/*
Theme Name: Mr. Tailor Child Theme
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
*/

@import url("../mrtailor/style.css");
/*============= CART BUTTON customization - borrowing icon from Visual Composer =============*/
@import url("/wp-content/plugins/js_composer/assets/css/lib/typicons/src/font/typicons.min.css");

/****************************************************************/
/*************** ADD YOUR CUSTOM CSS IN THIS AREA ***************/
/****************************************************************/

/*************** 160110 Mr. Tailor v2.0 upgrade fixes ***************/

/* Row - padding */
.row /*, .vc_span12.wpb_column */ {
    padding: 0 45px;
}

/* Row - padding for iPhone 4S */
@media only screen and (max-width : 380px) {
		.row {
		padding: 0;
	}
}

/* Main Nav and Icons weight */
.site-header-wrapper #site-menu li a, .site-header-sticky-inner #site-menu li a {
    font-weight: normal;
}

.site-header-wrapper #site-menu li .sub-menu li.menu-item-has-children a {
    font-weight: bold;
}

.site-header-wrapper #site-menu li .sub-menu li a:hover {
    border-bottom-color: #dd3333;
}

.site-header-wrapper #site-menu li .sub-menu li.menu-item-has-children .sub-menu li a {
    font-weight: normal;
}

.main-navigation .megamenu-1-col > ul, .main-navigation .megamenu-2-col > ul, .main-navigation .megamenu-3-col > ul, .main-navigation .megamenu-4-col > ul {
    margin: 0;
    padding: 20px 0 0;
    position: absolute;
}

.main-navigation ul ul {
    padding: 15px 0;
}

/* Category Names */
.categories_grid .category_name, .category_list .category_name {
    font-weight: normal;
    padding: 0 20px;
}

/* VC Separators */
.vc_separator h4 {
    font-size: 1.6875rem;
    line-height: 1.25926em;
    margin-bottom: 0.5rem;
}

/* VC Buttons */
.vc_btn3.vc_btn3-size-md {
    font-size: 14px;
    padding: 14px 20px;
    font-weight: normal;
    text-transform: none;
}

/* VARIABLE PRODUCT PAGE */

/* Title */
.product_summary_top h1 {
    font-size: 2.6rem;
    line-height: 2.6rem;
}

/* Selector font weight: */
.variations_lines select {
    font-weight: normal;
}

/* Add to cart button weight */

.woocommerce-page div.product form.cart .single_add_to_cart_button {
    font-weight: normal;
}

/* SKU below img and bottom of THE STORY */
.product_meta .sku_wrapper {
    font-weight: bold;
}

/* THE STORY content font size */

/* h2 */
.momentum-product-description .wpb_wrapper h2 {
    font-weight: 500;
}

.momentum-product-description p {
    font-size: 0.85em !important;
    line-height: 1.75em !important;
}

/* Links - spacing of pdf links */
.momentum-product-description li {
    font-size: 1rem;
    line-height: 1.8;
}

/* FOOTER - JOIN button and PDI link font weight */
.footer-join a, .copyright_text > a {
    font-weight: bold;
}

/*************** end / Mr. Tailor v2.0 upgrade fixes ***************/

.instructions-specifications {
margin-bottom: 36px;
}

.instructions-specifications .row {
border-bottom: 1px solid rgba(34, 34, 34, 0.13);
}

.instructions-specifications .wpb_content_element, .instructions-specifications .wpb_content_element p {
margin-bottom: 0 !important;
}

.instructions-specifications .vc_col-sm-4:last-child {
    float: left;
}

@media only screen and (min-width: 42em) {
.instructions-specifications .vc_col-sm-4 {
    float: left;
    position: relative;
    width: 33.3333%;
}

}
/*============= CUSTOM 404 customization =============*/
.error {
    background-color: transparent;
}


/*============= TOP BAR customization =============*/

/* Currency & Country */
.widget_wc_aelia_currencyswitcher_widget, .currency_switcher.widget_wc_aelia_billing_country_selector_widget {
    display: inline-block;
}

