/*
	This css modifies the standard genesis sample child theme 
*/


/* Defaults
----------------------------------------------------------------------- */

/* Typographical Elements
--------------------------------------------- */

body {
	background-color: #fff;
	color: #666;
	font-family: Arial, sans-serif;
	font-size: 16px;
}

a {
	color: #0066cc;
	text-decoration: none;
}

a:hover,
a:focus {
	color: #0066cc;
	text-decoration: underline;
}


/* Headings
--------------------------------------------- */

h1,
h2,
h3,
h4,
h5,
h6 {
	color: #333;
	font-family: Arial, sans-serif;
	font-weight: 400;
}

h1 {
	font-size: 26px;
}

h2 {
	font-size: 24px;
}

.entry-content h3,
.entry-content h4 {
	font-weight: 400;
}

h3 {
	font-size: 22px;
}

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


/* Forms
--------------------------------------------- */

input,
optgroup,
select,
textarea {
	border-radius: 3px;
	color: #666;
	font-size: 16px;
	padding: 8px 16px;
	line-height: 1.625;
}

::-ms-input-placeholder {
	color: #999;
}

:-ms-input-placeholder {
	color: #999;
}

::placeholder {
	color: #999;
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"],
.button {
	border-radius: 3px;
	font-weight: 400;
	padding: 8px 16px;
	line-height: 1.625;
}

button:focus,
button:hover,
input[type="button"]:focus,
input[type="button"]:hover,
input[type="reset"]:focus,
input[type="reset"]:hover,
input[type="submit"]:focus,
input[type="submit"]:hover,
.button:focus,
.button:hover {
	background-color: #0066cc;
}


/* Tables
--------------------------------------------- */

table {
	margin-bottom: 0;
	width: auto;
	table-layout: auto;
	word-break: normal;
}

tbody {
	border-bottom: 0 solid #eee;
}

tr {
	border-top: 0 solid #eee;
}

th {
	padding: 6px;
	vertical-align: baseline;
	font-weight: bold;
	text-transform: none;
	line-height: 1.625;
}

td {
	border-top: 0 solid #eee;
	padding: 6px;
	vertical-align: baseline;
	line-height: 1.625;
}


/* Structure and Layout
----------------------------------------------------------------------- */

/* Site Container
--------------------------------------------- */

.site-container {
	animation: none;
}


/* Site Inner
--------------------------------------------- */

.site-inner {
	padding: 10px 10px 0;
}


/* Common Classes
----------------------------------------------------------------------- */


/* Titles
--------------------------------------------- */

.archive-description .entry-title,
.archive-title,
.author-box-title {
	font-weight: 400;
	margin-bottom: 10px;
}

.entry-title {
	font-size: 26px;
	margin-bottom: 10px;
}

.entry-title a:focus,
.entry-title a:hover {
	color: #666;
	text-decoration: none;
}

.widget-title {
	font-size: 16px;
	font-weight: 400;
}

/* WordPress
--------------------------------------------- */

.alignright, 
.alignleft, 
.wp-block-image .alignright, 
.wp-block-image .alignleft {
	float: none;
}

figcaption,
.gallery-caption,
.wp-caption-text {
	font-weight: 400;
	margin-top: 0;
	margin-bottom: 0;
	padding-left: 0;
	padding-right: 0;
}


/* Site Header
---------------------------------------------------------------------------- */

.site-header {
	background-color: #99cccd;
	padding: 0 10px;
}


/* Title Area
--------------------------------------------- */

.wp-custom-logo .title-area {
	padding-bottom: 0;
	padding-top: 0;
}


/* Site Navigation
----------------------------------------------------------------------- */

.genesis-nav-menu a {
	color: #666;
}

.nav-primary .genesis-nav-menu a {
	padding-left: 5px;
}

.site-header .genesis-nav-menu a:focus,
.site-header .genesis-nav-menu a:hover,
.site-header .genesis-nav-menu .current-menu-item > a,
.site-header .genesis-nav-menu .sub-menu .current-menu-item > a:focus,
.site-header .genesis-nav-menu .sub-menu .current-menu-item > a:hover  {
	color: #666;
	background-color: #62b3b4;
	border-radius: 3px;
}

.site-footer .genesis-nav-menu a:focus,
.site-footer .genesis-nav-menu a:hover,
.site-footer .genesis-nav-menu .current-menu-item > a,
.site-footer .genesis-nav-menu .sub-menu .current-menu-item > a:focus,
.site-footer .genesis-nav-menu .sub-menu .current-menu-item > a:hover  {
	color: #62b3b4;
}


/* Responsive Menu
--------------------------------------------- */

.menu-toggle,
.sub-menu-toggle {
	color: #666;
}

.menu-toggle:focus,
.menu-toggle:hover,
.sub-menu-toggle:focus,
.sub-menu-toggle:hover {
	color: #666;
	background-color: #62b3b4;
}

.menu-toggle {
	padding: 15px 5px;
}


/* Content Area
----------------------------------------------------------------------- */


/* Entry Meta
--------------------------------------------- */

p.entry-meta {
	font-size: 14px;
}


/* Pagination
--------------------------------------------- */

.archive-pagination li a {
	background-color: #333;
	border-radius: 3px;
	color: #fff;
	font-weight: 400;
}

.archive-pagination li a:focus,
.archive-pagination li a:hover,
.archive-pagination li.active a {
	background-color: #666;
	text-decoration: none;
}


/* Footer Widgets
----------------------------------------------------------------------- */

.footer-widgets {
	padding: 40px 0;
}


/* Site Footer
----------------------------------------------------------------------- */

.site-footer {
	border-top: 1px solid #fff;
	font-size: 14px;
}


/* Media Queries
----------------------------------------------------------------------- */

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

	/* Typographical Elements
	--------------------------------------------- */
	
	body {
		background-color: #eee;
	}
	
	/* Site Header
	--------------------------------------------- */
	
	.site-header {
		padding: 0 30px;
	}
	
	/* Title Area
	--------------------------------------------- */
	
	.wp-custom-logo .title-area {
		padding-bottom: 5px;
		padding-top: 5px;
	}
	
	/* Site Inner
	--------------------------------------------- */

	.site-inner {
		padding: 40px 30px 0;
	}
	
	/* WordPress
	--------------------------------------------- */
	
	.alignright, 
	.wp-block-image .alignright {
		float: right;
	}
	
	.alignleft, 
	.wp-block-image .alignleft {
		float: left;
	}

	/* Entry Misc.
	--------------------------------------------- */
	
	.after-entry,
	.archive-description,
	.author-box,
	.comment-respond,
	.entry,
	.entry-comments,
	.entry-pings {
		padding: 40px;
		background-color: #fff;
		border-radius: 3px;
		border: 1px solid #ccc;
	}
	
	/* Sidebar
	--------------------------------------------- */
	
	.sidebar .widget {
		padding: 40px;
		background-color: #fff;
		border-radius: 3px;
		border: 1px solid #ccc;
	}

}


@media only screen and (min-width: 960px) {
	
	/* Site Header
	--------------------------------------------- */

	.site-header {
		position: static;
		z-index: auto;
	}
	
	/* Genesis Menu
	--------------------------------------------- */
	
	.genesis-nav-menu > .menu-highlight > a:focus,
	.genesis-nav-menu > .menu-highlight > a:hover,
	.genesis-nav-menu > .menu-highlight.current-menu-item > a {
		background-color: #666;
		color: #ffffff;
	}
	
	/* Header Menu
	--------------------------------------------- */
	
	.nav-primary .genesis-nav-menu a {
		padding-left: 15px;
	}
	
	/* Site-Inner
	--------------------------------------------- */

	.site-inner {
		max-width: 1340px;
	}
	
	/* Content
	--------------------------------------------- */
	
	.content {
		width: 67%;
	}
	
	.full-width-content .content {
		width: 100%;
	}
	
	.landing-page .content {
		width: 75%;
	}

}


/* Print Styles
----------------------------------------------------------------------- */

@media print {

	.jp-relatedposts,
	#related-pages,
	#ez-toc-container,
	.footer-widgets,
	.site-footer,
	a[class*="s1-"][class*="jump-button"] {
		display: none !important;
	}

}
