/*
	Theme Name: Minimum Pro Theme
	Theme URI: http://my.studiopress.com/themes/minimum/
	Description: A mobile responsive and HTML5 theme built for the Genesis Framework.
	Author: StudioPress
	Author URI: http://www.studiopress.com/

	Version: 3.0.1

	Tags: black, white, one-column, two-columns, responsive-layout, custom-menu, full-width-template, sticky-post, theme-options, threaded-comments, translation-ready, premise-landing-page

	Template: genesis
	Template Version: 2.0

	License: GPL-2.0+
	License URI: http://www.opensource.org/licenses/gpl-license.php 
*/

/**
 * @license
 * MyFonts Webfont Build ID 2791234, 2014-04-09T04:36:48-0400
 * 
 * The fonts listed in this notice are subject to the End User License
 * Agreement(s) entered into by the website owner. All other parties are 
 * explicitly restricted from using the Licensed Webfonts(s).
 * 
 * You may obtain a valid license at the URLs below.
 * 
 * Webfont: Thirsty Script ExtraBold by Yellow Design Studio
 * URL: http://www.myfonts.com/fonts/yellow-design/thirsty-script/extra-bold/
 * Copyright: Copyright (c) 2012 by Yellow Design Studio. All rights reserved.
 * Licensed pageviews: 25,000
 * 
 * 
 * License: http://www.myfonts.com/viewlicense?type=web&buildid=2791234
 * 
 * © 2014 MyFonts Inc
*/


/* Import Fonts
------------------------------------------------------------------ */
@import url("https://fonts.googleapis.com/css?family=Lobster+Two");
@import url("//hello.myfonts.net/count/2a9742");

/* Table of Contents

	- HTML5 Reset
		- Baseline Normalize
		- Box Sizing
		- Float Clearing
	- Defaults
		- Typographical Elements
		- Headings
		- Objects
		- Forms
		- Tables
	- Structure and Layout
		- Site Containers
		- Page Title
		- Column Widths and Positions
		- Column Classes
	- Common Classes
		- WordPress
		- Genesis
		- Featured Post Grid
		- Titles
	- Widgets
		- Featured Content
	- Plugins
		- Genesis eNews Extended
		- Genesis Latest Tweets
		- Gravity Forms
		- Jetpack
	- Site Header
		- Title Area
		- Widget Area
	- Site Navigation
		- Header Navigation
		- Primary Navigation
		- Secondary Navigation
	- Content Area
		- Entries
		- After Entry
		- Pagination
		- Comments
	- Sidebar
	- Footer Widgets
	- Site Footer
	- Media Queries
		- max-width: 1139px
		- max-width: 1023px
		- max-width: 767px

*/

/* GENERAL */
	  
	@font-face {
		font-family: 'ThirstyScriptExtrabold';
		src: url('./files/2A9742_0_0.eot');src: url('./files/2A9742_0_0.eot?#iefix') format('embedded-opentype'),url('./files/2A9742_0_0.woff') format('woff'),url('./files/2A9742_0_0.ttf') format('truetype'),url('./files/2A9742_0_0.svg#wf') format('svg');
	}

	@font-face {
	    font-family: 'American Typewriter';
	    src: url('./files/american_typewriter-webfont.eot');
	    src: url('./files/american_typewriter-webfont.eot?#iefix') format('embedded-opentype'),
	         url('./files/american_typewriter-webfont.woff') format('woff'),
	         url('./files/american_typewriter-webfont.ttf') format('truetype'),
	         url('./files/american_typewriter-webfont.svg#american_typewriterregular') format('svg');
	    font-weight: normal;
	    font-style: normal;

	}
	 
	 *, *:before, *:after {
	 	margin: 0;
	 	padding: 0;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}

	html, html a {
		margin-top: 0px !important;
	}

	body.home {
		margin: 0;
		padding: 0;
		font-family: 'American Typewriter', 'Courier New', 'Courier';
		font-size: 21px;
		font-weight: 400;
	}

	.no-transition * {
		-o-transition: none !important;
		-ms-transition: none !important;
		-moz-transition: none !important;
		-webkit-transition: none !important;
		transition: none !important;
	}

	article, aside, footer, header, hgroup, main, nav, section {
		display: block;
	}


	.container {
		max-width: 1203px;
		min-width: 300px;
		padding: 0px 30px;
		margin: 0 auto;
	}

	body.home .blue-button {
		font-family: 'Lobster Two';
		display: inline-block;
		font-size: 1.4em;
		box-shadow: 0px 5px 0px #266163;
		border: 0px;
		border-bottom: 1px solid #3F9EA0;
		border-radius: 8px;
		padding: 10px 20px;
		background: #368687;
		text-decoration: none;
		color: #fff;
		text-shadow: 0px -2px 0px #266063;
		-o-transition:.5s;
		-ms-transition:.5s;
		-moz-transition:.5s;
		-webkit-transition:.5s;
		transition:.5s;
	}

	body.home section#white section#subscribe #coupon-box input[type="submit"] {
		font-family: 'Lobster Two' !important;
		display: inline-block;
		font-size: 1.4em;
		box-shadow: 0px 5px 0px #266163 !important;
		border: 0px !important;
		border-bottom: 1px solid #3F9EA0 !important;
		border-radius: 8px;
		padding: 17px 20px;
		background: #368687;
		text-decoration: none;
		color: #fff;
		text-shadow: 0px -2px 0px #266063;
		-o-transition: .5s;
		-ms-transition: .5s;
		-moz-transition: .5s;
		-webkit-transition: .5s;
		transition: .5s;
		text-transform: none !important;
		float: right;
		width: 27%;
	}

	body.home .blue-button:hover, body.home section#white section#subscribe #coupon-box input[type="submit"]:hover {
		background: #2F797E !important;
		color: #fff !important;
		text-shadow: 0px -2px 0px #1D4B4E;
		-o-transition:.5s;
		-ms-transition:.5s;
		-moz-transition:.5s;
		-webkit-transition:.5s;
		transition:.5s;
		border-bottom: 1px solid #3F9EA0 !important;
		box-shadow: 0px 5px 0px #266163, inset 0px 5px 10px #0F2A2C !important;
	}

	hr {
		border: 0;
		height: 10px !important;
		background: url('./images/diamond-divider.png') repeat-x;
		-webkit-margin-before: 0 !important;
		-webkit-margin-after: 0 !important;
		-webkit-margin-start: 0 !important;
		-webkit-margin-end: 0 !important;
		margin-top: 0px !important;
	}

	img {
		max-width: 100% !important;
		height: auto !important;
		display: inline-block;
	}

	body.home a:link {
		-o-transition:.8s;
		-ms-transition:.8s;
		-moz-transition:.8s;
		-webkit-transition:.8s;
		transition:.8s;
	}

	body.home a:hover, section#white section#subscribe h1 a:hover, section#white section#references ul li a:hover, section#white section#references ul li a.view-more:hover {
		color: #60DCDF;
		-o-transition:.5s;
		-ms-transition:.5s;
		-moz-transition:.5s;
		-webkit-transition:.5s;
		transition:.5s;
	}

	.jquery-responsive-select-menu {
		height: 29px;
		background: none repeat scroll 0% 0% #FFF;
		padding: 2px;
		border-radius: 10px;
		-moz-border-radius: 10px;
	}

	input[type='text'], input[type="url"], input[type="email"], textarea {
		background: #fff !important;
		color: #000 !important;
	}
/* END GENERAL */

