/*
Theme Name: Pivotal Point
Theme URI: https://pivotalpoint.org.nz
Description: WordPress Theme
Author: Total Brand
Author URI: https://www.totalbrand.co
Version: 2024.08
*/

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

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

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

body {
	font-size: 18px;
}

}

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

hr {
	border:0 !important;
	border-top:2px solid #00567e !important;
	clear:both !important;
	display:block !important;
	margin:0 !important;
	margin-top:50px !important;
	margin-bottom:50px !important;
	opacity: 1 !important;
	padding:0 !important;
	width:100% !important;
}

td {
	border:1px solid #DDD;
	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: #00a9e0;
	text-decoration:none;
}

a:hover {
	color: #00cfff;
	text-decoration:none;
}

a:hover img { opacity:0.8; }

/* TEXT */

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

h1, .h1 {
	font-family: Roboto, Helvetica, Arial, sans-serif;
	font-weight: 700;
	font-size: 4em;
	line-height: 1.2em;
}

h2, .h2 {
	font-family: Roboto, Helvetica, Arial, sans-serif;
	font-weight: 700;
	font-size: 3.25em;
	line-height: 1.2em;
}

h3, .h3 {
	font-family: Roboto, Helvetica, Arial, sans-serif;
	font-weight: 700;
	font-size: 1.75em;
}

h4, .h4 {
	font-family: Roboto, Helvetica, Arial, sans-serif;
	font-weight: 700;
	font-size: 1.5em;
}

h5 {
	font-size: 1.2em;
}

h6 {
	font-size: 1.1em;
}

strong {
	font-weight:600;
}

em {
	color:#000;
}

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

@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-blue {
	background-color:#00a9e0;
}

.bg-dark {
	background-color:#00567e !important;
}

.bg-grey {
	background-color:#EEE;
}

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

.bg-white {
	background-color:#FFF;
}

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

.btn-primary,
.elementor-button-link.elementor-button.elementor-size-xs,
.elementor-button-link.elementor-button.elementor-size-sm,
.elementor-button-link.elementor-button.elementor-size-md,
.elementor-button-link.elementor-button.elementor-size-lg,
.elementor-button-link.elementor-button.elementor-size-xl {
	background-color:#00567e !important;
	border:none !important;
    border-radius: 0px !important;
	color:#FFF !important;
	font-family: Roboto, Helvetica, Arial, sans-serif !important;
	font-weight: 700 !important;
    font-size: 1.2em !important;
    line-height:1em !important;
    margin:0 !important;
    padding-top:0.85em !important;
    padding-right:1em !important;
    padding-bottom:0.85em !important;
    padding-left:1em !important;
}

.btn-primary:hover,
.btn-primary.btn-lg:hover,
.btn-active:active,
.elementor-button-link.elementor-button.elementor-size-xs:hover,
.elementor-button-link.elementor-button.elementor-size-sm:hover,
.elementor-button-link.elementor-button.elementor-size-md:hover,
.elementor-button-link.elementor-button.elementor-size-lg:hover,
.elementor-button-link.elementor-button.elementor-size-xl:hover {
	background-color:#00a9e0 !important;
}

.bg-dark .elementor-button-link.elementor-button.elementor-size-xs,
.bg-dark .elementor-button-link.elementor-button.elementor-size-sm,
.bg-dark .elementor-button-link.elementor-button.elementor-size-md,
.bg-dark .elementor-button-link.elementor-button.elementor-size-lg,
.bg-dark .elementor-button-link.elementor-button.elementor-size-xl {
	background-color:#fff9f1 !important;
	color:#00567e !important;
}

.bg-dark .elementor-button-link.elementor-button.elementor-size-xs:hover,
.bg-dark .elementor-button-link.elementor-button.elementor-size-sm:hover,
.bg-dark .elementor-button-link.elementor-button.elementor-size-md:hover,
.bg-dark .elementor-button-link.elementor-button.elementor-size-lg:hover,
.bg-dark .elementor-button-link.elementor-button.elementor-size-xl:hover {
	background-color:#00a9e0 !important;
}

.btn-secondary {
	background-color:#00567e !important;
	border:none !important;
    border-radius: 0px !important;
	color:#FFF !important;
	font-family: Roboto, Helvetica, Arial, sans-serif !important;
	font-weight: 700 !important;
    font-size: 1.2em !important;
    line-height:1em !important;
    margin:0 !important;
    padding-top:0.85em !important;
    padding-right:1em !important;
    padding-bottom:0.85em !important;
    padding-left:1em !important;
}

.btn-secondary:hover,
.btn-secondary.btn-lg:hover {
	background-color:#00a9e0 !important;
}

.btn-primary.btn-lg,
.btn-secondary.btn-lg {
    font-size: 1.6em !important;
}

.btn-block {
	display:block !important;
}

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

/* Caption hidden for mobile */
.carousel-caption {
  	/*display:none;*/
}

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

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

.carousel-item {
	height:300px;
}

}

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

.carousel-item {
	height:400px;
}

}

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

.carousel-item {
	height:500px;
}

}

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

.clear {
	clear: both;
}

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

@media (min-width: 576px) {
    
.container-sm, .container, .e-con-inner {
	max-width: 540px !important;
}
	
}

@media (min-width: 768px) {
    
.container-md, .container-sm, .container, .e-con-inner {
	max-width: 720px !important;
}
	
}

@media (min-width: 992px) {
    
.container-lg, .container-md, .container-sm, .container, .e-con-inner {
	max-width: 900px !important;
}
	
}

@media (min-width: 1200px) {
    
.container-xl, .container-lg, .container-md, .container-sm, .container, .e-con-inner {
	max-width: 1100px !important;
}
	
}

@media (min-width: 1400px) {
    
.container-xxl, .container-xl, .container-lg, .container-md, .container-sm, .container, .e-con-inner {
	max-width: 1240px !important;
}
	
}

header {
	border-bottom:2px solid #00567e;
}

.max-500,
.max-600,
.max-700,
.max-800,
.max-900 {
    margin-right:auto;
    margin-left:auto;
}

.max-500 {
    max-width:500px !important
}

.max-600 {
    max-width:600px !important
}

.max-700 {
    max-width:700px !important
}

.max-800 {
    max-width:800px !important
}

.max-900 {
    max-width:900px !important
}


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

.navbar-toggler {
    border:0 !important;
	position:relative;
	margin-left:auto;
}

.navbar-toggler:focus,
.navbar-toggler:active,
.navbar-toggler-icon:focus {
    outline: none;
    box-shadow: none;
}

.navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3e%3cpath stroke='rgba(0,86,126,1)' stroke-width='3' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e") !important;
}

.navbar-toggler:before {
	color: #00567e;
    content:"Menu";
	font-family: Roboto, Helvetica, Arial, sans-serif;
	font-weight: 700;
    left:-50px;
    top:8px;
    position:absolute;
    width:50px;
}

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

.navbar li {
}

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

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

.dropdown-menu {
    background-color:#fff9f1; 
    color:#00567e !important;
	font-size:0.9em;
}

.dropdown-item {
	font-weight: 700;	
    color:#00567e !important;
}

.dropdown-item:hover,
.dropdown-item:active {
    background-color:#fff9f1; 
    color:#00a9e0 !important;
}

.dropdown-toggle.show {
    color:#00a9e0 !important;
}

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

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

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

.rounded {
    border-radius: 8px 8px 8px 8px !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 
}

.vert-center {
	position: relative;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
}

.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:#00cfff;
}

@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: none;
	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;
}
