/*
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 */
   
    /* Homepage */
    .Banner .fl-slide-content-wrap{
        bottom: 0;
        position: absolute;
        left: 230px;
        bottom: 50px;
    }
    .Banner .fl-slide-content-wrap h2.fl-slide-title{
        font-size: 64px;    
        line-height: 1;
    }
    .Banner .fl-slide-content-wrap .fl-slide-text{
        display: inline-block;
        background-color: #C9D42D;
        padding-top: 20px;
        padding-bottom: 20px;
        padding-left: 50px;
        padding-right: 50px;
    }
    .Banner .fl-slide-content-wrap .fl-slide-text p{
        color: #671975 !important;
        font-family: Raleway;
        font-size: 20px;
        font-style: normal;
        font-weight: 700;
    }
    .Testimonials .fl-slide-content-wrap .fl-slide-text{
        display: inline-block;
        background-color: transparent !important;   
    }
    .Testimonials .fl-slide-content-wrap .fl-slide-text p{
        color: #671975 !important;
        font-family: Oswald;
        font-size: 42px;
        font-style: normal;
        font-weight: 500;   
    }
    .Testimonials .fl-slide-content-wrap{
        
    }

/* 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) {}