/*
Theme Name: Cherry Grove Pier 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, navy.
*/

/* 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}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: #333;
	font-family: roboto, sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    letter-spacing: .06em;
	background-color: #f8f8f1;
	background-image: url("images/global/bg-main.jpg");
	background-position: center;
	background-repeat: repeat;
}
.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;
	font-weight: 400;
	line-height: 1.2em;
	font-family: contempora-sans-condensed, sans-serif;
	letter-spacing: .05em;
	color: #3f3f58;
	text-transform: uppercase;
    transition: all .4s ease-in-out;
}
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: #3b71a6;
    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 {
	display: inline-block;
	text-transform: uppercase;
	font-family: contempora-sans-condensed, sans-serif;
	letter-spacing: .05em;
	font-size: 1.1em;
	color: #1d71aa;
	border: 1px solid #1d71aa;
	background-color: transparent;
}
.buttons:hover {
	color: #fff;
	background-color: #1d71aa;
}
.buttons p {
	margin: 15px 25px;
	float: left;
	line-height: 1em;
}
.buttons .fa-solid {
	padding: 15px 25px;
	float: right;
	color: #fff;
	background-color: #1d71aa;
}
.buttons:hover .fa-solid{
	color: #1d71aa;
	background-color: #fff;
}


/* 	
== HEADER ==*/

.my-header {
	position: relative;
	width: 100%;
	padding: 10px 60px;
	background-color: #1d71aa;
	display: flex;
	justify-content: flex-end;
	align-items: center;
}
.my-header p {
	margin: 0;
	color: #fff;
	text-align: right;
	font-family: contempora-sans-condensed, sans-serif;
	text-transform: uppercase;
}
.my-header a {
	color: #fff;
}
.my-header a:hover {
	color: #000;
}
.logo {
    width: 164px;
    height: 178px;
    display: block;
    background: url("images/global/logo.jpg");
    background-position: center;
    background-size: cover;
	background-repeat: no-repeat;
	position: absolute;
	top: 10px;
	left: 60px;
}

/* 	
== HOME PAGE ==*/

