@import "https://fonts.googleapis.com/css?family=Roboto:100,100i,300,300i,400,400i,500,500i,700,700i,900,900i";
.classified,
.classified-ad {
	font-family: 'avenir-book' !important
}

.classified .sort-result hr,
.classified-ad hr {
	border-top: 3px solid #eee
}

.classified .sort-result .page-title,
.classified-ad .page-title {
	color: #4e4e4e;
	font-size: 30px;
	text-align: center;
	font-weight: 700;
	margin: 0 0 20px
}

.classified .sort-result label {
	font-size: 14px;
	color: #4e4e4e
}

.classified .sort-result .btn-search {
	background-color: #00aaab;
	color: #fff;
	border-radius: 0;
	margin-left: 5px;
	padding: 2px 12px;
	font-size: 20px
}

.classified .sort-result .btn-search:focus,
.classified .sort-result .btn-search:hover {
	background-color: #131d1e;
	outline: 0
}

.classified .sort-result .form-inline {
	margin-bottom: 10px
}

.classified .sort-result .form-inline .form-control {
	width: 193px;
	margin-left: 5px;
	border-radius: 0
}

.classified .sort-result .form-inline .form-control:focus {
	border-color: #f48221;
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(108, 141, 130, .6)
}

.classified .search-title {
	color: #f48221;
	font-size: 20px;
	margin: 0 0 15px;
	position: relative
}

.classified .search-title:after {
	content: "";
	width: 135px;
	height: 1px;
	background: #f48221;
	position: absolute;
	bottom: 0;
	left: 0
}

.classified .result-img {
	width: 223px;
	height: 116px;
	float: left;
	margin-right: 20px;
	border-radius: 4px;
	overflow: hidden
}

.classified .result-title {
	color: #f48221;
	font-size: 16px;
	font-weight: 700;
	margin-top: 0
}

.classified .result-title small {
	color: #6c6c6c;
	font-size: 12px
}

.classified .result-des a {
	color: #7c4d1f
}

.classified .result-des a:hover {
	color: #f48221
}

.classified .result-des p {
	color: #6c6c6c;
	font-size: 14px;
	margin: 0 0 5px
}

.classified .result-des .btn-map {
	color: #f48221;
	background-color: #fff;
	border-color: #f48221;
	padding: 3px 25px
}

.classified .result-des .btn-map:focus {
	outline: 0
}

.classified .result-des .btn-map:hover {
	color: #fff;
	background-color: #f48221
}

.map-modal .modal-body {
	padding: 0
}

.map-modal button.close {
	width: 25px;
	height: 25px;
	position: absolute;
	background: #000;
	opacity: 1;
	top: -10px;
	right: -10px;
	padding: 4px 6px;
	line-height: 15px;
	color: #fff;
	font-weight: 400;
	border-radius: 50%;
	border: 1px solid #383737
}

.classified-ad .des {
	font-size: 18px;
	color: #6c6c6c;
	text-align: center;
	line-height: 22px;
	margin-bottom: 30px
}

.classified-ad .section-title-1 {
	font-size: 18px;
	color: #00aaab;
	margin: 0
}

.classified-ad .form-control {
	border-radius: 0
}

.classified-ad .bg-gray {
	background-color: #f7f7f7;
	padding: 15px;
	margin-top: 10px
}

.classified-ad .bg-gray textarea {
	height: 115px
}

.classified-ad .word-count {
	font-size: 14px;
	color: #636363;
	font-weight: 700
}

.classified-ad .note-msg {
	text-align: right;
	font-size: 14px;
	color: #636363
}

.classified-ad .section-title-2 {
	font-size: 22px;
	color: #131d1e;
	text-transform: uppercase;
	font-weight: 700;
	text-align: center
}

.classified-ad .ad-box {
	border: 1px solid #e4e4e4;
	float: left;
	position: relative;
	width: 100%;
	min-height: 1px;
	padding: 10px
}

.classified-ad .ad-box-title {
	background-color: #131d1e;
	float: left;
	position: relative;
	width: 100%;
	min-height: 1px
}

.classified-ad .ad-box-title:after {
	content: "";
	width: 0;
	height: 0;
	border-left: 14px solid transparent;
	border-right: 14px solid transparent;
	border-top: 10px solid #131d1e;
	position: absolute;
	bottom: -10px;
	left: 50%;
	margin-left: -7px;
	z-index: 2
}

.classified-ad .ad-box-title h4 {
	text-align: center;
	color: #fff;
	font-size: 16px;
	padding: 10px 0;
	font-weight: 700;
	margin: 0
}

.classified-ad .ad-box .table {
	margin-bottom: 0
}

