/* =Blocks & Widgets

@wordpress classes:

.current-cat
.current_page_item
.current_page_ancestor

---------------------------- */

.column.widgets .widget {
	clear: both;
	margin-bottom: 4vmax;
}

@media (max-width: 767px), (min-width: 1400px)
{
	.column.widgets .widget { margin-bottom: 3vmax; }
}

.ys-custom-content > .column.widgets.boxed .widget {
	background-color: #FFF;
	box-shadow: 0 2px 0 #DDE4DB;
	border-radius: 4px;
}

.ys-custom-content > .column.widgets.boxed .widget:not([class*='widget_']):not([class*='mega_block_']),
.ys-custom-content > .column.widgets.boxed .widget > .true-block-wrapper
{
	padding: 30px;
}

.ys-custom-content > .column.widgets.boxed .widget[class*='ys-box-'] .true-block-wrapper {
	padding: 30px 30px 40px 30px;
}




.widget h3 { font-size: 1.17em; font-weight: 700; }

body:not(.page-template-template-home) .ys-custom-content > .column.widgets.boxed .widget > .true-block-title {
	font-size: 16px;
	color: #373D45;
	text-transform: uppercase;
	font-weight: 900;
	border-bottom: 1px solid #EEEFEF;
	padding: 25px 30px;
	margin-bottom: 0;
}
/* go over: */
body.page-template-template-home .ys-custom-content > .column.widgets .widget > .true-block-title {
	padding: 25px 30px;
	margin-bottom: 0;
	border-bottom: 1px solid #EEF2F5;
}

body:not(.page-template-template-home) .ys-custom-content > .column.widgets .widget:not([class*='widget_']):not([class*='mega_block_']) > h3 {
	margin-bottom: 20px;
}

.ys-custom-footer .widget h3 { font-size: 20px; line-height: 28px; }

.dark .widget h3 { color: #E1E7EC; }

.dark a { color: #0095d4; }

.ys-custom-content > .column.widgets .widget[class*='widget_'] > ul {
	padding-top: 15px;
	padding-bottom: 15px;
}

.ys-custom-content .widget[class*='widget_'] > ul > li
{
	padding-left: 30px;
	padding-right: 30px;
}

.widget[class*='widget_'] > ul > li {
	line-height: 38px;
}

.dark .widget[class*='widget_'] > ul > li
{
	padding-left: 0;
	padding-right: 0;
}


.widget[class*='widget_'] > ul > li:nth-child(even) { background-color: #FAFBFC; background-color: rgba(239, 241, 238, 0.4); }

.dark .widget[class*='widget_'] > ul > li:nth-child(even) { background-color: #ECF1F7; }




.widget[class*='widget_'] ul li a {
	text-transform: capitalize;
	-webkit-transition: .2s cubic-bezier(.02, .01, .47, 1);
	transition: .2s cubic-bezier(.02, .01, .47, 1);
	color: #4e4e4e;
}

.widget[class*='widget_'] ul li a:hover { color: #000; }

.ltr .widget[class*='widget_'] ul li a:hover { padding-left: 10px; }
.rtl .widget[class*='widget_'] ul li a:hover { padding-right: 10px; }

.ltr .widget_categories li.current-cat > a:hover,
.ltr .widget_pages li.current_page_item > a:hover { padding-left: 0 !important; }

.rtl .widget_categories li.current-cat > a:hover,
.rtl .widget_pages li.current_page_item > a:hover { padding-right: 0 !important; }



.ltr .widget_text ul li li,
.ltr .widget_categories ul li li,
.ltr .widget_pages ul li li,
.ltr .widget_nav_menu ul li li { padding-left: 10px; }

.rtl .widget_text ul li li,
.rtl .widget_categories ul li li,
.rtl .widget_pages ul li li,
.rtl .widget_nav_menu ul li li { padding-right: 10px; }