/*
 Theme Name:   GeneratePress Child
 Theme URI:    https://generatepress.com
 Description:  Default GeneratePress child theme
 Author:       Tom Usborne
 Author URI:   https://tomusborne.com
 Template:     generatepress
 Version:      0.1
*/
/***********************************************************************************************************************************************/
/********************A wizard is never late, Frodo Baggins. Nor is he early. He arrives precisely when he means*********************************/
/***********************************************************************************************************************************************/


/*******************************************************************************************************************/
/*				  													                                       GENERIC*/
/******************************************************************************************************************/

.mobile_buttons {
    position: absolute;
    bottom: 0;
    left: 0;
    position: fixed;
    z-index: 99999;
}

.mobile_buttons .gb-inside-container .gb-grid-wrapper {
    display: flex;
    flex-wrap: nowrap;
}

.mobile_buttons .gb-button {
    width: 50vw !important;
    background-color: #575760 !important;
    border-top: solid 3px gray;
    border-bottom: solid 3px gray;
    border-left: solid 1.5px gray;
    border-right: solid 1.5px gray;
    color: #ffffff !important;
    font-size: 13px;
}

/************************************************************/
/*				  		                          RESPONSIVE*/
/************************************************************/

@media(min-width:769px) {

    .mobile_buttons {
        visibility: hidden;
    }

}

/****************************************************************************/
/*				  								       HERO TITLES FOR PAGES*/
/****************************************************************************/

.pages-header-hero h2 {
    font-size: 50px;
    text-transform: uppercase;
}

.single-post .pages-header-hero h2 {
    width: 50%;
}

/************************************************************/
/*				  		                          RESPONSIVE*/
/************************************************************/

@media(max-width: 1280px){
    html {
        overflow-x: hidden;
    }
}

@media(max-width: 912px){
    .pages-header-hero .gb-inside-container {
        padding-left: 350px !important;
    }
}

@media(max-width: 820px){
    .pages-header-hero .gb-inside-container {
        padding-left: 300px !important;
    }
}

@media(max-width: 480px){
    .pages-header-hero .gb-inside-container {
        padding-left: 50px !important;
    }

    .pages-header-hero h2{
        font-size: 30px;
    }
}


/************************************************************/
/*				  		                          RESPONSIVE*/
/************************************************************/

@media(max-width: 1440px){
    .single-post .pages-header-hero .gb-inside-container {
        padding-left: 200px;
    }
    .single-post .pages-header-hero h2 {
        width: 70%;
    }
}

/****************************************************************************/
/*				  								  CTA BOTTOM FOR INNER PAGES*/
/****************************************************************************/

.cta-bottom {
    background-color: #F19820;
    padding-top: 20px;
    padding-bottom: 20px;
}

.cta-bottom h2 {
    color: #ffffff;
}

.cta-bottom .gb-button-wrapper a {
    background-color: transparent !important;
    border: 1px solid #ffffff;
    font-weight: bold;
}

.cta-bottom .gb-button-wrapper a:hover{
    background-color: rgba(87, 87, 96, 0.5) !important;
    border: 1px solid #575760;
}

/************************************************************/
/*				  		                          RESPONSIVE*/
/************************************************************/

@media(max-width: 1024px){
    .cta-bottom {
        padding-left: 50px;
        padding-right: 50px;
    }

    .cta-bottom h2{
        font-size: 30px;
    }
}

@media(max-width: 480px){
    .cta-bottom {
        text-align: center;
    }

    .cta-bottom .gb-button-wrapper {
        justify-content: center;
    }
}

/*******************************************************************************************************************/
/*				  													                                        HEADER*/
/******************************************************************************************************************/

/****************************************************************************/
/*				  											    HERO CONTENT*/
/****************************************************************************/

.home-hero-container h2 {
    font-size: 200px;
    font-weight: bold;
    color: rgba(255,255,255,0.4);
}

/************************************************************/
/*				  		                          RESPONSIVE*/
/************************************************************/

