/*
Theme Name: Betheme
Author: Muffin group
Description: The biggest WordPress Theme ever
Theme URI: http://themes.muffingroup.com/betheme
Author URI: http://muffingroup.com
License: Themeforest Split Licence
License URI: -
Version: 12.6

All css files are placed in /css/ folder
*/



.blog_wrapper .image_wrapper a {
    display: block;
    height: 202px;
	text-align:center;
}

.blog_wrapper .scale-with-grid.wp-post-image {
   height: 200px !important;
    width: auto;
}


/*--30-08-2017(MN)--*/
button.single_add_to_cart_button.button.alt {
    font-size: 35px !important;
    width: 84%!important;
    margin: 0 0 0 0px !important;
}
form.cart .quantity {
    width: 14%!important;
    margin: 0 !important;
    padding: 0 10px 0 0 !important;
}
form.cart .quantity input {
    width: 100% !important;
}
form.mc4wp-form p input[type="email"] {
    line-height: 20px;
}
form.mc4wp-form p {
    margin: 0;
}

@media only screen and (max-width: 576px) {
button.single_add_to_cart_button.button.alt {
    width: 100% !important;
    margin: 0 !important;
}
p#billing_em_ver_field.form-row.form-row-last { width: 100%; float: left;}
p#billing_email_field.form-row.form-row-first { width: 100%; float: left;}
}
@media only screen and (max-width: 414px) {
form.mc4wp-form p input[type="email"],
form.mc4wp-form p input[type="submit"] {
    width: 100%;
    margin-bottom: 10px;
}
}


