/*
Theme Name: Waccamaw Outfitters 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, dark green, dark blue, 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: #2D4250;
	font-family: roboto, sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    letter-spacing: .06em;
	background-color: #fff;
	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;
}
.bgImg {
    background-position: center;
    background-size: cover;
	background-repeat: no-repeat;
}
.wrapMain {
	width: 100%;
	max-width: 1800px;
	margin: auto;
	padding: 0 20px;
}

/* Preload background images */
body::after{
   position:absolute; width:0; height:0; overflow:hidden; z-index:-1;
   content:url("images/home/icon-kayak_r.svg") url("images/home/icon-fish_r.svg");
}

/* 	
== 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: #2D4250;
}


/* 	
== FONTS ==*/

h1, h2, h3, h4, h5, h6 {
	font-family: rift, sans-serif;
	line-height: 1.2em;
	letter-spacing: .05em;
	text-transform: uppercase;
}
h2, h3, h4, h5, h6{
    margin: 30px 0 30px 0;
	color: #686C5C;
    font-size: 1.75em;
	font-weight: 500;
}
h1 {
	margin: 0;
    font-size: 3em;
	font-weight: 700;
}
h2 {
    font-size: 1.75em;
}
h3 {
    font-size: 1.5em;
}
h4 {
    font-size: 1.25em;
}
h5 {
    font-size: 1.1em;
}
h6 {
    font-size: .85em;
}
p {
    font-size: 1em;
    line-height: 1.75em;
    margin: 30px 0;
}
a {
    text-decoration: none;
    cursor: pointer;
    transition: all .4s ease-in-out;
}
a:hover {
    text-decoration: none;
}
ul, ol {
    list-style: inside;
    padding: 0px 20px;
    margin: 30px 0;
}
ul {
    list-style-type: disc;
}
ol {
    list-style-type: decimal;
}
li {
    font-size: 1em;
    line-height: 1.75em;
}
em {
	letter-spacing: .01em;
}


/* 	
== HEADER ==*/

header {
	width: 100%;
	max-width: 1920px;
	height: 128px;
	margin: auto;
	background-color: transparent;
	position: relative;
}
.logo, .logo a {
    width: 261px;
    height: 260px;
    display: block;
}
.logo {
	margin: 0;
    text-indent: -9999px;
	position: absolute;
    z-index: 999;
	top: 0;
	left: 45px;
}
.logo a {
    background: url("images/global/logo.svg");
    background-position: center;
    background-size: cover;
	background-repeat: no-repeat;
}


/* 	
== BUTTONS ==*/

.buttons {
	padding: 16px 25px;
	display: inline-block;
	border-radius: 30px;
	font-family: rift, sans-serif;
	font-style: normal;
	font-weight: 700;
	font-size: 1.2em;
	line-height: 1em;
	color: #fff;
}
.btnGreen {
	border: 1px solid #686C5C;
	background-color: #686C5C;
}
.btnGreen:hover {
	color: #686C5C;
	background-color: #fff;
}
.btnBlue {
	border: 1px solid #2D4250;
	background-color: #2D4250;
}
.btnBlue:hover {
	color: #2D4250;
	background-color: #fff;
}

/* 	
== HOME PAGE ==*/

.hero {
	position: relative;
	display: flex;
    align-items: center;
	flex-direction: column;
}
.heroPic {
	width: 100%;
	max-width: 1500px;
	height: 1080px;
	background-image: url("images/home/hero.jpg")
}
.heroVideo {
	width: 100%;
	height: 1020px;
    overflow: hidden;
	position: relative;
}
.heroVideo video{
    object-fit: cover;
    width: 100%;
    height: 100%;
    position: absolute;
	z-index: 1;
    top: 0;
    left: 0;
	background-color: #000;
}
.heroText {
	width: 100%;
	max-width: 1260px;
	margin: -100px auto 0 auto;
	padding: 80px 20px;
	background-color: #fff;
	text-align: center;
	z-index: 20;
}
.htWrap {
	width: 100%;
	max-width: 780px;
	margin: auto;
}
.splitBlue,
.splitWhite {
	width: 200px;
	height: 1px;
	margin: 30px auto;
}
.splitBlue {
	background-color: #2D4250;
}
.splitWhite {
	background-color: #FFF;
}

