.genesis-skip-link {
	display: none;
}

.genesis-skip-link li {
	display: none;
}

.site-title a {
    font-family: "PT Serif", Georgia, serif;
    font-size: 36px;
    font-weight: 400;
}

.site-title {
    font-family: "PT Serif", Georgia, serif;
    font-size: 36px;
    font-weight: 400;
    line-height: 48px;
    margin: 0 auto;
    text-transform: uppercase;
    letter-spacing: 0.36rem;
}

.title-area {
	float: left;
	z-index: 100;
	position: relative;
	padding-top: 0;
}

.with-background-image:after {
	-ms-filter: "alpha(Opacity=25)";
	filter: alpha(opacity=25);
	opacity: 0.25;
}

.home .page-header .wrap > .widget-area {
	vertical-align: text-top;
}

.front-page-3 > .wrap {
	padding-top: 20px;
	padding-bottom: 20px;
	display: table;
	width: 100%;
	min-height: 100vh;
}

.front-page-2 .widget_text {
    border: none;
    padding: 1%;
}

.front-page-2 > .wrap {
    padding: 1%;
    min-height: 50vh;
}

.sidebar .widget-title,
.sidebar .widgettitle,
.widget-title,
.widgettitle {
    font-size: 18px;
    text-align: left;
}

.fronttitle {
	margin: 0 0 20px;
	font-size: 42px;
	float: left;
	line-height: 1.2;
	letter-spacing: 1px;
	font-weight: 300;
	font-family: "Roboto Condensed";
	text-transform: uppercase;
}

.frontdesc {
	margin: 0;
	font-size: 24px;
	float: left;
	line-height: 1.2;
	letter-spacing: 1px;
	font-weight: 300;
	font-family: "Roboto Condensed";
	text-transform: none;
}

.booktitle {
	font-size: 25px;
	line-height: 1.5;
	font-weight: 400;
	margin: 0 0 20px;
	letter-spacing: 1px;
	font-family: "Roboto Condensed";
	text-transform: uppercase;
}

#buyBooks {
    width: 146px;
    background-color: #E8F2FF;
    padding: 10px;
    float: left;
    font-size: 16px;
}

#buyBooks img {
    padding: 0 0 0 5px;
    margin: 0;
    display: block;
    width: 146px;
}

.genesis-nav-menu .sub-menu {
    width: 200px;
}

.page-template-page_blog .blog-template-description {
	display: block;
}

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

/* Huge */

.huge,
.widget_gts_widget .widget-title,
.pricing-table .price,
body.woocommerce-page div.product p.price {
    font-size: 36px;
    font-style: italic;
    line-height: 1.2;
    font-family: "Didot", "Playfair Display";
    z-index: 2;
    position: relative;
}

/* Grid style */
.display-posts-listing.grid {
	display: grid;
	grid-gap: 16px;
}

.display-posts-listing.grid .title {
	display: block;
}

.display-posts-listing.grid img { 
	display: block; 
	max-width: 100%; 
	height: auto; 
}

@media (min-width: 600px) {
	.display-posts-listing.grid {
		grid-template-columns: repeat( 2, 1fr );
	}
}

@media (min-width: 1024px) {
	.display-posts-listing.grid {
		grid-template-columns: repeat( 3, 1fr );
	}
}

/* Previous Next Pagination */

.adjacent-entry-pagination {
	font-size: 16px !important;
	font-size: 1.6rem !important;
	padding: 4rem !important;
	background-color: #ffffff !important;
    border: 2px solid #f0f1f2;
    border-radius: 4px;
}

.pagination-next {
	padding: 5%;
}

.prev-next-post-links {
	overflow: hidden;
	margin: 4rem 0 4rem 0;
	margin: 40px 0 40px 0;
	padding: 1rem;
	font-size: 18px !important;
	font-size: 1.8rem !important;
	background-color: #ffffff;
    border: 2px solid #f0f1f2;
    border-radius: 4px;
}

.previous-post-link {
	float: left;
}

.next-post-link {
	float: left;
}

a.anchor {
	display: block; 
	position: relative; 
	top: -80px; 
	visibility: hidden;
}
	

