.separator {
display: block;
width: 100%;
}
.separator-desktop {
display: block;
}
@media all and (max-width: 800px) {
.separator-desktop {
display: none;
}
}
.separator-mobile {
display: none;
}
@media all and (max-width: 800px) {
.separator-mobile {
display: block;
}
}.background {
position: relative;
padding: 4rem 0;
z-index: 1;
}
@media all and (min-width:1600px){
.background:not(.vh-full) {
padding: 7rem 0;
}
}
@media all and (min-width:1800px){
.background:not(.vh-full) {
padding: 12rem 0;
}
}
.opinions .background {
padding-top: 0;
}
.opinions .opinion-page-hide {
display: none;
}
.opinions .opinion-page-custom {
display: block;
}
.page-id-494 .page-content__content > .background:first-of-type {
padding-top: 0;
}
.review-page #reblex-widget-2 {
display: none;
}
@media all and (max-width: 800px) {
.background {
padding: 2rem 0;
}
.mobile-shadow-bg::before{
content: '';
width: 100vw;
height: 100%;
position: absolute;
left: 50%;
transform: translateX(-50%);
top: 0;
background-color: rgba(0,0,0,0.6);
z-index: -1;
}
}
.background--image .background__background {
background-position: top center;
background-size: cover;
}
.background__background {
position: absolute;
width: 100vw;
height: 100%;
top: 0;
left: 50%;
transform: translateX(-50%);
z-index: -1;
} .opinion-page-custom {
display: none;
}.icon-list {
list-style: none;
padding-left: 0;
}
.icon-list__single {
display: flex;
align-items: center;
margin-bottom: 0.5rem;
}
.icon-list__single:last-child {
margin-bottom: 0;
}
.icon-list__icon {
width: 23px;
height: 18px;
object-fit: contain;
object-position: left center;
margin-right: 0.6rem;
}
.icon-list__text{vertical-align: super};.schedule {
list-style: none;
padding-left: 0;
display: grid;
grid-template-columns: repeat(auto-fill, minmax(10rem, 1fr));
grid-gap: 1rem 2rem;
line-height: 1.4em;
}
@media all and (max-width: 500px) {
.schedule {
grid-template-columns: 1fr;
grid-gap: 1rem;
}
}
.schedule__single {
display: flex;
flex-direction: column;
flex-wrap: wrap;
margin-bottom: 1rem;
}
.schedule__single:last-child {
margin-bottom: 1.5rem;
}
@media all and (max-width: 500px) {
.schedule__single {
flex-direction: row;
flex-wrap: nowrap;
}
}
.schedule__title {
margin-bottom: 0.7rem;
font-weight: bold;
}
@media all and (max-width: 500px) {
.schedule__title {
margin-bottom: 0;
margin-right: 0.7rem;
min-width: 140px;
}
}.map {
width: 100vw;
height: 525px;
margin-left: 50%;
transform: translateX(-50%);
background-color: #0e0e0e;
}
.map iframe {
width: 100%;
height: 100%;
}