/*
Theme Name: 	LDA-Child
Theme URI: 		lda.net
Author: 		LDA
Author URI: 	lda.net
Description:	Child Theme for LDA
Template:		LDA
Version: 		1.6
*/
/* Theme customization starts here
-------------------------------------------------------------- */
/**************************
* DEMO
**************************/
/*

http://demo.themerex.net/?theme=yacht-and-boat&_ga

*/
/**************************
* IMPORT
**************************/
@import url("css/supreme-icons.css");
@import url("css/stroke-gap-icons.css");
@import url("css/owl.carousel.css");
@import url("css/owl.theme.css");
@import url("css/owl.transitions.css");
@import url("css/lightgallery.css");
@import url("css/lg-transitions.css");
@import url("css/venobox.css");
@import url("css/simpleWeather.css");
@import url("css/hover-min.css");
/**************************
* PARTIALS
**************************/
/**************************
* COLORS
**************************/
/**************************
* BOOKING SECTION
**************************/
@import url("https://fonts.googleapis.com/css?family=Karla");
@import url("https://fonts.googleapis.com/css?family=Kristi");
@import url("https://fonts.googleapis.com/css?family=Playfair+Display");
@import url("https://fonts.googleapis.com/css?family=Dancing+Script");
@import url("https://fonts.googleapis.com/css?family=Vibur");
@import url("https://fonts.googleapis.com/css?family=Vidaloka");
@import url("https://use.fontawesome.com/releases/v5.7.2/css/all.css");
@import url("./css/font-fleurdeselhotel.css");
.booking-container {
  background-color: white;
  padding: 30px;
  box-sizing: border-box;
  box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.1); }
  .booking-container input[type="submit"] {
    width: 100%;
    margin-bottom: 0;
    height: 47px; }
  .booking-container h3 {
    font-size: 40px;
    text-align: center; }
    .booking-container h3 span {
      font-size: 50%;
      text-align: center; }

@media only screen and (min-width: 1240px) {
  input, select {
    margin-bottom: 0; } }
@media only screen and (min-width: 768px) and (max-width: 1239px) {
  .booking-container .column {
    width: 48%; }
  .booking-container .button-request {
    width: 98%; } }
@media only screen and (max-width: 767px) {
  .booking-container
  > div {
    display: block;
    text-align: center; }
    .booking-container
    > div .column {
      width: 100%; }
    .booking-container
    > div h3 {
      line-height: normal;
      margin-bottom: 10px; } }
/**************************
* COOKIE
**************************/
#cookie-notice {
  background-color: #ae9a65 !important;
  color: #fcfcfc !important; }

#cookie-notice .button.bootstrap:hover,
#cookie-notice .button.bootstrap:focus {
  color: #ffffff;
  background-color: #58544E; }

