@charset "UTF-8";
/*
Theme Name: Hotel Catullo
Author: NovityLab
Author URI: http://www.novitylab.it/
Description: Tema creato da NovityLab per Hotel Catullo
Version: 1.0
*/
/*! normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */
button, hr, input {
  overflow: visible;
}

progress, sub, sup {
  vertical-align: baseline;
}

[type=checkbox], [type=radio], legend {
  box-sizing: border-box;
  padding: 0;
}

html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

hr {
  box-sizing: content-box;
  height: 0;
}

code, kbd, pre, samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

a {
  background-color: transparent;
}

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted;
}

b, strong {
  font-weight: bolder;
}

small {
  font-size: 80%;
}

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

img {
  border-style: none;
}

button, input, optgroup, select, textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}

button, select {
  text-transform: none;
}

[type=button], [type=reset], [type=submit], button {
  -webkit-appearance: button;
}

[type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner, button::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

[type=button]:-moz-focusring, [type=reset]:-moz-focusring, [type=submit]:-moz-focusring, button:-moz-focusring {
  outline: ButtonText dotted 1px;
}

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

legend {
  color: inherit;
  display: table;
  max-width: 100%;
  white-space: normal;
}

textarea {
  overflow: auto;
}

[type=number]::-webkit-inner-spin-button, [type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

details {
  display: block;
}

summary {
  display: list-item;
}

[hidden], template {
  display: none;
}

/*********/
/* Style */
/*********/
body {
  font-family: "Raleway", sans-serif;
  color: #5C5454;
  background-color: #fff;
  font-size: 14px;
  line-height: 1.6em;
  word-wrap: break-word;
  word-break: break-word;
  overflow-wrap: break-word;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

body.ru-ru {
  font-family: "Montserrat", sans-serif;
}

.img-responsive {
  max-width: 100%;
  height: auto;
  display: inline-block;
}

.display-block {
  display: block;
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
  font-family: "Libre Baskerville", serif;
  font-weight: normal;
  margin: 0;
}

body.ru-ru .h1, body.ru-ru .h2, body.ru-ru .h3, body.ru-ru .h4, body.ru-ru .h5, body.ru-ru .h6,
body.ru-ru h1, body.ru-ru h2, body.ru-ru h3, body.ru-ru h4, body.ru-ru h5, body.ru-ru h6 {
  font-family: "PT Serif", serif;
}

.font-baskerville {
  font-family: "Libre Baskerville", serif;
}

.font-ralewaye {
  font-family: "Raleway", sans-serif;
}

/*
.h1, h1{ font-size: 32px; }
.h2, h2{ font-size: 22px; }
.h3, h3{ font-size: 18px; }
.h4, h4{ font-size: 16px; }
.h5, h5{ font-size: 14px; }
.h6, h6{ font-size: 13px; }*/
a {
  color: #222;
  text-decoration: underline;
}

a:hover, a:focus {
  color: #8F8F8F;
}

a:focus {
  outline: none;
}

.container {
  margin-left: auto;
  margin-right: auto;
  box-sizing: border-box;
}

.g-box {
  margin-left: -1em !important;
  margin-right: -1em !important;
}

.g-box-small {
  margin-left: -0.5em !important;
  margin-right: -0.5em !important;
}

.l-box {
  padding-left: 1em;
  padding-right: 1em;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.l-box-small {
  padding-left: 0.5em;
  padding-right: 0.5em;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.marginSmallTop, .marginSmall {
  margin-top: 10px;
}

.marginSmallBottom, .marginSmall {
  margin-bottom: 10px;
}

.marginTop, .margin {
  margin-top: 30px;
}

.marginBottom, .margin {
  margin-bottom: 30px;
}

.marginDoubleTop, .marginDouble {
  margin-top: 80px;
}

.marginDoubleBottom, .marginDouble {
  margin-bottom: 80px;
}

.noMarginTop, .noMargin {
  margin-top: 0 !important;
}

.noMarginBottom, .noMargin {
  margin-bottom: 0 !important;
}

.paddingSmallTop, .paddingSmall {
  padding-top: 15px;
}

.paddingSmallBottom, .paddingSmall {
  padding-bottom: 15px;
}

.paddingTop, .padding {
  padding-top: 60px;
}

.paddingBottom, .padding {
  padding-bottom: 60px;
}

.paddingDoubleTop, .paddingDouble {
  padding-top: 80px;
}

.paddingDoubleBottom, .paddingDouble {
  padding-bottom: 80px;
}

.noPaddingTop, .noPadding {
  padding-top: 0 !important;
}

.noPaddingBottom, .noPadding {
  padding-bottom: 0 !important;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}

.hidden-xs, .hidden-xs {
  display: none;
}

.inline-block {
  display: inline-block !important;
}

.center-block {
  display: block;
  margin-right: auto;
  margin-left: auto;
}

.pull-right {
  float: right !important;
}

.pull-left {
  float: left !important;
}

.text-left {
  text-align: left;
}

.text-right {
  text-align: right;
}

.text-center {
  text-align: center;
}

.text-justify {
  text-align: justify;
}

.text-nowrap {
  white-space: nowrap;
}

.text-lowercase {
  text-transform: lowercase;
}

.text-uppercase {
  text-transform: uppercase;
}

.text-capitalize {
  text-transform: capitalize;
}

.text-muted {
  color: #777;
}

.text-success {
  color: #3c763d;
}

a.text-success:hover, a.text-success:focus {
  color: #2b542c;
}

.text-info {
  color: #31708f;
}

a.text-info:hover, a.text-info:focus {
  color: #245269;
}

.text-warning {
  color: #8a6d3b;
}

a.text-warning:hover, a.text-warning:focus {
  color: #66512c;
}

.text-danger {
  color: #a94442;
}

a.text-danger:hover, a.text-danger:focus {
  color: #843534;
}

.alert {
  padding: 15px;
  margin: 20px 0;
  border-left: 10px solid transparent;
  border-radius: 4px;
}

.alert .alert-link {
  font-weight: bold;
}

.alert > p, .alert > ul {
  margin: 0;
}

.alert > p + p {
  margin-top: 5px;
}

.alert-success {
  color: #4A4A4A;
  background-color: #E4E9E4;
  border-color: #9FB4A1;
  padding: 20px;
  border-radius: 0;
}

.alert-success hr {
  border-top-color: #c9e2b3;
}

.alert-success .alert-link, .alert-success a {
  color: #4A4A4A;
  text-decoration: underline;
}

.alert-success .alert-link:hover, .alert-success a:hover {
  color: #9FB4A1;
}

.alert-info {
  color: #4A4A4A;
  background-color: #D2E2EB;
  border-color: #6E9EBA;
  padding: 20px;
  border-radius: 0;
}

.alert-info hr {
  border-top-color: #a6e1ec;
}

.alert-info .alert-link, .alert-info a {
  color: #4A4A4A;
  text-decoration: underline;
}

.alert-info .alert-link:hover, .alert-info a:hover {
  color: #6E9EBA;
}

.alert-warning {
  color: #4A4A4A;
  background-color: #F8EDD1;
  border-color: #E4CE95;
  padding: 20px;
  border-radius: 0;
}

.alert-warning hr {
  border-top-color: #f7e1b5;
}

.alert-warning .alert-link, .alert-warning a {
  color: #4A4A4A;
  text-decoration: underline;
}

.alert-warning .alert-link:hover, .alert-warning a:hover {
  color: #E4CE95;
}

.alert-danger {
  color: #FFF;
  background-color: #EC9797;
  border-color: #CB6161;
  padding: 20px;
  border-radius: 0;
}

.alert-danger hr {
  border-top-color: #e4b9c0;
}

.alert-danger .alert-link, .alert-danger a {
  color: #FFF;
  text-decoration: underline;
}

.alert-danger .alert-link:hover, .alert-danger a:hover {
  color: #CB6161;
}

.clearfix {
  display: block;
  height: 0;
  width: 100%;
  clear: both;
}

.modal, .modal-checkbox {
  display: none;
}

.modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(34, 34, 34, 0.9);
  z-index: 99;
  padding: 8px;
  box-sizing: border-box;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}

.admin-bar .modal {
  padding-top: 54px;
}

.modal-body {
  background: #FFF;
  padding: 8px;
  box-sizing: border-box;
  position: relative;
}

.modal-checkbox:checked + .modal {
  display: block;
}

.modal-toggle {
  cursor: pointer;
  text-decoration: underline;
}

.modal-close {
  text-align: right;
}

.modal-close label {
  cursor: pointer;
}

dialog {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  margin: auto;
  border: none;
  padding: 0;
  background: none;
  z-index: 98;
  overscroll-behavior: contain;
  overflow: auto;
  background: rgba(244, 244, 244, 0.9);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -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;
}

dialog:not([open]) {
  display: none;
}

dialog + .backdrop, dialog::backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

._dialog_overlay {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.dialog-button {
  cursor: pointer;
}

.dialog-close {
  position: absolute;
  top: 16px;
  right: 16px;
  width: 31px;
  height: 31px;
  z-index: 99;
  background: url("images/close.png") no-repeat center center;
  background-size: cover;
}

.dialog-container {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  width: 100%;
  box-sizing: border-box;
  margin: auto;
}

.dialog-box {
  padding: 80px 16px;
  max-width: 500px;
  margin: auto;
}

.dialog-video {
  padding: 18px;
  box-sizing: border-box;
  height: calc(100vh - 100px);
}

.dialog-maps {
  height: calc(100vh - 100px);
  display: block;
  width: 100%;
}

body.dialog-open {
  overflow: hidden;
}

.background-size-cover {
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.btn, .btn:focus {
  display: inline-block;
  padding: 7px 50px;
  text-decoration: none;
  background: none;
  cursor: pointer;
  position: relative;
  overflow: hidden;
  border: 1px solid #4F6D7A;
  border-radius: 30px;
  margin-top: 30px;
  text-align: center;
  text-transform: uppercase;
  color: #4F6D7A;
  text-decoration: none;
  font-family: "Raleway", sans-serif;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 1px;
  line-height: 1.5em;
  -webkit-transition: background 0.3s ease-in;
  -moz-transition: background 0.3s ease-in;
  -ms-transition: background 0.3s ease-in;
  -o-transition: background 0.3s ease-in;
  transition: background 0.3s ease-in;
}

body.ru-ru .btn {
  font-family: "Montserrat", sans-serif;
}

.btn:hover {
  background-color: #4F6D7A;
  color: #FFF;
}

.btn.block {
  display: block;
}

.btn--white {
  border-color: #FFF;
  color: #FFF;
}

.btn--white:hover, .btn--white:focus {
  color: #000;
}

.btn--red {
  border-color: #8b1a32;
  color: #8b1a32;
}

.btn--red:hover, .btn--red:focus {
  background-color: #8b1a32;
  color: #ffffff;
}

.btn--fullred {
  background-color: #8b1a32;
  border-color: #8b1a32;
  color: #ffffff;
}

.btn--fullred:hover, .btn--fullred:focus {
  background-color: #998554;
  border-color: #998554;
  color: #ffffff;
}

.btn--fullblack {
  background-color: #000;
  color: #FFF;
  border-color: #000;
}

.btn--fullblack:hover, .btn--fullblack:focus {
  background-color: transparent;
  color: #FFF;
}

/* Hamburger */
.hamburger {
  display: inline-block;
  cursor: pointer;
  font: inherit;
  color: inherit;
  text-transform: none;
  background-color: transparent;
  border: 0;
  margin: 0;
  overflow: visible;
  transition-property: opacity, filter;
  transition-duration: 0.15s;
  transition-timing-function: linear;
}

.hamburger:hover {
  opacity: 0.7;
}

.hamburger-box {
  width: 31px;
  height: 9px;
  display: inline-block;
  position: relative;
}

.hamburger-inner {
  display: block;
  top: 50%;
  margin-top: -2px;
}

.hamburger-inner, .hamburger-inner::before, .hamburger-inner::after,
.menuopen #header.transparent .hamburger-inner, .menuopen #header.transparent .hamburger-inner::before, .menuopen #header.transparent .hamburger-inner::after {
  width: 31px;
  height: 2px;
  background-color: #000;
  border-radius: 2px;
  position: absolute;
  transition-property: transform;
  transition-duration: 0.15s;
  transition-timing-function: ease;
}

.hamburger-inner::before, .hamburger-inner::after {
  content: "";
  display: block;
}

.hamburger-inner::before {
  top: -10px;
}

.hamburger-inner::after {
  bottom: -10px;
}

/* Hamburger Spin */
.hamburger--spin .hamburger-inner {
  transition-duration: 0.22s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--spin .hamburger-inner::before {
  transition: top 0.1s 0.25s ease-in, opacity 0.1s ease-in;
}

.hamburger--spin .hamburger-inner::after {
  transition: bottom 0.1s 0.25s ease-in, transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.menuopen .hamburger--spin .hamburger-inner, #checkMenu:checked + #wrapper .hamburger--spin .hamburger-inner {
  transform: rotate(225deg);
  transition-delay: 0.12s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}

.menuopen .hamburger--spin .hamburger-inner::before, #checkMenu:checked + #wrapper .hamburger--spin .hamburger-inner::before {
  top: 0;
  opacity: 0;
  transition: top 0.1s ease-out, opacity 0.1s 0.12s ease-out;
}

.menuopen .hamburger--spin .hamburger-inner::after, #checkMenu:checked + #wrapper .hamburger--spin .hamburger-inner::after {
  bottom: 0;
  transform: rotate(-90deg);
  transition: bottom 0.1s ease-out, transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.menuopen .hamburger-inner, .menuopen .hamburger-inner::before, .menuopen .hamburger-inner::after,
#checkMenu:checked + #wrapper .hamburger-inner, #checkMenu:checked + #wrapper .hamburger-inner::before, #checkMenu:checked + #wrapper .hamburger-inner::after,
#header.menuFixed .hamburger-inner, #header.menuFixed .hamburger-inner::before, #header.menuFixed .hamburger-inner::after {
  background-color: #FFF;
}

#header.transparent .hamburger-inner, #header.transparent .hamburger-inner::before, #header.transparent .hamburger-inner::after {
  background-color: #FFF;
}

.slideshow {
  margin: 30px 0;
  position: relative;
}

.slideshow-wrapper {
  clear: both;
  width: 100%;
  height: 0;
  padding-top: 75%;
  margin: 0 auto 80px;
  position: relative;
  overflow: hidden;
  box-sizing: border-box;
}

.dialog .slideshow-wrapper {
  height: calc(100vh - 100px);
  padding: 0;
  margin: auto;
}

.slideshow-item {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  visibility: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.slideshow-animation .slideshow-item {
  -webkit-transition: -webkit-transform 0.7s cubic-bezier(0.4, 0, 0.2, 1);
  -o-transition: transform 0.7s cubic-bezier(0.4, 0, 0.2, 1);
  transition: transform 0.7s cubic-bezier(0.4, 0, 0.2, 1);
}

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

.slideshow-control {
  position: absolute;
  top: calc(100% + 25px);
  left: 16px;
  background-color: #0F0;
  width: 44px;
  height: 16px;
  margin-top: -8px;
  z-index: 5;
  cursor: pointer;
  background: url("images/freccia.png") no-repeat center center;
  background-size: cover;
}

.slideshow-control.disable {
  visibility: hidden;
}

.slideshow-control-next {
  lefT: auto;
  right: 16px;
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
  -webkit-transform-origin: center center;
  -ms-transform-origin: center center;
  transform-origin: center center;
}

.slideshow-item-active {
  visibility: visible;
  z-index: 2;
}

.slideshow-item-next, .slideshow-item-prev {
  z-index: 3;
  visibility: visible;
}

.slideshow-item-next {
  -webkit-transform: translateX(100%);
  -ms-transform: translateX(100%);
  transform: translateX(100%);
}

.slideshow-item-prev {
  -webkit-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  transform: translateX(-100%);
}

.slideshow-item-next.slideshow-item-active, .slideshow-item-prev.slideshow-item-active {
  z-index: 4;
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
}

.slideshow-dialog {
  margin: 0;
}

/************/
/* Composer */
/************/
.bk-grigio {
  background-image: linear-gradient(180deg, #F4F4F4 0%, #F5F5F5 100%);
}

.colorset-primary .composer-btxtimg-titolo,
.colorset-primary h3, .colorset-primary .h3 {
  color: #8b1a32;
}

.colorset-primary .btn {
  border-color: #8b1a32;
  color: #8b1a32;
}

.colorset-primary .btn:hover {
  background-color: #8b1a32;
  color: #FFF;
}

.composer-imghero-content {
  padding: 16px;
}

.composer-btxt.noPadding {
  padding: 0 !important;
}

/*
.colorset-secondary .composer-btxtimg-titolo{ color: #4F6D7A; }
.colorset-primary .btn{ border-color: #4F6D7A; color: #4F6D7A; }
.colorset-primary .btn:hover{ background-color: #4F6D7A; color: #FFF; }

.colorset-white .btn{ border-color: #FFF; color: #FFF; }
.colorset-white .btn:hover{ background-color: #FFF; color: #333; }

*/
h1, .h1 {
  color: #8b1a32;
  font-size: 30px;
  letter-spacing: 1.88px;
  line-height: 1.2em;
  text-transform: uppercase;
}

h3, .h3 {
  font-size: 30px;
  letter-spacing: 1.88px;
  line-height: 1.1em;
  text-transform: uppercase;
  position: relative;
  color: #4F6D7A;
  margin-bottom: 30px;
}

h5, .h5 {
  font-family: "Raleway", sans-serif;
  font-size: 14px;
  font-weight: 600;
  margin: 1em 0;
}

body.ru-ru h5, body.ru-ru .h5 {
  font-family: "Montserrat", sans-serif;
}

.composer-box:after {
  content: "";
  display: block;
  width: 100%;
  height: 0;
  clear: both;
}

.composer-row {
  width: 100%;
  clear: both;
  box-sizing: border-box;
  float: left;
}

.composer-imghero {
  height: 95vh;
  background: no-repeat center center;
  position: relative;
  background-size: cover;
  min-height: 300px;
  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;
}

@media (orientation: portrait) {
  .composer-imghero {
    max-height: 800px;
  }
}
.composer-imghero-content {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  width: 760px;
  text-align: center;
}

.composer-imghero-titolo {
  font-family: "Libre Baskerville", serif;
  font-size: 30px;
  line-height: 1.2em;
  letter-spacing: 2.63px;
  text-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
  color: #FFF;
  text-transform: uppercase;
}

body.ru-ru .composer-imghero-titolo {
  font-family: "PT Serif", serif;
}

.composer-imghero-bottone {
  margin-top: 30px;
  border-color: #FFF;
  color: #FFF;
}

.composer-imghero-bottone:hover {
  background-color: #FFF;
  color: #333;
}

.composer-imghero:after {
  content: "";
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 100%;
  height: 0;
  padding-top: 9.17%;
  background: url("images/pennello-orizzontale.png") no-repeat center bottom;
  background-size: contain;
}

.composer-btxt {
  padding: 16px;
}

.composer-btitle-title {
  display: inline-block;
}

.composer-btxtimg-content {
  margin: 80px 16px 80px;
}

.composer-btxtimg-titolo, .composer-btitle-title {
  margin-top: 50px;
  margin-bottom: 35px;
  z-index: 3;
}

.composer-btxtimg-titolo:before, .composer-btitle-title:before {
  content: attr(data-first-letter);
  display: block;
  position: absolute;
  top: -60px;
  left: -20px;
  font-size: 150px;
  line-height: 1em;
  color: #F4F4F4;
  z-index: 2;
}

.bk-grigio .composer-btxtimg-titolo:before, .bk-grigio .composer-btitle-title:before {
  color: #FFF;
}

.composer-btxtimg-titolo span, .composer-btitle-title span {
  position: relative;
  z-index: 2;
}

.composer-btxtimg-cover {
  background: no-repeat center center;
  background-size: cover;
  height: 45vh;
  position: relative;
  overflow: hidden;
}

.composer-btxtimg-cover:after {
  content: "";
  position: absolute;
  top: -1px;
  left: 100vw;
  width: 100px;
  height: 100vw;
  -webkit-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  transform-origin: 0 0;
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
  background: url("images/pennello-verticale.png") no-repeat left top;
  background-size: contain;
}

.composer-btxtimg-sx.composer-btxtimg-cover:after {
  top: auto;
  bottom: 0;
  -webkit-transform-origin: 0 100%;
  -ms-transform-origin: 0 100%;
  transform-origin: 0 100%;
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
}

.composer-btxtimg-image {
  margin: 32px;
  display: inline-block;
  position: relative;
  max-width: calc(100% - 52px);
  box-sizing: border-box;
}

.composer-btxtimg-tipo1 .composer-btxtimg-image {
  margin-left: 16px;
}

.composer-btxtimg-tipo2 .composer-btxtimg-image {
  margin-right: 16px;
}

.composer-btxtimg-image:after {
  content: "";
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 101%;
  height: 100px;
  background: url("images/pennello-orizzontale-bianco.png") no-repeat left bottom;
  background-size: contain;
}

.bk-grigio .composer-btxtimg-image:after {
  background-image: url("images/pennello-orizzontale.png");
}

.composer-btxtimg-image:before {
  content: "";
  position: absolute;
  top: -17px;
  left: 15px;
  width: 100%;
  height: 100%;
  padding: 16px 0;
  border: 2px solid #E0E2DB;
  z-index: 2;
}

.composer-btxtimg-tipo2 .composer-btxtimg-image:before {
  left: -17px;
}

.full-width .composer-btxtimg-contentbox {
  max-width: 492px;
  margin-left: auto;
  margin-right: auto;
}

.composer-citazione {
  background: #CFD4C5 center center no-repeat;
  background-size: cover;
  padding: 120px 16px;
  color: #747C7F;
  font-family: "Libre Baskerville", serif;
}

.composer-citazione-testo {
  font-size: 24px;
  letter-spacing: 0.41px;
  line-height: 1.5em;
  text-transform: uppercase;
  padding: 50px 0 40px;
  position: relative;
}

.composer-citazione-testo:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  max-width: 68px;
  display: block;
  height: 2px;
  background-color: #4F6D7A;
}

.composer-citazione-autore {
  font-size: 16px;
  letter-spacing: 0.27px;
  line-height: 1.4em;
}

.lista-box {
  padding: 16px;
  max-width: 568px;
  margin-left: auto;
  margin-right: auto;
  box-sizing: border-box;
}

.lista-item {
  margin-bottom: 50px;
}

.lista-item-data, .item-data {
  color: #5C5454;
  font-family: "Raleway", sans-serif;
  font-weight: 500;
  letter-spacing: 0.5px;
  line-height: 2em;
  text-transform: capitalize;
}

body.ru-ru .lista-item-data, body.ru-ru .item-data {
  font-family: "Montserrat", sans-serif;
}

.item-data {
  color: #8b1a32;
  padding: 10px 0 25px;
}

.lista-item-titolo {
  color: #8b1a32;
  font-family: "Libre Baskerville", serif;
  font-size: 26px;
  letter-spacing: 1.63px;
  line-height: 1.2em;
  text-transform: uppercase;
  margin-bottom: 10px;
}

body.ru-ru .lista-item-titolo {
  font-family: "PT Serif", serif;
}

.lista-item-testo {
  margin: 15px 0;
}

.lista-item .btn {
  margin-top: 5px;
}

.lista-item-img {
  position: relative;
  margin: 0 9px 16px 0;
  display: inline-block;
  max-width: calc(100% - 9px);
}

.lista-item-img:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 101%;
  height: 100px;
  background: url("images/pennello-orizzontale-bianco.png") no-repeat left bottom;
  background-size: contain;
}

.lista-item-img:before {
  content: "";
  position: absolute;
  top: 5px;
  left: 5px;
  width: 100%;
  height: 100%;
  border: 2px solid #E0E2DB;
  z-index: 2;
}

.lista-pag, .lista-pag li {
  margin: 0;
  padding: 0;
  display: inline-block;
  list-style: none;
}

.lista-pag {
  padding: 16px;
  display: block;
  text-align: center;
}

.lista-pag-item {
  display: block;
  width: 30px;
  height: 30px;
  line-height: 26px;
  text-align: center;
  border: 1px solid #8b1a32;
  color: #8b1a32;
  text-decoration: none;
  border-radius: 15px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0 5px;
}

.lista-pag-item-active {
  background-color: #8b1a32;
  color: #FFF;
}

.lista-filter, .lista-filter li {
  margin: 0;
  padding: 0;
  display: inline-block;
  list-style: none;
}

.lista-filter {
  padding: 16px;
  display: block;
  text-align: center;
  margin-bottom: 32px;
}

.lista-filter-item {
  display: block;
  line-height: 28px;
  text-align: center;
  color: #5C5454;
  text-decoration: none;
  text-transform: uppercase;
  border-radius: 15px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0 10px;
}

.lista-filter-item:hover {
  color: #8b1a32;
}

.lista-filter-item-active {
  color: #8b1a32;
  font-weight: bold;
}

.slideshow-wrapper {
  position: relative;
}

.composer-bgrigliaico-grid {
  padding: 0 16px;
}

.composer-bgrigliaico-icobox {
  padding: 30px;
}

.composer-bgrigliaico-titolo {
  color: #4F6D7A;
  font-family: Raleway;
  font-size: 14px;
  letter-spacing: 0.88px;
  line-height: 1.2em;
  max-width: 200px;
  margin: auto;
  min-height: 50px;
}

body.ru-ru .composer-bgrigliaico-titolo {
  font-family: "Montserrat", sans-serif;
}

.composer-bgrigliaico-ico img {
  width: 50px;
  height: 50px;
  margin-bottom: 15px;
}

.composer-bgrigliaico-link {
  color: #4F6D7A;
  border: 1px solid #4F6D7A;
  border-radius: 30px;
  padding: 2px 10px;
  text-decoration: none;
  margin-top: 10px;
  display: inline-block;
}

.composer-bgrigliaico-link:hover, .composer-bgrigliaico-link:focus, .composer-bgrigliaico-link:active {
  background-color: #4F6D7A;
  color: #fff;
}

.composer-galleryfascia {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}

.composer-galleryfascia-over {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0);
  cursor: pointer;
  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;
  -webkit-transition: background 0.3s ease-in;
  -moz-transition: background 0.3s ease-in;
  -ms-transition: background 0.3s ease-in;
  -o-transition: background 0.3s ease-in;
  transition: background 0.3s ease-in;
}

.composer-galleryfascia-over:hover {
  background: rgba(255, 255, 255, 0.7);
}

.composer-galleryfascia-over:hover .btn.composer-galleryfascia-btn {
  background-color: #8b1a32;
}

.btn.composer-galleryfascia-btn {
  background-color: #000;
  border: 0;
  color: #fff;
  margin: 0;
}

.btn.composer-galleryfascia-btn:hover {
  background-color: #8b1a32;
}

.composer-galleryfascia-item {
  display: none;
  height: 0;
  padding-top: 37.5%;
  background: #CFD4C5 center center no-repeat;
  background-size: cover;
}

.composer-galleryfascia-item0, .composer-galleryfascia-item1 {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  width: 50%;
  display: block;
}

.paginaNews .frecciaGiu:after {
  content: "";
  display: block;
  position: relative;
  top: 0;
  width: 50px;
  height: 50px;
  background: url(images/frecciaBlu.svg) center top no-repeat;
  text-align: center;
  margin: 50px auto 0;
}

/*********************/
/* Personalizzazioni */
/*********************/
html {
  background-color: #445D68;
}

#checkMenu {
  position: fixed;
  top: 0;
  left: 0;
  z-index: -1;
  opacity: 0;
}

body.menuopen {
  overflow: hidden;
}

.padding-content {
  padding: 16px;
}

.padding-content--horiz {
  padding: 0 16px;
}

.padding-content--vert {
  padding: 16px 0;
}

.margin-content {
  margin: 16px;
}

.margin-content--horiz {
  margin: 0 16px;
}

.margin-content--vert {
  margin: 16px 0;
}

#header, .menuopen #header.transparent {
  text-align: center;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 50;
  box-sizing: border-box;
  background-color: #FFF;
  border-bottom: 1px solid #E0E2DB;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
}