@media(max-width: 1680px){
    .home-hero-container {
        min-height: 91vh !important;
    }
}

@media(max-width: 1600px){
    .home-hero-container {
        min-height: 92vh !important;
    }
}

@media(max-width: 1440px){
    .home-hero-container {
        min-height: 89vh !important;
    }
}

@media(max-width: 1366px){
    .home-hero-container {
        min-height: 87vh !important;
    }
}

@media(max-width: 1280px){
    .home-hero-container {
        min-height: 88vh !important;
    }
}

@media(max-width: 1280px) and (min-height: 1024px){
    .home-hero-container {
        min-height: 91vh !important;
    }
}

@media(max-width: 1024px){
    .home-hero-container h2 {
        font-size: 150px;
    }
}

@media(max-width: 820px){
    .home-hero-container h2 {
        font-size: 130px;
    }
}

@media(max-width: 480px){
    .home-hero-container {
        min-height: 89vh !important;
    }

    .home-hero-container h2 {
        font-size: 75px;
    }
}

@media(max-width: 375px){
    .home-hero-container {
        min-height: 88vh !important;
    }

    .home-hero-container h2 {
        font-size: 65px;
    }
}

/****************************************************************************/
/*				  											            MENU*/
/****************************************************************************/

header#masthead {
    position: sticky;
    top: 0;
    z-index: 2;
}

#menu-main-menu li a {
    color: #ffffff;
}

#menu-main-menu li ul {
    background-color: #575760 !important;
    width: 250px;
}

/* #menu-main-menu li .sub-menu li:hover {
    background: #F19820;
} */

#menu-main-menu li:hover > a {
    color: #F19820;
}

/* #menu-main-menu li .sub-menu li:hover a{
    color: #ffffff;
} */

@media (min-width: 769px) {
    nav .main-nav .mega-menu {
        position: static;
    }

    nav .main-nav .mega-menu > ul {
        position: absolute;
        width: 100%;
        left: 0 !important;
        display: flex;
        flex-wrap: wrap;
    }

    nav .main-nav .mega-menu > ul > li > a {
        font-weight: bold;
    }

    nav .main-nav .mega-menu>ul>li {
        display: inline-block;
        width: 25%;
        vertical-align: top;
    }

    nav .main-nav .mega-menu.mega-menu-col-2>ul>li {
        width: 50%;
    }

    nav .main-nav .mega-menu.mega-menu-col-3>ul>li {
        width: 33.33%;
    }

    nav .main-nav .mega-menu.mega-menu-col-5>ul>li {
        width: 20%;
    }

    nav .main-nav .mega-menu > ul > li:hover > a,
    nav .main-nav .mega-menu > ul > li:focus > a,
    nav .main-nav .mega-menu > ul > li[class*="current-"] > a,
    nav .main-nav .mega-menu ul ul {
        background-color: transparent !important;
        color: inherit;
    }

    nav .main-nav .mega-menu ul .sub-menu {
        position: static;
        display: block;
        opacity: 1;
        visibility: visible;
        width: 100%;
        box-shadow: 0 0 0;
        left: 0;
        height: auto;
        pointer-events: auto;
        transform: scale(1);
    }

    nav .main-nav .mega-menu ul.toggled-on .sub-menu {
        pointer-events: auto;
    }

    nav .main-nav .mega-menu .sub-menu .menu-item-has-children .dropdown-menu-toggle {
        display: none;
    }

    #menu-item-53 > .sub-menu {
        width: 1300px;
        left: -50% !important;
        padding: 20px;
    }

    #menu-item-53 > .sub-menu > li > a {
        font-size: 18px;
    }

    #menu-item-53 > .sub-menu > li > a:after {
        content: '';
        border-bottom: 1px solid #ffffff;
        display: block;
        padding-top: 10px;
    }

    #menu-item-53 .more-link-mega a {
        color: #F19820 !important;
    }
}

/************************************************************/
/*				  		                          RESPONSIVE*/
/************************************************************/

