/*
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
*/

/* Theme customization starts here
-------------------------------------------------------------- */
#Footer .footer_copy {
    border-top: 1px solid rgba(255,255,255,.1);
    background: #262626;
}
.fancy_heading .title {
    font-size: 36px;
    line-height: 42px;
}


/* Gallery WP*/
.wp-caption-text {
    background: #fff;
    color: #666;
}

.wp-caption-text {
    display: block;
    text-align: center;
    margin: 0;
    padding: 10px;
    line-height: normal;
}
.image_frame, .wp-caption {
	border-color:#fff;
	
}

.gallery-caption {
border-color: rgba(0,0,0,0);	
}



@media only screen and (max-width: 767px) {
.minimalist-header-no #Subheader {
    padding: 40px 0!important;
}

}

.logo-no-margin #Top_bar .logo {
    margin-left: 15px!important;
 
}

@media only screen and (min-width: 1240px) {
#Top_bar.is-sticky #logo img.logo-sticky {
    display: inline;
    max-height: 50px !important;
}
}