#cookie-notice .button.bootstrap {
  background-color: #58544E;
  background-image: -moz-linear-gradient(top, #ABABAB, #58544E);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ABABAB), to(#58544E));
  background-image: -webkit-linear-gradient(top, #ABABAB, #58544E);
  background-image: -o-linear-gradient(top, #ABABAB, #58544E);
  background-image: linear-gradient(to bottom, #ABABAB, #58544E);
  background-repeat: repeat-x;
  border-style: solid;
  border-width: 1px;
  border-color: #58544E #58544E #58544E;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.2) inset, 0 1px 2px rgba(0, 0, 0, 0.05);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff0088cc', endColorstr='#ff0044cc', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false); }

.white-text {
  color: white; }

.red-text {
  color: red; }

/**************************
* OWL CAROUSEL
**************************/
.owl-carousel .owl-prev,
.owl-carousel .owl-next {
  position: absolute;
  top: 50%;
  width: 48px;
  height: 48px;
  border: 1px solid #ae9a65;
  color: #fcfcfc;
  line-height: 44px;
  text-align: center;
  -webkit-transition: all 0.3s;
  transition: all 0.3s; }
.owl-carousel .owl-prev {
  left: 20px; }
.owl-carousel .owl-next {
  right: 20px; }
.owl-carousel .owl-prev:before, .owl-carousel .owl-next:before {
  font-family: "supreme-icons";
  font-size: 12px; }
.owl-carousel .owl-prev:before {
  content: "\e95d"; }
.owl-carousel .owl-next:before {
  content: "\e994"; }
.owl-carousel .owl-prev:hover, .owl-carousel .owl-next:hover {
  border: 1px solid #ae9a65;
  color: #fcfcfc; }

/**************************
* BUTTONS
**************************/
[class^="hvr-"] {
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 1.5px;
  line-height: normal;
  padding: 15px 45px;
  border: 1px solid #2f3439;
  text-transform: uppercase;
  color: #fcfcfc;
  cursor: pointer; }
  [class^="hvr-"]:before {
    background-color: #222; }
  [class^="hvr-"]:hover {
    text-decoration: none; }

/**************************
* DATEPICKER
**************************/
.ll-skin-melon {
  font-size: 90%; }

.ll-skin-melon .ui-widget {
  font-family: "Lucida Grande", "Lucida Sans Unicode", Helvetica, Arial, Verdana, sans-serif;
  background: #2e3641;
  border: none;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0; }

.ll-skin-melon .ui-datepicker {
  padding: 0; }

.ll-skin-melon .ui-datepicker-header {
  border: none;
  background: transparent;
  font-weight: normal;
  font-size: 13px; }

.ll-skin-melon .ui-datepicker-header .ui-state-hover {
  background: transparent;
  border-color: transparent;
  cursor: pointer;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0; }

.ll-skin-melon .ui-datepicker .ui-datepicker-title {
  margin-top: .4em;
  margin-bottom: .3em;
  color: #e9f0f4; }

.ll-skin-melon .ui-datepicker .ui-datepicker-prev-hover,
.ll-skin-melon .ui-datepicker .ui-datepicker-next-hover,
.ll-skin-melon .ui-datepicker .ui-datepicker-next,
.ll-skin-melon .ui-datepicker .ui-datepicker-prev {
  top: .9em;
  border: none; }

.ll-skin-melon .ui-datepicker .ui-datepicker-prev-hover {
  left: 2px; }

.ll-skin-melon .ui-datepicker .ui-datepicker-next-hover {
  right: 2px; }

.ll-skin-melon .ui-datepicker .ui-datepicker-next span,
.ll-skin-melon .ui-datepicker .ui-datepicker-prev span {
  background-image: url(images/ui-icons_ffffff_256x240.png);
  background-position: -32px 0;
  margin-top: 0;
  top: 0;
  font-weight: normal; }

.ll-skin-melon .ui-datepicker .ui-datepicker-prev span {
  background-position: -96px 0; }

.ll-skin-melon .ui-datepicker table {
  margin: 0; }

.ll-skin-melon .ui-datepicker th {
  padding: 1em 0;
  color: #ccc;
  font-size: 13px;
  font-weight: normal;
  border: none;
  border-top: 1px solid #3a414d; }

.ll-skin-melon .ui-datepicker td {
  background: #cbbb9f;
  border: none;
  padding: 0; }

.ll-skin-melon td .ui-state-default {
  background: transparent;
  border: none;
  text-align: center;
  padding: .5em;
  margin: 0;
  font-weight: normal;
  color: black;
  font-size: 13px; }

.ll-skin-melon .ui-state-disabled {
  opacity: 1; }

.ll-skin-melon .ui-state-disabled .ui-state-default {
  color: #cbbb9f; }

.ll-skin-melon td .ui-state-active,
.ll-skin-melon td .ui-state-hover {
  background: #cbbb9f; }

.ui-datepicker {
  width: auto !important; }

.item.effect-scale {
  overflow: hidden; }
  .item.effect-scale img {
    max-width: 100%;
    -moz-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    transition: all 0.3s; }
    .item.effect-scale img:hover {
      -moz-transform: scale(1.1);
      -webkit-transform: scale(1.1);
      transform: scale(1.1); }

/**************************
* HEADER
**************************/
body:not(.template-slider) #Header_wrapper {
  background-size: cover; }

body:not(.template-slider) #Header {
  min-height: 600px; }

/**************************
* SUBHEADER
**************************/
#Subheader .container .column .title {
  text-transform: uppercase; }
#Subheader:after {
  display: none; }

/**************************
* LANGUAGE WPML
**************************/
#Top_bar .wpml-languages.horizontal {
  border-radius: 0 !important;
  padding: 5px;
  background-color: #ae9a65; }
  #Top_bar .wpml-languages.horizontal ul li {
    padding: 4px 10px;
    box-sizing: border-box;
    margin-right: 0; }
    #Top_bar .wpml-languages.horizontal ul li:first-child {
      border-right: 1px solid lightgray; }
    #Top_bar .wpml-languages.horizontal ul li.lang-active a {
      color: #fcfcfc; }
    #Top_bar .wpml-languages.horizontal ul li a {
      font-family: Playfair Display;
      font-size: 16px; }
@media only screen and (max-width: 1239px) {
  #Top_bar .top_bar_right {
    display: none; } }

/**************************
* MENU
**************************/
#Top_bar .menu > li > a span:not(.description) {
  text-transform: uppercase;
  padding: 0 12px; }

/**************************
* MARGIN
**************************/
.mt-20 {
  margin-top: 20px; }

.mt-50 {
  margin-top: 50px; }

.mb-00 {
  margin-bottom: 0 !important; }

/**************************
* TEXT ALIGN
**************************/
.text-center {
  text-align: center; }

/**************************
* FLEX CENTER
**************************/
@media only screen and (min-width: 768px) {
  .flex-center > div {
    display: flex;
    align-items: center;
    justify-content: center; } }

/**************************
* GOOGLE FONTS
**************************/
/**************************
* FONT AWESOME
**************************/
/**************************
* CUSTOM FONTS
**************************/
/**************************
* FOOTER
**************************/
#Footer .copyright {
  font-size: 12px;
  line-height: 18px;
  padding: 20px 0 0 0; }
  #Footer .copyright h4 {
    color: #fcfcfc; }
