/*-------------------------------------------------------------------------------------------------------------------------------*/
/* FONTS */
/*-------------------------------------------------------------------------------------------------------------------------------*/
@font-face {
  font-family: "Notera Personal Use Only";
  font-display: swap;
  src: url("../fonts/notera-person-i-use-only.ttf") format("truetype");
}
@font-face {
  font-family: "Times-Roman";
  src: url("../fonts/OPTITimes-Roman.woff2") format("woff2"), url("../fonts/OPTITimes-Roman.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
/*
01 - INIT.
02 - HEADER.
03 - FOOTER.
04 - 404 PAGE.
05 - SEARCH PAGE.
06 - BLOG SIDEBAR.
07 - FOOTER SIDEBAR.
08 - SOCIAL.
09 - LINK CONTACT.
10 - CTA.
11 - PORTFOLIO SLIDER.
12 - TESTIMONIALS SLIDER.
13 - INSTAGRAM.
14 - PORTFOLIO CATEGORIES.
15 - SUBSCRIBE.
16 - HOME SLIDER.
17 - CONTACT.
18 - FEATURES.
19 - BANNER.
20 - PRICING.
21 - TEXT BLOCK.
22 - ABOUT.
23 - TEAM.
24 - ABOUT ME.
25 - FAQ.
26 - STORIES.
27 - POST.
28 - INFO.
28 - GALLERY.
29 - BLOG INFO.
30 - POST INFO.
31 - FRONT PAGE.
*/
.has-white-color {
  color: #fff;
}

.has-dark-color {
  color: #000;
}

.has-grey-color {
  color: #f5f5f4;
}

.has-grey-a-color {
  color: #9b9b9b;
}

.has-grey-b-color {
  color: #282828;
}

.has-grey-c-color {
  color: #1f1f1f;
}

.has-grey-d-color {
  color: #4a4a4a;
}

.has-grey-e-color {
  color: #f7f7f7;
}

.has-grey-f-color {
  color: #b7b7b7;
}

.has-grey-i-color {
  color: #eaeaea;
}

.has-turquoise-color {
  color: #479884;
}

@-webkit-keyframes olbia_bounce {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(10px);
    transform: translateY(10px);
  }
}

@keyframes olbia_bounce {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(10px);
    transform: translateY(10px);
  }
}
.olbia-bounce {
  -webkit-animation: olbia_bounce 0.35s ease-in alternate infinite;
  animation: olbia_bounce 0.35s ease-in alternate infinite;
}

.olbia-center_v {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.olbia-fixed-ratio {
  display: block;
  position: relative;
  height: 0;
  overflow: hidden;
}

.olbia-fixed-ratio-content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.olbia-lazy--expectation {
  opacity: 0;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.olbia-lazy--active {
  opacity: 1;
}
.olbia-lazy--bg {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transition: opacity 0.3s ease-out, visibility 0.3s ease-out;
  transition: opacity 0.3s ease-out, visibility 0.3s ease-out;
  opacity: 0;
  visibility: hidden;
}
.olbia-lazy--bg-active {
  opacity: 1;
  visibility: visible;
}

.olbia-img-placeholder {
  background-color: #9b9b9b;
}

.olbia-scroll-hidden {
  overflow: hidden;
}

body {
  font-family: "Asul", sans-serif;
  overflow-x: hidden;
}

h1,
.h1 {
  font-size: 36px;
  letter-spacing: 4.5px;
  color: #000;
  font-family: "Cardo", sans-serif;
}

h2,
.h2 {
  font-size: 30px;
  letter-spacing: 3.75px;
  color: #000;
  font-family: "Cardo", sans-serif;
}

h3 {
  font-size: 24px;
  letter-spacing: 3px;
  color: #000;
  font-family: "Cardo", sans-serif;
}

h4 {
  font-size: 21px;
  letter-spacing: 2.63px;
  color: #000;
  font-family: "Cardo", sans-serif;
}

h5 {
  font-size: 18px;
  letter-spacing: 2.25px;
  color: #000;
  font-family: "Cardo", sans-serif;
}

p {
  font-family: "Roboto", sans-serif;
  font-size: 15px;
  line-height: 1.75;
  color: #4a4a4a;
}

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

.olbia-section-title {
  margin-bottom: 40px;
  text-align: center;
  text-transform: uppercase;
}

@-webkit-keyframes pulse {
  0% {
    background-color: #000;
  }
  100% {
    background-color: rgba(0, 0, 0, 0.4);
  }
}

@keyframes pulse {
  0% {
    background-color: #000;
  }
  100% {
    background-color: rgba(0, 0, 0, 0.4);
  }
}
@media (min-width: 1280px) {
  .container {
    max-width: 1170px;
  }
}
@media (max-width: 1199px) {
  h1,
.h1 {
    font-size: 32px;
  }
}
@media (max-width: 991px) {
  h2 {
    font-size: 26px;
  }

  h3 {
    font-size: 22px;
  }
}
@media (max-width: 575px) {
  h1,
.h1 {
    font-size: 30px;
  }
}
/* =WordPress Core
-------------------------------------------------------------- */
.bypostauthor,
.gallery-caption {
  font-family: inherit;
  color: inherit;
}

.alignnone {
  margin: 5px 20px 20px 0;
}

.aligncenter,
div.aligncenter {
  display: block;
  margin: 5px auto 15px auto;
}

.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}

.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}

a img.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}
a img.alignnone {
  margin: 5px 20px 20px 0;
}
a img.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}
a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.wp-caption {
  max-width: 100%;
  /* Image does not overflow the content area */
  padding: 5px 3px 10px;
  text-align: center;
}
.wp-caption.alignnone {
  margin: 0 0 20px;
}
.wp-caption.alignleft {
  margin: 5px 20px 20px 0;
}
.wp-caption.alignright {
  margin: 5px 0 20px 20px;
}
.wp-caption img {
  border: 0 none;
  height: auto;
  margin: 0;
  max-width: 98.5%;
  padding: 0;
  width: auto;
}
.wp-caption p.wp-caption-text {
  font-size: 12px;
  line-height: 17px;
  margin: 10px 0 0;
  padding: 0 4px 5px;
}

/* Text meant only for screen readers. */
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
}
.screen-reader-text:focus {
  background-color: #fff;
  border-radius: 3px;
  -webkit-box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar. */
}

/* WordPress Gallery
------------------------------------------ */
.gallery {
  margin-left: -0.5em;
  margin-right: -0.5em;
}
.gallery:after {
  display: table;
  content: "";
  clear: both;
}
.gallery-item {
  margin: 0;
  float: left;
  padding: 0.5em;
}
.gallery-item img {
  width: 100%;
}
.gallery-columns-1 .gallery-item {
  width: 100%;
  float: none;
}
.gallery-columns-2 .gallery-item {
  width: 50%;
}
.gallery-columns-3 .gallery-item {
  width: 33.3333%;
}
.gallery-columns-4 .gallery-item {
  width: 25%;
}
.gallery-columns-5 .gallery-item {
  width: 20%;
}
.gallery-columns-6 .gallery-item {
  width: 16.6667%;
}
.gallery-columns-7 .gallery-item {
  width: 14.2857%;
}
.gallery-columns-8 .gallery-item {
  width: 12.5%;
}
.gallery-columns-9 .gallery-item {
  width: 11.1111%;
}
.gallery-columns-2 .gallery-item:nth-child(2n+1), .gallery-columns-3 .gallery-item:nth-child(3n+1), .gallery-columns-4 .gallery-item:nth-child(4n+1), .gallery-columns-5 .gallery-item:nth-child(5n+1), .gallery-columns-6 .gallery-item:nth-child(6n+1), .gallery-columns-7 .gallery-item:nth-child(7n+1), .gallery-columns-8 .gallery-item:nth-child(8n+1), .gallery-columns-9 .gallery-item:nth-child(9n+1) {
  clear: left;
}

