/*
Theme Name: Coastal Fence by Three Ring Focus
Theme URL: https://ThreeRingFocus.com
Description: Responsive Website by Three Ring Focus
Author: Josh Castro
Author URI: ThreeRingFocus.com
Version: 9.9.9
Tags: Responsive, blue, white.
*/

/* Baseline Normalize - normalize.css v3.0.1 | MIT License | git.io/normalize
--------------------------------------------- */

html{font-family:sans-serif;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}body{margin:0}article,aside,details,figcaption,figure,footer,header,hgroup,main,nav,section,summary{display:block}audio,canvas,progress,video{display:inline-block;vertical-align:baseline}audio:not([controls]){display:none;height:0}[hidden],template{display:none}a{background:0 0}a:active,a:hover{outline:0}abbr[title]{border-bottom:1px dotted}b,strong{font-weight:700}dfn{font-style:italic}h1{font-size:2em;margin:.67em 0}mark{background:#ff0;color:#000}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sup{top:-.5em}sub{bottom:-.25em}img{border:0}svg:not(:root){overflow:hidden}figure{margin:1em 40px}hr{box-sizing:content-box;height:0}pre{overflow:auto}code,kbd,pre,samp{font-family:monospace,monospace;font-size:1em}button,input,optgroup,select,textarea{color:inherit;font:inherit;margin:0}button{overflow:visible}button,select{text-transform:none}button,html input[type=button],input[type=reset],input[type=submit]{-webkit-appearance:button;cursor:pointer}button[disabled],html input[disabled]{cursor:default}button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0}input{line-height:normal}input[type=checkbox],input[type=radio]{box-sizing:border-box;padding:0}input[type=number]::-webkit-inner-spin-button,input[type=number]::-webkit-outer-spin-button{height:auto}input[type=search]{-webkit-appearance:textfield;box-sizing:content-box}input[type=search]::-webkit-search-cancel-button,input[type=search]::-webkit-search-decoration{-webkit-appearance:none}fieldset{border:1px solid silver;margin:0 2px;padding:.35em .625em .75em}legend{border:0;padding:0}textarea{overflow:auto}optgroup{font-weight:700}table{border-collapse:collapse;border-spacing:0}td,th{padding:0}

/* 	
== DEFAULTS ==*/

* {
    box-sizing: border-box; /* border thickness & padding included inside box */
    margin: 0;
    padding: 0;
}
body {
    color: #000;
	font-family: roboto, sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    letter-spacing: .06em;
	background-color: #fff;
}
.clear {
    clear: both;
}
.container {
    width: 100%;
    margin: 0;
	padding: 80px 0px;
}
input[type="checkbox"] {
    -webkit-appearance: checkbox;
}
input[type="radio"] {
    -webkit-appearance: radio;
    margin-top: 0px;
}
input[type="submit"], input[type="button"] {
    -webkit-appearance: button;
}


/* 	
== SCROLL BAR ==*/

/* Width */
::-webkit-scrollbar {
  width: 15px;
}
/* Track */
::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3); 
  background: #eee;
}
/* Handle */
::-webkit-scrollbar-thumb {
  -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3); 
  background: #222;
}


/* 	
== FONTS ==*/

h1, h2, h3, h4, h5, h6 {
    margin: 30px 0 30px 0;
	line-height: 1.2em;
	font-family: "montserrat", sans-serif;
	letter-spacing: .08em;
	font-weight: normal;
	color: #1c3458;
}
h1 {
	margin: 0;
    font-size: 3em;
}
h2 {
    font-size: 2em;
}
h3 {
    font-size: 1.75em;
}
h4 {
    font-size: 1.5em;
}
h5 {
    font-size: 1.25em;
}
h6 {
    font-size: 1em;
}
p {
    font-size: 1em;
    line-height: 1.75em;
    margin: 40px 0;
}
a {
	color: #000;
    text-decoration: none;
    cursor: pointer;
	font-style: normal;
    transition: all .4s ease-in-out;
}
a:hover {
    color: #555;
    text-decoration: none;
}
ul, ol {
    list-style: inside;
    padding: 0px 20px;
    margin: 40px 0;
}
ul {
    list-style-type: disc;
}
ol {
    list-style-type: decimal;
}
li {
    font-size: 1em;
    line-height: 1.75em;
}
em {
	letter-spacing: .01em;
}
.bgImg {
    background-position: center;
    background-size: cover;
	background-repeat: no-repeat;
}


/* 	
== BUTTONS ==*/

