/*!
Theme Name: Ascendoor News Child
Theme URI: https://ascendoor.com/themes/ascendoor-news/
Template: ascendoor-news
Author: Ascendoor
Author URI: https://ascendoor.com/
Description: Ascendoor News is a WordPress theme designed specifically for news, magazines, publishers, blogs, editors, online and gaming magazines, personal blogs, and any website related to news. It provides impressive demonstrations to help you get started quickly. This theme has a flexible layout, a wide range of color options, and various blog designs. It is also optimized for SEO, and its design is widget-based, allowing extensive customization for content management. It is fully responsive, ensuring smooth performance on mobile devices, tablets, laptops, and desktops. This WordPress magazine theme is known for its simplicity, user-friendliness, contemporary appearance, creativity, and a user-friendly interface. Check the demo at: https://demos.ascendoor.com/ascendoor-news/
Version: 1.0.3029
Requires at least: 5.0
Requires PHP: 7.4
Tested up to: 6.6
License: GNU General Public License v3 or later
License URI: http://www.gnu.org/licenses/gpl-3.0.html
Text Domain: ascendoor-news
Tags: custom-background, custom-logo, custom-colors, custom-menu, featured-images, threaded-comments, translation-ready, theme-options, footer-widgets, full-width-template, left-sidebar, right-sidebar, news, blog

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

Ascendoor News is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments

--------------------------------------------------------------*/

.mag-post-category{
    display: none;
}
body.home .magazine-frontpage-section .mag-post-single .mag-post-detail .mag-post-meta{
    display: none;
}
body.home .magazine-post-carousel-section .mag-post-single.tile-design .mag-post-detail, body.home .magazine-double-category-section .mag-post-single.tile-design .mag-post-detail{
    display: flex;
    flex-direction: column-reverse;
}
body.home .magazine-post-carousel-section .mag-post-single .mag-post-detail .mag-post-title, body.home .magazine-double-category-section .mag-post-single.tile-design .mag-post-detail .mag-post-title{
    font-size: calc(var(--font-size-base) * 0.9);
    margin: 5px 0 0 0;
}
.banner-section.banner-section-style-2 .banner-section-wrapper .slider-part .banner-grid-single .mag-post-title {
  font-size: calc(var(--font-size-lg) * 0.9);
}
header.header-style-3 .top-middle-header-wrapper{
    background-color: #191919;
}
header.header-style-3 .top-header-part{
    background: #000;
    border-bottom: solid 1px rgba(255,255,255,0.15);
}
header.header-style-3 .top-header-part .top-header-wrapper{
    background: none;
}
header.header-style-3 .top-header-part .top-header-wrapper .top-header-left .date-wrap{
    border-radius: 0!important;
}
header.header-style-3 .top-header-part .top-header-wrapper .top-header-left .top-header-menu ul li a{
    color: #fff;
}
header.header-style-3 .top-header-part .top-header-wrapper .top-header-right .social-icons ul li a{
    color: #fff;
}
header.header-style-3 .top-header-part .top-header-wrapper .top-header-right .ramdom-post a svg .line{
    stroke: #fff;
}
header.header-style-3 .middle-header-part .middle-header-wrapper{
    min-height: 160px;
    padding-block: 15px;
}
#loader{
    display:none!important;
}
.post-video .wp-video{
    width: 100%!important;
}
.wp-caption{
    width: 100%!important;
}

.type-car .mag-post-meta{
    display: none;
}
.type-car .post-thumbnail{
    margin-bottom: 1.5em;
}

.car-brands{
    display: flex;
    flex-wrap: wrap;
    margin: -10px;
    margin-bottom: 40px;
}
.car-brands .item{
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 20%;
    width: calc(20% - 20px);
    text-decoration: none;
    margin: 10px;
    padding: 8px;
    border: solid 1px #dedede;
    color: var(--text-color-normal)!important;
    transition: all 0.3s linear;
}
@media all and (max-width: 720px){
    .car-brands{
        margin: -5px;   
        margin-bottom: 35px;
    }
    .car-brands .item{
        width: calc(25% - 10px);
        margin: 5px;
    }
}
@media all and (max-width: 479px){
    .car-brands .item{
        width: calc(33.3% - 10px);
    }
}
@media all and (max-width: 369px){
    .car-brands .item{
        width: calc(50% - 10px);
    }
}
.car-brands .item:hover{
    background-color: #f8f8f8;
}
.car-brands .item .thumb{
    position: relative;
    display: block;
    width: 80%;
    height: 0;
    padding-top: 80%;
    margin: auto;
    margin-top: 0;
    margin-bottom: 10px;
    background: #fff;
}
.car-brands .item .thumb img{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: center;
}
.car-brands .item .name{
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    text-align: center;
    margin-top: auto;
    margin-bottom: 0;
}

