:root {
  --primari-button-color: #4F704E;
}

.virtual-button {
  width: 76px;
  height: 37px;
  background: #D5EEC6;
  border-radius: 214px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #244030;
  font-weight: 800;
  font-size: 14px;
  line-height: 33px;
  text-transform: capitalize;
}
@media (max-width: 768px) {
  .virtual-button {
    display: none;
  }
}

body {
  margin-top: 120px;
}

.main-button {
  background: #4F704E;
  border-radius: 10px;
  color: #FFFFFF;
  padding: 12px 50px 12px 30px;
  position: relative;
  width: 100%;
}
.main-button:after {
  position: absolute;
  width: 25px;
  height: 8px;
  content: "";
  background-image: url("../images/svg/arrow.svg");
  top: 20px;
  right: 13px;
}

.main-button:hover {
  background: saddlebrown;
  -webkit-box-shadow: 7px 1px 41px -4px rgba(159, 97, 38, 0.6);
  -moz-box-shadow: 7px 1px 41px -4px rgba(159, 97, 38, 0.6);
  box-shadow: 7px 1px 41px -4px rgba(159, 97, 38, 0.6);
}

.background-img {
  width: 100%;
  background-image: url("../images/svg/bg.png");
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-attachment: fixed;
}
@media (max-width: 768px) {
  .background-img {
    background-size: 100%;
  }
}

.container {
  max-width: 1024px;
  width: 100%;
  margin: 0 auto;
  padding: 10px;
}

.button-3d {
  position: absolute;
  top: 0;
  right: 55px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 89px;
  /* The slider */
  /* Rounded sliders */
}
.button-3d .switch {
  position: relative;
  display: inline-block;
  width: 57px;
  height: 28px;
}
.button-3d .switch input {
  display: none;
}
.button-3d .slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.button-3d .slider:before {
  position: absolute;
  content: "";
  height: 20px;
  width: 20px;
  left: 4px;
  bottom: 4px;
  background-color: white;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.button-3d input:checked + .slider {
  background: #4F704E;
}
.button-3d input:focus + .slider {
  box-shadow: 0 0 1px #4F704E;
}
.button-3d input:checked + .slider:before {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(26px);
}
.button-3d .slider.round {
  border-radius: 34px;
}
.button-3d .slider.round:before {
  border-radius: 50%;
}

.mass-media .title-and-button {
  display: flex;
  justify-content: space-between;
  max-width: 1024px;
  width: 100%;
  margin: 0 auto 100px;
  align-items: center;
}
@media (max-width: 768px) {
  .mass-media .title-and-button {
    flex-direction: column;
    margin: 0 auto 30px;
  }
}
.mass-media .title-and-button a {
  max-width: 200px;
}

.swiper-button-prev,
.swiper-button-next {
  background-image: url("../images/slider-arrow.png");
  background-size: cover;
  max-width: 43px;
  border-radius: 50%;
  width: 100%;
}

.swiper-button-prev {
  transform: rotate(180deg);
}

h2, h1 {
  color: #142E38;
}

.breadcrumbs {
  padding: 0 10px;
}

.attachment-thumbnail .size-thumbnail {
  height: 80px;
}

.breadcrumbs-top span {
  color: black;
}

.breadcrumbs-top {
  background: #F5EEE6;
}

/*# sourceMappingURL=base.css.map */