/* Section One */
.sectionOne {
	width: 100%;
	margin-top: 120px;
}
.s1Wrap {
	display: flex;
	justify-content: space-between;
}
.s1Box {
	width: calc(50% - 25px);
	height: 1000px;
	padding: 20px;
	color: #fff;
	text-align: center;
	display: flex;
	justify-content: center;
	align-items: center;
}
.s1b1 {background-image: url("images/home/bg01.jpg");}
.s1b2 {background-image: url("images/home/bg02.jpg");}
.s1Text {
	max-width: 480px;
}
.s1Text h2 {
	margin: 0;
    color: #fff;
    font-weight: 700;
    font-size: 3em;
}

/* Section Two */
.sectionTwo {
	width: 100%;
	margin-top: 75px;
}
.s2Wrap {
	display: flex;
	justify-content: space-between;
}
.s2Box {
	width: calc(50% - 25px);
	padding: 80px 20px;
	color: #2D4250;
	text-align: center;
	border: 1px solid #2D4250;
	background-color: transparent;
    transition: all .4s ease-in-out;
	display: flex;
	justify-content: center;
	align-items: center;
}
.s2Text {
	max-width: 380px;
}
.s2Text h2 {
	margin: 30px 0 0 0;
	font-weight: 700;
	color: #2D4250;
}
.s2Icon1 {
	width: 90px;
	height: 92px;
	margin: auto;
	background-image: url("images/home/icon-kayak.svg");
}
.s2Icon2 {
	width: 69px;
	height: 81px;
	margin: auto;
	background-image: url("images/home/icon-fish.svg");
}
.s2Box:hover {
	color: #fff;
	background-color: #2D4250;
}
.s2Box:hover .s2Text h2 {
	color: #fff;
}
.s2Box:hover .splitBlue {
	background-color: #fff;
}
.s2Box:hover .s2Icon1 {
	background-image: url("images/home/icon-kayak_r.svg");
}
.s2Box:hover .s2Icon2 {
	background-image: url("images/home/icon-fish_r.svg");
}

/* Section Three */
.sectionThree {
	width: 100%;
	margin-top: 75px;
	display: flex;
	position: relative;
}
.s3p1 {
	width: 100%;
	max-width: 1400px;
	height: 1080px;
	margin: auto;
	background-image: url("images/home/pic01.jpg");
}
.s3p2 {
	width: 466px;
	height: 576px;
	background-image: url("images/home/pic02.jpg");
	position: absolute;
	top: 110px;
	right: 0;
	z-index: 1;
}
.s3Text {
	width: 100%;
	max-width: 720px;
	min-height: 890px;
	background-color: #fff;
	padding: 20px;
	display: flex;
	justify-content: center;
	align-items: center;
	position: absolute;
	top: 90px;
	left: 0;
	z-index: 10;
}
.s3tWrap {
	max-width: 540px;
	text-align: center;
}
.s3tWrap h2 {
	max-width: 360px;
    margin: auto;
	font-weight: 700;
	color: #2D4250;
	font-size: 2.5em;
}

/* Section Four */
.sectionFour {
	width: 100%;
	margin-top: 75px;
	padding: 200px 20px;
	background-image: url("images/home/bg03.jpg");
}
.s4Wrap {
	max-width: 1400px;
	margin: auto;
	position: relative;
}
.s4Wrap::before,
.s4Wrap::after {
	content: '';
	width: 292px;
	height: 171px;
	position: absolute;
	z-index: 0;
}
.s4Wrap::before {
	background: url("images/home/quote1.svg");
	top: -90px;
	left: 0;
}
.s4Wrap::after {
	background: url("images/home/quote2.svg");
	right: 0;
	bottom: 0;
}
.s4Quote {
	max-width: 850px;
	margin: auto;
	text-align: center;
	color: #fff;
	font-family: rift, sans-serif;
	font-weight: 700;
	line-height: 1.2em;
	letter-spacing: .05em;
	text-transform: uppercase;
	position: relative;
	z-index: 10;
}
.s4Quote p {
	margin: 0 0 30px 0;
    font-size: 1.6em;
}


