/*
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-list {
	margin:0 0 20px -9px;
	list-style:none;
	padding:0;
	width:107%;
	overflow:hidden;
}
.gallery-list li {
	float:left;
	border:4px solid #aca7a0;
	margin:0 0 9px 9px;
  
}
.gallery-list li img {
	float:left;
  width: 63px;
  height: 40px  
}

h2.entry-title {
	font-size:22px;
	line-height: 28px;
}

.Recent_posts.blog_news ul li:last-child {
    margin-bottom: 0px;
}

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

.wp-caption-text {
    display: block;
    text-align: center;
    margin: 0;
    padding: 10px;
    line-height: normal;
}


.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;
}
}


