/*
Theme Name: Freedom Supply
Theme URL: http://ThreeRingFocus.com
Description: Responsive Website Selling Gun Webinars
Author: Josh Castro
Author URI: ThreeRingFocus.com
Version: 9.9.9
Tags: Responsive, grey, red, white, blue.
*/

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

* {
    box-sizing: border-box; /* border thickness & padding included inside box */
    margin: 0;
    padding: 0;
}
body {
    background-color: #fff;
    color: #39495c;
	font-family: roboto, sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    text-align: left;
	background-image: url("images/global/background.jpg");
	background-position: top center;
	background-attachment: fixed;
}
.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;
}


/* 	
-•== 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: #222;
}


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

h1, h2, h3, h4, h5, h6 {
    margin: 0 0 30px 0;
	line-height: 1em;
	font-weight: 900;
	text-transform: uppercase;
	font-family: acumin-pro-condensed, sans-serif;
	letter-spacing: .02em;
}
h1 {
    font-size: 2.5em;
}
h2 {
    font-size: 2em;
}
h3 {
    font-size: 1.5em;
}
h4 {
    font-size: 1em;
}
h5 {
    font-size: .813em;
}
h6 {
    font-size: .625em;
}
p {
    font-size: .95em;
    line-height: 1.7em;
    margin: 0 0 30px 0;
}
a {
	color: #da5e5b;
	font-size: 1.1em;
	font-weight: bold;
	font-style: italic;
    text-decoration: none;
    cursor: pointer;
    transition: all .4s ease-in-out;
}
a:hover {
    text-decoration: none;
    color: #000;
}
ul {
    list-style: inside;
    list-style-type: disc;
    padding: 0px 20px;
    margin: 0 0 30px 0;
}
ol {
    list-style: inside;
    list-style-type: decimal;
    padding: 0px 20px;
    margin: 0 0 30px 0;
}
li {
    font-size: .95em;
    line-height: 1.7em;
}
em {
	letter-spacing: .01em;
}


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

.headBar {
	width: 100%;
	padding: 10px 0;
	position: absolute;
	top: 0;
	z-index: 999;
}
.logo {
	width: 319px;
    height: 75px;
	margin: 10px 0 0 40px;
	float: left;
    display: block;
    background-size: 100%;
    text-indent: -9999px;
}
.logo a {
	width: 319px;
    height: 75px;
    display: block;
    background: url("images/global/logo.png");
    background-position: center;
    background-size: cover;
}

/* 	
-•== NAVIGATION ==•- 
*/

@media screen and (max-width: 599px) {
  .navWrap, .hideMenu {
      display: none;
  }
}
.navWrap {
	float: right;
	padding-top: 12px;
	margin-right: 65px;
}
.submenu {
    padding: 0px;
    margin: auto;
    width: 100%;
    letter-spacing: 0px;
}
.submenu ul {
    margin: 0;
    padding: 0;
    width: 100%;
    list-style: none;
}
.submenu li {
    margin: 0;
    padding: 0 10px;
    float: left;
	font-family: acumin-pro-condensed, sans-serif;
    font-weight: 800;
    font-size: 18px;
	letter-spacing: .1em;
    list-style: none;
    text-transform: uppercase;
	text-align: left;
}
.submenu li a {
    margin: 0;
    color: #dddddd;
    display: block;
    position: relative;
    text-decoration: none;
    padding: 0px 10px;
    transition: color .4s ease-in-out;
}
.submenu li a:hover, .submenu li a:active, .submenu .current_page_item a {
    color: #FFF;
}
.submenu li a.sf-with-ul {
    padding-right: 10px;
}
.submenu li li a, .submenu li li a:link, .submenu li li {
    color: #dddddd;
    width: 220px;
    margin-left: -15px;
    padding-top: 0px;
    font-size: 15px;
    font-weight: 400;
    line-height: 1em;
    position: relative;
    padding: 0px 0px 0px 10px;
    transition: color .4s ease-in-out;
}
.submenu li li {
	padding-bottom: 10px;
	background-color: #111;
}
.submenu ul ul li:first-child {
    padding-top: 10px;
    border-top: none;
}
.submenu ul ul li:last-child {
    border-bottom: none;
}
.submenu li li:last-child {
    border-bottom: none;
}
.submenu li li a:hover, .submenu li li a:active {
    color: #FFF;
    margin-left: -15px;
}
.submenu li ul {
    padding: 0;
    left: -999em;
    height: auto;
    width: 220px;
    z-index: 9999;
    margin: 0px 20px;
    position: absolute;
}
.submenu li ul a {
    width: 220px;
}
.submenu li ul ul {
    margin: -27px 0 0 170px;
}
.submenu li:hover ul ul, .submenu li:hover ul ul ul, .submenu li.sfHover ul ul, .submenu li.sfHover ul ul ul {
    left: -999em;
}
.submenu li:hover ul, .submenu li li:hover ul, .submenu li li li:hover ul, .submenu li.sfHover ul, .submenu li li.sfHover ul, .submenu li li li.sfHover ul, .submenu .menu-item-hover > .sub-menu {
    left: auto;
}
.submenu li:hover, .submenu li.sfHover, .submenu .menu-item-hover {
    position: static;
}


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