#Footer img {
  max-width: 100%; }
#Footer .footer-second {
  text-align: center; }
#Footer .copyright-details {
  font-size: 15px;
  line-height: 23px;
  font-weight: lighter; }
#Footer .lda-badges .column {
  margin-bottom: 0; }

.lda-copyright {
  text-align: center; }

.footer-copy-center #Footer .footer_copy a#back_to_top {
  background-color: #ae9a65;
  border-radius: 50px;
  position: absolute;
  margin: 0 auto;
  left: 0;
  right: 0;
  top: 0;
  margin-top: -25px;
  z-index: 999; }
  .footer-copy-center #Footer .footer_copy a#back_to_top i {
    color: white; }

/**************************
* ROOMS DETAILS
**************************/
.section-rooms {
  background-color: #2d2d2d; }
  .section-rooms h3 {
    color: #fcfcfc; }
  .section-rooms h6 {
    color: #fcfcfc; }
  .section-rooms .tab-menu {
    margin-top: 50px; }
    .section-rooms .tab-menu a {
      display: flex;
      align-items: center;
      width: 100%;
      background-color: #2d2d2d;
      border-right: solid 3px #2d2d2d;
      margin-bottom: 20px;
      cursor: pointer; }
      .section-rooms .tab-menu a:hover {
        text-decoration: none !important; }
        .section-rooms .tab-menu a:hover h4 {
          color: #ae9a65; }
      .section-rooms .tab-menu a img {
        width: 130px;
        margin-right: 10px; }
      .section-rooms .tab-menu a h4 {
        margin-bottom: 0;
        color: #fcfcfc; }
    .section-rooms .tab-menu a.active {
      border-color: #fcfcfc; }
  .section-rooms .box-rooms .room {
    display: none;
    transition: all .3s linear; }
  .section-rooms .box-rooms .active {
    display: block; }
  .section-rooms .box-rooms .room-container {
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 99999;
    background-color: rgba(255, 255, 255, 0.8);
    width: 100%;
    box-sizing: border-box; }
    .section-rooms .box-rooms .room-container .close-div {
      position: absolute;
      top: -41px;
      left: 0;
      right: 0;
      width: 30px;
      margin: 0 auto;
      font-size: 30px;
      background-color: rgba(255, 255, 255, 0.8);
      text-align: center;
      border-radius: 50px 50px 0px 0px;
      padding: 10px 10px 0px; }
    .section-rooms .box-rooms .room-container .open-div {
      position: absolute;
      top: -41px;
      left: 0;
      right: 0;
      margin: 0 auto;
      display: none;
      width: 30px;
      font-size: 30px;
      background-color: rgba(255, 255, 255, 0.8);
      text-align: center;
      border-radius: 50px 50px 0px 0px;
      padding: 10px 10px 0px; }
    .section-rooms .box-rooms .room-container .room-details {
      padding: 20px; }
      .section-rooms .box-rooms .room-container .room-details .title {
        width: 40%;
        display: inline-block; }
        .section-rooms .box-rooms .room-container .room-details .title h4 {
          font-size: 35px;
          line-height: normal;
          font-weight: bold;
          color: #2e648e; }
      .section-rooms .box-rooms .room-container .room-details .services {
        width: 59%;
        display: inline-block;
        text-align: right; }
        .section-rooms .box-rooms .room-container .room-details .services .icon-row {
          margin: 15px 0; }
          .section-rooms .box-rooms .room-container .room-details .services .icon-row i::before {
            font-family: 'Stroke-Gap-Icons'; }
          .section-rooms .box-rooms .room-container .room-details .services .icon-row i {
            border: 1px solid #cbbb9f;
            padding: 10px 8px;
            font-size: 15px;
            margin-right: 10px;
            -webkit-transition: all 0.2s ease-in-out;
            -o-transition: all 0.2s ease-in-out;
            transition: all 0.2s ease-in-out;
            -webkit-overflow-scrolling: touch; }
            .section-rooms .box-rooms .room-container .room-details .services .icon-row i:last-child {
              margin-right: 0; }
      .section-rooms .box-rooms .room-container .room-details .description {
        width: 100%;
        display: inline-block; }
        .section-rooms .box-rooms .room-container .room-details .description p {
          font-size: 15px;
          text-align: justify;
          line-height: normal; }

@media only screen and (min-width: 768px) and (max-width: 1239px) {
  .section-rooms > div {
    max-width: 98%; }
  .section-rooms .flex-center > div {
    display: block; }
  .section-rooms .column {
    width: 98%; }
    .section-rooms .column h3, .section-rooms .column h6 {
      text-align: center; }
    .section-rooms .column .tab-menu {
      margin-top: 50px; }
      .section-rooms .column .tab-menu a {
        display: inline-flex;
        width: 32.99%;
        box-sizing: border-box; }
    .section-rooms .column .room-container {
      position: relative; } }
@media only screen and (max-width: 767px) {
  .section-rooms > div {
    max-width: 100% !important; }
  .section-rooms .column {
    width: 98%; }
    .section-rooms .column h3, .section-rooms .column h6 {
      text-align: center; }
    .section-rooms .column .room-container {
      position: relative; }
      .section-rooms .column .room-container .room-details .title {
        text-align: center;
        width: 100%; }
      .section-rooms .column .room-container .room-details .services {
        text-align: center;
        width: 100%; } }
/**************************
* FACEBOOK TIMELINE
**************************/
/* 5 columns, percentage width */
/* clear fix */
.grid:after {
  content: '';
  display: block;
  clear: both; }

/* ---- .grid-item ---- */
.grid {
  width: 100%; }

.grid-award,
.grid-sizer {
  width: 33.3%;
  box-sizing: border-box;
  margin-bottom: 20px; }

@media only screen and (max-width: 767px) {
  .grid-item,
  .grid-sizer {
    width: 100%;
    box-sizing: border-box; } }
.grid-item {
  float: left;
  height: 100px;
  background: #0D8;
  border: 2px solid #333;
  border-color: rgba(0, 0, 0, 0.7); }

.grid-item--height2 {
  height: 200px; }

.grid-facebook,
.grid-facebook-sizer {
  width: 23%;
  box-sizing: border-box;
  margin-bottom: 20px; }

@media only screen and (max-width: 767px) {
  .grid-facebook,
  .grid-facebook-sizer {
    width: 100%;
    box-sizing: border-box; } }
.grid-facebook-container {
  position: relative; }
  .grid-facebook-container .time {
    position: absolute;
    top: 10px;
    background-color: #2e648e;
    color: white;
    font-size: 11px;
    padding: 3px;
    line-height: normal;
    font-weight: bold; }
  .grid-facebook-container .desc {
    font-size: 12px;
    line-height: normal;
    text-align: center; }
  .grid-facebook-container figure img {
    opacity: 1;
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out; }
  .grid-facebook-container figure:hover img {
    opacity: .5; }

/**************************
* INSTA GRID
**************************/
.insta-grid {
  background-size: cover; }

/**************************
* H1 TITLE
**************************/
h1.title {
  font-size: 50px;
  line-height: 55px;
  font-weight: 700;
  letter-spacing: 1px; }

/**************************
* HIGHLIGHT
**************************/
span.highlight {
  padding: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  background-image: none;
  color: #ae9a65; }
  span.highlight:not(.highlight_image) {
    background-color: transparent;
    color: #ae9a65; }

/**************************
* INPUT
**************************/
input[type="date"],
input[type="text"],
input[type="email"],
textarea,
select {
  line-height: 47px;
  padding: 0 15px;
  border-radius: 0;
  box-shadow: none;
  border: 1px solid #2e648e;
  font-family: "Open Sans", sans-serif !important;
  background-color: #f5f6f7 !important;
  box-sizing: border-box;
  width: 100%;
  box-shadow: none !important; }

input[type="submit"] {
  border-radius: 0; }

/**************************
* BLOCKQUOTE
**************************/
blockquote {
  color: #fcfcfc !important;
  font-size: 50px;
  line-height: normal;
  font-family: 'Dancing Script', cursive !important;
  background: none; }
  @media only screen and (min-width: 960px) and (max-width: 1239px) {
    blockquote {
      font-size: 50px !important; } }
  @media only screen and (min-width: 768px) and (max-width: 959px) {
    blockquote {
      font-size: 50px !important; } }
  @media only screen and (max-width: 767px) {
    blockquote {
      font-size: 35px !important; } }

/**************************
* GENERAL
**************************/
@media only screen and (min-width: 1240px) {
  .section_wrapper {
    max-width: 1400px !important; } }

.center {
  text-align: center !important; }

.justify {
  text-align: justify !important; }

/**************************
* ACTION BAR
**************************/
#Action_bar {
  background-color: #2e648e; }
  #Action_bar .social {
    padding-right: 30px !important; }

@media only screen and (max-width: 959px) {
  #Action_bar .social {
    display: none; } }
@media only screen and (max-width: 767px) {
  #Action_bar .container {
    max-width: 100% !important;
    padding: 0 !important;
    margin: 0; }
    #Action_bar .container .contact_details {
      margin-top: 50px; }
    #Action_bar .container .menu-booking-container {
      text-align: center;
      position: fixed;
      top: 0;
      width: 100%;
      display: inline;
      background: #ab2124;
      padding: 8px;
      box-sizing: border-box;
      z-index: 9999; }
      #Action_bar .container .menu-booking-container .secondary-menu {
        float: none;
        padding: 0 !important; }
        #Action_bar .container .menu-booking-container .secondary-menu li {
          background-color: transparent;
          font-size: 16px;
          float: none; } }
/**************************
* MENU
**************************/
#Top_bar a.responsive-menu-toggle i {
  font-size: 30px; }
@media only screen and (min-width: 768px) and (max-width: 1239px) {
  #Top_bar a.responsive-menu-toggle {
    position: absolute !important;
    top: 50%; } }
