/* 
Theme Name: Zinvol Reizen
Version: 1.0
Author: Danny van der Meijden - dannyvdm.nl
Author URI: http://www.dannyvdm.nl
*/
@import url("bootstrap-css/bootstrap.min.css");
@import url("bootstrap-css/bootstrap-theme.min.css");
@import url("scss/owl-carousel/owl.carousel.min.css");
@import url("scss/owl-carousel/owl.theme.default.min.css");
@import url("fontawesome/css/all.min.css");
/********************************************************
Reset
********************************************************/
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, font, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
  border: 0;
  /*font-family: inherit;
  font-size: 100%;*/
  font-style: inherit;
  font-weight: inherit;
  margin: 0;
  outline: 0;
  padding: 0;
  vertical-align: baseline; }

html {
  font-size: 62.5%;
  /* Corrects text resizing oddly in IE6/7 when body font-size is set using em units http://clagnut.com/blog/348/#c790 */
  overflow-y: scroll;
  /* Keeps page centered in all browsers regardless of content height */
  -webkit-text-size-adjust: 100%;
  /* Prevents iOS text size adjust after orientation change, without disabling user zoom */
  -ms-text-size-adjust: 100%;
  /* www.456bereastreet.com/archive/201012/controlling_text_size_in_safari_for_ios_without_disabling_user_zoom/ */ }

