

.main-content.template-free-beds {
    background: #0077ff14;
}

.main-content.template-free-beds .container {
    background:transparent;
}

.main-content.template-free-beds .calendar.clearfix {
    margin: 10px 0px;
}
/* titlu principal din bloc */

.page-template.empty-beds .main-content.template-free-beds h1,
.page-template.empty-beds .main-content.template-free-beds h2,
.page-template.empty-beds .main-content.template-free-beds h3 {
  margin-top: 0;
  margin-bottom: 1.15rem;
  font-size: 1.65rem;
  line-height: 1.1;
  color: var(--color-text, #0C305B);
  font-weight: 700;
  letter-spacing: -0.015em;
  position: relative;
  padding-bottom: .35rem;  
  border-bottom: 0px;
  padding-left: 10px;
    padding-right: 10px;
}

.page-template.empty-beds .main-content.template-free-beds h1::after,
.page-template.empty-beds .main-content.template-free-beds h2::after,
.page-template.empty-beds .main-content.template-free-beds h3::after {
  display:none;

}
.page-template.empty-beds .main-content.template-free-beds h4 {
    margin: 0px;
    text-align: center;
    color: var(--color-primary);
    background: #fff;
    border-radius: 15px;
    padding: 15px 10px;
    margin-top: 45px;
}
/* paragrafele */

.page-template.empty-beds .main-content.template-free-beds p {
    color: var(--color-text);
    font-size: 1.4rem;
    text-indent: 0px;
    margin: 10px 0px;
    padding-left: 10px;
    padding-right: 10px;
}
/* citat/bucata italică – îl facem să iasă în evidență */
.page-template.empty-beds .main-content.template-free-beds p em,
.page-template.empty-beds .main-content.template-free-beds p i {
  font-style: italic;
  color: var(--color-text, #0C305B);
}

.page-template.empty-beds .main-content.template-free-beds p strong em,
.page-template.empty-beds .main-content.template-free-beds p em strong {
  font-weight: 700;
}


/* strong normal în paragrafe */
.page-template.empty-beds .main-content.template-free-beds p strong {
  color: var(--color-text, #0C305B);
}

@media screen and (max-width:760px) {
.page-template.empty-beds .main-content.template-free-beds h4 {
    font-size: 1.5rem;
}
.main-content.template-free-beds .container {
    background: transparent;
    padding: 0px;
}

}


