/*
Theme Name: GlobeFarer Child
Theme URI: https://globefarer.qodeinteractive.com
Description: A child theme of GlobeFarer
Author: Mikado Themes
Author URI: https://qodeinteractive.com
Version: 1.0
Text Domain: globefarer
Template: globefarer
*/

@media only screen and (max-width: 800px) {
    .qodef-grid.qodef-layout--columns.qodef-col-num--2 > .qodef-grid-inner > div.qodef-grid-item:last-child {
        display: block !important;
    }

    #qodef-page-footer-bottom-area #qodef-page-footer-bottom-area-inner .qodef-grid .qodef-grid-inner {
    	flex-direction: column-reverse !important;
    }

    .qodef-grid.qodef-layout--columns.qodef-col-num--2 > .qodef-grid-inner > div.qodef-grid-item:last-child .qodef-widget-title {
    	margin: 2px 0 30px 0 !important;
    	float: left !important;
    }

    .qodef-grid.qodef-layout--columns.qodef-col-num--2 > .qodef-grid-inner > div.qodef-grid-item:last-child .widget_globefarer_core_social_icons_group .qodef-social-icons-group {
    	float: left !important;
    }

    .qodef-grid.qodef-layout--columns.qodef-col-num--2 > .qodef-grid-inner > div.qodef-grid-item:last-child .widget_globefarer_core_social_icons_group .qodef-social-icons-group .qodef-icon-holder {
    	margin-top: 0 !important;
    }
}