*,
*:before,
*:after {
  /* apply a natural box layout model to all elements; see http://www.paulirish.com/2012/box-sizing-border-box-ftw/ */
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

body {
  background: #fff; }

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
nav,
section {
  display: block; }

ol, ul {
  /*list-style: none;*/ }

table {
  /* tables still need 'cellspacing="0"' in the markup */
  border-collapse: separate;
  border-spacing: 0; }

caption, th, td {
  font-weight: normal;
  text-align: left; }

blockquote:before, blockquote:after,
q:before, q:after {
  content: ""; }

blockquote, q {
  quotes: "" ""; }

a:focus {
  outline: thin dotted; }

a:hover,
a:active {
  outline: 0; }

a img {
  border: 0; }

/********************************************************
COLORS
********************************************************/
/*
$primary: #d08b52;
$primarylight: #f4efeb;
$primarydark: #81491b;

$primary: #bda18c;
$primarylight: #e6dcd4;
$primarydark: #3f352d;
*/
/********************************************************
MIXINS
********************************************************/
body, html {
  background-color: #FFFFFF;
  color: #000000;
  font-size: 16px;
  line-height: 26px;
  font-family: "Figtree", sans-serif;
  font-weight: 400; }

html {
  overflow-x: hidden; }

.wrapper {
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 30px; }

strong {
  font-family: "Figtree", sans-serif;
  font-weight: 700; }

.center {
  text-align: center; }

.clear {
  clear: both; }

.bg-grey {
  background-color: #f1f1f1; }

.container {
  width: 1400px;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 15px;
  margin: 0 auto; }
  .container.big {
    width: 1800px; }

textarea:focus, input:focus {
  outline: none; }

input[type=text], input[type=submit], input[type=button], textarea, button {
  -webkit-appearance: none;
  -webkit-border-radius: 0; }

::selection {
  background: #F46D46;
  color: #FFFFFF;
  /* WebKit/Blink Browsers */ }

::-moz-selection {
  background: #F46D46;
  color: #FFFFFF;
  /* Gecko Browsers */ }

h1 {
  font-size: 50px;
  line-height: 60px;
  font-family: "Outfit", serif;
  font-weight: 700; }

h2 {
  font-size: 35px;
  line-height: 45px;
  font-family: "Outfit", serif;
  font-weight: 700; }

h3 {
  font-size: 24px;
  line-height: 34px;
  font-family: "Outfit", serif;
  font-weight: 700; }

h4 {
  font-size: 20px;
  line-height: 30px;
  font-family: "Outfit", serif;
  font-weight: 700; }

h5 {
  font-size: 16px;
  line-height: 26px;
  font-family: "Outfit", serif;
  font-weight: 700; }

.handwritten {
  font-family: "Overlock", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 25px;
  line-height: 25px;
  color: #dfa270; }

.entry-header {
  margin-bottom: 30px; }
  .entry-header span {
    text-transform: uppercase;
    margin-bottom: 15px;
    font-family: "Figtree", sans-serif;
    font-weight: 700;
    font-size: 14px; }

.entry-content {
  padding-bottom: 30px; }
  .entry-content p {
    margin-bottom: 20px; }
  .entry-content ul, .entry-content ol {
    margin-bottom: 20px;
    margin-left: 20px; }
  .entry-content a {
    text-decoration: none;
    box-shadow: inset 0 0 0 #fbddc4, 0 4px 0 #fbddc4;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    color: primary;
    overflow: hidden; }
    .entry-content a:hover {
      box-shadow: inset 0 -30px 0 #fbddc4, 0 4px 0 #fbddc4; }

.entry-image img {
  max-width: 100%;
  height: auto; }

.entry-button a {
  background-color: #dfa270;
  color: #FFFFFF;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 13px 26px;
  text-transform: uppercase;
  font-family: "Figtree", sans-serif;
  font-weight: 700;
  font-size: 14px;
  text-decoration: none;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px; }

.pagination {
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 30px 0;
  width: 100%; }
  .pagination ol li span.title {
    display: inline-block;
    padding-right: 10px;
    font-size: 12px;
    text-transform: uppercase; }
  .pagination ol li span.current {
    background-color: #b87a47;
    color: #FFFFFF;
    font-size: 12px;
    border: 0;
    width: 24px; }
  .pagination ol li a {
    background-color: #fbddc4;
    color: #000000;
    font-size: 12px;
    border: 0;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out; }
    .pagination ol li a:hover {
      background-color: #b87a47;
      color: #FFFFFF; }

.sticky {
  position: -webkit-sticky !important;
  position: sticky !important;
  top: 100px !important; }

.sticky-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }

.tableofcontent a {
  color: #b87a47; }

/********************************************************
MAX-WIDTH: 1430px
********************************************************/
@media only screen and (max-width: 1430px) {
  .container {
    max-width: 100%; } }
/********************************************************
MAX-WIDTH: 1030px
********************************************************/
@media only screen and (max-width: 1030px) {
  .container {
    max-width: 100%; }
    .container.container-small {
      max-width: 100%; } }
/********************************************************
MAX-WIDTH: 991px
********************************************************/
/********************************************************
MAX-WIDTH: 767px
********************************************************/
@media only screen and (max-width: 767px) {
  body, html {
    overflow-x: hidden; }

  h1 {
    font-size: 35px;
    line-height: 45px; }

  h2 {
    font-size: 25px;
    line-height: 35px; }

  h3 {
    font-size: 20px;
    line-height: 30px; }

  h4 {
    font-size: 16px;
    line-height: 26px; }

  h5 {
    font-size: 14px;
    line-height: 24px; } }
/********************************************************
MAX-WIDTH: 551px
********************************************************/
@media only screen and (max-width: 551px) {
  h1 {
    font-size: 30px;
    line-height: 40px; }

  h2 {
    font-size: 22px;
    line-height: 32px; }

  h3 {
    font-size: 18px;
    line-height: 28px; }

  h4 {
    font-size: 15px;
    line-height: 25px; }

  h5 {
    font-size: 14px;
    line-height: 24px; }

  .entry-button a {
    padding: 10px 20px;
    font-size: 12px; } }
#mainheader {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  width: 100%;
  z-index: 100;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out; }
  #mainheader .logo {
    font-family: "Outfit", serif;
    font-weight: 700;
    text-transaform: uppercase;
    color: #FFFFFF;
    font-size: 30px;
    position: absolute;
    z-index: 2;
    left: 60px;
    top: 50px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out; }
    #mainheader .logo a {
      color: #FFFFFF;
      text-decoration: none; }
    #mainheader .logo img {
      max-height: 50px;
      width: auto; }
  #mainheader .navigation {
    width: 100%;
    margin: 60px auto 30px auto;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out; }
    #mainheader .navigation nav {
      -ms-box-sizing: border-box;
      -o-box-sizing: border-box;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box;
      padding: 0 130px; }
      #mainheader .navigation nav ul {
        margin: 0 auto;
        padding: 0;
        text-align: center;
        position: relative; }
        #mainheader .navigation nav ul li {
          list-style-type: none;
          display: inline-block;
          margin-right: 20px; }
          #mainheader .navigation nav ul li:last-child {
            margin-right: 0; }
          #mainheader .navigation nav ul li a {
            color: #FFFFFF;
            font-family: "Outfit", serif;
            font-weight: 400;
            font-size: 18px;
            text-decoarion: none; }
            #mainheader .navigation nav ul li a:hover {
              text-decoration: none; }
          #mainheader .navigation nav ul li .sub-menu {
            display: none;
            position: absolute;
            width: 100%;
            left: 0;
            top: 100%;
            right: 0;
            overflow: hidden;
            -webkit-transition: all 0.3s ease-in-out;
            -moz-transition: all 0.3s ease-in-out;
            -ms-transition: all 0.3s ease-in-out;
            -o-transition: all 0.3s ease-in-out;
            transition: all 0.3s ease-in-out;
            z-index: 100; }
            #mainheader .navigation nav ul li .sub-menu .inner {
              background-color: #dfa270;
              -ms-box-sizing: border-box;
              -o-box-sizing: border-box;
              -webkit-box-sizing: border-box;
              -moz-box-sizing: border-box;
              box-sizing: border-box;
              padding: 30px;
              -webkit-border-radius: 30px;
              -moz-border-radius: 30px;
              -ms-border-radius: 30px;
              -o-border-radius: 30px;
              border-radius: 30px;
              margin-top: 50px; }
              #mainheader .navigation nav ul li .sub-menu .inner .row.travels .item {
                position: relative;
                overflow: visible; }
                #mainheader .navigation nav ul li .sub-menu .inner .row.travels .item .item-inner {
                  -webkit-border-radius: 30px;
                  -moz-border-radius: 30px;
                  -ms-border-radius: 30px;
                  -o-border-radius: 30px;
                  border-radius: 30px;
                  overflow: hidden;
                  position: relative; }
                  #mainheader .navigation nav ul li .sub-menu .inner .row.travels .item .item-inner .entry-image {
                    position: absolute;
                    width: 100%;
                    height: 100%;
                    justify-content: center;
                    align-items: center !important;
                    display: flex; }
                    #mainheader .navigation nav ul li .sub-menu .inner .row.travels .item .item-inner .entry-image img {
                      width: 100%;
                      height: 100%;
                      object-fit: cover;
                      -webkit-transition: all 0.3s ease-in-out;
                      -moz-transition: all 0.3s ease-in-out;
                      -ms-transition: all 0.3s ease-in-out;
                      -o-transition: all 0.3s ease-in-out;
                      transition: all 0.3s ease-in-out; }
                    #mainheader .navigation nav ul li .sub-menu .inner .row.travels .item .item-inner .entry-image:after {
                      content: "";
                      position: absolute;
                      width: 100%;
                      height: 100%;
                      background: linear-gradient(0deg, #000000 20%, #FFFFFF00 50%);
                      opacity: 0.3 !important;
                      z-index: 1;
                      top: 0;
                      bottom: 0;
                      -webkit-transition: all 0.3s ease-in-out;
                      -moz-transition: all 0.3s ease-in-out;
                      -ms-transition: all 0.3s ease-in-out;
                      -o-transition: all 0.3s ease-in-out;
                      transition: all 0.3s ease-in-out; }
                  #mainheader .navigation nav ul li .sub-menu .inner .row.travels .item .item-inner:after {
                    content: "";
                    display: block;
                    padding-bottom: 75%; }
                  #mainheader .navigation nav ul li .sub-menu .inner .row.travels .item .item-inner p.p_title {
                    font-family: "Outfit", serif;
                    font-weight: 700;
                    color: #FFFFFF;
                    position: absolute;
                    z-index: 3;
                    bottom: 25px;
                    left: 25px;
                    right: 25px;
                    text-shadow: 1px 1px 1px #0000003d, 3px 3px 5px #0000002e; }
                  #mainheader .navigation nav ul li .sub-menu .inner .row.travels .item .item-inner a {
                    position: absolute;
                    z-index: 4;
                    top: 0;
                    right: 0;
                    bottom: 0;
                    left: 0;
                    width: 100%;
                    height: 100%; }
                    #mainheader .navigation nav ul li .sub-menu .inner .row.travels .item .item-inner a:after {
                      display: none; }
                  #mainheader .navigation nav ul li .sub-menu .inner .row.travels .item .item-inner:hover .entry-image img {
                    transform: scale(1.05); }
              #mainheader .navigation nav ul li .sub-menu .inner .row.destinations .block span {
                font-family: "Outfit", serif;
                font-weight: 700;
                display: block;
                margin-bottom: 10px;
                color: #FFFFFF; }
                #mainheader .navigation nav ul li .sub-menu .inner .row.destinations .block span a:after {
                  display: none; }
              #mainheader .navigation nav ul li .sub-menu .inner .row.destinations .block ul {
                overflow: hidden;
                margin-bottom: 20px; }
                #mainheader .navigation nav ul li .sub-menu .inner .row.destinations .block ul li {
                  margin-right: 5px;
                  margin-bottom: 5px;
                  float: left; }
                  #mainheader .navigation nav ul li .sub-menu .inner .row.destinations .block ul li a {
                    font-size: 14px;
                    background-color: rgba(255, 255, 255, 0.8);
                    -ms-box-sizing: border-box;
                    -o-box-sizing: border-box;
                    -webkit-box-sizing: border-box;
                    -moz-box-sizing: border-box;
                    box-sizing: border-box;
                    padding: 8px 10px;
                    color: #b87a47;
                    -webkit-border-radius: 5px;
                    -moz-border-radius: 5px;
                    -ms-border-radius: 5px;
                    -o-border-radius: 5px;
                    border-radius: 5px;
                    display: block;
                    border: 1px solid #dfa270;
                    -webkit-transition: all 0.3s ease-in-out;
                    -moz-transition: all 0.3s ease-in-out;
                    -ms-transition: all 0.3s ease-in-out;
                    -o-transition: all 0.3s ease-in-out;
                    transition: all 0.3s ease-in-out;
                    text-decoration: none; }
                    #mainheader .navigation nav ul li .sub-menu .inner .row.destinations .block ul li a:hover {
                      background-color: white; }
              #mainheader .navigation nav ul li .sub-menu .inner .row.tips .item {
                position: relative;
                overflow: visible; }
                #mainheader .navigation nav ul li .sub-menu .inner .row.tips .item .item-inner {
                  -webkit-border-radius: 15px;
                  -moz-border-radius: 15px;
                  -ms-border-radius: 15px;
                  -o-border-radius: 15px;
                  border-radius: 15px;
                  overflow: hidden;
                  position: relative; }
                  #mainheader .navigation nav ul li .sub-menu .inner .row.tips .item .item-inner .entry-image {
                    position: absolute;
                    width: 100%;
                    height: 100%;
                    justify-content: center;
                    align-items: center !important;
                    display: flex; }
                    #mainheader .navigation nav ul li .sub-menu .inner .row.tips .item .item-inner .entry-image img {
                      width: 100%;
                      height: 100%;
                      object-fit: cover;
                      -webkit-transition: all 0.3s ease-in-out;
                      -moz-transition: all 0.3s ease-in-out;
                      -ms-transition: all 0.3s ease-in-out;
                      -o-transition: all 0.3s ease-in-out;
                      transition: all 0.3s ease-in-out; }
                    #mainheader .navigation nav ul li .sub-menu .inner .row.tips .item .item-inner .entry-image:after {
                      content: "";
                      position: absolute;
                      width: 100%;
                      height: 100%;
                      background: linear-gradient(0deg, #000000 20%, #FFFFFF00 50%);
                      opacity: 0.3 !important;
                      z-index: 1;
                      top: 0;
                      bottom: 0;
                      -webkit-transition: all 0.3s ease-in-out;
                      -moz-transition: all 0.3s ease-in-out;
                      -ms-transition: all 0.3s ease-in-out;
                      -o-transition: all 0.3s ease-in-out;
                      transition: all 0.3s ease-in-out; }
                  #mainheader .navigation nav ul li .sub-menu .inner .row.tips .item .item-inner:after {
                    content: "";
                    display: block;
                    padding-bottom: 35%; }
                  #mainheader .navigation nav ul li .sub-menu .inner .row.tips .item .item-inner p.p_title {
                    color: #FFFFFF;
                    font-size: 18px;
                    font-family: "Outfit", serif;
                    font-weight: 700;
                    position: absolute;
                    z-index: 3;
                    top: 50%;
                    margin: auto;
                    bottom: 50%;
                    text-align: center;
                    left: 0;
                    right: 0;
                    font-family: "Outfit", serif;
                    font-weight: 400;
                    text-shadow: 1px 1px 1px #0000003d, 3px 3px 5px #0000002e; }
                  #mainheader .navigation nav ul li .sub-menu .inner .row.tips .item .item-inner a {
                    position: absolute;
                    z-index: 4;
                    top: 0;
                    right: 0;
                    bottom: 0;
                    left: 0;
                    width: 100%;
                    height: 100%; }
                    #mainheader .navigation nav ul li .sub-menu .inner .row.tips .item .item-inner a:after {
                      display: none; }
                  #mainheader .navigation nav ul li .sub-menu .inner .row.tips .item .item-inner:hover .entry-image img {
                    transform: scale(1.05); }
          #mainheader .navigation nav ul li.has-children a:after {
            content: "\f078";
            font-family: 'Font Awesome 6 Free';
            font-weight: 900;
            padding-left: 5px;
            font-size: 12px; }
          #mainheader .navigation nav ul li.has-children:hover .sub-menu {
            display: inherit;
            text-align: left;
            overflow: hidden; }
            #mainheader .navigation nav ul li.has-children:hover .sub-menu span {
              font-family: "Outfit", serif;
              font-weight: 700;
              display: block;
              margin-bottom: 10px;
              color: #FFFFFF; }
            #mainheader .navigation nav ul li.has-children:hover .sub-menu ul {
              margin: 0;
              padding: 0;
              text-align: left; }
              #mainheader .navigation nav ul li.has-children:hover .sub-menu ul li {
                list-style-type: none;
                display: block;
                margin-right: 0; }
                #mainheader .navigation nav ul li.has-children:hover .sub-menu ul li a {
                  color: #FFFFFF; }
                  #mainheader .navigation nav ul li.has-children:hover .sub-menu ul li a:after {
                    display: none; }
  #mainheader .search {
    position: absolute;
    z-index: 2;
    right: 60px;
    top: 50px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out; }
    #mainheader .search .search-inner {
      background: rgba(255, 255, 255, 0.45);
      color: #FFFFFF;
      -ms-box-sizing: border-box;
      -o-box-sizing: border-box;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box;
      padding: 3px 10px 3px 15px;
      -webkit-border-radius: 15px;
      -moz-border-radius: 15px;
      -ms-border-radius: 15px;
      -o-border-radius: 15px;
      border-radius: 15px;
      font-family: "Figtree", sans-serif;
      font-weight: 700;
      font-size: 14px; }
      #mainheader .search .search-inner form {
        width: 140px;
        overflow: hidden; }
        #mainheader .search .search-inner form input[type=text] {
          float: left;
          outline: none;
          border: 0;
          border-radius: 0;
          -ms-box-sizing: border-box;
          -o-box-sizing: border-box;
          -webkit-box-sizing: border-box;
          -moz-box-sizing: border-box;
          box-sizing: border-box;
          padding: 0 5px;
          width: -webkit-calc(100% - 38px);
          width: -moz-calc(100% - 38px);
          width: calc(100% - 38px);
          height: 38px;
          font-size: 14px;
          background-color: transparent;
          color: #FFFFFF; }
        #mainheader .search .search-inner form ::-webkit-input-placeholder {
          color: #FFFFFF;
          font-style: italic; }
        #mainheader .search .search-inner form ::-moz-placeholder {
          color: #FFFFFF;
          font-style: italic; }
        #mainheader .search .search-inner form :-ms-input-placeholder {
          color: #FFFFFF;
          font-style: italic; }
        #mainheader .search .search-inner form input:-moz-placeholder {
          color: #FFFFFF;
          font-style: italic; }
        #mainheader .search .search-inner form button {
          float: right;
          border: 0;
          background: transparent;
          width: 38px;
          height: 38px; }
          #mainheader .search .search-inner form button i {
            color: #FFFFFF;
            font-size: 16px;
            -webkit-transition: all 0.3s ease-in-out;
            -moz-transition: all 0.3s ease-in-out;
            -ms-transition: all 0.3s ease-in-out;
            -o-transition: all 0.3s ease-in-out;
            transition: all 0.3s ease-in-out; }
          #mainheader .search .search-inner form button:hover i {
            opacity: 0.5; }
  #mainheader .mobile-nav {
    position: absolute;
    right: 35px;
    top: 50px;
    display: none; }
    #mainheader .mobile-nav .menu-icon {
      float: right;
      position: relative;
      z-index: 202; }
      #mainheader .mobile-nav .menu-icon .menu-icon-svg {
        background-color: transparent;
        border: none;
        cursor: pointer;
        padding: 0;
        border: 0;
        width: 45px;
        height: 45px;
        text-align: center; }
        #mainheader .mobile-nav .menu-icon .menu-icon-svg svg {
          width: 40px;
          height: 40px;
          margin-top: 2px; }
        #mainheader .mobile-nav .menu-icon .menu-icon-svg .line {
          fill: none;
          stroke: #FFFFFF;
          stroke-width: 6;
          transition: stroke-dasharray 600ms cubic-bezier(0.4, 0, 0.2, 1), stroke-dashoffset 600ms cubic-bezier(0.4, 0, 0.2, 1); }
        #mainheader .mobile-nav .menu-icon .menu-icon-svg .line1 {
          stroke-dasharray: 60 207;
          stroke-width: 6; }
        #mainheader .mobile-nav .menu-icon .menu-icon-svg .line2 {
          stroke-dasharray: 60 60;
          stroke-width: 6; }
        #mainheader .mobile-nav .menu-icon .menu-icon-svg .line3 {
          stroke-dasharray: 60 207;
          stroke-width: 6; }
      #mainheader .mobile-nav .menu-icon .menu-icon-svg.opened .line1 {
        stroke-dasharray: 90 207;
        stroke-dashoffset: -134;
        stroke-width: 6; }
      #mainheader .mobile-nav .menu-icon .menu-icon-svg.opened .line2 {
        stroke-dasharray: 1 60;
        stroke-dashoffset: -30;
        stroke-width: 6; }
      #mainheader .mobile-nav .menu-icon .menu-icon-svg.opened .line3 {
        stroke-dasharray: 90 207;
        stroke-dashoffset: -134;
        stroke-width: 6; }
    #mainheader .mobile-nav .menu-icon.clicked .menu-icon-svg .line {
      stroke: #000000; }
  #mainheader .mobile-navigation {
    display: none;
    width: 300px;
    height: 100%;
    position: fixed;
    z-index: 3;
    top: 0;
    right: -300px;
    bottom: 0;
    background-color: #b87a47;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out; }
    #mainheader .mobile-navigation .search-mobile {
      -ms-box-sizing: border-box;
      -o-box-sizing: border-box;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box;
      padding: 80px 30px 20px 30px; }
      #mainheader .mobile-navigation .search-mobile .search-inner {
        background: rgba(255, 255, 255, 0.45);
        color: #FFFFFF;
        -ms-box-sizing: border-box;
        -o-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        padding: 3px 10px 3px 15px;
        -webkit-border-radius: 15px;
        -moz-border-radius: 15px;
        -ms-border-radius: 15px;
        -o-border-radius: 15px;
        border-radius: 15px;
        font-family: "Figtree", sans-serif;
        font-weight: 700;
        font-size: 14px; }
        #mainheader .mobile-navigation .search-mobile .search-inner form {
          width: 100%;
          overflow: hidden; }
          #mainheader .mobile-navigation .search-mobile .search-inner form input[type=text] {
            float: left;
            outline: none;
            border: 0;
            border-radius: 0;
            -ms-box-sizing: border-box;
            -o-box-sizing: border-box;
            -webkit-box-sizing: border-box;
            -moz-box-sizing: border-box;
            box-sizing: border-box;
            padding: 0 5px;
            width: -webkit-calc(100% - 38px);
            width: -moz-calc(100% - 38px);
            width: calc(100% - 38px);
            height: 38px;
            font-size: 14px;
            background-color: transparent;
            color: #FFFFFF; }
          #mainheader .mobile-navigation .search-mobile .search-inner form ::-webkit-input-placeholder {
            color: #FFFFFF;
            font-style: italic; }
          #mainheader .mobile-navigation .search-mobile .search-inner form ::-moz-placeholder {
            color: #FFFFFF;
            font-style: italic; }
          #mainheader .mobile-navigation .search-mobile .search-inner form :-ms-input-placeholder {
            color: #FFFFFF;
            font-style: italic; }
          #mainheader .mobile-navigation .search-mobile .search-inner form input:-moz-placeholder {
            color: #FFFFFF;
            font-style: italic; }
          #mainheader .mobile-navigation .search-mobile .search-inner form button {
            float: right;
            border: 0;
            background: transparent;
            width: 38px;
            height: 38px; }
            #mainheader .mobile-navigation .search-mobile .search-inner form button i {
              color: #FFFFFF;
              font-size: 16px;
              -webkit-transition: all 0.3s ease-in-out;
              -moz-transition: all 0.3s ease-in-out;
              -ms-transition: all 0.3s ease-in-out;
              -o-transition: all 0.3s ease-in-out;
              transition: all 0.3s ease-in-out; }
            #mainheader .mobile-navigation .search-mobile .search-inner form button:hover i {
              opacity: 0.5; }
    #mainheader .mobile-navigation nav {
      -ms-box-sizing: border-box;
      -o-box-sizing: border-box;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box;
      padding: 0px 30px 0 30px; }
      #mainheader .mobile-navigation nav ul {
        margin: 0;
        padding: 0; }
        #mainheader .mobile-navigation nav ul li {
          list-style-type: none;
          position: relative; }
          #mainheader .mobile-navigation nav ul li a {
            color: #fbddc4;
            text-decoration: none;
            font-family: "Outfit", serif;
            font-weight: 700;
            font-size: 18px;
            text-decoarion: none;
            line-height: 38px; }
          #mainheader .mobile-navigation nav ul li ul.submenu {
            height: 0;
            max-height: 0;
            overflow: hidden;
            padding-left: 20px; }
            #mainheader .mobile-navigation nav ul li ul.submenu li a {
              font-size: 16px;
              font-family: "Outfit", serif;
              font-weight: 400; }
          #mainheader .mobile-navigation nav ul li.has-children span {
            position: absolute;
            right: 0; }
            #mainheader .mobile-navigation nav ul li.has-children span:before {
              content: "+";
              color: #fbddc4;
              font-family: "Figtree", sans-serif;
              font-weight: 700;
              font-size: 20px;
              line-height: 38px; }
          #mainheader .mobile-navigation nav ul li.opened.has-children span:before {
            content: "-"; }
          #mainheader .mobile-navigation nav ul li.opened ul.submenu {
            height: auto;
            max-height: 1000px; }
            #mainheader .mobile-navigation nav ul li.opened ul.submenu li.has-children span:before {
              content: "+"; }
            #mainheader .mobile-navigation nav ul li.opened ul.submenu li ul.submenu {
              height: 0;
              max-height: 0; }
            #mainheader .mobile-navigation nav ul li.opened ul.submenu li.opened.has-children span:before {
              content: "-"; }
            #mainheader .mobile-navigation nav ul li.opened ul.submenu li.opened ul.submenu {
              height: auto;
              max-height: 1000px; }
    #mainheader .mobile-navigation.nav-open {
      right: 0; }
  #mainheader.fixed {
    position: fixed;
    background-color: #dfa270;
    top: -30px; }

