/*
Theme Name: Preparation Group
Theme URI: https://pwfstudio.com/
Author: PWF Studio
Author URI: https://pwfstudio.com/
Description: Custom base theme by PWF Studio, all rights reserved
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: pwfstudio
Tags:
*/
@import url('https://fonts.cdnfonts.com/css/open-sauce-one');

p, h1, h2, h3, h4, h5, h6, a, span{
  font-family: 'Open Sauce One', sans-serif;
  font-weight: 300;
}
div, header, footer, a{
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.w-100 img{
  width: 100%!important;
  height: auto!important;
}
.creamBg{
  background: #f9f5f1;
}
.greenCircleBg{
  background: url('images/greenBg.png');
  background-size: cover;
}
.darkOverlay{
  background: rgba(0,0,0,0.7);
  color: white;
}
.darkCircleOverlay{
  background-image: url('images/circlesOverlay.svg');
  color: white;
}
:where(.wp-block-columns){
  margin-bottom: 0;
}
img{
  max-width: 100%;
}
.square{
  aspect-ratio: 1 / 1;
}
.offsetTopSmall{
  top: -50px;
}
.offsetTop{
  top: -200px;
}
.offsetTopBig{
  top: -400px;
}
.imgBtmRght{
  bottom: 0;
  right: 0;
}
.sfsi_widget .sfsi_wDiv .sfsi_wicons .inerCnt a, .sfsi_widget .sfsi_wDiv .sfsi_wicons .inerCnt a.sficn{
  border-radius: 50%;
}
.sfcm.sfsi_wicon{
  width: 50%;
  height: auto;
  transform: translate(-50%, -50%);
  margin: 50% !important;
}
/*
.kt-tabs-wrap .wp-block-kadence-tab {
  padding-top: 0!important;
  padding-right: 0!important;
}
*/
#ninja_forms_required_items, .nf-field-container{
  margin-bottom: 10px;
}
.wp-block-lcb-logo-carousel .alcb__logo-image img{
  max-height: 190px;
}

@media screen and ( max-width: 992px ){
  .offsetTop{
    top: 0;
  }
  .offsetTopBig{
    top: 0;
  }
  .position-absolute.imgBtmRght{
    position: relative!important;
  }
}

@media screen and ( max-width: 1200px ){
  h2.w-50{
    width: 100%!important;
  }
}