.admin-bar #header {
  top: 46px;
}

#header.transparent {
  background: transparent;
  border-bottom-color: transparent;
}

#header.animate {
  webkit-transition: background-color 0.3s ease-in, border-bottom-color 0.3s ease-in;
  -o-transition: background-color 0.3s ease-in, border-bottom-color 0.3s ease-in;
  transition: background-color 0.3s ease-in, border-bottom-color 0.3s ease-in;
}

#header-grid {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1.6fr 1fr;
  grid-template-columns: 1fr 1.6fr 1fr;
  -ms-grid-rows: auto 1fr;
  grid-template-rows: auto 1fr;
  align-items: center;
  height: 100%;
}

.header-row {
  padding: 10px 16px;
  -ms-grid-row-align: center;
}

#header-column1 {
  -ms-grid-column-align: start;
  justify-self: start;
  -ms-grid-row: 1;
  -ms-grid-column: 1;
}

#header-column2 {
  -ms-grid-row: 1;
  -ms-grid-column: 2;
  padding: 10px 0;
}

#header-column3 {
  -ms-grid-column-align: end;
  justify-self: end;
  -ms-grid-row: 1;
  -ms-grid-column: 3;
}

#boxMenu {
  background-color: #445D68;
  display: none;
  grid-column-start: span 3;
  -ms-grid-column: 1;
  -ms-grid-column-span: 3;
  -ms-grid-row: 2;
  -ms-grid-row-align: stretch;
  align-self: stretch;
}

