/*
Theme Name: Custom Theme (Flag City Towing)
Theme URI: http://wordpressguru.net
Version: 1.0
Description: Custom Theme by Wordpress Guru
Author: Wordpress Guru
Author URI: http://wordpressguru.net
*/


/*------------------------------------*\
    MAIN
\*------------------------------------*/

/* global box-sizing */
*,
*:after,
*:before {
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	-webkit-font-smoothing:antialiased;
	font-smoothing:antialiased;
	text-rendering:optimizeLegibility;
}
:root {
    --asphalt: #202124;
    --red: #E1000A;
    --grass: #7CFC00;
    --blue:#2E3192;
}

/* html element 62.5% font-size for REM use */
html {
    font-size:62.5%;
    overflow-x: hidden;
}
body {
    font: 300 18px/1.5 'DM Sans', sans-serif;
    color: var(--asphalt);
    word-break: break-word;
    background-color: #bfbfbf;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
}
p {
    margin-bottom: 3rem;
}
b, strong {
    font-weight: bold;
}
a, input[type="submit"], button {
    -webkit-transition: 0.3s ease;
    -moz-transition: 0.3s ease;
    -o-transition: 0.3s ease;
    transition: 0.3s ease;
}
a:hover {
	color: #000;
}
.page_wrap {
    overflow-x: hidden;
    position: relative;
    width: 100%;
    margin: 0 auto;
    background-color: #fff;
    max-width: 100%;
}
.container {
    max-width: 1520px;
}


/* clear */
.clear:before,
.clear:after {
    content:' ';
    display:table;
}

.clear:after {
    clear:both;
}
.clear {
    *zoom:1;
}
img {
	max-width:100%;
	vertical-align:bottom;
    height: auto;
}
a {
	color:inherit;
	text-decoration:none;
}
a:hover {
	color:#444;
}
a:focus {
	outline:0;
}
a:hover,
a:active {
	outline:0;
}
input:focus {
	outline:0;
	border:1px solid #04A4CC;
}
.red {
    color: var(--red);
}
.asphalt {
    color: var(--asphalt);
}
.grass {
    color: var(--grass);
}


/*------------------------------------*\
    STRUCTURE
\*------------------------------------*/


.container, .container-fluid {
    padding-right: 40px;
    padding-left: 40px;
}
h1, h2, h3, h4, h5, h6 {
    line-height: 1.2;
    margin-bottom: 2rem;
    color: #000;
    font-weight: bold;
    font-family: 'Room 205';
}
.h1, h1 {
    font-size: 4.8rem;
}
.h2, h2 {
    font-size: 3.6rem;
}
.h3, h3 {
    font-size: 24px;
}
.h4, h4 {
    font-size: 20px;
}
.h5, h5 {
    font-size: 18px;
}
section ol, section ul {
    padding-left: 20px;
    margin-bottom: 2rem;
}
section ol li, section ul li {
    margin: 0 0 18px;
}
section.welcome ul {
    font-size: 24px;
}
section.welcome ul li {
    line-height: 1;
}


/* header */
.header {
    padding: 60px 0;
    position: relative;
    z-index: 99999;
    background: #fff;
    max-width: 100%;
    margin: 0 auto;
    width: 100%;
}
.home .header {
    background: rgba(0,0,0,.4);
    position: absolute;
}
.sticky .site_logo a {
    max-width: 200px;
    display: block;
    top: -32px;
}
.sticky {
    padding: 10px 0;
    -webkit-box-shadow: 0px 1px 17px 0px rgba(0, 0, 0, 0.3);
    -moz-box-shadow:    0px 1px 17px 0px rgba(0, 0, 0, 0.3);
    box-shadow:         0px 1px 17px 0px rgba(0, 0, 0, 0.3);
}
.site_logo a {
    position: absolute;
    top: -50px;
}


