body {

	color:#2B2C24;
	font-size:16px;
	font-family: "Inter", sans-serif;
}

@font-face {
	font-family: 'fbmiznefet-light-webfont';
	src: url('fonts/fbmiznefet-light-webfont.woff2') format('woff2'),
	url('fonts/fbmiznefet-light-webfont.woff') format('woff');
	font-weight: normal;
	font-style: normal;

}


html {
	scroll-behavior: smooth;
}

.main {
	width:95%;
	margin:0 auto;
	max-width:1500px;
}

.innerwrapper {
	background-color:#FFF;
	width:100%;
}

img{
	max-width:100%;
}

h1{
	font-family: "the-seasons", sans-serif;
}

h2 {
	text-align:center;
	font-size:40px;
	color:#C7AA8C;
	line-height: 1;
}

.logo.mobile{
	display:none;
}

#topwrapper .logo{
	width:362px;
}

#home #topwrapper{
	position:absolute;
	right:5%;
	top:30px;
	z-index:9;
	width:95%;
}

#topwrapper .top{
	display:flex;
	align-items:center;
	justify-content:space-between;
}


#topwrapper li a{
	color:#fff;
	text-transform:uppercase;
	font-size:13px;
	letter-spacing:2.6px;
	margin:0 0 0 30px;
	text-decoration:none;
}

#navwrapper {
	width: calc(100% - 362px);
	text-align: right;
}

#topwrapper li{
	display:inline;
}

#topwrapper li a:hover{
	color:#EBDDCF;
}

.button, #topwrapper .button{
	background:#EBDDCF;
	border-radius:29px;
	text-transform:uppercase;
	color:#2B2C24;
	font-size:16px;
	letter-spacing:.2em;
	padding:12px 16px;
	text-decoration:none;
	border:1px solid #EBDDCF;
	display: inline-block;
	cursor: pointer;
}

.button.small{
	padding: 6px 8px;
	font-size: 12px;
}

#navwrapper .menu-close, .menu-toggle {
	display: none;
}


#topwrapper .button:hover, #topwrapper .button.empty:hover, .button:hover, #topwrapper .button:hover, .button.empty:hover, .button.outline:hover{
	background:#2B2C24;
	color:#EBDDCF;
}

.button.empty, #topwrapper .button.empty {
	background:none;
	color:#EBDDCF;
	border:1px solid #EBDDCF;
}

.button.outline{
	border-radius:29px;
	background:none;
	color:#2B2C24;
	border:1px solid #2B2C24;
}

#topwrapper .button, #topwrapper .button.empty{
	font-size:13px;
	letter-spacing:2.6px;
}





/*Home*/
#home .video-wrapper{
	position:relative;
	height:100vh;
	min-height: 800px;
	overflow:hidden;
	color:#EBDDCF;
	display: flex;
	align-items: end;
}


#home .video-wrapper video {
	position: absolute;
	min-height: 100vh;
}


#home .overlay{
	position:relative;
	z-index:8;
	bottom:-10px;
	display:flex;
	align-items:center;
	width:95%;
	justify-content:center;
	margin:60px auto 0;
}

#home .overlay .info{
	line-height:1;
	width:500px;
}

#home .overlay .info h1{
	line-height: .9;
	font-size:100px;
}

#home .overlay .title{
	font-size:35px;
	color:#fff;
	margin:15px 0 0 0;
	font-family: "the-seasons", sans-serif;
}

#home .heb{
	color:#F37068;
	margin:0 0 10px 0;
	font-size:60px;
	letter-spacing:1.5px;
}

#home .overlay .pix  {
	width:750px;
	float:left;
	margin:0 5% 0 0;
}

#home .video-wrapper .buttons{
	display: flex;
	flex-wrap: wrap;
	max-width: 400px;
	gap: 10px;
	margin: 30px 0 0;
}

#home .video-wrapper .buttons .button{
	flex:1 1 auto;
	text-align: center;
}

#home .video-wrapper .bg{
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	background:rgba(0,0,0,0.4)
}

#home #countdown .main{
	max-width:1150px;
}

#home #countdown {
	background: #EBDDCF;
	padding: 50px 0;
}

