/*
Theme Name: Tui Base Camp
Theme URI: http://tuibaecamp.co.nz
Description: WordPress Theme
Author: Total Brand
Author URI: https://www.totalbrand.co
Version: 2019.11
*/

/***********************************************************************************************/
/* BASE STYLES */
/***********************************************************************************************/

body {
	background: #164450;
	color: #164450;
	font-family: Montserrat, Helvetica, Arial, sans-serif;
	font-size: 16px;
	font-weight:400;
	line-height: 1.6em;
	margin: 0;
	padding: 0;
}

img {
	max-width:100%;
	height:auto
}

hr {
	border:0;
	border-top:1px solid #DDD;
	clear:both;
	display:block;
	margin:0;
	margin-top:30px;
	margin-bottom:30px;
	padding:0;
	width:100%;
}

tr {
	border:1px solid #EEE !important;
	vertical-align:middle;
}

td p {
	font-size:90%;
	margin-bottom:0;
	padding-top:10px;
	padding-right:10px;
	padding-bottom:10px;
	padding-left:10px;
}

/* LINKS */

a:link,
a:visited,
a:active {
	color: #25bcbd;
	text-decoration:none;
}

a:hover {
	color: #009ea8;
	text-decoration:none;
}

a:hover img { opacity:0.8; }

/* TEXT */

h1, .h1,
h2, .h2,
h3, .h3,
h4,
h5,
h6,
p {
	color:#164450;
	font-family: Montserrat, Helvetica, Arial, sans-serif !important;
	font-weight: 400;
	line-height: 1.6em;
	margin: 0 0 18px 0;
	padding: 0;
}

h1, .h1 {
	color:#25bcbd;
	font-size: 2em;
	font-weight: 900;
	line-height: 1.3em !important;
}

h2, .h2 {
	color:#25bcbd;
	font-size: 1.75em;
	font-weight: 900;
	line-height: 1.4em !important;
	text-transform: uppercase;
}

h3, .h3 {
	color:#25bcbd;
	font-size: 1.5em;
	font-weight: 900;
}

h4 {
	font-size: 1.3em;
}

h5 {
	font-size: 1.2em;
}

h6 {
	font-size: 1.1em;
}

strong,
.strong {
	font-weight:700;
}

em,
em a {
	color:#f04e58 !important;
	font-style: normal;
}

em a:hover {
	color:#bc3c44 !important;
	font-style: normal;
}

/***********************************************************************************************/
/* CUSTOM STYLES */
/***********************************************************************************************/

.alignleft {
	clear:both;
	display:block;
	margin-bottom:30px;
}

.aligncenter {
	display:block;
	margin-right:auto;
	margin-left:auto;
}

.alignright {
	clear:both;
	display:block;
	margin-bottom:30px;
}

.b-0 {
	border:0px !important;
}

@media only screen and (min-width: 768px) {
	
.alignleft {
	float: left;
	margin-right:30px;
	margin-bottom:30px;
}

.alignright {
	float: right;
	margin-bottom:30px;
	margin-left:30px;
}

.collapse {
	margin-top:0;
}

}

/***********************************************************************************************/
/* BACKGROUNDS */
/***********************************************************************************************/

.bg-aqua {
	background:#25bcbd;
}

.bg-dark {
	background:#164450 !important;
}

.bg-grey {
	background:#EEE;
}

.bg-light {
	background:#dff5f5 !important;
}

.bg-white {
	background:#FFF;
}

/***********************************************************************************************/
/* BUTTONS */
/***********************************************************************************************/

button:focus,
.btn:focus,
.btn:active {
    outline: none !important;
}

.button,
.btn-primary {
	background-color:#f04e58 !important;
	border:none !important;
	border-radius: 6px !important;
	color:#FFF !important;
	font-size: 0.85em !important;
	font-weight:700;
	letter-spacing: 1px;
	text-transform: uppercase;
}

.button:hover,
.btn-primary:hover,
.btn-active:active {
	background-color:#bc3c44 !important;
}

/***********************************************************************************************/
/* CAROUSEL */
/***********************************************************************************************/

.carousel h1 {
	color:#f04e58;
	font-size:3em;
	line-height: 1.2em;
	text-shadow: 4px 4px 0 RGBa(0,0,0,0.25);
}

.carousel h3 {
	color:#FFF;
	font-size:1.75em;
	line-height: 1em;
	text-shadow: 4px 4px 0 RGBa(0,0,0,0.25);
}

.carousel-caption {
	position: absolute;
    right: 15%;
    bottom: 30px;
    left: 15%;
    z-index: 10;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #fff;
    text-align: center;
}

#myCarousel .carousel-item {
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
	height:400px;
}

@media only screen and (min-width: 768px) {

#myCarousel .carousel-item {
	height:450px;
}

}

@media only screen and (min-width: 1025px) {

.carousel h1 {
	font-size:4em;
}

.carousel h3 {
	font-size:2.5em;
}

.carousel-caption {
    text-align: right;
}


#myCarousel .carousel-item {
	height:550px;
}

}

@media only screen and (min-width: 1200px) {

.carousel h1 {
	font-size:6em;
}

.carousel h3 {
	font-size:3em;
}

#myCarousel .carousel-item {
	height:600px;
}

}

/***********************************************************************************************/

.clear {
	clear: both;
}

.collapse {
	/*margin-top:40px;*/
}

.elementor-heading-title {
	color:#25bcbd !important;
	font-weight: 900 !important;
}