.heroSlider {
	width: 100%;
	position: relative;
}
a.button-hero {
	padding: 15px 30px;
	display: inline-block;
	text-transform: uppercase;
	color: #dddddd;
	border: 1px solid #ddd;
	background-color: rgba(0,0,0,.3);
	font-family: acumin-pro-condensed, sans-serif;
	font-weight: 400;
	font-size: 2em;
	letter-spacing: .2em;
	position: absolute;
	bottom: 18%;
    left: calc(50% - 160px);
}
a.button-hero:hover {
	color: #FFF;
	background-color: rgba(0,0,0,.6);
}
.heroSocial {
	position: absolute;
	right: 30px;
	bottom: 10px;
	z-index: 99;
}
.heroSocial .fab, .heroSocial .fas {
	color: #707070;
	margin: 10px 0;
    transition: all .4s ease-in-out;
}
.heroSocial .fab:hover, .heroSocial .fas:hover {
	color: #fff;
}
.webinar-bg {
	padding: 70px 25px 25px 25px;
	margin: auto;
	max-width: 1600px;
}
/* Webinar Widget Area */
.webinar-widget {
	float: left;
    width: 50%;
    padding: 0 25px;
    margin-bottom: 50px;
}
.webinar-title {
	text-align: center;
}
.webinar-widget .woocommerce {
	border: 2px solid #dfdfdf;
	background-color: #dfdfdf;
}
.webinar-widget .woocommerce ul.products li.product, .webinar-widget .woocommerce-page ul.products li.product {
    float: none;
    margin: 0;
    padding: 0;
    width: 100%;
}
.webinar-widget .woocommerce ul.products li.product .woocommerce-loop-category__title, .webinar-widget .woocommerce ul.products li.product .woocommerce-loop-product__title, .webinar-widget .woocommerce ul.products li.product h3 {
    font-size: 1.5em;
    font-style: normal;
    font-weight: 600;
    color: #39495c;
    padding: 1em 0;
}
.webinar-widget .woocommerce .products ul, .webinar-widget .woocommerce ul.products {
	margin: 0;
}
.webinar-widget .woocommerce ul.products li.product a img {
    width: 60%;
    height: auto;
    margin: 0 20px 0 0;
    float: left;
}
.webinar-widget .woocommerce-Price-currencySymbol {
	font-size: .5em;
    margin-top: 0px;
    vertical-align: top;
}
.webinar-widget .woocommerce ul.products li.product .price {
    color: #888888;
    font-weight: 400;
    font-size: 2em;
}
.woocommerce #respond input#submit, .woocommerce a.button, .woocommerce button.button, .woocommerce input.button {
    font-weight: 400;
    color: #FFF;
    background-color: #39495c;
    text-transform: uppercase;
    font-style: normal;
    letter-spacing: .06em;
}
.woocommerce a.button:hover, .woocommerce button.button:hover, .woocommerce input.button:hover {
    color: #FFF;
    background-color: #000;
}
.woocommerce #respond input#submit.alt, .woocommerce a.button.alt, .woocommerce button.button.alt, .woocommerce input.button.alt {
    font-weight: 400;
    color: #FFF;
    background-color: #39495c;
    text-transform: uppercase;
    font-style: normal;
    letter-spacing: .06em;
}
.woocommerce a.button.alt:hover, .woocommerce button.button.alt:hover, .woocommerce input.button.alt:hover {
    color: #FFF;
    background-color: #000;
}
.woocommerce form .form-row input.input-text, .woocommerce form .form-row textarea {
    padding: 8px 4px;
}
.third-widget-area {
	clear: left;
}
/* .Webinar Widget Area */
.webinar-banner {
	padding: 70px 10px;
	text-align: center;
	background-color: rgba(59,75,94,.7);
}
a.button-border {
	margin: 0 auto;
	padding: 15px 30px;
	display: inline-block;
	text-transform: uppercase;
	color: #dddddd;
	border: 1px solid #ddd;
	background-color: rgba(0,0,0,.3);
	font-family: acumin-pro-condensed, sans-serif;
	font-weight: 400;
	font-size: 2em;
	letter-spacing: .2em;
}
a.button-border:hover {
	color: #FFF;
	background-color: rgba(0,0,0,.6);
}
.flex-box {
	display: flex;
	box-shadow: 0px 10px 12px rgba(0,0,0,.3);
    position: relative;
}
.half-pic {
	width: 50%;
	background-image: url("images/home/gun-flag.jpg");
	background-size: cover;
	background-position: center;
}
.half-text {
	width: 50%;
	padding: 150px 140px;
	background-color: #38495b;
	color: #fff;
}
.bg-social {
	padding: 90px 10px;
	background-image: url("images/home/flag-red.jpg");
	background-size: cover;
	background-position: center;
}
.social-box {
	max-width: 900px;
	margin: auto;
	text-align: center;
	color: #fff;
}
.social-box h2 {
	font-size: 2.5em;
}
.social-wrap {
	width: 90%;
	min-width: 300px;
	margin: auto;
}
.icon-box {
	border-right: 1px solid rgba(256,256,256,.6);
	padding: 15px;
	float: left;
}
.icon-box .fab {
	color: #38495b;
	margin: 15px;
	font-size: 2em;
}


