/*
 Theme Name:   Vox Populi Child
 Theme URI:    http://vox-populi.bold-themes.com
 Description:  Vox Populi child theme
 Author:       BoldThemes
 Author URI:   http://bold-themes.com
 Template:     vox-populi
 Version:      1.0.0
 Tags:         one-column, right-sidebar, custom-menu, featured-images, sticky-post, theme-options, threaded-comments, translation-ready
 Text Domain:  vox-populi-child
*/
.bt_bb_accordion_item_title {
  padding: 30px 0 !important;
}

.page-id-2742 .bt_bb_style_filled.bt_bb_accordion .bt_bb_accordion_item .bt_bb_accordion_item_title {
  border-bottom: 1px solid #CCC !important;
}

.page-id-13 form {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 20px;
}

.page-id-13 form p {
  margin: 0 !important;
}

.page-id-13 form p:nth-child(2),
.page-id-13 form p:nth-child(3) {
  grid-column: span 1;
}

.page-id-13 form p:nth-child(4),
.page-id-13 form p:nth-child(5),
.page-id-13 form p:nth-child(6) {
  grid-column: span 2;
}

.page-id-13 form p:nth-child(6) {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

.page-id-13 form p:nth-child(6) .wpcf7-spinner {
  -webkit-order: -1 !important;
  -ms-order: -1 !important;
  order: -1 !important;
}

.page-id-13 form p,
.page-id-13 form textarea {
  width: 100% !important;
}

.page-id-13 form p textarea {
  height: 150px;
  resize: none;
}

.lawn-form {
  display: none;
  background: #FFF !important;
  padding: 40px !important;
  max-width: 767px !important;
  width: 90% !important;
  margin: 50px auto 0;
}

.closeThis {
  position: absolute;
  top: -65px;
  right: -90px;
  width: 45px;
  height: 45px;
  background-color: #0a2d49;
  color: #FFF;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
}

#designed-by p {
  font-size: 13px;
}

.push-down-40 {
  margin-bottom: 40px;
}

h1, h2, h3, h4, h5 {
  font-weight: 800 !important;
}

.hide-desktop {
  display: none;
}

@media (max-width: 1199px) {

  .page-id-2742 .bt_bb_section .bt_bb_background_image_holder_wrapper .bt_bb_background_image_holder,
  .page-id-2015 .bt_bb_section .bt_bb_background_image_holder_wrapper .bt_bb_background_image_holder,
  .page-id-13 .bt_bb_section .bt_bb_background_image_holder_wrapper .bt_bb_background_image_holder,
  .page-id-2771 .bt_bb_section .bt_bb_background_image_holder_wrapper .bt_bb_background_image_holder {
    left: -700px !important;
  }

  .page-id-2645 .bt_bb_section .bt_bb_background_image_holder_wrapper .bt_bb_background_image_holder {
    left: -210px !important;
  }

  .page-id-2742 .bt_bb_section .bt_bb_background_image_holder_wrapper .bt_bb_background_image_holder:after,
  .page-id-2015 .bt_bb_section .bt_bb_background_image_holder_wrapper .bt_bb_background_image_holder:after,
  .page-id-13 .bt_bb_section .bt_bb_background_image_holder_wrapper .bt_bb_background_image_holder:after,
  .page-id-2771 .bt_bb_section .bt_bb_background_image_holder_wrapper .bt_bb_background_image_holder:after,
  .page-id-2645 .bt_bb_section .bt_bb_background_image_holder_wrapper .bt_bb_background_image_holder:after {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.5);
  }
}

@media (max-width: 991px) {
  .pg-content-img {
    -webkit-order: -1 !important;
    -ms-order: -1 !important;
    order: -1 !important;
  }

  .lawn-form {
    margin: 125px auto 0;
    padding: 25px !important;
  }

  .hide-desktop {
    display: block;
  }

  .hide-mobile {
    display: none !important;
  }
}