/* nav */
.main-nav {
    margin: 0;
    list-style: none;
    padding: 0;
}
.main-nav > li {
    display: inline-block;
    margin: 0 2vw 0 0;
    position: relative;
}
.main-nav.right-nav > li {
    margin-right: 0;
    margin-left: 2vw;
}
.main-nav li .sub-menu {
    position: absolute;
    top: 100%;
    left: 0;
    background: var(--red);
    -webkit-box-shadow: 0px 1px 17px 0px rgb(0 0 0 / 10%);
    -moz-box-shadow: 0px 1px 17px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 1px 17px 0px rgb(0 0 0 / 10%);
    display: none;
    z-index: 999;
    width: 244px;
    padding: 15px 20px;
    text-align: left;
}
.sub-menu li {
    margin: 0 0 20px;
    list-style: none;
    line-height: 1;
}
.sub-menu li a {
    font-size: 16px !important;
}
.main-nav li:hover .sub-menu {
    display: block;
}
.main-nav li a {
    font-size: 18px;
    text-decoration: none !important;
    font-weight: bold;
    text-transform: uppercase;
}
.main-nav li.social_btn a {
    color: var(--red);
}
.main-nav li:hover > a, .main-nav li.current-menu-item > a {
    border-color: var(--red);
    color: var(--red);
}
.main-nav li.social_btn:hover > a {
    border-color: #fff;
    color: #fff;
}
.sub-menu li:hover > a, .sub-menu li.current-menu-item > a {
    border-color: #fff;
    color: #fff;
}
.main-nav li.nav_btn a {
    background-color: var(--red);
    color: #fff;
    font-size: 18px;
    padding: 10px 15px;
    border-radius: 0;
    text-decoration: none !important;
    position: relative;
    top: -2px;
    border: 1px solid var(--red) !important;
    font-weight: bold;
}
.main-nav li.nav_btn a i {
    transform: rotate(90deg);
    margin-right: 3px;
    font-size: 16px;
    top: 2px;
    position: relative;
}
.main-nav li.nav_btn a:hover {
    color: var(--red);
    background-color:#fff ;
    border-color: #fff !important;
}
.site-nav ul {
	padding: 0;
	margin:0;
	list-style: none;
}
.site-nav ul > li {
    position: relative;
    margin: 0 0 20px;
    display: block;
    padding: 0;
}
.site-nav ul li a {
    color: #fff;
    font-size: 18px;
    text-decoration: none !important;
    text-transform: uppercase;
}
.site-nav ul li:hover > a, .site-nav ul li.current-menu-item > a {
    border-bottom: 1px #fff;
}
.site-nav ul li.current-menu-item > a {
    font-weight: bold;
}
.site-nav ul.sub-menu li a {
    color: var(--red);
    font-size: 16px !important;
}
.site-nav ul.sub-menu {
    width: 244px !important;
    background: #fff;
    padding: 10px 10px 1px;
}
.site-nav .nav_btn a {
    background-color: transparent;
    color: #fff;
    font-size: 18px !important;
    padding: 10px 20px;
    border-radius: 4px;
    text-decoration: none !important;
    position: relative;
    top: -2px;
    border: 1px solid #fff !important;
    font-weight: bold;
    display: inline-block;
}
.site-nav .nav_btn a:hover {
    background: #fff;
    color: var(--red);
}
.site-nav .nav_btn i {
    transform: rotate(90deg);
    position: relative;
    top: 1.5px;
    margin-right: 2px;
}
.site-nav {
    text-align: center;
    position: fixed;
    height: 100vh;
    width: 100vw;
    background: var(--red);
    top: 0;
    right: -100vw;
    bottom: 0;
    z-index: 9;
    transition: .3s;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-top: 60px;
}
.site-nav.active {
	right: 0;
}


/* sidebar */
.sidebar {

}

/* footer */
.footer {
    background-repeat: repeat;
    background-size: auto;
    background-position: center top;
}
ul.footer-nav {
    padding: 0;
    list-style: none;
    margin-bottom: 40px;
}
ul.footer-nav li {
    margin: 0 30px 10px;
    display: inline-block;
}
ul.footer-nav li .sub-menu {
    display: none;
}
ul.footer-nav li a {
    color: #fff;
    font-weight: bold;
    text-transform: uppercase;
}
ul.footer-nav li a:hover {
    color: var(--red);
    text-decoration: none;
}
.footer_text i.fa  {
    font-size: 30px;
    margin: 0 0 0 10px;
    position: relative;
    top: 6px;
}
.footer_text i.fa:hover  {
    color: var(--red);
}
.footer_text a {
    display: inline-block;
    color: var(--red);
}
.footer_gallery .row>div {
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
}
.footer_top h4 {
    font-size: 24px;
    text-transform: uppercase;
    font-weight: bold;
}
.footer_top h4 b {
    color: #0000FE;
}
.footer_text img.alignnone, .footer_text p {
    margin: 0;
}
.add_social_media a {
    font-size: 27px;
    margin-right: 2vw;
    text-decoration: none !important;
    color: var(--red);
}
.add_social_media a:hover {
    color: var(--asphalt);
}





/*------------------------------------*\
    PAGES
\*------------------------------------*/

