/*!
Theme Name: scftema
Theme URI: https://www.anpid.it
Author URI: https://www.scfgroup.it
Description: Tema personalizzato
Version: 5.1.0
Tested up to: 6.7
Requires PHP: 7.1
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: scftema
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready
This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

*/


/* scf start*/

:root {
    --primary-color: #2D2E83;
    --secondary-color: #EE7B30;
    --ternary-color: #313846;
}
body {
    font-family: "Nunito Sans", sans-serif;
    font-style: normal;
}
.container {
    max-width: 1424px;
}
@media screen and (max-width: 1424px) {
    .container {
        padding: 0 30px;
    }
}
h2 {
    font-size: 32px;
    font-weight: 700;
}
h3 {
    font-size: 24px;
    font-weight: 700;
}
h4 {
    font-size: 18px;
    font-weight: 700;
}
.reset-font {
    font-family: "Poppins", sans-serif;
}
a {
    text-decoration: none;
    color: #000;
}
ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
	padding-left: 0 !important;
}
.spacer-for-fixed {
    margin-top: 50px!important;
}
/* inizio header*/
header {
    height: 80px;
}
img.logo-header_sa {
    min-height: 50px;
}


.fixed-custom {
	position: fixed;
    top: 0;
	z-index: 999;
    width: 100%;
    background-color: rgba(220, 220, 220, 1);
}
.admin-bar .fixed-custom { 
    top: 32px;
}
.header-sama {
    background-color: rgba(220, 220, 220, 1);
    padding: 16px 0;
}
.wrapper-logo,
.wrapper-menu-header {
    display: flex;
    align-items: center;
    color: #fff;
}
.wrapper-menu-header {
    justify-content: flex-end;
}
.wrapper-menu-header a {
    color: var(--primary-color);
    font-size: 18px;
    font-weight: 700;
}
.wrapper-menu-header ul {
    display: flex;
    align-items: center;
    gap: 20px;
}
.scf-hamburger {
    color: var(--primary-color);
    display: none;
}
/* fine header*/
/* inizio override form contattaci */
#form_contattaci_new input,
#form_contattaci_new textarea {
    background-color: transparent;
    border: 1px solid #E2E1E5;
}
#form_contattaci_new label,
#form_contattaci_new .frm_primary_label,
#form_contattaci_new .frm_required,
#form_contattaci_new input {
    color: #fff;
}
#form_contattaci_new input,
#form_contattaci_new textarea {
    border-radius: 1.5em;
}
#form_contattaci_new .frm_submit {
    text-align: right;
}
.with_frm_style .frm_inside_container > label {
    position: static;
}
.frm_style_form-lvmultiservizi.with_frm_style .frm-edit-page-btn:hover, .frm_style_form-lvmultiservizi.with_frm_style input[type=submit]:hover, .frm_style_form-lvmultiservizi.with_frm_style .frm_submit input[type=button]:hover, .frm_style_form-lvmultiservizi.with_frm_style .frm_submit button:hover {
    color: #fff;
}
/* fine override form contattaci */
.our_products_custom {
    background-color: #2D2E83;
    padding: 0;
    position: relative;
}
.bg-custom {
    background-image: url("https://www.samaserviziecommerciosrl.it/wp-content/uploads/2025/03/logo-i-nostri-prodotti.png");
    background-repeat: no-repeat;
    background-position: center;
}
.img-background-our_products {
    position: absolute;
    top:0;
    left: 50%;
    transform: translateX(-50%);
}
.card-products-custom {
    text-transform: uppercase;
    border-radius: 12px;
    padding: 50px;
    background-color: #DCDCDC;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    color: var(--primary-color);
}
.icon-products {
    font-size: 80px;
    padding-bottom: 5px;
    color: var(--primary-color)
}
/* inizio footer*/
.footer-custom ul a {
    display: flex;
    align-items: center;

    gap: 5px;
}
.footer-custom {
    padding: 96px 0;
    background-color: var(--primary-color);
    color: #fff;
}
.footer-custom a {
    color: #fff;
}
.wrapper-socials {
    margin-top: 16px;
    display: flex;
    gap: 16px;
    font-size: 24px;
}

.left-section,
.center-section {
    border-right: 2px solid #fff;
}
.left-section,
.center-section,
.right-section {
    font-size: 14px;
}
.center-section i,
.right-section i {
    font-size: 24px;
}
.footer-custom ul {
    margin-top: 12px;
}
.footer-custom ul li {
    margin-bottom: 12px;
}
.left-section,
.center-section {
    padding: 30px 0;
}
.center-section {
    padding: 10px;
    display: flex;
    align-items: center;
    justify-content: space-evenly;
}
.wrapper-menu-footer {
    align-self: flex-start;
}
.right-section {
    display: flex;
    align-items: center;
    padding-left: 120px;
}
/* fine footer*/
@media screen and (max-width: 992px) {
    
    /* inizio header */
    .wrapper-menu-header a {
        color: #fff;
    }
    .admin-bar .fixed-custom {
        top: 0;
    }
    .scf-navbar {
        display: none;
    }
    .scf-hamburger {
        display: block;
        font-size: 30px;
    }
    .scf-open-menu {
        position: absolute;
        display: block;
        top: 80px;
        z-index: 10;
        width: 100%;
        background-color: var(--primary-color);
        left: 0;
        padding: 20px 0;
    }
    .admin-bar .scf-open-menu {
        top: 125px;
    }
    .admin-bar .fixed-custom .scf-open-menu { 
        top: 56px;
    }
    .wrapper-menu-header ul {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        gap: 20px;
    }
    /* fine header */
    .wrapper-cards-products {
        gap: 20px;
    }
    .footer-custom {
        padding: 30px 0;
    }
    .footer-custom ul a {
        justify-content: center;
    }
    .left-section,
    .center-section,
    .right-section {
        text-align: center;
        display: flex;
        flex-direction: column;
        align-items: center;
        border-right: none;
    }
    .left-section, .center-section {
        padding: 30px 0 0;
    }
    .center-section {

        padding: 0;
    }
    .wrapper-menu-footer {
        width: 100%;
        margin: 30px auto 0 auto;
        max-width: 70%;
        text-align: center;
    }
    .right-section {
        padding: 0;
    }
}




p {
    margin: 10px;
}



.wrapper-footer img {
    max-width: 220px;
	    height: 35px;
}