/*
Theme Name: Wanaka View Motel 2020
Theme URI: http://www.macstudio.co.nz
Author: Jon Clamp
Author URI: http://www.macstudio.co.nz
Description: Bootstrap 4.3.1
Version: 1.0
License: MacStudio Limited
License URI: http://www.macstudio.co.nz
Tags: hello
Text Domain: bootstrap4
*/

body, td, th {
	font-family: 'Roboto', sans-serif;
    font-weight: 400;
	color: #000000;
	background-color: #ffffff;
	font-size: 18px; /* Default 16px */
}
p {
	line-height: 2em;
}
h1, h2, h3, h4, h5, h6 {
	font-family: 'Roboto', sans-serif;
    font-weight: 700;
}

/* MOBILE HEADINGS */
h1 {
	font-size: 36px; /* Default 40px */
}
h2 {
	font-size: 28px; /* Default 32px */
}
h3 {
	font-size: 24px; /* Default 28px */
}
h4 {
	font-size: 22px; /* Default 24px */
}
h5 {
	font-size: 18px; /* Default 20px */
}
h6 {
	font-size: 16px; /* Default 16px */
}
/* END MOBILE HEADINGS */


a:link {
    color: #367587;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #367587;
}
a:hover {
	color: #367587;
	text-decoration: none;
}
a:active {
	text-decoration: none;
	color: #367587;
}



/* COLOURS */
.black {
	color: #000000;
}
.white {
	color: #ffffff;
}
.teal {
	color: #367587;
}
.orange {
	color: #ff6d33;
}

/* BUTTONS */
.btn-teal {
	background-color: #367587;
	color: #FFF;
	border-radius: 0px;
}
.btn-teal:hover {
	background-color: #367587;
	color: #FFF;
	border-radius: 0px;
}
.btn-orange {
	background-color: #ff6d33;
	color: #FFF;
	border-radius: 0px;
}
.btn-orange:hover {
	background-color: #ff6d33;
	color: #FFF;
	border-radius: 0px;
}


/* BULLETS */
/*ul {
    margin-left: 0;
    padding-left: 0;
    list-style-type: none;
    list-style-image: none;
}

li {
    margin-left: 0;
    padding-left: 0;
    list-style-type: none;
    list-style-image: none;
}*/



/* SECTION TEAL */
.section-teal {
	background: #367587;
	color: #ffffff;
}
.section-teal a:link {
	color: #ffffff;
	text-decoration: none;
}
.section-teal a:visited {
	color: #ffffff;
	text-decoration: none;
}
.section-teal a:hover {
	color: #ffffff;
	text-decoration: none;
}
.section-teal a:active {
	color: #ffffff;
	text-decoration: none;
}

/* SECTION TEAL TINT */
.section-teal-tint {
	background: rgba(54, 117, 135, .2);
	color: #000000;
}
.section-teal-tint a:link {
	color: #000000;
	text-decoration: none;
}
.section-teal-tint a:visited {
	color: #000000;
	text-decoration: none;
}
.section-teal-tint a:hover {
	color: #000000;
	text-decoration: none;
}
.section-teal-tint a:active {
	color: #ffffff;
	text-decoration: none;
}

/* SECTION WHITE TINT */
.section-white-tint {
	background: rgba(255, 255, 255, .8);
	color: #ffffff;
}
.section-white-tint a:link {
	color: #ffffff;
	text-decoration: none;
}
.section-white-tint a:visited {
	color: #ffffff;
	text-decoration: none;
}
.section-white-tint a:hover {
	color: #ffffff;
	text-decoration: none;
}
.section-white-tint a:active {
	color: #ffffff;
	text-decoration: none;
}

/* SECTION ORANGE */
.section-orange {
	background: #ff6d33;
	color: #ffffff;
}
.section-orange a:link {
	color: #ffffff;
	text-decoration: none;
}
.section-orange a:visited {
	color: #ffffff;
	text-decoration: none;
}
.section-orange a:hover {
	color: #ffffff;
	text-decoration: none;
}
.section-orange a:active {
	color: #ffffff;
	text-decoration: none;
}




/* MOBILE MENU */
.overlay {
    height: 0%;
    width: 100%;
    position: fixed;
    z-index: 999;
    top: 0;
    left: 0;
    background-color: #ff6d33;
    overflow-y: scroll; /* was hidden */
    transition: 0.5s;
}

.overlay-content {
    position: relative;
    top: 10%; /* was 25% */
    width: 100%;
    text-align: center;
    margin-top: 30px;
}

.overlay a {
    padding: 8px;
    text-decoration: none;
    font-size: 30px; /* was 36px */
    color: #ffffff;
    display: block;
    transition: 0.3s;
}

.overlay a:hover, .overlay a:focus {
    color: #ffffff;
}

.overlay .closebtn {
    position: absolute;
    top: 20px;
    right: 45px;
    font-size: 60px;
}

@media screen and (max-height: 450px) {
  .overlay {overflow-y: auto;}
  .overlay a {font-size: 20px}
  .overlay .closebtn {
    font-size: 40px;
    top: 15px;
    right: 35px;
  }
}







