/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme-child/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 2.0.0
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/* Add your custom styles here */
html.pum-open.pum-open-overlay.pum-open-scrollable body>:not([aria-modal=true]) {
    padding-right: 0px !important;
}
#popmake-4212 {
	display: flex;
	justify-content: center;
	width: 35vw;
	padding:50px 45px 50px 45px;
}
#popmake-4212.pum-container {
    box-shadow: 0 0 10px rgb(189 189 189 / 33%) !important;
}
.page-header {
    background: #141416;
}
.post-4447 .entry-title{margin: 0 auto;    padding: 0 0 20px;}
.popmake-close {
	border: 0 !important;
    padding: 0 20px !important;
}

div.tnp-subscription{
	display: flex;
    justify-content: center;
    align-items: center;
}
form .tnp-field-email {
   margin: 0;
   width: 60%;
}


div.tnp-field.tnp-field-email label{
	display:none !important;
}

div.tnp-field-email .tnp-email{
    border-radius: 5px 0px 0px 5px;
    border: 0px;
}

div.tnp-field-button .tnp-submit{
   border-radius: 0px 5px 5px 0px;
   border: none !important;
}

div.tnp.tnp-subscription  form{
	width:100%;
	display:flex!important;
	justify-content:center;
	align-content:center;
	 flex-wrap:wrap!important;
}

#popmake-4212 .pum-content::before {
    content: "Subscribe to our Newsletter!";
    display: block;
	color:white;
    font-size: 28px;
    font-weight: bold;
    text-align: center;
    margin-bottom: 30px;
}

.newsletter-inputs{
        display: flex;
        justify-content: center;
    .subscribe-email input{
        border-radius: 5px 0px 0px 5px;
    }
    .subscribe-btn input{
        width: 100%;
        border: 1px solid #82c3ff;
        border-left: none;
        border-radius: 0px 5px 5px 0px;
        color: #82c3ff !important;
    }
    .subscribe-btn input[type="submit"],
    .subscribe-btn input[type="button"],
    .subscribe-btn button {
        background: none !important;
        background-color: transparent !important;
       
    }
    .subscribe-btn input[type="submit"]:hover,
    .subscribe-btn input[type="button"]:hover,
    .subscribe-btn button:hover {
        border: 1px solid #82c3ff;
        background-color: #82c3ff !important;
    }

}

.mc4wp-response{
        display: flex;
        justify-content: center;
    p{
        text-align: center;
    }
}

/* tlcl video */
.tlcl-last-video video{
	filter: sepia(0);
	opacity: 1;
}


/* result page iframe */
.elementor.elementor-45 {
    background-color: #141416 !important;
}
body.page-id-45 {
    background-color: #141416 !important;
}


.post-4447 .entry-title{
	background-color:#141414;
	color:#ffffff
}

@media(max-width: 420px) {
    .tnp-subscription .tnp-field-email {
        margin: 0;
        width: 100% !important;
    }
    div.tnp-field-email .tnp-email{
        border-radius: 5px 5px 5px 5px !important;
    }
    .tnp-field.tnp-field-button {
        width: 100% !important;
    }
    div.tnp-field-button .tnp-submit{
        border-radius: 5px 5px 5px 5px !important;
        border: none !important;
    }
}

@media (max-width: 767px) {
    #pum-4212{
        width: 100%;
    }
    #popmake-4212 .pum-content::before{
        font-size: 25px;
    }
    #popmake-4212.pum-container {
        width: 80% !important;
        max-width: 80% !important;
    }
    .blog-posts_home .elementor-post__thumbnail{
        border-radius: 20px 20px 0 0 !important;
    }
    .blog-posts_home h2.elementor-post__title  {
         border-radius: 0px 0px 20px 20px;
    }
}

@media (max-width: 1080px) {
    .newsletter-inputs{
        flex-direction: column;
         .subscribe-email input{
        max-width: 100%;
        border-radius: 5px 5px 5px 5px;
    }
    .subscribe-btn input{
        width: 100%;
        border: 1px solid #82c3ff;
        border-left: 1px solid;
        border-radius: 5px 5px 5px 5px;
        color: #82c3ff !important;
    }
    }
}