/*
Theme Name: Georgetown County Airport by Three Ring Focus
Theme URL: http://ThreeRingFocus.com
Description: Responsive Website by Three Ring Focus
Author: Josh Castro
Author URI: ThreeRingFocus.com
Version: 9.9.9
Tags: Responsive, black, grey, white.
*/

/* 	
-•== DEFAULTS ==•- 
*/

* {
    box-sizing: border-box; /* border thickness & padding included inside box */
    margin: 0;
    padding: 0;
}
body {
    background-color: #FFF;
    color: #333;
	font-family: goudy-old-style, serif;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    letter-spacing: .06em;
    text-align: center;
}
.clear {
    clear: both;
}
input[type="checkbox"] {
    -webkit-appearance: checkbox;
}
input[type="radio"] {
    -webkit-appearance: radio;
    margin-top: 0px;
}
input[type="submit"], input[type="button"] {
    -webkit-appearance: button;
}

/* 	
-•== FONTS ==•- 
*/

h1, h2, h3, h4, h5, h6 {
    color: #333;
    font-style: normal;
    margin: 20px 0;
	text-transform: uppercase;
}
h1 {
    font-size: 3.5em;
    margin: 0 0 40px 0;
}
h2 {
    font-size: 3em;
}
h3 {
    font-size: 2.5em;
}
h4 {
    font-size: 2em;
}
h5 {
    font-size: 1.6em;
}
h6 {
    font-size: 1.3em;
}
p {
    font-size: 1em;
    line-height: 1.8em;
    margin: 20px 0;
}
a {
	color: #000;
    text-decoration: none;
    cursor: pointer;
    -o-transition: all .4s ease-in-out;
    -ms-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}
a:hover {
    text-decoration: none;
    color: #666;
}
ul {
    list-style: inside;
    list-style-type: disc;
    padding: 0px 20px;
}
ol {
    list-style: inside;
    list-style-type: decimal;
    padding: 0px 20px;
}
li {
    font-size: 1em;
    line-height: 1.8em;
}

/* 	
-•== HEADER ==•- 
*/

.headBar {
    width: calc(100% - 80px);
    height: auto;
	margin: 40px;
	padding: 20px;
	background-color: rgba(256,256,256,.75);
	z-index: 999;
	position: absolute;
    transform: translateZ(0); /* This fixes the "RoyalSlider transition above header in Safari" issue */
}
.logo {
    padding: 0;
    width: 314px;
    height: 44px;
    display: block;
    background-size: 100%;
    text-indent: -9999px;
}
.logo a {
    width: 314px;
    height: 44px;
    display: block;
    background: url(images/global/logo.png);
    background-position: center;
    -moz-background-size: cover;
    -webkit-background-size: cover;
    background-size: cover;
}

/* 	
-•== ROTATION ==•- 
*/

.rotation {
    width: 100%;
    height: auto;
	position: relative;
}
.rotation-mobile {
    display: none;
}
.rsUni, .rsUni .rsOverflow, .rsUni .rsSlide, .rsUni .rsVideoFrameHolder, .rsUni .rsThumbs {
    background-color: transparent;
}
.rsMinW .rsArrow {
    height: 50px;
    width: 50px;
}
.rsMinW .rsArrowIcn {
    width: 50px;
    height: 50px;
	margin-top: 0px;
    margin-left: 0px;
    background: url("images/home/arrows.png");
    -o-transition: all .4s ease-in-out;
    -ms-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}
