/*
Theme Name: Mr. Tailor Child
Theme URI: http://mrtailor.getbowtied.com/
Description: This is a child theme for Mr. Tailor.
Author: Get Bowtied
Author URI: http: //www.getbowtied.com/
Template: mrtailor
Version: 1.0
*/

h1, h2, h3, h4, h5, h6 {
    margin:0;
}

.entry-title {
	text-transform: uppercase!important;
}

footer.entry-meta {
    margin:0!important;
}

.main-navigation ul li a {
	text-transform: capitalize!important;
}

.main-navigation ul ul {
	padding: 10px 0!important;
	left: 0px!important;
	min-width: 125px!important;
}

.main-navigation li.requestAquote a {
    background:#E93527!important;
    border-radius:5px;
}

.main-navigation li.requestAquote a:hover {
    opacity:1!important;
}

.home-banner {
	padding: 0;
	max-width: none;
	background-repeat: no-repeat;
	background-position: center!important;
	background-size: cover;
}

.transparent_header .category_header.with_featured_img {
	position: relative;
	z-index:1;
}

.transparent_header .category_header.with_featured_img:after {
	content:'';
	position: absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	display:block!important;
	background:rgba(0,0,0,0.4);
	z-index:-1;
}

.category_header.with_featured_img h1 {
	text-transform: uppercase!important;
}

.entry-header.with_featured_img h1 {
	text-transform: uppercase!important;
}

.site-content ul, 
.site-content ol {
	margin: 0em 0 2em 1.875em!important;
}

.themeProductGrid h3 {
	padding: 7.5px 10px;
	margin: 0 !important;
}

.bottom-AllProductView h4{
    font-size:18px;
    font-weight:100!important;
}

#products-grid .product_wrapper{
	background: #f9f9f9!important;
	margin-top: 25px!important;
}

ul.products.products-grid h2 {
	padding: 10px 15px !important;
	min-height: 55px;
	border-top: 2px solid #fff;
}

#products-grid .product_after_shop_loop {
	background: #f9f9f9!important;
	padding: 0 15px 15px 15px;
}

#products-grid {
	margin-top: 0;
}

.woocommerce .single_product_summary_related .related > h2 {
	margin: 30px 0 10px 15px;
	background: #fff;
	padding: 7.5px 10px;
	text-transform: uppercase;
	font-size: 18px;
	letter-spacing: 1px;
	border-left: 5px solid #000000;
}

#products-grid .woocommerce-Price-amount.amount,
#products-grid .woocommerce-Price-currencySymbol{
    color:#475A75!important;
}

.product .product_title.entry-title {
	background: #f9f9f9;
	margin: 0 !important;
	padding: 10px !important;
	font-size: 32px !important;
}

.product .product_infos {
	padding: 10px;
	background: #f9f9f9;
	margin-bottom: 30px !important;
}

.product .product_infos .price {
	background: #fff;
	font-size: 30px;
	line-height: 45px;
}

.product_description p {
	margin-bottom: 5px;
}

.product_description p strong{
	font-weight:normal!important;
}

.product .variations td.label {
	display: none;
}

.product .quantity input {
    background:#fff!important;
    margin:0!important;
}

.product .woocommerce-tabs.wc-tabs-wrapper,
.product  .product_meta{
    display:none!important;
}

.single_product_summary_related.on_screen ul.products.products-grid h2{
    background:#fff!important;
}

.single_product_summary_related.on_screen #products-grid .product_after_shop_loop {
    background:#fff!important;
}

.theme-cart-page .woocommerce > form {
	margin-bottom: 50px!important;
	background: #f9f9f9;
}

.theme-cart-page .woocommerce table.shop_table, 
.theme-cart-page .woocommerce-page table.shop_table {
	margin: 0!important;
}

.theme-cart-page .woocommerce table.shop_table.cart td {
	border-left: 1px solid rgba(122,122,122,0.13);
	text-align: center;
	padding: 10px!important;
}

.theme-cart-page .woocommerce table.cart a.remove {
	width: unset !important;
	background: #4A4F6A;
	color: #fff !important;
	line-height: 34px !important;
	-webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
}

