/*
Theme Name: Beaver Builder Child Theme
Theme URI: http://www.wpbeaverbuilder.com
Version: 1.0
Description: An example child theme that can be used as a starting point for custom development.
Author: The Beaver Builder Team
Author URI: http://www.fastlinemedia.com
template: bb-theme
*/

/* Add your custom styles here... */ 


    
    /* Global */
    
    .ColSpan2 .fl-module-content.fl-node-content{
        column-count: 2;
    }
    div.wpforms-container-full button[type=submit]:not(:hover):not(:active){
        color: #000000 !important;
        background-color: #b5da62 !important;
    }
    .MapRow{
        height: 100%;
        background: linear-gradient(180deg, #061E49 70%, #B5DA62 30%)
    }


    
    
    /* Homepage */
   
   
   
   

    /* Landing Page */




    /* Inner Property Page */






    /* Portrait and Landscape */
    @media only screen and (min-width: 768px) and (max-width: 1024px) {
       
    }




/* Portrait */
@media only screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait) {
    
}

/* Landscape */
@media only screen and (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {

}

@media only screen and (min-width: 375px) and (max-width: 767px) { 
    
    
}