/*
Theme Name: Coastal Marsh Adventures 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, grey, 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: #222;
	background-color: #EEE;
	background-image: url("images/global/bg-texture.jpg");
	/* background-position: center; */
	background-repeat: repeat;
	background-attachment: fixed;
	font-family: roboto, sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    letter-spacing: .06em;
    text-align: left;
}
.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: #333;
}


/* 	
== FONTS ==*/

h1, h2, h3, h4, h5, h6 {
    margin: 10px 0 30px 0;
	font-family: trumpgothicpro, sans-serif;
	letter-spacing: .08em;
	font-weight: 700;
	line-height: 1.2em;
	text-transform: uppercase;
}
h1 {
	margin-top: 0;
    font-size: 3.8em;
}
h2 {
    font-size: 2.75em;
}
h3 {
    font-size: 2.2em;
}
h4 {
    font-size: 1.75em;
}
h5 {
    font-size: 1.2em;
}
h6 {
    font-size: .8em;
}
p {
    font-size: .92em;
    line-height: 2em;
    margin: 30px 0;
}
a {
	color: #555;
    text-decoration: none;
    cursor: pointer;
	font-style: normal;
    transition: all .4s ease-in-out;
}
a:hover {
    text-decoration: none;
    color: #000;
}
ul {
    list-style: inside;
    list-style-type: disc;
    padding: 0px 15px;
    margin: 30px 0;
}
ol {
    list-style: inside;
    list-style-type: decimal;
    padding: 0px 15px;
    margin: 30px 0;
}
li {
    font-size: 1em;
    line-height: 2em;
}
em {
	letter-spacing: .01em;
}


/* 	
== HEADER ==*/

header {
	position: absolute;
	top: 0px;
	right: 0px;
	left: 0px;
	z-index: 99;
	transform: translateZ(0);
}
.logo, .logo a {
    width: 302px;
    height: 189px;
    display: block;
}
.logo {
	margin: auto;
	top: 10px;
	right: 0px;
	left: 0px;
	position: absolute;
    background-size: 100%;
    text-indent: -9999px;
}
.logo a {
    background: url("images/global/logo.png");
    background-position: center;
    background-size: cover;
}
header .buttonWhite {
	top: 20px;
	right: 110px;
	position: absolute;
}
.dividerH {
	height: 47px;
	width: 1px;
	background-color: #fff;
	top: 20px;
	right: 90px;
	position: absolute;
}
header .headPhone {
	top: 20px;
	left: 20px;
	position: absolute;
	color: #fff;
}
header .headPhone:hover {
	color: #ccc;
}


/*
== BUTTONS ==*/

a.buttonWhite {
	color: #FFF;
	text-transform: uppercase;
	background-color: transparent;
	border: 3px solid #fff;
	padding: 10px 15px;
	margin: 0;
	text-align: center;
	letter-spacing: .1em;
	display: inline-block;
    transition: all .4s ease-in-out;
}
a.buttonWhite:hover {
	color: #222;
	background-color: #fff;
}


/* 	
== HOME PAGE ==*/