.classified-ad .ad-box .table>tbody>tr:first-child>td {
	border-top: 0
}

.classified-ad .ad-box .bg-blue {
	background-color: #e7f6fd;
	padding: 0 10px;
	font-size: 13px;
	color: #4e4e4e;
	
}

.classified-ad .ad-box .bg-light-gray {
	background-color: #f2f1f2;
	padding: 0 10px;
	font-size: 13px;
	color: #4e4e4e
}

.classified-ad .ad-box .bg-dark-gray {
	background-color: #eeecee;
	padding: 0 10px;
	font-size: 14px;
	color: #4e4e4e
}

.classified-ad .ad-box .offer {
	font-size: 14px;
	color: #00aaab;
	text-align: center;
	border: 1px solid #ddd;
	padding: 8px 10px;
	margin: 10px 0 0
}

.classified-ad .ad-box .logo-offer {
	text-align: center;
	height: 20px;
	margin-bottom: 10px
}

.classified-ad .contact-info {
	background-color: #f2f2f2;
	font-size: 16px;
	color: #4e4e4e;
	padding: 25px 10px;
	text-align: center;
	margin-top: 10px
}

.classified-ad .contact-info a {
	color: #7c4d1f
}

.classified-ad .contact-info a:hover {
	color: #00aaab
}

.classified-ad .btn-classified {
	background-color: #00aaab;
	color: #fff;
	font-size: 16px;
	border-radius: 0;
	padding: 10px 25px;
	transition: all .5s ease-in-out;
	-moz-transition: all .5s ease-in-out;
	-webkit-transition: all .5s ease-in-out
}

.classified-ad .btn-classified:focus,
.classified-ad .btn-classified:hover {
	background-color: #000;
	color: #fff;
	outline: 0
}

.classified-ad .captcha_container {
	text-align: center;
	margin-bottom: 15px
}

.classified-ad .captcha_container .g-recaptcha {
	display: block
}

.thankyouMsg {
	min-height: 250px;
	background: #f8f8f8;
	border: 1px solid #ccc;
	padding: 55px 25px 0
}

.sortResult {
	background: #f8f8f8;
	padding: 20px 10px;
	border: 1px solid #ccc;
	margin-bottom: 20px
}

.thankyouMsg p {
	font-size: 19px;
	text-align: center;
	line-height: 37px;
	font-weight: 700
}

.modal-open .modal {
	background: rgba(0, 0, 0, .5)
}

#myModalPopup .modal-header .close {
	margin-top: 0!important
}

#myModalPopup .modal-title {
	float: left;
	font-size: 22px;
	font-weight: 700
}

.result-des:before {
	content: "";
	width: 1px;
	height: 207px;
	background: #eee;
	position: absolute;
	top: 0;
	left: -1px
}

.result-des:after {
	content: "";
	width: 1px;
	height: 207px;
	background: #eee;
	position: absolute;
	top: 0;
	right: 0
}

.btn.cus-submit-classified {
	background-color: #f48221;
	color: #fff!important;
	margin-left: 5px;
	padding: 2px 12px;
	font-size: 16px;
	float: right!important;
	text-transform: capitalize
}

.btn.cus-submit-classified:hover {
	background-color: #131d1e
}

.classified .sort-result .page-title {
	text-align: left;
	font-size: 24px
}

@media (max-width:1199px) {
	.classified .sort-result .form-inline .form-control {
		width: 173px
	}
	#myModalPopup .modal-dialog {
		margin-top: 80px!important
	}
}

@media (max-width:991px) {
	.classified .sort-result label {
		font-size: 16px
	}
	.classified .sort-result .form-inline .form-control {
		width: 110px
	}
	.classified-ad .ad-box .bg-blue {
		min-height: 1px
	}
	.btn.cus-submit-classified {
		font-size: 15px
	}
}

@media (max-width:767px) {
	.classified .sort-result .form-inline .form-control {
		width: 100%;
		margin: 0
	}
	.classified .sort-result .btn-search {
		margin: 0
	}
	.classified-ad .note-msg {
		text-align: left
	}
	.classified-ad .ad-box .bg-light-gray {
		margin-bottom: 15px
	}
	.logo {
		font-size: 23px;
		line-height: 52px
	}
	div.pagination a {
		font-size: 12px!important
	}
	.classified .sort-result .page-title {
		text-align: center;
		margin-bottom: 10px
	}
	.btn.cus-submit-classified {
		float: none!important;
		margin: 0 auto;
		display: block;
		width: 272px;
		margin-bottom: 15px
	}
	.sortResult .form-group {
		width: 100%;
		display: block;
		margin-bottom: 15px
	}
}

