.single-viana-do-castelo .entry-title {
  display: none;
}

.vcastelo-breadcrumb .rank-math-breadcrumb {
  padding: 10px 0;
  font-size: 14px;
}

.vcastelo-breadcrumb .rank-math-breadcrumb .separator {
  margin: 0 5px;
}

.single-viana-do-castelo .featured-image {
  display: none;
}

.single-viana-do-castelo .entry-content {
  max-width: var(--max-content-width);
  margin: 0 auto;
  padding: 20px var(--content-padding) var(--section-pad-bot)
    var(--content-padding);
}

.single-viana-do-castelo .vcastelo-entry-heading .title-1 {
  color: var(--neutral-11);
}

.single-viana-do-castelo .wp-block-heading {
  color: var(--color-dark);
}

.single-viana-do-castelo .vcastelo-entry-heading .title-1 {
  margin-bottom: 5px;
}

.single-viana-do-castelo .vcastelo-entry-sub-heading .subtitle {
  font-size: 24px;
  font-weight: 300;
  line-height: 1.7;
  margin-bottom: 0;
}

.single-viana-do-castelo .gpc-divider {
  padding: 20px 0;
}

@media (min-width: 768px) {
  .vcastelo-entry-content {
    padding-right: 40px;
  }
}

.single-viana-do-castelo .gpc-post-thumbnail {
  position: relative;
  overflow: hidden;
  height: 400px;
  text-align: center;
}

.single-viana-do-castelo .gpc-post-thumbnail-img {
  width: auto;
  max-height: 400px;
  object-fit: cover;
  object-position: center center;
  transition: all 0.3s linear;
}

/*Gallery*/

.single-viana-do-castelo .owl-experiences .owl-stage {
  display: flex;
}

.single-viana-do-castelo .owl-experiences .owl-item {
  display: flex;
  flex: 1 0 auto;
}

.single-viana-do-castelo .owl-experiences .owl-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  max-width: initial;
}

.single-viana-do-castelo .owl-experiences .owl-nav {
  margin-top: 0;
  text-align: center;
}
.single-viana-do-castelo .owl-experiences .owl-nav button.owl-prev {
  right: 20px;
}
.single-viana-do-castelo .owl-experiences .owl-nav button.owl-next {
  left: 20px;
}
.single-viana-do-castelo .owl-experiences .owl-nav [class*="owl-"] {
  background: none;
  background-color: transparent !important;
  z-index: 9;
  position: absolute;
  margin: 0;
  top: 50%;
  overflow: hidden;
}
.single-viana-do-castelo .owl-experiences .owl-nav button .fa-solid {
  position: relative;
  overflow: hidden;
  width: 40px;
  height: 40px;
  line-height: 40px;
  border: 0;
  background-color: var(--color-dark);
  color: var(--color-white);
  font-size: 17px;
  text-align: center;
}

.single-viana-do-castelo .owl-experiences .owl-nav button .fa-solid {
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

.single-viana-do-castelo .owl-experiences .owl-nav button {
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}

.single-viana-do-castelo .owl-experiences .fa-chevron-left {
  -webkit-transform: translateX(-350px);
  -moz-transform: translateX(-350px);
  -o-transform: translateX(-350px);
  -ms-transform: translateX(-350px);
  transform: translateX(-350px);
  transform: translateX(-350px);
}

.single-viana-do-castelo .owl-experiences .fa-chevron-right {
  -webkit-transform: translateX(350px);
  -moz-transform: translateX(350px);
  -o-transform: translateX(350px);
  -ms-transform: translateX(350px);
  transform: translateX(350px);
}

.single-viana-do-castelo .owl-experiences:hover .owl-nav button .fa-solid,
.single-viana-do-castelo .owl-experiences .owl-nav button:focus .fa-solid,
.single-viana-do-castelo
  .owl-experiences
  .owl-nav
  button:hover
  .fa-solid:after {
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
}

.single-viana-do-castelo .owl-experiences .owl-nav button .fa-solid {
  border-radius: 100%;
  -o-border-radius: 100%;
  -ms-border-radius: 100%;
  -moz-border-radius: 100%;
  -webkit-border-radius: 100%;
}

.single-viana-do-castelo .owl-experiences .owl-nav button .fa-solid {
  -webkit-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.26);
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.26);
  -moz-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.26);
  -o-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.26);
  -ms-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.26);
}
