/*---------------------------------------------------------------------------------
 
 Theme Name:   Krack Media Child Theme
 Theme URI:    https://krackmedia.com/
 Description:  Child theme for Divi parent theme
 Author:       Krack Media
 Author URI:   https://krackmedia.com/
 Template:     Divi
 Version:      1.3.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html

------------------------------ ADDITIONAL CSS HERE ------------------------------*/
/* Remove the sidebar globally by default */
#main-content .container:before {
  background: none;
}
@media (min-width: 981px) {
  #left-area {
    width: 100%;
    padding: 0px 0px 0px 0px !important;
  }
}
/* Sticky Footer */
/*#main-footer {
position: absolute;
bottom: 0;
width: 100%;
}*/
/* Gravity Forms Button Styling  */
.gform_wrapper .gform_footer input.button {
  float: right;
  background: transparent;
  border: 2px solid #2ea3f2;
  font-size: 22px;
  color: #2ea3f2;
  padding: 12px 23px;
  -webkit-border-radius: 5px;
          border-radius: 5px;
  letter-spacing: 2px;
  cursor: pointer;
}
/* BUTTON HOVER STYLING */
.gform_wrapper .gform_footer input.button:hover {
  background: rgba(0, 0, 0, 0.05);
  border: 2px solid transparent;
}
.vertical-align {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.et_pb_row {
  width: 95%!important;
}
.owl-carousel .owl-wrapper:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
.owl-carousel {
  display: none;
  position: relative;
  width: 100%;
  -ms-touch-action: pan-y;
}
.owl-carousel .owl-wrapper {
  display: none;
  position: relative;
  -webkit-transform: translate3d(0, 0, 0);
}
.owl-carousel .owl-wrapper-outer {
  overflow: hidden;
  position: relative;
  width: 100%;
}
.owl-carousel .owl-wrapper-outer.autoHeight {
  -webkit-transition: height 500ms ease-in-out;
  -o-transition: height 500ms ease-in-out;
  transition: height 500ms ease-in-out;
}
.owl-carousel .owl-item {
  float: left;
}
.owl-controls .owl-page,
.owl-controls .owl-buttons div {
  cursor: pointer;
}
.owl-controls {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.grabbing {
  cursor: url(grabbing.png) 8 8, move;
}
.owl-carousel .owl-wrapper,
.owl-carousel .owl-item {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
}
.owl-theme .owl-controls {
  margin-top: 10px;
  text-align: center;
}
.owl-theme .owl-controls .owl-buttons div {
  color: #FFF;
  display: inline-block;
  zoom: 1;
  *display: inline;
  margin: 5px;
  padding: 3px 10px;
  font-size: 12px;
  -webkit-border-radius: 30px;
  border-radius: 30px;
  background: #869791;
  filter: alpha(opacity=50);
  opacity: 0.5;
}
.owl-theme .owl-controls.clickable .owl-buttons div:hover {
  filter: alpha(opacity=100);
  opacity: 1;
  text-decoration: none;
}
.owl-theme .owl-controls .owl-page {
  display: inline-block;
  zoom: 1;
  *display: inline;
}
.owl-theme .owl-controls .owl-page span {
  display: block;
  width: 12px;
  height: 12px;
  margin: 5px 7px;
  filter: alpha(opacity=50);
  opacity: .5;
  -webkit-border-radius: 20px;
  border-radius: 20px;
  background: #869791;
}
.owl-theme .owl-controls .owl-page.active span,
.owl-theme .owl-controls.clickable .owl-page:hover span {
  filter: alpha(opacity=100);
  opacity: 1;
}
.owl-theme .owl-controls .owl-page span.owl-numbers {
  height: auto;
  width: auto;
  color: #FFF;
  padding: 2px 10px;
  font-size: 12px;
  -webkit-border-radius: 30px;
  border-radius: 30px;
}
.owl-item.loading {
  min-height: 150px;
  background: url(AjaxLoader.gif) no-repeat center center;
}
/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8;
}
.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden;
}
.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}
.mfp-align-top .mfp-container:before {
  display: none;
}
.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045;
}
.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto;
}
.mfp-ajax-cur {
  cursor: progress;
}
.mfp-zoom-out-cur,
.mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -webkit-zoom-out;
  cursor: zoom-out;
}
.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: zoom-in;
}
.mfp-auto-cursor .mfp-content {
  cursor: auto;
}
.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
      user-select: none;
}
.mfp-loading.mfp-figure {
  display: none;
}
.mfp-hide {
  display: none !important;
}
.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044;
}
.mfp-preloader a {
  color: #CCC;
}
.mfp-preloader a:hover {
  color: #FFF;
}
.mfp-s-ready .mfp-preloader {
  display: none;
}
.mfp-s-error .mfp-content {
  display: none;
}
button.mfp-close,
button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  -webkit-box-shadow: none;
          box-shadow: none;
  -ms-touch-action: manipulation;
      touch-action: manipulation;
}
button::-moz-focus-inner {
  padding: 0;
  border: 0;
}
.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace;
}
.mfp-close:hover,
.mfp-close:focus {
  opacity: 1;
}
.mfp-close:active {
  top: 1px;
}
.mfp-close-btn-in .mfp-close {
  color: #333;
}
.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%;
}
.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap;
}
.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent;
}
.mfp-arrow:active {
  margin-top: -54px;
}
.mfp-arrow:hover,
.mfp-arrow:focus {
  opacity: 1;
}
.mfp-arrow:before,
.mfp-arrow:after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: medium inset transparent;
}
.mfp-arrow:after {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px;
}
.mfp-arrow:before {
  border-top-width: 21px;
  border-bottom-width: 21px;
  opacity: 0.7;
}
.mfp-arrow-left {
  left: 0;
}
.mfp-arrow-left:after {
  border-right: 17px solid #FFF;
  margin-left: 31px;
}
.mfp-arrow-left:before {
  margin-left: 25px;
  border-right: 27px solid #3F3F3F;
}
.mfp-arrow-right {
  right: 0;
}
.mfp-arrow-right:after {
  border-left: 17px solid #FFF;
  margin-left: 39px;
}
.mfp-arrow-right:before {
  border-left: 27px solid #3F3F3F;
}
.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px;
}
.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px;
}
.mfp-iframe-holder .mfp-close {
  top: -40px;
}
.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%;
}
.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
          box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #000;
}
/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto;
}
/* The shadow behind the image */
.mfp-figure {
  line-height: 0;
}
.mfp-figure:after {
  content: '';
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
          box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #444;
}
.mfp-figure small {
  color: #BDBDBD;
  display: block;
  font-size: 12px;
  line-height: 14px;
}
.mfp-figure figure {
  margin: 0;
}
.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto;
}
.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px;
}
.mfp-image-holder .mfp-content {
  max-width: 100%;
}
.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer;
}
@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
       * Remove all paddings around the image on small screen
       */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0;
  }
  .mfp-img-mobile img.mfp-img {
    padding: 0;
  }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0;
  }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px;
  }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0;
  }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px;
  }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0;
  }
}
@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    -ms-transform: scale(0.75);
        transform: scale(0.75);
  }
  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    -ms-transform-origin: 0;
        transform-origin: 0;
  }
  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    -ms-transform-origin: 100%;
        transform-origin: 100%;
  }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px;
  }
}
/**
 * Simple fade transition,
 */
