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

body:before {
  z-index: -1;
    background: url(../jpg/bg-02.jpg);
background-size: contain;
  background-position: top left;
  background-repeat:repeat;
  background-attachment: scroll !important;
width: 100%;
height: 100%;
    content: ' ';
  display: block;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

/* header {
    margin-bottom: 25px;
}
footer {margin-top: 25px;}

.fl-content-full.container {
     background: rgb(255 255 255 / 0.94);
    max-width: 1320px !important;
    margin: auto !important;
    min-height: 550px;
} */

 .fl-page-content .fl-row .fl-row-content-wrap {
	background-color: rgb(255 255 255 / 0.97);
}

.fl-page-content {background: transparent !important;
margin: 40px 10px;}

p {margin-bottom: 18px;}

@media (max-width: 992px) and (min-width: 768px) {   
.book-info .fl-col-small {
    width: 33.33% !important;
}
   
.book-info .fl-photo-caption {
font-size: 11px !important;
}
}

@media (min-width: 1121px) {
.fl-col-group.fl-node-fj2wk0n4gasp.fl-col-group-nested img {
    height: 250px;
    width: auto;
    object-fit: cover;
}
}

.tax-series .fl-page-content .fl-row:last-of-type .fl-row-content-wrap {
    min-height: 650px;
}