/*!
Hotel Rubino main styles

Version: 1.0.0
*/

h2 {
  font-size: 72px;
  font-weight: 200;
  line-height: 82px;
}
h3 {
  font-size: 56px;
  font-weight: 300;
  line-height: 65px;
  margin-top: 0;
}
p {
  font-size: 22px;
  line-height: 1.4em;
  margin-block-start: 0em;
  margin-bottom: 15px;
  color: #333;
}
.solosmart, 
.solotablet {
	visibility: hidden;
	display: none;
}
.nopc {
	visibility: hidden;
	display: none;
}
.text_column {
  margin-left: 1em !important;
}
.mb-0 {
  margin-bottom: 0 !important;
}
.mt-0 {
  margin-top: 0 !important;
}
.mb-10 {
  margin-bottom: 10px;
}
.mt-10 {
  margin-top: 10px;
}
.mt-20 {
  margin-top: 20px;
}
.pb-40 {
  padding-bottom: 40px;
}
.ps-15 {
  padding-left: 15px;
  padding-right: 15px;
}
.m-auto {
  margin: auto;
}
.p-relative {
  position: relative;
}
.weight_200 {
  font-weight: 200;
}
.weight_300 {
  font-weight: 300;
}
.text_shadow_black {
  text-shadow: 0 5px 5px rgb(0 0 0 / 60%);
}
.double_text_shadow_black {
  text-shadow: 0px 5px 5px rgb(0 0 0 / 70%), 0px 3px 5px rgb(0 0 0);
}
.text-center {
  text-align: center;
}
.d-flex {
  display: flex!important;
}
.d-grid {
  display: grid!important;
}
.align-items-center {
  align-items: center!important;
}
.align-items-start {
  align-items: start!important;
}
.justify-content-center {
  justify-content: center!important;
}
.d-flex-inside .gb-inside-container {
  display: flex;
}
#prenota_form {
  display: flex;
  justify-content: space-between;
  align-items: end;
}
.form_col {
  display: flex;
  flex-direction: column;
}
.form_col label {
  padding-bottom: 10px;
  position: relative;
  font-size: 18px;
}
label[for="arrivo"]:after, label[for="partenza"]:after {
  content: "";
  width: 30px;
  height: 30px;
  display: block;
  background-image: url(/wp-content/uploads/2021/11/cal-icon.png);
  position: absolute;
  right: -35px;
  z-index: 9;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  bottom: -45px;
}
.calendar_input {
  margin-right: 45px;
}
.form_col input {
  padding: 15px 15px;
  font-size: 18px;
  color: #A5A5A5;
  background-color: #fff;
  border-radius: 0;
  min-width: 240px;
}
.form_col select {
  padding: 16px 50px 16px 20px;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23c1a657' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right 0.75rem center;
  background-size: 27px 20px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  font-size: 18px;
  color: #A5A5A5;
  background-color: #fff;
}
button.prenota_btn {
  padding: 16px 20px;
  line-height: 25px;
  min-width: 200px;
  display: flex;
  justify-content: space-between;
  border-radius: 0;
  font-size: 24px;
  background-color: #fff;
}
svg.btn_icon {
  transform: rotate(90deg);
  color: #C1A657;
  transition: all .4s ease-in;
}
button.prenota_btn:hover {
  background-color: #C1A657;
  color: #fff;
  cursor: pointer;
}
button.prenota_btn:hover svg.btn_icon {
  color: #fff;
}
.site-footer a {
  text-decoration: none;
}
footer#secondary p {
  line-height: 44px;
}
.seguici_footer .gb-inside-container {
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
}
.max-width-460 {
  max-width: 460px;
}
.max-width-1200 {
  max-width: 1200px;
}
.site-header {
  height: 70px;
  width: 100%;
  z-index: 9000;
  background-color: #C1A657;
  color: #fff;
}
#masthead {
  position: absolute;
}
#sticky-header  {
  position: fixed;
  top: 0;
}
.home #masthead {
  background-color: transparent;
}
.nascondi_header {
  margin-top: -70px;
}
.mostra_header {
  margin-top: 0;
  transition: all .6s ease-in-out;
  -moz-transition: all .6s ease-in-out;
  -webkit-transition: all .6s ease-in-out;
}
button.menu-toggle {
  background-color: #7e746b;
  color: #fff;
  border: none;
}
.main-navigation ul a {
  color: #fff;
  padding: 18px 25px;
  font-size: 20px;
  border-bottom: 3px solid transparent;
  transition: all .3s;
  height: 70px;
}
.main-navigation ul ul.sub-menu li a {
  height: auto;
}
.main-navigation .current_page_item a, .main-navigation .current-menu-parent a, .main-navigation li a:hover {
  border-bottom: 3px solid #fff;
}
.wp-block-separator {
  border-top: 0px;
  background-color: transparent !important;
  margin-top: 50px;
  margin-bottom: 30px;
}
.left_icon_box .wp-block-column {
  flex-basis: fit-content !important;
}
.left_icon_box .icon_round {
  border-radius: 50%;
}
.left_icon_box .text_column a {
  text-decoration: none;
}
#prenota_floating {
  position: fixed;
  right: -82px;
  top: 60%;
  z-index: 9999;
  transform: rotate(-90deg);
  background-color: #36181A;
  padding: 15px;
  margin: 0;
  border: 2px solid #C1A657;
  border-bottom: 0;
  height: 70px;
  transition: background-color .4s ease-in;
  box-shadow: 0px 0px 18px 4px rgb(0 0 0 / 40%);
}
#prenota_floating:hover {
  background-color: #747474;
}
#prenota_floating a {
  display: flex;
  text-decoration: none;
  justify-content: space-between;
  align-items: center;
  width: 200px;
}
#prenota_floating img {
  transform: rotate(90deg);
  width: 40px !important;
  height: 38px;
  object-fit: contain;
}
#prenota_floating_mobile {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 8999;
}
#prenota_floating_mobile img {
  width: 40px !important;
  height: 38px;
  object-fit: contain;
  margin-left: 15px;
}
#prenota_floating_mobile a {
  display: flex;
  text-decoration: none;
  justify-content: center;
  align-items: center;
}
.grid_posts_loop .wp-block-column.grid_posts_loop_content {
  display: flex;
  flex-direction: column;
  padding: 50px;
  margin: 0;
  max-width: 50%;
}
.camere_img_link.wp-block-column {
  display: flex;
  flex-direction: column;
  max-width: 50%;
  width: 50%;
  overflow: hidden;
}
.hover_img {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.hover_img img {
  transition: transform .4s linear;
}
.hover_img:hover img {
  transform: scale(1.1);
}
.grid_posts_loop_img {
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  height: 550px;
  transition: transform .4s linear;
}
.grid_posts_loop_img:hover {
  transform: scale(1.2);
}
.grid_posts_loop_title {
  margin: 0;
}
.grid_posts_loop_title a {
  font-size: 52px;
  font-weight: 400;
  color: #7e746b;
  text-decoration: none;
}
.grid_posts_loop_info, .grid_posts_loop_excerpt {
  color: #000;
  font-size: 20px;
}
.grid_posts_loop_excerpt {
  margin-bottom: 40px;
}
.btn {
  padding: 10px 60px;
  font-size: 20px;
  text-decoration: none;
  border-radius: 0px;
  font-weight: 400;
  transition: all .4s ease-in;
}
.outline_btn {
  border: 2px solid;
}
.outline_btn:hover {
  background-color: #c1a657;
  color: #fff;
}
.camere_title {
  margin: 0;
  font-size: 64px;
  font-weight: 400;
  color: #fff;
}
.post_header {
  height: 700px;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
}
.camere_post_title {
  font-size: 56px;
  margin: 0;
  font-weight: 400;
}
.camere_post_info {
  font-size: 28px;
  color: #000;
}
.camere_post_info span:after {
  content: "|";
}
.camere_title_holder {
  padding: 60px 0;
}
ul.menu li > ul.sub-menu {
  display: block;
  width: 260px;
  background-color: #fff;
}
ul.menu li > ul.sub-menu li a {
  width: 100%;
  color: #7e746b;
  border-bottom: 1px solid;
  font-size: 16px;
  padding: 15px;
  transition: all .3s linear;
}
ul.menu li > ul.sub-menu li a:hover {
  background-color: #c1a657;
  color: #fff;
}
.contattaci_form {
  grid-template-areas:
    "nome cognome"
    "email telefono"
    "oggetto oggetto"
    "messaggio messaggio"
    "acceptance acceptance"
    "submit submit";
    grid-column-gap: 20px;
}
.form_first_name {
  grid-area: nome;
}
.form_last_name {
  grid-area: cognome;
}
.form_email {
  grid-area: email;
}
.form_phone {
  grid-area: telefono;
}
.form_subject {
  grid-area: oggetto;
}
.form_message {
  grid-area: messaggio;
}
.form_acceptance {
  grid-area: acceptance;
}
.form_submit {
  grid-area: submit;
}
.contattaci_form .form_item {
  margin-bottom: 20px;
}
.contattaci_form input, .contattaci_form textarea {
  width: 100%;
  padding: 15px;
  border: 1px solid #404040;
}
.form_acceptance {
  display: flex;
}
.form_acceptance .wpcf7-list-item {
  width: 24px;
}
.contattaci_form input[type="submit"] {
  background-color: #c1a657;
  color: #fff;
  border: 0;
  font-size: 22px;
}
.copyright_last_line img {
  margin-bottom: -12px;
  margin-left: 10px;
  margin-top: 10px;
}
.slider_posts_loop_holder {
  margin-top: 40px;
  margin-bottom: 40px;
  position: relative;
}
.slider_posts_nav button {
  background-color: transparent;
  border: 0;
  padding: 0;
  cursor: pointer;
}
.single_slider_post {
  padding: 3px;
  background-color: #fff;
}
.slider_title {
  font-size: 32px;
  font-weight: 400;
  color: #c1a657;
}
.slider_loop_info {
  font-size: 18px;
  color: #000;
}
.slider_loop_excerpt {
  font-size: 18px;
  height: 72px;
  overflow: hidden;
  line-height: 24px;
  margin-bottom: 40px;
}
.slider_loop_btn {
  display: block;
  background-color: #7e746b;
  border-radius: 0;
  color: #fff !important;
  font-size: 24px;
  font-weight: 300;
}
.slider_posts_nav {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
  z-index: 3;
}
.slider_posts_nav_left {
  display: block;
  width: 20px;
  height: 50px;
  border-right: 20px solid #fff;
  border-top: 25px solid transparent;
  border-bottom: 25px solid transparent;
  left: -20px;
  position: relative;
}
button.owl-next {
  float: right;
}
.slider_posts_nav_right {
  display: block;
  width: 20px;
  height: 50px;
  border-left: 20px solid #fff;
  border-top: 25px solid transparent;
  border-bottom: 25px solid transparent;
  right: -20px;
  position: relative;
}
.left_icon_box .icon_column {
  max-width: 90px;
  min-width: 90px;
}
svg.close_menu {
  transform: rotate(45deg);
  margin-bottom: 2px;
}
.site-branding {
  display: none;
}
.home .header_home {
  height: 850px;
}
.header_home {
  height: 600px;
}
.header_home img, .camere_header img {
  filter: drop-shadow(2px 4px 6px rgb(0 0 0 / 90%));
}
.hover_logo img {
  transition: all .2s ease-in;
}
.hover_logo img:hover {
  transform: translateY(-7px);
}
.camere_header .custom-logo-link {
  margin-top: 120px;
}
.cookie_btn {
  background-color: #7E746B;
  color: #fff;
  padding: 10px 20px;
  font-weight: 700;
  text-decoration: none;
}
.cookie_btn:hover {
  color: #fff;
}
#cn-notice-text {
  font-size: 16px;
  font-family: 'Poppins';
  line-height: 35px;
  margin-bottom: 0;
}
#cn-notice-text a {
  color: #fff;
}
.socials_footer .gb-button {
  margin: 0 5px;
  border-radius: 50%;
  width: 56px;
  height: 56px;
  transition: transform .3s linear !important;
}
.socials_footer .gb-button:hover {
  transform: scale(1.1);
}
/* Social Wall */
.stream li {
  width: 24.2% !important;
  margin: 0 0 3px 0.55% !important;
border-radius: 0;
}
.dcsns-toolbar {
  margin: 6px !important;
}
.dcsns-toolbar .filter li a {
  background: #0071BC !important;
}
#walljxs-container {
padding-top: 8px;
  /*padding-bottom: 43px !important;*/
}
.stream li .inner {
padding: 4px !important;
}
.stream li .section-thumb img, 
.stream li .section-thumb video {
margin: 0 0 14px 0 !important;
}
.stream li {
border: none !important; 
padding: 0 0 35px 0 !important;
}
.stream li .section-text {
font-size: 12px; 
color: #707070; 
padding: 10px;
}
.stream li .section-user strong {
font-weight: 600; 
font-size: 16px;
}
@media only screen and (min-width:700px) and (max-width:900px){
  .stream li {
      width: 32.2% !important;
      margin: 0 0 3px 0.55% !important;
  }
}
@media only screen and (min-width:480px) and (max-width:700px){
  .stream li {
      width: 49% !important;
      margin: 0 0 3px 0.50% !important;
  }
}
@media only screen and (max-width:480px){
  .stream li {
      width: 99.2% !important;
      margin: 0 0 3px 0.55% !important;
  }	
	.solotablet,  
	.nosmart {
		visibility: hidden;
		display: none;
	}

	.solopc {
		visibility: hidden;
		display: none;
	}

	.solosmart,
	.nopc {
		visibility: visible;
		display: block;
	}
	
}
@media(min-width: 992px) {
  .hide_email_desktop {
    display: none;
  }
}
@media(max-width: 991px) {
  .hide_email_mobile {
    display: none;
  }
}
/* End of Social Wall */
@media(max-width: 767px) {
  h2 {
    font-size: 42px;
    line-height: 50px;
  }
  h3 {
    font-size: 36px;
    line-height: 46px;
  }
  p {
    font-size: 18px;
  }
  a#cn-close-notice {
    position: absolute;
    top: 20px;
    right: 10px;
  }
  span#cn-notice-text {
    margin-bottom: 20px;
  }
  .mob_font_26 {
    font-size: 22px !important;
  }
  .s_mob_35 {
    height: 35px !important;
  }
  .s_mob_30 {
    height: 30px !important;
  }
  .home .header_home {
    height: 450px;
  }
  .header_home .wp-block-spacer {
    height: 75px !important;
  }
  .header_home img, .camere_header img {
    width: 80%;
    margin: 0 10%;
  }
  .arrow_cta .gb-button-text {
    font-size: 20px;
  }
  #prenota {
    background-position: top center;
    background-size: auto;
  }
  .logos_prefooter .gb-grid-column {
    max-width: 50%;
  }
  .logos_prefooter .gb-grid-column:first-child {
    margin-bottom: 20px;
  }
  #prenota_floating {
    right: 0;
    top: auto;
    transform: rotate(0deg);
    width: 100%;
    bottom: 0;
  }
  #prenota_floating a {
    margin: auto;
    width: auto;
  }
  #prenota_floating img {
    transform: rotate(0deg);
  }
  .prenota_columns .text_column p {
    font-size: 20px !important;
  }
  #prenota_form {
    align-items: stretch;
    flex-direction: column;
  }
  .form_col {
    margin: 15px 0;
  }
  .form_col.calendar_input{
    margin-right: 45px !important;
  }
  #cookie-notice {
    max-width: 100% !important;
  }
  #subfooter {
    padding-bottom: 70px;
  }
  .mobile_size_28 {
    font-size: 24px !important;
  }
  .slider_loop_btn {
    font-size: 20px;
  }
  .header_home {
    height: 500px;
  }
  .header_home .gb-inside-container {
    padding: 0 20px;
  }
  .grid_posts_loop .wp-block-column {
    padding: 10px;
  }
  .grid_posts_loop_title a {
    margin-top: 0px;
    margin-bottom: 25px;
    font-size: 36px;
    line-height: 42px;
    text-align: center;
    display: block;
  }
  .grid_posts_loop_img {
    height: 350px;
    margin-top: 20px !important;
  }
  .post_header {
    height: 550px;
  }
  .camere_title {
    font-size: 42px;
    line-height: 52px;
    padding: 0 20px;
    text-align: center;
  }
  .camere_post_title {
    font-size: 42px;
    line-height: 52px;
    margin-bottom: 25px;
  }
  .camere_post_info {
    font-size: 22px;
  }
  .camere_title_holder {
    padding: 40px 20px 20px;
  }
  .grid_posts_loop_excerpt {
    text-align: center;
    font-size: 18px;
  }
  #contatti .text_column p {
    font-size: 18px;
  }
  #contatti .text_column h4 {
    font-size: 28px;
  }
  .grid_tiles .pb-40 {
    padding-bottom: 10px;
  }
  .contattaci_form {
    grid-template-areas:
        "nome nome"
        "cognome cognome"
        "email email"
        "telefono telefono"
        "oggetto oggetto"
        "messaggio messaggio"
        "acceptance acceptance"
        "submit submit";
  }
  .mob_text_center {
    text-align: center;
  }
}
@media(max-width: 768px) {
  #prenota_floating {
    display: none;
  }
  .grid_posts_loop .wp-block-columns {
    flex-direction: column;
  }
  .camere_img_link.wp-block-column, .grid_posts_loop .wp-block-column.grid_posts_loop_content {
    width: 100%;
    max-width: 100%;
    padding: 0;
    margin-bottom: 40px;
  }
  .grecaptcha-badge {
    bottom: 70px !important;
  }
}
@media(min-width:769px) {
  .grid_posts_loop .wp-block-columns:nth-child(even) .camere_img_link {
    order: 2;
  }
  #prenota_floating_mobile {
    display: none;
  }
}

