/*---------------------------------------------------------------------------------

	Theme Name: Hemingway Custom
	Version: 1.0

	Template: hemingway

----------------------------------------------------------------------------------- */

/****************************************************************************************
*
* Common CSS
*
*****************************************************************************************/
body,
.widget-title {
	font-family: pt-sans, sans-serif;
}

.content {
	width: 60%;
}

.sidebar {
	width: 32.5%;
}

.image {
	border-radius: 4px;
}

.widget-title {
	color: #444;
}

.post,
.page,
.widget {
	border-bottom: 2px solid #00a8e7;
        padding-bottom: 10%;
        margin-bottom: 10%;
}

.wrapper {
	margin-top: 0px;
}

.wrapper.section-inner {
	padding-top: 50px;
	border-top: 2px solid #00a8e7;
}

.section.bg-dark {
	background: #eee;
}

.section.large-padding {
	padding: 0 7.5% 7.5% 7.5%;
}

.post-header {
	margin-bottom: 25px;
}

.post-header h1,
.post-header h1 a,
h2.post-title,
h2.post-title a,
.post-content h1 {
	font-family: caveat-brush, sans-serif;
	font-weight: 400;
	font-size: 36px;
	color: #00a8e7;
}

.post-content {
	padding-bottom: 30px;
	margin-bottom: 30px;
}

.post-content p {
	font-size: 18px;
}

/*fix anchor position with sticky nav*/
.post-header h1,
.post-header h1 a,
h2.post-title,
h2.post-title a,
.post-content h1,
.post-content > :first-child,
#FSContact1 {
	padding-top: 80px;
	margin-top: -80px;
}

.widget-content ul li {
	padding: 0px;
	border-top: 1px solid transparent;
}

li.event {
	margin: 0px;
}

.post-content fieldset {
	margin-top: 1.75em;
}

.post-content fieldset legend {
	border-radius: 4px;
}

@media (max-width: 800px) {
	.content,
	.sidebar {
		width: 100%;
		float: none;
	}
}



/****************************************************************************************
*
* Forms
*
*****************************************************************************************/

.widget-content label {
	color: #444;
	font-size: 0.9rem;
	font-weight: 700;
	text-transform: uppercase;
}

.fscf-div-label {
	padding: 10px 0;
}

.widget-content input,
.widget-content textarea { 
	font-family: inherit; 
}

.widget-content textarea {
	height: 100px;
}

.widget-content input[type="text"],
.post-content input[type="text"],
.widget-content input[type="tel"],
.post-content input[type="tel"],
.widget-content input[type="url"],
.post-content input[type="url"],
.widget-content input[type="email"],
.post-content input[type="email"],
.widget-content input[type="password"],
.post-content input[type="password"],
.widget-content textarea,
.post-content textarea {
	width: 100%;
	padding: 10px;
	font-size: 0.9em;
	border: none;
	color: #333;
	background: #eee;
	border-radius: 3px;
	-webkit-appearance: none;
}

.widget-content .fscf-button-submit,
.post-content .fscf-button-submit {
	width: 100%;
	padding: 10px;
	margin: 20px 0 !important;
	color: #fff;
	background-color: #c3bd2b !important;
	font-style: italic;
	font-weight: bold;
	font-size: 1rem;
	border: 0;
	border-radius: 4px;
	cursor: pointer;
}

.widget-content .fscf-div-error,
.post-content .fscf-div-error {
	color: red;
}

.widget-content input[type="checkbox"] {
	float: right;
}

.fscf-div-form p {
	margin: 0;
}

.blog-menu ul {
	border: 2px solid #00a8e7;
}

.blog-menu ul li {
	width: 240px;
	background: #fff;
}

.blog-menu ul li:not(:last-child) {
	border-bottom: 1px solid #00a8e7;
}

/****************************************************************************************
*
* Progress Bar
*
*****************************************************************************************/

/* All HTML5 progress enabled browsers */
progress {

	/* Turns off styling - not usually needed, but good to know. */
	appearance: none;
	-moz-appearance: none;
	-webkit-appearance: none;
	/* gets rid of default border in Firefox and Opera. */
	border: solid #eee 1px;
	border-radius: 0px;
	/* Dimensions */
	width: 100%;
	height: 30px;
	margin-bottom: 15px;
}

