/*
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: 2.0
*/
.row, .row>.mcb-wrap-inner
{
    box-sizing: border-box;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex: 0 1 auto;
    -webkit-box-flex: 0;
    flex: 0 1 auto;
    -ms-flex-direction: row;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.row.middle-all, .row.middle-all>.mcb-wrap-inner
{
    ms-flex-align: center;
    -webkit-box-align: center;
    align-items: center;
}
@media only screen and (min-width:767px) 
{
    .section.full-container .wrap:first-of-type{padding-left: calc(50% - 610px)!important;}
    .section.full-container .wrap:last-of-type{padding-right: calc(50% - 610px)!important;}
}
@media only screen and (max-width:767px) /*XS*/
{
    .section.full-container .section_wrapper .mcb-wrap-inner
    {
            max-width: 480px!important;
            margin: auto;
            float: initial;
    }
    .one-sixth-xs.mcb-wrap{width:16.666%!important;clear: none!important;}/* 1/6 */
    .one-fifth-xs.mcb-wrap{width:20%!important;clear: none!important;}/* 1/5 */
    .one-fourth-xs.mcb-wrap{width:25%!important;clear: none!important;}/* 1/4 */
    .one-third-xs.mcb-wrap{width:33.333%!important;clear: none!important;}/* 1/3 */
    .two-fifth-xs.mcb-wrap{width:40%!important;clear: none!important;}/* 2/5 */

    .one-second-xs.mcb-wrap{width:50%!important;clear: none!important;}/* 1/2 */
    .three-fifth-xs.mcb-wrap{width:60%!important;clear: none!important;}/* 3/5 */
    .two-third-xs.mcb-wrap{width:66.666%!important;clear: none!important;}/* 2/3 */
    .three-fourth-xs.mcb-wrap{width:75%!important;clear: none!important;}/* 3/4 */
    .four-fifth-xs.mcb-wrap{width:80%!important;clear: none!important;}/* 4/5 */
    .five-sixth-xs.mcb-wrap{width:83.333%!important;clear: none!important;}/* 5/6 */
    .one-xs.mcb-wrap{ width:100%!important;clear: none!important;}/* 1/1 */

    /* .column */
    .one-sixth-xs.column{width:14.666%!important;clear: none!important;}/* 1/6 */
    .one-fifth-xs.column{width:18%!important;clear: none!important;}/* 1/5 */
    .one-fourth-xs.column,.four.columns{width:23%!important;clear: none!important;}/* 1/4 */
    .one-third-xs.column{width:31.333%!important;clear: none!important;}/* 1/3 */
    .two-fifth-xs.column{width:38%!important;clear: none!important;}/* 2/5 */

    .one-second-xs.column{width:48%!important;clear: none!important;}/* 1/2 */
    .three-fifth-xs.column{width:58%!important;clear: none!important;}/* 3/5 */
    .two-third-xs.column{width:64.666%!important;clear: none!important;}/* 2/3 */
    .three-fourth-xs.column{width:73%!important;clear: none!important;}/* 3/4 */
    .four-fifth-xs.column{width:78%!important;clear: none!important;}/* 4/5 */
    .five-sixth-xs.column{width:81.333%!important;clear: none!important;}/* 5/6 */
    .one-xs.column{width:98%!important;clear: none!important;}
}
@media only screen and (min-width:767px) and (max-width:992px) /*SM*/
{
    .one-sixth-sm.mcb-wrap{width:16.666%!important;}/* 1/6 */
    .one-fifth-sm.mcb-wrap{width:20%!important;}/* 1/5 */
    .one-fourth-sm.mcb-wrap{width:25%!important;}/* 1/4 */
    .one-third-sm.mcb-wrap{width:33.333%!important;}/* 1/3 */
    .two-fifth-sm.mcb-wrap{width:40%!important;}/* 2/5 */

    .one-second-sm.mcb-wrap{width:50%!important;}/* 1/2 */
    .three-fifth-sm.mcb-wrap{width:60%!important;}/* 3/5 */
    .two-third-sm.mcb-wrap{width:66.666%!important;}/* 2/3 */
    .three-fourth-sm.mcb-wrap{width:75%!important;}/* 3/4 */
    .four-fifth-sm.mcb-wrap{width:80%!important;}/* 4/5 */
    .five-sixth-sm.mcb-wrap{width:83.333%!important;}/* 5/6 */
    .one-sm.mcb-wrap{ width:100%!important;}/* 1/1 */

    /* .column */
    .one-sixth-sm.column{width:14.666%!important;}/* 1/6 */
    .one-fifth-sm.column{width:18%!important;}/* 1/5 */
    .one-fourth-sm.column,.four.columns{width:23%!important;}/* 1/4 */
    .one-third-sm.column{width:31.333%!important;}/* 1/3 */
    .two-fifth-sm.column{width:38%!important;}/* 2/5 */

    .one-second-sm.column{width:48%!important;}/* 1/2 */
    .three-fifth-sm.column{width:58%!important;}/* 3/5 */
    .two-third-sm.column{width:64.666%!important;}/* 2/3 */
    .three-fourth-sm.column{width:73%!important;}/* 3/4 */
    .four-fifth-sm.column{width:78%!important;}/* 4/5 */
    .five-sixth-sm.column{width:81.333%!important;}/* 5/6 */
    .one-sm.column{width:98%!important;}
}
@media only screen and (min-width:992px) and (max-width:1200px) /*MD*/
{
    .one-sixth-md.mcb-wrap{width:16.666%!important;}/* 1/6 */
    .one-fifth-md.mcb-wrap{width:20%!important;}/* 1/5 */
    .one-fourth-md.mcb-wrap{width:25%!important;}/* 1/4 */
    .one-third-md.mcb-wrap{width:33.333%!important;}/* 1/3 */
    .two-fifth-md.mcb-wrap{width:40%!important;}/* 2/5 */

    .one-second-md.mcb-wrap{width:50%!important;}/* 1/2 */
    .three-fifth-md.mcb-wrap{width:60%!important;}/* 3/5 */
    .two-third-md.mcb-wrap{width:66.666%!important;}/* 2/3 */
    .three-fourth-md.mcb-wrap{width:75%!important;}/* 3/4 */
    .four-fifth-md.mcb-wrap{width:80%!important;}/* 4/5 */
    .five-sixth-md.mcb-wrap{width:83.333%!important;}/* 5/6 */
    .one-md.mcb-wrap{ width:100%!important;}/* 1/1 */

    /* .column */
    .one-sixth-md.column{width:14.666%!important;}/* 1/6 */
    .one-fifth-md.column{width:18%!important;}/* 1/5 */
    .one-fourth-md.column,.four.columns{width:23%!important;}/* 1/4 */
    .one-third-md.column{width:31.333%!important;}/* 1/3 */
    .two-fifth-md.column{width:38%!important;}/* 2/5 */

    .one-second-md.column{width:48%!important;}/* 1/2 */
    .three-fifth-md.column{width:58%!important;}/* 3/5 */
    .two-third-md.column{width:64.666%!important;}/* 2/3 */
    .three-fourth-md.column{width:73%!important;}/* 3/4 */
    .four-fifth-md.column{width:78%!important;}/* 4/5 */
    .five-sixth-md.column{width:81.333%!important;}/* 5/6 */
    .one-md.column{width:98%!important;}
}
@media only screen and (min-width:1200px) /*LG*/
{
    .one-sixth-lg.mcb-wrap{width:16.666%!important;}/* 1/6 */
    .one-fifth-lg.mcb-wrap{width:20%!important;}/* 1/5 */
    .one-fourth-lg.mcb-wrap{width:25%!important;}/* 1/4 */
    .one-third-lg.mcb-wrap{width:33.333%!important;}/* 1/3 */
    .two-fifth-lg.mcb-wrap{width:40%!important;}/* 2/5 */

    .one-second-lg.mcb-wrap{width:50%!important;}/* 1/2 */
    .three-fifth-lg.mcb-wrap{width:60%!important;}/* 3/5 */
    .two-third-lg.mcb-wrap{width:66.666%!important;}/* 2/3 */
    .three-fourth-lg.mcb-wrap{width:75%!important;}/* 3/4 */
    .four-fifth-lg.mcb-wrap{width:80%!important;}/* 4/5 */
    .five-sixth-lg.mcb-wrap{width:83.333%!important;}/* 5/6 */
    .one-lg.mcb-wrap{ width:100%!important;}/* 1/1 */

    /* .column */
    .one-sixth-lg.column{width:14.666%!important;}/* 1/6 */
    .one-fifth-lg.column{width:18%!important;}/* 1/5 */
    .one-fourth-lg.column,.four.columns{width:23%!important;}/* 1/4 */
    .one-third-lg.column{width:31.333%!important;}/* 1/3 */
    .two-fifth-lg.column{width:38%!important;}/* 2/5 */

    .one-second-lg.column{width:48%!important;}/* 1/2 */
    .three-fifth-lg.column{width:58%!important;}/* 3/5 */
    .two-third-lg.column{width:64.666%!important;}/* 2/3 */
    .three-fourth-lg.column{width:73%!important;}/* 3/4 */
    .four-fifth-lg.column{width:78%!important;}/* 4/5 */
    .five-sixth-lg.column{width:81.333%!important;}/* 5/6 */
    .one-lg.column{width:98%!important;}
}
@media only screen and (min-width: 960px) and (max-width: 1239px)
{
	.section.full-container .wrap:first-of-type{padding-left: calc(50% - 470px)!important;}
	.section.full-container .wrap:last-of-type{padding-right: calc(50% - 470px)!important;}
}
@media only screen and (min-width:1201px) and (max-width:1249px)
{
	.section_wrapper, .container, .with_aside .content_wrapper { max-width:1180px!important; }
	.section.full-container .wrap:first-of-type{padding-left: calc(50% - 610px)!important;}
	.section.full-container .wrap:last-of-type{padding-right: calc(50% - 610px)!important;}
}
@media only screen and (min-width: 768px) and (max-width: 959px)
{
	.section.full-container .wrap:first-of-type{padding-left: calc(50% - 354px)!important;}
	.section.full-container .wrap:last-of-type{padding-right: calc(50% - 354px)!important;}
}