@charset "UTF-8";
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  font-family: 'Santral', sans-serif;
  font-size: 18px;
  line-height: 2;
  margin: 0;
  padding: 0;
  border: 0;
  color: #1D1D1D;
  letter-spacing: 0; }

img {
  max-width: 100%;
  height: auto; }

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, time, img {
  display: block; }

html {
  font-size: 62.5%; }

body {
  line-height: 1; }

h1, h2, h3, h4, h5, h6 {
  font-family: 'Santral', sans-serif; }

ol, ul {
  list-style: none; }

p, li {
  color: #1D1D1D;
  font-weight: 400; }

p, li, a {
  font-size: 16px;
  line-height: 2.1;
  color: #1D1D1D;
  font-weight: 400;
  letter-spacing: 0.01em; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

a:hover, a:active, a:link {
  text-decoration: none; }

input[type="text"], input[type="email"], input[type="password"], input[type="tel"], textarea, button {
  -webkit-appearance: none; }

@font-face {
  font-family: 'Didot';
  src: url("fonts/Didot-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal; }
@font-face {
  font-family: 'Santral';
  src: url("fonts/Santral-Light.otf") format("opentype");
  font-weight: 100;
  font-style: normal; }
@font-face {
  font-family: 'Santral';
  src: url("fonts/Santral-Light-i.otf") format("opentype");
  font-weight: 100;
  font-style: italic; }
@font-face {
  font-family: 'Didot';
  src: url("fonts/Didot-Italic.eot"), url("fonts/Didot-Italic.eot?#iefix") format("embedded-opentype"), url("fonts/Didot-Italic.woff2") format("woff2"), url("fonts/Didot-Italic.woff") format("woff"), url("fonts/Didot-Italic.ttf") format("truetype");
  font-weight: normal;
  font-style: italic; }
@font-face {
  font-family: 'Didot';
  src: url("fonts/Didot.eot"), url("fonts/Didot.eot?#iefix") format("embedded-opentype"), url("fonts/Didot.woff2") format("woff2"), url("fonts/Didot.woff") format("woff"), url("fonts/Didot.ttf") format("truetype");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'Didot';
  src: url("fonts/Didot-Bold.eot"), url("fonts/Didot-Bold.eot?#iefix") format("embedded-opentype"), url("fonts/Didot-Bold.woff2") format("woff2"), url("fonts/Didot-Bold.woff") format("woff"), url("fonts/Didot-Bold.ttf") format("truetype");
  font-weight: bold;
  font-style: normal; }
html {
  margin-top: 0 !important; }

* html body {
  margin-top: 0 !important; }

@media screen and (max-width: 782px) {
  html {
    margin-top: 0 !important; }

  * html body {
    margin-top: 0 !important; } }
.so-anim-under,
.so-anim-under_slow,
.so-anim-fade,
.so-anim-fade_slow,
.so-anim-right,
.so-anim-right_slow,
.so-anim-left,
.so-anim-left_slow,
.so-anim-drop,
.so-anim-drop_slow {
  opacity: 0; }

.so-anim-image {
  overflow: hidden;
  position: relative; }
  .so-anim-image:before {
    position: absolute;
    width: auto;
    height: auto;
    transition: all 1s ease-in;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #fff;
    z-index: 1;
    content: ''; }
  .so-anim-image-left.animated:before {
    left: 100%; }
  .so-anim-image-top.animated:before {
    top: 100%; }

#so-wrapper {
  position: relative;
  overflow-x: hidden;
  transition: 0.4s ease; }
  #so-wrapper.so-active {
    overflow: hidden;
    height: 100vh;
    transition: 0.4s ease; }
    #so-wrapper.so-active:after {
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      background-color: rgba(0, 0, 0, 0.5);
      transition: 0.4s ease;
      z-index: 5;
      content: '';
      position: absolute; }