.widget_wc_aelia_currencyswitcher_widget form, .widget_wc_aelia_currencyswitcher_widget select, .currency_switcher.widget_wc_aelia_billing_country_selector_widget form, .currency_switcher.widget_wc_aelia_billing_country_selector_widget select {
margin-bottom: 0;
}

.widget_wc_aelia_currencyswitcher_widget form.currency_switch_form select, .widget_wc_aelia_billing_country_selector_widget form.billing_country_selector_form select {
    -webkit-appearance: none!important;
    -moz-appearance: none!important;
    appearance: none;
    background: none;
    border: none;
    color: #fff;
    cursor: pointer;
    font-size: 11px;
    text-transform: uppercase;
    height: 2.7rem;
}

.widget_wc_aelia_currencyswitcher_widget form.currency_switch_form #aelia_cs_currencies option, .widget_wc_aelia_billing_country_selector_widget form.billing_country_selector_form option {
    padding: 6px;
    color: #000;
    background-color: #fff;
}

/* For Mobile Off-Canvas */
.language-and-currency-offcanvas {
    border-bottom: 1px solid #3d3d3d;
    padding: 21px 20px;
    color: #fff;
}

#mobiles-menu-offcanvas .widget_wc_aelia_currencyswitcher_widget form.currency_switch_form select, #mobiles-menu-offcanvas .widget_wc_aelia_billing_country_selector_widget form.billing_country_selector_form select {
    font-size: .8125em;
}

.mobile-navigation a {
    font-weight: normal;
}

/* WPML Language selector */
.select2-container.topbar-language-switcher .select2-choice > .select2-chosen, .select2-container.wcml_currency_switcher .select2-choice > .select2-chosen {
    font-weight: normal!important;
    font-size: 11px!important;
}

#site-top-bar .main-navigation a {
    font-size: 11px!important;
    font-weight: normal!important;
    text-transform: uppercase!important;
}

#site-top-bar .site-social-icons a {
    font-size: 16px!important;
    font-weight: normal!important;
    text-transform: uppercase!important;
}

.site-social-icons ul li, .site-social-icons ul li:last-child {
    padding-top: 7px;
}

/*============= end/ TOP BAR customization =============*/

/*============= GENERAL customization =============*/
h1 {
    font-size: 2.6rem;
    line-height: 2.6rem;
    font-weight: 600;
}

.wpb_wrapper h2 {
    font-size: 2rem;
    line-height: 2.2rem;
    color: #7d7d7d!important;
    font-weight: 600;
    margin-top: 50px;
}

.wpb_wrapper a {
font-weight: normal;
}

.site-content ul, .site-content ol {
    margin: 0 1em 1.25em;
}

/* Sidebar Customization */

.sidebar-frame {
    border: 1px solid #f2f2f2;
    padding: 36px;
}

aside.widget { margin-bottom: 0px; }

.sidebar-info li {
    display: block;
    margin-bottom:54px;
}
.sidebar-info li span {
    display: inline-block;
    vertical-align: middle;
    font-size: initial;
}

.sidebar-info li:before{
    content: " ";
    width: 64px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 32px;
}

.sidebar-info li.telephone {
}

.sidebar-info li.telephone:before {
    background: url("/wp-content/uploads/contact-icons-sprite-64px.png") no-repeat;
    height:56px;
}

.sidebar-info li.hours:before {
    background: url("/wp-content/uploads/contact-icons-sprite-64px.png") no-repeat 0 -56px;
    height:64px;
}

.sidebar-info li.email:before {
    background: url("/wp-content/uploads/contact-icons-sprite-64px.png") no-repeat 0 -120px;
    height:40px;
    margin-bottom: 0px;
}
.sidebar-info li.email { margin-bottom: 0; }

.sidebar-info li.email a {
    display: block;
}

/* Custom pdf bullets - style is applied in VC element via "Extra class name" */

.wpb_content_element.bullet-pdf a::before {
    color: #dd3333;
    content: "";
    font-family: fontawesome;
    font-size: 1em;
    padding: 0 4px 0 2px;
}

.wpb_content_element.bullet-pdf a:hover::before {
    color: #7d7d7d;
}

/* SERVICE PAGE - sidebar bullets customization */