@media only screen and (max-width: 767px) {
  #Top_bar a.responsive-menu-toggle {
    right: 20px; } }

@media only screen and (min-width: 768px) and (max-width: 1239px) {
  #Top_bar:not(.is-sticky) .top_bar_left {
    width: 100% !important; }
    #Top_bar:not(.is-sticky) .top_bar_left a.responsive-menu-toggle {
      right: 50px; } }

#Top_bar.is-sticky .menu_wrapper .menu > li > a {
  color: #2e648e; }
  #Top_bar.is-sticky .menu_wrapper .menu > li > a:hover {
    color: #ae9a65; }

#Top_bar .menu > li.menu-booking a {
  color: #2d2d2d; }

#Top_bar {
  background-color: rgba(0, 0, 0, 0.4); }

/**************************
* MENU SIDE SLIDE
**************************/
#Side_slide #menu ul li a {
  margin-right: 0;
  padding: 11px 20px 10px 20px;
  text-align: center; }

/**************************
* HEADER
**************************/
@media only screen and (min-width: 1240px) {
  #Top_bar.is-sticky #logo img.logo-sticky {
    display: inline;
    max-height: 40px !important; } }
@media only screen and (min-width: 1240px) {
  .logo {
    z-index: 9; }

  .header-split #Top_bar .top_bar_right {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    padding: 0;
    float: none;
    width: 100%; }
    .header-split #Top_bar .top_bar_right .top_bar_right_wrapper {
      position: absolute;
      top: 95px;
      margin: 0 auto;
      left: 0;
      right: 0; }
      .header-split #Top_bar .top_bar_right .top_bar_right_wrapper .wpml-languages {
        display: block;
        float: none;
        width: 50px;
        height: 20px;
        margin: 0 auto;
        background: transparent;
        font-size: 18px;
        border: 1px solid #ae9a65;
        border-radius: 0; }
        .header-split #Top_bar .top_bar_right .top_bar_right_wrapper .wpml-languages ul {
          text-align: center; }
          .header-split #Top_bar .top_bar_right .top_bar_right_wrapper .wpml-languages ul li {
            float: none;
            margin-right: 10px;
            display: inline-block; }
            .header-split #Top_bar .top_bar_right .top_bar_right_wrapper .wpml-languages ul li:last-child {
              margin-right: 0; }
            .header-split #Top_bar .top_bar_right .top_bar_right_wrapper .wpml-languages ul li a {
              color: #fcfcfc !important; }
            .header-split #Top_bar .top_bar_right .top_bar_right_wrapper .wpml-languages ul li.lang-active a {
              color: #ae9a65 !important; }

  #Top_bar.is-sticky .top_bar_right {
    display: none; } }