@media (max-width:480px) {
	.classified .result-img {
		float: none;
		margin: 0 auto 15px
	}
	.classified .result-des {
		text-align: center
	}
}

.entry-header {
	display: none
}

div.admin-tablenav-pages {
	padding: 3px;
	margin: 5px 0;
	font-size: 10px;
	float: right
}

div.admin-tablenav-pages a {
	padding: 2px 5px;
	margin: 1px;
	border: 1px solid #666;
	text-decoration: none;
	color: #666;
	background: #eee
}

div.admin-tablenav-pages a:active,
div.admin-tablenav-pages a:hover {
	background: #fff
}

div.admin-tablenav-pages span.current {
	border: 1px solid #fff;
	color: #fff;
	background: #666;
	padding: 2px 5px;
	margin: 1px;
	font-weight: 700
}

div.admin-tablenav-pages span.disabled {
	padding: 2px 5px;
	margin: 2px;
	border: 1px solid #bbb;
	color: #bbb;
	background: #efefef
}

div.pagination {
	padding: 3px;
	margin: 3px
}

div.pagination a {
	padding: 2px 5px;
	margin: 2px;
	border: 0 solid #aad;
	text-decoration: none;
	color: #f48221
}

div.pagination a:active,
div.pagination a:hover {
	border: 0 solid #f48221;
	color: #000
}

div.pagination span.current {
	padding: 2px 5px;
	margin: 2px;
	border: 1px solid #f48221;
	font-weight: 700;
	background-color: #f48221;
	color: #fff
}

div.pagination span.disabled {
	padding: 2px 5px;
	margin: 2px;
	border: 1px solid #eee;
	color: #ddd
}

.search_classified .blockUI.blockOverlay {
	z-index: 1000;
	border: none;
	margin: 0;
	padding: 0;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: #fff;
	opacity: .6;
	position: absolute;
	display: none
}

.search_classified .blockUI.blockOverlay::before {
	height: 1em;
	width: 1em;
	display: block;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-left: -.5em;
	margin-top: -.5em;
	content: '';
	-webkit-animation: spin 1s ease-in-out infinite;
	animation: spin 1s ease-in-out infinite;
	background: url(https://www.hobbyfarms.com/wp-content/plugins/woocommerce/assets/images/icons/loader.svg) center center;
	background-size: cover;
	line-height: 1;
	text-align: center;
	font-size: 2em;
	color: rgba(0, 0, 0, .75)
}

.update-nag {
	display: none
}

.ui-autocomplete-loading {
	background: #fff url(/wp-content/plugins/classified_ads/img/ui-anim_basic_16x16.gif) right center no-repeat
}

.required_field {
	color: red;
	font-size: 14px
}

.td_padding {
	padding: 5px
}

.ui-state-active {
	background: #508271!important;
	border: 1px solid #508271!important
}

.classified-ad .form-control,
.classified-ad .intl-tel-input {
	margin-bottom: 15px
}

#submit_classified label.error {
	top: 64px
}

#submit_classified label.error[for=ads_content] {
	top: 115px
}

.ui-autocomplete-loading {
	background: #fff url(/wp-content/plugins/classified_ads/img/ui-anim_basic_16x16.gif) right center no-repeat
}

.filter_error_message {
	color: #f11515;
	font-size: 12px;
	display: none
}

.no_result {
	text-align: center;
	font-weight: 600;
	line-height: 25px;
	min-height: 250px;
	font-size: 21px;
	color: #f11515
}

.map_content {
	width: 100%!important;
	padding: 10px!important
}

.map-modal button.close {
	z-index: 999;
	font-family: arial;
	right: -20px;
	top: -20px
}

.sortResult {
	position: relative
}

.removeFilter {
	position: absolute;
	right: 85px;
	bottom: 12px;
	color: #f11515;
	font-size: 12px;
	cursor: pointer
}

@media(max-width:767px) {
	.modal-content {
		left: 0
	}
	.removeFilter {
		right: 15px;
		bottom: 37px;
		font-size: 12px;
		cursor: pointer
	}
	.modal-dialog {
		top: 60px
	}
}

.g-recaptcha>div {
	margin: 0 auto
}

.modal-content {
	padding: 0 10px 20px
}

.captcha_container {
	clear: both
}

#submit_classified label.error {
	color: red;
	font-size: 11px;
	position: absolute
}

.custom_error {
	color: red;
	font-size: 11px;
	font-weight: 700
}


.hide_content {
	display: none
}

.thb-social-links-container .thb-social-horizontal .mono-icons-horizontal {
		width: auto !important;
		padding: 0 !important;
	}