/*
Theme Name: Ekko Child
Template: ekko
Theme URI: 
Author: Maninder
Author URI: 
Description: 
Version: 1.0
Tags: one-column, two-columns, three-columns, four-columns, left-sidebar, right-sidebar, custom-menu, featured-images, flexible-header, post-formats, sticky-post, translation-ready

/* Below you can write your style */

/*Top Header */

@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');

body {
    font-family: "Inter", sans-serif;
}


/*Top Header */



/* Blog */



nav.navbar.navbar-default.navbar-fixed-top.btn-hover-2.with-topbar.nav-transparent-secondary-logo {
    box-shadow: 0px 2px 40px 0px hsla(240, 0%, 6%, 0.05);
}

body .BlogFullWidth h4 {
    font-weight: bold;
}

.tags a:after {
    border-radius: 44px !important;
}

.tags a {
    letter-spacing: 1px;
    font-weight: 500;
    padding: 8px 30px;
    line-height: 28px;
}

.tags a {
    font-weight: 500;
    /* background: black; */
    border-radius: 291px;
}

.blog-single-content .tags {
    padding-top: 0;
}

.custom-blog .vc_custom_heading h5 {
    font-weight: bold !important;
    line-height: 26px !important;
    height: 50px;
    font-family: 'Inter' !important;
}

nav.navbar.navbar-default.navbar-fixed-top.btn-hover-2.nav-transparent-secondary-logo {
    box-shadow: 0px 2px 40px 0px hsla(240, 0%, 6%, 0.05);
}

/* Blog */






.logged-in #main-menu .navbar-nav a,
#main-menu .navbar-nav .menu-item a {
    padding-top: 25px;
    padding-bottom: 25px;
}



/* Header*/

/*.navbar.navbar-default .menubar .container {
    display: flex !important;
    align-items: center !important;
    width: 100% !important;
    max-width: 81rem !important;
    padding: 0 !important;
    margin: 0 auto !important;
    box-sizing: border-box !important;
}

.container {
    max-width: 77rem !important;
    width: 100%;
    padding-top: 0;
}

 
*/

.navbar.navbar-default .menubar .container {
    display: flex !important;
    align-items: center !important;
    max-width: 1280px !important;
    box-sizing: border-box !important;
    padding-left: 0.5rem;
    padding-right: 0.5rem;
    padding-top: 1rem;
    padding-bottom: 1rem;
    margin-left: auto !important;
    margin-right: auto !important;
    justify-content: space-between;
}

.navbar.navbar-default .menubar .container #logo {
    flex: 0 0 auto !important;
}

.navbar.navbar-default .menubar .container #main-menu {
    flex: 1 !important;
    display: flex !important;
    justify-content: center !important;
}

.navbar.navbar-default .menubar .container .top-cont {
    flex: 0 0 auto !important;
    margin-right: 33px;
}


.navbar-default .nav li a {
    padding: 0 13px;

}

/* Header*/






/* Buttons */

.top-cont {
    display: flex;
    gap: 10px;
    align-items: center;
}

/* Common button style */
.top-cont .btn {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 8px 18px;
    font-size: 14px;
    font-weight: 500;
    border-radius: 6px;
    text-decoration: none;
    transition: 0.3s ease;
    border: 1px solid transparent;
}


.top-cont .call-btn {
    background-color: #fff;
    border-color: #a3d16f;
    color: #4b8b2c;
}

.top-cont .call-btn:hover {
    background-color: #eaf7dc;
}


.whatsapp-btn {
    background-color: #1da1f2;
    /* blue like screenshot */
    color: #fff;
}

a.btn.whatsapp-btn {
    background: #0284c7;
}

.whatsapp-btn:hover {
    background-color: #0369a1 !important;
}

.whatsapp-btn:hover,
.whatsapp-btn:hover span,
.whatsapp-btn:hover i {
    color: #ffffff !important;
}


.icon {
    font-size: 14px;
}

.top-cont span {
    position: relative;
    top: 0px;
    margin-right: 7px;
    display: inline-block;
    width: 200px;
}

/*.top-cont span img {
    width: 16px;
}*/

.top-cont a.btn {
    font-size: 16px;
}


.top-cont a.btn {
    display: inline-flex;
    align-items: center;
    /* 🔥 vertical center fix */
    justify-content: center;
    gap: 6px;
    padding: 8px 16px;
    line-height: 1;
    /* 🔥 removes extra height */
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
}


.navbar .container #logo .logo {
    margin-left: 0;
    margin-right: 0;
}

img.fixed-logo {
    height: auto;
    width: 172px;
}

/* Buttons */

/* Blog */

section#blog {
    padding-top: 130px;
    display: inline-block;
    width: 100%;
}

/* Blog */


/* Footer */

