/*
Theme Name: CastleE
Author: MAP SA
Author URI: https://www.map.ch
Description: Theme by MAP COMMUNICATION
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/

@import url('https://fonts.googleapis.com/css?family=Montserrat:200,300,400,400i,500,600,700');


body, html, ul, p, img  {
    padding:0px;
    margin:0px;
    outline: none;
    border: none;
    max-width:100%;
}
p {
    margin-bottom: 10px;
}
ul {
    list-style: none;
}
img {
    height: auto;
    max-width: 100%;

}
input, textarea{
    padding: 10px;
    border: 1px solid;
    width: 100%;
}
body, html {
    font-family: 'Montserrat', sans-serif;
    font-weight: 300;
    font-style: normal;
	color: #666666;
	background: white;
	font-size: 16px;
    line-height: 19px;
    width:100%;
    height:100%;
}
body a {
    text-decoration: none;
    color: inherit;
}
a:hover {
    color: #a8242f;
}
body, #wrapper {
    min-height: 100%;
    background: #f1f1f1;
}
strong {

}
h1 {
    font-family: 'Montserrat', sans-serif;
    font-weight: 200;
    font-size: 45px;
    margin: 15px 0 0;
    letter-spacing: 0.5px;
    line-height: 60px;
    color: #666666;
    text-transform: uppercase;
}
h1 strong {
	font-family: 'Amiri', serif;
}
h2 {
    font-weight: normal;
    margin: 0px;
    font-family: 'Montserrat', sans-serif;
    font-size: 25px;
}
h3 {
    font-weight: 200;
    color: #666666;
    line-height: 65px;
    font-size: 45px;
}
h4 {
	font-size: 18px;
    line-height: 24px;
    font-weight: 400;
}
h5 {
    font-size: 16px;
    text-transform: uppercase;
    margin: 0 0 20px;
	font-weight: normal;
}
 #wrapper {
    width: 100%;
    max-width: none;
    position: relative;
}
.noMargeTop {
    margin-top:0px !important;
    padding-top:0px !important;
}
.float-right {
    float: right;
}
.float-left {
    float: left;
}
.fixFloat {
    clear:both;
}
.size-row {
    max-width:1100px;
    margin:0 auto;
    position:relative;
}
.size-row:after {
    content: "";
    display: block;
    clear: both;
}



/**************************************************************************
**************************************************************************
*********     HEADER PART
***************************************************************************
***************************************************************************/
header.header-wrapper {
    position: fixed;
}
.scrolled header.header-wrapper {
    background: #ffffff;

}

.header-wrapper {
    width:100%;
    z-index:555;
    padding: 20px 0px 0px;
}
.header-wrapper.header-shadow:after {
    content: "";
    z-index: 99996;
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    pointer-events: none;
    /*
    -webkit-box-shadow: 0px 5px 10px -2px rgba(0, 0, 0, 0.34);
    -moz-box-shadow: 0px 5px 10px -2px rgba(0, 0, 0, 0.34);
    box-shadow: 0px 5px 10px -2px rgba(0, 0, 0, 0.34);
    */
}
/*
#wp-custom-header {
     height: 1200px;
     height: 100vh;
     max-height: 100%;
     overflow: hidden;
     text-align:center;
}*/
.bgheader, #wp-custom-header  {
/*    height: 1200px;
     height: 100vh;
     */
     max-height: 970px;
     overflow: hidden;
     text-align:center;
}


.bgheader #switchimg {
   height: 1200px;
   height: 100vh;
   max-width: none;
   width: auto;
   min-width: 100%;
}
.bgheader #switchimg img {
    max-width: none;
    min-height: 100vh;
    height: 100vh;
}
.bgheader #switchimg img.larger {
    height: auto;
    width: 100%;
}

#wp-custom-header img {
    height: 100vh;
    max-width: none;
}

.site-branding {
    margin-bottom: 0px;
    position: absolute;
    margin-top: -315px;
    z-index: 50;
    width: 100%;
    text-align: center;
}
.site-branding  h1 {
    font-size: 65px;
    font-weight: 200;
    margin: 30px 0 0;
    line-height: 75px;
}
.site-branding:after {
	content: "";
    width: 51px;
    height: 76px;
    background: url(../../../wp-content/uploads/2017/11/CHE-down.png) no-repeat center 30px;
	display: inline-block;
}

