/*
Theme Name: Orbit Gold 2023
Theme URI: https://www.webstudio.nz
Author: Webstudio
Author URI: https://www.webstudio.nz
Description: Bootstrap 5.2.3
Version: 1.0
License: Webstudio NZ Limited
License URI: http://www.webstudio.nz
Tags: Webstudio
Text Domain: bootstrap5.2.3
*/

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

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


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



/* COLOURS */
.black {
	color: #000000;
}
.white {
	color: #ffffff;
}
.gold {
	color: #eab635;
}


/* BUTTONS */
.btn-black {
	background-color: none;
	color: #000000;
	border-radius: 25px;
	border: solid 1px #000000;
}
.btn-black:hover {
	background-color: none;
	color: #000000;
	border-radius: 25px;
	border: solid 1px #000000;
}
.btn-gold {
	background-color: none;
	color: #eab635;
	border-radius: 25px;
	border: solid 1px #eab635;
}
.btn-gold:hover {
	background-color: none;
	color: #eab635;
	border-radius: 25px;
	border: solid 2px #eab635;
}
.btn-white {
	background-color: none;
	color: #ffffff;
	border-radius: 25px;
	border: solid 1px #ffffff;
}
.btn-white:hover {
	background-color: none;
	color: #ffffff;
	border-radius: 25px;
	border: solid 1px #ffffff;
}
body .gform_wrapper .gform_footer input[type=submit] {
	background-color: #ffffff;
	color: #eab635;
	border-radius: 25px;
	border: solid 1px #eab635;
    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: #ffffff;
	color: #eab635;
	border-radius: 30px;
	border: solid 1px #eab635;
	text-transform: uppercase;
}
.wp-block-button__link:visited {
	background-color: #ffffff;
	color: #eab635;
	border-radius: 30px;
	border: solid 1px #eab635;
	text-transform: uppercase;
}
.wp-block-button__link:hover {
	background-color: #ffffff;
	color: #eab635;
	border-radius: 30px;
	border: solid 1px #eab635;
	text-transform: uppercase;
}
.wp-block-button__link:active {
	background-color: #ffffff;
	color: #eab635;
	border-radius: 30px;
	border: solid 1px #eab635;
	text-transform: uppercase;
}


/* FORMS */
input {
		border: solid 1px #eab635;
	}
	textarea {
		border: solid 1px #eab635;
	}

/* SECTION GOLD */
.section-gold {
	background-image: linear-gradient(to right, #c68f00, #f6c500, #c68f00);
	color: #ffffff;
}
.section-gold a:link {
	color: #ffffff;
	text-decoration: none;
}
.section-gold a:visited {
	color: #ffffff;
	text-decoration: none;
}
.section-gold a:hover {
	color: #ffffff;
	text-decoration: none;
}
.section-gold a:active {
	color: #ffffff;
	text-decoration: none;
}


/* SECTION BLACK */
.section-black {
	background: #000000;
	color: #ffffff;
}
.section-black a:link {
	color: #ffffff;
	text-decoration: none;
}
.section-black a:visited {
	color: #ffffff;
	text-decoration: none;
}
.section-black a:hover {
	color: #ffffff;
	text-decoration: none;
}
.section-black a:active {
	color: #ffffff;
	text-decoration: none;
}


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



/* NAV */
.navbar-toggler {
	border: none !important;
	color: #000000 !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:#000000 !important;
}

.nav-link:hover,
.nav-link:active {
	color:#000000 !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-top: solid 1px #eab635;
	border-left: solid 1px #eab635;
	border-right: solid 1px #eab635;
	border-bottom: solid 1px #eab635;
	border-top-left-radius: 0px;
	border-top-right-radius: 0px;
	border-bottom-left-radius: 0px;
	border-bottom-right-radius: 15px;
	
}
/* 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;*/
}


/* FOOTER */
.footer {
margin:0;
padding:0;
list-style-type: none;
list-style-image: none;
text-transform: uppercase;
}
.footer li {
padding-bottom: 15px;
}
/* END FOOTER */


/* 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: 960px; /* WAS 960px + 50px*/
}
}

/* X-Large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
.container {
max-width: 1190px; /* WAS 1140px + 50px*/
}
/* 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: 18px; /* Default 16px */
}
/* END HEADINGS */
/*  NAV */	
.dropdown-menu {
	border-top: none;
}
/* END NAV */
	
}

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