.hero {
	width: 100%;
	height: 1080px;
	padding: 220px 120px;
	background-image: url("images/home/hero.jpg");
	display: flex;
	align-items: flex-end;
}
.hero h1 {
	color: #fff;
	font-size: 5.5em;
	text-shadow: 5px 5px 8px rgba(0,0,0,.75);
}
/* Section One */
.sectionOne {
	width: 100%;
	padding: 80px 40px;
}
.s1Wrap {
	width: 100%;
	max-width: 1700px;
	margin: auto;
	display: flex;
}
.s1Col {
	width: 33.33%;
	padding: 35px 10px;
	border-right: 1px solid #c3c3c3;
}
.s1Col:last-child {
	border: none;
}
.s1Text {
	text-align: center;
	font-family: contempora-sans-condensed, sans-serif;
	text-transform: uppercase;
}
.s1Text p {
	color: #1d71aa;
	font-size: 1.3em;
    line-height: 1.15em;
    margin: 20px 0;
}
.s1Text a {
	color: #3f3f58;
}
.s1Text a:hover {
	color: #1d71aa;
}
.s1icon {
	width: 67px;
	height: 67px;
	margin: auto;
}
.s1i1 {
	background-image: url("images/home/icon03.png");
}
.s1i2 {
	background-image: url("images/home/icon01.png");
}
.s1i3 {
	background-image: url("images/home/icon02.png");
}
/* Section Two */
.sectionTwo {
	width: 100%;
	padding: 80px 40px 80px 0;
	background-image: url("images/global/wave.png");
	background-position: bottom right;
	background-repeat: no-repeat;
}
.s2Wrap {
	width: 100%;
	display: flex;
}
.s2Image {
	width: 50%;
	height: 1100px;
	border-bottom-right-radius: 150px;
}
.s2Box {
	width: 50%;
	padding: 100px;
	display: flex;
	align-items: center;
}
.s2Text {
	position: relative;
}
.s2Text h2 {
    font-size: 3em;
    margin-top: 0;
}
.s2Fish {
	width: 200px;
	height: 200px;
	border-radius: 100px;
	background-image: url("images/global/bg-main.jpg");
	background-position: center;
	background-repeat: no-repeat;
	position: absolute;
	top: 0;
	left: -200px;
	z-index: 5;
	display: flex;
	justify-content: center;
	align-items: center;
}
.fishIcon {
	width: 122px;
	height: 76px;
	background-image: url("images/home/icon-fish.png");
}
/* Section Three */
.sectionThree {
	width: 100%;
	padding: 150px 60px;
}
.s3Wrap {
	width: 100%;
	max-width: 1680px;
	margin: auto;
	display: flex;
	justify-content: space-between;
	gap: 60px;
}
.s3Box {
	width: 50%;
	border-bottom-right-radius: 60px;
	background-color: #1d71aa;
	color: #fff;
	text-align: center;
}
.s3Img {
	width: 100%;
	height: 440px;
}
.s3Text {
	padding: 60px 20px;
}
.s3Text h2 {
	color: #fff;
    font-size: 3em;
}
.s3Text p {
	max-width: 570px;
	margin: 40px auto;
}
.s3Text a {
	font-family: contempora-sans-condensed, sans-serif;
	text-transform: uppercase;
	color: #fff;
	font-size: 1.1em;
}
.s3Text a:hover {
	color: #000;
}
/* Section Four */
.sectionFour {
	width: 100%;
	padding: 50px 60px;
	text-align: center;
}
.s4Text {
	width: 100%;
	max-width: 930px;
	margin: 0 auto;
}
.s4Text h2 {
    font-size: 3em;
    margin-top: 0;
}
.s4Btns {
	margin-top: 80px;
}
.s4Btns .buttons {
	margin: 0 5px;
}
.sectionFour .rsUni,
.sectionFour .rsUni .rsOverflow,
.sectionFour .rsUni .rsVideoFrameHolder,
.sectionFour .rsUni .rsThumbs {
    background: transparent;
    color: #1d71aa;
}
.sectionFour .rsUni .rsSlide {
    background: #fff;
    color: #1d71aa;
}
.sectionFour .visibleNearbyZoom {
    color: #1d71aa;
    padding-top: 0px;
}
.sectionFour .rsContent p {
	margin: 10px 0 0 0;
    font-weight: 600;
}
.sectionFour .visibleNearbyZoom .rsSlide img {
	opacity: 1;
}
.sectionFour .rsUni .rsArrowIcn {
	background: url("images/home/rs-universal.png");
	opacity: 1;
}
.sectionFour .rsUni.rsHor .rsArrowRight {
    right: -50px;
}
.sectionFour .rsUni.rsHor .rsArrowLeft {
    left: -50px;
}
.rsMobile {
	display: none;
}
/* Section Five */
.sectionFive {
	width: 100%;
	padding: 90px 0px;
	text-align: center;
}
.sectionFive h2 {
    font-size: 3em;
    margin: 0 0 50px 0;
}
.sectionFive p {
	font-family: contempora-sans-condensed, sans-serif;
	text-transform: uppercase;
	color: #1d71aa;
    font-size: 1.5em;
}
.s5Social {
	display: flex;
	justify-content: center;
	align-items: center;
	margin-top: 70px;
}
.s5Social p {
	margin: 0 15px;
}
.s5Social .fa-stack {
	margin-left: 4px;
}
.s5Social .fa-2x {
    font-size: 1.25em;
}
.s5Social .fa-solid {
	color: #1d71aa;
    transition: all .4s ease-in-out;
}
.s5Social a:hover .fa-solid {
	color: #000;
}

/* 	
== PAGES ==*/

.banner {
    width: 100%;
    height: auto;
}
.banner img {
    width: 100%;
    height: auto;
    display: block;
}
.bannerBG {
	width: 100%;
	height: 650px;
}
.pageBox {
	width: 100%;
	padding: 100px 20px 80px 20px;
}
.pageText {
	width: 100%;
	max-width: 840px;
	margin: 0 auto;
}

/* 	
== FOOTER ==*/

.myFooter {
    width: 100%;
	padding: 50px 70px;
	position: relative;
	background-color: #1d71aa;
	color: #fff;
	display: flex;
	justify-content: space-between;
	font-family: contempora-sans-condensed, sans-serif;
	text-transform: uppercase;
}
.myFooter a {
	color: #fff;
	border-bottom: none;
}
.myFooter a:hover {
	color: #000;
	border-bottom: none;
}
.footText {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}
.footText p {
	margin: 20px 0;
}
.footNav {
	padding-top: 40px;
}
.footNav ul {
    margin: 0;
	padding: 0;
}
.footNav li {
	margin: 10px 0 0 0;
    padding: 0 15px;
    list-style: none;
    line-height: 1em;
    display: inline-block;
    border-right: 3px solid #fff;
	font-size: 1.1em;
}
.footNav li:first-child {
	padding-left: 0;
}
.footNav li:last-child {
	border-right: none;
}
.footNav li a {
	text-decoration: none;
}
.footLogo {
	width: 164px;
	height: 178px;
	background-image: url("images/global/logo.jpg");
}

