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

#Top_bar.is-sticky #logo {
	width: 80% !important;
}
#Top_bar .menu > li {
  text-transform: uppercase;
}
#Top_bar .menu > li > a span {
  border-color: #ddd;
}
.blue_BG, .white_BG {
	font-weight: 900;
	padding: 5px 15px;
}
.blue_BG {
	background: #4da2f9;
	color: #fff;
}
.white_BG {
	background: #fff;	
}
.hp_args {
	border-right: 1px solid #ddd;
}
.hp_args.last {
	border-right: none;
}
.fa-arrow-right {
	rotate: -45deg;
}

/* homepage post listing */
.hp-custom-listing .wpupg-filter-item {
	text-transform: uppercase;
	border: none !important;
	font-weight: 800;
	background: #4da2f9 !important;
	border-left: 14px solid #ffffff !important;
	transition: .4s ease-in-out;
}
.hp-custom-listing .wpupg-filter-item:hover {
	background: #ffffff !important;
	border-left: 14px solid #4da2f9 !important;
	color: #404345 !important;
}
.hp-custom-listing .wpupg-filter-item:first-of-type {
	margin-left: 0 !important;
}


#wpupg-grid-2 .wpupg-item {
  margin: 12px 8px !important;
}
.hp-custom-listing .wpupg-item-term {
	background-color: transparent !important;
  	color: #4da2f9 !important;
	border: 1px solid #4da2f9 !important;
	margin-top: 6px;
}
.hp-custom-listing .wpupg-meta-container {
	margin-top: 8px;
}
.hp-custom-listing .wpupg-item-title a {
	color: #404040;
}
.hp-custom-listing .wpupg-item-title a:hover {
	color: #4da2f9;
}



#Footer .footer_copy .social li a i {
	font-size: 22px;
}

@media only screen and (min-width: 768px) {
  #Top_bar.is-sticky {
	  height: 80px;
	}
	#Top_bar.is-sticky .logo {
    margin: 6px 30px 0 20px;
  }
	#Top_bar.is-sticky .menu_wrapper {
    margin-top: 10px;
  }
}