/* =========================================================================== */


/*
- General
- Title
- Media Box
- Message Box
- Divider
- Empty Space
- Buttons
- Slogan
- Single Icon
- Icon Box
- Social Share
- Image Sizes ( square - landscape - portrait )
- Isotope
--- Isotope Filters
- Gallery
- Call Out
- Advanced Promo
- Socials
- Team
- DropCap
- Pricing Tables
- Pie Charts
- Progress Bars
- Counters
- Carousel & Sliders
- Testimonial
- Owl Carousel
- Vc Tabs
- Vc Accordion
- Single Image
- Image Text
- Blog Settings
--- Post Title with Line
--- Blog Sticky
--- Read More
--- Blog Meta
--- Blog Audio Format
--- Blog Quote & Link Format
--- Blog Large Media
--- Blog Small Media
--- Blog Grid
--- Blog Masonry
--- Blog Leader
--- Blog Gallery Format
--- Blog Carousel
- Slider & Carousel Navigations
- Countdown
- Gutenberg
--- Block Quote
--- Block Pullquote
--- Block Separator
--- Block  Archives/ Categories / Latest Posts
--- Block Gallery
- Widget
--- Widget Title
--- Widget Categories
--- Widget Archive
--- Widget Pages
--- Widget Recent Post
--- Widget Custom Menu
--- Widget Calendar
--- Widget RSS
--- Widget Tagcloud
--- Widget Meta
--- Widget Recent Comments
--- Widget Contact Info (EUT WIDGET)
--- Widget Latest News (EUT WIDGET)
--- Widget Latest Comments (EUT WIDGET)
--- Widget Instagram Feed (EUT WIDGET)
--- Widget Latest Social (EUT WIDGET)
--- Widget Promote Post (EUT WIDGET)
--- Widget Image Banner (EUT WIDGET)
--- Widget Sticky (EUT WIDGET)
--- Widget Polylang
*/


/* =========================================================================== */




/* =============================================================================
- General
============================================================================= */
.eut-element {
	position: relative;
	z-index: 3;
}


/* =============================================================================
- Title
============================================================================= */
.eut-title > span {
	display: inline-block;
}

.eut-title-line {
	width: 50px;
	height: 3px;
	display: block;
	clear: both;
	margin-top: 0.800em;
}

.eut-align-center .eut-title-line,
.eut-align-center.eut-title-line {
	margin-left: auto;
	margin-right: auto;
}

.eut-align-left .eut-title-line,
.eut-align-left.eut-title-line {
	margin-right: auto;
}

.eut-align-right .eut-title-line,
.eut-align-right.eut-title-line {
	margin-left: auto;
}


/* =============================================================================
- Media Box
============================================================================= */
.eut-box .eut-media {
	margin-bottom: 20px;
	position: relative;
	overflow: hidden;
}

.eut-box-title {
	-webkit-transition : all .3s;
	-moz-transition    : all .3s;
	-ms-transition     : all .3s;
	-o-transition      : all .3s;
	transition         : all .3s;
}

.eut-box .eut-box-content .eut-read-more {
	display: inline-block;
}

.eut-box .eut-media img {
	opacity: 0;
}

.eut-box .eut-media .eut-map img {
	opacity: 1;
}

.eut-box .eut-box-content p {
	margin-bottom: 0px;
}

.eut-box .eut-box-content p + .eut-read-more {
	margin-top: 20px;
}

/* Media Icon */
.eut-media-box-icon {
	position: absolute;
	display: inline-block;
	width: 50px;
	height: 50px;
	line-height: 50px;
	top: -15px;
	right: -15px;
	background-color: #333;
	z-index: 10;
	text-align: center;
	-webkit-border-radius: 50%;
	border-radius: 50%;
}

.eut-media-box-icon i {
	font-size: 26px;
	line-height: inherit;
	width: inherit;
	height: inherit;
}


/* =============================================================================
- Message Box
============================================================================= */
.eut-message {
	padding: 25px;
	position: relative;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	-webkit-transition : all .3s;
	-moz-transition    : all .3s;
	-ms-transition     : all .3s;
	-o-transition      : all .3s;
	transition         : all .3s;
	border: 1px solid rgba(0,0,0,0.1);
}

.eut-message .eut-message-icon {
	float: left;
	font-size: 2.250em;
	line-height: 1.200em;
	margin-right: 15px;
}

.eut-message p {
	margin-bottom: 0;
	font-size: 0.9em;
	min-height: 40px;
}

.eut-message .eut-close {
	position: absolute;
	z-index: 5;
	top: 0;
	right: 0;
	width: 30px;
	height: 30px;
	line-height: inherit;
	text-align: right;
	cursor: pointer;
	-webkit-tap-highlight-color: rgba(0,0,0,0);
}

.eut-message .eut-close:after,
.eut-message .eut-close:before {
	content: '';
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: rotate(45deg);
	-moz-transform:    rotate(45deg);
	-ms-transform:     rotate(45deg);
	-o-transform:      rotate(45deg);
	transform:         rotate(45deg);
	background-color: #ffffff;
}

.eut-message .eut-close:after {
	width: 10px;
	height: 2px;
	margin-left: -5px;
	margin-top: -1px;
}

.eut-message .eut-close:before {
	width: 2px;
	height: 10px;
	margin-left: -1px;
	margin-top: -5px;
}


/* =============================================================================
- Divider
============================================================================= */
hr {
	margin-bottom: 30px;
	display: block;
	border: none;
	border-top: 1px solid;
}

.eut-hr.eut-element {
	margin-bottom: 0;
	display: block;
	border: none;
}

/* Line Divider */
.eut-hr .eut-line-divider {
	border-top: 1px solid;
}

/* Dashed Divider */
.eut-hr .eut-dashed-line-divider {
	border-top: 1px dashed;
}

/* Double Line */
.eut-hr .eut-double-line-divider {
	height: 5px;
	border-top: 1px solid;
	border-bottom: 1px solid;
}

/* Double Line */
.eut-hr .eut-top-line-divider {
	height: auto;
	border-bottom: 1px solid;
	text-align: right;
}

.eut-hr .eut-divider-backtotop {
	display: inline-block;
	cursor: pointer;
	margin-bottom: 15px;
	-webkit-transition : all .3s;
	-moz-transition    : all .3s;
	-ms-transition     : all .3s;
	-o-transition      : all .3s;
	transition         : all .3s;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: -moz-none;
	-o-user-select: none;
	user-select: none;
}

.eut-hr .eut-divider-backtotop:after {
	content: "\f106";
	font-family: 'Font Awesome 6 Free';
	font-weight: 900;
	margin-left: 5px;
	position: relative;
	top: -1px;
}


/* =============================================================================
- Empty Space
============================================================================= */
.eut-row.eut-columns-gap-5 .eut-empty-space:first-child:last-child {
	margin: -2.5px 0;
}

.eut-row.eut-columns-gap-10 .eut-empty-space:first-child:last-child {
	margin: -5px 0;
}

.eut-row.eut-columns-gap-15 .eut-empty-space:first-child:last-child {
	margin: -7.5px 0;
}

.eut-row.eut-columns-gap-20 .eut-empty-space:first-child:last-child {
	margin: -10px 0;
}

.eut-row.eut-columns-gap-25 .eut-empty-space:first-child:last-child {
	margin: -12.5px 0;
}

.eut-row.eut-columns-gap-30 .eut-empty-space:first-child:last-child {
	margin: -15px 0;
}

.eut-row.eut-columns-gap-35 .eut-empty-space:first-child:last-child {
	margin: -17.5px 0;
}

.eut-row.eut-columns-gap-40 .eut-empty-space:first-child:last-child {
	margin: -20px 0;
}

.eut-row.eut-columns-gap-45 .eut-empty-space:first-child:last-child {
	margin: -22.5px 0;
}

.eut-row.eut-columns-gap-50 .eut-empty-space:first-child:last-child {
	margin: -25px 0;
}

.eut-row.eut-columns-gap-55 .eut-empty-space:first-child:last-child {
	margin: -27.5px 0;
}

.eut-row.eut-columns-gap-60 .eut-empty-space:first-child:last-child {
	margin: -30px 0;
}


/* =============================================================================
- Buttons
============================================================================= */
a.eut-btn,
#eut-theme-wrapper button:not(.eut-custom-btn),
#eut-theme-wrapper button[type="button"]:not(.eut-custom-btn),
#eut-theme-wrapper button[type="submit"]:not(.eut-custom-btn),
#eut-theme-wrapper button[type="reset"]:not(.eut-custom-btn),
#eut-theme-wrapper input[type="submit"]:not(.eut-custom-btn) {
	display: inline-block;
	padding: 1.154em 1.538em;
	position: relative;
	-webkit-border-radius: 0;
	border-radius: 0;
	z-index: 2;
	vertical-align: top;
	margin-top: 3px;
	margin-bottom: 3px;
	outline: 0;
	text-align: center;
	cursor: pointer;
	border: 1px solid transparent;
	box-sizing: border-box;
	word-wrap: break-word;
	-webkit-appearance: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	text-decoration: none;
	position: relative;
	overflow: hidden;
	-webkit-transition : color .5s ease, background-color .5s ease, border-color .5s ease;
	-moz-transition    : color .5s ease, background-color .5s ease, border-color .5s ease;
	-o-transition      : color .5s ease, background-color .5s ease, border-color .5s ease;
	-ms-transition     : color .5s ease, background-color .5s ease, border-color .5s ease;
	transition         : color .5s ease, background-color .5s ease, border-color .5s ease;
	-ms-touch-action: manipulation;
	touch-action: manipulation;
}

a.eut-btn.eut-btn-line {
	border: 1px solid;
	background-color: transparent;
	background-image: none;
}

.eut-fullwidth-btn {
	width: 100%;
}

/* Extra Small Size */
.eut-btn.eut-btn-extrasmall {
	padding: 0.556em 1.667em;
}

/* Small Size */
.eut-btn.eut-btn-small {
	padding:0.818em 1.636em;
}

/* Large Size */
.eut-btn.eut-btn-large {
	padding: 1.125em 1.500em;
}

/* Extra Large Size */
.eut-btn.eut-btn-extralarge {
	padding: 1.538em 2.308em;
}


/* Button with icon */
a.eut-btn i {
	display: inline-block;
	margin-right: 0.923em;
	padding: 2px;
	vertical-align: middle;
	-webkit-transform: translate(0, 0);
	-moz-transform:    translate(0, 0);
	-ms-transform:     translate(0, 0);
	-o-transform:      translate(0, 0);
	transform:         translate(0, 0);
	-webkit-transition : -webkit-transform .3s;
	-moz-transition    : -moz-transform .3s;
	-ms-transition     : -ms-transform .3s;
	-o-transition      : -o-transform .3s;
	transition         : transform .3s;
	-webkit-backface-visibility : hidden;
	-moz-backface-visibility    : hidden;
	-ms-backface-visibility     : hidden;
}

a.eut-btn:hover i {
	-webkit-transform: translate(-10px, 0);
	-moz-transform:    translate(-10px, 0);
	-ms-transform:     translate(-10px, 0);
	-o-transform:      translate(-10px, 0);
	transform:         translate(-10px, 0);
}

/* Button Margins */
.eut-align-left .eut-btn {
	margin-right: 30px;
}

.eut-align-center .eut-btn {
	margin-left: 15px;
	margin-right: 15px;
}

.eut-align-right .eut-btn {
	margin-left: 30px;
}

#eut-theme-wrapper .eut-fullwidth-btn.eut-btn {
	margin: 0;
	padding: 0 1.538em;
	line-height: 60px;
}

#eut-theme-wrapper .eut-fullwidth-btn.eut-btn.eut-fluid-btn-medium {
	line-height: 120px;
}

#eut-theme-wrapper .eut-fullwidth-btn.eut-btn.eut-fluid-btn-tall {
	line-height: 180px;
}

@media only screen and (max-width: 1200px) {
	#eut-theme-wrapper .eut-fullwidth-btn.eut-btn {
		line-height: 50px;
	}

	#eut-theme-wrapper .eut-fullwidth-btn.eut-btn.eut-fluid-btn-medium {
		line-height: 80px;
	}

	#eut-theme-wrapper .eut-fullwidth-btn.eut-btn.eut-fluid-btn-tall {
		line-height: 100px;
	}
}

@media only screen and (max-width: 767px) {
	#eut-theme-wrapper .eut-fullwidth-btn.eut-btn {
		line-height: 40px;
	}

	#eut-theme-wrapper .eut-fullwidth-btn.eut-btn.eut-fluid-btn-medium {
		line-height: 50px;
	}

	#eut-theme-wrapper .eut-fullwidth-btn.eut-btn.eut-fluid-btn-tall {
		line-height: 80px;
	}
}


/* =============================================================================
- Slogan
============================================================================= */
.eut-slogan .eut-slogan-title {
	margin-bottom: 0.800em;
}

.eut-slogan p {
	margin-bottom: 28px;
}

.eut-slogan p:last-child {
	margin-bottom: 0;
}


/* =============================================================================
- Single Icon
============================================================================= */
.eut-single-icon .eut-wrapper-icon {
	border: 1px solid transparent;
	display: inline-block;
}

.eut-single-icon .eut-wrapper-icon.eut-outline {
	border: 1px solid;
}

/* Icons With Shape */
.eut-single-icon.eut-with-shape .eut-wrapper-icon {
	width: 2.500em;
	height: 2.500em;
	line-height: 2.500em;
	display: inline-block;
	text-align: center;
}

/* Icons With Out Shape */
.eut-single-icon .eut-no-shape.eut-wrapper-icon {
	width: 1.000em;
	height: 1.000em;
	line-height: 1.000em;
	display: inline-block;
	position: relative;
}

/* Small Icons With Out Shape */
.eut-single-icon.eut-small .eut-no-shape.eut-wrapper-icon {
	font-size: 32px;
}

/* Small Icons With Shape */
.eut-single-icon.eut-small.eut-with-shape .eut-wrapper-icon {
	font-size: 24px;
}

/* Medium Icons With Out Shape */
.eut-single-icon.eut-medium .eut-no-shape.eut-wrapper-icon {
	font-size: 48px;
}

/* Medium Icons With Shape */
.eut-single-icon.eut-medium.eut-with-shape .eut-wrapper-icon {
	font-size: 32px;
}

/* Large Icons With Out Shape */
.eut-single-icon.eut-large .eut-no-shape.eut-wrapper-icon {
	font-size: 72px;
}

/* Large Icons With Shape */
.eut-single-icon.eut-large.eut-with-shape .eut-wrapper-icon {
	font-size: 40px;
}

.eut-single-icon .eut-wrapper-icon i:before {
	line-height: inherit;
	display: inline-block;
	vertical-align: top;
}

/* Icon Animation */
.eut-hover-effect .eut-wrapper-icon {
	position: relative;
}
.eut-hover-effect .eut-wrapper-icon:after {
	content: '';
	position: absolute;
	width: 100%;
	height: 100%;
	background-color: inherit;
	top: 0;
	left: 0;
	z-index: -1;
	-webkit-animation-duration: .6s;
	-moz-animation-duration: .6s;
	-o-animation-duration: .6s;
	animation-duration: .6s;

	-webkit-animation-fill-mode: both;
	-moz-animation-fill-mode: both;
	-o-animation-fill-mode: both;
	animation-fill-mode: both;

	-webkit-animation-name: icon_box_animation;
	-moz-animation-name: icon_box_animation;
	-o-animation-name: icon_box_animation;
	animation-name: icon_box_animation;

	display: none;
}

.eut-wrapper-icon.eut-circle:after {
	-webkit-border-radius: 50%;
	border-radius: 50%;
}

