/*
 Theme Name:   Infinite Child
 Theme URI:    http://demo.goodlayers.com/infinite
 Description:  Goodlayers Infinite Child Theme
 Author:       Goodlayers
 Author URI:   http://goodlayers.com
 Template:     infinite
 Version:      1.0.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 Tags:         light, dark, right-sidebar, responsive-layout
 Text Domain:  infinite-child

 START YOUR CHILD THEME CSS HERE
*/

/* 404 video background */
.infinite-not-found-wrap {
    overflow: hidden;
}
.infinite-not-found-wrap .infinite-not-found-background video {
    height: 100%;
    position: absolute;
    right: 0;
}
@media only screen and (min-width: 1280px) {

    .infinite-not-found-wrap .infinite-not-found-background video {
        width: 100%;
        /*height: auto;*/
        position: absolute;
        right: 0;
        object-fit: cover;
    }

}
/*@media only screen and (orientation: portrait) {*/

/*    .infinite-not-found-wrap .infinite-not-found-background video {*/
/*        height: 100%;*/
/*        width: auto;*/
/*        overflow: hidden;*/
/*        position: absolute;*/
/*        right: 0;*/
/*    }*/

/*}*/


.error404.logged-in.admin-bar.gdlr-core-body.infinite-body.infinite-body-front.infinite-full.infinite-with-sticky-navigation.infinite-blockquote-style-1.customize-support .infinite-header-background-transparent {
    background-color: rgba(96, 85, 72, 0.58);
}

.error404.logged-in.admin-bar.gdlr-core-body.infinite-body.infinite-body-front.infinite-full.infinite-with-sticky-navigation.infinite-blockquote-style-1.customize-support footer {
    background-color: #605548;
}