/*
Theme Name: GameDaily.biz
Theme URI: https://www.gamedaily.biz
Description:
Version: 1.0
Author: Leonidas Georgiadis (Aether-Project)
Author URI: https://www.aether-project.com
Tags: custom, purple, ajax, white, responsive
*/

html,body {
    font-family: proxima-nova,Arial,sans-serif;
}

.header {
    z-index:9999;
    transition: all 0.3s linear;
}

.masthead {
    transition: all 0.3s linear;
}

.logo {
    transition: all 0.3s linear;
}

.button {
    position: relative;
    overflow:hidden;
    transition: .3s ease box-shadow;
}

.button:hover {
    box-shadow: inset 0 -64px 0 0 rgb(0 0 0 / 20%);
}

.button::before {
    left: -32px;
    top: -32px;
}
.button::after {
    right: -32px;
    bottom: -32px;
}
.button::after, .button::before {
    pointer-events: none;
    position: absolute;
    content: "";
    background: rgba(0,0,0,.2);
    width: 48px;
    height: 200%;
    transform: rotate(30deg);
}

.owl-theme .owl-nav {
    display:none;
}

.overlay_article {
    overflow: hidden;
    position: relative;
}

.overlay_article::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    left: -100%;
    background: #50489b;
    mix-blend-mode: overlay;
    transition: .15s ease left;
    /*opacity: 0.5;*/
}

.overlay_article:hover::before {
    left: 0;
}

.overlay_featured {
    background: linear-gradient(to bottom,rgba(0,0,0,0) 50%,rgba(0,0,0,.75) 100%);
}

.article-image {
    margin-bottom: 2.5rem;
}

.article-image img {
    width: 100%;
    margin-bottom: 0.5rem;
}

.article-image figcaption {
    text-align: right;
    font-size: 0.8rem;
}

.left-floater {
    float: left;
    margin:2rem;
    margin-left: 0;
    margin-top: 0;
    width: initial !important;
}

.left-floater img {
    margin-bottom: 0.5rem;
    width: 100%;
}

.left-floater figcaption {
    text-align: right;
    font-size: 0.8rem;
}
.post_post iframe {
    width: 100% !important;
}

