/*  MICROTHEMER STYLES  */


/*= General =================== */

/** General >> .mgl-layout-2-ii div **/
.mgl-layout-2-ii div {
	display: -webkit-box !important;
	display: -moz-box !important;
	display: -ms-flexbox !important;
	display: -webkit-flex !important;
	display: flex !important;
}

/** General >> Profile Hebrew title **/
.mt-1832 h3 .fl-heading-text {
	/* MT [ google_font: 1 | variant: 400 | subset: hebrew ] */
	font-family: 'Heebo' !important;
}

/** General >> Profile Hebrew text **/
.mt-1832 .fl-rich-text p {
	/* MT [ google_font: 1 | variant: 300 | subset: hebrew ] */
	font-family: 'Heebo' !important;
	font-size: 0.9em !important;
	line-height: 1.5 !important;
	text-align: right !important;
	direction: rtl !important;
}

/** General >> .mt-1832 .active span **/
.mt-1832 .active span {
	/* MT [ google_font: 1 | variant: 400 | subset: hebrew ] */
	font-family: 'Heebo' !important;
}


/*= Content =================== */

/** Content >> .fl-post-title **/
.fl-post-title {
	display: none !important;
}

/** Content >> .breadcrumb **/
.breadcrumb {
	background-color: rgba(0, 0, 0, 0) !important;
	float: right !important;
}

/** Content >> .fl-node-content h1 **/
.fl-node-content h1 {
	line-height: 1 !important;
}


/*= Imported CSS 1 ============ */

/** Imported CSS 1 >> .is-style-wide **/
.is-style-wide {
	border-color: rgb(255, 14, 14) !important;
	border-bottom-width: 8px !important;
	border-radius: 4px !important;
}


/*= Coockies ================== */

/** Coockies >> .cky-btn-accept **/
/* All CookieYes buttons share the same easing */.cky-btn-accept, 
.cky-btn-reject, 
.cky-btn-preferences, 
.cky-btn-customize {
	
}
.cky-btn-accept, 
.cky-btn-reject, 
.cky-btn-preferences, 
.cky-btn-customize {
	-webkit-transition: all 0.1s ease-out !important;
	transition: all 0.1s ease-out !important;
	cursor: pointer !important;
	/* Only these have visible borders */
}
.cky-btn-preferences, 
.cky-btn-customize {
	border-width: 1px !important;
	/* These remain borderless */
}
.cky-btn-accept, 
.cky-btn-reject {
	border-width: 0 !important;
	/* Hover effect for Customize and Preferences only */
}
.cky-btn-preferences:hover, 
.cky-btn-customize:hover {
	background-color: #F4F4F5 !important;
}


/*( Phone )*/
@media (max-width: 480px) {
	/** Content >> .fl-node-content h1 **/
	.fl-node-content h1 {
	font-size: 26px !important;
	line-height: 1 !important;
}

}