.max-600 {
	max-width:600px;
	margin-right:auto;
	margin-left:auto;
}

.max-700 {
	max-width:700px;
	margin-right:auto;
	margin-left:auto;
}

.max-800 {
	max-width:800px;
	margin-right:auto;
	margin-left:auto;
}

.max-900 {
	max-width:900px;
	margin-right:auto;
	margin-left:auto;
}

/***********************************************************************************************/
/* NAVIGATION */
/***********************************************************************************************/

.navbar-toggler {
	position:relative;
	margin:auto;
}

.navbar {
	font-family: Montserrat, Helvetica, Arial, sans-serif;
	font-size: 0.85em;
	font-weight:700;
	letter-spacing:1px;
	margin-bottom:0;
}

.navbar li {
	margin:0;
}

.nav-link {
	color:#FFF !important;
}

.nav-link:hover,
.nav-link:active {
	color:#dff5f5 !important;
}

.dropdown-toggle:focus {
	outline-color: none;
	outline-style: none;
	outline-width: 0;
}

.dropdown-item:hover {
	background:#009ea8;
	color:#FFF !important;
}

.dropdown-item:active {
	background:#25bcbd;
	color:#FFF;
}

/***********************************************************************************************/

.required {
	position:absolute;
	right:30px;
}

.rounded {
	border-radius:12px !important;
	overflow: hidden;
}

.thumb {
	background-color:#000;
	background-repeat:no-repeat;
	background-position:center;
	background-size:100%;
	padding-bottom:60%;
	-webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    -ms-transition: all 1s ease;
    transition: all 1s ease;
	width:100%;
}

.thumb-small {
	background-color:#000;
	background-repeat:no-repeat;
	background-position:center;
	background-size:100%;
	margin-bottom:20px;
	padding-bottom:70%;
	-webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    -ms-transition: all 1s ease;
    transition: all 1s ease;
	width:95%;
}

.thumb:hover,
.thumb-small:hover {
	background-size:120%;
	transition: 2s 
}

.white,
.white h1,
.white h2,
.white h3,
.white h4,
.white h5,
.white h6,
.white p {
	color:#FFF;
}

.white a:link,
.white a:active,
.white a:visited {
	color:#FFF;
}

.white a:hover {
	color:#f04e58;
}

/***********************************************************************************************/
/* AGE GATE CUSTOM CODE (ENTERED IN PLUGIN SETTINGS VIA WP) */
/***********************************************************************************************/

.age-gate {
    font-family:Montserrat,Helvetica, Helvetica-Neue, sans-serif;
}
.age-gate-logo-image {
    width:120px;
}
button  {
	background-color:#f04e58;
	border:none;
	border-radius: 6px;
	color:#FFF;
    font-family:Montserrat,Helvetica, Helvetica-Neue, sans-serif;
	font-size: 0.85em;
	font-weight:700;
	letter-spacing: 1px;
	padding:10px 15px;
	text-transform: uppercase;
}
buttom:hover {
	background-color:#bc3c44;
}

/***********************************************************************************************/
/* WOOCOMMERCE */
/***********************************************************************************************/

.woocommerce-result-count {
    display: none;
}

.woocommerce-ordering {
    display: none;
}

.woocommerce ul.products li.product .price {
    color: #164450 !important;
}

.woocommerce div.product p.price,
.woocommerce div.product span.price {
    color: #164450 !important;
}

.woocommerce .col-1,
.woocommerce .col-2 {
    max-width:none;
}

.form-row {
    display: block !important;
}

.woocommerce form .form-row label {
    line-height: 1;
}

.woocommerce form .form-row input.input-text, .woocommerce form .form-row textarea {
    padding: 0.375rem 0.75rem;
}

#order_review_heading {
    margin-top:30px;
}

.woocommerce-product-gallery__wrapper {
    border: 1px solid #EEE;
}

.woocommerce ul.products li.product a img {
    border: 1px solid #EEE;
}

.woocommerce .related.products {
    clear:both !important;
}

/* MY ACCOUNT PAGES */

.woocommerce-MyAccount-navigation {
    border: 1px solid #DDD;
    border-radius: 6px;
    margin-bottom:30px;
    padding:10px;
}

.woocommerce-MyAccount-navigation ul {
    margin:0px;
    padding:0px;
}

.woocommerce-MyAccount-navigation li {
    display:inline-block;
    padding:5px 10px;
}

.woocommerce-MyAccount-navigation-link {
    list-style: none;
}

.woocommerce-MyAccount-navigation-link--downloads {
    display:none !important;
}

.woocommerce-MyAccount-navigation-link--payment-methods {
    display:none !important;
}

.woocommerce fieldset {
    margin-top:30px;
}

.woocommerce .cart.shop_table .product-thumbnail img {
    width: 80px;
}

.product-remove {
    display:none;
}

td.label {
    border:none !important;
}

.sku_wrapper {
    display:none;
}

.woocommerce-product-gallery__trigger {
    display:none !important;
}

@media only screen and (min-width: 767px) {

}

@media only screen and (min-width: 1200px) {

}

/***********************************************************************************************/
/* BACK TO TOP */
/***********************************************************************************************/

.go-top {
	background-color: #888;
	border-radius:8px 8px 0 0;
	bottom:0;
	color: white;
	display: block;
	font-size: 12px;
	padding-top: 0.5em;
	padding-right: 1em;
	padding-bottom: 0.5em;
	padding-left:1em;
	position: fixed;
	right: 2em;
	text-decoration: none;
}

.go-top:hover {
	background-color: #666;
}