/* 	
== NEWS/BLOG ==*/

#thumby {
	padding: 0;
	display: block;
	margin-top: 20px;
	margin-bottom: 10px;
	min-height: 150px;
	background-position: center;
	background-size: cover;
}
#thumby img {
	margin: 0;
	padding: 0;
	width: 100%;
	height: auto;
	display: block;
}
#texty h2 {
	padding: 0;
	margin: 30px 0px 25px 25px;
	text-align: left;
	font-size: 1.5em;
}
#texty p {
	font-size: 1em;
	line-height: 1.5em;
	text-align: left;
	letter-spacing: 1px;
	margin: 0px 0px 15px 25px;
}
#texty h2 a {
	color: #928a5b;
}
#texty p a {
	color: #333;
	text-decoration: none;
}
.spacer {
	width: 100%;
	height: 30px;
}
.split {
	padding: 0;
	width: 70%;
	height: 2px;
	margin: 30px auto;
	background-color: #928a5b;
}
.blog-three {
	float: left;
	width: 30%;
}
.blog-seven {
	float: left;
	width: 70%;
}


/* 	
== GRAVITY FORMS ==*/
.gform_wrapper.gravity-theme .gform_footer button, .gform_wrapper.gravity-theme .gform_footer input, .gform_wrapper.gravity-theme .gform_page_footer button, .gform_wrapper.gravity-theme .gform_page_footer input {
	padding: 15px 25px;
	border-radius: 30px;
	display: inline-block;
	text-transform: uppercase;
	font-weight: 700;
	font-size: 1.1em;
	line-height: 1em;
	color: #fff;
	border: 1px solid #3cc1bb;
	background-color: #3cc1bb;
    transition: all .4s ease-in-out;
}
.gform_wrapper.gravity-theme .gform_footer button:hover, .gform_wrapper.gravity-theme .gform_footer input:hover, .gform_wrapper.gravity-theme .gform_page_footer button:hover, .gform_wrapper.gravity-theme .gform_page_footer input:hover {
    background-color: #fff;
	color: #3cc1bb;
}

/* 	
== 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) {
	.sectionThree {padding-left: 40px; padding-right: 40px;}
	.s3Wrap {gap: 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) {
	.s3Wrap {flex-direction: column;}
	.s3Box {width: 100%;}
}

/* Custom */
@media only screen and (max-width: 960px) {
	.hero {height: 900px; padding: 120px 40px;}
	.sectionTwo {padding: 80px 40px;}
	.s2Wrap {flex-direction: column; align-items: center;}
	.s2Image {width: 100%; height: 800px;}
	.s2Box {width: 100%; padding: 100px 0;}
	.s2Fish {top: -200px; left: 20px;}
	.sectionThree {padding: 0px 60px 150px 60px;}
}

/* Monitor Small */
@media only screen and (max-width: 800px) {
	h1 {font-size: 2.5em;}
	h2,
	.s2Text h2,
	.s3Text h2,
	.s4Text h2,
	.sectionFive h2{
		font-size: 1.75em;
	}
	h3 {font-size: 1.5em;}
	h4 {font-size: 1.25em;}
	h5 {font-size: 1em;}
	h6 {font-size: .813em;}
	.hero h1 {font-size: 3em;}
	
	.sectionOne, .sectionTwo, .sectionThree, .sectionFive, .myFooter {padding-left: 20px; padding-right: 20px;}
	.rsDesktop {display: none;}
	.rsMobile {display: block;}
	.sectionFour .rsContent p {font-size: .9em;}
}

/* iPhone 8 Plus Landscape | iPad Portrait */
@media only screen and (max-width: 768px) {
	.my-header {padding: 10px 20px;}
	.logo {left: 20px;}
	.sfm-navicon-button {right: 10px !important;}
	.s1Wrap {flex-direction: column; align-items: center;}
	.s1Col {width: 100%; padding: 35px 0px; border-right: none;}
}

/* iPhone 8 Landscape */
@media only screen and (max-width: 667px) {
	.hero {height: 800px;}
	.myFooter {padding: 20px; flex-direction: column-reverse; align-items: center; text-align: center;}
	.footNav {padding-top: 0;}
}

/* Mobile Portrait */
@media only screen and (max-width: 600px) {
	.my-header p {display: none;}
	.sfm-navicon-button {top: 20px;}
}

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