.theme-cart-page .woocommerce table.cart a.remove:hover {
	background: #CCA98C!important;
	-webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
}

.theme-cart-page .woocommerce table.shop_table.cart td .quantity input.qty {
    background:#fff!important;
}

.theme-cart-page .woocommerce table.cart td.actions {
	border-top: 5px solid #fff !important;
	padding: 15px !important;
}

.theme-cart-page .woocommerce .cart-collaterals, 
.theme-cart-page .woocommerce-page .cart-collaterals {
	padding: 0 1000px 0px!important;
}

.theme-cart-page .woocommerce .cart-collaterals .cart_totals {
	padding: 15px 0px 0!important;
	background: #fff!important;
	margin: 20px 0!important;
}

.theme-cart-page .woocommerce .cart_totals table.shop_table {
	padding: 0 10px!important;
}

.theme-cart-page .wc-proceed-to-checkout{
	padding: 0!important;
}

.theme-cart-page .wc-proceed-to-checkout a.checkout-button {
    margin-bottom:0px!important;
}

.woocommerce-checkout .entry-title::after{
	background: transparent !important;
}

.theme-checkout-page .woocommerce-form-coupon-toggle {
	background-image: unset!important;
	padding-top: 0!important;
	margin-top: 0!important;
	background-color: #f9f9f9!important;
}

.theme-checkout-page .checkout h3 {
	margin: 0!important;
	font-size: 24px!important;
	padding: 15px 0!important;
	text-transform: uppercase;
	border-bottom: 1px solid #eee;
}

.theme-checkout-page  .woocommerce-billing-fields,
.theme-checkout-page  .woocommerce-additional-fields{
	background: #f9f9f9;
	margin-top: 20px;
}

.theme-checkout-page .woocommerce-billing-fields__field-wrapper,
.theme-checkout-page .woocommerce-additional-fields__field-wrapper{
	padding: 10px;
}

.theme-checkout-page .woocommerce-billing-fields__field-wrapper input, 
.theme-checkout-page .woocommerce-additional-fields__field-wrapper textarea{
	background: #fff!important;
}

.theme-checkout-page  .woocommerce-checkout-review-order {
    background: #f9f9f9;
}

.theme-checkout-page .woocommerce-billing-fields__field-wrapper .select2-container {
	background: #fff!important;
}

#order_review_heading {
	background: #f9f9f9;
	margin-top: 20px !important;
}

.theme-checkout-page .woocommerce-checkout-review-order-table {
    margin:0!important;
}

.theme-checkout-page  .woocommerce-checkout-payment ul.payment_methods.methods {
	margin: 0 !important;
}

.theme-checkout-page .woocommerce-checkout-payment ul.payment_methods.methods li {
	background: #fff;
	padding: 10px !important;
	margin: 10px 10px 0!important;
}

.theme-checkout-page .woocommerce-checkout-payment ul.payment_methods.methods li:after {
    right: 5px!important;
    top: 5px!important;
    background: #000!important;
    line-height: 16px!important;
    border-radius: 50%!important;
}

.theme-checkout-page  .place-order {
    padding:10px!important;
}

.theme-checkout-page  .woocommerce-privacy-policy-text p {
    margin-bottom:0px!important;
}

@media (max-width: 767px) {
    .trigger-footer-widget-area {
        display:none;
    }
    
    #products-grid {
    	margin: 0 !important;
    }
    
    #products-grid > li.product
    {
    	width: 100%;
    	padding: 0 !important;
    }
    
    .woocommerce table.cart td.actions .coupon input, 
    .woocommerce-page #content table.cart td.actions .coupon input, 
    .woocommerce-page table.cart td.actions .coupon input 
    {
    	width: 100% !important;
    	min-width: 100% !important;
    	max-width: 100% !important;
    	margin-bottom: 10px !important;
    }
    
    .woocommerce table.cart td.actions .coupon .button {
        width: 100% !important;
    }
    
    .theme-cart-page .woocommerce .cart-collaterals, 
    .theme-cart-page .woocommerce-page .cart-collaterals {
    	padding: 10px !important;
    }
}

