/*
Theme Name: Good Ole Boys 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, blue, grey, white.
*/

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

* {
    box-sizing: border-box; /* border thickness & padding included inside box */
    margin: 0;
    padding: 0;
}
body {
    color: #666666;
	font-family: roboto, sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    letter-spacing: .06em;
}
.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;
}
/*Enable smooth scrolling on the whole document*/
html {
	scroll-behavior: smooth;
}


/* 	
-•== SCROLL BAR ==•- 
*/

/* Width */
::-webkit-scrollbar {
  width: 10px;
}
/* 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: #555;
}


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

h1, h2, h3, h4, h5, h6 {
    margin: 50px 0 30px 0;
	line-height: 1em;
	font-family: acumin-pro-extra-condensed, sans-serif;
	font-weight: 800;
	text-transform: uppercase;
	letter-spacing: .06em;
	color: #647684;
}
h1 {
    margin: 0 0 30px 0;
    font-size: 3em;
}
h2 {
    font-size: 2.5em;
}
h3 {
    font-size: 2em;
}
h4 {
    font-size: 1.5em;
}
h5 {
    font-size: 1em;
}
h6 {
    font-size: .8em;
}
p {
    font-size: 1em;
    line-height: 2em;
    margin: 0 0 30px 0;
}
a {
	color: #000;
    text-decoration: none;
    cursor: pointer;
	font-style: normal;
    transition: all .4s ease-in-out;
}
a:hover {
    text-decoration: none;
    color: #333;
}
ul {
    list-style: inside;
    list-style-type: disc;
    padding: 0px 20px;
    font-size: 1em;
    line-height: 2em;
    margin: 0 0 30px 0;
}
ol {
    list-style: inside;
    list-style-type: decimal;
    padding: 0px 20px;
    font-size: 1em;
    line-height: 2em;
    margin: 0 0 30px 0;
}
li {
    line-height: 2em;
}
em {
	letter-spacing: .01em;
}
p a, li a {
    text-decoration: underline;
}


/* 	
-•== Sitewide Banner ==•- 
*/

.swnza_banner {
	position: absolute !important;
    z-index: 9999 !important;
	min-height: 28px !important;
	padding: 0 !important;
}
.swnza_banner p {
    font-size: 14px !important;
}
.swnza_close_button {
    bottom: auto !important;
    top: 5px !important;
}


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

.headBar {
	width: 100%;
	position: absolute;
    top: 0;
    z-index: 99;
}
.whiteBar {
	width: 100%;
	background-color: #fff;
	height: 28px;
}
.headLeft, .headRight {
	float: left;
	width: calc(50% - 127px);
	background-color: #fff;
	height: 95px;
}
.logo {
    width: 254px;
    height: 95px;
	margin: 0;
    float: left;
    display: block;
    background-size: 100%;
    text-indent: -9999px;
}
.logo a {
    width: 254px;
    height: 95px;
    display: block;
    background: url("images/global/logo.png");
    background-position: center;
    background-size: cover;
}

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

.heroSliderMobile {
	display: none;
}
.heroSlider, .heroSliderMobile {
	position: relative;
}
.heroTxt {
	text-align: center;
	width: 100%;
	position: absolute;
	bottom: 12%;
}
.heroTxt h1 {
	font-weight: 600;
    letter-spacing: .2em;
    line-height: 1.4em;
	color: #fff;
}
.heroTxt h1 span {
    font-size: 2.5em;
    font-weight: 800;
    letter-spacing: .06em;
}
.heroBtn {
	display: inline-block;
	padding: 10px 20px;
	color: #fff;
	border: 2px solid #fff;
	text-transform: uppercase;
}
.heroBtn:hover {
	background-color: #fff;
	color: #111;
}
.halfBox {
	width: calc(50% - 25px);
	float: left;
}
.halfBox h2, .halfBox h3, .fullBox h2, .fullBox h3 {
	margin-top: 0;
}
.halfBox h2 {
	font-weight: 400;
}
.halfBox h3, .fullBox h3 {
    font-size: 2.5em;
	color: #666;
}
.camoBox {
	padding: 48px 50px;
	background-image: url("images/global/bg-camo.jpg");
	background-repeat: repeat;
	background-position: center;
}
.camoBox a {
	font-family: acumin-pro-extra-condensed, sans-serif;
	font-weight: 800;
	font-style: italic;
	text-transform: uppercase;
    color: #666;
    font-size: 1.2em;
}
.camoTxt {
	width: calc(100% - 350px);
	float: left;
}
.camoPic {
	width: 378px;
    float: right;
    margin: -90px -70px -90px 0px;
}
.flRight {
	float: right;
}
.spacer {
	width: 100%;
	height: 150px;
}
.fullBox {
	width: 100%;
}
.fullBox h2 {
	font-style: italic;
}
.fullBox span {
	color: #c0082f;
}
.secTxt {
	width: calc(100% - 1079px);
}
.secPic {
	width: 1079px;
}
.thirdTxt {
    width: calc(100% - 760px);
	max-width: 800px;
	float: right;
}
.thirdPic {
	width: 619px;
	float: left;
    margin: -160px 0 -170px 100px;
}
.bgBox {
	width: 100%;
	padding: 150px 50px;
	background-image: url("images/home/bg-01.jpg");
	background-size: cover;
	background-position: center;
}
.sideTxt {
	max-width: 800px;
	float: right;
	color: #fff;
}
.sideTxt h3 {
	color: #fff;
    font-size: 2.5em;
}
.bgBoxTwo {
	width: 100%;
	padding: 150px 50px;
	background-image: url("images/home/bg-02.jpg");
	background-size: cover;
	background-position: center;
}
.noFloat {
	float: none;
}


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

