/*
Theme Name: Fast Gear Child
Theme URI: http://fastgear.themerex.net/
Description: Fast Gear - excellent WordPress theme with many different blog and header layouts
Author: ThemeREX
Author URI: http://themerex.net/
Template: fast-gear
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: flexible-header, custom-background, custom-colors, custom-header, custom-menu, featured-image-header, featured-images, full-width-template, microformats, post-formats, theme-options, threaded-comments, translation-ready
Text Domain: fast-gear
*/


/* =Theme customization starts here
-------------------------------------------------------------- */

.trx_addons_profiler { display: none!important;}


.blog-list__container:not(:last-child),
.archive .post_item:not(:first-child){
    margin-bottom: 30px;
    padding-bottom: 30px;
    border-bottom: 3px solid #ed4c21;
}

.archive .post_item:not(:first-child) {
    margin-top: 30px;
    padding-top: 30px;
    border-top: 3px solid #ed4c21;
}

.blog-list__title {
	position: relative;
	padding-bottom: 20px;
	margin-bottom: 20px;
	margin-top: 10px;
}

.blog-list__title::after {
    background: #ed4c21;
    content: '';
    height: 3px;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 30px;
}

.blog-list__container {
    display: flex;
    flex-wrap: wrap;
}

.blog_mode_page .post_featured,
.archive .post_featured {
    max-height: 280px;
}
@media(max-width:1023px) {
	html body .header_phone {
		display: block;
		padding: 15px 14px 13px 14px;
	}
}


@media (max-width: 959px) {
	.archive .content_wrap,
	.blog_mode_page .content_wrap {
		width: 90%;
	}
}


/* Blog Pagination */
.blog-pagination {
    text-align: center;
    margin-top: 50px;
}
.blog-pagination .page-numbers { 
	background: #ed4c21;
	color: #fff !important;
	opacity: 0.6;
	transition: all 0.3s ease 0s;
	margin: 0px 1px;
	padding: 3px 9px;
}
.blog-pagination .prev, 
.blog-pagination .next {
    background: transparent;
    color: #122333 !important;
	opacity: 1;
}
.blog-pagination .prev:hover, 
.blog-pagination .next:hover {
    color: #ed4c21 !important;
}
.page-numbers.current, 
.page-numbers:hover {
    opacity: 1;
}

/* Breadcrumbs */
.single-breadcrumb {
    font-size: 16px;
	font-weight: 600;
    margin-bottom: 30px;
}

.breadcrumbs_desktop { display: none; }

@media (min-width: 768px) {
	.breadcrumbs_mobile { display: none; }
	.breadcrumbs_desktop { display: block; }
}

/* Blog Widget */
.category-item__link a {
    display: inline-block;
    background: #ed4c21;
    color: #fff;
    font-family: "Khand",sans-serif;
    font-weight: 600;
    font-size: 13px;
    letter-spacing: 1px;
    padding: 3px;
    margin-left: 5px;
}
.category-item__link a:hover {
   opacity: 0.8;
    color: #fff;
}
.sidebar .sidebar_inner {
    padding: 30px 0 0;
}
.sidebar[class*="scheme_"] aside {
    padding: 0px 30px;
}
.sidebar aside+aside, .sidebar[class*="scheme_"] aside+aside {
    padding-top: 30px;
    margin-top: 30px;
    border-color: #fff;
}
.scheme_dark .sidebar_inner h5 {
    margin-bottom: 10px;
}

.sidebar .widget_search form:hover .search-submit, 
.sidebar .widget_search .search-submit:hover {
    background: #ed4c21 !important;
    border-color: #ed4c21 !important;
    box-shadow: none;
}

.sidebar .widget_search form:after {
	right: 20px;
	z-index: 1;
}
.sidebar .widget_search form:hover:after {
    color: #fff !important;
}

.widgets_above_page {
	display: none;
}

.widgets_above_page_inner {
    background-color: #122333;
    color: #d3d9df;
    padding: 30px;
}

.widgets_above_page_inner h5.widget_title {
    color: #fff;
    margin-bottom: 0;
}