.site-branding:before {
	content: "";
    width: 114px;
    height: 4px;
    background:url("../../../wp-content/uploads/2017/11/CHE-before.png") no-repeat center;
    display: inline-block;
}
.logo {
    position: relative;
    background: url(../../../wp-content/uploads/2017/11/CHE-logo-blanc.png) center 0 no-repeat;
    width: 203px;
    height: 71px;
    margin: 0 auto 20px;
}
.logo a {
    display:block;
}
.logo a img {
    display:none;
}
.scrolled .logo a img {
    display:block;
	background-image: none;
}

.header-wrapper {
    color: #ffffff;
}
.scrolled .header-wrapper {
    color: #666666;
}

.header-wrapper aside {
    position: absolute;
    top: 0px;
    right: 0;
    text-align: right;
}
#custom_html-2 {
	margin-bottom: 15px;
}
.qtranxs_widget ul li a {
	font-size: 16px;
    color: white;
    font-weight: 500;
}
.scrolled .qtranxs_widget ul li a {
	font-size: 16px;
    color: #666666;
    font-weight: 500;
}
.scrolled .qtranxs_widget ul li a:hover,
.scrolled .qtranxs_widget ul li.active  a{
    color: #a8242f;
}


.socialMedia li {
    display: inline-block;
    font-size: 18px;
    margin-right: 5px;
}
.fb.account {
    float:right;
    color: #382f2d;
    font-size:16px;
}
.fb.account i {
    padding-right: 5px;
}
.fb.account span {
    display: inline-block;
    margin-left: 10px;
}
nav.navFarbe {
    height: 50px;
    line-height: 50px;
    text-align: center;
	font-size: 18px;
	font-weight: 500;
    color:#ffffff;
}
.scrolled nav.navFarbe{
    color:#666666;
}
nav a {
    text-decoration: none;
}

nav ul {
    list-style: none;
    margin: 0;
}
nav ul li {
    display: inline-block;
    position: static;
    margin: 0px 5px;
    text-transform: uppercase;
}
li.disabled a {
    pointer-events: none;
}
li.disabled ul a {
    pointer-events: auto;
}
nav ul#menu-header-menu > li:first-child:before {
    content: "\f015";
    margin: 0px 8px 0 0;
	font-family: FontAwesome;
}
nav ul#menu-header-menu > li:first-child:hover:before,
.home.scrolled li.current-menu-item:before {
	color:#a8242f;
}
.home .current-menu-item a {
	color:#fff;
}
nav ul#menu-menu > li:last-child {
    margin: 0 0 0 30px;
}
.lang-de nav ul li {
    font-size: 16px;
    margin: 0px 20px;
}

.lang-de  nav ul li ul li {
    line-height : 30px;
}

nav ul li ul {
    display: none;
}
nav ul li:hover > ul {
    display: block;
    z-index: 1000;
 /*   background: #f1f1f1;*/
	background: rgba(255, 255, 255, 0.75);
    width: 225px ;
    position: absolute;
    text-align: left;
    font-size: 18px;
	-webkit-box-shadow: 0 5px 7px rgba(0, 0, 0, 0.35);
    -moz-box-shadow: 0 5px 7px rgba(0, 0, 0, 0.35);
    -ms-box-shadow: 0 5px 7px rgba(0, 0, 0, 0.35);
    -o-box-shadow: 0 5px 7px rgba(0, 0, 0, 0.35);
    box-shadow: 0 5px 7px rgba(0, 0, 0, 0.35);
}
nav ul li ul li {
   color:#333333;
   position: relative;
   margin:0px;
   padding: 0px 10px;
   display: block;

}
nav ul li ul li.menu-item-has-children::after {
    content: ">";
    position: absolute;
    right: 5px;
}
nav ul li ul li ul {
    display: none;
}
nav ul li ul li:hover ul {
    display: block;
    position: absolute;
    left: 200px;
    margin: 0px;
    padding: 0px;
    background: rgba(255, 255, 255, 0.88);
    width: 300px;
    text-align: left;
    top: 0px;
}
nav ul li ul li:hover ul li {
    font-size: 14px;
}
.current-menu-item > a, .current-menu-item > a:hover,
.home.scrolled .current-menu-item a,
.home.scrolled .current-menu-item a:hover,
.current-menu-parent > a {
	color:#a8242f;
}

.theme-default .nivo-controlNav {
    position: absolute;
    bottom: 0px;
}

/* front-page */

