/*
 Theme Name:   Hotel WP Child
 Theme URI:    http://thimpress.com/
 Description:  Hotel WP Child Theme
 Author:       ThimPress
 Author URI:   http://thimpress.com
 Template:     hotel-wp
 Version:      1.0.0
 Text Domain:  hotel-wp-child
*/


h1,
h2 {
    font-family: Literata;
    font-weight: normal !important;
}

.menu-right {
    display: none !important;
}

.list-icon-box.owl-carousel.owl-theme.owl-loaded.owl-drag li h5 {
    min-height: 80px;
}

.list-icon-box.owl-carousel.owl-theme.owl-loaded.owl-drag li .description {
    color: rgba(255, 255, 255, 0.7);
}

/* FOOTER FIX */

#colophon .footer {
    display: none;
}

#colophon .logo-footer {
    margin-bottom: 0px !important;
    width: fit-content !important;
}

#colophon .thim-footer-location {
    padding-right: 0px !important;
}

/* NAVIGATION */

.navigation .top-toolbar {
    display: none;
}

/* POST PAGE */

.wp-singular #secondary {
    display: none;
}

.wp-singular #main {
    width: 100% !important;
}

.wp-singular .content-inner .entry-top {
    display: none;
}

.wp-singular .content-inner .entry-header {
    display: none;
}

.wp-singular .content-inner .entry-meta {
    display: none;
}

.wp-singular .content-inner .entry-tag-share {
    display: none;
}

/*  */

.wp-block-media-text__content h2 {
    line-height: 35px;
}

@media all and (max-width:800px) {
    .wp-block-media-text__content h2 {
        font-size: 29px;
    }
}

@media all and (max-width:800px) {

    .page-title .main-top h1,
    .page-title .main-top h2 {
        font-size: 40px;
        line-height: 40px;
    }
}