/* 
Theme Name:    WP Bootstrap 4 Child
Theme URI:     http://childtheme-generator.com/
Description:   WP Bootstrap 4 Child is a child theme of WP Bootstrap 4
Author:        Andrei Leca
Author URI:    http://childtheme-generator.com/
Template:      wp-bootstrap-4
Version:       1.0.0
Text Domain:   wp-bootstrap-4-child
*/


h1 {  font-size: 32px !important }
h2 {  font-size: 24px !important }
h3 {  font-size: 20px !important }
h4 {  font-size: 17px !important }
h5 {  font-size: 14px !important }
h6 {  font-size: 10px !important }

html{overflow-x: hidden;}
.container { max-width: 1500px !important; }
#main { margin-top: 60px; }
#main > article { border: 0; }
h1, h2, h3, h4, h5, h1 span, h2 span, h3 span, h4 span, h5 span { color: #003366; }
.cycloneslider-template-default { z-index: 0 !important; }
.page-template header.entry-header .entry-title.h2 { font-size: 0; }


/* ---------------------------------------------------------------------------------------------------------------- HEADER ---------------------------------------------------------------------------------------------------------------- */
.navbar-nav { flex-direction: row-reverse; }
/* ------------------------------------------------- Toolbar superiore ------------------------------------------------- */
.header-top {
    background: #f2932e;
    color: white;
    font-weight: 500;
}

.benvenuto {
    width: 59%;
    padding-top: 5px;
    font-size: 20px;
    font-weight: 300;
}

#toolbar-superiore .dropdown a.dropdown-toggle span.caret { border-color: white !important; }

#toolbar-top-wrap { z-index: 3; }

#toolbar-menu {
    width: 100%;
    display: flex;
    flex-direction: row-reverse;
}
#toolbar-menu > li {
    width: 191px;
    text-align: center;
    padding: 0;
}
#toolbar-menu > li:first-child { margin-right: 0 !important; }


#toolbar-menu > li > a { 
    color: white; 
    transition: all .3s;
}

#toolbar-menu > li > ul > li > a { 
    padding: 10px 10px !important;
    font-size: 14px !important;
    white-space: normal;
    color: #001128 !important;
    font-weight: 300 !important;
    cursor: pointer;
    font-size: 1rem !important;
    letter-spacing: .25px;
}

#toolbar-menu > li:hover {
    background: #00000045;  
    transition: all .3s;
}

#toolbar-menu > li > a:before, 
#toolbar-superiore > li > a:before,
.bottom-menu > li > a:before  {
    content: ' ';
    background: url(/wp-content/themes/wp-bootstrap-4-child/assets/img/icone-def4.png) no-repeat;
    background-size: cover;
    width: 35px;
    height: 45px;
    display: inline-flex;
    position: relative;
    top: 18px;
    margin-top: -18px;
}


#toolbar-menu > li > a { padding-top: 0; }

#toolbar-menu > li.faq > a:before { background-position-x: -300px; }
#toolbar-menu > li.utilita > a:before { background-position-x: -333px; }
#toolbar-menu > li.blog > a:before { background-position-x: -268px; }

#toolbar-menu > li.login-btn > a:before {
    height: 55px;
    background-position-x: -578px;
    background-position-y: 5px;
    margin-top: -28px;
}

#toolbar-menu > li.facebook > a, 
#toolbar-menu > li.linkedin > a,
#toolbar-menu > li.tweeter  > a { 
    font-size: 0;
}
#toolbar-menu > li.facebook, 
#toolbar-menu > li.linkedin,
#toolbar-menu > li.tweeter { 
    width: 50px; 
}
#toolbar-menu > li.facebook > a:before { background-position-x: -166px; }
#toolbar-menu > li.linkedin > a:before { background-position-x: -200px; }
#toolbar-menu > li.tweeter  > a:before { background-position-x: -233px; }

.open-toolbar-superiore { display: none; }

