/**
 * All of the CSS for your public-facing functionality should be
 * included in this file.
 */
@font-face {
	font-family: "Caravan";
	src: url("../fonts/aaa-fonts/webfont_files/caravan-90-aaa.eot");
	src: url("../fonts/aaa-fonts/webfont_files/caravan-90-aaa.woff") format("woff"),
	url("../fonts/aaa-fonts/webfont_files/caravan-90-aaa.woff2") format("woff2");
	font-weight: 400;
}
@font-face {
	font-family: "Sunday";
	src: url("../fonts/SundayRegular_web/Sunday-Regular.eot");
	src: url("../fonts/SundayRegular_web/Sunday-Regular.woff") format("woff"),
	url("../fonts/SundayRegular_web/Sunday-Regular.woff2") format("woff2"),
	url("../fonts/SundayRegular_web/Sunday-Regular.otf") format("opentype");
	font-weight: 400;
}

@font-face {
	font-family: "Sunday";
	src: url("../fonts/SundayMedium_web/Sunday-Medium.eot");
	src: url("../fonts/SundayMedium_web/Sunday-Medium.woff") format("woff"),
	url("../fonts/SundayMedium_web/Sunday-Medium.woff2") format("woff2"),
	url("../fonts/SundayMedium_web/Sunday-Medium.otf") format("opentype");
	font-weight: 600;
}