.rsMinW .rsArrowIcn:hover {
	opacity: .7;
}
.rsMinW .rsArrowLeft {
    right: 100px;
    bottom: 40px;
}
.rsMinW .rsArrowRight {
    right: 40px;
    bottom: 40px;
}
.rsMinW.rsHor .rsArrowLeft .rsArrowIcn {
    background-position: 0px 0px;
}
.rsMinW.rsHor .rsArrowRight .rsArrowIcn {
    background-position: -60px 0px;
}
.fuel-cost {
	z-index: 999;
	position: absolute;
    transform: translateZ(0); /* This fixes the "RoyalSlider transition above header in Safari" issue */
	right: 40px;
    bottom: 196px;
    width: 110px;
	padding: 8px;
	border: 2px solid #FFF;
}
.fuel-cost p {
	color: #FFF;
	margin: 0;
	padding: 0;
	font-family: mr-eaves-xl-modern, sans-serif;
	font-size: 2.5em;
	line-height: 1em;
	text-shadow: 0 1px 1px rgba(0,0,0,.8);
}
.fuel-cost sup {
	font-size: .5em;
}
.fuel-cost span {
	color: #FFF;
	margin: 0;
	padding: 0;
	font-family: mr-eaves-xl-modern, sans-serif;
	font-size: 18px;
    letter-spacing: 2px;
	text-shadow: 0 1px 1px rgba(0,0,0,.8);
}

/* 	
-•== WEATHER ATLAS WIDGET ==•- 
*/

.weather-widget {
	z-index: 999;
	position: absolute;
    transform: translateZ(0); /* This fixes the "RoyalSlider transition above header in Safari" issue */
	right: 40px;
    bottom: 100px;
}
.widgettitle, .weather-atlas-header, .weather-atlas-footer, .daily, .weather-atlas-wrapper .current_temp .wi {
	display: none !important;
}
.weather-atlas-wrapper {
	background: transparent !important;
    border: 2px solid #FFF !important;
}
.weather-atlas-wrapper .weather-atlas-body {
    width: 106px !important;
    margin: 0 auto !important;
    padding: 3px 8px !important;
}
.weather-atlas-wrapper .current_temp .current_text {
	font-size: .8em !important;
}
.weather-atlas-wrapper .current_temp .temp {
    font-size: 3.25em !important;
}

/* 	
-•== HOME PAGE ==•- 
*/

.bg-explore {
	width: 100%;
	padding: 40px 10px;
	background-image: url("images/home/bg-explore.jpg");
	background-position: right bottom;
	background-size: cover;
}
.vert-line {
	width: 1px;
	height: 100px;
	margin: auto;
	background-color: #666;
}
.pre-text {
	margin: 40px 0 80px 0;
	color: #666666;
	font-family: mr-eaves-xl-modern, sans-serif;
}
.bg-explore p, .box-content p {
	font-family: goudy-old-style, serif;
	max-width: 740px;
	margin: auto;
}
.bottom-link {
	margin: 80px 0 40px 0;
	font-weight: 600;
	font-family: mr-eaves-xl-modern, sans-serif;
}
.box-wrap {
	width: 100%;
	display: flex;
}
.bg-plane {
	width: 40%;
	background-image: url("images/home/bg-plane.jpg");
	background-position: center;
	background-size: cover;
}
.box-content {
	width: 60%;
	padding: 80px 10px;
}
.bg-callout {
	width: 100%;
	padding: 160px 10px;
	background-image: url("images/home/bg-callout.jpg");
	background-position: center;
	background-size: cover;
}
.bg-callout h3 {
	font-family: goudy-old-style, serif;
	max-width: 1340px;
	margin: auto;
	text-transform: none;
    font-weight: 200;
	letter-spacing: .06em;
}
.box-col {
	flex-direction: column;
	width: 40%;
}
.box-side {
	width: 100%;
	height: 50%;
	background-position: center;
	background-size: cover;
	padding: 30% 10px 10px 10px;
    position: relative;
}
#bg-one {
	background-image: url("images/home/bg-box-one.jpg");
}
#bg-two {
	background-image: url("images/home/bg-box-two.jpg");
}
.box-col h3 {
	margin: 0;
    color: #FFF;
    font-size: 2.4em;
    letter-spacing: .1em;
    font-weight: 400;
	z-index: 10;
    position: relative;
}
.shady {
    background: rgba(0,0,0,.5);
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1;
	opacity: 0;
    -o-transition: all .4s ease-in-out;
    -ms-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}
.box-side:hover .shady {
	opacity: 1;
}

/* 	
-•== PAGES ==•- 
*/

.banner {
    width: 100%;
    height: auto;
}
.banner img {
    width: 100%;
    height: auto;
    display: block;
}
#interior {
    padding: 90px 0;
}

