/*
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
*/

html { overflow-y: scroll; }

body {
    margin-left: calc(100vw - 100%);
}

.masonry_transition {
  max-width: 912px;
}

/*
.grid-sizer,
.grid-item { width: 30%; }

.gutter-sizer { width: 3%; }

.grid-item--width2 { width: 60%; }
*/

.grid-item {
  // margin-bottom: 3%;
}

.grid-item img {
  width: 100%;
}

a {
  text-decoration: underline;
}

h1 a {
  text-decoration: none;
}

h1 a:hover,
.menu a:hover
{
  text-decoration: underline;
}

/*
@media(max-width: 768px) {
    .grid-sizer,
    .grid-item { width: 48%; }
}
*/


.gallery-item {
    margin-bottom: 20px;
    padding-top: 20px;
}

.gallery-item:first-child {
    padding-top: 0;
}

.gallery-item:last-child {
    margin-bottom: 0;
}


.fl-accordion-button-icon {
  display: none !important;
}

.sidebar .fl-module-heading:last-child {
  display: none;
}  

@media(max-width: 768px) {
  .sidebar .fl-module-menu {
    width: 30%;
    text-align: right;
    float: right;
  }  
  
  .sidebar .fl-module-menu .menu {
    margin-top: 1em;
  }
  
  .sidebar .fl-module-heading {
    display: none;
  } 
  
  .sidebar .fl-module-heading:first-child {
    display: block;
    width: 70%;
    float: left;
  }  
  
  .sidebar .fl-module-heading:last-child {
    display: block;
  }   
  
  .sidebar .fl-module-heading:first-child .fl-module-content {
    margin-top: 0;
  }  
}

.fl-accordion-button-label:focus, .fl-accordion-button-label:active, .fl-accordion-button-icon:focus, .fl-accordion-button-icon:active {
  outline: none;
}