/*********** Search from Select2 ****************/
#s2id_search_box {
  width: 100%;
}
.entry-inner .entry-title, .widecolumn h2{
	font-size: 2.5rem;
	width: 30%;
	display: inline;
}
h2 a{
	color: #444BFF;
}
.call {
	background:red;
	width: 200px;
	float: right;
	position: absolute;
	right: 10px;
	top: 25px;
	height: 50px;
	border-radius: 15px;
}
.call a{
	display: inline-block;
	color: white;
	width: 200px;
	text-align: center;
	margin-top: 10px;
}
.call p{
	display: inline-block;
	text-align: center;
	width: 200px;
	margin-top: 10px;
}
.select2-container .select2-choice, 
.select2-container .select2-choice:hover {
  border: 1px solid #222;
  color: #222;
  border-radius: 0;
  background-image: none;
  text-align: left;
  background-color: inherit;
  padding: 0;
}
.wp-post-image{
	display: inline-block !important;
	float: left !important;
	margin-right: 25px;
}
.select2-container .select2-choice > .select2-chosen:before {
    content: " ";
    background: url(select2/search-icon.png) no-repeat center center;
    padding: 10px;
    margin-right: 3px;
    background-size: contain;
}
.select2-container .select2-choice > .select2-chosen {
    color: #222;
    font-weight: 300;
}
.select2-container .select2-choice .select2-arrow{
    display: none;
}
.select2-results {
  max-height: 400px;
  color: #222;
  font-weight: 300;
}
.select2-drop-active {
    border-color: #000;
    border-radius: 0;
}
.select2-results .select2-no-results{
    background-color: inherit;
}
li.select2-result .select2-result-label .title {
	font-size: 19px;
    line-height: 20px;
    display: inherit;
    padding-bottom: 10px;
}
li.select2-result .select2-result-label .excerpt{
    font-size: 14px;
    line-height: 16px;
    display: inherit;
}
li.select2-result .select2-result-label .img{
    display: inline-block;
    float: left;
    margin-right: 10px;
}
li.select2-result .select2-result-label .img img{
    width: 100px;
}
li.select2-result .select2-result-label .price{
    font-size: 1.2em;
}
li.select2-result .select2-result-label .price .discount{
    font-size: 0.9em;
    vertical-align: inherit;
	
}
.select2-highlighted .price{
	color: #FAE4B4;
}
.select2-highlighted .price .discount{
	color: #9AADC5;
}
.image-min-100 {
  min-height: 100px;
	}
.select2-results li {
	 display: inline-block;
	 width: 100%;
}
.ignet_div_from_search_box .ignet_div_sortby label{
	cursor: pointer;
}
.ignet_div_from_search_box{
	text-align: center;
}
.ignet_div_from_search_box .ignet_div {
	display: inline-block;
    /*float: left;*/
	width: 25%;
    margin-bottom: 10px;
}
.ignet_div_from_search_box .ignet_div select{
	width: 95%;
}
.ignet_div_from_search_box .ignet_div_sortby {
	width: 49%;
}
b.boltic{
	font-weight: bold;
}
li b.boltic{
	font-weight: bold;
}
div.desctiption_probleb{
	margin-bottom: 20px;
}
.error_message{
	color: #E60A16;
}
	@media screen and (min-width: 760px) {
		.ignet_div_search_options {
			width: 90%;
			margin-left: 10%;
		}
	}
