/*
Theme Name: NeoMag Child Theme
Theme URI: http://themesindep.com/neomag
Author: ThemesIndep
Author URI: http://themesindep.com
Description: Magazine theme for small personal blogs or large scale online magazines and newspapers
Template: neomag
Version: 1.0
Text Domain: neomag
Tags: blog, entertainment, news, grid-layout, one-column, two-columns, three-columns, four-columns, right-sidebar, custom-colors, custom-menu, featured-images, footer-widgets, post-formats, sticky-post, theme-options, translation-ready, block-styles, wide-blocks
*/


/* Your CSS code goes here
-------------------------------------- */

.header-el__search {
    display: none;
}
#content .row {
    display: flex;
    justify-content: center;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 20px;
}
#content .row .row {
    margin-left: auto;
    margin-right: auto;
}
h2 {
    font-size: 32px;
    text-align: center;
    margin-bottom: 10px;
}
.category h2 {
    font-weight: 600;
    margin-top: 50px;
    margin-bottom: 30px;
    color: #ef476f;
}
.category h3, .archive h2 {
    font-size: 19px;
    font-weight: 600;
    text-transform: capitalize;
    line-height: 1;
    height: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    margin-bottom: 10px;
}
.col-3 {
    display: flex;
    flex: 0 0 33%;
    flex-direction: column;
}
.col-3 img {
    display: block;
    width: 100%;
}
.see-more {
    margin-top: 20px;
    text-decoration: none;
    font-weight: 500;
    transition: 0.2s ease;
    color: #fff;
    background: #ef476f;
    padding: 7px 20px;
    border-radius: 6px;
}
.see-more:hover {
    background-color: crimson;
}
h1.widget-title {
    text-align: center;
    margin-bottom: 40px;
    color: #ef476f;
}
.entry-image a {
    width: 100%;
}
#breadcrumbs {
    text-align: center;
}
#breadcrumbs a {
    transition: 0.2s ease;
    text-decoration: none;
}
#breadcrumbs a:hover {
    color: crimson;
}
.cat-menu {
    display: flex;
    justify-content: center;
    list-style-type: none;
    flex-wrap: wrap;
    text-align: center;
    padding: 0 20px;
    margin-top: 40px;
}
.cat-menu li {
    margin-bottom: 30px;
}
.cat-menu li a {
    display: block;
    text-decoration: none;
    padding: 7px 20px;
    background-color: #ef476f;
    color: #fff;
    border-radius: 5px;
    margin-right: 20px;
    transition: 0.2s ease;
}
.cat-menu li a:hover {
    background-color: crimson;
}
#colophon {
    margin-top: 50px;
}
.main-navigation .menu > li > a:hover {
    color: crimson;
}
.archive .col-3 {
    margin-bottom: 20px;
}
.video-template-default h1 {
    text-align: center;
}
h1.widget-title {
    font-weight: 900;
}
.single-video #breadcrumbs a,
.single-video .breadcrumb_last,
.tax-video_category #breadcrumbs a,
.tax-video_category .breadcrumb_last {
    padding: 0 7px;
}
.single-video #breadcrumbs span,
.tax-video_category #breadcrumbs span{
    display: flex;
    align-items: center;
    line-height: 1.1;
}
#breadcrumbs {
    direction: rtl;
    display: flex;
    justify-content: center;
}
#masthead {
    background: transparent;
}
#page {
    background: url("/wp-content/uploads/2021/01/main-bg.jpg") no-repeat;
    background-size: contain;
}
.home #main {
    padding-top: 35vw;
}


@media (max-width: 767px) {
    .col-3 {
        flex: 0 0 100%;
        margin-bottom: 20px;
    }
    h1.widget-title {
        margin-bottom: 30px;
    }
    .category h2 {
        font-size: 24px;
        margin-bottom: 20px;
    }
    .see-more {
        margin-top: 5px;
    }
    #breadcrumbs {
        font-size: 0.85em;
    }
}