#main {
    background: white;
    padding-top: 160px;
}
.events-wrapper p {
    text-align: center;
}
.datarticle {
	text-transform: uppercase;
	margin: 20px 0 30px;
}
.wpb_column.vc_column_container.vc_col-sm-3.events-wrapper {
    width: 33%;
    float: left;
    padding: 20px;
}

.twentyseventeen-front-page #main {
    padding: 30px 0px;
}

iframe {
    width:100%;
}
.site-branding-text h1 {
    text-transform: uppercase;
	color:#ffffff;
}

.vc_row.wpb_row.vc_row-fluid {
    background-position: center !important;
}

#wallpaper {
	background-position:0 5px !important;
}

figure a:hover{
	background-color: #a8242f;
}
figure a img:hover{
	opacity: 0.5;
}


/**
 * WooCommerce
 *
 **/

.woocommerce ul.products li.product a, .wcps-container  div.wcps-items div.wcps-items-thumb a  {
    text-align: center;
    display: block;
}
.woocommerce ul.products li.product a img, .wcps-container  div.wcps-items div.wcps-items-thumb img {
    width: auto !important;
    display: inline-block !important;
}
.woocommerce-account .content {
	margin: 70px 0;
}
.woocommerce-MyAccount-navigation li {
	margin: 10px 50px 10px 0
}
.woocommerce-MyAccount-content {
	line-height: 22px;
}
.woocommerce-MyAccount-content a {
	text-decoration: underline;
}
.woocommerce-MyAccount-content h3 {
	line-height: 30px;
    font-size: 26px;
	width: 100%;
}
input#account_email {
    font-size: 15px;
}
fieldset{
	margin: 30px 0;
    padding: 30px;
	border-color:#f1f1f1;
}
fieldset legend{
    text-transform: uppercase;
    padding: 0 20px;
    font-weight: 200;
}
.woocommerce #respond input#submit, .woocommerce a.button, .woocommerce button.button, .woocommerce input.button {
font-size: 14px;
    font-weight: 300 !important;
    color: #fff !important;
    background-color: #666 !important;
    margin: 0 auto 10px;
    line-height: 1;
    cursor: pointer;
    position: relative;
    text-decoration: none;
    overflow: visible;
    padding: 11px;
    width: 50%;
}
.woocommerce a.button:hover, .woocommerce button.button:hover, .woocommerce input.button:hover {
	background-color:#a8242f !important;
}
.woocommerce form .form-row .required, .woocommerce .is-active {
    color: #a8242f !important;
}
.woocommerce .woocommerce-breadcrumb {
	display: none;
}
.leftwoo {
	width:75%;
	float:left;
    margin-top: 50px;
}
.iswoo {
	width:20%;
	float:right;
    margin-top: 65px;
}
.iswoo img.attachment-shop_thumbnail.size-shop_thumbnail.wp-post-image {
    display: none;
}
.iswoo a.remove.remove_from_cart_button {
	color:#a8242f !important;
}
.woocommerce a.remove:hover {
    color: #fff!important;
    background: #a8242f !important;
}
span.quantity {
    color: black;
	font-size: 0.8em;
}
.woocommerce a.remove {
    font-size: 1.5em !important;
	font-weight: 400;
	color: #a8242f !important;
}
.woocommerce-product-gallery.woocommerce-product-gallery--with-images.woocommerce-product-gallery--columns-4.images {
	margin-bottom: 0;
}
.woocommerce ul.products li.product, .woocommerce-page ul.products li.product {
    width: 29%;
}
.woocommerce div.product p.price, .woocommerce div.product span.price {
    color: #000;
    font-size: 1.5em;
    margin: 20px 0 40px;
}
.woocommerce #content div.product div.summary, .woocommerce div.product div.summary,
.woocommerce-page #content div.product div.summary, .woocommerce-page div.product div.summary {
	margin-top: 20px;
}
.woocommerce-product-details__short-description {
	margin: 0 0 60px;
}
span.woocommerce-Price-currencySymbol {
    margin-right: 8px;
}
.woocommerce ul.products li.product .woocommerce-loop-category__title,
.woocommerce ul.products li.product .woocommerce-loop-product__title, .woocommerce ul.products li.product h3 {
    font-weight: 300;
    text-transform: uppercase;
}
.woocommerce ul.products li.product .price {
    color: #000;
}
h2.widgettitle  {
    font-weight: 200;
    color: #666666;
    line-height: 65px;
    font-size: 45px;
}
.woocommerce ul.cart_list li a, .woocommerce ul.product_list_widget li a {
    font-weight: 400;
    text-transform: uppercase;
    font-size: 0.9em;
}
.woocommerce .widget_shopping_cart .cart_list li, .woocommerce.widget_shopping_cart .cart_list li {
    margin-bottom: 10px;
}
.woocommerce .widget_shopping_cart .total, .woocommerce.widget_shopping_cart .total {
    border-top: 1px solid #666 !important;
    padding: 10px 0 !important;
}
.woocommerce .widget_shopping_cart .buttons a, .woocommerce.widget_shopping_cart .buttons a {
    text-align: center;
}
.woocommerce .widget_shopping_cart .total strong, .woocommerce.widget_shopping_cart .total strong {
    font-weight: 300;
}
span.woocommerce-Price-amount.amount {
    color: black;
    font-weight: 400;
}
button.single_add_to_cart_button.button.alt {
    width: 60%;
    font-weight: bold !important;
}
div#order_review {
    padding-bottom: 30px;
}