/********************************************************
MAX-WIDTH: 1430
********************************************************/
@media only screen and (max-width: 1430px) {
  #mainheader .logo {
    left: 45px;
    top: 25px; }
  #mainheader .navigation {
    margin-top: 30px; }
  #mainheader .search {
    right: 45px;
    top: 20px; }
  #mainheader.fixed {
    top: 0px; }
    #mainheader.fixed .logo {
      top: 20px; } }
/********************************************************
MAX-WIDTH: 1200
********************************************************/
@media only screen and (max-width: 1200px) {
  #mainheader {
    height: 80px; }
    #mainheader .logo {
      position: relative;
      float: left;
      left: 30px; }
    #mainheader .navigation {
      display: none; }
    #mainheader .search {
      display: none; }
    #mainheader .mobile-nav {
      display: inherit;
      position: relative;
      float: right;
      top: 25px;
      right: 20px; }
    #mainheader .mobile-navigation {
      display: inherit; }
    #mainheader.fixed {
      top: -10px; } }
#content .hero {
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 30px; }
  #content .hero .hero-inner {
    width: 100%;
    min-height: 800px;
    height: 80vh;
    position: relative;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    -ms-border-radius: 30px;
    -o-border-radius: 30px;
    border-radius: 30px;
    overflow: hidden; }
    #content .hero .hero-inner picture, #content .hero .hero-inner .entry-image {
      position: absolute;
      width: 100%;
      height: 100%;
      justify-content: center;
      align-items: center !important;
      display: flex; }
      #content .hero .hero-inner picture img, #content .hero .hero-inner .entry-image img {
        width: 100%;
        height: 100%;
        object-fit: cover; }
    #content .hero .hero-inner .container {
      position: absolute;
      z-index: 3;
      top: 0;
      right: 0;
      left: 0;
      text-align: left;
      height: 100%;
      display: flex;
      flex-direction: column;
      flex-wrap: wrap;
      justify-content: center;
      overflow: hidden; }
      #content .hero .hero-inner .container .hero-text h1 {
        font-family: "Outfit", serif;
        font-weight: 700;
        color: #FFFFFF;
        font-size: 120px;
        line-height: 130px;
        text-shadow: 1px 1px 1px #0000003d, 3px 3px 5px #0000002e;
        margin-bottom: 30px; }
      #content .hero .hero-inner .container .hero-text p {
        color: #FFFFFF;
        font-size: 24px;
        line-height: 34px;
        text-shadow: 1px 1px 1px #0000003d, 3px 3px 5px #0000002e;
        margin-bottom: 30px; }
      #content .hero .hero-inner .container .entry-button a {
        -webkit-transition: all 0.3s ease-in-out;
        -moz-transition: all 0.3s ease-in-out;
        -ms-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
        margin-bottom: 5px;
        display: inline-block; }
        #content .hero .hero-inner .container .entry-button a:hover {
          background-color: #b87a47; }
          #content .hero .hero-inner .container .entry-button a:hover:after {
            -webkit-transition: all 0.3s ease-in-out;
            -moz-transition: all 0.3s ease-in-out;
            -ms-transition: all 0.3s ease-in-out;
            -o-transition: all 0.3s ease-in-out;
            transition: all 0.3s ease-in-out; }
    #content .hero .hero-inner:before {
      content: "";
      z-index: 2;
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      background: rgba(0, 0, 0, 0.3);
      width: 100%;
      height: 100%; }
    #content .hero .hero-inner.small {
      min-height: 500px;
      height: 50vh; }
      #content .hero .hero-inner.small .container .hero-text h1 {
        font-size: 60px;
        line-height: 70px; }
#content .offers {
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 50px 0; }
  #content .offers .container {
    overflow: visible; }
    #content .offers .container .entry-header {
      text-align: center; }
    #content .offers .container .owl-stage-outer {
      overflow: visible !important; }
    #content .offers .container .owl-stage {
      margin-left: -50px;
      display: flex; }
      #content .offers .container .owl-stage .owl-item {
        display: flex; }
      #content .offers .container .owl-stage .item {
        position: relative;
        overflow: visible;
        width: 100%;
        background-color: #FFFFFF;
        padding-bottom: 52px; }
        #content .offers .container .owl-stage .item .item-inner {
          margin-bottom: 15px;
          -webkit-border-radius: 30px;
          -moz-border-radius: 30px;
          -ms-border-radius: 30px;
          -o-border-radius: 30px;
          border-radius: 30px;
          overflow: hidden;
          position: relative; }
          #content .offers .container .owl-stage .item .item-inner .entry-image {
            position: absolute;
            width: 100%;
            height: 100%;
            justify-content: center;
            align-items: center !important;
            display: flex; }
            #content .offers .container .owl-stage .item .item-inner .entry-image img {
              width: 100%;
              height: 100%;
              object-fit: cover;
              -webkit-transition: all 0.3s ease-in-out;
              -moz-transition: all 0.3s ease-in-out;
              -ms-transition: all 0.3s ease-in-out;
              -o-transition: all 0.3s ease-in-out;
              transition: all 0.3s ease-in-out; }
            #content .offers .container .owl-stage .item .item-inner .entry-image:after {
              content: "";
              position: absolute;
              width: 100%;
              height: 100%;
              background: linear-gradient(0deg, #000000 20%, #FFFFFF00 50%);
              opacity: 0.3 !important;
              z-index: 1;
              top: 0;
              bottom: 0;
              -webkit-transition: all 0.3s ease-in-out;
              -moz-transition: all 0.3s ease-in-out;
              -ms-transition: all 0.3s ease-in-out;
              -o-transition: all 0.3s ease-in-out;
              transition: all 0.3s ease-in-out; }
          #content .offers .container .owl-stage .item .item-inner h3 {
            font-family: "Outfit", serif;
            font-weight: 700;
            color: #FFFFFF;
            position: absolute;
            z-index: 3;
            bottom: 25px;
            left: 25px;
            right: 25px;
            text-shadow: 1px 1px 1px #0000003d, 3px 3px 5px #0000002e; }
          #content .offers .container .owl-stage .item .item-inner a {
            position: absolute;
            z-index: 4;
            top: 0;
            right: 0;
            bottom: 0;
            left: 0;
            width: 100%;
            height: 100%; }
          #content .offers .container .owl-stage .item .item-inner:after {
            content: "";
            display: block;
            padding-bottom: 75%; }
          #content .offers .container .owl-stage .item .item-inner:hover .entry-image img {
            transform: scale(1.05); }
        #content .offers .container .owl-stage .item .entry-header {
          text-align: left;
          margin-bottom: 10px; }
          #content .offers .container .owl-stage .item .entry-header h3 {
            font-size: 18px;
            line-height: 28px; }
        #content .offers .container .owl-stage .item .entry-excerpt {
          text-align: left;
          margin-bottom: 20px; }
        #content .offers .container .owl-stage .item .entry-button {
          position: absolute;
          bottom: 0;
          left: 0; }
          #content .offers .container .owl-stage .item .entry-button a {
            display: inline-block; }
#content .blogs, #content .search-results {
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 50px 0;
  background-color: #fbddc4; }
  #content .blogs.white, #content .search-results.white {
    background-color: #FFFFFF; }
  #content .blogs .entry-header, #content .search-results .entry-header {
    text-align: center; }
  #content .blogs .blog-item, #content .search-results .blog-item {
    margin-bottom: 30px; }
    #content .blogs .blog-item .blog-item-inner, #content .search-results .blog-item .blog-item-inner {
      -webkit-border-radius: 30px;
      -moz-border-radius: 30px;
      -ms-border-radius: 30px;
      -o-border-radius: 30px;
      border-radius: 30px;
      overflow: hidden;
      position: relative; }
      #content .blogs .blog-item .blog-item-inner .entry-image, #content .search-results .blog-item .blog-item-inner .entry-image {
        position: absolute;
        width: 100%;
        height: 100%;
        justify-content: center;
        align-items: center !important;
        display: flex; }
        #content .blogs .blog-item .blog-item-inner .entry-image img, #content .search-results .blog-item .blog-item-inner .entry-image img {
          width: 100%;
          height: 100%;
          object-fit: cover;
          -webkit-transition: all 0.3s ease-in-out;
          -moz-transition: all 0.3s ease-in-out;
          -ms-transition: all 0.3s ease-in-out;
          -o-transition: all 0.3s ease-in-out;
          transition: all 0.3s ease-in-out; }
        #content .blogs .blog-item .blog-item-inner .entry-image:after, #content .search-results .blog-item .blog-item-inner .entry-image:after {
          content: "";
          position: absolute;
          width: 100%;
          height: 100%;
          background: linear-gradient(0deg, #000000 20%, #FFFFFF00 50%);
          opacity: 0.3 !important;
          z-index: 1;
          top: 0;
          bottom: 0;
          -webkit-transition: all 0.3s ease-in-out;
          -moz-transition: all 0.3s ease-in-out;
          -ms-transition: all 0.3s ease-in-out;
          -o-transition: all 0.3s ease-in-out;
          transition: all 0.3s ease-in-out; }
      #content .blogs .blog-item .blog-item-inner label, #content .search-results .blog-item .blog-item-inner label {
        position: absolute;
        z-index: 10;
        top: 15px;
        left: 15px;
        background-color: #dfa270;
        color: #FFFFFF;
        -ms-box-sizing: border-box;
        -o-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        padding: 5px 10px;
        font-size: 12px;
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        -ms-border-radius: 5px;
        -o-border-radius: 5px;
        border-radius: 5px; }
      #content .blogs .blog-item .blog-item-inner h3, #content .search-results .blog-item .blog-item-inner h3 {
        font-family: "Outfit", serif;
        font-weight: 700;
        color: #FFFFFF;
        position: absolute;
        z-index: 3;
        bottom: 25px;
        left: 25px;
        right: 25px;
        text-shadow: 1px 1px 1px #0000003d, 3px 3px 5px #0000002e; }
      #content .blogs .blog-item .blog-item-inner a, #content .search-results .blog-item .blog-item-inner a {
        position: absolute;
        z-index: 4;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 100%; }
      #content .blogs .blog-item .blog-item-inner:after, #content .search-results .blog-item .blog-item-inner:after {
        content: "";
        display: block;
        padding-bottom: 100%; }
      #content .blogs .blog-item .blog-item-inner:hover .entry-image img, #content .search-results .blog-item .blog-item-inner:hover .entry-image img {
        transform: scale(1.05); }
  #content .blogs .entry-link, #content .search-results .entry-link {
    text-align: center;
    padding-top: 30px; }
    #content .blogs .entry-link a, #content .search-results .entry-link a {
      color: #b87a47;
      font-family: "Outfit", serif;
      font-weight: 700;
      text-decoration: none;
      -webkit-transition: all 0.3s ease-in-out;
      -moz-transition: all 0.3s ease-in-out;
      -ms-transition: all 0.3s ease-in-out;
      -o-transition: all 0.3s ease-in-out;
      transition: all 0.3s ease-in-out; }
      #content .blogs .entry-link a:after, #content .search-results .entry-link a:after {
        content: "\f178";
        font-family: 'Font Awesome 6 Free';
        font-weight: 900;
        padding-left: 15px; }
      #content .blogs .entry-link a:hover, #content .search-results .entry-link a:hover {
        color: #dfa270; }
#content .about {
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 50px 0; }
  #content .about .row {
    display: flex;
    justify-content: center;
    align-items: center;
    /*
    .images {
    	.image {margin-bottom: 15px;
    		&:nth-child(1) {padding-top: 50px;}
    		&:nth-child(3) {padding-top: 100px;}
    	}
    }
    */ }
    #content .about .row .text {
      margin-bottom: 30px; }
    #content .about .row .images {
      display: flex;
      flex-wrap: nowrap; }
      #content .about .row .images .figures {
        flex-direction: column;
        align-items: flex-start;
        gap: 15px;
        flex-wrap: wrap;
        display: flex;
        -ms-box-sizing: border-box;
        -o-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        padding-right: 15px; }
        #content .about .row .images .figures .entry-image {
          -webkit-border-radius: 15px;
          -moz-border-radius: 15px;
          -ms-border-radius: 15px;
          -o-border-radius: 15px;
          border-radius: 15px;
          overflow: hidden; }
          #content .about .row .images .figures .entry-image img {
            width: 100%;
            object-fit: cover; }
      #content .about .row .images .entry-image {
        -webkit-border-radius: 15px;
        -moz-border-radius: 15px;
        -ms-border-radius: 15px;
        -o-border-radius: 15px;
        border-radius: 15px;
        overflow: hidden; }
        #content .about .row .images .entry-image.single-image .entry-image {
          height: 100%; }
        #content .about .row .images .entry-image img {
          width: 100%;
          object-fit: cover;
          height: 100%; }
