#wpadminbar {
  position: fixed;
  overflow: hidden;
}
.gallery {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  align-items: flex-start;
  -ms-flex-align: start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  margin: 0 -15px;
}
.gallery a, .gallery img {
  display: block;
  width: 100%;
}
.gallery img {
  height: auto;
}
.gallery-item {
  position: relative;
  width: 100%;
  margin: 0;
  padding: 15px;
}
.gallery-caption {
  position: absolute;
  right: 15px;
  bottom: 15px;
  left: 15px;
  margin: 0;
  padding: 5px;
  background-color: rgba(0, 0, 0, 0.6);
  color: #fff;
  text-align: center;
  cursor: pointer;
  transition: all ease-in-out 0.25s;
}
.gallery-item:hover .gallery-caption {
  background-color: rgba(0, 0, 0, 0.9);
}
@media (min-width: 961px) {
  .gallery-columns-2 .gallery-item {
    width: 50%;
  }
}
@media (min-width: 641px) and (max-width: 960px) {
  .gallery-columns-3 .gallery-item {
    width: 50%;
  }
}
@media (min-width: 961px) {
  .gallery-columns-3 .gallery-item {
    width: 33.33333%;
  }
}
@media (min-width: 641px) and (max-width: 960px) {
  .gallery-columns-4 .gallery-item {
    width: 50%;
  }
}
@media (min-width: 961px) and (max-width: 1200px) {
  .gallery-columns-4 .gallery-item {
    width: 33.33333%;
  }
}
@media (min-width: 1201px) {
  .gallery-columns-4 .gallery-item {
    width: 25%;
  }
}
@media (min-width: 641px) and (max-width: 960px) {
  .gallery-columns-5 .gallery-item {
    width: 33.33333%;
  }
}
@media (min-width: 961px) and (max-width: 1200px) {
  .gallery-columns-5 .gallery-item {
    width: 25%;
  }
}
@media (min-width: 1201px) {
  .gallery-columns-5 .gallery-item {
    width: 20%;
  }
}
@media (min-width: 0) and (max-width: 640px) {
  .gallery-columns-6 .gallery-item {
    width: 50%;
  }
}
@media (min-width: 641px) and (max-width: 960px) {
  .gallery-columns-6 .gallery-item {
    width: 33.33333%;
  }
}
@media (min-width: 961px) and (max-width: 1200px) {
  .gallery-columns-6 .gallery-item {
    width: 25%;
  }
}
@media (min-width: 1201px) {
  .gallery-columns-6 .gallery-item {
    width: 16.66667%;
  }
}
@media (min-width: 0) and (max-width: 640px) {
  .gallery-columns-7 .gallery-item {
    width: 50%;
  }
}
@media (min-width: 641px) and (max-width: 960px) {
  .gallery-columns-7 .gallery-item {
    width: 33.33333%;
  }
}
@media (min-width: 961px) and (max-width: 1200px) {
  .gallery-columns-7 .gallery-item {
    width: 20%;
  }
}
@media (min-width: 1201px) {
  .gallery-columns-7 .gallery-item {
    width: 14.28571%;
  }
}
@media (min-width: 0) and (max-width: 640px) {
  .gallery-columns-8 .gallery-item {
    width: 50%;
  }
}
@media (min-width: 641px) and (max-width: 960px) {
  .gallery-columns-8 .gallery-item {
    width: 25%;
  }
}
@media (min-width: 961px) and (max-width: 1200px) {
  .gallery-columns-8 .gallery-item {
    width: 16.66667%;
  }
}
@media (min-width: 1201px) {
  .gallery-columns-8 .gallery-item {
    width: 12.5%;
  }
}
@media (min-width: 0) and (max-width: 640px) {
  .gallery-columns-9 .gallery-item {
    width: 50%;
  }
}
@media (min-width: 641px) and (max-width: 960px) {
  .gallery-columns-9 .gallery-item {
    width: 25%;
  }
}
@media (min-width: 961px) and (max-width: 1200px) {
  .gallery-columns-9 .gallery-item {
    width: 14.28571%;
  }
}
@media (min-width: 1201px) {
  .gallery-columns-9 .gallery-item {
    width: 11.11111%;
  }
}
.elementor-section {
  padding: 10px;
}
@media (max-width: 639px) {
  .elementor-widget-heading .elementor-heading-title.elementor-size-default {
    font-size: 26px;
    line-height: 35px;
  }
}
@media (min-width: 640px) {
  .elementor-widget-heading .elementor-heading-title.elementor-size-default {
    font-size: 35px;
    line-height: 44px;
  }
}
@media (max-width: 639px) {
  .elementor-widget-heading .elementor-heading-title.elementor-size-large {
    font-size: 30px;
    line-height: 35px;
  }
}
@media (min-width: 640px) {
  .elementor-widget-heading .elementor-heading-title.elementor-size-large {
    font-size: 45px;
    line-height: 49px;
  }
}
.withTriangle .elementor-widget-container {
  position: relative;
}
.withTriangle .elementor-widget-container:before {
  position: absolute;
  top: -15px;
  left: -19px;
  display: block;
  max-height: 100%;
  width: 50px;
  height: 95px;
  background-image: url("../img/title.svg");
  background-position: left center;
  background-size: contain;
  background-repeat: no-repeat;
  content: "";
}
.withTriangle .elementor-heading-title {
  position: relative;
}
.elementor-button-link {
  transition: all ease-in-out 0.25s;
  position: relative;
  display: inline-block;
  padding: 11px 30px;
  color: #000;
  font-size: 16px;
  line-height: 20px;
  cursor: pointer;
  text-align: center;
  background-color: transparent;
}
@media (max-width: 639px) {
  .elementor-button-link {
    padding-right: 15px;
    padding-left: 15px;
    font-size: 13px;
  }
}
.elementor-button-link:visited {
  color: #000;
}
.elementor-button-link:before {
  transition: all ease-in-out 0.25s;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: block;
  background-color: #fff;
  transform: skew(170deg);
  content: "";
}
.elementor-button-link:hover:before {
  background-color: #ddd;
}
.elementor-button-link > span {
  position: relative;
  z-index: 1;
}
.elementor-button-link:hover {
  color: inherit;
}
.elementor-element.elementor-button-info .elementor-button-link {
  color: #fff;
  background-color: transparent;
}
.elementor-element.elementor-button-info .elementor-button-link:visited {
  color: #fff;
}
.elementor-element.elementor-button-info .elementor-button-link:before {
  background-color: #488fb8;
}
.elementor-element.elementor-button-info .elementor-button-link:hover:before {
  background-color: #397394;
}
.elementor-element.elementor-button-success .elementor-button-link {
  background-color: transparent;
}
.elementor-element.elementor-button-success .elementor-button-link:before {
  background-color: #ffc700;
}
.elementor-element.elementor-button-success .elementor-button-link:hover:before {
  background-color: #cc9f00;
}
div.wpcf7-response-output {
  margin: 20px 0 0;
  padding: 15px 20px;
}
.select2-container--default .select2-selection--single {
  height: 35px;
  border-color: #ccc;
  border-radius: 0;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
  line-height: 33px;
}
.select2-container--default .select2-selection--single .select2-selection__arrow b {
  margin-top: 1px;
  margin-left: -8px;
}
.wp-pagenavi {
  display: flex;
  align-content: center;
  flex-wrap: wrap;
  justify-content: center;
  margin: 20px 0;
  border: 1px solid #ddd;
  background-color: #fff;
}
.wp-pagenavi a, .wp-pagenavi span {
  display: block;
  width: 40px;
  height: 40px;
  text-align: center;
  font-size: 16px;
  line-height: 40px;
  transition: all ease-in-out 0.25s;
}
.wp-pagenavi a:hover {
  background-color: #3a6498;
  color: #fff;
}
.wp-pagenavi .current {
  background-color: #3a6498;
  color: #fff;
}
.elementor-accordion .elementor-accordion-item {
  /*.elementor-accordion-icon {
            width: 28px;
            height: 28px;
            background-color: #000;
            color: #fff;
            text-align: center;
            line-height: 28px;

            &.elementor-accordion-icon-left {
                text-align: center;
            }
        }

        .elementor-accordion-icon-opened {
            background-color: #f16542;
        }*/
}
.elementor-accordion .elementor-accordion-item .elementor-tab-title {
  padding: 10px 7px;
  background-color: #eee;
}
.elementor-accordion .elementor-accordion-item .elementor-tab-title:after {
  display: table;
  clear: both;
  content: "";
}
.elementor-accordion .elementor-accordion-item .elementor-accordion-icon {
  font-size: 22px;
}
.wpcf7 .x-cf-field {
  display: block;
  margin-bottom: 10px;
}
.wpcf7 .x-cf-label {
  display: block;
}
.wpcf7-text, .wpcf7-textarea {
  display: block;
  max-width: 100%;
  width: 380px;
  padding: 0 10px;
  border: 1px solid #ccc;
}
.wpcf7-text {
  height: 35px;
}
.wpcf7-textarea {
  padding: 5px 10px;
  resize: vertical;
}
.wpcf7-form label {
  font-weight: 500;
  line-height: 2;
}
.wpcf7-submit {
  display: inline-block;
  padding: 0 10px;
  outline: 0;
  border: 0;
  border-radius: 0;
  background-color: #1665a8;
  box-shadow: 0 0 2px #fff;
  color: #fff;
  text-align: center;
  line-height: 35px;
  cursor: pointer;
  transition: all ease-in-out 0.25s;
}
.wpcf7-submit:hover {
  background-color: #004987;
}
.wpcf7 form .wpcf7-response-output {
  margin: 20px 0 0;
}
.rvfField {
  margin-bottom: 10px;
}
.rvfField .wpcf7-select {
  display: block;
  max-width: 100%;
  width: 380px;
  height: 35px;
  padding: 0 7px;
  border: 1px solid #ccc;
}
.rvfField .wpcf7-not-valid-tip {
  padding-top: 3px;
  font-size: 14px;
}
.rvfField-label {
  display: block;
  padding-bottom: 3px;
}
.rvfFooter {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.rvfFooter span[data-name="hcap-cf7"] {
  flex-basis: 100%;
  width: 100%;
}
.rvfRating {
  display: flex;
  margin-top: -3px;
}
.rvfRating-item {
  width: 26px;
  height: 26px;
  background-image: url(../img/review/star-o.svg);
  background-position: center;
  background-size: 24px 24px;
  background-repeat: no-repeat;
  cursor: pointer;
}
.rvfRating-item--active {
  background-image: url(../img/review/star.svg);
}
span[data-name="hcap-cf7"] ~ input[type="submit"], span[data-name="hcap-cf7"] ~ button[type="submit"] {
  margin-top: 8px !important;
}
/*# sourceMappingURL=custom.css.map */