.wpb_content_element.sidebar-frame.bullet-pdf ul {
    list-style-type: none;
    margin: 1.2em 0 2em 0;
}

.wpb_content_element.sidebar-frame.bullet-pdf a::before {
    font-size: 2em;
    vertical-align: middle;
    padding: 0 12px 0 0;
}

/* end / SERVICE PAGE - sidebar bullets customization */

/* SHIPPING PAGE - Country bullets customization */
.site-content .bullets-country {
    list-style-type: none;
    margin-left: 0;
}

.bullets-country li.bullet-canada-usa, .bullets-country li.bullet-eu, .bullets-country li.bullet-uk {
    padding-left: 46px;
}
.bullets-country li.bullet-canada-usa {
    background: url("/wp-content/uploads/bullet-shipping-ca-us.png") no-repeat scroll left;
}
.bullets-country li.bullet-eu {
    background: url("/wp-content/uploads/bullet-shipping-eu.png") no-repeat scroll 10px;
}
.bullets-country li.bullet-uk {
    background: url("/wp-content/plugins/sitepress-multilingual-cms/res/flags/gb.png") no-repeat scroll 10px;
}

.page-id-2702 .fa-usd::before {
    content: url("http://m0mentum.com/wp-content/uploads/bullet-shipping-ca-us.png");
}

.page-id-2702 .fa-eur::before {
    content: url("http://m0mentum.com/wp-content/uploads/bullet-shipping-eu.png");
}

.page-id-2702 .fa-gbp::before {
    content: url("http://m0mentum.com/wp-content/plugins/sitepress-multilingual-cms/res/flags/gb.png");
}


/* end / SHIPPING PAGE - Country bullets customization */

/*============= end/ GENERAL customization =============*/

/*============= PRODUCTS PAGE customization =============*/

/* meta added below image via content-single-product.php */
.large-push-0 .product_meta {
	margin-bottom: 0;
	display: inherit; /* displays on Mobile */
}

.large-push-0 .product_meta .sku_wrapper {
	font-size: 14px;
}
.large-push-0 .product_meta .sku_wrapper .sku {
	font-size: 14px;
}
/* hide CATEGORIES */
.large-push-0 .posted_in { display: none; }


/* Band Products - Add on Strap Tool */
.product-addon-strap-tool .addon-description img { 
    float: left;
    padding: 6px 12px 24px 0;
}

/*=== TEMP FIX FOR ISSUE IN FIREFOX - You may also like... Related Products... displayed off right side of screen ===*/
.owl-carousel .owl-wrapper-outer {
    clear: both;
}

/*=== end / TEMP FIX FOR ISSUE IN FIREFOX ===*/

.post-type-archive-product .content-area {
    padding-top: 0;
}