/**************************
* TOP BAR TRANSPARENT MOBILE
**************************/
@media only screen and (max-width: 767px) {
  .header-split #Top_bar {
    position: absolute !important;
    background-color: transparent !important;
    top: 20px; } }
/**************************
* MENU SIDE SLIDE
**************************/
.slider-bottom {
  height: 65px; }

.decoration-top {
  height: 65px;
  position: absolute;
  top: 0;
  z-index: 9; }
  @media only screen and (min-width: 1920px) {
    .decoration-top {
      -webkit-background-size: cover;
      background-size: cover; } }

.decoration-bottom {
  height: 65px;
  position: absolute;
  bottom: 0;
  z-index: 9; }
  @media only screen and (min-width: 1920px) {
    .decoration-bottom {
      -webkit-background-size: cover;
      background-size: cover; } }

/**************************
* SUBHEADER
**************************/
@media only screen and (max-width: 767px) {
  #Subheader {
    background-color: rgba(53, 53, 53, 0.6) !important; }
    #Subheader .container .column {
      position: initial; }
      #Subheader .container .column .title {
        font-size: 30px;
        line-height: 35px; } }
/**************************
* GALLERY
**************************/
.section-gallery::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 50%;
  bottom: 0px;
  z-index: 99;
  background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 50%, #0f0f0f 100%);
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 50%, #0f0f0f 100%);
  left: 0;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s; }
  @media only screen and (max-width: 767px) {
    .section-gallery::before {
      height: 0;
      display: none; } }

