/* Variables */
a {
  text-decoration: none !important;
}

img {
  max-width: 100%;
}

body {
  background-color: #eaf6fd;
}

.dark-bg {
  background-color: #252525;
  color: #ffffff;
}

.dark-bg a, .dark-bg .horizontal-menu li a {
  color: #ffffff;
}

.light-bg {
  background-color: #ffffff;
  color: #303030;
}

header {
  overflow: hidden;
  position: relative;
  margin-bottom: 30px;
}

header:before {
  content: " ";
  background-color: #ffffff;
  width: 9999px;
  left: -9000px;
  position: absolute;
  height: 100%;
  top: 0;
  z-index: -1;
}

header:after {
  content: " ";
  background-color: #dcb9bd;
  width: 9999px;
  right: -9000px;
  position: absolute;
  height: 100%;
  top: 0;
  z-index: -1;
}

header .header-left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-top: 15px;
  padding-bottom: 15px;
}

header .header-left .navbar-collapse {
  margin-left: 90px;
}

header .header-left .navbar-brand > img {
  max-height: 65px;
}

header .header-right {
  padding-top: 15px;
  padding-bottom: 15px;
  padding-left: 60px;
  background-color: #dcb9bd;
}

header .header-right:before {
  border-left: 0px solid transparent;
  border-right: 99px solid transparent;
  border-bottom: 133px solid #ffffff;
  content: " ";
  position: absolute;
  z-index: 999;
  bottom: 0;
  left: 0;
  z-index: 1;
  left: -30px;
}

header .header-right .input-group-prepend.mr-4 {
  margin-right: 1.5rem !important;
}

header nav ul li {
  margin-right: 15px;
}

header nav ul li a {
  font-size: 14px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.71;
  letter-spacing: normal;
  text-align: left;
  color: #918b8a;
  text-decoration: none !important;
}

header nav ul li a:hover {
  color: #dcb9bd;
}

header ul.socials {
  margin-left: auto;
  display: table;
}

header ul.socials li {
  display: inline-block;
  margin-right: 30px;
}

header ul.socials li a {
  color: #ffffff;
}

header ul.socials li a:hover {
  color: #ffffff;
}

header form {
  background: #f8f9fa;
}

header form button.btn {
  outline: none !important;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}

header form button.btn:hover {
  background: #f8f9fa !important;
}

header #search {
  padding: 12px 15px;
  height: auto;
  border: none;
  outline: none !important;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  padding-left: 60px;
}

header .search-wrapper:before {
  border-left: 0px solid transparent;
  border-right: 36px solid transparent;
  border-bottom: 48px solid #dcb9bd;
  content: " ";
  position: absolute;
  z-index: 999;
  bottom: 0;
  left: 0;
  z-index: 4;
  left: 15px;
}

header .search-wrapper:after {
  border-right: 0px solid transparent;
  border-left: 36px solid transparent;
  border-top: 48px solid #dcb9bd;
  content: " ";
  position: absolute;
  z-index: 999;
  bottom: 0;
  z-index: 4;
  right: 14px;
}

section {
  margin-bottom: 30px;
}

section.banner {
  margin-bottom: 15px;
  margin-top: -15px;
}

section .section-title h1 {
  font-size: 24px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.71;
  letter-spacing: normal;
  text-align: left;
  color: #918b8a;
  margin-bottom: 30px;
}

section .section-title.big-title h1 {
  font-size: 24px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.71;
  letter-spacing: normal;
  text-align: left;
  color: #918b8a;
  margin-bottom: 30px;
}

.with-side-posts .news-card {
  margin-bottom: 10px;
}

.news-card {
  background-color: #ffffff;
  border-radius: 10px;
  padding: 15px;
  margin-bottom: 15px;
}

.news-card h1 {
  margin: 24px 0;
  font-size: 16px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.57;
  letter-spacing: normal;
  text-align: left;
  color: #595959;
  /* @include overflowText(1,$fontsize2,1.57); */
}

