/**
 * Theme Name: Enfold ValFood
 * Description: <strong>A superflexible and responsive Business Theme by Kriesi</strong> - <br/> Update notifications available on twitter and facebook:<br/> <a href='http://twitter.com/kriesi'>Follow me on twitter</a><br/> - <a href='http://www.facebook.com/pages/Kriesi/333648177216'>Join the Facebook Group</a>
 * Version: 1.0.3
 * Author: Kriesi
 * Author URI: https://www.kriesi.at
 * License: Themeforest Split Licence
 * License URI: https://www.kriesi.at
 * Theme URI: https://www.kriesi.at/themes/enfold/
 * Template: enfold
 */

/* enfold */

#top .special_amp {
    font-family: inherit;
    font-style: inherit;
    font-size: inherit;
    line-height: inherit;
    font-weight: inherit;
    color: inherit!important;
}
.avia-slideshow li img {
    border-radius: 0;
}
.sub-menu span {
    text-transform: uppercase;
}
footer .container {
    text-align: center;
}
#socket .copyright {
    float: inherit;
}
.widget:first-child {
    background-color: white;
    padding: 0;
}
.widget:first-child .textwidget .g {
    margin: 0 auto;
    text-align: center;
}
.textwidget .g div {
    text-align: center;
}
.avia_pricing_minimal .pricing-table {
    background-color: #F5F5F5;
    border-radius: 30px;
}
.header_color .pricing-table > li:nth-child(2n),
.header_color .pricing-table > li:nth-child(2n+1),
.main_color .pricing-table li.avia-pricing-row,
.main_color .pricing-table li.avia-heading-row {
    background-color: transparent;
    color: #000;
}
.main_color .pricing-table li.avia-heading-row {
    font-size: 2.5em;
    padding: 30px 12px
}
.avia-button.avia-size-medium {
    padding: 12px 36px 10px;
}
.icon-location,
.icon-clock,
.icon-phone {
    position: relative;
    padding-left: 80px;
}
tr td:first-child,
tr th:first-child,
tr:first-child td,
tr:first-child th {
    border-width: 0;
}
.icon-location:before,
.icon-clock:before,
.icon-phone:before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 50px;
    height: 50px;
    background-size: contain;
    background-repeat: no-repeat;
    filter: invert(42%) sepia(79%) saturate(384%) hue-rotate(69deg) brightness(92%) contrast(90%);
}
.icon-location:before {
    background-image: url("assets/img/icon-localtion.svg");
}
.icon-clock:before {
    background-image: url("assets/img/icon-clock.svg");
}
.icon-phone:before {
    background-image: url("assets/img/icon-phone.svg");
}
#top #header {
    background: inherit;
}
#top .slideshow_align_caption .avia-slideshow-button.avia-color-light {
    background-color: #318c2c;
    border-color: #318c2c;
    font-weight: normal;
    font-size: 18px;
    text-transform: inherit;
    padding: 16px 40px;
}
#top .slideshow_align_caption .avia-slideshow-button.avia-color-light:last-child {
    background-color: #fff;
    border-color: #fff;
    color: #000;
}
.slideshow_align_caption h2 {
    font-size: 42px;
    line-height: 56px;
    font-weight: normal;
}
.slideshow_caption {
    width: 65%;
}
.avia-caption-content p {
    line-height: 32px;
}
.icon-grossiste,
.icon-produits,
.icon-services,
.icon-prix {
    min-height: 170px;
    min-width: 300px;
    background-color: #318c2c;
    color: #fff;
    padding: 0 10px;
}
.icon-produits,
.icon-services {
    background-color: #000;
}
.icon-grossiste img,
.icon-produits img,
.icon-services img,
.icon-prix img {
    filter: brightness(0) invert(1);
    margin: 10px 0 0 0;
}
.main_color .icon-clock tr:nth-child(2n+1) {
    background-color: white;
}
td {
    font-size: 16px;
    vertical-align: top;
}

.puces ul {
    list-style: none;
    padding-left: 0;
}
.puces li {
    position: relative;
    padding-left: 3em;
    line-height: 2em;
}
.puces li::before {
    content: '';
    position: absolute;
    left: 0;
    top: 22px;
    transform: translateY(-50%);
    width: 53px;
    height: 39px;
    background-image: url('assets/img/icon-puces.svg');
    background-size: contain;
    background-repeat: no-repeat;
    filter: brightness(0) invert(1);
}
#header_meta .phone-info {
    margin: 0 auto;
    float: inherit;
    text-align: center;
    font-weight: normal;
    font-size: 0.8em;
    padding: 10px 0;
}
blockquote {
    position: relative;
    padding-left: 50px;
    font-style: italic;
    border-left: 4px solid #ccc;
    margin: 20px 0;
}

blockquote::before {
    content: "";
    position: absolute;
    left: 0;
    top: -75px;
    transform: translateY(-50%);
    width: 120px;
    height: 97px;
    background-image: url('assets/img/icon-quote.svg');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    filter: brightness(0) invert(1);
}