.buttons {
	padding: 15px 25px;
	border-radius: 30px;
	display: inline-block;
	font-weight: 700;
	font-size: 1.1em;
	line-height: 1em;
	color: #fff;
	border: 1px solid #25aae1;
	background-color: #25aae1;
}
.buttons:hover {
	color: #25aae1;
	background-color: #fff;
}


/* 	
== HEADER ==*/

.my-header {
	width: 100%;
	padding: 20px;
	position: absolute;
    z-index: 95;
	top: 0px;
	color: #fff;
}
.headWrap {
	display: flex;
	justify-content: flex-end;
	align-items: center;
	padding-right: 100px;
}
.headWrap a {
	color: #fff;
}
.headWrap a:hover {
	color: #25aae1;
}
.logo {
    width: 224px;
    height: 190px;
	margin: auto;
    display: block;
    background: url("images/global/logo.png");
    background-position: center;
    background-size: cover;
	background-repeat: no-repeat;
	position: absolute;
    left: 0;
    right: 0;
}

/* 	
== HOME PAGE ==*/

.hero {
	width: 100%;
	min-height: 1240px;
	padding: 300px 30px 30px 30px;
	background-image: url("images/home/bg-hero.jpg");
	color: #fff;
	display: flex;
    align-items: flex-end;
}
.heroWrap {
	width: 100%;
	max-width: 1640px;
	margin: 0 auto;
}
.heroWrap h1,
.heroWrap h2 {
	font-weight: bold;
}
.heroText {
	max-width: 650px;
	margin-bottom: 140px;
}
.heroText h1 {
	color: #fff;
}
.heroBoxWrap {
	display: flex;
	flex-wrap: wrap;
	gap: 30px;
}
.heroBox {
	width: calc(25% - 22.5px);
	min-height: 330px;
	color: #fff;
	padding: 50px 30px;
	background-color: rgba(25,34,65,.5);
	display: flex;
	flex-direction: column;
}
.heroBox img {
	width: 52px;
}
.heroBox:hover {
	color: #fff;
	background-color: rgba(37,170,225,.5);
}
.heroBox h2 {
	color: #fff;
	font-size: 1.1em;
    margin: 30px 0 0 0;
}
.heroBox p {
    margin: 10px 0 0 0;
}
/* Section One */
.sectionOne {
	width: 100%;
	padding: 100px 40px;
	background-color: #fff;
}
.s1Wrap {
	width: 100%;
	max-width: 1560px;
	margin: auto;
	display: flex;
	justify-content: space-between;
}
.s1Text {
	width: 50%;
	max-width: 670px;
	padding-top: 100px;
}
.s1Text h2 {
	margin-top: 0;
    font-size: 3em;
}
.s1Img {
	width: 50%;
	max-width: 680px;
	margin-left: 80px;
	padding: 40px 0px 0 0;
	background-color: #e7e7e7;
}
.s1Img img {
	width: 100%;
	margin: 0 0 -40px -40px;
}
/* Section Two */
.bottomWrap {
	width: 100%;
	padding: 100px 40px 300px 40px;
	background-image: url("images/home/bg-01.jpg");
	color: #fff;
}
.sectionTwo {
	width: 100%;
	max-width: 1500px;
	margin: auto;
}
.sectionTwo h2 {
	text-align: center;
    color: #fff;
    margin: 0 0 80px 0;
    font-size: 3em;
}
.s2Wrap {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	gap: 40px;
}
.s2Box {
	width: calc(33.33% - 27px);
	padding: 50px;
	text-align: center;
	background-color: rgba(37,170,225,.8);
}
/* Section Three */
.sectionThree {
	width: 100%;
	max-width: 1500px;
	margin: 200px auto 0;
	display: flex;
	justify-content: space-between;
}
.s3Text {
	width: calc(50% - 40px);
	max-width: 640px;
}
.s3Text h2 {
    font-size: 3em;
	color: #fff;
	margin-top: 0;
}
.s3Form {
	width: 50%;
}
.s3Form .gform_heading {
	display: none;
}
.s3Form .gfield_label {
	color: #fff !important;
}
.s3Form input,
.s3Form textarea {
	border: none !important;
	border-radius: 0 !important;
}
.s3Form .gform-footer input {
	background-color: #192241 !important;
	border-radius: 20px !important;
    transition: all .4s ease-in-out !important;
}
.s3Form .gform-footer input:hover {
	color: #25aae1 !important;
	background-color: #fff !important;
}

