/**
Theme Name: Rooten Child
Theme URI: https://bdthemes.com/products/wordpress-themes/
Author: BdThemes
Author URI: http://www.bdthemes.com
Description: Rooten Child Theme designed by <a href="http://www.bdthemes.com" target="_blank">BdThemes</a> Ltd. For online documentation look at our <a href="http://docs.bdthemes.com/" target="_blank">documentation site</a>. For get support please go to our <a href="http://www.bdthemes.com/support/" target="_blank">support system</a>.
Template: rooten
Version: 1.2.0
License: GPL v3 or later
License URI: http://www.gnu.org/licenses/gpl-3.0.html
Text Domain: rooten-child
Tags: one-column, two-columns, right-sidebar, custom-header, custom-menu, editor-style, featured-images, microformats, post-formats, rtl-language-support, sticky-post, translation-ready, accessibility-ready
*/


h1, h2, h3, h4, h5, h6 {
    font-weight: 700;
}

.wp-child-theme-rooten-child  .bdt-container {
    max-width: 1280px;
    padding-left: 15px;
    padding-right: 15px;
}


/* Titlebar Css Start Here */

:root {
    /* Base padding values */
    --titlebar-padding-base: 50px;
    --titlebar-padding-tablet: 70px;
    --titlebar-padding-desktop: 100px;
    
    /* Thumbs margin values */
    --thumbs-margin-mobile: 100px;
    --thumbs-margin-tablet: 100px;
    --thumbs-margin-desktop: 100px;
    
    /* Calculated padding-bottom values */
    --titlebar-padding-bottom-mobile: calc(var(--titlebar-padding-base) + var(--thumbs-margin-mobile));
    --titlebar-padding-bottom-tablet: calc(var(--titlebar-padding-tablet) + var(--thumbs-margin-tablet));
    --titlebar-padding-bottom-desktop: calc(var(--titlebar-padding-desktop) + var(--thumbs-margin-desktop));
}

.tm-titlebar {
    position: relative;
    background-image: linear-gradient(180deg, #ECEFF5 0%, #C5CDDF 100%);
    overflow: hidden;
    padding-top: var(--titlebar-padding-base);
    padding-bottom: var(--titlebar-padding-bottom-mobile);
}

.youtube-thumbs {
    margin-top: calc(-1 * var(--thumbs-margin-mobile));
}



@media (min-width: 768px) {
    .tm-titlebar {
        padding-top: var(--titlebar-padding-tablet);
        padding-bottom: var(--titlebar-padding-bottom-tablet);
    }
    
    .youtube-thumbs {
        margin-top: calc(-1 * var(--thumbs-margin-tablet));
    }
    .wp-child-theme-rooten-child  .bdt-container {
        padding-left: 30px;
        padding-right: 30px;
    }
}

@media (min-width: 1024px) {
    .tm-titlebar {
        padding-top: var(--titlebar-padding-desktop);
        padding-bottom: var(--titlebar-padding-bottom-desktop);
    }
    
    .youtube-thumbs {
        margin-top: calc(-1 * var(--thumbs-margin-desktop));
    }
    .wp-child-theme-rooten-child  .bdt-container {
        padding-left: 0;
        padding-right: 0;
    }
}



.tm-titlebar a.bdt-purchase-button {
    color: #fff;
    font-weight: 700;
    font-size: 14px;
    padding: 12px 16px;
    border-radius: 6px;
    background-image: linear-gradient(313deg, #08AEEC 0%, #20E2AD 100%);
    text-decoration: none;
    text-transform: capitalize;
    display: inline-flex;
    align-items: center;
    gap: 10px;
}

.tm-titlebar a.bdt-purchase-button svg {
    width: 16px;
    height: 16px;
    display: block;
    fill: currentColor;
}

.tm-titlebar a.bdt-kb-button {
    color: #0c0c0d;
    padding: 0 !important;
    text-decoration: underline;
    transition: .3s ease;
    margin-left: 7px;
    text-transform: capitalize;
}

.tm-titlebar a.bdt-purchase-button:hover {
    background-image: linear-gradient(120deg, #08AEEC 0%, #20E2AD 100%);
}

.tm-titlebar a.bdt-kb-button:hover {
    color: #08AEEC;
}

.tm-titlebar .bdt-title-left-side .bdt-header-title {
    color: #232426;
    font-size: clamp(24px, 5vw, 48px);
}

.tm-titlebar .bdt-title-left-side .bdt-header-description {
    color: #5d5e63;
    font-size: clamp(14px, 2vw, 16px);
}

.tm-titlebar .bdt-title-left-side {
    max-width: 600px;
    padding: 0;
}

.tm-titlebar .bdt-widget-icon-wrap {
    border: 3px solid rgba(255, 255, 255, 0.122);
    display: inline-block;
    padding: 10px;
    border-radius: 12px;
    box-shadow: 0 8px 16px rgb(0 0 0 / 4%);
}

.tm-titlebar .ep-widget-icon.bdt-svg {
    border-radius: inherit;
    width: 150px;
    height: 150px;
    background: rgba(255, 255, 255, 0.169);
    backdrop-filter: blur(15px);
}