/*
Theme Name: Pss Theme
Theme URI: https://wordpress.org/themes/twentytwentyone/
Description: Twenty Twenty-One Child Theme
Author: the WordPress team
Author URI: https://wordpress.org/

Version: 1.0.1
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: twentychild
Tags:two-columns, left-sidebar, right-sidebar, light, responsive-layout, custom-background, custom-colors, custom-header, custom-menu, featured-image-header, featured-images, flexible-header, full-width-template, sticky-post, theme-options, threaded-comments, translation-ready
*/

.wp-block-column {
    padding: 0px 15px;
}

@media(min-width:768px){
	.wp-block-columns:not(.is-not-stacked-on-mobile)>.wp-block-column:not(:first-child) {
		margin-left: var(--wp--style--block-gap,50px);
	}
}
/*.image img{
	height:100%;
}*/

@media(max-width:768px){
.mod_box_grid #title19 {
    font-size: 24px !important;
}
}

.product-list .mod_column .product-image {   
    max-width: 181px;
}
.product-list .mod_column:nth-child(5) .product-image {   
    max-width: 304px;
    width: 304px;
}
.product-list .mod_column:nth-child(6) .product-image {   
    max-width: 304px;
    width: 304px;
}
.cta {
    margin: 0px auto 33px;
}
.mod_box_grid .boxes.wider {
    flex-wrap: wrap;
}
.mod_box_grid .boxes.wider .box:nth-child(even) {
    margin-left: 30px;
}
.mw-60 {
    max-width:75% !important;
}
.popup-video {
	display:block
}
.popup-video img{
	width:100%;
}

.popup-custom {
    position: fixed;
    top: 0;
    z-index: 9999;
    width: 100%;
    background: rgba(0,0,0,0.5);
    height: 100vh;
    transition:0.8s all;
/*   display:none; */

}

.join-popup {
    position: fixed;
    width: 550px;
    /* top: 436px; */
    left: 28%;
    transform: translate(-50% ,0);
    transition: 0.5s all;
    /* display: none; */
    bottom: 0;
}
.popup-content {
    background: #fff;
    padding: 50px 40px;
    position: relative;
    transition:0.5s all;
    background: url(/wp-content/uploads/2023/01/Rectangle-2-1.png) no-repeat center center/109% 109% !important;
}

button.pop-close {
    position: absolute;
    top: 23px;
    right: 41px;
    background: none;
    font-size: 30px;
    font-weight: 300;
    color: #fff;
    transition: 0.5s all;
    border: 0 !important;

}

.join-popup .gform_wrapper.gravity-theme .gfield input.large {
    width: 100%;
    background: #e9e9e9;
    padding: 10px;
}
.join-popup .gravity-from-submit{
    margin: auto;
}
.join-popup #field_6_1{
  margin-right: 8px;
}
.popup-content h2 {
    color: #ffffff !important;
    font-family: 'Versailles';
    font-size: 36px ;
    text-align: center;
    font-weight: 200;
}
.popup-content p {
    color: #ffffff;
    font-family: Montserrat;
    size: 15px;
    text-align: center;
    margin-bottom: 50px;
}
.popup-content a {
    color: #fff;
    text-transform: uppercase;
    background-color: #8b8b8b;
    border: 2px solid #ffffff;
    text-align: center;
    padding: 13px 42px;
    -webkit-transition: .2s;
    -o-transition: .2s;
    transition: .2s;
    margin-left: 150px;
    text-decoration: none;
    border-radius: 47px;
}
.popup-content-inner {
    border: 1px solid #fff;
    padding: 25px 0px 45px 0px;
}
.popup-content {
    background: #fff;
    padding: 14px 14px;
}
.popup-content a:hover {
    background-color: #c87082;
}
.popup-content a:hover {
    background-color: #fff;
    color: #000;
    font-weight: 900;
}
button.pop-close {
    position: absolute;
    top: 17px;
    right: -9px;
    background: none;
    font-size: 30px;
    font-weight: 700;
    color: #fff;
    transition: 0.5s all;
    border: 0 !important;
}
.content-pop {
    /* margin: 30px; */
    margin-top: 25px;
/*     margin-bottom: 30px; */
/* margin-left: -16px; */
text-align: center;
}


    /*=====NEW====*/
    
    .popup-content a {
        color: #fff;
        text-transform: uppercase;
        background-color: #8b8b8b;
        border: 2px solid #ffffff;
        text-align: center;
        padding: 10px 30px;
        -webkit-transition: .2s;
        -o-transition: .2s;
        transition: .2s;
        margin-left: unset;
        text-decoration: none;
        border-radius: 47px;
    }
    .popup-content p {
        color: #ffffff;
        font-family: Montserrat;
        size: 15px;
        text-align: center;
        margin-bottom: 31px;
    }
    .popup-content {
        padding: 10px 10px;
    }
    .popup-content-inner {
        border: 1px solid #fff;
        padding: 24px 4px 47px 0px;
    }
    
    
@media (max-width:1500px){
    .mod_contact {
        position: relative;
        background-color: #ffffff;
/*        margin-top: 84px;*/
        /* margin-bottom: 38px !important; */
    }
}

    @media (max-width:992px){

        .join-popup {
            position: fixed;
            width: 550px;
            top: 436px;
            left: 33% ;
            transform: translate(-50% ,-20);
            transition: 0.5s all;
            /* display: none; */
        }
    }
    
    @media (max-width:1900px){
        .join-popup {
            position: fixed;
            width: 575px;
            /* top: 50%; */
            left: 26%;
            transform: translate(-50% ,0);
            transition: 0.5s all;
            /* display: none; */
        }
    }
    
    @media (max-width:768px){

        .join-popup {
            width: 93%;
            left: 50%;
            right: 50%;
        }
        button.pop-close {
            position: absolute;
            top: 7px;
            right: 17px;
            background: none;
            font-size: 30px;
            font-weight: 300;
            color: #fff;
            transition: 0.5s all;
            border: 0 !important;
        }
        .join-popup {
            margin-top: 52px;
        }

        .popup-content-inner a {
            margin: 0px 0px 0px 74px;
        }

        button#closebtnhome {
            margin-bottom: 30px;
        }
        .popup-content p {
            color: #ffffff;
            font-family: 'Dual W05';
            size: 18px;
            text-align: center;
            margin-bottom: 50px;
            font-weight: 500;
        }
        .popup-content h2 {
            color: #ffffff !important;
            /* font-family: Arsenal; */
            font-size: 22px;
            text-align: center;
            font-weight: 200;
            font-family: 'Arsenal';
        }
        .popup-content-inner a {
            margin: 0px 0px 0px 74px;
            /* text-align: center; */
        }
        .popup-content-inner h2 {
            margin-top: 46px;
        }
        button.pop-close {
            position: absolute;
            top: 19px;
            right: 7px;
            background: none;
            font-size: 26px;
            font-weight: 500;
            color: #fff;
            transition: 0.5s all;
            border: 0 !important;
        }
    }

.partial_article_item a:hover {
    opacity: 1 !important;
}

#gform_fields_1 {
	margin: 0 -16px !important;
}

.wp-caption {
    max-width: 100% !important;
}

.red-block {
    background: #aa2e25;
    padding: 20px;
    margin-bottom: 100px;
    transition: all .2s ease-in-out;
}

.red-block:hover {
    background: #000;
}

.red-block a {
    padding-top: 20px;
    color: #fff !important;
    text-decoration: none;
}

.red-block h2 {
    color: #fff;
}