.mfp-fade.mfp-bg {
  opacity: 0;
  -webkit-transition: all 0.15s ease-out;
  -o-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out;
}
.mfp-fade.mfp-bg.mfp-ready {
  opacity: 0.8;
}
.mfp-fade.mfp-bg.mfp-removing {
  opacity: 0;
}
.mfp-fade.mfp-wrap .mfp-content {
  opacity: 0;
  -webkit-transition: all 0.15s ease-out;
  -o-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out;
}
.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
  opacity: 1;
}
.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
  opacity: 0;
}
/* header area css start 
----------------------------------------*/
#page-container #et-boc .header-top-area .header-social-area li {
  margin-right: 10px ;
}
#page-container #et-boc .header-top-area .header-social-area li a {
  background-color: transparent!important;
  -webkit-transition: .7s all;
  -o-transition: .7s all;
  transition: .7s all;
}
#page-container #et-boc .header-top-area .header-social-area li a::before {
  display: none !important;
}
#page-container #et-boc .header-top-area .header-social-area li.et-social-facebook a {
  width: 22px;
  height: 21px;
  background: url('images/social-image.png') no-repeat 0 -1px;
}
#page-container #et-boc .header-top-area .header-social-area li.et-social-facebook a:hover {
  background: url('images/social-image.png') no-repeat 0 -26px;
}
#page-container #et-boc .header-top-area .header-social-area li.et-social-instagram a {
  width: 21px;
  height: 20px;
  background: url('images/social-image.png') no-repeat -42px -1px;
}
#page-container #et-boc .header-top-area .header-social-area li.et-social-instagram a:hover {
  background: url('images/social-image.png') no-repeat -42px -26px;
}
#page-container #et-boc .header-top-area .header-social-area li.et-social-pinterest a {
  width: 23px;
  height: 23px;
  background: url('images/social-image.png') no-repeat -84px 0;
}
#page-container #et-boc .header-top-area .header-social-area li.et-social-pinterest a:hover {
  background: url('images/social-image.png') no-repeat -84px -25px;
}
#page-container #et-boc .header-top-area .header-social-area li.et-social-vimeo a {
  width: 17px;
  height: 15px;
  background: url('images/social-image.png') no-repeat -121px -4px;
}
#page-container #et-boc .header-top-area .header-social-area li.et-social-vimeo a:hover {
  background: url('images/social-image.png') no-repeat -121px -31px;
}
#page-container #et-boc .header-top-area .header-contact ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
#page-container #et-boc .header-top-area .header-contact ul li {
  display: inline-block;
  color: 684155;
}
#page-container #et-boc .header-top-area .header-contact ul li a {
  color: #684155;
}
#page-container #et-boc .header-top-area .header-contact ul li:first-child a {
  font-weight: 700;
  -webkit-transition: .3s all;
  -o-transition: .3s all;
  transition: .3s all;
}
#page-container #et-boc .header-top-area .header-contact ul li:first-child a:hover {
  color: #C97EA7;
}
#page-container #et-boc .header-top-area .header-contact ul li:last-child a {
  background: #684155;
  color: #fff;
  display: inline-block;
  padding: 1px 20px;
  width: 130px;
  font-size: 14px;
  -webkit-border-radius: 5px;
          border-radius: 5px;
  height: 28px;
  text-align: center;
  margin-left: 25px;
  -webkit-transition: .3s all;
  -o-transition: .3s all;
  transition: .3s all;
}
#page-container #et-boc .header-top-area .header-contact ul li:last-child a:hover {
  background: #C97EA7;
}
.navigation-area {
  -webkit-transition: .5s all;
  -o-transition: .5s all;
  transition: .5s all;
}
.navigation-area .et_pb_row {
  -webkit-transition: .5s all;
  -o-transition: .5s all;
  transition: .5s all;
}
.navigation-area .et_pb_menu__logo-wrap {
  max-width: 0;
  -webkit-transition: .5s all;
  -o-transition: .5s all;
  transition: .5s all;
}
.navigation-area nav.et-menu-nav > ul > li {
  margin: 0 19px;
}
.navigation-area nav.et-menu-nav > ul > li > a {
  padding: 30px 0;
  font-weight: 500;
  position: relative;
}
.navigation-area nav.et-menu-nav > ul > li > a::before {
  position: absolute;
  content: "";
  background: #684155;
  width: 0%;
  height: 1px;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-20px);
      -ms-transform: translateX(-50%) translateY(-20px);
          transform: translateX(-50%) translateY(-20px);
  bottom: 0 !important;
  top: auto !important;
  -webkit-transition: .4s all;
  -o-transition: .4s all;
  transition: .4s all;
}
.navigation-area nav.et-menu-nav > ul > li > a:hover::before {
  width: 70%;
}
.navigation-area nav.et-menu-nav > ul > li.current-menu-item a::before {
  width: 70%;
}
.navigation-area nav.et-menu-nav > ul > li .sub-menu {
  padding: 0;
}
.navigation-area nav.et-menu-nav > ul > li .sub-menu li {
  padding: 0;
  width: 100%;
}
.navigation-area nav.et-menu-nav > ul > li .sub-menu li a {
  width: 100%;
  padding: 10px 15px;
}
.has_et_pb_sticky .navigation-area.et_pb_sticky {
  -webkit-box-shadow: 0px 0px 10px #ddd;
          box-shadow: 0px 0px 10px #ddd;
}
.has_et_pb_sticky .navigation-area.et_pb_sticky .et_pb_menu__logo-wrap {
  max-width: 180px;
}
.has_et_pb_sticky .navigation-area.et_pb_sticky .et_pb_row {
  padding-top: 5px !important;
  padding-bottom: 5px !important;
}
/* header area css end 
----------------------------------------*/
.hero-area .et_pb_text_inner {
  text-align: center;
}
.hero-area .et_pb_text_inner h1 {
  display: inline-block;
  margin: 0 auto;
  background: rgba(183, 137, 145, 0.49);
  padding-left: 30px;
  padding-right: 30px;
  padding-top: 14px;
  -webkit-border-radius: 10px;
          border-radius: 10px;
  padding-bottom: 11px;
}
.logo-area ul {
  padding: 0;
  margin: 0;
  list-style: none;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.single-box-image {
  position: relative;
}
.single-box-image .et_pb_main_blurb_image {
  margin: 0 !important;
  overflow: hidden;
}
.single-box-image .et_pb_main_blurb_image img {
  -webkit-transition: .8s all;
  -o-transition: .8s all;
  transition: .8s all;
}
.single-box-image .et_pb_blurb_container {
  position: absolute;
  width: 80%;
  left: 50%;
  top: 50%;
  background: rgba(255, 255, 255, 0.93);
  -webkit-border-radius: 8px;
          border-radius: 8px;
  padding-top: 60px;
  padding-bottom: 58px;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.single-box-image:hover .et_pb_main_blurb_image img {
  -webkit-transform: scale(1.2);
      -ms-transform: scale(1.2);
          transform: scale(1.2);
}
.subscriber-form-area .gfield input {
  border: 1px solid #977986;
  background: transparent;
  padding: 13px 20px !important;
  -webkit-border-radius: 3px;
          border-radius: 3px;
  font-weight: 500;
  color: #1f1f1f;
  font-size: 15px !important;
}
.subscriber-form-area .gfield input::-webkit-input-placeholder {
  color: #1f1f1f;
}
.subscriber-form-area .gfield input::-moz-placeholder {
  color: #1f1f1f;
}
.subscriber-form-area .gfield input:-ms-input-placeholder {
  color: #1f1f1f;
}
.subscriber-form-area .gfield input::-ms-input-placeholder {
  color: #1f1f1f;
}
.subscriber-form-area .gfield input::placeholder {
  color: #1f1f1f;
}
.subscriber-form-area .gform_wrapper {
  position: relative;
}
.subscriber-form-area .gform_footer.top_label {
  width: 170px;
  padding: 0;
  margin: 0;
}
.subscriber-form-area .gform_footer.top_label input.gform_button.button {
  right: 0;
  top: 0;
  background: #7B596B;
  color: #fff;
  letter-spacing: 0;
  font-size: 15px;
  border: 0;
  text-transform: uppercase;
  margin: 0;
  height: 47px;
  width: 170px;
  -webkit-transition: .3s all;
  -o-transition: .3s all;
  transition: .3s all;
}
.subscriber-form-area .gform_footer.top_label input.gform_button.button:hover {
  background: #C97EA7;
}
.subscriber-form-area .gform_body.gform-body {
  width: -webkit-calc(100% - 170px);
  width: calc(100% - 170px);
  padding-right: 22px;
}
.subscriber-form-area form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.testimonial-area .dipl_testimonial_author_image {
  margin-bottom: 30px !important;
}
.testimonial-area .dipl_testimonial_rating {
  display: none;
}
.testimonial-area .dipl_testimonial_desc {
  margin-bottom: 32px;
}
.testimonial-area .dipl_swiper_pagination span {
  border: 1px solid #a78656;
}
.testimonial-area .dipl_testimonial_author_designation {
  font-style: italic;
  margin-top: -5px;
}
div#testimonials {
  display: -webkit-box !important;
  display: -webkit-flex !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: column-reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
  padding-left: 80px;
  padding-right: 80px;
}
div#testimonials .single-testimonial-item {
  text-align: center;
}
div#testimonials .single-testimonial-item .description {
  margin-bottom: 40px;
}
div#testimonials .single-testimonial-item .author-name {
  font-weight: 600;
}
div#testimonials .single-testimonial-item .position {
  font-size: 15px;
  font-style: italic;
  color: #1f1f1f;
}
.testimonial-slider-wrapper .owl-buttons {
  width: 100%;
  height: 40px;
  position: absolute;
  bottom: 40%;
  left: 0;
}
.testimonial-slider-wrapper .owl-prev,
.testimonial-slider-wrapper .owl-next {
  position: absolute;
  left: 0;
  -webkit-transition: all 0.4s ease-in-out 0s;
  -o-transition: all 0.4s ease-in-out 0s;
  transition: all 0.4s ease-in-out 0s;
}
.testimonial-slider-wrapper .owl-next {
  left: auto;
  right: 0;
}
.testimonial-slider-wrapper .owl-buttons .owl-prev:before,
.testimonial-slider-wrapper .owl-buttons .owl-next:before {
  content: "";
  font-size: 60px;
  font-weight: 900;
  line-height: 20px;
  opacity: 0.8;
}
.testimonial-slider-wrapper .owl-buttons .owl-next:before {
  content: "";
}
.testimonial-slider-wrapper .owl-buttons .owl-prev:hover:before,
.testimonial-slider-wrapper .owl-buttons .owl-next:hover:before {
  opacity: 1;
}
.testimonial-slider-wrapper .owl-theme .owl-controls .owl-buttons div {
  background: transparent;
  width: 30px;
  height: 30px;
}
.testimonial-slider-wrapper .owl-theme .owl-controls {
  margin-bottom: 30px;
}
.testimonial-slider-wrapper .owl-theme .owl-controls .owl-page span {
  width: 85px;
  height: 85px;
  -webkit-border-radius: 50%;
          border-radius: 50%;
  background: url("/wp-content/uploads/2021/11/user.png") no-repeat;
  -webkit-background-size: cover;
          background-size: cover;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
  margin: 0;
  position: relative;
  z-index: 1;
}
.testimonial-slider-wrapper .owl-theme .owl-controls .owl-page:nth-child(2) span {
  background: url("/wp-content/uploads/2021/11/user.png") no-repeat;
  -webkit-background-size: cover;
          background-size: cover;
}
.testimonial-slider-wrapper .owl-theme .owl-controls .owl-page:nth-child(3) span {
  background: url("/wp-content/uploads/2021/11/user.png") no-repeat;
  -webkit-background-size: cover;
          background-size: cover;
}
.testimonial-slider-wrapper .owl-theme .owl-controls.clickable .owl-page:hover span {
  opacity: 0.5;
}
.testimonial-slider-wrapper .owl-theme .owl-controls .owl-page.active {
  position: relative;
  z-index: 99;
}
.testimonial-slider-wrapper .owl-theme .owl-controls .owl-page.active span,
.testimonial-slider-wrapper .owl-theme .owl-controls .owl-page.active:hover span {
  opacity: 1;
  -webkit-transform: scale(1.4);
      -ms-transform: scale(1.4);
          transform: scale(1.4);
}
.testimonial-slider-wrapper .owl-theme .owl-controls .owl-buttons .owl-prev {
  background-image: url(images/arrow-left.png);
  background-repeat: no-repeat;
  background-position: center;
  -webkit-background-size: 20px 20px;
          background-size: 20px;
}
.testimonial-slider-wrapper .owl-theme .owl-controls .owl-buttons .owl-next {
  background-image: url(images/arrow-right.png);
  background-repeat: no-repeat;
  background-position: center;
  -webkit-background-size: 20px 20px;
          background-size: 20px;
}
.blog-area .et_pb_ajax_pagination_container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
.blog-area .et_pb_ajax_pagination_container article {
  width: 31%;
  -webkit-box-shadow: -2px 6px 15px #dddddd;
          box-shadow: -2px 6px 15px #dddddd;
  margin-right: 3%;
  padding-bottom: 25px;
}
.blog-area .et_pb_ajax_pagination_container article:nth-child(3n+3) {
  margin-right: 0;
}
.blog-area .et_pb_ajax_pagination_container article a.entry-featured-image-url {
  display: block;
  margin-bottom: 0 !important;
}
.blog-area .et_pb_ajax_pagination_container article a.entry-featured-image-url img {
  width: 100%;
  display: block;
  height: 200px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.blog-area .et_pb_ajax_pagination_container article h2.entry-title {
  padding: 0 20px;
  font-size: 18px !important;
  line-height: 1.3;
  padding-top: 20px;
  font-weight: bold;
}
.blog-area .et_pb_ajax_pagination_container article p.post-meta {
  padding: 20px;
  padding-bottom: 0;
  padding-top: 10px;
}
.blog-area .et_pb_ajax_pagination_container div {
  width: 100%;
}
.blog-area .et_pb_ajax_pagination_container div .pagination a {
  color: #14222b;
  font-weight: 700;
  -webkit-transition: .3s all;
  -o-transition: .3s all;
  transition: .3s all;
}
.blog-area .et_pb_ajax_pagination_container div .pagination a:hover {
  color: #684155;
}
.blog-area .et_pb_ajax_pagination_container div .pagination .alignleft a {
  float: left;
}
.blog-area .et_pb_ajax_pagination_container div .pagination .alignright {
  width: 100%;
}
.blog-area .et_pb_ajax_pagination_container div .pagination .alignright a {
  float: right;
}
@media all and (max-width: 980px) {
  .blog-area .et_pb_ajax_pagination_container article {
    width: 100%;
    margin-right: 0 !important;
  }
}
.footer-link article {
  margin-bottom: 10px;
}
.footer-contact ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
.footer-contact ul li {
  margin-bottom: 15px;
}
#page-container #footer-area .footer-social-area li {
  margin-right: 10px ;
}
#page-container #footer-area .footer-social-area li a {
  background-color: transparent!important;
  -webkit-transition: .7s all;
  -o-transition: .7s all;
  transition: .7s all;
}
#page-container #footer-area .footer-social-area li a::before {
  display: none !important;
}
#page-container #footer-area .footer-social-area li.et-social-facebook a {
  width: 22px;
  height: 21px;
  background: url('images/social-image.png') no-repeat 0 -52px;
}
#page-container #footer-area .footer-social-area li.et-social-facebook a:hover {
  background: url('images/social-image.png') no-repeat 0 -26px;
}
#page-container #footer-area .footer-social-area li.et-social-instagram a {
  width: 21px;
  height: 20px;
  background: url('images/social-image.png') no-repeat -42px -52px;
}
#page-container #footer-area .footer-social-area li.et-social-instagram a:hover {
  background: url('images/social-image.png') no-repeat -42px -26px;
}
#page-container #footer-area .footer-social-area li.et-social-pinterest a {
  width: 23px;
  height: 23px;
  background: url('images/social-image.png') no-repeat -84px -51px;
}
#page-container #footer-area .footer-social-area li.et-social-pinterest a:hover {
  background: url('images/social-image.png') no-repeat -84px -25px;
}
#page-container #footer-area .footer-social-area li.et-social-vimeo a {
  width: 17px;
  height: 15px;
  background-color: transparent!important;
  background: url('images/social-image.png') no-repeat -121px -55px;
}
#page-container #footer-area .footer-social-area li.et-social-vimeo a:hover {
  background: url('images/social-image.png') no-repeat -121px -31px;
}
.footer-menu ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
.footer-menu ul li {
  margin-bottom: 12px;
}
.cool-timeline.white-timeline .timeline-year {
  display: none;
}
.timeline-area h2.timeline-main-title.center-block {
  display: none  !important;
}
.timeline-area div#scrollto-section-tm-default-default-16-navi-2022 {
  display: none;
}
.timeline-icon.icon-larger.iconbg-turqoise.icon-color-white {
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}
.timeline-area .timeline-content .content-title {
  padding: 30px 15px !important;
  -webkit-border-radius: 5px !important;
          border-radius: 5px !important;
  text-transform: capitalize;
}
.timeline-area .content-details {
  background: #F1F1F1;
  -webkit-border-radius: 5px !important;
          border-radius: 5px !important;
  padding-bottom: 20px !important;
}
.timeline-area .cool-timeline .timeline-post .timeline-meta .meta-details span.custom_story_lbl_2 {
  font-size: 100%;
}
#home-select-box select {
  padding: 10px 50px 10px 20px;
  font-size: 20px;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  background: #ffffff url(/wp-content/uploads/2022/01/select-arrow.svg) no-repeat;
  background-position: -webkit-calc(100% - 16px) center;
  background-position: calc(100% - 16px) center;
  -webkit-border-radius: 0;
  border-radius: 0;
  line-height: 1.2!important;
}
.gform_wrapper .gform_footer input.button {
  color: #FFFFFF!important;
  border-width: 0px!important;
  -webkit-border-radius: 4px;
          border-radius: 4px;
  font-size: 15px;
  background-color: rgba(104, 65, 85, 0.85);
  text-transform: uppercase;
  letter-spacing: 0;
  -webkit-transition: all 300ms ease 0ms;
  -o-transition: all 300ms ease 0ms;
  transition: all 300ms ease 0ms;
}
.gform_wrapper .gform_footer input.button:hover {
  background-image: initial;
  background-color: #c97ea7;
}
.image-title-overlay {
  position: relative;
  cursor: pointer;
}
.image-title-overlay .et_pb_blurb_content {
  line-height: 0;
}
.image-title-overlay .et_pb_main_blurb_image {
  margin-bottom: 0;
  position: relative;
}
.image-title-overlay .et_pb_blurb_container {
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 20px;
  width: 100%;
  line-height: 0;
  background: rgba(183, 137, 145, 0.49);
}
.image-title-overlay .et_pb_blurb_container .et_pb_module_header {
  color: white!important;
  position: relative;
  z-index: 2;
  padding-bottom: 0;
}
.mfp-wrap .mfp-close:active {
  top: 0!important;
}
.sticky-active {
  display: none!important;
}
.et_pb_sticky .sticky-active {
  display: block!important;
}
.sg-popup-builder-content {
  text-align: center;
  padding: 15px;
}
.mfp-container .white-popup-block {
  background: white;
  max-width: 500px;
  padding: 20px;
  position: relative;
  margin: 0 auto;
}
.mfp-container .white-popup-block.medium-width-popup {
  max-width: 700px;
}
.mfp-container .white-popup-block.large-width-popup {
  max-width: 900px;
}
.mfp-container .white-popup-block h2 {
  line-height: 1.3;
}
.mfp-container .white-popup-block form {
  overflow: hidden;
  text-align: left;
}
.mfp-container .white-popup-block form .gform_footer {
  padding-bottom: 0;
}
.mfp-container .white-popup-block #gform_3_validation_container {
  display: none;
}
.mfp-container .white-popup-block .gform_wrapper .gfield_validation_message,
.mfp-container .white-popup-block .gform_wrapper .validation_message {
  padding: 5px;
}
.mfp-container .white-popup-block #gform_submit_button_3 {
  float: none;
}
.mfp-container .white-popup-block .disc {
  font-size: 15px;
  line-height: 1;
}
.bio-photo img {
  -o-object-fit: cover;
     object-fit: cover;
  background: white;
  -webkit-border-radius: 50%;
          border-radius: 50%;
  border: 5px solid white;
  width: 250px!important;
  height: 250px!important;
}
.bios-testimonial-module .et_pb_slide_description {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.bios-testimonial-module .et_pb_slide_description .et_pb_slide_title {
  font-size: 18px!important;
  font-weight: bold!important;
  -webkit-box-ordinal-group: 3;
  -webkit-order: 2;
      -ms-flex-order: 2;
          order: 2;
  margin-top: 30px!important;
}
.bios-testimonial-module .et_pb_slide_description .et_pb_slide_content {
  font-style: italic;
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
      -ms-flex-order: 1;
          order: 1;
}
#grid-main-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
#grid-main-container .single-grid {
  width: 100%;
  max-width: 280px;
  text-align: center;
  margin-left: 15px;
  margin-right: 15px;
  margin-bottom: 40px;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
#grid-main-container .single-grid:hover {
  -webkit-transform: scale(1.1);
      -ms-transform: scale(1.1);
          transform: scale(1.1);
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
#grid-main-container .single-grid a {
  display: block;
}
#grid-main-container .single-grid img {
  width: 280px;
  height: 280px;
  -webkit-border-radius: 50%;
          border-radius: 50%;
  border: 5px solid #684155;
  margin-bottom: 10px;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
