/* CSS Document */
.cols {
	align-items: center;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

@media (min-width: 769px) {
	.col {
		width: 50%;
	}
}

.col img {
	display: block;
	height: auto;
	max-width: 100%;
}

.card-grid {
	display: flex;
	flex-wrap: wrap;
	/* justify-content: space-between; */
	position: relative;
	row-gap: 40px;
}

@media (min-width: 1025px) {
	.card-grid.center {
		justify-content: center;
	}
}

@media (min-width: 1025px) {
	.card-grid:before {
		background-color: #f1b434;
		bottom: 0;
		content: '';
		display: block;
		height: 100%;
		left: 33.333%;
		position: absolute;
		top: 0;
		width: 1px;
		z-index: 0;
	}
}

@media (min-width: 1025px) {
	.card-grid:after {
		background-color: #f1b434;
		bottom: 0;
		content: '';
		display: block;
		height: 100%;
		position: absolute;
		right: 33.333%;
		top: 0;
		width: 1px;
		z-index: 0;
	}
}

.card-grid .card {
	display: flex;
	flex-direction: column;
	text-align: center;
}
@media (min-width: 1025px) {
	.card-grid .card {
		/* border-right: 1px solid #f1b434; */
		padding: 0 30px 30px;
		width: 33.333%;
	}
}
@media (min-width: 1200px) {
	.card-grid .card {
		padding: 0 50px 30px;
	}
}

/*
@media (min-width: 1025px) {
	.card-grid .card:last-of-type {
		border-right: unset;
	}
}
*/

.card-grid .card .btn {
	margin: auto auto 0;
	width: fit-content;
}

.card-grid .card .image {
	margin-bottom: 40px;
}

.card-grid .card .image img {
	margin-left: auto;
	margin-right: auto;
	max-width: 400px;
	width: 100%;
}

@media (min-width: 769px) {
	.card-grid .card .excerpt p {
		font-size: 19px;
	}
}

/* Homepage Specific */
.page-template-page-home main {
	padding: 0;
}

.page-template-page-home section#masthead {
	background-color: #f1b434;
/*
	background-image: url('/wp-content/uploads/bg_masthead-watermark.svg');
	background-position: bottom right;
	background-repeat: no-repeat;
*/
	margin-top: 100px;
	overflow: clip;
}
@media (min-width: 1025px) {
	.page-template-page-home section#masthead {
		margin-top: 140px;
	}
}

@media (min-width: 1025px) {
	.page-template-page-home.scroll section#masthead {
		margin-top: 100px;
	}
}

.page-template-page-home section .col .btn {
	margin-top: 15px;
}
@media (min-width: 1025px) {
	.page-template-page-home section .col .btn {
		margin-top: 5px;
	}
}
@media (min-width: 1200px) {
	.page-template-page-home section .col .btn {
		margin-top: 10px;
	}
}
@media (min-width: 1400px) {
	.page-template-page-home section .col .btn {
		margin-top: 15px;
	}
}

/*
.page-template-page-home section#masthead .cols {
	row-gap: 30px;
}
@media (min-width: 769px) {
	.page-template-page-home section#masthead .cols {
		row-gap: 50px;
	}
}
*/
@media (min-width: 1025px) {
	.page-template-page-home section#masthead .cols {
		align-items: normal;
	}
}

.page-template-page-home section#masthead .col.left {
	padding: 15px 20px 20px;
	width: 100%;
}
@media (min-width: 1025px) {
	.page-template-page-home section#masthead .col.left {
		padding: 40px;
		position: relative;
		width: 57.333%;
	}
}
@media (min-width: 1200px) {
	.page-template-page-home section#masthead .col.left {
		padding: 40px 60px;
	}
}
@media (min-width: 1400px) {
	.page-template-page-home section#masthead .col.left {
		padding: 40px 80px;
	}
}
@media (min-width: 1600px) {
	.page-template-page-home section#masthead .col.left {
		padding: 40px 110px;
	}
}

.page-template-page-home section#masthead .col.right {
	width: 100%;
}
@media (min-width: 1025px) {
	.page-template-page-home section#masthead .col.right {
		width: 42.667%;
	}
}

@media (min-width: 1025px) {
	.page-template-page-home section#masthead .masthead-pad {
		align-items: flex-start;
		bottom: 40px;
		display: flex;
		flex-direction: column;
		justify-content: center;
		left: 40px;
		position: absolute;
		right: 40px;
		top: 40px;
	}
}
@media (min-width: 1200px) {
	.page-template-page-home section#masthead .masthead-pad {
		left: 60px;
		right: 60px;
	}
}
@media (min-width: 1400px) {
	.page-template-page-home section#masthead .masthead-pad {
		bottom: 40px;
		left: 80px;
		right: 80px;
		top: 40px;
	}
}
@media (min-width: 1600px) {
	.page-template-page-home section#masthead .masthead-pad {
		left: 110px;
		right: 110px;
	}
}

