/* ------------------------------------------------------------ *\
	Section Primary
\* ------------------------------------------------------------ */
 
.section-primary > *:last-child {
	margin-bottom: 100px; 
}

@media ( min-width: 767px ) {
.section-primary > *:last-child {
	margin-bottom: 200px; 
}	
} 

/* ------------------------------------------------------------ *\
	Section White
\* ------------------------------------------------------------ */

.section-white {
	padding: 30px 15px; 
	background: #fff; 
	color: #181f38;
	font-size: 16px; 
	font-family: 'Roboto Condensed', sans-serif; 
	margin: 0 -15px; 
}

.section-white h1,
.section-white h2,
.section-white h3,
.section-white h4,
.section-white h5,
.section-white h6,
.section-white p,
.section-white ul,
.section-white ol {
	color: #181f38;
}

.section-white p {
	font-size: 16px; 
	opacity: .7; 
	font-family: 'Roboto Condensed', sans-serif; 
}

.section-white .section-title {
	margin-top: 0; 
}

.section-white h2 {
	font-size: 21px; 
	margin-bottom: 20px; 
	margin-top: 0; 
}

.section-white h2 span {
	color: #afafaf;
} 

.section-white .section-head {
	margin-bottom: 15px; 
}

.section-white .section-body {
	margin-bottom: 12px; 

}

.section-white .section-actions .button {
	display: block; 
}

.section-white .button {
	padding: 10px 20px; 
}

@media ( min-width: 767px ) {
	.section-white {
		border-radius: 5px;
		margin: 0 0 30px; 
	}

	.section-white h2 {
		font-size: 27px; 
	}

	.section-white .section-actions .button {
			max-width: 348px
		}
	.section-white .section-body {
			margin-bottom: 25px; 
		}
}

/* ------------------------------------------------------------ *\
	Section Reviews
\* ------------------------------------------------------------ */

.section-reviews .section-head {
	display: flex;
	justify-content: space-between; 
	margin-bottom: 0; 
}

.section-reviews .section-title {
	margin-top: 7px; 
	margin-bottom: 0; 
}

@media ( min-width: 767px ) {
	.section-reviews .section-head .button {
		min-width: 230px; 
		line-height: 24px; 
	}

	.section-reviews .section-title {
		margin-top: 0; 
	}
}

/* ------------------------------------------------------------ *\
	Section Patterns
\* ------------------------------------------------------------ */
/* .default-pattern-bg {
	background-color: #20314F;
	background-image: url(/wp-content/themes/ministrap-child/assets/images/pattern1-min.png);
	background-position: center;
	background-repeat: no-repeat;
	width: 100vw;
	display: flex;
	background-size: cover;
	margin-left: calc(50% - 50vw);
	margin-right: calc(50% - 50vw);
	background-size: auto;
} */
.bottom-pattern {
	height: 920px;
	position: absolute;
	/* bottom: -17em; */
	left: 0; 
	bottom: -13em; 
	width: 100%;
	z-index: -1;
	background-size: 100%;
}

@media (min-width: 992px ) {
	.default-pattern-bg {
	/* background-color: #20314F; */
	background-image: url(/wp-content/themes/ministrap-child/assets/images/pattern1-min.png);
	background-position: center;
	background-repeat: no-repeat;
	/* width: 100vw; */
	/* display: flex; */
	/*background-size: cover;*/
	margin-left: calc(50% - 50vw);
	margin-right: calc(50% - 50vw);
	background-size: auto;
}
}

/* ------------------------------------------------------------ *\
	Section with margin
\* ------------------------------------------------------------ */

.section-with-margin {
	margin-bottom: 100px; 
}

/* ------------------------------------------------------------ *\
	Section 404
\* ------------------------------------------------------------ */

.section-404 {
	position: relative; 
	padding: 58px 0; 
	font-size: 18px; 
	text-transform: uppercase; 
	text-align: center; 
	overflow: hidden;
}

.section-404:after {
	content: '';
	position: absolute; 
	left: 0; 
	right: 0; 
	top: 0; 
	padding-top: 56.6%; 
	background: transparent url(/wp-content/themes/ministrap-child/assets/images/pattern1-min.png) no-repeat 0 0;
	background-size: cover; 
}

.section-404 .section-inner {
	position: relative; 
	z-index: 1; 
	max-width: 255px;
	margin: 0 auto; 
}

.section-404 h1 {
	margin-top: 0; 
	margin-bottom: 20px; 
	font-size: 90px; 
	line-height: .75; 
}

.section-404 p {
	font-family: 'Roboto Condensed', sans-serif; 
	font-style: italic; 
	line-height: 1.25; 
	margin-bottom: 20px; 
}

.section-404 .button {
	display: block; 
	margin: 8px 0; 
	font-size: 16px; 
}

.section-404 .button + p {
	margin-bottom: 8px; 
}

@media ( min-width: 767px) {
	.section-404 {
		min-height: calc(100vh - 315px);
	}

	.section-404 .section-inner {
		max-width: 350px; 
	}

	.section-404 h1 {
		font-size: 105px; 
		margin-bottom: 35px; 
	}

	.section-404 p {
		margin-bottom: 25px; 
	}

	.section-404 .button {
		margin: 20px 0; 
	}
}

@media ( min-width: 992px ) {
	.section-404 {
		min-height: calc(100vh - 350px);
		padding: 85px 0; 
	}

}

/* ------------------------------------------------------------ *\
	Section Search Resulsts
\* ------------------------------------------------------------ */

.section-search-results {
	padding-top: 30px; 
}

.section-search-results .alert {
	margin-bottom: 100px; 
}

.section-search-results .alert p {
	color: #181f39;
	opacity: .75; 
}

@media ( min-width: 767px ) {
	.section-search-results {
		min-height: calc( 100vh - 350px);
	}
}