 
.sidebar {
	max-width: 320px;
}

.sidebar .ui-title-inner {
	margin-bottom: 22px;
	font-family: 'Roboto Condensed';
	text-transform: uppercase;
}

.sidebar .border-color {
	border-width: 3px;
}

.sidebar .border-color:after {
	width: 0;
}

.sidebar_blog {
	padding-left: 50px;
}

.sidebar-contacts {
	margin-top: 24px;
	padding-left: 6px;
}

.sidebar-contacts__title {
	font-size: 13px;
	font-weight: 500;
	color: #26c9ff;
}

.sidebar-contacts__link {
	display: block;
	color: #333;
}

.sidebar-contacts__link:hover {
	color: #333;
}

.sidebar-contacts .ui-text {
	line-height: 1.7;
}

.sidebar-contacts .ui-text strong {
	font-weight: 500;
}

.sidebar-slider {
	padding-top: 40px;
}

.sidebar-slider .sidebar-clients__item {
	padding-right: 7px;
	padding-left: 7px;
}

.sidebar-slider .owl-controls {
	top: -50px;
}



.widget {
	margin-bottom: 55px;
}

 
.widget-title {
	margin-top: 30px;
	margin-bottom: 21px;
	font: 700 16px 'Roboto Condensed';
	text-transform: uppercase;
	color: #333;
}

.widget-title_clients {
	padding-right: 80px;
}

.widget-search .form-search {
	position: relative;
	padding: 15px;
	border-bottom: 1px solid #eee;
}

.widget-search .form-search__input {
	padding-right: 50px;
	width: 100%;
	background-color: transparent;
	border: none;
}

.widget-search .form-search__submit {
	position: absolute;
	top: 15px;
	right: 0;
	width: 50px;
	height: 22px;
	background-color: transparent;
	border-top: none;
	border-right: none;
	border-bottom: none;
	border-left: 1px solid #ebebeb;
}

.widget-search .form-search__submit .icon {
	font-size: 14px;
	color: #26c9ff;
}

.widget-post .entry-main {
	margin-right: 130px;
}

.widget-post .entry-main .border-color {
	margin-left: 0;
	width: 40px;
	border-width: 3px;
}

.widget-post .entry-main .border-color:after {
	margin-left: 0;
	width: 20px;
}

.widget-post .entry-header {
	margin-top: 0;
	margin-bottom: 15px;
}

.widget-post .entry-thumbnail {
	float: right;
}

.widget-post .entry-meta {
	margin-bottom: 20px;
}
 
 

/* ======= BLOG ======= */
 
 
/* ======= POST ======= */

 
.post:first-child {
	margin-top: 30px;
}

 
 
 
.post .border-color:after {
	margin-left: 0;
	width: 100px;
}
 

 
 

 