@media (min-width: 1025px) {
	.page-template-page-home section#masthead h1.masthead-title {
		font-size: 32px;
		letter-spacing: -3px;
		margin-bottom: 25px;
	}
}
@media (min-width: 1200px) {
	.page-template-page-home section#masthead h1.masthead-title {
		font-size: 40px;
		margin-bottom: 30px;
	}
}
@media (min-width: 1400px) {
	.page-template-page-home section#masthead h1.masthead-title {
		font-size: 48px;
		margin-bottom: 35px;
	}
}
@media (min-width: 1600px) {
	.page-template-page-home section#masthead h1.masthead-title {
		font-size: 53px;
	}
}

.page-template-page-home section#masthead .masthead-content p {
	font-weight: 400;
	line-height: 1.5;
}
@media (min-width: 769px) {
	.page-template-page-home section#masthead .masthead-content p {
		font-size: 20px;
	}
}
@media (min-width: 1025px) {
	.page-template-page-home section#masthead .masthead-content p {
		font-size: 18px;
	}
}
@media (min-width: 1200px) {
	.page-template-page-home section#masthead .masthead-content p {
		font-size: 20px;
	}
}
@media (min-width: 1400px) {
	.page-template-page-home section#masthead .masthead-content p {
		font-size: 22px;
	}
}
@media (min-width: 1600px) {
	.page-template-page-home section#masthead .masthead-content p {
		font-size: 24px;
	}
}

.page-template-page-home section#masthead .masthead-figure {
	margin: 0;
/*
	margin: 1em 80px 1em 0px;
*/
	padding-left: 20px;
}
@media (min-width: 1025px) {
	.page-template-page-home section#masthead .masthead-figure {
		padding-left: 0;
	}
}

.page-template-page-home section#masthead .masthead-figure img {
	width: 100%;
}
@media (min-width: 1025px) {
	.page-template-page-home section#masthead .masthead-figure img {
		object-fit: cover;
		object-position: center;
	}
}

.page-template-page-home section#masthead .masthead-caption {
	margin-left: auto;
	margin-right: auto;
	max-width: 335px;
	width: 100%;
}

.page-template-page-home section#masthead .masthead-caption p {
	color: #fff;
	font-size: 18px;
	font-style: italic;
	text-align: center;
}

.page-template-page-home section#mfg-solutions .cols {
	flex-direction: column;
	justify-content: center;
}

.page-template-page-home section#mfg-solutions .cols h2 {
	color: #3f4d61;
	font-family: "Comfortaa", sans-serif;
	font-weight: 600;
	padding-top: 40px;
	position: relative;
	text-align: center;
	text-transform: uppercase;
}
@media (min-width: 1025px) {
	.page-template-page-home section#mfg-solutions .cols h2 {
		padding-top: 60px;
	}
}

.page-template-page-home section#mfg-solutions .cols h2:before {
	background: #3f4d61;
	content: '';
	height: 6px;
	left: 0;
	margin-left: auto;
	margin-right: auto;
	max-width: 250px;
	position: absolute;
	right: 0;
	top: 0;
	width: 100%;
}

.page-template-page-home section#mfg-solutions .cols a.btn {
	margin-top: 15px;
}

.page-template-page-home section#mfg-solutions .mfg-content {
	max-width: 920px;
	text-align: center;
}

.page-template-page-home section#mfg-solutions img.mfg-solutions-image {
	border-bottom: 6px solid #f1b434;
	margin: 0 auto;
	max-width: 1200px;
	width: 100%;
}

.page-template-page-home section#expertise .cols {
	flex-direction: column;
	justify-content: center;
}

.page-template-page-home section#expertise .cols h2 {
	color: #3f4d61;
	font-family: "Comfortaa", sans-serif;
	font-weight: 600;
	padding-top: 40px;
	position: relative;
	text-align: center;
	text-transform: uppercase;
}
@media (min-width: 1025px) {
	.page-template-page-home section#expertise .cols h2 {
		padding-top: 60px;
	}
}

.page-template-page-home section#expertise .cols h2:before {
	background: #3f4d61;
	content: '';
	height: 6px;
	left: 0;
	margin-left: auto;
	margin-right: auto;
	max-width: 250px;
	position: absolute;
	right: 0;
	top: 0;
	width: 100%;
}