article#post-76 {
    padding: 100px 20px;
}

article#post-76 h2 {
    margin: 20px 0;
}

/***  Home ***/
.home #main {
    background: white;
	padding-top:0 !important;
}
div.vc_sep_pos_align_center {
    margin-bottom: 50px;
    width: 15%;
}
div.vc_separator.separator .vc_sep_holder .vc_sep_line {
    border-top-width: 4px;
}
#nosvins {
	background: url("../../../wp-content/uploads/2017/11/CHE-armoirie-right.png") right 65px no-repeat,
				url("../../../wp-content/uploads/2017/11/CHE-armoirie-left.png") left 65px no-repeat !important;
}
#eventos {
	background: url("../../../wp-content/uploads/2017/11/CH-armoirie-eventos.png") center top no-repeat !important;
}
#contactenos {
	background: url("../../../wp-content/uploads/2017/11/CHE-armoirie-contact.png") center center no-repeat !important;
}
.contactright{
	float: right;
	width: 45%;
	min-height: 80px;
}
.contactleft{
	float: left;
	width: 55%;
	min-height: 80px;
}
.organisez a {
	text-decoration:underline;
	font-size: 20px;
}
.organisez p {
	text-align:center;
}
.caveau {
	font-weight:bold;
	text-transform: uppercase;
}
.mc4wp-form input {
	font-size: 15px;
	border: none;
    width: 90%;
}
.mc4wp-form input[type="submit"] {
	background-color:#666;
	color: #fff;
    width: 45%;
}
.mc4wp-form input[type="submit"]:hover {
    background-color: #a8242f;
}
.required {
	font-size: 14px;
    margin-bottom: 20px;
}
.wpcf7 .mc4wp-form input[type="submit"] {
    width: 30%;
}

.actutitle div{
	text-transform: uppercase;
	font-size:20px;
	line-height: 24px;
	min-height: 70px;
}
.actuplus .vc_general.vc_btn3{
    background-image: none !important;
    background-color: transparent !important;
    color: #666666;
    border: none !important;
	text-decoration: underline;
	font-size: 20px;
}
.actuplus .vc_general.vc_btn3:focus, .vc_general.vc_btn3:hover {
    border: none !important;
    text-decoration: underline !important;
    color: #a8242f !important;
}
.actuplus button, .actuplus button:hover {
    background: none !important;
}
.wpb_gmaps_widget .wpb_wrapper {
	padding: 0 !important;
}
.wcps-container  .wcps-items-title a {
    font-weight: 300;
    text-transform: uppercase;
}
/***news***/
.actualidades .events-wrapper {
    padding: 35px 25px !important;
    margin: 12px;
    background-color: #e3e3e3;
    min-height: 400px;
}

/**posts**/
.content.contentArticle {
    margin: 50px 0;
}
.vc_btn3-container.vc_btn3-left.olao {
    margin: 30px 0px;
}
.content.contentArticle h3{
    width: 75%;
}


.feineAdresse li {
    list-style-type: square;
    list-style-position: inside;
    margin-bottom: 5px;
}
/**************************************************************************
**************************************************************************
*********     FOOTER
***************************************************************************
***************************************************************************/
.footer-area {
    bottom: 0px;
    width: 100%;
    padding: 20px 0px 20px 0px;
    font-size: 15px;
    background: #f1f1f1;
    text-align: right;
    color: #999999;
	min-height: 130px;
}
.footer-area a:hover {
    color: #806e5d;
}
.footer-area .fa {
    font-weight: 600;
    margin-right: 2px;
}