@font-face {
	font-family: "Sunday";
	src: url("../fonts/SundayBold_web/Sunday-Bold.eot");
	src: url("../fonts/SundayBold_web/Sunday-Bold.woff") format("woff"),
	url("../fonts/SundayBold_web/Sunday-Bold.woff2") format("woff2"),
	url("../fonts/SundayBold_web/Sunday-Bold.otf") format("opentype");
	font-weight: 800;
}
strong{
	font-weight: 800;
}
section,header,footer,article{
	display: block;
}
body{
	margin: 0;
	padding: 0;
	direction: rtl;
	font-family: "Sunday";
	font-size: 24px;
	background: #f2f2f2;
	color: #464646;
	line-height: 1.5em;
}
a{
	color: #464646;
}
.vf_text{
	max-width: 700px;
	margin: 0 auto;
	padding: 0 20px;
}
.vf_container{
	max-width: 1200px;
	margin: 0 auto;
	padding: 0 20px;
}
.vf_container p{
	max-width: 700px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
}
.vf_header{
	display: block;
	width: 100%;
	position: absolute;
	z-index: 99;
  padding: 1em 0;
  background: #f2f2f2;
}
.vf_top_nav{
	display: inline-block;
	line-height: 1.5em;
	padding: 0;
	float: right;
	margin-right: 2em;
	position: relative;
	z-index: 99;
}
.vf_top_nav a{
	text-decoration: none;
  background: #f2f2f2;
  padding: 0 1em;
  display: inline-block;
}
.vf_header::before{
	content: "";
	display: block;
	height: 1px;
	width: calc(100% - 4em);
	background: #464646;
	position: absolute;
	z-index: 98;
	top: 1.8em;	
	right: 2em;
}
.vf_lan_nav{
	display: inline-block;
	line-height: 1.5em;
	padding: 0 1.3em;
	float: left;
	margin-left: 4.5em;
	position: relative;
	z-index: 99;
  background: #f2f2f2;
}
.vf_arrow{
	display: inline-block;
	float: left;
	height: 1em;
  width: 4em;
}
.vf_arrow::before{
	content: "";
	display: block;
	height: 1px;
	width: 2.9em;
	background: #464646;
	position: absolute;
	z-index: 98;
	top: 1.8em;	
	left: 2.1em;
}
.vf_arrow::after{
	content: "";
	height: 1em;
	width: 1em;	
	border: solid #464646;
	border-width: 0 1px 1px 0;
	display: inline-block;
	padding: 1px;
	transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
	position: absolute;
	z-index: 99;
	top: 1.25em;	
	left: 2.2em;
}
.vf_lan_nav li{
	list-style: none;
	padding: 0;
	margin: 0;
	text-transform:uppercase;
}
.vf_lan_nav li a{
	text-decoration: none;
}
/*
.vf_header a:hover{
	color: #ffff00;
}
*/
.vf_fest{
	padding: 5em 0 2em 0;
}
.vf_fest .vf_text.closed > div{
	height: 14em;
	overflow-y: hidden;
	position: relative;
}
.vf_fest .vf_text.closed > div:after{
	content: "";
	display: block;
	height: 4em;
	width: 100%;
	background: linear-gradient(to top, rgba(242,242,242,1), rgba(255, 255, 255, 0));
	position: absolute;
	bottom: 0;
}
.vf_fest .vf_text.closed .read_more,
.vf_fest .vf_text .read_less{
	display: block;
}
.vf_fest .vf_text .read_more,
.vf_fest .vf_text.closed .read_less{
	display: none;
}
.vf_fest .vf_text .read_less,
.vf_fest .vf_text .read_more{
	cursor: pointer;
	margin-top: 0.5em;
	font-weight: 600;
}
.vf_fest .vf_text .read_less:after,
.vf_fest .vf_text .read_more:after{
	content: "...";
}
.vf_fest .vf_text .read_less:before{
	content: "<";
	display: inline-block;
	margin-left: 0.3em;
}
.vf_fest .vf_text .read_more:before{
	content: ">";
	display: inline-block;
	margin-left: 0.3em;
}
.vf_page_header{
	max-width: 1050px;
	display: -ms-grid;
	display: grid;
	-ms-grid-columns: 50% 50%;
	grid-template-columns: 50% 50%;
	-ms-grid-rows: auto;
	grid-template-rows: auto;
	grid-template-areas: "header_text header_thumb";
	margin-bottom: 5%;
}
.vf_page_header_thumb_wrapper{
	-ms-grid-row: 1;
	-ms-grid-column: 2;
	grid-area: header_thumb;
	position: relative;
}
.vf_page_header_thumb{
	width: 100%;
	padding-top: 100%;
	
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	
	border-radius: 50%;
	position: relative;
	z-index: 2;
}
.vf_page_header_thumb_wrapper::after{
	content: "";
    display: block;
    width: 40%;
    padding-top: 40%;
    border-radius: 50%;
    /*background: #ffff00;*/
    position: absolute;
    z-index: 1;
	bottom: -8%;
	right: -8%;
}
.vf_page_header_text{
	-ms-grid-row: 1;
	-ms-grid-column: 1;
	grid-area: header_text;
	align-self: center;
	text-align: left;
	padding-left: 1em;
}
.vf_page_header_text h1{
	font-family: "Caravan";
	font-size: 2.7em;
	line-height: 1em;
	font-weight: 800;
	margin: 0;
}
.vf_page_header_text div{
	font-size: 1.9em;
	margin-top: 0.2em;
}
.vf_page_full_header{
  width: 100%;
}
.vf_fest_with_full_header{
  padding: 2em 0 0 0;
}
.vf_page_full_header img{
  width: 100%;
  height: auto;
}
#vf_page_content{
	min-height: calc(100vh - 10em);
}
.vf_loading{
	position: relative;
}
.vf_loading::after{
	content: "";
	display: block;
	width: 200px;
	height: 200px;
	position: absolute;
	top: 50px;
	left: calc(50% - 100px);
	background:url("../images/loading-grey.png") no-repeat center center;
	background-size: contain;
	-webkit-animation:spin 3s linear infinite;
    -moz-animation:spin 3s linear infinite;
    animation:spin 3s linear infinite;
}
@-moz-keyframes spin { 
    100% { -moz-transform: rotate(360deg); } 
}
@-webkit-keyframes spin { 
    100% { -webkit-transform: rotate(360deg); } 
}
@keyframes spin { 
    100% { 
        -webkit-transform: rotate(360deg); 
        transform:rotate(360deg); 
    } 
}
.vf_nav{
	background: #282828;
	color: #f2f2f2;
	text-align: center;
	padding: 2em 0 1em 0;
}
ul.vf_main_menu{
	list-style: none;
	margin: 0;
	padding: 0;
}
ul.vf_main_menu li{
	display: inline-block;
	margin: 0;
	padding: 0 2em;
}
ul.vf_main_menu li a{
	font-family: "Caravan";
	font-size: 1.4em;
	line-height: 1em;
	font-weight: 800;
	color: #f2f2f2;
	text-decoration: none;
}
/*
ul.vf_main_menu li a:hover,
ul.vf_main_menu li a.vf_active{
	color: #ffff00;
}
*/
ul.vf-submenu{
	list-style: none;
	text-align: center;
	margin: 0 0 2em 0;
	padding: 0;
}
ul.vf-submenu li{
	display: inline-block;
	margin: 0;
	padding: 0 1em;
}
ul.vf-submenu li a{
	font-family: "Caravan";
	font-size: 1.1em;
	line-height: 1em;
	letter-spacing: 1px;
	font-weight: 800;
	color: #f2f2f2;
	text-decoration: none;
}
ul.vf-submenu li::after{
	content: "-";
	font-family: "Caravan";
	font-size: 1.1em;
	line-height: 1em;
	letter-spacing: 1px;
	font-weight: 800;
	display: inline;
	position: relative;
	left: -0.9em;
}
ul.vf-submenu li:last-child::after{
	display: none;
}
/*
ul.vf-submenu li a:hover,
ul.vf-submenu li a.vf_active{
	color: #ffff00;
}
*/
.vf_content{
	background: #282828;
	color: #f2f2f2;
	padding: 1em 0 4em 0;
}
.vf_footer{
	width: 96%;
	display: -ms-grid;
	display: grid;
	-ms-grid-columns: 15% 70% 15%;
	grid-template-columns: 15% 70% 15%;
	-ms-grid-rows: auto;
	grid-template-rows: auto;
	grid-template-areas: "empty social logo" "empty address logo" ;
	padding: 2em 0 1em 0;
}
.vf_footer .vf_empty{
	-ms-grid-row: 1;
	-ms-grid-column: 1;
	grid-area: empty;
}
.vf_footer .vf_logo{
	-ms-grid-row: 1;
	-ms-grid-column: 3;
	grid-area: logo;
	text-align: left;
}
.vf_footer .vf_social{
	-ms-grid-row: 1;
	-ms-grid-column: 2;
	grid-area: social;
	text-align: center;
}
.vf_footer .vf_address{
	-ms-grid-row: 2;
	-ms-grid-column: 2;
	grid-area: address;
	text-align: center;
	font-size: 0.8em;
}
.vf_social ul{
	list-style: none;
	margin: 0;
	padding: 0;
}
.vf_social ul li{
	display: inline-block;
	padding: 0;
	margin: 0 0.35em;
}
.vf_social ul li.image-icon a{
	font-size: 0;
    display: block;
    width: 1.5rem;
    height: 1.5rem;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
    text-decoration: none;
}
.vf_social ul li.facebook-icon a{
	background-image: url(//visualtheatre.co.il/wp-content/themes/svt/inc/imgs/icons/dark/fb.png);
}
.vf_social ul li.twitter-icon a{
	background-image: url(//visualtheatre.co.il/wp-content/themes/svt/inc/imgs/icons/dark/tw.png);
}
.vf_social ul li.instagram-icon a{
	background-image: url(//visualtheatre.co.il/wp-content/themes/svt/inc/imgs/icons/dark/inst.png);
}

.vf_social ul li.facebook-icon a:hover{
	background-image: url(//visualtheatre.co.il/wp-content/themes/svt/inc/imgs/icons/dark/f-b.png);
}
.vf_social ul li.twitter-icon a:hover{
	background-image: url(//visualtheatre.co.il/wp-content/themes/svt/inc/imgs/icons/dark/v-b.png);
}
.vf_social ul li.instagram-icon a:hover{
	background-image: url(//visualtheatre.co.il/wp-content/themes/svt/inc/imgs/icons/dark/i-b.png);
}

#vf_collection_wrapper{
	max-width: 1000px;
	margin: 0 auto;
}
.vf_collection_text{
	text-align: center;
	margin-bottom: 2em;
}
.vf_collection_container{	
	display: -ms-grid;
	display: grid;
	-ms-grid-columns: calc(27% - 1em) 73%;
	grid-template-columns: calc(27% - 1em) 73%;
	-ms-grid-rows: auto;
	grid-template-rows: auto;
	grid-column-gap: 1em;
	grid-template-areas: "dates events";
}
.vf_collection_dates{
	-ms-grid-row: 1;
	-ms-grid-column: 1;
	grid-area: dates;
}
.vf_collection_events{
	-ms-grid-row: 1;
	-ms-grid-column: 2;
	grid-area: events; 
	
	display: -ms-grid;
	display: grid;
	-ms-grid-columns: 1fr 1fr;
	grid-template-columns: 1fr 1fr;
	-ms-grid-rows: auto;
	grid-template-rows: auto;
	grid-column-gap: 1em;
	grid-row-gap: 1em;
}
.vf_dates_list_item_wrapper{
	text-align: center;
	padding: 1.2em;
	margin-bottom: 1em;
	line-height: 1.2em;
	background: #f2f2f2;
	color: #464646;
}
.vf_dates_list_item_wrapper a{
	text-decoration: none;
}
/*
.vf_dates_list_item_wrapper:hover{
	background: #ffff00;
}
*/
.vf_dates_list_date{
	font-family: "Caravan";
	font-size: 2em;
	line-height: 1em;
	letter-spacing: 1px;
	margin-bottom: 0.5em;
	font-weight: 800;
}
.vf_dates_list_daytime{
	font-size: 1.1em;
}
.vf_dates_list_location{
	font-size: 1.1em;
}
.vf_dates_list_tickets{
	margin-top: 1em;
	font-family: "Caravan";
	font-size: 1.1em;
	line-height: 1em;
	letter-spacing: 1px;
	font-weight: 800;
}
.vf_dates_list_tickets a{
	text-decoration: none;
}
.vf_events_list{
	display: -ms-grid;
	display: grid;
	-ms-grid-columns: 1fr 1fr 1fr 1fr;
	grid-template-columns: 1fr 1fr 1fr 1fr;
	-ms-grid-rows: auto;
	grid-template-rows: auto;
	grid-column-gap: 1.5em;
	grid-row-gap: 2em;
	grid-auto-rows: minmax(min-content, max-content);
	margin-top: 2em;
}
.vf_list_item{
	display: block;
	border: solid 4px #ffffff;
	text-decoration: none;
	color: #f2f2f2;
}
.hovertitle{
	display: none;
	position: absolute;
	top: 0;
	text-align: center;
	width: 100%;
	line-height: 1em;
}
.hovertitle > span{
	display: inline-block;
	font-size: 1em;
	font-family: "Caravan";
	color: #222222;
	/*background: #ffff00;*/
	line-height: 1em;
	padding: 0.2em 0.3em 0em .3em;
}
.vf_list_item:hover .hovertitle{
	display: block;	
}
.vf_collection_events .vf_list_item:hover .hovertitle{
	display: none;	
}
.vf_list_hover_info{
	display: none;
}
.vf_list_hover_info > div{
	margin-bottom: 0.4em;
}
.vf_list_item:hover{
	color: #000000;
	/*background: #ffff00;*/
}
.vf_collection_list_item:hover .vf_list_thumbnail:after{
	content: "";
	display: block;
	position: absolute;
	top: 0;
	bottom: 0;
	width: 100%;
	background: #282828;
	z-index: 998;
}
.vf_collection_list_item:hover .vf_list_hover_info{
	display: block;
	position: absolute;
  line-height: 1em;
  font-size: 0.8em;
	padding: 0 0.5em;
  width: calc(100% - 1em);
  text-align: center;
	color: #ffffff;
	top: 50%;
  transform: translateY(-50%);
	z-index: 999;
}
.vf_list_thumbnail{
	display: block;
	width: 100%;
	padding-top: 100%;
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
	position: relative;
}
.vf_list_info{
	padding: 0.8em 0.5em 1.1em 0.5em;
	line-height: 1.2em;
	text-align: center;
}
.vf_list_subtitle{
	font-size: 0.85em;
	line-height: 1.2em;
	margin-bottom: 0.3em;
}
.vf_list_title{
	margin: 0;
	font-size: 1.1em;
}
.vf_list_time_loc{
	font-size: 0.85em;
	min-height: 1.2em;
	margin-top: 1em;
}
.vf_single_event_header{
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	
	position: relative;
	width: 100%;
	height: calc(95vh - 2em);
	
  padding-top: 2em;
	margin-bottom: 3em;
}
.vf_single_event_header_title{
	text-align: center;
	width: 100%;
	position: absolute;
	bottom: 0;
	padding-bottom: 2.8em;
	color: #ffffff;
}
.vf_single_event_header_title h1{
	font-family: "Caravan";
	font-size: 3.5em;
	line-height: 1em;
	letter-spacing: 1px;
	margin: 0;
	font-weight: 800;
	text-shadow: 0px 0px 10px rgb(0 0 0 / 55%);
}
.vf_single_event_header_title h2{
	font-weight: 400;
	margin: 0.2em 0 0 0;
	font-size: 2em;
	text-shadow: 0px 0px 10px rgb(0 0 0 / 55%);
}
.vf_single_event_content img{
	max-width: 100%;
	height: auto;
}
.vf_single_event_dates_wrapper{
	background: #282828;
	padding: 4em 0;
	margin-top: 3em;
}
.vf_single_event_dates_wrapper h2{
	font-family: "Caravan";
	font-size: 1.3em;
	color: #f2f2f2;
}
.vf_single_event_dates{
	display: -ms-grid;
	display: grid;
	-ms-grid-columns: 1fr 1fr 1fr;
	grid-template-columns: 1fr 1fr 1fr;
	-ms-grid-rows: auto;
	grid-template-rows: auto;
	grid-column-gap: 1em;
	grid-row-gap: 2em;
}
.vf_single_event_dates .vf_dates_list_date{
	margin-bottom: 0.2em;
}
.vf_single_event_dates .vf_dates_list_tickets{
	margin-top: 0.5em;
}
.vf_single_event_dates .vf_dates_list_item_wrapper{
	padding: 1em;
}
.vf_single_event_collections{
	margin-top: 2em;
	font-weight: 600;
}
.vf_single_event_collection:first-child{
	border-top: solid 1px #282828;
}
.vf_single_event_collection{
	border-bottom: solid 1px #282828;
}
.vf_single_event_collection:after{
	content:"";
	display: block;
	clear: both;
	width: 100%;
}
.vf_single_event_collection_name_wrapper{
	padding: 1em 0;
	display: inline-block;
}
.vf_single_event_collection a{
	float: left;
	display: inline-block;
	padding: 1em;
	text-decoration: none;
	text-align: center;
}
/*
.vf_single_event_collection a:hover{
	background: #ffff00;
}
*/
@media (max-width: 980px){
	.vf_events_list{
		-ms-grid-columns: 1fr 1fr 1fr;
    	grid-template-columns: 1fr 1fr 1fr;
	}
	.vf_fest{
		padding-top: 3.5em;
	}
	.vf_page_header{
		-ms-grid-columns: 60% 40%;
    	grid-template-columns: 60% 40%;
		/*background: #aec2c8;*/
    	padding: 1em;
		margin-bottom: 0.5em;
	}
	.vf_page_header_text h1{
		font-size: 2em;
	}
	.vf_page_header_text div{
		font-size: 1.4em;
	}
}
@media (max-width: 767px){
	body{
		font-size: 18px;
	}
	.vf_top_nav{
		padding: 0;
		margin-right: 0;
	}  
	.vf_lan_nav{
		margin-right: 0;
		margin-left: 0;
	}  
	.vf_arrow{
		display: none;
	}  
	/*
	.vf_header:before{
		width: calc(100% - 14em);
		right: 11.3em;
	}
	*/
	
	.vf_page_header_thumb_wrapper:after{
		/*display: none;*/
	}	
	ul.vf_main_menu li{
		margin-bottom: 0.7em;
		padding: 0 0.8em;
	}
	ul.vf-submenu li{
		margin-bottom: 0.5em;
	}
	.vf_content .vf_text{
		padding: 0;
	}
	.vf_container p,
	.vf_collection_text{
		text-align: right;
	}
	.vf_footer{
		-ms-grid-columns: 1fr;
		grid-template-columns: 1fr;
		grid-template-areas: "social" "logo" "address" ;
	}
	.vf_footer .vf_logo{
		text-align: center;
		margin-top: 0.8em;
	}
	.vf_content{
		padding-top: 0.1em;
	}
	#vf_collections_menu{
		text-align: right;
	}
	#vf_collections_menu li{
		display: inline-block;
	}
	#vf_collections_menu li:after{
		display: none;
	}
	.vf_events_list{
		-ms-grid-columns: 1fr 1fr;
    	grid-template-columns: 1fr 1fr;
		grid-column-gap: 1em;
		grid-row-gap: 1em;
		margin-top: 0;
	}
	.vf_collection_list_item:hover .vf_list_hover_info,
	.vf_collection_list_item:hover .vf_list_thumbnail:after{
		/*display: none;*/
	}
	.hovertitle{
		/*display: block;*/
	}
	.vf_collection_events .hovertitle{
		display: none;
	}
	.vf_collection_container {
		-ms-grid-columns: 1fr;
		grid-template-columns: 1fr;		
		grid-template-areas: "events" "dates";
	}
	.vf_collection_dates{
		margin-top: 1em;
		display: -ms-grid;
		display: grid;
		-ms-grid-columns: 1fr 1fr;
		grid-template-columns: 1fr 1fr;
		-ms-grid-rows: auto;
		grid-template-rows: auto;
		grid-column-gap: 1em;
		grid-row-gap: 1em;
	}
	.vf_single_event_header{
		margin-bottom: 2em;
		height: 17em;
	}
	
	.vf_single_event_collection{
		font-size: 0.85em;
		line-height: 1.2em;
		
		display: -ms-grid;
		display: grid;
		-ms-grid-columns: 2fr 1fr;
		grid-template-columns: 2fr 1fr;
		-ms-grid-rows: auto;
		grid-template-rows: auto;
	}
	
	.vf_single_event_dates{
		-ms-grid-columns: 1fr 1fr;
		grid-template-columns: 1fr 1fr;
		grid-column-gap: 1em;
		grid-row-gap: 1em;
	}
	.vf_single_event_header_title{
		width: calc(100% - 1em);
		padding: 0 0.5em 1.5em 0.5em;
	}
	.vf_single_event_header_title h1{
		font-size: 2.5em;
	}
	.vf_single_event_header_title h2{
		font-size: 1.5em;
	}
	.vf_single_event_dates_wrapper{
		padding: 1.5em 0 2em 0;
	}	
}