/*
Theme Name: the7dtchild
Author: Dream-Theme
Author URI: http://dream-theme.com/
Description: The7 is perfectly scalable, performance and SEO optimized, responsive, retina ready multipurpose WordPress theme. It will fit every site – big or small. From huge corporate portals to studio or personal sites – The7 will become a great foundation for your next project!
Version: 1.0.0
License: This WordPress theme is comprised of two parts: (1) The PHP code and integrated HTML are licensed under the GPL license as is WordPress itself.  You will find a copy of the license text in the same directory as this text file. Or you can read it here: http://wordpress.org/about/gpl/ (2) All other parts of the theme including, but not limited to the CSS code, images, and design are licensed according to the license purchased. Read about licensing details here: http://themeforest.net/licenses/regular_extended
Template: dt-the7
*/

a{
    text-decoration: none !important;
}

.top-bar{
    position: absolute;
    width: 100%;
    max-width: 100% !important;
    display: flex;
    justify-content: center;
    z-index: 3;
}

.top-bar::before{
   position: absolute;
    content: "";
    right: 0;
    bottom: 0;
    width: 75%;
    background-color: rgba(255, 255, 255, 0.2);
    height: 1px;
}

.top-bar .text-area p a{
    display: flex;
    align-items: center;
    gap: 10px;
    transition: 0.3s all;
}


.top-bar .text-area p a:hover{
    color: #00ABB4;
}

.top-bar .mini-widgets.left-widgets{
display: none;
}

.top-bar .right-widgets.mini-widgets{
max-width: 1320px;
}

.masthead{
    position: relative;
    padding-bottom: 10px;
}

.masthead::before {
    position: absolute;
    content: "";
    right: 0;
    bottom: 0;
    width: 100%;
    background-color: rgba(255, 255, 255, 0.2);
    height: 1px;
}

.masthead header{
    align-items: flex-end !important;
}


.masthead header .mini-widgets{
    margin-bottom: 12px;
}

.header_btn{
        color: #FFF;
    font-family: "Comic Neue", cursive;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-decoration: none;
    border-radius: 100px;
    padding: 16px 25px;
    display: inline-block;
    width: fit-content;
    overflow: hidden;
    position: relative;
    transition: all ease-in .5s;
    cursor: pointer;
    background: #821D80;
    z-index: 99;
}

.header_btn::before{
    position: absolute;
    content: '';
    top: 0;
    left: -10px;
    right: -10px;
    bottom: 0;
    background: #00ABB4;
    border-radius: 53px;
    transition: all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    z-index: -1;
    transform: scaleX(0);
    -webkit-transform: scaleX(0);
    -moz-transform: scaleX(0);
}

.header_btn:hover{
    color: #fff;
}

.header_btn:hover::before{
    transform: scaleX(1);
    -webkit-transform: scaleX(1);
    -moz-transform: scaleX(1);
}

.top-header .level-arrows-on .menu-text:after {
    margin-top: -7px;
    right: -10px;
    width: 11.5px;
    height: 11.5px;
    -webkit-mask-size: 11.5px;
    mask-size: 11.5px;
}

body:not(.transparent)  #primary-menu>li a:hover span{
    color: #00ABB4 !important;
}

body:not(.transparent)  #primary-menu>li ul li a:hover span{
    color: #821D80 !important;
}

.masthead header #primary-menu .sub-nav{
    border-radius: 8px;
}

.masthead header #primary-menu .sub-nav li a{
    position: relative;
}

.masthead header #primary-menu .sub-nav li a::before{
        position: absolute;
    left: 5px;
    top: 0;
    width: 4px;
    height: 0px;
    content: "";
    background: #821D80;
    transition: all 0.3s ease;
}

.masthead header #primary-menu .sub-nav li a:hover::before{
height: 100%;
    transition: all 0.3s ease;
}

body:not(.transparent) #primary-menu li a span{
    color: black !important;
}

body:not(.transparent) .top-bar .text-area p a,
body:not(.transparent) .top-bar .text-area p{
    color: black !important;
}

body:not(.transparent) .top-bar .text-area p a img{
    filter: invert(1);
}

body:not(.transparent) .top-bar::before {
    background-color: rgba(8, 8, 8, 0.2);
}

body:not(.transparent) .top-bar::after{
    display: none;
}

body:not(.transparent).top-header .main-nav.level-arrows-on > li.has-children > a .menu-text:after{
    background: black !important;
}

#mobile-menu .next-level-button svg path{
    color: black;
    fill: black;
}

article .post-thumbnail>.post-thumbnail-rollover:after,article .post-thumbnail>.post-thumbnail-rollover:before{
    display: none !important;
}

article .post-thumbnail>.post-thumbnail-rollover img{
    opacity: 1 !important;
}

article:hover .post-thumbnail-rollover img{
transform: scale(1.05);
}

.footer_copyrights{
    color: #00ABB4;
}

.footer_links li.menu-item a span.menu-text{
    position: relative;
        transition: all 0.3s ease;
}

.footer_links li.menu-item a span.menu-text::before{
    position: absolute;
    left: -5px;
    top: 0;
    opacity: 0;
    content: "\f105";
    font-family: FontAwesome;
    color: #821D80;
    transition: all 0.3s ease;
}

.footer_links li.menu-item a:hover span.menu-text{
        transition: all 0.3s ease;
        padding-left:12px;
}

.footer_links li.menu-item a:hover span.menu-text::before{
    opacity: 1;
    left: 0;
    transition: all 0.3s ease;
}



@media screen and (max-width:1200px) {
    .header_btn{
        font-size: 14px;
        line-height: 22px;
        padding: 10px 15px;
    }
    .masthead.sticky-mobile-on .menu-line:before,
    body:not(.transparent)  .masthead .menu-line:before
    {
        background-color: black !important;
    }
}