/*
Theme Name: Ultimate Stays 2022
Theme URI: https://www.webstudio.nz
Author: Webstudio
Author URI: https://www.webstudio.nz
Description: Bootstrap 5.1.3
Version: 1.0
License: Webstudio NZ Limited
License URI: http://www.webstudio.nz
Tags: Webstudio
Text Domain: bootstrap5.1.3
*/

body, td, th {
	font-family: 'Work Sans', sans-serif;
	font-weight: 300;
	color: #666666;
	background-color: #ffffff;
	font-size: 20px; /* Default 16px */
}
p {
	line-height: 2em;
}
h1, h2, h3, h4, h5, h6 {
	font-family: 'Libre Baskerville', serif;
	font-weight: 400;
}
strong {
	font-weight: 700;
}

/* HEADINGS */
h1 {
	font-size: 36px; /* 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: 18px; /* Default 16px */
}
/* END HEADINGS */


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



/* COLOURS */
.black {
	color: #000000;
}
.white {
	color: #ffffff;
}
.green {
	color: #5B868B;
}
.red {
	color: #DD7472;
}

/* BUTTONS */
.btn-red {
	background-color: #DD7472;
	color: #FFF;
	border-radius: 0px;
}
.btn-red:hover {
	background-color: #DD7472;
	color: #FFF;
	border-radius: 0px;
}
.btn-grey {
	background-color: #666666;
	color: #FFF;
	border-radius: 0px;
}
.btn-grey:hover {
	background-color: #666666;
	color: #FFF;
	border-radius: 0px;
}
.btn-green {
	background-color: #5B868B;
	color: #FFF;
	border-radius: 0px;
}
.btn-green:hover {
	background-color: #5B868B;
	color: #FFF;
	border-radius: 0px;
}
.btn-white {
	background-color: #fff;
	color: #666;
	border-radius: 0px;
}
.btn-white:hover {
	background-color: #fff;
	color: #666;
	border-radius: 0px;
}
body .gform_wrapper .gform_footer input[type=submit] {
	background-color: #5B868B;
	color: #FFF;
	border-radius: 0px;
    border: none;
    text-transform: uppercase;
    font-size: 22px;
	padding-left: 15px;
	padding-right: 15px;
	padding-top: 10px;
	padding-bottom: 8px;
}
/* WORDPRESS BUTTON */
.wp-block-button__link:link {
	background-color: #5B868B;
	color: #FFF;
	border-radius: 0px;
}
.wp-block-button__link:visited {
	background-color: #5B868B;
	color: #FFF;
	border-radius: 0px;
}
.wp-block-button__link:hover {
	background-color: #5B868B;
	color: #FFF;
	border-radius: 0px;
}
.wp-block-button__link:active {
	background-color: #5B868B;
	color: #FFF;
	border-radius: 0px;
}

/* SECTION GREEN */
.section-green {
	background: #5B868B;
	color: #ffffff;
}
.section-green a:link {
	color: #ffffff;
	text-decoration: none;
}
.section-green a:visited {
	color: #ffffff;
	text-decoration: none;
}
.section-green a:hover {
	color: #ffffff;
	text-decoration: none;
}
.section-green a:active {
	color: #ffffff;
	text-decoration: none;
}


/* SECTION GREY */
.section-grey {
	background: #eeeeee;
	color: #666666;
}
.section-grey a:link {
	color: #666666;
	text-decoration: none;
}
.section-grey a:visited {
	color: #666666;
	text-decoration: none;
}
.section-grey a:hover {
	color: #666666;
	text-decoration: none;
}
.section-grey a:active {
	color: #666666;
	text-decoration: none;
}



/* NAV */
.navbar-toggler {
	border: none !important;
	color: #FFF !important;
	position:relative;
	margin:auto;
}

.navbar-toggler-icon {
}

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

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

.navbar {
}

.navbar li {
	margin:0;
}

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

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

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

.dropdown-item {
	color:#666 !important;
}

.dropdown-item.visited, .dropdown-item:visited {
	background-color:#fff;
	color:#666 !important;
}
.dropdown-item.hover, .dropdown-item:hover {
	background-color:#eee;
	color:#666 !important;
}

.dropdown-item.active, .dropdown-item:active {
	background-color:#fff;
	color:#666;
}
.dropdown-menu {
	border: solid 1px #666;
}

/* END NAV */


/* BOOTSTRAP CAROUSEL CAPTION */
.carousel-caption {
	top: 70%;
	transform: translateY(-50%);
	bottom: initial;
}
.carousel-caption h1 {
/*	background: rgba(0,0,0,.5);
	padding: 30px;*/
}


/* 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;
}
@media (max-width: 767px) {
.text-left-not-xs, .text-center-not-xs, .text-right-not-xs {
	text-align: inherit;
}
.text-left-xs {
	text-align: left;
}
.text-center-xs {
	text-align: center;
}
.text-right-xs {
	text-align: right;
}
}
/* END TEXT ALIGNS */


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


/* X-Small devices (portrait phones, less than 576px) */
/* No media query for `xs` since this is the default in Bootstrap */

/* Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) {
.container {
max-width: 540px;
}
}

/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) { 
.container {
max-width: 720px;
}
}

/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) {
.container {
max-width: 1010px; /* WAS 960px + 50px*/
}
}

/* X-Large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
.container {
max-width: 1240px; /* WAS 1140px + 100px*/
}
}

/* XX-Large devices (larger desktops, 1400px and up) */
@media (min-width: 1400px) {
.container {
max-width: 1520px; /* WAS 1320px + 200px*/
}
}