@media(max-width: 1024px){
    button.menu-toggle {
        color: #ffffff !important;
        font-size: 30px;
    }
}

@media(max-width: 1440px){
    #menu-item-53 > .sub-menu{
        left: -55% !important;
    }
}

@media(max-width: 1366px){
    #menu-item-53 > .sub-menu {
        left: -57% !important;
    }
}

@media(max-width: 912px){
    #menu-mobile-menu > li a {
        color: #ffffff;
        font-size: 19px;
    }

    #menu-mobile-menu > li .sub-menu.toggled-on{
        background-color: #575760;
    }

    #menu-mobile-menu > li > ul > li a{
        font-size: 16px;
        padding-left: 40px;
    }

    #menu-mobile-menu > li > ul > li > ul li a{
        font-size: 14px;
        padding-left: 60px;
    }
}

/*******************************************************************************************************************/
/*				  													                                           HOME*/
/*******************************************************************************************************************/


/************************************************************/
/*				  		                           SECTION 1*/
/************************************************************/

.home-section1 {
    padding: 40px 90px 40px 90px;
}

.home-section1 h2 {
    font-size: 60px;
}

.home-section1 h2:after {
    content: '';
    border-bottom: 4px solid #e7e6e6;
    display: block;
    padding-top: 15px;
    width: 50%;
}

/************************************************************/
/*				  		                          RESPONSIVE*/
/************************************************************/

@media(max-width: 1680px){
    .home-section1 h2 {
        font-size: 50px;
    }
}

@media(max-width: 1440px){
    .home-section1 h2 {
        font-size: 40px;
    }
}

@media(max-width: 1280px){
    .home-section1 h2 {
        font-size: 38px;
    }
}

@media(max-width: 1024px){
    .home-section1 h2 {
        font-size: 30px;
    }
}

@media(max-width: 912px){
    .home-section1 {
        padding: 40px;
    }

    .home-section1 .gb-grid-wrapper {
        flex-direction: column;
    }

    .home-section1 .gb-grid-wrapper > div {
        width: 100%;
    }

    .home-section1 .gb-grid-wrapper > div figure {
        text-align: center;
    }
}


/************************************************************/
/*				  		                           SECTION 2*/
/************************************************************/

.home-paralax-container{
    overflow: hidden;
}

.home-paralax-container .section{
    position: relative;
    max-width: 1920px;
    min-height: 346px;
    padding: 40px;
    margin: auto;
}

.home-paralax-container .section.bg-static1{
    background-size: cover;
    background-position: center;
}

.home-paralax-container .section.bg-static2{
    background-size: cover;
    background-position: center;
}

.home-paralax-container .section.bg-static3{
    background-size: cover;
    background-position: center;
}

.home-paralax-container .section.bg-static4{
    background-size: cover;
    background-position: center;
}

.home-paralax-container .section.bg-static5{
    background-size: cover;
    background-position: center;
}

.home-paralax-container .section.bg-static1 .bg-move {
    position: absolute;
    top: 0;
    bottom: 0;
    right: auto;
    width: 2500px;
    background-size: cover;
    background-position: center;
    background-image: url("/wp-content/uploads/2022/05/paralax-home3.jpg");
}

.home-paralax-container .section.bg-static2 .bg-move {
    position: absolute;
    top: 0;
    bottom: 0;
    left: auto;
    width: 2500px;
    background-size: cover;
    background-position: center;
    background-image: url("/wp-content/uploads/2022/05/paralax-home1.jpg");
}

.home-paralax-container .section.bg-static3 .bg-move {
    position: absolute;
    top: 0;
    bottom: 0;
    right: auto;
    width: 2500px;
    background-size: cover;
    background-position: center;
    background-image: url("/wp-content/uploads/2022/05/paralax-home2.jpg");
}

.home-paralax-container .section.bg-static4 .bg-move {
    position: absolute;
    top: 0;
    bottom: 0;
    left: auto;
    width: 2500px;
    background-size: cover;
    background-position: center;
    background-image: url("/wp-content/uploads/2022/05/paralax-home5.jpg");
}