.widgets_above_page_inner .widget_archive .wp-block-archives__label,
.sidebar .wp-block-archives-dropdown label,
.sidebar .widget_categories label {
    font-family: Khand,sans-serif;
    font-size: 16px;
    font-weight: 600;
    line-height: 1.4em;
    text-decoration: none;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    color: #fff;
}

.sidebar .wp-block-archives-dropdown label,
.sidebar .widget_categories label {
	font-size: 1.375em;
	display: block;
	margin-bottom: 10px;
}

.sidebar .widget_categories label {
	clip-path: unset !important;
	position: relative !important;
	height: auto;
	width: auto;
}
.widgets_above_page_inner .widget_recent_entries {
    margin-top: 10px;
}

.widgets_above_page_inner .widget_recent_entries li>a {
    color: #fff !important;
}

.widgets_above_page_inner .widget_search .widget_title {
	line-height: 1;
}
.widgets_above_page_inner .widget_search .search-field {
	padding: 11px 1.9em;
}

.sidebar #block-17 {
    background: #ed4c21;
}

.sidebar #block-17 *:not(input):not(select):not(select option):not(.gform-icon):not(.gform_submission_error):not(.validation_message), .widget .gform_footer .gform_button:hover,
.widget .gform_footer .gform_button:hover {
    color: #fff !important;
}

.sidebar .gform_wrapper .gform_validation_errors h2 {
    color: #c02b0a !important;
}

.sidebar .gform_wrapper .gfield_validation_message, .gform_wrapper .validation_message {
    padding: 3px 5px !important;
    font-size: 12px !important;
    font-weight: 600;
    opacity: 0.6;
}
.scheme_default .sc_button_white.sc_button_hover_slide_left.rev_slide_btn {
	text-align: center !important;
	background: #ED4C20 !important;
	font-family: Khand,sans-serif !important;
	font-size: 22px !important;
	line-height: 30px !important;
	font-weight: 600 !important;
	text-transform: uppercase;
	color: #ffffff !important;
	padding: 20px 30px !important;
	cursor: pointer;
	border: 0 !important;
	box-shadow: none !important;
	letter-spacing: 0.5px !important;
}
.scheme_default .sc_button_white.sc_button_hover_slide_left.rev_slide_btn .sc_button_icon {
	display: none !important;
}
.scheme_default .sc_button_white.sc_button_hover_slide_left.rev_slide_btn span {
	font-size: inherit !important;
	line-height: inherit !important;
	letter-spacing: inherit !important;
}
.cont_btn .vc_general.vc_btn3.vc_btn3-size-md.vc_btn3-shape-square.vc_btn3-style-custom {
	font-family: Khand,sans-serif !important;
	font-size: 22px !important;
	line-height: 30px !important;
	font-weight: 600;
	text-transform: uppercase;
	padding: 20px 30px;
	letter-spacing: 0.5px;
}
html body .menu_mobile .menu_mobile_nav_area li {
	padding: 0 50px;
}
html body .menu_mobile .menu_mobile_nav_area li > a {
	width: 100%;
}
html body .menu_mobile .logo {
	margin: 30px;
}
html body .menu_mobile .logo .logo_main {
	display: block;
	margin: 0;
	width: 100%;
	height: auto;
	max-width: 200px;
	-webkit-filter: invert(1);
	filter: invert(1);
}
html body .menu_mobile .menu_mobile_close {
	width: 6em;
	height: 6em;
}
html body .menu_mobile .menu_mobile_close::before, html body .menu_mobile .menu_mobile_close::after {
	width: 24px;
	left: 32%;
	top: 63%;
}
html body .menu_mobile .menu_mobile_nav_area {
/* 	top: 45%; */
	top: 350px;
	height: 500px;
    max-height: none;
}
html body .menu_mobile .search_mobile {
	left: 50px;
	margin-left: 0;
	bottom: 14rem;
}
html body .menu_mobile .socials_mobile {
	bottom: 9rem;
	left: 50px;
	width: 28rem;
}
.home .slider_wrap.slider_engine_revo {
	display: none;
}