.news-card p {
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.83;
  letter-spacing: normal;
  text-align: left;
  color: #a2a2a2;
  position: relative;
  line-height: 1.83;
  max-height: calc(1.83 * 14px * 4);
  overflow: hidden;
  display: block;
}

.news-card .news-card-bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.news-card .news-card-bottom a, .news-card .news-card-bottom span {
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 2.5;
  letter-spacing: normal;
  text-align: left;
  color: #c3998c;
}

.news-card .image-container {
  overflow: hidden;
  border-radius: 10px;
  text-align: center;
}

.news-card.type-2 h1 {
  margin: 15px 0;
}

.news-card.type-2 .image-container {
  max-height: 152px;
}

.news-card.type-2 p {
  margin-bottom: 0;
  font-size: 14px;
  position: relative;
  line-height: 1.83;
  max-height: calc(1.83 * 14px * 2);
  overflow: hidden;
  display: block;
}

.post-wrapper {
  padding: 15px;
  border-radius: 10px;
  border: solid 1px #eaf6fd;
}

.post-wrapper .top {
  margin-bottom: 30px;
}

.post-wrapper .top img {
  margin-bottom: 30px;
}

.post-wrapper .top h1 {
  font-size: 24px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.22;
  letter-spacing: normal;
  color: #353535;
}

.post-wrapper .top .meta span {
  margin-right: 30px;
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.79;
  letter-spacing: normal;
  color: #353535;
}

.post-wrapper .top .meta span a {
  color: #353535;
}

.post-wrapper .post-content h1 {
  font-size: 18px;
  line-height: 1.2;
  margin-bottom: 16px;
  font-weight: 600;
}

.post-wrapper .post-content h2 {
  font-size: 16px;
  line-height: 1.2;
  margin-bottom: 14px;
  font-weight: 600;
}

.post-wrapper .post-content h3 {
  font-size: 14px;
  line-height: 1.2;
  margin-bottom: 12px;
  font-weight: 600;
}

.post-wrapper .post-content h4 {
  font-size: 14px;
  line-height: 1.2;
  margin-bottom: 12px;
  font-weight: 600;
}

.post-wrapper .post-content h5 {
  font-size: 14px;
  line-height: 1.2;
  margin-bottom: 12px;
  font-weight: 600;
}

.post-wrapper .post-content h6 {
  font-size: 14px;
  line-height: 1.2;
  margin-bottom: 12px;
  font-weight: 600;
}

.post-wrapper .post-content p {
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.79;
  letter-spacing: normal;
  color: #7b7b7b;
}

.post-wrapper .post-socials .share-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.post-wrapper .post-socials .share-box > * {
  margin-right: 15px;
}