body {
  font-family: 'Santral', sans-serif;
  overflow-x: hidden;
  background-color: #fff; }

.so-row {
  max-width: 1480px;
  width: 100%;
  display: inline-block;
  margin: auto;
  box-sizing: border-box;
  padding-left: 20px;
  padding-right: 20px;
  text-align: left; }

@media screen and (max-width: 1600px) {
  .so-row {
    max-width: 1240px !important; } }
.so-content {
  text-align: center; }

.sub-title {
  font-size: 16px;
  line-height: 1.2;
  text-transform: uppercase;
  letter-spacing: 0.1em; }

.so-text {
  text-align: left; }
  .so-text p {
    font-size: 18px;
    line-height: 1.9;
    letter-spacing: 0.01em; }
    .so-text p strong {
      font-weight: bold; }

@media screen and (max-width: 600px) {
  .sub-title {
    font-size: 13px;
    line-height: 1.2; }

  .so-text p {
    font-size: 15px;
    line-height: 1.6; } }
h1, h2, h3, h4, h5, h6 {
  font-weight: 600;
  padding-bottom: 20px; }
  h1 span, h2 span, h3 span, h4 span, h5 span, h6 span {
    letter-spacing: inherit;
    font-weight: inherit;
    font-size: inherit;
    line-height: inherit;
    font-family: inherit;
    color: #79183C; }

h1 {
  font-size: 100px;
  line-height: 1.3;
  letter-spacing: 0.02em;
  font-family: 'Didot'; }

h2 {
  font-size: 80px;
  line-height: 1.3;
  letter-spacing: 0.02em;
  font-family: 'Didot'; }

h3 {
  font-size: 60px;
  line-height: 1.3;
  letter-spacing: 0.02em;
  font-family: 'Didot'; }

h4 {
  font-size: 40px;
  line-height: 1.2;
  font-family: 'Didot'; }

h5 {
  font-size: 30px;
  line-height: 1.2;
  font-family: 'Didot'; }

h6 {
  font-size: 20px;
  line-height: 1.2;
  font-family: 'Didot'; }

.plyr .plyr__time, .plyr .plyr__control {
  color: #fff; }
.plyr > .plyr__control {
  background: #79183C; }
  .plyr > .plyr__control:hover {
    background: #79183C; }
.plyr .plyr__control:hover, .plyr .plyr--video .plyr__control[aria-expanded=true],
.plyr .plyr__menu__container .plyr__control[role=menuitemradio][aria-checked=true]::before,
.plyr .plyr__control.plyr__tab-focus {
  background: #79183C; }
.plyr input[type=range] {
  color: #79183C; }

.acf-table-header-cont,
.acf-table-body-cont {
  white-space: pre-line; }

.slick-slide {
  outline: none; }

.controll-slider {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  width: fit-content; }
  .controll-slider .controll-slider-btn:first-of-type {
    margin-right: 10px; }
  .controll-slider .controll-slider-btn:last-of-type {
    margin-left: 10px; }

.controll-slider-btn {
  position: relative;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  border: 1px solid #fff;
  background-color: transparent;
  transition: 0.4s ease;
  cursor: pointer; }
  .controll-slider-btn:after {
    position: absolute;
    transform: translate(-50%, -50%);
    top: 50%;
    left: 50%;
    transition: 0.4s ease;
    color: #fff; }
  .controll-slider-btn.left:after {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: ""; }
  .controll-slider-btn.right:after {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: ""; }
  .controll-slider-btn:hover {
    background-color: #79183C;
    border-color: #79183C; }
  .controll-slider-btn.main-color {
    border-color: #79183C; }
    .controll-slider-btn.main-color:after {
      color: #79183C; }
    .controll-slider-btn.main-color:hover:after {
      color: #fff; }
  .controll-slider-btn.non-hover {
    border-color: #79183C;
    background-color: #79183C; }
    .controll-slider-btn.non-hover.right:after {
      color: #fff; }
    .controll-slider-btn.non-hover.left:after {
      color: #fff; }

.bookink-pop-up {
  max-width: 600px;
  max-height: 500px;
  border-radius: 10px;
  background-color: rgba(255, 255, 255, 0.5);
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  display: none;
  z-index: 20;
  padding: 40px; }
  .bookink-pop-up-content {
    position: relative;
    z-index: 21; }
  .bookink-pop-up.active {
    display: block; }
  .bookink-pop-up .bookink-pop-up-close {
    position: absolute;
    right: 15px;
    top: 15px;
    cursor: pointer; }
    .bookink-pop-up .bookink-pop-up-close i {
      font-size: 25px; }

.line-hover {
  position: relative; }
  .line-hover:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 1px;
    left: 0;
    bottom: -4px;
    background-color: #fff;
    transition: 0.4s ease; }
  .line-hover:hover:after {
    right: 0;
    left: auto;
    width: 0; }

.main-button {
  font-size: 14px;
  line-height: 1.2;
  text-transform: uppercase;
  color: #fff;
  display: block;
  padding: 25px 35px;
  border: 3px solid #79183C;
  transition: 0.4s ease;
  position: relative;
  font-weight: bold;
  letter-spacing: 0.1em;
  z-index: 1;
  width: fit-content; }
  .main-button:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 0;
    left: 0;
    bottom: 0;
    background-color: #fff;
    transition: 0.35s ease;
    z-index: -1; }
  .main-button:hover {
    color: #79183C; }
    .main-button:hover:after {
      height: 100%; }
  .main-button.shadow {
    box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.15); }
  .main-button.white {
    border-color: #fff; }
  .main-button.black {
    color: #1D1D1D;
    font-weight: bold; }
    .main-button.black:hover {
      color: #fff; }
      .main-button.black:hover:after {
        background-color: #79183C; }
  .main-button.text-white {
    color: #fff; }
    .main-button.text-white:after {
      background-color: #79183C; }
  .main-button.main-color {
    color: #79183C; }
  .main-button.sm {
    padding: 16px 27px;
    border-width: 1px; }
  .main-button.filled {
    border: 2px solid #79183C;
    background-color: #79183C; }

.contact-box-sm {
  max-width: 200px;
  padding-left: 30px; }
  .contact-box-sm .title {
    font-size: 16px;
    line-height: 1.2;
    text-transform: uppercase;
    padding-bottom: 40px; }
  .contact-box-sm-mail {
    position: relative; }
    .contact-box-sm-mail:after {
      background-position: center;
      background-size: contain;
      background-repeat: no-repeat;
      background-image: url(img/mail.svg);
      content: '';
      position: absolute;
      left: -40px;
      top: 10px;
      width: 21px;
      height: 15px; }
    .contact-box-sm-mail ul li {
      font-size: 16px;
      line-height: 2.3;
      font-weight: bold; }
  .contact-box-sm-phone {
    position: relative; }
    .contact-box-sm-phone:after {
      background-position: center;
      background-size: contain;
      background-repeat: no-repeat;
      background-image: url(img/phone.svg);
      content: '';
      position: absolute;
      left: -37px;
      top: 0;
      width: 14px;
      height: 27px; }
    .contact-box-sm-phone ul li {
      font-size: 16px;
      line-height: 2.3;
      font-weight: bold; }

.so-cottages-card {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  max-height: 800px;
  height: 100vh;
  margin-bottom: 50px;
  position: relative; }
  .so-cottages-card:last-of-type {
    margin-bottom: 0; }
  .so-cottages-card-info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    -webkit-justify-content: flex-end;
    -moz-justify-content: flex-end;
    justify-content: flex-end;
    -webkit-box-align: start;
    -ms-flex-align: start;
    -webkit-align-items: flex-start;
    -moz-align-items: flex-start;
    align-items: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    background-color: rgba(0, 0, 0, 0.6);
    position: relative;
    z-index: 2;
    height: 100%;
    padding: 100px 100px 130px 85px;
    box-sizing: border-box;
    max-width: 920px;
    width: 100%; }
    .so-cottages-card-info h2 {
      color: #fff;
      max-width: 750px; }
    .so-cottages-card-info p {
      color: #fff;
      max-width: 700px;
      padding-bottom: 40px; }

@media screen and (max-width: 1600px) {
  .so-cottages-card {
    max-height: 700px; } }
@media screen and (max-width: 991px) {
  .so-cottages-card {
    max-height: unset;
    height: auto; }
    .so-cottages-card-info {
      max-width: 100%;
      width: 100%;
      padding: 100px 80px; } }
@media screen and (max-width: 600px) {
  .so-cottages-card-info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center;
    text-align: center;
    padding: 30px 10px; } }
.so-post-card {
  text-align: center;
  width: 30%;
  margin-bottom: 45px; }
  .so-post-card-image {
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    display: block;
    max-width: 540px;
    max-height: 510px;
    width: 100%;
    height: 100vh;
    position: relative;
    margin-bottom: 45px; }
    .so-post-card-image:hover .so-post-card-read {
      opacity: 1; }
  .so-post-card-read {
    opacity: 0;
    position: absolute;
    top: 35px;
    left: 35px;
    bottom: 35px;
    right: 35px;
    background-color: rgba(0, 0, 0, 0.7);
    transition: 0.4s ease; }
    .so-post-card-read p {
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      transition: 0.4s ease;
      color: #fff;
      letter-spacing: 0.1em;
      text-transform: uppercase; }
    .so-post-card-read:hover {
      transform: scale(1.07); }
      .so-post-card-read:hover p {
        transform: translate(-50%, -50%) scale(1.1); }

@media screen and (max-width: 1600px) {
  .so-post-card-image {
    max-height: 350px; }
  .so-post-card-read p {
    font-size: 16px;
    line-height: 1.5; }
  .so-post-card-read:hover {
    transform: scale(1.1); } }
@media screen and (max-width: 991px) {
  .so-post-card {
    width: 100%; }
    .so-post-card-image {
      max-height: 400px;
      max-width: 100%; } }
@media screen and (max-width: 600px) {
  .so-post-card-image {
    max-height: 300px; } }
@-webkit-keyframes Drop {
  from {
    opacity: 0;
    -webkit-transform: translateY(-120px);
    transform: translateY(-120px); }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0); } }
@keyframes Drop {
  from {
    opacity: 0;
    -webkit-transform: translateY(-120px);
    transform: translateY(-120px); }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0); } }
@-webkit-keyframes Apear {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }
@keyframes Apear {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }
@-webkit-keyframes Under {
  from {
    -webkit-transform: translateY(120px);
    transform: translateY(120px);
    opacity: 0; }
  to {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1; } }
@keyframes Under {
  from {
    -webkit-transform: translateY(120px);
    transform: translateY(120px);
    opacity: 0; }
  to {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1; } }
@-webkit-keyframes Left {
  from {
    -webkit-transform: translateX(-100px);
    transform: translateX(-100px);
    opacity: 0; }
  to {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1; } }
@keyframes Left {
  from {
    -webkit-transform: translateX(-100px);
    transform: translateX(-100px);
    opacity: 0; }
  to {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1; } }
@-webkit-keyframes Right {
  from {
    -webkit-transform: translateX(100px);
    transform: translateX(100px);
    opacity: 0; }
  to {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1; } }
@keyframes Right {
  from {
    -webkit-transform: translateX(100px);
    transform: translateX(100px);
    opacity: 0; }
  to {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1; } }
@-webkit-keyframes Rotate {
  from {
    -webkit-transform: rotateY(90deg);
    transform: rotateY(90deg);
    opacity: 0; }
  to {
    -webkit-transform: rorateY(0);
    transform: rorateY(0);
    opacity: 1; } }
@keyframes Rotate {
  from {
    -webkit-transform: rotateY(90deg);
    transform: rotateY(90deg);
    opacity: 0; }
  to {
    -webkit-transform: rorateY(0);
    transform: rorateY(0);
    opacity: 1; } }
@-webkit-keyframes Spin {
  from {
    -webkit-transform: rotate(30deg);
    transform: rotate(30deg);
    opacity: 0; }
  to {
    -webkit-transform: rorate(0);
    transform: rorate(0);
    opacity: 1; } }
@keyframes Spin {
  from {
    -webkit-transform: rotate(30deg);
    transform: rotate(30deg);
    opacity: 0; }
  to {
    -webkit-transform: rorate(0);
    transform: rorate(0);
    opacity: 1; } }
@-webkit-keyframes Spin-Right {
  from {
    -webkit-transform: translateX(1000px) rotate(90deg);
    transform: translateX(1000px) rotate(90deg);
    opacity: 0; }
  to {
    -webkit-transform: translateX(0) rorate(0);
    transform: translateX(0) rorate(0);
    opacity: 1; } }
@keyframes Spin-Right {
  from {
    -webkit-transform: translateX(1000px) rotate(90deg);
    transform: translateX(1000px) rotate(90deg);
    opacity: 0; }
  to {
    -webkit-transform: translateX(0) rorate(0);
    transform: translateX(0) rorate(0);
    opacity: 1; } }
@keyframes Dot-Radius {
  0% {
    width: 4px;
    height: 4px;
    margin-top: -2px;
    left: -15px;
    opacity: 0; }
  50% {
    width: 10px;
    height: 10px;
    left: -18px;
    margin-top: -5px;
    opacity: 0.2; }
  100% {
    width: 4px;
    height: 4px;
    left: -15px;
    margin-top: -2px;
    opacity: 0; } }
.so-header {
  width: 100%;
  position: absolute;
  top: 0;
  padding-top: 50px;
  z-index: 5; }
  .so-header .so-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center;
    max-width: 1660px; }
  .so-header-logo {
    max-width: 200px;
    position: relative;
    z-index: 4;
    padding-left: 50px; }
  .so-header .main-menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center;
    border-bottom: 1px solid #fff;
    padding-bottom: 10px; }
    .so-header .main-menu .so-col ul {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      -webkit-justify-content: space-between;
      -moz-justify-content: space-between;
      justify-content: space-between;
      -webkit-box-align: center;
      -ms-flex-align: center;
      -webkit-align-items: center;
      -moz-align-items: center;
      align-items: center; }
      .so-header .main-menu .so-col ul li {
        margin-right: 20px;
        line-height: 1;
        position: relative; }
        .so-header .main-menu .so-col ul li:after {
          content: '';
          position: absolute;
          height: 1px;
          background-color: #fff;
          width: 0;
          right: 0;
          bottom: 0;
          transition: 0.4s ease; }
        .so-header .main-menu .so-col ul li:hover:after {
          right: auto;
          left: 0;
          width: 100%; }
        .so-header .main-menu .so-col ul li:last-of-type {
          margin-right: 0; }
        .so-header .main-menu .so-col ul li a {
          font-size: 14px;
          line-height: 1.2;
          text-transform: uppercase;
          color: #fff; }
    .so-header .main-menu .social {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      -webkit-justify-content: space-between;
      -moz-justify-content: space-between;
      justify-content: space-between;
      -webkit-box-align: center;
      -ms-flex-align: center;
      -webkit-align-items: center;
      -moz-align-items: center;
      align-items: center;
      padding-left: 150px; }
      .so-header .main-menu .social-link {
        display: block;
        margin-right: 15px; }
        .so-header .main-menu .social-link:last-of-type {
          margin-right: 0; }
  .so-header .so-trigger {
    display: none;
    position: relative;
    z-index: 15;
    width: 30px;
    height: 21px; }
    .so-header .so-trigger span {
      display: block;
      width: 100%;
      max-width: 30px;
      background-color: #fff;
      height: 3px;
      transition: 0.3s ease;
      position: absolute; }
      .so-header .so-trigger span:nth-of-type(1) {
        margin-bottom: 5px;
        width: 27px;
        top: 0; }
      .so-header .so-trigger span:nth-of-type(2) {
        width: 30px;
        margin-bottom: 5px;
        top: 50%;
        transform: translate(0, -50%); }
      .so-header .so-trigger span:nth-of-type(3) {
        width: 20px;
        bottom: 0; }
    .so-header .so-trigger:hover span {
      width: 100% !important; }
    .so-header .so-trigger.active span {
      width: 30px !important;
      background-color: #1D1D1D; }
      .so-header .so-trigger.active span:first-of-type {
        -webkit-transform: rotate(45deg);
        -moz-transform: rotate(45deg);
        -o-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        transform: rotate(45deg);
        top: 50%;
        margin-top: -2px; }
      .so-header .so-trigger.active span:nth-of-type(2) {
        -webkit-transform: rotate(45deg);
        -moz-transform: rotate(45deg);
        -o-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        transform: rotate(45deg);
        margin-top: -3px;
        opacity: 0; }
      .so-header .so-trigger.active span:last-of-type {
        -webkit-transform: rotate(-45deg);
        -moz-transform: rotate(-45deg);
        -o-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        transform: rotate(-45deg);
        bottom: 50%;
        margin-bottom: -1px; }

.so-header-mob_slide {
  position: absolute;
  width: 100%;
  height: 100vh;
  max-width: 350px;
  right: -100%;
  background-color: #fff;
  z-index: 10;
  transition: 0.4s ease; }
  .so-header-mob_slide.active {
    right: 0; }
  .so-header-mob_slide-wrapper {
    height: 100%; }
  .so-header-mob_slide-menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-box-align: end;
    -ms-flex-align: end;
    -webkit-align-items: flex-end;
    -moz-align-items: flex-end;
    align-items: flex-end;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 120px 60px 100px 20px;
    height: 100%; }
    .so-header-mob_slide-menu ul {
      text-align: right; }
      .so-header-mob_slide-menu ul li {
        margin-bottom: 20px; }
        .so-header-mob_slide-menu ul li a {
          font-size: 18px;
          line-height: 1.9;
          text-transform: uppercase; }
    .so-header-mob_slide-menu .social {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      -webkit-justify-content: space-between;
      -moz-justify-content: space-between;
      justify-content: space-between;
      -webkit-box-align: center;
      -ms-flex-align: center;
      -webkit-align-items: center;
      -moz-align-items: center;
      align-items: center; }
      .so-header-mob_slide-menu .social a {
        margin-right: 30px; }
        .so-header-mob_slide-menu .social a:last-of-type {
          margin-right: 0; }
        .so-header-mob_slide-menu .social a img {
          filter: invert(0.8); }

@media screen and (max-width: 1440px) {
  .so-header-logo {
    max-width: 200px; }
  .so-header .main-menu .so-col ul li {
    margin-right: 15px; }
    .so-header .main-menu .so-col ul li a {
      font-size: 13px; }
  .so-header .main-menu .social {
    padding-left: 50px; } }
@media screen and (max-width: 991px) {
  .so-header {
    padding-top: 20px;
    z-index: unset; }
    .so-header-logo {
      padding-left: 0; }
    .so-header .main-menu {
      display: none; }
    .so-header .so-trigger {
      display: block; } }
@media screen and (max-width: 600px) {
  .so-header-logo {
    max-width: 100px; } }
footer {
  position: relative;
  background-color: #EFEFEF; }
  footer .footer-dev {
    background-color: #000;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center;
    padding: 20px 0; }
  footer .so-content {
    padding: 120px 0 130px 0; }
  footer:after {
    content: '';
    position: absolute;
    top: 0;
    width: 100%;
    height: 20px;
    left: 0;
    background-color: #79183C; }
  footer .so-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    justify-content: space-between;
    -webkit-box-align: start;
    -ms-flex-align: start;
    -webkit-align-items: flex-start;
    -moz-align-items: flex-start;
    align-items: flex-start;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
  footer .so-col {
    width: 25%;
    position: relative; }
    footer .so-col:after {
      content: '';
      position: absolute;
      width: 100%;
      height: 1px;
      background-color: #79183C;
      top: 53px;
      left: 0; }
    footer .so-col h6 {
      font-size: 22px;
      line-height: 1.5;
      font-family: 'Santral';
      color: #79183C;
      font-weight: bold; }
    footer .so-col-content {
      padding-top: 70px; }
  footer .main-menu ul li {
    position: relative;
    width: fit-content; }
    footer .main-menu ul li:after {
      content: '';
      position: absolute;
      height: 1px;
      background-color: #79183C;
      width: 0;
      right: 0;
      bottom: 5px;
      transition: 0.4s ease; }
    footer .main-menu ul li:hover:after {
      right: auto;
      left: 0;
      width: 100%; }
    footer .main-menu ul li a {
      text-transform: capitalize;
      color: #79183C; }
  footer .so-text p {
    color: #79183C;
    letter-spacing: 0.02em; }
  footer .social {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-bottom: 100px; }
    footer .social a {
      display: block;
      margin-right: 25px;
      margin-bottom: 20px; }
      footer .social a:last-of-type {
        margin-right: 0; }
  footer .check-blog p {
    color: #79183C;
    font-weight: bold;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    padding-bottom: 30px; }

@media screen and (max-width: 991px) {
  footer .so-content {
    padding: 100px 0; }
  footer .so-col {
    width: 50%;
    margin-bottom: 30px; }
    footer .so-col:last-of-type {
      margin-bottom: 0; }
    footer .so-col-content {
      padding-top: 40px; }
  footer .social {
    padding-bottom: 50px; } }
@media screen and (max-width: 600px) {
  footer .so-content {
    padding: 50px 0; }
  footer .so-col {
    width: 100%; }
    footer .so-col-content {
      padding-top: 20px; }
  footer .check-blog {
    text-align: center; }
    footer .check-blog .main-button {
      margin: 0 auto; } }
.so-page .so-page-posts_yo_may_like .title {
  font-size: 16px;
  line-height: 1.2;
  color: #79183C;
  text-transform: uppercase;
  position: relative;
  width: fit-content;
  font-weight: bold; }
  .so-page .so-page-posts_yo_may_like .title:before {
    content: '';
    position: absolute;
    top: 45%;
    right: 140%;
    width: 155px;
    height: 1px;
    transform: translate(0, -50%);
    background-color: #79183C;
    display: none; }
  .so-page .so-page-posts_yo_may_like .title:after {
    content: '';
    position: absolute;
    top: 45%;
    left: 140%;
    width: 155px;
    height: 1px;
    transform: translate(0, -50%);
    background-color: #79183C; }
.so-page .so-page-posts_yo_may_like .so-row {
  max-width: 1520px; }
  .so-page .so-page-posts_yo_may_like .so-row:first-of-type {
    margin-bottom: 30px; }
  .so-page .so-page-posts_yo_may_like .so-row:last-of-type {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    justify-content: space-between;
    -webkit-box-align: start;
    -ms-flex-align: start;
    -webkit-align-items: flex-start;
    -moz-align-items: flex-start;
    align-items: flex-start; }
.so-page .so-section-slider {
  padding: 100px 0; }
.so-page-content {
  padding-top: 200px; }

@media screen and (max-width: 991px) {
  .so-page-content {
    padding-top: 100px; }
  .so-page .so-page-posts_yo_may_like .so-row:last-of-type {
    justify-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; } }
@media screen and (max-width: 600px) {
  .so-page .so-page-posts_yo_may_like .title {
    margin: 0 auto; }
    .so-page .so-page-posts_yo_may_like .title:before {
      display: block;
      right: 120%; }
    .so-page .so-page-posts_yo_may_like .title:after {
      left: 120%; }
  .so-page-content {
    padding-top: 50px; }
  .so-page .so-row {
    text-align: center; }
  .so-page .so-section-slider {
    padding: 50px 0; } }
.so-home-page-gallery-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  height: 100vh;
  margin-bottom: 30px; }
  .so-home-page-gallery-row:nth-of-type(1) .so-home-page-gallery-row-image:first-of-type {
    width: 55%;
    margin-right: 12.5px; }
  .so-home-page-gallery-row:nth-of-type(1) .so-home-page-gallery-row-image:last-of-type {
    width: 45%;
    margin-left: 12.5px; }
  .so-home-page-gallery-row:nth-of-type(1) .so-home-page-gallery-row-image-info {
    width: 100%;
    bottom: 0;
    padding: 80px 120px;
    transition: 0.4s ease; }
  .so-home-page-gallery-row:nth-of-type(2) {
    max-height: 850px; }
    .so-home-page-gallery-row:nth-of-type(2) .so-home-page-gallery-row-image:first-of-type {
      width: 40%;
      margin-right: 12.5px; }
    .so-home-page-gallery-row:nth-of-type(2) .so-home-page-gallery-row-image:last-of-type {
      width: 60%;
      margin-left: 12.5px; }
    .so-home-page-gallery-row:nth-of-type(2) .so-home-page-gallery-row-image-info {
      height: 100%;
      width: auto;
      padding: 0 100px 130px 130px; }
  .so-home-page-gallery-row:nth-of-type(3) {
    margin-bottom: 0; }
    .so-home-page-gallery-row:nth-of-type(3) .so-home-page-gallery-row-image-info {
      width: 50%;
      height: 100%;
      padding: 200px 120px; }
  .so-home-page-gallery-row-image {
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    height: 100%;
    width: 100%; }
    .so-home-page-gallery-row-image-info {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: end;
      -ms-flex-pack: end;
      -webkit-justify-content: flex-end;
      -moz-justify-content: flex-end;
      justify-content: flex-end;
      -webkit-box-align: start;
      -ms-flex-align: start;
      -webkit-align-items: flex-start;
      -moz-align-items: flex-start;
      align-items: flex-start;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      background-color: rgba(111, 35, 75, 0.7);
      position: absolute;
      box-sizing: border-box; }
      .so-home-page-gallery-row-image-info h2 {
        color: #fff;
        padding-bottom: 45px; }

@media screen and (max-width: 1600px) {
  .so-home-page-gallery-row:nth-of-type(1) .so-home-page-gallery-row-image-info {
    justify-content: center;
    padding: 60px 40px; }
  .so-home-page-gallery-row:nth-of-type(2) .so-home-page-gallery-row-image-info {
    padding: 60px; }
  .so-home-page-gallery-row:nth-of-type(3) .so-home-page-gallery-row-image-info {
    padding: 60px; }
  .so-home-page-gallery-row-image h2 {
    padding-bottom: 20px; } }
@media screen and (max-width: 991px) {
  .so-home-page-gallery-row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-bottom: 0;
    height: auto;
    max-height: 100% !important; }
    .so-home-page-gallery-row:nth-of-type(2) .so-home-page-gallery-row-image-info {
      padding: 40px; }
    .so-home-page-gallery-row:nth-of-type(2) {
      -webkit-box-orient: vertical;
      -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
      flex-direction: column-reverse; }
      .so-home-page-gallery-row:nth-of-type(2) .so-home-page-gallery-row-image-info {
        padding: 40px;
        height: auto;
        bottom: 0;
        width: 100%; }
    .so-home-page-gallery-row:nth-of-type(3) .so-home-page-gallery-row-image-info {
      padding: 40px;
      height: auto;
      bottom: 0;
      width: 100%; }
    .so-home-page-gallery-row-image {
      height: 60vh;
      width: 100% !important;
      margin-right: 0 !important;
      margin-left: 0 !important;
      margin-bottom: 30px; } }
@media screen and (max-width: 600px) {
  .so-home-page-gallery-row-image {
    height: 50vh;
    margin-bottom: 20px; }
    .so-home-page-gallery-row-image-info {
      padding: 30px 20px !important;
      text-align: center;
      align-items: center; } }
.so-about-page .so-about-weddings {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
  max-height: 900px;
  height: 100vh; }
  .so-about-page .so-about-weddings .so-content {
    height: 100%; }
  .so-about-page .so-about-weddings .so-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center;
    height: 100%; }
  .so-about-page .so-about-weddings-card {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center;
    background-color: #fff;
    border-radius: 10px;
    padding: 90px 190px; }
  .so-about-page .so-about-weddings .so-col {
    width: 50%; }
    .so-about-page .so-about-weddings .so-col h6 {
      padding-bottom: 40px;
      letter-spacing: 0.1em; }
    .so-about-page .so-about-weddings .so-col img {
      margin-left: auto;
      max-width: 360px;
      max-height: 490px; }

@media screen and (max-width: 1600px) {
  .so-about-page .so-about-weddings-card {
    padding: 90px; } }
@media screen and (max-width: 991px) {
  .so-about-page .so-about-weddings {
    max-height: 100%;
    height: auto;
    padding: 50px 0;
    background-attachment: none; }
    .so-about-page .so-about-weddings-card {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column; }
    .so-about-page .so-about-weddings .so-col {
      width: 100%; }
      .so-about-page .so-about-weddings .so-col:first-of-type {
        margin-bottom: 40px; }
      .so-about-page .so-about-weddings .so-col img {
        margin: 0 auto;
        max-height: 100%;
        max-width: 100%; } }
@media screen and (max-width: 600px) {
  .so-about-page .so-about-weddings-card {
    padding: 60px 30px; } }
.so-holiday-cottages-page .cottage-slider {
  width: 100%; }
  .so-holiday-cottages-page .cottage-slider .so-cottages-card {
    margin-left: 15px;
    margin-right: 15px;
    max-width: 1440px;
    width: 100%;
    opacity: 1;
    text-align: left; }
    .so-holiday-cottages-page .cottage-slider .so-cottages-card.slick-cloned {
      opacity: 0; }
    .so-holiday-cottages-page .cottage-slider .so-cottages-card.nextdiv {
      opacity: 0; }
    .so-holiday-cottages-page .cottage-slider .so-cottages-card.prevdiv {
      opacity: 1; }
    .so-holiday-cottages-page .cottage-slider .so-cottages-card.slick-center {
      opacity: 1; }
.so-holiday-cottages-page .so-all-cottages {
  padding-bottom: 170px; }
.so-holiday-cottages-page .so-all-cottages-slider .so-row h3 {
  padding-bottom: 0; }
.so-holiday-cottages-page .so-all-cottages-slider .so-row:first-of-type {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  margin-bottom: 20px; }

@media screen and (max-width: 1600px) {
  .so-holiday-cottages-page .cottage-slider .so-cottages-card {
    max-width: 1240px; } }
@media screen and (max-width: 1200px) {
  .so-holiday-cottages-page .so-all-cottages {
    padding-bottom: 100px; }
  .so-holiday-cottages-page .cottage-slider {
    max-width: 1240px;
    padding: 0 20px;
    box-sizing: border-box;
    margin: 0 auto; }
    .so-holiday-cottages-page .cottage-slider .so-cottages-card {
      margin-left: 0;
      margin-right: 0; }
      .so-holiday-cottages-page .cottage-slider .so-cottages-card.slick-cloned {
        opacity: 1; }
      .so-holiday-cottages-page .cottage-slider .so-cottages-card.nextdiv {
        opacity: 1; } }
@media screen and (max-width: 600px) {
  .so-holiday-cottages-page .so-all-cottages {
    padding-bottom: 50px; }
  .so-holiday-cottages-page .so-all-cottages-slider .so-cottages-card {
    max-height: 700px; }
  .so-holiday-cottages-page .so-all-cottages-slider .so-row h3 {
    padding-bottom: 30px; }
  .so-holiday-cottages-page .so-all-cottages-slider .so-row:first-of-type {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse; } }
.so-single-cottage .so-section-slider {
  padding-bottom: 0; }
.so-single-cottage .so-row {
  max-width: 1560px; }
.so-single-cottage .so-cottages-description {
  padding-bottom: 80px; }
  .so-single-cottage .so-cottages-description .title {
    font-weight: bold;
    padding-bottom: 20px; }
  .so-single-cottage .so-cottages-description .so-text p {
    font-size: 16px; }

.so-contact-us-page .contact-box-sm {
  padding-left: 40px; }
  .so-contact-us-page .contact-box-sm p {
    display: none; }
.so-contact-us-page .so-contact {
  padding: 200px 0; }
  .so-contact-us-page .so-contact .contact-box-sm {
    padding-top: 40px; }
  .so-contact-us-page .so-contact .so-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    justify-content: space-between;
    -webkit-box-align: start;
    -ms-flex-align: start;
    -webkit-align-items: flex-start;
    -moz-align-items: flex-start;
    align-items: flex-start;
    max-width: 1600px; }
  .so-contact-us-page .so-contact .so-col {
    width: 50%;
    max-width: 720px; }
    .so-contact-us-page .so-contact .so-col:first-of-type {
      margin-right: 60px; }
    .so-contact-us-page .so-contact .so-col:last-of-type {
      margin-left: 60px; }
  .so-contact-us-page .so-contact .so-form span {
    display: block; }
  .so-contact-us-page .so-contact .so-form-input {
    font-size: 14px;
    line-height: 2.1;
    font-family: 'Santral';
    text-transform: uppercase;
    letter-spacing: 0.1em;
    padding: 40px 50px 35px 40px;
    background-color: #F4F4F4;
    border: 1px solid #F4F4F4;
    width: 100%;
    margin-bottom: 40px;
    outline: none;
    box-sizing: border-box;
    transition: 0.4s ease; }
    .so-contact-us-page .so-contact .so-form-input:focus {
      border: 1px solid #1D1D1D; }
  .so-contact-us-page .so-contact .so-form .wpcf7-response-output {
    margin: 0; }
  .so-contact-us-page .so-contact .so-form .contact-button {
    font-family: 'Santral';
    width: 200px;
    cursor: pointer;
    background-color: #79183C;
    outline: none; }
    .so-contact-us-page .so-contact .so-form .contact-button:hover {
      background-color: #fff; }
.so-contact-us-page-directions {
  padding-bottom: 100px; }
  .so-contact-us-page-directions .so-row {
    max-width: 1400px; }
    .so-contact-us-page-directions .so-row:first-of-type {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      -webkit-justify-content: space-between;
      -moz-justify-content: space-between;
      justify-content: space-between;
      -webkit-box-align: center;
      -ms-flex-align: center;
      -webkit-align-items: center;
      -moz-align-items: center;
      align-items: center;
      padding-bottom: 90px; }
  .so-contact-us-page-directions h3 {
    padding-bottom: 0; }
  .so-contact-us-page-directions .sat-nav {
    font-size: 16px;
    line-height: 1.2;
    display: block;
    color: #79183C;
    position: relative; }
    .so-contact-us-page-directions .sat-nav:after {
      content: '';
      position: absolute;
      top: 50%;
      left: -220px;
      transform: translate(0, -50%);
      width: 150px;
      height: 1px;
      background-color: #79183C; }
  .so-contact-us-page-directions-item {
    padding-bottom: 50px; }
    .so-contact-us-page-directions-item:last-of-type {
      padding-bottom: 0; }
    .so-contact-us-page-directions-item h6 {
      font-family: 'Santral';
      font-size: 16px;
      line-height: 2.1;
      font-weight: bold;
      text-transform: uppercase; }
    .so-contact-us-page-directions-item p {
      font-size: 16px; }

@media screen and (max-width: 1600px) {
  .so-contact-us-page .so-contact {
    padding: 100px 0; }
    .so-contact-us-page .so-contact .so-col:first-of-type {
      margin-right: 30px; }
    .so-contact-us-page .so-contact .so-col:last-of-type {
      margin-left: 30px; }
    .so-contact-us-page .so-contact .so-form-input {
      padding: 25px 35px; }
  .so-contact-us-page-directions {
    padding-bottom: 0; } }
@media screen and (max-width: 991px) {
  .so-contact-us-page .so-contact .so-row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column; }
  .so-contact-us-page .so-contact .so-col {
    max-width: 100%;
    width: 100%; }
    .so-contact-us-page .so-contact .so-col:first-of-type {
      margin-right: 0;
      margin-bottom: 50px; }
    .so-contact-us-page .so-contact .so-col:last-of-type {
      margin-left: 0; }
  .so-contact-us-page-directions {
    padding-bottom: 0; }
    .so-contact-us-page-directions .so-row {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column; }
      .so-contact-us-page-directions .so-row:first-of-type {
        padding-bottom: 50px; }
    .so-contact-us-page-directions .so-col {
      width: 100%; }
    .so-contact-us-page-directions h3 {
      padding-bottom: 20px; }
    .so-contact-us-page-directions .sat-nav:after {
      display: none; } }
@media screen and (max-width: 600px) {
  .so-contact-us-page .so-contact {
    padding: 50px 0; }
    .so-contact-us-page .so-contact .so-form-input {
      padding: 15px 20px;
      margin-bottom: 20px; } }
.so-campsite-page .so-campsite-gallery {
  padding-bottom: 100px; }
  .so-campsite-page .so-campsite-gallery-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    justify-content: space-between;
    -webkit-box-align: start;
    -ms-flex-align: start;
    -webkit-align-items: flex-start;
    -moz-align-items: flex-start;
    align-items: flex-start;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
  .so-campsite-page .so-campsite-gallery-image {
    margin-bottom: 25px;
    width: 32%;
    max-height: 320px;
    height: 100vh; }
    .so-campsite-page .so-campsite-gallery-image img {
      object-fit: cover;
      height: 100%;
      width: 100%; }
.so-campsite-page .so-campsite-prices {
  padding-bottom: 150px; }
  .so-campsite-page .so-campsite-prices .so-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center; }
    .so-campsite-page .so-campsite-prices .so-row:first-of-type {
      border-bottom: 1px solid #79183C;
      padding-bottom: 30px; }
    .so-campsite-page .so-campsite-prices .so-row:last-of-type {
      align-items: flex-start;
      border-bottom: 3px solid #79183C;
      padding-top: 70px;
      padding-bottom: 30px; }
      .so-campsite-page .so-campsite-prices .so-row:last-of-type .so-col {
        width: 25%;
        margin-bottom: 40px;
        margin-right: 50px;
        max-width: 400px; }
  .so-campsite-page .so-campsite-prices .title {
    font-size: 16px;
    line-height: 1.2;
    text-transform: uppercase;
    font-weight: bold; }
  .so-campsite-page .so-campsite-prices .so-text {
    padding-top: 30px; }
    .so-campsite-page .so-campsite-prices .so-text p {
      font-size: 16px;
      line-height: 2.5; }
.so-campsite-page .so-attractions {
  padding: 200px 0; }

@media screen and (max-width: 1600px) {
  .so-campsite-page .so-campsite-prices {
    padding-bottom: 100px; }
    .so-campsite-page .so-campsite-prices .so-row:last-of-type {
      -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
      .so-campsite-page .so-campsite-prices .so-row:last-of-type .so-col {
        width: 100% !important; }
    .so-campsite-page .so-campsite-prices .so-campsite-gallery-image {
      max-height: 370px; }
  .so-campsite-page .so-attractions {
    padding: 100px 0; } }
@media screen and (max-width: 991px) {
  .so-campsite-page .so-campsite-gallery-image {
    width: 49%;
    max-height: 300px; } }
@media screen and (max-width: 600px) {
  .so-campsite-page .so-campsite-gallery-image {
    width: 100%; }
    .so-campsite-page .so-campsite-gallery-image img {
      margin: 0 auto; } }
.cottages-inner-page .so-row {
  max-width: 1560px; }
.cottages-inner-page .so-section-slider {
  padding-bottom: 0; }
.cottages-inner-page .so-cattage-slider.for {
  max-width: 900px;
  background-color: rgba(0, 0, 0, 0.6);
  position: absolute;
  top: 0;
  right: 70px; }
.cottages-inner-page .so-single-cottages-info {
  padding-bottom: 200px; }
  .cottages-inner-page .so-single-cottages-info .so-row {
    position: relative;
    top: -350px; }
  .cottages-inner-page .so-single-cottages-info-card {
    padding: 140px 120px 80px 120px;
    box-sizing: border-box; }
  .cottages-inner-page .so-single-cottages-info h3 {
    color: #fff; }
  .cottages-inner-page .so-single-cottages-info p {
    font-size: 16px;
    line-height: 1.9;
    padding-bottom: 25px;
    color: #fff;
    max-width: 650px; }
  .cottages-inner-page .so-single-cottages-info a {
    font-size: 14px;
    line-height: 1.2;
    text-transform: uppercase;
    color: #fff; }
    .cottages-inner-page .so-single-cottages-info a:after {
      background-color: #fff; }
.cottages-inner-page .so-single-cottages-gallery {
  padding-bottom: 170px; }
  .cottages-inner-page .so-single-cottages-gallery-row {
    display: grid;
    grid-template-columns: repeat(4, minmax(200px, 1fr));
    grid-gap: 15px; }
    .cottages-inner-page .so-single-cottages-gallery-row img {
      margin: 0 auto; }

@media screen and (max-width: 1600px) {
  .cottages-inner-page .so-single-cottages-info .so-row {
    top: -250px; }
  .cottages-inner-page .so-single-cottages-info .so-cattage-slider.for {
    max-width: 730px;
    right: 40px; }
  .cottages-inner-page .so-single-cottages-info-card {
    padding: 80px 40px; } }
@media screen and (max-width: 991px) {
  .cottages-inner-page .so-single-cottages-info {
    padding-bottom: 0;
    margin-bottom: 40px; }
    .cottages-inner-page .so-single-cottages-info .so-row {
      position: unset; }
    .cottages-inner-page .so-single-cottages-info .so-cattage-slider.for {
      position: unset;
      max-width: 100%; }
    .cottages-inner-page .so-single-cottages-info p {
      max-width: 100%; }
  .cottages-inner-page .so-single-cottages-gallery {
    padding-bottom: 100px; }
    .cottages-inner-page .so-single-cottages-gallery-row {
      grid-template-columns: 1fr 1fr 1fr;
      grid-gap: 10px; } }
@media screen and (max-width: 600px) {
  .cottages-inner-page .so-single-cottages-info-card {
    padding: 40px 20px; }
  .cottages-inner-page .so-single-cottages-gallery {
    padding-bottom: 50px; }
    .cottages-inner-page .so-single-cottages-gallery-row {
      grid-template-columns: 1fr; } }
.so-equestrian-page .so-section-slider {
  position: relative;
  z-index: 2;
  padding-bottom: 80px; }
.so-equestrian-page .so-equestrian-gallery {
  padding-bottom: 40px; }
  .so-equestrian-page .so-equestrian-gallery-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
  .so-equestrian-page .so-equestrian-gallery-image {
    width: 32%;
    margin-bottom: 25px; }
    .so-equestrian-page .so-equestrian-gallery-image img {
      object-fit: cover;
      height: 100vh;
      max-height: 370px;
      width: 100%; }
.so-equestrian-page .so-equestrian-facilities_services-section {
  padding-top: 80px;
  padding-bottom: 80px;
  position: relative;
  background-color: #F4F4F4; }
  .so-equestrian-page .so-equestrian-facilities_services-section h3 {
    padding-bottom: 0; }
  .so-equestrian-page .so-equestrian-facilities_services-section h6 {
    font-size: 16px;
    line-height: 1.2;
    font-family: 'Santral';
    text-transform: uppercase;
    padding-bottom: 60px;
    font-weight: bold; }
  .so-equestrian-page .so-equestrian-facilities_services-section .so-text p {
    font-weight: bold; }
  .so-equestrian-page .so-equestrian-facilities_services-section .facilities-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    justify-content: space-between;
    -webkit-box-align: start;
    -ms-flex-align: start;
    -webkit-align-items: flex-start;
    -moz-align-items: flex-start;
    align-items: flex-start; }
    .so-equestrian-page .so-equestrian-facilities_services-section .facilities-list ul {
      max-width: 450px;
      margin-right: 100px; }
      .so-equestrian-page .so-equestrian-facilities_services-section .facilities-list ul:last-of-type {
        margin-right: 0; }
  .so-equestrian-page .so-equestrian-facilities_services-section .so-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    justify-content: space-between;
    -webkit-box-align: start;
    -ms-flex-align: start;
    -webkit-align-items: flex-start;
    -moz-align-items: flex-start;
    align-items: flex-start; }
    .so-equestrian-page .so-equestrian-facilities_services-section .so-row:first-of-type {
      align-items: center;
      padding-bottom: 30px;
      position: relative; }
      .so-equestrian-page .so-equestrian-facilities_services-section .so-row:first-of-type:after {
        content: '';
        position: absolute;
        bottom: 0;
        left: 0;
        height: 1px;
        width: 100%;
        background-color: #79183C; }
    .so-equestrian-page .so-equestrian-facilities_services-section .so-row:last-of-type {
      padding-top: 100px; }
      .so-equestrian-page .so-equestrian-facilities_services-section .so-row:last-of-type .so-col:first-of-type {
        width: 35%; }
      .so-equestrian-page .so-equestrian-facilities_services-section .so-row:last-of-type .so-col:last-of-type {
        width: 65%; }
.so-equestrian-page .so-equestrian-riders-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  padding-bottom: 100px; }
.so-equestrian-page .so-equestrian-riders .so-col {
  width: 100%; }
  .so-equestrian-page .so-equestrian-riders .so-col:first-of-type {
    max-width: 780px;
    margin-right: 100px; }
  .so-equestrian-page .so-equestrian-riders .so-col:last-of-type {
    max-width: 650px; }
.so-equestrian-page .so-equestrian-riders-image {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
  height: 100vh;
  max-height: 780px; }
.so-equestrian-page .so-equestrian-riders-info img {
  margin: 0 auto;
  padding-bottom: 30px; }
.so-equestrian-page .so-equestrian-riders-info h3 {
  padding-bottom: 40px;
  text-align: center; }
.so-equestrian-page .so-equestrian-riders-info .so-text p {
  font-size: 16px;
  line-height: 2.4; }
.so-equestrian-page .so-equestrian-services {
  padding: 100px 0;
  background-color: #F2F2F2; }
  .so-equestrian-page .so-equestrian-services .so-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    justify-content: space-between;
    -webkit-box-align: start;
    -ms-flex-align: start;
    -webkit-align-items: flex-start;
    -moz-align-items: flex-start;
    align-items: flex-start;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    max-width: 1720px; }
  .so-equestrian-page .so-equestrian-services-card {
    display: block;
    width: 30%;
    margin-bottom: 30px; }
    .so-equestrian-page .so-equestrian-services-card-image {
      background-position: center;
      background-size: cover;
      background-repeat: no-repeat;
      position: relative;
      max-width: 530px;
      max-height: 500px;
      width: 100%;
      height: 100vh; }
    .so-equestrian-page .so-equestrian-services-card-title {
      position: absolute;
      top: 20px;
      left: 20px;
      bottom: 20px;
      right: 20px;
      background-color: rgba(0, 0, 0, 0.5);
      text-align: center;
      padding: 20px;
      transition: 0.4s ease; }
      .so-equestrian-page .so-equestrian-services-card-title:hover {
        top: 10px;
        left: 10px;
        bottom: 10px;
        right: 10px; }
        .so-equestrian-page .so-equestrian-services-card-title:hover h4 {
          transform: translate(-50%, -50%) scale(1.1); }
      .so-equestrian-page .so-equestrian-services-card-title h4 {
        color: #fff;
        width: 100%;
        padding-bottom: 0;
        transition: 0.4s ease;
        position: absolute;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%); }
    .so-equestrian-page .so-equestrian-services-card-description {
      font-size: 16px;
      line-height: 2.5;
      padding-top: 50px; }

@media screen and (max-width: 1600px) {
  .so-equestrian-page .so-equestrian-facilities_services-section .so-row:last-of-type {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column; }
    .so-equestrian-page .so-equestrian-facilities_services-section .so-row:last-of-type .so-col {
      width: 100% !important;
      margin-bottom: 40px; }
      .so-equestrian-page .so-equestrian-facilities_services-section .so-row:last-of-type .so-col:last-of-type {
        margin-bottom: 0; }
  .so-equestrian-page .so-equestrian-riders-image {
    max-height: 580px; }
  .so-equestrian-page .so-equestrian-services-card-image {
    max-width: 350px;
    max-height: 350px; }
  .so-equestrian-page .so-equestrian-services-card-description {
    max-width: 350px; } }
@media screen and (max-width: 991px) {
  .so-equestrian-page .so-equestrian-gallery-image {
    width: 47%; }
    .so-equestrian-page .so-equestrian-gallery-image img {
      max-height: 320px; }
  .so-equestrian-page .so-equestrian-facilities_services-section .facilities-list {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
    .so-equestrian-page .so-equestrian-facilities_services-section .facilities-list ul {
      margin-bottom: 30px; }
  .so-equestrian-page .so-equestrian-riders-row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse; }
  .so-equestrian-page .so-equestrian-riders .so-col:first-of-type {
    margin-right: 0; }
  .so-equestrian-page .so-equestrian-riders .so-col:last-of-type {
    margin-bottom: 50px; }
  .so-equestrian-page .so-equestrian-services .so-row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column; }
  .so-equestrian-page .so-equestrian-services-card {
    width: 100%;
    margin-bottom: 30px; }
    .so-equestrian-page .so-equestrian-services-card-image {
      max-width: 100%; }
    .so-equestrian-page .so-equestrian-services-card-description {
      padding-top: 30px;
      max-width: 100%; } }
@media screen and (max-width: 768px) {
  .so-equestrian-page .so-equestrian-gallery-image {
    width: 100%; }
    .so-equestrian-page .so-equestrian-gallery-image img {
      max-height: 320px; } }
@media screen and (max-width: 600px) {
  .so-equestrian-page .so-equestrian-facilities_services-section h6 {
    padding-bottom: 30px; }
  .so-equestrian-page .so-equestrian-facilities_services-section .so-row:first-of-type {
    text-align-last: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column; }
    .so-equestrian-page .so-equestrian-facilities_services-section .so-row:first-of-type .so-col:first-of-type {
      margin-bottom: 30px; }
  .so-equestrian-page .so-equestrian-facilities_services-section .so-row:last-of-type {
    padding-top: 50px; }
  .so-equestrian-page .so-equestrian-riders-image {
    max-height: 350px; } }
.so-information-gallery .so-row {
  max-width: 1580px; }
.so-information-gallery-cards-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  align-items: flex-start;
  max-height: 720px; }
  .so-information-gallery-cards-row:nth-of-type(1) .so-col:first-of-type {
    margin-right: 40px; }
  .so-information-gallery-cards-row:nth-of-type(1) .so-col:last-of-type {
    width: 50%; }
  .so-information-gallery-cards-row:nth-of-type(2) .so-col:first-of-type {
    width: 50%;
    margin-right: 40px; }
  .so-information-gallery-cards-row:nth-of-type(3) .so-information-gallery-card:nth-of-type(2) {
    margin-right: 40px;
    margin-left: 40px; }
  .so-information-gallery-cards-row:nth-of-type(4) .so-information-gallery-card {
    max-width: 100%; }
  .so-information-gallery-cards-row:nth-of-type(5) .so-information-gallery-card:nth-of-type(2) {
    margin-right: 40px;
    margin-left: 40px; }
.so-information-gallery .so-col {
  width: 100%; }
.so-information-gallery h6 {
  font-size: 16px;
  line-height: 1.2;
  font-family: 'Santral';
  color: #fff;
  padding-bottom: 10px;
  text-transform: uppercase; }
.so-information-gallery p {
  font-size: 16px;
  line-height: 1.2;
  color: #fff;
  display: none; }
.so-information-gallery-card {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  width: 100%;
  height: 100vh;
  max-width: 1000px;
  max-height: 680px;
  margin-bottom: 40px;
  transition: 0.4s ease; }
  .so-information-gallery-card-info {
    position: absolute;
    width: 100%;
    height: auto;
    bottom: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.7);
    padding: 40px 60px 20px 60px;
    box-sizing: border-box;
    transition: 0.4s ease; }
  .so-information-gallery-card.min {
    max-width: 490px;
    max-height: 320px; }
    .so-information-gallery-card.min .so-information-gallery-card-info {
      padding: 40px 60px 20px 30px; }
    .so-information-gallery-card.min p {
      font-size: 12px;
      line-height: 1.2; }

@media screen and (max-width: 1600px) {
  .so-information-gallery-card {
    max-height: 500px; }
    .so-information-gallery-card.min {
      max-height: 230px; }
    .so-information-gallery-card-info {
      padding: 30px 40px 20px 40px; } }
@media screen and (max-width: 991px) {
  .so-information-gallery .so-col {
    width: 100% !important; }
  .so-information-gallery-cards-row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    max-height: 100%; }
  .so-information-gallery-card {
    max-width: 100%;
    margin-right: 0 !important;
    margin-left: 0 !important;
    margin-bottom: 20px; }
    .so-information-gallery-card.min {
      max-width: 100%;
      max-height: 500px; } }
@media screen and (max-width: 600px) {
  .so-information-gallery-card {
    max-height: 300px; }
    .so-information-gallery-card-info {
      padding: 20px; }
    .so-information-gallery-card.min {
      max-height: 300px; } }
.so-our_blogs-page .so-blog-posts {
  padding-top: 250px; }
  .so-our_blogs-page .so-blog-posts .so-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    justify-content: space-between;
    -webkit-box-align: start;
    -ms-flex-align: start;
    -webkit-align-items: flex-start;
    -moz-align-items: flex-start;
    align-items: flex-start;
    max-width: 1720px; }
.so-our_blogs-page .so-row-pagination {
  padding-top: 50px; }
  .so-our_blogs-page .so-row-pagination .navigation {
    width: 100%; }
    .so-our_blogs-page .so-row-pagination .navigation h2 {
      display: none; }
    .so-our_blogs-page .so-row-pagination .navigation .nav-links {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      -webkit-justify-content: space-between;
      -moz-justify-content: space-between;
      justify-content: space-between;
      -webkit-box-align: center;
      -ms-flex-align: center;
      -webkit-align-items: center;
      -moz-align-items: center;
      align-items: center; }
      .so-our_blogs-page .so-row-pagination .navigation .nav-links .page-numbers {
        display: none;
        font-family: 'Santral'; }
      .so-our_blogs-page .so-row-pagination .navigation .nav-links .post-controll {
        font-size: 16px;
        line-height: 1.2;
        font-family: 'Santral';
        font-style: normal;
        font-weight: bold;
        position: relative;
        text-transform: uppercase;
        letter-spacing: 0.1em;
        color: #79183C; }
        .so-our_blogs-page .so-row-pagination .navigation .nav-links .post-controll.prev-post {
          padding-left: 180px; }
          .so-our_blogs-page .so-row-pagination .navigation .nav-links .post-controll.prev-post:before {
            content: '';
            background-color: #79183C;
            width: 155px;
            height: 1px;
            position: absolute;
            top: 50%;
            transform: translate(0, -50%);
            left: 0;
            transition: 0.4s ease; }
          .so-our_blogs-page .so-row-pagination .navigation .nav-links .post-controll.prev-post:hover:before {
            transform: translate(10px, -50%); }
        .so-our_blogs-page .so-row-pagination .navigation .nav-links .post-controll.next-post {
          padding-right: 180px; }
          .so-our_blogs-page .so-row-pagination .navigation .nav-links .post-controll.next-post:after {
            content: '';
            background-color: #79183C;
            width: 155px;
            height: 1px;
            position: absolute;
            top: 50%;
            transform: translate(0, -50%);
            right: 0;
            transition: 0.4s ease; }
          .so-our_blogs-page .so-row-pagination .navigation .nav-links .post-controll.next-post:hover:after {
            transform: translate(-10px, -50%); }
      .so-our_blogs-page .so-row-pagination .navigation .nav-links .next {
        display: block; }
      .so-our_blogs-page .so-row-pagination .navigation .nav-links .prev {
        display: block; }

@media screen and (max-width: 1600px) {
  .so-our_blogs-page .so-blog-posts {
    padding-top: 150px; } }
@media screen and (max-width: 991px) {
  .so-our_blogs-page .so-blog-posts {
    padding-top: 150px; }
    .so-our_blogs-page .so-blog-posts .so-row {
      justify-content: center;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap; } }
@media screen and (max-width: 768px) {
  .so-our_blogs-page .so-row-pagination .navigation .nav-links .post-controll.prev-post {
    padding-left: 60px; }
    .so-our_blogs-page .so-row-pagination .navigation .nav-links .post-controll.prev-post:before {
      width: 50px; }
  .so-our_blogs-page .so-row-pagination .navigation .nav-links .post-controll.next-post {
    padding-right: 60px; }
    .so-our_blogs-page .so-row-pagination .navigation .nav-links .post-controll.next-post:after {
      width: 50px; } }
@media screen and (max-width: 600px) {
  .so-our_blogs-page .so-blog-posts {
    padding-top: 50px; }
  .so-our_blogs-page .so-row-pagination .navigation .nav-links .post-controll.prev-post {
    padding-left: 0; }
    .so-our_blogs-page .so-row-pagination .navigation .nav-links .post-controll.prev-post:before {
      display: none; }
  .so-our_blogs-page .so-row-pagination .navigation .nav-links .post-controll.next-post {
    padding-right: 0; }
    .so-our_blogs-page .so-row-pagination .navigation .nav-links .post-controll.next-post:after {
      display: none; } }
.so-follow-us {
  padding: 160px 0 230px 0; }
  .so-follow-us h3 {
    padding-bottom: 60px; }
  .so-follow-us .so-row {
    text-align: center;
    max-width: 1660px; }
  .so-follow-us .so-col {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center; }
  .so-follow-us-item {
    display: block;
    margin-right: 20px;
    width: 100%;
    max-width: 400px;
    max-height: 380px; }
    .so-follow-us-item:last-of-type {
      margin-right: 0; }

@media screen and (max-width: 1600px) {
  .so-follow-us {
    padding: 120px 0 150px 0; } }
@media screen and (max-width: 991px) {
  .so-follow-us {
    padding: 100px 0; }
    .so-follow-us .so-col {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column; }
    .so-follow-us-item {
      margin: 0 0 20px 0;
      max-width: 100%; }
      .so-follow-us-item img {
        width: 100%;
        max-height: 380px;
        object-fit: cover;
        object-position: center; } }
@media screen and (max-width: 991px) {
  .so-follow-us {
    padding: 50px 0; }
    .so-follow-us h3 {
      padding-bottom: 30px; } }
.so-section-slider {
  padding-bottom: 170px; }
  .so-section-slider .so-row {
    max-width: 1560px; }
  .so-section-slider .so-slider-wrapper {
    position: relative;
    max-height: 900px; }
  .so-section-slider .controll-slider {
    position: absolute;
    bottom: 50px;
    left: 70px; }
  .so-section-slider .so-slider-item img {
    width: 100%; }

@media screen and (max-width: 991px) {
  .so-section-slider {
    padding-bottom: 100px; }
    .so-section-slider .controll-slider {
      bottom: 30px;
      left: 30px; } }
@media screen and (max-width: 600px) {
  .so-section-slider {
    padding-bottom: 50px; }
    .so-section-slider .controll-slider {
      width: 100%;
      bottom: 50%;
      transform: translate(0, 50%);
      left: 0; }
      .so-section-slider .controll-slider-btn {
        background-color: #79183C;
        border-color: #79183C;
        width: 30px;
        height: 30px; }
        .so-section-slider .controll-slider-btn.right {
          right: -15px; }
        .so-section-slider .controll-slider-btn.left {
          left: -15px; } }
.so-reviews {
  padding-top: 100px; }
  .so-reviews .so-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center;
    max-width: 1300px;
    position: relative; }
  .so-reviews h4 {
    padding-bottom: 30px;
    font-weight: 400; }
  .so-reviews .controll-slider {
    position: absolute;
    width: 100%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%); }
    .so-reviews .controll-slider-btn.left {
      left: -100px; }
    .so-reviews .controll-slider-btn.right {
      right: -100px; }
  .so-reviews .so-col {
    width: 50%;
    position: relative; }
    .so-reviews .so-col:first-of-type {
      margin-right: 20px; }
      .so-reviews .so-col:first-of-type img {
        max-width: 350px;
        margin: 0 auto; }
    .so-reviews .so-col:nth-of-type(2) {
      margin-left: 20px; }
      .so-reviews .so-col:nth-of-type(2):after {
        background-position: top;
        background-size: cover;
        background-repeat: no-repeat;
        content: '';
        position: absolute;
        top: -70px;
        left: 0;
        width: 40px;
        height: 30px;
        background-image: url(img/quotes.svg); }

@media screen and (max-width: 1600px) {
  .so-reviews .controll-slider-btn.left {
    left: -50px; }
  .so-reviews .controll-slider-btn.right {
    right: -50px; } }
@media screen and (max-width: 1440px) {
  .so-reviews .controll-slider {
    width: fit-content;
    bottom: -50px;
    right: 20px;
    top: unset;
    left: unset;
    transform: translate(0, 0); }
    .so-reviews .controll-slider-btn.left {
      left: 0; }
    .so-reviews .controll-slider-btn.right {
      right: 0; } }
@media screen and (max-width: 991px) {
  .so-reviews .so-row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column; }
  .so-reviews .so-col {
    width: 100%;
    margin-right: 0 !important;
    margin-left: 0 !important;
    padding-bottom: 100px; }
  .so-reviews img {
    margin: 0 auto; } }
@media screen and (max-width: 600px) {
  .so-reviews {
    padding-top: 50px; }
    .so-reviews .controll-slider {
      bottom: 0;
      right: 50%;
      transform: translate(50%, 0); }
    .so-reviews .so-col {
      text-align: center;
      padding-bottom: 50px; }
      .so-reviews .so-col:nth-of-type(2) {
        padding-bottom: 100px; }
        .so-reviews .so-col:nth-of-type(2):after {
          display: none; }
    .so-reviews .so-text {
      text-align: center; } }
.so-attractions {
  padding: 100px 0; }
  .so-attractions .so-row {
    text-align: center;
    max-width: 1560px; }
  .so-attractions-gallery {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    justify-content: space-between;
    -webkit-box-align: start;
    -ms-flex-align: start;
    -webkit-align-items: flex-start;
    -moz-align-items: flex-start;
    align-items: flex-start;
    padding-top: 50px; }
    .so-attractions-gallery-image {
      background-position: center;
      background-size: cover;
      background-repeat: no-repeat;
      width: 100%;
      height: 100vh;
      margin-bottom: 40px;
      max-width: 1000px;
      max-height: 680px; }
      .so-attractions-gallery-image.min {
        max-height: 320px;
        max-width: 500px; }
    .so-attractions-gallery .so-col {
      width: 100%; }
      .so-attractions-gallery .so-col:first-of-type {
        margin-right: 20px; }
      .so-attractions-gallery .so-col:last-of-type {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        -webkit-justify-content: flex-start;
        -moz-justify-content: flex-start;
        justify-content: flex-start;
        -webkit-box-align: center;
        -ms-flex-align: center;
        -webkit-align-items: center;
        -moz-align-items: center;
        align-items: center;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        width: 50%;
        margin-left: 20px; }

@media screen and (max-width: 1600px) {
  .so-attractions-gallery-image {
    max-height: 500px; }
    .so-attractions-gallery-image.min {
      max-height: 230px; } }
@media screen and (max-width: 991px) {
  .so-attractions-gallery {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column; }
    .so-attractions-gallery-image {
      max-height: 320px !important;
      max-width: 100% !important; }
    .so-attractions-gallery .so-col {
      width: 100% !important; }
      .so-attractions-gallery .so-col:first-of-type {
        margin-right: 0; }
      .so-attractions-gallery .so-col:last-of-type {
        margin-left: 0;
        max-width: 100%; } }
@media screen and (max-width: 600px) {
  .so-attractions {
    padding: 50px 0; }
    .so-attractions-gallery {
      padding-top: 30px; }
    .so-attractions .main-button {
      margin: 0 auto; } }
.so-intro {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  height: 100vh;
  position: relative;
  overflow: hidden; }
  .so-intro #player {
    position: absolute;
    width: 100%;
    height: 100%;
    transform: scale(1.1); }
    .so-intro #player button {
      display: none; }
    .so-intro #player .plyr__controls {
      display: none; }
  .so-intro.overlay:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: rgba(29, 29, 29, 0.15);
    top: 0;
    left: 0;
    bottom: 0;
    right: 0; }
  .so-intro .so-content {
    height: 100%;
    position: relative;
    z-index: 2; }
  .so-intro .so-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    height: 100%; }
    .so-intro .so-row h1 {
      padding-bottom: 70px;
      color: #fff; }

@media screen and (max-width: 1440px) {
  .so-intro #player {
    top: 30%;
    transform: scale(1.8); } }
@media screen and (max-width: 991px) {
  .so-intro {
    height: 70vh; }
    .so-intro h1 {
      text-align: center; } }
@media screen and (max-width: 600px) {
  .so-intro #player {
    top: 90%;
    transform: scale(2.8); }
  .so-intro .so-row h1 {
    padding-bottom: 40px; } }
.second-section {
  background-position: 10%;
  background-size: 30%;
  background-repeat: no-repeat;
  padding: 130px 0; }
  .second-section h3 {
    padding-bottom: 15px;
    position: relative; }
    .second-section h3:before {
      content: '';
      position: absolute;
      background-color: #79183C;
      width: 70px;
      height: 2px;
      top: -30px;
      left: 50%;
      transform: translate(-50%, 0); }
  .second-section .so-col {
    text-align: center; }
  .second-section .sub-title {
    padding-bottom: 60px; }
  .second-section .so-text {
    max-width: 950px;
    padding-bottom: 40px;
    margin: 0 auto; }
  .second-section .row-btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center; }
    .second-section .row-btn .main-button {
      margin-right: 20px; }
      .second-section .row-btn .main-button:last-of-type {
        margin-right: 0;
        margin-bottom: 0; }
  .second-section .row-text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    justify-content: space-between;
    -webkit-box-align: start;
    -ms-flex-align: start;
    -webkit-align-items: flex-start;
    -moz-align-items: flex-start;
    align-items: flex-start; }
    .second-section .row-text .so-text {
      width: 100%;
      margin-left: 0;
      font-size: 16px; }
      .second-section .row-text .so-text:first-of-type {
        padding-right: 50px; }
      .second-section .row-text .so-text:last-of-type {
        padding-left: 50px; }

@media screen and (max-width: 991px) {
  .second-section {
    padding: 100px 0; }
    .second-section .so-text {
      text-align: center; }
    .second-section .row-text {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column; }
      .second-section .row-text .so-text {
        margin-bottom: 30px;
        padding: 0 !important; }
        .second-section .row-text .so-text:last-of-type {
          margin-bottom: 0; } }
@media screen and (max-width: 600px) {
  .second-section {
    padding: 70px 0; }
    .second-section .sub-title {
      padding-bottom: 30px; }
    .second-section .row-btn {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column; }
      .second-section .row-btn .main-button {
        margin-right: 0;
        margin-bottom: 20px; } }
.additional-info_facilities-section {
  padding: 50px 0;
  background-color: #F4F4F4; }
  .additional-info_facilities-section .so-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    justify-content: space-between;
    -webkit-box-align: start;
    -ms-flex-align: start;
    -webkit-align-items: flex-start;
    -moz-align-items: flex-start;
    align-items: flex-start; }
  .additional-info_facilities-section .facilities-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    justify-content: space-between;
    -webkit-box-align: start;
    -ms-flex-align: start;
    -webkit-align-items: flex-start;
    -moz-align-items: flex-start;
    align-items: flex-start; }
  .additional-info_facilities-section h6 {
    font-size: 16px;
    line-height: 1.2;
    font-family: 'Santral';
    padding-bottom: 60px;
    font-weight: bold;
    text-transform: uppercase; }
  .additional-info_facilities-section ul li {
    font-size: 16px;
    line-height: 2.5; }
  .additional-info_facilities-section .so-text p {
    font-size: 16px;
    line-height: 2.5; }
  .additional-info_facilities-section .so-col {
    position: relative; }
    .additional-info_facilities-section .so-col:after {
      content: '';
      width: 100%;
      height: 1px;
      background-color: #79183C;
      left: 0;
      top: 50px;
      position: absolute; }
    .additional-info_facilities-section .so-col:first-of-type {
      width: 30%;
      padding-right: 10%; }
    .additional-info_facilities-section .so-col:last-of-type {
      width: 60%; }

