/*
Theme Name: Delicio child
Theme URI: http://www.wpzoom.com/themes/delicio/
Author: Uptime
Author URI: https://www.uptime.dk
Description: Delicio Child for Ehcolo
Version: 1.0
Template: delicio
Text Domain: delicio-child
Tags:  one-columns, right-sidebar, responsive-layout, custom-colors, custom-menu, featured-images, theme-options, translation-ready
*/


/* Delicio Child stylesheet */

@media all and (min-width: 980px) {
    /* Wider than phones */
    .site-header .side-panel-btn {
        display: none;
    }
}

@media all and (max-width: 979px) {
    html .widget_polylang .lang-item,
    .widget_polylang .lang-item img {
        width: 25px;
    }
}

@media all and (max-width: 480px) {
    .site-slider h2,
    .site-slider h2 a {
        font-size: 45px!important;
        text-align: center!important;
        width: 100%!important;
    }
    .site-slider .slide-content {
        margin-right: 0%!important;
        margin-left: 0%!important;
        max-width: 100%!important;
        width: 100%!important;
    }
}

html body:not(.home) .elementor-column-gap-default>.elementor-row>.elementor-column.elementor-top-column>.elementor-element-populated {
    padding: 10px 60px!important;
}

html body:not(.home) header .elementor-column-gap-default>.elementor-row>.elementor-column.elementor-top-column>.elementor-element-populated {
    padding: 0!important;
}

.site-slider h1:after {
    position: absolute;
    bottom: -25px;
    left: 50%;
    width: 15%;
    height: 1px;
    background: #fff;
    opacity: .6;
    content: '';
    transition: all .3s ease;
    transform: translate3d(-50%, 0, 0);
}

.site-slider h1,
.site-slider h1 a {
    font-size: 62px;
}

.site-slider h1 {
    color: #fff;
    font-size: 62;
    line-height: 1.1em;
    margin-bottom: 50px;
    font-weight: 400;
    position: relative;
    font-family: 'Playfair Display', serif;
}

html .site-slider .button {
    background: #338e3b;
    border: 0px solid transparent;
}

html .site-slider .button:hover {
    background: #222222;
    border: 0px solid transparent;
}

@media screen and (max-width: 667px) {
    .site-slider h1 {
        margin-bottom: 0;
        line-height: 1.3;
    }
}

@media (max-width: 480px) {
    .site-slider h1,
    .site-slider h1 a {
        font-size: 45px!important;
        text-align: center!important;
        width: 100%!important;
    }
}

@media all and (max-width: 979px) {
    html body:not(.home) .elementor-column-gap-default>.elementor-row>.elementor-column.elementor-top-column>.elementor-element-populated {
        padding: 10px 30px!important;
    }
    html body:not(.home) header .elementor-column-gap-default>.elementor-row>.elementor-column.elementor-top-column>.elementor-element-populated {
        padding: 0!important;
    }
}