/* Введите Ваш код CSS тут */
.page-header {
    background-color: #6897e5;
    padding: 8px 10px;
    position: relative;
    overflow: hidden;
}
  
  .page-title {
    font-size: 18px;
    line-height: 33px;
    color: #fff;
    float: left;
    padding: 0px;
  }

.entry-header {
    padding-bottom: 0px;
}

#content {
    padding: 15px 0 50px;
}

/*my*/
.es-layout-list .es-property-info .es-details-wrap .es-read {
    padding: 5px 10px;
}

.es-listing .es-property-inner:hover {
    border: 1px solid #6897e5;
}

.es-wrap .pagination {   
    width: 100%;
}

.es-price {
    display: inline-block;
    background: #f0f0f0;
    text-align: center;
    font-weight: 400;
    font-size: 18px;
    line-height: 24px;
    padding: 7px 10px;
    text-overflow: ellipsis;
    margin: 0;
    flex: 0 0 auto;
}

/*кнопка подробнее*/
.es-button-orange {
    background: #6897e5 !important;
    color: #fff;
}

/*кнопка поиска при наведении*/
.es-button-orange-corner:hover {
    background: #6897e5 !important;
    color: #fff !important;
}

.es-button-orange-corner {
    border: 1px solid #6897e5 !important;
    background: none !important;
    color: #111 !important;
}

/*кнопка сброса*/
.es-button-gray {
    color: #111 !important;
    background: #fafafa !important;
    font-weight: 500 !important;
    border: 0;
}

/*форма поиска*/
.es-search__wrapper {
    background: #f0f0f0;
    padding: 20px 20px 10px 20px;
    color: #707070;
    font-family: 'Open Sans', sans-serif;
  
}

/*заголовок виджета*/
.es-search__wrapper .widget-title {
    color: #1d1d1d;
    line-height: 35px;
    text-align: center;
    font-size: 22px !important;
    text-transform: uppercase;
    font-weight: 400;
    margin: 0 !important;
    font-family: 'Open Sans', sans-serif;
}

/* input[type="text"] {
    border-radius: unset;
    padding: 0;
} */

/*
.es-layout-3_col .properties .es-property-inner {
    min-height: 375px;
}
*/

.main-navigation a {
    color: #0f0f0f;
}
body, body p {
    color: #0f0f0f;
}

input[type="reset"]:hover, input[type="button"]:hover, input[type="submit"]:hover {
    background-color: #f0f0f0;
    color: #0f0f0f;
}

#secondary .widget-title {
    font-size: 20px;
    line-height: 27px;
    text-transform: uppercase;
    text-align: center;
}

.pagination {
	float: left;
	width: 70%;
}

.widget-title, .widget-title a {
    color: #0f0f0f;
}

/*Изменение высоты разделов меню*/
.main-navigation ul li ul li a, .main-navigation ul li.current-menu-item ul li a, .main-navigation ul li ul li.current-menu-item a, .main-navigation ul li.current_page_ancestor ul li a, .main-navigation ul li.current-menu-ancestor ul li a, .main-navigation ul li.current_page_item ul li a {
    float: none;
    line-height: 20px;
    font-size: 14px;
    height: inherit;
    padding: 8px 15px;
    color: #747474;
    text-transform: capitalize;
}

/* Тексты описания в списке */
.dop-info {
  	font-size: 14px;
}

/* Нижняя часть карточки в списке */
.es-layout-3_col .properties:hover .es-details-wrap, .es-layout-2_col .properties:hover .es-details-wrap {
    display: block;
    position: absolute;
    width: 100% !important;
    border: 1px solid #6897e5;
    left: 0;
    border-top: 0;
    z-index: 10;
}

/* Цвет выбранных типов в поиске*/
.es-search__wrapper .es-search__field .es-field__wrap .select2 .select2-selection__choice {
    border-radius: 0;
    border: 0;
    background: #6897e5;
  
  .es-wrap * {
    font-family: 'Roboto', sans-serif;
}
  
 .es-search__wrapper .es-search__field .es-field__wrap .es-field__range input, .es-search__wrapper .es-search__field .es-field__wrap .es-field__range select {
    width: 47.5%;
    height: 35px;
} 
  