#home #countdown .value{
	font-family: "the-seasons", sans-serif;
}

#home #countdown .counter{
	display:flex;

	font-size:80px;
}

#home #countdown .label{
	font-size:16px;
	width:155px;
	letter-spacing:3.2px;
	text-transform:uppercase;
}

#home #countdown .unit{
	border:1px solid #fff;
	border-radius:15px;
	margin:0 0 0 10px;
	text-align:center;
}

#home #countdown .hebrew{
	font-size:40px;
	line-height:1;
	margin:0 0 10px 0;
}

#home #countdown .date{
	line-height:0.9;
}

#home #countdown .date, #home h2{
	color: #2B2C24;
	font-size:60px;
	font-family: "the-seasons", sans-serif;

}

#home #countdown .info{
	text-align:right;
}

#home #countdown .location{
	font-size:30px;
	text-transform:uppercase;
	font-weight:500;
}

#home #countdown .main{
	display:flex;
	justify-content:space-between;
}

#home #about{
	background-image:url(images/about.jpg);
	background-size:cover;
	padding:300px 0;
	background-position:center;
}

#home #about h2{
	color: #2B2C24;
	line-height:0.9;
	font-family: "the-seasons", sans-serif;
	font-size:100px;
	text-align:left;
}

#home #about .text{
	width:32%;
	max-width: 320px;
	line-height:1.2;
	font-size:18px;

}

#home #about .text .button{
	margin:30px 0 0 0;
}

#home #about .main{
	display:flex;
	justify-content:space-between;

}

#home #schedule h2{
	margin:0 0 60px 0;
	text-align: left;
}

#home #schedule .item{
	display:flex;
	position:relative;
	margin:0 0 34px 0;
}

#home #schedule .item .event{
	position:relative;
}

#home #schedule .music{
	margin: 10px 0 0;
	display: flex;
	flex-wrap: wrap;
	column-gap: 35px;
	row-gap: 10px;
	align-items: center;
	text-align: center;
	text-transform: uppercase;
	letter-spacing: .15em;
	font-size: .8em;
}



#home #schedule .buttons{
	margin:40px 0 0 0;
	float:right;
}

#home #schedule{
	background:#fff;
	position:relative;
	padding:150px 0;

}

#home #schedule .main{
	display:flex;
	justify-content:space-between;
	gap:5%;

}

#home #schedule .time{
	font-size:16px;
	margin:0 70px 0 0;
	padding:0 60px 0 0;
	position:relative;
	letter-spacing:.2em;
	flex: 0 0 100px;
	text-align: right;
}

#home #schedule .time:after{
	background:#F37068;
	width:10px;
	height:10px;
	content:'';
	border-radius:100%;
	position:absolute;
	right:0px;
	top:5px;
}

#home #schedule .title{
	color:#C6AA8C;
	line-height:0.9;
	font-family: "the-seasons", sans-serif;
	font-size:32px;
}

#home #schedule .text{
	margin:15px 0 0;
}

#home #schedule .frame, #home #about .frame{
	position:relative;
	padding:180% 0 0 0;
}

#home #about .frame{
	padding: 186% 0 0 0;
}

#home #schedule .right{
	flex:1;
}

#home #schedule .video {
	width:480px;
}

#home #schedule .caption{
	text-transform:capitalize;
	text-align:center;
	margin:5px 0;
}

#home #about .video{
	width:350px;
	margin:0;
}

#home #schedule .button{
	font-size:13px;
	margin:0 0 10px 10px;
	letter-spacing:2.6px;
}

#home #schedule .timeline{
	position:relative;
}

#home #schedule .timeline:before{
	background:#F37068;
	position:absolute;
	width:1px;
	height:calc(100% + 40px);
	left:155px;
	top:-20px;
	content:'';
	background: linear-gradient(to bottom,
	transparent 0,
	#F37068 40px,
	#F37068 calc(100% - 40px),
	transparent 100%
	);
}

#home #sponsorships{
	background: linear-gradient(
			180deg,
			rgba(199, 170, 140, 1) 0%,
			rgba(255, 255, 255, 1) 30%,
			rgba(255, 255, 255, 1) 100%
	);
	padding:200px 0 0 0;
}