.page-template-page-home section#expertise .expertise-intro {
	margin-bottom: 25px;
	max-width: 920px;
	text-align: center;
}
@media (min-width: 1025px) {
	.page-template-page-home section#expertise .expertise-intro {
		margin-bottom: 50px;
	}
}

.page-template-page-home section#expertise .cols .card-grid {
	row-gap: 75px;
}

.page-template-page-home section#expertise .cols h3 {
	font-family: "Comfortaa", sans-serif;
}

.page-template-page-home section#product-development {
	background-color: #0e2341;
}
@media (min-width: 769px) {
	.page-template-page-home section#product-development {
		margin-top: 75px;
	}
}
@media (min-width: 1025px) {
	.page-template-page-home section#product-development {
		margin-top: 100px;
	}
}

.page-template-page-home section#product-development .cols {
	flex-direction: column;
	justify-content: center;
}

.page-template-page-home section#product-development .cols h2 {
	color: #fff;
	font-family: "Comfortaa", sans-serif;
	font-weight: 600;
	margin-bottom: 20px;
	padding-top: 40px;
	position: relative;
	text-align: center;
	text-transform: uppercase;
}
@media (min-width: 1025px) {
	.page-template-page-home section#product-development .cols h2 {
		padding-top: 60px;
	}
}
@media (min-width: 1200px) {
	.page-template-page-home section#product-development .cols h2 {
		padding-top: 80px;
	}
}

.page-template-page-home section#product-development .cols p {
	color: #fff;
	font-weight: 400;
}

.page-template-page-home section#product-development .cols .btn {
	background-color: #f1b434;
	color: #0e2341;
}

.page-template-page-home section#product-development .product-intro {
	margin-bottom: 20px;
	max-width: 910px;
	text-align: center;
}

.page-template-page-home section#product-development .card-grid {
	margin-bottom: 25px;
	margin-top: 25px;
}
@media (min-width: 769px) {
	.page-template-page-home section#product-development .card-grid {
		margin-bottom: 50px;
	}
}
@media (min-width: 1025px) {
	.page-template-page-home section#product-development .card-grid {
		margin-bottom: 100px;
		margin-top: 0;
	}
}

.page-template-page-home section#product-development .card-grid .card {
	border-color: #fff;
	padding: 15px 20px 20px;
}
@media (min-width: 1025px) {
	.page-template-page-home section#product-development .card-grid .card {
		padding: 50px;
	}
}

.page-template-page-home .col.text h2 {
	color: #3f4d61;
	font-family: "Comfortaa", sans-serif;
	font-weight: 600;
	padding-top: 40px;
	position: relative;
	text-transform: uppercase;
}
@media (min-width: 1025px) {
	.page-template-page-home .col.text h2 {
		padding-top: 60px;
	}
}

.page-template-page-home .col.text h2:before {
	background: #3f4d61;
	content: '';
	height: 6px;
	max-width: 90px;
	position: absolute;
	top: 0;
	width: 100%;
}

.page-template-page-home section#our-products,
.page-template-page-home section#about-schivo {
	max-width: 1280px;
}
@media (min-width: 1025px) {
	.page-template-page-home section#about-schivo {
		margin-top: 125px;
	}
}

.page-template-page-home #about-schivo .cols {
	align-items: flex-end;
}

.page-template-page-home #about-schivo .col.text {
	padding-bottom: 120px;
}

.page-template-page-home #our-products .cols,
.page-template-page-home #about-schivo .cols {
	column-gap: 70px;
	row-gap: 35px;
}

.page-template-page-home #about-schivo .cols .col,
.page-template-page-home #our-products .cols .col {
	width: calc(50% - 35px);
}

.page-template-page-home #about-schivo .cols .col p,
.page-template-page-home #our-products .cols .col p {
	max-width: 610px;
}

@media (max-width: 1024px) {
/*
	.page-template-page-home main {
		padding-top: 20px;
	}
	.page-template-page-home section#masthead .col.right {
		margin: 0 auto;
		width: 60%;
	}
*/
	.page-template-page-home section#masthead .masthead-figure {
		margin: 0 auto;
	}
	.page-template-page-home section#product-development .product-intro {
		max-width: unset;
		margin: 0 20px;
	}
}

@media (max-width: 768px) {
/*
	.page-template-page-home section#masthead {
		margin-top: 85px;
	}
	.page-template-page-home section#masthead .col.right {
		margin: 0 auto;
		max-width: 600px;
		width: 100%;
	}
*/
	.page-template-page-home #about-schivo .cols .col,
	.page-template-page-home #our-products .cols .col {
		width: 100%;
	}
	.page-template-page-home #about-schivo .cols {
		flex-direction: column-reverse
	}
	.page-template-page-home #about-schivo .col.text {
		padding-bottom: unset;
	}
}