.articles_listing_div > ul, .business_categories { display: none; }
.extra-hatom-entry-title {
	display: none;
}

.product-block {
	height: auto;
}

.updated:not(.published) {
	display: none;
}
.search_fields_div form {
	display: flex;
	flex-flow: row wrap;
	justify-content: space-between;
	margin-bottom: 30px;
}

.search_fields_div form .submit_btn_div {
	flex: 100%;
}
.business_inner_product_div h4 {
    overflow: hidden;
}
.finden_shortcode_main_div {
	margin-top: 30px;
}
.search_fields_div form .label {
	    display: block;
    background: #fede78;
    text-align: center;
    color: #333;
    padding: 11px 10px;
    border-radius: 10px;
    border-top-left-radius: 25px;
    border-bottom-left-radius: 25px;
    font-weight: 400;
    margin-bottom: 23px;
    font-size: 18px;
    line-height: normal;
}
.rowWithSpaceTop {
	margin-top: 50px !important;
}

.search_fields_div form > div:not(.submit_btn_div) {
	width: calc(100%/3 - 30px);
	position: relative;
}
.search_fields_div form .label span.label-number {
	position: absolute;
	top: -7px;
	left: 0;
	bottom: 0;
	background: #fff;
	border-radius: 50%;
	width: 60px;
	height: 60px;
	line-height: 60px;
	border: 3px solid #fede78;
	font-size: 42px;
	text-align: center;
}
input#search_by_information {
	font-family: 'oswald';
	width: 100%;
	border-radius: 10px;
	height: 49px;
	border: 1px solid #9d9d9d;
	background: #f2f2f2;
	text-align: center;
	color: #9d9d9d;
	margin: 0;
	padding: 0px 40px 0 15px;
}
.container * {
	box-sizing: border-box;
	font-family: 'oswald_regularregular';
}
.input_div {
	position: relative;
	margin-bottom: 65px;
}
.input_div i.fa.fa-search {
	position: absolute;
	right: 20px;
	top: 50%;
	transform: translateY(-50%);
	font-size: 26px;
	color: #9d9d9d;
	font-family: FontAwesome !important;
}
input[type="radio"],input[type="checkbox"] {
	display: none;
}
input[type="radio"] + span, input[type="checkbox"] + span {
	display: inline-block;
	position: absolute;
	height: 24px;
	width: 24px;
	border: 1px solid #ddd;
	border-radius: 6px;
	left: 0;
	top: 0;
	box-shadow: 0px 1px 1px 0 #00000082 inset;
}
.finden_shortcode_main_div label {
	font-weight: normal !important;
}
.lSPrev, .lSNext {
	display: none !important;
}
.input_div label {
	position: relative;
	padding-left: 40px;
	cursor: pointer;
	display: flex;
	clear: both;
	margin-bottom: 10px;
	min-height: 25px;
	align-items: center;
	font-family: 'roboto';
	font-size: 15px;
	color: #000;
	    text-transform: none;
}
input[type="radio"] + span{
	border-radius: 50%;
}
input[type="radio"]:checked + span, input[type="checkbox"]:checked + span {
	background: #fede78;
	border-color: #fede78;
	box-shadow: none;
	color: #fff;
	height: 22px;
	width: 22px;
}
input[type="checkbox"] + span,
input[type="checkbox"]:checked + span {
	height: 22px;
	width: 22px;
}

input[type="radio"]:checked + span:after {
	content: '';
	height: 6px;
	width: 6px;
	border-radius: 50%;
	text-align: center;
	color: #fff;
	display: block;
	font-size: 10px;
	background: #fff;
	margin: 0 auto;
	position: relative;
	top: 7px;
	box-shadow: 0px 2px 1px 0 #00000082;
}
input[type="checkbox"]:checked + span:after {
	content: '';
	text-align: center;
	color: #fff;
	display: block;
	font-size: 18px;
	margin: 0 auto;
	position: relative;
	top: 3px;
	font-family: FontAwesome;
	height: 12px;
	width: 6px;
	border-bottom: 2px solid #fff;
	border-right: 2px solid #fff;
	transform: rotate(30deg);
	box-shadow: 1px 1px 1px 0 #00000082;
}
body :not(.search_fields_div_first)>.input_div {
	padding-left: 60px;
}
.search_fields_div form .main_inner_div_second .label {
	border-bottom-left-radius: 10px;
	border-top-left-radius: 10px;
}
ul {
	padding: 0;
	margin: 0;
	list-style: none;
}
.finden_result_div {
	margin-bottom: 30px;
	background: #fef7df;
	padding: 26px 0;
	color: #0a0a0a;
	float: left;
	width: 100%;
}
input[type="submit"] {
	background: #806200;
	height: 35px;
	line-height: 39px;
	padding: 0 15px;
	min-width: 100px;
}
.finden_result_inner_div_first {
	background: #fff;
	padding: 16px 17px;
}