.car-header{
    display: flex;
    align-items: flex-start;
    margin-bottom: 1em;
}
.car-header .logo{
    margin-right: 1em;
}
.car-header .logo img{
    width: auto;
    max-width: 160px;
    min-width: 80px;
    height: 80px;
    object-fit: contain;
    object-position: left center;
    background: #fff;
}
.car-header .title{
    font-size: 2rem;
    font-weight: 700;
    margin: 0;
}
.car-header .car-data p{
    margin: 0;
}
.car-header .car-data p a{
    text-decoration: none;
    color: var(--theme-color);
}
.car-header .car-data p a:hover{
    text-decoration: underline;
}

.breadcrumbs{
    margin-bottom: 1em;
}
.breadcrumbs a{
    font-weight: 600;
    text-decoration: none;
    color: var(--text-color-normal);
    transition: all 0.3s linear;
}
.breadcrumbs a:hover{
    color: var(--theme-color);
}

.car-list{
    padding: 0;
    margin-bottom: 40px;
}
.car-list .car{
    display: flex;
    padding: 1em 0;
}
.car-list .car + .car{
    border-top: solid 1px #eee;
}
.car-list .car .image{
    position: relative;
    width: 186px;
    min-width: 186px;
    height: 90px;
    margin-right: 1em;
    background-color: #f8f8f8;
    margin-bottom: auto;
    /*border-radius: var(--border-radius-all);*/
    border-radius: 5px;
    overflow: hidden;
}
.car-list .car .image img{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}
.car-list .car .data{
    display: flex;
    flex-direction: column;
    padding: 2px 0;
}
.car-list .car .data .title{
    font-size: 1.2rem;
    margin: 0;
    margin-bottom: 3px;
}
.car-list .car .data .title a{
    text-decoration: none;
    color: var(--text-color-normal);
}
.car-list .car .data .title a:hover{
    text-decoration: underline;
}
.car-list .car .data p{
    font-size: 0.9em;
    margin: 0;
    margin-bottom: 3px;
}
.car-list .car .data .more{
    font-weight: 600;
    text-decoration: none;
    margin-top: auto;
    color: var(--theme-color);
}
.car-list .car .data .more:hover{
    text-decoration: underline;
}

.car-brands-body .car-brands-section-wrapper{
    display: flex;
    flex-wrap: wrap;
}
.car-brands-body .car-brand{
    display: flex;
    flex-direction: row;
    align-items: center;
    width: 50%;
    padding: 6px;
    border-bottom: dotted 1px #ccc;
    text-decoration: none;
    color: var(--text-color-normal)!important;
    transition: all 0.3s linear;
}
.car-brands-body .car-brand .thumb{
    position: relative;
    display: block;
    width: 28px;
    height: 28px;
    background: #fff;
    margin-right: 8px;
}
.car-brands-body .car-brand .thumb img{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: center;
}
.car-brands-body .car-brand .name{
    font-size: 13px;
    font-weight: 600;
    text-transform: uppercase;
    text-align: center;
    transition: all 0.3s linear;
}
.car-brands-body .car-brand:hover .name{
    color: var(--theme-color);
}
.car-brands-body .car-brand.active{
    filter: grayscale(100%);
    pointer-events: none;
}