/* 	
== PAGES ==*/

.banner {
    width: 100%;
    height: auto;
}
.banner img {
    width: 100%;
    height: auto;
    display: block;
}
.pageBox {
    width: 100%;
    max-width: 1300px;
    padding: 100px 20px;
    margin: -75px auto 75px auto;
    background-color: #fff;
    position: relative;
    z-index: 10;
}
.pageBox h1 {
	text-align: center;
}
.pageText {
	width: 100%;
	max-width: 850px;
	margin: 0 auto;
}


/* 	
== FOOTER ==*/

footer {
    width: 100%;
	padding: 60px 100px 40px 100px;
	position: relative;
	background-color: #2D4250;
	color: #fff;
}
footer a {
	color: #fff;
	border-bottom: none;
}
footer a:hover {
	color: #686C5C;
	border-bottom: none;
}
footer p {
	margin: 20px 0 0 0;
}
footer h5 {
	margin-top: 0;
	font-weight: 700;
	color: #fff;
	font-size: 1.5em;
}
.footWrap {
	width: 100%;
	margin-bottom: 50px;
	display: flex;
	justify-content: space-between;
}
.footLeft {    
	width: 100%;
    max-width: 600px;
	display: flex;
	justify-content: space-between;
}
.flCol {
	margin-right: 10px;
}
.footNav ul {
    margin: 0;
	padding: 0 0 0 0;
	text-align: right;
}
.footNav li {
	margin: 0 0 0 20px;
	list-style: none;
	display: inline-block;
	font-family: rift, sans-serif;
	font-weight: 700;
	line-height: 1.2em;
	letter-spacing: .05em;
	text-transform: uppercase;
}
.footNav li a {
	font-weight: 300;
	text-decoration: none;
	font-style: normal;
}
.footRight {}
.footSocial {
	text-align: right;
    margin-bottom: 30px;
}
.footSocial .fa-2x {
    font-size: 1.2em;
}
.footSocial .fa-inverse {
    color: #2D4250;
}
.footBottom {
	font-family: rift, sans-serif;
	font-weight: 700;
	line-height: 1.2em;
	letter-spacing: .05em;
	text-transform: uppercase;
}
.fh-button-flat-pop {
	display: none;
}

/* 	
== 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: #2D4250;
}
#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: #2D4250;
}
.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: 10px 15px;
    text-transform: uppercase;
	color: #fff;
    background-color: #2D4250;
	border: none;
    font-weight: bold;
    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 {
	color: #fff;
    background-color: #686C5C;
}



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

/* Custom */
@media only screen and (max-width: 1540px) {
	.logo, .logo a {left: 10px;}
}

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

/* Custom */
@media only screen and (max-width: 1260px) {
	.heroText {margin: 0px auto 0 auto;}
}

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

/* iPad & iPad Mini Landscape | iPad Pro Portrait */
@media only screen and (max-width: 1024px) {
	footer {padding: 60px 20px 40px 20px;}
}

/* Custom */
@media only screen and (max-width: 960px) {
	.s1Wrap, .s2Wrap {flex-direction: column;}
	.s1Box {width: 100%; height: 600px;}
	.s2Box {width: 100%;}
	.s1Box:first-child, .s2Box:first-child {margin-bottom: 20px;}
}

/* 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;}
	
	footer {text-align: center;}
	.footWrap {flex-direction: column; align-items: center;}
	.footRight {margin-top: 50px;}
	.footSocial, .footNav ul {text-align: center;}
	.footNav li {margin: 0 10px;}
}

/* iPhone 8 Plus Landscape | iPad Portrait */
@media only screen and (max-width: 768px) {
	.hero {display: block;}
	.heroPic, .heroVideo {height: 600px;}
	.heroText {padding: 100px 20px; position: relative; right: unset; z-index: unset;}
	.sectionThree {display: block; position: relative;}
	.s3p1 {height: 500px;}
	.s3p2 {display: none;}
	.s3Text {min-height: auto; padding: 100px 20px; position: relative; top: unset; left: unset; z-index: 0;}
}

/* iPhone 8 Landscape */
@media only screen and (max-width: 667px) {
	.logo, .logo a {width: 180px; height: 180px;}
}

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