.coupon input.button {
    width: auto;
}
.cart-collaterals h2 {
   margin: 20px 0px;
}




@media screen and (min-width: 768px) {
    header .logo {
        text-align: center;
    }
	.bgheader .nivoSlider img.nivo-main-image {
		width: auto !important;
		min-height: 100% !important;
	}
}

@media screen and (min-width: 769px) {
     .actualidades .wpb_column.vc_column_container.vc_col-sm-3.events-wrapper {
        width: calc(31% - 12px );
    }
}

@media screen and (min-width: 420px) and (max-width:768px) {

    .actualidades {
        padding:0px 10px;
    }
    .leftwoo, .iswoo {
        width: calc(100% - 40px);
        float: none;
        margin: 0 20px;
    }
    .iswoo{
        display: none;
    }

 

    .actualidades .wpb_column.vc_column_container.vc_col-sm-3.events-wrapper {
        width: calc(100% - 20px);
    }
	.responsive-menu-inner, .responsive-menu-inner::before, .responsive-menu-inner::after {
	    background-color: white !important;
	}
	.scrolled .responsive-menu-inner, .scrolled .responsive-menu-inner::before, .scrolled .responsive-menu-inner::after {
	    background-color: #666666 !important;
	}
}

@media screen and (min-width: 768px)
and (max-width: 1000px) {


}

@media screen and (max-width: 920px) and (orientation: landscape) {
    header {
        zoom: 0.7;
    }
    .header-wrapper {
        position: relative !important;
    }
    #wrapper {
        padding-top: 0px !important;
    }
    .site-branding  h1 {
        font-size: 30px;
        line-height: 35px;
    }
    #wp-custom-header img {
       width: 100%;
       height: auto;
       margin-top: -120px;
    }
    .header-wrapper {
       color: #666666;
    }
    header .logo img {
            display: block;
    }
    .qtranxs_widget ul li a {
            color: #666666;
    }
    .oursCats .wpb_single_image .vc_figure {
        max-width: 330px;

    }

	li.disabled a, li.disabled ul a {
		pointer-events:auto;
	}
	.woocommerce div.product div.images img {
		width: 60%;
		margin: 0 auto;
	}
}
@media screen and (max-width: 1400px) and (orientation: landscape) {
   #wp-custom-header img {
       height:auto;
       width: 100%;
   }
	.woocommerce div.product div.images img {
		width: 60%;
		margin: 0 auto;
	}
	h1.product_title.entry-title, h2.widgettitle {
		font-size: 30px;
		line-height: 45px;
	}
	.actualidades .events-wrapper {
    	min-height: 440px;
	}
}

@media screen and (max-width: 768px) {
    .header-wrapper {
        position: fixed;
        top: 0px;
    }
    h1 {
        font-size: 24px;
        line-height: 35px;
    }
	h3 {
		line-height: 40px;
		font-size: 25px;
	}

    p .names {
        display: block;
    }
    .header-wrapper .logo {
        text-align: left;
    }
    .header-wrapper aside {
        position: relative;
        text-align: center;
        right:0px;
    }

    .fb.account {
        position: absolute;
        left: 20px;
        bottom: -40px;
        color: #ffffff;
    }
    .header-wrapper {
        height: auto;
    }
    nav.navFarbe div {
        display: none;
    }
    nav.navFarbe {
        display: none;
        height: 40px;
        line-height: 36px;
    }
     .disableOnMobile {
        display: none;
    }

    .wpb_column.vc_column_container.vc_col-sm-3.events-wrapper {
        width: 33%;
        float: left;
        padding: 20px;
    }
	li.disabled a, li.disabled ul a {
		pointer-events:auto;
	}
	.woocommerce div.product div.images img {
		width: 40%;
		margin: 0 auto;
	}
}

