/*
Theme Name:   Movedo Child
Theme URI:    http://themeforest.net/user/greatives
Description:  Movedo Child Theme
Version:      3.3.6
Author:       Greatives Team
Author URI:   http://greatives.eu
Template:     movedo
*/

/* Full Screen Columns */

@media screen and (max-width: 767px) {
    .grve-section.grve-fullwidth.full-width-left .grve-container,
    .grve-section.grve-fullwidth.full-width-right .grve-container {
        /*outline: 3px solid blue;*/
        width: 90% !important;
        max-width: 90% !important;
        margin-left: auto;
        margin-right: auto;
    }
}

@media screen and (min-width: 768px) {
    .grve-section.grve-fullwidth.full-width-left > .grve-container > .grve-row > .grve-column-1-2:last-child {
        /*outline: 3px solid yellow;*/
        padding-right: 5%;
    }

    .grve-section.grve-fullwidth.full-width-right > .grve-container > .grve-row > .grve-column-1-2:first-child {
        /*outline: 3px solid yellow;*/
        padding-left: 5%;
    }
}

@media screen and (min-width: 1261px) {
    .grve-section.grve-fullwidth.full-width-left > .grve-container > .grve-row > .grve-column-1-2:last-child {
        /*outline: 3px solid #0A9BD6;*/
        padding-left: 30px;
        padding-right: calc(50vw - 600px);
    }

    .grve-section.grve-fullwidth.full-width-right > .grve-container > .grve-row > .grve-column-1-2:first-child {
        /*outline: 3px solid #0A9BD6;*/
        padding-left: calc(50vw - 600px);
        padding-right: 30px;
    }
}

/* ----------- */