/*
Theme Name: GXC 2021
Author: Sharp Hue
Version: 2021
*/ 

/*Visual Composer Styles*/
#content .contact-heading {font-size: 28px;}
#content .social-media-heading {font-size: 32px;}
#content .contact-text p {font-size: 18px;}
#content .white-text { color:#fff !important; }
#content .white-text a { color:#fff !important; }
#content .content-btn a { text-decoration: none; font-size: 18px; white-space: nowrap; background: #0056b0; color: #fff; padding: 15px 25px; border-radius: 3px; }
#content .content-btn2 a { text-decoration: none; font-size: 18px; white-space: nowrap; background: #e85a00; color: #fff; padding: 15px 25px; border-radius: 3px; }
#content .content-btn2 i, #content .content-btn i {padding-left: 10px;}
/* #content .content-btn a:hover { background: #666; } */

/* VC FAQ */
#content h4.vc_tta-panel-title { margin:0; padding:0; }
.wpb-js-composer .vc_tta-color-grey.vc_tta-style-classic .vc_tta-panel .vc_tta-panel-heading {background-color: #e85a00 !important;}
.wpb-js-composer .vc_tta-color-grey.vc_tta-style-classic .vc_tta-panel .vc_tta-panel-title>a {color: #fff !important;}
.vc_tta-controls-icon::before {border-color: #fff !important;}
.vc_tta-controls-icon::after {border-color: #fff !important;}

/*scrollbar*/
::-webkit-scrollbar { width: 10px; }
::-webkit-scrollbar-track { background: #f1f1f1; }
::-webkit-scrollbar-thumb { background: #ccc; }
::-webkit-scrollbar-thumb:hover { background: #aaa; }

/*Fonts*/
h1, h2, h3, h4, h5, h6 {font-family: 'Montserrat', sans-serif; }
ul, ol, li, p, div, span { font-family: 'Montserrat', sans-serif; }

/*Header*/
html,
body { scroll-behavior: smooth; }
body { position:relative; padding-top:120px; }
body.admin-bar #header.fixed  { top:32px !important; }
@media(max-width: 782px) {
	body.admin-bar #header.fixed  { top:46px !important; }
}
@media(max-width: 867px) {
  body { padding-top:60px; }
}
@media(max-width: 600px) {
  body.admin-bar { position:inherit; }  
  body.admin-bar #header.fixed  { top:0 !important; }
  body.admin-bar #header.absolute  { top:46px !important; }  
  body.admin-bar #header.absolute.fixed  { top:0 !important; }
}
#header { min-height: 120px; background:#fff; z-index: 99999; -webkit-box-shadow: 0 3px 5px rgb(57 63 72 / 20%); -moz-box-shadow: 0 3px 5px rgba(57,63,72,.2); box-shadow: 0 3px 5px rgb(57 63 72 / 20%);}
#header.compact { min-height: 80px; background: #fff;}
#header.transition,
#header.transition div { -webkit-transition: all 100ms; transition: all 100ms; }
#header.absolute { position: absolute; top: 0; width: 100%; }
#header.fixed { position: fixed; top: 0; width: 100%; }
#header .container { max-width: 1400px; position: relative; padding: 0 15px; }
#header .logo { line-height: 120px; width:300px; }
#header.compact .logo { line-height: 80px; width: 200px;}
#header .logo img { vertical-align:middle; }
#header .menu { display: none; cursor:pointer; }
#header .location {display: none;}
#header.slide { animation-name: slide; animation-duration: 300ms; }
@-webkit-keyframes slide { from {top: -200px;} to {top: 0px;} }
@keyframes slide { from {top: -200px;} to {top: 0px;} }

#header.fade { animation-name: fade; animation-duration: 300ms; }
@-webkit-keyframes fade { from {opacity: 0;} to {opacity: 1;} }
@keyframes fade { from {opacity: 0;} to {opacity: 1;} }

.sticky {position: fixed;
  top: 0;
  width: 100%;}

@media(max-width: 867px) {
	html.menu-on,
	html.menu-on body { overflow:hidden; }
	html.menu-on #header { overflow-y: scroll; height: 100%; }
	#header { min-height: auto; }
	#header .container { padding: 0; }
	#header .logo { line-height: 0; padding: 10px; text-align: center; margin: 0px auto; }
	#header .logo img { width: auto; height: 40px !important; }
  #header .logo2 img { width: auto; height: 40px !important; }
}

/*Nav*/
#nav { position:absolute; top:40px; right: 10px; }
#header.compact #nav { top:20px; }
#nav nav > ul { display:table; width:100%; list-style:none; }
#nav ul > li { float:left; }
#nav ul li > a { display:block; height:40px; padding:0 20px; line-height:40px; font-size:18px; color:#0056b0;  text-decoration:none; }
#nav ul li:hover > a,
#nav ul li.current-menu-item > a,
#nav ul li.current-menu-parent > a,
#nav ul li.current_page_parent > a  {  }
#nav ul li.menu-item-has-children > a {  }
#nav ul li > a i { font-size:15px; }

/*Sub Nav*/
#nav ul li { position:relative; }
#nav ul ul { display:none; position:absolute; left:0px; top:100%; min-width:200px; height:auto; background:#e5e5e5; list-style:none; 
-webkit-box-shadow: 0 15px 15px rgba(0, 0, 0, 0.1);
	 -moz-box-shadow: 0 15px 15px rgba(0, 0, 0, 0.1);
	      box-shadow: 0 15px 15px rgba(0, 0, 0, 0.1); 
}
#nav ul li:last-child ul { left:auto; right:0; }
#nav ul li:hover ul { display:block; }
#nav ul li ul li { float:none; margin:0; padding:0; }
#nav ul li ul li a { display:block; height:auto; padding:0 15px; line-height:35px; font-size:18px; color:#222222; text-decoration:none; white-space:nowrap; }
#nav ul li ul li:hover a { background:#555; color:#ffffff; }
#nav ul li ul li ul { display:none; }

/*Nav Btns*/
#nav .btn { padding:0; margin:0; }
#nav .btn a { padding: 12px 18px; margin-left: 10px; line-height:16px; height:auto; color: #fff; text-decoration: none;  white-space:nowrap; }
#nav .btn a i { margin-right: 5px; }
#nav .btn.primary a { margin-left:30px; }
#nav .btn.primary a { background-color: #0056b0; border-radius: 3px; }
/* #nav .btn.primary a:hover { transition: : .8s; } */
#nav .btn.secondary a { background-color: #222; }
#nav .btn.secondary a:hover { transition: .8s; }

@media(max-width: 1140px){
  #nav ul li > a {padding: 0 15px;}
}

@media(max-width: 1000px) {
  #nav .btn a { padding:12px; }
  #nav .btn.primary a { margin-left:10px; }
}

@media(max-width: 867px) {
	#nav { display:none; }
  #header.compact { min-height: 60px; }
	#header.compact .logo { line-height: 40px; }
  #header.compact #nav { top:0px; }
  #header.compact #nav .menu { top:-60px; }	
  #header .menu { display: block; color:#0056b0; position: absolute; text-align: center; font-size: 30px; line-height: 60px; left:0; top:0px; width:60px; height:60px; }
  #header .location { display: block; color:#0056b0; position: absolute; text-align: center; font-size: 30px; line-height: 60px; right:0; top:0px; width:60px; height:60px; }

}

/*mobile nav*/
#mobile-nav { display:none; }
@media(max-width: 867px) {  
  #mobile-nav { position:fixed; top:0; left:0; display:block; }
  #mobile-nav .menus { transition:left 100ms; z-index:9999; position:fixed; left:-451px; top:0; bottom:0; width:400px; max-width:100%; background:#fff; box-shadow:20px 0px 30px rgba(0,0,0,0.15); overflow:auto; }
  #mobile-nav .menus.right { transition:right 100ms; right:-451px; box-shadow:-20px 0px 30px rgba(0,0,0,0.15); }
  .show-nav { overflow:hidden; }
  .show-nav #mobile-nav .menus.show { left:0; z-index:99999999; }
  .show-nav #mobile-nav .menus.right.show { left:auto; right:0; }
  .show-nav #mobile-nav { z-index:99999999; position:fixed; left:0; top:0; right:0; bottom:0; background:rgba(0,0,0,0.7); content:""; }
  #mobile-nav ul { padding:40px 40px 20px 40px; list-style:none; }
  #mobile-nav ul li { margin-bottom:30px; }
  #mobile-nav ul li a { display:block; font-size:22px; font-weight:600; color:#222; text-decoration:none; }
  #mobile-nav ul li a i.fa-chevron-right { margin-left:15px; font-size:18px; }
  #mobile-nav .menus .top { z-index:3; position:relative; width:100%; height:60px; background:#fff; box-shadow:0 10px 20px rgba(0,0,0,0.1); }
  #mobile-nav .menus .top span { line-height:60px; display:block; font-size:22px; font-weight:600; color:#222; text-align:center; }
  #mobile-nav .menus .top .fa-times { position:absolute; top:0; right:0; font-size:30px; width:60px; height:60px; line-height:60px; text-align:center; cursor:pointer; color:#222; opacity:1; }
  #mobile-nav .menus .top .fa-arrow-left { position:absolute; top:0; left:0; font-size:26px; width:60px; height:60px; line-height:60px; text-align:center; cursor:pointer; color:#222; opacity:1; }
  #mobile-nav .menus .top img { max-height:30px; margin:15px; }
  #mobile-nav .menus > div { z-index:2; transition:opacity 200ms; opacity:0; display:none; }
  #mobile-nav .menus > div.show { opacity:1; display:block; }
  #mobile-nav .menus .user .me { text-align:center; margin-bottom:60px; }
  #mobile-nav .menus .user .me b { display:block; line-height:20px; }
  #mobile-nav .menus .user .me small { font-size:16px; display:inline-block; line-height:20px; }
  #mobile-nav .menus .user .me .fa-user-circle { margin-bottom:20px; display:block; width:auto; text-align:center; font-size:80px; }
  #mobile-nav .menus .connect { padding:0 40px 40px 40px; }
  #mobile-nav .menus .connect .title { padding:40px 0 20px 0; border-top:1px solid #ddd; font-size:22px; font-weight:600; color:#222; }
  #mobile-nav .menus .connect ul { padding:0; }
  #mobile-nav .menus .connect ul li { margin:0 0 20px 0; }
  #mobile-nav .menus .connect ul li a { font-weight:400; font-size:18px; }
  #mobile-nav .menus .connect ul li a i { width:30px; }
  #mobile-nav .menus .social { margin-bottom:40px; }
  #mobile-nav .menus .social a { display:inline-block; margin-right:15px; font-size:20px; color:#000; }
  #mobile-nav a.btn { margin:0; display:block; padding: 15px; line-height:24px; font-size:22px; color: #fff; background:#e85a00; text-decoration: none; text-align:center; }  
}
@media all and (min-height: 650px) { 
  #mobile-nav .menus .connect { position:absolute; left:0; right:0; bottom:0; }
}

/*Promo*/
#promo { position:relative; }
#promo .prev { z-index:2; position: absolute; top:50%; left: 25px; margin-top: -13px; font-size: 26px; color: #fff; cursor:pointer; }
#promo .next { z-index:2; position: absolute; top:50%; right: 25px; margin-top: -13px; font-size: 26px; color: #fff; cursor:pointer; }
#promo .wrapper { position:relative; width:100%; }
#promo .container { padding:200px 5px; max-width:1400px; }
#promo .video { position: relative; display: block; width: 100%; max-width: 100%; margin: 0 auto;overflow: hidden; padding-top: 56.25%; }
#promo .video iframe,
#promo .video video { background: #f1f1f1; width: 100%; max-width: 100%; height: auto !important; position: absolute; top: 0; left: 0; right: 0; bottom: 0; }
#promo .video iframe { border:none; height:100% !important; }
#promo .message.has-video { position:absolute; left:0; top:0; height:100%; width:100%; }
#promo h2 { margin:0 0 20px 0; padding:0; font-size:42px; line-height:40px; font-weight: 900; color:#fff; text-align:center; }
#promo h2 span {padding: 10px 5px; font-size: 80px; line-height: 90px; /*border-bottom: 6px solid #e85a00;*/}
#promo h2:before { display:none; }
#promo p { margin:0; padding:0; font-size:26px; line-height:24px; color:#fff; text-align:center; margin-bottom:50px; font-weight:400; }

#promo .slider-btn {font-size: 18px; padding: 15px 25px; border-radius: 3px; background: #e85a00; color: #fff; text-decoration:none;}
#promo .slider-btn i {padding-left: 10px;}
/* #promo .slider-btn:hover {background: #666; } */
#promo .slider-btn-holder {text-align: center;}

/* @media(max-width:767px){
  #promo h2 { font-size:36px; line-height:30px;  }
  #promo .container { padding: 100px 5px; }
} */

@media(max-width: 430px){
  #promo .container {padding: 80px 5px;}
  #promo h2 {font-size: 23px; margin: 0 0 3px 0;}
  #promo h2 span {font-size: 34px; margin:0; line-height: 40px;}
  #promo p {font-size: 18px; line-height: 28px; margin-bottom: 30px; padding: 0 3%;}
}


/*Footer*/
#footer .wrapper { background-color: #0056b0; }
#footer .wrapper.copyright { background-color: #0056b0; }
#footer .container { max-width: 1400px; padding: 70px 15px 60px 15px; }
#footer nav { background:none; }
#footer nav:after { position: absolute; top: 0; bottom: 0; right: 100%; width: 100vw; background: none; content: ''; }
#footer nav ul { list-style-type: none; margin:none; }
#footer nav ul li a { margin-bottom: 5px; display:inline-block; text-decoration: none; color: #fff; font-size: 18px;  }
#footer nav > ul { display:table; width:100%; }
#footer nav > ul > li { float:left; width:31.333333%; padding-right:2%; margin-bottom:10px; }
#footer nav > ul > li > a,
#footer nav ul li.large > a { margin-bottom: 15px; font-size: 18px; font-weight: bold;  }
#footer .copyright p { padding: 20px 0; margin:0; color: #fff; font-size: 15px; text-align:left; margin-top: 15px; }
/* #footer .copyright p br { display:none; } */
#footer .copyright a { color: #fff; text-decoration: underline; }
#footer .contact-info { background:none; padding-left: 80px; }
#footer .contact-info .contact { position: relative; padding-left: 39px; margin-bottom: 30px; color: #fff; }
#footer .contact-info .contact .contact-body { font-size: 18px; }
#footer .contact-info .contact .contact-body a { color:#fff; text-decoration: none; }
#footer .contact-info .contact .contact-icon { position: absolute; top: -5px; left: 0; font-size: 21px; color: #fff; line-height: 18px; }
#footer .contact-info .footer-btn { padding: 15px 35px; border-radius: 3px; font-weight:500;  color:#0056b0; background-color: #fff; font-size: 18px;  display: inline-block; text-decoration: none; border:none; cursor:pointer; }
/* #footer .contact-info .footer-btn:hover { color: #fff; transition: .4s;} */
#footer .contact-info .footer-contact-btn {  padding: 15px 35px;  color:#0056b0;  font-weight:500; font-size: 18px;  background-color: #fff; display: inline-block; text-decoration: none; border-radius: 3px; }
#footer .contact-info .footer-contact-btn i, #footer .contact-info .footer-btn i {padding-left: 10px;}
/* #footer .contact-info .footer-contact-btn:hover { color: #fff; transition: .4s; } */
#footer .social { display:table; width:100%; margin:25px 0; }
#footer .social a { float:left; display:block; margin-right:10px; line-height:30px; width:30px; height:30px; background:#ccc; border-radius:50%; text-aligncenter; }
#footer .social a i { width:30px; height:30px; line-height:30px; text-align:center; color:#fff; }

@media(max-width: 1180px){
  #footer .contact-info .footer-btn { margin-bottom: 10px;}
}

@media( max-width: 970px ) {
	#footer .container { padding: 60px 30px;}
	
}

@media( max-width: 800px ) {
	#footer nav > ul > li { 
		width: 50%;
	}
}

@media (max-width: 768px){
  #footer .contact-info { padding-left: 70px;}
  #footer .col-60 {width: 40%;}
  #footer .col-40 {width: 60%;}
}

@media (max-width: 700px) {
	#footer .col-60, 
  #footer .col-40 { 
		width: 100%;
	}
	#footer nav {
		margin-bottom: 30px; 
	}
}

@media( max-width: 600px ) {
	#footer .col-333 { width: 50%;}
	#footer .contact-info { padding: 0;}
  #footer .copyright p br { display:block; }
}

@media(max-width: 380px){
  #footer nav > ul > li {width: 100%;}
  #footer .copyright p {font-size: 14px;}
}

/*404*/
.error-404 { text-align:center; }
.error-404 h1 { text-align:center; font-size:40px; }
.error-404 i { font-size:100px; }
.error-404 .screen-reader-text { display:none; }

/* home */
#categories-section {padding: 10% 0 5%;}
#categories-section .category-icon { text-align: center;}
#categories-section .category-icon img {max-height: 120px !important; width: auto;}
#categories-section h3 {text-align: center; font-weight: 700; color: #0056b0; }
#categories-section a {text-decoration: none;}
#categories-section h3 br {display: none;}
#categories-section h3 i {padding-left: 10px;}
#categories-section .category-heading {margin-bottom: 10px;}
#categories-section .categories-row .vc_column-inner {background: #fff; border-radius: 5px; max-width: 300px; margin: 0px auto; padding: 40px 0 10px; -webkit-box-shadow: 5px 5px 15px 5px rgba(0,0,0,0.10); box-shadow: 5px 5px 15px 5px rgba(0,0,0,0.10);}
#categories-section .categories-row {margin-bottom: 30px;}
#categories-section .content-btn {text-align: center; margin-top: 30px;}
#categories-section .content-btn a {background: #0056b0;}
#categories-section .content-btn a i {padding-right: 10px;}
#how-it-works {padding: 8% 0 6%;}
#how-it-works h3 {font-size: 52px; line-height: 62px; color: #fff;}
#how-it-works .content-btn2 {text-align: center;}
#how-it-works .sell-icon {text-align: center;}
#how-it-works .sell-icon img {width: 250px;}
#most-cash {padding: 8% 0 3%;}
#most-cash .box.vc_row {background: #fff; border-radius: 5px; padding: 40px 0 10px; -webkit-box-shadow: 5px 5px 15px 5px rgba(0,0,0,0.10); box-shadow: 5px 5px 15px 5px rgba(0,0,0,0.10);}
#most-cash h2 {font-size: 60px; color: #e85a00; line-height: 70px;}
#most-cash .wpb_gallery .flex-control-paging {display: none;}
#most-cash .wpb_gallery .flexslider {margin: 0;}
#seo-section {padding: 8% 0 8%;}
#seo-section .box.vc_row {background: #fff; border-radius: 5px; padding: 40px 20px 10px; -webkit-box-shadow: 5px 5px 15px 5px rgba(0,0,0,0.10); box-shadow: 5px 5px 15px 5px rgba(0,0,0,0.10); max-width: 1100px; margin: 0px auto;}
#seo-section .homepage-h1 { line-height: 1em; padding: 0 0 7px 0; font-size: 46px; font-weight: 800; text-align: center; color: #e85a00; }
#seo-section .homepage-h1 span {color: #0056b0;}
#seo-section .homepage-tagline { font-size: 22px; font-weight: 700; color: #000 !important; }
#cta-section {padding: 10% 0;}
#cta-section .vc_column_container {padding: 10px;}
#cta-section .changing-stock .vc_column-inner {background: #e85a00; padding: 20px 35px 0; border-radius: 10px;}
#cta-section .changing-stock h3 {font-size: 44px; color: #fff; line-height: 58px;}
#cta-section .changing-stock p {color: #fff; font-size: 20px;}
#cta-section .store-ctas .vc_column-inner {background: #0056b0; padding: 20px 35px 0; border-radius: 10px;}
#cta-section .store-ctas .main-heading {color: #fff; font-size: 44px; line-height: 58px; margin-bottom: 20px;}
#cta-section .store-ctas .cta {background: #fff; border-radius: 5px; text-align: center; padding: 5px 15px;}
#cta-section .store-ctas .cta img { width: auto; vertical-align: middle; height: 70px !important;}
#cta-section .store-ctas .cta a {text-decoration: none; color: #0056b0;}
#cta-section .store-ctas .cta a i {display: inline-block; font-size: 24px; position: relative; top: 5px;}
#cta-section .store-ctas .cta h3 {color: #0056b0; display: inline-block; padding: 0 3%; font-size: 25px; width: 80%; position: relative; top: 5px;}
#cta-section .store-ctas .icon {display: inline-block; text-align: center; width: 10%;}
#cta-section .store-ctas .arrow {display: inline-block; max-width: 10%;}

@media(max-width: 1030px){
  #categories-section .vc_col-sm-3 {width: 50%;}
  #categories-section .categories-row .vc_column-inner {max-width: 460px;}
  #categories-section .categories-row {margin-bottom: 0px;}
  #categories-section .category-icon {margin-bottom: 20px; }
  #categories-section .category-icon img {max-height: 150px !important;}
  #categories-section .content-btn {margin-top: 60px;}
  #categories-section h3 {font-size: 28px;}
  #most-cash {padding: 7% 0 7%;}
  #most-cash h2 br {display: none;}
  #cta-section .store-ctas .cta h3 {width: 78%;}
  #cta-section .cta.find-store {margin-bottom: 10px;}
  #cta-section .store-ctas .main-heading {font-size: 40px;}
}

@media(max-width: 768px){
  #categories-section .category-icon img {max-height: 100px !important;}
  #how-it-works h3 {font-size: 45px;}
  #most-cash h2 br {display: none;}
  #most-cash h2 {font-size: 45px; line-height: 55px;}
  #cta-section .store-ctas .cta {padding: 5px 5px;}
  #cta-section .store-ctas .cta h3 {font-size: 23px; padding: 0 0%;}
  
}

@media(max-width: 430px){
  #categories-section .category-icon img {max-height: 60px !important;}
  #categories-section h3 br {display: block;}
  #categories-section h3 {font-size: 17px; line-height: 24px;}
  #categories-section .categories-row .vc_column-inner {height: 170px; max-width: 170px; padding: 25px 0;}
  #how-it-works {padding: 18% 0 16%;}
  #how-it-works h3 {font-size: 39px; line-height: 49px;}
  #most-cash h2 {text-align: center; font-size: 33px; line-height: 45px;}
  #most-cash .content-btn {text-align:center;}
  #cta-section {padding: 10% 5px;}
  #cta-section .changing-stock p {font-size: 18px;}
  #cta-section .changing-stock .vc_column-inner {padding: 15px 15px 0;}
  #cta-section .store-ctas .vc_column-inner {padding: 15px 15px 0;}
  #cta-section .changing-stock h3 {font-size: 44px; line-height: 53px;}
  #cta-section .store-ctas .main-heading {font-size: 34px; line-height: 48px;}
  #seo-section .homepage-h1 {font-size: 33px;}
  #seo-section .homepage-tagline {font-size: 17px;}
  #seo-section .box.vc_row {padding: 40px 17px 10px;}
}

/* Inner Pages */

/* Buy and Sell Pages */
#buy-intro {padding: 6% 0;}
#buy-intro .vc_column-inner {background: #fff; border-radius: 5px; padding: 4% 0 3%; -webkit-box-shadow: 5px 5px 15px 5px rgba(0,0,0,0.10); box-shadow: 5px 5px 15px 5px rgba(0,0,0,0.10);}
#buy-intro h2 {font-size: 30px; line-height: 40px; color: #e85a00;}
#buy-intro p {font-size: 20px; line-height: 30px;}
#buy-intro .content-btn {text-align: center;}
#buy-intro .content-btn a i {padding-right: 10px;}
#sell-intro {padding: 6% 0;}
#sell-intro .vc_column-inner {background: #fff; border-radius: 5px; padding: 4% 0 3%; -webkit-box-shadow: 5px 5px 15px 5px rgba(0,0,0,0.10); box-shadow: 5px 5px 15px 5px rgba(0,0,0,0.10);}
#sell-intro h2 {font-size: 30px; line-height: 40px; color: #0056b0;}
#sell-intro p {font-size: 20px; line-height: 30px;}
#sell-intro .content-btn2 {text-align: center;}
#sell-intro .content-btn2 a i {padding-right: 10px;}
#flyers-section {padding-top: 10%;}
#flyers-section h3 {font-size: 38px; line-height: 48px; color: #0056b0; margin-bottom: 10px;}
#flyers-section p {font-size: 22px; line-height: 32px;}
#flyers-section .vc_row {padding-bottom: 5%;}
#flyers-section ul {columns: 2; font-size: 22px; line-height: 32px;}
#flyers-section .wpb_wrapper {padding: 0 10px;}

@media(max-width: 768px){
  #buy-intro .vc_column-inner, #sell-intro .vc_column-inner {padding: 4% 10px 3%;}
  #flyers-section h3 {font-size: 25px; line-height: 40px; margin-bottom: 0px;}
  #flyers-section .vc_row {padding-bottom: 1%;}

}

@media(max-width: 380px){
  #buy-intro h2, #sell-intro h2 {font-size: 25px; line-height: 35px;}
  #flyers-section .wpb_wrapper {padding: 0;}
  #flyers-section .wpb_single_image.vc_align_center {margin-bottom: 10px;}
  #flyers-section p, #flyers-section ul {display: none;}
}

/* Careers */
#content .careers-heading {font-size: 30px; line-height: 40px; color: #e85a00;}
#content .career-btns .content-btn2 {display: inline-block; padding-right: 10px;}
#content .career-btns .content-btn {display: inline-block;}

/* Change Store Popup */
#find-store-popup-modal-holder.modal-background { display:none; position: fixed; background: rgba(0,0,0,0.6); overflow: auto; z-index: 99999999; top: 0; right: 0; bottom: 0; left: 0; }
#find-store-popup-modal-holder section.find-store-popup { background:white; margin:100px auto; border-radius:5px;width:350px;}
#find-store-popup-modal-holder section.find-store-popup .close-text { cursor:pointer; border:none; font-size: 31px;background: transparent; padding: 6px 12px; border-radius: 100px; color: #0056B0; margin-left: 5px; position: relative; left: -5px; top: 0; }
#find-store-popup-modal-holder section.find-store-popup .close-button-div { display: flex; justify-content: flex-end;height:27px; }
#find-store-popup-modal-holder #find-store-popup-modal .find-store-popup-wrapper { padding:0px 30px 60px 30px; }
#find-store-popup-modal-holder #find-store-popup-modal .find-store-popup-wrapper h2 {color:#E85A00;font-size:25px;line-height:50px;font-weight:800;}
#find-store-popup-modal-holder #find-store-popup-modal .find-store-popup-wrapper .address {font-size:18px;line-height:28px;font-weight:300;margin-top:5px;}
#find-store-popup-modal-holder #find-store-popup-modal .find-store-popup-wrapper .phone {display:block;text-decoration:none;font-size:18px;line-height:20px;font-weight:300;color:#000;margin-top:15px;}
#find-store-popup-modal-holder #find-store-popup-modal .find-store-popup-wrapper .close-time{font-size:18px;line-height:28px;font-weight:700;margin-top:15px;}
#find-store-popup-modal-holder #find-store-popup-modal .find-store-popup-wrapper .change-store {display:block;font-size:18px;line-height:20px;font-weight:600;color:#0056B0;margin-top:15px;}
#find-store-popup-modal-holder #find-store-popup-modal .find-store-popup-wrapper i {font-size:20px;font-weight:500;position:relative;top:2px;margin-left:8px;}
#find-store-popup-modal-holder #find-store-popup-modal .find-store-popup-wrapper .link {display:block;font-size:18px;line-height:20px;font-weight:600;color:#0056B0;margin-top:15px;}

@media(max-width:360px){
  #find-store-popup-modal-holder section.find-store-popup{width:90%;}
  #find-store-popup-modal-holder #find-store-popup-modal .find-store-popup-wrapper h2 {font-size:20px;}
  #find-store-popup-modal-holder #find-store-popup-modal .find-store-popup-wrapper .address{font-size:16px;}
  #find-store-popup-modal-holder #find-store-popup-modal .find-store-popup-wrapper .phone {font-size:16px;}
  #find-store-popup-modal-holder #find-store-popup-modal .find-store-popup-wrapper .close-time{font-size:16px;}
  #find-store-popup-modal-holder #find-store-popup-modal .find-store-popup-wrapper .change-store {font-size:16px;}
}

.no-scroll { overflow:hidden; }
.hide { display:none; }
.show { display:block; }
.active { background:#000!important;color:white; }

/* Find A Store Page */
#find-a-store h1 {color:#E85A00;}
#find-a-store p {font-size: 20px; line-height: 30px;}
#find-a-store a {font-size: 20px;}
#find-a-store h3 {font-size: 30px; line-height: 40px; color: #0056B0;}
#find-a-store h3 i {padding-left: 20px; color: #E85A00;}
#find-a-store .container {max-width: 1400px; padding: 5% 30px}
#find-a-store .store {border-top: 1px solid #BFBFBF; padding: 3% 0% 2%; margin-bottom: 2%;}
#find-a-store .my-gxc.store {border: none; background:#F7F7F7; padding: 3% 3% 6%; border-radius: 5px; margin-bottom: 5%; }
#find-a-store .my-gxc.store h2 {font-size: 40px; line-height: 50px; color:#E85A00; margin-bottom: 1%; }
#find-a-store .state-name {font-size: 40px; line-height: 50px; color:#E85A00; }
#find-a-store .store .ctas a {display: block; font-size: 20px; line-height: 28px; margin-bottom: 3%; text-decoration: none; color: #0056B0; font-weight: bold;}
#find-a-store .store .ctas a i {color: #E85A00; width: 25px; padding-right: 25px; text-align: center;}
#find-a-store .store .store-phone { display:block; padding-bottom:15px; text-decoration: none; color: #000;}
#find-a-store select {max-width: 500px; width: 100%; padding: 15px 10px; font-size: 18px; font-family: 'Montserrat', sans-serif; font-weight: 300; border-radius: 5px;}
#find-a-store .use-location { padding:0 0 30px; display: inline-block; }
#find-a-store .or {font-size: 30px; font-weight: 800; color: #0056B0; padding: 0 15px;}
#find-a-store .use-location button {border: none; background: #E85A00; padding: 10px 20px; cursor: pointer; border-radius: 5px;}
#find-a-store .use-location button i { color: #fff; border: solid 2px #fff; padding: 6px 5px 5px 6px; border-radius: 50%; text-align: center; font-size: 20px;}
#find-a-store .use-location button span {font-size: 20px; line-height: 28px; font-weight: bold; padding-left: 10px; color: #fff;}
#find-a-store .use-location .nogeo { padding:0; font-weight:bold; color:red; }

@media(max-width: 1030px){
  #find-a-store select {max-width: 280px;}
}

@media(max-width: 420px){
  #find-a-store .col-50 {width: 50%;}
  #find-a-store .my-gxc-store p, #find-a-store .store p, #find-a-store .store .ctas a, #find-a-store .store .store-phone {font-size: 15px; line-height: 25px;}
  #find-a-store .my-gxc.store h2, #find-a-store .state-name {font-size: 30px; line-height: 40px;}
  #find-a-store h3 {font-size: 22px; line-height: 30px;}
  #find-a-store .store .ctas a i {padding-right: 5px;}
  #find-a-store .store .ctas {padding-left: 3%;}
  #find-a-store .store {padding: 7% 0 2%;}
  #find-a-store .use-location button span {font-size: 17px;}
  #find-a-store .use-location {padding: 0;}
  #find-a-store .or {padding: 15px 0; display: inline-block;}
  #find-a-store select {margin-bottom: 30px; max-width: 100%;}
}

/* FAQs */
#faqs h4 {color: #0056B0;}
#faqs .vc_toggle {border-bottom: #f1f1f1 solid 1px; padding-bottom: 15px;}
#faqs a {color: #0056B0;}

/* Generic Innerpage */
@media(max-width: 1030px){
  #content .entry-header.has-featured-image h1 {font-size: 40px; line-height: 50px;}
}

/* Current Promos */
#current-promos {}
#current-promos .btn {background: #E85A00; color: #fff; text-decoration: none; padding: 14px 25px; border-radius: 5px; font-size: 20px; display: inline-block;}
#current-promos .btn i {padding-left: 10px;}
#current-promos .most-wanted {text-align: center; background: url(/wp-content/uploads/2021/06/xs-background-2.png) no-repeat center center; background-size: cover; padding: 5% 10px;}
#current-promos .most-wanted .content-box {background: #fff; border-radius: 5px; max-width: 1200px; margin: 0px auto; box-shadow: 5px 5px 15px 5px rgb(0 0 0 / 10%); padding: 3% 0px;}
#current-promos .most-wanted .content-box h2 {font-size: 45px; line-height: 55px; color:#E85A00; font-weight: 800; }
#current-promos .most-wanted .content-box img {max-width: 90%; padding-top: 2%;}
#current-promos .most-wanted .content-box h3 {font-size: 40px; line-height: 50px; color: #0056B0; margin: 2% 0; font-weight: 800;}
#current-promos .store-promos {padding: 7% 0; max-width: 1400px; margin: 0px auto;}
#current-promos .store-promos .come-check {text-align: center;}
#current-promos .store-promos .come-check h2 {color: #0056B0; font-size: 45px; line-height: 55px; margin-bottom: 3%; font-weight: 800;}
#current-promos .store-promos .come-check img {max-width: 350px; margin-bottom: 2%;}
#current-promos .store-promos .promotions {text-align: center;}
#current-promos .store-promos .promotions h2 {font-size: 50px; line-height: 60px; color:#E85A00; font-weight: 800;}
#current-promos .store-promos .promotions h3 {font-size: 25px; line-height: 35px; color: #0056B0; }
#current-promos .store-promos .promotions img {max-width: 90%; margin: 0 auto; margin: 5% 0 3%; padding: 0 10px;}
#current-promos .normal-content {margin: 0px auto; max-width: 1400px;}
#current-promos .normal-content a {color:#0056B0;}

@media(max-width: 1030px){
  #current-promos .store-promos .come-check br {display: none;}
}

@media(max-width: 770px){
  #current-promos .most-wanted .content-box h2 {font-size: 34px; line-height: 44px;}
  #current-promos .most-wanted .content-box {padding: 3% 0 5%;}
  #current-promos .most-wanted .content-box h3 {font-size: 35px; line-height: 45px;}
}

@media(max-width: 450px){
  #current-promos .most-wanted .content-box h3 {font-size: 28px; line-height: 38px;}
  #current-promos .most-wanted .content-box {padding: 8% 0 10%;}
  #current-promos .store-promos .come-check img {margin-bottom: 6%;}
  #current-promos .store-promos .come-check h2 {font-size: 35px; line-height: 45px;}
  #current-promos .store-promos .promotions .col-50 {width: 100%;}
}

@media(max-width: 380px){
  #current-promos .most-wanted .content-box h2 {font-size: 30px; line-height: 40px; margin-bottom: 3%;}
  #current-promos .most-wanted .content-box h3 {font-size: 28px;}
  #current-promos .store-promos .come-check h2 {font-size: 26px; line-height: 36px;}
}

/*-----------------------------------------------------*/

/*Location Details*/
#location-details .ld-promo {height:290px;background:#1056b0;display:flex;flex-direction:column;justify-content:center;align-items:center;}
#location-details h1 {font-size:20px;line-height:54px;font-weight:800;color:#fff;}
#location-details h2 {font-size:36px;line-height:54px;font-weight:800;color:#fff;}
#location-details .ld-promo a {margin-top:20px;display:inline-block;text-decoration:none;font-size:18px;white-space:nowrap;background:#E85A01;color:#fff;padding:15px 25px;border-radius:3px;}
#location-details .ld-promo i {margin-left:15px;font-size:25px;position:relative;top:4px;}
#location-details .store-ctas {text-align: center;}
#location-details .ld-promo .directions {background: #fff; color: #1056b0; }

#location-details .ld-location-info {padding:60px 0;}
#location-details .ld-location-info-wrapper {display:flex;justify-content:space-between;max-width:1250px;margin:0 auto;padding:0 20px;}
#location-details .ld-address {display:flex;align-items:center;}
#location-details .ld-address p {font-size:20px;}
#location-details .ld-phone {display:flex;display:flex;align-items:center;}
#location-details .ld-phone a {font-size:20px;text-decoration:none;display:block;color:#000;}
#location-details .ld-hours {display:flex;display:flex;align-items:center;}
#location-details .ld-hours p {font-size:20px;}
#location-details .ld-location-info-wrapper i {font-size:35px;margin-right:20px;color:#1056B0;}

#location-details .ld-social {padding:0 20px;height:350px;background:url('/wp-content/uploads/2021/06/xs-background-2.png');background-size:cover;background-repeat:no-repeat;}
#location-details .ld-social-wrapper{ display:flex;max-width:1000px;margin:0 auto;background:#fff;padding:80px 20px;justify-content:center;position:relative;top:70px;-webkit-box-shadow: 5px 5px 15px 5px rgb(0 0 0 / 10%);box-shadow: 5px 5px 15px 5px rgb(0 0 0 / 10%);border-radius: 5px;}
#location-details .ld-social h2 {font-size: 30px;line-height: 40px;color: #e85a00;margin-right:50px;}
#location-details .ld-social i {font-size:40px;color:#1056B0;margin-right:10px;}
#location-details .ld-social .fa-external-link {font-size: 37px; vertical-align: top;}

#location-details .ld-store-front-img {height:950px;}
#location-details .fotorama__wrap {margin: 0px auto;}

#location-details .ld-services {margin:60px 0;}
#location-details .ld-services-wrapper {max-width:1250px;margin:0 auto;padding:0 20px;}
#location-details .ld-services h2 {font-size: 30px;line-height: 40px;color: #e85a00;margin-right:50px;margin-bottom:20px;}
#location-details .ld-services ul { margin-left:20px;}
#location-details .ld-services li { font-size:20px; }

#location-details .ld-contact {padding:0 20px;height:900px;background:url('/wp-content/uploads/2021/06/xs-background-2.png');background-size:cover;background-repeat:no-repeat;}
#location-details .ld-contact-wrapper{ align-items:center;flex-direction:column;display:flex;max-width:1000px;margin:0 auto;background:#fff;padding:60px 20px;justify-content:center;position:relative;top:70px;-webkit-box-shadow: 5px 5px 15px 5px rgb(0 0 0 / 10%);box-shadow: 5px 5px 15px 5px rgb(0 0 0 / 10%);border-radius: 5px;}
#location-details .ld-contact h2 {font-size: 30px;line-height: 40px;color: #e85a00;margin-bottom:20px;}

#location-details .cs-banner {background: #E85A01; padding: 15px 10px;}
#location-details .cs-banner p {color: #fff; font-size: 20px; line-height: 30px; text-align: center;}
#location-details .cs-banner p i {padding-right: 10px;}

#location-details .frm_forms.frm_style_formidable-style.with_frm_style{width:80%;}

@media(max-width:500px){
  #location-details .ld-store-front-img {height:350px;}
  #location-details .ld-promo .directions {margin-top: 10px;}
}

@media(max-width:769px){
  
  #location-details .ld-location-info-wrapper i {font-size:30px;}
  
  #location-details .ld-social {height:420px;}
  #location-details .ld-social-wrapper {flex-direction:column;padding:60px 20px;}
  #location-details .ld-social h2 {margin-bottom:30px;text-align:center;margin-right:0!important;}
  #location-details .ld-social-icons {text-align:center;}
  
  #location-details .frm_forms.frm_style_formidable-style.with_frm_style{width:95%!important;}
  #location-details .ld-contact h2 {text-align:center;}
}


@media(max-width:869px){
  #location-details .ld-location-info-wrapper {flex-direction:column;}
  #location-details .ld-address {flex-direction:row-reverse;justify-content:space-between;}
  #location-details .ld-phone {flex-direction:row-reverse;justify-content:space-between;margin:50px 0;}
  #location-details .ld-hours {flex-direction:row-reverse;justify-content:space-between;}
}

@media(min-width:1100px){
  #location-details .ld-address {position:relative;left:30px;}
  #location-details .ld-phone {position:relative;left:-30px;}
  #location-details .ld-hours {position:relative;left:-30px;}
}