.lower-footer {
    border: 0px ! important;
}


#custom_html-6 .textwidget.custom-html-widget {
    color: #94a3b8;
    margin-bottom: 0;
}




footer h5.widget-title {
    font-weight: 700 !important;
    font-size: 17px !important;
    font-size: 0.875rem;
    line-height: 1.25rem;
    text-transform: uppercase;
}

div#media_image-4 {
    margin-bottom: 0;
}


body p.rels {
    color: #94a3b8;
    font-size: .875rem;
    font-weight: 500;
}

/* Footer */




/* Third  widget */

.contact-box {
    background-color: #0f4c63;
    padding: 20px;
    width: fit-content;
    padding-left: 0;
}



.contact-item {
    display: flex;
    align-items: center;
    margin-bottom: 0px;
}

.contact-item:last-child {
    margin-bottom: 0;
}

.icon {
    margin-right: 10px;
    font-size: 18px;
    min-width: 20px;
}

.contact-item a,
.contact-item span {
    color: #ffffff;
    text-decoration: none;
    font-size: 16px;
}

.contact-item a:hover {
    text-decoration: underline;
}


.contact-box i.icon {
    margin-left: 0px;
}

.contact-box i.fas.fa-phone.icon {
    color: red;

}


.contact-box i {
    font-size: 13px;
}

.contact-item span {
    display: inline-block;
    width: 20px !important;
    margin: 0 !important;
}

.contact-item span img {
    margin: 0 !important;
}

span.rdd {
    position: relative;
    top: -1px;
}



/* Third  widget */


/* Footer */

#media_image-2 img {
    filter: brightness(0) invert(1);
    opacity: 0.9;
    width: 170px;
}

#media_image-2 img {
    filter: brightness(0) invert(1);
    opacity: 0.8;
    transition: all 0.3s ease;
}

#media_image-2 img:hover {
    opacity: 1;
}


.tsp-contact-box {
    width: 280px;
    margin-top: 20px;
}

.tsp-title {
    color: #ffffff;
    font-size: 16px;
    margin-bottom: 15px;
    letter-spacing: 1px;
}

.tsp-row {
    display: flex;
    align-items: center;
    margin-bottom: px;
}

.tsp-row:last-child {
    margin-bottom: 0;
}

.tsp-icon {
    color: #f4b400 !important;
    margin-right: 10px !important;
    font-size: 14px !important;
    min-width: 18px !important;
}

.tsp-row span,
.tsp-row a {
    color: #d1d5db !important;
    font-size: 14px;
    text-decoration: none;
    font-family: inter;
}


.tsp-row a:hover {
    text-decoration: underline;
}

.upper-footer i {
    margin-left: 0;
}


.footer_widget ul a,
.footer_widget .menu li a {
    color: #d1d5db !important;
    font-size: 14px;
    text-decoration: none;
    font-family: inter;
}

div#media_image-2 {
    margin-bottom: 10px;
}

.copy-contain span {
    color: #cbd5e1 !important;
    text-transform: uppercase;
    font-weight: 500;
}



.tsp-footer-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 15px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}

/* LEFT */
.tsp-left {
    color: #cbd5e1;
    white-space: nowrap;
    text-transform: uppercase;
    font-family: 'Inter';
    font-weight: 500;
    flex: 0 0 auto;
    white-space: nowrap;
}

/* CENTER LINKS */
.tsp-center {
    flex: 1;
    text-align: center;
    display: flex;
    justify-content: center;
    gap: 30px;
    flex-wrap: nowrap;
    align-items: center;
}

.tsp-center a {
    color: #cbd5e1;
    text-decoration: none;
    font-weight: 500;
    letter-spacing: 0.3px;
}

.tsp-center a:hover {
    color: #ffffff;
}

/* RIGHT */
.tsp-right {
    color: #cbd5e1;
    text-align: right;
    white-space: nowrap;
    flex: 0 0 auto;
    white-space: nowrap;
    text-align: right;

}

/* MOBILE */
@media (max-width: 768px) {
    .tsp-footer-inner {
        flex-direction: column;
        text-align: center;
    }

    .tsp-right {
        text-align: center;
    }
}


.footer-widget-area {
    display: inline-block;
}

.first-widget-area {
    width: 20%;
}

.second-widget-area,
.third-widget-area {
    width: 18%;
}


.forth-widget-area {
    width: 44%;
}

div#nav_menu-8 {
    float: left;
    margin-right: 50px;
}

div#custom_html-6 {
    float: left;
    padding-left: 30px;
}


.disclaimer-title {
    font-size: 12px;
    letter-spacing: 2px;
    color: #ffffff;
    margin-bottom: 10px;
    font-family: 'Inter';
    font-weight: 500;
    letter-spacing: normal;
    font-size: 11px;
}