.flex{
	display:flex;
	flex-wrap:wrap;
}

#home #sponsorships .options{
	justify-content:space-between;
}

#home #sponsorships .left{
	width:35%;
}

#home #sponsorships .right{
	width:50%;
}

#home #sponsorships h2{
	font-size:100px;
	line-height:1;
}

#home #sponsorships h3{
	font-size:16px;
	letter-spacing:3.2px;
	margin:0 0 15px 0;
}

#home #sponsorships h2, #home #sponsorships h3{
	text-align:right;
}

#home #sponsorships .main{
	max-width:1150px;
	justify-content:space-between;
}

#home #sponsorships .amount{
	color: #2B2C24;
	font-size: 60px;
	margin:0 0 10px 0;
	letter-spacing:0;
	font-family: "the-seasons", sans-serif;
}

#home #sponsorships .dedication{
	background:#fff;
	border-radius:15px;
	font-size:16px;
	color:#C6AA8C;
	letter-spacing:3.2px;
	padding:20px 2%;
	text-transform:uppercase;
	width:44%;
	margin:0 0 3% 0;
	text-align:center;
	text-decoration:none;
	border:1px solid #C7AA8C;
}

#home #sponsorships .dedication:hover{
	border:1px solid #000;
}


#home #sponsorships .text{
	line-height:1.5;
	margin:0 0 50px 0;
}

#home #sponsorships .dedication input{
	border:none;
	width:50%;
	border-bottom:1px solid #2B2C24;
}

#home .border{

	border-top: 1px solid transparent;

	border-image: linear-gradient(
			to right,
			rgba(243, 112, 104, 0),   /* fade in */
			rgba(243, 112, 104, 1),   /* solid middle */
			rgba(243, 112, 104, 0)    /* fade out */
	) 1;
	margin:60px 0 80px;

}


#home #scrolls .title{
	color:#C6AA8C;
	font-size:16px;
	letter-spacing:3.2px;
	text-transform:uppercase;
}

#home #scrolls{
	background:#fff;
	padding:200px 0;
	text-align:center;
}

#home #scrolls .scroll{
	display: flex;
	flex-direction: column;
	gap:60px;
}

#home #scrolls .flex{
	justify-content: center;
}

#home #scrolls .flex .logo{
	margin:0 4%;
	max-width: 40%;
}

#home #scrolls .owl-carousel .logo{
	padding:0 30px;
}

#home #scrolls .owl-carousel .logo img{
	width:auto;
}


/*Donate*/

/* hidden labels for screenreaders only */
.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}

/* Hidden Parts */
#dn-center #part2, #dn-center #part3, #dn-center #part4 {
  opacity: 0;
  height: 0;
  overflow: hidden;
}

/* Show Step 2 & Hide Step 1 */
#dn-center #step2:checked ~ #part2 {
  opacity: 1;
  height: auto;
}
#dn-center #step2:checked ~ #part1 {
  opacity: 0;
  height: 0;
  display: none;
}

/* Show Step 3  & Hide Step 2 */
#dn-center #step3:checked ~ #part3 {
  opacity: 1;
  height: auto;
}

#dn-center #step3:checked ~ #part2 {
  opacity: 0;
  width: 0;
  height: 0;
}

/* Show Step 4  & Hide Step 3 */
#dn-center #step4:checked ~ #part4 {
  opacity: 1;
  height: auto;
}

#dn-center #step4:checked ~ #part3 {
  opacity: 0;
  width: 0;
  height: 0;
}




#dn-center .amount{
	font-size:36px;
	letter-spacing:1.8px;
	margin:0 0 30px 0;
	border-bottom:1px solid #282828;
}

#dn-center .amount input{
	border:none;
	width:85%;
	
	
}

#dn-center .btn-group{
	clear:both;
}

#dn-center .btn-group.btn-group-lg.btn-group-justified .button.left {
	float:left;
}

#dn-center .btn-group.btn-group-lg.btn-group-justified .button.right{
	float:right;

}

#dn-center #submitBtn{
	width:120px;
}