@media screen and (max-width: 1600px) {
  .additional-info_facilities-section ul {
    margin-right: 30px; }
    .additional-info_facilities-section ul:last-of-type {
      margin-right: 0; } }
@media screen and (max-width: 991px) {
  .additional-info_facilities-section .so-row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column; }
  .additional-info_facilities-section .so-col {
    width: 100% !important; }
    .additional-info_facilities-section .so-col:first-of-type {
      margin-bottom: 50px; }
  .additional-info_facilities-section .facilities-list {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
  .additional-info_facilities-section ul {
    width: 50%;
    margin-bottom: 30px;
    margin-right: 0; } }
@media screen and (max-width: 600px) {
  .additional-info_facilities-section ul {
    width: 100%; } }
.so-book-cottages h3 {
  padding-bottom: 0; }
.so-book-cottages .sub-title {
  padding-bottom: 10px; }
.so-book-cottages .so-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  align-items: flex-start;
  position: relative; }
  .so-book-cottages .so-row:first-of-type {
    align-items: center;
    padding-bottom: 30px; }
    .so-book-cottages .so-row:first-of-type:after {
      content: '';
      position: absolute;
      left: 0;
      bottom: 0;
      background-color: #79183C;
      height: 1px;
      width: 100%; }
  .so-book-cottages .so-row:last-of-type {
    padding: 60px 20px; }