#content .reviews {
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 50px 0;
  background-color: #b87a47; }
  #content .reviews .container {
    overflow: visible; }
    #content .reviews .container .entry-header {
      text-align: center;
      color: #FFFFFF; }
    #content .reviews .container .owl-stage-outer {
      overflow: visible !important; }
    #content .reviews .container .owl-stage {
      margin-left: -50px; }
      #content .reviews .container .owl-stage .item {
        margin-bottom: 30px;
        -webkit-border-radius: 30px;
        -moz-border-radius: 30px;
        -ms-border-radius: 30px;
        -o-border-radius: 30px;
        border-radius: 30px;
        overflow: hidden;
        position: relative;
        background-color: #fbddc4;
        -ms-box-sizing: border-box;
        -o-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        padding: 30px; }
        #content .reviews .container .owl-stage .item p.review {
          margin-bottom: 15px; }
        #content .reviews .container .owl-stage .item p.name {
          font-family: "Outfit", serif;
          font-weight: 700; }
    #content .reviews .container .owl-dots .owl-dot span {
      background: #FFFFFF; }
    #content .reviews .container .owl-dots .owl-dot.active span {
      background: #dfa270; }
#content .links {
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 50px 0 20px 0; }
  #content .links .entry-header {
    text-align: center; }
  #content .links .block {
    text-align: center;
    margin-top: 15px;
    margin-bottom: 30px; }
    #content .links .block .icon {
      margin: 15px auto;
      text-align: center; }
      #content .links .block .icon i {
        font-size: 18px;
        color: #dfa270; }
    #content .links .block h3 {
      margin-bottom: 15px; }
    #content .links .block p {
      margin-bottom: 15px; }
    #content .links .block a {
      color: #dfa270;
      font-family: "Outfit", serif;
      font-weight: 700;
      text-decoration: none; }
      #content .links .block a:after {
        content: "\f178";
        font-family: 'Font Awesome 6 Free';
        font-weight: 900;
        padding-left: 15px; }
#content .coaching {
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 30px; }
  #content .coaching .coaching-inner {
    width: 100%;
    min-height: 750px;
    position: relative;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    -ms-border-radius: 30px;
    -o-border-radius: 30px;
    border-radius: 30px;
    overflow: hidden; }
    #content .coaching .coaching-inner picture, #content .coaching .coaching-inner .entry-image {
      position: absolute;
      width: 100%;
      height: 100%;
      justify-content: center;
      align-items: center !important;
      display: flex; }
      #content .coaching .coaching-inner picture img, #content .coaching .coaching-inner .entry-image img {
        width: 100%;
        height: 100%;
        object-fit: cover; }
    #content .coaching .coaching-inner .container {
      position: absolute;
      z-index: 3;
      top: 0px;
      right: 0;
      left: 0;
      margin-bottom: 50px;
      text-align: left;
      height: 100%;
      display: flex;
      flex-direction: column;
      flex-wrap: wrap;
      justify-content: center;
      overflow: hidden; }
      #content .coaching .coaching-inner .container .block-inner {
        -webkit-border-radius: 30px;
        -moz-border-radius: 30px;
        -ms-border-radius: 30px;
        -o-border-radius: 30px;
        border-radius: 30px;
        overflow: hidden;
        background-color: #FFFFFF;
        -ms-box-sizing: border-box;
        -o-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        padding: 30px 30px 0 30px; }
#content .collab {
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 50px 0; }
  #content .collab .row {
    display: flex;
    justify-content: center;
    align-items: center; }
    #content .collab .row picture, #content .collab .row .entry-image {
      -webkit-border-radius: 30px;
      -moz-border-radius: 30px;
      -ms-border-radius: 30px;
      -o-border-radius: 30px;
      border-radius: 30px;
      overflow: hidden; }
      #content .collab .row picture img, #content .collab .row .entry-image img {
        max-width: 100%;
        height: auto; }
#content .logos {
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 50px 0; }
  #content .logos p.p_title {
    font-family: "Outfit", serif;
    font-weight: 700;
    margin-bottom: 15px;
    font-size: 18px;
    text-align: center; }
  #content .logos ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 15px;
    list-style: none;
    padding: 0;
    margin: 0; }
    #content .logos ul li {
      width: 125px;
      height: 125px;
      display: flex;
      align-items: center;
      justify-content: center;
      background-color: #FFFFFF;
      border: 1px solid #f1f1f1;
      -ms-box-sizing: border-box;
      -o-box-sizing: border-box;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box;
      padding: 10px; }
      #content .logos ul li img {
        max-width: 100%;
        max-height: 100%;
        width: auto;
        height: auto;
        object-fit: contain;
        display: block; }
#content .blog-article p, #content .page-article p {
  margin-bottom: 30px; }
#content .blog-article figure, #content .page-article figure {
  margin-bottom: 30px; }
#content .blog-article ul, #content .blog-article ol, #content .page-article ul, #content .page-article ol {
  margin-bottom: 30px; }
#content .blog-article h1, #content .blog-article h2, #content .blog-article h3, #content .blog-article h4, #content .blog-article h5, #content .page-article h1, #content .page-article h2, #content .page-article h3, #content .page-article h4, #content .page-article h5 {
  text-align: left;
  margin-bottom: 15px; }
#content .blog-article a, #content .page-article a {
  color: #dfa270; }
#content .destinations .destination {
  margin-bottom: 30px; }
  #content .destinations .destination h2 {
    margin-bottom: 15px; }
    #content .destinations .destination h2 a {
      color: #000000;
      text-decoration: none;
      -webkit-transition: all 0.3s ease-in-out;
      -moz-transition: all 0.3s ease-in-out;
      -ms-transition: all 0.3s ease-in-out;
      -o-transition: all 0.3s ease-in-out;
      transition: all 0.3s ease-in-out; }
      #content .destinations .destination h2 a:hover {
        color: #dfa270; }
  #content .destinations .destination ul {
    overflow: hidden;
    margin: 0;
    padding: 0; }
    #content .destinations .destination ul li {
      margin-right: 5px;
      margin-bottom: 5px;
      float: left;
      list-style-type: none; }
      #content .destinations .destination ul li a {
        font-size: 16px;
        font-family: "Outfit", serif;
        font-weight: 700;
        background-color: #fbddc4;
        -ms-box-sizing: border-box;
        -o-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        padding: 10px 20px;
        color: #b87a47;
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        -ms-border-radius: 5px;
        -o-border-radius: 5px;
        border-radius: 5px;
        display: block;
        -webkit-transition: all 0.3s ease-in-out;
        -moz-transition: all 0.3s ease-in-out;
        -ms-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
        text-decoration: none; }
        #content .destinations .destination ul li a:hover {
          background-color: #dfa270;
          color: #FFFFFF; }
#content.single .country-meta, #content.page .country-meta, #content.category .country-meta {
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  -o-border-radius: 30px;
  border-radius: 30px;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 30px 15px 20px 15px;
  background-color: #fbddc4;
  margin-bottom: 30px; }
  #content.single .country-meta ul, #content.page .country-meta ul, #content.category .country-meta ul {
    margin: 0;
    padding: 0;
    overflow: hidden; }
    #content.single .country-meta ul li, #content.page .country-meta ul li, #content.category .country-meta ul li {
      list-style-type: none;
      font-size: 18px;
      margin-bottom: 10px;
      font-family: "Outfit", serif;
      font-weight: 700;
      float: left;
      width: 50%;
      -ms-box-sizing: border-box;
      -o-box-sizing: border-box;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box;
      padding-right: 15px;
      overflow: hidden; }
      #content.single .country-meta ul li .icon, #content.page .country-meta ul li .icon, #content.category .country-meta ul li .icon {
        float: left;
        width: 30px; }
        #content.single .country-meta ul li .icon i, #content.page .country-meta ul li .icon i, #content.category .country-meta ul li .icon i {
          color: #b87a47;
          margin-bottom: 5px;
          font-size: 20px;
          width: 30px;
          text-align: left; }
      #content.single .country-meta ul li .text, #content.page .country-meta ul li .text, #content.category .country-meta ul li .text {
        float: left;
        width: -webkit-calc(100% - 30px);
        width: -moz-calc(100% - 30px);
        width: calc(100% - 30px); }
        #content.single .country-meta ul li .text span, #content.page .country-meta ul li .text span, #content.category .country-meta ul li .text span {
          font-family: "Outfit", serif;
          font-weight: 400; }
#content.single .addtoany, #content.page .addtoany, #content.category .addtoany {
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 20px 0; }
  #content.single .addtoany p, #content.page .addtoany p, #content.category .addtoany p {
    margin-bottom: 5px; }