@media (min-width: 992px) and (max-width: 1499px) {
    .main-navigation > ul > li > a {
    	font-size: 12px;
    	text-transform: capitalize !important;
    }
}

.service-section-inner
{
	margin:15px 0 30px!important;
	position:relative;	
	background:#fff;
	box-shadow:1px 1px 3px rgba(0,0,0,.6);
	transition:.2s linear;
	cursor:pointer;
}

.service-section-inner:hover
{
	box-shadow:3px 3px 6px rgba(0,0,0,.6);
	transition:.2s linear;
}

.service-step-img img
{
	width:100%;
	transition:.2s linear;
}

.service-section-inner:hover .service-step-img img
{
	opacity:.75;
	transition:.2s linear;
}

.service-section-inner h4::after
{
	position: absolute;
	top:-2.5px;
	left: -30px;
	width: 5px;
	height: 100%;
	background: #475B76;
	content: '';
	transition:.2s linear;
}

.service-section-inner h4
{
	margin:0;
	padding:10px 0;
	text-transform:uppercase;
	font-size:18px;
	position:relative;
	transition:.2s linear;
}

.service-section-inner p
{
	font-size:13px;
	line-height:20px;
}

.service-step-content1
{
	padding: 12.5px 15px;	
	position:relative;
	transition:.2s linear;
}

.service-step-img1 > .vc_column-inner{
    padding-right:0px!important;
}

.service-step-img2 > .vc_column-inner{
    padding-left:0px!important;
}

.service-step-content2
{
	padding: 12.5px 15px;	
	position:relative;
	transition:.2s linear;
}

.service-section-inner h3::after
{
	position: absolute;
	top:-2.5px;
	right: -30px;
	width: 5px;
	height: 100%;
	background-color: #475B76;
	content: '';
	transition:.2s linear;
}

.service-section-inner h3
{
	margin:0;
	padding:10px 0;
	text-transform:uppercase;
	font-size:18px;
	position:relative;
	transition:.2s linear;
}

.service-section-inner:hover h4::after
{
	background:#999999;
	transition:.2s linear;
}

.service-section-inner:hover h3::after
{
	background:#999999;
	transition:.2s linear;
}

.service-section-inner h5 {
	font-size: 16px;
	margin-top: 15px;
	text-transform: capitalize;
	margin-bottom: 10px;
	position: relative;
	padding-bottom: 5px;
	position: relative;
}

.service-section-inner h5::after {
	content:'';
	position:absolute;
	display:block!important;
	height:2px;
	width:20%;
	bottom:0;
	left:0px;
	background:#475A75;
}

.service-section-inner ul {
	columns: 2;
	margin-left: 0px !important;
	padding-left: 12.5px;
}

.service-section-inner ul li a{
    color:#475A75!important;
}

.service-section-btn a::before {
	content: "";
	position: absolute;
	z-index: -1;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: #fff!important;
	border:1px solid #fff!important;
	color:#42546E!important;
	border-radius:5px!important;
	-webkit-transform: scale(0);
	transform: scale(0);
	-webkit-transition-property: transform;
	transition-property: transform;
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
	-webkit-transition-timing-function: ease-out;
	transition-timing-function: ease-out;
}

.service-section-btn a {
	display: inline-block;
	vertical-align: middle;
	-webkit-transform: perspective(1px) translateZ(0);
	transform: perspective(1px) translateZ(0);
	box-shadow: 0 0 1px rgba(0, 0, 0, 0);
	position: relative;
	color: #fff!important;
	border:1px solid #42546E!important;
	background:#42546E!important;
	-webkit-transition-property: color;
	transition-property: color;
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
    min-width: 150px;
    width: 100%;
    margin: 15px 0;
    margin-bottom: 15px !important;
}

.service-section-btn a:hover::before, .service-section-btn a:focus::before, .service-section-btn a:active::before {
	-webkit-transform: scale(1);
	transform: scale(1);
}

.service-section-btn a:hover, .service-section-btn a:focus, .service-section-btn a:active {
	color:#42546E!important;
}

.services-tabs-section {
	padding: 40px 0;
	padding-top: 40px !important;
	position: relative;
}

