/*
Theme Name: 1525 Abbot
Description: A custom wordpress theme
Author: Widsix
Version: 1.0
*/


/* ==========================================================================
   WEBFONTS
   ========================================================================== */
@import url('https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,400;0,700;0,900;1,400;1,700;1,900&family=Raleway:ital,wght@0,400;0,600;0,700;0,900;1,400;1,600;1,700;1,900&display=swap');



/* ==========================================================================
   START OF NORMALIZE CSS
   ========================================================================== */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}
body {
  margin: 0;
}
main {
  display: block;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}
a {
  background-color: transparent;
}
abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}
b,
strong {
  font-weight: bolder;
}
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
img {
  border-style: none;
}
button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}
button,
input { /* 1 */
  overflow: visible;
}
button,
select { /* 1 */
  text-transform: none;
}
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}
fieldset {
  padding: 0.35em 0.75em 0.625em;
}
legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}
progress {
  vertical-align: baseline;
}
textarea {
  overflow: auto;
}
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}
details {
  display: block;
}
summary {
  display: list-item;
}
template {
  display: none;
}
[hidden] {
  display: none;
}
/* ==========================================================================
   END OF NORMALIZE CSS
   ========================================================================== */




/* ==========================================================================
   START OF GLOBAL CSS 
========================================================================== */
*, *::before, *::after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.clearfix:before, 
.clearfix:after {
    content: " ";
    display: table;
}
.clearfix:after {
    clear: both;
}
#wpadminbar{
	position: fixed;
}
html{
	background: none #fff;
    overflow-x: hidden;
}
body{
	color: #293b61;
	font-family: 'Raleway', sans-serif;
	font-weight: 600;
	font-style: normal;
	line-height: 1.3em;
	position: relative;
	overflow-x: hidden;
	word-wrap: break-word;
}
h1, h2, h3, h4, h5, h6{
	font-family: 'Raleway', sans-serif;
	font-weight: 600;
	line-height: 1.3em;
	margin: 0 0 0.9em 0;
}
h1{
    font-size: 50px;
}
h2{
    font-size: 40px;
}
h3{
    font-size: 30px;
}
h4{
    font-size: 20px;
    line-height: 1.1em;
}
h5{
    font-size: 16px;
    line-height: 1.15em;
}
h6{
    font-size: 13px;
    line-height: 1.2em;
}
img{
	max-width: 100%;
}
a{
    color: #65e3c7;
    outline: 0;
	text-decoration: none;
}
a:hover{
    text-decoration: underline;
}
.row{
    position: relative;
}
.row:before, 
.row:after {
    content: " ";
    display: table;
}
.row:after {
    clear: both;
}
::-webkit-input-placeholder {
    color: #737373;
    opacity: 1;
}
:-ms-input-placeholder {
    color: #737373;
    opacity: 1;
}
::placeholder {
    color: #737373;
    opacity: 1;
}

@media (max-width: 1024px){
		h1{
			font-size: 40px;
		}
		h2{
			font-size: 30px;
		}
		h3{
			font-size: 22px;
			line-height: 1.1em;
		}
		h4{
			font-size: 16px;
			line-height: 1.25em;
		}
		h5{
			font-size: 14px;
			line-height: 1.2em;
		}
		h6{
			font-size: 12px;
			line-height: 1.2em;
		}
}
@media (max-width: 767px){
	#page .reverse-on-mobile{
		display: flex;
		flex-direction: column-reverse;
	}
}
/* ==========================================================================
   END OF GLOBAL CSS 
========================================================================== */





/* ==========================================================================
   START OF HEADER
 ========================================================================== */
#header{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 10;
}
	#header .wpb_content_element{
		margin: 0;
	}
	#header .header-menu{
		padding-top: 70px;
	}
	#header ul.menu{
		margin: 0;
		padding: 0;
		float: right;
		width: 75%;
		text-align: right;
	}
		#header ul.menu > li{
			display: inline-block;
			list-style-type: none;
			padding-left: 20px;
		}
		#header ul.menu > li:first-child{
			padding-left: 0;
		}
		#header ul.menu > li > a{
			color: #fff;
			display: block;
			font-family: "Raleway",sans-serif;
			font-weight: 600;
			font-size: 20px;
			text-shadow: 0 0 1px #555;
			text-transform: uppercase;
		}
		#header ul.menu > li.current-menu-item > a{
			text-decoration: underline;
		}
		#header ul.menu > li > ul{
			display: none;
		}
		
	@media (max-width: 1050px){
		#header .header-menu {
		  padding-top: 6.5vw;
		}
		#header ul.menu{
			padding-right: 4vw;
		}
		#header ul.menu > li{
			padding-left: 1.5vw;
		}
		#header ul.menu > li > a{
			font-size: 1.9vw;
		}
	}