.home-paralax-container .section.bg-static5 .bg-move {
    position: absolute;
    top: 0;
    bottom: 0;
    right: auto;
    width: 2500px;
    background-size: cover;
    background-position: center;
    background-image: url("/wp-content/uploads/2022/05/paralax-home4.jpg");
}

.home-paralax-container .paralax-titles {
    position: absolute;
    background-color: rgba(0,0,0,0.6);
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    display: flex;
    align-items: center;
}

.home-paralax-container .paralax-titles h3 {
    color: #ffffff;
    padding-left: 200px;
    font-size: 40px;
}

/************************************************************/
/*				  		                          RESPONSIVE*/
/************************************************************/

@media(max-width: 480px){
    .home-paralax-container .paralax-titles h3 {
        padding-left: 70px;
        font-size: 34px;
    }
}

/************************************************************/
/*				  		                           SECTION 3*/
/************************************************************/

.home-section3 {
    padding-top: 40px;
    padding-bottom: 40px;
}

.home-section3 h2:after {
    content: '';
    border-bottom: 4px solid #e7e6e6;
    display: block;
    padding-top: 15px;
    width: 20%;
}

.home-section3 .wp-block-gallery {
    justify-content: center;
    align-items: center;
}

.home-section3 .wp-block-gallery figure {
    align-items: center;
    width: 200px !important;
    padding: 10px;
    margin: 10px !important;
}

.home-section3 .wp-block-gallery .wp-block-image img {
    object-fit: contain;
    width: 200px !important;
    height: 100px !important;
}

/************************************************************/
/*				  		                          RESPONSIVE*/
/************************************************************/

@media(max-width: 1440px){
    .home-section3 .gb-inside-container {
        padding-left: 50px;
        padding-right: 50px;
    }
}

@media(max-width: 375px){
    .home-section3 h2 {
        font-size: 30px;
    }
}

/************************************************************/
/*				  		                           SECTION 4*/
/************************************************************/

.home-section4{
    padding-top: 40px;
    padding-bottom: 40px;
}

.home-section4 h2:after{
    content: '';
    border-bottom: 4px solid #e7e6e6;
    display: block;
    padding-top: 15px;
    width: 20%;
}

.home-section4 .wp-block-latest-posts__list li {
    background: #F8F8F8;
}

.home-section4 .wp-block-latest-posts__list li > a {
    color: #000000;
    text-decoration: none;
    font-weight: bold;
    font-size: 20px;
    padding: 20px;
    display: block;
}

.home-section4 .wp-block-latest-posts__list li .wp-block-latest-posts__post-excerpt {
    padding: 20px;
}
.home-section4 .wp-block-latest-posts__list li .read-more-container {
    margin-top: 20px;
}

@media(max-width: 912px){
    .home-section4 {
        padding: 40px;
    }

    .home-section4 ul {
        width: 100%;
        margin: 0;
    }

    .home-section4 ul li {
        width: 100% !important;
    }
}

/*******************************************************************************************************************/
/*				  													                                        COMPANY*/
/*******************************************************************************************************************/

/************************************************************/
/*				  		                           SECTION 1*/
/************************************************************/

.about-section1 {
    padding-top: 30px;
    padding-bottom: 30px;
}

.about-section1 img {
    padding-bottom: 20px;
}

/************************************************************/
/*				  		                          RESPONSIVE*/
/************************************************************/

@media(max-width: 1024px){
    .about-section1 .gb-inside-container .gb-grid-wrapper {
        padding-left: 50px;
        padding-right: 50px;
    }
}

/************************************************************/
/*				  		                           SECTION 2*/
/************************************************************/

.about-section2 > .gb-inside-container {
    padding-left: 150px;
    padding-right: 150px;
}

.about-section2 h2{
    color: #ffffff;
    font-size: 50px;
    padding-bottom: 60px;
}

