/*
Theme Name: 	Betheme Child
Theme URI: 		http://themes.muffingroup.com/betheme
Author: 		Muffin group
Author URI: 	http://muffingroup.com
Description:	Child Theme for Betheme - Premium WordPress Theme
Template:		betheme
Version: 		1.6.1.1
*/

/* Theme customization starts here
-------------------------------------------------------------- */
#Content {
    padding-top: 0;
}

#Top_bar #logo img {
    max-width: 420px;
}

#Subheader {
    background-color: rgb(218, 218, 218) !important;
    padding: 18px 0;	
}

#Subheader .title {
    color: #586167 !important;
}
	
.purple-icon-row {
	color: #ffffff;
}

.icon_box.icon_position_left .icon_wrapper  {
    background: none;
    border: none;
    box-shadow: none;
    width: 70px;
    height: 60px;
    top: 0;
    line-height: 20px;
}

.image_frame .image_wrapper, .wp-caption img, .icon_box .icon_wrapper:before {
    border-color: #e2e2e2;
    border: none;
    background: none;
    transition: none;
}

.icon  {
    display: inline-block;
}

.icon i {
    color: #ffffff;
}

.icon_box.icon_position_left {
    min-height: 10px;
    padding-left: 99px;
}

.vc_btn3.vc_btn3-color-purple.vc_btn3-style-modern {
    color: #fff;
    border-color: #6353a3;
    background-color: #6353a3;
    background-image: none;
    text-transform: uppercase;
    font-weight: bold;
    letter-spacing: 1px;
}

.wpbdp-listing .listing-title {
    border: none !important;
}

.wpbdp-listing .listing-title a, .wpbdp-listing .listing-title h2 {
    color: #82688d !important;
    font-size: 28px !important;
    line-height: 1.1;	
    background: none;
    border: none;
    display: block;
    padding: 0;
    margin-left: 180px;
}

.wpbdp-listing .listing-title {
    border: none !important;
}

.wpbdp-listing .listing-details {
    margin-left: 180px !important;
    margin-top: 8px;
}

.wpbdp-field-contact_name {
    color: #7f8890 !important;
}

.wpbdp-listing .listing-thumbnail {
    float: left;
    position: relative;
    top: -30px;
}

.wpbdp-listing-excerpt {
    padding: 20px;
    border-bottom: dotted 1px #ddd;
}

.wpbdp-field-t .field-label, .wpbdp-field-t .value,
.wpbdp-field-e .field-label, .wpbdp-field-e .value,
.wpbdp-field-w .field-label, .wpbdp-field-w .value {
    color: #83688d;
	font-size: 16px;
    font-weight: bold;
}


.wpbdp-field-t, .wpbdp-field-e, .wpbdp-field-w {
	margin: 0 !important;
}

.listing-details a:not(.wpbdp-button) {
    color: #84678d !important;
}

.wpbdp-field-contact_name {
    font-size: 24px;
    text-transform: uppercase;
    color: #83688d;
    font-weight: bold;
}

.wpbdp-field-business_genre {
    margin-top: 10px !important;
    font-style: italic;
    font-size: 14px;
}

.listing-actions {
    display: inline-block;
    float: right;
    margin-top: -46px;
}

.wpbdp-categories .cat-item:nth-child(2n+1) {
    clear: none;
}

.wpbdp-categories .cat-item {
    margin: 0 0 5px;
	width: 33%;
}

.wpbdp-categories .cat-item:nth-child(3n+1) {
    clear: left;
}

.wpbdp-field-long_business_description p {
    font-size: 16px;
    line-height: 1.2;
}

.wpbdp-button.view-listing {
	display: none;
}

a#back_to_top {
    background-color: #f7f7f7;
    color: #747474 !important;
}

.wpbdp-main-box {
    background: #fcfcfc;
    margin: 30px 0 30px 0;
    border-radius: 0;
    padding: 0;
    width: 100%;
}

.icon_box.icon_position_left .desc_wrapper {
    text-align: left;
    padding-top: 0;
}

#Footer {
    background-color: #474f54 !important;
}

#Footer .footer_copy .one {
    margin-bottom: 4px;
    padding-top: 14px;
    min-height: 33px;
}

#Footer .footer_action {
    background: rgb(122, 134, 142);
    color: #ffffff !important;
}

#Footer .footer_copy .social li a {
    color: rgb(204, 204, 204);
    font-size: 24px;
}

#wpbdp-main-box .main-fields {
	display: none;
}

.single-wpbdp_listing #Subheader {
	display: none;
}

.single-wpbdp_listing #Content {
    padding-top: 30px;
}

.responsive-menu-toggle  {
    float: right;
}

#Side_slide {
    background-color: #373e42;
    border-color: #373e42;
}

.white-text p {
	color: #ffffff;
}

.wpcf7-form label {
	display: none;
}



@media only screen and (max-width: 800px) {
	.wpbdp-categories .cat-item {
		margin: 0 0 5px;
		width: 50%;
	}
	.wpbdp-categories .cat-item:nth-child(3n+1) {
    	clear: none;
	}
	
}

@media only screen and (max-width: 520px) {

	.wpbdp-listing .listing-details {
    margin-left: 0 !important;
    margin-top: 24px;
	}
}


@media only screen and (max-width: 540px) {
	.wpbdp-listing .listing-title a, .wpbdp-listing .listing-title h2 {
		margin-left: 0;
	}
	
	.wpbdp-listing .listing-thumbnail {
	    top: 0;
	}
	
	
}