/* levels.css - HTML5Blank-child */




.l3-header-icon.empty-icon {
    width: 0px;
    height: 95px;
    margin: 0px 0px 0px 0px;
}

.woocommerce div.product div.summary {
	margin-top: 50px;
	margin-bottom: 2em;
}

.l2-card-desc-ctr {
	min-height: 30px;
	margin: 10px auto;
	max-width: 350px;
	font-size: 18px;
	text-align: center;
}

.l2-card-head {
	font-size: 1.7em;
	font-weight: bold;
	text-align: center;
	height: 80px;
	margin-top: 10px;
}

.l2-card-head-short {
	font-size: 1.7em;
	font-weight: bold;
	text-align: center;
	height: 40px;
	margin: 10px 0px 7px 0px;
}

div.l2-card-img>a>img {
	height: 175px;
	margin: 0 auto;
	display: block;
}

.l2-card-desc {
	min-height: 68px;
	margin: 10px auto;
	max-width: 350px;
	font-size: 18px;
	width: 80%;
}

.l2-card-button {
	margin-left: auto;
	margin-right: auto;
	width: 100px;
	margin-bottom: 10px;
}

span.l2-card-button {
	color: white;
	background: #8a589e;
	padding: 5px 10px;
	display: inline-block;
	margin-top: 5px;
	text-align: center;
}

/* Wfong - Redoing the l2 and l3 containers to be using flex and mobile first (>= 480px) then build our way up */

/* containers will stack the icon and title at the lowest width */
.l2-header-con,
.l3-header-con {
	display: flex;
	flex-direction: column;
	align-items: center;
	margin: 20px 0px 0px;
}

.l2-header-con.no-banner,
.l3-header-con.no-banner {
	margin-top: 50px;
	padding-top: 25px;
}

.l2-header-con.banner,
.l3-header-con.banner {
}


/* Icons will be a max of a % of the screen */
.l2-header-icon,
.l3-header-icon {
	max-width: 25%;
}

.l2-header-text,
.l3-header-text {
	color: #000000;
	font-size: 7vw;
	letter-spacing: 10px;
	text-transform: uppercase;
	text-shadow: 1px 1px 4px #666;
	text-align: center;
	/* hyphens: auto; */
}

.l2-header-text .pm_ws,
.l3-header-text .pm_ws,
.l2-header-text .pmv_ws,
.l3-header-text .pmv_ws {
	white-space: normal;
}

.l3-header-text .letters{
	letter-spacing:6px;
}

/* At Screen width from 480px to 768px */
@media all and (min-width: 480px) {
	.l2-header-con,
	.l3-header-con {
		flex-direction: row;
		margin: 20px 0px 20px;
		padding: 0 10px;
	}

	/* Icons will be a max of 50% of the screen */
	.l2-header-icon,
	.l3-header-icon {
		max-width: unset;
		width: 100px;
		margin-right: 15px;
	}

	.l2-header-text,
	.l3-header-text {
		font-size: 20px;
		text-align: left;
		/*margin-top: 0px; removing to fix header spacing */
	}
}

/* At Screen width from 768px */
@media all and (min-width: 768px) {
	.l2-header-con,
	.l3-header-con {
		padding: 0px;
	}
	.l2-header-con.no-banner,
	.l3-header-con.no-banner {
		margin-top: 50px;
		margin-bottom: 35px;
		padding-top: 0px;
	}

	/* Icons will be a max of 50% of the screen */
	.l2-header-icon,
	.l3-header-icon {
		width: 100px;
		margin-right: 25px;
	}

	.l2-header-text,
	.l3-header-text {
		font-size: 30px;
	}

	.l2-header-text .pm_ws,
	.l3-header-text .pm_ws,
	.l2-header-text .pmv_ws,
	.l3-header-text .pmv_ws {
		white-space: nowrap;
	}
}

/* At Screen width from 992px to 1200px */
@media all and (min-width: 992px) {
	.l2-header-con.no-banner,
	.l3-header-con.no-banner {
		max-width: 440px;
		min-height: 9rem;
	}
}

/* At Screen width after 1200px */
@media all and (min-width: 1200px) {
	.l2-header-con.no-banner,
	.l3-header-con.no-banner {
		max-width: 640px;
	}
}


/* end of l2 and l3 containers, icon and text */

@media only screen and (min-width:1200px) {
	.sem_title {
		min-height: 60px;
	}

	.store_spacer {
		height: 180px;
	}

	.product_spacer {
		height: 30px;
	}
}

@media all and (max-width: 1200px) {
	.sem_title {
		min-height: 60px;
	}

	.store_spacer {
		height: 180px;
	}

	.product_spacer {
		height: 30px;
	}
}

@media all and (max-width: 992px) {
	.sem_title {
		min-height: 80px;
	}

	.store_spacer {
		height: 20px;
	}

	.l2-header-con.no-banner,
	.l3-header-con.no-banner {
		margin-top: 30px;
	}

}

@media all and (max-width: 660px) {
	.sem_title {
		min-height: 20px;
	}
	.l3-header-icon.empty-icon {
		display:none;
	}
}

/* International CSS */
body.translatepress-es_ES .l2-card-head-short {
  display: flex;
  height: 2.5em;
  justify-content: center;
  align-items: flex-end;
  font-size: 1.6em; /*Added this for long Spanish translations -DC 9-15-20*/
}