/* 
    Created on : 6 set 2022, 10:20:34
    Author     : Davide Versace
*/

.home-page-search-box .theme-search-area-section-sm .theme-search-area-section-input {
    padding-left: 14px !important;
}

.home-page-search-box .theme-search-area-section-sm .theme-search-area-section-icon {
    display: contents !important;
}

/*.home-page-search-box .theme-search-area-section-inner {
    width: 240px !important;
}*/

.home-page-search-box.theme-search-area-vert .theme-search-area-section{
    margin-bottom: 0px !important;
    margin-top: 0px !important;
}

.site-footer {
    background-color: #efefef;
    /*background-color: #060606;*/
}

.site-footer .footer-link li {
    line-height: 1.5;
    margin-bottom: 15px;
}

.list-unstyled {
    padding-left: 0;
    list-style: none;
}

ul {
    margin-top: 0;
    margin-bottom: 1rem;
}

.footer-social a {
    line-height: 0;
    border-radius: 50%;
    margin: 0 5px 5px 0;
    border: 1px solid rgba(255, 255, 255, 0.1);
    width: 30px;
    height: 30px;
    text-align: center;
    display: inline-block;
}

.p-2 {
    padding: 0.5rem !important;
}


.site-footer p, .site-footer span:not(.fa) {
    /*color: #a3a3a3;*/
    color: #696969;
}

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

@media (min-width: 768px) {
    .text-md-center {
        text-align: center !important;
    }
}

@media (min-width: 992px) {
    .text-lg-right {
        text-align: right !important;
    }

/*    .theme-search-area-section-inner {
        width: 218px !important;
    }
    .theme-search-area-form {
        flex-wrap: wrap;
    }
    
    input.btn.btn-l{
        margin-top: 15px !important;
    }*/
}

p.about {
    height: 170px;
    overflow: hidden;
}

footer h3 {
    color: #404040 !important;
    /*margin-bottom: 20px;*/
}