#checkMenu:checked + #header, .menuopen #header {
  bottom: 0;
  background-color: #FFF;
}

#checkMenu:checked + #header #boxMenu, .menuopen #boxMenu {
  display: block;
}

#logo {
  display: inline-block;
  margin: 0 auto;
  position: relative;
}

#logo img, .menuopen #header.transparent #logo img {
  display: block;
  position: relative;
  z-index: 2;
  opacity: 1;
}

#logo:after, .menuopen #header.transparent #logo:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  background: url("images/logo-catullo-bianco@2x.png") no-repeat center center;
  background-size: contain;
}

#header.transparent #logo img {
  opacity: 0;
}

#header.transparent #logo:after {
  opacity: 1;
}

#boxMenuToggle {
  display: block;
}

#wpadminbar {
  position: fixed !important;
}

#menuTop, #menuTop ul, #menuTop li {
  list-style: none;
  margin: 0;
  padding: 0;
  display: block;
}

#menuTop {
  padding: 40px 0;
}

#menuTop a {
  display: inline-block;
  color: #FFF;
  text-decoration: none;
  cursor: pointer;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
  line-height: 1.5em;
  margin: 15px 0;
  border-bottom: solid 2px transparent;
  border-top: solid 2px transparent;
}

#menuTop a:hover, #menuTop a:active, #menuTop a:focus, #menuTop .current-menu-item a {
  border-bottom-color: #fff;
}

