/*
Theme Name: Custom
Author: Me
Version: 1000
base color: #495f8a
*/

* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  vertical-align: top;
  font-weight: normal;
  outline: none;
}
ol, ul {
  padding-left: 4px;
}
strong {
  font-weight: 600;
}
input[type="text"],
input[type="password"],
textarea {
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
}
html[lang] {
  margin-top: 0!important;
}
body {
  color: #275361;
  font: normal 18px/1.6 "Montserrat", sans-serif;
}
.wrapper {
  margin: 0 auto;
  max-width: 1280px;
  padding-left: 15px;
  padding-right: 15px;
}
.head {
  position: relative;
  height: 190px;
}
.head .shd1 {
  position: absolute;
  left: -227px;
  height: 68px;
  width: 699px;
  background: url("images/shd1.webp") no-repeat 0 0 / 699px 68px;
}
.head a.logo {
  position: absolute;
  width: 114px;
  height: 157px;
  margin: 18px 0 0 0;
  background: url("images/logo.webp") no-repeat left top / contain;
}
.head .logo-type {
  position: absolute;
  margin: 41px 0 0 147px;
  line-height: 1.4;
  font-size: 27px;
}
.head .menu {
  height: 37px;
  display: inline-block;
}
.head .menu li {
  float: left;
  list-style: none;
}
.head .menu li a {
  display: block;
  padding: 3px 10px 0 10px;
  font: 400 18px/1.4 "Montserrat", sans-serif;
  color: #275361;
  text-transform: uppercase;
  text-decoration: none;
  border-radius: 8px;
}
.head .menu li.current_page_item a,
.head .menu .current_page_item a:hover {
  color: #fff;
  background-color: #ab9482;
}
.head .menu li a:hover {
  color: #ab9482;
}
.nav-hold {
  position: relative;
  margin: 45px 0 0 0;
  float: right;
  text-align: right;
}
.nav-hold .phone {
  display: block;
  padding: 20px 0;
  text-align: right;
}
.nav-hold .phone svg {
  display: inline-block;
  height: 40px;
  width: 40px;
  margin-right: 10px;
  vertical-align: top;
}
.nav-hold .phone span {
  display: inline-block;
  line-height: 40px;
  font-size: 27px;
  color: #9d816c;
  font-weight: 500;
}
#nav-icon {
  display: none;
  width: 40px;
  cursor: pointer;
}
#nav-icon:after,
#nav-icon:before,
#nav-icon span {
  background-color: #9d816c;
  border-radius: 2px;
  content: "";
  display: block;
  height: 3px;
  margin: 7px 0;
  transition: all 0.2s ease-in-out;
}
#nav-icon.active:hover:before {
  transform: translateY(11px) rotate(135deg);
}
#nav-icon.active:hover:after {
  transform: translateY(-9px) rotate(-135deg);
}
#nav-icon.active:hover span {
  transform: scale(0);
}
.over-slider {
  position: absolute;
  top: 0;
  overflow: hidden;
  border-radius: 8px;
  width: 100%;
  height: 100%;
  z-index: 1000;
  background-color: rgba(72, 95, 138, 0.1);
  box-shadow: 0 38px 67px -39px hsl(220 31% 11% / 0.8);
}
.over-slider .wrap {
  margin: 0 auto;
  max-width: 1280px;
}
.over-slider .shd2 {
  height: 67px;
  width: 690px;
  background: url("images/shd2.webp") no-repeat 0 0 / contain,
    url("images/shd2.webp") no-repeat 0 0 / contain;
}
.over-slider .shd2.bottom {
  height: 67px;
  width: 690px;
  margin-left: initial;
  transform: rotate(180deg);
  bottom: 0;
  position: absolute;
  right: 0;
}
#nice-slider .caption {
  font: 600 34px/1.2 "Montserrat", sans-serif !important;
  letter-spacing: 3px;
  word-spacing: 6px;
  color: rgba(255, 255, 255, 1);
}
#nice-slider-pager,
#nice-slider-prev,
#nice-slider-next,
#nice-slider-pause-play {
  display: none;
}
#small-slider {
  position: relative;
  height: 150px;
  border-radius: 8px;
  background-position: center center;
  background-size: cover;
}
#cookielaw {
  visibility: hidden;
  width: 100%;
  bottom: 0;
  left: 0;
  position: fixed;
  padding: 17px 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  color: #fff;
  line-height: 1.3;
  font-size: 14px;
  background-color: #495f8a;
  z-index: 99999;
}
#cookielaw button {
  margin-left: 10px;
  min-width: 200px;
  padding: 10px 25px;
  border: none;
  border-radius: 6px;
  color: #fff;
  background: #ab9482;
  cursor: pointer;
  font-size: 17px;
}
.fade-in {
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}
body .list-1 li {
  padding: 10px 0 20px 52px;
  background: no-repeat url('images/check-cont.svg') 0 0 / 38px 34px;
  line-height: 1.2;
  list-style: none;
}