.about-section2 .gb-grid-column .gb-inside-container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    align-self: center;
    width: 50%;
    text-align: center;
    padding-top: 25px;
    padding-bottom: 25px;
}

.about-section2 span {
    color: #ffffff;
    padding-top: 20px;
    font-size: 20px;
}

.about-section2 svg,
.about-section2 svg path{
    width: 80px;
    height: 80px;
    fill: #ffffff;
}

/************************************************************/
/*				  		                          RESPONSIVE*/
/************************************************************/

@media(max-width: 1024px){
    .about-section2 h2 {
        font-size: 44px;
    }
}

@media(max-width: 480px){
    .about-section2 > .gb-inside-container {
        padding-left: 30px;
        padding-right: 30px;
        padding-top: 50px;
    }
}

/************************************************************/
/*				  		                           SECTION 3*/
/************************************************************/

.about-section3{
    padding-top: 60px;
    padding-bottom: 60px;
}

.about-section3 > .gb-inside-container > h2 {
    padding-bottom: 50px;
    font-size: 48px;
    display: block;
    width: 20%;
}

.about-section3 > .gb-inside-container > h2:after{
    content: '';
    border-bottom: 4px solid #e7e6e6;
    display: block;
    padding-top: 15px;
    width: 50%;
}

.about-section3 .gb-grid-column .gb-container {
    background: #F8F8F8;
}

.about-section3 .gb-grid-column .gb-container h2{
    padding: 20px 20px 0px 20px
}

.about-section3 .gb-grid-column .gb-container p{
    padding: 0px 20px 20px 20px
}

.about-section3 .gb-grid-column .gb-container h2 {
    font-size: 25px;
}

/************************************************************/
/*				  		                          RESPONSIVE*/
/************************************************************/

@media(max-width: 1024px){
    .about-section3 .gb-inside-container .gb-grid-wrapper {
        padding-left: 50px;
        padding-right: 50px;
    }

    .about-section3 > .gb-inside-container > h2{
        width: 100%;
        padding-left: 50px;
    }
}

/*******************************************************************************************************************/
/*				  													                                       PRODUCTS*/
/*******************************************************************************************************************/

/************************************************************/
/*				  		                        PRODUCT GRID*/
/************************************************************/

.tax-product_category main#main .product-grid {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-gap: 20px;
}

.tax-product_category header.entry-header h2 {
    font-size: 25px;
    font-weight: 600;
}

.tax-product_category .list-subcats {
    list-style-type: none;
    display: flex;
    flex-direction: row;
    gap: 20px;
    text-align: center;
    justify-content: center;
    padding-top: 20px;
    padding-bottom: 20px;
    margin: 0px;
    padding-left: 30px;
    padding-right: 30px;
}

.tax-product_category .list-subcats li {
    background-color: #575760;
    padding: 10px;
    align-items: center;
    align-content: center;
    justify-content: center;
    display: flex;
}

.tax-product_category .list-subcats li:hover{
    background-color: #000000;
}

.tax-product_category .list-subcats li a {
    color: #ffffff;
    text-decoration: none;
}

.tax-product_category .catalog-button {
    text-align: center;
    width: 20%;
    margin: 0 auto;
    border: 1px solid #000000;
    padding: 5px;
}

.tax-product_category .catalog-button:hover{
    border-color: #575760;
    background-color: #575760;
}

.tax-product_category .catalog-button a{
    text-decoration: none;
    color: #000000;
}

.tax-product_category .catalog-button:hover a{
    color: #ffffff;
}


/************************************************************/
/*				  		                          RESPONSIVE*/
/************************************************************/

@media(max-width: 1440px){
    .tax-product_category .list-subcats {
        flex-wrap: wrap;
    }
}

@media(max-width: 912px){
    .tax-product_category main#main .product-grid {
        grid-template-columns: 1fr 1fr;
    }
}

