:root{
--primary-color: #f48585;
--primary-font: 'Inter', sans-serif;
--secondary-font: 'Cormorant Garamond', serif;
} .site-header .site-branding .site-title{
font-size: 3em;
}
.header-layout-two {
padding: 0;
display: block;
}
.header-layout-two .header-t {
background-size: cover !important;
text-align: center;
padding: 30px 0 25px;
}
.header-layout-two .site-branding {
width: 100%;
}
.header-layout-two .site-branding.has-logo-text {
justify-content: center;
}
.header-layout-two .site-branding.has-logo-text .custom-logo-link {
float: left;
}
.header-layout-two .site-branding.has-logo-text .site-title-wrap {
width: auto;
text-align: left;
}
.header-layout-two .header-b {
background: #fff;
padding: 18px 0 17px;
}
.header-layout-two .main-navigation {
float: left;
width: auto;
}
.header-layout-two .main-navigation ul ul {
padding-top: 18px;
}
.header-layout-two .main-navigation ul ul ul {
padding-top: 0;
}
.header-layout-two .tools {
float: right;
width: auto;
}
.clearfix:after {
display: block;
clear: both;
content: '';
}
.logged-in .search-form-holder {
margin-top: 32px;
}
.search-form-holder .search-form input[type="search"]:focus{
outline: none;
} .blog #primary .post .entry-header .entry-title a,
.banner-layout-two .text-holder .entry-title a,
.banner-slider .item .text-holder .entry-title a{
background-image: linear-gradient(180deg, transparent 95%, var(--primary-color) 0);
background-size: 0% 100%;
background-repeat: no-repeat;
-webkit-transition: background-size 0.4s ease;
-moz-transition: background-size 0.4s ease;
transition: background-size 0.4s ease;
}
.blog #primary .post .entry-header .entry-title a:hover,
.banner-layout-two .text-holder .entry-title a:hover,
.banner-slider .item .text-holder .entry-title a:hover{
text-decoration: none;
background-size: 100% 100%;
color: var(--primary-color);
}
@media only screen and (max-width: 1024px){
.mobile-header .site-branding.has-logo-text .site-title-wrap {
width: auto;
}
.mobile-header .mobile-site-header .site-branding {
justify-content: center;
}
} .banner-layout-eight {
margin-top: 15px;
}
.banner-layout-eight img {
vertical-align: top;
border-radius: 8px;
width: 100%;
height: 100%;
object-fit: cover;
}
.banner-layout-eight .item {
display: flex;
flex-direction: column;
flex-wrap: wrap;
height: 712px;
position: relative;
}
.banner-layout-eight .holder {
position: relative;
display: flex;
justify-content: center;
align-items: center;
overflow: hidden;
background: #FF91A4;
border-radius: 8px;
}
.banner-layout-eight .holder:nth-child(1) {
width: calc(67% - 8px);
height: 100%;
margin-right: 8px;
}
.banner-layout-eight .holder:nth-child(2) {
width: 33%;
height: calc(50% - 4px);
margin-bottom: 4px;
}
.banner-layout-eight .holder:nth-child(3) {
width: 33%;
height: calc(50% - 4px);
margin-top: 4px;
}
.banner-layout-eight .text-holder {
position: absolute;
left: 0;
bottom: 0;
width: 100%;
border-radius: 0 0 8px 8px; background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 100%); background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 100%); background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 100%); filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#80000000', GradientType=0); text-align: center;
padding: 60px 24px 32px;
}
.banner-layout-eight .text-holder .category a,
.banner-layout-eight .text-holder .category span {
display: inline-block;
margin-right: 5px;
margin-bottom: 5px;
font-size: 0.556em;
line-height: 1em;
letter-spacing: 1px;
color: #fff;
font-weight: 700;
background: #FF91A4;
border-radius: 3px;
text-transform: uppercase;
padding: 5px 7px;
text-decoration: none;
-webkit-transition: ease 0.2s;
-moz-transition: ease 0.2s;
transition: ease 0.2s;
}
.banner-layout-eight .text-holder .category a:hover {
background: #000;
}
.banner-layout-eight .text-holder .entry-title {
font-size: 1.389em;
line-height: 1.240em;
font-weight: 700;
font-family: 'Cormorant Garamond', serif;
margin: 0;
color: #fff;
}
.banner-layout-eight .holder:nth-child(1) .text-holder .entry-title {
font-size: 2.167em;
line-height: 1.256em;
}
.banner-layout-eight .text-holder .entry-title a {
color: #fff;
-webkit-transition: ease 0.2s;
-moz-transition: ease 0.2s;
transition: ease 0.2s;
}
.banner-layout-eight .text-holder .entry-title a:hover {
color: #FF91A4;
}
.banner-layout-eight .owl-prev {
position: absolute;
top: 50%;
left: 10px;
width: 40px;
height: 40px;
background: rgba(0, 0, 0, 0.5) !important;
border-radius: 4px;
-webkit-transition: ease 0.2s;
-moz-transition: ease 0.2s;
transition: ease 0.2s;
-webkit-transform: translateY(-50%);
-moz-transform: translateY(-50%);
transform: translateY(-50%);
}
.banner-layout-eight .owl-prev:hover {
background: #000 !important;
}
.banner-layout-eight .owl-prev svg {
width: 18px;
height: 12px;
fill: #fff;
position: absolute;
top: 50%;
left: 50%;
-webkit-transform: translate(-50%, -50%);
-moz-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
}
.banner-layout-eight .owl-next {
position: absolute;
top: 50%;
right: 10px;
width: 40px;
height: 40px;
background: rgba(0, 0, 0, 0.5) !important;
border-radius: 4px;
-webkit-transition: ease 0.2s;
-moz-transition: ease 0.2s;
transition: ease 0.2s;
-webkit-transform: translateY(-50%);
-moz-transform: translateY(-50%);
transform: translateY(-50%);
}
.banner-layout-eight .owl-next:hover {
background: #000 !important;
}
.banner-layout-eight .owl-next svg {
width: 18px;
height: 12px;
fill: #fff;
position: absolute;
top: 50%;
left: 50%;
-webkit-transform: translate(-50%, -50%);
-moz-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
}
.error-wrapper .error-holder h3 {
font-size: 15.333em;
margin: 0 0 100px;
} @media only screen and (max-width: 1400px) {
.banner-layout-eight .item {
height: 550px;
}
}
@media only screen and (max-width: 1024px){
.site-header {
display: none;
}
}
@media only screen and (max-width: 767px) {
.banner-layout-eight .item {
height: 350px;
}
}.owl-carousel,.owl-carousel .owl-item{-webkit-tap-highlight-color:transparent;position:relative}.owl-carousel{display:none;width:100%;z-index:1}.owl-carousel .owl-stage{position:relative;-ms-touch-action:pan-Y;-moz-backface-visibility:hidden}.owl-carousel .owl-stage:after{content:".";display:block;clear:both;visibility:hidden;line-height:0;height:0}.owl-carousel .owl-stage-outer{position:relative;overflow:hidden;-webkit-transform:translate3d(0,0,0)}.owl-carousel .owl-item,.owl-carousel .owl-wrapper{-webkit-backface-visibility:hidden;-moz-backface-visibility:hidden;-ms-backface-visibility:hidden;-webkit-transform:translate3d(0,0,0);-moz-transform:translate3d(0,0,0);-ms-transform:translate3d(0,0,0)}.owl-carousel .owl-item{min-height:1px;float:left;-webkit-backface-visibility:hidden;-webkit-touch-callout:none}.owl-carousel .owl-item img{display:block;width:100%}.owl-carousel .owl-dots.disabled,.owl-carousel .owl-nav.disabled{display:none}.no-js .owl-carousel,.owl-carousel.owl-loaded{display:block}.owl-carousel .owl-dot,.owl-carousel .owl-nav .owl-next,.owl-carousel .owl-nav .owl-prev{cursor:pointer;cursor:hand;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.owl-carousel.owl-loading{opacity:0;display:block}.owl-carousel.owl-hidden{opacity:0}.owl-carousel.owl-refresh .owl-item{visibility:hidden}.owl-carousel.owl-drag .owl-item{-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.owl-carousel.owl-grab{cursor:move;cursor:grab}.owl-carousel.owl-rtl{direction:rtl}.owl-carousel.owl-rtl .owl-item{float:right}.owl-carousel .animated{animation-duration:1s;animation-fill-mode:both}.owl-carousel .owl-animated-in{z-index:0}.owl-carousel .owl-animated-out{z-index:1}.owl-carousel .fadeOut{animation-name:fadeOut}@keyframes fadeOut{0%{opacity:1}100%{opacity:0}}.owl-height{transition:height .5s ease-in-out}.owl-carousel .owl-item .owl-lazy{opacity:0;transition:opacity .4s ease}.owl-carousel .owl-item img.owl-lazy{transform-style:preserve-3d}.owl-carousel .owl-video-wrapper{position:relative;height:100%;background:#000}.owl-carousel .owl-video-play-icon{position:absolute;height:80px;width:80px;left:50%;top:50%;margin-left:-40px;margin-top:-40px;background:url(//www.castellahotels.it/wp-content/themes/blossom-pin/css/owl.video.play.png) no-repeat;cursor:pointer;z-index:1;-webkit-backface-visibility:hidden;transition:transform .1s ease}.owl-carousel .owl-video-play-icon:hover{-ms-transform:scale(1.3,1.3);transform:scale(1.3,1.3)}.owl-carousel .owl-video-playing .owl-video-play-icon,.owl-carousel .owl-video-playing .owl-video-tn{display:none}.owl-carousel .owl-video-tn{opacity:0;height:100%;background-position:center center;background-repeat:no-repeat;background-size:contain;transition:opacity .4s ease}.owl-carousel .owl-video-frame{position:relative;z-index:1;height:100%;width:100%}.is-small-text{font-size:.875em}.is-regular-text{font-size:1em}.is-large-text{font-size:2.25em}.is-larger-text{font-size:3em}.has-drop-cap:not(:focus):first-letter{float:left;font-size:8.4em;font-style:normal;font-weight:100;line-height:.68;margin:.05em .1em 0 0;text-transform:uppercase}body.rtl .has-drop-cap:not(:focus):first-letter{float:none;margin-left:.1em}p.has-drop-cap.has-background{overflow:hidden}p.has-background{padding:1.25em 2.375em}:where(p.has-text-color:not(.has-link-color)) a{color:inherit}h1.has-background,h2.has-background,h3.has-background,h4.has-background,h5.has-background,h6.has-background{padding:1.25em 2.375em}.wp-block-media-text{box-sizing:border-box; direction:ltr; display:grid;grid-template-columns:50% 1fr;grid-template-rows:auto}.wp-block-media-text.has-media-on-the-right{grid-template-columns:1fr 50%}.wp-block-media-text.is-vertically-aligned-top .wp-block-media-text__content,.wp-block-media-text.is-vertically-aligned-top .wp-block-media-text__media{align-self:start}.wp-block-media-text .wp-block-media-text__content,.wp-block-media-text .wp-block-media-text__media,.wp-block-media-text.is-vertically-aligned-center .wp-block-media-text__content,.wp-block-media-text.is-vertically-aligned-center .wp-block-media-text__media{align-self:center}.wp-block-media-text.is-vertically-aligned-bottom .wp-block-media-text__content,.wp-block-media-text.is-vertically-aligned-bottom .wp-block-media-text__media{align-self:end}.wp-block-media-text .wp-block-media-text__media{ grid-column:1;grid-row:1; margin:0}.wp-block-media-text .wp-block-media-text__content{direction:ltr; grid-column:2;grid-row:1; padding:0 8%;word-break:break-word}.wp-block-media-text.has-media-on-the-right .wp-block-media-text__media{ grid-column:2;grid-row:1 }.wp-block-media-text.has-media-on-the-right .wp-block-media-text__content{ grid-column:1;grid-row:1 }.wp-block-media-text__media img,.wp-block-media-text__media video{height:auto;max-width:unset;vertical-align:middle;width:100%}.wp-block-media-text.is-image-fill .wp-block-media-text__media{background-size:cover;height:100%;min-height:250px}.wp-block-media-text.is-image-fill .wp-block-media-text__media>a{display:block;height:100%}.wp-block-media-text.is-image-fill .wp-block-media-text__media img{clip:rect(0,0,0,0);border:0;height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}@media (max-width:600px){.wp-block-media-text.is-stacked-on-mobile{grid-template-columns:100%!important}.wp-block-media-text.is-stacked-on-mobile .wp-block-media-text__media{grid-column:1;grid-row:1}.wp-block-media-text.is-stacked-on-mobile .wp-block-media-text__content{grid-column:1;grid-row:2}}