/*
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
*/
.wpforms-validate input {
    color: #fff !important;
}
.popmake input {
    height: 60px !important;
    background: #000 !important;
}

.popmake  div#wpforms-134-field_0-container {
    margin-bottom: 0 !important;
    padding-bottom: 0;
}
.popmake .wpforms-submit {
    background: #dc0000 !important;
    color: #fff !important;
    padding: 0 35px !important;
    border: none !important;
    height: 60px !important;
}
.page-id-17 ul#menu-main-menu li a {
    color: #fff;
}
.box-home h2 {
    color: #fff;
}
.box-home {
    background: #ffffff7a;
    padding: 25px 25px;
    transition: 0.5s linear;
    cursor: pointer;
    text-align: center;
}

.box-home:hover {
    transform: scale(1.04);
}
section#banner-home {
    height: 100vh;
    display: flex;
    align-items: center;
}



section#banner-home .wpb_column.vc_column_container.vc_col-sm-4 .vc_column-inner .vc_single_image-wrapper.vc_box_border_grey {
    margin: 0;
}

section#banner-home .wpb_column.vc_column_container.vc_col-sm-4 .vc_column-inner .wpb_single_image.wpb_content_element.vc_align_center {
    margin: 0;
}


.page-id-17 footer#Footer {
    display: none;
}

.page-id-17 div#Action_bar {
    display: none;
}
.col-half {
    float: left;
    width: 50%;
    padding: 4px 5px;
}

.col-half input {
    height: 60px;
    background: #000;
}

.col-half p {
    margin-bottom: 0;
}

.col-half input.wpcf7-form-control.has-spinner.wpcf7-submit {
    padding: 0 30px;
    font-size: 20px;
    height: 60px;
}

.popmake div#wpcf7-f76-o1 {
    margin: 0;
}
@media screen and (max-width: 1600px) {
	.page-id-17 div#Top_bar {
    top: 0 !important;
}

#banner-home .wpb_raw_code.wpb_content_element.wpb_raw_html {
    margin: 0;
}

.box-home h2 {
    font-size: 30px;
}

.box-home {
    padding: 15px 15px;
}
}
@media screen and (max-width: 1200px) {
	.box-home h2 {
    font-size: 25px;
    line-height: 25px;
}
}
@media screen and (max-width: 980px) {
	#banner-home .wpb_column.vc_column_container.vc_col-sm-4 {
    width: 100%;
    margin-bottom: 25px;
}

section#banner-home {
    height: auto;
    padding-top: 150px;
}
}
@media screen and (max-width: 767px)  {
	.col-half {
    width: 100%;
    padding: 0;
}

.col-half input {
    height: 45px;
}
	section#banner-home {
    height: auto;
    padding-top: 60px;
}
}