#menuTop .btn-menu a {
  background-color: #000;
  color: #FFF;
  margin: 30px 0 20px 10px;
  padding: 9px 35px;
  border: none;
  border-radius: 30px;
  -webkit-transition: background 0.3s ease-in;
  -moz-transition: background 0.3s ease-in;
  -ms-transition: background 0.3s ease-in;
  -o-transition: background 0.3s ease-in;
  transition: background 0.3s ease-in;
}

#menuTop .btn-menu a:hover {
  background-color: #8b1a32;
  color: #FFF;
  border-bottom: none;
}

#header.transparent #menuTop a {
  color: #FFF;
}

#header.transparent #menuTop a:hover {
  border-bottom-color: #FFF;
}

.header-placeholder {
  margin-top: 70px;
}

#home-camere, #camere-accoglienza {
  background: url("images/coronaTop.png") no-repeat right 60px top, url("images/coronaBottom.png") no-repeat left 60px bottom, #F4F4F4;
}

#camere-accoglienza, #camera-lago {
  padding-bottom: 100px;
}

#single-post .container {
  max-width: 860px;
}

#single-post .itemData {
  font-size: 20px;
  color: #5c5454;
  margin-bottom: 20px;
}

#single-post h1 {
  font-size: 30px;
  color: #8b1a32;
}