@media (max-width: 1080px) {
  #nav-icon {
    display: inline-block;
  }
  .head .menu {
    display: none;
    height: auto;
    background-color: #fff;
    z-index: 1010;
    position: relative;
    padding: 12px 5px;
    position: absolute;
    right: 0;
    border-radius: 5px 0;
    box-shadow: 0 3px 6px #00000039;
  }
  .head .menu li {
    float: none;
    margin-top: 10px;
  }
  .head .menu li:first-child {
    margin-top: 0;
  }
}
@media (min-width: 1082px) {
  .head .menu li:last-child {
    margin-right: -10px;
  }
}

/*----------------------------------------------------------*/
.cont {
  padding-top: 60px;
  padding-bottom: 44px;
}

.hentry {
  padding: 0 0 44px 0;
}
h1.page-title {
  font-size: 27px !important;
  text-transform: uppercase;
  margin: 0;
  color: #9d816c;
  font-weight: 700;
  letter-spacing: 1px;
  word-spacing: 5px;
  margin: 0 0 40px !important;
}
.hentry .page-title a {
  color: #9d816c;
  font-weight: 700;
}
.hentry .page-title a:hover {
  color: #9d816c;
}
.comment-date {
  font-size: 11px;
}
footer {
  position: relative;
  border-radius: 8px 8px 0 0;
  background-color: #275361;
  overflow: hidden;
}
footer .shd2 {
  position: absolute;
  right: 0;
  height: 67px;
  width: 690px;
  background: url("images/shd2.webp") no-repeat 0 0 / contain;
}
footer .copyright {
  position: relative;
  padding: 21px 15px;
  color: #fff;
}
footer .copyright span {
  white-space: nowrap;
}
#respond {
  padding: 0 0 30px 27px;
}
.tags_wrap {
  padding: 0 0 30px 0;
}
.tags_wrap .tags_title {
  margin: 20px 0 8px;
  font-size: 20px;
  color: #9d816c;
  font-weight: 700;
}
.tags_wrap a {
  text-decoration: underline;
  list-style-type: circle;
  color: #9d816c;
}
.tags_wrap a:hover {
  text-decoration: none;
}
.pagination {
  padding: 40px 27px 27px;
  text-align: center;
}
.pagination span,
.pagination a {
  font-size: 22px;
  color: #ab9482;
  margin-right: 10px;
  display: inline-block;
  width: 36px;
  height: 36px;
  border-radius: 80px;
  text-transform: lowercase;
}
.pagination a {
  color: #fff;
  text-decoration: none;
  background-color: #ab9482;
  border: 1px solid #fff;
}

/* format visual editor elements */
.hentry img {
  border-radius: 8px;
}
.hentry .width-100 {
  width: 100%;
  float: none;
}
.hentry p {
  margin-bottom: 20px;
}
.hentry p:after {
  clear: both;
  content: ".";
  display: block;
  font-size: 0;
  height: 0;
  line-height: 0;
  visibility: hidden;
  width: 0;
  text-indent: -14500px;
}
.hentry img.alignright {
  float: right;
  margin: 0 0 5px 10px;
  display: inline;
}
.hentry img.alignleft {
  float: left;
  margin: 0 0 10px 5px;
  display: inline;
}
.hentry table img {
  margin: 0 0 3px 0;
}
.hentry a {
  color: #275361;
}
.hentry a:hover {
  color: #275361;
  text-decoration: none;
}
.hentry li {
  list-style: inside;
}
.hentry hr {
  width: 100%;
  background: transparent;
  border-top: 1px dashed #275361;
  border-bottom: 0 none;
  margin: 20px 0 15px 0;
}
.hentry h1,
.hentry h2,
.hentry h3,
.hentry h4,
.hentry h5,
.hentry h6 {
  margin: 20px 0 8px;
  font-size: 20px;
}
.table_prices td {
  padding: 3px 10px 6px 0;
  border-bottom: 1px dashed #275361;
  line-height: 1;
}
.table_prices tr td:last-child {
  white-space: nowrap;
}
.social_bar {
  padding: 44px 0;
}
.hentry .wp-image-1081 {
  margin: -22px 0 0 0;
  box-shadow: none;
  width: auto;
}
.hentry .wp-image-1087 {
  float: none;
  width: 100%;
}
.hentry .width-100 img {
  width: 100%;
}

@media (max-width: 760px) {
  .head a.logo {
    width: 99px;
    height: 64px;
  }
  .head .logo-type {
    margin: 22px 0 0 65px;
    font-size: 14px;
    font-weight: 600;
  }
  .head .shd1 {
    zoom: 0.5;
  }
  .head {
    height: 95px;
  }
  .nav-hold {
    margin-top: 18px;
  }
  .nav-hold .phone {
    zoom: 0.8;
    padding-top: 0;
    padding-bottom: 0;
  }
  #nav-icon {
    zoom: 0.5;
  }
  #nice-slider {
    display: none;
  }
  h1.page-title {
    font-size: 20px;
    line-height: 1.4;
  }
  .hentry img {
    margin: 0 0 20px 0;
    width: 100%;
  }
  #cookielaw button {
    min-width: auto;
  }
}
@media (max-width: 474px) {
  .nav-hold .phone {
    margin-top: 65px;
  }
}