/*
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
*/
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 {
    padding: 6px 10px;
    margin: 0 0 10px 0 !important;
}
textarea.wpcf7-form-control.wpcf7-textarea {
	height: 76px;
	margin: 0 !important;
}
.wpcf7-form-control-wrap.file-998 {
	background: #fff;
	padding: 7px 10px 5px;
}
.wpcf7-form-control.wpcf7-submit.button_full_width {
    width: 100px;
    float: right;
    font-weight: bold;
}
#Footer .footer_copy {
    border-top-color: rgba(255,255,255,0.1);
    background: #fff;
    color: #000;
}
#Footer .footer_copy .one {
    margin-bottom: 10px;
    padding-top: 20px;
    min-height: 33px;
}
#Footer .widget_nav_menu ul {
    background: transparent;
    padding: 0;
}
#Footer .widget_nav_menu ul li:after {
	display: none;
}
.widget_archive ul li, .widget_nav_menu ul li {
    position: relative;
    list-style: none;
}
.f-call {
	font-size:36px;
	line-height: 36px;
	font-weight: 700;
	letter-spacing: 0px;
	color: #fff;
}
@media (min-width: 768px) {
#Footer .widgets_wrapper {
    padding: 0;
}	
#Footer .widgets_wrapper .column.one-fourth:first-child {
    background: #041729;
    width: 23%;
    padding: 0 5% 2%;
    margin-right: 3%;
}
#Footer .widgets_wrapper .column.one-fourth:nth-child(2) {
    width: 15%;
}
#Footer .widgets_wrapper .column.one-fourth:nth-child(3) {
    width: 17%;
    margin-right: 3%;
}
}