/* 	
-•== MAILCHIMP ==•- 
*/
.enews {
	padding: 25px 25px 0 25px;
	float: left;
	width: calc(100% - 210px);
}
.enews input {
	color: #FFF;  
	border: none;
    border: 1px solid rgba(256,256,256,.6);
	-webkit-appearance: none;
	font-family: atrament-web, sans-serif;
}
.enews input:focus {
}
.enews .buttonB {
	clear: both;
	color: #fff; 
	border: none;
    border: 1px solid rgba(256,256,256,.6);
	background-color: #38495b;
	display: inline-block;
	font-size: 14px;
	font-weight: 400;
	height: 38px;
	line-height: 38px;
	margin: 0;
	padding: 0;
	text-align: center;
	text-decoration: none;
	vertical-align: top;
	white-space: nowrap;
	width: 80px;
	transition: all .4s ease-in-out;
}
.enews .buttonB:hover {
	background-color: #222;
	cursor: pointer;
}
.enews input.email {
	width: 100%;
	display: block;
	font-size: 14px;
	padding: 10px 0;
	text-indent: 8px;
	min-width: 100px;
	font-style: italic;
	margin: 0px;
	background-color: transparent;
}
.enews input.email::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #FFF;
}
.enews input.email::-moz-placeholder { /* Firefox 19+ */
  color: #FFF;
}
.enews input.email:-ms-input-placeholder { /* IE 10+ */
  color: #FFF;
}
.enews input.email:-moz-placeholder { /* Firefox 18- */
  color: #FFF;
}

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

