/* ========= INFORMATION ============================
	- document:  WP Coder!
	- author:    Dmytro Lobov 
	- url:       https://wow-estore.com/
==================================================== */
#main-content {
	background-color: #222222;
}

.main_title {
    display: none;
}

.infForm {
	  display: none;
    position: absolute;
    z-index: 2000000;
    background-color: #8E6FCE;
	  border-radius: 20px;
    width: 100%;
}

.infFormInner {
    margin: 60px;
}


.infHeader {
    position: relative;
    z-index: 1;
    background-color: #222222;
    min-height: 567px;
}

.infHeaderBg {
    position: absolute;
    z-index: -1;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: url(https://momentum.hu/wp-content/uploads/2022/02/infHeaderBg.jpg) center center;
    background-size: contain;
    background-repeat: no-repeat;
	  background-size: cover;
    opacity: .3;
}

.infHeader h1 {
	  text-align: center;
    padding-top: 20px;
    font-weight: 900;
    color: white;
}

.infHeader h2 {
	  text-align: center;
    font-weight: 600;
    color: white;
}

.infPreTitle {
    padding: 70px 0 0 0;
    margin-left: 333px;
    color: white;
    text-transform: uppercase;
    font-size: 25px;
    font-weight: 900;
    font-style: italic;
}

.infTitle {
    padding: 10px;
    color: rgba(0, 0, 0, 1);
    text-transform: uppercase;
    font-weight: 900;
    font-size: 30px;
    background-color: white;
    display: inline-block;
		margin: 90px 0 0 245px;
    transform: skewX(-10deg);
}

.infSubTitle {
    margin: 20px auto;
    color: white;
    font-size: 20px;
    font-weight: 400;
    width: 447px;
    text-align: center;
}


.infMain {
    display: grid;
    grid-template-columns: 1fr 300px 1fr;
    min-height: 704px;
	  background-color: white;
}

.infOne {
    grid-column: span 1;
}
  
.infFull {
    grid-column: span 3;
}

.goodsContainer {
    margin-top: 80px;
}

#goods {
  margin: 5px 5px 0px 5px;
	padding-bottom: 5px;
}

.goods {
    text-align: center;
    text-transform: uppercase;
    margin: 3px;
    border: 0px solid;
    display: inline-block;
    padding: 3px;
    font-weight: 900;
		font-size: 18px;
		cursor: pointer;
}

.leftContainer {
    position: relative;
    min-height: 450px;
    text-align: center;
}

.middleContainer {
    position: relative;
    text-align: center;
}

.rightContainer {
    position: relative;
    text-align: center;
}

.infYear {
    padding: 10px;
    margin: 10px 0 10px 0;
    color: white;
    font-weight: 900;
    font-size: 30px;
    background-color: black;
    display: inline-block;
    transform: skewX(-10deg);
}

#percent {
    padding: 10px;
    margin: 10px 0 10px 0;
    color: white;
    text-transform: uppercase;
    font-weight: 900;
    font-size: 30px;
    background-color: #D31D62;
    display: inline-block;
    transform: skewX(-10deg);
}

#amount {
    padding: 10px;
    color: white;
    font-weight: 900;
    font-size: 22px;
    background-color: #D31D62;
    display: inline-block;
    transform: skewX(-10deg);
}


.middleLine {
    position: absolute;
    bottom: 150px;
    border-bottom: 5px solid black;
    width: 100%;
}

.fideszLogo {
    position: absolute;
    bottom: 0px;
    width: 300px;
    height: 300px;
    background-image: url(https://momentum.hu/wp-content/uploads/2022/02/infFidesz300.png);
}

#left {
    position: absolute;
    bottom: 150px;
    right: 0;
    border-bottom: 5px solid black;
    width: 100%;
}

#right {
    position: absolute;
    bottom: 150px;
    left: 0;
    border-bottom: 5px solid black;
    width: 100%;
}

.infBottomDiv {
	min-height: 280px;
	background-color: #222222;
  grid-column: span 3;
	text-align: center;
}

.infBottomTop {
	background-color: white;
	height: 20px;
}

.infBottomTitle {
	padding-top: 20px;
  color: white;
  text-align: center;
  font-weight: 600;
	font-size: 18px;
}

.infBottomContent {
	color: white;
	font-size: 15px;
}

.infBottomSubscribe {
	font-weight: 900;
	color: #8E6FCE;
	font-size: 18px;
	cursor: pointer;
	margin-top: 10px;
	display: inline-block;
  background-color: white;
  padding: 10px;
  border-radius: 10px;
}



@media only screen and (max-width: 980px) {
	.infHeader {
		text-align: center;
	}
	.infPreTitle {
		margin: 0 auto 0 auto;
	}
	.infTitle {
		margin: 10px auto 0px auto;
		width: 95%;
	}
	.infSubTitle {
		width: auto;
	}
	.infMain {
		grid-template-columns: 1fr 100px 1fr;
	}
	.goods {
		font-size: 10px;
		margin: 2px;
		padding: 0 3px;
	}
	.leftContainer {
		min-height: 290px;
	}
	#left {
		bottom: 50px;
	}
	#right {
		bottom: 50px;
	}
	.middleLine {
		bottom: 50px;
	}
	.fideszLogo {
		width: 100px;
		height: 100px;
		background-size: contain;
	}
	.infBottomTop {
	  height: 10px;
  }
	.infBottomDiv {
		min-height: 415px;
	}
}