.services-tabs-section ul.vc_tta-tabs-list{
    margin-left:0px!important;
    margin-bottom:25px!important;
    border:0px!important;
}

.services-tabs-section ul.vc_tta-tabs-list .vc_tta-tab > a {
	padding: 10px!important;
	border-radius:0px!important;
}

.services-tabs-section ul.vc_tta-tabs-list .vc_tta-tab.vc_active > a {
	border-color: transparent !important;
	background: #4A4F6A !important;
	color: #fff !important;
}

.services-tabs-section ul.vc_tta-tabs-list .vc_tta-tab > a .vc_tta-title-text {
	font-size: 13px;
	letter-spacing: 1px;
}

.services-tabs-section .services-tabs-sub-images > .vc_column-inner {
	background: #fff;
	border-radius: 5px;
	padding: 0px!important;
	overflow: hidden;
}

.services-tabs-section .services-tabs-sub-images-outer {
	margin-top: 30px;
}

.services-tabs-section .services-tabs-sub-images .wpb_single_image {
	min-height: 175px;
	padding: 5px;
}

.services-tabs-sub-images .wpb_single_image img {
    max-width:175px;
}

.services-tabs-section .services-tabs-sub-images h4 {
	padding: 7.5px 0;
	font-size: 13px;
	margin: 0;
	background: #475A75;
	color: #fff;
}

.services-tabs-section h3 {
	font-size: 24px;
	margin: 0;
	text-transform: capitalize;
	margin-bottom: 10px;
	position: relative;
	padding-bottom: 5px;
	position:relative;
}

.services-tabs-section h3::after {
	content:'';
	position:absolute;
	display:block!important;
	height:2px;
	width:20%;
	bottom:0;
	left:0px;
	background:#475A75;
}

.services-tabs-section .video-container {
    margin-bottom:0px!important;
}

.services-tabs-single-images .services-tabs-sub-images {
	background: #fff;
	padding: 15px;
	border-radius: 10px;
}

.services-tabs-single-images .services-tabs-sub-images img {
	max-width: 475px;
	width:100%;
}

.services-tabs-single-images h4 {
	padding: 5px;
	font-size: 14.5px;
	margin: 0;
	background: #475A75;
	color: #fff;
	min-height: 50px;
}

.commonMaterials-inner > .vc_column-inner{
	background: #fff;
	border: 1px solid #fff;
	-webkit-box-shadow: 0 2px 12px 0px rgba(0, 0, 0, 0.1);
	box-shadow: 0 2px 12px 0px rgba(0, 0, 0, 0.1);
	margin: 5px 0!important;
	text-align: center;
	padding: 10px;
	border-radius: 5px;
}

.requestAquote-section {
	background: #f1f1f1;
	margin-top: 20px;
	margin-bottom: 75px;
}

.requestAquote-section label {
	text-transform: capitalize!important;
	line-height: 1!important;
	font-size: 13px !important;
	margin-bottom: 0px !important;
}

.requestAquote-section ul li.half,
.requestAquote-section ul li.quarter,
.requestAquote-section ul li.third {
    width:50%!important;
    display:inline-block!important;
}

.requestAquote-section ul li#field_3_2 {
    width:100%!important;
}

.requestAquote-section ul li#field_3_13,
.requestAquote-section ul li#field_3_14{
    width:50%!important;
    display:inline-block!important;
}

.requestAquote-section .gform_wrapper .top_label input.medium {
    width:100%!important;
    background:#fff!important;
}

.requestAquote-section .gform_wrapper .top_label textarea.medium,
.requestAquote-section .gform_wrapper .gform_fileupload_multifile .gform_drop_area{
    background:#fff!important;
}

.requestAquote-section .gform_wrapper input[type="checkbox"] {
	margin: 0 5px 0 0!important;
}

.requestAquote-section .gform_wrapper #input_3_13,
.requestAquote-section .gform_wrapper #input_3_14 {
    margin-left:0px!important;
}

.commonProductSection {
    padding-top:40px!important;
    padding:40px 0;
    position:relative;
}