#single-post .itemContent {
  font-size: 24px;
  line-height: 1.25;
  margin: 40px 0;
}

#single-post figure {
  border: 1px solid #d9d9d9;
  max-width: 80%;
  margin: 0 auto;
}

#single-post figure > img {
  width: 100%;
  height: auto;
}

/* Dropdown */
.dropdown {
  position: relative;
  text-transform: uppercase;
}

.dropdown-title, .menuopen #header.transparent .dropdown-title {
  text-align: left;
  cursor: pointer;
  font-weight: 600;
  position: relative;
  padding-right: 30px;
  color: #5C5454;
}

.dropdown-title .svg, .menuopen #header.transparent .dropdown-title .svg {
  fill: #080705;
  position: absolute;
  top: 50%;
  right: 0;
  margin-top: -12px;
}

.dropdown.open .svg {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.dropdown-options {
  position: absolute;
  top: 46px;
  right: -16px;
  min-width: 100px;
  background-color: #FFF;
  text-align: center;
  border: 1px solid #ededed;
  max-height: 0;
  visibility: hidden;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.dropdown.open .dropdown-options {
  max-height: none;
  visibility: visible;
}

.dropdown-option {
  text-decoration: none;
  display: block;
  padding: 5px;
}

#header.transparent .dropdown-title {
  color: #FFF;
}

#header.transparent .dropdown-title .svg {
  fill: #FFF;
}

#home-accoglienza, #home-news, #camere-struttura, #single-post, #eventi-settimanali {
  padding: 60px 0;
}

#home-intro .composer-btxtimg-image {
  padding: 0 16px;
  margin: 0;
  width: 100%;
  box-sizing: border-box;
}

#home-intro .composer-btxtimg-image:before, #home-intro .composer-btxtimg-image:after {
  content: none;
}

#home-intro .composer-btxtimg-image:after {
  background-image: url("images/pennello-orizzontale.png");
}

