/* 
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
*/

.grecaptcha-badge {display:none}
.video-gallery-item {width:23%;margin-left:1%;display:inline-block;}
.video-item {position:relative;}
.video-item-play {position: absolute;top: 27%;right: 37%;color: #fff;font-size: 70px;}
.video-gallery-item .video-item {cursor:pointer;height:220px;background-size:cover;background-position:center center}
.video-item img {width:100%;}

#commentform input[type=email],#commentform input[type=text], #commentform textarea  {font-family: "Noto Sans Hebrew", Sans-serif;font-size: 15px;color: #565656;background-color: #E9E9E9;padding: 15px 15px 15px 15px;border-style: none;border-radius: 5px 5px 5px 5px;}
#commentform textarea {height:150px;}
.comment-form-author {width:48%;margin-left:2%;float:right;}
.comment-form-email {width:50%;margin-left:0;float:right;}
.comment-form-cookies-consent {clear:both;}
.form-submit {text-align:center;}
.form-submit input {background-color: var( --e-global-color-primary );color: #FFFFFF;font-family: "Noto Sans Hebrew", Sans-serif !important;font-size: 20px;font-weight: 800;padding: 20px 50px 20px 50px;border-style: none;}
  
@media all and (max-width:1024px){
.video-gallery-item {width:48%;margin-left:1%;}
}

@media all and (max-width:768px){
	#comments {padding:15px !important;}
	.wp-comment-cookies-consent {font-size:11px;}
	.comment-form-author {width:100% !important;margin-left:0 !important;float:none !important;}
.comment-form-email {width:100% !important;margin-left:0 !important;float:none !important;}
.video-gallery-item {width:100%;margin-left:0%;}
}