/* Variation Selector Dropdown Arrow customization */
.product_infos .variations_form .variations .variations_lines .value select {
    -webkit-appearance: none;
    -moz-appearance:none;
    -appearance:none;
    background: url(http://www.momentumwatch.com/wp-content/uploads/select_down.png) no-repeat 98% center #f1f1f1;
    padding-right: 26px;
}

/* Product Description customization */
.momentum-product-description {
    text-align: left;
    font-style:normal
}

.product_infos .price {
    color: #888888!important;
}

/* 160110 v2.0 updated weight */
.product_infos .price span.amount {
    font-weight: 500;
}

.product_infos .price span.price-suffix {
    font-size: 0.5em;
    padding-left: 4px;
}

.product_infos .variations label {
    font-weight: normal;
}

.variations_lines select {
    font-size: 1.25rem;
    height: 3.1rem;
    margin-bottom: 0;
}

.product_infos .variations .reset_variations {
    margin-top: 24px;
}

.product-addon h3.addon-name {
    color: #888888;
    font-weight: 600;
    font-size: 1.2em;
}
.product-addon .addon-description p {
    font-style: normal;
    color: #888888;
    font-size: .9em;
    line-height: 1.5em;
}

.product-addon .form-row label {
    color: #888888;
}
.product-addon .form-row label .addon-checkbox {
margin-right: 1em;
}

div.product-addon {
    margin: 1em 0 0;
}

.product_infos .single_variation_wrap {
    padding-top: 0px;
}

.product_infos .single_variation {
    margin: 0 0 18px;
}

.product_infos button.single_add_to_cart_button {
    font-weight: normal;
}

/* ADD TO WISHLIST */
.product_infos .yith-wcwl-add-to-wishlist {
    margin: 18px 0;
}

.product_infos .yith-wcwl-add-to-wishlist .add_to_wishlist {
    font-weight: normal;
    font-size: 0.8125rem;
}

.product_infos .yith-wcwl-add-button, .product_infos .yith-wcwl-wishlistaddedbrowse, .product_infos .yith-wcwl-wishlistexistsbrowse {
    padding-left: 32px;
}
/* SHARE THIS PRODUCT */
.product_infos .product-share-container a.trigger-share-list {
    font-weight: normal;
}

.product_infos .product-share-container a.trigger-share-list i.fa {
    margin-right:22px;
}

/* DESCRIPTION customization */

.woocommerce-tabs ul.tabs {
}

.woocommerce-tabs ul.tabs li a {
    text-transform: uppercase;
    font-size: 1.2em!important;
}

.woocommerce-tabs ul.tabs li.active {
    border-bottom-color: #dd3333!important;
}

/* 160110 v2.0 update - replaced
.woocommerce-tabs ul.tabs li.active a {
    font-weight: bold!important;
}
*/

.woocommerce-tabs #tab-description.panel, .woocommerce-tabs #tab-reviews.panel {
padding-top:18px!important;
}

.momentum-product-description p {
    font-size: .85em;
}

/* 160110 updated weight */
.momentum-product-description .wpb_wrapper h2 {
    color: #000!important;
    display: inherit!important;
    font-size: 22px;
    font-weight: 600;
    line-height: 1.25926em;
    margin-top: 0;
    margin-bottom: 0;
}

.momentum-product-description h3 {
    color: #afafaf!important;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
}

.momentum-product-description h4 {
    font-size: 15px;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 0;
}

.momentum-product-description h5 {
    font-size: 15px;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 1.5rem;
}


.momentum-product-description ul {
    list-style: outside none none;
    margin: 0;
}

/* 160110 v2.0 updated font weight and padding */
.momentum-product-description ul li a {
/*    padding-left: 8px;*/
    font-size: 12px;
    text-align: left;
    font-style: normal;
    font-weight: normal;
}
/* 160110 v2.0 updated - from li to a attribute and reorder */
.momentum-product-description ul li a:before {
    content: "\f0f6";
    padding: 0 8px 0 0;
    color: #dd3333;
    font-family: FontAwesome;
    font-size: 2.5em;
    vertical-align: middle;
}

/* To Show Custom Attributes */

/* Hide Watch / Band Combinations label - replaced by Color / Band Combinations and # */
.woocommerce div.product form.cart div.label, .woocommerce-page div.product form.cart div.label, .woocommerce #content div.product form.cart div.label, .woocommerce-page #content div.product form.cart div.label
 { display: none; }

.variations label span {
	font-size: 1.5em;
	color: #dd3333;
}

.post-type-archive-product .content-area .woocommerce-breadcrumb { display:none!important; }

/* adjust 2nd price displayed for variations */
.single_variation_wrap .single_variation .price .price-suffix {
	padding-right: 12px;
}


/*============= end / PRODUCTS PAGE customization =============*/

/*============= PRODUCTS LIST customization =============*/

h3.shortcode_title.main_font {
    font-weight: 600;
}