/* HEADER */

	header.main-nav {
		background: url('./images/teal-bg.png');
		border-bottom: 3px solid #75BDB4;
		height: 74px;
		font-family: 'American Typewriter', 'Courier New', 'Courier';
		font-size: 20px;
		font-weight: 400; 
		position: fixed;
		width: 100%;
		z-index: 100;
	}

	header.main-nav .logo {
		float: left;
		margin-top: 5px !important;
	}

		/* NAVIGATION */

			nav {
				float: right;
				font-size: 1.25em;
				margin-top: 15px;
			}

			nav ul li {
				float: left;
				list-style-type: none;
				margin-right: 38px;
				padding-bottom: 19px;
			}

			nav ul li:last-child {
				margin-right: 0px;
			}

			nav ul li a {
				padding: 0px 1px;
				color: #fff;
				font-weight: 400;
				text-decoration: none;
				text-shadow: 0px -2px 0px #3E7472;
			}

			nav ul li a:hover, nav ul li.current-menu-item a {
				color: #1F3B3A !important; 
				text-shadow: 0px -1px 0px #7ACBC3;
				-o-transition:.5s;
				-ms-transition:.5s;
				-moz-transition:.5s;
				-webkit-transition:.5s;
				transition:.5s;
			}

			nav .sub-menu {
				display: none;
				background: url('./images/teal-bg.png');
				border: 3px solid #75BDB4;
				border-top: 0px solid;
				padding: 0px 20px;
				font-size: 0.8em;
				top: 71px;
				border-bottom-right-radius: 8px;
				border-bottom-left-radius: 8px;
				margin-left: -22px;
				-o-transition:.5s;
				-ms-transition:.5s;
				-moz-transition:.5s;
				-webkit-transition:.5s;
				transition:.5s;
				opacity: 0;
			}

			nav .sub-menu li {
				display: block;
				float: none;
				padding-bottom: 10px;
			}

			nav .sub-menu li a {
				background: none;
			}

			nav ul li:hover .sub-menu {
				display: block;
				position: absolute;
				opacity: 1;
				-o-transition:.5s;
				-ms-transition:.5s;
				-moz-transition:.5s;
				-webkit-transition:.5s;
				transition:.5s;
			}

		/* END NAVIGATION */

	/* END HEADER */

	/* INTRO */

		section#intro {
			background: url('./images/wood-header.png') bottom;
			padding: 70px 0px;
			height: 377px;
			min-width: 100%;
			display: inline-block;
			vertical-align: top;
		}

		section#intro .container {
			position: relative;
		}

		section#intro img.intro {
			float: left;
			margin-top: 74px;
		}

		section#intro img.girl {
			display: block;
			right: 0;
			margin-top: 32px;
			position: absolute;
		}

	/* END INTRO */

	/* TAGLINE */

		section#tagline {
			background: url('./images/teal-bg.png');
			border-bottom: 3px solid #75BDB4;
                        border-top: 3px solid #ffffff;
			color: #fff;
			font-size: 1.65em;
			text-shadow: 0px -2px 0px #3E7472;
			padding: 18px 0px 20px 0px;
			min-width: 100%;
			display: inline-block;
			vertical-align: top;
			margin-top: -1px;
			height: 97px;
		}

	/* END TAGLINE */

	/* WHITE SECTION */

		section#white {
			background: url('./images/white-bg.png');
			padding-top: 30px;
			text-align: center;
			padding-bottom: 55px;
			overflow: hidden;
			min-width: 100%;
			display: inline-block;
			vertical-align: top;
		}

		/* SEARCH */

			section#white section#search {
				display: inline-block;
				background: url('./images/lightteal-bg.png');
				border: 2px solid #6FA6A4;
				border-radius: 13px;
				-webkit-border-radius: 13px;
				padding: 32px 32px 2px 32px;
				width: 100%;
				margin-bottom: 20px;
			}

			section#white section#search .search-form {
				width: 77%;
				float: left;
				padding: 0px;
				height: 74px;
			}

			section#white section#search input::-webkit-input-placeholder {
			   color: #AFCFCF;
			} 

			section#white section#search input:-moz-placeholder { /* Firefox 18- */
			   color: #AFCFCF;  
			}

			section#white section#search input::-moz-placeholder {  /* Firefox 19+ */
			   color: #AFCFCF;  
			}

			section#white section#search input:-ms-input-placeholder {  
			   color: #AFCFCF;  
			}

			section#white section#search input[type='search'] {
				height: 74px;
				width: 100%;
				border: 2px solid #76ACAB;
				border-radius: 8px;
				-webkit-border-radius: 8px;
				-webkit-appearance: none;
				color: #AFCFCF;
				font-size: 1.5em;
				font-family: 'American Typewriter', 'Courier New', 'Courier';
				font-weight: 400;
				padding: 0px 0px 0px 20px;
				float: left;
				box-sizing: border-box;
				-moz-box-sizing: border-box;
				background: #fff;
			}

			section#white section#search input[type='submit'] {
				background: url('./images/magnifying-glass.png') 17px 19px no-repeat;
				float: left;
				margin-left: -68px;
				margin-top: 2px;
				height: 26px;
				width: 26px;
				position: relative;
				text-indent: -999em;
				padding: 34px;
			}

			section#white section#search .blue-button {
				width: 22%;
				float: right;
			}

			section#white section#search p {
				background: url('./images/small-arrow.png') right no-repeat;
				color: #3B9497;
				font-size: 0.85em;
				display: inline-block;
				margin: 12px 0px;
				padding-right: 66px;
			}

		/* END SEARCH */

		/* SUBSCRIPTION */

			section#white section#subscribe {
				color: #471503;
				text-shadow: 0px 1px 0px #fff;
				padding-bottom: 50px;
			}

			section#white section#subscribe img.subscribe-badge {
				position: absolute;
				top: -45px;
				left: -65px;
			}

			section#white section#subscribe h1 {
				font-family: 'ThirstyScriptExtrabold';
				font-weight: normal;
				font-style: normal;
				color: #266063;
				text-shadow: 0px 2px 0px #fff;
				font-size: 2.9em;
				margin: 50px 0px 0px 0px;
			}

			section#white section#subscribe h1 a {
				color: #266063;
				border-bottom: 0px solid;
				display: inline-block;
				padding: 0px 5px;
			}

			section#white section#subscribe p {
				margin: 0px 0px 40px 0px;
				font-size: 1.1em;
			}

			section#white section#subscribe #coupon-box {
				background: url('./images/lightwhite-bg.png');
				-moz-border-image: url('./images/dashed-border.png') 4 4 4 4 repeat !important;
				-webkit-border-image: url('./images/dashed-border.png') 4 4 4 4 repeat !important;
				border: 3px dashed #E1D9CD !important;
				padding: 40px 66px 61px 65px;
				border-radius: 10px;
				width: 80%;
				display: inline-block;
				margin: 0 auto;
				position: relative;
			}

			section#white section#subscribe #coupon-box h2 {
				font-family: 'American Typewriter', 'Courier New', 'Courier';
				color: #75BDB4;
				font-size: 2em;
				font-weight: 400;
				margin-bottom: 25px;
			}

			section#white section#subscribe #coupon-box input::-webkit-input-placeholder {
			   color: #AFCFCF;
			} 

			section#white section#subscribe #coupon-box input:-moz-placeholder { /* Firefox 18- */
			   color: #AFCFCF;  
			}

			section#white section#subscribe #coupon-box input::-moz-placeholder {  /* Firefox 19+ */
			   color: #AFCFCF;  
			}

			section#white section#subscribe #coupon-box input:-ms-input-placeholder {  
			   color: #AFCFCF;  
			}

			section#white section#subscribe #coupon-box input[type="text"] {
				width: 72%;
				height: 76px;
				border: 2px solid #9ED1CA;
				float: left;
				border-radius: 8px;
				color: #AFCFCF;
				font-size: 1.136em;
				font-family: 'American Typewriter', 'Courier New', 'Courier';
				font-weight: 400;
				padding: 0px 22px;
				background: #fff;
			}

			section#white section#subscribe #coupon-box p.message {
				display: none;
			}

			section#white section#subscribe #coupon-box p.message.display {
				padding-top: 35px;
				display: block;
				margin-bottom: 0px;
			}	

			section#white section#subscribe #coupon-box .jetpack_subscription_widget.hide {
				display: none;
			}		

		/* END SUBSCRIPTION */

		/* ABOUT */

			section#white section#about {
				padding-bottom: 17px;
			}

			section#white section#about h1 {
				font-family: 'ThirstyScriptExtrabold';
				font-weight: normal;
				font-style: normal;
				color: #BF5F72;
				text-shadow: 0px 2px 0px #fff;
				font-size: 2.9em;
				margin: 35px 0px 0px 0px;
			}

			section#white section#about p {
				margin: 10px 0px 20px 0px;
				color: #461300;
				line-height: 30px;
			}

		/* END ABOUT */

		/* REFERENCES */

			section#white section#references h3 {
				font-family: 'ThirstyScriptExtrabold';
				font-weight: normal;
				font-style: normal;
				color: #C05F72;
				text-shadow: 0px 1px 0px #fff;
				font-size: 1.4em;
				margin-top: 33px;
				margin-bottom: 20px !important;
			}

			section#white section#references > ul:nth-child(2) {
				width: 46.5% !important;
			}

			section#white section#references ul {
				list-style-type: none;
				width: 53%;
				font-size: 0.9em;
				display: inline-block;
				text-align: left;
				vertical-align: top;
				padding-left: 0px;
				margin-bottom: 35px;
			}

			section#white section#references ul li {
				padding: 0px 0px 0px 35px;
				background: url('./images/star-bullet.png') no-repeat;
				background-size: 22px 22px;
				line-height: 33px;
			}

			section#white section#references ul li a {
				color: #461300;
				font-weight: 400;
			}

			section#white section#references ul li a.view-more {
				color: #72BDB2;
				font-weight: 400;
				text-decoration: none;
			}

		/* END REFERENCES */

		/* LATEST */

			section#latest {
				background: url('./images/lightteal-bg.png');
				padding-top: 55px;
				overflow: hidden;
				padding-bottom: 60px;
				min-width: 100%;
				display: inline-block;
				vertical-align: top;
			}

			section#latest h1 {
				font-family: 'ThirstyScriptExtrabold';
				font-weight: normal;
				font-style: normal;
				color: #fff;
				text-shadow: 0px -2px 0px #79A196;
				font-size: 2.9em;
				text-align: center;
				margin: 0px 0px 37px 0px;
			}

			/* TWITTER TIMELINE */

					section#latest section#twitter {
						background: url('./images/white-bg.png');
						width: 40%;
						float: left;
						padding: 0px 10px;
						border-radius: 8px;
					}

			/* END TWITTER TIMELINE */

			/* CONTENT SCROLLER */

				#articles {
					background: url('./images/teal-overlay.png') bottom repeat-x, url('./images/white-bg.png');
					padding: 30px;
					width: 56%;
					height: 277px !important; 
					border-radius: 8px;
					float: right;
				}

				.scroller { 
					border-radius: 8px;
					display: inline-block; 
					position: relative; 
					overflow: auto; 
					height: 234px !important;
					width: 100% !important;
				}

				.scroller ul {
					margin-top: 0px;
					padding-left: 1px;
					height: 150px !important;
				}

				.scroller li { 
					list-style: none; 
					float: left; 
					font-size: 0.75em;
					height: 150px !important;
					text-align: left;
					padding-left: 8px;
				}

				.scroller li p:first-child {
					display: none !important;
				}

				.scroller li p {
					line-height: 23px;
					margin-top: 3px;
					height: 92px;
					overflow: hidden;
				}

				.scroller li img {
					float: left;
					margin-right: 25px;
					border-radius: 5px;
				}

				.scroller li a {
					font-family: 'Lobster Two';
					text-decoration: none;
					font-size: 1.9em;
					color: #368687;
					text-shadow: 0px 2px 0px #fff;
					line-height: 28px;
				}

				.scroller .dots {
					padding-left: 0px;
					display: inline-block;
					margin-top: 58px;
				}

				.scroller .dots li {
					background: #368687;
					box-shadow: 0px 1px 0px #B8EBE3;
					border-radius: 100px;
					width: 14px;
					height: 14px !important;
					text-indent: -999em;
					float: left;
					margin-right: 4px;
				}

				.scroller .dots li:last-child {
					margin-right: 0px;
				}

				.scroller .dots li.active {
					background: #fff;
				}

				.scroller .sharedaddy {
					display: none;
				}

			/* END CONTENT SCROLLER */

		/* SOCIAL BUTTONS */

			#social {
				width: 56%;
				float: right;
				text-align: center;
				margin-top: 25px;
				-o-transition:.5s;
				-ms-transition:.5s;
				-moz-transition:.5s;
				-webkit-transition:.5s;
				transition:.5s;
			}

			#social img {
				padding: 5px;
			}

			#social img:hover {
				-o-transition:.5s;
				-ms-transition:.5s;
				-moz-transition:.5s;
				-webkit-transition:.5s;
				transition:.5s;
				opacity: 0.5;
			}

		/* END SOCIAL BUTTONS */
	/* END LATEST */

	/* LABCOAT */

		section#labcoat {
			min-width: 100%;
		}

		section#labcoat .container {
			background: url('./images/arrow-left.png') no-repeat scroll 10% 88%, url('./images/arrow-right.png') no-repeat scroll 89% 88% transparent;
			padding-top: 25px;
			vertical-align: top;
		}

		section#labcoat h1 {
			font-family: 'ThirstyScriptExtrabold';
			font-weight: normal;
			font-style: normal;
			color: #266063;
			text-shadow: 0px 2px 0px #fff;
			font-size: 2.9em;
			margin: 50px 0px 0px 0px;
		}

		section#labcoat p {
			margin-top: 3px;
			margin-bottom: 25px;
		}

		section#labcoat .blue-button {
			margin-right: 15px;
		}

		section#labcoat .blue-button:last-child {
			margin-right: 0px;
		}

	/* END LABCOAT */

	/* FOOTER */

		footer.main {
			vertical-align: top;
			min-width: 100%;
			display: inline-block;
			background: url('./images/white-scallop.png');
			background-size: 120px 120px;
			height: 90px !important;
			font-size: 0.9em;
			padding-top: 45px !important;
			color: #fff;
			font-family: 'American Typewriter', 'Courier New', 'Courier' !important;
			font-weight: 400 !important;
		}

		footer.other {
			font-size: 1.1em !important;
			background: url('./images/footer-pattern.png') !important;
			height: 70px !important;
			padding-top: 25px !important;
		}

		footer.main a {
			color: #fff;
			text-decoration: none;
			font-weight: 400;
		}

		footer.main p {
			margin-bottom: 0px;
		}

		footer.main p.copyright {
			float: left;
		}

		footer.main p.links {
			float: right;
		}

	/* END FOOTER */