@media(max-width: 480px){
    .tax-product_category main#main .product-grid {
        grid-template-columns: 1fr;
    }

    .tax-product_category .list-subcats li{
        width: 100%;
    }

    .single-product main#main {
        padding: 30px;
    }
}

/*******************************************************************************************************************/
/*				  													                                       SERVICES*/
/*******************************************************************************************************************/

/************************************************************/
/*				  		                                HERO*/
/************************************************************/

.services-section1 > .gb-inside-container {
    padding-left: 150px;
    padding-right: 150px;
}

.services-section1 > .gb-inside-container h2 {
    color: #ffffff;
    font-size: 48px;
    text-transform: uppercase;
}

.services-section1 > .gb-inside-container p {
    color: #ffffff;
    width: 40%;
}

.services-section1 > .gb-inside-container .gb-button-wrapper a {
    color: rgba(255,255,255,0.7);
    background-color: rgba(255,255,255,0.2) !important;
    border: 1px solid rgba(255,255,255,0.2);
}

/************************************************************/
/*				  		                          RESPONSIVE*/
/************************************************************/

@media(max-width: 1680px){
    .services-section1 {
        min-height: 91vh !important;
    }
}

@media(max-width: 1680px){
    .services-section1 {
        min-height: 92vh !important;
    }
}

@media(max-width: 1024px){
    .services-section1 > .gb-inside-container p {
        width: 70%;
        font-size: 14px !important;
    }
}

@media(max-width: 480px){
    .services-section1 > .gb-inside-container {
        padding-left: 30px;
        padding-right: 30px;
    }

    .services-section1 > .gb-inside-container p {
        width: 100%;
    }
}

/************************************************************/
/*				  		                           SECTION 2*/
/************************************************************/

.services-section2{
    padding-top: 30px;
    padding-bottom: 30px;
}

/************************************************************/
/*				  		                          RESPONSIVE*/
/************************************************************/

@media(max-width: 1024px){
    .services-section2 {
        padding-left: 50px;
        padding-right: 50px;
    }
}

/************************************************************/
/*				  		                        TESTIMONIALS*/
/************************************************************/

.testimonials-services {
    background: #f3f3f3;
    padding-top: 30px;
    padding-bottom: 60px;
}

.testimonials-services h2 {
    padding-top: 20px;
    padding-bottom: 20px;
}

.testimonials-services h2:after{
    content: '';
    border-bottom: 4px solid #e7e6e6;
    display: block;
    padding-top: 15px;
    width: 20%;
}

.testimonials-services .gb-grid-wrapper .gb-grid-column {
    padding-right: 20px;
}

.testimonials-services .gb-grid-wrapper .gb-grid-column:nth-child(2) {
    border-left: 1px solid;
    border-right: 1px solid;
}

.testimonials-services .gb-grid-wrapper .gb-grid-column:nth-child(3) {
    border-right: 1px solid;
}

/************************************************************/
/*				  		                          RESPONSIVE*/
/************************************************************/

@media(max-width: 1024px){
    .testimonials-services {
        padding-left: 50px;
        padding-right: 50px;
    }
}

@media(max-width: 480px){
    .testimonials-services .gb-grid-wrapper .gb-grid-column:nth-child(2),
    .testimonials-services .gb-grid-wrapper .gb-grid-column:nth-child(3) {
        border-right: none;
    }
}

/*******************************************************************************************************************/
/*				  													                                        CONTACT*/
/*******************************************************************************************************************/

/************************************************************/
/*				  		                           SECTION 1*/
/************************************************************/

.contact-section1 {
    padding-top: 150px;
    padding-bottom: 30px;
}

.contact-section1 h2{
    font-size: 48px;
    color: #ffffff;
}

.contact-section1 p{
    color: #ffffff;
}

.contact-section1 .gb-grid-wrapper {
    padding-top: 50px;
    padding-bottom: 50px;
}

.contact-section1 form input,
.contact-section1 form textarea {
    background: transparent;
    width: 100%;
    margin-top: 15px;
    color: #ffffff;
}