/* TEXT ALIGNS */
.text-left-not-xs, .text-left-not-sm, .text-left-not-md, .text-left-not-lg {
    text-align: left;
}
.text-center-not-xs, .text-center-not-sm, .text-center-not-md, .text-center-not-lg {
    text-align: center;
}
.text-right-not-xs, .text-right-not-sm, .text-right-not-md, .text-right-not-lg {
    text-align: right;
}
.text-justify-not-xs, .text-justify-not-sm, .text-justify-not-md, .text-justify-not-lg {
    text-align: justify;
}
@media (max-width: 767px) {
.text-left-not-xs, .text-center-not-xs, .text-right-not-xs, .text-justify-not-xs {
	text-align: inherit;
}
.text-left-xs {
	text-align: left;
}
.text-center-xs {
	text-align: center;
}
.text-right-xs {
	text-align: right;
}
.text-justify-xs {
	text-align: justify;
}
}
@media (min-width: 768px) and (max-width: 991px) {
.text-left-not-sm, .text-center-not-sm, .text-right-not-sm, .text-justify-not-sm {
	text-align: inherit;
}
.text-left-sm {
	text-align: left;
}
.text-center-sm {
	text-align: center;
}
.text-right-sm {
	text-align: right;
}
.text-justify-sm {
	text-align: justify;
}
}
@media (min-width: 992px) and (max-width: 1199px) {
.text-left-not-md, .text-center-not-md, .text-right-not-md, .text-justify-not-md {
	text-align: inherit;
}
.text-left-md {
	text-align: left;
}
.text-center-md {
	text-align: center;
}
.text-right-md {
	text-align: right;
}
.text-justify-md {
	text-align: justify;
}
}
@media (min-width: 1200px) {
.text-left-not-lg, .text-center-not-lg, .text-right-not-lg, .text-justify-not-lg {
	text-align: inherit;
}
.text-left-lg {
	text-align: left;
}
.text-center-lg {
	text-align: center;
}
.text-right-lg {
	text-align: right;
}
.text-justify-lg {
	text-align: justify;
}
}
/* END TEXT ALIGNS */




/* XS - Extra Small Devices, Phones */ 
/*@media (min-width : 320px) {
.container {
	max-width: 290px;
}
.text-align-left-desktop-centre-phone {
	text-align: center;
}
.text-align-right-desktop-centre-phone {
	text-align: center;
}
}*/


/* SM - Small Devices, Phones*/
@media (min-width: 576px) {
.container {
	max-width: 540px;
}
}


/* MD - Medium Devices, Tablets */
@media (min-width: 768px) {
.container {
	max-width: 720px;
}
}


/* LG - Large Devices, Desktops */
@media (min-width: 992px) {
.container {
	max-width: 960px;
}
	
/* DESKTOP HEADINGS */
h1 {
	font-size: 40px; /* Default 40px */
}
h2 {
	font-size: 32px; /* Default 32px */
}
h3 {
	font-size: 28px; /* Default 28px */
}
h4 {
	font-size: 24px; /* Default 24px */
}
h5 {
	font-size: 20px; /* Default 20px */
}
h6 {
	font-size: 16px; /* Default 16px */
}
/* END DESKTOP HEADINGS */	
		
}


/* XL - Large Devices, Wide Screens */
@media (min-width: 1200px) {
.container {
	max-width: 1140px;
}
}


/* XXL - Large Devices, Wide Screens */
@media (min-width: 1600px) {
/*.container {
	max-width: 1540px;
}*/ 
}


/* WORDPRESS */
.alignleft {
	float: left;
	margin-right: 15px
}
.alignright {
	float: right;
	margin-left: 15px
}


/* Netbloom CSS */

.map {
    position: relative;
    height: 20vw;
    min-height: 300px;
}

.map iframe {
    width: 100%;
    height: 20vw;
    min-height: 300px;
}

.testimonials-section {
	margin: 20px 0 0 0;
    background: rgba(54, 117, 135, .2);
    padding: 100px 0;
}

.testimonials-section h2 {
	text-align: center;
	margin: 0 auto 70px auto;
}

.testimonials-section .wp-google-place {
	display: none;
}

.testimonials-section .wp-google-content-inner .wp-google-reviews {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}

.testimonials-section .wp-google-content-inner .wp-google-review {
	width: 300px !important;
	margin: 0 20px 40px 20px !important;
}

.wp-google-reviews .wp-google-review:nth-child(3) {
	display: none;
}

.wp-gr .wp-google-url {
	display: none !important;
}


@media(max-width: 992px) {
	.home .d-lg-block {
		display: block !important;
	}

	.home-banner img {
		min-height: 370px;
		object-fit: cover;
	}

	.home .d-lg-block .section-white-tint {
		width: 250px;
		margin-top: 0 !important
	}

	.home .d-lg-block .section-white-tint iframe {
		height: 265px;
	}

	.home-banner .col-md-9 {
		display: none;
	}

	.home-banner .container > .row {
		justify-content: center;
	}
}