/* Media Queries */

@media only screen and (min-width: 1024px) {
	.huge,
	.widget_gts_widget .widget-title,
	.pricing-table .price,
	body.woocommerce-page div.product p.price {
		font-size: 60px;
	}
}

@media only screen and (min-width: 800px) {

	h1,
	.front-page-7 .nf-form-title .widget-title,
	.front-page-7 .widget_ninja_forms_widget .widget-title,
	.type-page .entry-title,
	h1.archive-title {
		font-size: 38px;
	}
	
	.card {
		padding: 40px;
		margin-top: 5%;
		box-shadow: inset 0 0 0 1px rgba(0,0,0,0.1), 0 10px 40px rgba(0,0,0,0.1);
	}
	
	.nav-primary .genesis-nav-menu > li > a {
    margin: 0 0 0 24px;
    padding: 10px 0 5px;
    line-height: 25px;
	}

}

@media only screen and (max-width: 1030px) {
	
	h1 {
	font-size: 30px;
}

	.fronttitle {
		font-size: 30px;
	}
	
	.frontdesc {
		font-size: 18px;
	}
	
}
	

@media only screen and (max-width: 800px) {
 
 .site-title a {
    font-family: "PT Serif", Georgia, serif;
    font-size: 32px;
    font-weight: 400;
}

.site-title {
    font-family: "PT Serif", Georgia, serif;
    font-size: 32px;
    font-weight: 400;
    line-height: 48px;
    margin: 0 auto;
    text-transform: uppercase;
    letter-spacing: 0.36rem;
}

.site-footer p {
	font-size: 12px;
	line-height: 2.5;
}


h1,
	.front-page-7 .nf-form-title .widget-title,
	.front-page-7 .widget_ninja_forms_widget .widget-title,
	.type-page .entry-title,
	h1.archive-title {
		font-size: 30px;
	}

	.fronttitle {
		font-size: 30px;
	}
	
	.frontdesc {
		font-size: 18px;
	}

	
    
}

@media only screen and (max-width: 625px) {
	
	.booktitle {
	font-size: 16px;
	line-height: 1.25;
	font-weight: 400;
	margin: 0 0 15px;
	letter-spacing: 1px;
	font-family: "Roboto Condensed";
	text-transform: uppercase;
}
	
}

@media only screen and (max-width: 480px) {
	
	.two-sixths,
	.one-third {
		width: 100% !important;
	}
	
	.fronttitle {
		font-size: 25px;
	}
	
	.frontdesc {
		font-size: 16px;
	}
}



/* Grid
 * Open up to all screen sizes ================================================ */

	.five-sixths,
	.four-sixths,
	.four-fifths,
	.one-fifth,
	.one-fourth,
	.one-third,
	.footer-widgets .widget-area,
	.one-half,
	.one-sixth,
	.three-fourths,
	.three-fifths,
	.three-sixths,
	.two-fourths,
	.two-fifths,
	.two-sixths,
	.two-thirds {
		float: left;
		margin-left: 3.448275862069%;
	}

	.one-half,
	.three-sixths,
	.two-fourths {
		width: 48.275862068966%;
	}

	.two-sixths,
	.one-third {
		width: 31.034482758621%;
	}

	.four-sixths,
	.two-thirds {
		width: 65.51724137931%;
	}

	.one-fourth,
	.footer-widgets .widget-area {
		width: 22.413793103448%;
	}

	.three-fourths {
		width: 74.137931034483%;
	}

	.one-fifth {
		width: 17.241379310345%;
	}

	.two-fifths {
		width: 37.931034482759%;
	}

	.three-fifths {
		width: 58.620689655172%;
	}

	.four-fifths {
		width: 79.310344827586%;
	}

	.one-sixth {
		width: 13.793103448276%;
	}

	.five-sixths {
		width: 82.758620689655%;
	}

	.first,
	.footer-widgets .widget-area:first-child {
		clear: both;
		margin-left: 0;
	}

	.only {
		float: none;
		margin: 0 auto;
	}

	.right {
		float: right;
	}