.contact-section1 form label {
    display: block;
    font-size: 25px;
    text-transform: uppercase;
}

.contact-section1 form span.wpcf7-form-control-wrap.acceptance label {
    font-size: 14px;
}

.contact-section1 .wpcf7-form-control-wrap.acceptance {
    display: flex;
    justify-content: center;
    align-items: center;
}

span.wpcf7-form-control.wpcf7-acceptance > span label {
    display: flex;
    flex-direction: row;
    gap: 20px;
    font-size: 15px;
    justify-content: center;
}

span.wpcf7-form-control.wpcf7-acceptance > span label input {
    width: 10%;
    margin-bottom: 15px;
}

/* .contact-section1 .wpcf7-form-control-wrap.acceptance input {
    width: auto;
    display: initial;
} */

.contact-section1 input.wpcf7-form-control.has-spinner.wpcf7-submit {
    background-color: transparent;
    border: 1px solid #ffffff;
}

.contact-section1 input.wpcf7-form-control.has-spinner.wpcf7-submit:hover{
    background-color:rgba(87, 87, 96, 0.5);
}

.contact-section1 .gb-container.gb-container-085e97af iframe {
    padding-bottom: 25px;
}

.contact-section1 .gb-container.gb-container-085e97af p a{
    text-decoration: none;
    color: #ffffff;
}

/************************************************************/
/*				  		                          RESPONSIVE*/
/************************************************************/

@media(max-width: 1024px){
    .contact-section1 {
        padding-left: 50px;
        padding-right: 50px;
    }
}

@media(max-width: 480px){
    .contact-section1 h2 {
        font-size: 33px;
    }
}

/*******************************************************************************************************************/
/*				  													                                         FOOTER*/
/*******************************************************************************************************************/

/************************************************************/
/*				  		                             COLUMNS*/
/************************************************************/

#footer-widgets h2 {
    font-size: 30px;
    color: #ffffff;
}

#footer-widgets h2:after{
    content: '';
    border-bottom: 1px solid #e7e6e6;
    display: block;
    padding-top: 15px;
}


.footer-widget-1 svg {
    width: 30px;
    height: 30px;
    fill: #ffffff;
}

.footer-widget-1 p{
    display: flex;
    color: #ffffff;
}

.footer-widget-1 p a{
    text-decoration: none;
    color: #ffffff;
}

.footer-widget-1 p a:hover{
    color: #FBC910;
}

.footer-widget-1 p svg {
    padding-right: 5px;
}

.footer-widget-1 .wp-block-social-links{
    display: flex;
}

.footer-widget-1 .wp-block-social-links li{
    margin-bottom: 0.5em !important;
}

/************************************************************/
/*				  		                          RESPONSIVE*/
/************************************************************/

@media(max-width: 1024px){
    #footer-widgets h2{
        font-size: 25px;
    }
}

/************************************************************/
/*				  		                           COPYRIGHT*/
/************************************************************/

footer.site-info .inside-site-info {
    border-top: 1px solid rgba(255,255,255,0.1);
}

.copyright-bar {
    display: flex;
    color: #ffffff;
}

.copyright-bar img {
    padding-left: 5px;
}

/************************************************************/
/*				  		                          RESPONSIVE*/
/************************************************************/

@media(max-width: 480px){
    .copyright-bar{
        flex-direction: column;
    }
}



/****************************************************************************/
/*				  								                EXPO POPUP!!*/
/****************************************************************************/
.pum-theme-847, .pum-theme-default-theme{
    background-color:rgba(255,255,255,0.55)!important;
}

.pum-theme-847 .pum-container{
    border:none!important;
    box-shadow:none!important;
    background-color:transparent!important;
}

#popmake-856{
    padding:0px!important;
	left: 50% !important;
	transform: translateX(-50%);
}

#popmake-856 .pum-close{
    background-color:#CC6C14!important;
    height: 40px;
    width: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size:14px;
}

@media(max-width:812px){
    #popmake-856{
        margin:0 25px!important;
    }
}