.product_wrapper .onsale { background-color: #dd3333!important; }

/* WISH LIST modification */

ul.products h3 a, .products ul h3 a {
    font-weight: 600;
}

@media only screen and (min-width : 381px) {
	.products .add_to_wishlist::before, .products .yith-wcwl-wishlistaddedbrowse a::before, .products .yith-wcwl-wishlistexistsbrowse a::before {
    bottom: -29px;
    position: absolute;
    left: 18px;
	}
}

.add_to_wishlist::before {
    content: "";
    line-height: 18px;
}

ul.products h3, .products ul h3, .product_after_shop_loop, .product_wrapper .color-options {
    padding-left: 45px;
}

.product_wrapper .color-options { font-size: .9em; }

.woocommerce .star-rating {
    margin-left: 45px!important;
}

.product_after_shop_loop .price {
    font-weight: normal!important;
}

.product_after_shop_loop .price span.price-suffix {
    font-size: .75em;
    padding-left: 4px;
}

.products a.button {
    font-weight:normal!important;
}

/* tune layout for iPhone 4S */
@media only screen and (max-width : 380px) {

	.catalog-page .category_header.with_featured_img .term-description p {
	    font-size: 2.9em;
	    margin-bottom: 0;
	}

	ul.products h3, .products ul h3, .product_after_shop_loop, .product_wrapper .color-options {
		padding-left: 0px;
	}

	.products .add_to_wishlist::before, .products .yith-wcwl-wishlistaddedbrowse a::before, .products .yith-wcwl-wishlistexistsbrowse a::before {
		bottom: -29px;
		position: absolute;
		right: 10px;
	}

	.woocommerce .star-rating {
		margin-left: 0px!important;
	}

	.products a.button::before {
		font: 11px/1 FontAwesome;
		top: 9px;
	}
	.products a.button {
			font-size: 0.7rem !important;
		}

}

/*============= end / PRODUCTS LIST customization =============*/


/*============= MAIN NAVIGATION customization =============*/
.main-navigation ul li a, .main-navigation ul ul ul li a {
    display: block;
    font-weight: normal;
}
/*
ul#menu-main-navigation-menu a {
    font-weight: normal;
}*/

/*============= end / MAIN NAVIGATION customization =============*/

/*============= CART BUTTON customization - borrowing icon from Visual Composer =============*/

.site-tools ul li.shopping-bag-button a {
    padding-top: 0;
    height: 26px;
    width: 28px;
    text-align: center;
}

.getbowtied-icon-shop::before {
    content: "\e0e0";
}

.getbowtied-icon-shop {
    font-family: typicons;
 }

/*============= end / TOP BAR customization =============*/


/*============= HOME PAGE display customization =============*/
.site-content .products li:not(.category_list) {
    padding-bottom: 0;
}

.woocommerce .related, .woocommerce-page .related, .woocommerce .upsells.products, .woocommerce-page .upsells.products {
    margin: 0 0 0px;
}

.owl-pagination {
    padding-bottom: 21.7391px;
}

/*============= end / HOME PAGE display customization =============*/

/*============= CATEGORY PAGE display customization =============*/

.category_header.with_featured_img  {
    background-position: center 0!important;
}

.category_header.with_featured_img .term-description {
    padding: 0;
}

.category_header.with_featured_img .term-description p {
    font-size: 3.5em;
    margin-bottom: 0;
}

/*============= end / CATEGORY PAGE display customization =============*/

/*============= STORE LOCATOR customization  =============*/
.wpsl-search {
    background-color: transparent!important;
}

.wpsl-input label, #wpsl-radius label {
    width: auto!important;
}

#wpsl-search-wrap input, #wpsl-search-btn {
    border: 1px solid #d2d2d2;
    border-radius: 0!important;
}

#wpsl-search-btn {
    background-color: #e9e9e9!important;
    background-image: none!important;
    background-repeat: none;
    box-shadow: none!important;
/*    color: #7c7c7c;
    font-weight: normal;
    line-height: 1.42857;
    padding: 7px 10px;
    text-transform: none !important;
*/
}
#wpsl-search-btn:hover {
    background-color: #dd3333!important;
}

.wpsl-dropdown {
    border-radius: 0!important;
}

/*============= end / STORE LOCATOR customization  =============*/


/*============= REVOLUTION SLIDER CUSTOMIZATION =============*/

/* RevSlider Title */
.tp-caption.momentum-title, .momentum-title {
/*
    border-width: 0;
    font-size: 65px;
    left: 656.11px;
    top: 100.75px;
    letter-spacing: 0;
    line-height: 68px;
    margin: 0;
    min-height: 0;
    min-width: 0;
    opacity: 1;
    padding: 0;
    transform: translate3d(0px, 0px, 0px);
    visibility: visible;
    white-space: nowrap;
    z-index: 5;
*/
}