.banner {
    width: 100%;
    height: auto;
	min-height: 122px;
	background-color: #647684;
}
.banner img {
    width: 100%;
    height: auto;
    display: block;
}
.contentBox {
    width: 100%;
	max-width: 980px;
	margin: 50px auto;
	position: relative;
}


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


.foot {
    width: 100%;
    padding: 50px 10px;
	color: #FFF;
	text-align: center;
	font-size: 1em;
	font-weight: 400;
	background-color: #647684;
	font-family: acumin-pro-extra-condensed, sans-serif;
	text-transform: uppercase;
}
.foot .fab {
    margin: 0 10px;
    font-size: 1.2em;
    transition: all .4s ease-in-out;
}
.foot .fab:hover {
	color: #DDD;
}
.logoFoot {
    width: 254px;
    height: 60px;
	margin: 100px auto;
    display: block;
    background-size: 100%;
    text-indent: -9999px;
}
.logoFoot a {
    width: 254px;
    height: 60px;
    display: block;
    background: url("images/global/logo-foot.png");
    background-position: center;
    background-size: cover;
}
.foot ul {
    margin: 0;
    padding: 0;
	list-style: none;
    text-align: center;
}
.foot li {
    display: inline;
	padding: 0 10px;
}
ul.footNav {
    margin: 50px 0 10px 0;
	font-size: 1.3em;
}
.foot p {
	font-size: .8em;
	margin: 30px 0 0 0;
}
.foot a {
	color: #FFF;
	text-decoration: none;
}
.foot ul.footNav2 a {
	color: #BBB;
}
.foot p, .foot p a {
	color: #FFF;
}
.foot a:hover, .foot p a:hover, .foot ul a:hover {
	color: #DDD;
}


/* 	
-•== 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: #333;
}
#texty p a {
	color: #333;
	text-decoration: none;
}
.split {
	padding: 0;
	width: 70%;
	height: 2px;
	margin: 30px auto;
	background-color: #AAA;
}
.blog-three {
	float: left;
	width: 30%;
}
.blog-seven {
	float: left;
	width: 70%;
}


/* 	
-•== Gravity Forms ==•- 
*/

.gform_wrapper input, .gform_wrapper select {
    border: 2px solid #DDD;
    background-color: transparent;
    color: #111;
}
.gform_wrapper textarea {
    border: 2px solid #DDD;
    background-color: transparent;
    color: #111;
}
.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;
    color: #FFF;
    background-color: #647684;
	border: 1px solid #647684;
    font-weight: 400;
    text-transform: uppercase;
	transition: all .4s ease-in-out;
}
.gform_footer input:hover {
    background-color: #111;
	border: 1px solid #111;
}
.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;
}


/* 	
-•== FEED THEM SOCIAL ==•- 
*/

.fts-instagram-wrapper {margin:-1px !important;}


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

.container {
    width: 100%;
    margin: 0;
	padding: 100px 50px 50px 50px;
}
.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%;}


/* Custom */
@media only screen and (max-width: 1650px) {
	.secPic {width: 800px;}
	.secTxt {width: calc(100% - 800px);}
}

/* Monitor Medium | iPad Pro Large Landscape */
@media only screen and (max-width: 1366px) {
	.halfBox {width: 100%; float: none;}
	.flRight {float: none; margin-top: 150px;}
	.secPic {width: 500px;}
	.secTxt {width: calc(100% - 500px);}
	.thirdPic {width: 619px; margin: -100px 0;}
	.thirdTxt {width: calc(100% - 650px);}
}

/* iPad Pro Landscape */
@media only screen and (max-width: 1112px) {
	.thirdPic {width: 520px;}
	.thirdTxt {width: calc(100% - 550px);}
}

/* iPad & iPad Mini Landscape | iPad Pro Portrait */
@media only screen and (max-width: 1024px) {
	.heroTxt h1 {font-size: 4.5vw;}
	.secPic, .thirdPic {width: 378px;}
	.secTxt {width: calc(100% - 378px);}
	.thirdTxt {width: calc(100% - 398px);}
}


/* Monitor Small */
@media only screen and (max-width: 800px) {
	h1 {font-size: 2.3em;}
	h2 {font-size: 2em;}
	h3 {font-size: 1.66em;}
	h4 {font-size: 1.33em;}
	h5 {font-size: 1em;}
	h6 {font-size: .66em;}
	
	.camoTxt, .secTxt, .thirdTxt {width: 100%; float: none;}
	.camoPic, .secPic, .thirdPic {float: none; margin: 0px auto -90px auto;}
}

/* iPhone 8 Plus Landscape | iPad Portrait */
@media only screen and (max-width: 768px) {
	.heroTxt {bottom: 10%;}
}

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

/* Mobile Portrait */
@media only screen and (max-width: 600px) {
	.heroSlider {display: none;}
	.heroSliderMobile {display: block;}
}

/* iPhone SE Landscape */
@media only screen and (max-width: 568px) {
	.headLeft {width: 10px;}
	.headRight {width: calc(100% - 264px);}
	.container {padding: 100px 20px 50px 20px;}
	.camoBox {padding: 48px 20px;}
	.camoPic, .secPic {margin: 0px auto -100px auto;}
}

