/*
 Theme Name:   webFactory
 Theme URI:    https://efactory24.pl/
 Description:  Motyw eFactory
 Author:       Tomasz Szypulski
 Author URI:   https://efactory24.pl
 Template:     generatepress
 Version:      1.1
*/
/* WCIECIE CONTENT */
	.index-1 {z-index:-1;}
	#content {z-index:1;margin-top:-50px;}
	#right-sidebar {margin-top: 100px!important;}

/* UKRYCIE h1 */
	h1.entry-title {display:none;}
	h1.page-title {display:none;}

/* CUSTOM */
	.none {display:none;}
	.min-3em {line-height:1em; height:3em;overflow:hidden;}
	.ef-shadow {color:#0C64D6;
		/*text-shadow:5px 5px 0px #031936, 10px 10px 0px #073775, 15px 15px 0px #0F72F5;animation: ef-shadow 30s linear infinite;}
		@keyframes ef-shadow { 
            0% {text-shadow:5px 5px 0px #031936, 10px 10px 0px #073775, 15px 15px 0px #0F72F5;} 
			50% {text-shadow:none} 
            0% {text-shadow:5px 5px 0px #031936, 10px 10px 0px #073775, 15px 15px 0px #0F72F5;} */
        }

	.ef-shadow-box {color:#0C64D6;box-shadow:20px 0px 0px #031936, 40px 0px 0px #073775, 60px 0px 0px #0F72F5;animation: ef-shadow-box 5s ease-in-out infinite;}
		@keyframes ef-shadow-box { 
            0% {box-shadow:20px 0px 0px #031936, 40px 0px 0px #073775, 60px 0px 0px #0F72F5;} 
			50% {box-shadow:none} 
            0% {box-shadow:20px 0px 0px #031936, 40px 0px 0px #073775, 60px 0px 0px #0F72F5;} 
        }
	
/*HEADER*/	
.frame:after {
    content: "";
    display: block;
    width: 60%;
	opacity:0.8;
	border-bottom: 4px solid #fff; }
/*	animation: bottom-line 1s linear 1;
}
@keyframes bottom-line { 
            0% {width: 0%;} 
            100% {width: 60%;} 
        } 
*/
.frame:before {
    content: ""; /* This is necessary for the pseudo element to work. */ 
    display: block; /* This will put the pseudo element on its own line. */
    margin: 0 auto; /* This will center the border. */
    width: 70%; /* Change this to whatever width you want. */
	opacity:0.8;
	border-bottom: 4px solid #fff; }
/*		animation: top-line 1s linear 1;
}
@keyframes top-line { 
            0% {width: 0%;} 
            100% {width: 70%;} 
        } 
*/	
.header-sg:before{
    content: "EFcTRY";
	position:absolute;
	right:10vw;
	margin-top:-7vw;
	font-family: Hind, sans-serif;
    font-size: 10vw;
    font-weight: 900;
    letter-spacing: -0.2em;
	color:#fff;
	opacity:0.3;
}
