/*
Theme Name: Child Theme
Theme URI: http://www.example.com
Description: Lovely description of your child theme 
Author: You
Author URI: http://yourdomain.com
Template: genesis
Template Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/

/* About Page */
.page-id-156 .boxes-container .boxes{
    display: flex;
    flex-wrap: wrap;
}

.page-id-156 .boxes-container .boxes .box{
    width: 50%;
    padding: 25px 20px;
}

.page-id-2274 header.slideshow{
    background: none;
}

.page-id-2274 header div:nth-child(2){
    display: none;
}

/* Testimonials */
.testimonials img{
    margin-bottom: 20px;
    max-width: 125px;
}

#bf-revz-widget-1234567971192969{
    padding-bottom: 125px;
}

#bf-revz-widget-1234567971192969 iframe{
    display: inline-block;
    box-shadow: 4px 4px 16px rgba(0,0,0,.25);
}

/* Mobile Styling */
@media only screen and (max-width: 600px) {
    .page-id-156 .boxes-container .boxes .box{
        width: 100%;
    }
  }