/*
Theme Name: Herzi Camp Theme
Author: Grossman Design Associates
Description: Fully Responsive WordPress Theme for Herzl Camp
Version: 1.1
*/
@media screen and (min-width: 41.75em) {
	/*.header.header-sticky {*/
	/*	z-index: 100;*/
	/*}*/
	.header.header-sticky {
		z-index: 50;
		position: relative;
		bottom: auto;
		top: 0 !important;
	}
	.section-header.sticky{
		z-index: 100;
		position: fixed;
		bottom: auto;
		width: 100%;
		top: 0;
	}
}

@media screen and (max-width: 768px) {
	.slider-item {
		height: 100%;
	}
	.video-bg {
		position: relative;
    	padding-bottom: 79%;
	}
	.video-bg video {
		position: absolute;
   		top: 0;
    	left: 0;
    	width: 100%;
    	height: 100%;
    	object-fit: cover;
	}
	.slider-caption__title {
		display:none;
	}
	.slider-caption__subtitle {
		display:none;
	}
	.slider-caption__content {
		display:none;
	}
	.slider .btn-wrap {
		position:relative;
		padding-top:15px;
	}
}

.slider-item h1 {
	color: #fefefe;
	font-family: 'Bebas Neue', cursive;
	font-size: 132px;
	font-weight: 400;
	text-transform: uppercase;
	line-height: 1;
}
.slider-item h1:before, .slider-item h1:after {
	content: "";
  vertical-align: middle;
  width: 15%;
  height: 57px;
  display: inline-block;
}
.slider-item h1::before {
    background: url(../herzl-camp/assets/images/left_title.png) no-repeat 100% 50%/contain;
    margin-right: 1.25rem;
}
.slider-item h1::after {
	background: url(../herzl-camp/assets/images/right_title.png) no-repeat 0 50%/contain;
  margin-left: 1.25rem;
}
.slider-caption {
	max-width: 860px;
  margin: auto;
}
.slider-caption hr {
  margin: 15px 30px 0;
}
.slider-caption .slider-caption__subtitle {
  font-family: Selima, sans-serif;
  font-size: 82px;
  color: #fffffe;
  text-transform: lowercase;
  line-height: 1;
}
.slider-caption .slider-caption__subtitle:before, .slider-caption .slider-caption__subtitle:after {
	content: "";
  vertical-align: middle;
  width: 22%;
  height: 32px;
  display: inline-block;
}
.slider-caption .slider-caption__subtitle:before {
	background: url(../herzl-camp/assets/images/arrow-right.png) no-repeat 0 50%/contain;
  margin-left: 1.25rem;
}
.slider-caption .slider-caption__subtitle:after {
	background: url(../herzl-camp/assets/images/arrow-left.png) no-repeat 0 50%/contain;
  margin-right: 1.25rem;
}
.slider-caption .slider-caption__content {
	color: #ffffff;
	font-size: 22px;
	font-weight: 500;
	letter-spacing: 0.88px;
	text-align: left;
	margin-top: 40px;
  padding-right: 25px;
  padding-left: 25px;
}

.slider-caption .slider-caption__title {
	padding-right: 15px;
	padding-left: 15px;
}

@media screen and (max-width: 1024px) {
	.slider-item h1 {
		font-size: 80px;
	}
	.slider-caption .slider-caption__subtitle {
		font-size: 48px;
	}
	.slider-caption .slider-caption__subtitle:before, .slider-caption .slider-caption__subtitle:after {
		width: 15%;
	}
	.slider-caption .slider-caption__content {
		font-size: 16px;
	}
}
@media screen and (max-width: 641px) {
	.slider-item h1 {
		font-size: 40px;
	}
	.slider-caption .slider-caption__subtitle {
		font-size: 27px;
	}
}

.home-content {
	padding: 80px 0;
}
.home-content > .row {
	align-items: center;
}
.home-content .home-content__content {
	font-size: 22px;
	line-height: 1.4;
	color: #635a59;
	padding-left: 50px;
}
.home-content .home-content__content > p:last-of-type {
	margin-bottom: 0 !important;
}
@media screen and (max-width: 1024px) {
	.home-content .home-content__image {
		text-align: center;
	}
	.home-content .home-content__content {
		font-size: 16px;
		margin-top: 15px;
		padding-left: 0;
	}
}


.boxes.option2 .boxes-item {
  display: flex;
  flex-direction: column;
  justify-content: center;
  color: #635a59;
  cursor: auto;
}
.boxes.option2 .boxes-item p {
	margin-bottom: 15px !important;
}
.boxes.option2 .boxes-item-col .boxes-item {
	padding: 20px 40px;
}
.boxes.option2 .boxes-item .boxes-item-excerpt-title {
	font-size: 21px;
	text-transform: uppercase;
	margin-bottom: 0 !important;
}
.boxes.option2 .boxes-item .boxes-item-excerpt-date {
	font-size: 16px;
	font-weight: 600;
}
.boxes.option2 .boxes-item .boxes-item-excerpt-grade {
	font-size: 13px;
	font-weight: 600;
}
.boxes.option2 .boxes-item .boxes-item-desc-text p {
	font-size: 18px;
	margin-bottom: 0;
}
.boxes > .row:not(:first-of-type) {
	margin-top: 30px;
}
.boxes > .row {
	position: relative;
}
.boxes > .row > a {
	  position: absolute;
    top: 0;
    left: 0;
    width: calc(100% - 30px);
    height: 100%;
    z-index: 1;
}
@media screen and (min-width: 64em) {
	.boxes.option2 .boxes-item {
  	min-height: 385px;
	}
}
@media screen and (min-width: 41.75em) {
	.boxes.option2 .boxes-item {
  	min-height: 385px;
	}
	.boxes.option2 .boxes-item-col {
		padding-left: 0;
	}
}
.boxes-link a.btn {
  position: relative;
  display: inline-block;
  font-size: 16px;
  padding: .4375rem 2.5rem;
  line-height: 1.75rem;
  background-color: #7e9b1a;
  color: #fff;
  border: 1px solid #fff;
  text-transform: uppercase;
  margin: 3.5625rem 0;
}
.boxes-link a.btn:hover {
	background-color: #84a025;
}
.boxes-link .btn:before {
  content: "→";
  position: absolute;
  top: 46%;
  left: 10%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.banner + .boxes.option2 {
	margin-top: 50px;
}
.btn-box .btn {
    margin-left: 5px;
    margin-right: 5px;
}
#popiframe {
    position: relative;
}
#popiframe .popiframe-overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}
.pum-theme-lightbox .pum-content > .iframe-container {
	padding-bottom: 56.6%;
/* 	width: 64vw;
	height: 76vh; */
  position: relative;
}
.pum-theme-lightbox .pum-content > .iframe-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  border: 0;
  width: 100%;
  height: 100%;
}

.page-id-66 .text-image{
	min-height: 730px;
}

@media screen and (max-width: 640px) {
	.page-id-66 .text-image{
		min-height: 300px;
	} 
}