.commonProductSection h2 {
	font-size: 24px;
	margin: 0;
	text-transform: uppercase;
	margin-bottom: 10px;
	position: relative;
	padding-bottom: 5px;
	position:relative;
}

.commonProductSection h2::after {
	content:'';
	position:absolute;
	display:block!important;
	height:2px;
	width:20%;
	bottom:0;
	left:0px;
	background:#475A75;
}

.commonProductSection h6 {
	margin: 0;
	margin-top: 5px;
	position: relative;
	padding-bottom: 5px;
	padding-left: 15px;
	position: relative;
}

.commonProductSection h6::after {
	content: '';
	position: absolute;
	display: block !important;
	height: 5px;
	width: 5px;
	top: 10px;
	left: 0px;
	background: #475A75;
	border-radius: 50%;
}

.commonProductSection p{
   padding-bottom:10px;
}

.commonProductSection .commonProductSection-img > .wpb_wrapper.vc_figure {
	position: relative;
	box-shadow: rgba(61, 61, 61, 0.1) 0px 25px 20px 0px !important;
	border-radius: 15px;
	background: #fff;
	overflow: hidden;
	padding: 15px;
}

.commonProductSection .commonProductSection-img > .wpb_wrapper.vc_figure img{
	border-radius: 15px;
}

.commonBlogSection {
    padding-top:40px!important;
    padding:40px 0;
    position:relative;
}

.commonBlogSection-wrapper > .vc_column-inner{
	background: #f9f9f9;
	padding: 10px !important;
	border-radius: 5px;
}

.commonBlogSection-wrapper h2 {
	font-size: 22px;
	text-transform: capitalize;
	margin-bottom: 10px;
	min-height: 65px;
	position:relative;
}

.commonBlogSection-wrapper h2::after {
	content:'';
	position:absolute;
	display:block!important;
	height:2px;
	width:50px;
	top:28px;
	left:0px;
	background:#475A75;
}

.commonBlogSection-wrapper h6 {
	background: #fff;
	border: 1px solid #fff;
	-webkit-box-shadow: 0 2px 12px 0px rgba(0, 0, 0, 0.1);
	box-shadow: 0 2px 12px 0px rgba(0, 0, 0, 0.1);
	margin: 3px !important;
	text-align: center;
	padding: 5px;
	border-radius: 5px;
	display: inline-block;
}

.commonBlogSection-wrapper p {
	padding:10px 0;
}

.commonBlogSection-wrapper .blogBtn a::before {
	content: "";
	position: absolute;
	z-index: -1;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: #fff!important;
	border:1px solid #fff!important;
	color:#42546E!important;
	border-radius:5px!important;
	-webkit-transform: scale(0);
	transform: scale(0);
	-webkit-transition-property: transform;
	transition-property: transform;
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
	-webkit-transition-timing-function: ease-out;
	transition-timing-function: ease-out;
}

.commonBlogSection-wrapper .blogBtn a {
	display: inline-block;
	vertical-align: middle;
	-webkit-transform: perspective(1px) translateZ(0);
	transform: perspective(1px) translateZ(0);
	box-shadow: 0 0 1px rgba(0, 0, 0, 0);
	position: relative;
	color: #fff!important;
	border:1px solid #42546E!important;
	background:#42546E!important;
	-webkit-transition-property: color;
	transition-property: color;
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
    min-width: 150px;
    width: 100%;
    margin-top: 15px !important;
}

.commonBlogSection-wrapper .blogBtn a:hover::before, .commonBlogSection-wrapper .blogBtn a:focus::before, .commonBlogSection-wrapper .blogBtn a:active::before {
	-webkit-transform: scale(1);
	transform: scale(1);
}

.commonBlogSection-wrapper .blogBtn a:hover, .commonBlogSection-wrapper .blogBtn a:focus, .commonBlogSection-wrapper .blogBtn a:active {
	color:#42546E!important;
}

.theme-faq-section .vc_tta-container .vc_tta-panel {
	margin-bottom: 15px!important;
}

.vc_tta-container .vc_tta-panel.vc_active {
    
}