/* 	
== PAGES ==*/

.banner {
    width: 100%;
    height: auto;
}
.banner img {
    width: 100%;
    height: auto;
    display: block;
}
.bannerBG {
	width: 100%;
	height: 650px;
	display: flex;
	align-items: flex-end;
	padding: 0 40px 70px;
	background-color: #192241;
}
.bannerWrap {
    width: 100%;
    max-width: 1560px;
	margin: 0 auto;
}
.bannerWrap h1,
.bannerWrap2 h1{
	color: #fff;
}
.pageBox {
	width: 100%;
	padding: 100px 20px 300px 20px;
}
.bannerWrap2,
.pageText {
	width: 100%;
	max-width: 1024px;
	margin: 0 auto;
}
.wp-block-column p,
.wp-block-column ul {
	margin-top: 0;
}

/*
== PAGE TEMPLATES ==*/

.pSecOne {
	width: 100%;
	padding: 100px 40px;
	background-color: #fff;
}
.ps1Wrap {
	width: 100%;
	max-width: 1560px;
	margin: auto;
	display: flex;
	justify-content: space-between;
}
.ps1Text {
	width: 50%;
	max-width: 670px;
	padding-top: 100px;
}
.ps1Text h2 {
	margin-top: 0;
}
.ps1Img {
	width: 50%;
	max-width: 680px;
	margin-left: 80px;
	padding: 40px 0px 0 0;
	background-color: #e7e7e7;
}
.ps1Img img {
	width: 100%;
	margin: 0 0 -40px -40px;
}
.pSecTwo {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
}
.ps2Img {
	width: 50%;
	min-height: 700px;
	background-color: #bbbbbb;
}
.ps2Box {
	width: 50%;
	padding: 100px;
	background-color: #25aae1;
	color: #fff;
	display: flex;
	align-items: center;
}
.ps2Text {
	max-width: 670px;
}
.ps2Text h2 {
	color: #fff;
	margin-top: 0;
}
.ps2Text h2 {
	color: #fff;
	margin-bottom: 0;
}
.ps2Text P {
	margin-bottom: 0;
}
.pSecFour {
	width: 100%;
	padding: 100px 40px 300px 40px;
	background-image: url("images/page/bg-01.jpg");
	color: #fff;
}
.ps4Text {
	text-align: center;
}
.ps4Text h2 {
	margin: 0 0 80px 0;
	color: #fff;
    font-size: 2.5em;
}
.ps4Text a {
	color: #fff;
}
.ps4Text a:hover {
	color: #192241;
}
.ps4Text ul {
    margin: 0;
	padding: 0;
}
.ps4Text li {
	margin: 10px 0 0 0;
    font-weight: bold;
    list-style: none;
    line-height: 1em;
    display: inline-block;
    border-right: 1px solid #fff;
    padding: 0 30px;
    font-size: 1.5em;
}
.ps4Text li:last-child {
	border-right: none;
}
.ps4Text li a {
	text-decoration: none;
}

/* 	
== FOOTER ==*/

.fenceFoot {
	width: 100%;
	height: 150px;
	margin-top: -150px;
	background-image: url("images/global/fence.svg");
	background-repeat: repeat-x;
	background-position: center;
}
.myFooter {
    width: 100%;
	padding: 1px 20px 40px 20px;
	position: relative;
	background-color: #192241;
	color: #FFF;
	text-align: center;
}
.myFooter a {
	color: #FFF;
	border-bottom: none;
}
.myFooter a:hover {
	color: #25aae1;
	border-bottom: none;
}
.logoFoot {
    width: 224px;
    height: 190px;
	margin: -75px auto 0;
    display: block;
    background: url("images/global/logo.png");
    background-position: center;
    background-size: cover;
	background-repeat: no-repeat;
}
.footNav {
	margin: 40px 0;
}
.footNav ul {
    margin: 0;
	padding: 0;
}
.footNav li {
	margin: 10px 0 0 0;
    text-transform: uppercase;
    font-weight: bold;
    list-style: none;
    line-height: 1em;
    display: inline-block;
    border-right: 1px solid #25aae1;
    padding: 0 14px;
}
.footNav li:last-child {
	border-right: none;
}
.footNav li a {
	text-decoration: none;
}
.footBottom .fab {
    font-size: 1.5em;
}
.footBottom {
    margin: 40px 0 0 0;
	font-size: .9em;
}

/* 	
== NEWS/BLOG ==*/