@media screen and (max-width: 1108px) {
    #toolbar-menu > li.facebook > a, 
    #toolbar-menu > li.linkedin > a,
    #toolbar-menu > li.tweeter  > a { 
        font-size: 1rem !important;
    }
    #toolbar-menu > li.facebook, 
    #toolbar-menu > li.linkedin,
    #toolbar-menu > li.tweeter { 
        width: 191px !important; 
    }
    .header-top .container { display: block !important; }
    #toolbar-top-wrap #toolbar-superiore li { margin: auto; }
    #toolbar-menu {
        display: none;
        transition: all 1s;
        position: absolute;
        width: 100% !important;
        left: 0;
        z-index: 50000;
        background: #f2932e;
        margin: auto !important;
    }
    #toolbar-menu > li:first-child { margin: auto !important; }
    #toolbar-menu > li { 
        text-align: inherit;
        margin: auto;
    }
    .open-toolbar-superiore {
        display: block;
        background: #00000000;
        outline: 0 !important;
        top: 4px;
        right: 30px;
        position: absolute;
        width: 27px;
        border: 1px solid white;
        height: 27px;
        border-radius: 20px;
    }
    .logged-in .open-toolbar-superiore { top: 36px; }
    .open-toolbar-superiore span.caret {
        width: 10px;
        height: 10px;
        transform: rotate(45deg);
        position: relative;
        top: 1px;
        left: -5px;
        border-width: 0 2px 2px 0;
        border-color: white;
    }
}
/* ----------------------------------------------- end Toolbar superiore ----------------------------------------------- */


/* ------------------------------------------------------ Toolbar ------------------------------------------------------ */
#masthead .toolbar-top {
    padding: 15px;    
}
@media screen and (min-width: 860px) {
    #masthead .toolbar-top {
        background: url(/wp-content/themes/wp-bootstrap-4-child/assets/img/header2.gif);
        background-repeat: no-repeat;
        background-size: cover;
        background-position-x: 30%;
    }
}

#masthead .toolbar-top a.custom-logo-link {
    position: relative;
    top: -8px;
}

.toolbar-top #primary-menu-wrap { 
    margin-top: -60px;
    margin-right: -15px; 
}

#toolbar-superiore {
    display: inline-flex;
    flex-direction: row;
    float: right;
    width: 67%;
}

#toolbar-superiore li { 
    display: inline-block; 
    margin: auto;
}
#toolbar-superiore li:last-child { 
    margin-right: 27px;
}
#toolbar-superiore li > a.nav-link {
    padding: 9px !important;    
    display: block;
    text-transform: uppercase;
    color: white;
}
#toolbar-superiore li ul.dropdown-menu {
    position: absolute;
    top: 42px !important;
    left: unset !important;
    right: 0 !important;
}
#toolbar-superiore li ul.dropdown-menu li { display: block; }
#toolbar-superiore li ul.dropdown-menu a { 
    display: block; 
    text-decoration: none;
}

.login-btn a {
    color: #fff;
    font-weight: 600;
    background-color: #f2932e;
    border-radius: 2px;
}
.login-btn a:hover, .login-btn a:focus, .login-btn a:active {
    color: #fff;
    background-color: #ce7518 !important;
    border-color: #ce7518;
}
.bottom-menu > li.telefono > a:before, 
#toolbar-superiore > li.telefono > a:before {
    background-position-x: -4px;
    width: 149px;
    height: 60px;
    top: 6px;
}
.bottom-menu > li.telefono > a,
#toolbar-superiore > li.telefono > a { font-size: 0; }

.bottom-menu > li.whatsapp > a:before,
#toolbar-superiore > li.whatsapp > a:before {
    background-position-x: -180px;
    width: 60px;
    height: 65px;
    top: 12px;
}
.bottom-menu > li.whatsapp > a,
#toolbar-superiore > li.whatsapp > a { font-size: 0; }

#toolbar-superiore > li.infosiriofinit > a:before {
    background-position-x: -607px;
    width: 54px;
    height: 65px;
    top: 28px;
}
#toolbar-superiore > li.infosiriofinit a { margin-top: -27px; }

.bottom-menu > li.scrivici > a:before, 
#toolbar-superiore > li.scrivici > a:before {
    background-position-x: -745px;
    width: 60px;
    height: 56px;
    top: -1px;
    background-size: 996px;
    vertical-align: middle; }

