.mihrazim-block.form-card .h5_heading {
    padding: 0 0 0 20px;
}
.mihrazim-block.form-card .multibutton .btn-group {
	gap: 10px;
}
.mihrazim-block.form-card .multibutton {
	flex-shrink: 0;
}
.mihrazim-block.form-card .multibutton .btn-group .btn-border {
	margin: 0;
}
.header-bottom .item {
	white-space: normal;
	color: #ffffff;
}
.right-sidebar .rightside-submenu {
	margin-left: 0;
}
.emergency-btn-mobile {
	display: inline-flex;
	flex-direction: column;
	text-align: center;
	font-size: 13px;
	color: #fff;
	text-decoration: none;
}

@media screen and (min-width: 992px) {
	.show-on-tablet {
		display: none !important;
	}
}
@media screen and (max-width: 1679px) {
	.container-small {
		min-height: 1px !important;
	}
}
@media only screen and (max-width: 991px) {
	.mihrazim-block.form-card .h5_heading {
		padding: 0 0 20px 0;
	}
}

.home-start-lightbox-wrapp #gol-content-box {
    display: flex;
    justify-content: center;
}

@media only screen and (max-width: 960px){
	#calendar {
	    display: block;
	}
	.fc-view-harness-active{
		display: none;
	}
	button.fc-today-button.fc-button.fc-button-primary{
		display: none;
	}
}



.article-profile-img-block{
	display: flex;
	flex-direction: row-reverse;
	margin-bottom: 5%;
}
.article-profile-img-block .profile-img-block {
    position: relative;
    left: 0;
}

@media only screen and (max-width: 960px){
	.article-profile-img-block {
	    flex-wrap: wrap;
	    flex-direction: row;
	    margin-bottom: 20%;
	}
}


[lang="en-US"] .main-navbar .nav-item.menu-item-445{
	display: none;
}

[lang="he"] .main-navbar .nav-item.menu-item-5948{
	display: none;
}


[lang="en-US"] .form-select {
    text-align: left;
}
[lang="en-US"] .custom-select:after {
    right: 20px;
    left: auto;
}
[lang="en-US"] .banner-form-block,[lang="en-US"] .btn {
    font-family: 'FbOgenRegular', 'Open Sans', sans-serif;
}

[lang="en-US"] .is-nav-he{display: none;}
[lang="he"] .is-nav-en{display: none;}

[lang="en-US"] .footer-block.home-footer .container{
	width: 100%;
}

.mobile-search-icon .profile-menu-img.icon-image {
    filter: brightness(1000);
    width: 24px;
    height: 24px;
    text-align: center;
    align-self: center;
}

.page-template-tpl-flex .article-profile-img-block {
    justify-content: space-between;
}

h1{
	font-size: 2.2em;
}

h2{
	font-size: 1.8em;
}

h3{
	font-size: 1.4em;
}

.label-item, .heading {
    font-family: 'FbOgenRegular', 'Open Sans', sans-serif;
}


@media(max-width: 768px){

	.header-bottom .item {
	    display: flex;
	    flex-flow: column;
	    width: 100%;
	    padding: 50px 25px;
	}
    .header-bottom .item h2 {
        line-height: 1;
        display: flex;
        flex-flow: column;
    }
}

#calendarMonthly{
	opacity: 0;
	visibility: hidden;
	height: 0 !important;
}


.table tbody tr:nth-child(even) {
    background: #e0edf9;
}
.table tbody tr {
    background: #e0edf9;
}


.pagination {
  text-align: center;
  margin-top: 30px;
}

.pagination-list {
  list-style: none;
  padding: 0;
  display: inline-flex;
  gap: 10px;
}

.pagination-item a,
.pagination-item span {
  display: inline-block;
  padding: 8px 14px;
  border: 1px solid #ccc;
  border-radius: 5px;
  color: #333;
  text-decoration: none;
  transition: background-color 0.3s;
}

.pagination-item a:hover {
  background-color: #f0f0f0;
}

.pagination-item.active span {
  background-color: #333;
  color: #fff;
  border-color: #333;
}


@media(max-width: 768px){
	.wp-the-content iframe{
		max-width: 100%;
	}
}


.container-small.two-sidebars .color-report-block-column {
    display: none;
}
.emergency-msg-card .msg-card-body .msg-list-block {
    flex-wrap: wrap;
    flex-direction: column-reverse;
}
.container-small.two-sidebars .emergency-msg-card {
    max-width: 100%;
}

html :where(.emergency-msg-card img[class*=wp-image-]) {
    height: auto;
    max-width: 100%;
    width: 100%;
}

@media(max-width: 768px){
	.emergency-msg-card .msg-card-body .msg-list-block h3 {
	    line-height: 1.1;
	}
	.container-small.two-sidebars {
	    flex-wrap: wrap;
	    flex-direction: column-reverse;
	}
	.emergency-msg-card .msg-card-body .msg-list-block {
	    padding: 20px 10px;
	}
	.emergency-block .service-title {
	    width: 100%;
	}
	.container-small.two-sidebars .emergency-btn-block {
	    top: 0;
	    margin-top: 0;
	}
}