/*
HTML5 Reset
---------------------------------------------------------------------------------------------------- */

/* Baseline Normalize
	normalize.css v2.1.2 | MIT License | git.io/normalize
--------------------------------------------- */

article,aside,details,figcaption,figure,footer,header,hgroup,main,nav,section,summary{display:block}audio,canvas,video{display:inline-block}audio:not([controls]){display:none;height:0}[hidden]{display:none}html{font-family:sans-serif;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}body{margin:0}a:focus{outline:thin dotted}a:active,a:hover{outline:0}h1{font-size:2em;margin:.67em 0}abbr[title]{border-bottom:1px dotted}b,strong{font-weight:400 !important;}dfn{font-style:italic}hr{-moz-box-sizing:content-box;box-sizing:content-box;height:0}mark{background:#ff0;color:#000}code,kbd,pre,samp{font-family:monospace,serif;font-size:1em}pre{white-space:pre-wrap}q{quotes:"\201C" "\201D" "\2018" "\2019"}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sup{top:-0.5em}sub{bottom:-0.25em}img{border:0}svg:not(:root){overflow:hidden}figure{margin:0}fieldset{border:1px solid silver;margin:0 2px;padding:.35em .625em .75em}legend{border:0;padding:0}button,input,select,textarea{font-family:inherit;font-size:100%;margin:0}button,input{line-height:normal}button,select{text-transform:none}button,html input[type="button"],input[type="reset"],input[type="submit"]{-webkit-appearance:button;cursor:pointer}button[disabled],html input[disabled]{cursor:default}input[type="checkbox"],input[type="radio"]{box-sizing:border-box;padding:0}input[type="search"]{-webkit-appearance:textfield;-moz-box-sizing:border-box !important;-webkit-box-sizing:border-box !important;box-sizing:border-box !important;background:white !important;}input[type="search"]::-webkit-search-cancel-button,input[type="search"]::-webkit-search-decoration{-webkit-appearance:none}button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0}textarea{overflow:auto;vertical-align:top}table{border-collapse:collapse;border-spacing:0}

/* Box Sizing
--------------------------------------------- */

*,
input[type="search"] {
	-webkit-box-sizing: border-box;
	-moz-box-sizing:    border-box;
	box-sizing:         border-box;
}

/* Float Clearing
--------------------------------------------- */

.clearfix:before,
.entry:before,
.entry-content:before,
.footer-widgets:before,
.nav-primary:before,
.nav-secondary:before,
.pagination:before,
.site-container:before,
.site-footer:before,
.site-header:before,
.site-inner:before,
.wrap:before {
	content: " ";
	display: table;
}

.clearfix:after,
.entry:after,
.entry-content:after,
.footer-widgets:after,
.nav-primary:after,
.nav-secondary:after,
.pagination:after,
.site-container:after,
.site-footer:after,
.site-header:after,
.site-inner:after,
.wrap:after {
	clear: both;
	content: " ";
	display: table;
}


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

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

body {
	background-color: #fff !important;
	color: #333;
	font-family: 'Roboto Slab', serif;
	font-size: 16px;
	font-weight: 300;
	line-height: 1.625;
}

a,
button,
input:focus,
input[type="button"],
input[type="reset"],
input[type="submit"],
textarea:focus,

::-moz-selection {
	background-color: #333;
	color: #fff;
}

::selection {
	background-color: #333;
	color: #fff;
}

a {
	border-bottom: 0px dotted #333;
	color: #368687;
	font-weight: 400;
	text-decoration: none;
}

a img {
	margin-bottom: -6px;
        border-radius: 13px;
}

a:hover {
	color: #75bdb4;
	border-bottom: 0px dotted #a69c91;
}

p {
	margin: 0 0 24px;
	padding: 0;
}

strong {
	font-weight: 400;
}

ol,
ul {
	margin: 0;
	padding: 0;
}

blockquote,
blockquote::before {
	color: #999;
}

blockquote {
	margin: 40px;
}

blockquote::before {
	content: "\201C";
	display: block;
	font-size: 30px;
	height: 0;
	left: -20px;
	position: relative;
	top: -10px;
}

.entry-content code {
	background-color: #333;
	color: #ddd;
}

cite {
	font-style: normal;
}

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

h1,
h2,
h3,
h4,
h5,
h6 {
	color: #368687;
	font-family: 'Lobster Two';
 	font-weight: 400;
	line-height: 1.2;
	margin: 0 0 15px;
}

h1 {
	font-size: 30px;
}

h2 {
	font-size: 28px;
}

h3 {
	font-size: 24px;
}

h4 {
	font-size: 20px;
}

h5 {
	font-size: 18px;
}

h6 {
	font-size: 16px;
        font-family: 'Roboto Slab', serif;
}

/* Objects
--------------------------------------------- */

embed,
iframe,
object,
video,
.wp-caption {
	width: 100%;
}

img {
    height: auto;
}

.featured-content img,
.gallery img {
	width: auto; /* IE8 */
}

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

input,
select,
textarea {
	background-color: #fff;
	border: 1px solid #ddd;
	border-radius: 10px;
	box-shadow: none;
	color: #333;
	font-family: 'Roboto Slab', serif;
	font-size: 16px;
	font-weight: 300;
	padding: 10px;
	width: 100%;
}

input:focus,
textarea:focus {
	border: 1px solid #333;
	outline: none;
}

input[type="checkbox"],
input[type="image"],
input[type="radio"] {
	width: auto;
}

::-moz-placeholder {
	color: #999;
	opacity: 1;
}

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

button,
input[type="button"],
input[type="reset"],
input[type="submit"],
.button,
.entry-content .button {
	background-color: #368687;
	border: none;
	box-shadow: none;
	color: #fff;
	cursor: pointer;
	font-family: 'Roboto', sans-serif;
	font-weight: 300;
	padding: 16px 24px;
	text-transform: uppercase;
	width: auto;
}

button:hover,
input:hover[type="button"],
input:hover[type="reset"],
input:hover[type="submit"],
.button:hover,
.entry-content .button:hover {
	background-color: #60DCDF;
}

.entry-content .button:hover {
	color: #fff;
}

.button {
	border-radius: 10px;
	display: inline-block;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button {
	display: none;
}

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

table {
	border-collapse: collapse;
	border-spacing: 0;
	line-height: 2;
	margin-bottom: 40px;
	width: 100%;
}

tbody {
	border-bottom: 1px solid #ddd;
}

th,
td {
	text-align: left;
}

th {
	font-weight: bold;
	text-transform: uppercase;
}

td {
	border-top: 1px solid #ddd;
	padding: 6px 0;
}


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

/* Site Containers
--------------------------------------------- */

.wrap {
	margin: 0 auto;
	max-width: 1140px;
}

.site-inner {
	background-color: #fff;
	clear: both;
	padding-top: 40px;
}

.minimum-landing .site-inner {
	margin: 40px auto;
	padding: 60px 60px 20px;
	width: 800px;
}

/* Site Containers
--------------------------------------------- */

.home-featured {
	border-bottom: 5px solid #f5f5f5;
	margin-bottom: 60px;
	padding: 40px 0;
}

.home-featured li {
	list-style-type: none;
}

.home-featured .widget {
	padding: 0 20px;
}

.home-featured p:last-child {
	padding: 0 0 24px;
}

.home-featured-1,
.home-featured-2,
.home-featured-3,
.home-featured-4 {
	float: left;
	text-align: center;
	width: 25%;
}

.home-featured .simple-social-icons ul li a {
	padding: 40px !important;
}

.home-featured .simple-social-icons ul li {
	margin: 0 0 30px !important;
}

.site-tagline {
	background-color: #75BDB4;
	border-bottom: 1px solid #75BDB4;
	padding: 10px 0;
	margin-top: 54px;
}

.site-tagline p {
	margin: 10px;
}

.site-tagline-left {
	float: left;
	width: 50%;
}

.site-tagline-right {
	float: right;
	text-align: right;
	width: 50%;
}

.minimum .site-tagline {
	margin-top: 600px;
}

a.cta-button {
	background-color: #368687;
	border-radius: 9px;
	color: #fff;
	display: inline-block;
	font-size: 18px;
	font-weight: 300;
	line-height: 1;
	padding: 15px 20px;
}

a.cta-button:hover {
	background-color: #60DCDF;
}

/* Column Widths and Positions
--------------------------------------------- */

/* Content */

.content {
	float: left;
	width: 720px;
}

.sidebar-content .content {
	float: right;
}

.full-width-content .content {
	width: 100%;
}


/* Column Classes
	Link: http://twitter.github.io/bootstrap/assets/css/bootstrap-responsive.css
--------------------------------------------- */

.five-sixths,
.four-sixths,
.one-fourth,
.one-half,
.one-sixth,
.one-third,
.three-fourths,
.three-sixths,
.two-fourths,
.two-sixths,
.two-thirds {
	float: left;
	margin-left: 2.564102564102564%;
}

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

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

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

.one-fourth {
	width: 23.076923076923077%;
}

.three-fourths {
	width: 74.35897435897436%;
}

.one-sixth {
	width: 14.52991452991453%;
}

.five-sixths {
	width: 82.90598290598291%;
}

.first {
	clear: both;
	margin-left: 0;
}


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

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

.avatar {
	float: left;
}

.alignleft .avatar {
	margin-right: 24px;
}

.alignright .avatar {
	margin-left: 24px;
}

.author-box .avatar {
	height: 72px;
	margin-right: 24px;
	width: 72px;
}

.entry-comments .avatar {
	height: 48px;
	width: 48px;
}

.search-form input[type="submit"] {
	border: 0;
	clip: rect(0, 0, 0, 0);
	height: 1px;
	margin: -1px;
	padding: 0;
	position: absolute;
	width: 1px;
}

.search-form {
	overflow: hidden;
	padding: 3px;
	width: 100%;
}

.sticky {
}

img.centered,
.aligncenter {
	display: block;
	margin: 0 auto 24px;
}

a.alignnone,
img.alignnone {
	margin-bottom: 12px;
}

.alignleft {
	float: left;
	text-align: left;
}

.alignright {
	float: right;
	text-align: right;
}

a.alignleft,
a.alignnone,
a.alignright {
	width: 100%;
}

a.alignnone {
	display: inline-block;
}

a.alignleft,
img.alignleft,
.wp-caption.alignleft {
	margin: 0 24px 24px 0;
}

a.alignright,
img.alignright,
.wp-caption.alignright {
	margin: 0 0 24px 24px;
}

a.alignleft,
a.alignright {
	border: none;
}

.wp-caption-text {
	font-size: 14px;
	font-weight: 400;
	text-align: center;
}

.gallery-caption {
}

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

.widget {
	word-wrap: break-word;
        text-align: center;
}

.widget li {
	list-style-type: none;
	margin-bottom: 6px;
	text-align: left;
}

.widget ol > li {
	list-style-position: inside;
	list-style-type: decimal;
	padding-left: 20px;
	text-indent: -20px;
}

.widget li li {
	border: none;
	margin: 0 0 0 30px;
	padding: 0;
}

.widget ul > li:last-child,
.widget p:last-child {
	margin-bottom: 0;
}

.widget_calendar table {
	width: 100%;
}

.widget_calendar td,
.widget_calendar th {
	text-align: center;
}

/* Genesis
--------------------------------------------- */

.breadcrumb {
	margin-bottom: 40px;
}

.archive-description,
.author-box {
	background-color: #f5f5f5;
}

.archive-description {
	margin-bottom: 40px;
	padding: 40px 40px 16px;
}

.author-box {
	margin-bottom: 40px;
	padding: 40px;
}

.single .author-box {
	margin-bottom: 60px;
}

.author-box-title {
	color: #333;
	font-family: 'Roboto Slab', serif;
	font-size: 16px;
	font-weight: 400;
	margin-bottom: 4px;
}

.author-box p {
	margin-bottom: 0;
}

.author-box .avatar {
	margin-right: 24px;
}

/* Featured Post Grid
------------------------------------------------------------ */

.genesis-grid-even,
.genesis-grid-odd {
	border-bottom: 1px solid #f5f5f5;
	margin-bottom: 30px;
	padding: 0;
	width: 47%;
}

.genesis-grid-even {
	float: right;
}

.genesis-grid-odd {
	clear: both;
	float: left;
}


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

.entry-title {
	font-size: 30px;
	line-height: 1;
}

.genesis-grid .entry-title {
	font-size: 24px;
	margin: 0 0 10px;
}

.single-portfolio .entry-title {
	margin-bottom: 20px;
}

.entry-title a,
.sidebar .widget-title a {
	border: none;
	color: #368687;
}

.entry-title a:hover {
	color: #60DCDF;
}

.widget-title {
	font-size: 24px;
	margin-bottom: 24px;
        text-align: center;
	text-transform: lowercase;
}

#home-featured .widget-title {
	margin-bottom: 10px;
}

.sidebar .widget-title a {
	border: none;
}

.archive-title {
	font-size: 20px;
	margin-bottom: 24px;
}


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

/* Featured Content
--------------------------------------------- */

.featured-content .entry {
	border-bottom: 2px solid #f5f5f5;
	margin-bottom: 24px;
	padding: 0 0 24px;
}

.featured-content .entry:last-child {
	margin-bottom: 0;
	padding: 0;
}

.featured-content .entry-title {
	border: none;
	font-size: 18px;
	line-height: 1.2;
}

.featured-content .entry-title a {
	border: none;
}


/*
Plugins
---------------------------------------------------------------------------------------------------- */

/* Genesis eNews Extended
--------------------------------------------- */

.enews-widget {
	color: #999;
}

.enews-widget input {
	margin-bottom: 16px;
}

.enews-widget input:focus {
	border: 1px solid #ddd;
}

.enews-widget input[type="submit"] {
	background-color: #0ebfe9;
	color: #fff;
	margin: 0;
	width: 100%;
}

.enews-widget input:hover[type="submit"] {
	background-color: #fff;
	color: #333;
}

.enews form + p {
	margin-top: 24px;
}

.sidebar .enews-widget {
	background-color: #333;
	padding: 30px;
}

.sidebar .enews-widget .widget-title {
	color: #fff;
}

/* Genesis Latest Tweets
--------------------------------------------- */

.latest-tweets ul li {
	margin-bottom: 16px;
}

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

div.gform_wrapper input[type="email"],
div.gform_wrapper input[type="text"],
div.gform_wrapper textarea,
div.gform_wrapper .ginput_complex label {
	font-size: 16px;
	padding: 16px;
}

div.gform_wrapper .ginput_complex label {
	padding: 0;
}

div.gform_wrapper li,
div.gform_wrapper form li {
	margin: 16px 0 0;
}

div.gform_wrapper .gform_footer input[type="submit"] {
	font-size: 16px;
}

/* Jetpack
--------------------------------------------- */

img#wpstats {
	display: none;
}


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

