/* Widget - Section Title */
.hotel-way-section-title-wrapper .hotel-way-section-title {
    font-family: 'Spectral', serif;
    font-weight: 200;
    font-size: 42px;
    line-height: 50px;
    color: #1B1B1B;
    margin-bottom: 30px;
}
.hotel-way-section-title-wrapper .hotel-way-section-title-subtitle {
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 30px;
}
/* align - right */
.hotel-way-section-title-wrapper.hotel-way-section-title-wrapper-align-right {
    text-align: right;
}
/* align - center */
.hotel-way-section-title-wrapper.hotel-way-section-title-wrapper-align-center {
    text-align: center;
}
/* white */
.hotel-way-section-title-wrapper.hotel-way-section-title-wrapper-white,
.hotel-way-section-title-wrapper.hotel-way-section-title-wrapper-white .hotel-way-section-title {
    color: #fff;
}

/* Widget - Social Icons */
.hotel-way-social-icons-wrapper {
    display: flex;
}
.hotel-way-social-icons-wrapper .social-item {
    margin-right: 10px;
}
.hotel-way-social-icons-wrapper .social-item:last-child {
    margin-right: 0;
}
.hotel-way-social-icons-wrapper .social-item a {
    font-size: 26px;
    line-height: 26px;
}
/* align - right */
.hotel-way-social-icons-wrapper.hotel-way-social-icons-wrapper-align-right {
    justify-content: flex-end;
}
/* align - center */
.hotel-way-social-icons-wrapper.hotel-way-social-icons-wrapper-align-center {
    justify-content: center;
}
/* white */
.hotel-way-social-icons-wrapper.hotel-way-social-icons-wrapper-white .social-item a {
    color: white;
}
.hotel-way-social-icons-wrapper.hotel-way-social-icons-wrapper-white .social-item a:hover {
    color: #000;
}

/* Widget - Contact Info */
.hotel-way-contact-info-wrapper .contactinfo-item {
    margin-bottom: 10px;
    display: flex;
    align-items: center;
}
.hotel-way-contact-info-wrapper .contactinfo-item a {
    display: flex;
    align-items: center;
    text-decoration: none;
    font-size: 16px;
    line-height: 16px;
    -webkit-transition: color .3s ease;
    -moz-transition: color .3s ease;
    -o-transition: color .3s ease;
    -ms-transition: color .3s ease;
    transition: color .3s ease;
}
.hotel-way-contact-info-wrapper .contactinfo-item i {
    font-size: 24px;
    line-height: 24px;
    margin-right: 10px;
}
.hotel-way-contact-info-wrapper .hotel-way-contact-info-social {
    display: flex;
    align-items: center;
    margin-top: 30px;
}
/* align - right */
.hotel-way-contact-info-wrapper.hotel-way-contact-info-wrapper-align-right {
    text-align: right;
}
/* align - center */
.hotel-way-contact-info-wrapper.hotel-way-contact-info-wrapper-align-center {
    text-align: center;
}
/* white */
.hotel-way-contact-info-wrapper.hotel-way-contact-info-wrapper-white {
    color: white;
}
.hotel-way-contact-info-wrapper.hotel-way-contact-info-wrapper-white a {
    color: white;
}
.hotel-way-contact-info-wrapper.hotel-way-contact-info-wrapper-white a:hover {
    color: #cacaca;
}
/* WIDGET - FEATURED BOX */
.hotel-way-featured-box-wrapper {
    position: relative;
    display: flex;
    justify-content: flex-end;
    height: 232px;
    overflow: hidden;
    width: 100%;
}
.hotel-way-featured-box-wrapper a.hotel-way-featured-box-link-wrapper {
    background: black;
    width: 100%;
}
.hotel-way-featured-box-wrapper a.hotel-way-featured-box-link-wrapper img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    -webkit-transition: width 0.5s ease, transform 0.5s ease, opacity 0.5s ease, max-width 0.5s ease;
    -moz-transition: width 0.5s ease, transform 0.5s ease, opacity 0.5s ease, max-width 0.5s ease;
    -o-transition: width 0.5s ease, transform 0.5s ease, opacity 0.5s ease, max-width 0.5s ease;
    -ms-transition: width 0.5s ease, transform 0.5s ease, opacity 0.5s ease, max-width 0.5s ease;
    transition: width 0.5s ease, transform 0.5s ease, opacity 0.5s ease, max-width 0.5s ease;
    opacity: 0.66;
}
.hotel-way-featured-box-wrapper a.hotel-way-featured-box-link-wrapper .hotel-way-featured-box-title {
    position: absolute;
    bottom: 30px;
    text-align: center !important;
    width: 100%;
    color: white;
    font-size: 27px;
    line-height: 32px;
    text-transform: uppercase;
}
/* hover */
.hotel-way-featured-box-wrapper a.hotel-way-featured-box-link-wrapper:hover img {
    max-width: 110%;
    width: 110%;
    transform: translate(-5%);
    opacity: 0.9;
}
/* WIDGET - ICON BOX */
.hotel-way-icon-box-wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}
.hotel-way-icon-box-wrapper img.hotel-way-icon-box-image {
    max-width: 114px;
    margin-bottom: 30px;
}
.hotel-way-icon-box-wrapper .hotel-way-icon-box-title {
    font-family: 'Spectral', serif;
    font-size: 29px;
    line-height: 29px;
    font-weight: 600;
    color: #1B1B1B;
    margin-bottom: 30px;
}
.hotel-way-icon-box-wrapper .hotel-way-icon-box-subtitle {
    color: #575757;
    font-size: 14px;
    line-height: 20px;
}
/* SIZING */
@media (max-width: 767px) {
    /* Widget - Section Title */
    .hotel-way-section-title-wrapper {
        text-align: center !important;
    }
    .hotel-way-section-title-wrapper .hotel-way-section-title {
        font-size: 33px;
        line-height: 36px;
    }
    /* Widget - Social Icons */
    .hotel-way-social-icons-wrapper {
        justify-content: center;
    }
    /* Widget - Contact Info */
    .hotel-way-contact-info-wrapper {
        text-align: center !important;
    }
    .hotel-way-contact-info-wrapper .contactinfo-item a {
        justify-content: center;
    }
}