.disclaimer-text {
    font-size: 13px;
    line-height: 1.6;
    margin-bottom: 30px;
    color: #fff;
    font-family: 'Inter';
}

.footer-badge {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    /*    padding: 10px 22px;*/
    border-radius: 50px;
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.15);
    backdrop-filter: blur(6px);
    font-size: 12px;
    color: #aab4c2;
    transition: all 0.3s ease;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    padding-left: 1rem;
    padding-right: 1rem;
}

.footer-badge:hover {
    /*    background: rgba(255, 255, 255, 0.15);*/
    transform: translateY(-2px);
    border: 1px solid #f4b400 !important;
}

.footer-badge:hover {
    border: 1px solid #f4b400 !important;

}

.footer-badge strong {
    color: #ffffff;
}

/* change text color on hover */
.footer-badge:hover strong {
    color: #f4b400;
    /* yellow text */
}


.custom-footer {
    border-top: 1px solid rgba(132, 132, 132, 0.17);
    margin-top: 28px;
    padding-top: 30px;
}

.upper-footer {
    border-top: 0 !important;
}


.tsp-footer-bar {
    border-top: 1px solid rgb(255 255 255 / 0.05);
    padding-top: 30px;
}

.footer-badge span {
    letter-spacing: 0.1em;
    font-family: 'Inter';
    font-weight: 600;
    margin-right: 0;
    opacity: 9;
    line-height: normal;
    font-size: 11px;
}

.icon-bar {
    display: flex;
    gap: 18px;
    border-radius: 6px;
    margin-top: 16px;
}

.icon-btn {
    width: 44px;
    height: 44px;
    background: #445063;
    border-radius: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    transition: all 0.3s ease;
}

.icon-btn svg {
    width: 20px;
    height: 20px;
    stroke: #cfd8e3;
    fill: none;
    stroke-width: 2;
    transition: 0.3s;
}


.icon-btn:hover {
    background: #f4b400;
     background: #fff;
}

.icon-btn:hover svg {
    stroke: #1f2a38;
}



.comments-content {
    display: none;
}

h1.blog-single-title {
    font-weight: bold !important;
    line-height: 40px !important;
    font-family: 'Inter' !important;
    font-size: 40px;
}


.tsp-center a:hover {
    color: #fff !important;
}


/* Footer */




@media (min-width: 1536px) {
    .container {
        width: 1536px;
    }

    .navbar.navbar-default .menubar .container {
        max-width: 1536px !important;

    }


    body p.rels {
        padding-right: 11%;
    }

}





@media(min-width: 992px) and (max-width: 1199px) {
    .upper-footer .col-lg-4 {
        padding: 0 30px;
    }

    .first-widget-area,
    .second-widget-area {
        width: 50% !important;
        float: left;
    }

    .third-widget-area {
        width: 35% !important;
        float: left;
    }

    .second-widget-area {
        height: 204px;
    }

    div#nav_menu-6 {
        float: left;
    }

    .forth-widget-area {
        width: 61% !important;
    }

    .tsp-footer-inner {
        display: inline-block;
        line-height: 32px;
    }

    .tsp-center a {
        padding: 0 20px;
    }

    .tsp-footer-bar {

        padding-top: 14px;
    }

    .custom-footer {
        margin-top: 14px;
        padding-top: 41px;
    }


    .tsp-right {
        text-align: center;
    }

}

@media(min-width: 768px) and (max-width: 991px) {

    ul#menu-doona-menu,
    .navbar-fixed-top .page-scroll {
        display: none;
    }

    .upper-footer .col-lg-4 {
        padding: 0 10px;
    }

    .vc_masonry_grid .vc_grid.vc_row .vc_grid-item,
    .vc_masonry_media_grid .vc_grid.vc_row .vc_grid-item {
        position: static !important;
    }

    .custom-blog .vc_grid-item.vc_clearfix.vc_col-sm-4 {
        width: 100%;
    }

    .custom-blog .vc_pageable-slide-wrapper {
        height: auto !important;
    }

    .col-xs-12.col-sm-12.col-md-4.col-lg-4.first-widget-area,
    .col-xs-12.col-sm-12.col-md-4.col-lg-4.second-widget-area,
    .col-xs-12.col-sm-12.col-md-4.col-lg-4.third-widget-area {
        width: 33%;
        float: left;
    }

    .upper-footer .textwidget i {
        display: block;
    }

    .tsp-socials {
        background-color: transparent;
        padding: 0px 0 12px;
        text-align: left;
    }

    .footer-widget-area {
        padding-top: 0px;
        display: inline-block;
    }

    #media_image-4 img.image.wp-image-8235.attachment-full.size-full {
        width: auto;
    }

    body p.rels {
        line-height: 1.3;
    }

    footer h5.widget-title {
        margin-top: 0 !important;
    }

    .custom-blog figure.wpb_wrapper.vc_figure a.vc_gitem-link {
        width: 100%;
    }

    .custom-blog figure.wpb_wrapper.vc_figure img.vc_single_image-img {
        width: 100%;
    }

    .botm {
        color: #64748b;
        text-align: center;
    }



    .first-widget-area,
    .second-widget-area {
        width: 50% !important;
        float: left;
    }

    .third-widget-area {
        width: 23% !important;
        float: left;
    }

    .second-widget-area {
        height: 204px;
    }

    div#nav_menu-6 {
        float: left;
    }

    .forth-widget-area {
        width: 77% !important;
    }

    .tsp-footer-inner {
        display: inline-block;
        line-height: 32px;
    }

    .tsp-center a {
        padding: 0 0px;
        font-size: 13px;
    }

    .tsp-footer-bar {

        padding-top: 14px;
    }

    .custom-footer {
        margin-top: 14px;
        padding-top: 41px;
    }


    .tsp-right {
        text-align: center;
    }


}