@media screen and (max-width: 380px) {
    .site-branding {
        margin-top: -260px;
    }
    #wp-custom-header img {
        margin-left: -80%;
    }
}
@media screen and (max-width: 420px) {
    .header-wrapper {
        height: auto;
		color: #666 !important;
    }
	.vc_column_container>.vc_column-inner {
    	padding-left: 20px !important;
    	padding-right: 20px !important;
	}
	.qtranxs_widget ul li a {
		color: #666;
	}
    .site-branding  h1 {
           font-size: 27px;
           line-height: 35px;
    }
    header {
        zoom: 0.6;
    }
    .wpb_column.vc_column_container.vc_col-sm-3.events-wrapper {
        width: calc(100% - 20px);
        float: none;
        padding: 20px;
    }

	#custom_html-2, #qtranslate-2	{
		width: 50%;
		float: left;
		margin: 15px 0 0;
		padding: 10px 0px;
		height: 35px;
	}
	#custom_html-2 .socialMedia li,
	.scrolled .qtranxs_widget ul li a, .qtranxs_widget ul li a{
		display: inline-block;
		font-size: 28px;
		margin-right: 15px;
	}
	.scrolled .qtranxs_widget ul li a, .qtranxs_widget ul li a{
		font-size: 25px;
	}
	#qtranslate-2 {
		text-align:right;
	}
	.bgheader, #wp-custom-header {
		height: 100vh;
	}
	#wp-custom-header img {
		min-height: 100%;
		max-width: none;
		width: auto;
		margin-left: 0;
	}
	#wp-custom-header img {
		margin-left: 0;
		margin-top: 110px;
	}
	.logo a img {
		display: block;
	}
	.contactright, .contactleft {
		float:none;
		width: 100%;
		min-height:inherit;
	}
	.wpb_single_image.wpb_content_element.vc_align_center {
		margin-bottom: 10px;
	}
	.footer-area .textwidget {
		margin: 0 15px;
		font-size: 13px;
	}
	body {
	    font-size: 13px;
	    line-height: 19px;
	}
	.actutitle > div > p {
		font-size: 18px;
    	line-height: 22px;
	}
	h2 {
	    font-size: 22px;
	    line-height: 28px;
	}
	h4 {
		font-size: 14px;
		line-height: 20px;
	}
	h5 {
		margin: 30px 0 10px;
	}
	.contactleft p:last-child {
		font-size: 12px !important;
    	margin-bottom: 10px !important;
	}
	input, textarea {
		width: 90%;
	}
	header.woocommerce-products-header {
		zoom:1;
	}
	.leftwoo, .iswoo {
		width: calc(100% - 40px);
		float: none;
		margin: 0 20px;
	}
	.woocommerce ul.products li.product, .woocommerce-page ul.products li.product {
		width: 100%;
	}

    #wp-custom-header img {
        margin-left: 0%;
    }
	.actutitle div {
	    min-height: initial;
	}
	/*.unserepartner img {
		width: 60%;
		margin-bottom: 30px;
	}*/
	.woocommerce #respond input#submit, .woocommerce a.button, .woocommerce button.button, .woocommerce input.button {
		width: calc(80% - 22px) !important;
	}
	.woocommerce-account .content {
		margin: 0;
	}
	#nosvins {
    	background: none !important;
	}
	header.header-wrapper.header-shadow {
		background-color: white;
	}
}

@media all and (max-width: 575px) {
	.spacetop {
		padding-top: 20px;
	}
}

@media (max-width: 736px) and (orientation : landscape) {
	.woocommerce-account .content {
		margin: 0;
	}
	body {
	    font-size: 13px;
	    line-height: 19px;
	}
	.actutitle > div > p {
		font-size: 18px;
    	line-height: 22px;
	}
	h2 {
	    font-size: 22px;
	    line-height: 28px;
	}
	h4 {
		font-size: 14px;
		line-height: 20px;
	}
	h5 {
		margin: 30px 0 10px;
	}
	.socialMedia {
    	width: 50%;
    	float: left;
	}
	a.cart-contents {
		top: 0 !important;
		left: 50% !important;
	}
	#main {
    	padding-top: 40px;
	}
	.actutitle div {
	    min-height: initial;
	}
	.unserepartner img {
		width: 60%;
		margin-bottom: 30px;
	}
	.woocommerce #respond input#submit, .woocommerce a.button, .woocommerce button.button, .woocommerce input.button {
		width: calc(80% - 22px) !important;
	}
	.site-branding {
		margin-top: -305px;
	}
	header.header-wrapper.header-shadow {
		background-color: white;
	}
	.wpb_column.vc_column_container.vc_col-sm-3.events-wrapper {
		width: 100%;
	}
	.wpb_single_image.wpb_content_element.vc_align_center {
		margin-bottom: 10px;
	}
	#nosvins {
    	background: none !important;
	}
	.woocommerce div.product div.images img {
		width: 30%;
		margin: 0 auto;
	}
}
@media screen and (min-width: 1100px) {
    /* .woocommerce ul.products li.product, .woocommerce-page ul.products li.product {
        width:  28.5%;
     }*/
     .actualidades .wpb_column.vc_column_container.vc_col-sm-3.events-wrapper {
        width: 31%;
    }
}
@media screen and (max-width: 1100px) {
    header .logo {

    }
    header .logo img {
    }
    .header-wrapper aside  {

    }
    .size-row {
        width: calc(100% - 40px);
        padding: 0px 20px;
    }
	nav ul li {
	    margin: 0px 5px;
	}
	.caveau {
		font-weight: bold;
		text-transform: uppercase;
		margin-top: 20px;
	}
}
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : portrait) {
	.actualidades .events-wrapper {
		min-height:220px;
	}
}