#single-post {
  padding-left: 16px;
  padding-right: 16px;
  text-align: center;
}

.postid-1689 #single-post .itemContent {
  text-align: left !important;
}

#home-camere-fascia2 .composer-btxtimg-content {
  margin-top: 10px;
  margin-bottom: 30px;
}

#home-news {
  display: none;
}

.it-it #home-news {
  display: block;
}

.form:after {
  content: "";
  width: 100%;
  height: 0;
  clear: both;
  display: block;
}

.form-group {
  float: left;
  width: 50%;
  box-sizing: border-box;
  padding: 16px 0 16px;
}

.form-group-full {
  width: 100%;
}

.form-group-border {
  border-top: 1px solid #8b1a32;
  border-left: 1px solid #8b1a32;
  padding: 10px 8px 11px;
}

.form-group label {
  display: block;
  margin: 0;
  text-transform: uppercase;
  line-height: 26px;
}

.form-group input, .form-group textarea {
  display: block;
  width: 100%;
  box-sizing: border-box;
  padding: 0;
  line-height: 20px;
  border: none;
  resize: none;
  background: transparent;
}

.form-group input:focus, .form-group textarea:focus {
  outline: none;
}

.form-group .checkbox {
  cursor: pointer;
  text-transform: none;
}

.form-group .checkbox input {
  width: auto;
  display: inline-block;
  position: relative;
  top: 2px;
}

.form-group-border-box {
  border-bottom: 1px solid #8b1a32;
  border-right: 1px solid #8b1a32;
  float: left;
  width: 100%;
  box-sizing: border-box;
}

#formContatti {
  position: relative;
}

#formContattiPlaceholder {
  position: absolute;
  top: -100px;
  left: 0;
}

#formContatti form {
  margin-top: 40px;
}

#footer {
  background-color: #445D68;
  font-size: 14px;
}

#footer, #footer a {
  color: #FFF;
}

#footer a:hover {
  color: #b29a59;
}

#footer-top {
  background-color: #4F6D7A;
  padding: 25px 0;
}

#footer-top .socialico {
  fill: #FFF;
  display: block;
  width: 25px;
  height: 25px;
}

.socialico-box {
  display: inline-block;
  text-decoration: none;
  margin-left: 20px;
}

.socialico-box:first-child {
  margin-left: 0;
}

#footer-top a:hover .socialico, #instagram {
  fill: #b29a59;
}

#footer-bottom {
  padding: 30px 0;
}

#privacy-modal {
  position: fixed;
  bottom: 0px;
  left: 0;
  padding: 30px;
  text-align: center;
  border-top: 1px solid #E0E2DB;
  background-color: #fff;
  width: 100%;
  box-sizing: border-box;
  z-index: 15;
}

#contatti-sx, #contatti-dx {
  padding: 100px 16px 50px;
  margin: 0 auto;
}

#linklingue a.itemlang:hover, #linklingue a.itemlang:focus {
  background-color: #b29a59;
  color: #fff;
}

