/*
Theme Name: VIPMASTER.NET newsmash child
Text Domain: vipmaster-net
Template: newsmash
Version: 1.0.0
Tested up to:       6.8
Requires at least:  4.7
Requires PHP:       7.0
Author: Alexey https://t.me/theduna
Author URI: https://t.me/theduna
Theme URI: https://t.me/theduna
Description: newsmash child theme for vipmaster.net
Tags:               blog, e-commerce, entertainment, grid-layout, one-column, two-columns, three-columns, left-sidebar, right-sidebar, custom-background, custom-header, custom-logo, custom-menu, featured-images, featured-image-header, flexible-header, post-formats, rtl-language-support, translation-ready, theme-options, threaded-comments, footer-widgets
License: GPLv3 or later
License URI:  https://www.gnu.org/licenses/gpl-3.0.html

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned
with others.
 */

@import url('https://fonts.googleapis.com/css2?family=Figtree:ital,wght@0,300..900;1,300..900&display=swap');
 
:root {
    --dt-main-rgb: 248, 70, 67; /*101, 188, 123;*/
    --dt-black-color: #0a1233;
    --dt-title-family: "Figtree", sans-serif;
    --dt-base-family: "Figtree", sans-serif;
}

/* Header 6  */
.header--six + .mainfeatured_section {
    margin-top: 2rem;
}

.header--six .dt_navbar-menus {
    background-color: var(--dt-main-color);
}

.header--six .dt_navbar-menus .dt_navbar-list-right>li:not(:last-child) {
    margin-right: 1.5rem;
}

.header--six .dt_navbar-menu {
    padding: 0;
    min-height: 6rem;
    justify-content: space-between;
}

.header--six .dt_navbar-wrapper.is--sticky.on .dt-row.dt-py-3 {
    display: none;
}


.header--six .dt_navbar-menu .dt_navbar-cart-item .dt_navbar-cart-icon,
.header--six .dt_navbar-menu .dt_navbar-search-item button.dt_navbar-search-toggle {
    background: transparent;
    width: 3rem;
    height: 3rem;
    line-height: normal;
    padding: 0;
    box-shadow: none;
}

.header--six .dt_navbar-nav .dt_navbar-mainmenu>.menu-item-has-children>a:after,
.header--six .dt_navbar-nav .dt_navbar-mainmenu>li>a,
.header--six .dt_navbar-nav .dt_navbar-mainmenu>li.active>a,
.header--six .dt_navbar-nav .dt_navbar-mainmenu>li.focus>a,
.header--six .dt_navbar-nav .dt_navbar-mainmenu>li:hover>a {
    color: #fff;
}

.header--six.menu_active-two .dt_navbar-nav .dt_navbar-mainmenu>li>a::before {
    background: #fff;
}

.header--six.menu_active-three .dt_navbar-nav .dt_navbar-mainmenu>li>a {
    padding: 1rem 1.4rem;
    line-height: 1.5;
}

.header--six.menu_active-three .dt_navbar-nav .dt_navbar-mainmenu>li.active>a,
.header--six.menu_active-three .dt_navbar-nav .dt_navbar-mainmenu>li.current-menu-item>a,
.header--six.menu_active-three .dt_navbar-nav .dt_navbar-mainmenu>li.current_page_item>a,
.header--six.menu_active-three .dt_navbar-nav .dt_navbar-mainmenu>li.current-menu-ancestor>a {
    background-color: #fff;
    color: var(--dt-main-color);
}

.header--six.menu_active-three .dt_navbar-nav .dt_navbar-mainmenu>.menu-item-has-children.current-menu-ancestor>a:after,
.header--six.menu_active-three .dt_navbar-nav .dt_navbar-mainmenu>li.active>a:after {
    color: var(--dt-main-color);
}

.header--six .dt_navbar-button-item .dt-btn.dt-btn-primary:after {
    background: var(--dt-black-color);
}

.dt_navbar-cart-item .cart_count {
    top: -0.8rem;
    right: -1.1rem;
}

/* Header Menu Active */
.menu_active-two .dt_navbar-nav .dt_navbar-mainmenu>li>a::before {
    content: '';
    display: block;
    position: absolute;
    left: 0.7rem;
    top: 1.2rem;
    width: 0.5rem;
    height: 0.5rem;
    background: var(--dt-main-color);
    border-radius: 0.5rem;
    transform: scale(0);
    transition: all .35s ease-in-out;
}

.menu_active-two .dt_navbar-nav .dt_navbar-mainmenu>li.active>a::before,
.menu_active-two .dt_navbar-nav .dt_navbar-mainmenu>li.focus>a::before,
.menu_active-two .dt_navbar-nav .dt_navbar-mainmenu>li:hover>a::before {
    transform: scale(1)
}

/* slick next/prev */

.post-carousel-lg.slick-nav-2 .slick-next,
.post-carousel-lg.slick-nav-2 .slick-prev {
    width: 26px;
    height: 45px;
    line-height: 59px;
    border-radius: 0;
}

.wp-block-details.has-background {
    padding: 1.25em 2.375em;
}

.wp-block-verse.has-background {
    padding: 1.25em 2.375em;
}

.wp-block-preformatted.has-background {
    padding: 1em;
}

.wp-block-archives {
    list-style: none;
    padding: 0;
}

.wp-block-archives-list a {
    font-weight: 600;
    color: var(--dt-black-color);
}

.wp-block-archives-list a:hover, 
.wp-block-archives-list a:focus {
    color: var(--dt-main-color);
}

.wp-block-page-list.has-background {
    padding: 1rem;
}

a.wp-block-button__link:hover, 
a.wp-block-button__link:focus {
    color: #fff;
    text-decoration: none;
}

.wp-block-button.is-style-outline a.wp-block-button__link {
    color: var(--dt-pri-color);
}