.magezon-builder {
    position: relative;
    z-index: 2;
}
.magezon-builder * {
    box-sizing: border-box;
}
.mgz-element {
    position: relative;
    text-align: left;
}
.mgz-element-inner {
    height: 100%;
    position: relative;
}
.mgz-container {
    width: 1280px;
    max-width: 100%;
    margin: 0 auto;
}
.inner-content {
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
}
.mgz-child:not(:last-child) > .mgz-element-inner {
    margin-bottom: 15px;
}
.bfb-element .bfb-element-control-inner:before,
.bfb-element .bfb-element-control-inner:after {
    content: '';
    display: table;
    clear: both;
}
.bfb-element .bfb-choices-item label:before {
    display: none;
}
.mgz-control-checkbox:checked + label:before {
    display: none;
}
.mgz-control-checkbox {
    opacity: 1 !important;
    overflow: visible !important;
}
button.mgz-btn {
    border: 0;
}

@media only screen and (min-width: 1260px) {

    .magezon-builder .mgz-container {
        width: 1260px;
    }
}