.so-book-cottages .book-table {
  width: 100%; }
  .so-book-cottages .book-table table {
    width: 100%; }
    .so-book-cottages .book-table table td, .so-book-cottages .book-table table th {
      font-size: 16px;
      line-height: 1.2;
      width: 150px; }
    .so-book-cottages .book-table table td {
      padding: 25px 20px 25px 0; }
    .so-book-cottages .book-table table th {
      font-weight: bold;
      text-transform: uppercase;
      padding: 0 20px 25px 0; }

@media screen and (max-width: 991px) {
  .so-book-cottages .book-table {
    position: relative;
    overflow-y: scroll;
    margin-bottom: 30px; }
    .so-book-cottages .book-table table {
      position: relative;
      overflow-y: scroll;
      width: 991px; }
  .so-book-cottages .so-row:last-of-type {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column; } }
@media screen and (max-width: 600px) {
  .so-book-cottages .so-row:first-of-type {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: center; }
    .so-book-cottages .so-row:first-of-type .so-col:first-of-type {
      margin-bottom: 30px; } }
@media screen and (max-width: 1600px) {
  html, body, div, span, applet, object, iframe,
  p, blockquote, pre,
  a, abbr, acronym, address, big, cite, code,
  del, dfn, em, img, ins, kbd, q, s, samp,
  small, strike, strong, sub, sup, tt, var,
  b, u, i, center,
  dl, dt, dd, ol, ul, li,
  fieldset, form, label, legend,
  table, caption, tbody, tfoot, thead, tr, th, td,
  article, aside, canvas, details, embed,
  figure, figcaption, footer, header, hgroup,
  menu, nav, output, ruby, section, summary,
  time, mark, audio, video {
    font-size: 18px;
    line-height: 2; }

  .so-row {
    max-width: 1400px; }

  h1 {
    font-size: 60px;
    line-height: 1; }

  h2 {
    font-size: 48px;
    line-height: 1.2; }

  h3 {
    font-size: 40px;
    line-height: 1.2; }

  h4 {
    font-size: 34px;
    line-height: 1.2; }

  h5 {
    font-size: 22px;
    line-height: 1.2; }

  h6 {
    font-size: 16px;
    line-height: 1.2; } }
