/*
Theme Name: EnjoyLine Child
Theme URI: https://example.com/enjoyline-child
Description: Child theme for EnjoyLine
Author: Your Name
Template: enjoyline
Version: 1.1.0
Text Domain: enjoyline-child
*/

/* ==============================
   HEADER / LOGO
   ============================== */

.site-branding #logo {
    height: 140px;
    line-height: 140px;
}

.site-branding img {
    max-height: 140px;
}

/* ==============================
   HEADER ICONS (SEARCH, MENU)
   ============================== */

.header-toggles {
    top: 60px;
}

.header-search-icon {
    top: 60px;
}

.zdn-close-overlay {
    line-height: 1;
}

/* ==============================
   BACKGROUND & DECORATION
   ============================== */

body:before {
    background: linear-gradient(to right bottom, #454c3c, #8b3317);
}

.breadcrumbs,
.entry-related h3 {
    background: linear-gradient(to right, #454c3c, #8b3317);
}

/* ==============================
   HEADER LAYOUT
   ============================== */

.site-header {
    height: unset;
}

#masthead .container {
    display: flex;
    align-items: center;
}

/* ==============================
   SIDEBAR / WIDGETS
   ============================== */

.sidebar .widget.widget_tabbed_posts_widget {
    padding: 0;
}

.sidebar .widget_tabs ul.horizontal,
.site-footer .widget_tabs ul.horizontal {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.sidebar .widget-posts-thumbnail .entry-wrap a:hover {
    background-size: unset;
    background-image: unset;
}

/* ==============================
   POSTS / CATEGORIES / TITLES
   ============================== */

.content-loop .entry-category a,
.entry-categories a {
    /* background-color: #ea4c89; */
    background-color: rgb(184,124,61);
}

.content-loop .entry-title a {
    background-image: linear-gradient(to right, #454c3c 0%, #454c3c 100%);
}
.entry-content .wp-block-latest-posts .wp-post-image {
    max-width: 200px;
}
.entry-content .wp-block-latest-posts a {
    text-decoration: none;
    font-weight: bold;
}
.entry-content ul.wp-block-latest-posts li {
    list-style: unset;
}
.wp-block-latest-posts__post-date {
    color: #999;
}

/* ==============================
   CONTACT FORM 7
   ============================== */

.wpcf7 form.sent .wpcf7-response-output {
    border-color: #7d381e;
}

.wpcf7 form .wpcf7-response-output {
    margin-left: 0;
}

@media only screen and (max-width: 767px) {
    .entry-content .wp-block-latest-posts .wp-post-image {
        max-width: 100% ;
    }
    .entry-content ul.wp-block-latest-posts li {
        display: flex;
        flex-direction: column;
    }
}

@media only screen and (max-width: 425px) {
    .site-branding img {
        max-height: 120px;
    }

    .header-toggles {
        top: 50px;
    }
}
