/*
 Theme Name:   Bricks Child Theme
 Theme URI:    https://bricksbuilder.io/
 Description:  Use this child theme to extend Bricks.
 Author:       Bricks
 Author URI:   https://bricksbuilder.io/
 Template:     bricks
 Version:      1.1
 Text Domain:  bricks
*/


/* Customization for the Lattice SVG background, located under Section (Shape dividers)*/
@media screen and (max-width:1500px){
.bricks-shape-divider-inner {
    opacity: 0.3!important;
}
}

@media screen and (min-width:1800px){
  .bricks-shape-divider-inner {
    height: 712px!important;
}
}

@media screen and (min-width:1900px){
  .bricks-shape-divider-inner {
    height: 812px!important;
}
}

@media screen and (min-width:2000px){
  .bricks-shape-divider-inner {
    height: 912px!important;
}
}

.horizontal-scrollbar{
    overflow-x: scroll;
    overflow-y: hidden;
    scrollbar-color: var(--pf-primary) var(--pf-bg-hero-slider);
    scrollbar-width: auto;
}

.a-underline a{
  text-decoration: underline;
  color: var(--pf-primary);
}

p{
  text-wrap: pretty;
}

/* Customized break rules */
.mobile-only, .tablet-only, .desktop-only {
  display: none;
}

@media screen and (max-width:478px){
  .mobile-only {
    display: block;
  }  
}

@media screen and (min-width:479px )and (max-width:991px){
  .tablet-only{
    display: block;
  }
}

@media screen and (min-width:992px){
  .desktop-only{
    display: block;
  }  
}