#toolbar-superiore > li.richiedipreventivo > a:before {
    background-position-x: -570px;
    width: 48px;
    height: 65px;
    top: 27px;
}
#toolbar-superiore > li.richiedipreventivo a { margin-top: -27px; }

.bottom-menu > li.richiedi-preventivo-bottom > a:before {
    background-position-x: -723px;
    width: 56px;
    height: 65px;
    top: 12px;
}
/* ---------------------------------------------------- end Toolbar ---------------------------------------------------- */




/* ------------------------------------------------------- Menu -------------------------------------------------------- */
    /* --------------- Stiky ----------------- */
        #masthead .menu-topwrap {
            float: left;
            background: #fff;
            width: 100%;
            position: relative;
            margin: 0 auto 20px auto;
            padding: 0;
            height: 60px;
        }
        body.logged-in #masthead .menu-top.fixed { top: 32px; }
        body #masthead .menu-top.fixed {
            position: fixed;
            top: 0;
            z-index: 1000;
            background: white;
            box-shadow: 0px -13px 10px 5px rgba(0,0,0,1);
            -webkit-box-shadow: 0px -13px 10px 5px rgba(0,0,0,1);
            -moz-box-shadow: 0px -13px 10px 5px rgba(0,0,0,1);
            transition: all .5s;
        }
    /* --------------- Stiky ----------------- */

    #site-navigation { display: block; }
    #site-navigation button.navbar-toggler {
        float: right;
    }

    .menu-top {
        position: absolute;
        width: 100%;
        background: #ffffffc7;
        z-index: 2;
        transition: all .10s;
    }

    @media screen and (max-width: 1349px) {
        .menu-top {
            padding: 5px 0px;
            background: white;
        }
        #site-navigation { display: block; }
        #site-navigation button.navbar-toggler { float: right; }
        .menu-top nav#site-navigation ul.navbar-collapse { 
            margin: 0 -15px;
            background: white;
            border-radius: 0px 0px 4px 4px;
            -webkit-border-radius: 0px 0px 4px 4px;
            -moz-border-radius: 0px 0px 4px 4px;
            box-shadow: -1rem 1.5rem 1rem -2rem rgba(0,17,40,.75);
        }
        .menu-top nav#site-navigation li { border-bottom: 1px solid #f9f9f9 !important; }

        #masthead #site-navigation button.navbar-toggler {
            position: absolute;
            top: -80px;
            right: 0;
            background: white;   
        }

    }


    .dropdown-menu.show { 
        min-width: 20rem; 
        left: calc(50% - 10rem);
        margin-top: 0;
        border-radius: 0px 0px 4px 4px;
        -webkit-border-radius: 0px 0px 4px 4px;
        -moz-border-radius: 0px 0px 4px 4px;
        border: 0;
        box-shadow: -1rem 1.5rem 1rem -2rem rgba(0,17,40,.75);

    }
    .menu-top nav#site-navigation { 
        background-color: unset !important; 
        padding: 0 !important;
    }

    .menu-top nav#site-navigation ul.navbar-collapse {
        padding: 0;
        margin-bottom: 0;
    }
    .menu-top nav#site-navigation li { 
        list-style: none; 
        margin: auto;  
    }
    .menu-top nav#site-navigation li > a {
        padding: 14px 22px;
        color: #3c3c3c;
        font-weight: 500;
        font-size: 16px;
        display: block;
        text-decoration: none;
        transition: all .3s;
        text-transform: uppercase;
    }
    .navbar-collapse li > a[aria-expanded="true"],
    .navbar-nav li > a[aria-expanded="true"],
    .dropdown-menu li > a:hover {
        background: #0000001c;
        transition: all .3s;
    }

    .full-width.dropdown { position: static; }
    .full-width.dropdown > .dropdown-menu {
        left: 0;
        top: inherit;
        right: 0;
        position: absolute;
        font-size: .8rem;
        padding: 3rem;
    }
    .dropdown  .dropdown-menu  li.item  a {
        padding: 10px 10px !important;
        font-size: 14px !important;
        white-space: normal;
        color: #001128 !important;
        font-weight: 300 !important;
        cursor: pointer;
        font-size: 1rem !important;
        letter-spacing: .25px;

    }
    .full-width.dropdown > .dropdown-menu .mega-menu-link-page {
        text-decoration: none;
        cursor: pointer;
    }
    .full-width.dropdown > .dropdown-menu .mega-menu-link-page > h2.h3 { color: #184262; }
    .full-width.dropdown > .dropdown-menu .mega-menu-link-page > p { 
        color: #001128;
        margin-bottom: .5rem;
        font-weight: 300;
        font-size: 1rem;
        line-height: 1.5;
        margin-top: 0;
        letter-spacing: .25px;
    }

    /* -------------------- Arrow dropdown -------------------- */
    .dropdown-toggle::after { content: unset !important; }
    span.caret {
        display: inline-block;
        width: 0;
        height: 0;
        margin-left: 7px;
        vertical-align: 0.255em;
        content: "";
        border: solid black;
        border-width: 0 .5px .5px 0;
        display: inline-block;
        padding: 2px;
    }
    .dropdown.show span.caret {
        -moz-transform: rotate(-135deg) !important;
        -ms-transform: rotate(-135deg) !important;
        -webkit-transform: rotate(-135deg) !important;
        transform: rotate(-135deg) !important;
        -moz-transition: -moz-transform 0.6s !important;
        -o-transition: -o-transform 0.6s !important;
        -webkit-transition: -webkit-transform 0.6s !important;
        transition: transform 0.6s !important;
    }
    .dropdown span.caret {
        -moz-transform: rotate(45deg) !important;
        -ms-transform: rotate(45deg) !important;
        -webkit-transform: rotate(45deg) !important;
        transform: rotate(45deg) !important;

        -moz-transition: -moz-transform 0.6s !important;
        -o-transition: -o-transform 0.6s !important;
        -webkit-transition: -webkit-transform 0.6s !important;
        transition: transform 0.6s !important;
    }
    /* ------------------ end Arrow dropdown ------------------ */

    
    /* ----------------------- Tollbar ------------------------ */
    #site-navigation ul.navbar-collapse ul.list-menu-toolbar {
        flex-direction: column-reverse;
        margin: 0;
        padding: 0;
        display: none;
    }
    #site-navigation ul.navbar-collapse ul.list-menu-toolbar li {
        width: 100%;
        text-align: left;
    }
    #site-navigation ul.navbar-collapse ul.list-menu-toolbar li.login-btn a {
        color: white;
    }
    /* --------------------- end Tollbar ---------------------- */


    /* -------------------- mobile menu ----------------------- */
    .show{display:block !important;}
    .navbar-collapse{display:none;}
    @media screen and (max-width: 1349px) {
        #site-navigation li.has_child:not(.full-width) ul {
            width: 100%;
            left: 0;
            border: 1px solid #e3e3e3;
            border-top: 0;
            background: white;
            box-shadow: 0rem 0.5rem 1rem -1rem rgba(0,17,40,.75);
        }        
    }
    /* ------------------ end mobile menu --------------------- */