.eut-wrapper-icon.eut-round:after {
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.eut-hover-effect .eut-wrapper-icon.eut-outline:after {
	background-color: transparent;
	border: 1px solid;
	border-color: inherit;
	top: -1px;
	left: -1px;
}

@-webkit-keyframes icon_box_animation {
	0% { opacity: 1; -webkit-transform: scale(1); }
	100% { opacity: 0; -webkit-transform: scale(1.4); }
}

@-moz-keyframes icon_box_animation {
	0% { opacity: 1;  -moz-transform: scale(1); }
	100% { opacity: 0;  -moz-transform: scale(1.4); }
}

@-o-keyframes icon_box_animation {
	0% { opacity: 1; -o-transform: scale(1); }
	100% { opacity: 0; -o-transform: scale(1.4); }
}

@keyframes icon_box_animation {
	0% { opacity: 1; transform: scale(1); }
	100% { opacity: 0; transform: scale(1.4); }
}

.eut-hover-effect:hover .eut-wrapper-icon:after {
	display: block;
}


/* =============================================================================
- Icon Box
============================================================================= */
.eut-box-icon .eut-box-content {
	position: relative;
}

.eut-box-icon .eut-wrapper-icon {
	border: 1px solid transparent;
	display: inline-block;
}

.eut-box-icon .eut-wrapper-icon.eut-outline {
	border: 1px solid;
}

.eut-wrapper-icon i {
    line-height: inherit;
}

/* Align Left */
.eut-box-icon.eut-align-left .eut-wrapper-icon,
.eut-box-icon.eut-align-left .eut-image-icon  {
	position: relative;
	top: 2px;
	float: left;
	margin-right: 0.469em;
}

.eut-box-icon.eut-align-left.eut-with-shape .eut-wrapper-icon {
	margin-right: 0.750em;
}

/* Align Right */
.eut-box-icon.eut-align-right .eut-wrapper-icon,
.eut-box-icon.eut-align-right .eut-image-icon {
	position: relative;
	top: 2px;
	float: right;
	margin-left: 0.469em;
}

.eut-box-icon.eut-align-left.eut-with-shape .eut-wrapper-icon {
	margin-left: 0.750em;
}

.eut-box-icon.eut-align-left .eut-box-content,
.eut-box-icon.eut-align-right .eut-box-content {
	overflow: hidden;
}

/* Tablet Portrait */
@media only screen and (max-width: 1023px) {

	.eut-box-icon.eut-align-left.eut-with-shape .eut-wrapper-icon,
	.eut-box-icon.eut-align-left .eut-wrapper-icon,
	.eut-box-icon.eut-align-left .eut-image-icon,
	.eut-box-icon.eut-align-right.eut-with-shape .eut-wrapper-icon,
	.eut-box-icon.eut-align-right .eut-wrapper-icon,
	.eut-box-icon.eut-align-right .eut-image-icon {
		float: none;
		margin: 0;
		margin-bottom: 0.600em;
	}

	.eut-box-icon.eut-align-left .eut-wrapper-icon,
	.eut-box-icon.eut-align-right .eut-wrapper-icon {
		margin: 0;
		margin-bottom: 0.250em;
	}

}

/* Align Center */
.eut-box-icon.eut-with-shape.eut-align-center .eut-wrapper-icon,
.eut-box-icon.eut-align-center .eut-image-icon {
	margin-bottom: 20px;
	position: relative;
}

.eut-box-icon.eut-align-center .eut-wrapper-icon {
	margin-bottom: 20px;
	position: relative;
}

/* Icons With Shape */
.eut-box-icon.eut-with-shape .eut-wrapper-icon {
	width: 2.500em;
	height: 2.500em;
	line-height: 2.500em;
	display: inline-block;
	text-align: center;
}

/* Icons With Out Shape */
.eut-box-icon .eut-no-shape.eut-wrapper-icon {
	width: 1.000em;
	height: 1.000em;
	line-height: 1.000em;
	display: inline-block;
}

/* Icons With Image */
.eut-box-icon.eut-align-center img {
	height: 2.500em;
	width: auto;
}

.eut-box-icon.eut-align-left img,
.eut-box-icon.eut-align-right img {
	width: 1.000em;
	height: auto;
}

/* Extra Small Icons With Out Shape */
.eut-box-icon.eut-extra-small .eut-no-shape.eut-wrapper-icon,
.eut-box-icon.eut-extra-small.eut-align-left .eut-image-icon,
.eut-box-icon.eut-extra-small.eut-align-right .eut-image-icon {
	font-size: 24px;
}

/* Extra Small Icons With Shape */
.eut-box-icon.eut-extra-small.eut-with-shape .eut-wrapper-icon,
.eut-box-icon.eut-extra-small.eut-align-center .eut-image-icon {
	font-size: 16px;
}

/* Small Icons With Out Shape */
.eut-box-icon.eut-small .eut-no-shape.eut-wrapper-icon,
.eut-box-icon.eut-small.eut-align-left .eut-image-icon,
.eut-box-icon.eut-small.eut-align-right .eut-image-icon {
	font-size: 32px;
}

/* Small Icons With Shape */
.eut-box-icon.eut-small.eut-with-shape .eut-wrapper-icon,
.eut-box-icon.eut-small.eut-align-center .eut-image-icon {
	font-size: 24px;
}

/* Medium Icons With Out Shape */
.eut-box-icon.eut-medium .eut-no-shape.eut-wrapper-icon,
.eut-box-icon.eut-medium.eut-align-left .eut-image-icon,
.eut-box-icon.eut-medium.eut-align-right .eut-image-icon {
	font-size: 48px;
}

/* Medium Icons With Shape */
.eut-box-icon.eut-medium.eut-with-shape .eut-wrapper-icon,
.eut-box-icon.eut-medium.eut-align-center .eut-image-icon {
	font-size: 32px;
}

/* Large Icons With Out Shape */
.eut-box-icon.eut-large .eut-no-shape.eut-wrapper-icon,
.eut-box-icon.eut-large.eut-align-left .eut-image-icon,
.eut-box-icon.eut-large.eut-align-right .eut-image-icon {
	font-size: 72px;
}

/* Large Icons With Shape */
.eut-box-icon.eut-large.eut-with-shape .eut-wrapper-icon,
.eut-box-icon.eut-large.eut-align-center .eut-image-icon {
	font-size: 40px;
}

.eut-box-icon .eut-wrapper-icon i:before {
	line-height: inherit;
	display: inline-block;
	vertical-align: top;
	margin-top: -2px;
}

/* Advanced Hover */
.eut-box-icon.eut-advanced-hover {
	visibility: hidden;
	overflow: hidden;
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	-ms-backface-visibility: hidden;
}

.eut-box-icon.eut-advanced-hover.active,
.eut-box-icon.eut-advanced-hover.active p {
	visibility: visible;
	-webkit-transition: padding 0.8s cubic-bezier(0.68, -0.55, 0.265, 1.55), opacity 0.8s;
	transition:         padding 0.8s cubic-bezier(0.68, -0.55, 0.265, 1.55), opacity 0.8s;
}

.eut-box-icon.eut-advanced-hover p {
	opacity: 0;
}

.eut-box-icon.eut-advanced-hover.hover,
.eut-box-icon.eut-advanced-hover.hover p {
	padding-top: 0px !important;
	opacity: 1;
}


/* =============================================================================
- Social Share
============================================================================= */
.eut-element.eut-social ul  {
	margin: 0 auto -8px auto;
	list-style: none;
	display: inline-block;
}

.eut-element.eut-social ul li {
	display: inline-block;
	margin: 10px;
	position: relative;
}

.eut-element.eut-social ul li a {
	display: block;
	width: 2.188em;
	height: 2.188em;
	line-height: 2.188em;
	text-align: center;
	font-size: 1em;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

.eut-element.eut-social ul li a i {
	-webkit-animation-duration: 0.5s;
	animation-duration: 0.5s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	-ms-backface-visibility: hidden;
	padding: 3px;
}

.eut-element.eut-social ul li a:hover i {
	-webkit-animation-name: pulse;
	animation-name: pulse;
}

.eut-element.eut-social ul li a {
	-webkit-animation-duration: 0.5s;
	animation-duration: 0.5s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	-ms-backface-visibility: hidden;
}

.eut-element.eut-social ul li a.eut-with-shape.eut-outline {
	border: 1px solid;
	background-color: transparent;
}

@-webkit-keyframes pulse {
	from { -webkit-transform: scale3d(1, 1, 1); transform: scale3d(1, 1, 1); }
	50% { -webkit-transform: scale3d(1.4, 1.4, 1.4); transform: scale3d(1.4, 1.4, 1.4); }
	to { -webkit-transform: scale3d(1, 1, 1); transform: scale3d(1, 1, 1); }
}

@keyframes pulse {
	from { -webkit-transform: scale3d(1, 1, 1); transform: scale3d(1, 1, 1); }
	50% { -webkit-transform: scale3d(1.4, 1.4, 1.4); transform: scale3d(1.4, 1.4, 1.4); }
	to { -webkit-transform: scale3d(1, 1, 1); transform: scale3d(1, 1, 1); }
}

/* Icons With Shape */
.eut-element.eut-social ul li a.eut-with-shape {
	width: 2.500em;
	height: 2.500em;
	line-height: 2.500em;
	display: inline-block;
	text-align: center;
}

/* Icons With Out Shape */
.eut-element.eut-social ul li a.eut-no-shape {
	width: 1.000em;
	height: 1.000em;
	line-height: 1.000em;
	display: inline-block;
	text-align: center;
}

.eut-element.eut-social ul li a.eut-no-shape.eut-social-share-googleplus {
	width: 1.300em;
}

/* Small Icons With Out Shape */
.eut-element.eut-social ul li a.eut-no-shape.eut-small  {
	font-size: 32px;
}

/* Small Icons With Shape */
.eut-element.eut-social ul li a.eut-with-shape.eut-small {
	font-size: 24px;
}

/* Medium Icons With Out Shape */
.eut-element.eut-social ul li a.eut-no-shape.eut-medium {
	font-size: 48px;
}

/* Medium Icons With Shape */
.eut-element.eut-social ul li a.eut-with-shape.eut-medium {
	font-size: 32px;
}

/* Large Icons With Out Shape */
.eut-element.eut-social ul li a.eut-no-shape.eut-large {
	font-size: 72px;
}

/* Large Icons With Shape */
.eut-element.eut-social ul li a.eut-with-shape.eut-large {
	font-size: 40px;
}

.eut-element.eut-social.eut-align-left li {
	margin-left: 0;
}

.eut-element.eut-social.eut-align-right li {
	margin-right: 0;
}

.eut-element.eut-social li a span.eut-like-counter {
	font-size: 10px;
	font-weight: bold;
	line-height: 1.2;
	background-color: #202020;
	color: #ffffff;
	min-width: 30px;
	text-align: center;
	padding: 6px 8px;
	position: absolute;
	bottom: 180%;
	left: 50%;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	visibility: hidden;
	opacity: 0;
	-webkit-transform: translate(-50%, 0);
	-moz-transform:    translate(-50%, 0);
	-ms-transform:     translate(-50%, 0);
	-o-transform:      translate(-50%, 0);
	transform:         translate(-50%, 0);
	-webkit-backface-visibility: hidden;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-ms-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
}

.eut-element.eut-social li a span.eut-like-counter:after {
	content: '';
	width: 0;
	height: 0;
	border-left: 6px solid transparent;
	border-right: 6px solid transparent;
	border-top: 5px solid #202020;
	position: absolute;
	top: 100%;
	left: 50%;
	margin-left: -6px;
}

.eut-element.eut-social li a:hover span.eut-like-counter {
	bottom: 120%;
	visibility: visible;
	opacity: 1;
}


/* =============================================================================
- Image Sizes ( square - landscape - portrait )
============================================================================= */
.eut-image-square img {
	width: 100%;
	height: auto;
	max-width: none;
}

.eut-image-landscape img {
	width: 100%;
	height: auto;
	max-width: none;
	top: 50%;
	-webkit-transform: translate(0, -50%);
	-moz-transform:    translate(0, -50%);
	-ms-transform:     translate(0, -50%);
	-o-transform:      translate(0, -50%);
	transform:         translate(0, -50%);
}

.eut-image-portrait img {
	width: auto;
	height: 100%;
	max-width: none;
	left: 50%;
	-webkit-transform: translate(-50%, 0);
	-moz-transform:    translate(-50%, 0);
	-ms-transform:     translate(-50%, 0);
	-o-transform:      translate(-50%, 0);
	transform:         translate(-50%, 0);
}


/* =============================================================================
- Isotope
============================================================================= */
.eut-section.eut-fullwidth .eut-isotope {
	overflow: hidden;
}

.eut-isotope-container {
	opacity: 0;
	overflow: hidden;
	padding-top: 3px;
}

.eut-isotope.eut-with-gap .eut-isotope-container {
	margin-left: -20px;
	margin-right: -20px;
}

.eut-section[data-section-type="fullwidth-element"] .eut-isotope.eut-with-gap .eut-isotope-container {
	margin-left: 20px;
	margin-right: 20px;
}

.eut-isotope.eut-with-gap .eut-isotope-item {
	padding-left: 20px;
	padding-right: 20px;
	margin-bottom: 40px;
}

/* Full width with gaps */
.eut-section.eut-fullwidth .eut-isotope.eut-with-gap {
	padding: 0 40px;
}

/* Animated Isotpe */
.eut-isotope-item-inner.eut-fade-in,
.eut-isotope-item-inner.eut-fade-in-up,
.eut-isotope-item-inner.eut-fade-in-down,
.eut-isotope-item-inner.eut-fade-in-left,
.eut-isotope-item-inner.eut-fade-in-right,
.eut-isotope-item-inner.eut-zoom-in {
	opacity: 0;
	-webkit-animation-duration:.5s;
	-moz-animation-duration:.5s;
	-ms-animation-duration:.5s;
	-o-animation-duration:.5s;
	animation-duration:.5s;
}

html.ie9 .eut-isotope-item-inner.eut-fade-in,
html.ie9 .eut-isotope-item-inner.eut-fade-in-up,
html.ie9 .eut-isotope-item-inner.eut-fade-in-down,
html.ie9 .eut-isotope-item-inner.eut-fade-in-left,
html.ie9 .eut-isotope-item-inner.eut-fade-in-right,
html.ie9 .eut-isotope-item-inner.eut-zoom-in {
	opacity: 1;
}


/* =============================================================================
--- Isotope Filters
============================================================================= */
.eut-filter {
	margin-bottom: 40px;
}

.eut-filter ul {
	margin: 0;
	list-style: none;
	-webkit-touch-callout: none;
	-webkit-user-select  : none;
	-khtml-user-select   : none;
	-moz-user-select     : none;
	-ms-user-select      : none;
	user-select          : none;
}

.eut-filter ul li {
	display: inline-block;
	font-size: 13px;
	cursor: pointer;
	opacity: 0.5;
	-webkit-transition : all .3s;
	-moz-transition    : all .3s;
	-ms-transition     : all .3s;
	-o-transition      : all .3s;
	transition         : all .3s;
}

.eut-filter ul li:hover,
.eut-filter ul li.selected {
	opacity: 1;
}

.eut-section.eut-fullwidth .eut-isotope:not(.eut-with-gap) .eut-filter {
	padding-left: 40px;
	padding-right: 40px;
}


/* =============================================================================
- Gallery
============================================================================= */
.eut-gallery-item > a {
	position: relative;
	display: block;
	overflow: hidden;
	-webkit-backface-visibility : hidden;
	-moz-backface-visibility    : hidden;
	-ms-backface-visibility     : hidden;
}

.eut-gallery-item figure .eut-title {
	margin-bottom: 3px;
}

.eut-gallery-item figure .eut-caption {
	margin-bottom: 0;
	font-size: 14px;
}

/* Style 1 & 3 */
.eut-gallery-item figure.eut-hover-style-1 figcaption,
.eut-gallery-item figure.eut-hover-style-3 figcaption {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	padding: 20px;
	z-index: 3;
}

.eut-gallery-item figure.eut-hover-style-1 .eut-gallery-content,
.eut-gallery-item figure.eut-hover-style-3 .eut-gallery-content {
	position: absolute;
	left: 20px;
	bottom: 20px;
}

.eut-gallery-item figure.eut-hover-style-1 .eut-title:last-child,
.eut-gallery-item figure.eut-hover-style-3 .eut-title:last-child {
	margin-bottom: 0;
}

/* Style 2 */
.eut-gallery-item figure.eut-hover-style-2 .eut-gallery-content {
	text-align: center;
	margin-top: 30px;
}

.eut-gallery-item figure.eut-hover-style-2 .eut-title {
	margin-bottom: 0.3em;
	-webkit-transition : color .3s;
	-moz-transition    : color .3s;
	-ms-transition     : color .3s;
	-o-transition      : color .3s;
	transition         : color .3s;
}

.eut-gallery-item figure.eut-hover-style-2 .eut-title:last-child {
	margin-bottom: 0;
}

/* Animation Hover Style 1 */
.eut-gallery-item figure.eut-hover-style-1 .eut-title,
.eut-gallery-item figure.eut-hover-style-1 .eut-caption {
	opacity: 0;
	-webkit-transform: translateY(50px);
	-moz-transform:    translateY(50px);
	-ms-transform:     translateY(50px);
	-o-transform:      translateY(50px);
	transform:         translateY(50px);
	-webkit-transition : -webkit-transform .2s, opacity .2s;
	-moz-transition    : -moz-transform .2s, opacity .2s;
	-ms-transition     : -ms-transform .2s, opacity .2s;
	-o-transition      : -o-transform .2s, opacity .2s;
	transition         : transform .2s, opacity .2s;
	-webkit-transition-delay: 0;
	-moz-transition-delay:    0;
	-ms-transition-delay:     0;
	-o-transition-delay:      0;
	transition-delay:         0;
}

.eut-gallery-item figure.eut-hover-style-1.hover .eut-title,
.eut-gallery-item figure.eut-hover-style-1.hover .eut-caption {
	opacity: 1;
	-webkit-transform: translateY(0);
	-moz-transform:    translateY(0);
	-ms-transform:     translateY(0);
	-o-transform:      translateY(0);
	transform:         translateY(0);
}

.eut-gallery-item figure.eut-hover-style-1.hover .eut-caption {
	opacity: 0.7;
	-webkit-transition-delay: .1s;
	-moz-transition-delay:    .1s;
	-ms-transition-delay:     .1s;
	-o-transition-delay:      .1s;
	transition-delay:         .1s;
}


/* Animation Hover Style 3 */
.eut-gallery-item figure.eut-hover-style-3 .eut-title,
.eut-gallery-item figure.eut-hover-style-3 .eut-caption {
	opacity: 1;
	-webkit-transform: translateY(0);
	-moz-transform:    translateY(0);
	-ms-transform:     translateY(0);
	-o-transform:      translateY(0);
	transform:         translateY(0);
	-webkit-transition : -webkit-transform .2s, opacity .2s;
	-moz-transition    : -moz-transform .2s, opacity .2s;
	-ms-transition     : -ms-transform .2s, opacity .2s;
	-o-transition      : -o-transform .2s, opacity .2s;
	transition         : transform .2s, opacity .2s;
	-webkit-transition-delay: 0;
	-moz-transition-delay:    0;
	-ms-transition-delay:     0;
	-o-transition-delay:      0;
	transition-delay:         0;
}

.eut-gallery-item figure.eut-hover-style-3.hover .eut-title,
.eut-gallery-item figure.eut-hover-style-3.hover .eut-caption {
	opacity: 0;
	-webkit-transform: translateY(50px);
	-moz-transform:    translateY(50px);
	-ms-transform:     translateY(50px);
	-o-transform:      translateY(50px);
	transform:         translateY(50px);
}

.eut-gallery-item figure.eut-hover-style-3 .eut-caption {
	opacity: 0.7;
}


/* =============================================================================
- Call Out
============================================================================= */
.eut-callout.eut-btn-right {
	position: relative;
	display: table;
}

.eut-callout.eut-btn-right .eut-callout-wrapper {
	display: table-cell;
	vertical-align: middle;
	width: 100%;
	padding-right: 30px;
}

.eut-callout.eut-btn-right .eut-button-wrapper {
	display: table-cell;
	vertical-align: middle;
	width: 100%;
	max-width: 25%;
	text-align: right;
	white-space: nowrap;
}

.eut-callout.eut-btn-bottom .eut-button-wrapper {
	margin: 30px 0 0 0;
}

.eut-callout .eut-callout-content {
	margin-bottom: 0;
}

.eut-callout .eut-callout-content + p {
	margin-top: 0.45em;
}


/* =============================================================================
- Advanced Promo
============================================================================= */
.eut-section.eut-pointer-cursor {
	cursor: pointer;
	overflow: hidden;
	-webkit-transition : padding .3s;
	-moz-transition    : padding .3s;
	-ms-transition     : padding .3s;
	-o-transition      : padding .3s;
	transition         : padding .3s;
	-webkit-backface-visibility : hidden;
	-moz-backface-visibility    : hidden;
	-ms-backface-visibility     : hidden;
}
.eut-expandable-info .eut-expandable-info-space {
	height: 30px;
}

.eut-expandable-info .eut-expandable-info-content {
	display: none;
	opacity: 0;
	-webkit-transition : opacity .5s, -webkit-transform .3s;
	-moz-transition    : opacity .5s, -moz-transform .3s;
	-ms-transition     : opacity .5s, -ms-transform .3s;
	-o-transition      : opacity .5s, -o-transform .3s;
	transition         : opacity .5s, transform .3s;
	-webkit-transform: translate(0, 200px);
	-moz-transform:    translate(0, 200px);
	-ms-transform:     translate(0, 200px);
	-o-transform:      translate(0, 200px);
	transform:         translate(0, 200px);
	-webkit-backface-visibility : hidden;
	-moz-backface-visibility    : hidden;
	-ms-backface-visibility     : hidden;
}

.eut-expandable-info .eut-expandable-info-content.show {
	opacity: 1;
	-webkit-transform: translate(0, 0);
	-moz-transform:    translate(0, 0);
	-ms-transform:     translate(0, 0);
	-o-transform:      translate(0, 0);
	transform:         translate(0, 0);
}


/* =============================================================================
- Socials
============================================================================= */
ul.eut-socials {
	margin: 0;
	list-style: none;
}

ul.eut-socials li {
	display: inline-block;
	margin: 5px;
}

ul.eut-socials li a {
	display: block;
	width: 30px;
	height: 30px;
	line-height: 30px;
	font-size: 18px;
	text-align: center;
	position: relative;
	-webkit-backface-visibility: hidden;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-ms-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
}

/* Tooltip */
ul.eut-socials li a .eut-tooltip {
	font-size: 10px;
	font-weight: bold;
	line-height: 1.2;
	background-color: #202020;
	color: #ffffff;
	min-width: 30px;
	text-align: center;
	padding: 6px 8px;
	position: absolute;
	bottom: 180%;
	left: 50%;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	visibility: hidden;
	opacity: 0;
	-webkit-transform: translate(-50%, 0);
	-moz-transform:    translate(-50%, 0);
	-ms-transform:     translate(-50%, 0);
	-o-transform:      translate(-50%, 0);
	transform:         translate(-50%, 0);
	-webkit-backface-visibility: hidden;
	-webkit-transition: all .3s;
	-moz-transition   : all .3s;
	-ms-transition    : all .3s;
	-o-transition     : all .3s;
	transition        : all .3s;
}

ul.eut-socials li a .eut-tooltip:after {
	content: '';
	width: 0;
	height: 0;
	border-left: 6px solid transparent;
	border-right: 6px solid transparent;
	border-top: 5px solid #202020;
	position: absolute;
	top: 100%;
	left: 50%;
	margin-left: -6px;
}

ul.eut-socials li a:hover .eut-tooltip {
	bottom: 120%;
	visibility: visible;
	opacity: 1;
}


/* =============================================================================
- Team
============================================================================= */
.eut-team .eut-media {
	position: relative;
}

.eut-team .eut-media img {
	position: static;
}


.eut-team.eut-style-1 .eut-media {
	margin-bottom: 28px;
}

.eut-team .eut-media a {
	display: block;
}

.eut-team .eut-team-name {
	margin-bottom: 0;
	display: inline-block;
	vertical-align: top;
	-webkit-transition: all .3s;
	-moz-transition   : all .3s;
	-ms-transition    : all .3s;
	-o-transition     : all .3s;
	transition        : all .3s;
}

.eut-team p {
	margin-top: 24px;
}

.eut-team .eut-team-description + .eut-team-social {
	margin-top: 24px;
}

.eut-team .eut-team-social ul {
	margin: 0;
}

/* Style 2 */
.eut-team.eut-style-2 figure {
	position: relative;
}

.eut-team.eut-style-2 figcaption {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 2;
	padding: 0 15px;
}

.eut-team.eut-style-2 .eut-team-content {
	position: relative;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-moz-transform:    translateY(-50%);
	-ms-transform:     translateY(-50%);
	-o-transform:      translateY(-50%);
	transform:         translateY(-50%);
}

.eut-team.eut-style-2 .eut-team-identity {
	opacity: 0;
	-webkit-transform: translateY(-200%);
	-moz-transform:    translateY(-200%);
	-ms-transform:     translateY(-200%);
	-o-transform:      translateY(-200%);
	transform:         translateY(-200%);
}

.eut-team.eut-style-2 .eut-team-identity,
.eut-team.eut-style-2 .eut-team-name,
.eut-team.eut-style-2 .eut-team-social {
	opacity: 0;
	-webkit-transition: all .3s;
	-moz-transition   : all .3s;
	-ms-transition    : all .3s;
	-o-transition     : all .3s;
	transition        : all .3s;
}

.eut-team.eut-style-2 .eut-team-social {
	opacity: 0;
	-webkit-transform: translateY(200%);
	-moz-transform:    translateY(200%);
	-ms-transform:     translateY(200%);
	-o-transform:      translateY(200%);
	transform:         translateY(200%);
}

.eut-team.eut-style-2 .hover .eut-team-identity,
.eut-team.eut-style-2 .hover .eut-team-name,
.eut-team.eut-style-2 .hover .eut-team-social {
	opacity: 1;
	-webkit-transform: translateY(0);
	-moz-transform:    translateY(0);
	-ms-transform:     translateY(0);
	-o-transform:      translateY(0);
	transform:         translateY(0);
}

.eut-team.eut-style-2 .hover .eut-team-identity {
	-webkit-transition-delay : .3s;
	-moz-transition-delay    : .3s;
	-ms-transition-delay     : .3s;
	-o-transition-delay      : .3s;
	transition-delay         : .3s;
}

.eut-team.eut-style-2 .hover .eut-team-social {
	-webkit-transition-delay : .5s;
	-moz-transition-delay    : .5s;
	-ms-transition-delay     : .5s;
	-o-transition-delay      : .5s;
	transition-delay         : .5s;
}


/* =============================================================================
- DropCap
============================================================================= */
.eut-dropcap.eut-element span {
	float: left;
	font-size: 3.889em;
	padding: 0px 18px 0px 0px;
	margin-bottom: 0;
}

.eut-dropcap span.eut-style-2 {
	font-size: 2.222em;
	line-height: 1.625em;
	width: 1.600em;
	height: 1.600em;
	text-align: center;
	margin-right: 0.375em;
	padding: 0;
	color: #ffffff;
}


/* =============================================================================
- Pricing Tables
============================================================================= */
/* Style 1 */
.eut-pricing-table.eut-style-1 {
	text-align: center;
	border: 1px solid rgba(0,0,0,0.09);
	overflow: hidden;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	background-color: #ffffff;
}

.eut-pricing-table.eut-style-1 ul {
	list-style: none;
	margin: 0;
}

.eut-pricing-table.eut-style-1 ul li {
	padding: 20px 10px;
	border-bottom: 1px solid rgba(0,0,0,0.09);
}

.eut-pricing-table.eut-style-1 ul li:nth-child(2n+0) {
    background: #FBFBFB;
}

.eut-pricing-table.eut-style-1 .eut-pricing-title {
	margin: 0px;
	padding: 0.729em 10px;
	position: relative;
}

.eut-pricing-table.eut-style-1 .eut-pricing-title:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	background-color: #ffffff;
	width: 100%;
	height: 100%;
	opacity: 0.12;
}

#eut-main-content .eut-pricing-table.eut-style-1 .eut-price,
#eut-main-content .eut-pricing-table.eut-style-1 .eut-pricing-title {
	color: #ffffff;
}

