/*
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: 1.6.2
*/
#Top_bar .menu > li ul {
    background-color: #63616100;
}

#Top_bar .menu > li ul li a {
    color: #ffffff;
}

#Top_bar .menu > li ul li a:hover{
	color: #ffffff;
	text-decoration: underline !important;
}
#Top_bar .menu > li ul li a:after{
	content: "";
	display: block;
	width:0%;
	height: 1px;
	background-color: #ffffff;
	position: absolute;
	left: 0;
	bottom: 2px;
	transition: all 0.1s linear;
}
#Top_bar .menu > li ul li a:hover:after{
	width: 100%;
}
#Top_bar .menu > li ul li a:hover{ 
    background: rgba(0,0,0,0); 
}
#Intro {
        display: none !important;
}

.post-desc-wrapper h2.entry-title {
    font-size: 20px;
    line-height: 35px;
    font-weight: 300;
    letter-spacing: 1px;
   
}
.post-desc-wrapper h2.entry-title a{
	 color: #060606;
}
.post-meta .author-date  {
    float: left;
    font-size: 12px;
    color: #000;
}
.post-meta .author-date a{
	color: #000;
}

.post-footer .post-links {
    color: #000;
}

.post-footer .post-links a{
  
    color: #000;
}
/* menu del footer */

.menu_legal{
	padding-bottom: 20px;
}
.menu_legal ul.menu{
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
.menu_legal a{
	display: block;
	padding: 10px 20px;
	border-right: 1px solid rgba(255,255,255,.3);
}
.menu_legal li:last-child a{
	border-right: 0px solid rgba(255,255,255,.3);
}


@media only screen and (max-width: 767px) and (min-width: 480px)
h1, .text-logo #logo {
    font-size: 71px;
    line-height: 55px;
    letter-spacing: 10px;
}


}

@media only screen and (min-width: 480px) {
 column mcb-column mcb-item-c94d743e1 one column_column .mobile>h1{

font-size: 25px !important;
}
 .mobile>p{
font-size: 35px !important;
}

}