.banner {
    width: 100%;
    height: auto;
    background-color: #38495b;
    min-height: 110px;
}
.banner img {
    width: 100%;
    height: auto;
    display: block;
}
#interior {
    margin: 0;
    padding: 50px 20px 120px 20px;
}
.pageContent {
    max-width: 700px;
	margin: 0 auto;
}


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

.foot {
    width: 100%;
    padding: 50px 10px;
	color: #FFF;
	background-color: #38495b;
	box-shadow: 0px -10px 12px rgba(0,0,0,.3);
    position: relative;
	font-family: acumin-pro-condensed, sans-serif;
	letter-spacing: .05em;
}
.foot a {
	color: #FFF;
	text-decoration: none;
    transition: all 0.4s;
	font-weight: normal;
	font-style: normal;
}
.foot a:hover {
	color: #DDD;
}
.foot p {
	margin: 40px 0 0 0;
	padding: 0;
	font-size: .8em;
	text-align: center;
}
.logo-foot {
	width: 319px;
    height: 75px;
	margin: 0px auto 50px auto;
    display: block;
    background-size: 100%;
    text-indent: -9999px;
}
.logo-foot a {
	width: 319px;
    height: 75px;
    display: block;
    background: url("images/global/logo.png");
    background-position: center;
    background-size: cover;
}
.submenu-foot {
}
.submenu-foot ul {
	list-style: none;
	margin: 0;
    text-align: center;
    text-transform: uppercase;
	font-size: .9em;
	padding: 0 0 10px 0;
}
.submenu-foot li {
	display: inline-block;
	padding: 0 10px;
}
.footNav a {
	font-weight: 700;
}


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

.gform_wrapper input, .gform_wrapper select {
    border: 2px solid #39495c;
    background-color: transparent;
    color: #39495c;
}
.gform_wrapper textarea {
    border: 2px solid #39495c;
    background-color: transparent;
    color: #3006f96;
}
.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: #39495c;
    color: #fff;
    font-weight: 400;
    text-transform: uppercase;
	transition: all .4s ease-in-out;
}
.gform_footer input:hover {
    background-color: #000;
}
.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;
}

/* 	
-•== WOOCOMMERCE ==•- 
*/

.woocommerce form .show-password-input, .woocommerce-page form .show-password-input {
    right: .5em;
    top: 0;
}

/* 	
-•== 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: 20px;
    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 {
    width: 100%;
    margin: 0;
	padding: 200px 0;
}
.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%;}

/* Min Height */
@media only screen and (min-width: 1920px) {
	body {background-size: cover;}
}

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

/* iPad Pro Landscape */
@media only screen and (max-width: 1112px) {
	.flex-box {flex-direction: column;}
	.half-pic {width: 100%; height: 400px;}
	.half-text {width: 100%;}
	.webinar-widget {float: none; width: 100%; padding: 0; max-width: 700px; margin: 0 auto 50px auto;}
}

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

/* Custom */
@media only screen and (max-width: 979px) {
	.navWrap {display: none;}
}

/* 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;}
	
	.logo, .logo a {width: 240px; height: 55px;}
}

/* iPhone 8 Plus Landscape | iPad Portrait */
@media only screen and (max-width: 768px) {	
	.half-text, .bg-social {padding: 90px 30px;}
	.social-wrap {width: 100%; min-width: 250px;}
	.icon-box {border-right: none; padding: 15px 0; float: none;}
	.enews {padding: 15px 0; float: none; width: 100%;}
}

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

/* Mobile Banner Swap */
@media only screen and (min-width: 599px) {
	.heroSliderMobile {display: none;}
}
@media only screen and (max-width: 599px) {
	.heroSlider {display: none;}
	.heroSliderMobile {display: block;}
	
	a.button-hero {font-size: 1em; bottom: 8%; left: calc(50% - 95px);}
	a.button-border {font-size: 1em;}
	.half-pic {height: 200px;}
	.webinar-widget .woocommerce ul.products li.product a img {width: 100%; margin: 0; float: none;}
	.webinar-widget .woocommerce ul.products li.product, .webinar-widget .woocommerce-page ul.products li.product {padding: 10px;}
}

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

/* Mobile Portrait */
@media only screen and (max-width: 501px) {	
}