.eut-pricing-table.eut-style-1 .eut-price {
	padding: 35px 10px;
	margin: 0;
	border-top: 1px solid rgba(255,255,255,0.4);
}

.eut-pricing-table.eut-style-1 .eut-btn {
	margin: 30px 0px;
}

/* Style 2 */
.eut-pricing-table.eut-style-2 {
	-webkit-box-shadow: 0px 0px 5px rgba(0,0,0,0.20);
	box-shadow: 0px 0px 5px rgba(0,0,0,0.20);
	padding: 40px;
	text-align: center;
	background-color: #ffffff;
}

.eut-pricing-table.eut-style-2 .eut-pricing-title {
	margin-bottom: 5px;
}

.eut-pricing-table.eut-style-2 .eut-pricing-content {
	margin-top: 40px;
	margin-bottom: 40px;
}

.eut-pricing-table.eut-style-2 .eut-price {
	margin-bottom: 0;
}

.eut-pricing-table.eut-style-2 .eut-pricing-content span {
	font-size: 0.415em;
	opacity: 0.5;
}

.eut-pricing-table.eut-style-2 ul {
	list-style: none;
	margin: 0 0 40px 0;
}

.eut-pricing-table.eut-style-2 ul li {
	margin-bottom: 15px;
}

.eut-pricing-table.eut-style-2 a.eut-btn {
	width: 100%;
}


/* =============================================================================
- Pie Charts
============================================================================= */
.eut-pie-chart {
	text-align: center;
}

.eut-chart-number {
	position: relative;
}

.eut-chart-number canvas {
	position: absolute;
	top: 0;
	left: 0;
}

.eut-chart-number {
	font-size: 24px;
	font-weight: 500;
	text-align: center;
	margin: 0 auto 18px auto;
}

.eut-pie-chart.eut-small .eut-chart-number {
	font-size: 18px;
}

.eut-pie-chart.eut-large .eut-chart-number {
	font-size: 32px;
}

.eut-chart-number:last-child {
	margin-bottom: 0;
}

.eut-pie-chart .eut-counter{
	float: none;
	margin: 0;
}

.eut-pie-chart .eut-title {
	display: block;
	margin-bottom: 12px;
}


/* =============================================================================
- Progress Bars
============================================================================= */
.eut-progress-bars.eut-line-round .eut-bar {
	-webkit-border-radius: 200px;
	border-radius: 200px;
}

.eut-progress-bar {
	margin-bottom: 20px;
}

.eut-bar-line {
	width: 0px;
	height: 35px;
}

/* Style 1 */
.eut-progress-bars.eut-style-1 .eut-bar {
	display:block;
	overflow: hidden;
	z-index: 1;
	background-color: rgba(0, 0, 0, 0.1);
}

.eut-progress-bars.eut-style-1 .eut-bar-title {
	position: absolute;
	top: 50%;
	left: 0px;
	line-height: 1;
	color: #fff !important;
	margin-left: 30px;
	-webkit-transform: translate(0, -50%);
	transform: translate(0, -50%);
}

.eut-progress-bars.eut-style-1 .eut-percentage {
	position: absolute;
	top: 50%;
	left: 0px;
	line-height: 1;
	color: #fff;
	margin-left: -50px;
	-webkit-transform: translate(0, -50%);
	transform: translate(0, -50%);
}


/* Style 2 */
.eut-progress-bars.eut-style-2 .eut-bar {
	display:block;
	z-index: 1;
	margin-top: 6px;
	background-color: rgba(0, 0, 0, 0.1);
}

.eut-progress-bars.eut-style-2 .eut-percentage {
	float: right;
}

.eut-progress-bars.eut-line-round.eut-style-2 .eut-bar-line {
	-webkit-border-radius: 200px 0 0 200px;
	border-radius: 200px 0 0 200px;
}


/* =============================================================================
- Counters
============================================================================= */
.eut-counter .eut-counter-icon {
	margin-bottom: 12px;
}

.eut-counter .eut-counter-icon i.eut-large {
	font-size: 72px;
	line-height: 72px;
}

.eut-counter .eut-counter-icon i.eut-medium {
	font-size: 48px;
	line-height: 48px;
}

.eut-counter .eut-counter-icon i.eut-small {
	font-size: 32px;
	line-height: 32px;
}

.eut-counter .eut-counter-item {
	margin-bottom: 6px;
}

.eut-counter .eut-counter-item.eut-large {
	font-size: 60px;
	line-height: 70px;
}

