
.sp-simpleportfolio .sp-simpleportfolio-item .sp-simpleportfolio-btns a.btn-view {
    display: none;
}


#sp-header {
    position: absolute !important;
    top: 0;
    left: 0;
    width: 100%;
    background: transparent !important;
    box-shadow: none !important;
    z-index: 999;
}


#sp-header .row {
    display: flex;
    align-items: center;
    padding-top: 90px;
}


#sp-header #sp-menu,
#sp-header #sp-top1,
#sp-header #sp-top2
{
    margin-top: -140px;
    padding-right: 50px;
}

#sp-header #sp-menu {
    width: calc(50% - 125px);
}
#sp-header #sp-top1 {
    padding-left: 50px;
    padding-right: 0;
}
#sp-header #sp-top1,
#sp-header #sp-top2
{
    width:auto;
}

#sp-header #sp-logo {
    flex: 0 0 250px;
    max-width: 250px;
    z-index: 20;
}

#sp-header #sp-logo img {
    height: auto;
    display: block;
    margin: 0 auto;
}



#sp-top1 .sp-column {
    padding-right: 35px;
    justify-content: flex-end;
    /*display: flex;
    align-items: center;
    width: 100%;
*/
}

#sp-top1 .social-icons {
    margin: 0;
    margin-left: auto;
}



/* MENU */

.burger-icon>span {
    background-color: #ffffff;
}


.sp-megamenu-parent>li {
    padding: 0 15px;
    
}

.sp-megamenu-parent>li>a {
    font-size: 1rem;
    font-weight: bold;
    line-height: 30px;
    padding: 0px;
   
    white-space: normal;
    overflow-wrap: break-word;
    word-wrap: break-word;
    word-break: break-all;
    -webkit-transition: 0.35s ease;
    -moz-transition: 0.35s ease;
    transition: 0.35s ease;
}

.sp-megamenu-parent>li.active>a {
    box-shadow: 0 2px 0 rgba(255, 255, 255, 0.2);
}


.sp-megamenu-parent>li:last-child>a {
    padding: 0px;
}

.offcanvas-menu .logo-image {
    height: auto;
}
.offcanvas-menu .offcanvas-inner {
    padding-top:0px;    
}

/*******************/

ul.social-icons li a {
    color: #ffffff !important;   
    font-size: 16px;
}

ul.social-icons li a:hover {
    color: #ffffff !important;
    font-size: 16px;
}


.sp-contact-info,
.sp-contact-info a,
.sp-contact-info a:hover {
    color: #ffffff !important;
    font-size: 24px;
    font-family: 'ABeeZee', sans-serif;
    font-weight: 600;
}


/*
#sp-top-bar a {
    color: #c62828 !important;
}

#sp-top-bar a:hover {
    color: #ffcc00 !important;
}
*/


/* MEDIA */

@media only screen and (max-width: 1200px) {
    #sp-header #sp-menu,
    #sp-header #sp-top1,
    #sp-header #sp-top2
    {
        padding-right: 0px;
    }
    #sp-header #sp-top1 {
        padding-left: 0px;
    }
    .sp-megamenu-parent>li {
        padding: 0px 12px;
    }
    
}    
    
@media only screen and (max-width: 991px) {
    #sp-header .row {
        padding-top: 0px;
        width:100%;
        margin: 0;
    }
    #sp-header #sp-menu {
        width: 100%;
    }
    #sp-header #sp-logo {
        flex: auto;
        max-width: unset;
        z-index: 20;
        justify-items: center;
        margin-top: -50px;
        margin-bottom: 10px;
    }
    #sp-header .logo {
        height: 60px;
        height: auto;
    }
    #sp-header #sp-top1,
    #sp-header #sp-top2
    {
        width:50%;
    }
    #sp-header #sp-menu, #sp-header #sp-top1, #sp-header #sp-top2 {
        margin-top: 0px; 
        /* padding-right: 50px; */
        padding-right: calc(var(--bs-gutter-x) * .5);
    }
    #offcanvas-toggler {
        z-index: 21;
        padding-right: 20px;
    }
}


@media only screen and (max-width: 500px) {
    #sp-top1 .sp-column {
        padding-right: 0px;
        justify-content: center;
    }
    #sp-top1 .social-icons {
        margin: 0;
    }
    .sp-contact-info, .sp-contact-info a, .sp-contact-info a:hover {
        font-size: 22px;
    }

}


@media only screen and (max-width: 400px) {
    .sp-contact-info, .sp-contact-info a, .sp-contact-info a:hover {
        font-size: 20px;
    }
}

@media only screen and (max-width: 360px) {
    .sp-contact-info, .sp-contact-info a, .sp-contact-info a:hover {
        font-size: 18px;
    }
}
