/*
Theme Name: Superlist Child
Theme URI: http://preview.byaviators.com/theme/superlist
Author: Aviators
Author URI: http://byaviators.com
Template: superlist
Description: Directory WordPress Theme
Version: 1.0.0
Tags: two-columns, right-sidebar, featured-images, translation-ready
License: GNU General Public License
License URI: http://www.gnu.org/licenses/gpl.html
*/

.center             { text-align: center; }
.aligncenter        { margin: auto; text-align: center; margin-bottom: 22px; display: block !important;}
.alignleft          { float: left; margin: 0px 30px 22px 0px;  }
.alignright         { float: right; margin: 0px 0px 22px 30px; }

.left               { float:left;  }
.right              { float:right; }

small               { font-size: 12px; line-height: 14px; }
strong              { }
b                   { font-weight: bold; }

.normal             { font-weight: normal; }
.hidden             { display: none; }
.wp-caption         { }
.wp-caption-text    { }
.sticky             { }
.gallery-caption    { }
.bypostauthor       { }


/* === Custom Styles === */
.no-display,
.footer-area,
.header-action {
	display: none !important;
}


.header-action-inner,
.btn-primary, .button,
input[type=submit],
button,
.fileinput-upload-button,
.listing-create,
.listing-detail-gallery-preview .owl-next,
.listing-detail-gallery-preview .owl-prev,
.listings-slider-item-info-more a,
.coupon-detail-gallery-preview .owl-next,
.coupon-detail-gallery-preview .owl-prev {
	background-color: #f16529;
}

.header-bar,
.listing-detail-menu {
	background-color: #212121;
}

a,
.widget .widgettitle,
.sidebar .widget .widgettitle,
.document-title h1 {
    color: #f16529;
    font-weight: 400;
}


.widget .widgettitle:after,
.header-content .nav > li.current-menu-item:after,
.header-content .footer-top .widget.widget_nav_menu ul > li.current-menu-item:after,
.footer-top .widget.widget_nav_menu .header-content ul > li.current-menu-item:after,
.header-content .footer-bottom .widget.widget_nav_menu ul > li.current-menu-item:after,
.footer-bottom .widget.widget_nav_menu .header-content ul > li.current-menu-item:after {
	background-color: #f16529;
}

.page-header,
.header-minimal .header-content .nav > li > a:hover,
.header-minimal .header-content .footer-top .widget.widget_nav_menu ul > li > a:hover,
.footer-top .widget.widget_nav_menu .header-minimal .header-content ul > li > a:hover,
.header-minimal .header-content .footer-bottom .widget.widget_nav_menu ul > li > a:hover,
.footer-bottom .widget.widget_nav_menu .header-minimal .header-content ul > li > a:hover {
	color: #f16529;
}

/* Search form Homepage */
.video-cover {
	transition: background-image 0.5s ease-in-out;
}
.video-cover-title {
	max-width: 900px;
	width:  100%;
}

.video-cover-title h1 {
	
}

.video-cover-filter form {
	text-align:  center;
}

.home-search .form-group {
	display: inline-block;
}

.home-search .form-group.form-group-button {
	float: none;
}
span.search-hint {
	display: block;
	text-align: left;
	font-size: smaller;
}
.listing-box:hover .listing-box-title {
	background-color: #f16529;
}

.listing-row-label-top.listing-row-label-top-left,
.bootstrap-select .dropdown-menu > .active > a {
	background-color: #f16529;
}

#listing-detail-location li.directions a,
#listing-detail-location li.active a {
	background-color: #f16529;
}

/* Pricing Tables */
.pricing-price {
	display: none;
}

.pricing-inner .pricing-header,
.pricing-inner.highlighted .pricing-header,
.detail-banner .detail-label {
	background-color: #f16529;
}

.pricing-inner .pricing-list li:first-child,
.pricing-inner .pricing-list li:nth-child(2) {
	display: none;
}

.pricing-container:nth-child(3) {
	transform: scale(1.05);
}

.listing-detail-gallery-preview .owl-item.highlighted,
.pricing-inner.highlighted,
.listing-row.featured {
	border-color: #f16529;
}

/* Contact Form */

div.wpcf7 {
	max-width: 500px;
}

.wpcf7-submit {
	width: 100%;
}

.pricing-title {
    font-size: 20px;
}

.pricing-description {
	display: none;
}

.detail-banner .detail-banner-right .detail-banner-price {
	background-color: #f16529;
}



/* Single listing */

.listing-author-pin {
    padding: 15px;
    text-align: center;
    background-image: url('img/smartsearch-pin-bg.svg');
    background-repeat: no-repeat;
    background-position: center;
    height: 180px;
    position: relative;
    margin-bottom: 20px;
}

.listing-author .listing-author-name img,
.listing-author .listing-author-name a {
	display: none !important;
} 

.listing-author-social {
	border-top: none;
}

.listing-report,
#listing-detail-section-social,
#listing-detail-section-attributes {
	display: none;
}


@media (min-width: 767px) {
	.video-cover-filter .form-group {
		width: 48%;
	}
}

@media (min-width: 992px) {
	.video-cover-filter .form-group {
		width: 25%;
	}
}

@media (max-width: 767px) {
	.header-bar-right .widget {
		border-top: none;
	}

	.footer-second {
		width: 80%;
	}

	.video-cover-filter .form-group {
		width: 80%;
	}
}

@media (max-width: 500px) {
	.review-image {
		float: none;
	}
	.review-inner {
    	margin: 0px;
    	/* display: block; */
    	width: 100%;
	}
}

.register-form-wrapper,
.pricing-container form,
.inventor-statistics-total-post-views    {
    display: none;
}
