/*
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
-------------------------------------------------------------- */
/* General */
strong {
    font-family: "Oswald", Arial, Tahoma, sans-serif;
    font-weight: 500;
}
/* Header */
.sub-menu a {
    font-family: "Oswald", Arial, Tahoma, sans-serif;
    line-height: 1.2;
}
/* Links */
.contact_details a, .social a {
	display: inline-block;
    line-height: 1.2;
	padding: 12px;
}
.contact_details a {
    font-family: "Oswald", Arial, Tahoma, sans-serif;
}
/* Single post */
.single .sections_group {
    padding-bottom: 30px;
}
.Recent_posts .date {
    font-size: 12px;
}
/* Contact */
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 {
	font-size: 16px;
}
input[type="submit"] {
	font-size: 20px;
}
.wpcf7-mail-sent-ok, body:not(.cf7p-message) .wpcf7-not-valid-tip {
    background: #7c0041 !important;
}
/* MQ */
@media only screen and (max-width: 767px)
(index):78
.section_wrapper, .container, .four.columns .widget-area {
    max-width: 700px !important;
}
@media only screen and (max-width: 767px) {
    .section_wrapper, .container, .four.columns .widget-area {
        padding-left: 15px!important;
        padding-right: 15px!important;
    }
}