.car-models-body .car-models-section-wrapper{
    display: flex;
    flex-wrap: wrap;
    margin: 0 -10px;
}
.car-models-body .car-model{
    /*display: flex;
    flex-direction: row-reverse;
    justify-content: flex-end;*/
    width: calc(50% - 20px);
    margin: 5px 10px;
}
.car-models-body .car-model.active{
    filter: grayscale(100%);
    pointer-events: none;
}
.car-models-body .car-model:last-child{
    margin-bottom: 0;
}
.car-models-body .car-model .car-model-title{
    font-size: var(--font-size-sm);
    margin: 0;
}
.car-models-body .car-model .car-model-title a{
    text-decoration: none;
    color: #333;
}
.car-models-body .car-model .car-model-img{
    margin-bottom: 5px;
}
/*.car-models-body .car-model .car-model-img{
    min-width: 140px;
    margin-right: 10px;
}*/
.car-models-body .car-model .car-model-img a{
    display: block;
    position: relative;
    width: 100%;
    padding-top: 42.86%;
    background-color: #f8f8f8;
}
.car-models-body .car-model .car-model-img a img{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.site-footer{
    background: #000;
    color: #fff;
}
.site-footer .site-footer-bottom::before{
    background: #000;
    border-top: solid 1px #333;
}
.site-footer .site-footer-bottom .site-footer-bottom-wrapper .site-info a{
    font-weight: 600;
    color: var(--theme-color);
}
.site-footer ul.social-links a{
    color: #fff;
}
.site-footer .site-footer-top .footer-widgets-wrapper.three-column-1 .footer-widget-single{
    flex: 1;
    width: auto;
}
.footer-widget-single-1:first-child + .footer-widget-single-2:last-child{
    columns: 140px;
    width: 80%!important;
    min-width: 80%!important;
    width: calc(100% - 140px)!important;
    min-width: calc(100% - 140px)!important;
    text-align: center;
}
.site-footer .widget:not(.ascendoor-widget) ol li, .site-footer .widget:not(.ascendoor-widget) ul li{
    margin: 0;
    border: 0;
}
.site-footer .footer-widget-single .widget:not(.ascendoor-widget) ol li a, .site-footer .footer-widget-single .widget:not(.ascendoor-widget) ul li a{
    color: #999;
}
.site-footer .footer-widget-single:first-child .widget:not(.ascendoor-widget) ol li a, .site-footer .footer-widget-single:first-child .widget:not(.ascendoor-widget) ul li a{
    font-weight: 600;
    color: #fff;
}
.site-footer .footer-widget-single:first-child .widget:not(.ascendoor-widget) ol li a:hover, .site-footer .footer-widget-single:first-child .widget:not(.ascendoor-widget) ul li a:hover{
    color: var(--theme-color);
}
.site-footer .widget:not(.ascendoor-widget) ol li a:hover, .site-footer .widget:not(.ascendoor-widget) ul li a:hover{
    color: var(--theme-color);
}

header .site-logo a img{
    height: 110px;
    max-height: 22vw;
    object-fit: contain;
    object-position: left center;
}
.banner-section.banner-section-style-2 .banner-section-wrapper .slider-part{
    width: 60%;
}
.banner-section.banner-section-style-2 .banner-section-wrapper .editors-pick-part{
    width: 40%;
}
.mag-post-single .mag-post-img > a img{
    aspect-ratio: 15/10;
}
.editors-pick-part .editors-pick-wrapper .mag-post-single .mag-post-img > a img{
    aspect-ratio: 15/10!important;
}
.magazine-post-carousel-section .magazine-post-carousel-section-wrapper .mag-post-single{
    height: 0;
    min-height: 0!important;
    padding-top: 66.66%;
}
.magazine-list-section.style-1 .magazine-list-section-wrapper .mag-post-single.list-design{
    min-height: 0;
}
.magazine-list-section.style-1 .magazine-list-section-wrapper .mag-post-single.list-design .mag-post-img{
    width: 48%;
}
.magazine-list-section.style-1 .magazine-list-section-wrapper .mag-post-single.list-design .mag-post-img > a img{
    aspect-ratio: 15/10;
}

.entry-content table{
    border-collapse: collapse;
    width: 100%;
}
.entry-content table tr td{
    padding: 5px;
    border: solid 1px #ddd;
}


header.header-style-3 .middle-header-part .middle-header-wrapper .mag-adver-part{
    margin: -20px 0;
}
header.header-style-3 .middle-header-part .middle-header-wrapper .mag-adver-part.image-2{
    margin-top: 0;
}
header.header-style-3 .middle-header-part .middle-header-wrapper .mag-adver-part img{
    width: auto!important;
    height: 110px;
    object-fit: contain;
}

.table-scroll{
    width: 100%;
    overflow-x: auto;
}

.mobile-header-search{
    height: 100%;
}
.mobile-header-search .header-search-wrap{
    position: relative;
    min-height: 100%;
}
.mobile-header-search .header-search-wrap .header-search-icon{
    font-size: 30px;
    color: #fff;
}
.mobile-header-search .header-search-wrap.show .header-search-icon{
    color: var(--theme-color);
}

.mobile-navigation-part .social-icons{
    width: 100%;
    margin-top: -35px;
    margin-bottom: 7.5px;
    padding-bottom: 7.5px;
    border-bottom: solid 1px #dedede;
}
.mobile-navigation-part .social-icons ul.social-links{
    display: flex;
}

body.modern-design.home .section-header .widgettitle, body.modern-design.home .section-header .widget-title, body.home .section-header .section-title{
    font-size: 1.5em;
}

.site-main article .entry-content pre{
    white-space: normal;
}


@media (min-width: 992px) {
    /* ukupno 1800px */
    header.header-style-3 .middle-header-part .middle-header-wrapper .site-branding{
        /*500px*/
        width: 27.77777%;
        flex-shrink: 0;
    }
    header.header-style-3 .middle-header-part .middle-header-wrapper .mag-adver-part{
        margin: -10px 0;
    }
    header.header-style-3 .middle-header-part .middle-header-wrapper .mag-adver-part.image-2{
        /* 300px */
        width: auto;
        max-width: 16.66666%;
    }
    header.header-style-3 .middle-header-part .middle-header-wrapper .mag-adver-part.image-1{
        /* 1000px */
        width: auto;
        max-width: 55.5555%;
    }
    header.header-style-3 .middle-header-part .middle-header-wrapper .mag-adver-part img{
        height: 140px;
    }
    header.header-style-3 .middle-header-part .middle-header-wrapper .mobile-navigation-part{
        display: none;
    }
    header.header-style-3 .middle-header-part .middle-header-wrapper .mobile-header-search{
        display: none;
    }
    header .mobile-banners{
        display: none;
    }
    .mobile-site-text{
        display: none;
    }
}
@media all and (max-width: 991px){
    body.home .magazine-frontpage-section .mag-post-single .mag-post-detail .mag-post-title{
        margin: 0;
    }
    header.header-style-3 .middle-header-part .middle-header-wrapper .site-branding{
        display: flex;
        width: 100%;
        justify-content: center;
    }
    header.header-style-3 .middle-header-part .middle-header-wrapper .site-branding .site-logo{
        display: flex;
        width: 100%;
        justify-content: center;
    }
    header .site-logo a{
        display: flex;
        width: 100%;
        justify-content: center;
    }
    header .site-logo a img{
        object-position: center;
    }
    .mobile-site-text{
        position: relative;
        text-align: center;
        margin-top: -5px;
        padding: 7.5px 0;
        padding-top: 5px;
        border-top: solid 1px #444;
        background: #232323;
        z-index: 2;
    }
    .mobile-site-text a{
        font-weight: 600;
        text-decoration: none;
        text-align: center;
        color: #999;
    }
    header.header-style-3 .middle-header-part .middle-header-wrapper{
        min-height: 100px;
        flex-direction: row;
        align-items: center;
        padding-block: 10px;
    }
    header.header-style-3 .middle-header-part .middle-header-wrapper .mobile-navigation-part{
        width: 40px;
    }
    header.header-style-3 .middle-header-part .middle-header-wrapper .mobile-navigation-part #site-navigation button.menu-toggle{
        width: 30px;
        height: 30px;
    }
    header.header-style-3 .middle-header-part .middle-header-wrapper .mobile-navigation-part #site-navigation button.menu-toggle span{
        height: 2px;
    }
    header.header-style-3 .middle-header-part .middle-header-wrapper .mobile-navigation-part #site-navigation button.menu-toggle span:nth-child(1){
        top: calc(50% - 12px);
    }
    header.header-style-3 .middle-header-part .middle-header-wrapper .mobile-navigation-part #site-navigation button.menu-toggle span:nth-child(3){
        bottom: calc(50% - 12px);
    }
    header.header-style-3 .middle-header-part .middle-header-wrapper .mobile-header-search{
        width: 40px;
    }
    header.header-style-3 .middle-header-part .middle-header-wrapper .mobile-navigation-part #site-navigation button.menu-toggle[aria-expanded="false"] span{
        background: #fff;
    }
    header.header-style-3 .middle-header-part .middle-header-wrapper .mag-adver-part{
        display: none;
    }
    header.header-style-3 .bottom-header-part{
        height: 0;
        border: 0;
    }
    header.header-style-3 .bottom-header-part > .ascendoor-wrapper{
        height: 0;
        padding: 0;
    }
    header.header-style-3 .bottom-header-part .bottom-header-wrapper{
        height: 0;
        min-height: 0;
    }
    header.header-style-3 .bottom-header-part #site-navigation button.menu-toggle{
        display: none;
    }
    header.header-style-3 .bottom-header-part .bottom-header-wrapper .bottom-header-right-part .header-search .header-search-wrap .header-search-icon{
        display: none;
    }
    header .mobile-banners .mag-adver-part.image{
        margin-top: 10px;
        background-color: #191919;
    }
    header .mobile-banners .mag-adver-part.image a{
        display: block;
        font-size: 0;
        line-height: 0;
    }
    header .mobile-banners .mag-adver-part.image img{
        width: 100%;
        max-height: 150px;
        object-fit: contain;
        object-position: center;
    }
    .banner-section.banner-section-style-2 .banner-section-wrapper .slider-part{
        width: 100%;
    }
    .banner-section.banner-section-style-2 .banner-section-wrapper .slider-part .banner-grid-single{
        height: 0;
        min-height: 0;
        padding-top: 66.66%;
    }
    .banner-section.banner-section-style-2 .banner-section-wrapper .editors-pick-part {
        width: 100%;
    }
    .footer-widget-single-1:first-child + .footer-widget-single-2:last-child{
        columns: 100px;
    }
}
@media all and (max-width: 719px){
    .banner-section.banner-section-style-2 .banner-section-wrapper .slider-part .banner-grid-single .mag-post-title{
        font-size: var(--font-size-base);
        font-size: calc(var(--font-size-base)*1.5);
    }
    .site-footer .site-footer-top .footer-widgets-wrapper.three-column-1 .footer-widget-single-1{
        columns: 200px;
        width: 100%;
        text-align: center;
        margin-bottom: 20px;
    }
    .footer-widget-single-1:first-child + .footer-widget-single-2:last-child{
        width: 100%!important;
        min-width: 100%!important;
    }
    
    .entry-content table .th{
        display: none;
    }
    .entry-content table, .entry-content tbody, .entry-content table th, .entry-content table td{
        display: block;
    }
    .entry-content table tr{
        display: flex;
        flex-wrap: wrap;
        margin-bottom: 25px;
    }
    .entry-content table tr:first-child{
        margin-bottom: 0;
    }
    .entry-content table td{
        display: flex;
        justify-content: flex-end;
        width: 100%;
        font-weight: 500;
        padding: 6px 10px!important;
    }
    .entry-content table td:first-child{
        font-weight: bold;
        background-color: #f8f8f8;
    }
    .entry-content table td + td{
        border-top: 0;
    }
    .entry-content table .colspan-start{
        flex: 1;
        width: auto;
    }
    .entry-content table .colspan-td{
        width: auto;
        border-left: 0;
    }
    .entry-content table td::before{
        content: attr(data-title);
        font-size: 0.9em;
        font-weight: 400;
        margin-right: auto;
    }
}
@media all and (max-width: 600px){
    .banner-section.banner-section-style-2 .banner-section-wrapper .slider-part .banner-grid-single .mag-post-title{
        font-size: calc(var(--font-size-base)*1.2);
    }
}
@media all and (max-width: 480px){
    header.header-style-3 .top-header-part{
        display: none;
    }
    .banner-section.banner-section-style-2 .banner-section-wrapper .slider-part .banner-grid-single{
        padding-top: 75%;
    }
    .banner-section.banner-section-style-2 .banner-section-wrapper .slider-part .banner-grid-single .mag-post-title{
        font-size: var(--font-size-base);
    }
    .magazine-post-carousel-section .magazine-post-carousel-section-wrapper .mag-post-single{
        padding-top: 75%;   
    }
    .magazine-list-section.style-1 .magazine-list-section-wrapper .mag-post-single.list-design .mag-post-img{
        width: 100%;
    }
    .car-header{
        flex-direction: column;
    }
    .car-header .logo{
        margin-right: 0;
        margin-bottom: 0.5em;
    }
    .car-header .logo img{
        max-width: 100%;
    }
    .car-list .car{
        flex-direction: column;
    }
    .car-list .car .image{
        width: 100%;
        height: 0;
        padding-top: 48%;
        margin-bottom: 0.5em;
        margin-right: 0;
    }
    .site-footer .site-footer-top .footer-widgets-wrapper.three-column-1 .footer-widget-single-1{
        columns: 200px;
    }
}