.finden_result_inner_div_first * {
	font-family: 'roboto';
	color: #0e0e0e;
}
span.page-numbers.current {
	padding: 5px 7px;
	border-right: 1px solid #a6a6a6;
	color: #000;
	font-size: 16px;
	text-decoration: underline;
}

a.page-numbers, a.page-numbers:hover, a.page-numbers:focus {
	padding: 5px 7px;
	border-right: 1px solid #a6a6a6;
	font-weight: 400;
	display: inline-block;
	color: #666;
}

a.next.page-numbers {
	position: relative;
	color: transparent;
	padding: 5px 15px;
}
a.prev.page-numbers {
	position: relative;
	color: transparent;
	padding: 5px 15px;
}

a.page-numbers:hover:after, a:hover i.fa {
	 color: #fec302 !important;
}a.page-numbers:hover {
	 color: inherit !important;
}

a.next.page-numbers:after {
	height: 6px;
	width: 6px;
	content: "\f0da";
	display: block;
	left: 0;
	right: 0;
	margin: 0 auto;
	top: 4px;
	z-index: 9;
	position: absolute;
	font-family: FontAwesome !important;
	font-size: 15px;
	color: #4d4d4d;
}

a.prev.page-numbers:after {
	height: 6px;
	width: 6px;
	content: "\f0d9";
	display: block;
	left: 0;
	right: 0;
	margin: 0 auto;
	top: 4px;
	z-index: 9;
	position: absolute;
	font-family: FontAwesome !important;
	font-size: 15px;
	color: #4d4d4d;
}
span.total {
	margin-right: 30px;
}
span.heading_span i.fa {
	font-family: FontAwesome !important;
	font-size: 22px;
	line-height: 16px;
	width: 12px;
}
.opened span.heading_span i.fa {
	font-size: 20px;
}
.finden_result_inner_div_second.opened {
	background: #fff;
}
ul.business_lists li a {
	color: #b87905;
	padding-right: 5px;
}
span.premium_span {
	background: #fcc200;
	color: #fff;
	border-radius: 25px;
	font-size: 9px;
	font-family: 'roboto';
	padding: 0 4px;
	letter-spacing: 1px;
	font-weight: 600;
}

ul.business_lists * {
	font-family: 'roboto';
}
.articles_listing_div.opened {
	background: #fff;
	padding-left: 10px;
}
span.heading_span {
	font-size: 16px;
	font-family: 'roboto';
	display: flex;
	align-items: center;
}
.articles_listing_div {
	padding: 0 10px;
	margin-bottom: 1px;
	float: left;
	width: 100%;

}
.articles_listing_div h3 {
	margin: 0;
	padding: 7px 0;
	cursor: pointer;
}
ul.business_lists {
	padding: 12px 12px 30px;
	float: left;
	width: 100%;
	font-family: 'roboto'
}
span.pagination {
	margin-right: 50px;
	margin-top: 0;
	margin-bottom: 0;
}
.pagination-block {
	float: left;
	padding: 7px 17px;
	background: #fff;
	margin-right: 15px;
	display: flex;
	align-items: center;
	min-height: 42px;
}
.search_fields_div input[type="submit"], .cta-button a {
	border:0;
	float: left;
	padding: 10px 16px;
	height: 42px;
	line-height: 22px;
	background: #fff;
	color: #666;
}
.cta-button.active a, .search_fields_div input[type="submit"] {
	background: #fede78 !important;
	color: #333 !important;
	border-radius: 5px;
}
.search_fields_div input[type="submit"]:hover {
    color: #b49424 !important;
}
.search_fields_div input[type="submit"] {
	margin-bottom: 20px;
}
#searchFindenIcon {
	cursor: pointer;
}

.finden_result_inner_div_first {
	float: left;
	width: 100%;
	background: transparent;
	padding: 0;
	margin-bottom: 51px;
}
.finden_result_inner_div_second {
	clear: both;
	display: block;
}
ul.business_lists li {
	display: flex;
	align-items: center;
}