#gallery + [data-readmore-toggle],
#gallery[data-readmore] {
  background-color: #0f0f0f; }
  #gallery + [data-readmore-toggle]:hover,
  #gallery[data-readmore]:hover {
    text-decoration: none; }
  #gallery + [data-readmore-toggle] h4,
  #gallery[data-readmore] h4 {
    margin-bottom: 0;
    text-align: center;
    padding: 25px;
    color: white;
    font-family: "Playfair Display";
    font-size: 16px;
    letter-spacing: 3px;
    text-transform: uppercase; }
    @media only screen and (max-width: 767px) {
      #gallery + [data-readmore-toggle] h4,
      #gallery[data-readmore] h4 {
        display: none; } }

.read-active::before {
  height: 0 !important; }

/**************************
* LIGHTGALLERY
**************************/
.lg-outer .lg-thumb {
  margin: 0 auto; }

/**************************
* VENOBOX
**************************/
.vbox-inline {
  padding: 50px !important;
  border-radius: 30px; }

/**************************
* JUSTIFIED IMAGE GRID
**************************/
#jig1 .jig-overlay-icon {
  background: url(/wp-content/uploads/logo-hover.png) no-repeat center center !important;
  background-size: contain !important; }

#jig1 .jig-overlay {
  background: black;
  opacity: 0.5 !important;
  -moz-opacity: 0.5 !important;
  filter: alpha(opacity=50);
  height: 100%; }