/*-------------------------------------------------------------------------------------------------------------------------------*/
/* HEADER */
/*-------------------------------------------------------------------------------------------------------------------------------*/
.olbia-header {
  padding: 30px 0;
  z-index: 5;
}
.olbia-header__nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.olbia-header--center .olbia-header__nav {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.olbia-header--center .olbia-header__second-menu {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.olbia-header--center .olbia-header__menu {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.olbia-header--center .olbia-header__logo {
  -webkit-box-flex: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
}
.olbia-header--left .olbia-header__nav {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.olbia-header--left .olbia-header__logo {
  padding-left: 0;
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
}
.olbia-header--left .olbia-header__menu {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
}
.olbia-header--left .olbia-header__menu > li:last-child {
  margin-right: 0;
}
.olbia-header--top .olbia-header__nav {
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.olbia-header--top .olbia-header__logo {
  margin-bottom: 20px;
}
.olbia-header--light {
  background-color: #fff;
}
.olbia-header--light .olbia-header__logo--text a {
  color: #000;
}
.olbia-header--light .olbia-header__menu a,
.olbia-header--light .olbia-header__second-menu a {
  color: #000;
}
.olbia-header--dark {
  background-color: #000;
}
.olbia-header--dark .olbia-header__logo--text a {
  color: #fff;
}
.olbia-header--dark .olbia-header__menu > li.current-menu-item,
.olbia-header--dark .olbia-header__second-menu > li.current-menu-item {
  border-bottom: 1px solid rgba(255, 255, 255, 0.15);
}
.olbia-header--dark .olbia-header__menu a,
.olbia-header--dark .olbia-header__second-menu a {
  color: #fff;
}
.olbia-header--transparent {
  position: absolute;
  background-color: transparent;
  width: 100%;
}
.olbia-header .olbia-social {
  display: none;
  margin-top: 40px;
}
.olbia-header .olbia-social__label {
  margin-bottom: 20px;
  margin-right: 0;
}
.olbia-header .olbia-social__list {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.olbia-header__logo {
  padding: 0 30px;
}
.olbia-header__logo--mobile {
  display: none;
}
.olbia-header__logo--text a {
  font-family: "Notera Personal Use Only", sans-serif;
  font-size: 60px;
  line-height: 40px;
}
.olbia-header__logo--text a:hover {
  text-decoration: none;
}
.olbia-header__menu, .olbia-header__second-menu {
  font-size: 13px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 0;
  padding: 0;
}
.olbia-header__menu > li.current-menu-item, .olbia-header__second-menu > li.current-menu-item {
  border-bottom: 1px solid rgba(0, 0, 0, 0.15);
}
.olbia-header__menu > li, .olbia-header__second-menu > li {
  position: relative;
  padding: 9px 0;
  margin: 0 20px;
  list-style: none;
}
.olbia-header__menu > li:hover > .sub-menu, .olbia-header__second-menu > li:hover > .sub-menu {
  top: 40px;
  visibility: visible;
  opacity: 1;
}
.olbia-header__menu > li .sub-menu, .olbia-header__second-menu > li .sub-menu {
  position: absolute;
  top: 65px;
  left: 50%;
  visibility: hidden;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  max-width: 225px;
  min-width: 150px;
  padding: 20px 0 20px 0;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  text-align: center;
  opacity: 0;
  background-color: #9b9b9b;
  z-index: 10;
}
.olbia-header__menu > li .sub-menu li.current-menu-item, .olbia-header__second-menu > li .sub-menu li.current-menu-item {
  position: relative;
}
.olbia-header__menu > li .sub-menu li.current-menu-item a, .olbia-header__second-menu > li .sub-menu li.current-menu-item a {
  background-color: rgba(255, 255, 255, 0.2);
}
.olbia-header__menu > li .sub-menu li, .olbia-header__second-menu > li .sub-menu li {
  list-style: none;
  position: relative;
}
.olbia-header__menu > li .sub-menu li a, .olbia-header__second-menu > li .sub-menu li a {
  padding-left: 25px;
  padding-right: 25px;
}
.olbia-header__menu > li .sub-menu li:hover > .sub-menu, .olbia-header__second-menu > li .sub-menu li:hover > .sub-menu {
  visibility: visible;
  opacity: 1;
}
.olbia-header__menu > li .sub-menu li .sub-menu, .olbia-header__second-menu > li .sub-menu li .sub-menu {
  top: 0;
  left: 100%;
  -webkit-transform: translateX(2px);
  transform: translateX(2px);
}
.olbia-header__menu > li .sub-menu li .sub-menu::after, .olbia-header__second-menu > li .sub-menu li .sub-menu::after {
  display: none;
}
.olbia-header__menu > li .sub-menu li .sub-menu::before, .olbia-header__second-menu > li .sub-menu li .sub-menu::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  width: 2px;
  left: -2px;
  background-color: transparent;
}
.olbia-header__menu > li .sub-menu a, .olbia-header__second-menu > li .sub-menu a {
  display: block;
  padding: 5px 0;
  -webkit-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
  letter-spacing: 2.17px;
  color: #fff;
}
.olbia-header__menu > li .sub-menu a:hover, .olbia-header__second-menu > li .sub-menu a:hover {
  text-decoration: none;
  background-color: rgba(255, 255, 255, 0.2);
}
.olbia-header__menu > li .sub-menu::after, .olbia-header__second-menu > li .sub-menu::after {
  position: absolute;
  top: -6px;
  left: 50%;
  width: 0;
  height: 0;
  content: "";
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  border-right: 6px solid transparent;
  border-bottom: 6px solid #9b9b9b;
  border-left: 6px solid transparent;
}
.olbia-header__menu > li > a, .olbia-header__second-menu > li > a {
  letter-spacing: 2px;
  text-transform: uppercase;
  display: inline-block;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.olbia-header__menu > li > a:hover, .olbia-header__second-menu > li > a:hover {
  opacity: 0.5;
}
.olbia-header__menu > li > a:hover, .olbia-header__second-menu > li > a:hover {
  text-decoration: none;
}

.spo-toggle {
  display: none;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 30px;
}
.spo-toggle--active {
  position: absolute;
  right: 30px;
  top: 40px;
  z-index: 10;
}
.spo-toggle--active .spo-toggle__icon {
  height: 18px;
}
.spo-toggle--active .spo-toggle__icon span {
  background-color: #000;
  margin-bottom: 0;
}
.spo-toggle--active .spo-toggle__icon span:first-child {
  top: 7px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.spo-toggle--active .spo-toggle__icon span:nth-child(2) {
  -webkit-transform: scale(0.2, 0.2);
  transform: scale(0.2, 0.2);
  opacity: 0;
}
.spo-toggle--active .spo-toggle__icon span:last-child {
  top: 5px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.spo-toggle__icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  cursor: pointer;
}
.spo-toggle__icon span {
  position: relative;
  top: 0;
  height: 1px;
  width: 18px;
  margin-bottom: 5px;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  opacity: 1;
  background-color: #000;
}
.spo-toggle__icon span:last-child {
  margin-bottom: 0;
}

@media (max-width: 991px) {
  .spo-toggle {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .olbia-header {
    padding: 16px 0;
  }
  .olbia-header .container {
    position: relative;
  }
  .olbia-header__logo {
    display: none;
  }
  .olbia-header__logo--mobile {
    display: block;
    padding: 0;
  }
  .olbia-header__logo--intro {
    display: block;
  }
  .olbia-header .olbia-social {
    display: block;
  }
  .olbia-header--center .olbia-header__nav {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .olbia-header--left .olbia-header__nav {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .olbia-header--top .olbia-header__nav {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .olbia-header--top .olbia-header__logo {
    margin-bottom: 0;
  }
  .olbia-header--dark .olbia-header__menu a,
.olbia-header--dark .olbia-header__second-menu a {
    color: #000;
  }
  .olbia-header--dark .spo-toggle__icon span {
    background-color: #fff;
  }
  .olbia-header--dark .spo-toggle--active .spo-toggle__icon span {
    background-color: #000;
  }
  .olbia-header__nav {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    position: fixed;
    width: 300px;
    padding-top: 95px;
    padding-bottom: 165px;
    top: 0;
    background-color: #f5f5f4;
    right: -300px;
    -webkit-transition: all 0.7s ease;
    transition: all 0.7s ease;
    z-index: 10;
    text-align: center;
    height: 100vh;
    overflow: auto;
    display: none;
  }
  .olbia-header__nav.active {
    right: 0;
    display: block;
  }
  .olbia-header__menu, .olbia-header__second-menu {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .olbia-header__menu li, .olbia-header__second-menu li {
    padding: 0;
    margin: 0;
  }
  .olbia-header__menu li:hover > .sub-menu, .olbia-header__second-menu li:hover > .sub-menu {
    opacity: 1;
    max-height: 100vh;
  }
  .olbia-header__menu li .sub-menu, .olbia-header__second-menu li .sub-menu {
    position: static;
    visibility: visible;
    width: auto;
    padding: 0;
    overflow: hidden;
    max-height: 0;
    max-width: inherit;
    min-width: inherit;
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 0;
    background-color: transparent;
  }
  .olbia-header__menu li .sub-menu::after, .olbia-header__second-menu li .sub-menu::after {
    display: none;
  }
  .olbia-header__menu li .sub-menu li .sub-menu, .olbia-header__second-menu li .sub-menu li .sub-menu {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  .olbia-header__menu li .sub-menu li .sub-menu a, .olbia-header__second-menu li .sub-menu li .sub-menu a {
    font-size: 14px;
    margin: 4px 0;
  }
  .olbia-header__menu li .sub-menu li:hover > .sub-menu, .olbia-header__second-menu li .sub-menu li:hover > .sub-menu {
    margin: 10px 0;
  }
  .olbia-header__menu li .sub-menu a, .olbia-header__second-menu li .sub-menu a {
    display: inline-block;
    padding: 0;
    -webkit-transition: background-color 0.3s ease;
    transition: background-color 0.3s ease;
    font-size: 16px;
    line-height: 2;
    letter-spacing: 3.69px;
    color: #000;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  .olbia-header__menu li .sub-menu a:hover, .olbia-header__second-menu li .sub-menu a:hover {
    opacity: 0.5;
  }
  .olbia-header__menu li .sub-menu a:hover, .olbia-header__second-menu li .sub-menu a:hover {
    text-decoration: none;
    background-color: transparent;
  }
  .olbia-header__menu > li.current-menu-item, .olbia-header__second-menu > li.current-menu-item {
    border-bottom: none;
  }
  .olbia-header__menu > li > a, .olbia-header__second-menu > li > a {
    font-size: 24px;
    line-height: 2.08;
    letter-spacing: 3.69px;
    text-transform: capitalize;
    display: inline-block;
  }
}
@media (max-width: 575px) {
  .olbia-header__nav {
    width: 100vw;
    right: 0;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.2s cubic-bezier(0.45, 0.05, 0.55, 0.95);
    transition: all 0.2s cubic-bezier(0.45, 0.05, 0.55, 0.95);
  }
  .olbia-header__nav.active {
    opacity: 1;
    visibility: visible;
  }
}
/*-------------------------------------------------------------------------------------------------------------------------------*/
/* FOOTER */
/*-------------------------------------------------------------------------------------------------------------------------------*/
.olbia-footer {
  position: relative;
  z-index: 1;
}
.olbia-footer__top {
  background-color: #282828;
  padding: 70px 0 95px 0;
}
.olbia-footer__bot {
  background-color: #1f1f1f;
  padding: 24px 0;
  font-size: 11px;
  letter-spacing: 2px;
  color: #9b9b9b;
}
.olbia-footer__bot .row {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.olbia-footer__bot p {
  font-size: 11px;
  font-family: "Asul", sans-serif;
  line-height: 20px;
  color: #9b9b9b;
}
.olbia-footer__bot p:last-child {
  margin-bottom: 0;
}
.olbia-footer__bot a {
  color: #4a4a4a;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.olbia-footer__bot a:hover {
  opacity: 0.5;
}
.olbia-footer__bot a:hover {
  text-decoration: none;
}
.olbia-footer__bot .row > div:last-child {
  text-align: right;
}
@media (max-width: 991px) {
  .olbia-footer__top {
    padding: 70px 0 70px;
  }
  .olbia-footer__top .row > div {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    max-width: unset;
    margin-bottom: 10px;
  }
  .olbia-footer__top .row > div.widget_text:first-child {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    text-align: center;
    margin-bottom: 20px;
  }
  .olbia-footer__top .row > div:nth-child(5) {
    display: none;
  }
}
@media (max-width: 767px) {
  .olbia-footer__bot {
    text-align: center;
  }
  .olbia-footer__bot .row > div:first-child {
    margin-bottom: 10px;
  }
  .olbia-footer__bot .row > div:last-child {
    text-align: center;
  }
}
@media (max-width: 575px) {
  .olbia-footer__top {
    padding: 50px 0 20px;
  }
  .olbia-footer__bot {
    padding: 20px 0;
  }
}

/*-------------------------------------------------------------------------------------------------------------------------------*/
/* 404 PAGE */
/*-------------------------------------------------------------------------------------------------------------------------------*/
.olbia-error {
  padding: 100px 0;
  background-color: #f7f7f7;
}
.olbia-error__content {
  text-align: center;
}
.olbia-error__title {
  margin-bottom: 30px;
}
.olbia-error__desc p {
  margin-bottom: 50px;
  font-family: "Cardo", sans-serif;
  font-size: 24px;
  letter-spacing: 3.2px;
  color: #000;
}
@media (max-width: 575px) {
  .olbia-error {
    padding: 60px 0;
  }
}

/*-------------------------------------------------------------------------------------------------------------------------------*/
/* SEARCH */
/*-------------------------------------------------------------------------------------------------------------------------------*/
.olbia-search .olbia-blog-header__title {
  font-size: 30px;
  line-height: 46px;
}
@media (max-width: 991px) {
  .olbia-search .olbia-blog-header__title {
    font-size: 24px;
    line-height: 36px;
  }
}
@media (max-width: 575px) {
  .olbia-search .olbia-blog-header__title {
    margin-bottom: 30px;
  }
}

.olbia-search-notice {
  margin-top: 60px;
}
.olbia-search-notice__title {
  font-family: "Cardo", sans-serif;
}
@media (max-width: 767px) {
  .olbia-search-notice {
    margin-top: 10px;
  }
}

/*-------------------------------------------------------------------------------------------------------------------------------*/
/* FOOTER SIDEBAR */
/*-------------------------------------------------------------------------------------------------------------------------------*/
.olbia-footer-sidebar {
  font-size: 13px;
  color: #fff;
}
.olbia-footer-sidebar .row > div {
  margin-bottom: 25px;
}
.olbia-footer-sidebar h5 {
  color: rgba(255, 255, 255, 0.5);
  margin-bottom: 20px;
}
.olbia-footer-sidebar p,
.olbia-footer-sidebar .recentcomments,
.olbia-footer-sidebar .rssSummary {
  font-family: "Roboto", sans-serif;
  color: #9b9b9b;
  line-height: 2.31;
  letter-spacing: 2px;
  font-size: 13px;
}
.olbia-footer-sidebar .comment-author-link {
  font-style: italic;
}
.olbia-footer-sidebar .recentcomments {
  color: rgba(255, 255, 255, 0.5);
}
.olbia-footer-sidebar .recentcomments a {
  color: #fff;
}
.olbia-footer-sidebar .rssSummary {
  margin-bottom: 5px;
}
.olbia-footer-sidebar .widget_rss li {
  margin-bottom: 15px;
}
.olbia-footer-sidebar .widget_rss a.rsswidget {
  margin-right: 10px;
}
.olbia-footer-sidebar .widget_rss .rss-date {
  display: inline-block;
  font-family: "Cardo", sans-serif;
  font-size: 12px;
  color: #9b9b9b;
  letter-spacing: 2px;
  margin: 5px 0;
}
.olbia-footer-sidebar .widget_recent_comments li.recentcomments {
  margin-bottom: 15px;
}
.olbia-footer-sidebar a {
  font-family: "Asul", sans-serif;
  letter-spacing: 2px;
  color: #fff;
  text-decoration: none;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.olbia-footer-sidebar a:hover {
  opacity: 0.5;
}
.olbia-footer-sidebar ul {
  padding: 0;
}
.olbia-footer-sidebar ul li {
  list-style: none;
  margin-bottom: 12px;
}
.olbia-footer-sidebar ul li:last-child {
  margin-bottom: 0;
}
.olbia-footer-sidebar ul .sub-menu,
.olbia-footer-sidebar ul .children {
  padding-left: 1em;
  margin-top: 12px;
}
.olbia-footer-sidebar table {
  color: #9b9b9b;
  width: 100%;
  letter-spacing: 1px;
}
.olbia-footer-sidebar table caption {
  color: #fff;
  text-align: center;
}
.olbia-footer-sidebar select,
.olbia-footer-sidebar input {
  background-color: transparent;
  border: none;
  border-radius: 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.7);
  font-family: "Roboto", sans-serif;
  font-size: 14px;
  color: rgba(255, 255, 255, 0.7);
  letter-spacing: 2px;
  padding: 14px 10px;
  width: 100%;
  outline: none;
}
.olbia-footer-sidebar select {
  background-image: url(data:image/svg+xml;base64,PHN2ZyBmaWxsPSdyZ2JhKDI1NSwyNTUsMjU1LCAuNyknIGhlaWdodD0nMjQnIHZpZXdCb3g9JzAgMCAyNCAyNCcgd2lkdGg9JzI0JyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnPjxwYXRoIGQ9J003IDEwbDUgNSA1LTV6Jy8+PHBhdGggZD0nTTAgMGgyNHYyNEgweicgZmlsbD0nbm9uZScvPjwvc3ZnPg==);
  background-repeat: no-repeat;
  background-position-x: 99%;
  background-position-y: center;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
}
.olbia-footer-sidebar table {
  width: 100%;
  margin-top: 20px;
  margin-bottom: 40px;
}
.olbia-footer-sidebar table th:not(.pad),
.olbia-footer-sidebar table td:not(.pad) {
  border: 1px solid rgba(183, 183, 183, 0.1);
}
.olbia-footer-sidebar .wp-calendar-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.olbia-footer-sidebar .wp-calendar-table {
  margin: 0;
}
.olbia-footer-sidebar .wp-calendar-table td {
  padding: 6px;
}
.olbia-footer-sidebar .tagcloud a {
  display: inline-block;
  font-size: 14px !important;
  margin-right: 10px;
  margin-bottom: 5px;
}
.olbia-footer-sidebar .tagcloud a::before {
  content: "#";
  opacity: 0.5;
}
.olbia-footer-sidebar .tagcloud a:last-child {
  margin-bottom: 0;
}
.olbia-footer-sidebar .wp-caption {
  background-color: #fff;
}
.olbia-footer-sidebar .rssSummary {
  color: #9b9b9b;
}
.olbia-footer-sidebar cite {
  font-family: "Cardo", sans-serif;
  letter-spacing: 2px;
}
.olbia-footer-sidebar .textwidget img {
  margin: 10px 0;
}
.olbia-footer-sidebar .searchform {
  background-color: transparent;
  padding: 0;
}
.olbia-footer-sidebar .searchform__button {
  right: 10px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  padding: 0;
}
.olbia-footer-sidebar .searchform__img--white {
  display: block;
}
.olbia-footer-sidebar .searchform__img--dark {
  display: none;
}
.olbia-footer-sidebar .searchform input[type=text] {
  border-color: rgba(255, 255, 255, 0.7);
  font-family: "Roboto", sans-serif;
  font-size: 14px;
  color: rgba(255, 255, 255, 0.7);
  letter-spacing: 2px;
  padding: 14px 10px;
  height: auto;
}
.olbia-footer-sidebar .searchform input[type=text]::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.7);
}
.olbia-footer-sidebar .searchform input[type=text]::-moz-placeholder {
  color: rgba(255, 255, 255, 0.7);
}
.olbia-footer-sidebar .searchform input[type=text]:-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.7);
}
.olbia-footer-sidebar .searchform input[type=text]::-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.7);
}
.olbia-footer-sidebar .searchform input[type=text]::placeholder {
  color: rgba(255, 255, 255, 0.7);
}
.olbia-footer-sidebar .logo-text {
  font-family: "Notera Personal Use Only", sans-serif;
  font-size: 60px;
  line-height: 40px;
  color: #fff;
}
.olbia-footer-sidebar .logo-text:hover {
  text-decoration: none;
}
.olbia-footer-sidebar .menu .sub-menu {
  margin-top: 12px;
}
.olbia-footer-sidebar .calendar_wrap .wp-calendar-table {
  table-layout: fixed;
}
.olbia-footer-sidebar .calendar_wrap thead th {
  color: rgba(255, 255, 255, 0.5);
}
.olbia-footer-sidebar .calendar_wrap td#today {
  background-color: rgba(255, 255, 255, 0.1);
  border-color: rgba(255, 255, 255, 0.1);
}
.olbia-footer-sidebar .calendar_wrap td,
.olbia-footer-sidebar .calendar_wrap th {
  color: #fff;
  text-align: center;
  width: 36px;
  height: 36px;
}
.olbia-footer-sidebar .calendar_wrap td a,
.olbia-footer-sidebar .calendar_wrap th a {
  text-decoration: underline;
}
.olbia-footer-sidebar .tagcloud {
  line-height: 1.5;
}

/*-------------------------------------------------------------------------------------------------------------------------------*/
/* SOCIAL */
/*-------------------------------------------------------------------------------------------------------------------------------*/
.olbia-social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.olbia-social__label {
  font-family: "Cardo", sans-serif;
  margin-right: 17px;
  font-size: 16px;
  letter-spacing: 2px;
  color: #9b9b9b;
  line-height: 20px;
}
.olbia-social__list {
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 0;
  font-size: 16px;
}
.olbia-social__list li {
  list-style: none;
  margin-right: 20px;
}
.olbia-social__list li i {
  font-family: Font Awesome\ 5 Brands;
}
.olbia-social__list li:last-child {
  margin-right: 0;
}
.olbia-social__list a {
  color: #9b9b9b;
  font-size: 16px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.olbia-social__list a:hover {
  opacity: 0.5;
}
.olbia-social__list--right {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
.olbia-social__list--right li {
  margin-left: 20px;
  margin-right: 0;
}
@media (max-width: 991px) {
  .olbia-social__list li {
    margin-left: 0;
    margin-right: 20px;
  }
}

/*-------------------------------------------------------------------------------------------------------------------------------*/
/* LINK CONTACT */
/*-------------------------------------------------------------------------------------------------------------------------------*/
.link-contact {
  font-size: 12px;
  display: inline-block;
  padding: 17px 36px;
  letter-spacing: 3px;
  text-transform: uppercase;
  color: #000;
  border: 1px solid #000;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  text-align: center;
}
.link-contact:hover {
  opacity: 0.5;
}
.link-contact:hover {
  text-decoration: none;
  color: #000;
}
.link-contact--white {
  background-color: #fff;
  color: #000;
  border: none;
}

.link-contact-mini {
  font-size: 12px;
  letter-spacing: 3px;
  color: #000;
  border-bottom: 1px solid #000;
  padding-bottom: 7px;
  text-transform: uppercase;
  display: inline-block;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.link-contact-mini:hover {
  text-decoration: none;
  color: #000;
}
.link-contact-mini:hover {
  opacity: 0.5;
}
.link-contact-mini--white {
  color: #fff;
  border-bottom: 1px solid #fff;
}

/*-------------------------------------------------------------------------------------------------------------------------------*/
/* CTA */
/*-------------------------------------------------------------------------------------------------------------------------------*/
.olbia-cta {
  margin: 100px 0;
}
.olbia-cta .row > div {
  border-right: 1px solid rgba(0, 0, 0, 0.1);
}
.olbia-cta .row > div:last-child {
  border: none;
}
.olbia-cta__picture {
  margin-bottom: 40px;
}
.olbia-cta__item {
  padding: 55px 50px;
  text-align: center;
}
.olbia-cta__item .olbia-social {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.olbia-cta__title {
  text-transform: uppercase;
  margin-bottom: 20px;
}
.olbia-cta__link {
  border-bottom: 1px solid rgba(0, 0, 0, 0.15);
}
.olbia-cta--modern {
  margin: 0;
}
.olbia-cta--modern .olbia-cta__item {
  padding: 25px 25px;
  text-align: center;
}
.olbia-cta--modern .olbia-cta__item .olbia-social {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.olbia-cta--modern .olbia-cta__title {
  text-transform: uppercase;
  margin-bottom: 20px;
  font-size: 12px;
  letter-spacing: 3px;
  color: #9b9b9b;
}
.olbia-cta--modern .olbia-cta__link {
  border-bottom: none;
  padding-bottom: 0;
}
@media (max-width: 991px) {
  .olbia-cta {
    margin: 60px 0;
  }
  .olbia-cta__item {
    padding: 30px 0;
  }
  .olbia-cta--modern {
    margin: 50px 0 50px;
  }
  .olbia-cta--modern .olbia-cta__item {
    padding: 10px;
  }
}
@media (max-width: 767px) {
  .olbia-cta .row > div {
    border-right: none;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  }
  .olbia-cta--modern .olbia-cta__item {
    padding: 30px 0;
  }
}

/*-------------------------------------------------------------------------------------------------------------------------------*/
/* PORTFOLIO SLIDER */
/*-------------------------------------------------------------------------------------------------------------------------------*/
.olbia-portfolio {
  padding: 90px 0 100px;
}
.olbia-portfolio__title {
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 40px;
  letter-spacing: 4px;
}
@media (max-width: 575px) {
  .olbia-portfolio {
    padding: 70px 0 80px;
  }
}
.olbia-portfolio-slider {
  margin-bottom: 38px;
}
.olbia-portfolio-slider__item {
  position: relative;
  width: 555px;
  height: 416px !important;
}
.olbia-portfolio-slider__item::after {
  content: "";
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), to(rgba(0, 0, 0, 0.5)));
  background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0), rgba(0, 0, 0, 0.5));
}
.olbia-portfolio-slider__content {
  position: absolute;
  bottom: 50px;
  left: 0;
  z-index: 1;
  width: 100%;
  text-align: center;
  -webkit-transition: opacity 0.7s ease;
  transition: opacity 0.7s ease;
}
.olbia-portfolio-slider__title {
  color: #fff;
}
.olbia-portfolio-slider__title a {
  color: #fff;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.olbia-portfolio-slider__title a:hover {
  opacity: 0.5;
}
.olbia-portfolio-slider__picture {
  height: 100%;
}
.olbia-portfolio-slider__picture img {
  width: 100%;
  height: 100% !important;
  -o-object-fit: cover;
  object-fit: cover;
}
.olbia-portfolio-slider .olbia-post-info {
  margin-bottom: 10px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.olbia-portfolio-slider .olbia-post-info li::after {
  background-color: rgba(255, 255, 255, 0.2);
}
.olbia-portfolio-slider .olbia-post-info a {
  color: #fff;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.olbia-portfolio-slider .olbia-post-info a:hover {
  opacity: 0.5;
}
.olbia-portfolio-slider .slick-dots {
  display: none !important;
}
.olbia-portfolio-slider .slick-slide {
  margin: 0 15px;
  position: relative;
  outline: none;
  -webkit-transition: all 1s ease;
  transition: all 1s ease;
}
.olbia-portfolio-slider .slick-list {
  margin: 0 -15px;
}
@media (max-width: 1199px) {
  .olbia-portfolio-slider__item {
    position: relative;
    width: 33vw;
    height: auto;
    min-width: 300px;
  }
}
@media (max-width: 575px) {
  .olbia-portfolio-slider {
    margin-bottom: 30px;
  }
  .olbia-portfolio-slider__content {
    bottom: 20px;
  }
}
.olbia-portfolio-slider-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  max-width: 555px;
  margin: 0 auto;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.olbia-portfolio-slider-nav__info {
  font-family: "Cardo", sans-serif;
  font-style: italic;
  color: rgba(0, 0, 0, 0.7);
  font-size: 16px;
  font-size: 16px;
  width: 40px;
  height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  position: relative;
}
.olbia-portfolio-slider-nav__info span:last-child {
  -ms-flex-item-align: end;
  align-self: flex-end;
}
.olbia-portfolio-slider-nav__info::after {
  content: "";
  width: 1px;
  background-color: rgba(0, 0, 0, 0.15);
  position: absolute;
  height: 24px;
  left: 50%;
  top: 50%;
  -webkit-transform: rotate(30deg) translate(-50%, -50%);
  transform: rotate(30deg) translate(-50%, -50%);
  -webkit-transform-origin: top;
  transform-origin: top;
}
.olbia-portfolio-slider-nav .slick-arrow {
  background-color: transparent;
  border: none;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.olbia-portfolio-slider-nav .slick-arrow:hover {
  opacity: 0.5;
}
.olbia-portfolio-slider-nav .slick-arrow:focus {
  outline: none;
}
.olbia-portfolio-slider-nav__prev {
  margin-right: 20px;
}

/* slide when not active/center*/
.olbia-portfolio-slider .slick-slide,
.olbia-portfolio-slider .slick-slide[aria-hidden=true]:not(.slick-cloned) ~ .slick-cloned[aria-hidden=true] {
  -webkit-transform: scale(0.5);
  transform: scale(0.5);
  top: -60px;
  -webkit-transform-origin: right;
  transform-origin: right;
}
.olbia-portfolio-slider .slick-slide .olbia-portfolio-slider__content,
.olbia-portfolio-slider .slick-slide[aria-hidden=true]:not(.slick-cloned) ~ .slick-cloned[aria-hidden=true] .olbia-portfolio-slider__content {
  opacity: 0;
}

/* slide when not active/center*/
.olbia-portfolio-slider--more-two .slick-center + .slick-slide,
.olbia-portfolio-slider--more-two .slick-center + .slick-slide[aria-hidden=true]:not(.slick-cloned) ~ .slick-cloned[aria-hidden=true] {
  -webkit-transform: scale(0.5);
  transform: scale(0.5);
  top: 60px;
  -webkit-transform-origin: left;
  transform-origin: left;
}

/* slide when active/center */
.olbia-portfolio-slider .slick-center,
.olbia-portfolio-slider .slick-slide[aria-hidden=true]:not([tabindex="-1"]) + .slick-cloned[aria-hidden=true] {
  -webkit-transform: scale(1);
  transform: scale(1);
  top: 0;
}
.olbia-portfolio-slider .slick-center .olbia-portfolio-slider__content,
.olbia-portfolio-slider .slick-slide[aria-hidden=true]:not([tabindex="-1"]) + .slick-cloned[aria-hidden=true] .olbia-portfolio-slider__content {
  opacity: 1;
}

/* slide when active/center */
.olbia-portfolio-slider .slick-center ~ .slick-slide[aria-hidden=true]:not([tabindex="-1"]) + .slick-cloned[aria-hidden=true] {
  -webkit-transform: scale(1);
  transform: scale(1);
  top: 0;
  -webkit-transform-origin: center;
  transform-origin: center;
}
.olbia-portfolio-slider .slick-center ~ .slick-slide[aria-hidden=true]:not([tabindex="-1"]) + .slick-cloned[aria-hidden=true] .olbia-portfolio-slider__content {
  opacity: 1;
}

/*-------------------------------------------------------------------------------------------------------------------------------*/
/* TESTIMONIALS SLIDER */
/*-------------------------------------------------------------------------------------------------------------------------------*/
.olbia-testimonials {
  padding: 100px 0 80px;
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.olbia-testimonials::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 100%;
}
.olbia-testimonials .container {
  position: relative;
  z-index: 1;
}
.olbia-testimonials__title {
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 4px;
  margin-bottom: 40px;
  color: #fff;
}
@media (max-width: 991px) {
  .olbia-testimonials {
    padding: 80px 0 60px;
  }
  .olbia-testimonials .container {
    max-width: unset;
  }
}
@media (max-width: 575px) {
  .olbia-testimonials {
    padding: 60px 0 60px;
  }
}
.olbia-testimonials-slider-outer {
  position: relative;
}
.olbia-testimonials-slider__content {
  max-width: 750px;
  margin: 0 auto;
}
.olbia-testimonials-slider__item {
  text-align: center;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}
.olbia-testimonials-slider__label {
  font-size: 12px;
  letter-spacing: 3px;
  color: #fff;
  margin-bottom: 28px;
  text-transform: uppercase;
}
.olbia-testimonials-slider__quote {
  font-size: 24px;
  line-height: 40px;
  letter-spacing: 2px;
  color: #fff;
  font-family: "Cardo", sans-serif;
  margin-bottom: 23px;
}
.olbia-testimonials-slider__link {
  color: #fff;
  border-bottom: 1px solid #fff;
  display: inline-block;
}
.olbia-testimonials-slider__link:hover {
  color: #fff;
}
.olbia-testimonials-slider__info {
  font-family: "Cardo", sans-serif;
  font-style: italic;
  color: rgba(255, 255, 255, 0.7);
  font-size: 16px;
  font-size: 16px;
  width: 40px;
  height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  position: relative;
  margin: 0 auto;
  margin-bottom: 40px;
}
.olbia-testimonials-slider__info span:last-child {
  -ms-flex-item-align: end;
  align-self: flex-end;
}
.olbia-testimonials-slider__info::after {
  content: "";
  width: 1px;
  background-color: rgba(255, 255, 255, 0.15);
  position: absolute;
  height: 24px;
  left: 50%;
  top: 50%;
  -webkit-transform: rotate(30deg) translate(-50%, -50%);
  transform: rotate(30deg) translate(-50%, -50%);
  -webkit-transform-origin: top;
  transform-origin: top;
}
.olbia-testimonials-slider .slick-dots {
  display: none !important;
}
.olbia-testimonials-slider .slick-slide {
  margin: 0 20px;
  outline: none;
}
.olbia-testimonials-slider .slick-slide a {
  outline: none;
}
@media (max-width: 991px) {
  .olbia-testimonials-slider__content {
    max-width: 70vw;
    margin: 0 auto;
  }
  .olbia-testimonials-slider__quote {
    font-size: 20px;
  }
}
@media (max-width: 575px) {
  .olbia-testimonials-slider__info {
    margin-bottom: 20px;
  }
}
.olbia-testimonials-slider-nav button {
  background-color: transparent;
  border: none;
  cursor: pointer;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  position: absolute;
  z-index: 1;
  margin-top: -33px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.olbia-testimonials-slider-nav button:hover {
  opacity: 0.5;
}
.olbia-testimonials-slider-nav button:focus {
  outline: none;
}
.olbia-testimonials-slider-nav__prev {
  left: 0;
}
.olbia-testimonials-slider-nav__next {
  right: 0;
}
.olbia-testimonials--two {
  background-color: #f5f5f4;
}
.olbia-testimonials--two .olbia-testimonials__title {
  color: #000;
}
.olbia-testimonials--two::after {
  display: none;
}
.olbia-testimonials--two .olbia-testimonials-slider-nav button {
  margin-top: 0;
}
.olbia-testimonials--two .olbia-testimonials-slider__item {
  text-align: left;
}
.olbia-testimonials--two .olbia-testimonials-slider__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 950px;
  margin: 0 auto;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.olbia-testimonials--two .olbia-testimonials-slider__content {
  max-width: unset;
  position: relative;
  padding-bottom: 30px;
}
.olbia-testimonials--two .olbia-testimonials-slider__picture {
  margin-right: 50px;
  max-width: 360px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.olbia-testimonials--two .olbia-testimonials-slider__label {
  color: rgba(0, 0, 0, 0.5);
}
.olbia-testimonials--two .olbia-testimonials-slider__quote {
  color: #000;
  font-size: 21px;
  line-height: 36px;
}
.olbia-testimonials--two .olbia-testimonials-slider__link {
  border-color: #000;
  color: #000;
  position: absolute;
  left: 0;
  bottom: 1px;
}
@media (max-width: 1199px) {
  .olbia-testimonials--two .olbia-testimonials-slider__inner {
    max-width: 70vw;
    margin: 0 auto;
  }
}
@media (max-width: 991px) {
  .olbia-testimonials--two .olbia-testimonials-slider__item {
    text-align: center;
  }
  .olbia-testimonials--two .olbia-testimonials-slider__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .olbia-testimonials--two .olbia-testimonials-slider__picture {
    margin-right: 0;
    margin-bottom: 40px;
  }
  .olbia-testimonials--two .olbia-testimonials-slider__link {
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }
}

/*-------------------------------------------------------------------------------------------------------------------------------*/
/* INSTAGRAM */
/*-------------------------------------------------------------------------------------------------------------------------------*/
.olbia-instagram {
  margin-top: 95px;
  margin-bottom: 70px;
}
.olbia-instagram .container {
  padding: 0;
}
@media (max-width: 767px) {
  .olbia-instagram {
    margin-top: 60px;
    margin-bottom: 35px;
  }
  .olbia-instagram .container {
    padding: 15px;
  }
}

.olbia-instagram-list {
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 0;
}
.olbia-instagram-list__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.olbia-instagram-list__link:hover {
  opacity: 0.5;
}
.olbia-instagram-list__link:hover {
  text-decoration: none;
}
.olbia-instagram-list__item {
  text-align: center;
  -ms-flex-preferred-size: 16.66%;
  flex-basis: 16.66%;
  list-style: none;
  margin-right: 28px;
  margin-bottom: 25px;
}
.olbia-instagram-list__item:last-child {
  margin-right: 0;
}
.olbia-instagram-list__item--unique .olbia-instagram-list__link {
  border: 1px solid #eaeaea;
}
.olbia-instagram-list__item img {
  width: 166px;
}
.olbia-instagram-list__instagram {
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
}
.olbia-instagram-list__title {
  font-family: "Cardo", sans-serif;
  font-size: 20px;
  letter-spacing: 2px;
  color: #000;
  margin-bottom: 10px;
}
.olbia-instagram-list__label {
  font-size: 13px;
  letter-spacing: 2px;
  color: #9b9b9b;
}
@media (max-width: 991px) {
  .olbia-instagram-list {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .olbia-instagram-list__item {
    -ms-flex-preferred-size: 33%;
    flex-basis: 33%;
    max-width: 167px;
  }
  .olbia-instagram-list__item:nth-child(3n+3) {
    margin-right: 0;
  }
  .olbia-instagram-list__item #sb_instagram {
    height: 100% !important;
  }
  .olbia-instagram-list__instagram {
    max-width: unset;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }
}
@media (max-width: 767px) {
  .olbia-instagram-list__item {
    -ms-flex-preferred-size: calc(33% - 17px);
    flex-basis: calc(33% - 17px);
  }
  .olbia-instagram-list__instagram {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }
}
@media (max-width: 575px) {
  .olbia-instagram-list__item {
    -ms-flex-preferred-size: calc(50% - 17px);
    flex-basis: calc(50% - 17px);
  }
  .olbia-instagram-list__item:nth-child(2n+2) {
    margin-right: 0;
  }
  .olbia-instagram-list__item:nth-child(3n+3) {
    margin-right: 28px;
  }
  .olbia-instagram-list__item:last-child {
    margin-right: 0;
  }
  .olbia-instagram-list__instagram {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }
}

.sb_instagram_header {
  display: none;
}

#sbi_load {
  display: none;
}

#sb_instagram .sbi_photo {
  max-height: 166px;
}
@media screen and (max-width: 800px) {
  #sb_instagram .sbi_photo {
    max-height: 300px;
  }
}

#sb_instagram #sbi_images {
  padding: 0 !important;
}

#sb_instagram {
  padding: 0 !important;
}

#sb_instagram.sbi_col_4 #sbi_images .sbi_item {
  width: calc(25% - 71px);
  margin-right: 28px !important;
}
#sb_instagram.sbi_col_4 #sbi_images .sbi_item:last-child {
  margin-right: 0 !important;
}

@media (max-width: 991px) {
  .olbia-instagram--shortcode .olbia-instagram-list__item--unique {
    margin-right: 0 !important;
  }
  .olbia-instagram--shortcode .olbia-instagram-list__item--unique .olbia-instagram-list__link {
    border: none;
  }

  #sb_instagram.sbi_col_4 #sbi_images .sbi_item {
    width: calc(50% - 17px);
    margin-right: 0 !important;
    margin-bottom: 25px !important;
  }
  #sb_instagram.sbi_col_4 #sbi_images .sbi_item:nth-child(odd) {
    margin-right: 28px !important;
  }
  #sb_instagram.sbi_col_4 #sbi_images .sbi_item:last-child {
    margin-right: 0 !important;
  }
}
/*-------------------------------------------------------------------------------------------------------------------------------*/
/* PORTFOLIO CATEGORIES */
/*-------------------------------------------------------------------------------------------------------------------------------*/
.olbia-portfolio-cat-nav-outer {
  padding: 72px 0;
}
@media (max-width: 767px) {
  .olbia-portfolio-cat-nav-outer {
    padding: 0 0 15px;
  }
}

.olbia-portfolio-cat {
  padding: 100px 0;
  background-color: #f5f5f4;
}
.olbia-portfolio-cat .row {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media (max-width: 991px) {
  .olbia-portfolio-cat {
    padding: 80px 0;
  }
  .olbia-portfolio-cat .container {
    max-width: unset;
  }
}
@media (max-width: 767px) {
  .olbia-portfolio-cat {
    padding: 60px 0;
  }
}
.olbia-portfolio-cat-nav {
  padding: 70px 0 70px 70px;
  background-color: #fff;
  width: 360px;
  position: relative;
  z-index: 1;
}
.olbia-portfolio-cat-nav__label {
  font-size: 12px;
  letter-spacing: 3px;
  color: #9b9b9b;
  margin-bottom: 30px;
  text-transform: uppercase;
}
.olbia-portfolio-cat-nav__list {
  padding: 0;
  margin-bottom: 0;
}
.olbia-portfolio-cat-nav__item {
  list-style: none;
  position: relative;
  padding-right: 70px;
  margin-bottom: 30px;
}
.olbia-portfolio-cat-nav__item::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  width: 0;
  overflow: hidden;
  height: 1px;
  background-color: #000;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.olbia-portfolio-cat-nav__item:last-child {
  margin-bottom: 0;
}
.olbia-portfolio-cat-nav__item--active::after {
  overflow: visible;
  width: 70px;
}
.olbia-portfolio-cat-nav__item--active .olbia-portfolio-cat-nav__link {
  color: #000;
}
.olbia-portfolio-cat-nav__link {
  font-size: 30px;
  letter-spacing: 2px;
  color: #9b9b9b;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
  font-family: "Cardo", sans-serif;
}
.olbia-portfolio-cat-nav__link:hover {
  text-decoration: none;
  color: #000;
}
@media (max-width: 1199px) {
  .olbia-portfolio-cat-nav {
    width: 320px;
    padding: 40px 0 40px 40px;
  }
  .olbia-portfolio-cat-nav__label {
    margin-bottom: 20px;
  }
  .olbia-portfolio-cat-nav__link {
    font-size: 26px;
  }
  .olbia-portfolio-cat-nav__item {
    margin-bottom: 20px;
  }
}
@media (max-width: 991px) {
  .olbia-portfolio-cat-nav {
    width: 280px;
  }
  .olbia-portfolio-cat-nav__link {
    font-size: 22px;
  }
}
@media (max-width: 767px) {
  .olbia-portfolio-cat-nav {
    width: auto;
    padding: 35px 25px 25px 25px;
  }
  .olbia-portfolio-cat-nav__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .olbia-portfolio-cat-nav__item {
    padding-right: 20px;
  }
  .olbia-portfolio-cat-nav__item::after {
    display: none;
  }
}
@media (max-width: 575px) {
  .olbia-portfolio-cat-nav {
    text-align: center;
  }
  .olbia-portfolio-cat-nav__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .olbia-portfolio-cat-nav__item {
    padding: 0;
  }
}
.olbia-portfolio-cat-tab {
  height: 100%;
  position: relative;
  display: none !important;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  height: 600px;
}
.olbia-portfolio-cat-tab img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  -o-object-fit: cover;
  object-fit: cover;
  left: 0;
}
.olbia-portfolio-cat-tab:hover::after {
  opacity: 1;
}
.olbia-portfolio-cat-tab:hover .olbia-portfolio-cat-tab__link {
  opacity: 1;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.olbia-portfolio-cat-tab:hover .olbia-portfolio-cat-tab__link:hover {
  opacity: 0.5;
}
.olbia-portfolio-cat-tab--active {
  display: block !important;
}
.olbia-portfolio-cat-tab::after {
  content: "";
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.5);
  opacity: 0;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.olbia-portfolio-cat-tab__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 100%;
  position: relative;
  z-index: 1;
}
.olbia-portfolio-cat-tab__link {
  opacity: 0;
}
@media (pointer: coarse) and (max-width: 991px) {
  .olbia-portfolio-cat-tab::after {
    opacity: 1;
  }
  .olbia-portfolio-cat-tab__link {
    opacity: 1;
  }
}
@media (max-width: 767px) {
  .olbia-portfolio-cat-tab {
    height: 400px;
  }
}
@media (max-width: 575px) {
  .olbia-portfolio-cat-tab {
    height: 300px;
  }
}

/*-------------------------------------------------------------------------------------------------------------------------------*/
/* SUBSCRIBE */
/*-------------------------------------------------------------------------------------------------------------------------------*/
.olbia-subscribe {
  padding: 60px 0;
  background-color: #f5f5f4;
}
.olbia-subscribe .row {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.olbia-subscribe__title {
  text-transform: uppercase;
  margin-bottom: 0;
}
.olbia-subscribe .yikes-mailchimp-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.olbia-subscribe .yikes-mailchimp-container label {
  margin-bottom: 0;
  margin-right: 20px;
}
.olbia-subscribe .yikes-mailchimp-container img.yikes-mailchimp-preloader {
  display: none;
}
.olbia-subscribe .yikes-mailchimp-container .yikes-easy-mc-form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}
.olbia-subscribe .yikes-mailchimp-container .edit-link {
  display: none;
}
.olbia-subscribe .yikes-mailchimp-container .yikes-easy-mc-success-message,
.olbia-subscribe .yikes-mailchimp-container .yikes-easy-mc-error-message {
  background-color: transparent;
  color: #4a4a4a;
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
  margin-bottom: 0;
  padding: 0;
  margin-top: 15px;
  width: 100%;
}
.olbia-subscribe .yikes-mailchimp-container input:not([type=submit]) {
  width: 100%;
  border: none;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  font-family: "Roboto", sans-serif;
  font-size: 14px;
  letter-spacing: 2px;
  padding: 0;
  color: rgba(0, 0, 0, 0.7);
  outline: none;
  height: 50px;
  margin-bottom: 0;
  background-color: transparent;
}
.olbia-subscribe .yikes-mailchimp-container input:not([type=submit]):focus {
  outline: none;
}
.olbia-subscribe .yikes-mailchimp-container input:not([type=submit])::-webkit-input-placeholder {
  color: rgba(0, 0, 0, 0.7);
}
.olbia-subscribe .yikes-mailchimp-container input:not([type=submit])::-moz-placeholder {
  color: rgba(0, 0, 0, 0.7);
}
.olbia-subscribe .yikes-mailchimp-container input:not([type=submit]):-ms-input-placeholder {
  color: rgba(0, 0, 0, 0.7);
}
.olbia-subscribe .yikes-mailchimp-container input:not([type=submit])::-ms-input-placeholder {
  color: rgba(0, 0, 0, 0.7);
}
.olbia-subscribe .yikes-mailchimp-container input:not([type=submit])::placeholder {
  color: rgba(0, 0, 0, 0.7);
}
.olbia-subscribe .yikes-mailchimp-container button[type=submit] {
  font-size: 12px;
  color: #000;
  border: 1px solid #000;
  height: 56px;
  width: auto;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 3px;
  background-color: transparent;
  cursor: pointer;
  margin: 0;
  border-radius: 0;
  padding: 0 36px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  min-width: 209px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.olbia-subscribe .yikes-mailchimp-container button[type=submit]:hover {
  opacity: 0.5;
}
.olbia-subscribe .yikes-mailchimp-container button[type=submit]:focus, .olbia-subscribe .yikes-mailchimp-container button[type=submit]:active {
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  outline: none !important;
  color: #000 !important;
  border: 1px solid #000 !important;
  background-color: transparent !important;
}
@media (max-width: 991px) {
  .olbia-subscribe__title {
    margin-bottom: 35px;
  }
}
@media (max-width: 575px) {
  .olbia-subscribe .yikes-easy-mc-success-message,
.olbia-subscribe .yikes-easy-mc-error-message {
    text-align: center;
  }
  .olbia-subscribe__title {
    margin-bottom: 30px;
    text-align: center;
  }
  .olbia-subscribe .yikes-mailchimp-container label {
    margin-bottom: 30px;
  }
  .olbia-subscribe .yikes-mailchimp-container .yikes-easy-mc-form {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .olbia-subscribe .yikes-mailchimp-container button[type=submit] {
    width: 100%;
  }
}

/*-------------------------------------------------------------------------------------------------------------------------------*/
/* HOME SLIDER */
/*-------------------------------------------------------------------------------------------------------------------------------*/
.olbia-home-slider {
  position: relative;
  overflow: hidden;
}
.olbia-home-slider .slick-dots {
  display: none !important;
}
.olbia-home-slider .slick-slide {
  outline: none;
  overflow: hidden;
}
.olbia-home-slider .slick-slide a {
  outline: none;
  word-break: break-word;
}
.olbia-home-slider-list {
  height: 100vh !important;
}
.olbia-home-slider-list__item {
  text-align: center;
  width: 100vw;
  margin: 0 auto;
  height: 100vh !important;
  position: relative;
}
.olbia-home-slider-list__picture {
  background-size: calc(100% + 300px) auto;
  background-repeat: no-repeat;
  background-position: center;
  -webkit-transition: none;
  transition: none;
  -webkit-transition: all 1.2s ease;
  transition: all 1.2s ease;
}
@media (max-width: 991px) {
  .olbia-home-slider-list__picture {
    background-size: cover;
    background-position: center !important;
  }
}
.olbia-home-slider-list__content {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  z-index: 1;
  position: relative;
  -webkit-transition: all 1.2s ease;
  transition: all 1.2s ease;
}
.olbia-home-slider-list__label {
  font-size: 12px;
  letter-spacing: 3px;
  text-transform: uppercase;
  margin-bottom: 3.125vw;
}
.olbia-home-slider-list__label a {
  color: #fff;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.olbia-home-slider-list__label a:hover {
  opacity: 0.5;
}
.olbia-home-slider-list__title {
  margin-bottom: 3.125vw;
  color: #fff;
  text-transform: uppercase;
}
.olbia-home-slider-list__title a {
  color: #fff;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.olbia-home-slider-list__title a:hover {
  opacity: 0.5;
}
.olbia-home-slider-list__title a:hover {
  color: #fff;
  text-decoration: none;
}
.olbia-home-slider-list__link {
  color: #fff;
  border-bottom: 1px solid #fff;
}
.olbia-home-slider-list__link:hover {
  color: #fff;
}
@media (max-width: 575px) {
  .olbia-home-slider-list__label, .olbia-home-slider-list__title {
    margin-bottom: 40px;
  }
}
.olbia-home-slider-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  bottom: 25px;
  padding: 0 70px;
}
.olbia-home-slider-nav--center {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.olbia-home-slider-nav__info {
  font-family: "Cardo", sans-serif;
  font-style: italic;
  color: rgba(255, 255, 255, 0.7);
  font-size: 16px;
  font-size: 16px;
  width: 40px;
  height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  position: relative;
}
.olbia-home-slider-nav__info span:last-child {
  -ms-flex-item-align: end;
  align-self: flex-end;
}
.olbia-home-slider-nav__info::after {
  content: "";
  width: 1px;
  background-color: rgba(255, 255, 255, 0.15);
  position: absolute;
  height: 24px;
  left: 50%;
  top: 50%;
  -webkit-transform: rotate(30deg) translate(-50%, -50%);
  transform: rotate(30deg) translate(-50%, -50%);
  -webkit-transform-origin: top;
  transform-origin: top;
}
.olbia-home-slider-nav button {
  background-color: transparent;
  border: none;
  cursor: pointer;
  width: 25px;
  height: 20px;
  padding: 0;
  outline: none;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.olbia-home-slider-nav button:hover {
  opacity: 0.5;
}
.olbia-home-slider-nav button img {
  width: 100%;
}
@media (max-width: 575px) {
  .olbia-home-slider-nav {
    bottom: 20px;
    padding: 0 20px;
  }
}
.olbia-home-slider--two .olbia-home-slider-nav {
  padding: 30px 0 0;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  width: auto;
  right: 70px;
  left: unset;
}
.olbia-home-slider--two .olbia-home-slider-nav__title {
  letter-spacing: 2.67px;
  color: #fff;
  text-transform: uppercase;
}
.olbia-home-slider--two .olbia-home-slider-nav__title a {
  color: inherit;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.olbia-home-slider--two .olbia-home-slider-nav__title a:hover {
  opacity: 0.5;
}
.olbia-home-slider--two .olbia-home-slider-nav__title a:hover {
  text-decoration: none;
}
.olbia-home-slider--two .olbia-home-slider-list__title {
  margin-bottom: 35px;
}
.olbia-home-slider--two .olbia-home-slider-list__content {
  border-top: 1px solid rgba(255, 255, 255, 0.25);
  max-width: calc(100% - 140px);
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  position: absolute;
  height: auto;
  bottom: 0;
  padding-top: 30px;
  width: 100%;
  transform: translateX(-50%) !important;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
}
.olbia-home-slider--two .olbia-home-slider-arrow button {
  background-color: transparent;
  border: none;
  cursor: pointer;
  padding: 0;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  outline: none;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.olbia-home-slider--two .olbia-home-slider-arrow button:hover {
  opacity: 0.5;
}
.olbia-home-slider--two .olbia-home-slider-arrow__prev {
  left: 70px;
}
.olbia-home-slider--two .olbia-home-slider-arrow__next {
  right: 70px;
}
@media (max-width: 575px) {
  .olbia-home-slider--two .olbia-home-slider-nav {
    right: 20px;
  }
  .olbia-home-slider--two .olbia-home-slider-list__content {
    max-width: calc(100% - 40px);
  }
  .olbia-home-slider--two .olbia-home-slider-arrow__prev {
    left: 20px;
  }
  .olbia-home-slider--two .olbia-home-slider-arrow__next {
    right: 20px;
  }
}

/* slide when not active/center*/
.olbia-home-slider .slick-slide .olbia-home-slider-list__picture,
.olbia-home-slider .slick-slide[aria-hidden=true]:not(.slick-cloned) ~ .slick-cloned[aria-hidden=true] .olbia-home-slider-list__picture {
  background-position-x: left;
}
.olbia-home-slider .slick-slide .olbia-home-slider-list__content,
.olbia-home-slider .slick-slide[aria-hidden=true]:not(.slick-cloned) ~ .slick-cloned[aria-hidden=true] .olbia-home-slider-list__content {
  -webkit-transform: translateX(-50px);
  transform: translateX(-50px);
}

/* slide when not active/center*/
.olbia-home-slider .slick-center + .slick-slide .olbia-home-slider-list__picture,
.olbia-home-slider .slick-center + .slick-slide[aria-hidden=true]:not(.slick-cloned) ~ .slick-cloned[aria-hidden=true] .olbia-home-slider-list__picture {
  background-position-x: right;
}
.olbia-home-slider .slick-center + .slick-slide .olbia-home-slider-list__content,
.olbia-home-slider .slick-center + .slick-slide[aria-hidden=true]:not(.slick-cloned) ~ .slick-cloned[aria-hidden=true] .olbia-home-slider-list__content {
  -webkit-transform: translateX(50px);
  transform: translateX(50px);
}

/* slide when active/center */
.olbia-home-slider .slick-center .olbia-home-slider-list__picture,
.olbia-home-slider .slick-slide[aria-hidden=true]:not([tabindex="-1"]) + .slick-cloned[aria-hidden=true] .olbia-home-slider-list__picture {
  background-position-x: center;
}
.olbia-home-slider .slick-center .olbia-home-slider-list__content,
.olbia-home-slider .slick-slide[aria-hidden=true]:not([tabindex="-1"]) + .slick-cloned[aria-hidden=true] .olbia-home-slider-list__content {
  -webkit-transform: translateX(0);
  transform: translateX(0);
}

/* slide when active/center */
.olbia-home-slider .slick-center ~ .slick-slide[aria-hidden=true]:not([tabindex="-1"]) + .slick-cloned[aria-hidden=true] .olbia-home-slider-list__picture {
  background-position-x: center;
}
.olbia-home-slider .slick-center ~ .slick-slide[aria-hidden=true]:not([tabindex="-1"]) + .slick-cloned[aria-hidden=true] .olbia-home-slider-list__content {
  -webkit-transform: translateX(0);
  transform: translateX(0);
}

/*-------------------------------------------------------------------------------------------------------------------------------*/
/* CONTACT */
/*-------------------------------------------------------------------------------------------------------------------------------*/
.olbia-contact {
  margin: 50px 0 70px;
  position: relative;
  z-index: 1;
}
.olbia-contact__title {
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 50px;
}
.olbia-contact__picture {
  height: 100%;
}
.olbia-contact__picture img {
  width: 100%;
  height: 100% !important;
  -o-object-fit: cover;
  object-fit: cover;
}
.olbia-contact .row {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.olbia-contact-form {
  background-color: #fff;
  padding: 50px;
  height: 100%;
}
.olbia-contact-form__group {
  margin-bottom: 20px;
}
.olbia-contact-form__title {
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 35px;
}
.olbia-contact-form .wpcf7 {
  text-align: center;
}
.olbia-contact-form .wpcf7-form-control-wrap {
  text-align: left;
}
.olbia-contact-form .wpcf7-form-control.wpcf7-radio, .olbia-contact-form .wpcf7-form-control.wpcf7-checkbox {
  display: block;
}
.olbia-contact-form .wpcf7-form-control.wpcf7-radio input[type=radio],
.olbia-contact-form .wpcf7-form-control.wpcf7-radio input[type=checkbox], .olbia-contact-form .wpcf7-form-control.wpcf7-checkbox input[type=radio],
.olbia-contact-form .wpcf7-form-control.wpcf7-checkbox input[type=checkbox] {
  height: 20px;
}
.olbia-contact-form .wpcf7 span.wpcf7-list-item {
  margin-left: 0;
  margin-right: 15px;
}
.olbia-contact-form .wpcf7 span.wpcf7-list-item:last-child {
  margin-right: 0;
}
.olbia-contact-form .wpcf7 p {
  margin-bottom: 20px;
}
.olbia-contact-form .wpcf7 p:last-child {
  margin-bottom: 0;
}
.olbia-contact-form .wpcf7 p:last-of-type {
  margin-bottom: 0;
}
.olbia-contact-form .wpcf7 input:not([type=submit]),
.olbia-contact-form .wpcf7 textarea,
.olbia-contact-form .wpcf7 select {
  width: 100%;
  border: none;
  height: 48px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  font-family: "Roboto", sans-serif;
  font-size: 14px;
  letter-spacing: 2px;
  color: rgba(0, 0, 0, 0.7);
  outline: none;
}
.olbia-contact-form .wpcf7 input:not([type=submit])::-webkit-input-placeholder, .olbia-contact-form .wpcf7 textarea::-webkit-input-placeholder, .olbia-contact-form .wpcf7 select::-webkit-input-placeholder {
  color: rgba(0, 0, 0, 0.7);
}
.olbia-contact-form .wpcf7 input:not([type=submit])::-moz-placeholder, .olbia-contact-form .wpcf7 textarea::-moz-placeholder, .olbia-contact-form .wpcf7 select::-moz-placeholder {
  color: rgba(0, 0, 0, 0.7);
}
.olbia-contact-form .wpcf7 input:not([type=submit]):-ms-input-placeholder, .olbia-contact-form .wpcf7 textarea:-ms-input-placeholder, .olbia-contact-form .wpcf7 select:-ms-input-placeholder {
  color: rgba(0, 0, 0, 0.7);
}
.olbia-contact-form .wpcf7 input:not([type=submit])::-ms-input-placeholder, .olbia-contact-form .wpcf7 textarea::-ms-input-placeholder, .olbia-contact-form .wpcf7 select::-ms-input-placeholder {
  color: rgba(0, 0, 0, 0.7);
}
.olbia-contact-form .wpcf7 input:not([type=submit])::placeholder,
.olbia-contact-form .wpcf7 textarea::placeholder,
.olbia-contact-form .wpcf7 select::placeholder {
  color: rgba(0, 0, 0, 0.7);
}
.olbia-contact-form .wpcf7 textarea {
  min-height: 48px;
  height: 152px;
}
.olbia-contact-form .wpcf7 input[type=submit] {
  font-size: 12px;
  color: #000;
  border: 1px solid #000;
  padding: 17px 36px;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 3px;
  background-color: transparent;
  cursor: pointer;
  display: block;
  margin: 0 auto;
  margin-top: 25px;
  border-radius: 0;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.olbia-contact-form .wpcf7 input[type=submit]:hover {
  opacity: 0.5;
}
.olbia-contact-form .wpcf7-not-valid-tip {
  color: #1f1f1f;
  margin-top: 10px;
}
.olbia-contact-form .wpcf7 .ajax-loader {
  margin-left: 10px;
}
.olbia-contact-form .wpcf7-response-output {
  border: 1px solid #000;
  font-family: "Roboto", sans-serif;
  font-size: 12px;
  margin: 20px 0 0;
  padding: 5px;
}
.olbia-contact--two {
  padding: 0;
  margin-top: -140px;
  background-color: transparent;
}
.olbia-contact--two .olbia-contact-form {
  padding: 100px 190px;
}
.olbia-contact--two .olbia-contact-form__group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.olbia-contact--two .olbia-contact-form__group p {
  max-width: 33%;
  margin-right: 30px;
}
.olbia-contact--two .olbia-contact-form__group p:last-child {
  margin-right: 0;
}
@media (max-width: 991px) {
  .olbia-contact {
    margin: 50px 0 50px;
  }
  .olbia-contact .row > div:first-child {
    margin-bottom: 30px;
  }
  .olbia-contact__picture {
    text-align: center;
  }
  .olbia-contact-form {
    padding: 30px;
  }
  .olbia-contact--two {
    margin-top: -120px;
  }
  .olbia-contact--two .olbia-contact-form {
    padding: 40px 40px;
  }
  .olbia-contact--two .olbia-contact-form__group {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .olbia-contact--two .olbia-contact-form__group p {
    max-width: unset;
    margin-right: 0;
  }
}
@media (max-width: 575px) {
  .olbia-contact {
    margin: 50px 0 35px;
  }
  .olbia-contact--two {
    margin-top: -120px;
  }
  .olbia-contact--two .olbia-contact-form {
    padding: 40px 30px;
  }
  .olbia-contact__picture img {
    width: 100%;
  }
}

/*-------------------------------------------------------------------------------------------------------------------------------*/
/* FEATURED */
/*-------------------------------------------------------------------------------------------------------------------------------*/
.olbia-featured {
  margin: 75px 0 100px;
}
.olbia-featured__title {
  margin-bottom: 40px;
  text-align: center;
  text-transform: uppercase;
}
.olbia-featured__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.olbia-featured__item {
  padding: 17px 0 24px;
  list-style: none;
  text-align: center;
  border-right: 1px solid rgba(0, 0, 0, 0.1);
  -ms-flex-preferred-size: 25%;
  flex-basis: 25%;
}
.olbia-featured__item a {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.olbia-featured__item a:hover {
  opacity: 0.5;
}
.olbia-featured__item:last-child {
  border-right: none;
}
.olbia-featured--two {
  padding: 75px 0 100px;
  background-color: #fff;
  margin: 0;
}
@media (max-width: 991px) {
  .olbia-featured--one {
    margin: 60px 0 80px;
  }
  .olbia-featured--two {
    padding: 60px 0 80px;
  }
}
@media (max-width: 767px) {
  .olbia-featured__list {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .olbia-featured__item {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
  }
  .olbia-featured__item:nth-child(2n+2) {
    border-right: none;
  }
  .olbia-featured__item:nth-last-of-type(-n + 2) {
    border-bottom: 0;
  }
}
@media (max-width: 575px) {
  .olbia-featured--one {
    margin: 60px 0 60px;
  }
  .olbia-featured--two {
    padding: 60px 0 60px;
  }
}

/*-------------------------------------------------------------------------------------------------------------------------------*/
/* BANNER */
/*-------------------------------------------------------------------------------------------------------------------------------*/
.olbia-banner {
  padding: 100px 0 250px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50% 50%;
}
.olbia-banner.olbia-lazy--bg {
  position: static;
}
.olbia-banner__title {
  margin-bottom: 0;
  text-align: center;
  text-transform: uppercase;
  color: #fff;
  letter-spacing: 4.5px;
}
@media (max-width: 991px) {
  .olbia-banner {
    padding: 80px 0 200px;
  }
}
@media (max-width: 767px) {
  .olbia-banner {
    background-size: auto;
  }
}

/*-------------------------------------------------------------------------------------------------------------------------------*/
/* PRICING */
/*-------------------------------------------------------------------------------------------------------------------------------*/
.olbia-pricing {
  margin-top: -140px;
  position: relative;
  z-index: 1;
}
.olbia-pricing__item {
  padding: 50px;
  text-align: center;
  background-color: #fff;
}
.olbia-pricing__picture {
  margin-bottom: 30px;
}
.olbia-pricing__title {
  margin-bottom: 20px;
}
.olbia-pricing__desc {
  margin-bottom: 30px;
}
.olbia-pricing__desc p:last-child {
  margin-bottom: 0;
}
.olbia-pricing__price {
  margin-bottom: 30px;
  font-size: 12px;
  letter-spacing: 3px;
  color: #9b9b9b;
  text-transform: uppercase;
}
@media (max-width: 991px) {
  .olbia-pricing {
    margin-top: -120px;
  }
  .olbia-pricing .container {
    max-width: unset;
  }
  .olbia-pricing__item {
    padding: 30px;
  }
}
@media (max-width: 767px) {
  .olbia-pricing .row > div {
    margin-bottom: 30px;
  }
  .olbia-pricing .row > div:last-child {
    margin-bottom: 0;
  }
  .olbia-pricing__item {
    max-width: 400px;
    margin: 0 auto;
    padding: 35px 20px;
  }
}
.olbia-pricing--two .olbia-pricing__list {
  padding-left: 0;
  margin-bottom: 0;
}
.olbia-pricing--two .olbia-pricing__item {
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 38px 50px 50px 50px;
  text-align: left;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.olbia-pricing--two .olbia-pricing__item:last-child {
  border-bottom: none;
}
.olbia-pricing--two .olbia-pricing__content {
  max-width: 500px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-right: 50px;
}
.olbia-pricing--two .olbia-pricing__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
}
.olbia-pricing--two .olbia-pricing__price {
  color: #000;
  margin: 0 20px;
}
.olbia-pricing--two .olbia-pricing__desc {
  margin-bottom: 0;
}
.olbia-pricing--two .olbia-pricing__date {
  font-size: 12px;
  letter-spacing: 3px;
  color: #9b9b9b;
  text-transform: uppercase;
}
@media (max-width: 1199px) {
  .olbia-pricing--two .olbia-pricing__content {
    max-width: 360px;
    margin-right: 30px;
  }
}
@media (max-width: 991px) {
  .olbia-pricing--two .olbia-pricing__item {
    padding: 30px;
  }
}
@media (max-width: 767px) {
  .olbia-pricing--two .olbia-pricing__item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: center;
    padding: 35px 20px;
  }
  .olbia-pricing--two .olbia-pricing__content {
    max-width: unset;
    margin-right: 0;
    margin-bottom: 20px;
  }
  .olbia-pricing--two .olbia-pricing__info {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .olbia-pricing--two .olbia-pricing__date {
    margin-bottom: 15px;
  }
  .olbia-pricing--two .olbia-pricing__price {
    margin-bottom: 15px;
  }
}

/*-------------------------------------------------------------------------------------------------------------------------------*/
/* TEXT BLOCK */
/*-------------------------------------------------------------------------------------------------------------------------------*/
.olbia-text-block {
  margin-bottom: 100px;
  margin-top: 100px;
  background-color: #f5f5f4;
}
.olbia-text-block__content {
  height: 100%;
  padding: 100px 98px;
  text-align: center;
  background-color: #fff;
}
.olbia-text-block__title {
  margin-bottom: 50px;
  text-transform: uppercase;
}
.olbia-text-block__desc {
  margin-bottom: 47px;
}
.olbia-text-block__desc p {
  margin-bottom: 30px;
}
.olbia-text-block__desc p:last-child {
  margin-bottom: 0;
}
.olbia-text-block-list {
  padding: 0;
}
.olbia-text-block-list__item {
  margin-bottom: 33px;
  list-style: none;
  text-align: center;
}
.olbia-text-block-list__item:last-child {
  margin-bottom: 0;
}
.olbia-text-block-list__date {
  font-size: 12px;
  margin-bottom: 12px;
  letter-spacing: 3px;
  text-transform: uppercase;
  color: #9b9b9b;
}
.olbia-text-block-list__name {
  font-family: "Cardo", sans-serif;
  font-size: 18px;
  letter-spacing: 1.71px;
  color: #000;
}
@media (max-width: 991px) {
  .olbia-text-block {
    margin-top: 60px;
    margin-bottom: 60px;
  }
  .olbia-text-block__title {
    margin-bottom: 30px;
  }
  .olbia-text-block__content {
    padding: 40px 40px;
  }
  .olbia-text-block__desc {
    margin-bottom: 30px;
  }
}
@media (max-width: 767px) {
  .olbia-text-block .row > div {
    margin-bottom: 30px;
  }
  .olbia-text-block .row > div:last-child {
    margin-bottom: 0;
  }
}

/*-------------------------------------------------------------------------------------------------------------------------------*/
/* ABOUT */
/*-------------------------------------------------------------------------------------------------------------------------------*/
.olbia-about {
  position: relative;
  z-index: 1;
}
.olbia-about .row {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.olbia-about__specialize {
  font-size: 12px;
  margin-bottom: 10px;
  letter-spacing: 3px;
  text-transform: uppercase;
  color: #9b9b9b;
}
.olbia-about__title {
  margin-bottom: 25px;
  text-transform: uppercase;
}
.olbia-about__desc {
  margin-bottom: 40px;
}
.olbia-about__desc p {
  margin-bottom: 30px;
}
.olbia-about__desc p:last-child {
  margin-bottom: 0;
}
.olbia-about--one {
  padding: 100px 0;
  background-color: #f5f5f4;
}
.olbia-about--one .row {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.olbia-about--one .olbia-about__picture {
  max-width: 360px;
}
.olbia-about--two {
  background-color: transparent;
  padding: 0;
  margin-top: -140px;
}
.olbia-about--two .olbia-about__inner {
  padding: 100px 0;
  background-color: #fff;
}
.olbia-about--two .olbia-about__content {
  padding-left: 20px;
}
.olbia-about--two .row {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.olbia-about--three {
  margin-top: -140px;
}
.olbia-about--three .olbia-about__inner {
  padding: 100px 0;
  background-color: #fff;
}
.olbia-about--three .olbia-about__title {
  margin-bottom: 36px;
  text-align: center;
}
.olbia-about--three .olbia-about__specialize {
  text-align: center;
}
.olbia-about--three .olbia-about__link-outer {
  text-align: center;
}
.olbia-about--three .olbia-about__desc {
  margin-bottom: 50px;
}
@media (max-width: 991px) {
  .olbia-about--one {
    padding: 60px 0;
  }
  .olbia-about__desc {
    margin-bottom: 30px;
  }
  .olbia-about--two, .olbia-about--three {
    margin-top: -100px;
  }
  .olbia-about--two .olbia-about__inner, .olbia-about--three .olbia-about__inner {
    padding: 55px 30px;
  }
  .olbia-about--two .olbia-about__content {
    padding: 0;
  }
}
@media (max-width: 767px) {
  .olbia-about--one {
    text-align: center;
  }
  .olbia-about--one .olbia-about__picture {
    margin-bottom: 35px;
    max-width: unset;
  }
  .olbia-about--two {
    text-align: center;
  }
  .olbia-about--two .olbia-about__picture {
    max-width: 300px;
    margin: 0 auto;
    margin-bottom: 35px;
  }
  .olbia-about--three .olbia-about__title {
    margin-bottom: 30px;
  }
  .olbia-about--three .olbia-about__desc {
    margin-bottom: 30px;
  }
}
@media (max-width: 575px) {
  .olbia-about--one {
    padding: 50px 0;
  }
  .olbia-about--two .olbia-about__inner, .olbia-about--three .olbia-about__inner {
    padding: 55px 20px;
  }
}

/*-------------------------------------------------------------------------------------------------------------------------------*/
/* TEAM */
/*-------------------------------------------------------------------------------------------------------------------------------*/
.olbia-team {
  margin: 90px 0 100px;
}
.olbia-team__title {
  margin-bottom: 40px;
  text-align: center;
  text-transform: uppercase;
}
.olbia-team-list__item {
  padding: 30px;
  text-align: center;
  background-color: #fff;
}
.olbia-team-list__item .olbia-social {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.olbia-team-list__picture {
  margin-bottom: 23px;
}
.olbia-team-list__title {
  font-style: italic;
  margin-bottom: 10px;
  letter-spacing: 3.2px;
}
.olbia-team-list__specialize {
  font-size: 12px;
  margin-bottom: 20px;
  letter-spacing: 3px;
  text-transform: uppercase;
  color: #9b9b9b;
}
@media (max-width: 991px) {
  .olbia-team {
    margin: 70px 0 80px;
  }
  .olbia-team .container {
    max-width: unset;
  }
}
@media (max-width: 767px) {
  .olbia-team-list > div {
    margin-bottom: 30px;
  }
  .olbia-team-list > div:last-child {
    margin-bottom: 0;
  }
  .olbia-team-list__item {
    max-width: 400px;
    margin: 0 auto;
  }
}

/*-------------------------------------------------------------------------------------------------------------------------------*/
/* ABOUT-ME */
/*-------------------------------------------------------------------------------------------------------------------------------*/
.olbia-about-me {
  text-align: center;
  margin: 125px 0 110px;
  padding: 0 20px;
}
.olbia-about-me__label {
  font-size: 12px;
  letter-spacing: 3px;
  color: #9b9b9b;
  margin-bottom: 25px;
  text-transform: uppercase;
}
.olbia-about-me__title {
  letter-spacing: 4px;
  margin-bottom: 50px;
  text-transform: uppercase;
}
.olbia-about-me__picture {
  margin-bottom: 30px;
}
.olbia-about-me__desc {
  max-width: 750px;
  margin: 0 auto;
  margin-bottom: 30px;
}
.olbia-about-me__desc p {
  margin-bottom: 30px;
}
.olbia-about-me__desc p:last-child {
  margin-bottom: 0;
}
.olbia-about-me__link {
  border-bottom: 1px solid rgba(0, 0, 0, 0.15);
}
@media (max-width: 1199px) {
  .olbia-about-me {
    margin: 100px 0 90px;
  }
}
@media (max-width: 991px) {
  .olbia-about-me {
    margin: 60px 0;
  }
}

/*-------------------------------------------------------------------------------------------------------------------------------*/
/* FAQ */
/*-------------------------------------------------------------------------------------------------------------------------------*/
.olbia-faq {
  margin: 100px 0;
}
.olbia-faq .row {
  margin: 0;
  padding: 24px 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  -webkit-transition: border-color 1s ease-in-out;
  transition: border-color 1s ease-in-out;
}
.olbia-faq .row > div:first-child {
  padding-left: 0;
}
.olbia-faq__title {
  text-align: center;
  margin-bottom: 40px;
}
.olbia-faq__list {
  padding: 0;
}
.olbia-faq__question {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
  cursor: pointer;
}
.olbia-faq__answer {
  opacity: 0;
  max-height: 0;
  overflow: hidden;
  -webkit-transition: all 0.7s ease;
  transition: all 0.7s ease;
}
.olbia-faq__answer p {
  margin-bottom: 0;
}
.olbia-faq__answer p:last-child {
  margin-bottom: 0;
}
.olbia-faq__caption {
  margin-bottom: 0;
  line-height: 40px;
}
.olbia-faq__icons {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-right: 18px;
  position: relative;
  width: 20px;
  height: 20px;
}
.olbia-faq__icons span {
  position: absolute;
  left: 0;
  top: 0;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  color: rgba(0, 0, 0, 0.5);
  font-size: 20px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.olbia-faq__icons span:hover {
  opacity: 0.5;
}
.olbia-faq__icons span:last-child {
  display: none;
}
.olbia-faq__item {
  list-style: none;
  position: relative;
  background-color: #f7f7f7;
  -webkit-transition: all 0.7s ease;
  transition: all 0.7s ease;
}
.olbia-faq__item:last-child .row {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.olbia-faq__item--colapse .row {
  border-top: 1px solid rgba(0, 0, 0, 0);
}
.olbia-faq__item--active {
  background-color: #fff;
}
.olbia-faq__item--active:last-child .row {
  border-bottom: 1px solid rgba(0, 0, 0, 0);
}
.olbia-faq__item--active .row {
  border-top: 1px solid rgba(0, 0, 0, 0);
}
.olbia-faq__item--active .olbia-faq__answer {
  opacity: 1;
  max-height: 100px;
}
.olbia-faq__item--active .olbia-faq__icons span:first-child {
  display: none;
}
.olbia-faq__item--active .olbia-faq__icons span:last-child {
  display: block;
}
@media (max-width: 991px) {
  .olbia-faq {
    margin: 60px 0;
  }
}
@media (max-width: 767px) {
  .olbia-faq__answer {
    text-align: center;
  }
  .olbia-faq__answer p {
    margin-top: 15px;
  }
  .olbia-faq__item--active .olbia-faq__answer {
    max-height: -webkit-max-content;
    max-height: -moz-max-content;
    max-height: max-content;
  }
}

/*-------------------------------------------------------------------------------------------------------------------------------*/
/* STORIES */
/*-------------------------------------------------------------------------------------------------------------------------------*/
.olbia-stories {
  background-color: #f5f5f4;
  padding: 95px 0 100px;
}
.olbia-stories__title {
  letter-spacing: 4px;
  text-transform: uppercase;
  margin-bottom: 40px;
  text-align: center;
}
.olbia-stories__link-outer {
  text-align: center;
  margin-top: 50px;
}
.olbia-stories .olbia-blog {
  background-color: transparent;
  padding-bottom: 0;
}
.olbia-stories .olbia-blog--b .olbia-stories__link-outer {
  margin-top: 0;
}
.olbia-stories .olbia-blog--c .olbia-stories__link-outer, .olbia-stories .olbia-blog--e .olbia-stories__link-outer {
  margin-top: 20px;
}
.olbia-stories .olbia-blog--f .olbia-blog-posts {
  margin-bottom: 50px;
}
.olbia-stories .olbia-blog--f .olbia-stories__link-outer {
  margin-top: 0;
}
.olbia-stories .olbia-blog--f .olbia-blog-post--d-1 .olbia-blog-post__picture {
  max-width: unset;
}
@media (max-width: 991px) {
  .olbia-stories {
    padding: 75px 0 80px;
  }
}
@media (max-width: 575px) {
  .olbia-stories {
    padding: 60px 0 70px;
  }
}

/*-------------------------------------------------------------------------------------------------------------------------------*/
/* POST INFO */
/*-------------------------------------------------------------------------------------------------------------------------------*/
.olbia-post-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0;
  margin-bottom: 0;
}
.olbia-post-info li {
  list-style: none;
  position: relative;
  margin-right: 30px;
  font-size: 12px;
  letter-spacing: 3px;
  color: rgba(0, 0, 0, 0.5);
  text-transform: uppercase;
}
.olbia-post-info li::after {
  content: "";
  position: absolute;
  top: 10px;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  right: -15px;
  margin-right: -2px;
  margin-top: -2px;
  background-color: rgba(0, 0, 0, 0.2);
}
.olbia-post-info li:last-child {
  margin-right: 0;
}
.olbia-post-info li:last-child::after {
  display: none;
}
.olbia-post-info a {
  text-decoration: none;
  color: rgba(0, 0, 0, 0.5);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.olbia-post-info a:hover {
  opacity: 0.5;
}

/*-------------------------------------------------------------------------------------------------------------------------------*/
/* POST NAVIGATION */
/*-------------------------------------------------------------------------------------------------------------------------------*/
.olbia-post-navigation {
  margin-bottom: 50px;
}
.olbia-post-navigation__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 30px 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  text-transform: uppercase;
  position: relative;
}
.olbia-post-navigation a {
  font-size: 12px;
  letter-spacing: 3px;
  text-decoration: none;
  color: #000;
  position: relative;
}
.olbia-post-navigation__back {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center;
}
.olbia-post-navigation__back a {
  color: rgba(0, 0, 0, 0.5);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.olbia-post-navigation__back a:hover {
  opacity: 0.5;
}
.olbia-post-navigation__left img {
  padding-right: 15px;
}
.olbia-post-navigation__left img a span {
  right: 0;
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
}
.olbia-post-navigation__right img {
  padding-left: 10px;
}
.olbia-post-navigation__right a span {
  left: 0;
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
}
.olbia-post-navigation__right a span, .olbia-post-navigation__left a span {
  visibility: hidden;
  position: absolute;
  top: -2px;
  opacity: 0;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  white-space: nowrap;
}
.olbia-post-navigation__right a:hover span, .olbia-post-navigation__left a:hover span {
  opacity: 1;
  visibility: visible;
}
@media (max-width: 575px) {
  .olbia-post-navigation__right a:hover span, .olbia-post-navigation__left a:hover span {
    visibility: hidden;
  }
  .olbia-post-navigation__inner {
    padding: 20px 0;
    margin-top: 40px;
  }
}

/*-------------------------------------------------------------------------------------------------------------------------------*/
/* POST MORE */
/*-------------------------------------------------------------------------------------------------------------------------------*/
.olbia-post-more {
  margin-bottom: 40px;
}
.olbia-post-more .container {
  padding-bottom: 35px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.olbia-post-more__item {
  margin-bottom: 25px;
}
.olbia-post-more__caption {
  text-align: center;
  margin-bottom: 40px;
  text-transform: uppercase;
}
.olbia-post-more__link:hover {
  text-decoration: none;
}
.olbia-post-more__link:hover span {
  opacity: 1;
}
.olbia-post-more__link:hover .olbia-post-more__image--overlay::after {
  opacity: 1;
}
.olbia-post-more__title {
  text-align: center;
  letter-spacing: 1.4px;
  padding: 16px 60px;
  position: relative;
  background-color: #fff;
  margin-bottom: 0;
}
.olbia-post-more__title span {
  position: absolute;
  right: 20px;
  font-size: 16px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  color: #000;
  opacity: 0;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  z-index: 1;
}
.olbia-post-more__image {
  height: 280px;
}
.olbia-post-more__image--overlay {
  position: relative;
}
.olbia-post-more__image--overlay::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(255, 255, 255, 0.5);
  opacity: 0;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.olbia-post-more__image img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.olbia-post-more--featured {
  margin-bottom: 0;
}
.olbia-post-more--featured .olbia-post-more__list {
  background-color: transparent;
  padding: 0;
}
.olbia-post-more--featured .olbia-post-more__image {
  height: 200px;
}
.olbia-post-more--featured .olbia-post-more__item {
  list-style: none;
  margin-bottom: 20px;
}
.olbia-post-more--featured .olbia-post-more__title {
  padding: 20px 50px;
  text-transform: none;
}

/*-------------------------------------------------------------------------------------------------------------------------------*/
/* INTRO */
/*-------------------------------------------------------------------------------------------------------------------------------*/
.olbia-intro-ready--expectation {
  overflow: hidden;
}
.olbia-intro-ready--expectation .olbia-header {
  -webkit-transform: translateY(-100%);
  transform: translateY(-100%);
  -webkit-transition: all 1s ease;
  transition: all 1s ease;
}
.olbia-intro-ready--active .olbia-header {
  -webkit-transform: translateY(0);
  transform: translateY(0);
}
.olbia-intro-ready--active .olbia-intro {
  opacity: 0;
  visibility: hidden;
}

.olbia-intro {
  position: fixed;
  top: 0;
  left: 0;
  height: 100vh;
  width: 100%;
  background-repeat: no-repeat;
  background-position: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: #fff;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  z-index: 100;
  opacity: 1;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  background-size: calc(100% + 300px) auto;
}
.olbia-intro__video {
  position: absolute;
  right: 0;
  bottom: 0;
  min-width: 100%;
  min-height: 100%;
}
.olbia-intro .olbia-header__logo {
  position: relative;
  z-index: 1;
}
.olbia-intro .olbia-header__logo a {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  color: #fff;
}
.olbia-intro .olbia-header__logo a:hover {
  opacity: 0.5;
}
.olbia-intro__arrow {
  position: absolute;
  bottom: 50px;
  left: 50%;
  font-size: 20px;
  z-index: 1;
  margin-left: -10px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  color: #fff;
}
.olbia-intro__arrow:hover {
  opacity: 0.5;
}
.olbia-intro__arrow span {
  color: #fff;
}
.olbia-intro__arrow:hover {
  color: #fff;
  text-decoration: none;
}
@media (max-width: 1025px) {
  .olbia-intro {
    background-size: cover;
    background-position-x: -150px;
  }
}

/*-------------------------------------------------------------------------------------------------------------------------------*/
/* GALLERY CONTENT */
/*-------------------------------------------------------------------------------------------------------------------------------*/
.olbia-gallery-content--sticky {
  position: fixed;
  top: 0;
  max-width: calc(50vw - 10px);
  -webkit-transition: all 1s ease;
  transition: all 1s ease;
}
.olbia-gallery-content--block {
  position: absolute;
  bottom: 0;
  top: unset;
}
.olbia-gallery-content__desc {
  margin-bottom: 40px;
}
.olbia-gallery-content__desc p:last-child {
  margin-bottom: 0;
}
.olbia-gallery-content__title {
  line-height: 54px;
  margin-bottom: 40px;
}
.olbia-gallery-content__arrow {
  margin-top: 40px;
}
.olbia-gallery-content__arrow a {
  text-decoration: none;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  display: inline-block;
}
.olbia-gallery-content__arrow a:hover {
  opacity: 0.5;
}
.olbia-gallery-content__arrow span {
  color: #000;
  font-size: 24px;
  display: inline-block;
}
.olbia-gallery-content--a {
  padding-left: 110px;
  padding-right: 70px;
}
.olbia-gallery-content--a-1 {
  padding-right: 110px;
  padding-left: 70px;
}
.olbia-gallery-content--b {
  padding-top: 100px;
  padding-left: 70px;
  padding-right: 110px;
}
.olbia-gallery-content--b-1 {
  padding-right: 70px;
  padding-left: 110px;
}
.olbia-gallery-content--c {
  margin-bottom: 50px;
}
.olbia-gallery-content--c .olbia-gallery-content__desc {
  text-align: center;
  max-width: 750px;
  margin: 0 auto;
  margin-bottom: 50px;
}
@media (max-width: 1199px) {
  .olbia-gallery-content--a {
    padding-top: 60px;
    padding-left: 40px;
    padding-right: 60px;
  }
  .olbia-gallery-content--a-1 {
    padding-right: 40px;
    padding-left: 60px;
  }
  .olbia-gallery-content--b {
    padding-top: 60px;
    padding-left: 40px;
    padding-right: 60px;
  }
  .olbia-gallery-content--b-1 {
    padding-right: 40px;
    padding-left: 60px;
  }
}
@media (max-width: 991px) {
  .olbia-gallery-content--a {
    padding-top: 40px;
  }
  .olbia-gallery-content--b {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .olbia-gallery-content__title {
    margin-bottom: 20px;
    line-height: 48px;
  }
}
@media (max-width: 575px) {
  .olbia-gallery-content__desc {
    margin-bottom: 30px;
  }
  .olbia-gallery-content--a, .olbia-gallery-content--a-1 {
    padding-top: 25px;
    padding-left: 15px;
    padding-right: 15px;
  }
  .olbia-gallery-content--b, .olbia-gallery-content--b-1 {
    padding-top: 30px;
    padding-left: 15px;
    padding-right: 15px;
    padding-bottom: 40px;
  }
}

/*-------------------------------------------------------------------------------------------------------------------------------*/
/* GALLERY HEADER */
/*-------------------------------------------------------------------------------------------------------------------------------*/
.olbia-gallery-header {
  padding: 32px 0;
}
.olbia-gallery-header--c .row {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.olbia-gallery-header--c .olbia-gallery-header__title {
  margin-bottom: 0;
}
.olbia-gallery-header--e {
  padding: 40px 0;
}
.olbia-gallery-header--e .olbia-gallery-header__title {
  margin-bottom: 0;
  text-align: center;
}
.olbia-gallery-header--d {
  margin-bottom: 30px;
  padding: 0;
}
.olbia-gallery-header--d .olbia-gallery-header__inner {
  height: 500px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  padding: 0 50px 30px;
  position: relative;
}
.olbia-gallery-header--d .olbia-gallery-header__inner::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), to(rgba(0, 0, 0, 0.75)));
  background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0), rgba(0, 0, 0, 0.75));
  top: 0;
  left: 0;
}
.olbia-gallery-header--d .olbia-gallery-header__title {
  color: #fff;
  margin-bottom: 0;
}
.olbia-gallery-header--d .row {
  width: 100%;
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
  position: relative;
  z-index: 1;
}
@media (max-width: 991px) {
  .olbia-gallery-header--c .row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .olbia-gallery-header--c .olbia-gallery-info {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .olbia-gallery-header--c .olbia-gallery-header__title {
    margin-bottom: 20px;
    text-align: center;
  }
  .olbia-gallery-header--d .olbia-gallery-header__inner {
    height: 250px;
    padding: 0 30px 20px;
  }
}
@media (max-width: 767px) {
  .olbia-gallery-header--d {
    margin-bottom: 15px;
  }
  .olbia-gallery-header--d .olbia-gallery-header__title {
    margin-bottom: 10px;
  }
  .olbia-gallery-header--d .olbia-gallery-info {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
}
@media (max-width: 575px) {
  .olbia-gallery-header--d .olbia-gallery-header__inner {
    padding: 10px 15px 10px;
  }
}

/*-------------------------------------------------------------------------------------------------------------------------------*/
/* GALLERY POST INFO */
/*-------------------------------------------------------------------------------------------------------------------------------*/
.olbia-gallery .olbia-post-info {
  margin-bottom: 30px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.olbia-gallery .olbia-post-info li {
  margin-top: 7px;
  margin-bottom: 7px;
}
.olbia-gallery .olbia-post-info--c {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
@media (max-width: 991px) {
  .olbia-gallery .olbia-post-info {
    margin-bottom: 10px;
  }
  .olbia-gallery .olbia-post-info--c {
    margin-bottom: 0;
  }
}
@media (max-width: 575px) {
  .olbia-gallery .olbia-post-info {
    margin-bottom: 0;
  }
  .olbia-gallery .olbia-post-info li {
    margin-top: 10px;
    margin-bottom: 10px;
  }
  .olbia-gallery .olbia-post-info--c, .olbia-gallery .olbia-post-info--e {
    text-align: center;
  }
  .olbia-gallery .olbia-post-info--c li::after, .olbia-gallery .olbia-post-info--e li::after {
    display: none;
  }
  .olbia-gallery .olbia-post-info--e {
    margin-bottom: 10px;
  }
}

.olbia-gallery-header--c .olbia-post-info {
  margin-bottom: 0;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
.olbia-gallery-header--e .olbia-post-info {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 20px;
}
.olbia-gallery-header--d .olbia-post-info {
  margin-bottom: 0;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
.olbia-gallery-header--d .olbia-post-info li {
  color: #fff;
}
.olbia-gallery-header--d .olbia-post-info li::after {
  background-color: rgba(255, 255, 255, 0.5);
}
.olbia-gallery-header--d .olbia-post-info a {
  color: #fff;
}
@media (max-width: 991px) {
  .olbia-gallery-header--c .olbia-post-info {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}
@media (max-width: 767px) {
  .olbia-gallery-header--d .olbia-post-info {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
}

/*-------------------------------------------------------------------------------------------------------------------------------*/
/* GALLERY PICTURES */
/*-------------------------------------------------------------------------------------------------------------------------------*/
.olbia-gallery-pictures__list {
  padding: 0;
  margin-bottom: 0;
}
.olbia-gallery-pictures li {
  list-style: none;
}
.olbia-gallery-pictures__item {
  list-style: none;
  margin: 0 auto;
  margin-bottom: 10px;
}
.olbia-gallery-pictures__item:last-child {
  margin-bottom: 0;
}
.olbia-gallery-pictures--a .olbia-gallery-pictures__item {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.olbia-gallery-pictures--b .olbia-gallery-pictures__item {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.olbia-gallery-pictures--d {
  opacity: 0;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  margin-bottom: 30px;
}
.olbia-gallery-pictures--d .olbia-gallery-pictures__item {
  width: calc(33.3333% - 20px);
  margin-bottom: 30px;
}
.olbia-gallery-pictures--d.active {
  opacity: 1;
}
.olbia-gallery-pictures .grid-gallery-gutter {
  width: 30px;
}
@media (max-width: 767px) {
  .olbia-gallery-pictures--d .olbia-gallery-pictures__item {
    margin-bottom: 15px;
    width: calc(33.3333% - 10px);
  }
  .olbia-gallery-pictures .grid-gallery-gutter {
    width: 15px;
  }
}
@media (max-width: 575px) {
  .olbia-gallery-pictures--d .olbia-gallery-pictures__item {
    width: calc(50% - 7.5px);
  }
}

/*-------------------------------------------------------------------------------------------------------------------------------*/
/* GALLERY POST MORE */
/*-------------------------------------------------------------------------------------------------------------------------------*/
.olbia-gallery .olbia-post-more {
  margin-bottom: 0;
}
.olbia-gallery .olbia-post-more .container {
  padding-bottom: 0;
  border-bottom: none;
}

/*-------------------------------------------------------------------------------------------------------------------------------*/
/* GALLERY POST NAVIGATION */
/*-------------------------------------------------------------------------------------------------------------------------------*/
.olbia-gallery--e .olbia-post-navigation, .olbia-gallery--e-2 .olbia-post-navigation, .olbia-gallery--d .olbia-post-navigation {
  margin-bottom: 0;
}

.olbia-gallery .olbia-post-navigation {
  margin-top: 60px;
  margin-bottom: 0;
}
.olbia-gallery--c .olbia-post-navigation {
  margin-top: 0;
  margin-bottom: 50px;
}

/*-------------------------------------------------------------------------------------------------------------------------------*/
/* GALLERY PARTNERS */
/*-------------------------------------------------------------------------------------------------------------------------------*/
.olbia-gallery-partners {
  margin-bottom: 35px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.olbia-gallery-partners__label {
  font-family: "Cardo", sans-serif;
  margin-right: 17px;
  font-size: 16px;
  letter-spacing: 2px;
  color: #9b9b9b;
  line-height: 1;
}
.olbia-gallery-partners__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0;
  color: rgba(0, 0, 0, 0.5);
  margin-bottom: 0;
}
.olbia-gallery-partners__item {
  list-style: none;
}
.olbia-gallery-partners__item a {
  font-size: 12px;
  letter-spacing: 3px;
  color: rgba(0, 0, 0, 0.5);
  text-transform: uppercase;
  text-decoration: none;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.olbia-gallery-partners__item a:hover {
  opacity: 0.5;
}

.olbia-gallery-content--c .olbia-gallery-content__desc {
  text-align: center;
  max-width: 750px;
  margin: 0 auto;
  margin-bottom: 50px;
}
.olbia-gallery-content--c .olbia-gallery-partners {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

/*-------------------------------------------------------------------------------------------------------------------------------*/
/* GALLERY SLIDER */
/*-------------------------------------------------------------------------------------------------------------------------------*/
.olbia-gallery-slider__item img {
  height: 100%;
}
.olbia-gallery-slider .slick-slide {
  margin: 0 5px;
  outline: none;
}
.olbia-gallery-slider .slick-arrow {
  position: absolute;
  top: 50%;
  border: none;
  outline: none;
  background-color: #fff;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  z-index: 1;
  transition: all 0.3s ease;
}
.olbia-gallery-slider .slick-arrow:hover {
  opacity: 0.5;
}
.olbia-gallery-slider .slick-prev {
  left: 70px;
}
.olbia-gallery-slider .slick-next {
  right: 70px;
}
.olbia-gallery-slider--c {
  margin-bottom: 50px;
}
.olbia-gallery-slider--c .olbia-gallery-slider__item {
  height: 500px;
}
.olbia-gallery-slider--e .container {
  padding-bottom: 100px;
  position: relative;
}
.olbia-gallery-slider--e .olbia-gallery-slider__list {
  max-width: 945px;
  margin: 0 auto;
  position: relative;
}
.olbia-gallery-slider--e .olbia-gallery-slider__item {
  height: 550px;
  text-align: center;
}
.olbia-gallery-slider--e .olbia-gallery-slider__item img {
  -o-object-fit: cover;
  object-fit: cover;
  margin: 0 auto;
}
.olbia-gallery-slider--e .olbia-gallery-slider__info {
  font-family: "Cardo", sans-serif;
  font-style: italic;
  color: rgba(0, 0, 0, 0.7);
  font-size: 16px;
  position: absolute;
  left: 50%;
  font-size: 16px;
  bottom: 40px;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 40px;
  height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.olbia-gallery-slider--e .olbia-gallery-slider__info span:last-child {
  -ms-flex-item-align: end;
  align-self: flex-end;
}
.olbia-gallery-slider--e .olbia-gallery-slider__info::after {
  content: "";
  width: 1px;
  background-color: rgba(0, 0, 0, 0.15);
  position: absolute;
  height: 24px;
  left: 50%;
  top: 50%;
  -webkit-transform: rotate(30deg) translate(-50%, -50%);
  transform: rotate(30deg) translate(-50%, -50%);
  -webkit-transform-origin: top;
  transform-origin: top;
}
.olbia-gallery-slider--e .slick-slide {
  margin: 0;
}
.olbia-gallery-slider--e .slick-arrow {
  width: auto;
  height: auto;
  background-color: transparent;
}
.olbia-gallery-slider--e .slick-prev {
  left: -100px;
}
.olbia-gallery-slider--e .slick-next {
  right: -100px;
}
.olbia-gallery-slider--e .slick-dots {
  display: none !important;
}
@media (max-width: 991px) {
  .olbia-gallery-slider--e .slick-arrow {
    background-color: #fff;
    width: 50px;
    height: 50px;
  }
}
@media (max-width: 575px) {
  .olbia-gallery-slider--e .container {
    padding-bottom: 70px;
  }
}
@media (max-width: 1199px) {
  .olbia-gallery-slider--e .olbia-gallery-slider__item {
    height: 350px;
  }
  .olbia-gallery-slider--e .slick-prev {
    left: 20px;
  }
  .olbia-gallery-slider--e .slick-next {
    right: 20px;
  }
}
@media (max-width: 991px) {
  .olbia-gallery-slider--c {
    margin-bottom: 40px;
  }
  .olbia-gallery-slider--c .olbia-gallery-slider__item {
    height: 300px;
  }
}
@media (max-width: 575px) {
  .olbia-gallery-slider--c .slick-prev {
    left: 20px;
  }
  .olbia-gallery-slider--c .slick-next {
    right: 20px;
  }
  .olbia-gallery-slider--e .olbia-gallery-slider__item {
    height: 300px;
  }
  .olbia-gallery-slider--e .olbia-gallery-slider__info {
    bottom: 15px;
  }
}

/*-------------------------------------------------------------------------------------------------------------------------------*/
/* GALLERY SOCIAL */
/*-------------------------------------------------------------------------------------------------------------------------------*/
.olbia-gallery .olbia-social {
  margin-bottom: 40px;
}
@media (max-width: 575px) {
  .olbia-gallery .olbia-social {
    margin-bottom: 30px;
  }
}

.olbia-gallery-content--b .olbia-social {
  margin-bottom: 20px;
}
.olbia-gallery-content--e .olbia-social {
  margin-bottom: 30px;
}
.olbia-gallery-content--c .olbia-social {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

/*-------------------------------------------------------------------------------------------------------------------------------*/
/* GALLERY HEAD */
/*-------------------------------------------------------------------------------------------------------------------------------*/
.olbia-gallery-heading {
  margin-bottom: 50px;
}
.olbia-gallery-heading .container-fluid {
  padding: 0;
}
.olbia-gallery-heading__picture {
  text-align: right;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  margin-right: 0;
}
.olbia-gallery-heading__picture img {
  -o-object-fit: cover;
  object-fit: cover;
  height: calc(100vh - 100px);
}
.olbia-gallery-heading__picture--empty {
  max-height: calc(100vh - 100px);
  width: 100%;
  height: calc(100vh - 100px);
}
.olbia-gallery-heading--b {
  margin-bottom: 0;
}
@media (max-width: 991px) {
  .olbia-gallery-heading--b:not(.olbia-gallery-heading--b-no-reverse) .row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
}

/*-------------------------------------------------------------------------------------------------------------------------------*/
/* GALLERY */
/*-------------------------------------------------------------------------------------------------------------------------------*/
.olbia-gallery {
  padding-bottom: 130px;
  background-color: #f7f7f7;
}
.olbia-gallery .olbia-post-tags {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 35px 0;
}
.olbia-gallery--b .olbia-gallery-pictures__item {
  margin-right: 0;
}
.olbia-gallery--b-1 .olbia-gallery-pictures__item {
  margin-left: 0;
}
.olbia-gallery--d {
  padding-top: 50px;
}
@media (max-width: 1199px) {
  .olbia-gallery--d .container {
    max-width: unset;
  }
}
@media (max-width: 991px) {
  .olbia-gallery {
    padding-bottom: 100px;
  }
  .olbia-gallery--a-1 .olbia-gallery-content {
    margin-bottom: 50px;
  }
}
@media (max-width: 575px) {
  .olbia-gallery {
    padding-bottom: 60px;
  }
  .olbia-gallery--d {
    padding-top: 15px;
  }
}

/*-------------------------------------------------------------------------------------------------------------------------------*/
/* POST CONTENT */
/*-------------------------------------------------------------------------------------------------------------------------------*/
.olbia-post-content {
  margin-top: 40px;
  margin-bottom: 50px;
}
.olbia-post-content--without-sidebar .wp-block-image.alignfull,
.olbia-post-content--without-sidebar .wp-block-columns.alignfull,
.olbia-post-content--without-sidebar .wp-block-embed.alignfull,
.olbia-post-content--without-sidebar .wp-block-media-text.alignfull {
  left: -15px;
  width: calc(100% + 30px);
  max-width: calc(100% + 30px);
  position: relative;
}
@media screen and (min-width: 576px) {
  .olbia-post-content--without-sidebar .wp-block-image.alignfull,
.olbia-post-content--without-sidebar .wp-block-columns.alignfull,
.olbia-post-content--without-sidebar .wp-block-embed.alignfull,
.olbia-post-content--without-sidebar .wp-block-media-text.alignfull {
    left: calc((100vw - 540px + 30px) / 2 * -1);
    width: calc(540px + 100vw - 540px + 30px);
    max-width: calc(540px + 100vw - 540px + 30px);
  }
}
@media screen and (min-width: 768px) {
  .olbia-post-content--without-sidebar .wp-block-image.alignfull,
.olbia-post-content--without-sidebar .wp-block-columns.alignfull,
.olbia-post-content--without-sidebar .wp-block-embed.alignfull,
.olbia-post-content--without-sidebar .wp-block-media-text.alignfull {
    left: calc((100vw - 720px + 30px) / 2 * -1);
    width: calc(720px + 100vw - 720px + 30px);
    max-width: calc(720px + 100vw - 720px + 30px);
  }
}
@media screen and (min-width: 992px) {
  .olbia-post-content--without-sidebar .wp-block-image.alignfull,
.olbia-post-content--without-sidebar .wp-block-columns.alignfull,
.olbia-post-content--without-sidebar .wp-block-embed.alignfull,
.olbia-post-content--without-sidebar .wp-block-media-text.alignfull {
    left: calc((100vw - 960px + 30px) / 2 * -1);
    width: calc(960px + 100vw - 960px + 30px);
    max-width: calc(960px + 100vw - 960px + 30px);
  }
}
@media screen and (min-width: 1200px) {
  .olbia-post-content--without-sidebar .wp-block-image.alignfull,
.olbia-post-content--without-sidebar .wp-block-columns.alignfull,
.olbia-post-content--without-sidebar .wp-block-embed.alignfull,
.olbia-post-content--without-sidebar .wp-block-media-text.alignfull {
    left: calc((100vw - 1070px) / 2 * -1);
    width: calc(1070px + 100vw - 1070px + 30px);
    max-width: calc(1070px + 100vw - 1070px + 30px);
  }
}
.olbia-post-content__info > div {
  margin-bottom: 10px;
}
.olbia-post-content__info ul {
  display: block;
  list-style-type: none;
  padding-left: 0;
}
.olbia-post-content__info ul li {
  display: inline-block;
}
.olbia-post-content__info ul li a {
  margin-right: 10px;
}
.olbia-post-content .container > p {
  margin: 40px 0;
}
.olbia-post-content .container > .wp-block-image {
  background-color: #9b9b9b;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  margin-bottom: 10px;
}
.olbia-post-content .container > .wp-block-image:last-of-type {
  margin-bottom: 40px;
}
.olbia-post-content .container .wp-block-quote {
  margin: 40px 0;
}
.olbia-post-content .container::after {
  content: " ";
  visibility: hidden;
  display: block;
  height: 0;
  clear: both;
}
.olbia-post-content .wp-block-image {
  margin: 0 0 10px;
}
.olbia-post-content .wp-block-image .aligncenter {
  margin: 0 auto;
}
.olbia-post-content .wp-block-image figcaption {
  margin-top: 0.5em;
}
.olbia-post-content .wp-block-image,
.olbia-post-content .wp-block-columns,
.olbia-post-content .wp-block-embed,
.olbia-post-content .wp-block-media-text {
  max-width: none;
}
.olbia-post-content .wp-block-image.alignwide,
.olbia-post-content .wp-block-columns.alignwide,
.olbia-post-content .wp-block-embed.alignwide,
.olbia-post-content .wp-block-media-text.alignwide {
  max-width: 100%;
}
.olbia-post-content .wp-block-image.alignfull,
.olbia-post-content .wp-block-columns.alignfull,
.olbia-post-content .wp-block-embed.alignfull,
.olbia-post-content .wp-block-media-text.alignfull {
  max-width: none;
}
.olbia-post-content .wp-caption {
  padding: 10px;
}
.olbia-post-content .wp-caption p.wp-caption-text {
  font-size: 14px;
  margin: 20px 0 10px;
  padding: 0;
}
.olbia-post-content .wp-block-quote {
  font-style: italic;
  border-left: 4px solid #479884;
  padding-left: 20px;
}
.olbia-post-content .wp-block-quote.has-text-align-right {
  border-left: 0;
  border-color: #479884;
}
.olbia-post-content .wp-block-quote p {
  color: #000;
}
.olbia-post-content .wp-block-quote cite {
  font-family: "Cardo", sans-serif;
}
.olbia-post-content .wp-block-pullquote {
  padding: 15px;
}
.olbia-post-content .wp-block-button {
  margin-bottom: 15px;
}
.olbia-post-content .wp-block-button__link {
  color: #fff;
}
.olbia-post-content .wp-block-button__link:not([href]):not([tabindex]) {
  color: #fff;
}
.olbia-post-content .wp-block-button.is-style-squared .wp-block-button__link {
  border-radius: 0;
}
.olbia-post-content .wp-block-button.is-style-outline .wp-block-button__link {
  border-color: #000;
  color: #000;
}
.olbia-post-content .wp-block-group,
.olbia-post-content .wp-block-media-text {
  margin-bottom: 25px;
}
.olbia-post-content .wp-block-cover {
  padding: 65px 20px;
}
.olbia-post-content .wp-block-gallery {
  padding-left: 0;
  margin: 0 0 25px;
  max-width: none;
}
.olbia-post-content .wp-block-gallery.alignwide {
  max-width: 100%;
}
.olbia-post-content .wp-block-gallery.alignfull {
  max-width: none;
}
.olbia-post-content .wp-block-gallery.alignleft, .olbia-post-content .wp-block-gallery.alignright {
  max-width: 290px;
}
.olbia-post-content .blocks-gallery-grid {
  padding-left: 0;
  margin: 0;
}
.olbia-post-content .wp-block-tag-cloud a {
  font-size: 15px !important;
  margin-right: 10px;
}
.olbia-post-content .wp-block-table.is-style-stripes td {
  border: 1px solid #4a4a4a;
}
.olbia-post-content .wp-block-calendar caption {
  text-align: center;
  caption-side: top;
}
.olbia-post-content .wp-block-calendar .wp-calendar-nav {
  margin-bottom: 15px;
}
.olbia-post-content .wp-block-latest-posts__post-date, .olbia-post-content .wp-block-latest-posts__comment-date,
.olbia-post-content .wp-block-latest-comments__post-date,
.olbia-post-content .wp-block-latest-comments__comment-date {
  font-family: "Roboto", sans-serif;
  font-size: 12px;
  color: #4a4a4a;
  line-height: 1.75;
}
.olbia-post-content .wp-block-search {
  position: relative;
  margin-bottom: 25px;
}
.olbia-post-content .wp-block-search input[type=search] {
  width: 100%;
  border: none;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  font-family: "Roboto", sans-serif;
  font-size: 14px;
  letter-spacing: 2px;
  color: rgba(0, 0, 0, 0.7);
  height: 30px;
  outline: none;
  padding-right: 30px;
}
.olbia-post-content .wp-block-search input[type=search]::-webkit-input-placeholder {
  color: rgba(0, 0, 0, 0.7);
}
.olbia-post-content .wp-block-search input[type=search]::-moz-placeholder {
  color: rgba(0, 0, 0, 0.7);
}
.olbia-post-content .wp-block-search input[type=search]:-ms-input-placeholder {
  color: rgba(0, 0, 0, 0.7);
}
.olbia-post-content .wp-block-search input[type=search]::-ms-input-placeholder {
  color: rgba(0, 0, 0, 0.7);
}
.olbia-post-content .wp-block-search input[type=search]::placeholder {
  color: rgba(0, 0, 0, 0.7);
}
.olbia-post-content .wp-block-search__label {
  font-family: "Roboto", sans-serif;
  font-size: 15px;
  color: #4a4a4a;
  line-height: 1.75;
}
.olbia-post-content .wp-block-search__button {
  background-color: #000;
  border: 1px solid #000;
  font-family: "Roboto", sans-serif;
  font-size: 15px;
  color: #fff;
  cursor: pointer;
  line-height: 1.75;
  padding: 0 10px;
  -webkit-transition: opacity 0.3s ease-out;
  transition: opacity 0.3s ease-out;
}
.olbia-post-content .wp-block-search__button:hover {
  opacity: 0.5;
}
.olbia-post-content select,
.olbia-post-content input {
  background-color: transparent;
  padding: 5px;
  font-family: "Roboto", sans-serif;
  font-size: 14px;
  letter-spacing: 2px;
  color: rgba(0, 0, 0, 0.7);
  outline: none;
}
.olbia-post-content select {
  background-image: url(data:image/svg+xml;base64,PHN2ZyBmaWxsPSdibGFjaycgaGVpZ2h0PScyNCcgdmlld0JveD0nMCAwIDI0IDI0JyB3aWR0aD0nMjQnIHhtbG5zPSdodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2Zyc+PHBhdGggZD0nTTcgMTBsNSA1IDUtNXonLz48cGF0aCBkPSdNMCAwaDI0djI0SDB6JyBmaWxsPSdub25lJy8+PC9zdmc+);
  background-repeat: no-repeat;
  background-position-x: 95%;
  background-position-y: center;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  padding: 15px;
  margin-bottom: 25px;
}
.olbia-post-content .wp-calendar-table {
  margin: 0 0 15px;
}
.olbia-post-content .wp-calendar-table td {
  padding: 6px;
}
.olbia-post-content .gallery-caption {
  margin-top: 10px;
}
.olbia-post-content figcaption {
  font-family: "Roboto", sans-serif;
  font-size: 15px;
  line-height: 26px;
  color: #4a4a4a;
  margin: 0 auto;
}
.olbia-post-content iframe {
  width: 100%;
}
.olbia-post-content h1 {
  margin-bottom: 50px;
}
.olbia-post-content h2,
.olbia-post-content h3 {
  margin-bottom: 40px;
}
.olbia-post-content h4,
.olbia-post-content h5 {
  margin-bottom: 30px;
}
.olbia-post-content h6 {
  margin-bottom: 20px;
}
.olbia-post-content a {
  text-decoration: none;
  color: #479884;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.olbia-post-content a:hover {
  opacity: 0.5;
}
.olbia-post-content blockquote {
  font-style: italic;
  border-left: 4px solid #479884;
  padding-left: 20px;
}
.olbia-post-content blockquote p {
  color: #000;
}
.olbia-post-content blockquote cite {
  font-family: "Cardo", sans-serif;
}
.olbia-post-content dl,
.olbia-post-content ol,
.olbia-post-content ul {
  padding-left: 1.3em;
  margin: 10px 0 25px;
}
.olbia-post-content dl li,
.olbia-post-content ol li,
.olbia-post-content ul li {
  margin-bottom: 10px;
}
.olbia-post-content dl li dl,
.olbia-post-content dl li ol,
.olbia-post-content dl li ul,
.olbia-post-content ol li dl,
.olbia-post-content ol li ol,
.olbia-post-content ol li ul,
.olbia-post-content ul li dl,
.olbia-post-content ul li ol,
.olbia-post-content ul li ul {
  margin-left: 1.3em;
}
.olbia-post-content dl {
  padding-left: 0;
}
.olbia-post-content table {
  width: 100%;
  margin-top: 20px;
  margin-bottom: 40px;
}
.olbia-post-content table th,
.olbia-post-content table td {
  padding: 10px;
  border: 1px solid #b7b7b7;
}
.olbia-post-content .post-password-form input:not([type=submit]) {
  border: none;
  margin: 0 15px;
  height: 30px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  font-family: "Roboto", sans-serif;
  font-size: 14px;
  letter-spacing: 2px;
  color: rgba(0, 0, 0, 0.7);
  outline: none;
  background-color: transparent;
}
.olbia-post-content .post-password-form input:not([type=submit])::-webkit-input-placeholder {
  color: rgba(0, 0, 0, 0.7);
}
.olbia-post-content .post-password-form input:not([type=submit])::-moz-placeholder {
  color: rgba(0, 0, 0, 0.7);
}
.olbia-post-content .post-password-form input:not([type=submit]):-ms-input-placeholder {
  color: rgba(0, 0, 0, 0.7);
}
.olbia-post-content .post-password-form input:not([type=submit])::-ms-input-placeholder {
  color: rgba(0, 0, 0, 0.7);
}
.olbia-post-content .post-password-form input:not([type=submit])::placeholder {
  color: rgba(0, 0, 0, 0.7);
}
.olbia-post-content .post-password-form input[type=submit] {
  font-size: 12px;
  color: #000;
  border: 1px solid #000;
  padding: 5px 20px;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 3px;
  background-color: transparent;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  font-family: "Asul", sans-serif;
}
.olbia-post-content .post-password-form input[type=submit]:hover {
  opacity: 0.5;
}
@media (min-width: 992px) {
  .olbia-post-content .container {
    max-width: 975px;
    margin: 0 auto;
  }
}

body:not(.olbia-without-plugin) .blocks-gallery-grid {
  padding-left: 0;
}

.olbia-without-plugin .olbia-post-content--without-sidebar .wp-block-cover.alignfull {
  left: -15px;
  width: calc(100% + 30px);
  max-width: calc(100% + 30px);
}
@media screen and (min-width: 576px) {
  .olbia-without-plugin .olbia-post-content--without-sidebar .wp-block-cover.alignfull {
    left: calc((100vw - 540px + 30px) / 2 * -1);
    width: calc(540px + 100vw - 540px + 30px);
    max-width: calc(540px + 100vw - 540px + 30px);
  }
}
@media screen and (min-width: 768px) {
  .olbia-without-plugin .olbia-post-content--without-sidebar .wp-block-cover.alignfull {
    left: calc((100vw - 720px + 30px) / 2 * -1);
    width: calc(720px + 100vw - 720px + 30px);
    max-width: calc(720px + 100vw - 720px + 30px);
  }
}
@media screen and (min-width: 992px) {
  .olbia-without-plugin .olbia-post-content--without-sidebar .wp-block-cover.alignfull {
    left: calc((100vw - 960px + 30px) / 2 * -1);
    width: calc(960px + 100vw - 960px + 30px);
    max-width: calc(960px + 100vw - 960px + 30px);
  }
}
@media screen and (min-width: 1200px) {
  .olbia-without-plugin .olbia-post-content--without-sidebar .wp-block-cover.alignfull {
    left: calc((100vw - 1070px) / 2 * -1);
    width: calc(1070px + 100vw - 1070px + 30px);
    max-width: calc(1070px + 100vw - 1070px + 30px);
  }
}
@media screen and (min-width: 992px) {
  .olbia-without-plugin .olbia-post-content .container {
    max-width: 960px;
  }
}
@media screen and (min-width: 1200px) {
  .olbia-without-plugin .olbia-post-content .container {
    max-width: 1170px;
  }
}
.olbia-without-plugin .olbia-post-content h1, .olbia-without-plugin .olbia-post-content h2, .olbia-without-plugin .olbia-post-content h3, .olbia-without-plugin .olbia-post-content h4, .olbia-without-plugin .olbia-post-content h5, .olbia-without-plugin .olbia-post-content h6 {
  margin: 20px 0;
}
.olbia-without-plugin .olbia-post-content p {
  margin-bottom: 25px;
}
.olbia-without-plugin .olbia-post-content .wp-block-cover-image-text,
.olbia-without-plugin .olbia-post-content .wp-block-cover-text {
  font-size: 36px;
  margin-bottom: 0;
}
.olbia-without-plugin .olbia-post-tags {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
.olbia-without-plugin .has-drop-cap {
  min-height: 5.5em;
}
.olbia-without-plugin .wp-block-cover {
  max-width: -webkit-max-content;
  max-width: -moz-max-content;
  max-width: max-content;
}
.olbia-without-plugin .wp-block-cover.alignwide {
  max-width: 100%;
}
.olbia-without-plugin .wp-block-cover.alignfull {
  max-width: none;
}
.olbia-without-plugin .wp-block-cover.alignleft, .olbia-without-plugin .wp-block-cover.alignright {
  max-width: 290px;
}
.olbia-without-plugin .wp-block-cover.alignleft {
  margin-right: 2em;
}
.olbia-without-plugin .wp-block-cover.alignright {
  margin-left: 2em;
}
.olbia-without-plugin .wp-block-cover.aligncenter {
  margin: 28px auto;
}
.olbia-without-plugin .wp-block-cover,
.olbia-without-plugin .wp-block-cover-image {
  min-height: inherit;
  height: auto;
  color: #fff;
}
.olbia-without-plugin .wp-block-cover a,
.olbia-without-plugin .wp-block-cover-image a {
  color: #fff;
}
.olbia-without-plugin .wp-block-cover {
  margin: 28px 0;
}
.olbia-without-plugin .wp-block-cover__inner-container p {
  overflow: inherit;
  margin-bottom: 0;
}
.olbia-without-plugin .wp-block-cover-image-text {
  margin-bottom: 0;
}
.olbia-without-plugin .wp-caption {
  padding: 0;
}
.olbia-without-plugin .alignleft {
  margin: 0 20px 0 0;
}
.olbia-without-plugin .alignright {
  margin: 0 0 0 20px;
}
.olbia-without-plugin .wp-block-cover {
  margin-bottom: 20px;
}
.olbia-without-plugin .wp-block-pullquote {
  padding: 7px;
}
.olbia-without-plugin .wp-block-latest-posts {
  padding-left: 0;
}
.olbia-without-plugin p {
  letter-spacing: 0.6px;
}

/*-------------------------------------------------------------------------------------------------------------------------------*/
/* POST HEADER */
/*-------------------------------------------------------------------------------------------------------------------------------*/
.olbia-post-header__title {
  word-break: break-word;
}
.olbia-post-header--d {
  padding: 0;
}
.olbia-post-header--d .olbia-post-header__inner {
  height: 500px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  padding: 0 50px 30px;
  position: relative;
}
.olbia-post-header--d .olbia-post-header__title {
  color: #fff;
  margin-bottom: 0;
}
.olbia-post-header--d .row {
  width: 100%;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  z-index: 5;
}
.olbia-post-header--e {
  margin-bottom: 40px;
}
.olbia-post-header--e .olbia-post-header__title {
  margin-bottom: 0;
  text-align: center;
}
.olbia-post-header--unit-t .olbia-post-header__inner {
  background-color: transparent;
  height: auto;
  padding: 0;
}
.olbia-post-header--unit-t .olbia-post-header__inner::after {
  display: none;
}
.olbia-post-header--unit-t .olbia-post-header__inner .olbia-post-info li,
.olbia-post-header--unit-t .olbia-post-header__inner .olbia-post-info a {
  color: rgba(0, 0, 0, 0.5);
}
.olbia-post-header--unit-t .olbia-post-header__title {
  color: #000;
}
@media (max-width: 991px) {
  .olbia-post-header--d .olbia-post-header__inner {
    height: auto;
    min-height: 250px;
    padding: 0 30px 20px;
  }
  .olbia-post-header--d .olbia-post-header__title {
    margin-bottom: 20px;
  }
}
@media (max-width: 575px) {
  .olbia-post-header--d .olbia-post-header__inner {
    padding: 10px 15px 10px;
  }
  .olbia-post-header--e {
    margin-bottom: 30px;
  }
}

/*-------------------------------------------------------------------------------------------------------------------------------*/
/* POST INFO */
/*-------------------------------------------------------------------------------------------------------------------------------*/
.olbia-post .olbia-post-info {
  padding: 0;
}
@media (max-width: 575px) {
  .olbia-post .olbia-post-info {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .olbia-post .olbia-post-info li {
    margin-bottom: 10px;
  }
}

.olbia-post-header--d .olbia-post-info {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
.olbia-post-header--d .olbia-post-info li {
  color: #fff;
}
.olbia-post-header--d .olbia-post-info li::after {
  background-color: rgba(255, 255, 255, 0.5);
}
.olbia-post-header--d .olbia-post-info a {
  color: #fff;
}
.olbia-post-header--e .olbia-post-info {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 10px;
}
@media (max-width: 991px) {
  .olbia-post-header--d .olbia-post-info {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
}

/*-------------------------------------------------------------------------------------------------------------------------------*/
/* POST NAVIGATION */
/*-------------------------------------------------------------------------------------------------------------------------------*/
/*-------------------------------------------------------------------------------------------------------------------------------*/
/* POST SOCIAL */
/*-------------------------------------------------------------------------------------------------------------------------------*/
@media (max-width: 767px) {
  .olbia-post .olbia-social {
    margin-bottom: 30px;
  }
}

/*-------------------------------------------------------------------------------------------------------------------------------*/
/* POST TAGS */
/*-------------------------------------------------------------------------------------------------------------------------------*/
.olbia-post-tags {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
.olbia-post-tags__label {
  font-family: "Cardo", sans-serif;
  margin-right: 17px;
  font-size: 16px;
  letter-spacing: 2px;
  color: #9b9b9b;
}
.olbia-post-tags__list {
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 0;
  font-size: 16px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.olbia-post-tags__list li {
  margin-right: 10px;
  list-style: none;
  margin-bottom: 10px;
}
.olbia-post-tags__list li:last-child {
  margin-right: 0;
}
.olbia-post-tags__list a {
  border-radius: 12.5px;
  border: solid 1px rgba(0, 0, 0, 0.1);
  color: #000;
  padding: 5px 10px;
  font-size: 10px;
  letter-spacing: 2.5px;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.olbia-post-tags__list a:hover {
  opacity: 0.5;
}
@media (max-width: 767px) {
  .olbia-post-tags {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
}

/*-------------------------------------------------------------------------------------------------------------------------------*/
/* POST DETAILS */
/*-------------------------------------------------------------------------------------------------------------------------------*/
.olbia-post-details {
  margin-bottom: 40px;
}

/*-------------------------------------------------------------------------------------------------------------------------------*/
/* POST COMMENTS */
/*-------------------------------------------------------------------------------------------------------------------------------*/
.olbia-comments p {
  overflow: hidden;
}
.olbia-comments iframe {
  width: 100%;
}
.olbia-comments a {
  text-decoration: none;
  color: #479884;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.olbia-comments a:hover {
  opacity: 0.5;
}
.olbia-comments dl,
.olbia-comments ol,
.olbia-comments ul {
  margin: 10px 0;
}
.olbia-comments dl li,
.olbia-comments ol li,
.olbia-comments ul li {
  margin-bottom: 10px;
}
.olbia-comments table {
  width: 100%;
  margin-top: 20px;
  margin-bottom: 40px;
}
.olbia-comments table th,
.olbia-comments table td {
  padding: 10px;
  border: 1px solid #b7b7b7;
}
.olbia-comments__title {
  text-align: center;
  text-transform: uppercase;
  font-size: 24px;
}
.olbia-comments__title span {
  color: rgba(0, 0, 0, 0.25);
}
.olbia-comments__list {
  padding: 0;
}
.olbia-comments__inner {
  padding-top: 25px;
  padding-bottom: 25px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.olbia-comments__item {
  list-style: none;
}
.olbia-comments__item .children {
  padding-left: 64px;
}
.olbia-comments__content {
  max-width: calc(100% - 98px);
}
.olbia-comments__picture {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-right: 30px;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  overflow: hidden;
  width: 68px;
  border-radius: 50%;
  height: 68px;
}
.olbia-comments__author {
  font-family: "Cardo", sans-serif;
  font-size: 16px;
  letter-spacing: 2.13px;
  color: #000;
  margin-bottom: 15px;
  text-transform: capitalize;
}
.olbia-comments__date {
  font-size: 11px;
  letter-spacing: 2.75px;
  color: rgba(0, 0, 0, 0.5);
  margin-bottom: 10px;
  text-transform: uppercase;
}
.olbia-comments__text {
  margin-bottom: 20px;
}
.olbia-comments__reply a {
  font-size: 12px;
  letter-spacing: 3px;
  text-transform: uppercase;
  text-decoration: none;
  color: rgba(0, 0, 0, 0.5);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.olbia-comments__reply a:hover {
  opacity: 0.5;
}
.olbia-comments__reply a:hover {
  text-decoration: none;
}
.olbia-comments__pingback {
  margin-bottom: 15px;
}
.olbia-comments__pingback a {
  margin: 0 5px;
}
.olbia-comments__pingback .olbia-comments__date {
  position: relative;
  top: -1px;
}
.olbia-comments .comment-edit-link {
  color: rgba(0, 0, 0, 0.5);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.olbia-comments .comment-edit-link:hover {
  opacity: 0.5;
}
.olbia-comments .comment-edit-link:hover {
  text-decoration: none;
}
@media (max-width: 575px) {
  .olbia-comments__item .children {
    padding-left: 0;
  }
}

/*-------------------------------------------------------------------------------------------------------------------------------*/
/* POST COMMENTS FORM */
/*-------------------------------------------------------------------------------------------------------------------------------*/
.olbia-comments-form {
  margin-top: 90px;
}
@media (max-width: 991px) {
  .olbia-comments-form {
    margin-top: 60px;
  }
}

.comment-respond {
  margin-top: 30px;
}

.comment-reply-title {
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 40px;
}
.comment-reply-title a {
  letter-spacing: 2px;
  color: #4a4a4a;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  text-decoration: none;
}
.comment-reply-title a:hover {
  opacity: 0.5;
}
.comment-reply-title small {
  font-size: 13px;
  display: block;
  margin-top: 25px;
}
.comment-form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.comment-form .logged-in-as a {
  font-size: 13px;
  letter-spacing: 2px;
  color: #4a4a4a;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  text-decoration: none;
}
.comment-form .logged-in-as a:hover {
  opacity: 0.5;
}
.comment-form p {
  margin-bottom: 30px;
  width: calc(50% - 15px);
}
.comment-form p:last-child {
  margin-bottom: 0;
}
.comment-form-comment {
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
}
.comment-form .form-submit {
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  margin-top: 20px;
  text-align: center;
}
.comment-form input:not([type=submit]),
.comment-form textarea,
.comment-form select {
  width: 100%;
  border: none;
  height: 48px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  font-family: "Roboto", sans-serif;
  font-size: 14px;
  letter-spacing: 2px;
  color: rgba(0, 0, 0, 0.7);
  outline: none;
  background-color: transparent;
}
.comment-form input:not([type=submit])::-webkit-input-placeholder, .comment-form textarea::-webkit-input-placeholder, .comment-form select::-webkit-input-placeholder {
  color: rgba(0, 0, 0, 0.7);
}
.comment-form input:not([type=submit])::-moz-placeholder, .comment-form textarea::-moz-placeholder, .comment-form select::-moz-placeholder {
  color: rgba(0, 0, 0, 0.7);
}
.comment-form input:not([type=submit]):-ms-input-placeholder, .comment-form textarea:-ms-input-placeholder, .comment-form select:-ms-input-placeholder {
  color: rgba(0, 0, 0, 0.7);
}
.comment-form input:not([type=submit])::-ms-input-placeholder, .comment-form textarea::-ms-input-placeholder, .comment-form select::-ms-input-placeholder {
  color: rgba(0, 0, 0, 0.7);
}
.comment-form input:not([type=submit])::placeholder,
.comment-form textarea::placeholder,
.comment-form select::placeholder {
  color: rgba(0, 0, 0, 0.7);
}
.comment-form textarea {
  min-height: 48px;
  height: 152px;
  padding-top: 12px;
}
.comment-form input[type=submit] {
  font-size: 12px;
  color: #000;
  border: 1px solid #000;
  padding: 17px 36px;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 3px;
  background-color: transparent;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  font-family: "Asul", sans-serif;
}
.comment-form input[type=submit]:hover {
  opacity: 0.5;
}
@media (max-width: 575px) {
  .comment-form p {
    width: auto;
  }
}

/*-------------------------------------------------------------------------------------------------------------------------------*/
/* POST */
/*-------------------------------------------------------------------------------------------------------------------------------*/
.olbia-post {
  padding-bottom: 130px;
  padding-top: 50px;
  background-color: #f7f7f7;
}
@media (max-width: 991px) {
  .olbia-post {
    padding-bottom: 100px;
  }
}
@media (max-width: 575px) {
  .olbia-post {
    padding-bottom: 60px;
    padding-top: 40px;
  }
}

.olbia-post-picture__image {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
}

.post-nav-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  margin: 40px 0;
}
.post-nav-links .post-page-numbers {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 14px;
  color: rgba(0, 0, 0, 0.5);
  margin: 0 10px;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
  position: relative;
  width: 32px;
  height: 32px;
}
.post-nav-links .post-page-numbers:first-child {
  margin-left: 20px;
}
.post-nav-links .post-page-numbers.current {
  background-color: #000;
  border-radius: 50%;
  color: #fff;
}
.post-nav-links .post-page-numbers:hover {
  text-decoration: none;
  color: #000;
}

/*-------------------------------------------------------------------------------------------------------------------------------*/
/* BLOG CAT */
/*-------------------------------------------------------------------------------------------------------------------------------*/
.olbia-blog-cat {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  padding: 0;
  margin-bottom: 0;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.olbia-blog-cat__item {
  list-style: none;
  padding-left: 12px;
  margin: 7px 0 0 40px;
}
.olbia-blog-cat__item--current {
  position: relative;
}
.olbia-blog-cat__item--current .olbia-blog-cat__link {
  color: #000 !important;
}
.olbia-blog-cat__item--current::before {
  display: inline-block;
  content: "";
  position: absolute;
  left: 50%;
  top: -5px;
  width: 4px;
  height: 4px;
  background-color: #000;
  border-radius: 50%;
  -webkit-transform: translateX(50%);
  transform: translateX(50%);
}
.olbia-blog-cat__item--transition::after {
  -webkit-animation: pulse 0.7s infinite;
  animation: pulse 0.7s infinite;
}
.olbia-blog-cat__link {
  font-size: 12px;
  letter-spacing: 3px;
  color: rgba(0, 0, 0, 0.5);
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
  text-transform: uppercase;
}
.olbia-blog-cat__link:hover {
  text-decoration: none;
  color: #000;
}
.olbia-blog-cat--sidebar {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.olbia-blog-cat--sidebar .olbia-blog-cat__item {
  margin: 0 0 15px 0;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}
.olbia-blog-cat--sidebar .olbia-blog-cat__link--current::after {
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
@media (max-width: 767px) {
  .olbia-blog-cat {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .olbia-blog-cat__item {
    margin: 7px 15px;
  }
}
@media (max-width: 575px) {
  .olbia-blog-cat__item {
    margin: 7px 10px;
  }
}

/*-------------------------------------------------------------------------------------------------------------------------------*/
/* BLOG HEADER */
/*-------------------------------------------------------------------------------------------------------------------------------*/
.olbia-blog-header {
  padding: 36px 0;
}
.olbia-blog-header .row {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.olbia-blog-header__title {
  margin-bottom: 0;
}
.olbia-blog-header__title span {
  font-family: "Times-Roman", serif;
}
.olbia-blog-header--b .olbia-blog-header__title {
  margin-bottom: 30px;
  text-align: center;
}
.olbia-blog-header--b .olbia-blog-cat {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.olbia-blog-header--f .olbia-blog-header__title {
  margin-bottom: 0;
}
@media (max-width: 991px) {
  .olbia-blog-header--b .olbia-blog-header__title {
    margin-bottom: 20px;
  }
}
@media (max-width: 767px) {
  .olbia-blog-header__title {
    text-align: center;
    margin-bottom: 20px;
  }
}

/*-------------------------------------------------------------------------------------------------------------------------------*/
/* BLOG LOAD MORE */
/*-------------------------------------------------------------------------------------------------------------------------------*/
.olbia-load-more {
  text-align: center;
}
.olbia-load-more__button {
  border: 1px solid #000;
  font-size: 12px;
  color: #000;
  padding: 17px 36px;
  text-transform: uppercase;
  letter-spacing: 3px;
  background-color: transparent;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.olbia-load-more__button:hover {
  opacity: 0.5;
}
.olbia-load-more__button:focus {
  outline: none;
}
.olbia-load-more__button[disable=disable] {
  opacity: 0.5;
}
@media (max-width: 991px) {
  .olbia-load-more__button {
    width: 100%;
  }
}

/*-------------------------------------------------------------------------------------------------------------------------------*/
/* BLOG NAV */
/*-------------------------------------------------------------------------------------------------------------------------------*/
.olbia-blog--d-1 .olbia-blog-nav .container {
  max-width: 975px;
}
.olbia-blog--c .olbia-blog-nav, .olbia-blog--e .olbia-blog-nav {
  margin-top: 30px;
}
.olbia-blog--f .olbia-blog-nav .container {
  padding: 0;
}

.olbia-blog-nav {
  margin-top: 60px;
}
.olbia-blog-nav .pagination {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
}
.olbia-blog-nav .pagination .next,
.olbia-blog-nav .pagination .prev {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.olbia-blog-nav .pagination .next:hover,
.olbia-blog-nav .pagination .prev:hover {
  opacity: 0.5;
}
.olbia-blog-nav .pagination .prev {
  left: 0;
  margin-left: 0;
}
.olbia-blog-nav .pagination .next {
  right: 0;
  margin-right: 0;
}
.olbia-blog-nav .page-numbers {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 14px;
  color: rgba(0, 0, 0, 0.5);
  margin: 0 10px;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
  width: 32px;
  height: 32px;
}
.olbia-blog-nav .page-numbers:hover {
  text-decoration: none;
  color: #000;
}
.olbia-blog-nav .page-numbers.current {
  background-color: #000;
  border-radius: 50%;
  color: #fff;
}

.olbia-blog-nav {
  margin-top: 60px;
}
.olbia-blog-nav__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
}
.olbia-blog-nav__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 14px;
  color: rgba(0, 0, 0, 0.5);
  margin: 0 10px;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
  width: 32px;
  height: 32px;
}
.olbia-blog-nav__link:hover {
  text-decoration: none;
  color: #000;
}
.olbia-blog-nav__link--current {
  background-color: #000;
  border-radius: 50%;
  color: #fff !important;
  position: relative;
}
.olbia-blog-nav__arrow {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.olbia-blog-nav__arrow:hover {
  opacity: 0.5;
}
.olbia-blog-nav__prev {
  left: 0;
}
.olbia-blog-nav__next {
  right: 0;
}

/*-------------------------------------------------------------------------------------------------------------------------------*/
/* BLOG POST */
/*-------------------------------------------------------------------------------------------------------------------------------*/
.olbia-blog-post__title {
  margin-bottom: 25px;
  word-break: break-word;
}
.olbia-blog-post__title a {
  color: #000;
  text-decoration: none;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.olbia-blog-post__title a:hover {
  opacity: 0.5;
}
.olbia-blog-post__thumb-link {
  text-decoration: none;
}
.olbia-blog-post__desc {
  margin-bottom: 35px;
}
.olbia-blog-post__desc p:last-child {
  margin-bottom: 0;
}
.olbia-blog-post--a {
  background-color: #fff;
}
.olbia-blog-post--a .olbia-blog-post__content {
  padding: 85px 50px;
  text-align: center;
}
.olbia-blog-post--a .olbia-blog-post__thumb-link {
  display: block;
  height: 100%;
  width: 100%;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.olbia-blog-post--a .olbia-blog-post__thumb-link:hover {
  opacity: 0.5;
}
@media (max-width: 767px) {
  .olbia-blog-post--a .olbia-blog-post__picture {
    height: 250px;
  }
  .olbia-blog-post--a .olbia-blog-post__content {
    padding: 20px 20px 40px 20px;
  }
}
.olbia-blog-post--b {
  background-color: #fff;
  padding: 30px;
}
.olbia-blog-post--b .olbia-blog-overlay::after {
  background-image: unset;
  background-color: rgba(0, 0, 0, 0.5);
  opacity: 0;
}
.olbia-blog-post--b:hover .olbia-blog-post__link {
  opacity: 1;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.olbia-blog-post--b:hover .olbia-blog-post__link:hover {
  opacity: 0.5;
}
.olbia-blog-post--b:hover .olbia-blog-overlay::after {
  opacity: 1;
}
.olbia-blog-post--b .olbia-blog-post__content {
  padding: 25px 0 0;
}
.olbia-blog-post--b .olbia-blog-post__title {
  margin-bottom: 15px;
}
.olbia-blog-post--b .olbia-blog-post__desc {
  margin-bottom: 0;
}
.olbia-blog-post--b .olbia-blog-post__picture {
  position: relative;
}
.olbia-blog-post--b .olbia-blog-post__picture img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
@media (max-width: 991px) {
  .olbia-blog-post--b {
    padding: 20px;
  }
  .olbia-blog-post--b .olbia-blog-post__picture {
    height: 250px;
  }
}
.olbia-blog-post--c .olbia-blog-post__picture {
  height: 370px;
}
@media (max-width: 991px) {
  .olbia-blog-post--c .olbia-blog-post__picture {
    height: 250px;
  }
}
.olbia-blog-post--d {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  text-align: center;
}
.olbia-blog-post--d .olbia-blog-post__picture {
  max-width: 945px;
  margin: 0 auto;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.olbia-blog-post--d .olbia-blog-post__picture:hover {
  opacity: 0.5;
}
.olbia-blog-post--d .olbia-blog-post__content {
  max-width: 470px;
  margin: 0 auto;
  padding: 25px 0 50px 0;
}
.olbia-blog-post--d-1 {
  text-align: center;
}
.olbia-blog-post--d-1:hover .olbia-blog-post__link {
  opacity: 1;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.olbia-blog-post--d-1:hover .olbia-blog-post__link:hover {
  opacity: 0.5;
}
.olbia-blog-post--d-1 .olbia-blog-post__picture {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  position: relative;
  max-width: 945px;
  margin: 0 auto;
}
.olbia-blog-post--d-1 .olbia-blog-post__content {
  padding: 40px 50px 40px 50px;
  z-index: 5;
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  text-align: left;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.olbia-blog-post--d-1 .olbia-blog-post__title {
  margin-bottom: 0;
}
.olbia-blog-post--d-1 .olbia-blog-post__title a {
  color: #fff;
}
.olbia-blog-post--d-1-small .olbia-blog-post__content {
  text-align: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse;
}
@media (max-width: 991px) {
  .olbia-blog-post--d-1 .olbia-blog-post__content {
    padding: 30px 40px;
  }
}
@media (max-width: 767px) {
  .olbia-blog-post--d-1-big .olbia-blog-post__content {
    text-align: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
}
@media (max-width: 575px) {
  .olbia-blog-post--d-1 .olbia-blog-post__picture {
    width: 100%;
  }
  .olbia-blog-post--d-1 .olbia-blog-post__picture img {
    height: 350px;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
  }
}
.olbia-blog-post--e .olbia-blog-overlay::before {
  display: block;
  background-image: unset;
  background-color: rgba(0, 0, 0, 0.5);
  opacity: 0;
  z-index: 5;
}
.olbia-blog-post--e:hover .olbia-blog-overlay::before {
  opacity: 1;
}
.olbia-blog-post--e .olbia-blog-post__content {
  padding: 40px 20px;
}
.olbia-blog-post--e .olbia-blog-post__picture {
  height: 480px;
  width: auto;
}
.olbia-blog-post--e .olbia-blog-post__picture img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
@media (max-width: 767px) {
  .olbia-blog-post--e {
    min-height: 300px;
  }
}
.olbia-blog-post--f-big .olbia-blog-post__picture {
  width: auto;
  height: 480px;
}
.olbia-blog-post--f-big .olbia-blog-post__picture img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.olbia-blog-post--f:hover .olbia-blog-post__content {
  background-color: #fff;
}
.olbia-blog-post--f .olbia-blog-post__content {
  padding: 30px 80px 35px 40px;
  text-align: left;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.olbia-blog-post--f .olbia-blog-post__thumb-link {
  display: block;
  height: 100%;
  width: 100%;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.olbia-blog-post--f .olbia-blog-post__thumb-link:hover {
  opacity: 0.5;
}
@media (max-width: 767px) {
  .olbia-blog-post--f {
    background-color: #fff;
  }
  .olbia-blog-post--f .olbia-blog-post__picture {
    min-height: 200px;
  }
}
@media (max-width: 575px) {
  .olbia-blog-post--f .olbia-blog-post__content {
    padding: 20px 20px 30px 20px;
  }
}

/*-------------------------------------------------------------------------------------------------------------------------------*/
/* BLOG POSTS */
/*-------------------------------------------------------------------------------------------------------------------------------*/
.olbia-blog-posts__item {
  list-style: none;
}
.olbia-blog-posts .sticky {
  border: 1px dashed #000;
  position: relative;
}
.olbia-blog-posts .sticky:before {
  content: "\e832";
  position: absolute;
  top: -30px;
  right: -25px;
  font-size: 30px;
  font-family: "Linearicons-Free";
}
.olbia-blog-posts--a .olbia-blog-posts__list {
  padding: 0;
  margin: 0;
}
.olbia-blog-posts--a .olbia-blog-posts__item {
  margin-bottom: 30px;
}
.olbia-blog-posts--a .olbia-blog-posts__item:last-child {
  margin-bottom: 0;
}
.olbia-blog-posts--a .olbia-blog-posts__item:nth-child(even) .row {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.olbia-blog-posts--b {
  padding-bottom: 10px;
  position: relative;
}
.olbia-blog-posts--b::after {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  height: 100%;
  width: 1px;
  background-color: rgba(0, 0, 0, 0.15);
}
@media (max-width: 767px) {
  .olbia-blog-posts--b {
    padding-bottom: 20px;
  }
}
@media (max-width: 575px) {
  .olbia-blog-posts--b {
    padding-bottom: 0;
  }
}
.olbia-blog-posts--c .olbia-blog-posts__item {
  margin-bottom: 30px;
}
.olbia-blog-posts--d .olbia-blog-posts__item {
  margin-bottom: 50px;
}
.olbia-blog-posts--d .olbia-blog-posts__item:last-child {
  margin-bottom: 0;
}
.olbia-blog-posts--d-1 .olbia-blog-posts__item {
  margin-bottom: 50px;
}
.olbia-blog-posts--d-1 .olbia-blog-posts__item:last-child {
  margin-bottom: 0;
}
.olbia-blog-posts--e .olbia-blog-posts__item {
  margin-bottom: 30px;
}
.olbia-blog-posts--f {
  padding-bottom: 40px;
  margin-bottom: 60px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.olbia-blog-posts--f .olbia-blog-posts__item {
  margin-bottom: 40px;
}
.olbia-blog-posts--f .olbia-blog-posts__item:last-child {
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .olbia-blog-posts--d-1 .olbia-blog-posts__item {
    margin-bottom: 30px;
  }
  .olbia-blog-posts--d-1 .olbia-blog-posts__item:last-child {
    margin-bottom: 0;
  }
  .olbia-blog-posts--b .container {
    max-width: unset;
  }
}
@media (max-width: 575px) {
  .olbia-blog-posts--b::after {
    display: none;
  }
}

/*-------------------------------------------------------------------------------------------------------------------------------*/
/* BLOG SEARCHFORM */
/*-------------------------------------------------------------------------------------------------------------------------------*/
.searchform {
  padding: 30px;
  background-color: #fff;
}
.searchform__field {
  position: relative;
}
.searchform input[type=text] {
  width: 100%;
  border: none;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  font-family: "Roboto", sans-serif;
  font-size: 14px;
  letter-spacing: 2px;
  color: rgba(0, 0, 0, 0.7);
  height: 30px;
  outline: none;
  padding-right: 30px;
}
.searchform input[type=text]::-webkit-input-placeholder {
  color: rgba(0, 0, 0, 0.7);
}
.searchform input[type=text]::-moz-placeholder {
  color: rgba(0, 0, 0, 0.7);
}
.searchform input[type=text]:-ms-input-placeholder {
  color: rgba(0, 0, 0, 0.7);
}
.searchform input[type=text]::-ms-input-placeholder {
  color: rgba(0, 0, 0, 0.7);
}
.searchform input[type=text]::placeholder {
  color: rgba(0, 0, 0, 0.7);
}
.searchform__button {
  border: none;
  position: absolute;
  right: 0;
  top: 0;
  background-color: transparent;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.searchform__button:hover {
  opacity: 0.5;
}
.searchform__button:focus {
  outline: none;
}
.searchform__img--white {
  display: none;
}

/*-------------------------------------------------------------------------------------------------------------------------------*/
/* BLOG POST INFO */
/*-------------------------------------------------------------------------------------------------------------------------------*/
.olbia-blog-post--a .olbia-post-info {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 20px;
}
.olbia-blog-post--b .olbia-post-info {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  margin-bottom: 15px;
}
.olbia-blog-post--d .olbia-post-info {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 15px;
}
.olbia-blog-post--d-1-big .olbia-post-info {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
.olbia-blog-post--d-1-small .olbia-post-info {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.olbia-blog-post--d-1-small .olbia-post-info li {
  margin-bottom: 15px;
}
.olbia-blog-post--d-1 .olbia-post-info li::after {
  background-color: rgba(255, 255, 255, 0.5);
}
.olbia-blog-post--d-1 .olbia-post-info li a {
  color: #fff;
}
.olbia-blog-post--f-big .olbia-post-info {
  margin-bottom: 0;
}
.olbia-blog-post--f-big .olbia-post-info li::after {
  background-color: rgba(255, 255, 255, 0.5);
}
.olbia-blog-post--f-big .olbia-post-info li a {
  color: #fff;
}
.olbia-blog-post--f .olbia-post-info {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  margin-bottom: 15px;
}
@media (max-width: 767px) {
  .olbia-blog-post--f .olbia-post-info {
    width: 100%;
  }
  .olbia-blog-post--a .olbia-post-info {
    margin-bottom: 15px;
  }
  .olbia-blog-post--d-1-big .olbia-post-info {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .olbia-blog-post--d-1-big .olbia-post-info li {
    margin-bottom: 15px;
  }
}

/*-------------------------------------------------------------------------------------------------------------------------------*/
/* GRID */
/*-------------------------------------------------------------------------------------------------------------------------------*/
.olbia-grid-item {
  max-width: 50%;
  padding-top: 40px;
  margin-bottom: 40px;
  position: relative;
}
.olbia-grid-item::after {
  content: "";
  position: absolute;
  top: 0;
  height: 1px;
  width: 100px;
  background-color: rgba(0, 0, 0, 0.15);
}
.olbia-grid-item[style*="left: 0%"] {
  padding-right: 40px;
}
.olbia-grid-item[style*="left: 0%"]::after {
  right: 0;
}
.olbia-grid-item:not([style*="left: 0%"]) {
  padding-left: 40px;
}
.olbia-grid-item:not([style*="left: 0%"])::after {
  left: 0;
}
.olbia-grid-item--offset {
  margin-top: 40px;
}
.olbia-grid-item--vertical.olbia-blog-post__picture {
  height: 610px;
}
.olbia-grid-item--horizontal.olbia-blog-post__picture {
  height: 350px;
}
@media (max-width: 1199px) {
  .olbia-grid-item--vertical.olbia-blog-post__picture {
    height: 500px;
  }
  .olbia-grid-item--horizontal.olbia-blog-post__picture {
    height: 300px;
  }
}
@media (max-width: 991px) {
  .olbia-grid-item--vertical.olbia-blog-post__picture {
    height: 300px;
  }
  .olbia-grid-item--horizontal.olbia-blog-post__picture {
    height: 200px;
  }
}
@media (max-width: 767px) {
  .olbia-grid-item {
    padding-top: 30px;
    margin-bottom: 30px;
  }
  .olbia-grid-item[style*="left: 0%"] {
    padding-right: 20px;
  }
  .olbia-grid-item[style*="left: 0%"]::after {
    right: 0;
  }
  .olbia-grid-item:not([style*="left: 0%"]) {
    padding-left: 20px;
  }
  .olbia-grid-item:not([style*="left: 0%"])::after {
    left: 0;
  }
  .olbia-grid-item--offset {
    margin-top: 30px;
  }
}
@media (max-width: 575px) {
  .olbia-grid-item {
    max-width: 100%;
    padding-top: 0;
    margin-bottom: 30px;
  }
  .olbia-grid-item[style*="left: 0%"] {
    padding-right: 15px;
  }
  .olbia-grid-item--offset {
    margin-top: 0;
  }
  .olbia-grid-item::after {
    display: none;
  }
}

/*-------------------------------------------------------------------------------------------------------------------------------*/
/* BLOG */
/*-------------------------------------------------------------------------------------------------------------------------------*/
.olbia-blog {
  padding-bottom: 100px;
  background-color: #f7f7f7;
}
.olbia-blog .gallery {
  margin-left: 0;
  margin-right: 0;
}
.olbia-blog--b .olbia-blog-posts {
  opacity: 0;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.olbia-blog--b .olbia-blog-posts.active {
  opacity: 1;
}
@media (max-width: 575px) {
  .olbia-blog {
    padding-bottom: 60px;
  }
}

.olbia-blog-overlay-link .olbia-blog-post__link {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 5;
  opacity: 0;
}
.olbia-blog-overlay-link .olbia-blog-post__link:hover {
  opacity: 0.5;
}

.olbia-blog-overlay::after, .olbia-blog-overlay::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), to(rgba(0, 0, 0, 0.75)));
  background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0), rgba(0, 0, 0, 0.75));
  top: 0;
  left: 0;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.olbia-blog-overlay::before {
  display: none;
}

/*-------------------------------------------------------------------------------------------------------------------------------*/
/* BLOG SIDEBAR */
/*-------------------------------------------------------------------------------------------------------------------------------*/
.olbia-blog-sidebar {
  font-size: 13px;
  color: #000;
}
.olbia-blog-sidebar > div {
  margin-bottom: 25px;
}
.olbia-blog-sidebar ul,
.olbia-blog-sidebar ol {
  list-style: none;
  padding-left: 0;
}
.olbia-blog-sidebar h5 {
  text-transform: uppercase;
  margin-bottom: 15px;
}
.olbia-blog-sidebar p,
.olbia-blog-sidebar .recentcomments,
.olbia-blog-sidebar .rssSummary {
  font-family: "Roboto", sans-serif;
  font-size: 14px;
  color: #4a4a4a;
  line-height: 1.71;
  margin-bottom: 20px;
}
.olbia-blog-sidebar .comment-author-link {
  font-style: italic;
}
.olbia-blog-sidebar .rssSummary {
  margin-bottom: 5px;
}
.olbia-blog-sidebar .widget_rss li {
  margin-bottom: 15px;
}
.olbia-blog-sidebar .widget_rss a.rsswidget {
  margin-right: 10px;
}
.olbia-blog-sidebar .widget_rss .rss-date {
  display: block;
  font-family: "Cardo", sans-serif;
  font-size: 12px;
  margin: 5px 0;
}
.olbia-blog-sidebar .widget_recent_comments li.recentcomments {
  margin-bottom: 15px;
}
.olbia-blog-sidebar a {
  font-family: "Asul", sans-serif;
  letter-spacing: 3px;
  color: rgba(0, 0, 0, 0.5);
}
.olbia-blog-sidebar a.olbia-blog-cat__link--current {
  color: #000;
}
.olbia-blog-sidebar a:hover {
  text-decoration: none;
  color: #000;
}
.olbia-blog-sidebar ul {
  padding: 30px;
  width: 100%;
}
.olbia-blog-sidebar ul.olbia-blog-cat {
  padding: 30px;
}
.olbia-blog-sidebar ul li {
  margin-bottom: 12px;
}
.olbia-blog-sidebar ul li:last-child {
  margin-bottom: 0;
}
.olbia-blog-sidebar ul .children {
  margin-top: 12px;
  margin-bottom: 0;
  padding: 0;
}
.olbia-blog-sidebar table {
  color: #9b9b9b;
  width: 100%;
  letter-spacing: 2px;
}
.olbia-blog-sidebar table a {
  letter-spacing: 2px;
}
.olbia-blog-sidebar table caption {
  color: #9b9b9b;
}
.olbia-blog-sidebar select,
.olbia-blog-sidebar input {
  width: 100%;
  background-color: #fff;
  border: none;
  padding: 5px;
  font-family: "Roboto", sans-serif;
  font-size: 14px;
  letter-spacing: 2px;
  color: rgba(0, 0, 0, 0.7);
  outline: none;
}
.olbia-blog-sidebar select {
  background-image: url(data:image/svg+xml;base64,PHN2ZyBmaWxsPSdibGFjaycgaGVpZ2h0PScyNCcgdmlld0JveD0nMCAwIDI0IDI0JyB3aWR0aD0nMjQnIHhtbG5zPSdodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2Zyc+PHBhdGggZD0nTTcgMTBsNSA1IDUtNXonLz48cGF0aCBkPSdNMCAwaDI0djI0SDB6JyBmaWxsPSdub25lJy8+PC9zdmc+);
  background-repeat: no-repeat;
  background-position-x: 95%;
  background-position-y: center;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  padding: 20px;
}
.olbia-blog-sidebar cite {
  font-family: "Cardo", sans-serif;
}
.olbia-blog-sidebar .wp-caption {
  padding: 10px;
  border: none;
}
.olbia-blog-sidebar .wp-caption-text {
  color: #4a4a4a;
  padding: 0;
  line-height: 20px;
}
.olbia-blog-sidebar .tagcloud a {
  display: inline-block;
  font-size: 14px !important;
  margin-right: 10px;
  margin-bottom: 5px;
}
.olbia-blog-sidebar .tagcloud a::before {
  content: "#";
  opacity: 0.5;
}
.olbia-blog-sidebar .tagcloud a:last-child {
  margin-bottom: 0;
}
.olbia-blog-sidebar .wp-calendar-table {
  margin: 0;
}
.olbia-blog-sidebar .wp-calendar-table td {
  padding: 6px;
}
.olbia-blog-sidebar .calendar_wrap,
.olbia-blog-sidebar .tagcloud {
  padding: 30px;
  background-color: #fff;
}
.olbia-blog-sidebar .logo-text {
  font-family: "Notera Personal Use Only", sans-serif;
  font-size: 60px;
  line-height: 40px;
  color: #000;
}
.olbia-blog-sidebar .logo-text:hover {
  text-decoration: none;
}
.olbia-blog-sidebar .menu .sub-menu {
  margin-top: 12px;
  padding: 0;
}
.olbia-blog-sidebar .textwidget {
  padding: 30px;
  background-color: #fff;
}
.olbia-blog-sidebar .textwidget select,
.olbia-blog-sidebar .textwidget input {
  border: 1px solid #000;
  padding: 10px;
}
.olbia-blog-sidebar .textwidget img {
  margin: 10px 0;
}
.olbia-blog-sidebar .olbia-social {
  background-color: #fff;
}
.olbia-blog-sidebar .olbia-social__list {
  padding: 30px;
}
.olbia-blog-sidebar .olbia-social__list a:hover {
  color: #000;
  opacity: 1;
}
.olbia-blog-sidebar .olbia-social__item {
  margin-bottom: 0;
}
.olbia-blog-sidebar .olbia-blog-featured {
  padding: 0;
  background-color: transparent;
}
.olbia-blog-sidebar .olbia-blog-featured__item {
  margin-bottom: 20px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.olbia-blog-sidebar .olbia-blog-featured__item:hover {
  opacity: 0.5;
}
.olbia-blog-sidebar .olbia-blog-featured__title {
  text-transform: capitalize;
}
@media (max-width: 991px) {
  .olbia-blog-sidebar {
    margin-top: 50px;
  }
}
.olbia-blog-sidebar .yikes-mailchimp-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.olbia-blog-sidebar .yikes-mailchimp-container label {
  margin-bottom: 20px;
}
.olbia-blog-sidebar .yikes-mailchimp-container img.yikes-mailchimp-preloader {
  display: none;
}
.olbia-blog-sidebar .yikes-mailchimp-container .edit-link {
  display: none;
}
.olbia-blog-sidebar .yikes-mailchimp-container .yikes-easy-mc-success-message, .olbia-blog-sidebar .yikes-mailchimp-container .yikes-easy-mc-error-message {
  background-color: transparent;
  color: #4a4a4a;
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
  margin-bottom: 0;
  padding: 0;
  text-align: center;
  margin-top: 10px;
}
.olbia-blog-sidebar .yikes-mailchimp-container input:not([type=submit]) {
  width: 100%;
  border: none;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  font-family: "Roboto", sans-serif;
  font-size: 14px;
  letter-spacing: 2px;
  color: rgba(0, 0, 0, 0.7);
  height: 30px;
  outline: none;
  padding: 0;
  margin-bottom: 0;
  background-color: transparent;
}
.olbia-blog-sidebar .yikes-mailchimp-container input:not([type=submit]):focus {
  outline: none;
}
.olbia-blog-sidebar .yikes-mailchimp-container input:not([type=submit])::-webkit-input-placeholder {
  color: rgba(0, 0, 0, 0.7);
}
.olbia-blog-sidebar .yikes-mailchimp-container input:not([type=submit])::-moz-placeholder {
  color: rgba(0, 0, 0, 0.7);
}
.olbia-blog-sidebar .yikes-mailchimp-container input:not([type=submit]):-ms-input-placeholder {
  color: rgba(0, 0, 0, 0.7);
}
.olbia-blog-sidebar .yikes-mailchimp-container input:not([type=submit])::-ms-input-placeholder {
  color: rgba(0, 0, 0, 0.7);
}
.olbia-blog-sidebar .yikes-mailchimp-container input:not([type=submit])::placeholder {
  color: rgba(0, 0, 0, 0.7);
}
.olbia-blog-sidebar .yikes-mailchimp-container button[type=submit] {
  font-size: 12px;
  color: #000;
  border: 1px solid #000;
  height: 56px;
  padding: 0;
  width: 100%;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 3px;
  background-color: transparent;
  cursor: pointer;
  margin-top: 20px;
  border-radius: 0;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.olbia-blog-sidebar .yikes-mailchimp-container button[type=submit]:hover {
  opacity: 0.5;
}
.olbia-blog-sidebar .yikes-mailchimp-container button[type=submit]:focus, .olbia-blog-sidebar .yikes-mailchimp-container button[type=submit]:active {
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  outline: none !important;
  color: #000 !important;
  border: 1px solid #000 !important;
  background-color: transparent !important;
}

.olbia-blog-widget > ul {
  background-color: #fff;
}
.olbia-blog-widget.widget_nav_menu > div {
  background-color: #fff;
}
.olbia-blog-widget.widget_nav_menu .sub-menu {
  margin-bottom: 0;
}

/*-------------------------------------------------------------------------------------------------------------------------------*/
/* FRONT PAGE */
/*-------------------------------------------------------------------------------------------------------------------------------*/
.elementor-page .olbia-blog-post__picture img {
  height: 100% !important;
}