/* Polyfill */
progress[role]:after {
	background-image: none; /* removes default background from polyfill */
}

/*
 * Background of the progress bar background
 */

/* Firefox and Polyfill */
progress {
	background: #eee !important; /* !important only needed in polyfill */
}

/* Chrome */
progress::-webkit-progress-bar {
	background: #eee;
}

/*
 * Background of the progress bar value
 */

/* Firefox */
progress::-moz-progress-bar {
	border-radius: 0px;
	background-color: #c3bd2b;
}

/* Chrome */
progress::-webkit-progress-value {
	border-radius: 0px;
	background-color: #c3bd2b;
}

/* Polyfill */
progress[aria-valuenow]:before {
	border-radius: 0px;
	background-color: #c3bd2b;
}

/****************************************************************************************
*
* Header and Navigation
*
*****************************************************************************************/

@media (max-width: 800px) {
	.teaser {
		display: none;
	}

	.mobile-menu {
		max-height: 70vh;
		overflow: auto;
	}

	.mobile-menu a {
		background: #fff;
		color: #00a8e7;
		font-weight: bold;
		border-top: 1px solid rgba(0,0,0,0.1);
		border-bottom: none;
		padding: 24px 24px 24px 7% !important;
	}

	.mobile-menu .sub-menu a {
		padding: 24px 24px 24px 14% !important;
	}
	
	.mobile-menu a:hover,
	.mobile-menu .current-menu-item a {
		color: #c3bd2b;
	}

	.toggle {
		height: auto;
		width: auto;
	}
}

.header {
	padding: 0px 0px 30px 0px !important;
}

.header-cover {
	margin-top: 75px;
	width: 1040px;
	max-width: 86%;
	margin-left: auto;
	margin-right: auto;
}

.teaser {
	position: absolute;
	top: 0px;
	right: 0px;
	padding: 25px 0;
}

.teaser img {
	height: 60px;
}

.teaser-nav img {
	float: right;
	margin: 8px 20px;
	height: 41px;
}

.navigation {
	background-color: #fff;
	position: fixed;
	width: 100%;
	top: 0px;
	z-index: 1030;
	/*box-shadow: 0px 4px 8px rgba(0,0,0,.1);*/
	border-bottom: 2px solid #00a8e7;
}

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

.nav-toggle.active .bar {
	background-color: #666;
}

.blog-menu a:hover,
.blog-menu .current-menu-item a,
.mobile-menu a:hover,
.mobile-menu .current-menu-item a  {
	color: #00a8e7;
}


.blog-menu li > a,
.mobile-menu li > a {
	color: #00a8e7;
	font-weight: bold;
	font-size: 0.9rem;
}

.blog-menu li:hover a {
	background-color: #fff;
}

.blog-menu li:hover > a,
.mobile-menu li:hover > a,
.blog-menu li.current-menu-item > a,
.mobile-menu li.current-menu-item > a,
.blog-menu li.current-menu-parent > a,
.mobile-menu li.current-menu-parent > a {
	color: #c3bd2b;
}

.blog-logo-nav a,
.blog-title-nav a {
	color: #00a8e7 !important;
	padding: 0px;
	font-size: 32px;
	font-weight: 400;
	text-transform: none;
}


.blog-logo-nav img {
	height: 56px;
	width: auto;
	float: left;
	margin: 6px 20px 6px 0px;
}

.blog-title-nav {
	font-family: caveat-brush, sans-serif;
	font-weight: 400;
	font-size: 32px;
	padding: 18px 0;
	float: right;
}

.toggle-container .blog-logo-nav img {
	height: 41px;
	margin: 8px 0px 8px 7%;
}

.nav-toggle {
	float: right;
	margin-right: 7%;
}

.blog-menu > li:before {
	content: "";
}

/****************************************************************************************
*
* Footer
*
*****************************************************************************************/

.credits-inner {
	border-top: 1px solid rgba(0,0,0,0.3);
}

@media (max-width: 800px) {
	.sidebar {
		margin-top: 70px;
		padding-top: 70px;
		border-top: 6px dashed #00a8e7;
		display: block;
	}

	.widget {
	    padding-bottom: 70px;
	    margin-bottom: 70px;
	}
}
			