.eut-counter .eut-counter-item.eut-medium {
	font-size: 48px;
	line-height: 56px;
}

.eut-counter .eut-counter-item.eut-small {
	font-size: 36px;
	line-height: 48px;
}


/* =============================================================================
- Carousel & Sliders
============================================================================= */
/* Feature Slider */
#eut-feature-slider .eut-slider-item {
	position: absolute;
}

#eut-feature-slider .eut-slider-item:first-child {
	position: relative;
}

#eut-feature-slider.eut-is-loaded .eut-slider-item {
	position: relative;
}

.eut-carousel-wrapper,
.eut-slider-wrapper {
	position: relative;
	z-index: 3;
}

.eut-slider {
	overflow: hidden;
	position: relative;
	width: 100%;
	-ms-touch-action: pan-y;
}

.eut-slider img {
	width: 100%;
	display: block;
}

.eut-slider .eut-slider-item .eut-graphic img {
	height: auto;
	line-height: 0;
	max-width: 100%;
	width: auto;
}

.eut-slider .owl-wrapper:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}

.eut-slider .owl-wrapper {
	position: relative;
}

.eut-slider .owl-wrapper-outer {
	position: relative;
	width: 100%;
	z-index: 1;
}

.eut-slider .owl-wrapper-outer.autoHeight {
	-webkit-transition: height 500ms ease-in-out;
	-moz-transition: height 500ms ease-in-out;
	-ms-transition: height 500ms ease-in-out;
	-o-transition: height 500ms ease-in-out;
	transition: height 500ms ease-in-out;
}

.eut-slider .owl-item {
	float: left;
}

/* Carousel */
.eut-carousel.eut-carousel-element,
.eut-flexible-carousel.eut-carousel-element {
	overflow: hidden;
	visibility: hidden;
}

.eut-carousel.eut-carousel-element .owl-item,
.eut-flexible-carousel.eut-carousel-element .owl-item {
	float: left;
}

/* Carousel with Gap */
.eut-carousel-wrapper.eut-with-gap .eut-carousel.eut-carousel-element,
.eut-carousel-wrapper.eut-with-gap .eut-flexible-carousel.eut-carousel-element {
	margin-left: -15px;
	margin-right: -15px;
}

.eut-carousel-wrapper.eut-with-gap .eut-carousel.eut-carousel-element .owl-item,
.eut-carousel-wrapper.eut-with-gap .eut-flexible-carousel.eut-carousel-element .owl-item {
	padding-left: 15px;
	padding-right: 15px;
}

.eut-section.eut-fullwidth .eut-carousel-wrapper.eut-with-gap .eut-carousel.eut-carousel-element,
.eut-section.eut-fullwidth .eut-carousel-wrapper.eut-with-gap .eut-flexible-carousel.eut-carousel-element {
	margin-left: 15px;
	margin-right: 15px;
}

.eut-slider .owl-wrapper,
.eut-slider .owl-item,
.eut-carousel-element .owl-wrapper,
.eut-carousel-element .owl-item {
	-webkit-backface-visibility : hidden;
	-moz-backface-visibility    : hidden;
	-ms-backface-visibility     : hidden;
	position: relative;
	overflow: hidden;
}


/* =============================================================================
- Testimonial
============================================================================= */
.eut-testimonial .owl-item {
	float: left;
}

.eut-testimonial {
	overflow: hidden;
	visibility: hidden;
}

.eut-testimonial-element {
	display: inline-block;
	width: 100%;
}

.eut-testimonial-element p {
	margin-bottom: 20px;
}

.eut-testimonial-element .eut-container {
	padding-left: 0;
	padding-right: 0;
}


/* Thumb */
.eut-testimonial-thumb img {
	width: 100px;
	margin-bottom: 30px;
	-webkit-border-radius: 50px;
	border-radius: 50px;
}

/* Testimonial Style 2 */
.eut-testimonial-grid.eut-with-shadow .eut-testimonial-element.eut-style-2 {
	padding: 30px;
	-webkit-box-shadow: 0px 0px 5px rgba(0,0,0,0.20);
	box-shadow: 0px 0px 5px rgba(0,0,0,0.20);
	background-color: #ffffff;
}

.eut-testimonial-grid .eut-isotope-container {
	padding-top: 3px;
}

.eut-testimonial-element.eut-style-2 .eut-testimonial-author {
	display: table;
	width: 100%;
	padding-top: 24px;
}

.eut-testimonial-element.eut-style-2 .eut-testimonial-thumb {
	display: table-cell;
	width: 40px;
}

.eut-testimonial-element.eut-style-2 .eut-testimonial-thumb img {
	width: 40px;
	margin-bottom: 0;
	display: block;
}

.eut-testimonial-element.eut-style-2 .eut-testimonial-name {
	display: table-cell;
	vertical-align: middle;
}

.eut-testimonial-element.eut-style-2 .eut-testimonial-thumb + .eut-testimonial-name {
	padding-left: 15px;
}


/* Thumb Animation on isotope */
.eut-isotope-item-inner .eut-testimonial-element.eut-style-2 .eut-testimonial-thumb {
	opacity: 0;
	-webkit-transform : scale(0);
	-moz-transform    : scale(0);
	-o-transform      : scale(0);
	transform         : scale(0);

	-webkit-transition : -webkit-transform .3s ease, opacity .8s;
	-moz-transition    : -moz-transform .3s ease, opacity .8s;
	-ms-transition     : -ms-transform .3s ease, opacity .8s;
	-o-transition      : -o-transform .3s ease, opacity .8s;
	transition         : transform .3s ease, opacity .8s;
}

.eut-isotope-item-inner.animated .eut-testimonial-element.eut-style-2 .eut-testimonial-thumb {
	opacity: 1;
	-webkit-transform : scale(1.0);
	-moz-transform    : scale(1.0);
	-o-transform      : scale(1.0);
	transform         : scale(1.0);

	-webkit-transition-delay: .3s;
	transition-delay: .3s;
}

/* Author name Animation on isotope */
.eut-isotope-item-inner .eut-testimonial-element.eut-style-2 .eut-testimonial-name {
	opacity: 0;
	-webkit-transform: translate(0, 15px);
	-moz-transform:    translate(0, 15px);
	-ms-transform:     translate(0, 15px);
	-o-transform:      translate(0, 15px);
	transform:         translate(0, 15px);
	-webkit-transition : -webkit-transform .3s ease, opacity .8s;
	-moz-transition    : -moz-transform .3s ease, opacity .8s;
	-ms-transition     : -ms-transform .3s ease, opacity .8s;
	-o-transition      : -o-transform .3s ease, opacity .8s;
	transition         : transform .3s ease, opacity .8s;
}

.eut-isotope-item-inner.animated .eut-testimonial-element.eut-style-2 .eut-testimonial-name {
	opacity: 1;
	-webkit-transform: translate(0, 0);
	-moz-transform:    translate(0, 0);
	-ms-transform:     translate(0, 0);
	-o-transform:      translate(0, 0);
	transform:         translate(0, 0);
	-webkit-transition-delay: .5s;
	transition-delay: .5s;
}


/* Styling Pagination*/

div.owl-pagination {
	position: relative;
	z-index: 2;
	display: inline-block;
	vertical-align: middle;
}

.owl-controls .owl-page,
.owl-controls .owl-buttons div{
	cursor: pointer;
}

.eut-carousel .owl-controls .owl-page,
.eut-testimonial .owl-controls .owl-page,
.eut-flexible-carousel .owl-controls .owl-page {
	display: inline-block;
	zoom: 1;
	*display: inline;/*IE7 life-saver */
}

.eut-carousel .owl-controls .owl-page span,
.eut-testimonial .owl-controls .owl-page span,
.eut-flexible-carousel .owl-controls .owl-page span {
	display: block;
	opacity: 0.3;
	-webkit-transition : all .3s;
	-moz-transition    : all .3s;
	-ms-transition     : all .3s;
	-o-transition      : all .3s;
	transition         : all .3s;
}


.eut-carousel .owl-controls .owl-page span,
.eut-testimonial .owl-controls .owl-page span,
.eut-flexible-carousel .owl-controls .owl-page span {
	width: 10px;
	height: 10px;
	margin: 0 8px;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	cursor: pointer;
}

.eut-carousel .owl-controls .owl-page span,
.eut-testimonial .owl-controls .owl-page span,
.eut-flexible-carousel .owl-controls .owl-page span  {
	background-color: #000000;
	border: 5px solid;
}

.eut-carousel-pagination-2 .eut-carousel .owl-controls .owl-page span,
.eut-carousel-pagination-2.eut-testimonial .owl-controls .owl-page span,
.eut-carousel-pagination-2 .eut-flexible-carousel .owl-controls .owl-page span {
	width: 20px;
	height: 2px;
	margin: 5px 7px;
	-webkit-border-radius: 0%;
	border-radius: 0%;
}

.eut-carousel-pagination-2 .eut-carousel .owl-controls .owl-page span,
.eut-carousel-pagination-2.eut-testimonial .owl-controls .owl-page span,
.eut-carousel-pagination-2 .eut-flexible-carousel .owl-controls .owl-page span  {
	border: 1px solid;
}

.eut-carousel .owl-controls .owl-page.active span,
.eut-carousel .owl-controls.clickable .owl-page:hover span,
.eut-testimonial .owl-controls .owl-page.active span,
.eut-testimonial .owl-controls.clickable .owl-page:hover span,
.eut-flexible-carousel .owl-controls .owl-page.active span,
.eut-flexible-carousel .owl-controls.clickable .owl-page:hover span {
	opacity: 1;
	background-color: transparent !important;
	border: 1px solid;
}

.eut-carousel .owl-controls,
.eut-flexible-carousel .owl-controls {
	text-align: center;
	line-height: 80px;
}


/* =============================================================================
- Owl Carousel
============================================================================= */
/* mouse grab icon */
.grabbing {
    cursor:url(../images/graphics/grabbing.png) 8 8, move;
}

.owl-origin {
	-webkit-perspective: 1200px;
	-webkit-perspective-origin-x : 50%;
	-webkit-perspective-origin-y : 50%;
	-moz-perspective : 1200px;
	-moz-perspective-origin-x : 50%;
	-moz-perspective-origin-y : 50%;
	perspective : 1200px;
}
/* fade */
.owl-fade-out {
  z-index: 10;
  -webkit-animation: fadeOut .7s both ease;
  -moz-animation: fadeOut .7s both ease;
  animation: fadeOut .7s both ease;
}
.owl-fade-in {
  -webkit-animation: fadeIn .7s both ease;
  -moz-animation: fadeIn .7s both ease;
  animation: fadeIn .7s both ease;
}
/* backSlide */
.owl-backSlide-out {
  -webkit-animation: backSlideOut 1s both ease;
  -moz-animation: backSlideOut 1s both ease;
  animation: backSlideOut 1s both ease;
}
.owl-backSlide-in {
  -webkit-animation: backSlideIn 1s both ease;
  -moz-animation: backSlideIn 1s both ease;
  animation: backSlideIn 1s both ease;
}
/* goDown */
.owl-goDown-out {
  -webkit-animation: scaleToFade .7s ease both;
  -moz-animation: scaleToFade .7s ease both;
  animation: scaleToFade .7s ease both;
}
.owl-goDown-in {
  -webkit-animation: goDown .6s ease both;
  -moz-animation: goDown .6s ease both;
  animation: goDown .6s ease both;
}
/* scaleUp */
.owl-fadeUp-in {
  -webkit-animation: scaleUpFrom .5s ease both;
  -moz-animation: scaleUpFrom .5s ease both;
  animation: scaleUpFrom .5s ease both;
}

.owl-fadeUp-out {
  -webkit-animation: scaleUpTo .5s ease both;
  -moz-animation: scaleUpTo .5s ease both;
  animation: scaleUpTo .5s ease both;
}
/* Keyframes */
/*empty*/
@-webkit-keyframes empty {
  0% {opacity: 1}
}
@-moz-keyframes empty {
  0% {opacity: 1}
}
@keyframes empty {
  0% {opacity: 1}
}
@-webkit-keyframes fadeIn {
  0% { opacity:0; }
  100% { opacity:1; }
}
@-moz-keyframes fadeIn {
  0% { opacity:0; }
  100% { opacity:1; }
}
@keyframes fadeIn {
  0% { opacity:0; }
  100% { opacity:1; }
}
@-webkit-keyframes fadeOut {
  0% { opacity:1; }
  100% { opacity:0; }
}
@-moz-keyframes fadeOut {
  0% { opacity:1; }
  100% { opacity:0; }
}
@keyframes fadeOut {
  0% { opacity:1; }
  100% { opacity:0; }
}
@-webkit-keyframes backSlideOut {
  25% { opacity: .5; -webkit-transform: translateZ(-500px); }
  75% { opacity: .5; -webkit-transform: translateZ(-500px) translateX(-200%); }
  100% { opacity: .5; -webkit-transform: translateZ(-500px) translateX(-200%); }
}
@-moz-keyframes backSlideOut {
  25% { opacity: .5; -moz-transform: translateZ(-500px); }
  75% { opacity: .5; -moz-transform: translateZ(-500px) translateX(-200%); }
  100% { opacity: .5; -moz-transform: translateZ(-500px) translateX(-200%); }
}
@keyframes backSlideOut {
  25% { opacity: .5; transform: translateZ(-500px); }
  75% { opacity: .5; transform: translateZ(-500px) translateX(-200%); }
  100% { opacity: .5; transform: translateZ(-500px) translateX(-200%); }
}
@-webkit-keyframes backSlideIn {
  0%, 25% { opacity: .5; -webkit-transform: translateZ(-500px) translateX(200%); }
  75% { opacity: .5; -webkit-transform: translateZ(-500px); }
  100% { opacity: 1; -webkit-transform: translateZ(0) translateX(0); }
}
@-moz-keyframes backSlideIn {
  0%, 25% { opacity: .5; -moz-transform: translateZ(-500px) translateX(200%); }
  75% { opacity: .5; -moz-transform: translateZ(-500px); }
  100% { opacity: 1; -moz-transform: translateZ(0) translateX(0); }
}
@keyframes backSlideIn {
  0%, 25% { opacity: .5; transform: translateZ(-500px) translateX(200%); }
  75% { opacity: .5; transform: translateZ(-500px); }
  100% { opacity: 1; transform: translateZ(0) translateX(0); }
}
@-webkit-keyframes scaleToFade {
  to { opacity: 0; -webkit-transform: scale(.8); }
}
@-moz-keyframes scaleToFade {
  to { opacity: 0; -moz-transform: scale(.8); }
}
@keyframes scaleToFade {
  to { opacity: 0; transform: scale(.8); }
}
@-webkit-keyframes goDown {
  from { -webkit-transform: translateY(-100%); }
}
@-moz-keyframes goDown {
  from { -moz-transform: translateY(-100%); }
}
@keyframes goDown {
  from { transform: translateY(-100%); }
}

@-webkit-keyframes scaleUpFrom {
  from { opacity: 0; -webkit-transform: scale(1.5); }
}
@-moz-keyframes scaleUpFrom {
  from { opacity: 0; -moz-transform: scale(1.5); }
}
@keyframes scaleUpFrom {
  from { opacity: 0; transform: scale(1.5); }
}

@-webkit-keyframes scaleUpTo {
  to { opacity: 0; -webkit-transform: scale(1.5); }
}
@-moz-keyframes scaleUpTo {
  to { opacity: 0; -moz-transform: scale(1.5); }
}
@keyframes scaleUpTo {
  to { opacity: 0; transform: scale(1.5); }
}


/* =============================================================================
- Vc Tabs
============================================================================= */
#eut-main-content .vc_tta.vc_general .vc_tta-tab > a {
	border: none;
	padding: 14px 0;
	margin-right: 20px;
}

#eut-main-content .vc_tta.vc_general .vc_tta-tab:last-child > a {
	margin-right: 0;
}


#eut-main-content .vc_tta-tabs.vc_tta-tabs-position-left .vc_tta-tabs-container,
#eut-main-content .vc_tta-tabs.vc_tta-tabs-position-left .vc_tta-tabs-list {
	overflow: visible;
}