.vc_tta-container .vc_tta-panel.vc_active h4.vc_tta-panel-title {
    background:#4A4F6A!important;
}

.vc_tta-container .vc_tta-panel.vc_active h4.vc_tta-panel-title > a {
    color:#fff!important;
}

.vc_tta-container .vc_tta-panel.vc_active h4.vc_tta-panel-title > a i.vc_tta-controls-icon::before{
    border-color:#fff!important;
}

.materialBoxWrapper > .vc_column-inner{
    margin: 10px auto !important;
	background: #fff;
	padding: 15px;
	width: 100%;
	border-radius: 5px;
	box-shadow: 0 0 10px #ccc;
	-webkit-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
}

.materialBoxWrapper h5 {
    text-transform:capitalize;
	margin-bottom: 7.5px;
	position: relative;
	padding-bottom: 5px;
}

.materialBoxWrapper h5::before {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	display: block;
	background: #4A4F6A;
	height: 2px;
	width: 60px;
}

.materialBoxWrapper h6{
    font-weight:normal;
    position:relative;
    padding-left:15px;
}

.materialBoxWrapper h6::before {
	content: '✔';
	position: absolute;
	display: block !important;
	width: 30px;
	height: 30px;
	text-align: left;
	left: 0;
}

.careerPageSection {
	background: #f9f9f9;
	padding-top: 50px !important;
	padding: 50px 0;
	position: relative;
}

.careerPageForm {
    margin-top:30px!important;
}

.careerPageSection ul li.half,
.careerPageSection ul li.quarter,
.careerPageSection ul li.third {
    width:50%!important;
    display:inline-block!important;
}

.careerPageSection ul li#field_1_5,
.careerPageSection ul li#field_1_6,
.careerPageSection ul li#field_1_7 {
    width:100%!important;
}

.careerPageSection .gform_wrapper .top_label input.medium,
.careerPageSection .gform_wrapper .top_label select.medium.gfield_select{
    width:100%!important;
    background:#fff!important;
}

.careerPageSection .gform_wrapper .gform_fileupload_multifile .gform_drop_area,
.careerPageSection .gform_wrapper textarea.medium{
	background: #fff!important;
}

.resourcesFileDownload {
    
}

.resourcesFileDownload  .material_guides_title h3 {
	text-align: center;
	text-transform: capitalize;
	color: #4a5e7a;
	font-size: 75px;
}

.resourcesFileDownload .material_guide {
	background: #f9f9f9;
	margin: 15px 0;
	padding: 10px;
	border-left: 5px solid #4A5E7A;
}

.resourcesFileDownload .material_guide .title {
    margin-bottom:10px;
}

.resourcesFileDownload .material_guide .buttons a {
	background: #fff;
	border: 1px solid #fff;
	-webkit-box-shadow: 0 2px 12px 0px rgba(0, 0, 0, 0.1);
	box-shadow: 0 2px 12px 0px rgba(0, 0, 0, 0.1);
	margin: 3px !important;
	text-align: center;
	padding: 5px;
	border-radius: 5px;
	display: inline-block;
}


