/* ===== NAVIGATION & LAYOUT ===== */
.navbar-nav > li > a {
    font-size: 12px;
}

.dropdown-menu > li > a {
    font-size: 13px;
}

.navbar-collapse {
    padding-right: 0px;
    padding-left: 0px;
}

@media only screen and (min-width: 800px) {
    .navbar-default {
        height: 82px;
    }
}

/* ===== HEADER ROWS ===== */
.header-row-2 {
    margin-bottom: 0px;
}

.header-row-3 {
    margin-bottom: 15px;
}

/* ===== HIDE ELEMENTS ===== */
.entry-meta,
h3.widget-title,
.credit {
    display: none;
}

/* ===== GENERAL STYLING ===== */
body {
    font-family: Karma;
    font-style: italic;
}

html {
    margin-top: 0px !important;
}

hr {
    margin: 5px 0;
    border-top-color: #000;
    margin: 0 5px 0;
}

.widget {
    margin-bottom: 10px;
}

.widget ul > li > a {
    font-size: 10px;
}

.entry h3 {
    font-size: 15px;
}

.entry {
    margin-bottom: 1px;
}

/* ===== FRONTPAGE ELEMENTS ===== */
.frontpage-banner {
    margin-bottom: 20px;
    position: relative;
}

.pagination-blog-feed {
    margin: 1px;
}

.blog-feed-sidebar > h2 {
    margin: 0 0 10px;
}

.frontpage-vertical-posts .block-title {
    margin-top: 18px;
}

/* ===== OWL CAROUSEL ===== */
@media only screen and (min-width: 800px) {
    .owl-carousel {
        width: 80%;
        margin-bottom: 20px;
    }
    
    .owl-stage-outer {
        left: 100px;
    }
}

/* ===== FRONTPAGE SLIDER ===== */
.frontpage-slider .caption .read-more,
.frontpage-slider .caption .date {
    display: none;
}

@media only screen and (min-width: 800px) {
    .frontpage-slider {
        margin-bottom: 10px;
    }
    
    .frontpage-slider .owl-nav div:before {
        left: 100px;
    }
}

/* ===== STICKY HEADER (MOBILE) ===== */
@media (max-width: 768px) {
    .stickyHeader {
        position: fixed;
        background-color: white;
    }
}

/* ===== RESPONSIVE GRID ===== */
@media (min-width: 200px) and (max-width: 1080px) {
    .frontpage-vertical-posts .row {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        font-size: 11px;
    }
}

@media (min-width: 992px) and (max-width: 1080px) {
    .frontpage-vertical-posts .col-sm-4 {
        flex: 0 0 33.3333333%;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .frontpage-vertical-posts .col-sm-4 {
        flex: 0 0 33.3333333%;
    }
}

@media (min-width: 414px) and (max-width: 767px) {
    .frontpage-vertical-posts .col-sm-4 {
        flex: 0 0 19%;
    }
}

@media (min-width: 200px) and (max-width: 413px) {
    .frontpage-vertical-posts .col-sm-4 {
        width: 70%;
    }
    
    .frontpage-vertical-posts .entry-content img {
        width: 100%;
    }
}

@media (min-width: 200px) and (max-width: 767px) {
    .frontpage-vertical-posts .entry-summary {
        display: none;
    }
}

/* ===== TOP POSTS WIDGET ===== */
#top-posts-3 .widget-grid-view-image {
    max-width: 100%;
    width: 100%;
}

@media (min-width: 320px) {
    #top-posts-3 .widget-grid-view-image a {
        max-width: 28%;
        margin: 0 auto;
    }
}

@media (min-width: 992px) {
    #top-posts-3 .widget-grid-view-image a {
        max-width: 50%;
        margin: 0 auto;
    }
}

/* ===== CUSTOM FONT ===== */
@font-face {
    font-family: 'Montserrat';
    src: url('https://fonts.wp.com/s/montserrat/v31/JTUSjIg1_i6t8kCHKm459WlhyyTh89Y.woff2') format('woff2');
    font-display: swap;
}

/* ===== GREEN HEADER TITLE - JULIA'S GREEN KITCHEN ===== */
h1.header-logo-text a,
.header-logo-text a {
    color: #6a994e !important;
    text-decoration: none !important;
}

h1.header-logo-text a:hover,
.header-logo-text a:hover,
h1.header-logo-text a:focus,
.header-logo-text a:focus {
    color: #a7c957 !important;
    text-decoration: none !important;
}