/*
Theme Name: Galaxy Video
Theme URI: https://galaxyvideo.tv
Description: A child theme of Solene Theme
Author: Elated Themes
Author URI: http://themeforest.net/user/elated-themes
Version: 1.0.0
Text Domain: solene
Template: solene
*/

/* Instagram Feed */

#instagram {
    text-align: center;
}

#sb_instagram .sbi_follow_btn a {
    padding: 18px 45px;
    margin-top: 40px;
    border-radius: 0;
}

/* Theme Fixes */

eltdf-logo-wrapper a img {
    max-width: 200px;
    height: auto;
    margin-top: 10px
}

.eltdf-sticky-header .eltdf-logo-wrapper a img {
    max-height: 40px !important;
}

.eltdf-page-footer .eltdf-footer-bottom-holder .eltdf-footer-bottom-inner.eltdf-grid {
    padding: 20px 0;
}

.eltdf-page-footer .eltdf-footer-bottom-holder .widget.eltdf-social-icons-group-widget.text-align-left {
    margin-top: 5px;
}

.single .eltdf-title-holder .eltdf-title-wrapper,
.single .eltdf-title-holder {
    max-height: 140px !important;
}

body.single-portfolio-item .eltdf-content .eltdf-content-inner>.eltdf-container>.eltdf-container-inner {
    padding-top: 0px;
}

/* Stop title conflicting vimeo popup in portfolio pages */
.eltdf-title-holder {
    z-index: 100;
}

/* Title */

.eltdf-title-holder.eltdf-standard-type.eltdf-title-va-header-bottom,
.eltdf-title-holder.eltdf-standard-type.eltdf-title-va-header-bottom .eltdf-title-wrapper {
    max-height: 160px;
}


@media (max-width: 768px) {

    .eltdf-title-holder.eltdf-standard-type.eltdf-title-va-header-bottom,
    .eltdf-title-holder.eltdf-standard-type.eltdf-title-va-header-bottom .eltdf-title-wrapper {
        max-height: 120px;
    }


    .single .eltdf-title-holder .eltdf-title-wrapper {
        height: 120px !important;
    }

    .eltdf-social-icons-group-widget {
        text-align: center !important;
    }

    body.single-portfolio-item h1 {
        font-size: 24px;
        line-height: 30px;
    }

    body.single-portfolio-item .eltdf-content .eltdf-content-inner>.eltdf-container>.eltdf-container-inner {
        padding-top: 0px;
    }

    .eltdf-title-wrapper h1 {
        font-size: 24px;
    }
}

@media (max-width: 600px) {

    .eltdf-title-holder.eltdf-standard-type.eltdf-title-va-header-bottom,
    .eltdf-title-holder.eltdf-standard-type.eltdf-title-va-header-bottom .eltdf-title-wrapper {
        max-height: none;
    }


}

/* CF7 */

.wpcf7 .ajax-loader {
    margin: 10px auto;
    display: block;
}


/* Live Stream Video */

#livesteam,
#livestream-chat,
.sixteen-by-nine-ratio {
    box-shadow: 0px 0px 30px rgb(0 0 0 / 50%);
}

@media (max-width: 1200px) {
    #livestream,
    .sixteen-by-nine-ratio {
        height: 534px
    }
}

@media (max-width: 1025px) {
    #livestream,
    .sixteen-by-nine-ratio {
        height: 432px
    }
}

@media (max-width: 768px) {
    #livestream,
    .sixteen-by-nine-ratio {
        height: 337px
    }

    #livestream-chat {
        box-shadow: none;
    }
}

@media (max-width: 680px) {
    #livestream,
    .sixteen-by-nine-ratio {
        height: 236px
    }
}

@media (max-width: 414px) {
    #livestream,
    .sixteen-by-nine-ratio {
        height: 168px
    }
}

@media (max-width: 1205px) and (min-width: 1025px) {
    .eltdf-main-menu>ul>li>a {
        padding: 0 14px;
    }
}