#eut-main-content .vc_tta.vc_general .vc_tta-tab.vc_active > a:after {
	content: '';
	width: 100%;
	height: 2px;
	position: absolute;
	left: 0;
    top: 100%;
    margin-top: -2px;
	display: block;
}

.vc_tta-tabs-position-top .vc_tta-tabs-list {
	border-bottom: 1px solid;
}

#eut-main-content .vc_tta.vc_tta-tabs-position-top.vc_general .vc_tta-panel-body {
	padding: 14px 0;
}

#eut-main-content .vc_tta.vc_tta-tabs-position-left.vc_general .vc_tta-panel-body {
	padding: 8px 14px;
}


/* =============================================================================
- Vc Accordion
============================================================================= */
.vc_tta-panel .vc_tta-controls-icon {
	opacity: 0.5;
}

.vc_tta-panel.vc_active .vc_tta-controls-icon {
	opacity: 1;
}

.vc_tta.vc_general .vc_tta-panel-title {
	border-bottom: 1px solid;
}

.vc_tta.vc_general .vc_tta-panel-title > a {
	padding: 18px 20px;
}

/* =============================================================================
- Single Image
============================================================================= */
.eut-image img {
	opacity: 0;
}

img.eut-full-image {
	width: 100%;
}

.eut-image,
.eut-image .eut-media {
	overflow: hidden;
	position: relative;
}

.eut-image.eut-align-left img,
img.eut-align-left {
	float:left;
	margin: 0px;
	z-index: 1;
}

.eut-image.eut-align-right img,
img.eut-align-right {
	float:right;
	margin: 0px;
	z-index: 1;
}

.eut-image.eut-align-center img,
img.eut-align-center {
	display: block;
	margin: 0px auto;
	z-index: 1;
}

.eut-image {
	position: relative;
}

.eut-image-wrapper {
	position: relative;
	display: inline-block;
	position: relative;
}

/* Video Link */
.eut-media a.eut-video-popup {
	display:block;
}

.eut-media .eut-icon-video {
	position: absolute;
	width: 62px;
	height: 62px;
	left: 50%;
	top: 50%;
	margin-top: -31px;
	margin-left: -31px;
	z-index: 5;
	background-color: rgba(0,0,0,0.7);
	-webkit-border-radius: 50%;
	border-radius: 50%;
	-webkit-transition : all .3s;
	-moz-transition    : all .3s;
	-ms-transition     : all .3s;
	-o-transition      : all .3s;
	transition         : all .3s;
}

a:hover .eut-icon-video {
	background-color: rgba(0,0,0,0.7);
}

/* Image with Caption */
.eut-element.eut-image figure .eut-title {
	margin-bottom: 3px;
}

.eut-element.eut-image figure .eut-caption {
	margin-bottom: 0;
	font-size: 14px;
}

.eut-element.eut-image .eut-hover-style-1 figcaption,
.eut-element.eut-image .eut-hover-style-3 figcaption {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	padding: 20px;
	z-index: 3;
	text-align: left;
}

.eut-element.eut-image .eut-hover-style-1 .eut-image-content,
.eut-element.eut-image .eut-hover-style-3 .eut-image-content {
	position: absolute;
	left: 20px;
	bottom: 20px;
}

.eut-element.eut-image .eut-hover-style-2 .eut-image-content {
    margin-top: 30px;
    text-align: center;
}

.eut-element.eut-image .eut-title:last-child {
	margin-bottom: 0;
}

/* Animation Hover Style 1 */
.eut-element.eut-image .eut-hover-style-1 figcaption .eut-title,
.eut-element.eut-image .eut-hover-style-1 figcaption .eut-caption {
	opacity: 0;
	-webkit-transform: translateY(50px);
	-moz-transform:    translateY(50px);
	-ms-transform:     translateY(50px);
	-o-transform:      translateY(50px);
	transform:         translateY(50px);
	-webkit-transition : -webkit-transform .2s, opacity .2s;
	-moz-transition    : -moz-transform .2s, opacity .2s;
	-ms-transition     : -ms-transform .2s, opacity .2s;
	-o-transition      : -o-transform .2s, opacity .2s;
	transition         : transform .2s, opacity .2s;
	-webkit-transition-delay: 0;
	-moz-transition-delay:    0;
	-ms-transition-delay:     0;
	-o-transition-delay:      0;
	transition-delay:         0;
}

.eut-element.eut-image .eut-hover-style-1.hover figcaption .eut-title,
.eut-element.eut-image .eut-hover-style-1.hover figcaption .eut-caption {
	opacity: 1;
	-webkit-transform: translateY(0);
	-moz-transform:    translateY(0);
	-ms-transform:     translateY(0);
	-o-transform:      translateY(0);
	transform:         translateY(0);
}

.eut-element.eut-image .eut-hover-style-1.hover figcaption .eut-caption {
	opacity: 0.7;
	-webkit-transition-delay: .1s;
	-moz-transition-delay:    .1s;
	-ms-transition-delay:     .1s;
	-o-transition-delay:      .1s;
	transition-delay:         .1s;
}

/* Animation Hover Style 3 */
.eut-element.eut-image .eut-hover-style-3 figcaption .eut-title,
.eut-element.eut-image .eut-hover-style-3 figcaption .eut-caption {
	opacity: 1;
	-webkit-transform: translateY(0);
	-moz-transform:    translateY(0);
	-ms-transform:     translateY(0);
	-o-transform:      translateY(0);
	transform:         translateY(0);
	-webkit-transition : -webkit-transform .2s, opacity .2s;
	-moz-transition    : -moz-transform .2s, opacity .2s;
	-ms-transition     : -ms-transform .2s, opacity .2s;
	-o-transition      : -o-transform .2s, opacity .2s;
	transition         : transform .2s, opacity .2s;
	-webkit-transition-delay: 0;
	-moz-transition-delay:    0;
	-ms-transition-delay:     0;
	-o-transition-delay:      0;
	transition-delay:         0;
}

.eut-element.eut-image .eut-hover-style-3 figcaption .eut-caption {
	opacity: 0.7;
}

.eut-element.eut-image .eut-hover-style-3.hover figcaption .eut-title,
.eut-element.eut-image .eut-hover-style-3.hover figcaption .eut-caption {
	opacity: 0;
	-webkit-transform: translateY(50px);
	-moz-transform:    translateY(50px);
	-ms-transform:     translateY(50px);
	-o-transform:      translateY(50px);
	transform:         translateY(50px);
}


/* =============================================================================
- Image Text
============================================================================= */
.eut-image-text {
	visibility: hidden;
}

.eut-image-text  img {
	width: 100%;
}

.eut-image-text:before,
.eut-image-text:after {
    display: table;
    content: " ";
}

.eut-image-text:after {
    clear: both;
}

.eut-image-text .eut-image,
.eut-image-text .eut-content {
	width: 50%;
}

.eut-section.eut-fullwidth .eut-content {
	padding-left: 8%;
	padding-right: 8%;
}

.eut-image-text .eut-content.eut-position-right {
	padding-left: 8%;
}

.eut-image-text .eut-content.eut-position-left {
	padding-right: 8%;
}

.eut-image-text .eut-image img {
	display: block;
}

.eut-image-text .eut-video-icon {
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -30px;
	margin-left: -30px;
}

@media only screen and (max-width: 767px) {

	.eut-image-text .eut-image {
		margin-bottom: 30px;
	}

	.eut-image-text .eut-image,
	.eut-image-text .eut-content {
		width: auto;
		float: none;
		text-align: left;
	}

	.eut-section.eut-fullwidth .eut-content {
		padding-left: 0;
		padding-right: 0;
	}

	.eut-image-text .eut-content.eut-position-right {
		padding-left: 0;
	}

	.eut-image-text .eut-content.eut-position-left {
		padding-right: 0;
	}

	.eut-flexible-carousel .eut-content {
		margin-bottom: 30px;
	}

}

/* =============================================================================
- Blog Settings
============================================================================= */
.eut-blog.eut-blog-columns .eut-media {
	margin-bottom: 28px;
}

.eut-blog .eut-post-content {
	-webkit-backface-visibility : hidden;
	-moz-backface-visibility    : hidden;
	-ms-backface-visibility     : hidden;
}

.eut-post-header .eut-post-date {
	margin-bottom: 12px;
}

.eut-post-title {
	-webkit-transition : color .3s;
	-moz-transition    : color .3s;
	-ms-transition     : color .3s;
	-o-transition      : color .3s;
	transition         : color .3s;
}

/* With Shadow */
.eut-blog.eut-with-shadow .eut-media {
	margin-bottom: 0;
}

.eut-blog.eut-with-shadow .eut-post-content {
	padding: 17%;
}

.eut-blog.eut-with-shadow .eut-blog-item-inner {
	background-color: #ffffff;
	-webkit-box-shadow : 0 1px 2px rgba(0, 0, 0, 0.2);
	-moz-box-shadow    : 0 1px 2px rgba(0,0,0,0.2);
	box-shadow         : 0 1px 2px rgba(0, 0, 0, 0.2);
}

.eut-blog .eut-media {
	position: relative;
}

.eut-blog-item.eut-style-2 .eut-media {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 1;
}

.eut-blog-grid .eut-blog-item.eut-style-2 .eut-blog-item-inner {
	position: relative;
	text-align: center;
	display: flex;
	min-height: 500px;
}

.eut-blog-grid .eut-blog-item.eut-style-2 .eut-media {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 3;
}

.eut-blog-grid .eut-blog-item.eut-style-2 .eut-post-content-wrapper {
	display: flex;
	align-self: center;
	justify-content: center;
	width: 100%;
	padding: 12%;
}

.eut-blog a.eut-post-link {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 3;
}

/* =============================================================================
--- Post Title with Line
============================================================================= */
.eut-with-line {
	margin-bottom: 1.000em;
	line-height: 1.2em;
	display: inline-block;
}

.eut-with-line:after {
	content: '';
	width: 1.667em;
	height: 2px;
	min-width: 50px;
	margin-top: 0.800em;
	display: block;
	-webkit-transition : all .2s ease-in-out;
	-moz-transition    : all .2s ease-in-out;
	-ms-transition     : all .2s ease-in-out;
	-o-transition      : all .2s ease-in-out;
	transition         : all .2s ease-in-out;
}

.eut-align-center .eut-with-line:after,
.eut-align-center.eut-with-line:after {
	margin-left: auto;
	margin-right: auto;
}

.eut-align-left .eut-with-line:after,
.eut-align-left.eut-with-line:after {
	margin-left: 0;
	margin-right: auto;
}

.eut-align-right .eut-with-line:after,
.eut-align-right.eut-with-line:after {
	margin-left: auto;
	margin-right: 0;
}

.eut-blog .eut-blog-item:hover .eut-with-line:after {
	width: 2.222em;
	min-width: 60px;
}

/* =============================================================================
--- Read More
============================================================================= */
#eut-main-content .eut-read-more,
#eut-main-content .more-link {
	position: relative;
	text-transform: uppercase;
	-webkit-transition : all .2s ease-in-out;
	-moz-transition    : all .2s ease-in-out;
	-ms-transition     : all .2s ease-in-out;
	-o-transition      : all .2s ease-in-out;
	transition         : all .2s ease-in-out;
}

#eut-main-content .eut-read-more:after,
#eut-main-content .more-link:after {
	content: '';
	position: absolute;
	width: 100%;
	height: 1px;
	border-bottom: 2px solid;
	left: 0;
	top: 0;
	padding-bottom: 20px;
	opacity: 0;
	-webkit-transition : all .2s ease-in-out;
	-moz-transition    : all .2s ease-in-out;
	-ms-transition     : all .2s ease-in-out;
	-o-transition      : all .2s ease-in-out;
	transition         : all .2s ease-in-out;
}

#eut-main-content .eut-read-more:hover:after,
#eut-main-content .more-link:hover:after {
	-webkit-transform: translateY(-4px);
	-moz-transform:    translateY(-4px);
	-ms-transform:     translateY(-4px);
	-o-transform:      translateY(-4px);
	transform:         translateY(-4px);
	opacity: 1;
}

#eut-main-content .eut-read-more:hover,
#eut-main-content .more-link:hover {
	-webkit-transform: translateY(-8px);
	-moz-transform:    translateY(-8px);
	-ms-transform:     translateY(-8px);
	-o-transform:      translateY(-8px);
	transform:         translateY(-8px);
	color: inherit;
}

.eut-blog p + .eut-read-more {
	display: inline-block;
	vertical-align: top;
	margin-bottom: 30px;
}


/* Blog Media */
.eut-blog.eut-blog-large .eut-media img {
	width: 100%;
	height: auto;
	max-width: none;
	display: block;
}

#eut-single-link img,
#eut-single-quote img,
.eut-blog-large .format-link .eut-media img,
.eut-blog-large .format-quote .eut-media img {
	display: none;
}

/* Blog Slider */
.eut-blog .eut-media .owl-controls {
	position: absolute;
	z-index: 10;
	width: 100%;
	padding-left: 12%;
	top: auto;
	bottom: 30px;
	color: #ffffff;
}


/* =============================================================================
--- Blog Sticky
============================================================================= */
.eut-blog-large .eut-blog-item.sticky .eut-blog-item-inner {
	background-color: #ffffff;
	position: relative;
	-webkit-box-shadow : 0 1px 2px rgba(0, 0, 0, 0.2);
	-moz-box-shadow    : 0 1px 2px rgba(0,0,0,0.2);
	box-shadow         : 0 1px 2px rgba(0, 0, 0, 0.2);
}

.eut-blog-large .eut-blog-item.sticky .eut-blog-item-inner:after {
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	z-index: 10;
	width: 0;
	height: 0;
	border-top: 0px solid transparent !important;
	border-bottom: 50px solid transparent !important;
	border-right: 50px solid blue;
}

.eut-blog-large .eut-blog-item.sticky .eut-post-meta-wrapper {
	padding: 15px;
}

/* =============================================================================
--- Blog Meta
============================================================================= */
.eut-post-meta-wrapper {
	font-size: 0;
	padding: 15px 0;
	overflow: hidden;
	position: relative;
}

.eut-post-meta-wrapper:before {
	content: '';
	height: 1px;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	border-top: 1px solid;
	opacity: 0.2;
}

.eut-with-shadow .eut-post-meta-wrapper,
.eut-style-2 .eut-post-meta-wrapper {
	padding: 15px;
}

ul.eut-post-meta {
	margin: 0;
	list-style: none;
	display: inline-block;
}

.eut-post-meta li {
	display: inline-block;
	line-height: 1.2;
	margin: 0 15px 0 0;
	vertical-align: top;
	color: inherit;
	-webkit-transition : all .3s;
	-moz-transition    : all .3s;
	-ms-transition     : all .3s;
	-o-transition      : all .3s;
	transition         : all .3s;
}

.eut-post-meta li:last-child {
	margin: 0;
}

.eut-post-meta li a {
	color: inherit;
	-webkit-transition : all .3s;
	-moz-transition    : all .3s;
	-ms-transition     : all .3s;
	-o-transition      : all .3s;
	transition         : all .3s;
}

.eut-post-meta li i {
	display: inline-block;
	vertical-align: -0.167em;
	margin-right: 3px;
	font-size: 1.200em;
}

/* Blog Element Meta */
.eut-post-meta-wrapper ul.eut-post-meta {
	display: block;
	text-align: right;
	line-height: 1.4;
}

.eut-post-meta-wrapper .eut-post-meta li:last-child {
	margin: 0;
}

.eut-post-meta-wrapper .eut-post-meta li:first-child {
	float: left;
}

/* Categories */
.eut-post-meta-wrapper .eut-categories {
	float: right;
	max-width: 100%;
	list-style: none;
	display: inline-block;
	margin: 0;
}

.eut-post-meta-wrapper .eut-categories li {
	margin: 0 0 0 15px;
	display: inline-block;
}

/* =============================================================================
--- Blog Audio Format
============================================================================= */
#eut-theme-wrapper .wp-audio-shortcode button[type="button"] {
	background-color: transparent !important;
	padding: 0;
	margin-top: 6px;
	margin-bottom: 0;
}
/* =============================================================================
--- Blog Quote & Link Format
============================================================================= */
.eut-blog .format-quote {
	position: relative;
}