/***************/
/* Media query */
/***************/
@media screen and (min-width: 783px) {
  .admin-bar #header {
    top: 32px;
  }
}
@media screen and (min-width: 35.5em) {
  .container {
    max-width: 568px;
  }
  .hidden-xs {
    display: inline-block;
  }
  .hidden-sm {
    display: none;
  }
  .composer-imghero-titolo {
    font-size: 42px;
  }
  .composer-galleryfascia-item {
    padding-top: 25%;
  }
  .composer-galleryfascia-item0, .composer-galleryfascia-item1, .composer-galleryfascia-item2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    width: 33.33333%;
    display: block;
  }
  .slideshow-wrapper {
    width: calc(100% - 150px);
    margin: 0 auto;
  }
  .slideshow-control {
    top: 50%;
  }
}
@media screen and (min-width: 48em) {
  .container {
    max-width: 768px;
  }
  .hidden-xs, .hidden-sm {
    display: inline-block;
  }
  .hidden-md {
    display: none;
  }
  .modal {
    padding: 16px;
  }
  .modal-body {
    max-width: 719px;
    margin-left: auto;
    margin-right: auto;
    padding: 16px;
  }
  .listaItemImgBox:before {
    height: 190px;
    min-height: auto;
    max-height: auto;
  }
  #footer-datiaziendali {
    text-align: center;
  }
  /* composer */
  .composer-btxtimg-box.container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .composer-btxtimg-box.container .composer-btxtimg-content,
  .composer-btxtimg-box.container .composer-btxtimg-contentimage {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    width: 50%;
  }
  .composer-btxtimg-box.container .composer-btxtimg-contentimage:after {
    content: "";
    display: inline-block;
    width: 0;
    height: 100%;
    vertical-align: middle;
  }
  .composer-btxtimg-box.container .composer-btxtimg-image {
    vertical-align: middle;
  }
  .composer-btxtimg-tipo2 .composer-btxtimg-contentimage {
    order: -1;
  }
  .composer-bgrigliaico-grid {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .composer-bgrigliaico-icobox {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    width: 50%;
    box-sizing: border-box;
  }
  .composer-galleryfascia-item {
    padding-top: 18.75%;
  }
  .composer-galleryfascia-item0, .composer-galleryfascia-item1,
  .composer-galleryfascia-item2, .composer-galleryfascia-item3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    width: 25%;
    display: block;
  }
  /************/
  .composer-btxtimg-titolo:before, .composer-btitle-title:before {
    left: -45px;
  }
  .lista-box {
    max-width: 768px;
  }
  .lista-item {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 37.5% 62.5%;
    grid-template-columns: 37.5% 62.5%;
    -ms-grid-rows: auto auto auto;
    grid-template-rows: auto auto auto;
  }
  .lista-item-data, .lista-item-imgbox, .lista-item-content, .lista-item-titolo {
    -ms-grid-column: 2;
    grid-column-start: 2;
    margin-left: 16px;
  }
  .lista-item-data {
    -ms-grid-row: 1;
    grid-row-start: 1;
  }
  .lista-item-titolo {
    -ms-grid-row: 2;
    grid-row-start: 2;
  }
  .lista-item-content {
    -ms-grid-row: 3;
    grid-row-start: 3;
  }
  .lista-item-imgbox {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row: 1;
    grid-row-start: 1;
    -ms-grid-row-span: 4;
    grid-row-end: last-line;
  }
  .lista-item-titolo {
    margin-bottom: 0;
  }
  #home-intro .composer-btxtimg-contentimage {
    position: relative;
  }
  #home-intro .composer-btxtimg-image {
    position: absolute;
    bottom: 0;
    left: 0;
  }
  #footer-top .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }
  #footer-top .column {
    flex: 0 0 33.33333%;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    border-left: 1px solid #8599a2;
    -webkit-box-flex: 0;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    width: 33.33333%;
  }
  #footer-top #footer-top1 {
    flex: 0 0 100%;
    border-left: none;
  }
  #footer-top #footer-top2 {
    border-left: none;
  }
  #footer-top #footer-top4 {
    text-align: center;
    justify-content: center;
  }
  #footer-bottom {
    padding: 55px 0;
  }
  #footer-bottom .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  #footer-bottom .column {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 33.33333%;
    box-sizing: border-box;
  }
}
@media screen and (min-width: 64em) {
  .container {
    max-width: 1024px;
  }
  .hidden-xs, .hidden-sm, .hidden-md {
    display: inline-block;
  }
  .hidden-lg {
    display: none;
  }
  .composer-btxtimg-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .composer-btxtimg-box.full-width .composer-btxtimg-content,
  .composer-btxtimg-box.container .composer-btxtimg-content {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    width: 40%;
  }
  .composer-btxtimg-box.full-width .composer-btxtimg-contentimage,
  .composer-btxtimg-box.container .composer-btxtimg-contentimage {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    width: 60%;
  }
  .composer-btxtimg-cover {
    height: auto;
  }
  .composer-btxtimg-cover:after {
    left: -1px;
    height: 100%;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
  .composer-btxtimg-tipo2 .composer-btxtimg-cover:after {
    right: -1px;
    top: 0;
    left: auto;
    -webkit-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    -webkit-transform: rotate(-180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
  }
  .composer-btxtimg-tipo1.container .composer-btxtimg-contentbox {
    margin-right: 16.66666%;
  }
  .composer-btxtimg-tipo2.container .composer-btxtimg-contentbox {
    margin-left: 16.66666%;
  }
  .composer-btxtimg-tipo1.full-width .composer-btxtimg-contentbox {
    padding-right: 32x;
  }
  .composer-btxtimg-tipo2.full-width .composer-btxtimg-contentbox {
    padding-left: 32px;
  }
  .composer-bgrigliaico-icobox {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 25%;
  }
  .composer-galleryfascia-item {
    padding-top: 15%;
  }
  .composer-galleryfascia-item0, .composer-galleryfascia-item1,
  .composer-galleryfascia-item2, .composer-galleryfascia-item3, .composer-galleryfascia-item4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    width: 20%;
    display: block;
  }
  .composer-btxtimg-content {
    margin: 120px 16px 120px 48px;
  }
  .txt-smallwidth .composer-btxt-txt {
    padding-left: 25%;
    padding-right: 25%;
  }
  .introPagina h3 {
    margin-left: 25%;
    margin-right: 25%;
  }
  .introPagina {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  body.menuopen {
    overflow: auto;
  }
  #header-grid {
    -ms-grid-columns: auto 1fr auto;
    grid-template-columns: auto 1fr auto;
  }
  #checkMenu:checked + #header, .menuopen #header {
    bottom: auto;
  }
  .menuopen #header.transparent {
    background-color: transparent;
    border-color: transparent;
  }
  .menuopen #header.transparent .dropdown-title {
    color: #FFF;
  }
  .menuopen #header.transparent #logo img {
    opacity: 0;
  }
  .menuopen #header.transparent #logo:after {
    opacity: 1;
  }
  #menuTop .btn-menu a {
    padding: 9px 15px;
  }
  #header-column1 {
    display: none;
  }
  #header-column2 {
    grid-column-start: 1;
    -ms-grid-column: 1;
    padding: 10px 16px;
  }
  #header-column3 {
    grid-column-start: 3;
    -ms-grid-column: 3;
  }
  #boxMenu {
    padding-left: 0;
    padding-right: 0;
    display: block;
    background: none;
    grid-row-start: 1;
    grid-column-start: 2;
    -ms-grid-row: 1;
    -ms-grid-column: 2;
    -ms-grid-column-span: 1;
    -ms-grid-column-align: end;
    justify-self: end;
    align-self: center;
    -ms-grid-column-align: center;
  }
  #logo {
    width: 100px;
  }
  #menuTop {
    padding: 0;
  }
  #menuTop li {
    display: inline-block;
  }
  #menuTop a {
    color: #080705;
    margin-left: 10px;
    font-size: 13px;
  }
  #menuTop a:nth-child(2) {
    margin-left: 0;
  }
  #menuTop a:hover, #menuTop a:active, #menuTop a:focus, #menuTop .current-menu-item a {
    color: #8b1a32;
    border-bottom: solid 2px #8b1a32;
  }
  #header.transparent #menuTop a:hover, #header.transparent #menuTop a:active,
  #header.transparent #menuTop a:focus, #header.transparent #menuTop .current-menu-item a {
    border-bottom-color: #FFF;
  }
  #menuTop .menu-item-home {
    display: none;
  }
  #menuTop .btn-menu a {
    margin: 0px 0 0px 10px;
  }
  #home-intro .composer-btxtimg-content {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    width: 60%;
  }
  #home-intro .composer-btxtimg-contentimage {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    width: 40%;
    position: relative;
  }
  #home-intro .composer-btxtimg-content {
    margin-right: 8.33333%;
  }
  #home-intro .composer-btxtimg-image {
    position: absolute;
    bottom: 0;
    left: 0;
  }
  #home-intro .btn {
    margin-right: 20px;
  }
  #home-camere-fascia2 {
    margin-top: 60px;
  }
  #home-camere-fascia2 .composer-btxtimg-content {
    margin-top: 120px;
  }
  #camere-struttura {
    text-align: center;
  }
  .composer-page106 {
    background-image: linear-gradient(180deg, #F4F4F4 0%, #F5F5F5 100%);
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: minmax(16px, 1fr) minmax(0, 82.66666px) [12] minmax(16px, 1fr);
    grid-template-columns: minmax(16px, 1fr) repeat(12, minmax(0, 82.66666px)) minmax(16px, 1fr);
  }
  #contatti-imagehero {
    -ms-grid-row: 1;
    grid-row-start: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 14;
    grid-column: 1/15;
  }
  #contatti-sx {
    -ms-grid-row: 2;
    grid-row-start: 2;
    -ms-grid-column: 10;
    -ms-grid-column-span: 4;
    grid-column: 10/14;
  }
  #contatti-dx {
    -ms-grid-row: 2;
    grid-row-start: 2;
    -ms-grid-column: 2;
    -ms-grid-column-span: 6;
    grid-column: 2/8;
  }
  #footer-top #footer-top2 {
    border-left: 1px solid #8599a2;
  }
  #footer-top #footer-top1, #footer-top .column,
  #footer-bottom .column {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 25%;
  }
}
@media screen and (min-width: 80em) {
  .container {
    max-width: 1280px;
  }
  .hidden-xs, .hidden-sm, .hidden-md, .hidden-lg {
    display: inline-block;
  }
  .hidden-xl {
    display: none;
  }
  #menuTop a, #menuTop .btn-menu a {
    margin-left: 26px;
  }
  #menuTop a:nth-child(2) {
    margin-left: 0;
  }
  #logo {
    width: auto;
  }
  .composer-page106 {
    -ms-grid-columns: minmax(16px, 1fr) minmax(0, 104px) [12] minmax(16px, 1fr);
    grid-template-columns: minmax(16px, 1fr) repeat(12, minmax(0, 104px)) minmax(16px, 1fr);
  }
  #home-camere > .composer-box, #camere-lista > .composer-box {
    padding-bottom: 100px;
    padding-top: 100px;
  }
  .composer-btxtimg-content {
    margin: 120px 64px;
  }
  #boxMenu {
    padding-left: 16px;
    padding-right: 16px;
  }
  #menuTop a {
    font-size: 14px;
  }
  #menuTop .btn-menu a {
    padding: 9px 35px;
  }
}
.single-catullo_in_love,
.post-type-archive-catullo_in_love {
  background-color: #fbfbf7;
}

