/*
Theme Name: BPW 2025
Theme URI: https://www.webstudio.nz
Author: Webstudio
Author URI: https://www.webstudio.nz
Description: Bootstrap 5.3.3
Version: 1.0
License: Webstudio NZ Limited
License URI: http://www.webstudio.nz
Tags: Webstudio
Text Domain: bootstrap5.3.3
*/

body, td, th {
	font-family: "Poppins", sans-serif;
	font-weight: 300;
	color: #000000;
	background-color: #ffffff;
	font-size: 18px; /* Default 16px */
}
p {
	line-height: 2em;
}

@font-face {
    font-family: 'quolyregular';
    src: url('/fonts/quoly-webfont.woff2') format('woff2'),
         url('/fonts/quoly-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

h1 {
	font-family: "quolyregular", sans-serif;
}

h2, h3, h4, h5, h6 {
	font-family: "Poppins", sans-serif;
	font-weight: 600;
}

.display-1, .display-2, .display-3, .display-4 {
	font-weight: 700;
}
strong {
	font-weight: 600;
}

/* 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: #6bc39b;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #6bc39b;
}
a:hover {
	color: #6bc39b;
	text-decoration: none;
}
a:active {
	text-decoration: none;
	color: #6bc39b;
}



/* COLOURS */
.black {
	color: #000000;
}
.white {
	color: #ffffff;
}
.teal {
	color: #20444b;
}
.green {
	color: #6bc39b;
}
.lime {
	color: #dae200;
}

/* BUTTONS */
.btn-teal {
	background-color: #20444b;
	color: #FFF;
	border-radius: 30px;
		padding-left: 25px;
	padding-right: 25px;
	padding-top: 10px;
	padding-bottom: 7px;
	font-weight: 600;
}
.btn-teal:hover {
	background-color: #20444b;
	color: #FFF;
	border-radius: 30px;
		padding-left: 25px;
	padding-right: 25px;
	padding-top: 10px;
	padding-bottom: 7px;
	font-weight: 600;
}
.btn-green {
	background-color: #6bc39b;
	color: #FFF;
	border-radius: 30px;
		padding-left: 25px;
	padding-right: 25px;
	padding-top: 10px;
	padding-bottom: 7px;
	font-weight: 600;
}
.btn-green:hover {
	background-color: #6bc39b;
	color: #FFF;
	border-radius: 30px;
		padding-left: 25px;
	padding-right: 25px;
	padding-top: 10px;
	padding-bottom: 7px;
	font-weight: 600;
}
.btn-lime {
	background-color: #dae200;
	color: #20444b;
	border-radius: 30px;
	padding-left: 25px;
	padding-right: 25px;
	padding-top: 10px;
	padding-bottom: 7px;
	font-weight: 600;
}
.btn-lime:hover {
	background-color: #dae200;
	color: #20444b;
	border-radius: 30px;
	padding-left: 25px;
	padding-right: 25px;
	padding-top: 10px;
	padding-bottom: 7px;
	font-weight: 600;
}

/* GRAVITY FORMS BUTTON */
body .gform_wrapper .gform_footer input.button,
body .gform_wrapper .gform_footer input[type=submit] {
color:#20444b;
	padding-left: 25px;
	padding-right: 25px;
	padding-top: 10px;
	padding-bottom: 10px;
border: none;
border-radius: 30px !important;
-moz-border-radius: 30px;
-webkit-border-radius: 30px;
box-shadow: none;
-moz-box-shadow: none;
-webkit-box-shadow: none;
background-color: #dae200 !important;
font-weight: 600;
}

body .gform_wrapper .gform_footer input[type=submit]:hover {
border: none;
background-color: #dae200 !important;
}

body .gform_wrapper .gform_footer input[type=submit]:active {
border: none;
background-color: #dae200 !important;
}

/* WORDPRESS BUTTON */
.wp-block-button__link:link {
	background-color: #dae200;
	color: #20444b;
	border-radius: 30px;
	padding-left: 25px;
	padding-right: 25px;
	padding-top: 10px;
	padding-bottom: 7px;
	font-weight: 600;
}
.wp-block-button__link:visited {
	background-color: #dae200;
	color: #20444b;
	border-radius: 30px;
	padding-left: 25px;
	padding-right: 25px;
	padding-top: 10px;
	padding-bottom: 7px;
	font-weight: 600;
}
.wp-block-button__link:hover {
	background-color: #dae200;
	color: #20444b;
	border-radius: 30px;
	padding-left: 25px;
	padding-right: 25px;
	padding-top: 10px;
	padding-bottom: 7px;
	font-weight: 600;
}
.wp-block-button__link:active {
	background-color: #dae200;
	color: #20444b;
	border-radius: 30px;
	padding-left: 25px;
	padding-right: 25px;
	padding-top: 10px;
	padding-bottom: 7px;
	font-weight: 600;
}

/* SECTION TEAL */
.section-teal {
	background: #20444b;
	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 LIME */
.section-lime {
	background: #dae200;
	color: #20444b;
}
.section-lime a:link {
	color: #20444b;
	text-decoration: none;
}
.section-lime a:visited {
	color: #20444b;
	text-decoration: none;
}
.section-lime a:hover {
	color: #20444b;
	text-decoration: none;
}
.section-lime a:active {
	color: #20444b;
	text-decoration: none;
}

/* SECTION GREEN */
.section-green {
	background: #6bc39b;
	color: #20444b;
}
.section-green a:link {
	color: #20444b;
	text-decoration: none;
}
.section-green a:visited {
	color: #20444b;
	text-decoration: none;
}
.section-green a:hover {
	color: #20444b;
	text-decoration: none;
}
.section-green a:active {
	color: #20444b;
	text-decoration: none;
}


/* SECTION BLUE */
.section-blue {
	background: #84B1D4;
	color: #ffffff;
}
.section-blue a:link {
	color: #ffffff;
	text-decoration: none;
}
.section-blue a:visited {
	color: #ffffff;
	text-decoration: none;
}
.section-blue a:hover {
	color: #ffffff;
	text-decoration: none;
}
.section-blue a:active {
	color: #ffffff;
	text-decoration: none;
}


/* SECTION MINT */
.section-mint {
	background: #dcfdeb;
	color: #000;
}
.section-mint a:link {
	color: #000;
	text-decoration: none;
}
.section-mint a:visited {
	color: #000;
	text-decoration: none;
}
.section-mint a:hover {
	color: #000;
	text-decoration: none;
}
.section-mint a:active {
	color: #000;
	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: #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:#20444b !important;
}

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

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

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

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

.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;*/
}


/* 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: 1010px; /* WAS 960px + 50px*/
}
/* HEADINGS */
h1 {
	font-size: 70px; /* Default 40px */
}
h2 {
	font-size: 36px; /* Default 32px */
}
h3 {
	font-size: 32px; /* Default 28px */
}
h4 {
	font-size: 28px; /* Default 24px */
}
h5 {
	font-size: 24px; /* Default 20px */
}
h6 {
	font-size: 20px; /* Default 16px */
}
/* END HEADINGS */	
}

/* 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*/
}
}