@media(max-width: 1024px) {
  .main-navigation svg.close_menu {
    display: none;
  }
  .mobile_logo {
    display: block;
    height: 100%;
    margin-left: 20px;
  }
  .mobile_logo a {
    height: 100%;
    display: block;
  }
  .mobile_logo img {
    height: 70px;
    object-fit: scale-down;
  }
  .sticky_toggled svg.close_menu, .toggled svg.close_menu {
    display: block;
  }
  .sticky_toggled svg.hamburger_menu, .toggled svg.hamburger_menu {
    display: none;
  }
  button.menu-toggle {
    z-index: 9003;
    position: absolute;
    right: 20px;
    top: 12px;
    display: block;
    background-color: #7e746b;
    width: 48px;
    height: 48px;
  }
  .toggled .menu_wrapper, .sticky_toggled .menu_wrapper {
    position: fixed;
    width: 100%;
    background-color: #c1a657;
    top: 0;
    left: 0;
    min-height: 100vh;
    overflow: auto;
    height: 100%;
  }
  ul.menu li > ul.sub-menu {
    width: 100%;
    position: relative;
    height: 100%;
    background-color: transparent;
    box-shadow: none;
    display: none;
    margin: 25px 0;
  }
  li.menu-item-has-children > a {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  ul.menu .menu-item-has-children > a::after {
    content: "";
    width: 20px;
    height: 20px;
    display: block;
    z-index: 1000;
    background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23ffffff' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e");
    transition: transform .3s linear;
  }
  .link_chevron_up a::after {
    transform: rotate(180deg);
  }
  .focus ul.sub-menu {
    display: block !important;
    height: 100% !important;
  }
  ul.menu li > ul.sub-menu li a {
    color: #fff;
    border-bottom: none;
    padding: 10px 0 10px 20px;
  }
  .main-navigation ul a {
    padding: 20px 0px;
  }
  .toggled .menu_wrapper ul.menu {
    padding: 40px 40px;
  }
  .sticky_toggled ul.menu {
    display: block;
    padding: 40px 40px 20px;
  }
  .overflow_hidden {
    overflow: hidden !important;
  }
  .prenota_columns .text_column h4.gb-headline {
    font-size: 30px;
  }
  .grid_tiles .gb-grid-wrapper:nth-child(even) .gb-grid-column:first-child {
    order: 1;
  }
  .grid_tiles .gb-grid-wrapper .gb-grid-column {
    width: 100%;
    margin: 20px 0;
  }
  .grid_tiles .gb-grid-wrapper {
    flex-direction: column;
  }
}
@media(min-width: 768px) and (max-width: 992px) {
	.solosmart, 
	.solopc, 
	.notablet {
		visibility: hidden;
		display: none;
	}
	
	.solotablet, 
	.nopc {
		visibility: visible;
		display: block;
	}	
  .prenota_columns.wp-block-columns {
    flex-wrap: wrap !important;
  }
  .prenota_columns .wp-block-column {
    width: 50%;
    flex: 0 0 auto;
    margin: auto;
  }
  .prenota_columns .wp-block-column:last-child {
    margin-left: 25%;
  }
  .prenota_columns .text_column p {
    font-size: 20px !important;
  }
  #prenota_form {
    align-items: stretch;
    flex-direction: column;
    max-width: 600px;
    margin: auto;
  }
  .form_col {
    margin: 15px 0;
  }
  .slider_loop_btn {
    font-size: 20px;
    padding: 15px 30px;
  }
  h3 {
    font-size: 46px;
    line-height: 56px;
  }
  #contatti > .gb-inside-container > .wp-block-columns > .wp-block-column:last-child {
    margin: auto;
  }
}
@media(max-width: 374px) {
  .prenota_columns .text_column p {
    font-size: 18px !important;
  }
  .prenota_columns .text_column h4.gb-headline {
    font-size: 26px;
  }
  #prenota_floating_mobile a {
    font-size: 16px;
    line-height: 1;
  }
  #prenota .left_icon_box .wp-block-column.icon_column {
    flex-basis: 33.33% !important;
  }
  #prenota .left_icon_box .wp-block-column.text_column {
    flex-basis: 64.66% !important;
    margin-left: 2% !important;
  }
}
@media(max-width: 662px) {
  .seguici_footer .gb-inside-container {
    align-items: center;
    justify-content: center;
    flex-direction: column;
  }
}
@media(min-width: 1025px) and (max-width: 1280px) {
  .main-navigation ul a {
    padding: 18px 14px;
    font-size: 16px;
  }

}
@media(min-width: 1281px) and (max-width: 1439px) {
  .main-navigation ul a {
    padding: 18px 15px;
  }
}