.page_wrap * {
	background-repeat: repeat;
	background-position: center;
	background-size: cover;
}
*::-webkit-input-placeholder {
   color: #000;
}
*:-moz-placeholder { /* Firefox 18- */
   color: #000;
}
*::-moz-placeholder {  /* Firefox 19+ */
   color: #000;
}
*:-ms-input-placeholder {
   color: #000;
}
::-webkit-input-placeholder:after{
}
:focus::-webkit-input-placeholder{
     color:transparent;
}
::-moz-placeholder:after{
}
:focus::-moz-placeholder{
     color:transparent;
}

.outline-btn {
    display: inline-block;
    font-size: 18px;
    border: 2px solid var(--red);
    padding: 15px 30px;
    line-height: 1;
    text-decoration: none !important;
    -webkit-transition: all 0.25s ease 0s;
    -moz-transition: all 0.25s ease 0s;
    -o-transition: all 0.25s ease 0s;
    transition: all 0.25s ease 0s;
    text-align: center;
    font-weight: bold;
    font-style: normal;
    border-radius: 0;
    line-height: 1;
    color: var(--red);
    letter-spacing: 0;
    min-width: 180px;
    text-align: center;
    text-shadow: none !important;
    text-transform: uppercase;
}
.outline-btn:hover {
	background-color:  var(--red) !important;
	color: #fff !important;
	border-color:  var(--red) !important;
}
.outline-btn.white-btn {
    color: #fff;
    border-color: #fff;
}
.outline-btn.white-btn:hover {
    background-color:  #fff !important;
    color: var(--red) !important;
    border-color:  #fff !important;
}
.outline-btn.gray-btn {
    border-color: #B4B4B4;
    color: var(--asphalt);
}
.outline-btn.solid-btn {
    background-color: var(--red);
    color: #fff;
    border-color: var(--red);
}
.outline-btn.solid-btn:hover  {
    background-color: #fff !important;
    color: var(--red) !important;
    border-color: var(--red) !important;
}
.outline-btn.solid-btn.btn-white {
    background-color: #fff;
    color: var(--red);
    border-color: #fff;
}
.outline-btn.solid-btn.btn-white:hover  {
    background-color: var(--red) !important;
    color: #fff !important;
    border-color:var(--red) !important;
}
section {
	padding: 8rem 0 5rem;
}
.hero {
    min-height: 21.7rem;
    position: relative;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-flex-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    padding: 20px 0;
    background-blend-mode: overlay;
    background-color: rgba(0,0,0,.55);
}
.hero article {
    color: #fff;
}
.hero h1 {
	color: #fff;
    margin-bottom: 0;
    text-transform: uppercase;
}

.fullwidth_slider .slide_img img {
    filter: brightness(0.55);
}

.slider ul {
    padding: 0;
    margin: 0;
}
.slider ul li {
    list-style: none;
}
.slide_txt  {
    display: flex;
    align-items: center;
}
.slide_txt.overlay {
    padding: 150px 0 0;
}
.slide_txt .inner p {
    font-size: 24px;
    line-height: 1.2;
    margin: 0 0 40px;
}
.slide_txt .inner p:last-child {
    margin: 0 !important;
}
.slide_txt .inner h3 {
    font-size: 4.8rem;
    line-height: 1.2;
    color: #fff;
}
.slider .bx-pager {
    position: absolute;
    top: 50%;
    margin-top: -25px;
    right: 30px;
}
.slider .bx-pager a {
    display: block;
    width: 12px;
    height: 12px;
    border-radius: 100%;
    background: #fff;
    margin: 0 0 15px;
    text-indent: -99999px;
}
.slider .bx-pager a.active {
    background: var(--grass);
}
.bx-controls-direction a {
    position: absolute;
    top: 50%;
    margin-top: -20px;
    background: url(img/arrowleft.png) no-repeat center;
    text-indent: -999px;
    width: 40px;
    height: 40px;
    transition: all .3s;
}
.bx-controls-direction a.bx-prev {
    left: 15px;
}
.bx-controls-direction a:hover {
    opacity: .8;
}
.bx-controls-direction a.bx-next {
    right: 15px;
    transform: rotate(180deg);
}

body .gform_wrapper.gravity-theme .gfield_label {
    font-size: 18px;
    font-weight: 400;
}
body .gform_wrapper.gravity-theme .gfield select, body .gform_wrapper.gravity-theme .gfield input, body .gform_wrapper.gravity-theme .gfield textarea {
    border: 1px solid #CFCFCF;
    border-radius: 4px;
    outline: none !important;
}
body .gform_wrapper.gravity-theme .gfield select {

  /*Clear the default select box style*/
  appearance:none;
  -moz-appearance:none;
  -webkit-appearance:none;

  /*Display a small arrow picture in the rightmost middle of the selection box*/
  background: url(img/select-arrow.png) no-repeat scroll 98% center transparent;


  /*Leave a little place for the small drop-down arrow to avoid being overwritten by text*/
  padding-right: 30px;
}