#content.single .article, #content.page .article, #content.category .article {
  padding-top: 50px;
  padding-bottom: 50px;
  /*
  .post-it {position: relative; 
  	.inner {rotate: -5deg; margin: 40px 0 100px 30px;
  		.entry-image {position: relative; max-width: 300px; min-width: 300px; display: flex; flex-wrap: wrap; justify-content: center;
  			img {max-width: 300px; min-width: 300px; height: auto;}
  			figcaption {justify-content: center; align-items: center !important; display: flex; position: absolute; top: 0; right: 0; bottom: 0; left: 0; @include boxsizing; padding: 15% 7% 4% 2%;
  				span {@include handwritten; font-size: 30px; line-height: 35px;
  					strong {@include handwritten;}
  					ul {margin-left: 10px; font-size: 16px; line-height: 24px; margin-bottom: 0;
  						li {@include title; list-style-type: none; position: relative; @include boxsizing; padding-left: 30px; margin-bottom: 5px;
  							&:before {content: "\f00c"; @include fontawesome; color: $primary; position: absolute; top: 0; left: 0;}
  						}
  					}
  				}
  			}
  		}
  	}	
  }
  */ }
  #content.single .article .wp-block-image, #content.page .article .wp-block-image, #content.category .article .wp-block-image {
    position: relative; }
    #content.single .article .wp-block-image figcaption, #content.page .article .wp-block-image figcaption, #content.category .article .wp-block-image figcaption {
      position: absolute;
      left: 15px;
      right: 15px;
      bottom: 15px;
      color: #FFFFFF;
      font-size: 12px;
      line-height: 15px;
      margin: 0;
      text-shadow: 1px 1px 1px #0000003d, 3px 3px 5px #0000002e; }
  #content.single .article ul, #content.single .article ol, #content.page .article ul, #content.page .article ol, #content.category .article ul, #content.category .article ol {
    margin-left: 20px; }
  #content.single .article p a, #content.page .article p a, #content.category .article p a {
    text-decoration: none;
    box-shadow: inset 0 0 0 #fbddc4, 0 4px 0 #fbddc4;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    color: #dfa270;
    overflow: hidden;
    font-family: "Figtree", sans-serif;
    font-weight: 700; }
    #content.single .article p a:hover, #content.page .article p a:hover, #content.category .article p a:hover {
      box-shadow: inset 0 -30px 0 #fbddc4, 0 4px 0 #fbddc4; }
  #content.single .article blockquote, #content.page .article blockquote, #content.category .article blockquote {
    font-family: "Overlock", sans-serif;
    font-weight: 400;
    font-style: normal;
    color: #dfa270;
    font-size: 25px;
    line-height: 35px;
    margin-bottom: 20px;
    text-align: left; }
    #content.single .article blockquote p a, #content.page .article blockquote p a, #content.category .article blockquote p a {
      text-decoration: none;
      box-shadow: inset 0 0 0 #fbddc4, 0 4px 0 #fbddc4;
      -webkit-transition: all 0.3s ease-in-out;
      -moz-transition: all 0.3s ease-in-out;
      -ms-transition: all 0.3s ease-in-out;
      -o-transition: all 0.3s ease-in-out;
      transition: all 0.3s ease-in-out;
      color: #dfa270;
      overflow: hidden;
      font-family: "Overlock", sans-serif;
      font-weight: 400;
      font-style: normal; }
      #content.single .article blockquote p a:hover, #content.page .article blockquote p a:hover, #content.category .article blockquote p a:hover {
        box-shadow: inset 0 -30px 0 #fbddc4, 0 4px 0 #fbddc4; }
  #content.single .article .blog-tip, #content.page .article .blog-tip, #content.category .article .blog-tip {
    background-color: #fbddc4;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 30px 30px 15px 30px;
    margin-top: 20px;
    margin-bottom: 40px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    -ms-border-radius: 30px;
    -o-border-radius: 30px;
    border-radius: 30px;
    overflow: hidden; }
    #content.single .article .blog-tip .inner, #content.page .article .blog-tip .inner, #content.category .article .blog-tip .inner {
      align-items: center;
      display: flex; }
      #content.single .article .blog-tip .inner .tip-icon, #content.page .article .blog-tip .inner .tip-icon, #content.category .article .blog-tip .inner .tip-icon {
        float: left;
        width: 70px;
        flex: none; }
        #content.single .article .blog-tip .inner .tip-icon i, #content.page .article .blog-tip .inner .tip-icon i, #content.category .article .blog-tip .inner .tip-icon i {
          font-size: 30px;
          color: #dfa270; }
      #content.single .article .blog-tip .inner .tip-text, #content.page .article .blog-tip .inner .tip-text, #content.category .article .blog-tip .inner .tip-text {
        max-width: fit-content; }
      #content.single .article .blog-tip .inner p, #content.page .article .blog-tip .inner p, #content.category .article .blog-tip .inner p {
        margin-bottom: 15px; }
      #content.single .article .blog-tip .inner a, #content.page .article .blog-tip .inner a, #content.category .article .blog-tip .inner a {
        text-decoration: none;
        box-shadow: inset 0 0 0 #FFFFFF, 0 4px 0 #FFFFFF;
        -webkit-transition: all 0.3s ease-in-out;
        -moz-transition: all 0.3s ease-in-out;
        -ms-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
        color: #b87a47;
        overflow: hidden;
        font-family: "Figtree", sans-serif;
        font-weight: 700; }
        #content.single .article .blog-tip .inner a:hover, #content.page .article .blog-tip .inner a:hover, #content.category .article .blog-tip .inner a:hover {
          box-shadow: inset 0 -30px 0 #FFFFFF, 0 4px 0 #FFFFFF; }
  #content.single .article .blog-custom-link-icon, #content.page .article .blog-custom-link-icon, #content.category .article .blog-custom-link-icon {
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 30px 30px 15px 30px;
    margin-top: 20px;
    margin-bottom: 40px;
    overflow: hidden; }
    #content.single .article .blog-custom-link-icon .inner, #content.page .article .blog-custom-link-icon .inner, #content.category .article .blog-custom-link-icon .inner {
      align-items: center;
      display: flex; }
      #content.single .article .blog-custom-link-icon .inner .tip-icon, #content.page .article .blog-custom-link-icon .inner .tip-icon, #content.category .article .blog-custom-link-icon .inner .tip-icon {
        float: left;
        width: 70px;
        flex: none; }
        #content.single .article .blog-custom-link-icon .inner .tip-icon i, #content.page .article .blog-custom-link-icon .inner .tip-icon i, #content.category .article .blog-custom-link-icon .inner .tip-icon i {
          font-size: 30px;
          color: #dfa270; }
      #content.single .article .blog-custom-link-icon .inner .tip-text, #content.page .article .blog-custom-link-icon .inner .tip-text, #content.category .article .blog-custom-link-icon .inner .tip-text {
        max-width: fit-content; }
        #content.single .article .blog-custom-link-icon .inner .tip-text a, #content.page .article .blog-custom-link-icon .inner .tip-text a, #content.category .article .blog-custom-link-icon .inner .tip-text a {
          text-decoration: none;
          box-shadow: inset 0 0 0 #FFFFFF, 0 4px 0 #FFFFFF;
          -webkit-transition: all 0.3s ease-in-out;
          -moz-transition: all 0.3s ease-in-out;
          -ms-transition: all 0.3s ease-in-out;
          -o-transition: all 0.3s ease-in-out;
          transition: all 0.3s ease-in-out;
          color: #b87a47;
          overflow: hidden;
          font-family: "Figtree", sans-serif;
          font-weight: 700; }
          #content.single .article .blog-custom-link-icon .inner .tip-text a:hover, #content.page .article .blog-custom-link-icon .inner .tip-text a:hover, #content.category .article .blog-custom-link-icon .inner .tip-text a:hover {
            box-shadow: inset 0 -30px 0 #FFFFFF, 0 4px 0 #FFFFFF; }
        #content.single .article .blog-custom-link-icon .inner .tip-text p, #content.page .article .blog-custom-link-icon .inner .tip-text p, #content.category .article .blog-custom-link-icon .inner .tip-text p {
          margin-bottom: 15px; }
  #content.single .article .blog-custom-tip, #content.page .article .blog-custom-tip, #content.category .article .blog-custom-tip {
    background-color: #fbddc4;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 30px 30px 15px 30px;
    margin-top: 20px;
    margin-bottom: 40px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    -ms-border-radius: 30px;
    -o-border-radius: 30px;
    border-radius: 30px;
    overflow: hidden; }
    #content.single .article .blog-custom-tip .inner, #content.page .article .blog-custom-tip .inner, #content.category .article .blog-custom-tip .inner {
      align-items: center;
      display: flex; }
      #content.single .article .blog-custom-tip .inner .tip-icon, #content.page .article .blog-custom-tip .inner .tip-icon, #content.category .article .blog-custom-tip .inner .tip-icon {
        width: 70px;
        flex: none; }
        #content.single .article .blog-custom-tip .inner .tip-icon i, #content.page .article .blog-custom-tip .inner .tip-icon i, #content.category .article .blog-custom-tip .inner .tip-icon i {
          font-size: 30px;
          color: #dfa270; }
      #content.single .article .blog-custom-tip .inner .tip-text, #content.page .article .blog-custom-tip .inner .tip-text, #content.category .article .blog-custom-tip .inner .tip-text {
        max-width: fit-content; }
        #content.single .article .blog-custom-tip .inner .tip-text p, #content.page .article .blog-custom-tip .inner .tip-text p, #content.category .article .blog-custom-tip .inner .tip-text p {
          margin-bottom: 15px; }
  #content.single .article .blog-text-block, #content.page .article .blog-text-block, #content.category .article .blog-text-block {
    background-color: #fbddc4;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 30px 30px 15px 30px;
    margin-top: 20px;
    margin-bottom: 40px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    -ms-border-radius: 30px;
    -o-border-radius: 30px;
    border-radius: 30px;
    overflow: hidden; }
    #content.single .article .blog-text-block p, #content.page .article .blog-text-block p, #content.category .article .blog-text-block p {
      margin-bottom: 15px; }
    #content.single .article .blog-text-block ul, #content.single .article .blog-text-block ol, #content.page .article .blog-text-block ul, #content.page .article .blog-text-block ol, #content.category .article .blog-text-block ul, #content.category .article .blog-text-block ol {
      margin-left: 20px;
      margin-bottom: 15px; }
    #content.single .article .blog-text-block a, #content.page .article .blog-text-block a, #content.category .article .blog-text-block a {
      text-decoration: none;
      box-shadow: inset 0 0 0 #FFFFFF, 0 4px 0 #FFFFFF;
      -webkit-transition: all 0.3s ease-in-out;
      -moz-transition: all 0.3s ease-in-out;
      -ms-transition: all 0.3s ease-in-out;
      -o-transition: all 0.3s ease-in-out;
      transition: all 0.3s ease-in-out;
      color: #b87a47;
      overflow: hidden;
      font-family: "Figtree", sans-serif;
      font-weight: 700; }
      #content.single .article .blog-text-block a:hover, #content.page .article .blog-text-block a:hover, #content.category .article .blog-text-block a:hover {
        box-shadow: inset 0 -30px 0 #FFFFFF, 0 4px 0 #FFFFFF; }
  #content.single .article .post-it, #content.page .article .post-it, #content.category .article .post-it {
    position: relative;
    z-index: 3;
    margin-top: -100px; }
    #content.single .article .post-it .inner, #content.page .article .post-it .inner, #content.category .article .post-it .inner {
      rotate: 5deg;
      margin: 0px 0 40px 30px; }
      #content.single .article .post-it .inner .entry-image, #content.page .article .post-it .inner .entry-image, #content.category .article .post-it .inner .entry-image {
        position: relative;
        max-width: 300px;
        min-width: 300px;
        display: flex;
        flex-wrap: wrap;
        justify-content: center; }
        #content.single .article .post-it .inner .entry-image img, #content.page .article .post-it .inner .entry-image img, #content.category .article .post-it .inner .entry-image img {
          max-width: 300px;
          min-width: 300px;
          height: auto; }
        #content.single .article .post-it .inner .entry-image figcaption, #content.page .article .post-it .inner .entry-image figcaption, #content.category .article .post-it .inner .entry-image figcaption {
          justify-content: center;
          align-items: center !important;
          display: flex;
          position: absolute;
          top: 0;
          right: 0;
          bottom: 0;
          left: 0;
          -ms-box-sizing: border-box;
          -o-box-sizing: border-box;
          -webkit-box-sizing: border-box;
          -moz-box-sizing: border-box;
          box-sizing: border-box;
          padding: 15% 7% 4% 2%; }
          #content.single .article .post-it .inner .entry-image figcaption span, #content.page .article .post-it .inner .entry-image figcaption span, #content.category .article .post-it .inner .entry-image figcaption span {
            font-family: "Overlock", sans-serif;
            font-weight: 400;
            font-style: normal;
            font-size: 30px;
            line-height: 35px; }
            #content.single .article .post-it .inner .entry-image figcaption span strong, #content.page .article .post-it .inner .entry-image figcaption span strong, #content.category .article .post-it .inner .entry-image figcaption span strong {
              font-family: "Overlock", sans-serif;
              font-weight: 400;
              font-style: normal; }
