/*
Theme Name: Elowen Child
Theme URI: https://elowen.qodeinteractive.com
Description: A child theme of Elowen
Author: Edge Themes
Author URI: https://qodeinteractive.com
Version: 1.0
Text Domain: elowen
Template: elowen
*/

/* Special CSS */
.full-width {
    width: 100vw !important;
    max-width: 100vw !important;
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
    padding-left: 0;
    padding-right: 0;
}
