/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme/
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: 1.0.1
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
*/


.open-popup {
    overflow: hidden;
}

#disclaimer.popup-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, .6);
    position: fixed;
    transition: all .3s ease-in-out;
    z-index: -1;
    visibility: hidden;
    opacity: 0;
    transform: scale(1.05);
}

#disclaimer.popup-wrapper.show {
    z-index: 999999;
    visibility: visible;
    opacity: 1;
    transform: scale(1);
}

#disclaimer  .popup {
    width: 969px;
    background: #fff;
    padding: 88px 50px;
    transform: scale(1.05);
    text-align: center;
	border-radius: 20px;

}

#disclaimer .popup .content-popup > .close-popup {
    background: url("assets/images/close-icon.svg");
    position: absolute;
    top: 20px;
    left: 20px;
    height: 20px;
    width: 20px;
    cursor: pointer;
}

#disclaimer .popup .footer-popup {
    display: flex;
    justify-content: space-evenly;
	
}

#disclaimer .popup .footer-popup a {
    text-decoration: none;
    padding: 10px 50px;
    margin-top: 65px;
	font-family: open sans hebrew,Sans-serif;
	border: 1px solid #0B41CD;
	border-radius: 20px;

	font-weight: 400;
	font-size: 15px;
	line-height: 17px;
	text-align: center;
	letter-spacing: 0.1em;
}
.goto-site
{
	background: #fff;
	color: #0B41CD;
}
.goto-link
{
	background: #0B41CD;
	color: #fff;
}
.goto-site:hover
{
	background: #0B41CD;
	color: #fff;
}
.goto-link:hover
{
	background: #fff;
	color: #0B41CD;
}
/*#disclaimer .popup .footer-popup a:hover {
    background: #fff;
    color: #0B41CD;
}*/

#disclaimer .popup .header-popup {
    font-weight: 400;
	font-size: 40px;
	line-height: 54px;
	text-align: center;
	letter-spacing: 0.03em;
	font-family: open sans hebrew,Sans-serif;
	color: #0B41CD;

}

#disclaimer .popup .body-popup button {
    margin: 20px 0;
}

#disclaimer .popup .body-popup {
    padding-top: 50px;
    position: relative;
	font-weight: 400;
	font-size: 22px;
	line-height: 160%;
	font-family: open sans hebrew,Sans-serif;
	text-align: center;
	color: #354554;
}

#disclaimer .popup .hide {
    visibility: hidden;
    opacity: 0;
    transition: all 0.4s ease-in-out;
}

#disclaimer .popup .footer-popup .btn:hover {
    opacity: 0.8;
}

/* acc styles */

.no-touchevents .modal-style.style-1 .awsm-grid-card figure.hovered figcaption {
    -ms-transform: scale(1);
    transform: scale(1);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    opacity: 1;
}

/* end acc */

@media screen and (max-width: 450px) {
    #disclaimer .popup {
        width: 100vw;
        height: 100vh;
        font-size: 14px;
        display: flex;
        justify-content: center;
        align-items: center;
    }
	
    #disclaimer .popup .content-popup > .close-popup {
        top: 40px;
        right: 30px;
    }
	#disclaimer .popup .body-popup {
		font-size: 15px !important;
	}
}




.elementor-8 .elementor-element.elementor-element-8b5bf63 {
    margin: 0 0 3px 0;
}