.eut-blog.eut-blog-large .format-quote.eut-style-2 .eut-post-content,
.eut-blog .format-quote.eut-style-2 .eut-post-content,
.eut-blog.eut-blog-large .format-link.eut-style-2 .eut-post-content,
.eut-blog .format-link.eut-style-2 .eut-post-content {
	position: relative;
	z-index: 5;
	display: block;
	padding: 17%;
	color: #ffffff;
}

.eut-blog .format-quote.eut-style-2 .eut-post-title,
.eut-blog .format-link.eut-style-2 .eut-post-title {
	color: #ffffff;
}

.eut-blog .format-quote a,
.eut-blog .format-link a {
	display: block;
	position: relative;
	height: 100%;
}

.eut-post-icon {
	font-size: 30px;
	display: inline-block;
	margin-bottom: 30px;
}

.eut-post-url {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.eut-blog .format-quote .eut-post-date,
.eut-blog .format-quote .eut-quote-writer,
.eut-blog .format-link .eut-post-url {
	margin-top: 30px;
	display: block;
}

/* =============================================================================
--- Blog Large Media
============================================================================= */
.eut-blog.eut-blog-large .eut-blog-item {
	display: block;
	margin-bottom: 30px;
}

.eut-blog.eut-blog-large .eut-blog-item.eut-style-2 {
	margin-bottom: 60px;
}

.eut-blog.eut-blog-large .eut-blog-item:last-child {
	margin-bottom: 0;
}

.eut-blog.eut-blog-large .eut-post-content {
	padding: 8%;
	display: block;
}

#eut-body.search-results .eut-blog.eut-blog-large .eut-post-title {
	margin-bottom: 12px;
}

/* =============================================================================
--- Blog Small Media
============================================================================= */
.eut-blog.eut-blog-small .eut-blog-item {
	display: block;
	margin-bottom: 30px;
}

.eut-blog.eut-blog-small .eut-blog-item-inner {
	font-size: 0;
}

.eut-blog.eut-blog-small .eut-media {
	width: 50%;
	display: inline-block;
	vertical-align: middle;
}

.eut-blog.eut-blog-small .eut-style-2 .eut-media {
	width: 100%;
}

.eut-blog.eut-blog-small .eut-media + .eut-post-content-wrapper {
	width: 50%;
	display: inline-block;
	vertical-align: middle;
	padding-left: 30px;
}

.eut-blog.eut-blog-small .eut-post-title,
.eut-blog.eut-blog-small .eut-title {
	display: inline-block;
	clear: both;
}

.eut-blog.eut-blog-small .eut-post-meta {
	padding-bottom: 0px;
}

.eut-blog.eut-blog-small .eut-blog-item.eut-style-2 .eut-post-content {
	padding: 8%;
}

.eut-blog.eut-blog-small .eut-blog-item:not(.eut-style-2) p {
	margin-bottom: 30px;
}

.eut-blog.eut-blog-small .eut-blog-item:not(.eut-style-2) .eut-read-more {
	margin-bottom: 30px;
}

@media only screen and (max-width: 1023px) {
	.eut-blog.eut-blog-small .eut-media {
		margin-bottom: 30px;
		margin-right: 0;
		width: 100%;
		display: block;
	}

	.eut-blog.eut-blog-small .eut-media + .eut-post-content-wrapper {
		width: 100%;
		display: block;
		padding-left: 0;
	}
}

/* Blog Isotope */
.eut-blog-item.eut-isotope-item p {
	font-size: 14px;
	line-height: 24px;
}

.eut-blog-item.eut-isotope-item p.eut-quote-text {
	font-size: 18px;
	line-height: 24px;
}

/* =============================================================================
--- Blog Grid
============================================================================= */
.eut-blog.eut-blog-columns .eut-blog-item {
	margin-bottom: 60px;
}

.eut-blog.eut-blog-columns .eut-blog-item .eut-blog-item-inner {
	position: relative;
}

.eut-blog-columns .eut-blog-item p {
	margin-bottom: 0;
}

.eut-blog.eut-blog-columns:not(.eut-with-shadow) .eut-blog-item p {
	margin-bottom: 30px;
}

.eut-blog.eut-blog-columns.eut-with-shadow .eut-read-more {
	margin-top: 30px;
}

.eut-blog .eut-blog-item .eut-post-content,
.eut-blog.eut-blog-columns .eut-blog-item .eut-post-meta-wrapper {
	z-index: 5;
	position: relative;
	border-bottom: none;
	-webkit-backface-visibility : hidden;
	-moz-backface-visibility    : hidden;
	-ms-backface-visibility     : hidden;
}

.eut-blog.eut-blog-columns .eut-blog-item .eut-post-meta-wrapper.eut-bottom {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	z-index: 10;
}

.eut-blog .eut-blog-item.eut-style-2  .eut-media {
	margin-bottom: 0;
}

.eut-blog .eut-blog-item.eut-style-2 .eut-post-content {
	margin: 0;
	padding: 17%;
}

.eut-blog.eut-blog-grid .eut-blog-item.eut-style-2.eut-middle .eut-post-content {
	position: absolute;
	width: 100%;
	top: 50%;
	left: 0;
	-webkit-transform: translateY(-50%);
	-moz-transform:    translateY(-50%);
	-ms-transform:     translateY(-50%);
	-o-transform:      translateY(-50%);
	transform:         translateY(-50%);
}

/* Slider Pagination Fix */
.eut-blog.eut-blog-columns .eut-media .owl-controls {
	padding-left: 17%;
}

/* Style 2 */
.eut-blog.eut-blog-columns .eut-blog-item.eut-style-2,
#eut-main-content .eut-blog-item.eut-style-2 .eut-read-more:hover,
#eut-main-content .eut-blog-item.eut-style-2 .more-link:hover,
.eut-blog-item.eut-style-2 .eut-categories li a,
.eut-blog.eut-blog-columns .eut-blog-item.eut-style-2 .eut-post-title {
	color: #ffffff;
}



/* =============================================================================
--- Blog Masonry
============================================================================= */
.eut-blog.eut-blog-masonry .eut-style-2:not(.format-quote):not(.format-link) .eut-blog-item-inner {
	padding-top: 40px;
}

.eut-blog.eut-blog-masonry .eut-style-2 .eut-media {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
}

/* =============================================================================
--- Blog Leader
============================================================================= */
.eut-blog-leader:before,
.eut-blog-leader:after {
	display: table;
	content: " ";
}

.eut-blog-leader:after {
	clear: both;
}

.eut-blog-leader .eut-media img {
	width: 100%;
	height: auto;
	max-width: none;
	display: block;
	opacity: 0;
}

.eut-blog-leader .eut-post-content .eut-post-header,
.eut-blog-leader .eut-post-content p,
.eut-blog-leader .eut-post-content .eut-post-meta-wrapper {
	position: relative;
	z-index: 5;
}

.eut-blog-leader .eut-post-leader .eut-post-title {
	margin-bottom: 22px;
}

.eut-blog-leader .eut-post-list .eut-blog-item {
	margin-bottom: 30px;
}

.eut-blog-leader .eut-post-list .eut-blog-item:last-child {
	margin-bottom: 0;
}

.eut-blog-leader .eut-post-content p {
	font-size: 14px;
	line-height: 1.571em;
	margin-bottom: 15px;
	display: block;
}

.eut-blog-leader .eut-post-list .eut-post-content p {
	text-overflow: ellipsis;
	overflow: hidden;
	max-height: 3.143em;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	display: -webkit-box;
}

.eut-blog-leader .eut-post-meta-wrapper {
	border-bottom: none;
	padding: 15px 0 0 0;
	margin-top: 0;
}

.eut-blog-leader .eut-post-list .eut-post-title {
	line-height: 1.2;
}

/* Layout 1 */
.eut-blog-leader.eut-layout-1 {
	margin-left: -15px;
	margin-right: -15px;
}

.eut-blog-leader.eut-layout-1 .eut-post-leader,
.eut-blog-leader.eut-layout-1 .eut-post-list {
	float: left;
	width: 50%;
	padding-left: 15px;
	padding-right: 15px;
}

.eut-blog-leader.eut-layout-1 .eut-post-list .eut-blog-item-inner {
	display: table;
	width: 100%;
	height: 100%;
	table-layout: fixed;
	position: relative;
	z-index: 5;
}

.eut-blog-leader.eut-layout-1 .eut-post-leader .eut-media {
	margin-bottom: 30px;
}

.eut-blog-leader.eut-layout-1 .eut-post-list .eut-media {
	display: table-cell;
	width: 50%;
	padding-right: 20px;
	vertical-align: top;
}

.eut-blog-leader.eut-layout-1 .eut-post-list .eut-media + .eut-post-content {
	display: table-cell;
	width: 50%;
	vertical-align: top;
}

/* Anemos Style Layout 1 */
.eut-blog-leader.eut-layout-1.eut-anemos-style .eut-post-leader .eut-media {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
}

.eut-blog-leader.eut-layout-1.eut-anemos-style .eut-post-leader .eut-post-content {
	padding: 8%;
}

.eut-blog-leader.eut-layout-1.eut-anemos-style .eut-post-leader .eut-media  {
	margin-bottom: 0;
}

.eut-blog-leader.eut-layout-1.eut-anemos-style .eut-post-leader .eut-blog-item {
	display: table;
	width: 100%;
	height: 100%;
	position: relative;
}

.eut-blog-leader.eut-layout-1.eut-anemos-style .eut-post-leader .eut-blog-item-inner  {
	display: table-cell;
	vertical-align: middle;
}


.eut-blog-leader.eut-layout-1.eut-anemos-style .eut-post-leader {
	visibility: hidden;
}

/* Leader Post Only */
.eut-blog-leader.eut-layout-1 .eut-post-leader.eut-post-leader-only,
.eut-blog-leader.eut-layout-1.eut-anemos-style .eut-post-leader.eut-post-leader-only {
	float: none;
	position: relative;
	width: 100%;
}

.eut-blog-leader.eut-layout-1.eut-anemos-style .eut-post-leader .eut-post-content {
	padding: 17%;
}

.eut-blog-leader.eut-layout-1.eut-anemos-style .eut-post-leader .eut-post-date,
.eut-blog-leader.eut-layout-1.eut-anemos-style .eut-post-leader .eut-post-title,
.eut-blog-leader.eut-layout-1.eut-anemos-style .eut-post-leader p,
.eut-blog-leader.eut-layout-1.eut-anemos-style .eut-post-leader .eut-post-meta li {
	color: #ffffff;
}

.eut-blog-leader.eut-layout-1.eut-anemos-style .eut-post-leader.eut-with-primary-bg .eut-post-title:hover {
	color: #ffffff !important;
}

.eut-blog-leader.eut-layout-1.eut-anemos-style .eut-post-leader.eut-with-primary-bg .eut-post-title:after {
	background-color: #ffffff !important;
}

.eut-blog-leader.eut-layout-1.eut-anemos-style .eut-post-leader .eut-post-meta li {
	opacity: 0.8;
}

#eut-theme-wrapper .eut-blog-leader.eut-layout-1.eut-anemos-style .eut-post-leader .eut-post-meta-wrapper {
	position: absolute;
	bottom: 0;
	padding: 15px;
	left: 0;
	width: 100%;
	color: #ffffff;
}


@media only screen and (max-width: 1023px) {

	#eut-theme-wrapper .eut-blog-leader.eut-layout-1 {
		margin-left: 0;
		margin-right: 0;
	}

	#eut-theme-wrapper .eut-blog-leader.eut-layout-1 .eut-post-leader,
	#eut-theme-wrapper .eut-blog-leader.eut-layout-1 .eut-post-list {
		float: none;
		width: 100%;
		margin: 0 0 30px 0;
		padding: 0;
		position: relative;
	}

}

@media only screen and (max-width: 767px) {

	#eut-theme-wrapper .eut-blog-leader.eut-layout-1 .eut-post-list .eut-post-content .eut-post-title {
		margin-bottom: 0;
	}

	#eut-theme-wrapper .eut-blog-leader.eut-layout-1 .eut-post-list .eut-post-content .eut-post-title:after,
	#eut-theme-wrapper .eut-blog-leader.eut-layout-1 .eut-post-list .eut-post-content p,
	#eut-theme-wrapper .eut-blog-leader.eut-layout-1 .eut-post-list .eut-post-content .eut-post-meta-wrapper {
		display: none;
	}

}

/* Layout 2 */
.eut-blog-leader.eut-layout-2 .eut-post-leader {
	margin-bottom: 30px;
}

.eut-blog-leader.eut-layout-2 .eut-post-list .eut-post-content {
	padding: 17%;
}

.eut-blog-leader.eut-layout-2 .eut-blog-item-inner {
	background-color: #ffffff;
	-webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 0 1px 2px rgba(0,0,0,0.2);
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
}

.eut-blog-leader.eut-layout-2 .eut-post-list {
	margin-left: -15px;
	margin-right: -15px;
}

.eut-blog-leader.eut-layout-2 .eut-post-list:before,
.eut-blog-leader.eut-layout-2 .eut-post-list:after {
	display: table;
	content: " ";
}

.eut-blog-leader.eut-layout-2 .eut-post-list:after {
	clear: both;
}

.eut-blog-leader.eut-layout-2 .eut-post-list .eut-blog-item {
	float: left;
	padding-left: 15px;
	padding-right: 15px;
	margin-bottom: 0;
}

.eut-blog-leader.eut-layout-2.eut-blog-items-4 .eut-post-list .eut-blog-item {
	width: 33.33333333%;
}

.eut-blog-leader.eut-layout-2.eut-blog-items-3 .eut-post-list .eut-blog-item {
	width: 50%;
}


/* =============================================================================
--- Blog Gallery Format
============================================================================= */
ul.eut-post-gallery {
	margin: 0;
	list-style: none;
	display: inline-block;
	vertical-align: top;
}

ul.eut-post-gallery li {
	float: left;
}

ul.eut-post-gallery li img {
	max-width: none;
	width: 100%;
}

ul.eut-post-gallery li a {
	display: block;
	overflow: hidden;
}

/* Gallery Blog Element */
ul.eut-post-gallery li {
	width: 33.33333333333333%;
}

ul.eut-post-gallery li:nth-child(3n+1) {
	clear: both;
}

@media only screen and (max-width: 1023px) {
	ul.eut-post-gallery li {
		width: 100%;
		clear: both;
		padding: 0;
	}
}

/* =============================================================================
--- Blog Carousel
============================================================================= */
.eut-blog-carousel .eut-post-item {
	position: relative;
}

.eut-layout-1 .eut-blog-carousel .eut-media {
	margin-bottom: 30px;
}

.eut-carousel-post-link {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 3;
}

.eut-layout-2 .eut-blog-carousel .eut-post-content-wrapper {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 5;
}

.eut-layout-2 .eut-blog-carousel .eut-post-content {
	display: table;
	width: 100%;
	height: 100%;
}

.eut-layout-2 .eut-blog-carousel .eut-post-container {
	display: table-cell;
	vertical-align: middle;
	padding: 0 5%;
	-webkit-transition : all .4s;
	-moz-transition    : all .4s;
	-ms-transition     : all .4s;
	-o-transition      : all .4s;
	transition         : all .4s;
	-webkit-transform: translateY(20px);
	-moz-transform:    translateY(20px);
	-ms-transform:     translateY(20px);
	-o-transform:      translateY(20px);
	transform:         translateY(20px);
	-webkit-backface-visibility : hidden;
	-moz-backface-visibility    : hidden;
	-ms-backface-visibility     : hidden;
}

.eut-layout-2 .eut-blog-carousel .eut-carousel-item:hover .eut-post-container {
	-webkit-transform: translateY(0);
	-moz-transform:    translateY(0);
	-ms-transform:     translateY(0);
	-o-transform:      translateY(0);
	transform:         translateY(0);
}

.eut-layout-2 .eut-blog-carousel .eut-post-title {
	color: #ffffff;
}

.eut-blog-carousel .eut-post-title.eut-with-line {
	margin-bottom: 0.800em;
	-webkit-transition : all .3s;
	-moz-transition    : all .3s;
	-ms-transition     : all .3s;
	-o-transition      : all .3s;
	transition         : all .3s;
}