@media (max-width: 767px) {
    .service-step-img1 > .vc_column-inner{
        padding:0px!important;
    }
    
    .service-step-img2 > .vc_column-inner{
        padding:0px!important;
    }   
    
    .service-section-inner ul {
    	columns: 1;
    }
    
    .requestAquote-section ul li.half, 
    .requestAquote-section ul li.quarter, 
    .requestAquote-section ul li.third {
    	width: 100% !important;
    	display: inline-block !important;
    }
    
    .requestAquote-section ul li#field_3_13,
    .requestAquote-section ul li#field_3_14{
        width:100%!important;
        display:inline-block!important;
    }
    
    .services-tabs-section .services-tabs-sub-images .wpb_single_image {
    	min-height: auto;
    	padding: 15px;
    }
    
    .services-tabs-sub-images .wpb_single_image img {
    	max-width: 200px;
    }
    
    .commonMaterialsSection h6 {
    	line-height: 1.5;
    	margin-bottom: 15px;
    }
    
    .commonProductSection h2 {
    	font-size: 20px;
    	text-transform: capitalize;
    }
    
    #sgpb-popup-dialog-main-div-wrapper {
    	display: none!important;
    }
    .sgpb-theme-1-overlay.sgpb-popup-overlay-637.sgpb-popup-overlay {
    	display: none!important;
    }
    
    .careerPageSection ul li.half,
    .careerPageSection ul li.quarter,
    .careerPageSection ul li.third {
        width:100%!important;
        display:inline-block!important;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .services-tabs-sub-images.wpb_column.vc_column_container.vc_col-sm-3 {
    	width: 50%!important;
    }
    
    .commonProductSection h2 {
    	font-size: 20px;
    	text-transform: capitalize;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .services-tabs-sub-images .wpb_single_image img {
    	max-width: 175px;
    }
    
    .services-tabs-section ul.vc_tta-tabs-list .vc_tta-tab > a .vc_tta-title-text {
    	font-size: 12px;
    	letter-spacing: 0px;
    }
    
    .commonProductSection h2 {
    	font-size: 20px;
    	text-transform: capitalize;
    }
}


.sitemap-links li {
    line-height:28px;
}

.sitemap-links li.page_item_has_children ul.children {
    margin-bottom:0px!important;
}

/* shopify product listing page */
.wps-items-wrapper > .css-19pzew4-PaginationItemsCSS{
	max-width: 1200px!important;
}
.wps-products-all .css-1ihmhjc-ProductWrapperCSS {
	padding: 15px;
	border: 1px solid #eee;
	border-radius: 4px;
}
.wps-products-title .css-jgpv6c-titleStyles.css-jgpv6c-titleStyles{
	color: #fff!important;
}
.css-19w6lk3-buttonCSS-customBackgroundColor-AddButton.css-19w6lk3-buttonCSS-customBackgroundColor-AddButton {
	background-color: #E93527;
}

.css-1am0f3a-cartIconCSS-cartIconFixedCSS-CartButton {
    background:#475a75!important;
}

.css-41q4to-counterCSS-customCounterCSS-CartCounter {
    color:#475a75!important;
    background:#fff!important;
}

.css-ps0w9t-buttonCSS-customBackgroundColor-ProductOptionTrigger.css-ps0w9t-buttonCSS-customBackgroundColor-ProductOptionTrigger {
	background-color: rgb(255, 255, 255);
	border: 1px solid rgb(71, 90, 117) !important;
	color: rgb(71, 90, 117) !important;
}

.css-ps0w9t-buttonCSS-customBackgroundColor-ProductOptionTrigger.css-ps0w9t-buttonCSS-customBackgroundColor-ProductOptionTrigger svg path {
    fill:#475A75!important;
}


/* HOME page Slider */

.slide {
	display: none;
}

#slide0 {
	display: block;
}

.slide-img {
  width: 100%;
}

.marker-wrap-1 {
  position: absolute;
  left: 0px;
  top: 39%;
  right: 0px;
  z-index: 100;
  height: 280px;
  background-color: #adadad;
  opacity: 0.8;
}

.grid {
  -ms-grid-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
}

.marker-wrap-single {
  position: absolute;
  z-index: 300;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 5%;
  margin-left: 5%;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
	opacity: 0;
}

.marker-wrap-single.wheel_weight {
  left: 15%;
  top: 74%;
}

.marker-wrap-single.electric_vehic {
  left: 68%;
  top: 59%;
}

.marker-wrap-single.door_panels {
  left: 29%;
  top: 62%;
}

