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

.small {
	font-size: 16px;
	line-height: 25px;
}

.pfooter p {
	font-size: 14px;
	line-height: 24px;
}

.widget {
    margin: 0 0;
}

#Top_bar .logo {margin-left: 0;}

#Action_bar .contact_details {
    font-size: 15px;
}

#Footer {
    background-color: #e4e4e8;
}
#Footer .footer_copy .copyright {
    font-size: 14px;
}


img.scale-with-grid, .content_wrapper img {
	border-radius: 5px;
}


/*WPML*/

#Top_bar .wpml-languages a.active, #Top_bar .wpml-languages ul.wpml-lang-dropdown {
	background-color: transparent;
}
#Top_bar .wpml-languages a.active {
	border: 0;
	padding: 10px 5px;
}
#Top_bar .wpml-languages ul.wpml-lang-dropdown {
	border: 0;
}
#Top_bar .wpml-languages a.active i {
	display: none;
}

#Side_slide .extras .extras-wrapper .lang-active i {
	display: none;
}

.wpml-ls-legacy-list-horizontal {
    padding: 0;
	border: 0;
}
.wpml-ls-legacy-list-horizontal a {
    padding: 0 10px 0 0 !important;
	font-size: 14px !important;
}


/*RESPONSIVE*/

@media only screen and (max-width: 479px)
{
	p {font-size:16px; line-height:23px;}
	
	h1 {}
	h2 {}
	h3 {font-size:24px; line-height:30px;}
	h4 {font-size:21px; line-height:26px; font-weight:600;}
	h5 {}
	h6 {font-size:14px;}
	
	h4.entry-title {
		line-height: 27px;
    	font-size: 24px !important;
	}
	
	.small {
   	 	font-size: 15px;
    	line-height: 21px;
	}
}

@media only screen and (max-width: 767px)
{}


/*FORM*/

input[type="date"],input[type="email"],input[type="number"],input[type="password"],input[type="search"],input[type="tel"],input[type="text"],input[type="url"],select,textarea,.woocommerce .quantity input.qty,.wp-block-search input[type="search"],.dark input[type="email"],.dark input[type="password"],.dark input[type="tel"],.dark input[type="text"],.dark select,.dark textarea {
border-radius: 5px;
}