/*
Theme Name: Israel at Culture Fest
Description: 77 years young, 3,000 years old
Author: Woland Web
Author URI: https://www.wolandweb.com
Template: uncode
Version: 1.0.0
Text Domain: uncode
*/

/* ==================================
	TYPOGRAPHIC ELEMENTS
================================== */

/* Typography */
p, li, dt, dd, dl, address, label, small, pre, code {
	line-height: 1.5;
}
h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
	line-height: 1.4;
}
.text-lead, .text-lead:not(ul):not(ol) > * {
	line-height: 1.65;
}
.text-lead, 
.text-lead:not(ul):not(ol) > *, 
.text-lead > :not(ul):not(ol) {
	margin-top: 18px;
}

/* Links */
.page-wrapper .uncode_text_column p a,
.page-wrapper .uncode_text_column ul li a {
	text-decoration: underline;
	font-weight: 700;
}

/* Accordions */
body:not(.rtl) .uncode-accordion:not(.none-signed) .panel-title > a > span {
  padding-right: 1.25em;
}

/* Responsive Video */
.videoWrapper {
  position: relative;
  padding-bottom: 56.25%; /* 16:9 */
  height: 0;
}
.videoWrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* Lists */
.uncode-list .process-list {
  margin-left: 34px;
}
.uncode-list .process-list li {
  line-height: 1.5;
  padding: 3px 0;
}

/*This is the one that controls the margin of the 2nd line*/
.uncode-list .process-list i.fa {
  margin-left: -32px;
}

/* ==================================
	HEADER
================================== */

/* Main Header */
.hmenu .menu-container .logo-container.col-lg-0 {
	padding-top: 18px;
	padding-bottom: 18px;
}
.hmenu .menu-container .navbar-nav a {
	transition: all 0.3s ease;
}

/* Drop Downs */
@media (min-width: 960px) {
	.menu-sub-enhanced.menu-horizontal ul.menu-smart > li ul {
		padding: 0px 18px 18px 18px;
	}
	.submenu-dark .menu-sub-enhanced .menu-smart ul a {
		color: rgba(255,255,255,1);
	}
	.menu-primary-inner ul.drop-menu li.menu-item > ul.drop-menu {
		left: -1px!important;
	}
	.menu-primary-inner ul.drop-menu li.menu-item > ul.drop-menu::before {
		content:"";
		display: block;
		width: 100%;
		height: 18px;
		background: #101213;
		position: absolute;
		top: -18px;
		left: 0;
	}
}

/* Mobile */
@media (max-width: 959px) {
	.menu-primary .menu-horizontal .menu-horizontal-inner > div:not(:first-child):not(.uncode-close-offcanvas-mobile):not(.navbar-main):not(.appended-navbar) {
		padding-top: 18px;
	}
	.menu-primary .menu-smart > li > a > div > div > div.btn {
		font-size: 14px;
	}
	.menu-mobile-default .menu-primary .menu-smart .drop-menu a {
		padding: 9px 36px 9px 56px;
	}
}

/* ==================================
	FOOTER
================================== */

.grecaptcha-badge {
	bottom: 85px!important;
}

/* Menus & Socials */
footer .menu li {
	padding-bottom: 5px;
}
footer .menu li:last-child {
	padding-bottom: 0px;
}
footer .style-dark a:not(.btn-text-skin) {
	color: #FFFFFF;
	transition: all 0.3s ease;
	opacity: 1;
}
footer .style-dark a:not(.btn-text-skin):hover,
footer .style-dark a:not(.btn-text-skin):focus {
	color: #FFFFFF;
	opacity: .5;
}

/* ==================================
	UNIVERSAL STYLES
================================== */
.justified-gallery > a > .jg-caption,
.justified-gallery > div > .jg-caption {
	opacity: 0!important;
}

/* ==================================
	PAGES
================================== */

/* ===== HOME ===== */
.style-dark .style-color-209638-bg  .btn-default:not(.btn-hover-nobg):not(.icon-animated) {
	color: #0038b8!important;
}
.style-dark .style-color-209638-bg  .btn-default:not(.btn-hover-nobg):not(.icon-animated):hover,
.style-dark .style-color-209638-bg  .btn-default:not(.btn-hover-nobg):not(.icon-animated):focus {
	color: #FFFFFF!important;
}

/* ===== LAND OF HISTORY ===== */
#land-history-timeline .container {
	display: flex;
	flex-wrap: wrap;
	max-width: 1400px;
	margin: 0 auto;
}
#land-history-timeline .timeline {
	display: flex;
	flex-wrap: nowrap;
	justify-content: center;
	width: 100%;
}
#land-history-timeline .icon { 
	display: flex;
	background:linear-gradient(to right, #FFFFFF 47%, #0038b8 49%, #0038b8 45%, #FFFFFF 50%); order: 2;
	text-align: center;
	color: #fff;
	flex-basis: 100px; 
	position: relative;
}
#land-history-timeline .icon::before {
	content:"";
	display: block;
	width: 50%;
	height: 2px;
	position: absolute;
	top: 50%;
	right: 0;
	margin-top: -1px;
	background: #3d67c7;
	z-index: 1;
}
#land-history-timeline .icon > span {
	font-size: 20px;
	margin: auto;
	border-radius: 50px;
	width: 50px;
	height: 50px;
	line-height: 40px;
	background:#fff;
	border: 5px solid #0038b8;
	position: relative;
	z-index: 2;
}
#land-history-timeline .info {
	text-align: center;
	padding: 10px;
	border-radius: 5px;
	color: #fff;
	order: 3;
	width: 80%;
	padding-left: 10px;
	background: #0038b8;
	transition: all .6s ease;
	margin-bottom: 10%;
}
#land-history-timeline .info h2 {
	margin: 0;
	font-size:20px;
	font-weight:700;
	color:#fff;
	padding-top:10px;
}
#land-history-timeline .info p {
	line-height: 1.4;
	margin:10px 8px 10px 8px;
}
#land-history-timeline .info ul {
	text-align:left;
	margin:10px 8px 10px 8px;
}
@media (min-width: 640px) {
	#land-history-timeline .info, 
	#land-history-timeline .custom { 
		width: 40%; 
		margin-bottom: 0px;
	}
	#land-history-timeline .box-right .info {
		order: 1;
		padding-right: 10px;
	}
	#land-history-timeline .box-right .custom {
		order: 3;
	}
	#land-history-timeline .box-right .icon::before {
		left: 0;
		right: auto;
	}
}

/* ===== INNOVATION MEETS TRADITION ===== */
.innovation .heading-text .text-top-reduced {
	margin-top: 0px;
}
.innovation .heading-text .text-top-reduced p {
	font-size: 14px;
	color: #427cff;
}
.innovation .card .double-block-padding {
	background: linear-gradient(to right, rgba(0, 56, 184, 0.05), rgba(0, 56, 184, 0.15) 100%);
}