/* 	
-•== FOOTER ==•- 
*/

.foot {
    width: 100%;
    height: auto;
    padding: 1px 40px;
    color: #000;
	text-align: left;
	background-color: #f5f5f5;
	background-image: url("images/global/bg-foot.png");
	background-repeat: no-repeat;
	background-position: bottom left;
	font-family: mr-eaves-xl-modern, sans-serif;
	text-transform: uppercase;
    font-size: .9em;
	box-shadow: 0 12px 10px rgba(0,0,0,.33);
}
.foot p {
	text-align: left;
}
.foot ul {
	padding: 0;
	list-style: none;
}

.foot li {
	line-height: 2em;
}
.foot-divide {
	width: 100%;
	margin: 80px 0;
	border-bottom: 1px solid #000;
}
.col-third {
	float: left;
	width: 33.33%;
	padding-right: 20px;
}
.col-six {
	float: left;
	width: 16.66%;
	padding-right: 10px;
}
.col-six:nth-last-child() {
	padding-right: 0px;
}
.col-half {
	float: left;
	width: 50%;
	padding-right: 10px;
}
.col-half:nth-last-child() {
	padding-right: 0px;
}

/* 	
-•== FEED THEM PLUGIN ==•- 
*/

.foot-wrap {
	margin-bottom: 19.6vw;
	position: relative;
}
.instagram-wrap {
	position: fixed;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: -10;
}
.slicker-instagram-placeholder {
	width: 19.9% !important;
}
.fts-instagram-wrapper {
	margin:0px !important;
}

/* 	
-•== SMASH BALLOON IG FEED PLUGIN ==•- 
*/


/* 	
-•== MAILCHIMP ==•- 
*/

.enews {
	padding-right: 20px;
	margin-top: 45px;
}
.enews input {
	color: #333;  
	border: none;
    border-bottom: 1px solid #000;
	-webkit-appearance: none;
    font-family: 'Roboto', sans-serif;
}
.enews input:focus {
}
.enews .buttonB {
	clear: both;
	color: #000; 
	border: none;
    border-bottom: 1px solid #000;
	background-color: transparent;
	display: inline-block;
	font-size: 16px;
	font-weight: 400;
	height: 42px;
	line-height: 40px;
	margin: 0;
	padding: 0;
	text-align: center;
	text-decoration: none;
	vertical-align: top;
	white-space: nowrap;
	width: 90px;
	-o-transition: all .4s ease-in-out;
	-ms-transition: all .4s ease-in-out;
	-moz-transition: all .4s ease-in-out;
	-webkit-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;
}
.enews .buttonB:hover {
	color: #444;
	cursor: pointer;
}
.enews input.email {
	width: 100%;
	display: block;
	font-size: 14px;
	padding: 11px 0;
	text-indent: 8px;
	min-width: 100px;
	font-style: italic;
	margin: 0px;
	background-color: transparent;
}

/* 	
-•== NEWS/BLOG ==•- 
*/

.containPost {
	position: relative;
	text-align: center;
	color: white;
	background-color: white;
	width: 33.33%;
	height: 320px;
	padding: 0 2px;
	margin: 2px 0;
	float: left;
	overflow: hidden;
}
.shade {
    -o-transition: all .4s ease-in-out;
    -ms-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}
.containPost:hover .shade {
	background-color: #000;
    width: 100%;
    height: 100%;
    opacity: .3;
    position: absolute;
	z-index: 10;
    cursor: pointer;
}
#post img {
    width: auto;
    min-height: 320px;
	height: auto;
    display: block;
    min-width: 100%;
}
.bottom-left {
	position: absolute;
	bottom: 20px;
	left: 50px;
	z-index: 20;
}
.bottom-left h2 {
	color: #fff;
	text-align: left;
	text-shadow: 2px 2px 4px rgba(0,0,0,.5);
}
.divide-bar {
	width: 100%;
	padding: 20px;
	background-color: #777;
}

/* 	
-•== GRAVITY FORMS ==•- 
*/