@media screen and (max-width: 991px) {
  .so-anim-under,
  .so-anim-under_slow,
  .so-anim-fade,
  .so-anim-fade_slow,
  .so-anim-right,
  .so-anim-right_slow,
  .so-anim-left,
  .so-anim-left_slow,
  .so-anim-drop,
  .so-anim-drop_slow {
    opacity: 1; }

  .so-anim-image:before {
    display: none; } }
@media screen and (max-width: 600px) {
  html, body, div, span, applet, object, iframe,
  p, blockquote, pre,
  a, abbr, acronym, address, big, cite, code,
  del, dfn, em, img, ins, kbd, q, s, samp,
  small, strike, strong, sub, sup, tt, var,
  b, u, i, center,
  dl, dt, dd, ol, ul, li,
  fieldset, form, label, legend,
  table, caption, tbody, tfoot, thead, tr, th, td,
  article, aside, canvas, details, embed,
  figure, figcaption, footer, header, hgroup,
  menu, nav, output, ruby, section, summary,
  time, mark, audio, video {
    font-size: 16px;
    line-height: 1.8; }

  h1 {
    font-size: 45px;
    line-height: 1; }

  h2 {
    font-size: 35px;
    line-height: 1.2; }

  h3 {
    font-size: 28px;
    line-height: 1.2; }

  h4 {
    font-size: 23px;
    line-height: 1.2; }

  h5 {
    font-size: 18px;
    line-height: 1.2; }

  h6 {
    font-size: 14px;
    line-height: 1.2; }

  h1, h2, h3, h4, h5, h6 {
    padding-bottom: 20px; } }

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

