/*
Theme Name:		 Eventer Child
Theme URI:		 http://childtheme-generator.com/
Description:	 Eventer Child is a child theme of Eventer, created by ChildTheme-Generator.com
Author:			 jThemes
Author URI:		 http://childtheme-generator.com/
Template:		 eventer
Version:		 1.0.0
Text Domain:	 eventer-child
*/


/*
    Add your custom styles here
*/

/* Custom css */
.intro-section-buttons {
    display: flex;
    align-items: center;
    column-gap: 32px;
    row-gap: 24px;
    justify-content: center;
    margin-top: 40px;
    margin-left: auto;
    margin-right: auto;
}
@media only screen and (min-width: 992px) {
    .home .hero-5-txt h2 {
        font-size: 4rem;
    }
}

.home #hero-5,
.page-id-8341 #hero-5 {
    background-image: none;
    position: relative;
}
.home #hero-5 .container,
.page-id-8341 #hero-5 .container {
    position: static;
}

#hero-video  {
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
    width: 100%;
    height: 100%;
    min-width: 100%;
    min-height: 100%;
    object-fit: cover;
}
.hero-video__wrapper {
    position: absolute;
    left: 0;
    top: 0;
    min-width: 100%;
    height: 100%;
    z-index: -1;
}
.hero-video__content {
    position: relative;
    z-index: 2;
}
.hero-video__wrapper::before {
    content: "";
    width: 100%;
    height: 100%;
    display: block;
    z-index: 1;
    background-color: rgba(0, 0, 0, 0.6);
    position: absolute;
    left: 0;
    top: 0;
}
.hero-video__wrapper * {
    min-width: 100%;
    height: 100%;
}

.play-button {
    min-width: auto;
    height: fit-content;
    position: absolute;
    z-index: 999;
    bottom: -32px;
}

@media only screen and (max-width: 568px) {
    .intro-section-buttons {
        flex-direction: column;
        row-gap: 20px;
    }
    .intro-section-buttons > div {
        width: 100%;
    }
    .intro-section-buttons a {
        max-width: 220px;
        width: 100%;
        display: flex;
    }
}

.footer-socials-links .foo-socials a {
    border-color: #fff;
}

.speakers-section .speaker-2 .item-overlay.overlay-purple {
    background: #03395B;
}

footer.bg-darkblue{
    background-color: #03395B;
}