.catullo-in-love-logo {
  margin: 30px auto;
  display: block;
  height: auto;
  width: 60%;
}
.catullo-in-love-logo > img {
  height: auto;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .catullo-in-love-logo {
    margin: 15px auto;
    width: 80%;
  }
}

.catullo-in-love-archive {
  padding: 0 0 calc(var(--gap) * 2) 0;
  flex-direction: row;
  list-style: none;
  flex-wrap: wrap;
  gap: var(--gap);
  display: flex;
  --gap: 50px;
  margin: 0;
}
@media screen and (max-width: 767px) {
  .catullo-in-love-archive {
    padding: 15px 15px var(--gap) 15px;
  }
}
.catullo-in-love-archive > li {
  width: calc(50% - var(--gap) / 2);
  position: relative;
  padding: 0;
}
@media screen and (max-width: 767px) {
  .catullo-in-love-archive > li {
    width: 100%;
  }
}
.catullo-in-love-archive > li:nth-child(even) {
  top: var(--gap);
}
@media screen and (max-width: 767px) {
  .catullo-in-love-archive > li:nth-child(even) {
    top: 0;
  }
}

.catullo-in-love-post {
  position: relative;
  width: 100%;
}
.catullo-in-love-post > figure {
  margin: 0 0 30px 0;
  display: flex;
  height: auto;
  width: 100%;
}
.catullo-in-love-post > figure > img {
  height: auto;
  width: 100%;
}
.catullo-in-love-post > hgroup {
  flex-direction: column;
  position: relative;
  display: flex;
  gap: 20px;
}
.catullo-in-love-post > hgroup > h3 {
  font-family: "Raleway", sans-serif;
  text-transform: none;
  color: #5c5454;
  font-size: 16px;
  margin: 0;
}
.catullo-in-love-post > hgroup > h2 {
  font-family: "Libre Baskerville", serif;
  text-transform: uppercase;
  line-height: 1.25;
  color: #8b1a32;
  font-size: 26px;
}

.catullo-in-love-post-details {
  padding-bottom: var(--gap);
  gap: var(--gap);
  display: flex;
  --gap: 50px;
}
@media screen and (max-width: 767px) {
  .catullo-in-love-post-details {
    flex-direction: column;
    padding: 15px;
    --gap: 30px;
  }
}
.catullo-in-love-post-details > figure {
  width: calc(50% - var(--gap) / 2);
  position: relative;
  margin: 0;
}
@media screen and (max-width: 767px) {
  .catullo-in-love-post-details > figure {
    width: 100%;
  }
}
.catullo-in-love-post-details > figure > img {
  height: auto;
  width: 100%;
}
.catullo-in-love-post-details > .post-details {
  width: calc(50% - var(--gap) / 2);
  padding-top: var(--gap);
  flex-direction: column;
  position: relative;
  display: flex;
  gap: 30px;
}
@media screen and (max-width: 767px) {
  .catullo-in-love-post-details > .post-details {
    width: 100%;
  }
}
.catullo-in-love-post-details > .post-details > h1 {
  font-family: "Libre Baskerville", serif;
  text-transform: uppercase;
  line-height: 1.25;
  color: #8b1a32;
  font-size: 36px;
  margin: 0;
}
.catullo-in-love-post-details > .post-details > .post-info {
  flex-direction: column;
  list-style: none;
  display: flex;
  padding: 0;
  margin: 0;
  gap: 10px;
}
.catullo-in-love-post-details > .post-details > .post-info > li {
  font-family: "Raleway", sans-serif;
  align-items: center;
  padding-left: 30px;
  position: relative;
  color: #5C5454;
  font-size: 16px;
  display: flex;
  padding: 0;
  gap: 5px;
}
.catullo-in-love-post-details > .post-details > .post-info > li::before {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  display: inline-block;
  height: 18px;
  content: "";
  width: 22px;
}
.catullo-in-love-post-details > .post-details > .post-info > li.event-date::before {
  background-image: url("./images/icon-date.svg");
}
.catullo-in-love-post-details > .post-details > .post-info > li.event-location::before {
  background-image: url("./images/icon-location.svg");
}
.catullo-in-love-post-details > .post-details > .post-content {
  line-height: 1.5;
  font-size: 16px;
}
.catullo-in-love-post-details > .post-details > .post-actions {
  list-style: none;
  display: flex;
  padding: 0;
  margin: 0;
  gap: 10px;
}
@media screen and (max-width: 767px) {
  .catullo-in-love-post-details > .post-details > .post-actions {
    flex-direction: column;
  }
}
.catullo-in-love-post-details > .post-details > .post-actions > li {
  padding: 0;
}
.catullo-in-love-post-details > .post-details > .post-actions > li > a {
  margin: 0;
}
@media screen and (max-width: 767px) {
  .catullo-in-love-post-details > .post-details > .post-actions > li > a {
    box-sizing: border-box;
    width: 100%;
  }
}

.back-to-archive {
  text-align: center;
  padding: 50px;
}
.back-to-archive > a {
  font-family: "Libre Baskerville", serif;
  text-decoration: underline;
  text-transform: uppercase;
  color: #8b1a32;
  font-size: 20px;
}
.back-to-archive > a:hover {
  color: #998554;
}

.composer-catullo-in-love {
  text-align: center;
  position: relative;
  padding: 50px 0;
}
.composer-catullo-in-love::before {
  background: url("./images/catullo-in-love-left.svg") no-repeat left center;
  background-size: auto 100%;
  position: absolute;
  content: "";
  z-index: 1;
  width: 50%;
  bottom: 0;
  left: 0;
  top: 0;
}
@media screen and (max-width: 767px) {
  .composer-catullo-in-love::before {
    display: none;
  }
}
.composer-catullo-in-love::after {
  background: url("./images/catullo-in-love-right.svg") no-repeat right center;
  background-size: auto 100%;
  position: absolute;
  content: "";
  z-index: 1;
  width: 50%;
  bottom: 0;
  right: 0;
  top: 0;
}
@media screen and (max-width: 767px) {
  .composer-catullo-in-love::after {
    display: none;
  }
}
.composer-catullo-in-love > .container {
  position: relative;
  z-index: 5;
}
.composer-catullo-in-love > .container > figure {
  margin: 0 auto;
}
.composer-catullo-in-love > .container > figure + a {
  margin: 0;
}

/*# sourceMappingURL=catullo.css.map */
