/*
Theme Name: Total Child
Theme URI: http://totalwptheme.com
Description: Total WordPress theme example child theme.
Author: AJ Clarke
Author URI: http://totalwptheme.com
Template: Total
Version: 1.1
*/

/* Parent stylesheet should be loaded from functions.php not using @import */


#site-header.overlay-header.dark-style.dyn-styles #site-navigation .dropdown-menu>li>a {
    opacity: 1;
    text-shadow: 2px 2px 2px black;
    color: white!important;
    font-size: 15px;
}


/* Modifications pour Devenir membre */

.woocommerce div.product .woocommerce-tabs,
.related.products{
	display:none!important;
}

.product-details, .sku_wrapper, .posted_in {
	display: none!important;
}

.woocommerce div.product div.images.woocommerce-product-gallery {
	display: none!important;
}

.woocommerce div.product div.summary {
    float: left!important;
    width: 100%!important;
    margin-bottom: 50px!important;
}

.woocommerce div.product form.cart .variations label {
  	text-transform: none!important;
		font-size: 18px!important;
}

.woocommerce-cart table.cart img {
    display:none!important;
}

.bloc-rep hr{
    border-top:4px #666 dotted;
}

.wpb_wrapper p {
    font-size: 15px;
}

.staff-entry img {
    max-height: 230px;
    width: auto;
    min-height: 230px;
    min-width: auto;
}

.staff-entry-excerpt img{
    width:45px!Important;
	height:45px!important;
	min-width:45px!important;
	min-height:45px!important;
	max-width:45px!important;
	max-height:45px!important;
}

.cff-wrapper span.cff-text {
    font-size: 25px!important;
	font-weight:600!Important;
}

body.lang-en .memberprices span.woocommerce-Price-amount.amount:before,
body.lang-en .woocommerce-cart-form .woocommerce-Price-amount.amount:before,
body.lang-en .cart-collaterals .woocommerce-Price-amount.amount:before,
body.lang-en .woocommerce-checkout-review-order-table .woocommerce-Price-amount.amount:before {
    content: "$";
}
body.lang-en .memberprices .woocommerce-Price-currencySymbol,
body.lang-en .woocommerce-cart-form .woocommerce-Price-currencySymbol,
body.lang-en .cart-collaterals .woocommerce-Price-currencySymbol,
body.lang-en .woocommerce-checkout-review-order-table .woocommerce-Price-currencySymbol{
    display:none;
}

body.lang-fr #copyright-en{
    display:none;
}

body.lang-en #copyright-fr{
    display:none;
}

.post-edit {
    display:none!important;
}

/*----------- JFB-----------*/
.staff-entry-readmore-wrap{display:none!important}
h4.staff-entry-title, .staff-entry-position{text-align:center;}
.shadowing{text-shadow: 1px 0px 10px rgba(0, 0, 0, 0.8);}
.modern_gold_button{background-color:#0204fb !important}
/* ---------FIN JFB --------*/

@media only screen and (max-width: 1199px) {
#site-navigation .dropdown-menu a {
    font-size: 14px!important;
    letter-spacing: 0px!important;
}
.navbar-style-one .dropdown-menu>li>a {
    padding: 0 2px!important;
}
}

@media only screen and (max-width: 1040px) {
#site-navigation .dropdown-menu a {
    font-size: 13px!important;
    letter-spacing: 0px!important;
}
.navbar-style-one .dropdown-menu>li>a {
    padding: 0 3px!important;
}
}