#grid-main-container .single-grid h4 {
  font-weight: bold;
  text-transform: uppercase;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
#footer-recent-posts ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
#footer-recent-posts ul li {
  padding: 8px 0;
}
#footer-recent-posts ul li a {
  color: white;
}
#footer-recent-posts ul li a:hover {
  color: #c97ea7;
}
#venues-gallery-container .search-venues {
  margin-bottom: 40px;
}
#venues-gallery-container .search-venues input[type="text"] {
  padding: 10px;
  font-size: 18px;
  width: 100%;
  max-width: 320px;
  text-align: center;
}
#venues-gallery-container .venues-gallery-grid {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
#venues-gallery-container .venues-gallery-grid .single-venues {
  margin-bottom: 20px;
  width: -webkit-calc(33.3% - 20px);
  width: calc(33.3% - 20px);
  margin-left: 10px;
  margin-right: 10px;
  position: relative;
}
#venues-gallery-container .venues-gallery-grid .single-venues img {
  width: 100%;
  height: 100%;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
}
#venues-gallery-container .venues-gallery-grid .single-venues .caption-area {
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 15px;
  color: white;
  width: 100%;
  line-height: 1.3;
  background: rgba(183, 137, 145, 0.49);
  text-align: center;
}
#venues-gallery-container .venues-gallery-grid .single-venues .caption-area .venue-name {
  font-weight: bold;
}
/*** Responsive Styles Large Desktop And Above ***/
/*** Responsive Styles Standard Desktop Only ***/
@media all and (min-width: 981px) and (max-width: 1199px) {
  .has_et_pb_sticky .navigation-area.et_pb_sticky nav.et-menu-nav > ul > li {
    -webkit-transition: .5s all;
    -o-transition: .5s all;
    transition: .5s all;
    margin: 0 8px;
  }
}
/*** Responsive Styles Tablet And Below ***/
@media all and (max-width: 980px) {
  .header-top-area .et_pb_column {
    width: 50%;
    margin: 0;
  }
  #venues-gallery-container .venues-gallery-grid .single-venues {
    width: -webkit-calc(50% - 20px);
    width: calc(50% - 20px);
  }
  .menu-area .et_pb_menu__logo-wrap {
    -webkit-box-align: start !important;
    -webkit-align-items: flex-start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important;
  }
  .menu-area .et_pb_menu__logo-wrap .et_pb_menu__logo {
    margin: 0;
  }
  .menu-area .et_mobile_nav_menu span.mobile_menu_bar {
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  .menu-area ul.et_mobile_menu {
    padding: 0 !important;
    top: 93px !important;
  }
  .menu-area ul.et_mobile_menu li a {
    padding: 10px 15px;
    font-size: 15px !important;
  }
  .logo-area ul {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .logo-area ul li {
    margin: 0 20px;
  }
  .testimonial-slider-wrapper .owl-theme .owl-controls .owl-page span {
    width: 70px;
    height: 70px;
  }
  div#testimonials {
    padding-left: 25px;
    padding-right: 25px;
  }
  div#testimonials .single-testimonial-item .description {
    font-size: 17px;
  }
  div#testimonials .single-testimonial-item .author-name {
    font-size: 17px;
  }
  .testimonial-slider-wrapper .owl-theme .owl-controls .owl-buttons .owl-prev {
    left: -10px;
  }
  .testimonial-slider-wrapper .owl-theme .owl-controls .owl-buttons .owl-next {
    right: -10px;
  }
  .navigation-area .et_pb_menu__logo-wrap {
    max-width: 180px;
  }
  .cool-timeline.white-timeline .timeline-post.even .timeline-meta .meta-details {
    margin-bottom: 15px !important;
  }
  .cool-timeline.white-timeline .timeline-post.even .timeline-meta .meta-details span {
    font-size: 16px !important;
    font-weight: 700 !important;
  }
  .cool-timeline .timeline-post .timeline-content h2.content-title a {
    font-size: 18px !important;
  }
}
/*** Responsive Styles Smartphone Only ***/
@media all and (max-width: 767px) {
  .bio-photo img {
    width: 250px!important;
    height: 250px!important;
  }
  .header-top-area .et_pb_column {
    width: 100%;
    margin: 0;
  }
  .header-top-area .header-contact ul li {
    margin: 0 10px;
    margin-top: 5px;
  }
  .header-top-area .header-contact ul li:last-child a {
    margin: 0;
  }
  .subscriber-form-area .gform_body.gform-body {
    width: 100%;
    padding-right: 0;
    margin-bottom: 30px;
  }
  .subscriber-form-area .gform_footer.top_label {
    width: 100%;
  }
  .subscriber-form-area .gform_footer.top_label input.gform_button.button {
    width: 100%;
    line-height: 1 !important;
  }
  .subscriber-form-area .gfield input {
    line-height: 1 !important;
  }
  .testimonial-slider-wrapper .owl-theme .owl-controls .owl-page span {
    width: 40px;
    height: 40px;
  }
  div#testimonials {
    padding-left: 25px;
    padding-right: 25px;
  }
  div#testimonials .single-testimonial-item .description {
    font-size: 17px;
  }
  div#testimonials .single-testimonial-item .author-name {
    font-size: 17px;
  }
  .testimonial-slider-wrapper .owl-theme .owl-controls .owl-buttons .owl-prev {
    left: -10px;
  }
  .testimonial-slider-wrapper .owl-theme .owl-controls .owl-buttons .owl-next {
    right: -10px;
  }
}
@media all and (max-width: 550px) {
  #venues-gallery-container .venues-gallery-grid .single-venues {
    width: 100%;
    max-width: 300px;
    margin-left: auto;
    margin-right: auto;
  }
}
/*** Responsive Styles Smartphone Portrait ***/
@media all and (max-width: 479px) {
  #grid-main-container .single-grid {
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 25px;
  }
  #grid-main-container .single-grid img {
    width: 250px;
    height: 250px;
  }
}
.hidden {
  display: none;
}

.et_builder_inner_content:not(.has_et_pb_sticky) .et_pb_row--with-menu .et_pb_menu__logo{
	display:none;
}