@media screen and (max-width: 500px) {
	.ignet_div_from_search_box .ignet_div {
		width: 49%;
	}	
	.ignet_div_from_search_box .ignet_div_sortby {
		width: 100%;
	}
}
.line {
	text-align: center; /* Выравниваем текст по центру */
	border-top: 1px dashed #000; /* Параметры линии  */
	height: 18px; /* Высота блока */
	background: url(https://www.dumpsterco.com/wp-content/plugins/ignet-search-box/images/scissors.png) no-repeat 10px -18px; /* Параметры фона */
}
/**/
div.page-title.search-title{
	position: static;
	float: left;
}
/**/
div.ignet_div_checkbox.ignet_div_servises{
	position: relative;
	float: left;
	width: 45%;
	text-align: left;
}
/*Сообщение об ощибки по сервисам*/
p.error_message.error_message_service{
	display: inline-block;
	float: left;
}
/*Сообщение об ошибке по городу*/
p.error_message.error_message_city{
	display: inline-block;
	float: left;
	/*width: 100px;*/
	margin-top: 10px;
}
/*Текст Search for a service*/
span.list-service-label{
	font-weight: bold;
	float: left;
}
/*Блок ввода города*/
div.search.input-s{
	position: relative;
	height: 45px;
	width: 70%;
	float: left;
}
/*Input ввода города*/
input.input-search{
	box-shadow: none;
}
/*Кнопка Search*/
div.ignet_div_button{
	width: 25%;
	float: right;
	height: 46px;
	border-radius: 5px;
	background: red;
	border: 1px solid black;
}
/*Текст кнопки*/
a.ignet_search_button{
	display: inline-block;
	width: 100%;
	height: 100%;
	line-height:46px;
	color: #E1E1E1;
}
a.ignet_search_button:hover{
	color: #FFFFFF;
}
/**/
div.ignet_div_from_search_box{
	width: 100%;
	float: left;
	margin-bottom: 15px;
}
/**/
input.input-search.ui-autocomplete-input{
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	/*text-indent: 40px;*/
	font-size: 1.0rem;
	padding: 0 10px 0 38px;
	box-sizing: border-box;
}
/**/
i.fa.fa-search{
	position: absolute;
	left: 10px;
	top: 12px;
	font-size: 24px;
}
/*Линия после формы поиска*/
hr.line-post-search{
	display: inline-block;
	width: 100%;
	/*margin-bottom: 5px;*/
}
/*Блок контента поиска*/
div.empty-note.text.search-page{
	float: left;
	width: 100%;
	box-sizing: border-box;
	border: 0;
	padding-top: 0;
}
/*Блок одной записи*/
li.search-page > article.entry.group{
	width: 96%;
	align-items: center;
	min-height: 70px;
	/*display: table;*/
}
/*Жирный текст заголовка поиска*/
div.page-title.search-title b h2{
	font-weight: bold;
}
/*Картинка записи*/
div.entry-thumbnail{
	width: 30%;
	float: left;
	margin-bottom: 0;
}
/*Блок с title и text пост тайпа*/
div.info{
	width: 39%;
	float: left;
	height: 100%;
	padding: 2%;
	padding-left: 20px;
	padding-right: 0;
	box-sizing: border-box;
}
h2.entry-title b a{
	font-weight: bold;
	color: blue;
	font-size: 1.3rem;
}
div.excerpt.ignet-excerpt{
	padding: 0;
}
div.excerpt.ignet-excerpt p{
	margin-top: 10px;
	font-size: 0.7rem;
}
h2.entry-title{
	margin-bottom: 0;
}
/*Блок кнопки вызова*/
div.call-info{
	width: 30%;
	height: 102px;
	float: right;
}
div.releted-block{
	position: relative;
	min-height: 20px;
	top: 50%;
	margin-top: -20%;
}
div.call-button{
	background: orange;
	width: 80%;
	margin-left: 10%;
	border-radius: 5px;
	border: 1px solid black;
}
p.error_message.error_message_service.widget{
	width: 100%;
	text-align: left;
	padding: 0;
}
div.call-button a{
	display: inline-block;
	width: 100%;
	height: 100%;
	text-align: center;
	line-height:46px;
	color: #E1E1E1;
}
div.call-button a:hover{
	color: #FFFFFF;
}
div.number-info{
	width: 100%;
	margin-top: 10px;
}
div.number-info label.number-label{
	display: inline-block;
	text-align: center;
	font-weight: bold;
	font-size: 1rem;
	width: 100%;
}
/**Закрываем пост**/
hr.line-after-post{
	width: 100%;
	display: inline-block;
	margin-top: 25px;
	border: 1px solid white;
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
}

li.entry-row.search-page{
	padding-bottom: 30px;
}

label.single-checkbox{
	display: inline-block;
	width: 100%;
}
/*Тултип*/
.tooltip {
	position: relative;
	display: inline-block;
}

.tooltip .tooltiptext {
	visibility: hidden;
	width: 300px;
	background-color: #fff;
	color: #858585;
	text-align: left;
	font-size:0.8rem;
	border-radius: 6px;
	padding: 10px;
	position: absolute;
	z-index: 1;
	top: 125%;
	left: 50%;
	margin-left: -150px;
	opacity: 0;
	transition: opacity 0.3s;
	box-shadow: 0 0 10px rgba(0,0,0,0.5);
	font-family: 'Open Sans', Arial, sans-serif;
}

p.sponsored{
	color: #858585;
}
.tooltip .tooltiptext::before {
	content: "";
	position: absolute;
	bottom: 100%;
	left: 50%;
	margin-top: -5px;
	margin-left: -5px;
	border-width: 5px;
	border-style: solid;
	border-color: transparent transparent #fff transparent;
	box-shadow: 0 0 0 rgba(0,0,0,0.5);
}

/*.tooltip:hover .tooltiptext {
	visibility: visible;
	opacity: 1;
}*/

.title_empty_search{
	display: inline-block;
	width: 100%;
	font-size: 2rem;
	background-color: #E3E3E3;
	text-align: center;
	height: 80px;
	line-height:80px;
	margin-bottom: 20px;
	margin-top: 10px;
}
/*Стили которых нет, НА УДАЛЕНИЕ*/
/*h2{
	font-size: 18px;!important;
}
.entry-list .entry-row {
	margin-left: -30px;!important;
	padding-left: 30px;!important;
	float: left;!important;
	width: 100%;!important;
	border-bottom: 1px solid #eee;!important;
	margin-bottom: 30px;!important;
	position: relative;!important;
}
.entry-list .entry {
	width: 100%;!important;
	float: left;!important;
}
.entry-thumbnail {
	position: relative; !important;
	margin-bottom: 0px;!important;
}
.entry-thumbnail {
	width: 100%;!important;
}
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	margin: 0;!important;
	padding: 0;!important;
	border: 0;!important;
	font-size: 100%;!important;
	font: inherit;!important;
	vertical-align: baseline;!important;
}
div {
	display: block;!important;
}
.entry-meta {
	text-transform: uppercase;!important;
	font-size: 13px;!important;
}
.entry-meta li {
	color: #aaa;!important;
	display: block; !important;
	float: left;!important;
	margin: 0 2px 6px;!important;
}
a {
	-webkit-transition-property: background color;!important;
	-webkit-transition-duration: 0.2s;!important;
	-webkit-transition-timing-function: ease;!important;
	-moz-transition-property: background color;!important;
	-moz-transition-duration: 0.2s;!important;
	-moz-transition-timing-function: ease;!important;
	-o-transition-property: background color;!important;
	-o-transition-duration: 0.2s;!important;
	-o-transition-timing-function: ease;!important;
	transition-property: background color;!important;
	transition-duration: 0.2s;!important;
	transition-timing-function: ease;!important;
}
.entry-title {
	color: #444;!important;
	font-weight: normal;!important;
	margin-bottom: 20px;!important;
	font-size: 24px;!important;
	font-weight: 300;!important;
	letter-spacing: -0.7px;!important;
	line-height: 1.5em;!important;
}
.text {
	font-size: 15px;!important;
	line-height: 1.6;!important;
	text-rendering: optimizeLegibility;!important;
}
.excerpt {
	font-weight: 300;!important;
	color: #888;!important;
	margin-top: -10px;!important;
	padding-bottom: 0px;!important;
}
.excerpt p{
}
.text p, .text dd {
	margin-bottom: 14px;!important;
}
div .more-link-wrap {
	margin-bottom: 0px;
}
a .more-link {
	font-size: 14px;
}
*/