/**
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.0.0
License: GPL v3 or later
License URI: http://www.gnu.org/licenses/gpl-3.0.html
Text Domain: rooten
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;
}


/* Titlebar Css Start Here */

.tm-titlebar {
    position: relative;
    background-color: #a39a9c;
    padding-left: 15px;
    padding-right: 15px;
    background-size: cover;
    overflow: hidden;
	background-image: url("https://primeslider.pro/wp-content/uploads/2019/10/prime_slider_call_to_action.webp");
    background-position: center;
}

.tm-titlebar .bdt-container {
    max-width: 1280px;
    padding-left: 0;
    padding-right: 0;
}

.tm-titlebar a.bdt-purchase-button {
    color: #00cda6;
    font-weight: 700;
    font-size: 14px;
    padding: 8px 10px;
    border-radius: 3px;
    display: inline-block;
    background-color: #fff;
    text-decoration: none;
}

.tm-titlebar a.bdt-kb-button {
    display: inline-block;
    color: #fff;
    border: 2px solid #fff;
    padding: 4px 10px;
    border-radius: 4px;
    text-decoration: none;
}

.tm-titlebar a.bdt-purchase-button:hover,
.tm-titlebar a.bdt-kb-button:hover {
    box-shadow: 0 5px 15px 0 rgb(0 0 0 / 15%);
}

ul#tm-breadcrumb {
    position: absolute;
    bottom: 0;
    background-color: #fff;
    margin-bottom: 0;
    color: #444;
    padding: 3px 10px;
    border-radius: 2px 2px 0 0;
}

.tm-titlebar .bdt-title-left-side .bdt-breadcrumb li a,
.tm-titlebar .bdt-title-left-side .bdt-breadcrumb li span {
    color: #666;
    font-size: 12px;
}

.tm-titlebar .bdt-title-left-side .bdt-breadcrumb li a:hover {
    color: #000;
    text-decoration: underline;
}

.tm-titlebar .bdt-title-left-side .bdt-breadcrumb li:before {
    color: rgba(0, 0, 0, 0.88);
    margin: 0 3px;
}


.tm-titlebar .bdt-title-left-side {
    padding: 0;
}

.tm-titlebar .bdt-title-right-side {
    position: relative;
}

.tm-titlebar .bdt-title-right-side .bdt-svg {
    width: 100%;
    opacity: .2;
    position: absolute;
    right: -40%;
}

.tm-titlebar .bdt-title-right-side img {
    display: none;
}

.tm-titlebar .bdt-title-right-side .bdt-svg * {
    fill: #fff;
}

.tm-titlebar .bdt-title-right-side h3 {
    margin: 20px 0 0;
    color: rgba(255, 255, 255, .8);
    font-size: 11px;
    font-weight: 500;
    text-transform: uppercase;
}

.tm-titlebar .bdt-title-left-side .ep-widget-icon {
    width: 70px;
    filter: contrast( 500%) saturate(35%) drop-shadow(0px 5px 20px rgba(0, 0, 0, 0.1));
}

.tm-titlebar .bdt-title-left-side h1 {
    color: #fff;
    margin: 0 !important;
    padding-bottom: 12px;
    font-size: 20px;
    font-weight: 700;
}

.tm-titlebar .bdt-title-left-side p {
    color: rgba(255, 255, 255, 0.88);
    padding: 0 20px 5px 0;
    margin: 0;
    font-size: 13px;
}

.tm-titlebar .bdt-title-right-side .ep-video-button .bdt-icon {
    position: relative;
    color: #FF0000;
    background-color: #FFFFFF;
    border-radius: 100px;
    padding: 15px;
    box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.2);
    transition: all .3s ease-in-out;
    z-index: 1;
    margin-top: 0;
}

.tm-titlebar .bdt-title-right-side .ep-video-button .bdt-icon svg * {
    fill: #FF0000;
    stroke: #FF0000;
}

.tm-titlebar .bdt-title-right-side .ep-video-button .bdt-icon svg {
    width: 20px;
}

.tm-titlebar .bdt-title-right-side .ep-video-button .bdt-icon:hover {
    transform: scale(1.1);
}

.tm-titlebar .bdt-title-right-side .ep-video-button {
    position: relative;
}

.tm-titlebar .bdt-title-right-side .ep-video-button .bdt-icon:before,
.tm-titlebar .bdt-title-right-side .ep-video-button .bdt-icon:after {
    content: '';
    display: block;
    position: absolute;
    border: 1px solid #fff;
    left: -20px;
    right: -20px;
    top: -20px;
    bottom: -20px;
    border-radius: 50%;
    animation: line-bounce 1.5s linear infinite;
    opacity: 0;
    backface-visibility: hidden;
}

.tm-titlebar .bdt-title-right-side .ep-video-button .bdt-icon:after {
    animation-delay: .5s;
}

@keyframes line-bounce {
    0% {
        transform: scale(0.5);
        opacity: 0;
    }
    50% {
        opacity: 1;
    }
    100% {
        transform: scale(1.2);
        opacity: 0;
    }
}

.tm-titlebar .bdt-title-right-side .bdt-button-text {
    color: #fff;
	display: none;
}

@media (min-width: 640px) {
    .tm-titlebar {
        padding: 85px 30px 100px;
    }
    .tm-titlebar .bdt-title-left-side h1 {
        padding-bottom: 18px;
        font-size: 36px;
    }
    .tm-titlebar .bdt-title-left-side p {
        font-size: 16px;
    }
    .tm-titlebar .bdt-title-right-side .ep-video-button .bdt-icon svg {
        width: 40px;
    }
    .tm-titlebar .bdt-title-right-side .ep-video-button .bdt-icon {
        padding: 30px;
        margin-top: 40px;
    }
    .tm-titlebar .bdt-title-right-side .bdt-svg {
        height: 320px;
        top: 50%;
        transform: translateY(-50%);
    }
    .tm-titlebar .bdt-title-left-side .bdt-breadcrumb li:before {
        margin: 0 10px;
    }
    .tm-titlebar .bdt-title-right-side h3 {
        margin: 40px 0 0;
        font-size: 13px;
    }

    .tm-titlebar a.bdt-purchase-button {
        padding: 11px 15px;
    }

    .tm-titlebar a.bdt-kb-button {
        padding: 7px 15px;
    }

    .tm-titlebar a.bdt-purchase-button:hover,
    .tm-titlebar a.bdt-kb-button:hover {
    }

}