body #gform_wrapper_3.gform_wrapper.gravity-theme .gform_footer {
    text-align: center;
}

/*Clear the default selection box style of ie. Clear, hide the drop-down arrow*/
select::-ms-expand { display: none; }
body .gform_wrapper.gravity-theme .gform_footer input, body .tml-button {
    background-color: var(--red);
    border: 2px solid var(--red);
    color: #fff;
    font-size: 18px;
    font-weight: bold;
    padding: 14px 46px;
    line-height: 1 !important;
    text-transform: uppercase;
}
body .gform_wrapper.gravity-theme .gform_footer input:hover {
    background-color: transparent;
    color: var(--red);
}
body .gform_wrapper.gravity-theme .gfield textarea.large {
    height: 203px;
}
body .gform_wrapper.gravity-theme .gfield {
    margin-bottom: 20px;
}
body .gform_wrapper.gravity-theme .gform_footer {
    padding: 10px 0;
    margin-top: 0;
    text-align: right;
}
.about_us .inner {
    width: 514px;
    max-width: 100%;
}
.service_list h3 {
    font-family: 'DM Sans', sans-serif;
    text-transform: uppercase;
}
ul.tab_selector {
    padding: 0;
    list-style: none;
}
ul.tab_selector li {
    display: inline-block;
    margin: 0 10px 10px;
}
ul.tab_selector li a {
    text-transform: uppercase;
    font-weight: bold;
}
ul.tab_selector li:hover a, ul.tab_selector li.ui-state-active a {
    color: var(--red);
    text-decoration: none;
}
.featuredimg {
    max-width: 50%;
}
.gform_required_legend {
    display: none !important;
}
.jobappform {
    border: 1px solid transparent;
    padding: 40px;
    border-radius: 20px;
    margin: 50px 0;
    -webkit-box-shadow: 0px 0px 18px 0px rgba(225, 0, 10, 0.45);
    -moz-box-shadow: 0px 0px 18px 0px rgba(225, 0, 10, 0.45);
    box-shadow: 0px 0px 18px 0px rgba(225, 0, 10, 0.45);
}
.careericon {
    border:5px solid #fff;
    border-radius:100%;
    width: 100px
}
.career-content {
    bottom:20px;
}
.career-content h3 {
    font-size: 3.6rem;
    text-shadow: 0em 0.1em 0.1em #000;
    color: var(--red);
}
.jobappform h3 {
    text-transform: uppercase;
    text-align: center;
}
.jobappform h4 {
    text-transform: uppercase;
    margin-bottom: 0;
}
#wpsl-result-list .wpsl-store-location>p>strong, .wpsl-info-window p>strong {
	display:none !important;
}

/*------------------------------------*\
    MISC
\*------------------------------------*/

::selection {
	background:#04A4CC;
	color:#FFF;
	text-shadow:none;
}
::-webkit-selection {
	background:#04A4CC;
	color:#FFF;
	text-shadow:none;
}
::-moz-selection {
	background:#04A4CC;
	color:#FFF;
	text-shadow:none;
}

/*------------------------------------*\
    WORDPRESS CORE
\*------------------------------------*/

.alignnone {
	margin:5px 20px 20px 0;
}
.aligncenter,
div.aligncenter {
	display:block;
	margin:5px auto 5px auto;
}
.alignright {
	float:right;
	margin:5px 0 20px 20px;
}
.alignleft {
	float:left;
	margin:5px 20px 20px 0;
}
a img.alignright {
	float:right;
	margin:5px 0 20px 20px;
}
a img.alignnone {
	margin:5px 20px 20px 0;
}
a img.alignleft {
	float:left;
	margin:5px 20px 20px 0;
}
a img.aligncenter {
	display:block;
	margin-left:auto;
	margin-right:auto;
}
.wp-caption {
	background:#FFF;
	border:1px solid #F0F0F0;
	max-width:96%;
	padding:5px 3px 10px;
	text-align:center;
}
.wp-caption.alignnone {
	margin:5px 20px 20px 0;
}
.wp-caption.alignleft {
	margin:5px 20px 20px 0;
}
.wp-caption.alignright {
	margin:5px 0 20px 20px;
}
.wp-caption img {
	border:0 none;
	height:auto;
	margin:0;
	max-width:98.5%;
	padding:0;
	width:auto;
}
.wp-caption .wp-caption-text,
.gallery-caption {
	font-size:11px;
	line-height:17px;
	margin:0;
	padding:0 4px 5px;
}
.bypostauthor {

}

