/*
Theme Name: Rosa
Theme URI: http://pixelgrade.com/demos/rosa
Author: PixelGrade
Author URI: http://pixelgrade.com
Description:  ROSA is an enchanting and easy-to-use parallax Restaurant WordPress theme that allows you to tell your story in a dynamic, narrative and enjoyable way, making it perfect for restaurants, bakeries, bars or coffee shops.
Version: 1.4.5
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: rosa_txtd
Tags: fluid-layout, responsive-layout, parallax, translation-ready, restaurant
*/

#gmap {
    height: 350px !important;
    width: 48% !important;
    float: right !important;
    top: -110px;
}

.map__marker h2 {
    font-size: 2.5em !important;
    padding-top: 0px !important;
}

@media (max-width: 900px){
    #gmap{
        width: 100% !important;
        float: none !important;
        top: 0px;
    }
}