.so-contact-details .so_icon_phone::after {
	background-image: url('img/phone.svg');
}

.so-contact-details .so_icon_email::after {
	background-image: url('img/mail.svg');
}
.gallery-section{
	padding: 160px 0;
}
.gallery-section *{
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.gallery-block{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin: 0 auto;
	padding: 0 20px;
	max-width: 1720px;
	width: 96%;
}
.gallery-item{
	padding: 2% 0;
	width: 31%;
}
.gallery-item-image a{
	background-color: #121212;
	display: block;
	height: auto;
	position: relative;
	padding-top: 75%;
	overflow: hidden;
	width: 100%;
}
.gallery-item-image img{
	display: block;
	height: 100%;
	left: 0;
	position: absolute;
	object-fit: cover;
	transition: transform 0.5s ease;
	top: 0;
	width: 100%;
}
.gallery-item-image a:before{
	background: rgba(0,0,0,0.6);
	content: "";
	display: block;
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	opacity: 0;
	transition: opacity 0.2s linear;
	width: 100%;
	z-index: 1;
}
.gallery-item-image a:after{
	background: url(img/zoom-icon.svg);
	content: "";
	display: block;
	height: 50px;
	left: 50%;
	position: absolute;
	top: 50%;
	opacity: 0;
	transform: translate(-50%, -50%);
	transition: opacity 0.2s linear;
	width: 50px;
	z-index: 2;
}
.gallery-item-image a:hover img{
	transform: scale(1.06);
}
.gallery-item-image a:hover:before,
.gallery-item-image a:hover:after{
	opacity: 1;
}

.sub-menu {
	flex-direction: column !important;
    position: absolute;
    width: max-content;
    top: 10px;
    display: none !important;
    padding: 20px 5px 10px 5px;
    z-index: 9999;
}

.so-col ul li .sub-menu li .sub-menu {
	left: 125px;
    top: -10px;
    padding-left: 20px;
}

.sub-menu li {
	margin-right: 0px !important;
    background: #fff;
    width: 100%;
   	border-bottom: solid 1px #000;
    border-left: solid 1px #000;
}

.sub-menu li a {
	display: inline-block;
    color: #000 !important;
    padding: 10px;
}

.sub-menu li:laxt-child {
	padding-bottom: 0px;
}

.so-header .menu-item-has-children:hover>.sub-menu {
display: flex !important;
}

@media screen and (max-width: 991px) {
	.sub-menu {
        position: static;
        padding-left: 20px;
    }
    
    .sub-menu li a {
    	font-size: 16px !important;
        padding: 0px;
        margin-bottom: 5px;
    }
    .sub-menu li a:last-child {
    	margin-bottom: 0px !important;
    }
    
    .sub-menu li {
    	border-left: none !important;
        border-bottom: none !important;
        margin-bottom: 0px !important;
    }
    
    .so-header-mob_slide-menu {
    	align-items: flex-start;
    }
    
    .so-header-mob_slide-menu ul {
    	text-align: left;
    }
}
    
@media only screen and (max-width : 1600px) {
	.gallery-section{
		padding: 90px 0;
	}
	.gallery-item-image a:after{
		height: 40px;
		width: 40px;
	}
}
@media only screen and (max-width : 600px) {
	.gallery-section{
		padding: 45px 0;
	}
	.gallery-block{
		width: 100%;
	}
	.gallery-item{
		width: 48%;
	}
	.gallery-item-image a:after{
		height: 30px;
		width: 30px;
	}
}

  .so-single-cottage .so-single-cottages-gallery-row {
    display: grid;
    grid-template-columns: repeat(4, minmax(200px, 1fr));
    grid-gap: 15px;
}

.so-single-cottage .so-single-cottages-gallery-row img {
    margin: 0 auto;
}

.so-single-cottages-gallery-row a {
	height: 216px;
    overflow: hidden;
}

@media (max-width: 991px) {
    .so-single-cottage .so-single-cottages-gallery-row {
        grid-template-columns: 1fr 1fr 1fr;
        grid-gap: 10px;
    }
    .so-single-cottages-gallery-row a {
        height: 200px;
        overflow: hidden;
    }
}

@media screen and (max-width: 600px) {
    .so-single-cottage .so-single-cottages-gallery-row {
        grid-template-columns: 1fr;
    }
    .so-single-cottages-gallery-row a {
        height: auto;
    }
}