.marker-wrap-single.emblem_bonding {
  right: 13%;
  bottom: 48%;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.marker-wrap-single.mirror_gaskets {
  left: 34%;
  top: 50%;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.marker-wrap-single.acoustical_insulation {
  right: 36%;
  bottom: 54%;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.marker-wrap-single.plastic_extruded_trim {
  right: 8%;
  top: 32%;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.marker-wrap-single.user_interface {
  left: 15%;
  top: 74%;
}

.marker-wrap-single.air_diverters {
  right: 0%;
  bottom: 32%;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.marker-wrap-single.diffuser_films {
    left: 41%;
    top: 19%;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
}

.marker-wrap-single.hot_wire {
  left: 24%;
  top: 57%;
}

.marker-wrap-single.flame_resistance {
  right: 9%;
  bottom: 57%;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.marker-wrap-single.heat-shielding {
  left: 42%;
  top: 44%;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.marker-wrap-single.reflector-films {
    right: 0%;
    top: 19%;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
}

.marker-wrap-single.inline-assembly {
    left: 43%;
    top: 15%;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
}

.marker-wrap-single.sonic_weld {
    left: 55%;
    top: 25.5%;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
}

.relative-wrap {
  position: relative;
  z-index: 200;
  height: 100%;
}

.marker-text {
  display: inline-block;
  border-bottom: 1px solid #fff;
  font-family: StudioPro, sans-serif;
  color: #fff;
  font-size: 10px;
  line-height: 16px;
  font-weight: 400;
  letter-spacing: 0.5px;
}

.marker-text.bottoml {
  padding-left: 5px;
  -webkit-transform: translate(-1px, 0px);
  -ms-transform: translate(-1px, 0px);
  transform: translate(-1px, 0px);
}

.marker-text.topr {
  -webkit-transform: translate(0px, -16px) translate(1px, 0px);
  -ms-transform: translate(0px, -16px) translate(1px, 0px);
  transform: translate(0px, -16px) translate(1px, 0px);
}

.marker-text.bottomr {
  padding-right: 5px;
}

.marker-text.topl {
  -webkit-transform: translate(0px, -15px) translate(-1px, 0px);
  -ms-transform: translate(0px, -15px) translate(-1px, 0px);
  transform: translate(0px, -15px) translate(-1px, 0px);
}

.inline-block {
  display: inline-block;
}

.block {
  display: block;
}

@media (max-width: 767px) {
  .marker-wrap-single.wheel_weight {
    display: none;
  }
  .marker-wrap-single.acoustical_insulation {
    display: none;
  }
}

@media (max-width: 479px) {
  .marker-wrap-single {
    display: none;
  }
}


/*--------------------------------------------------------------
13.2 Front Page
--------------------------------------------------------------*/

#slides {
    width: 100%;
    position: relative;
    height: 100vh;
    float: left;
    overflow: hidden;
}

div.mantra {
    position: absolute;
    top: 0;
    bottom: 50vh;
    margin: auto;
    height: 44px;
    font-size: 36px;
    line-height: 44px;
    color: white;
    font-family: 'Studio_ProRegular';
    letter-spacing: -2px;
    left: 0;
    right: 0;
    width: 90%;
    max-width: 1248px;
    padding-left: 62px;
}

.slide.wrapper::before {
	content: '';
	position: absolute;
	background: rgba(0,0,0,0.5);
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
}

.slide.wrapper {
	position: relative;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
}

.css-w44bts-lineItemStyles {
	padding: 10px!important;
}

.css-vazj90-badgeCSS {
	background-color: rgb(71, 90, 117)!important;
}

.top-headers-wrapper .site-header.header-default .row {
    padding:0px 30px!important;
}

.top-headers-wrapper .site-header.header-default  .site-branding {
	margin-right: 15px!important;
}

.top-headers-wrapper .site-header.header-default .main-navigation {
    margin-right:0px!important;
}

.top-headers-wrapper .site-header.header-default .main-navigation > ul {
	max-width: 100%!important;
}

.top-headers-wrapper .site-header.header-default .main-navigation > ul > li > a {
	padding: 10px!important;
}
    

@media only screen and (min-width: 1025px) and (max-width: 1499px) {
    .top-headers-wrapper .site-header.header-default .row {
        padding:0px 15px!important;
    }
    
    .top-headers-wrapper .site-header.header-default  .site-branding {
    	margin-right: 15px!important;
    }
    
    .top-headers-wrapper .site-header.header-default .main-navigation > ul > li > a {
    	padding: 10px 7.5px 10px 7.5px!important;
    	font-size: 11px !important;
    }
    
    .top-headers-wrapper .site-header.header-default .main-navigation > ul > li.menu-item-has-children > a::after {
    	right: -5px!important;
    }
}
