/*
Theme Name: Innovatory Child
Template: innovatory

*/

.header-center{
	width: 100% !important;
	height:75% !important;
	background-image: url("/wp-content/uploads/futbolistai.png");
	z-index:1000;
	background-repeat:no-repeat;
	background-size: contain;
}
.header-center-lt{
	width: 100%;
	height:85%;
	background-image: url("/wp-content/uploads/futbolistai-la.png");
	z-index:1000;
	background-repeat:no-repeat;
	background-size: contain;
}
.row{
	background-color:white;
}
.site-content{
	background-image:url('/wp-content/uploads/soccer.jpg');
	background-attachment:fixed;
	background-size:cover;
}
.meta-desc{
	display:none;
}
.menu {
	text-align:center;
}
.nav-links{
	display:none;
}
#top-menu {
	text-align:center;
}
footer .row{
	background-color:#333;
}
.copyright{
	font-size:16px;
	float:none;
	text-align:center;
}
.flex{
	display: flex;
}
.lang{
	margin-left: 20px;
	list-style: none;
	padding-top: 20px;
}
.lang li{
	position: relative;
}
/* .lang li::after{
	position: absolute;
	right: -80%;
	top: 0;
	transform: translateY(50%);
	display: inline-block;
    margin-left: .255em;
    vertical-align: .255em;
    content: "";
    border-top: 0;
    border-right: .3em solid transparent;
    border-bottom: .3em solid;
    border-left: .3em solid transparent;
} */
.lang .it{
	width:18px;
	height:12px;
	background-image: url("/wp-content/uploads/it.png");
	background-repeat:no-repeat;
	cursor: pointer;
}
.lang .lt{
	width:18px;
	height:12px;
	background-image: url("/wp-content/uploads/lithuania-flag.png");
	background-repeat:no-repeat;
	cursor: pointer;
}
.lang .it a{
	width: 100%;
	opacity: 0;
	height: 100%;
	z-index: 1000;
}
.lang .lt a{
	width: 100%;
	opacity: 0;
	height: 100%;
	z-index: 1000;
}
.blog-sidebar{
	padding-top: 40px;
}
.youtube{
	display: block;
	margin: 0 auto;
}
