/* CSS Document */

body {
	font-size: 16px;
}

body,
.site-footer {
	background-color: #f9f5f2;
}

.site-container {
	background-color: #fff;
}

.wrap,
.site-header > .wrap,
.site-inner {
	margin-inline: auto;
	max-width: 90%;
	padding: 0;
}

.entry-content h2, 
.entry-content h3, 
.entry-content h4 {
	margin-top: 0;
}

.site-header {
	background-color: #fff !important;
	box-shadow: 0 2px 3px rgba(0,0,0,0.15) !important;
	padding: 20px 0 !important;
	position: relative !important;
	z-index: 1000;
}

.site-header > .wrap {
	align-items: center;
	display: flex;
	flex-wrap: wrap;
}

.title-area {
	text-align: left;
}

.wp-custom-logo .title-area {
	flex: 0 0 350px;
	margin-top: 0;
	max-width: none;
	text-align: left;
}

.wp-custom-logo .title-area img {
	max-height: 100px;
}

.site-title {
	letter-spacing: 0;
}

body.has-one-menu .nav-secondary {
	flex: 0 0 auto;
	margin: 0;
	text-align: right;
	width: calc(100% - 350px);
}

.genesis-nav-menu .menu-item.return a {
	position: relative;
}

.genesis-nav-menu .menu-item.return a::after {
	content: ' \00BB';
}

.site-inner,
.genesis-title-hidden .site-inner {
	padding-bottom: 80px;
	padding-top: 80px;
	margin-top: 0;
}

.full-width-content .content {
	max-width: none;
}

.entry-header {
	margin-bottom: 40px;
	text-align: left;
}

.full-width-content .entry-header {
	margin-inline: 0;
}

.entry-header::after {
	display: none;
	margin: 0;	
}

.entry-header .entry-title {
	font-size: 36px;
}

*.lineheight-1 {
	line-height: 1;
	margin-bottom: 20px;
}

.site-footer {
	color: #666;
	text-align: left;
}

.site-footer > .wrap > div {
	display: block;
}

.site-footer p {
	font-size: 13px;
	letter-spacing: 0;
	text-transform: none;
}

.site-footer .copyright a {
	color: #666;
	text-decoration: underline;
}

.site-footer .copyright a:focus,
.site-footer .copyright a:hover {
	text-decoration: none;
}


/* Custom Pricing Table
------------------------------------------- */

div.pricing.homepage {
	border-radius: 20px;
	margin-inline: auto;
	max-width: 300px;
	padding: 20px !important;
}

div.pricing p {
	line-height: 1.5;
	margin: 0;
}


@media only screen and (min-width: 1024px) {
	
	.wrap,
	.site-header > .wrap,
	.site-inner {
		max-width: 960px;
	}
	
}

@media only screen and (min-width: 1240px) {
	
	.wrap,
	.site-header > .wrap,
	.site-inner {
		max-width: 1170px;
	}
	
}

@media only screen and (max-width: 767px) {
	
	div.wp-block-genesis-blocks-gb-columns.fullwidth-767 > .gb-layout-column-wrap {
		display: block;
		text-align: center;
	}
	
}

@media only screen and (max-width: 600px) {
	
	.title-area,
	.wp-custom-logo .title-area,
	body.has-one-menu .nav-secondary {
		flex-basis: 100%;
		text-align: center;
	}
	
}