/*
Theme Name: Betheme Child
Theme URI: https://themes.muffingroup.com/betheme
Author: Muffin group
Author URI: https://muffingroup.com
Description: Child Theme for Betheme
Template: betheme
Version: 2.0
*/

#Subheader{
	background-image: url(/wp-content/uploads/2022/01/bg-grad2.png);
	background-repeat: repeat-x;
	background-position: bottom center;
}


#Subheader h1.title{
	opacity: 0;
	position: absolute;
}

#homePageNews h2{
	font-size: 20px;
	line-height: 28px;
}

#Top_bar{
	border-bottom: 0px !important;
}


/* homepage sign up social links*/
#homepageFollowUs{
	list-style: none;
	margin: 0;
	padding: 0;
	display: flex;
	justify-content: center;
	align-content: center;
}
#homepageFollowUs li{
	padding: 0px;
	margin: 0 5px;
	transition: 0.2s ease-out all;
}
#homepageFollowUs li:hover{
	transform: scale(1.2);
}
#homepageFollowUs li:hover a i{
	color: white;
}
#homepageFollowUs li:not(:first-child){
	padding-top: 1px !important;
}
#homepageFollowUs li a i{
	color: #a7181d;
	margin: 0 0 0 0 !important;
}
#homepageFollowUs [class^="icon-"]:before, [class*=" icon-"]:before{
	margin-left: 0px !important;
	margin-right: 0px !important;
}
#homeSignUp .wpcf7-email{
	text-align: center;
	width: 350px !important;
	margin: 0 auto !important;
}
#homeSignUp h4{
	margin-bottom: 0px !important;
}
#Subheader h1.title {
	text-align: center !important;
}

/* lastest new page styles */
.page-id-126 .post-item{
	border-bottom: 2px solid #ccc !important;
	margin-bottom: 50px !important;
	padding-bottom: 20px;
}




/* footer social links*/
#footerFollowUs{
	list-style: none;
	margin: 0;
	padding: 0;
	display: flex;
	justify-content: left;
	align-content: left;
}
#footerFollowUs li{
	padding: 0px;
	margin: 0 5px;
	transition: 0.2s ease-out all;
}
#footerFollowUs li:first-child{
	margin: 0 0px;
}

#footerFollowUs li:not(:first-child):hover{
	transform: scale(1.2);
}
#footerFollowUs li:not(:first-child):hover a i{
	color: white;
}
#footerFollowUs li:not(:first-child){
	padding-top: 1px !important;
}
#footerFollowUs li a i{
	color: #a7181d;
	margin: 0 0 0 0 !important;
}
#footerFollowUs [class^="icon-"]:before, [class*=" icon-"]:before{
	margin-left: 0px !important;
	margin-right: 0px !important;
}

/* hide the 'on' next to the date  */
.date .label{
	display: none;
}

/* hide the author of blogs and posts  */
.author-box-wrapper{
	display: none;
}
.post-author{
	display: none;
}






.team_leah_box{
	padding: 0 40px 0 0;
}
.team_matt_box{
	padding: 0 0 0 40px;
}



.wpcf7-submit, a.button {
	color: white !important;
	font-weight: bold;
	margin: 0 auto !important;
}

.wpcf7-spinner {
	margin: 0 0 0 0 !important;
}

.type-post h2{
	font-size: 30px;
	font-weight: bold;
}
.type-post h3{
	font-size: 20px;
	color: #484848;
	font-style: italic;
}






@media only screen and (max-width: 768px) {
	
	.team_leah_box{
		border-bottom: 5px solid #a7181d;
		margin-bottom: 20px !important;
		padding: 0px;
	}
	.team_matt_box{
		padding: 0px;
	}
	
	#Footer{
		text-align: center !important;
	}
	#footerFollowUs{
		justify-content: center;
		align-content: center;
	}
	
}






