#content.single .sidebar, #content.page .sidebar, #content.category .sidebar {
  padding-top: 50px;
  padding-bottom: 50px; }
  #content.single .sidebar .post-it, #content.page .sidebar .post-it, #content.category .sidebar .post-it {
    position: relative;
    z-index: 3;
    margin-top: -150px; }
    #content.single .sidebar .post-it .inner, #content.page .sidebar .post-it .inner, #content.category .sidebar .post-it .inner {
      rotate: 5deg;
      margin: 0px 0 40px 30px; }
      #content.single .sidebar .post-it .inner .entry-image, #content.page .sidebar .post-it .inner .entry-image, #content.category .sidebar .post-it .inner .entry-image {
        position: relative;
        max-width: 300px;
        min-width: 300px;
        display: flex;
        flex-wrap: wrap;
        justify-content: center; }
        #content.single .sidebar .post-it .inner .entry-image img, #content.page .sidebar .post-it .inner .entry-image img, #content.category .sidebar .post-it .inner .entry-image img {
          max-width: 300px;
          min-width: 300px;
          height: auto; }
        #content.single .sidebar .post-it .inner .entry-image figcaption, #content.page .sidebar .post-it .inner .entry-image figcaption, #content.category .sidebar .post-it .inner .entry-image figcaption {
          justify-content: center;
          align-items: center !important;
          display: flex;
          position: absolute;
          top: 0;
          right: 0;
          bottom: 0;
          left: 0;
          -ms-box-sizing: border-box;
          -o-box-sizing: border-box;
          -webkit-box-sizing: border-box;
          -moz-box-sizing: border-box;
          box-sizing: border-box;
          padding: 15% 7% 4% 2%; }
          #content.single .sidebar .post-it .inner .entry-image figcaption span, #content.page .sidebar .post-it .inner .entry-image figcaption span, #content.category .sidebar .post-it .inner .entry-image figcaption span {
            font-family: "Overlock", sans-serif;
            font-weight: 400;
            font-style: normal;
            font-size: 30px;
            line-height: 35px; }
            #content.single .sidebar .post-it .inner .entry-image figcaption span strong, #content.page .sidebar .post-it .inner .entry-image figcaption span strong, #content.category .sidebar .post-it .inner .entry-image figcaption span strong {
              font-family: "Overlock", sans-serif;
              font-weight: 400;
              font-style: normal; }
  #content.single .sidebar .tableofcontent a, #content.page .sidebar .tableofcontent a, #content.category .sidebar .tableofcontent a {
    color: #b87a47; }
  #content.single .sidebar .polaroid, #content.page .sidebar .polaroid, #content.category .sidebar .polaroid {
    border: 1px solid darkgrey;
    background-color: white;
    padding: 15px 15px 40px 15px;
    box-shadow: 5px 10px 10px darkgrey; }
    #content.single .sidebar .polaroid .polaroid-inner, #content.page .sidebar .polaroid .polaroid-inner, #content.category .sidebar .polaroid .polaroid-inner {
      -ms-box-sizing: border-box;
      -o-box-sizing: border-box;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box;
      padding: 10px; }
      #content.single .sidebar .polaroid .polaroid-inner .entry-image img, #content.page .sidebar .polaroid .polaroid-inner .entry-image img, #content.category .sidebar .polaroid .polaroid-inner .entry-image img {
        max-width: 100%;
        height: auto; }
      #content.single .sidebar .polaroid .polaroid-inner span, #content.page .sidebar .polaroid .polaroid-inner span, #content.category .sidebar .polaroid .polaroid-inner span {
        font-size: 20px; }
      #content.single .sidebar .polaroid .polaroid-inner p a, #content.page .sidebar .polaroid .polaroid-inner p a, #content.category .sidebar .polaroid .polaroid-inner p a {
        text-decoration: none;
        box-shadow: inset 0 0 0 #b87a47, 0 4px 0 #fbddc4;
        -webkit-transition: all 0.3s ease-in-out;
        -moz-transition: all 0.3s ease-in-out;
        -ms-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
        color: primary;
        overflow: hidden; }
        #content.single .sidebar .polaroid .polaroid-inner p a:hover, #content.page .sidebar .polaroid .polaroid-inner p a:hover, #content.category .sidebar .polaroid .polaroid-inner p a:hover {
          box-shadow: inset 0 -30px 0 #fbddc4, 0 4px 0 #fbddc4; }
  #content.single .sidebar .social-media, #content.page .sidebar .social-media, #content.category .sidebar .social-media {
    margin-bottom: 45px; }
    #content.single .sidebar .social-media ul.socials, #content.page .sidebar .social-media ul.socials, #content.category .sidebar .social-media ul.socials {
      overflow: hidden;
      margin-top: 30px; }
      #content.single .sidebar .social-media ul.socials li, #content.page .sidebar .social-media ul.socials li, #content.category .sidebar .social-media ul.socials li {
        margin-right: 5px;
        margin-bottom: 5px;
        float: left;
        list-style-type: none; }
        #content.single .sidebar .social-media ul.socials li a, #content.page .sidebar .social-media ul.socials li a, #content.category .sidebar .social-media ul.socials li a {
          text-decoration: none;
          color: #dfa270; }
          #content.single .sidebar .social-media ul.socials li a i, #content.page .sidebar .social-media ul.socials li a i, #content.category .sidebar .social-media ul.socials li a i {
            font-size: 25px; }
  #content.single .sidebar .affiliate, #content.page .sidebar .affiliate, #content.category .sidebar .affiliate {
    margin-bottom: 45px; }
    #content.single .sidebar .affiliate p.p_title, #content.page .sidebar .affiliate p.p_title, #content.category .sidebar .affiliate p.p_title {
      font-family: "Outfit", serif;
      font-weight: 700;
      margin-bottom: 15px;
      font-size: 18px; }
    #content.single .sidebar .affiliate ul, #content.page .sidebar .affiliate ul, #content.category .sidebar .affiliate ul {
      margin: 0;
      padding: 0; }
      #content.single .sidebar .affiliate ul li, #content.page .sidebar .affiliate ul li, #content.category .sidebar .affiliate ul li {
        list-style-type: none;
        margin-bottom: 10px;
        align-items: center;
        display: flex; }
        #content.single .sidebar .affiliate ul li a, #content.page .sidebar .affiliate ul li a, #content.category .sidebar .affiliate ul li a {
          color: #000000;
          text-decoration: none; }
          #content.single .sidebar .affiliate ul li a .icon, #content.page .sidebar .affiliate ul li a .icon, #content.category .sidebar .affiliate ul li a .icon {
            float: left;
            width: 50px;
            flex: none; }
            #content.single .sidebar .affiliate ul li a .icon i, #content.page .sidebar .affiliate ul li a .icon i, #content.category .sidebar .affiliate ul li a .icon i {
              font-size: 25px;
              color: #dfa270; }
          #content.single .sidebar .affiliate ul li a span, #content.page .sidebar .affiliate ul li a span, #content.category .sidebar .affiliate ul li a span {
            font-family: "Outfit", serif;
            font-weight: 400; }
  #content.single .sidebar .affiliate-blocks, #content.page .sidebar .affiliate-blocks, #content.category .sidebar .affiliate-blocks {
    margin-bottom: 15px; }
    #content.single .sidebar .affiliate-blocks .item, #content.page .sidebar .affiliate-blocks .item, #content.category .sidebar .affiliate-blocks .item {
      margin-bottom: 30px; }
      #content.single .sidebar .affiliate-blocks .item .item-inner, #content.page .sidebar .affiliate-blocks .item .item-inner, #content.category .sidebar .affiliate-blocks .item .item-inner {
        position: relative;
        -webkit-border-radius: 30px;
        -moz-border-radius: 30px;
        -ms-border-radius: 30px;
        -o-border-radius: 30px;
        border-radius: 30px;
        overflow: hidden;
        background-color: #000000; }
        #content.single .sidebar .affiliate-blocks .item .item-inner .entry-image, #content.page .sidebar .affiliate-blocks .item .item-inner .entry-image, #content.category .sidebar .affiliate-blocks .item .item-inner .entry-image {
          overflow: hidden;
          position: relative;
          z-index: 3;
          width: 100%;
          max-height: 200px;
          display: flex;
          justify-content: center;
          align-items: center !important;
          margin-bottom: 0; }
          #content.single .sidebar .affiliate-blocks .item .item-inner .entry-image:after, #content.page .sidebar .affiliate-blocks .item .item-inner .entry-image:after, #content.category .sidebar .affiliate-blocks .item .item-inner .entry-image:after {
            content: "";
            display: block;
            padding-bottom: 100%; }
          #content.single .sidebar .affiliate-blocks .item .item-inner .entry-image picture, #content.page .sidebar .affiliate-blocks .item .item-inner .entry-image picture, #content.category .sidebar .affiliate-blocks .item .item-inner .entry-image picture {
            position: absolute;
            width: 100%;
            height: 100%;
            justify-content: center;
            align-items: center !important;
            display: flex; }
          #content.single .sidebar .affiliate-blocks .item .item-inner .entry-image img, #content.page .sidebar .affiliate-blocks .item .item-inner .entry-image img, #content.category .sidebar .affiliate-blocks .item .item-inner .entry-image img {
            position: absolute;
            -o-object-fit: cover;
            object-fit: cover;
            left: 0;
            right: 0;
            width: 100%;
            height: 100%;
            -webkit-transition: all 0.3s ease-in-out;
            -moz-transition: all 0.3s ease-in-out;
            -ms-transition: all 0.3s ease-in-out;
            -o-transition: all 0.3s ease-in-out;
            transition: all 0.3s ease-in-out;
            opacity: 0.7; }
        #content.single .sidebar .affiliate-blocks .item .item-inner:hover .entry-image img, #content.page .sidebar .affiliate-blocks .item .item-inner:hover .entry-image img, #content.category .sidebar .affiliate-blocks .item .item-inner:hover .entry-image img {
          transform: scale(1.05); }
        #content.single .sidebar .affiliate-blocks .item .item-inner p, #content.page .sidebar .affiliate-blocks .item .item-inner p, #content.category .sidebar .affiliate-blocks .item .item-inner p {
          font-size: 20px;
          position: absolute;
          z-index: 4;
          width: 100%;
          top: 0;
          bottom: 0;
          display: flex;
          justify-content: center;
          align-items: center;
          text-align: center;
          -ms-box-sizing: border-box;
          -o-box-sizing: border-box;
          -webkit-box-sizing: border-box;
          -moz-box-sizing: border-box;
          box-sizing: border-box;
          padding: 0 15px;
          line-height: 18px;
          font-family: "Outfit", serif;
          font-weight: 700;
          color: #FFFFFF;
          text-shadow: 1px 1px 1px #0000003d, 3px 3px 5px #0000002e;
          margin: 0; }
        #content.single .sidebar .affiliate-blocks .item .item-inner a, #content.page .sidebar .affiliate-blocks .item .item-inner a, #content.category .sidebar .affiliate-blocks .item .item-inner a {
          position: absolute;
          z-index: 5;
          width: 100%;
          height: 100%;
          top: 0;
          right: 0;
          bottom: 0;
          left: 0;
          display: block; }
  #content.single .sidebar .sidebar-posts, #content.single .sidebar .sidebar-travels, #content.page .sidebar .sidebar-posts, #content.page .sidebar .sidebar-travels, #content.category .sidebar .sidebar-posts, #content.category .sidebar .sidebar-travels {
    margin-bottom: 30px; }
    #content.single .sidebar .sidebar-posts p.p_title, #content.single .sidebar .sidebar-travels p.p_title, #content.page .sidebar .sidebar-posts p.p_title, #content.page .sidebar .sidebar-travels p.p_title, #content.category .sidebar .sidebar-posts p.p_title, #content.category .sidebar .sidebar-travels p.p_title {
      font-family: "Outfit", serif;
      font-weight: 700;
      margin-bottom: 15px;
      font-size: 18px; }
    #content.single .sidebar .sidebar-posts .item, #content.single .sidebar .sidebar-travels .item, #content.page .sidebar .sidebar-posts .item, #content.page .sidebar .sidebar-travels .item, #content.category .sidebar .sidebar-posts .item, #content.category .sidebar .sidebar-travels .item {
      overflow: hidden;
      margin-bottom: 10px;
      padding-bottom: 10px;
      border-bottom: 1px solid #fafafa;
      position: relative;
      /*
      .entry-image {width: 35%; justify-content: center; align-items: center !important; display: flex; float: left;
      	img {width: 100%; height: 100%; object-fit: cover; @include transitionall;}
      }
      */ }
      #content.single .sidebar .sidebar-posts .item .image, #content.single .sidebar .sidebar-travels .item .image, #content.page .sidebar .sidebar-posts .item .image, #content.page .sidebar .sidebar-travels .item .image, #content.category .sidebar .sidebar-posts .item .image, #content.category .sidebar .sidebar-travels .item .image {
        margin-bottom: 0;
        -webkit-border-radius: 10px;
        -moz-border-radius: 10px;
        -ms-border-radius: 10px;
        -o-border-radius: 10px;
        border-radius: 10px;
        overflow: hidden;
        position: relative;
        width: 35%;
        float: left; }
        #content.single .sidebar .sidebar-posts .item .image .entry-image, #content.single .sidebar .sidebar-travels .item .image .entry-image, #content.page .sidebar .sidebar-posts .item .image .entry-image, #content.page .sidebar .sidebar-travels .item .image .entry-image, #content.category .sidebar .sidebar-posts .item .image .entry-image, #content.category .sidebar .sidebar-travels .item .image .entry-image {
          position: absolute;
          width: 100%;
          height: 100%;
          justify-content: center;
          align-items: center !important;
          display: flex; }
          #content.single .sidebar .sidebar-posts .item .image .entry-image img, #content.single .sidebar .sidebar-travels .item .image .entry-image img, #content.page .sidebar .sidebar-posts .item .image .entry-image img, #content.page .sidebar .sidebar-travels .item .image .entry-image img, #content.category .sidebar .sidebar-posts .item .image .entry-image img, #content.category .sidebar .sidebar-travels .item .image .entry-image img {
            width: 100%;
            height: 100%;
            object-fit: cover;
            -webkit-transition: all 0.3s ease-in-out;
            -moz-transition: all 0.3s ease-in-out;
            -ms-transition: all 0.3s ease-in-out;
            -o-transition: all 0.3s ease-in-out;
            transition: all 0.3s ease-in-out; }
        #content.single .sidebar .sidebar-posts .item .image:after, #content.single .sidebar .sidebar-travels .item .image:after, #content.page .sidebar .sidebar-posts .item .image:after, #content.page .sidebar .sidebar-travels .item .image:after, #content.category .sidebar .sidebar-posts .item .image:after, #content.category .sidebar .sidebar-travels .item .image:after {
          content: "";
          display: block;
          padding-bottom: 100%; }
      #content.single .sidebar .sidebar-posts .item .entry-text, #content.single .sidebar .sidebar-travels .item .entry-text, #content.page .sidebar .sidebar-posts .item .entry-text, #content.page .sidebar .sidebar-travels .item .entry-text, #content.category .sidebar .sidebar-posts .item .entry-text, #content.category .sidebar .sidebar-travels .item .entry-text {
        float: left;
        -ms-box-sizing: border-box;
        -o-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        padding-left: 10px;
        width: 65%; }
        #content.single .sidebar .sidebar-posts .item .entry-text span, #content.single .sidebar .sidebar-travels .item .entry-text span, #content.page .sidebar .sidebar-posts .item .entry-text span, #content.page .sidebar .sidebar-travels .item .entry-text span, #content.category .sidebar .sidebar-posts .item .entry-text span, #content.category .sidebar .sidebar-travels .item .entry-text span {
          font-family: "Outfit", serif;
          font-weight: 400; }
      #content.single .sidebar .sidebar-posts .item a, #content.single .sidebar .sidebar-travels .item a, #content.page .sidebar .sidebar-posts .item a, #content.page .sidebar .sidebar-travels .item a, #content.category .sidebar .sidebar-posts .item a, #content.category .sidebar .sidebar-travels .item a {
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0; }
  #content.single .sidebar .sidebar-block, #content.page .sidebar .sidebar-block, #content.category .sidebar .sidebar-block {
    margin-bottom: 30px; }
    #content.single .sidebar .sidebar-block p.p_title, #content.page .sidebar .sidebar-block p.p_title, #content.category .sidebar .sidebar-block p.p_title {
      font-family: "Outfit", serif;
      font-weight: 700;
      margin-bottom: 15px;
      font-size: 18px; }
    #content.single .sidebar .sidebar-block p, #content.page .sidebar .sidebar-block p, #content.category .sidebar .sidebar-block p {
      margin-bottom: 15px; }
    #content.single .sidebar .sidebar-block img, #content.page .sidebar .sidebar-block img, #content.category .sidebar .sidebar-block img {
      width: 100%;
      max-width: 200px;
      height: auto; }