ul.business_lists li span {
	margin-right: 10px;
}
.finden_result_inner_div_first.last {
	margin: 36px 0 0;
}
.finden_result_inner_div_first .pagingation {
	white-space: nowrap;
}
.finden_result_inner_div_first a.next.page-numbers {
	border-right: 0;
}
.finden_result_inner_div_first .next,
.finden_result_inner_div_first .prev {
	font-size: 1px;
}
.first_div {
	display: flex;
	align-items: center;
}
.single-business h2 {
	font-size: 1.6rem;
	line-height: 1.79rem;
}
.main_single_business_div_with_premium .product-name,
.single-business-premium .product-name {
	color: #333;
	font-weight: 400;
	margin: 0;
	margin-top: 0.4em;
    font-size: 2.2rem;
    line-height: 2.2rem;
    padding-top: 2px;
	width: 90%;
}
.main_single_business_div_with_premium .product-name a:hover,
.single-business-premium .product-name a:hover {
	color: #e30613;
}
.main_single_business_div_with_premium .product-name i,
.single-business-premium .product-name i {
	display: inline-block;
	vertical-align: middle;
    font-size: 1rem;
    padding-bottom: 6px;
    line-height: 1rem;
}
.opening_hours_div p,
.main_single_business_inner_left_first p {
	color: #333;
	font-size: 16px;
	margin: 0px 0;
}
.opening_hours_div p{
	font-family: 'roboto';
}
a {
	color: #7490ec;
}
.main_single_business_inner_left_first a {
	text-decoration: underline;
	color: #7490ec;
	display: block;
	margin: 0px 0 0;
	font-size: 16px;
}
.main_single_business_inner_left {
	display: flex;
	flex-flow: row nowrap;
	padding-top: 6px;
}

.main_single_business_inner_left > div {
	flex: 50%;
	max-width: 50%;
}
.baloon {
	position: relative;
	margin: 20px 0;
}
.baloon span {
	background: #fede78;
	color: #333;
	text-align: center;
	font-size: 20px;
	display: inline-block;
	min-width: 152px;
	padding: 0 16px;
	height: 50px;
	line-height: 50px;
	border-radius: 10px;
	font-weight: 600;
	z-index: 99999999;
}
.baloon:after {
	content: "";
	display: block;
	height: 1px;
	width: calc(100% - 168px);
	background: #fede78;
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	z-index: -1;
}
.single-business-premium .main_single_business_inner_left .logo_div img {
    border-radius: 0;
}
.main_single_business_inner_left_first {
	padding-top: 8px;
}
.main_single_business_inner_left {
	padding-top: 10px;
}
.description_div {
	font-size: 16px;
	margin-top: 10px;
    margin-bottom: 2.5rem;
}
.logo_div {
	max-width: 50%;
	float: right;
		clear: both;
		max-height: 250px;
}
.logo_div img {
	margin: 0 auto;
	display: block;
	clear: both;
	max-height: 250px;
}
.single-business-premium .opening_hours_div {
	display: block;
	clear: both;
}
.opening_hours_div p span {
	display: block;
	font-family: 'roboto';
}
.product-block {
	display: flex;
	clear: both;
	border: 1px solid #fdedb9;
	align-items: center;
}
.product-block img,
.owl-carousel .owl-item .product-block img {
	/*max-width: 248px !important;*/
	max-height: 248px;
	width: auto;
	display: block;
	margin: 0 auto;
	vertical-align: middle;
}
.bigProductTitle {
	line-height: 15px !important;
	padding-top: 4px !important;
}

@media screen and (max-width: 480px) {
.bigProductTitleMobile {
	line-height: 15px !important;
	padding-top: 4px !important;
}
.product-block img,
.owl-carousel .owl-item .product-block img {
max-width: 100% !important;
}

/*
.product-block,
.owl-carousel .owl-item .product-block {
	min-height: 170px !important;
	max-height: 170px !important;
}    */
.owl-carousel .owl-item .product-block {
	min-height: 170px !important;
	max-height: 170px !important;
} 
}
.business_inner_product_div h4 {
	margin: 0 0 30px;
	padding: 3px 10px;
	background: #fdedb9;
	font-weight: 400;
	font-family: 'roboto', sans-serif;
	font-size: 16px;
	line-height: 16px;
	letter-spacing: -0.5px;
	color: #333;
	height: 40px;
	overflow: visible;
	display: flex;
}
.business_inner_product_div h4 span {
	font-family: 'roboto', sans-serif;
	align-self: center;
	overflow: hidden;
	font-size: 15px;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	line-height: 17px;
	max-height: 34px;
}
.business_inner_product_div a:hover h4 {
	color: #e30613;
}
.owl-nav {
	display: none;
}
.owl-dots {
	display: flex;
	justify-content: center;
	align-items: center;
	margin-bottom: 30px;
}
.product_lists .lSSlideOuter .lSPager.lSpg>li a,
.product_lists .owl-dots button.owl-dot {
	height: 20px;
	width: 20px;
	background: #fdedb9;
	border-radius: 50%;
	margin: 0 5px;
}
.product_lists .lSSlideOuter .lSPager.lSpg>li.active a,
.product_lists .lSSlideOuter .lSPager.lSpg>li:hover a,
.product_lists .lSSlideOuter .lSPager.lSpg>li:active a,
.product_lists .owl-dots button.owl-dot.active {
	background: #806200;
}
.product_lists.single ul.lSPager.lSpg,
.main_single_business_inner_div_socialgallery_div .lSSlideOuter .lSPager.lSpg,
.main_single_business_inner_div_social {
    margin-bottom: 20px;
}
.map_frame iframe {
	width: 100%;
}
.main_single_business_inner_div_gallery .product-block {
	margin-bottom: 30px;
}
.single-business-premium .main_single_business_inner_second_div {
	margin-top: 30px;
}
.main_single_business_div_with_premium .logo_div img {
	border-radius: 0;
}
.description_div p {
	font-family: 'roboto';
}
ul.business_lists.addresss li {
	display: block;
}
ul.business_lists.addresss li a {
	color: #7490ec;
	text-decoration: underline;
	display: block;
	clear: both;
}
ul.business_lists.addresss li span.address_span {
	margin: 0;
}
div#content {
	margin-top: 36px;
}
.finden_result_inner_div_second .articles_listing_div h3 {
	display: block;
	position: relative;
	padding-left: 12px;
	float: left;
	width: 100%;
}