.jig-caption-title {
  font-size: 10px !important;
  font-weight: lighter !important; }

/**************************
* GET IN TOUCH
**************************/
.map-left .google-map-contact-wrapper {
  left: -30px;
  right: auto;
  top: 30px;
  box-shadow: 0 0px 49px 0 rgba(0, 0, 0, 0.2); }
  .map-left .google-map-contact-wrapper .get_in_touch {
    padding: 20px;
    width: 250px; }
    .map-left .google-map-contact-wrapper .get_in_touch:after {
      content: "";
      display: block;
      position: absolute;
      left: 0;
      bottom: -30px;
      width: 0;
      height: 0;
      border-style: solid;
      border-width: 30px 0px 0px 30px;
      opacity: 1;
      border-top-color: #751519; }
    @media only screen and (max-width: 767px) {
      .map-left .google-map-contact-wrapper .get_in_touch {
        width: 100%; } }

.map-right .google-map-contact-wrapper {
  left: auto;
  right: -30px;
  top: 30px;
  box-shadow: 0 0px 49px 0 rgba(0, 0, 0, 0.2); }
  .map-right .google-map-contact-wrapper .get_in_touch {
    padding: 20px;
    width: 250px; }
    .map-right .google-map-contact-wrapper .get_in_touch:after {
      content: "";
      display: block;
      position: absolute;
      right: 0;
      left: auto;
      bottom: -30px;
      width: 0;
      height: 0;
      border-style: solid;
      border-width: 30px 30px 0 0;
      opacity: 1;
      border-top-color: #751519; }
    @media only screen and (max-width: 767px) {
      .map-right .google-map-contact-wrapper .get_in_touch {
        width: 100%; } }

.get_in_touch {
  padding: 0; }
  .get_in_touch h3 {
    font-weight: 700 !important;
    line-height: 20px !important;
    text-transform: uppercase;
    text-align: center;
    color: #fcfcfc;
    margin-bottom: 0; }
  .get_in_touch ul li {
    color: white;
    font-size: 16px;
    margin: 0;
    list-style: none;
    position: relative;
    padding: 13px 0 13px 0;
    word-wrap: break-word;
    text-align: center; }
    .get_in_touch ul li .icon {
      position: relative;
      top: 0;
      display: inline-block;
      text-align: center;
      color: #fcfcfc; }
  .get_in_touch ul p {
    display: inline-block; }
    .get_in_touch ul p a {
      color: white !important; }

/**************************
* CONTACTS
**************************/
.icon-row {
  margin: 25px 20px 25px 0; }
  .icon-row .icon {
    display: inline-block;
    vertical-align: middle; }
    .icon-row .icon i {
      font-size: 20px;
      padding: 14px;
      /* background-color: white; */
      width: 50px;
      height: 50px;
      text-align: center;
      display: inline-block;
      color: #2e648e;
      box-sizing: border-box;
      border: 1px solid #2e648e;
      border-radius: 50px; }
  .icon-row .contact {
    display: inline-block;
    box-sizing: border-box;
    vertical-align: middle;
    margin-left: 15px;
    color: #ae9a65; }
    .icon-row .contact a {
      color: #ae9a65; }
      .icon-row .contact a:hover {
        color: #2e648e !important;
        text-decoration: none; }

@media only screen and (min-width: 768px) {
  .contacts-box {
    padding-left: 40px; } }

/**************************
* CONTACT FORM
**************************/
.recaptcha > div {
  margin: 0 auto; }

.acceptance-12 {
  width: auto !important; }

div.wpcf7-spam-blocked {
  border: 0;
  color: #313a45; }

input[type="submit"]:disabled {
  background: grey; }

.box-contacts .column_attr.align_left {
  text-align: center; }

@media only screen and (max-width: 767px) {
  .contact-form {
    margin-top: 50px !important; } }
@media only screen and (min-width: 768px) and (max-width: 1239px) {
  #about .flex-center > div {
    display: block; }
    #about .flex-center > div .column.one-second {
      width: 98%; }
    #about .flex-center > div .column.one-fourth {
      width: 48%; } }

/*# sourceMappingURL=style.css.map */