#content.single .comments, #content.page .comments, #content.category .comments {
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 50px 0;
  background-color: #fbddc4; }
  #content.single .comments #commentsform, #content.single .comments #respond, #content.page .comments #commentsform, #content.page .comments #respond, #content.category .comments #commentsform, #content.category .comments #respond {
    padding-bottom: 30px; }
    #content.single .comments #commentsform h3#reply-title, #content.single .comments #respond h3#reply-title, #content.page .comments #commentsform h3#reply-title, #content.page .comments #respond h3#reply-title, #content.category .comments #commentsform h3#reply-title, #content.category .comments #respond h3#reply-title {
      font-family: "Outfit", serif;
      font-weight: 700;
      margin-bottom: 15px; }
      #content.single .comments #commentsform h3#reply-title a, #content.single .comments #respond h3#reply-title a, #content.page .comments #commentsform h3#reply-title a, #content.page .comments #respond h3#reply-title a, #content.category .comments #commentsform h3#reply-title a, #content.category .comments #respond h3#reply-title a {
        color: #000000;
        text-decoration: none; }
        #content.single .comments #commentsform h3#reply-title a:hover, #content.single .comments #respond h3#reply-title a:hover, #content.page .comments #commentsform h3#reply-title a:hover, #content.page .comments #respond h3#reply-title a:hover, #content.category .comments #commentsform h3#reply-title a:hover, #content.category .comments #respond h3#reply-title a:hover {
          color: #dfa270; }
      #content.single .comments #commentsform h3#reply-title small a, #content.single .comments #respond h3#reply-title small a, #content.page .comments #commentsform h3#reply-title small a, #content.page .comments #respond h3#reply-title small a, #content.category .comments #commentsform h3#reply-title small a, #content.category .comments #respond h3#reply-title small a {
        display: block;
        font-size: 14px;
        color: #dfa270;
        text-decoration: none; }
        #content.single .comments #commentsform h3#reply-title small a:hover, #content.single .comments #respond h3#reply-title small a:hover, #content.page .comments #commentsform h3#reply-title small a:hover, #content.page .comments #respond h3#reply-title small a:hover, #content.category .comments #commentsform h3#reply-title small a:hover, #content.category .comments #respond h3#reply-title small a:hover {
          color: #000000; }
    #content.single .comments #commentsform p.comment-notes, #content.single .comments #respond p.comment-notes, #content.page .comments #commentsform p.comment-notes, #content.page .comments #respond p.comment-notes, #content.category .comments #commentsform p.comment-notes, #content.category .comments #respond p.comment-notes {
      font-size: 11px; }
    #content.single .comments #commentsform p.logged-in-as, #content.single .comments #respond p.logged-in-as, #content.page .comments #commentsform p.logged-in-as, #content.page .comments #respond p.logged-in-as, #content.category .comments #commentsform p.logged-in-as, #content.category .comments #respond p.logged-in-as {
      display: none; }
    #content.single .comments #commentsform p.comment-form-comment, #content.single .comments #respond p.comment-form-comment, #content.page .comments #commentsform p.comment-form-comment, #content.page .comments #respond p.comment-form-comment, #content.category .comments #commentsform p.comment-form-comment, #content.category .comments #respond p.comment-form-comment {
      width: 100%;
      -ms-box-sizing: border-box;
      -o-box-sizing: border-box;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box; }
    #content.single .comments #commentsform input, #content.single .comments #commentsform textarea, #content.single .comments #respond input, #content.single .comments #respond textarea, #content.page .comments #commentsform input, #content.page .comments #commentsform textarea, #content.page .comments #respond input, #content.page .comments #respond textarea, #content.category .comments #commentsform input, #content.category .comments #commentsform textarea, #content.category .comments #respond input, #content.category .comments #respond textarea {
      background-color: #FFFFFF;
      font-family: "Outfit", serif;
      font-weight: 400;
      padding: 10px;
      border: 0;
      width: 100%;
      max-width: 800px;
      -ms-box-sizing: border-box;
      -o-box-sizing: border-box;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box;
      margin-bottom: 20px;
      line-height: 27px;
      -webkit-transition: all 0.3s ease-in-out;
      -moz-transition: all 0.3s ease-in-out;
      -ms-transition: all 0.3s ease-in-out;
      -o-transition: all 0.3s ease-in-out;
      transition: all 0.3s ease-in-out; }
    #content.single .comments #commentsform p.comment-form-author span.required, #content.single .comments #commentsform p.comment-form-email span.required, #content.single .comments #respond p.comment-form-author span.required, #content.single .comments #respond p.comment-form-email span.required, #content.page .comments #commentsform p.comment-form-author span.required, #content.page .comments #commentsform p.comment-form-email span.required, #content.page .comments #respond p.comment-form-author span.required, #content.page .comments #respond p.comment-form-email span.required, #content.category .comments #commentsform p.comment-form-author span.required, #content.category .comments #commentsform p.comment-form-email span.required, #content.category .comments #respond p.comment-form-author span.required, #content.category .comments #respond p.comment-form-email span.required {
      width: 10%;
      float: right; }
    #content.single .comments #commentsform p.comment-form-cookies-consent, #content.single .comments #respond p.comment-form-cookies-consent, #content.page .comments #commentsform p.comment-form-cookies-consent, #content.page .comments #respond p.comment-form-cookies-consent, #content.category .comments #commentsform p.comment-form-cookies-consent, #content.category .comments #respond p.comment-form-cookies-consent {
      position: relative;
      margin-bottom: 15px; }
      #content.single .comments #commentsform p.comment-form-cookies-consent input, #content.single .comments #respond p.comment-form-cookies-consent input, #content.page .comments #commentsform p.comment-form-cookies-consent input, #content.page .comments #respond p.comment-form-cookies-consent input, #content.category .comments #commentsform p.comment-form-cookies-consent input, #content.category .comments #respond p.comment-form-cookies-consent input {
        position: absolute;
        left: 0;
        top: 3px;
        width: auto !important; }
      #content.single .comments #commentsform p.comment-form-cookies-consent label, #content.single .comments #respond p.comment-form-cookies-consent label, #content.page .comments #commentsform p.comment-form-cookies-consent label, #content.page .comments #respond p.comment-form-cookies-consent label, #content.category .comments #commentsform p.comment-form-cookies-consent label, #content.category .comments #respond p.comment-form-cookies-consent label {
        -ms-box-sizing: border-box;
        -o-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        padding-left: 25px; }
    #content.single .comments #commentsform input#submit, #content.single .comments #respond input#submit, #content.page .comments #commentsform input#submit, #content.page .comments #respond input#submit, #content.category .comments #commentsform input#submit, #content.category .comments #respond input#submit {
      -webkit-transition: all 0.3s ease-in-out;
      -moz-transition: all 0.3s ease-in-out;
      -ms-transition: all 0.3s ease-in-out;
      -o-transition: all 0.3s ease-in-out;
      transition: all 0.3s ease-in-out;
      text-decoration: none;
      color: #000000;
      -ms-box-sizing: border-box;
      -o-box-sizing: border-box;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box;
      padding: 7px 10px;
      font-family: "Outfit", serif;
      font-weight: 700;
      text-transform: uppercase;
      font-size: 12px;
      border: 1px solid #000000;
      display: inline-block;
      background-color: #FFFFFF;
      width: auto; }
      #content.single .comments #commentsform input#submit:hover, #content.single .comments #respond input#submit:hover, #content.page .comments #commentsform input#submit:hover, #content.page .comments #respond input#submit:hover, #content.category .comments #commentsform input#submit:hover, #content.category .comments #respond input#submit:hover {
        background-color: #000000;
        color: #FFFFFF;
        cursor: pointer; }
    #content.single .comments #commentsform ::-webkit-input-placeholder, #content.single .comments #respond ::-webkit-input-placeholder, #content.page .comments #commentsform ::-webkit-input-placeholder, #content.page .comments #respond ::-webkit-input-placeholder, #content.category .comments #commentsform ::-webkit-input-placeholder, #content.category .comments #respond ::-webkit-input-placeholder {
      color: #000000;
      font-style: italic;
      font-family: "Figtree", sans-serif;
      font-weight: 400;
      font-size: 15px; }
    #content.single .comments #commentsform ::-moz-placeholder, #content.single .comments #respond ::-moz-placeholder, #content.page .comments #commentsform ::-moz-placeholder, #content.page .comments #respond ::-moz-placeholder, #content.category .comments #commentsform ::-moz-placeholder, #content.category .comments #respond ::-moz-placeholder {
      color: #000000;
      font-style: italic;
      font-family: "Figtree", sans-serif;
      font-weight: 400;
      font-size: 15px; }
    #content.single .comments #commentsform :-ms-input-placeholder, #content.single .comments #respond :-ms-input-placeholder, #content.page .comments #commentsform :-ms-input-placeholder, #content.page .comments #respond :-ms-input-placeholder, #content.category .comments #commentsform :-ms-input-placeholder, #content.category .comments #respond :-ms-input-placeholder {
      color: #000000;
      font-style: italic;
      font-family: "Figtree", sans-serif;
      font-weight: 400;
      font-size: 15px; }
    #content.single .comments #commentsform input:-moz-placeholder, #content.single .comments #respond input:-moz-placeholder, #content.page .comments #commentsform input:-moz-placeholder, #content.page .comments #respond input:-moz-placeholder, #content.category .comments #commentsform input:-moz-placeholder, #content.category .comments #respond input:-moz-placeholder {
      color: #000000;
      font-style: italic;
      font-family: "Figtree", sans-serif;
      font-weight: 400;
      font-size: 15px; }
  #content.single .comments #comments h3.count, #content.page .comments #comments h3.count, #content.category .comments #comments h3.count {
    font-family: "Outfit", serif;
    font-weight: 700;
    margin-bottom: 15px;
    font-size: 24px;
    line-height: 34px; }
  #content.single .comments #comments ol.commentlist, #content.page .comments #comments ol.commentlist, #content.category .comments #comments ol.commentlist {
    margin: 0;
    padding: 0; }
    #content.single .comments #comments ol.commentlist li, #content.page .comments #comments ol.commentlist li, #content.category .comments #comments ol.commentlist li {
      list-style-type: none;
      margin-bottom: 15px;
      padding: 30px;
      border-bottom: 1px solid #eee;
      -ms-box-sizing: border-box;
      -o-box-sizing: border-box;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box;
      background-color: #FFFFFF;
      -webkit-border-radius: 30px;
      -moz-border-radius: 30px;
      -ms-border-radius: 30px;
      -o-border-radius: 30px;
      border-radius: 30px;
      overflow: hidden; }
      #content.single .comments #comments ol.commentlist li .comment-body .author-avatar, #content.page .comments #comments ol.commentlist li .comment-body .author-avatar, #content.category .comments #comments ol.commentlist li .comment-body .author-avatar {
        display: none; }
      #content.single .comments #comments ol.commentlist li .comment-body .comment-author, #content.page .comments #comments ol.commentlist li .comment-body .comment-author, #content.category .comments #comments ol.commentlist li .comment-body .comment-author {
        font-family: "Outfit", serif;
        font-weight: 700;
        font-size: 16px;
        line-height: 32px;
        text-align: left; }
      #content.single .comments #comments ol.commentlist li .comment-body .comment-website, #content.page .comments #comments ol.commentlist li .comment-body .comment-website, #content.category .comments #comments ol.commentlist li .comment-body .comment-website {
        font-family: "Outfit", serif;
        font-weight: 700;
        text-transform: lowercase;
        font-size: 11px;
        color: #000000;
        line-height: 12px;
        text-align: left;
        margin-bottom: 10px; }
        #content.single .comments #comments ol.commentlist li .comment-body .comment-website a, #content.page .comments #comments ol.commentlist li .comment-body .comment-website a, #content.category .comments #comments ol.commentlist li .comment-body .comment-website a {
          color: #dfa270;
          text-decoration: none;
          -webkit-transition: all 0.3s ease-in-out;
          -moz-transition: all 0.3s ease-in-out;
          -ms-transition: all 0.3s ease-in-out;
          -o-transition: all 0.3s ease-in-out;
          transition: all 0.3s ease-in-out; }
          #content.single .comments #comments ol.commentlist li .comment-body .comment-website a:hover, #content.page .comments #comments ol.commentlist li .comment-body .comment-website a:hover, #content.category .comments #comments ol.commentlist li .comment-body .comment-website a:hover {
            color: #dfa270; }
      #content.single .comments #comments ol.commentlist li .comment-body .author-container, #content.page .comments #comments ol.commentlist li .comment-body .author-container, #content.category .comments #comments ol.commentlist li .comment-body .author-container {
        text-align: left;
        width: 100%;
        clear: left;
        /*
        a.comment-reply-link {list-style-type: none; padding: 7px 10px; margin: 0 2px; text-decoration: none; text-transform: uppercase; @include title-bold; display: inline-block; @include boxsizing; border: 1px solid $black; @include transitionall; font-size: 12px; background-color: $black; color: $white;
        	&:hover {background-color: #f1f1f1; color: $black;}
        }
        */ }
        #content.single .comments #comments ol.commentlist li .comment-body .author-container .commentmetadata, #content.page .comments #comments ol.commentlist li .comment-body .author-container .commentmetadata, #content.category .comments #comments ol.commentlist li .comment-body .author-container .commentmetadata {
          font-size: 10px;
          margin-bottom: 5px; }
        #content.single .comments #comments ol.commentlist li .comment-body .author-container p, #content.page .comments #comments ol.commentlist li .comment-body .author-container p, #content.category .comments #comments ol.commentlist li .comment-body .author-container p {
          margin-bottom: 5px; }
          #content.single .comments #comments ol.commentlist li .comment-body .author-container p a, #content.page .comments #comments ol.commentlist li .comment-body .author-container p a, #content.category .comments #comments ol.commentlist li .comment-body .author-container p a {
            color: #000000;
            text-decoration: underline;
            -webkit-transition: all 0.3s ease-in-out;
            -moz-transition: all 0.3s ease-in-out;
            -ms-transition: all 0.3s ease-in-out;
            -o-transition: all 0.3s ease-in-out;
            transition: all 0.3s ease-in-out; }
            #content.single .comments #comments ol.commentlist li .comment-body .author-container p a:hover, #content.page .comments #comments ol.commentlist li .comment-body .author-container p a:hover, #content.category .comments #comments ol.commentlist li .comment-body .author-container p a:hover {
              color: #dfa270; }
        #content.single .comments #comments ol.commentlist li .comment-body .author-container a.comment-reply-link, #content.page .comments #comments ol.commentlist li .comment-body .author-container a.comment-reply-link, #content.category .comments #comments ol.commentlist li .comment-body .author-container a.comment-reply-link {
          background-color: #dfa270;
          color: #FFFFFF;
          -ms-box-sizing: border-box;
          -o-box-sizing: border-box;
          -webkit-box-sizing: border-box;
          -moz-box-sizing: border-box;
          box-sizing: border-box;
          padding: 13px 26px;
          text-transform: uppercase;
          font-family: "Figtree", sans-serif;
          font-weight: 700;
          font-size: 14px;
          text-decoration: none;
          -webkit-border-radius: 5px;
          -moz-border-radius: 5px;
          -ms-border-radius: 5px;
          -o-border-radius: 5px;
          border-radius: 5px; }
      #content.single .comments #comments ol.commentlist li .comment-body .comment-meta a, #content.page .comments #comments ol.commentlist li .comment-body .comment-meta a, #content.category .comments #comments ol.commentlist li .comment-body .comment-meta a {
        color: #dfa270;
        -webkit-transition: all 0.3s ease-in-out;
        -moz-transition: all 0.3s ease-in-out;
        -ms-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
        text-decoration: none; }
        #content.single .comments #comments ol.commentlist li .comment-body .comment-meta a:hover, #content.page .comments #comments ol.commentlist li .comment-body .comment-meta a:hover, #content.category .comments #comments ol.commentlist li .comment-body .comment-meta a:hover {
          color: #000000; }
      #content.single .comments #comments ol.commentlist li ul.children, #content.page .comments #comments ol.commentlist li ul.children, #content.category .comments #comments ol.commentlist li ul.children {
        padding-left: 50px;
        border-top: 1px dashed #000000; }
        #content.single .comments #comments ol.commentlist li ul.children li, #content.page .comments #comments ol.commentlist li ul.children li, #content.category .comments #comments ol.commentlist li ul.children li {
          border-bottom: 0;
          margin-top: 20px;
          padding-top: 10px;
          margin-bottom: 0;
          padding-bottom: 0; }