/* ----------------------------------------------------- end Menu ------------------------------------------------------ */



/* -------------------------------------------------- Image Top page --------------------------------------------------- */
.entry-content > img.wp-image-602 { margin-right: -68%; }

/* ------------------------------------------------ end Image Top page ------------------------------------------------- */

.swing-in-top-fwd {
    -webkit-animation: swing-in-top-fwd 0.5s cubic-bezier(0.175, 0.885, 0.320, 1.275) both;
            animation: swing-in-top-fwd 0.5s cubic-bezier(0.175, 0.885, 0.320, 1.275) both;
}
 
@-webkit-keyframes swing-in-top-fwd {
  0% {
    -webkit-transform: rotateX(-100deg);
            transform: rotateX(-100deg);
    -webkit-transform-origin: top;
            transform-origin: top;
    opacity: 0;
  }
  100% {
    -webkit-transform: rotateX(0deg);
            transform: rotateX(0deg);
    -webkit-transform-origin: top;
            transform-origin: top;
    opacity: 1;
  }
}
@keyframes swing-in-top-fwd {
  0% {
    -webkit-transform: rotateX(-100deg);
            transform: rotateX(-100deg);
    -webkit-transform-origin: top;
            transform-origin: top;
    opacity: 0;
  }
  100% {
    -webkit-transform: rotateX(0deg);
            transform: rotateX(0deg);
    -webkit-transform-origin: top;
            transform-origin: top;
    opacity: 1;
  }
}

