/*
.hello_elementor_page_title {display: none;} 

.entry-title {display: none !important;}

.site-title {display: none !important;}

.site-description {display: none !important;}
*/

@media screen and (min-width: 1550px) {
:root{
    font-size: 18px;
	}
}
@media screen and (min-width: 768px) and (max-width: 1550px) {
:root{
    font-size: 16px;
	}
}
@media screen and (max-width: 768px) {
:root{
    font-size: 15px;
	}
}

.elementor-location-header {
    position: fixed;
    width: 100%;
    z-index:10;
    transition-property: all;
    transition-timing-function: linear;
    transition-duration: 1s;
}


.elementor-location-header .elementor-widget-theme-site-logo .elementor-image img {
    transition-property: all;
    transition-timing-function: linear;
    transition-duration: 0.3s;
}
.elementor-location-header.active .elementor-widget-theme-site-logo .elementor-image img {
    max-width: 80%!important;
}



@font-face {
  font-family: "gveret-levin";
  src: url("/wp-content/uploads/2021/09/Gveret-Levin-Alef-Alef-Alef.ttf") format("truetype");
}

.fword {
font-family: gveret-levin;
}

.aword {font-weight: 700;}

b {
    font-weight: 700!important;
}

@media (min-width: 767px){
.post-password-form {
  min-height: intial!important;
    text-align: center!important;  
  margin: auto!important;
  padding:150px!important;
  }}

@media (max-width: 767px){
.post-password-form {
  min-height: intial!important;
    text-align: center!important;  
  margin: auto!important;
  padding:150px 15px!important;
  }}

.post-password-form  [type=submit], button {
  color: #fff!important;
  border: 1px solid #3F7A1C!important;
  background-color:#3F7A1C!important;
}