.acf-block-preview .blog-tip {
  background-color: #fbddc4;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 30px 30px 15px 30px;
  margin-top: 20px;
  margin-bottom: 40px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  -o-border-radius: 30px;
  border-radius: 30px;
  overflow: hidden; }
  .acf-block-preview .blog-tip .inner {
    align-items: center;
    display: flex; }
    .acf-block-preview .blog-tip .inner .tip-icon {
      float: left;
      width: 70px;
      flex: none; }
      .acf-block-preview .blog-tip .inner .tip-icon i {
        font-size: 30px;
        color: #dfa270; }
    .acf-block-preview .blog-tip .inner .tip-text {
      max-width: fit-content; }
    .acf-block-preview .blog-tip .inner p {
      margin-bottom: 15px; }
.acf-block-preview .blog-custom-link-icon {
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 30px 30px 15px 30px;
  margin-top: 20px;
  margin-bottom: 40px;
  overflow: hidden; }
  .acf-block-preview .blog-custom-link-icon .inner {
    align-items: center;
    display: flex; }
    .acf-block-preview .blog-custom-link-icon .inner .tip-icon {
      float: left;
      width: 70px;
      flex: none; }
      .acf-block-preview .blog-custom-link-icon .inner .tip-icon i {
        font-size: 30px;
        color: #dfa270; }
    .acf-block-preview .blog-custom-link-icon .inner .tip-text {
      max-width: fit-content; }
      .acf-block-preview .blog-custom-link-icon .inner .tip-text a {
        text-decoration: none;
        box-shadow: inset 0 0 0 #fbddc4, 0 4px 0 #fbddc4;
        -webkit-transition: all 0.3s ease-in-out;
        -moz-transition: all 0.3s ease-in-out;
        -ms-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
        color: inherit;
        overflow: hidden; }
        .acf-block-preview .blog-custom-link-icon .inner .tip-text a:hover {
          box-shadow: inset 0 -30px 0 #fbddc4, 0 4px 0 #fbddc4; }
      .acf-block-preview .blog-custom-link-icon .inner .tip-text p {
        margin-bottom: 15px; }
.acf-block-preview .blog-custom-tip {
  background-color: #fbddc4;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 30px 30px 15px 30px;
  margin-top: 20px;
  margin-bottom: 40px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  -o-border-radius: 30px;
  border-radius: 30px;
  overflow: hidden; }
  .acf-block-preview .blog-custom-tip .inner {
    align-items: center;
    display: flex; }
    .acf-block-preview .blog-custom-tip .inner .tip-icon {
      width: 70px;
      flex: none; }
      .acf-block-preview .blog-custom-tip .inner .tip-icon i {
        font-size: 30px;
        color: #dfa270; }
    .acf-block-preview .blog-custom-tip .inner .tip-text {
      max-width: fit-content; }
      .acf-block-preview .blog-custom-tip .inner .tip-text p {
        margin-bottom: 15px; }
.acf-block-preview .blog-text-block {
  background-color: #fbddc4;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 30px 30px 15px 30px;
  margin-top: 20px;
  margin-bottom: 40px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  -o-border-radius: 30px;
  border-radius: 30px;
  overflow: hidden; }
  .acf-block-preview .blog-text-block p {
    margin-bottom: 15px; }
  .acf-block-preview .blog-text-block ul, .acf-block-preview .blog-text-block ol {
    margin-left: 20px;
    margin-bottom: 15px; }

/********************************************************
MAX-WIDTH: 1430
********************************************************/
@media only screen and (max-width: 1430px) {
  #content .hero {
    padding: 15px; } }
/********************************************************
MAX-WIDTH: 1200
********************************************************/
@media only screen and (max-width: 1200px) {
  #content .hero .hero-inner {
    min-height: 700px;
    height: 70vh; }
    #content .hero .hero-inner .container .hero-text h1 {
      font-size: 80px;
      line-height: 90px; }
    #content .hero .hero-inner.small .container .hero-text h1 {
      font-size: 40px;
      line-height: 50px; } }
/********************************************************
MAX-WIDTH: 991
********************************************************/
@media only screen and (max-width: 991px) {
  #content .hero .hero-inner {
    min-height: 600px;
    height: 60vh; }
    #content .hero .hero-inner .container .hero-text h1 {
      font-size: 60px;
      line-height: 70px; }
    #content .hero .hero-inner .container .hero-text p {
      font-size: 20px;
      line-height: 30px; }
    #content .hero .hero-inner.small .container .hero-text h1 {
      font-size: 40px;
      line-height: 50px; }
  #content .coaching {
    padding-left: 15px;
    padding-right: 15px; }
    #content .coaching .coaching-inner {
      width: 100%;
      min-height: unset;
      height: unset;
      position: relative;
      -webkit-border-radius: 0px;
      -moz-border-radius: 0px;
      -ms-border-radius: 0px;
      -o-border-radius: 0px;
      border-radius: 0px; }
      #content .coaching .coaching-inner picture, #content .coaching .coaching-inner .entry-image {
        position: relative;
        -webkit-border-radius: 30px;
        -moz-border-radius: 30px;
        -ms-border-radius: 30px;
        -o-border-radius: 30px;
        border-radius: 30px;
        overflow: hidden; }
        #content .coaching .coaching-inner picture img, #content .coaching .coaching-inner .entry-image img {
          width: 100%;
          height: 100%;
          object-fit: cover; }
      #content .coaching .coaching-inner .container {
        position: relative;
        text-align: left;
        height: 100%;
        display: block;
        flex-direction: unset;
        flex-wrap: wrap;
        justify-content: center;
        overflow: hidden; }
        #content .coaching .coaching-inner .container .block-inner {
          -webkit-border-radius: 0px;
          -moz-border-radius: 0px;
          -ms-border-radius: 0px;
          -o-border-radius: 0px;
          border-radius: 0px;
          padding: 30px 0; } }
/********************************************************
MAX-WIDTH: 767
********************************************************/
@media only screen and (max-width: 767px) {
  #content .hero .hero-inner {
    min-height: 550px;
    height: 55vh; }
    #content .hero .hero-inner .container .hero-text h1 {
      font-size: 40px;
      line-height: 50px; }
    #content .hero .hero-inner.small .container .hero-text h1 {
      font-size: 30px;
      line-height: 40px; }
  #content .offers .container .owl-stage {
    margin-left: -50px; }
    #content .offers .container .owl-stage .item .item-inner:after {
      padding-bottom: 100%; }
  #content .about {
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 50px 0; }
    #content .about .row {
      display: block;
      justify-content: unset;
      align-items: unset; }
  #content .collab {
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 50px 0; }
    #content .collab .row {
      display: block;
      justify-content: unset;
      align-items: unset; }
      #content .collab .row picture, #content .collab .row .entry-image {
        -webkit-border-radius: 30px;
        -moz-border-radius: 30px;
        -ms-border-radius: 30px;
        -o-border-radius: 30px;
        border-radius: 30px;
        overflow: hidden;
        margin-bottom: 30px; }
        #content .collab .row picture img, #content .collab .row .entry-image img {
          max-width: 100%;
          height: auto; }
  #content.single .country-meta ul li, #content.page .country-meta ul li, #content.category .country-meta ul li {
    float: none;
    width: 100%; } }
/********************************************************
MAX-WIDTH: 551
********************************************************/
@media only screen and (max-width: 551px) {
  #content .hero .hero-inner {
    min-height: 500px;
    height: 50vh;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    -ms-border-radius: 15px;
    -o-border-radius: 15px;
    border-radius: 15px; }
    #content .hero .hero-inner .container .hero-text h1 {
      font-size: 30px;
      line-height: 40px; }
    #content .hero .hero-inner .container .hero-text p {
      font-size: 16px;
      line-height: 26px; }
    #content .hero .hero-inner.small .container .hero-text h1 {
      font-size: 25px;
      line-height: 35px; }
  #content .offers .container .owl-stage .item .item-inner {
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    -ms-border-radius: 15px;
    -o-border-radius: 15px;
    border-radius: 15px; }
  #content .blogs .blog-item .blog-item-inner, #content .search-results .blog-item .blog-item-inner {
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    -ms-border-radius: 15px;
    -o-border-radius: 15px;
    border-radius: 15px; }
  #content .reviews .container .owl-stage .item {
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    -ms-border-radius: 15px;
    -o-border-radius: 15px;
    border-radius: 15px; }
  #content .coaching .coaching-inner picture, #content .coaching .coaching-inner .entry-image {
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    -ms-border-radius: 15px;
    -o-border-radius: 15px;
    border-radius: 15px; }
  #content .collab .row picture, #content .collab .row .entry-image {
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    -ms-border-radius: 15px;
    -o-border-radius: 15px;
    border-radius: 15px; }
  #content.single .country-meta, #content.page .country-meta, #content.category .country-meta {
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    -ms-border-radius: 15px;
    -o-border-radius: 15px;
    border-radius: 15px; }
    #content.single .country-meta ul li, #content.page .country-meta ul li, #content.category .country-meta ul li {
      float: none;
      width: 100%; }
  #content.single .article blockquote, #content.page .article blockquote, #content.category .article blockquote {
    font-size: 22px;
    line-height: 32px; }
  #content.single .article .blog-tip, #content.page .article .blog-tip, #content.category .article .blog-tip {
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    -ms-border-radius: 15px;
    -o-border-radius: 15px;
    border-radius: 15px; }
  #content.single .article .blog-custom-tip, #content.page .article .blog-custom-tip, #content.category .article .blog-custom-tip {
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    -ms-border-radius: 15px;
    -o-border-radius: 15px;
    border-radius: 15px; }
  #content.single .article .blog-text-block, #content.page .article .blog-text-block, #content.category .article .blog-text-block {
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    -ms-border-radius: 15px;
    -o-border-radius: 15px;
    border-radius: 15px; }
  #content.single .sidebar .affiliate-blocks .item .item-inner, #content.page .sidebar .affiliate-blocks .item .item-inner, #content.category .sidebar .affiliate-blocks .item .item-inner {
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    -ms-border-radius: 15px;
    -o-border-radius: 15px;
    border-radius: 15px; }
  #content .comments #comments ol.commentlist li {
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    -ms-border-radius: 15px;
    -o-border-radius: 15px;
    border-radius: 15px; } }
#mainfooter {
  background-color: #fbddc4;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 50px 0; }
  #mainfooter .footer-top {
    margin-bottom: 30px; }
    #mainfooter .footer-top p.p_title {
      font-family: "Outfit", serif;
      font-weight: 700;
      margin-bottom: 15px; }
    #mainfooter .footer-top ul {
      margin: 0 0 20px 0;
      padding: 0; }
      #mainfooter .footer-top ul li {
        list-style-type: none; }
        #mainfooter .footer-top ul li a {
          color: #000000;
          text-decotion: none; }
      #mainfooter .footer-top ul.tags {
        overflow: hidden; }
        #mainfooter .footer-top ul.tags li {
          margin-right: 5px;
          margin-bottom: 5px;
          float: left; }
          #mainfooter .footer-top ul.tags li a {
            background-color: #dfa270;
            -ms-box-sizing: border-box;
            -o-box-sizing: border-box;
            -webkit-box-sizing: border-box;
            -moz-box-sizing: border-box;
            box-sizing: border-box;
            padding: 8px 10px;
            color: #FFFFFF;
            -webkit-border-radius: 5px;
            -moz-border-radius: 5px;
            -ms-border-radius: 5px;
            -o-border-radius: 5px;
            border-radius: 5px;
            display: block;
            border: 1px solid #dfa270;
            -webkit-transition: all 0.3s ease-in-out;
            -moz-transition: all 0.3s ease-in-out;
            -ms-transition: all 0.3s ease-in-out;
            -o-transition: all 0.3s ease-in-out;
            transition: all 0.3s ease-in-out;
            text-decoration: none; }
            #mainfooter .footer-top ul.tags li a:hover {
              color: #dfa270;
              background: transparent; }
      #mainfooter .footer-top ul.socials {
        overflow: hidden;
        margin-top: 30px; }
        #mainfooter .footer-top ul.socials li {
          margin-right: 5px;
          margin-bottom: 5px;
          float: left; }
          #mainfooter .footer-top ul.socials li a {
            text-decoration: none;
            color: #dfa270; }
            #mainfooter .footer-top ul.socials li a i {
              font-size: 30px; }
    #mainfooter .footer-top .block {
      margin-bottom: 30px; }
  #mainfooter .footer-bottom {
    overflow: hidden;
    font-size: 13px; }
    #mainfooter .footer-bottom .copy {
      float: left; }
    #mainfooter .footer-bottom .webdevelopment {
      float: right; }
      #mainfooter .footer-bottom .webdevelopment a {
        color: #000000;
        text-decoration: none; }
        #mainfooter .footer-bottom .webdevelopment a:hover {
          color: #dfa270;
          text-decoration: underline; }

/********************************************************
MAX-WIDTH: 991
********************************************************/
/********************************************************
MAX-WIDTH: 767
********************************************************/
/********************************************************
MAX-WIDTH: 551
********************************************************/
@media only screen and (max-width: 551px) {
  #mainfooter .footer-bottom .copy {
    float: none;
    margin-bottom: 5px; }
  #mainfooter .footer-bottom .webdevelopment {
    float: none; } }

/*# sourceMappingURL=style.css.map */
