/**
 * Custom CSS
 * Use this file to override styles if you feel uncomfortable editing
 * component stylesheets.
 ============================================================================ */

/**Header-styles*/

.pr-header {
    background-color: #0e0d0d;
}

img.site-branding__logo-img {
    max-width: 170px;
}

nav#block-kph-theme-main-menu a.menu__link {
    color: darkgoldenrod;
    font: 1em sans-serif;
    font-family: Georgia, 'Times New Roman', Times, serif;
    font-size: 1.5rem;
    font-weight: 600;
}

nav#block-kph-theme-main-menu li > span > .menu__link:hover,
nav#block-kph-theme-main-menu li > span > .menu__link.is-active{
    color: #f7cb8e !important;
    background-color: unset !important;
}

div.view-id-movies{
    position: relative;
}
div.view-id-movies div.more-link{
    position: absolute;
    top: -55px;
}