/* ==========================================================================
   END OF HEADER
 ========================================================================== */





/* ==========================================================================
   START OF PAGE
 ========================================================================== */
#page{
	font-size: 16px;
    line-height: 1.6em;
    max-width: 1000px;
    margin: auto;
    min-height: 300px;
    position: relative;
    padding-left: 25px;
    padding-right: 25px;
    z-index: 1;
}
	#main{
		min-height: 500px;
	}
	#page p{
		margin: 0 0 1.7em 0;
	}
	@media (max-width: 1050px){
		#page{
			font-size: 15px;
		}
	}
	
			
			
	#page .home-hero{
	}
		#page .home-hero > .vc_col-sm-12 > .vc_column-inner > .wpb_wrapper{
			padding: 440px 0 90px 0;
		}
		#page .home-hero .wpb_content_element{
			margin: 0;
		}
		#page .home-hero .vc_column-inner{
			padding-top: 0;
		}
		#page .home-hero .vc_row{
			position: relative;
			z-index: 99;
		}
		#page .home-hero .section-slider{
			position: absolute;
			top: 0;
			left: 0;
			width: 100%;
			height: 100%;
			z-index: 1;
		}
			#page .home-hero .section-slider div{
				height: 100%;
			}
			#page .home-hero .section-slider .wpb_single_image{
				position: relative;
				height: 100%:
			}
			#page .home-hero .section-slider .wpb_single_image:before{
				content: "";
				background: rgba(0, 0, 0, 0.2);
				display: block;
				width: 100%;
				height: 100%;
				position: absolute;
				top: 0;
				left: 0;
				z-index: 1;
			}
			#page .home-hero .section-slider .wpb_single_image .wpb_wrapper,
			#page .home-hero .section-slider .wpb_single_image .vc_single_image-wrapper{
				display: block;
				height: 100%;
			}
			#page .home-hero .section-slider .wpb_single_image img{
				width: 100%;
				height: 100%;
				object-fit: cover;
				object-position: top center;
			}
		#page .home-hero .wpb_text_column{
			background: none rgba(17, 36, 77, .8);
			color: #fff;
			font-family: "Raleway",sans-serif;
			padding: 42px 25px 45px 25px;
			max-width: 1000px;
			margin: auto;
			margin-bottom: 25px;
			text-align: center;
		}
			#page .home-hero .wpb_text_column h2{
			  color: #5cc6b6;
			  font-size: 40px;
			  font-weight: 600;
			  letter-spacing: 8px;
			  line-height: 100%;
			  margin: 0;
			  text-transform: uppercase;
			}
				#page .home-hero .wpb_text_column h2 a{
					display: block;
					color: #5cc6b6;
					padding-bottom: 12px;
					text-decoration: none;
				}
			#page .home-hero .wpb_text_column p{
				color: #5cc6b6;
				font-size: 20px;
				font-weight: 600;
				letter-spacing: 8px;
				line-height: 100%;
				margin: 0;
				text-transform: uppercase;
			}
				#page .home-hero .wpb_text_column p a{
					display: block;
					color: #5cc6b6;
					padding-bottom: 10px;
					text-decoration: none;
				}
		#page .home-hero .text2 .wpb_text_column{
			background: none rgba(92, 198, 182, .8);
		}
			#page .home-hero .text2 .wpb_text_column h2{
				color: #11244d;
			}
				#page .home-hero .text2 .wpb_text_column h2 a{
					color: #11244d;
				}
			#page .home-hero .text2 .wpb_text_column p{
				color: #11244d;
			}
				#page .home-hero .text2 .wpb_text_column p a{
					color: #11244d;
				}
		@media (max-width: 1050px){
			#page .home-hero > .vc_col-sm-12 > .vc_column-inner > .wpb_wrapper{
				padding-top: 42vw;
				padding-bottom: 8.6vw;
			}
			#page .home-hero .wpb_text_column{
				margin-left: 25px;
				margin-right: 25px;
				padding: 4vw 22px;
			}
			#page .home-hero .wpb_text_column h2{
				font-size: 3.8vw;
				letter-spacing: 0.8vw;
			}
			#page .home-hero .wpb_text_column p{
				font-size: 1.9vw;
				letter-spacing: 0.8vw;
			}
			#page .home-hero .wpb_text_column p a{
				padding-bottom: 0.5vw;
			}
		}
				
				
	#page .section-topbanner{
	}
		#page .section-topbanner .wpb_content_element{
			margin: 0;
		}
		#page .section-topbanner .wpb_text_column{
			color: #fff;
			position: absolute;
			top: 0;
			left: 0;
			width: 50%;
			margin-top: 60px;
			z-index: 99;
		}
			#page .section-topbanner .wpb_text_column > .wpb_wrapper{
				width: 500px;
				float: right;
			}
			#page .section-topbanner h1{
				font-family: 'Lato', sans-serif;
				font-weight: bold;
				font-size: 55px;
			}
		#page .section-topbanner .wpb_single_image{
			position: relative;
		}
			#page .section-topbanner .wpb_single_image:before{
				content: "";
				background: rgba(0, 0, 0, 0.3);
				display: block;
				width: 100%;
				height: 100%;
				position: absolute;
				top: 0;
				left: 0;
				z-index: 1;
			}
			#page .section-topbanner .wpb_wrapper,
			#page .section-topbanner .vc_single_image-wrapper{
				display: block;
			}
			#page .section-topbanner .wpb_single_image img{
				width: 100%;
			}
		
		@media (max-width: 1050px){
			#page .section-topbanner .wpb_text_column{
				margin-top: 6vw;
			}
			#page .section-topbanner .wpb_text_column > .wpb_wrapper{
				width: 100%;
				padding-left: 25px;
			}
			#page .section-topbanner h1{
				font-size: 5vw;
			}
		}
			
	#page .section-pagetitle{
		padding: 30px 0;
		text-align: center;
	}	
		#page .section-pagetitle .wpb_content_element{
			margin: 0;
		}
		#page .section-pagetitle .vc_column-inner{
			padding-top: 0;
		}
		#page .section-pagetitle h2{
			display: block;
			background: #5cc6b6;
			font-family: "Raleway",sans-serif;
			color: #11244d;
			font-size: 44px;
			margin: 0;
			width: 100%;
			text-transform: uppercase;
		}
		
		@media (max-width: 1050px){
			#page .section-pagetitle h2{
				font-size: 35px;
			}
		}
			
		@media (max-width: 767px){
			#page .section-pagetitle h2{
				font-size: 5vw;
			}
		}
			
		@media (max-width: 480px){
			#page .section-pagetitle h2{
				font-size: 6vw;
			}
		}
		
		
	#page .home-abovefooter{
		background: none #11244d;
		color: #7a7f91;
		font-family: 'Lato', sans-serif;
		font-weight: normal;
		font-size: 14px;
		line-height: 1.5em;
		padding: 20px 0 0 0;
	}
		#page .home-abovefooter a{
			color: #7a7f91;
			text-decoration: underline;
		}
		#page .home-abovefooter a:hover{
			color: #eee;
			text-decoration: none;
		}
/* ==========================================================================
   END OF PAGE
 ========================================================================== */
	
	
	

/* ==========================================================================
   START OF FOOTER
 ========================================================================== */	
#footer{
	background: none #11244d;
	color: #7a7f91;
	font-family: 'Lato', sans-serif;
	font-weight: normal;
	font-size: 14px;
	line-height: 1.5em;
	text-align: center;
}
	#footer .vc_row{
		padding: 40px 0;
	}
	.home #footer .vc_row{
		padding-top: 0;
		padding-bottom: 60px;
		margin-top: -10px;
	}
	#footer .wpb_content_element{
		margin: 0;
	}
	#footer .vc_column-inner{
		padding-top: 0;
	}
	#footer a{
		color: #7a7f91;
	}
	#footer p{
		margin: 0;
	}
/* ==========================================================================
   END OF FOOTER
 ========================================================================== */