.finden_result_inner_div_second .articles_listing_div h3 span {
	float: left;
	margin-right: 10px;
	display: inline-block;
}
.finden_result_inner_div_second .articles_listing_div h3 span.premium_span {
	float: none;
	position: relative;
	top: -4px;
	line-height: 13px;
}
.finden_result_inner_div_second .articles_listing_div h3 span.heading_span {
    margin: 8px 5px 0 0;
    line-height: 11px;
}
ul.business_lists.addresss li p {
	margin: 0;
	line-height: normal;
}
.cta-button.postal-code a {
	color: #666;
	background: #fff;
	margin-right: 15px;
	white-space: nowrap;
}
a.last_page {
	padding: 5px 15px;
	color: #666;
}
.finden_result_inner_div_first .fa {
	font-family: FontAwesome;
}
a.last_page i.fa {
	color: #4d4d4d;
	font-size: 12px;
}
span.page_title i.fa {
	font-size: 12px;
	color: #4d4d4d;
}
a.page-numbers + span.page-numbers.current {
	border: 0;
}
#page-area ul li,
#page-area ul {
    list-style: none;
}
.findenmap{
	height: 500px;
}
.finden_result_inner_div_second .articles_listing_div h3 a {
    font-size: 16px;
    font-family: 'roboto';
    vertical-align: middle;
}


@media (max-width: 991px) {
	.findenmap {
	    float: left;
	    width: 100%;
	    margin-top: 15px;
	}
}
@media (min-width: 992px){
	.findenmap,
	.finden_result_inner_div {
		float: left;
		width: 48%;
	}
	.findenmap{float: right}
}


@media (min-width: 768px) and (max-width: 991px) {
	.search_fields_div form > div:not(.submit_btn_div) {
		width: calc(100%/2 - 15px);
	}
	.search_fields_div form > .search_fields_div_first {
		margin-right: 52%;
	}
	.single-business-premium .main_single_business_inner_second_div {
		display: flex;
		flex-flow: row nowrap;
		justify-content: space-between;
	}
	.single-business-premium .main_single_business_inner_second_div > div {
		width: calc(100% / 2 - 15px);
	}
	.business_inner_product_div h4{
		white-space: nowrap;
	}
}


@media (max-width: 767px){
	.search_fields_div form {
		flex-flow: column nowrap;
	}

	.search_fields_div form > div:not(.submit_btn_div) {
		width: 100%;
	}
	.first_div {
		flex-flow: column;
		justify-content: flex-start;
		align-items: flex-start;
	}

	.pagination-block {
		margin-bottom: 15px;
	}

	.cta-button {
		margin-left: 15px;
	}
	.main_single_business_inner_left {
		padding: 0;
		flex-flow: column-reverse;
	}

	.main_single_business_inner_left > div {
		flex: 100%;
		max-width: 100%;
	}
	.opening_hours_div {
		padding-top: 0;
	}
	.single-business-premium .logo_div {
		float: none;
		max-width: 100%;
	}
	.owl-dots {
		margin-bottom: 50px;
	}
}
.fb_iframe_widget {
    display: block;
    position: relative;
    margin: auto;
    width: 340px;
}

p a {
    font-family: 'Roboto' !important;
}
h2.product-name {
	margin-bottom: 1.5rem !important;
}
.address p, .address p a {
	font-family: Oswald !important;
	font-size: 15px !important;    
}
@media (min-width: 800px){
	.flex {
		display: flex;
	}
	.business-details {
		width: 65%;
	}
	.half-desktop>div {
		width: 50%;
		float: left;
	}
	.half-desktop {
		clear: both;
	}

}