/*
Theme Name: Stouvenaker
Theme URI:
Description: An awesome WordPress base template
Author: Bosscom
Version: 0.1
*/

.text-slide a{
 text-decoration:none
}	

.lb-nav a.lb-next {
    width: 50px;
    height: 50px;
    background: #e85a24;
    position: absolute;
    bottom: 4px;
    top: auto;
    right: 4px;
    left: auto;
}

.lb-nav a.lb-prev {
    width: 50px;
    height: 50px;
    background: #e85a24;
    position: absolute;
    bottom: 4px;
    top: auto;
    left: 4px;
    right: auto;
}

.lb-nav a.lb-prev:before{
    content: "<";
    color:white;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate3d(-50%,-50%,0);
    font-size: 26px;
    font-weight: bold;
    font-family: monospace;
}

.lb-nav a.lb-next:before{
    content: ">";
    color:white;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate3d(-50%,-50%,0);
    font-size: 26px;
    font-weight: bold;
    font-family: monospace;
}

#social-icon {
    position: absolute;
    top: 0;
    right: 0;
    margin: 50px 80px 0 0;
}

@media (min-width: 720px){
    #social-icon {
        margin: 50px 110px 0 0;
    }
}

#social-icon a{
    margin: 0 5px;
    text-decoration:none !important
}

.menu-is-open #social-icon{
	opacity: 0
}


@font-face {
  font-family: 'icomoon-2';
  src:  url('fonts/icomoon-2.eot?fa534t');
  src:  url('fonts/icomoon-2.eot?fa534t#iefix') format('embedded-opentype'),
    url('fonts/icomoon-2.ttf?fa534t') format('truetype'),
    url('fonts/icomoon-2.woff?fa534t') format('woff'),
    url('fonts/icomoon-2.svg?fa534t#icomoon-2') format('svg');
  font-weight: normal;
  font-style: normal;
}

[class^="icon2-"], [class*=" icon2-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon-2' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  line-height: 1;
  line-height: 1;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon2-carte:before {
  content: "\e900";
  color: #bd936d;
}


#home-slider a.carte-link {
    position:absolute;
    display:none;
}

@media (min-width: 768px){
    #home-slider a.carte-link {
        display:block;
        bottom: 20px;
        right:20px;
    }

    #home-slider a.carte-link img {
        width:125px
    }
}

@media (min-width: 960px){
    #home-slider a.carte-link {
        display:block;
        bottom: 70px;
        right:30px;
    }

    #home-slider a.carte-link img {
        width:165px
    }
}



.product-archive hgroup {
    position: relative;
}

#products-block a.carte-link {
    position: absolute;
    top: -40px;
    right: 20px;
}


#products-block a.carte-link img {
    width: 80px;
}


@media (min-width: 768px){
    #products-block a.carte-link {
        top: 40%;
        right: 20px;
        transform: translate3d(0,-50%,0);
    }
    #products-block a.carte-link img {
        width: 120px;
    }
}

@media (min-width: 1024px){
    #products-block a.carte-link {
        top: 50%;
        right: 20px;
        transform: translate3d(0,-50%,0);
    }
    #products-block a.carte-link img {
        width: 130px;
    }
}


#suggestion .suggestion-title .icon2-carte {
    font-size: 40px;
    color: #bd936d;
    margin-bottom: 10px;
    display: inline-block;
}

.wpcf7-list-item .policysds {
    width: 20px;
    height: 20px;
    margin: 0;
    display: block;
    flex: 0 0 40px;
    /* color: red; */
}

.wpcf7-acceptance .wpcf7-list-item {
    margin: 0;
}

span.wpcf7-form-control.wpcf7-acceptance label {
    display: flex;
}

span.wpcf7-form-control.wpcf7-acceptance .wpcf7-list-item-label {
    text-transform: none;
    font-weight: 400;
    font-size: 14px;
}