.eut-layout-2 .eut-blog-carousel .eut-post-title.eut-with-line:after {
	width: 0;
	min-width: 0;
	-webkit-transition : all .3s;
	-moz-transition    : all .3s;
	-ms-transition     : all .3s;
	-o-transition      : all .3s;
	transition         : all .3s;
	-webkit-transition-delay: .2s;
	-moz-transition-delay:    .2s;
	-ms-transition-delay:     .2s;
	-o-transition-delay:      .2s;
	transition-delay:         .2s;
}

.eut-layout-2 .eut-blog-carousel .eut-carousel-item:hover .eut-post-title.eut-with-line:after {
	width: 1.667em;
	min-width: 50px;
}

.eut-blog-carousel .eut-post-date {
	line-height: 2.000em;
	margin-bottom: 5px;
}

.eut-blog-carousel ul.eut-post-meta {
	display: block;
	opacity: 0;
	-webkit-transition : all .3s;
	-moz-transition    : all .3s;
	-ms-transition     : all .3s;
	-o-transition      : all .3s;
	transition         : all .3s;
	-webkit-transform: translateY(200%);
	-moz-transform:    translateY(200%);
	-ms-transform:     translateY(200%);
	-o-transform:      translateY(200%);
	transform:         translateY(200%);
}

.eut-blog-carousel .eut-carousel-item:hover ul.eut-post-meta {
	opacity: 1;
	-webkit-transform: translateY(0);
	-moz-transform:    translateY(0);
	-ms-transform:     translateY(0);
	-o-transform:      translateY(0);
	transform:         translateY(0);
}

.eut-blog-carousel .eut-post-meta li {
	opacity: 1;
}


/* =============================================================================
- Slider & Carousel Navigations
============================================================================= */
.eut-carousel-navigation .eut-carousel-buttons div {
	position: absolute;
	z-index: 3;
	display: inline-block;
	zoom: 1;
	cursor: pointer;
	*display: inline;/*IE7 life-saver */
}

/* Navigations */
.eut-carousel-navigation .eut-carousel-buttons div {
	height: 1em;
	line-height: 1em;
	margin-top: -0.500em;
	text-align: center;
	top: 50%;
	-webkit-transition : all .3s;
	-moz-transition    : all .3s;
	-ms-transition     : all .3s;
	-o-transition      : all .3s;
	transition         : all .3s;
	-webkit-backface-visibility : hidden;
	-moz-backface-visibility    : hidden;
	-ms-backface-visibility     : hidden;
}

.eut-carousel-navigation .eut-carousel-buttons div i {
	font-size: 1em;
}

/* Navigation Type 1 */
.eut-navigation-1 {
	font-size: 36px;
}

.eut-element .eut-navigation-1 {
	font-size: 24px;
}

.eut-navigation-1.eut-light .eut-carousel-buttons div {
	color: #ffffff;
}

.eut-navigation-1.eut-default .eut-carousel-buttons div,
.eut-navigation-1.eut-dark .eut-carousel-buttons div {
	color: #000000;
}

.eut-navigation-1 .eut-carousel-buttons .eut-carousel-prev {
	left: 40px;
	opacity: 0;
}

.eut-navigation-1 .eut-carousel-buttons .eut-carousel-next {
	right: 40px;
	opacity: 0;
}

.eut-carousel-wrapper:hover .eut-navigation-1 .eut-carousel-buttons .eut-carousel-prev {
	left: 20px;
	opacity: 1;
}

.eut-section:not(.eut-fullwidth) .eut-carousel-wrapper:hover .eut-navigation-1.eut-navigation-carousel .eut-carousel-buttons .eut-carousel-prev {
	left: -2em;
	opacity: 1;
}

.eut-carousel-wrapper:hover .eut-navigation-1 .eut-carousel-buttons .eut-carousel-next {
	right: 20px;
	opacity: 1;
}

.eut-section:not(.eut-fullwidth) .eut-carousel-wrapper:hover .eut-navigation-1.eut-navigation-carousel .eut-carousel-buttons .eut-carousel-next {
	right: -2em;
	opacity: 1;
}

/* Navigation Type 2 */
.eut-navigation-2 {
	font-size: 16px;
}

.eut-navigation-2 .eut-carousel-buttons div {
	width: 60px;
	height: 60px;
	line-height: 60px;
	margin-top: -30px;
}

.eut-navigation-2 .eut-carousel-buttons div {
	color: #000000;
	background-color: #ffffff;
	-webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 0 1px 2px rgba(0,0,0,0.2);
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
}

.eut-navigation-2 .eut-carousel-buttons .eut-carousel-prev {
	left: 0;
	opacity: 0;
}

.eut-navigation-2 .eut-carousel-buttons .eut-carousel-next {
	right: 0;
	opacity: 0;
}

.eut-carousel-wrapper:hover .eut-navigation-2 .eut-carousel-buttons .eut-carousel-prev {
	left: 1.875rem;
	opacity: 1;
}

.eut-carousel-wrapper:hover .eut-navigation-2 .eut-carousel-buttons .eut-carousel-next {
	right: 1.875rem;
	opacity: 1;
}

/* Navigation Type 3 */
.eut-navigation-3 {
	font-size: 24px;
}

.eut-navigation-3 .eut-carousel-buttons div {
	width: 2em;
	height: 2em;
	line-height: 2em;
}

.eut-navigation-3.eut-light .eut-carousel-buttons div {
	color: #000000;
	background-color: rgba(255,255,255,0.9);
	-webkit-border-radius: 50px;
	border-radius: 50px;
}

.eut-navigation-3.eut-default .eut-carousel-buttons div,
.eut-navigation-3.eut-dark .eut-carousel-buttons div {
	color: #ffffff;
	background-color: rgba(0,0,0,0.9);
	-webkit-border-radius: 50px;
	border-radius: 50px;
}

.eut-navigation-3 .eut-carousel-buttons .eut-carousel-prev {
	left: 20px;
	-webkit-transform: scale(0.2);
	-moz-transform:    scale(0.2);
	-ms-transform:     scale(0.2);
	-o-transform:      scale(0.2);
	transform:         scale(0.2);
	opacity: 0;
}

.eut-navigation-3 .eut-carousel-buttons .eut-carousel-next {
	right: 20px;
	-webkit-transform: scale(0.2);
	-moz-transform:    scale(0.2);
	-ms-transform:     scale(0.2);
	-o-transform:      scale(0.2);
	transform:         scale(0.2);
	opacity: 0;
}

.eut-carousel-wrapper:hover .eut-navigation-3 .eut-carousel-buttons .eut-carousel-prev {
	-webkit-transform: scale(1);
	-moz-transform:    scale(1);
	-ms-transform:     scale(1);
	-o-transform:      scale(1);
	transform:         scale(1);
	opacity: 1;
}

.eut-carousel-wrapper:hover .eut-navigation-3 .eut-carousel-buttons .eut-carousel-next {
	-webkit-transform: scale(1);
	-moz-transform:    scale(1);
	-ms-transform:     scale(1);
	-o-transform:      scale(1);
	transform:         scale(1);
	opacity: 1;
}

/* Navigation Type 4 */
.eut-navigation-4 {
	font-size: 36px;
}

.eut-element .eut-navigation-4 {
	font-size: 24px;
}

.eut-navigation-4 .eut-carousel-buttons div {
	width: 1em;
}

.eut-navigation-4.eut-light .eut-carousel-buttons div {
	color: #ffffff;
}

.eut-navigation-4.eut-default .eut-carousel-buttons div,
.eut-navigation-4.eut-dark .eut-carousel-buttons div {
	color: #000000;
}

.eut-navigation-4 .eut-carousel-buttons .eut-carousel-prev {
	left: 0;
	opacity: 0;
}

.eut-navigation-4 .eut-carousel-buttons .eut-carousel-next {
	right: 0;
	opacity: 0;
}

.eut-carousel-wrapper:hover .eut-navigation-4 .eut-carousel-buttons .eut-carousel-prev {
	left: 1em;
	opacity: 1;
}

.eut-section:not(.eut-fullwidth) .eut-carousel-wrapper:hover .eut-navigation-4.eut-navigation-carousel .eut-carousel-buttons .eut-carousel-prev {
	left: -1.5em;
	opacity: 1;
}

.eut-carousel-wrapper:hover .eut-navigation-4 .eut-carousel-buttons .eut-carousel-next {
	right: 1em;
	opacity: 1;
}

.eut-section:not(.eut-fullwidth) .eut-carousel-wrapper:hover .eut-navigation-4.eut-navigation-carousel .eut-carousel-buttons .eut-carousel-next {
	right: -1.5em;
	opacity: 1;
}

/* Fullwidth Carousel */
.eut-fullwidth .eut-carousel-wrapper:hover .eut-carousel-buttons .eut-carousel-prev {
	left: 2em;
}

.eut-fullwidth .eut-carousel-wrapper:hover .eut-carousel-buttons .eut-carousel-next {
	right: 2em;
}

/* Tablet Nav Size */
@media only screen and (max-width: 1200px) {

	/* Navigation Type 1 */
	.eut-navigation-1 {
		font-size: 36px;
	}

	/* Navigation Type 2 */
	.eut-navigation-2 {
		font-size: 16px;
	}

	/* Navigation Type 3 */
	.eut-navigation-3 {
		font-size: 16px;
	}

	/* Navigation Type 4 */
	.eut-navigation-4 {
		font-size: 24px;
	}

}

@media only screen and (max-width: 767px) {
	#eut-feature-section .eut-carousel-navigation {
		display: none;
	}
}


/* =============================================================================
- Countdown
============================================================================= */
.eut-countdown {
	text-align: center;
}

.eut-countdown .eut-countdown-item {
	display: inline-block;
	position: relative;
	text-align: center;
	margin-bottom: 0;
	padding: 0 3%;
}

.eut-countdown .eut-countdown-item .eut-number {
	min-width: 1.667em;
}

.eut-countdown .eut-countdown-item .eut-number {
	margin: 0;
}

@media only screen and (max-width: 767px) {
	.eut-countdown .eut-countdown-item {
		display: block;
		margin-bottom: 30px;
		padding: 0;
	}

	.eut-countdown .eut-countdown-item:last-child {
		margin-bottom: 0;
	}
}

/* Style 01 */
.eut-countdown.eut-style-1 .eut-countdown-item:before {
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	border-right: 1px solid;
	width: 1px;
	height: 100%;
	opacity: 0.2;
}

@media only screen and (max-width: 767px) {
	.eut-countdown.eut-style-1 .eut-countdown-item {
		margin-bottom: 10px;
		padding-bottom: 10px;
	}
	.eut-countdown.eut-style-1 .eut-countdown-item:before {
		content: '';
		position: absolute;
		top: auto;
		bottom: 0;
		border-right: none;
		border-top: 1px solid;
		width: 100%;
		height: 1px;
	}
}

.eut-countdown.eut-style-1 .eut-countdown-item:last-child:before {
	display: none;
}

.eut-countdown.eut-style-1 .eut-countdown-item span {
	display: block;
	margin-top: 5px;
}

/* Style 02 */
.eut-countdown.eut-style-2 .eut-countdown-item .eut-number {
	display: inline-block;
	vertical-align: middle;
}

.eut-countdown.eut-style-2 .eut-countdown-item span {
	display: inline-block;
	vertical-align: middle;
	margin-left: 5px;
}

/* Style 03 */
.eut-countdown.eut-style-3 .eut-countdown-item {
	margin: 0 3px;
	padding: 15px 30px;
	-webkit-box-shadow: 0px 0px 5px rgba(0,0,0,0.20);
	box-shadow: 0px 0px 5px rgba(0,0,0,0.20);
	background-color: #ffffff;
}

.eut-countdown.eut-style-3 .eut-countdown-item span {
	display: block;
	margin-top: 5px;
}

/* =============================================================================
- Gutenberg
============================================================================= */

/* =============================================================================
--- Block Quote
============================================================================= */
.wp-block-quote.is-large:before,
.wp-block-quote.is-style-large:before {
	content: '';
}

.wp-block-quote.is-large cite,
.wp-block-quote.is-large footer,
.wp-block-quote.is-style-large cite,
.wp-block-quote.is-style-large footer {
    font-size: 18px;
}

.wp-block-quote cite,
.wp-block-quote footer {
	font-size: 13px;
	font-style: italic;
}

/* =============================================================================
--- Block Pullquote
============================================================================= */

.wp-block-pullquote {
	border: none;
}
blockquote.wp-block-pullquote:before,
.wp-block-pullquote blockquote:before {
	content: '';
}

blockquote.wp-block-pullquote,
.wp-block-pullquote blockquote {
    opacity: 1;
}

.wp-block-pullquote p {
    font-size: 28px;
    line-height: 1.6;
}

blockquote.wp-block-pullquote.is-style-solid-color p,
.wp-block-pullquote.is-style-solid-color blockquote p {
    font-size: 32px;
}

blockquote.wp-block-pullquote.alignleft p,
blockquote.wp-block-pullquote.alignright p,
.wp-block-pullquote.alignleft blockquote p,
.wp-block-pullquote.alignright blockquote p {
    font-size: 20px;
}

.wp-block-pullquote cite,
.wp-block-pullquote footer {
	font-size: 13px;
	font-style: italic;
}

/* =============================================================================
--- Block Separator
============================================================================= */

.wp-block-separator:not(.is-style-wide):not(.is-style-dots) {
    max-width: 100px;
}

/* =============================================================================
--- Block  Archives/ Categories / Latest Posts
============================================================================= */
.wp-block-archives,
.wp-block-categories,
.wp-block-latest-posts,
.wp-block-latest-comments {
	margin: 0 0 28px 0;
	list-style: none;
}

.wp-block-archives li,
.wp-block-categories li,
.wp-block-latest-posts li {
	margin-bottom: 6px;
	text-align: left;
	overflow: hidden;
}

.wp-block-archives, li ul,
.wp-block-categories li ul,
.wp-block-latest-posts li ul {
	padding-left: 10px;
}

.wp-block-archives li:last-child,
.wp-block-categories li:last-child,
.wp-block-latest-posts li:last-child {
	margin-bottom: 0;
	padding-bottom: 0;
}

/* =============================================================================
--- Block Gallery
============================================================================= */

.wp-block-gallery {
	margin: 0 0 28px 0;
}

/* =============================================================================
- Widget
============================================================================= */
.widget,
.widgets {
	font-size: 13px;
	line-height: 1.846em;
}

#eut-theme-wrapper .widget:last-child,
#eut-theme-wrapper .widgets:last-child {
	margin-bottom: 0;
}

.eut-widget-title {
	margin-bottom: 20px;
}

/* Widget in vc column */
#eut-content-area .wpb_content_element {
    margin-bottom: 40px;
}

#eut-content-area .wpb_content_element .widget,
#eut-content-area .wpb_content_element .widgets,
#eut-content-area .wpb_content_element:last-child {
    margin-bottom: 0;
}

.eut-widget .eut-media {
	overflow: hidden;
}

/* =============================================================================
--- Widget Title
============================================================================= */
#eut-content .widget .eut-widget-title {
	padding: 10px;
	text-align: center;
	background-color: #000000;
	color: #ffffff;
	margin-bottom: 40px;
}
/* =============================================================================
--- Widget Categories
============================================================================= */
.widget.widget_categories label {
	display: none;
}

.widget.widget_categories ul {
	margin: 0;
	list-style: none;
}

.widget.widget_categories li {
	margin-bottom: 10px;
	padding-bottom: 10px;
	border-bottom: 1px solid;
	border-color: inherit;
	text-align: right;
	overflow: hidden;
}

.widget.widget_categories li ul {
	padding-left: 10px;
	padding-top: 10px;
	margin-top: 10px;
	border-top: 1px solid;
	border-color: inherit;
}

.widget.widget_categories li ul li {
	margin-bottom: 10px;
	padding-bottom: 10px;
}

.widget.widget_categories li:last-child {
	margin-bottom: 0;
	padding-bottom: 0;
	border-bottom: none;
}

.widget.widget_categories li a {
	float: left;
	color: inherit;
}

/* =============================================================================
--- Widget Archive
============================================================================= */
.widget.widget_archive label {
	display: none;
}

.widget.widget_archive ul {
	margin: 0;
	list-style: none;
}

