/*
Theme Name: Twenty Twenty Child
Theme URL: http://wpamanuke.com/
Description: Twenty Twenty Child Theme
Author: WPAmaNuke
Author URL: http://wpamanuke.com/
Template: twentytwenty
Version: 1.0.0
Text Domain: twentytwenty-child
*/
/* Custom CSS goes after this line */


/* Global code start here */

@import url('https://fonts.googleapis.com/css2?family=Josefin+Sans:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;1,100;1,200;1,300;1,400;1,500;1,600;1,700&display=swap');

body {
    font-family: 'Josefin Sans', sans-serif;
}

.nospace,
.nospace h1,
.nospace h2,
.nospace h3,
.nospace h4,
.nospace h5,
.nospace h6,
.nospace p {
    margin-bottom: 0px !important;
}

.subheading-style:before {
    position: absolute;
    content: "";
    width: 30px;
    height: 3px;
    border-radius: 20px;
    background-color: var(--e-global-color-primary);
    top: 6px;

}

.subheading-style-top:before {
    position: absolute;
    content: "";
    width: 30px;
    height: 3px;
    border-radius: 20px;
    background-color: var(--e-global-color-primary);
    top: -12px;
    left: 50%;
    transform: translateX(-50%);
}

/* Global code end here */







#site-header.custom-header {
    position: absolute;
    left: 0;
    right: 0;
    overflow: visible !important;
    top: 15px;
    margin: 0px 30px;
    border-radius: 10px;
    z-index: 2 !important;
}

#site-header.custom-header:before {
    content: "";
    width: 96%;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    background-color: #ffffff29;
    bottom: -15px;
    z-index: -1;
    height: 100%;
    border-radius: 8px;
}

#site-header.custom-header .header-inner {
    padding: 0px 0px;
}

.custom-header-mobile a {
    padding: 8px 20px;
    background: var(--e-global-color-primary);
    color: #fff !important;
    text-decoration: none;
    border-radius: 5px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

#site-header.custom-header .header-navigation-wrapper .primary-menu a {
    color: #000;
    padding: 36px 10px;
    position: relative;
    font-family: 'Josefin Sans', sans-serif !important;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 600;
}

#site-header.custom-header .header-navigation-wrapper .primary-menu a:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 5px;
    background-color: var(--e-global-color-primary);
    bottom: -5px;
    left: 50%;
    transform: translateX(-50%);
    display: none;
}

.site-logo.faux-heading {
    padding: 10px 0px;
}

.site-logo.faux-heading img {
    max-height: 8rem !important;
}

.primary-menu .current-menu-item a,
.primary-menu li a:hover {
    text-decoration: none !important;
    color: var(--e-global-color-primary) !important;
}

#site-header.custom-header .header-navigation-wrapper .primary-menu li.current-menu-item a:before {
    display: block;
}

header#site-header.is-sticky {
    top: 0;
    position: fixed;
    animation: pop 1s alternate;
    border-radius: 0px 0px 10px 10px;
}

@keyframes pop {
    0% {
        transform: translateY(-100%);
    }

    100% {
        transform: translateY(0px);
    }
}

.testimonial-custom .sp-testimonial-item .sp-testimonial-content p {
    font-size: 14px;
}

.testimonial-custom .sp-testimonial-item {
    box-shadow: 0px 0px 10px rgb(0 0 0 / 12%);
    margin: 5px 2px;
    border-radius: 10px;
    padding: 20px;
}

.testimonial-custom .sp-testimonial-free-section .testimonial-nav-arrow {
    width: 40px;
    height: 40px;
    border-radius: 50%;
}

.testimonial-custom .sp-testimonial-title {
    margin-bottom: 10px;
}

.custom-footer {
    background-color: transparent !important;
}

.custom-footer .section-inner {
    max-width: 1400px !important;
    margin: auto;
    padding: 40px 20px;
}

.custom-footer .footer-logo {
    width: 100px;
}

.custom-footer .footer-col p {
    color: #9daaad;
    font-size: 14px;

}

.footer-inner {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    flex-wrap: wrap;
}

.footer-inner .footer-col {
    width: 33%;
    padding: 0px 30px 30px;
}

.footer-inner .footer-col h3 {
    font-size: 25px;
    color: #fff;
}

.footer-inner .footer-col ul {
    margin: 0;
    list-style: none;
}

.footer-inner .footer-col ul li {
    color: #fff;
    display: flex;
    gap: 20px;
    margin: 0;
    font-size: 14px;
    margin-bottom: 10px;
    text-transform: uppercase;
}

.footer-inner .footer-col ul li a {
    color: #9daaad;
    text-transform: none;
}

.footer-col-full {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 3px dotted #cccccc17;
    padding: 20px 30px;
}

.footer-col-full ul {
    display: flex;
    margin: 0px !important;
}
#site-footer {
    padding-bottom: 0px !important;
}
#site-footer .section-inner {
    padding: 0 20px;
}

.footer-logo-wrap {
    background: #fff;
    border-radius: 50%;
    overflow: hidden;
    height: 90px;
    width: 90px;
}

#loom-companion-mv3 {
    display: none;
}

.copyright-custom {
    justify-content: center !important;
    border-top: 3px dotted #cccccc17;
    padding: 20px 20px !important;
    width: 100%;
}

.copyright-custom p {
    text-align: center;
    margin: 0px;
    color: #9daaad;
    font-size: 13px;
}
.gallery-custom {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.gallery-custom img {
    width: 100px;
    border-radius: 6px;
    height: 60px;
    object-fit: cover;
}

.menu-img-size .elementor-image-box-img img{
    height: 150px ;
    object-fit: cover;
}
.menu-img-size .elementor-image-box-content {
    padding: 5px 10px;
}


@media screen and (max-width:1000px){
    .custom-header-mobile{
        display: none;
    }
    .custom-header .header-titles-wrapper .toggle.nav-toggle,
    .menu-top .toggle.sclose-nav-toggle{
        background-color: transparent !important;
    }
    .menu-modal .toggle{
        background-color: transparent !important;
    }
    .footer-inner .footer-col{
        width: 100%;
    }
    .footer-inner .footer-col:nth-child(2) {
        width: 50%;
    }
    .footer-inner .footer-col:nth-child(3) {
        width: 50%;
    }
}
@media screen and (max-width: 767px){
    #sp-testimonial-free-wrapper-312 .sp-testimonial-free-section{
        margin: 0px !important;
    }
    .testimonial-custom .sp-testimonial-item {
        box-shadow: none;
        margin: 0 !important;
        border-radius: 10px;
        padding: 10px !important;
    }
    #site-header.custom-header{
        margin: 0px 20px !important;
    }
    .footer-inner .footer-col {
        width: 100% !important;
    }
    .site-logo.faux-heading img {
        max-height: 5rem !important;
    }
}