#dn-center .dn-title.rel{
	position:relative;
	pointer-events: auto;
}

#dn-center .checkbox{
	vertical-align:middle;
}

#dn-center .script {
	display: block;
	position: relative;
	padding:2px 0 0 20px;
	cursor: pointer;
	text-transform:capitalize;           
}
	      
#dn-center .newmark {
	position: absolute;
	top: 4px;
	left: 0;
	height: 12px;
	width: 12px;
	background-color: #fff;
	border:1px solid #1A80D9;
}
         
#dn-center .newmark:after {
	content: "";
	display: none;
}

#dn-center .script input:checked ~ .newmark:after {
    display: block;
}
 
#dn-center .script .newmark:after {
	width: 100%;
	height: 100%;
	background: #1A80D9;				 
} 

#dn-center .dn-field {
	position: relative;
	margin:0 0 20px 0;
	font-size:14px;		 
}

#dn-center .dn-field.float{
	float:left;
	width:50%;
}

#dn-center .dn-field.float.half{	 
	width:50%;
}
 
#dn-center .dn-field.float.third{	 
	width:33%;
}

#dn-center .dn-field select.dn-textfield{
	height:23px;
}
	
#dn-center .dn-field .dn-textfield {
	width: 100%;
	outline: none;
	border: none;
	font-size:14px;
	margin:0 0 10px 0;
	color:#000;
	padding:0 0 5px 0;
	border-bottom: 1px solid #000;
			 
}

#dn-center .dn-textfield::placeholder {
	color:#000;

}

#dn-center .dn-textfield option[disabled][selected],
#dn-center .dn-textfield option[hidden][selected] {
	color: #000;
}

#dn-center .dn-field .dn-textfield.longer{
	margin:10px 0;
}
		
#dn-center .dn-field .dn-textfield:focus {
	border-color: #022859;
	border-width: medium medium 2px;
	font-size:11px;		 
}

#dn-center .dn-field #honorName.textfield:focus, #dn-center .dn-field #honorAddress.textfield:focus{
	font-size:14px;
	border-width: medium medium 1px;
}

#dn-center .edit {
	color:#1A80D9;
	cursor:pointer;
	font-size:x-small;
	font-weight:600;
	text-decoration:underline;
	letter-spacing:1px;
	text-transform:uppercase;
}

#dn-center textarea{
	resize:none;
}

#dn-center .dn-star {
    color: #000;
	font-size:8px;
	position:absolute;
}

#dn-center .dn-head{
	font-weight:bold;
	margin:0px 0px 20px 0px;
}

#dn-center .textarea{
	resize:none;
}

#dn-center .dn-title{
	position: absolute;
    pointer-events: none;
    top: 0px;
    left: 0px;
    letter-spacing: 0.65px;
    color: #000;
    transition: 0.2s ease all;
}

#dn-center .dn-field input:focus ~ .dn-title,
#dn-center .dn-field input:not([value='']) ~ .dn-title {
	top: -15px;
	left: 0px;
	opacity: 1;
	font-size:10px;
}

#dn-center .dn-field textarea:focus ~ .dn-title,
#dn-center .dn-field textarea:not([value='']) ~ .dn-title {
	top: -15px;
	left: 0px;
	opacity: 1;
	font-size:10px;
}

#dn-center .dn-spacer {
	clear:both;
	height:15px;
}

#dn-center .dn-title img{
	position:absolute;
}



#dn-center .dn-smalltext {
	font-size:12px;
}

#dn-center .edit{
	display:block;
	margin:10px 0 0 0;
	color: #284264;
}

.dn-clear {
	clear:both;
}


#dn-center .red {
	color:red;
	padding:5px 0px 15px 0px;
}

#dn-center .more {
		display:none;

}

#dn-center .more a{
	border-bottom:1px solid #bdbbbb;
	letter-spacing:1px;
	font-size:13px;
	cursor:pointer;
	text-transform:uppercase;color:#bdbbbb;

}
	
#dn-center .expand {
	cursor:pointer;
	margin:20px 0 15px 0;
	text-transform:uppercase;
	letter-spacing:1px;
}

#dn-center .expand span{
	vertical-align:middle;
}