.newsWrap {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
}
.newsBox {
	width: calc(33.33% - 30px);
	margin: 0 15px 30px;
}
.newsImg {
	width: 100%;
	height: 300px;
}
.newsText {
	width: 100%;
	height: calc(100% - 300px); /* height of image */
	padding: 20px;
	background-color: #fff;
	display: flex;
    flex-direction: column;
	align-items: center;
    text-align: center;
}
.newsText h2 {
	margin: 0;
	font-size: 1.5em;
}
.newsText p {
	margin: 30px 0;
}
.newsText .buttons {
	margin: auto 0 0 0;
}


/* 	
== WORDPRESS FIXES ==*/

img.alignright {
    float: right;
    margin: 0 0 1em 1em;
}
img.alignleft {
    float: left;
    margin: 0 1em 1em 0;
}
img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.alignright {
    float: right;
}
.alignleft {
    float: left;
}
.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
}


/* 	
== RESPONSIVE ELEMENTS ==*/

.response img {
    width: 100%;
    height: auto;
    display: block;
}
.videoWrapper {
    position: relative;
    padding-bottom: 56.25%; /* 16:9 */
    padding-top: 20px;
    height: 0;
}
.videoWrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.mapWrapper {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
}
.mapWrapper iframe, .mapWrapper object, .mapWrapper embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}


/* 	
== RESPONSIVE STYLES ==*/

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

/* Monitor Medium | iPad Pro Large Landscape */
@media only screen and (max-width: 1366px) {
}

/* Custom */
@media only screen and (max-width: 1200px) {
	.heroBox {width: calc(50% - 15px);}
	.s1Wrap, .ps1Wrap {flex-direction: column; align-items: center;}
	.s1Text, .ps1Text {width: 100%; padding-top: 0; margin-bottom: 50px;}
	.s1Img, .ps1Img {width: 100%;}
	.s2Box {padding: 50px 20px;}
}

/* iPad Pro Landscape */
@media only screen and (max-width: 1112px) {
}

/* iPad & iPad Mini Landscape | iPad Pro Portrait */
@media only screen and (max-width: 1024px) {
	.s2Box {width: 100%; padding-bottom: 10px;}
}

/* Custom */
@media only screen and (max-width: 960px) {
	.pSecTwo {flex-direction: column-reverse;}
	.ps2Img, .ps2Box {width: 100%;}
	.ps2Img {min-height: 500px;}
	.ps2Box {padding: 100px 40px; justify-content: center;}
}

/* Custom */
@media only screen and (max-width: 900px) {
	.sectionThree {flex-direction: column; align-items: center;}
	.s3Text {width: 100%;}
	.s3Form {max-width: 640px; width: 100%;}
}

/* Monitor Small */
@media only screen and (max-width: 800px) {
	h1 {font-size: 2.5em;}
	h2 {font-size: 1.75em;}
	h3 {font-size: 1.5em;}
	h4 {font-size: 1.25em;}
	h5 {font-size: 1em;}
	h6 {font-size: .813em;}
	.s1Text h2, .sectionTwo h2, .s3Text h2 {font-size: 2.5em;}
	.ps4Text h2 {font-size: 1.75em;}
	
}

/* iPhone 8 Plus Landscape | iPad Portrait */
@media only screen and (max-width: 768px) {
	.hero, .sectionOne, .pSecOne, .bottomWrap, .bannerBG, .ps2Box, .pSecFour {padding-left: 20px; padding-right: 20px;}
	
	.sfm-navicon-button {right: 10px !important;}
	.headWrap {padding-right: 52px;}
	.logo, .logoFoot {width: 176px; height: 150px;}
	.logo {left: 20px; right: unset;}
	.hero {padding-top: 260px;}
	.heroText {margin-bottom: 100px;}
	.s1Wrap, .ps1Wrap {align-items: self-end;}
	.s1Img, .ps1Img {width: calc(100% - 20px); padding-top: 20px;}
	.s1Img img, .ps1Img img {margin: 0 0 -20px -20px;}
	.ps4Text li {font-size: 1.25em;}
}

/* iPhone 8 Landscape */
@media only screen and (max-width: 667px) {
	.heroBox {width: 100%;}
	.bannerBG {height: 500px;}
}

/* Mobile Portrait */
@media only screen and (max-width: 600px) {
}

/* iPhone SE Landscape */
@media only screen and (max-width: 568px) {
}

/* Smaller Devices */
@media only screen and (max-width: 499px) {
}

/* Even Smaller Devices */
@media only screen and (max-width: 360px) {
}