/*------------------------------------*\
    PRINT
\*------------------------------------*/

@media print {
	* {
		background:transparent !important;
		color:#000 !important;
		box-shadow:none !important;
		text-shadow:none !important;
	}
	a,
	a:visited {
		text-decoration:underline;
	}
	a[href]:after {
		content:" (" attr(href) ")";
	}
	abbr[title]:after {
		content:" (" attr(title) ")";
	}
	.ir a:after,
	a[href^="javascript:"]:after,
	a[href^="#"]:after {
		content:"";
	}
	pre,blockquote {
		border:1px solid #999;
		page-break-inside:avoid;
	}
	thead {
		display:table-header-group;
	}
	tr,img {
		page-break-inside:avoid;
	}
	img {
		max-width:100% !important;
	}
	@page {
		margin:0.5cm;
	}
	p,
	h2,
	h3 {
		orphans:3;
		widows:3;
	}
	h2,
	h3 {
		page-break-after:avoid;
	}
}








/*------------------------------------*\
    RESPONSIVE
\*------------------------------------*/

/* Desktop */
.ForMobile {
    display:none !important;
}
@media screen and (min-width:0) and (max-width:1799px) {




} @media screen and (min-width:0) and (max-width:1599px) {




} @media screen and (min-width:0) and (max-width:1439px) {
.main-nav.right-nav > li {
    margin-left: 1.5vw;
}

} @media screen and (min-width:0) and (max-width:1365px) {

.site_logo a {
    display: inline-block;
    width: 200px;
    max-width: 100%;
    top: -35px;
}
.header {
    padding: 30px 0;
}
.main-nav.right-nav > li {
    margin-left: 10px;
}
.main-nav li a {
    font-size: 17px
}
.main-nav li.nav_btn a {
    font-size: 17px;
}
.bx-controls-direction a.bx-prev {
    left: 0;
}
.bx-controls-direction a.bx-next {
    right: 0;
}
.footerlogo {
    width: 200px;
    max-width: 100%;
}





} @media screen and (min-width:0) and (max-width:1199px) {

.main-nav.right-nav > li {
    margin-left: 5px;
}
.main-nav li a {
    font-size: 14px
}
.main-nav li.nav_btn a {
    font-size: 14px;
}
ul.footer-nav li {
    margin: 0 20px 10px;
}


/* Mobile */
} @media screen and (min-width: 0) and (max-width: 991px) {
.ForMobile {
    display:block !important;
}
.ForDesktop {
    display:none !important;
}
body {
    min-width:280px;
}
.header {
    padding: 0;
}
.site_logo a {
    width: 100px;
    top: -25px;
}
html {
    font-size: 52.5%;
}
.footerlogo {
    width: 120px;
    margin: 0;
}
.pt80.footer_top  {
    padding-top: 40px;
}
ul.footer-nav {
    margin-bottom: 0px;
}
ul.footer-nav li {
    margin: 0 10px 10px;
}
body {
    font-size: 16px;
}
.contact_details iframe {
    height: 300px;
}
.site-nav ul.sub-menu {
    display: none;
}
.header.active {
    position: fixed;
}
.slide_txt.overlay {
    padding: 60px 0 0;
}






} @media screen and (min-width:0) and (max-width:767px) {
header .row > div {
    width: 50%;
}
.container, .container-fluid {
    padding-right: 20px;
    padding-left: 20px;
}
html {
    font-size: 42.5%;
}
.slide_txt .inner p {
    font-size: 16px;
    margin: 0 0 20px;
}
.outline-btn {
    font-size: 16px;
    padding: 12px 24px;
    min-width: 160px;
}
section {
    padding: 5rem 0 3rem;
}




} @media screen and (min-width:0) and (max-width:575px) {
.site-nav {
    padding-top: 70px;
    padding-bottom: 70px;
}
.outline-btn {
    font-size: 16px;
}
.slide_txt {
    display: none;
}
.h3, h3 {
    font-size: 20px;
}
body {
    font-size: 14px;
}
.alignleft.featuredimg {
    float: left;
    margin: 0 auto 20px !important;
    display: block;
    float: none;
    max-width: 100%;
    width: 100%;
}
.ia_add_affiliates .col {
    min-width: 50%;
}





} @media only screen and (min-device-width:320px) {
    body {padding:0;}
}