/*  MICROTHEMER STYLES here  */


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

/** General >> Testimonial arrow down **/
.testimonial-arrow-down {
	display: none !important;
}


/** General >> GF wrapper **/
body .gform_wrapper ul li.gfield {
	padding-right: 16px !important;
	margin-top: 0 !important;
}


/** General >> GF field input **/
.uabb-gf-style .gfield input[type=text] {
	margin-bottom: 0 !important;
}


/** General >> Body **/
body {
	/* MT [ google_font: 1 | variant: 400 | subset: hebrew ] */
	font-family: 'Varela Round' !important;
}


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

/** Content >> Card head **/
.card-head {
	/* MT [ google_font: 1 | variant: 400 | subset: hebrew ] */
	font-family: 'Varela Round' !important;
	font-weight: 700 !important;
}


/** Content >> Cards layout box **/
#wpv-view-layout-57 .box {
	padding-bottom: 20px !important;
	float: right !important;
}


/** Content >> Wpv filter formjs wpv filter form **/
.wpv-filter-form.js-wpv-filter-form {
	margin-bottom: 30px !important;
}


/** Content >> Card image **/
.box a .fl-photo-img {
	max-height: 200px !important;
}


/** Content >> Card image container **/
.box .fl-photo {
	min-height: 200px !important;
}


/** Content >> Uabb post wrapper next right arrow **/
.uabb-post-wrapper .uabb-next-right-arrow {
	display: inline-block !important;
	-webkit-transform: rotate(-180deg) !important;
	-moz-transform: rotate(-180deg) !important;
	-o-transform: rotate(-180deg) !important;
	-ms-transform: rotate(-180deg) !important;
	transform: rotate(-180deg) !important;
}


/** Content >> Fl callout title **/
.fl-callout-title {
	text-align: center !important;
}


/** Content >> Fl callout button **/
.fl-callout-button {
	text-align: center !important;
}


/** Content >> Fl callout photo circle above header **/
.fl-callout-photo-above-title .fl-photo-crop-circle .fl-photo-content {
	width: 250px !important;
	margin-bottom: -125px !important;
}


/** Content >> Fl callout photo above title fl callout title **/
.fl-callout-photo-above-title .fl-callout-title {
	background-color: rgb(255, 220, 82) !important;
	padding: 125px 20px 10px 20px !important;
}


/** Content >> Fl callout photo above title fl callout text wrap **/
.fl-callout-photo-above-title .fl-callout-text-wrap {
	background-color: rgb(255, 220, 82) !important;
	padding-right: 20px !important;
	padding-bottom: 20px !important;
	padding-left: 20px !important;
}


/** Content >> Box details **/
.box-details {
	height: 170px !important;
}



/*( טאבלט ונייד )*/
@media (max-width: 767px) {

	/*= Main Menu ================= */

	/** Main Menu >> Fl page nav navbar toggle **/
	.fl-page-nav-toggle-icon.fl-page-nav-toggle-visible-mobile .fl-page-nav .navbar-toggle {
		top: 35px !important;
		right: 10% !important;
	}


	/** Main Menu >> Menu item link **/
	.menu-item a {
		text-align: right !important;
	}


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

	/** Content >> Counselors fl col small **/
	.single-counselors .counselors .fl-col-small {
		max-width: 100% !important;
	}


	/** Content >> Fl col small **/
	.fl-col-small {
		max-width: 90% !important;
	}

}