.site-header {
	background-color: #368687;
	border-bottom: 1px solid #368687;
	letter-spacing: 1px;
	position: fixed;
	width: 100%;
	z-index: 999;
}

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

.title-area {
	float: left;
	padding: 18px 0;
	width: 320px;
}

.header-image .title-area {
	padding: 0;
}

.site-title {
	font-family: 'Roboto', sans-serif;
	font-size: 24px;
	line-height: 1;
	margin: 0;
	text-transform: uppercase;
}

.site-title a,
.site-title a:hover {
	border: none;
	color: #333;
}

.site-description {
	font-size: 29px;
        font-family: 'American Typewriter', 'Courier New', 'Courier';
        color: #368687;
	font-weight: 400;
	line-height: 1.2;
	margin: 0px;
        padding: 30px;
}

/* Full width header, no widgets */

.header-full-width .title-area,
.header-full-width .site-title {
	width: 100%;
}

.header-image .site-title a {
	display: block;
	text-indent: -9999px;
}

/* Custom header */

.header-image .title-area {
	padding: 0;
}

.header-image .site-title a {
	height: 60px;
	display: block;
	text-indent: -9999px;
	max-width: 320px;
}

/* Widget Area
--------------------------------------------- */

.site-header .widget-area {
	float: right;
	text-align: right;
	width: 800px;
}

