/*
Theme Name: GLH Productora
Theme URI: http://www.wpthemes.viptouch.com.ar
Description: GLH Productora
Version: 1.0
Author: WPThemes
Author URI: http://www.wpthemes.viptouch.com.ar
*/

a {
    color: #fff;
    text-decoration: none;
}

body {
    display: block;
    min-height: 100vh;
    background: rgb(11, 11, 11);
    background: linear-gradient(
        353deg,
        rgba(11, 11, 11, 1) 0%,
        rgba(29, 29, 29, 1) 100%
    );
    position: relative;
}

footer {
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    background: #222;
    color: #adadad;
    font-size: 12px;
    padding: 20px;
    text-align: center;
    width: 100%;
}

.glh-main-card {
    min-height: 40vh;
    position: relative;
    transition: all ease-in-out 0.3s;
    overflow: hidden;
    background: rgb(27, 27, 27);
    background: linear-gradient(
        353deg,
        rgba(27, 27, 27, 1) 0%,
        rgba(102, 102, 102, 1) 100%
    );
}

.glh-main-card:hover {
    position: relative;
    transition: all ease-in-out 0.3s;
    cursor: pointer;
}

.glh-main-card-background-overlay {
    display: block;
    background: rgba(20, 20, 20, 0.2);
    background: linear-gradient(
        0deg,
        rgba(27, 27, 27, 0.7) 0%,
        rgba(32, 32, 32, 0.05) 36%,
        rgba(210, 210, 210, 0.1) 100%
    );
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
}

.glh-main-card:hover .glh-main-card-img-bg {
    transform: scale(1.03) translateY(5px);
    object-fit: cover;
    transition: all ease-in-out 0.3s;
    opacity: 0.95;
    filter: contrast(105%) brightness(105%);
}

.glh-main-card:hover .glh-main-card-text-container {
    transition: all ease-in-out 0.3s;
    text-align: center;
}

.glh-main-card-img-bg {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 102%;
    height: 102%;
    object-fit: cover;
    transition: all ease-in-out 0.3s;
    opacity: 0.9;
    filter: contrast(95%) brightness(95%);
}

.glh-main-card-content-wrapper {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.glh-main-card-text-container {
    position: absolute;
    bottom: 0;
    left: 0;
    height: 100px;
    width: 100%;
    padding: 10px 30px;
    background: rgba(20, 20, 20, 0);
    transition: all ease-in-out 0.5s;
    text-align: right;
    z-index: 3;
    opacity: 0.7;
}

.glh-main-card:hover .glh-main-card-title {
    transition: all ease-in-out 0.5s;
}

.glh-main-card-title {
    color: rgb(247, 247, 247);
    font-size: 1.1rem;
    margin: 0;
    letter-spacing: 0.1rem;
    position: absolute;
    bottom: 44px;
    width: 100%;
    right: 20px;
    transition: all ease-in-out 0.5s;
}

.glh-main-card-excerpt {
    color: #dbdbdb;
    font-size: 0.8rem;
    position: absolute;
    bottom: 0px;
    font-style: italic;
    letter-spacing: 0.1rem;
    width: 100%;
    right: 20px;
    transition: all ease-in-out 0.5s;
}

#header-navbar .nav-link {
    letter-spacing: 0.2rem;
    text-transform: uppercase;
    font-size: 0.8rem;
}

.header-menu-logo {
    max-height: 18px;
    width: auto;
}

.header-nav-social-icon-link {
    color: rgb(207, 207, 207);
    font-size: 1.2rem;
    margin-right: 10px;
    text-decoration: none;
    transition: all ease 0.3s;
}

.footer-social-icon-link,
.footer-social-icon-link:hover {
    color: rgba(207, 207, 207, 0.5);
    text-decoration: none;
    font-size: 0.95rem;
    padding-left: 5px;
}

.header-nav-social-icon-link:hover {
    color: white;
    transition: all ease 0.3s;
}

.dropdown-menu {
    background: #222;
    color: #f3f3f3;
}

.dropdown-item {
    color: #e7e7e7 !important;
}
.dropdown-item:hover {
    background: #333 !important;
    color: #adadad;
}

.dropdown-item .active {
    background: #444 !important;
    color: #adadad;
}

.dropdown-menu:hover {
    background: #222 !important;
    color: #f1f1f1;
}

.nav-item {
    color: #adadad;
}

.menu-item a {
    color: white !important;
}

::-webkit-scrollbar {
    width: 5px;
    height: 5px;
}

::-webkit-scrollbar-thumb {
    background: #5c5c5c;
    border-radius: 30px;
}

::-webkit-scrollbar-thumb:hover {
    background: #696969;
}

::-webkit-scrollbar-track {
    background: #f5f5f5;
    border-radius: 0px;
    box-shadow: inset 0px 0px 0px 0px #f0f0f0;
}

.navbar-brand-logo-heading {
    font-size: 15px;
    font-weight: bold;
    color: #fafafa;
    text-transform: uppercase;
    letter-spacing: 0.1rem;
    margin: 0;
}

.menu-logo {
    max-height: 18px;
    width: auto;
}

.form-label {
    color: white;
}

.form-control {
    background: #222;
    color: #e7e7e7;
    border: 1px solid #494949;
    border-radius: 2px;
    padding: 15px 20px;
}

.form-control:focus,
.form-control:active,
.form-control:hover {
    background: #222;
    color: #e7e7e7;
    border: 1px solid #494949;
}

.btn {
    border-radius: 1px;
    background: #222;
    color: #e7e7e7;
    border: 1px solid #494949;
}

.admin-footer {
    position: fixed;
    bottom: 0;
    width: 100%;
    background: rgb(17, 17, 17);
    color: #404040;
    padding: 10px;
    text-align: center;
    margin-top: 40px;
    font-size: 0.8em;
    z-index: 999;
}
.admin-footer a {
    color: #5d5d5d;
    text-decoration: none;
}