.widget.widget_archive li {
	margin-bottom: 10px;
	padding-bottom: 10px;
	border-bottom: 1px solid;
	border-color: inherit;
	text-align: right;
	overflow: hidden;
}

.widget.widget_archive li:last-child {
	margin-bottom: 0;
	padding-bottom: 0;
	border-bottom: none;
}

.widget.widget_archive li a {
	float: left;
	color: inherit;
}


/* =============================================================================
--- Widget Pages
============================================================================= */
.widget.widget_pages ul {
	margin: 0;
	list-style: none;
}

.widget.widget_pages li {
	margin-bottom: 10px;
	padding-bottom: 10px;
	border-bottom: 1px solid;
	border-color: inherit;
}

.widget.widget_pages li ul {
	padding-left: 10px;
	padding-top: 10px;
	margin-top: 10px;
	border-top: 1px solid;
	border-color: inherit;
}

.widget.widget_pages li ul li {
	margin-bottom: 10px;
	padding-bottom: 10px;
}

.widget.widget_pages li:last-child {
	margin-bottom: 0;
	padding-bottom: 0;
	border-bottom: none;
}

.widget.widget_pages li a {
	color: inherit;
}

/* =============================================================================
--- Widget Recent Post
============================================================================= */
.widget.widget_recent_entries ul {
	margin: 0;
	list-style: none;
}

.widget.widget_recent_entries li {
	margin-bottom: 10px;
	padding-bottom: 10px;
	border-bottom: 1px solid;
	border-color: inherit;
}

.widget.widget_recent_entries li:last-child {
	margin-bottom: 0;
	padding-bottom: 0;
	border-bottom: none;
}

.widget.widget_recent_entries li span.post-date {
	display: block;
    line-height: 2em;
    margin-bottom: 0;
    opacity: 0.5;
}

.widget.widget_recent_entries li a {
	color: inherit;
	line-height: 1.571em;
}

/* =============================================================================
--- Widget Custom Menu
============================================================================= */
.widget.widget_nav_menu ul {
	margin: 0;
	list-style: none;
}

.widget.widget_nav_menu li {
	margin-bottom: 10px;
	padding-bottom: 10px;
	border-bottom: 1px solid;
	border-color: inherit;
}

.widget.widget_nav_menu li ul {
	padding-left: 10px;
	padding-top: 10px;
	margin-top: 10px;
	border-top: 1px solid;
	border-color: inherit;
}

.widget.widget_nav_menu li ul li {
	margin-bottom: 10px;
	padding-bottom: 10px;
}

.widget.widget_nav_menu li:last-child {
	margin-bottom: 0;
	padding-bottom: 0;
	border-bottom: none;
}

.widget.widget_nav_menu li a {
	color: inherit;
}

/* =============================================================================
--- Widget Calendar
============================================================================= */
.widget.widget_calendar {
	position: relative;
}

.widget.widget_calendar table,
.widget.widget_calendar thead,
.widget.widget_calendar tbody,
.widget.widget_calendar tfoot,
.widget.widget_calendar tr,
.widget.widget_calendar td,
.widget.widget_calendar th {
	border-color: inherit !important;
}

.widget.widget_calendar table {
	width: 100%;
	border-collapse:collapse;
}

.widget.widget_calendar a {
	color: inherit;
}

.widget.widget_calendar table tbody td {
	padding: 4px;
	font-size: 11px;
}

.widget.widget_calendar table th {
	text-align: center;
	padding: 10px 0;
	width: 14.28%;
}

.widget.widget_calendar caption {
	margin-bottom: 10px;
	text-align: left;
}

/* =============================================================================
--- Widget RSS
============================================================================= */
.widget.widget_rss ul {
	margin: 0;
	list-style: none;
}

.widget.widget_rss li {
	margin-bottom: 20px;
	padding-bottom: 20px;
	border-bottom: 1px solid;
	border-color: inherit;
}

.widget.widget_rss li:last-child {
	margin-bottom: 0;
	padding-bottom: 0;
	border-bottom: none;
}

.widget .rss-date {
	display: block;
	margin-bottom: 5px;
}

.widget.widget_rss .eut-widget-title img {
	display: inline-block;
	margin-top: -3px;
	margin-right: 5px;
}

.widget.widget_rss a.rsswidget {
	color: inherit;
}

.widget.widget_rss .rss-date,
.widget.widget_rss cite {
	opacity: 0.5;
}

/* =============================================================================
--- Widget Tagcloud
============================================================================= */
.widget.widget_tag_cloud .tagcloud {
	font-size: 0;
	border-color: inherit;
}

.widget.widget_tag_cloud a {
	display: inline-block;
	margin-bottom: 4px;
	margin-right: 4px;
	font-size: 12px !important;
	border: 1px solid;
	border-color: inherit;
	line-height: 30px;
	padding: 0 10px;
	color: inherit;
	-webkit-transition : all .3s;
	-moz-transition    : all .3s;
	-ms-transition     : all .3s;
	-o-transition      : all .3s;
	transition         : all .3s;
}

#eut-content .widget.widget_tag_cloud a:before {
	content: '#';
	opacity: 0.6;
	margin-right: 3px;
}

#eut-content .widget.widget_tag_cloud a {
	background-color: #ffffff;
}

/* =============================================================================
--- Widget Meta
============================================================================= */
.widget.widget_meta ul {
	margin: 0;
	list-style: none;
}

.widget.widget_meta li {
	margin-bottom: 10px;
	padding-bottom: 10px;
	border-bottom: 1px solid;
	border-color: inherit;
}

.widget.widget_meta li:last-child {
	margin-bottom: 0;
	padding-bottom: 0;
	border-bottom: none;
}

.widget.widget_meta li a {
	color: inherit;
}

/* =============================================================================
--- Widget Recent Comments
============================================================================= */
.widget.widget_recent_comments ul {
	margin: 0;
	list-style: none;
}

.widget.widget_recent_comments li {
	margin-bottom: 10px;
	padding-bottom: 10px;
	border-bottom: 1px solid;
	border-color: inherit;
}

.widget.widget_recent_comments li:last-child {
	margin-bottom: 0;
	padding-bottom: 0;
	border-bottom: none;
}

.widget.widget_recent_comments li a {
	color: inherit;
}

/* =============================================================================
--- Widget Contact Info (EUT WIDGET)
============================================================================= */
.eut-widget.eut-contact-info ul {
	margin: 0;
	list-style: none;
}

.eut-widget.eut-contact-info li {
	margin-bottom: 10px;
	padding-bottom: 10px;
	border-bottom: 1px solid;
	border-color: inherit;
}

.eut-widget.eut-contact-info li:last-child {
	margin-bottom: 0;
	padding-bottom: 0;
	border-bottom: none;
}

.eut-widget.eut-contact-info li i {
	margin-right: 20px;
	float: left;
	line-height: inherit;
	opacity: 0.5;
}

.eut-widget.eut-contact-info li .eut-info-content {
	overflow: hidden;
}

.eut-widget.eut-contact-info li a {
	color: inherit;
}

/* =============================================================================
--- Widget Latest News (EUT WIDGET)
============================================================================= */
.eut-widget.eut-latest-news ul {
	margin: 0;
	list-style: none;
}

.eut-widget.eut-latest-news li {
	margin-bottom: 20px;
	padding-bottom: 20px;
	display: table;
	width: 100%;
	border-bottom: 1px solid;
	border-color: inherit;
}

.eut-widget.eut-latest-news li:last-child {
	margin-bottom: 0;
	padding-bottom: 0;
	border-bottom: none;
}

.eut-widget.eut-latest-news li .eut-post-thumb {
	display: table-cell;
	vertical-align: middle;
	width: 60px;
	height: 60px;
	min-width: 60px;
}

.eut-widget.eut-latest-news li a.eut-title {
	line-height: 1.571em;
	display: block;
	text-overflow: ellipsis;
	overflow:hidden;
	max-height: 3.143em;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	display: -webkit-box;
	color: inherit;
}

.eut-widget.eut-latest-news li img {
	display: none;
}

.eut-widget.eut-latest-news li .eut-bg-wrapper .eut-bg-image {
	-webkit-border-radius: 3px;
	border-radius: 3px;
	overflow: hidden;
}

.eut-widget.eut-latest-news li .eut-news-content {
	display: table-cell;
	vertical-align: middle;
}

.eut-widget.eut-latest-news li a.eut-post-thumb + .eut-news-content {
	padding-left: 20px;
}

.eut-widget.eut-latest-news .eut-latest-news-date {
	line-height: 2em;
	margin-bottom: 0;
	opacity: 0.5;
}

/* =============================================================================
--- Widget Latest Comments (EUT WIDGET)
============================================================================= */
.eut-widget.eut-comments ul {
	margin: 0;
	list-style: none;
}

.eut-widget.eut-comments li {
	margin-bottom: 20px;
	padding-bottom: 20px;
	border-bottom: 1px solid;
	border-color: inherit;
}

.eut-widget.eut-comments li img {
	-webkit-border-radius: 50px;
	border-radius: 50px;
	float: left;
}

.eut-widget.eut-comments li:last-child {
	margin-bottom: 0;
	padding-bottom: 0;
	border-bottom: none;
}

.eut-widget.eut-comments li a.eut-title {
	display: block;
	line-height: 1.571em;
}

.eut-widget.eut-comments li a {
	color: inherit;
}

.eut-widget.eut-comments li .eut-comment-content {
	overflow: hidden;
	vertical-align: middle;
}

.eut-widget.eut-comments li img + .eut-comment-content {
	padding-left: 20px;
}

.eut-widget.eut-comments .eut-comment-date {
	line-height: 2em;
	margin-bottom: 0;
	opacity: 0.5;
}

/* =============================================================================
--- Widget Instagram Feed (EUT WIDGET)
============================================================================= */
.eut-widget.eut-instagram-feed {
	overflow: hidden;
	position: relative;
	z-index: 2;
}

.eut-widget.eut-instagram-feed ul {
	margin: 0;
	list-style: none;
	overflow: hidden;
	margin: -2px;
}

.eut-widget.eut-instagram-feed li {
	padding: 2px;
	position: relative;
	float: left;
	width: 33.33333333%;
	max-width: 150px;
	min-width: 50px;
}

.eut-widget.eut-instagram-feed li a {
	display: block;
	overflow: hidden;
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 3;
	width: 100%;
	height: 100%;
	background-color: #000000;
	-webkit-border-radius: inherit;
	border-radius: inherit;
	opacity: 0;
	-webkit-backface-visibility : hidden;
	-moz-backface-visibility    : hidden;
	-ms-backface-visibility     : hidden;
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
}

.eut-widget.eut-instagram-feed li a:hover {
	opacity: 0.6;
}

.eut-widget.eut-instagram-feed li img {
	display: none;
}

.eut-widget.eut-instagram-feed li .eut-bg-wrapper,
.eut-widget.eut-instagram-feed li .eut-bg-image {
	-webkit-border-radius: inherit;
	border-radius: inherit;
}

.eut-widget.eut-instagram-feed li .eut-item-wrapper {
	position: relative;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	overflow: hidden;
}

/* =============================================================================
--- Widget Latest Social (EUT WIDGET)
============================================================================= */
.eut-widget.eut-social {
	overflow: hidden;
}

.eut-widget.eut-social ul {
	margin: 0;
	list-style: none;
	font-size: 0;
}

.eut-widget.eut-social li {
	font-size: 13px;
	display: inline-block;
	margin: 0px 10px 10px 0;
}

.eut-widget.eut-social li a {
	display: inline-block;
	width: inherit;
	height: inherit;
	line-height: inherit;
	text-align: center;
	font-size: 16px;
	color: inherit;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

.eut-widget.eut-social li a.eut-outline {
	border: 1px solid;
	border-color: inherit;
}

/* Small Size */
.eut-widget.eut-social li a.eut-small {
	font-size: 1.125em;
}

.eut-widget.eut-social li a.eut-small.eut-outline,
.eut-widget.eut-social li a.eut-small.eut-simple {
	width: 2.188em;
	height: 2.188em;
	line-height: 2.188em;
	font-size: 1em;
}

/* Medium Size */
.eut-widget.eut-social li a.eut-medium {
	font-size: 1.500em;
}

.eut-widget.eut-social li a.eut-medium.eut-outline,
.eut-widget.eut-social li a.eut-medium.eut-simple {
	width: 2.778em;
	height: 2.778em;
	line-height: 2.778em;
	font-size: 1.125em;
}

/* Large Size */
.eut-widget.eut-social li a.eut-large {
	font-size: 2.000em;
}

.eut-widget.eut-social li a.eut-large.eut-outline,
.eut-widget.eut-social li a.eut-large.eut-simple {
	width: 3.500em;
	height: 3.500em;
	line-height: 3.500em;
	font-size: 1.250em;
}

/* =============================================================================
--- Widget Promote Post (EUT WIDGET)
============================================================================= */
.eut-widget.eut-promote-post a.eut-post-link {
	position: relative;
	display: block;
}

.eut-promote-content {
	color: #ffffff;
	position: absolute;
	bottom: 0;
	top: auto;
	left: 0;
	width: 100%;
	padding: 7%;
	z-index: 6;
	-webkit-transition : all .2s ease-in-out;
	-moz-transition    : all .2s ease-in-out;
	-ms-transition     : all .2s ease-in-out;
	-o-transition      : all .2s ease-in-out;
	transition         : all .2s ease-in-out;
}

.eut-widget.eut-promote-post .eut-post-meta-wrapper {
	position: absolute;
	bottom: 0;
	top: auto;
	left: 0;
	z-index: 6;
	padding: 7%;
	border: none;
	-webkit-transition : all .2s ease-in-out;
	-moz-transition    : all .2s ease-in-out;
	-ms-transition     : all .2s ease-in-out;
	-o-transition      : all .2s ease-in-out;
	transition         : all .2s ease-in-out;
	-webkit-transform: translateY(150%);
	-moz-transform:    translateY(150%);
	-ms-transform:     translateY(150%);
	-o-transform:      translateY(150%);
	transform:         translateY(150%);
}

.eut-widget.eut-promote-post .hover .eut-post-meta-wrapper {
	-webkit-transform: translateY(0%);
	-moz-transform:    translateY(0%);
	-ms-transform:     translateY(0%);
	-o-transform:      translateY(0%);
	transform:         translateY(0%);
}

.eut-widget.eut-promote-post .eut-post-meta-wrapper li {
	opacity: 1;
	color: #ffffff;
}

.eut-promote-content .eut-promote-date {
	-webkit-transition : all .2s ease-in-out;
	-moz-transition    : all .2s ease-in-out;
	-ms-transition     : all .2s ease-in-out;
	-o-transition      : all .2s ease-in-out;
	transition         : all .2s ease-in-out;
}

.hover .eut-promote-content {
	-webkit-transform: translateY(-50%);
	-moz-transform:    translateY(-50%);
	-ms-transform:     translateY(-50%);
	-o-transform:      translateY(-50%);
	transform:         translateY(-50%);
}

.hover .eut-promote-content .eut-promote-date {
	-webkit-transform: translateY(50%);
	-moz-transform:    translateY(50%);
	-ms-transform:     translateY(50%);
	-o-transform:      translateY(50%);
	transform:         translateY(50%);
	opacity: 0;
}

.eut-widget.eut-promote-post .eut-post-meta-wrapper:before {
	display: none;
}

.eut-widget.eut-promote-post .eut-media {
	background-color: #f7f7f7;
}

.eut-widget.eut-promote-post .eut-media img {
	display: none;
}

/* =============================================================================
--- Widget Image Banner (EUT WIDGET)
============================================================================= */
.eut-widget.eut-image-banner .eut-full-image img {
	display: block;
	max-width: none;
	width: 100%;
}

.eut-widget .eut-image-banner-content {
	margin-top: 30px;
}

/* =============================================================================
--- Widget Sticky (EUT WIDGET)
============================================================================= */
.eut-sticky-widget {
	margin-bottom: 0;
}

/* =============================================================================
--- Widget Polylang
============================================================================= */
.eut-widget.widget_polylang ul {
	margin: 0;
	list-style: none;
}

.eut-widget.widget_polylang ul li {
	margin-bottom: 10px;
}

.eut-widget.widget_polylang ul li img{
	margin-top: -2px;
	margin-right: 5px;
}