.heroVideo {
    width: 100%;
    height: 100vh;
	min-height: 500px;
    overflow: hidden;
	position: relative;
}
.heroVideo video{
    object-fit: cover;
    width: 100vw;
    height: 100vh;
    position: absolute;
	z-index: 1;
    top: 0;
    left: 0;
	background-color: #000;
}
.overlay {
	background-color: rgba(0,0,0,.45);
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 5;
}
/*
.hero {
	width: 100%;
	height: 100vh;
	min-height: 700px;
	display: flex;
	align-items: flex-end;
	background-image: url("images/home/hero-img.jpg");
	background-size: cover;
	background-position: center;
}
*/
.heroText {
	width: 100%;
	padding: 0 20px 190px 20px;
	text-align: center;
	color: #fff;
	position: absolute;
    z-index: 10;
    bottom: 0;
}
.heroText h1 {
	letter-spacing: .2em;
    font-size: 6em;
	margin: 10px 0 20px 0;
	text-shadow: 5px 5px 5px rgba(0,0,0,.3);
}
.heroText .buttonWhite {
    margin-top: 20px;
}
.fishWrap {
	width: 100%;
	padding: 120px 10px 10px 10px;
	text-align: center;
}
.fishWrap h2 {
	font-weight: 400;
	font-size: 3.5em;
	letter-spacing: .2em;
	color: #555555;
}
.fishBox {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-evenly;
}
.fishCol {
	width: 33.33%;
	max-width: 500px;
	padding: 0 20px 40px 20px;
}
.fish {
	width: 100%;
	max-width: 368px;
	margin: auto;
}
.grass {
	width: 100%;
	height: 200px;
	background-image: url("images/home/bg-grass.png");
	background-position: center;
	background-repeat: repeat-x;
}
.darkWrap {
	width: 100%;
	padding-bottom: 30px;
	background-color: rgba(0,0,0,.05);
	display: flex;
	align-items: center;
	box-shadow: 0px 20px 10px 10px rgba(0,0,0,.14);
	z-index: 1;
	position: relative;
}
.fishTail {
	width: 50%;
	max-width: 1000px;
}
.textBox {
	width: 50%;
	padding: 0 100px 0 50px;
}
.textBox h2 {
	margin-top: 0;
	letter-spacing: .2em;
}
.socialWrap {
	width: 100%;
	color: #555555;
	text-align: center;
	background-image: url("images/home/bg-fish.png");
	background-position: center;
	background-repeat: repeat;
	padding: 100px 20px;
}
.socialWrap h3 {
	margin-top: 0;
	letter-spacing: .2em;
}
.socialWrap p {
	margin-bottom: 0;
}
.socialWrap .fab {
	font-size: 2.6em;
	margin: 0 10px;
}
.instagramWrap {
	width: 100%;
	box-shadow: 0px -20px 10px 10px rgba(0,0,0,.14);
	z-index: 1;
	position: relative;
	margin-top: -30px;
}
.instagramWrap #sb_instagram {
	padding-bottom: 0 !important;
}
.instagramWrap #sbi_images {
	padding-bottom: 0 !important;
	padding-top: 0 !important;
}
h1.smaller {
	font-size: 2.4em;
    letter-spacing: .2em;
}
h2.smaller {
	font-size: 2em;
    letter-spacing: .1em;
    margin: 0px;
    font-weight: 400;
}
h3.smaller {
	font-size: 2em;
    letter-spacing: .1em;
    margin: 0px;
    font-weight: 400;
}


/* 	
== PAGES ==*/

.banner {
    width: 100%;
    height: auto;
}
.banner img {
    width: 100%;
    height: auto;
    display: block;
}
.pageWrap {
	width: 100%;
	padding: 100px 20px;
	box-shadow: 0px 20px 10px 10px rgba(0,0,0,.14);
	z-index: 1;
	position: relative;
}
.pageText {
	width: 100%;
	max-width: 900px;
	margin: 0px auto;
}


/* 	
== FOOTER ==*/

.foot {
    width: 100%;
    padding: 100px 0 0 0;
	text-align: center;
	background-image: url("images/global/bg-foot.png");
	background-position: center;
	background-size: cover;
}
.logoFoot, .logoFoot a {
    width: 271px;
    height: 169px;
    display: block;
}
.logoFoot {
	margin: auto;
    background-size: 100%;
    text-indent: -9999px;
}
.logoFoot a {
    background: url("images/global/logo-foot.png");
    background-position: center;
    background-size: cover;
}
.foot a {
	text-decoration: none;
}
.footNav {
    font-size: 1.5em;
    letter-spacing: .15em;
}
.footNav2 {
    font-size: 1em;
    letter-spacing: .15em;
}
ul.footNav, ul.footNav2 {
	text-transform: uppercase;
	font-family: trumpgothicpro, sans-serif;
	list-style: none;
	padding: 0 20px;
	margin: 50px 0 45px 0;
	text-align: center;
}
ul.footNav2 {
	margin: 0px 0 70px 0;
}
.footNav li, .footNav2 li {
    margin: 0;
    padding: 0 10px;
    line-height: 1em;
	display: inline;
	font-weight: 600;
}
.bottomBar {
	width: 100%;
	color: #fff;
	background-color: rgba(0,0,0,.5);
	display: flex;
	justify-content: space-between;
}
.bottomBar p {
	margin: 20px 0;
	padding: 0 20px;
	font-size: .8em;
	font-style: italic;
}
.bottomBar p a {
	color: #fff;
}