#dn-center .expand i{
	padding:0 10px 12px 0;
}

#dn-center #CreditCardTable {
	margin:0px 0px 25px 0px;
}

.fancybox-content{
	width:750px!important;
	height:700px!important;
}

.innerwrapper.pop{
	padding:40px 5%;
	width:90%;
}

#form .btn-group{
	margin:30px 0 0 0;
}

#form h2{
	font-family: "the-seasons", sans-serif;
	font-size:35px;
	text-align:left;
	margin:0px 0 30px 0;
}

#form .thanks{
	margin:0 0 30px 0;
}

#form .options{
	margin:10px 0 30px;
	display: flex;
	flex-wrap: wrap;
	gap: 10px 25px;
}

#form .options label {
	padding: 0 0 0 20px;
	cursor: pointer;
	display: flex;
	align-items: center;
	gap: 5px;
	font-size: .8em;
}

#form .options input{
	display:none;
}



#form h3{
	text-transform:uppercase;
	letter-spacing:2.6px;
	font-size:16px;
	margin:0 0 5px 0;
	font-weight:600;
}


#form h3 red {
	color:red;
}

#form .button{
	color:#FDF3E9;
	background:#2B2C24;
	text-align:center;
}

#form .button.small{
	background: none;
	color:#2B2C24;
	border:1px solid #2B2C24;
	letter-spacing: .15em;
}

#form .level{
	margin:30px 0;

}

#form .level .ticketbox{
	border-radius:15px;
	border:1px solid #C7AA8C;
	padding:15px 0;
	font-size:21px;
	width:140px;
	max-width: 45%;
	margin:0 10px 10px 0;
	text-align:center;
	line-height:1;
	cursor:pointer;
	display:flex;
	align-items:center;
	justify-content:center;
	flex-direction:column;
}

#form .level .ticketbox.general{
	width:250px;

}


#form .level .ticketbox:hover{
	border:1px solid #000;
}

#form .level input[type="checkbox"]:checked+label{
	background: #EBDDCF;
}

#form .level .dn-checkbox.smaller{
	display:none;
}

#form .level .ticketprice input{
	border:none;
	border-bottom:1px solid #000;
	width:80%;
}

#form .level .ticket{
	text-transform: uppercase;
	letter-spacing: 1.5px;
	font-size: 14px;
	margin: 0 0 5px 0;
	font-weight: 600;

}

#form .level .ticketprice{
	font-family: "the-seasons", sans-serif;
	font-size:25px;
}

#form .level .general .ticketprice{
	margin:0 0 20px 0;
}

@media (max-width:550px) {
	#dn-center .dn-field.float.third, #dn-center .dn-field.float{
		float:none;
		width:100%;
	}

}

/*Attendees*/
#attendees .listing{
	margin-top:40px;
}

#attendees .listing ul{
	display: flex;
	flex-wrap: wrap;
	gap:8px 2%;
}

#attendees .listing ul li{
	text-transform:capitalize;
	width:clamp(49%, 300px, 100%);
	font-size: .85em;
}

/*Contact*/
.contact .textfield, .contact .textarea{
	height:45px;
	margin:0 0 10px 0;
	padding:0 0 0 4%;
	width:96%;
	resize:none;
}

.contact .textarea{
	padding:15px 0 0 4%;
	height:150px;
}

.contact#form .button{
	margin:20px auto 0 auto;
	display:block;
	width:180px;
}

.contact h1{
	font-size:30px;
	margin:0 0 30px 0;
	text-align:center;
}

#footerwrapper .flex{
	justify-content:center;
	align-items:center;
	margin:0 9% 0 0;
}

#footerwrapper .logo{
	margin:-90px 0;
}

#footerwrapper{
	background:#2B2C24;
	padding:50px 0;
	color:#EBDDCF;
	letter-spacing:2px;
	text-transform:uppercase;
}

.copy{
	padding:20px;
	background:#fff;
	color:#2B2C24;
	display:flex;
	justify-content:space-between;
	font-size:10px;
}

.copy a{
	color:#2B2C24;
}

#footerwrapper a{
	text-decoration:none;
	color:#EBDDCF;
}