.site-header .search-form {
	float: right;
	margin-top: 10px;
}


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

.genesis-nav-menu {
	clear: both;
	color: #fff;
	font-size: 20px;
	font-family: 'Happy Monkey';
	font-weight: 400;
	line-height: 1.5;
	width: 100%;
}

.genesis-nav-menu .menu-item {
	display: inline-block;
	margin: 0;
	text-align: left;
}

.genesis-nav-menu a {
	border: none;
	color: #fff;
	display: block;
	font-size: 20px;
	padding: 20px;
	position: relative;
}

.genesis-nav-menu a:hover,
.genesis-nav-menu .current-menu-item > a,
.genesis-nav-menu .sub-menu .current-menu-item > a:hover {
	color: #75bdb4;
}

.genesis-nav-menu > .menu-item > a {
	text-transform: lowercase;
}

.genesis-nav-menu .sub-menu {
	left: -9999px;
	letter-spacing: 0;
	opacity: 0;
	position: absolute;
	-webkit-transition: opacity .4s ease-in-out;
	-moz-transition:    opacity .4s ease-in-out;
	-ms-transition:     opacity .4s ease-in-out;
	-o-transition:      opacity .4s ease-in-out;
	transition:         opacity .4s ease-in-out;
	width: 160px;
	z-index: 99;
}

.genesis-nav-menu .sub-menu a {
	background-color: #fff;
	border: 1px solid #eee;
	border-top: none;
	padding: 16px 20px;
	position: relative;
	width: 160px;
}

.genesis-nav-menu .sub-menu .sub-menu {
	margin: -54px 0 0 159px;
}

.genesis-nav-menu .menu-item:hover {
	position: static;
}

.genesis-nav-menu .menu-item:hover > .sub-menu {
	left: auto;
	opacity: 1;
}

.genesis-nav-menu > .first > a {
	padding-left: 0;
}

.genesis-nav-menu > .last > a {
	padding-right: 0;
}

.genesis-nav-menu > .right {
	display: inline-block;
	float: right;
	list-style-type: none;
	padding: 20px 0;
	text-transform: uppercase;
}

.genesis-nav-menu > .right > a {
	display: inline;
	padding: 0;
}

.genesis-nav-menu > .rss > a {
	margin-left: 48px;
}

.genesis-nav-menu > .search {
	padding: 6px 0 0;
}

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

.site-header .sub-menu {
	border-top: 1px solid #eee;
}

.site-header .sub-menu .sub-menu {
	margin-top: -55px;
}

/* Primary Navigation
--------------------------------------------- */

.nav-primary {
	background-color: #333;
}

.nav-primary a,
.nav-primary .genesis-nav-menu .sub-menu a {
	color: #fff;
}