.post-wrapper .post-socials .share-box .fb_iframe_widget {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.sidebar {
  padding: 15px;
  border-radius: 10px;
  border: solid 1px #eaf6fd;
}

.sidebar .posts-widget-1 .item {
  margin-bottom: 60px;
}

.sidebar .posts-widget-1 .item .post-image {
  display: block;
  -webkit-box-shadow: 0px 3px 4px 0 rgba(0, 0, 0, 0.07);
          box-shadow: 0px 3px 4px 0 rgba(0, 0, 0, 0.07);
  background-color: #e7e7e7;
  margin-bottom: 15px;
}

.sidebar .posts-widget-1 .item .meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.sidebar .posts-widget-1 .item .meta, .sidebar .posts-widget-1 .item .meta a {
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 2.5;
  letter-spacing: normal;
  color: #616161;
}

.sidebar .posts-widget-1 .item a.title {
  font-size: 16px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.38;
  letter-spacing: normal;
  color: #353535;
  margin: 15px 0;
  display: block;
  position: relative;
  line-height: 1.38;
  max-height: calc(1.38 * 16px * 2);
  overflow: hidden;
  display: block;
}

.sidebar .posts-widget-1 .item p {
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.83;
  letter-spacing: normal;
  text-align: left;
  color: #353535;
  position: relative;
  line-height: 1.83;
  max-height: calc(1.83 * 14px * 3);
  overflow: hidden;
  display: block;
}

.sidebar .posts-widget-2 {
  margin-bottom: 45px;
}

.sidebar .posts-widget-2 .item {
  border-bottom: 1px solid #ececec;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-bottom: 15px;
  margin-bottom: 15px;
}

.sidebar .posts-widget-2 .item:last-child {
  border-bottom: none;
  padding-bottom: 0px;
  margin-bottom: 0px;
}

.sidebar .posts-widget-2 .item .left {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin-right: 10px;
}

.sidebar .posts-widget-2 .item .right {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.sidebar .posts-widget-2 .item .meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.sidebar .posts-widget-2 .item .meta, .sidebar .posts-widget-2 .item .meta a {
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 2.5;
  letter-spacing: normal;
  color: #616161;
}

.sidebar .posts-widget-2 .item a.title {
  font-size: 14px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.5;
  letter-spacing: normal;
  text-align: left;
  color: #353535;
  position: relative;
  line-height: 1.5;
  max-height: calc(1.5 * 14px * 2);
  overflow: hidden;
  display: block;
}

/* Gallery */
.gallery .top .image {
  position: relative;
}

.gallery .next-image {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.gallery .next-image a {
  padding: 10px;
  background-color: #ffffff;
  font-size: 32px;
  color: #c3998c;
  border: 1px solid #c3998c;
}

.gallery .prev-image {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.gallery .prev-image a {
  padding: 10px;
  background-color: #ffffff;
  font-size: 32px;
  border: 1px solid #c3998c;
  color: #c3998c;
}

.gallery-pagination ul {
  text-align: center;
}

.gallery-pagination ul li {
  text-align: center;
  background: #ffffff;
  border: 1px solid #c3998c;
  margin-bottom: 15px;
}

.gallery-pagination ul li:hover, .gallery-pagination ul li.active {
  background: #c3998c;
}

.gallery-pagination ul li:hover a, .gallery-pagination ul li.active a {
  color: #ffffff;
}

.gallery-pagination ul li a {
  padding: 15px;
  display: block;
  color: #c3998c;
}

footer .footer-top {
  padding: 15px 0;
  -webkit-box-shadow: 0px 14px 38px 0 rgba(0, 0, 0, 0.08);
          box-shadow: 0px 14px 38px 0 rgba(0, 0, 0, 0.08);
}

footer .footer-middle p, footer .footer-middle a {
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.83;
  letter-spacing: normal;
  text-align: left;
  color: #464646;
}

footer .footer-middle .horizontal-menu {
  margin-bottom: 0;
}

footer .footer-middle .horizontal-menu li {
  margin-right: 0;
}

footer .footer-middle .horizontal-menu li:not(:last-child):after {
  content: '-';
  margin: 0 10px;
}

footer .footer-middle .horizontal-menu li a {
  font-size: 14px;
  font-weight: 400;
}

footer .footer-bottom {
  background-color: #252525;
  padding: 16px 0;
  margin-bottom: 0;
}

footer .footer-bottom .horizontal-menu {
  margin-bottom: 0;
}

footer .footer-bottom span, footer .footer-bottom .horizontal-menu li a {
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 2.08;
  letter-spacing: normal;
  color: #fcfcfc;
}

.vertical-list-menu li {
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 2;
  letter-spacing: normal;
  text-align: left;
}

.vertical-list-menu li a {
  color: #464646;
}

.vertical-list-menu li:first-child a, .vertical-list-menu li:first-child {
  font-weight: 800;
  font-size: 14px;
  color: #464646;
  font-size: 14px;
}

.horizontal-menu li {
  display: inline-block;
  margin-right: 15px;
}

.horizontal-menu li a {
  font-size: 16px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.71;
  letter-spacing: normal;
  text-align: left;
  color: #303030;
}

.horizontal-menu li a:hover {
  color: #dcb9bd;
}

.group-check-target {
  display: none;
}
/*# sourceMappingURL=style.css.map */