.gform_wrapper input, .gform_wrapper select {
    border: 2px solid #333;
    background-color: transparent;
    color: #333;
}
.gform_wrapper textarea {
    border: 2px solid #333;
    background-color: transparent;
    color: #333;
}
.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;
}
.gform_footer input {
    padding: 15px 30px;
    background-color: #333;
    color: #fff;
    font-weight: 500;
	cursor: pointer;
    text-transform: uppercase;
	-o-transition: all .4s ease-in-out;
	-ms-transition: all .4s ease-in-out;
	-moz-transition: all .4s ease-in-out;
	-webkit-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;
}
.gform_footer input:hover {
    background-color: #666666;
}
.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;
}

/* 	
-•== 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, .response img {
    width: 100%;
    height: auto;
    display: block;
}
.videoWrapper {
    position: relative;
    padding-bottom: 56.25%; /* 16:9 */
    padding-top: 25px;
    height: 0;
}
.videoWrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.map-container {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
}
.map-container iframe, .map-container object, .map-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/* 	
-•== RESPONSIVE STYLES ==•- 
*/

.container {
    padding: 0;
    width: 100%;
    margin: 0px auto;
	background: #FFF;
}
#cent {margin: auto;}
#alpha {float: left;}
#omega {float: right;}
.one {width: 10%;}
.two {width: 20%;}
.three {width: 30%;}
.four {width: 40%;}
.five {width: 50%;}
.six {width: 60%;}
.seven {width: 70%;}
.eight {width: 80%;}
.nine {width: 90%;}
.ten {width: 100%;}
.third {width: 33.333%;}
.two-thirds {width: 66.666%;}
.quarter {width: 25%;}
.three-qtr {width: 75%;}

/* Large Tablet */
@media only screen and (max-width: 1367px) {
	.headBar {margin: 10px; width: calc(100% - 20px); }
	.sfm-navicon-button {right: 20px !important; top: 24px !important;}
}

@media only screen and (max-width: 959px) {
	h1 {font-size: 2em;}
	h2 {font-size: 1.8em;}
	h3 {font-size: 1.6em;}
	h4 {font-size: 1.4em;}
	h5 {font-size: 1.2em;}
	h6 {font-size: 1em;}
	
	.box-wrap {display: block;}
	.bg-plane {width: 100%; height: 400px; background-position: center -50px; background-repeat: no-repeat;}
	.box-content {width: 100%; padding: 40px 10px;}
	.bg-callout {padding: 100px 10px;}
	.box-col {flex-direction: unset; width: 100%;}
	.box-side {height: 300px; padding: 140px 10px 10px 10px;}
	.col-third {float: none; width: 50%; padding-right: 0; margin: 0 auto 30px auto;}
	.col-six {width: 25%;}
}

@media only screen and (max-width: 780px) {
	.foot-wrap {margin-bottom: 0;}
	.instagram-wrap {display: none;}
}

@media only screen and (max-width: 767px) {
	.one,  .two,  .three,  .four,  .five,  .six,  .seven,  .eight,  .third,  .two-thirds,  .quarter,  .three-qtr,  .mainTxt {width: 90%;}
	.headBar {z-index: auto; position: relative; margin: 0; width: 100%;}
	.logo, .logo a {width: 230px; height: 32px;}
	.sfm-navicon-button {right: 10px !important; top: 6px !important;}
}

@media only screen and (max-width: 630px) {
	.col-third {width: 100%;}
	.col-six {width: 50%;}
}

@media only screen and (max-width: 560px) {
	.rsMinW .rsArrowRight {right: 20px; bottom: 20px;}
	.rsMinW .rsArrowLeft {right: 80px; bottom: 20px;}
	.weather-widget {right: 20px; bottom: 80px;}
	.fuel-cost {right: 20px; bottom: 176px;}
	.bg-plane {height: 300px;}
	.box-col h3 {font-size: 1.4em;}
	#hide-mobile {display: none;}
}


/* Mobile Banner Swap */
@media only screen and (min-width: 501px) {
	#showBanner {display: none;}
}
@media only screen and (max-width: 501px) {
	#hideBanner {display: none;}
	#showBanner {display: block;}
	
	.rotation {display: none;}
    .rotation-mobile {display: block; width: 100%; height: auto; position: relative;}
}