.slide-bottom {
    -webkit-animation: slide-bottom 0.5s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
            animation: slide-bottom 0.5s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
}
@-webkit-keyframes slide-bottom {
  0% {
    -webkit-transform: translateY(-100px);
            transform: translateY(-100px);
  }
  100% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
}
@keyframes slide-bottom {
  0% {
    -webkit-transform: translateY(-100px);
            transform: translateY(-100px);
  }
  100% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
}

.slide-in-top {
    -webkit-animation: slide-in-top 0.5s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
            animation: slide-in-top 0.5s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
}
@-webkit-keyframes slide-in-top {
  0% {
    -webkit-transform: translateY(-45px);
            transform: translateY(-45px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
}
@keyframes slide-in-top {
  0% {
    -webkit-transform: translateY(-45px);
            transform: translateY(-45px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
}
/* -------------------------------------------------------------------------------------------------------------- end HEADER -------------------------------------------------------------------------------------------------------------- */



/* ------------------------------------------------------------------------------------------------------------- Post article ------------------------------------------------------------------------------------------------------------- */
header.entry-header { padding: 20px 0 40px; }
#main .post-thumbnail img {
    object-fit: cover;
    width: 100%;
    height: 350px;
}
#main .post-thumbnail { margin-bottom: 30px; }

#comments { margin: 50px 0px 5px; }
#commentform .comment-form-cookies-consent {
    display: block;
    width: 100%;
    padding: 0 15px;
}
#commentform .form-submit {
    display: block;
    padding: 0 15px;
}
/* ----------------------------------------------------------------------------------------------------------- end Post article ----------------------------------------------------------------------------------------------------------- */


h2.page-title-chi-siamo {
    position: relative;
    top: -90px;
    color: #f2932e;
}


.ugb-inner-block {
    overflow: hidden;
}
.ugb-expand__title {
    background: white;
    position: relative;
    margin: 0 !important;
    padding-bottom: 16px;
    z-index: 50;
}
.ugb-expand__less-text {
    display: block !important;
    position: relative;
    background: white;
    z-index: 50;
}
.ugb-expand__more-text {
    animation: showLess .3s ease-in-out both;
}

.ugb-expand.ugb-expand--more .ugb-expand__more-text {
    animation: showMore .3s ease-in-out both !important;
}


@keyframes showMore {
     0% { 
        opacity: 0; 
        -webkit-transform: translateY(-100%); 
    }   
    100% { 
        opacity: 1; 
        -webkit-transform: translateY(0); 
    }
}
@keyframes showLess {
     0% { 
        opacity: 1; 
        -webkit-transform: translateY(100%); 
    }   
    100% { 
        opacity: 0; 
        -webkit-transform: translateY(0); 
    }
}

html .mb-0 { margin-bottom: 0 !important; }


.ugb-expand__toggle span {
    transition: all .3s;
    color: #717171;
    font-weight: 500;
}
.ugb-expand__toggle span:hover { 
    transition: all .3s; 
    color: #000;
}



.full-width-content {
    width: 99.1vw;
    margin-left: 50%;
    transform: translateX(-50%);
    background: #f7f7f7;
}
.full-width-content figure { margin-bottom: 0 !important; }
.full-width-content .ugb-expand__less-text, .full-width-content .ugb-expand__title { background: #f7f7f7; }

.card-body .btn-link,.card-body .btn-outline-primary,.card-body a {
    color: #184262 !important;
}

.btn {
    display: inline-block;
    font-weight: 400;
    color: #212529;
    text-align: center;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: transparent;
    border: 1px solid transparent;
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: .25rem;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
.btn:not(:disabled):not(.disabled) {
    cursor: pointer;
}
.btn:hover {
    color: #212529;
    text-decoration: none;
}
.btn.btn-primary { color: white; }
.btn-outline-primary:focus, .btn-primary:focus {
    -webkit-box-shadow: 0 0 0 0.1rem rgba(0, 123, 255, .25) !important;
    -moz-box-shadow: 0 0 0 0.1rem rgba(0, 123, 255, .25) !important;
    box-shadow: 0 0 0 0.1rem rgba(0, 123, 255, .25) !important;
    outline: 0;
}

/* ----------------------------------------------------------------------------------------------------- Fixed Bottom mobile blue bar ----------------------------------------------------------------------------------------------------- */
.slide-in-bottom {
    -webkit-animation: slide-in-bottom 0.5s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
            animation: slide-in-bottom 0.5s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
}
@-webkit-keyframes slide-in-bottom {
  0% {
    -webkit-transform: translateY(45px);
            transform: translateY(45px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
}
@keyframes slide-in-bottom {
  0% {
    -webkit-transform: translateY(45px);
            transform: translateY(45px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
}
div.mobile-menu-bottom {
    position: fixed;
    bottom: 0;
    width: 100%;
    background: #003366;
    z-index: 500;
    display: none;
}
div.mobile-menu-bottom ul.bottom-menu {
    display: inline-flex;
    margin: 0 auto;
    padding: 0;
}
div.mobile-menu-bottom ul.bottom-menu li {
    list-style: none;
}
.bottom-menu > li.telefono > a:before { top: 14px; }
@media screen and (max-width: 1349px) {
    div.mobile-menu-bottom { display: flex; }
}
/* --------------------------------------------------------------------------------------------------- end Fixed Bottom mobile blue bar --------------------------------------------------------------------------------------------------- */

/* ---------------------------------------------------------------------------------------------------------------- FOOTER ---------------------------------------------------------------------------------------------------------------- */
form.wpcf7-form input:not([type="checkbox"]):not([type="submit"]), form.wpcf7-form select, form.wpcf7-form textarea {
    width: 100%;
    max-height: 140px;
    display: block;
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    margin-bottom: 20px;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;  
}

form.wpcf7-form input:not([type="checkbox"]):not([type="submit"]) { height: calc(1.5em + .75rem + 2px); }

form.wpcf7-form input[type="submit"],
.btn-read-more a {
    background-color: #f2932e !important;
    border-color: #f2932e;
    display: inline-block;
    font-weight: 400;
    width: 170px;
    color: white !important;
    text-align: center;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: transparent;
    border: 1px solid transparent;
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: .25rem;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

form.wpcf7-form input:not([type="checkbox"]):not([type="submit"]):focus, form.wpcf7-form select:focus, form.wpcf7-form textarea:focus, .btn-read-more a:focus {
    color: #495057;
    background-color: #fff;
    border-color: #e9ecef;
    border: 1px;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgb(233, 236, 239);
}

footer#colophon { 
    background: #f7f7f7;
    padding: 30px;
}

footer#colophon p { padding: 0 !important; }
footer#colophon .wp-block-column div p { 
    color: #20496a;
    line-height: 16px;
    padding: 30px 0;
}

footer#colophon div.site-info, footer#colophon div.site-info a { color: white !important; }

@media screen and (min-width: 768px) {
    footer#colophon .pt-60px {
        padding-top: 80px;
    }
}
.acceptance-445 span.wpcf7-acceptance {
    position: relative;
    top: 2px;
}
/* -------------------------------------------------------------------------------------------------------------- end FOOTER -------------------------------------------------------------------------------------------------------------- */


/* ----------------------------- Utility ----------------------------- */
div.ugb-divider.ugb-divider--v2 hr.ugb-divider__hr { 
    width: 100% !important;
    background-color: #fcb900 !important; }

time { margin-right: 15px; }
.form-control.primary_color:focus {
    color: #495057;
    background-color: #fff;
    border-color: #f2932e;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgb(242 147 46 / .25); }

.screen-reader-response { display: none }
.wpcf7-response-output {
	border: 3px solid #42bb45;
    padding: 16px }
/* --------------------------- end Utility --------------------------- */