.nav-primary .genesis-nav-menu .sub-menu a {
	background-color: #333;
	border: 1px solid #444;
	border-top: none;
}

.nav-primary .sub-menu a:hover {
	color: #0ebfe9;
}

/* Secondary Navigation
--------------------------------------------- */

.nav-secondary {
	margin-bottom: 20px;
}

.site-footer .nav-secondary a {
	color: #fff;
	margin: 0 30px;
	padding: 0;
}

.site-footer .nav-secondary a:hover {
	color: #999;
}

.site-footer .nav-secondary .genesis-nav-menu .sub-menu a {
	background-color: #333;
	border: 1px solid #444;
	border-top: none;
	padding: 16px;
}

.site-footer .nav-secondary .sub-menu a:hover {
	color: #0ebfe9;
}

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

#responsive-menu-icon {
	cursor: pointer;
	display: none;
}

#responsive-menu-icon::before {
	color: #333;
	content: "\f333";
	font: normal 24px/1 'dashicons';
	margin: 0 auto;
}


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

/* Entries
--------------------------------------------- */

.entry {
	margin-bottom: 40px;
}

.post-type-archive-portfolio .entry {
	float: left;
	margin-bottom: 60px;
	width: 50%;
}

.post-type-archive-portfolio .entry:nth-of-type(2n) {
	float: right;
	padding-left: 30px;
}

.post-type-archive-portfolio .entry:nth-of-type(2n+1) {
	clear: left;
	padding-right: 30px;
}

.single-portfolio .entry {
	text-align: center;
}

.entry-content ol,
.entry-content p,
.entry-content ul,
.quote-caption {
	margin-bottom: 26px;
}

.entry-content ol,
.entry-content ul {
	margin-left: 40px;
}

.entry-content ol > li {
	list-style-type: decimal;
}

.entry-content ul > li {
	list-style-type: disc;
}

.entry-content ol ol,
.entry-content ul ul {
	margin-bottom: 0;
}

.entry-content .search-form {
	width: 50%;
}

.entry-meta {
	font-family: 'Roboto', sans-serif;
	font-size: 14px;
}

.entry-meta a {
	border: none;
	font-weight: 300;
}

.entry-header .entry-meta {
	margin-bottom: 24px;
}

.entry-comments-link::before {
	content: "\2014";
	margin: 0 6px 0 2px;
}

.entry-categories,
.entry-tags {
	display: block;
}

/* After Entry
--------------------------------------------- */

.after-entry {
	background-color: #f5f5f5;
	margin-bottom: 60px;
	padding: 40px;
	text-align: center;
}

.after-entry .widget {
	margin-bottom: 40px;
}

.after-entry .featured-content .entry:last-child,
.after-entry .widget:last-child,
.after-entry p:last-child {
	padding: 0;
	margin: 0;
}

.after-entry li {
	list-style-type: none;
}

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

.pagination {
	clear: both;
	margin: 40px 0;
}

.pagination li {
	display: inline;
}

.pagination li a {
	background-color: #368687;
	border: none;
	border-radius: 3px;
	color: #fff;
	cursor: pointer;
	display: inline-block;
	font-family: 'Roboto', sans-serif;
	font-size: 14px;
	font-weight: 300;
	padding: 8px 12px;
}

.pagination li a:hover,
.pagination li.active a {
	background-color: #75bdb4;
}

/* Comments
--------------------------------------------- */

.comment-respond,
.entry-comments,
.entry-pings {
	margin-bottom: 60px;
}

.comment-content {
	clear: both;
}

.entry-comments .comment-author {
	margin-bottom: 0;
}

.comment-respond input[type="email"],
.comment-respond input[type="text"],
.comment-respond input[type="url"] {
	width: 50%
}

.comment-respond label {
	display: block;
	margin-right: 12px;
}

.comment-list li,
.ping-list li {
	list-style-type: none;
}

.comment-list li {
	margin-top: 24px;
	padding: 32px;
}

.comment-list li li {
	margin-right: -32px;
}

li.comment {
	background-color: #f8f5ef;
	border: 2px solid #368687;
        border-radius: 16px;
}

.comment .avatar {
	margin: 0 16px 24px 0;
}

.entry-pings .reply {
	display: none;
}

.bypostauthor {
}


/*
Sidebar
---------------------------------------------------------------------------------------------------- */

.sidebar {
	float: right;
	margin-top: 10px;
	width: 340px;
}

.sidebar-content .sidebar {
	float: left;
}

.sidebar img {
	margin-bottom: 15px;
}

.sidebar .featured-content img {
	margin-bottom: 0;
}

.sidebar .widget {
	margin-bottom: 40px;
}

.sidebar .tagcloud a {
	background-color: #333;
	border-radius: 3px;
	border: none;
	color: #fff;
	cursor: pointer;
	display: inline-block;
	font-family: 'Roboto', sans-serif;
	margin: 0 5px 5px 0;
	padding: 5px 10px;
}

.sidebar .tagcloud a:hover {
	background-color: #0ebfe9;
	color: #fff;
}

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