@media(max-width: 767px) {

    .navbar.navbar-default .menubar .container #main-menu,
    ul#menu-doona-menu,
    .navbar-fixed-top .page-scroll {
        display: none !important;
    }

    #media_image-4 img.image.wp-image-8235.attachment-full.size-full {
        width: auto;
    }

    body p.rels {
        line-height: 1.3;
    }

    footer h5.widget-title {
        margin-top: 0 !important;
    }

    .custom-blog figure.wpb_wrapper.vc_figure a.vc_gitem-link {
        width: 100%;
    }

    .custom-blog figure.wpb_wrapper.vc_figure img.vc_single_image-img {
        width: 100%;
    }

    body .botm {
        text-align: center !important;
    }

    .upper-footer .textwidget i {
        display: block;
    }

    .tsp-socials {
        background-color: transparent;
        padding: 0px 0 12px;
        text-align: left;
    }

    .footer-widget-area {
        padding-top: 0px;
        display: inline-block;
    }

    .navbar.navbar-default .menubar .container .top-cont {
        margin-left: auto;
        margin-right: 16px;
    }

    section#blog {
        padding-top: 30px !important;

    }

    .navbar-fixed-top,
    .navbar.navbar-default .menubar {
        min-height: 55px;
    }

    #posts-content .blog-single-title,
    .container h1 {
        font-size: 23px;

    }


    .first-widget-area,
    .second-widget-area,
    .third-widget-area,
    .forth-widget-area {
        width: 100% !important;
        float: left;
    }

    .tsp-center a {
        font-size: 12px;
        line-height: 17px;
        letter-spacing: 0.5px;
    }

    .tsp-center {
        gap: 12px;

    }

    .disclaimer-text {
        font-size: 11px;
        width: 90%;
        margin: 0 auto 30px;
    }

    .footer-badge {
        padding-left: 2rem;
        padding-right: 2rem;

    }

    .footer-badge strong {
        display: inline-block;
        line-height: 13px;
    }

}


@media(max-width:667px) {

    #posts-content .blog-single-title,
    .container h1 {
        font-size: 21px !important;
        line-height: 24px !important;
    }
}



@media(max-width:575px) {
    .footer-badge {
        display: inline-block;

    }

    .tsp-center {
        display: inline-block;
    }

    .tsp-footer-inner {
        display: inline-block;

    }

    .tsp-center {
        display: inline-block;
        margin-top: 20px;
        margin-bottom: 20px;
    }

    .tsp-center a {
        font-size: 12px;
        line-height: 28px;
        letter-spacing: 0.5px;
    }

    .tsp-right {
        font-size: 11px;
    }

    .footer-badge {
        padding-left: 3rem;
        padding-right: 3rem;
        padding-top: 13px;
        padding-bottom: 8px;
    }

    div#custom_html-6 {

        padding-left: 0;
    }


    body p.rels {
        line-height: 1.5;
        margin-bottom: 30px;
        margin-top: 21px;
    }

    footer h5.widget-title {
        font-size: 15px !important;
        letter-spacing: 0.05em !important;

    }

    .top-cont span {
        width: 152px;
    }


}


@media(max-width: 375px) {
    .navbar.navbar-default .menubar .container #logo {
        width: 140px !important;
    }

    .top-cont a.btn {
        gap: 4px;
        padding: 8px 5px;

    }

    .top-cont span {
        margin-right: -5px;
    }


    .top-cont a.btn {
        font-size: 15px;
    }
}


@media(max-width:330px) {
    .tsp-left {
        font-size: 12px;
    }

    .tsp-right {
        font-size: 10px;
    }

    .top-cont span {
        width: 134px;
    }
}