@media (max-width: 479px) {
    .top_panel_title_wrap {
        padding: 6.3em 0 1.293em !important;
    }
}

/* New Home Slider Section */
.home header.top_panel {
	margin: 0 !important;
}
.vc_section.home_new_hero .vc_row.home_new_hero_row {
	background-size: 750px auto !important;
	background-position: center right !important;
	max-width: 1170px;
	margin: auto !important;
}
.vc_section.home_new_hero .vc_row.home_new_hero_row .wpb_column {
	max-width: 950px;
}
.vc_section.home_new_hero .vc_row.home_new_hero_row .wpb_column .home_new_hero_title {
	font-family: "webnarbold",sans-serif !important;
}
.vc_section.home_new_hero .vc_row.home_new_hero_row .wpb_column .home_new_hero_title strong:first-child {
	font-size: 45px;
	line-height: 55px;
	color: inherit;
}
.vc_section.home_new_hero .vc_row.home_new_hero_row .wpb_column .home_new_hero_title strong:last-child {
	display: block;
	color: inherit;
	font-size: 94px;
	line-height: 102px;
}
.vc_section.home_new_hero .vc_row.home_new_hero_row .wpb_column .wpb_text_column.home_new_hero_cont {
	font-size: 20px;
	line-height: 26px;
	color: #ffffff;
	max-width: 610px;
	padding-bottom: 40px;
}
/* New Home Slider Section */




@media (max-width: 1440px) {
	html body .wpb_text_column, html body .footer_wrap.widget_area .textwidget {
		font-size: 15px;
		line-height: 1.6;
	}
}
@media (max-width: 959px) {
	.sidebar.right.widget_area {
/* 		display: none; */
	}
	.vc_section.home_new_hero .vc_row.home_new_hero_row {
		padding: 250px 20px 0 20px !important;
		background-position: top left !important;
		background-size: 100% auto !important;
	}
	.vc_section.home_new_hero .vc_row.home_new_hero_row::before {
		display: block;
		content: '';
		position: absolute;
		top: 71px;
		left: 0;
		right: 0;
		height: 180px;
		background: linear-gradient(180deg, rgba(19,35,51,0) 0%, #122333 100%);
	}
	.vc_section.home_new_hero .vc_row.home_new_hero_row .wpb_column {
		background-color: #122333;
		margin: 0 -20px;
		width: calc(100% + 40px);
		max-width: none;
	}
	.vc_section.home_new_hero .vc_row.home_new_hero_row .wpb_column .vc_column-inner {
		padding: 0 30px 30px 30px;
		margin: 0;
	}
	.vc_section.home_new_hero .vc_row.home_new_hero_row .wpb_column .home_new_hero_title {
		font-size: 32px !important;
		line-height: 40px !important;
	}
	.vc_section.home_new_hero .vc_row.home_new_hero_row .wpb_column .home_new_hero_title strong:last-child {
		font-size: 36px;
		line-height: 44px;
	}
	.vc_section.home_new_hero .vc_row.home_new_hero_row .wpb_column .home_new_hero_title strong:first-child {
		font-size: 24px;
		line-height: 32px;
	}
	.vc_section.home_new_hero .vc_row.home_new_hero_row .wpb_column .wpb_text_column.home_new_hero_cont {
		font-size: 16px;
		line-height: 24px;
		color: #ffffff;
		max-width: 100%;
		padding-bottom: 30px;
	}
	.cont_btn .vc_general.vc_btn3.vc_btn3-size-md.vc_btn3-shape-square.vc_btn3-style-custom {
		font-size: 18px !important;
		line-height: 20px !important;
		padding: 18px 30px;
	}
}
@media (min-width: 960px) {
	.widgets_above_page {
		display: none;
	}
}


/* ==============================================
 * Homepage Styling 
 * ==============================================*/

.quick_ship_sec .wpb_column.vc_col-sm-12 .quick_ship_sec_btn {
    top: 50% !important;
    transform: translateY(-50%);
}

.img-height-half img {
    max-height: 309px;
    object-fit: cover;
}

@media (min-width: 768px) {
	#image-content-div .vc_custom_heading {
		margin-top: -9px;
	} 
	
	.reverse-half-image-content {
		display: flex;
		flex-wrap: wrap;
		flex-direction: row-reverse;
	}
	
	.reverse-half-image-content .vc_custom_heading {
		margin-top:0;
	}
}
@media(max-width: 768px) {
	.scheme_default .sc_button_white.sc_button_hover_slide_left.rev_slide_btn {
		-webkit-transform: scale(0.5);
		transform: scale(0.5);
		-webkit-transform-origin: top left;
		transform-origin: top left;
	}
}
@media(max-width: 640px) {
	html body header.top_panel .top_panel_navi {
		padding: 20px;
	}
	html body .header_button {
		display: none;
	}
	html body header.top_panel .top_panel_navi a.logo img {
		min-width: 140px;
		margin-top: 10px;
	}
	html body .header_phone {
		margin-right: 36px;
	}
	html body header.top_panel .menu_mobile_button {
		line-height: 1;
		width: 30px;
		height: 30px;
		display: flex;
		align-items: center;
		justify-content: center;
		top: 27px !important;
		right: 16px !important;
	}
}

