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

h6 {
	font-family: Montserrat !important;
    text-transform: uppercase;
}

.gform_wrapper input.large, 
.gform_wrapper input.medium, 
.gform_wrapper input.small, 
.gform_wrapper select.large, 
.gform_wrapper select.medium, 
.gform_wrapper select.small,
.gform_wrapper textarea,
.gform_wrapper input.ginput_quantity[type=text],
.gform_legacy_markup_wrapper input[type="text"] {
    border: 1px solid #ccc;
    border-radius: 3px;
    padding: 18px 10px !important;
    width: 100% !important;
}

.gform_wrapper .ginput_complex select {
    border: 1px solid #ccc;
    border-radius: 3px;
    padding: 16px 10px !important;
    width: 100% !important;
}

.gform_wrapper .ginput_complex .ginput_left input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=image]):not([type=file]), 
.gform_wrapper .ginput_complex .ginput_right input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=image]):not([type=file]), 
.gform_wrapper .ginput_complex .ginput_right select, 
.gform_wrapper .ginput_complex input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=image]):not([type=file]) {
    border: 1px solid #ccc;
    border-radius: 3px;
    padding: 18px 10px !important;
    width: 100% !important;
}

body input[type="date"]:focus, 
body input[type="email"]:focus, 
body input[type="number"]:focus, 
body input[type="password"]:focus, 
body input[type="search"]:focus, 
body input[type="tel"]:focus, 
body input[type="text"]:focus, 
body input[type="url"]:focus, 
body select:focus, 
body textarea:focus {
    color: #000;
    background-color: #ffffff !important;
    border-color: #7d766d !important;
}

.gform_wrapper input.ginput_quantity[type=text] {
    margin-bottom: 0;
    margin-left: 10px;
    width: 60px !important;
}

select {
    -webkit-appearance: menulist;
}

.gform_wrapper ul.gform_fields li.gfield.gfield_price {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    border-top: 1px solid #e8e8e8;
    margin: 0;
    padding: 10px 0 20px;
	font-size: 20px;
}

#field_4_19 {
    border-bottom: 1px solid #e8e8e8;
}

.gfield_option_4_3,
.gfield_option_4_10,
.gfield_option_4_12,
.gfield_option_4_14,
.gfield_option_4_16,
.gfield_option_4_18 {
    border-top: none !important;
    padding-top: 0 !important;
    margin: 0;
    margin-top: -10px !important;
} 

.gform_wrapper ul.gform_fields li.gfield.gfield_price label {
    margin-bottom: 0;
}

.gform_wrapper ul.gform_fields li.gfield.gfield_price .ginput_container {
    display: flex;
    align-items: center;
    width: 50%;
    justify-content: space-between;
}

.gform_wrapper input[type="checkbox"], .gform_wrapper input[type="radio"] {
    margin-left: 0;
}

.gform_wrapper ul.gfield_radio li label {
    display: -moz-inline-stack;
    display: inline-block;
    letter-spacing: inherit;
    vertical-align: middle;
    cursor: pointer;
    margin-top: 7px;
    margin-left: 8px;
}

@media (max-width: 560px) {
    .gform_wrapper ul.gform_fields li.gfield.gfield_price .ginput_container {
        width: 100%;
    }
}

body .gform_wrapper ul li.gfield {
    width: 100%;
}

@media (min-width: 768px) {
    body .gform_wrapper ul li.gfield {
        width: 50%;
    }

    body .gform_wrapper ul li.gfield.full-width {
        width: 100%;
    }

    .clear-input {
        margin-right: calc(100% - 50%);
    }

    .gform_button {
        margin-left: 6px !important;
    }

    .gform_wrapper ul.gform_fields li.gfield {
        padding: 0 6px;
    }
}

.gform_wrapper ul.gform_fields {
    display: flex !important;
    flex-wrap: wrap;
}
body .gform_wrapper ul li.gfield.gfield_html {
    width: 100%;
}
.gform_wrapper .top_label span.ginput_total {
	font-size: 22px;
}
.gform_wrapper .gform_footer {
    margin-top: 0;
}

.gform_wrapper .gfield_checkbox li label {
    margin-top: 5px;
    margin-left: 5px;
}



.lead {
    color: #2f2212;
    font-size: 22px;
    line-height: 1.5em;
    margin-bottom: 25px;
}

p, h3, h4 {
    margin-bottom: 20px;
}

.column_column ul {
    margin-bottom: 25px;
}

.sub-heading {
    color: #b99d66;
    font-family: Montserrat !important;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 4px;
    line-height: 25px;
    margin-bottom: 15px;
    text-transform: uppercase;
}

a.button .button_label {
    font-family: Montserrat !important;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 1px;
    line-height: 25px;
    text-transform: uppercase;
}

body #menu > ul > li > a {
    font-family: Montserrat !important;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 1px;
    line-height: 25px;
    text-transform: uppercase;
}

/* hide woocommerce sections */ 
.woocommerce .sku_wrapper,.woocommerce .posted_in {
	display: none;
}

body.woocommerce ul.products li.product{
	padding-bottom: 80px;
    text-align: center;
}

body.woocommerce-cart #Content,body.woocommerce-page #Content{
	padding-top: 0;
}

.woocommerce form .form-row input.input-text, .woocommerce form .form-row textarea {
	border: 1px solid #e6e6e6;
	border-radius: 4px;
}

.woocommerce form .form-row textarea {
	height: 150px;
}

#add_payment_method #payment ul.payment_methods, .woocommerce-cart #payment ul.payment_methods, .woocommerce-checkout #payment ul.payment_methods {
	padding: 0;
}

.woocommerce-checkout #payment div.payment_box {
    background-color: #f7f4ef;
}
 
.woocommerce-checkout #payment div.payment_box::before {
    display: none;
}
#Top_bar .menu > li > a span:not(.description) {
	padding: 0 15px;
}
body:not(.home) #Top_bar .menu > li > a {
    padding: 0 0 20px 0;
}
body:not(.home) #Top_bar .menu > li > a span {
    line-height: 30px;
}
body.woocommerce-page .section_wrapper {
    max-width: 100% !important;
    width: 100% !important;
    padding: 0 !important;
}
body.woocommerce-page .section_wrapper .the_content_wrapper {
    margin-right: 0;
    margin-left: 0;
}
body.woocommerce-page .section_wrapper .woocommerce {
    max-width: 1220px;
    width: 100%;
    margin: 0 auto;
}
@media (max-width: 1220px) {
    body.woocommerce-page .section_wrapper .woocommerce {
        padding: 0 30px;
        box-sizing: border-box;
    }
    .woocommerce .shop_table .product-remove a.remove {
        float: none;
    }
}

.gfield_radio .ginput_price { display: none; }



.gform_legacy_markup_wrapper.gf_browser_chrome ul.gform_fields li.gfield select {
	appearance: none;
	line-height: normal;
}