.wcps-container .owl-dots .owl-dot:hover, .wcps-container .owl-dots .owl-dot.active {
      background: #a8242f;
}

.cart-contents:before {
    font-family:WooCommerce;
    content: "\e01d";
    font-size:28px;
    margin-top:10px;
    font-style:normal;
    font-weight:400;
    padding-right:5px;
    vertical-align: bottom;
}
.cart-contents:hover {
    text-decoration: none;
}
.cart-contents-count {
    color: #fff;
    background-color: #a8242f;
    font-weight: bold;
    border-radius: 10px;
    padding: 3px 6px;
    line-height: 1;
    font-family: Arial, Helvetica, sans-serif;
    vertical-align: top;
    margin-left: -18px;
    margin-top: -10px;
    display: inline-block;
    font-size: 11px;
}
a.cart-contents  {
    position: absolute;
    top: 3px;
    left: -50px;
}

.woocommerce-MyAccount-navigation li {
    display: block;
}
.woocommerce #respond input#submit, .woocommerce a.button, .woocommerce button.button, .woocommerce input.button {
    width: calc(100% - 22px);
}

#responsive-menu-container {
	opacity: 0.9;
	text-transform: uppercase;
}
#responsive-menu-wrapper{
	margin-top: 20px !important;
}

ul.language-chooser li.language-chooser-item-en {
    display: none;
}

.metaslider, #metaslider_container_207 {
    height: 100vh;
    overflow: hidden;
    position: relative;
    background:#ffffff;
}
.metaslider .slides img {
    height:100vh;
    width: auto;
}

input.woocommerce-form__input-checkbox {
    width: auto;
}

#ship-to-different-address span {
    font-size: 16px;
    font-weight: 400;
}

#customer_login label.woocommerce-form__label {
    display: block;
    width: 100%;
}

.related {display:none !important;}

.grecaptcha-badge {
}

@media only screen and (max-width: 768px) {
    .inverse-row {
          flex-direction: column-reverse;
          display: flex;
    }
    .oenotourisme .wpb_single_image {
        border:none !important;
    }
    .oenotourisme .vc_empty_space {
        display:none;
        overflow:hidden;
    }
    .oenotourisme .wpb_content_element {
        margin-bottom:15px !important;
    }
    .oenotourisme h3 {
        line-height: 15px !important;
    }
    .oenotourisme .vc_single_image-wrapper,
    .oenotourisme .wpb_wrapper,
    .oenotourisme .wpb_wrapper img  {
        display: block !important;
        margin-left: auto !important;
        margin-right: auto !important;
    }
}

/* style for language selector */
.wpml-ls-sidebars-header-widget {
	font-weight: 500;
	color: #ffffff !important;
}

/* style for language selector */
.scrolled + .wpml-ls-sidebars-header-widget {
	font-weight: 500 !important;
}

/* Correc woocommerce panier */
#payment .input-radio {
    display: inline-block;
    width: 50px;
}

#payment ul li label {
    float:left;
    width: 180px;
}

#payment ul li .about_paypal {
  line-height: 32px !important;
  margin-left: 12px;
}

@media screen and (max-width: 420px) {
    .woocommerce #respond input#submit, .woocommerce a.button, .woocommerce button.button, .woocommerce input.button {
        width: 100% !important;
    }
}

.about_paypal {
    display:none;
    overflow:hidden;
}

.shipping_method {
	float:left;
	width:auto !important;
}

.woocommerce table.shop_table_responsive tr td::before, .woocommerce-page table.shop_table_responsive tr td::before {
    float: none !important;
}
