/*
Theme Name: ClassiadsPro
Theme URI: http://themeforest.net/user/designinvento/portfolio
Description: A Beautiful, Professional and Ultimate Wordpress Theme Made by designinvento
Author: DesignInvento
Author URI: http://themeforest.net/user/designinvento
Version: 6.1.9
Text Domain: classiadspro
Tags:translation-ready
License: GNU General Public License v2.0
License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/


/*

Please do not add your styles in this file and instead use 
child theme or use custom.css in the same root this file locates.



*/


.ultimate-btn-inline-block{
display:inline-block;
}

.listing-main button.btn.btn-primary {
    background-color: #3F5762;
    color: #fff;
    width: auto;
    padding: 18px 43px;
    border-radius: 4px;
}
.recommendation-main .listing-main a {
    border: 2px solid #3F5762 !important;
    font-weight: 600 !important;
}
.recommendation-main .listing-main a span {
    font-weight: 800 !important;
    display: inline-block;
	  color: #3F5762;
}
.recommendation-main .listing-main a:hover{
	background-color: #3F5762 !important;
}
.recommendation-main .listing-main a:hover span{
	  color: #fff;
}
.listing-main .directorypress-listing-text-content-wrap {
    min-height: 170px;
}
article .directorypress-listing-item-holder {
    background-color: #e3f4ff;
	 border: 0px;
}
article:nth-child(even) .directorypress-listing-item-holder {
    background-color: #e6e3ff;
}

/* .listing-bottom-metas a {
    width: 30px !important;
    height: 30px !important;
    display: flex !important;
    align-items: center;
    justify-content: center;
    border-radius: 50px !important;
}
.listing-bottom-metas {
    position: absolute;
    top: 0;
    right: 10px;
    border: 0px !important;
} */
.listing-bottom-metas{
	border: 0px !important;
}
.directorypress-listing.listing-post-style-14 .directorypress-listing-figure{
	padding: 0px;
}
.listing-main.listing-main-filter .default-search-fields-section-label label, .listing-main.listing-main-filter .search-element-col .search-content-field-label label {
    background-color: #3f5762 !important;
    color: #fff;
}
.listing-main.listing-main-filter .directorypress-search-holder .directorypress-search-form-button .btn.btn-primary {
    width: auto !important;
    height: auto;
    padding: 8px 44px;
    background-color: #3f5762;
}


/* media query */
@media(max-width: 767px){
	.listing-main .directorypress-listing-text-content-wrap {
    min-height: unset;
}

}