.footer-widgets {
	background: url(http://prayersandapples.com/wp-content/uploads/2014/02/Footer-Stripes.jpg);
	color: #999;
}

.footer-widgets .wrap {
	border-bottom: 1px solid #444;
	padding: 40px 0 16px;
}

.footer-widgets-1,
.footer-widgets-2,
.footer-widgets-3 {
	width: 340px;
}

.footer-widgets-1 {
	margin-right: 60px;
}

.footer-widgets-1,
.footer-widgets-2 {
	float: left;
}

.footer-widgets-3 {
	float: right;
}

.footer-widgets a {
	border-bottom: 1px dotted #fff;
	color: #fff;
}

.footer-widgets a:hover {
	color: #999;
}

.footer-widgets .widget {
	margin-bottom: 40px;
}

.footer-widgets .widget-title {
	color: #fff;
}

.footer-widgets li {
	list-style-type: none;
	margin-bottom: 6px;
	word-wrap: break-word;
}

.footer-widgets .search-form input:focus {
	border: 1px solid #ddd;
}


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

.site-footer {
	background: url(http://prayersandapples.com/wp-content/uploads/2014/02/Footer-Stripes.jpg);
        letter-spacing: 1px;
	padding: 60px 0;
	text-align: center;
}

.site-footer a,
.site-footer p {
	color: #999;
}

.site-footer a:hover {
	color: #fff;
}

.site-footer a {
	border: none;
	font-weight: 300;
}

.site-footer p {
	font-family: 'Roboto', sans-serif;
	font-weight: 300;
	font-size: 14px;
	margin-bottom: 0;
}


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

@media only screen and (max-width: 1193px) {

	.wrap {
		max-width: 960px;
	}

	.site-header .widget-area {
		width: 620px;
	}

	.content {
		width: 580px;
	}

	.footer-widgets-1,
	.footer-widgets-2,
	.footer-widgets-3,
	.sidebar {
		width: 280px;
	}

}

@media only screen and (max-width: 1160px) {



}

@media only screen and (max-width: 1023px) {

	.wrap {
		max-width: 768px;
	}

	.content,
	.footer-widgets-1,
	.footer-widgets-2,
	.footer-widgets-3,
	.minimum-landing .site-inner,
	.sidebar,
	.site-header .widget-area,
	.site-tagline-left,
	.site-tagline-right,
	.title-area {
		width: 100%;
	}

	.site-header {
		position: relative;
	}

	.site-inner {
		padding: 40px 5%;
	}

	.post-type-archive-portfolio .entry,
	.site-header .title-area,
	.site-header .search-form,
	.site-header .widget-area,
	.site-tagline-left,
	.site-tagline-right {
		text-align: center;
	}

	.header-image .site-title a {
		margin: 0 auto 10px;
	}

	.site-header .search-form {
		float: none;
		margin: 0 auto;
		width: 50%;
	}
	
	.site-header .widget-area {
		padding: 0 5%;
	}

	.site-description {
		font-size: 30px;
	}

	.site-tagline {
		margin-top: 0;
		padding: 20px 0;
	}

	.minimum .site-tagline {
		margin-top: 400px;
	}

	.genesis-nav-menu li,
	.site-header ul.genesis-nav-menu,
	.site-tagline-left,
	.site-tagline-right {
		float: none;
	}

	.site-tagline-left p {
		margin-bottom: 20px;
	}

	.minimum-landing .site-inner {
		margin: 0;
		padding: 40px 40px 0;
	}
	
	.minimum-landing .site-container {
		padding: 5%;
	}

	.footer-widgets .widget,
	.nav-primary .wrap,
	.site-footer .wrap,
	.site-tagline {
		padding-left: 5%;
		padding-right: 5%;
	}

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

}

@media only screen and (max-width: 768px) {

	.site-header {
		padding-bottom: 10px;
	}

	.title-area {
		padding-bottom: 6px;
	}

	.minimum .site-tagline {
		margin-top: 200px;
	}

	.genesis-nav-menu a {
		padding: 20px 10px;
	}

	.site-footer .nav-secondary a {
		margin: 0 10px;
	}

	.responsive-menu {
		display: none;
	}

	#responsive-menu-icon {
		display: block;
	}

	.home-featured .simple-social-icons ul li a {
		font-size: 36px !important;
		padding: 20px !important;
	}

	.genesis-grid-even,
	.genesis-grid-odd,
	.post-type-archive-portfolio .entry {
		width: 100%;
	}

	.post-type-archive-portfolio .entry:nth-of-type(2n),
	.post-type-archive-portfolio .entry:nth-of-type(2n+1) {
		float: none;
		padding: 0;
	}

	.five-sixths,
	.four-sixths,
	.one-fourth,
	.one-half,
	.one-sixth,
	.one-third,
	.three-fourths,
	.three-sixths,
	.two-fourths,
	.two-sixths,
	.two-thirds {
		margin: 0;
		width: 100%;
	}

}

@media only screen and (max-width: 600px) {

	.home-featured-1,
	.home-featured-2,
	.home-featured-3,
	.home-featured-4 {
		width: 50%;
	}
	
	.home-featured .widget-area:nth-of-type(2n+1) {
		clear: left;
	}

}

@media only screen and (max-width: 320px) {

	.header-image .site-header .title-area .site-title a {
		background-size: contain !important;
	}

}

/*! normalize.css v3.0.1 | MIT License | git.io/normalize */

/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */

html {
  font-family: sans-serif; /* 1 */
  -ms-text-size-adjust: 100%; /* 2 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/**
 * Remove default margin.
 */

body {
  margin: 0;
}

/* HTML5 display definitions
   ========================================================================== */

/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11 and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */

audio,
canvas,
progress,
video {
  display: inline-block; /* 1 */
  vertical-align: baseline; /* 2 */
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */

audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22.
 */

[hidden],
template {
  display: none;
}

/* Links
   ========================================================================== */

/**
 * Remove the gray background color from active links in IE 10.
 */

a {
  background: transparent;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */

a:active,
a:hover {
  outline: 0;
}

/* Text-level semantics
   ========================================================================== */

/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */

abbr[title] {
  border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */

b,
strong {
  font-weight: bold;
}

/**
 * Address styling not present in Safari and Chrome.
 */

dfn {
  font-style: italic;
}

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/**
 * Address styling not present in IE 8/9.
 */

mark {
  background: #ff0;
  color: #000;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove border when inside `a` element in IE 8/9/10.
 */

img {
  border: 0;
  border-radius: 17px;
}

/**
 * Correct overflow not hidden in IE 9/10/11.
 */

svg:not(:root) {
  overflow: hidden;
}

/* Grouping content
   ========================================================================== */

/**
 * Address margin not present in IE 8/9 and Safari.
 */

figure {
  margin: 1em 40px;
}

/**
 * Address differences between Firefox and other browsers.
 */

hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}

/**
 * Contain overflow in all browsers.
 */

pre {
  overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* Forms
   ========================================================================== */

/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */

/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */

button,
input,
optgroup,
select,
textarea {
  color: inherit; /* 1 */
  font: inherit; /* 2 */
  margin: 0; /* 3 */
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */

button {
  overflow: visible;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */

button,
select {
  text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */

button,
html input[type="button"], /* 1 */
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button; /* 2 */
  cursor: pointer; /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */

button[disabled],
html input[disabled] {
  cursor: default;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */

input {
  line-height: normal;
}

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome
 *    (include `-moz` to future-proof).
 */

input[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box; /* 2 */
  box-sizing: content-box;
}

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Define consistent border, margin, and padding.
 */

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */

legend {
  border: 0; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */

textarea {
  overflow: auto;
}

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */

optgroup {
  font-weight: bold;
}

/* Tables
   ========================================================================== */

/**
 * Remove most spacing between table cells.
 */

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

/* RESPONSIVE
   ========================================================================== */

   @media only screen and (max-width: 1200px) {

		section#white section#search p {
			font-size: 0.8em;
		}

		section#white section#references ul {
			font-size: 0.8em;
		}
   }

   @media only screen and (max-width: 1170px) {

		section#white section#search .blue-button {
   			font-size: 1.2em;
			padding: 14px 20px;
		}

		section#white section#subscribe #coupon-box input[type="text"] {
			width: 69%;
		}

		section#white section#subscribe #coupon-box input[type="submit"] {
			width: 30% !important;
		}

		section#labcoat .container {
			background: url('./images/arrow-left.png') no-repeat scroll 8% 88%, url('./images/arrow-right.png') no-repeat scroll 91% 88% transparent;
		}
   }

   @media only screen and (max-width: 1130px) {

   		section#intro img.intro {
   			width: 63%;
   			margin-top: 87px;
   		}

   		section#intro img.girl {
   			right: 30px;
   		}

   		section#tagline {
   			font-size: 1.45em;
   			padding: 24px 0px 20px 0px;
   		}

   		section#labcoat .container {
			background: url('./images/arrow-left.png') no-repeat scroll 6% 88%, url('./images/arrow-right.png') no-repeat scroll 93% 88% transparent;
		}
   }

   @media only screen and (max-width: 1080px) {

   		section#white section#subscribe #coupon-box input[type="submit"] {
   			padding: 20px !important;
   		}

   		section#white section#about, section#white section#subscribe, section#latest, section#labcoat { 
   			font-size: 0.8em;
   		}

		section#white section#references ul {
			width: 50%;
			font-size: 0.7em;
		}

		section#white section#references ul li {
			padding: 3px 0px 6px 35px;
			line-height: 23px;
		}
   }

   @media only screen and (max-width: 1070px) {

		section#white section#subscribe #coupon-box input[type="text"] {
			width: 66%;
		}
		
		section#white section#subscribe #coupon-box input[type="submit"] {
			width: 33% !important;
		}
   }

   @media only screen and (max-width: 1057px) {

   		nav {
			font-size: 1.05em;
			margin-top: 19px;
   		}

   		section#intro {
			padding: 51px 0px;
			height: 317px;
   		}

   		section#intro img.intro {
   			margin-top: 75px;
   		}

   		section#intro img.girl {
   			width: 300px;
   		}

   		section#tagline {
			font-size: 1.4em;
			padding: 17px 0px 20px 0px;
			height: 84px;
   		}

   		section#white section#search .blue-button {
			width: 25%;
		}

		section#white section#search .search-form {
			width: 74%;
		}

		footer.main {
			font-size: 0.7em;
			padding-top: 47px !important;
		}
   }

   @media only screen and (max-width: 1010px) {

   		header.main-nav .logo {
   			margin-top: 11px !important;
			width: 250px;
   		}

   		header.main-nav nav ul li {
   			margin-right: 30px;
   		}

   		section#tagline {
   			font-size: 1.2em;
			padding: 20px 0px 20px 0px;
   		}

   }

   @media only screen and (max-width: 995px) {

		section#white section#subscribe #coupon-box input[type="text"] {
			width: 63%;
		}
		
		section#white section#subscribe #coupon-box input[type="submit"] {
			width: 36% !important;
			font-size: 1.2em !important;
			height: 71px !important;
		}
   }

   @media only screen and (max-width: 990px) {

		section#white section#search .search-form {
			width: 70%;
		}

		section#white section#search .blue-button {
			width: 29%;
		}

   		section#white section#search p {
			font-size: 0.6em;
			background-size: 5%;
			padding-right: 45px;
		}

   }

   @media only screen and (max-width: 980px) {
	   	section#labcoat .container {
			background: url('./images/arrow-left.png') no-repeat scroll 4% 88%, url('./images/arrow-right.png') no-repeat scroll 95% 88% transparent;
		}
   }

   @media only screen and (max-width: 965px) {

		section#intro img.intro {
			margin-top: 83px;
		}

   }

   @media only screen and (max-width: 940px) {
 
	   	section#labcoat .container {
			background: url('./images/arrow-left.png') no-repeat scroll 2% 88%, url('./images/arrow-right.png') no-repeat scroll 97% 88% transparent;
		}

   }

   @media only screen and (max-width: 930px) {

		section#white section#subscribe #coupon-box h2 {
			font-size: 1.5em;
			margin-bottom: 20px;
		}

		section#white section#subscribe #coupon-box input[type="text"] {
			width: 60%;
			font-size: 1em;
		}
		
		section#white section#subscribe #coupon-box input[type="submit"] {
			width: 39% !important;
			font-size: 1.2em !important;
			height: 71px !important;
		}

		section#white section#subscribe img.subscribe-badge {
			width: 20%;
		}
   }

   @media only screen and (max-width: 900px) {

	   	section#labcoat .container {
			background: none;
		}

   }

   @media only screen and (max-width: 890px) {

   		#twitter, #articles, #social {
   			width: 100% !important;
   			float: none !important;
   		}

   		#articles {
   			margin-top: 30px;
   		}

   }

   @media only screen and (max-width: 875px) {
		
		header.main-nav nav ul li {
			margin-right: 20px;
		}
		section#intro {
			height: 302px;
		}

		section#intro img.girl {
			width: 275px;
		}

		section#tagline {
			font-size: 1.1em;
			padding: 16px 0px 16px 0px;
			height: 72px;
		}
   }

   @media only screen and (max-width: 850px) {

		section#intro img.intro {
			margin-top: 73px;
		}

		section#intro {
			height: 280px;
		}

	   	section#intro img.girl {
			width: 240px;
		}

		section#tagline {
			padding: 7px 0px 16px 0px;
			height: 58px;
		}

   		section#white section#search .search-form {
			width: 68%;
		}

		section#white section#search .blue-button {
			width: 31%;
		}

		footer.main {
			font-size: 0.6em;
			padding-top: 40px !important;
		}

   }

   @media only screen and (max-width: 800px) {
		section#white section#subscribe #coupon-box {
			width: 100%;
		}

		section#white section#subscribe img.subscribe-badge {
			width: 17%;
			top: -25px;
			left: -25px;
		}

		section#white section#subscribe #coupon-box input[type="text"] {
			width: 100%;
			font-size: 1em;
			float: none;
		}

		section#white section#subscribe #coupon-box input[type="submit"] {
			width: 100% !important;
			font-size: 1.2em !important;
			height: 47px !important;
			float: none !important;
			padding: 12px 20px !important;
			margin-top: 10px !important;
		}
	}

   @media only screen and (max-width: 770px) {

		header.main-nav .logo {
			margin-top: 15px !important;
			width: 220px;
		}

		header.main-nav nav {
			font-size: 0.9em;
			margin-top: 22px;
		}

		section#tagline {
			padding: 10px 0px 16px 0px;
			font-size: 1em;
		}

		section#white section#search {
			padding: 32px;
		}

		section#white section#search .search-form {
			width: 65%;
		}

		section#white section#search .blue-button {
			width: 34%;
		}

		section#white section#search input[type='search'] {
			font-size: 1.2em;
		}

		section#white section#search p {
			display: none;
		}

   }

   @media only screen and (max-width: 735px) {
   		#menu-special-menu {
   			display: none;
   		}

   		section#intro {
   			height: auto;
			padding: 51px 0px 38px 0px;
   		}

		section#intro img.intro {
			width: 90%;
			margin: 55px auto 0 auto;
			display: block;
			float: none;
		}

	   	section#intro img.girl {
			display: none;
		}

		section#tagline {
			text-align: center;
		}
   }

   @media only screen and (max-width: 715px) {

   		section#white section#search .search-form {
			width: 62%;
		}

		section#white section#search .blue-button {
			width: 37%;
		}
   }

   @media only screen and (max-width: 689px) {

   		section#white {
   			padding-bottom: 20px;
   		}

   		section#labcoat h1 {
   			margin: 35px 0px 0px 0px;
   		}

	   	section#labcoat .blue-button {
			margin-bottom: 25px;
		}

		footer.main {
			height: auto !important;
			padding-bottom: 6px;
			text-align: center;
		}

		footer.main p {
			float: none !important;
		}

   }

   @media only screen and (max-width: 665px) {
	
		section#white section#search input[type='search'] {
			font-size: 1em;
		}

		section#white section#search input[type='submit'] {
			background: url('./images/magnifying-glass.png') 24px 24px no-repeat;
			background-size: 22px;
		}

		section#white section#search .blue-button {
			font-size: 1em;
			padding: 17px 20px;
		}

		section#white section#references ul {
			min-width: 80% !important;
		}

		section#white section#references > ul:nth-child(2) {
			margin-bottom: 0px !important;
		}

    	section#white section#search .search-form, section#white section#search .blue-button {
    		width: 100%;
    	}

    	section#white section#search .blue-button {
    		padding: 6px 20px;
			margin-top: 5px !important;
    	}

    	header.main-nav {
   			position: relative;
			height: 70px;
   		}

   		section#intro {
   			height: auto;
			padding: 25px 0px 38px 0px;
   		}

		section#intro img.intro {
			width: 100%;
			margin: 0px auto 0 auto;
			display: block;
			float: none;
		}

    }


	@media only screen and (max-width: 562px) {

		section#tagline {
			height: 93px;
		}

		section#white section#subscribe #coupon-box {
			padding: 20px 20px 27px 20px;
		}

		section#white section#subscribe #coupon-box input[type="text"] {
			height: 60px;
			font-size: 1em;
		}

		section#white section#subscribe {
			padding-bottom: 25px;
		}

		section#white section#subscribe img.subscribe-badge {
			display: none;
		}

		.scroller li img {
			display: none;
		}

		#social img {
			width: 15%;
		}
   	}

   @media only screen and (max-width: 480px) {

   		.container {
   			padding: 0px 10px;
   		}

    	header.main-nav {
			height: 115px;
   		}

   		header.main-nav .logo {
   			float: none;
			margin: 11px auto 0 auto !important;
			display: inline-block;
			width: 100%;
			text-align: center;
			padding-top: 0px;
   		}

   		header.main-nav .logo img {
   			width: 80%;
   		}

   		header.main-nav nav {
   			float: none;
			margin-top: 5px;
   		}

		section#tagline {
			font-size: 1em;
			height: 90px;
			padding: 7px 0px 16px 0px;
		}

		section#labcoat .blue-button {
			margin-right: 0px;
			width: 100%;
			height: 41px;
			padding: 5px 0px 0px 0px;
			font-size: 1.2em;
			margin-bottom: 10px;
		}

		section#white section#subscribe h1 {
			font-size: 1.8em;
			margin: 25px 0px 0px 0px;
		}

		section#labcoat h1 {
			font-size: 1.8em;
			margin: 10px 0px 0px 0px;
		}

		section#white section#subscribe p, section#labcoat p {
			margin: 10px 0px 20px 0px;
			font-size: 0.8em;
		}	

		section#white section#about h1 {
			font-size: 1.8em;
			margin-top: 20px;
		}

		section#white section#about p {
			font-size: 0.8em;
		}

		section#latest h1 {
			font-size: 1.8em;
		}

   		section#white {
   			padding-top: 10px;
   		}		

   		section#white section#references ul {
			min-width: 90% !important;
		}

   		section#white section#references ul li {
   			padding: 2px 0px 8px 31px;
			line-height: 23px;
			background-size: 18px 18px;
   		}

		section#white section#search {
			padding: 8px 8px 13px 8px;
			margin-bottom: 2px;
		}  	

		.scroller li a {
			font-size: 1.5em;
		}

		#articles, #social {
			margin-top: 12px;
		} 

		#articles {
			padding: 20px;
		}

		.scroller .dots {
			margin-top: 69px;
		}

		section#latest {
			padding-bottom: 12px;
			padding-top: 40px;
		}

		section#latest h1 {
			margin: 0px 0px 30px 0px;
		}

		section#labcoat .container {
			background: none;
		}

		section#white {
			padding-bottom: 0px;
		}
   }