/* 	
== 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: .9em;
	line-height: 1.5em;
	text-align: left;
	letter-spacing: 1px;
	margin: 0px 0px 15px 25px;
}
#texty h2 a {
	color: #222;
}
#texty p a {
	color: #222;
	text-decoration: none;
}
.spacer {
	width: 100%;
	height: 30px;
}
.split {
	padding: 0;
	width: 70%;
	height: 2px;
	margin: 30px auto;
	background-color: #222;
}
.blog-three {
	float: left;
	width: 30%;
}
.blog-seven {
	float: left;
	width: 70%;
}


/* 	
== Gravity Forms ==*/

.gform_wrapper {
	text-align: left;
}
.gform_wrapper input, .gform_wrapper select {
    border: 2px solid #222;
    background-color: transparent;
    color: #222;
}
.gform_wrapper textarea {
    border: 2px solid #222;
    background-color: transparent;
    color: #222;
}
.gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]) {
    padding: 10px 8px;
}
body .gform_wrapper ul li.gfield {
    margin-top: 0 !important;
}
.gform_wrapper li {
    line-height: 0 !important;
}
.gform_footer {
    padding: 0 0 10px;
	text-align: left;
}
.gform_footer input {
    padding: 15px 30px;
    color: #fff;
	background: #222;
	border: 2px solid #222;
    font-weight: 400;
    text-transform: uppercase;
	transition: all .4s ease-in-out;
}
.gform_footer input:hover {
    background-color: transparent;
	color: #222;
}
.gform_wrapper .field_sublabel_below .ginput_complex.ginput_container label, .gform_wrapper .field_sublabel_below div[class*=gfield_time_].ginput_container label {
    margin-top: 10px !important;
}
.gform_wrapper .top_label .gfield_label, .gform_wrapper legend.gfield_label {
    margin-top: 15px;
}
.gform_wrapper .top_label div.ginput_container {
    margin-top: 8px;
}
.gform_wrapper textarea.medium {
    margin-top: 8px;
}
.gform_wrapper input::-webkit-input-placeholder, .gform_wrapper textarea::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #222;
}
.gform_wrapper input::-moz-placeholder, .gform_wrapper textarea::-moz-placeholder { /* Firefox 19+ */
  color: #222;
}
.gform_wrapper input:-ms-input-placeholder, .gform_wrapper textarea:-ms-input-placeholder { /* IE 10+ */
  color: #222;
}
.gform_wrapper input:-moz-placeholder, .gform_wrapper textarea:-moz-placeholder { /* Firefox 18- */
  color: #222;
}


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

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

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

/* iPad & iPad Mini Landscape | iPad Pro Portrait */
@media only screen and (max-width: 1024px) {
	.heroText {padding: 0 20px 100px 20px;}
	.heroText h1 {font-size: 8vw;}
	h1.smaller {font-size: 3.75vw;}
	.fishCol {width: 50%;}
	.darkWrap {align-items: flex-start; flex-direction: column-reverse;}
	.fishTail {width: 100%; max-width: 500px;}
	.textBox {width: 100%; padding: 0 50px 0 50px;}
}

/* Monitor Small */
@media only screen and (max-width: 800px) {
	h1 {font-size: 2em;}
	h2 {font-size: 1.5em;}
	h3 {font-size: 1.125em;}
	h4 {font-size: 1em;}
	h5 {font-size: .813em;}
	h6 {font-size: .625em;}
	
}

/* iPhone 8 Plus Landscape | iPad Portrait */
@media only screen and (max-width: 768px) {
	header .buttonWhite {left: 20px; right: auto; }
	header .headPhone {top: 72px;}
	.dividerH {display: none;}
}

/* iPhone 8 Landscape */
@media only screen and (max-width: 667px) {

}

/* Mobile Portrait */
@media only screen and (max-width: 600px) {
	.logo, .logo a {width: 240px; height: 150px;}
	header .buttonWhite {font-size: .75em;}
	.sfm-navicon-button.sf_label_default { width: 70px; height: 80px;}
	.fishCol {width: 100%;}
	.footNav {font-size: 1.25em;}
	.footNav li, .footNav2 li {padding: 0 6px;}
	.bottomBar {flex-direction: column; padding: 10px 0;}
	.bottomBar p {margin: 0px 0;}
}

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

/* Smaller Devices */
@media only screen and (max-width: 499px) {
	header .buttonWhite, header .headPhone {display:none;}
	.hero {min-height: 600px;}
	.textBox {padding: 0 20px;}
}