/* RevSlider Text Box */
.tp-caption.momentum-text-box, .momentum-text-box {
/*
    border-width: 0;
    font-size: 22px;
    left: 681.98px;
    letter-spacing: 0;
    line-height: 32px;
    margin: 0;
    max-height: 97.02px;
    max-width: 521.29px;
    min-height: 0;
    min-width: 0;
    opacity: 1;
    padding: 0;
    top: 182.23px;
    transform: translate3d(0px, 0px, 0px);
    visibility: visible;
    white-space: normal;
    z-index: 6;
*/
}

/* RevSlider Text Box */

/* SHOP NOW button */
.tp-caption.momentum-button a, .momentum-button a {
	border: 2px solid #fff;
	color: #fff;
	display: inline-block;
/*	font-family: "Montserrat Bold",sans-serif;*/
	font-size: 12px;
/*	font-weight: normal;*/
	height: auto;
	letter-spacing: .75px!important;
	line-height: 36px;
	margin: 20px 0 0;
	min-width: 180px;
	padding: 0 20px;
	text-align: center;
	text-transform: uppercase;
	transition: all 0.25s ease-in-out 0s;
	white-space: nowrap;
	width: auto;
}

.tp-caption.shopnow-button a:hover, .tp-caption.momentum-button a:hover {
	color: #000!important;
	background-color: #fff;
}

@media only screen and (max-width : 768px) {
	.tp-caption.momentum-title, .momentum-title {
	
	}
	.tp-caption.momentum-text-box, .momentum-text-box {
	display: none;
	}
	.tp-caption.momentum-button a {
	margin: 0 auto!important;
	}

}


/* slider navigation THUMBNAILS */
.tp-bullets.tp-thumbs {
    background-color: transparent;
}
.tp-bullets.tp-thumbs .tp-mask {
    border: 1px solid #fff;
    background-color: #fff;
}

/* slider navigation BULLETS */
.tp-bullets.simplebullets.round .bullet {
    background: none repeat scroll 0 0 #222;
    cursor: pointer;
    float: left;
    position: relative;
    height: 8px;
    width: 8px;
    border-radius: 20px;
    opacity: 0.8;
    margin: 0 3px;
}
.tp-bullets.simplebullets.round .bullet:hover, .tp-bullets.simplebullets.round .bullet.selected { background-color: #fff; }

/*============= end / REVOLUTION SLIDER CUSTOMIZATION =============*/

/*============= NEWSLETTER PAGE - MailChimp form customization =============*/
#mc_embed_signup .asterisk { color: #dd3333; }

.indicates-required { margin-bottom: 12px; font-style: italic; }
/*============= end / NEWSLETTER PAGE - MailChimp form customization =============*/

/*============= PRE-FOOTER JOIN customization =============*/
#site-pre-footer { background-color: #e9e9e9; }
.footer-join {
	text-align: center;
	padding: 1em 0;
}

.footer-join p { margin-bottom: 0; }

.footer-join a {
	border: 2px solid #dd3333;
	color: #dd3333;
	display: inline-block;
	font-size: 10px;
	height: auto;
	letter-spacing: .75px!important;
	margin-left: 20px;
	width: 120px;
	padding: 0 20px;
	text-align: center;
	text-transform: uppercase;
	transition: all 0.25s ease-in-out 0s;
	white-space: nowrap;
	width: auto;
}

.footer-join a:hover {
	color: #fff;
	background-color: #000;
	border-color: #000;
}

/*============= end / PRE-FOOTER customization =============*/

/*============= FOOTER customization =============*/

.site-footer-widget-area {
    padding-top: 0px;
}

#site-footer .widget-title {
    font-weight: normal;
    text-transform: uppercase;
}

#site-footer a {
    color: #c9c9c9!important;
}

#site-footer a:hover {
    color: #fff!important;
}

.site-footer-widget-area .textwidget > div {
    padding: 0 !important;
}

.site-footer-widget-area .widget h3.widget-title {
    margin: 0 0 15px;
    color: #fff!important;
}


/*============= end/ FOOTER customization =============*/


/****************************************************************/
/****************************************************************/
/****************************************************************/