/*
Theme Name: Clade9
Theme URI: #
Author: Sagar Giri
Author URI: #
Description: Custom theme for clade9.
Version: 1.0
Tags: white, right-sidebar, left-sidebar, custom-colors, custom-menu, featured-images, post-formats, theme-options, translation-ready
License: GNU General Public License version 3.0
License URI: http://www.gnu.org/licenses/gpl-3.0.html
Text Domain: clade9
Template: hello-elementor
*/

#home #center_content{
    width: 100vw;
    height: 100vh;

    display: flex;
    align-items: center;
    justify-content: center;

    display: none;
}


.center_content_c{
    width: 22vw;
    margin: auto;
    text-align: center;
}

#home #center_content #nine_video_container_inner{
    width: 22vw;
    height: 23vw;
    position: relative;
    /* cursor: pointer; */
}

#home #center_content img, #home #center_content video{
    width: 22vw;
    height: 22vw;
    position: absolute;
    left: 0;
    opacity: 0;
}

#home #center_content img, #home #center_content video.current {
    opacity: 1;
}

#home #center_content video{
    width: 21.6vw;
    height: 21.6vw;
    margin-left: 0.2vw;
    margin-top: 0.2vw;
}

#press_start{
    text-decoration: none;
    text-align: center;
    margin-left: -4.5vw;
    display: block;
    margin-top: 15px;
    font-size: 1.2vw;

    display: none !important;
}


#loadline{
    width: 80%;
    position: absolute;
    margin: auto;
    top: 46vh;
    height: 3px;
    left: 0;
    right: 0;
    background-color: #77AFDC;

    
}

#turnupvolume{
    font-weight: 800;
    text-align: center;
    font-size: 0.9em;
    margin-top: 40px;
}

#turnupvolume img{
    height: 16px;
    margin-right: 5px;
}


#loadline.loadanim2{
    animation-name: loadingAnimation2;
    animation-duration: 2s;
    animation-delay: 2s;
    animation-fill-mode: forwards;
}



#loadline span.loading_span_black{
    background-color: #131313;
    height: 100%;
    display: block;
    width: 0;
    position: absolute;
    top: 0;
}

#loadline span.loading_span_black.animation{
    animation-name: moveToRight;
    animation-duration: 2s;
    animation-fill-mode: forwards;
}

@keyframes moveToRight {
    100%  {width: 10%; }
}

#loadline span.loading_span_white{
    background-color: white;
    height: 100%;
    display: block;
    width: 0;

    animation-name: loadingAnimation;
    animation-duration: 2s;
    animation-fill-mode: forwards;
}

@keyframes loadingAnimation {
    100%  {width: 100%; }
}

@keyframes loadingAnimation2 {
    100%  {top: 10vh;}
}

@media screen and (max-width: 480px) {
    
}


#shares_icos{
    position: absolute;
    bottom: 15vh;
    left: 5%;
    display: none;
	display: flex !important;
	flex-direction: column;
	align-items: flex-start;
}

#shares_icos a{
    display: block;
    text-align: center;
    width: 1.8vw;
    height: 1.8vw;
    margin-bottom: 15px;
}
#shares_icos a.ico_twitter{
    height: 1.5vw;
}
#shares_icos a img, #shares_icos a object{
    height: 100%;
}

a.svg-cursor:before {
    content: "";
    display: block;
    position: absolute;
    background-color: transparent;
    cursor: pointer;
    width: 2.5vw;
    height: 2.5vw;
    /* plus width and height of the SVG */
}
li.product .woocommerce-loop-category__title mark.count {
    color: currentColor;
    background: transparent;
}
@media (max-width: 767px){
	#home #center_content #nine_video_container_inner {
		width: 250px;
		height: 250px;
	}

	#home #center_content img, #home #center_content video {
		width: 100%;
		height: 100%;
	}
	#home #center_content video {
		width: calc(100% - 4px);
        height: calc(100% - 4px);
        margin: 2px;
	}
	#home #center_content {
		height: 85vh;
	}
	.center_content_c {
		width: auto;
	}

	#shares_icos {
		left: 25px;
		bottom: 80px;
	}

	#shares_icos a {
		height: 24px;
        width: 24px;
	}
}