/*html body .menu_mobile .menu_mobile_close {
	z-index: 11;
}

html body .menu_mobile .search_mobile {
	position: relative;
    bottom: auto;
    left: auto;
    width: 100%;
    padding: 0 30px;
    box-sizing: border-box;
    z-index: 10;
}

@media(min-width: 600px){
	html body .menu_mobile .search_mobile {
		position: absolute;
	    top: 19px;
	    padding: 0;
        right: 78px;
        left: 252px;
        width: auto;
	}
}*/

.top_panel_navi .search_wrap {
	top: 60px;
}

/*.menu_mobile .search_mobile .search_field {
	background-color: #122333;
    border: none;
    border-bottom: 2px solid #fff;
    color: #fff;
}*/

/**
* FX Load More
*/

.load-more{
    text-align: center;
	padding: 30px 0;
}

/* Load More Progress Bar */
.load-more__progress {
    margin-top: 15px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    height: 10px;
    border: 0;
    border-radius: 10px;
    min-width: 250px;
}




progress::-webkit-progress-bar,
progress::-webkit-progress-value,
progress::-moz-progress-bar {
    height: 10px;
    border: 0;
    border-radius: 10px; 
}
progress::-webkit-progress-bar {
    background-color: #ddd;
    border-radius: 10px; 
}
progress::-webkit-progress-value {
    background-color: rgb(206,0,36); 
    border-radius: 10px; 
}

.load-more progress{
    background-color: rgb(206,0,36); 
    border-radius: 10px; 
    overflow: hidden;
    height: 10px;
}

/* Loading Indicator */
.is-loading:before  {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    display: block;
    width: 50px;
    height: 50px;
    border: 5px solid;
    border-color: #E3E3E3 #E3E3E3 transparent;
    border-radius: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
    -webkit-animation: simpleSpin 1.5s linear infinite;
    animation: simpleSpin 1.5s linear infinite;
}

/* Load More Button */
.load-more .load-more-btn {
    border: 0;
    display: block;
    margin: 0 auto !important;

}

.load-more__btn.is-loading {
    position: relative;
    opacity: 0.6;
    cursor: not-allowed;
}

.load-more__btn.is-loading:before {
    width: 20px;
    height: 20px;
}

.load-more-btn.is-disabled {
    cursor: not-allowed;
    background-color: #4a4a4a;
    display: none;
}

.load-more-counter{
    font-size: 16px;
}

.header_mobile_search_button {
	float: right;
    font-size: 24px;
    line-height: 1;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 10px;
    margin-top: 9px;
}

@media (min-width: 1024px) {
    .header_mobile_search_button {
        display: none;
    }
}

@media (max-width: 1023px) {
    header.top_panel .top_panel_navi {
        box-sizing: border-box;
    }
}

@media (max-width: 767px) {
    html body .header_phone {
        margin-right: 36px !important;
    }
}