/*
	Theme Name: Speed Pro Theme
	Theme URI: //tinyfrog.com/
	Description: A mobile responsive and HTML5 theme built for the Genesis Framework.
	Author: Tinyfrog
	Author URI: http://tinyfrog.com/

	Version: 3.0.0

	Tags: black, white, one-column, two-columns, fixed-width, custom-menu, full-width-template, sticky-post, theme-options, threaded-comments, translation-ready

	Template: genesis
	Template Version: 2.0

	License: GPL-2.0+
	License URI: //www.opensource.org/licenses/gpl-license.php 
*/


/* Table of Contents

	- Imports
	- 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
		- Pagination
		- Comments
	- Sidebar
	- Footer Widgets
	- Site Footer
	- Slider
	- Media Queries
		- max-width: 1139px
		- max-width: 1023px
		- max-width: 767px

*/

/*
Imports
---------------------------------------------------------------------------------------------------- */
@import url(https://fonts.googleapis.com/css?family=Oswald);

@font-face {
	font-family: 'Icon';
	src:url('fonts/Icon.eot');
	src:url('fonts/Icon.eot?#iefix') format('embedded-opentype'),
		url('fonts/Icon.woff') format('woff'),
		url('fonts/Icon.ttf') format('truetype'),
		url('fonts/Icon.svg#Icon') format('svg');
	font-weight: normal;
	font-style: normal;
}

/*
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:bold}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:content-box;-webkit-box-sizing:content-box;box-sizing:content-box}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 {
	clear: both;
	content: " ";
	display: table;
}


/*
Defaults
---------------------------------------------------------------------------------------------------- */

/* Typographical Elements
--------------------------------------------- */

html {
	font-size: 62.5%; /* 10px browser default */
	background-image: url(images/background.jpg);
}

body {
	background: url(images/background.jpg);
	color: #1c1c1c;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	font-size: 1.6rem;
	font-weight: 300;
	line-height: 1.3;
}

.page, .archive, .single, .search-results, .error404, .search-no-results {
	background: url(images/main_back.jpg) repeat-y center center;
}

::-moz-selection {
	background-color: #333;
	color: #fff;
}

::selection {
	background-color: #333;
	color: #fff;
}

a {
	color: #3b88c2;
	font-weight: 400;
	text-decoration: underline;
}

a:hover {
	color: #3b88c2;
	text-decoration: none;
}

p {
	margin: 0 0 15px;
	margin: 0 0 1.5rem;
	padding: 0;
}


ol,
ul {
	margin: 0;
	padding: 0;
}

blockquote,
blockquote::before {
	color: #419edf;
	font-family: 'Oswald', sans-serif;
}

blockquote {
	margin: 20px 0;
	margin: 2rem 0;
	font-family: 'Oswald', sans-serif;
}


blockquote p{
	padding-left: 25px;
	margin-top: -30px;
	font-family: 'Oswald', sans-serif;
}

blockquote span{
	color: #1a2e5a;
	font-family: 'Oswald', sans-serif;
	font-size: 17px;
}

blockquote::before {
	content: " ";
	background: url(images/testimonials_back.png) no-repeat;
	width: 30px;
	height: 24px;
	display: block;
	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: #333;
	font-family: Georgia, "Times New Roman", Times, serif;
 	font-weight: 400;
	line-height: 1.2;
	margin: 0 0 15px;
	margin: 0 0 1.5rem;
}

h1 {
	color: #419edf;
	font-size: 30px;
	font-size: 3rem;
}

h2 {
	color: #3d3d3e;
	font-family: 'Oswald', sans-serif;
	font-size: 24px;
	font-size: 2.4rem;
	margin-bottom: 10px;
	margin-bottom: 1rem;
}

h3 {
	color: #a47a28;
	font-family: 'Oswald', sans-serif;
	font-size: 22px;
	font-size: 2.2rem;
	margin-bottom: 10px;
	margin-bottom: 1rem;
}

h4 {
	font-size: 20px;
	font-size: 2rem;
}

h5 {
	font-size: 18px;
	font-size: 1.8rem;
}

h6 {
	font-size: 16px;
	font-size: 1.6rem;
}

/* Objects
--------------------------------------------- */

embed,
iframe,
img,
object,
video,
.wp-caption {
	max-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: 5px;
	color: #333;
	font-size: 16px;
	font-size: 1.6rem;
	font-weight: 300;
	padding: 5px;
	padding: 0.5rem;
	width: 100%;
}

input:focus,
textarea:focus {
	border: 1px solid #333;
	outline: none;
}

::-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: #333;
	border: none;
	box-shadow: none;
	color: #fff;
	cursor: pointer;
	font-weight: 300;
	padding: 16px 24px;
	padding: 1.6rem 2.4rem;
	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: #0ebfe9;
}

.entry-content .button:hover {
	color: #fff;
}

.button {
	border-radius: 3px;
	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;	
	margin-bottom: 0;
	width: 100%;
}

th,
td {
	text-align: left;
}

th {
	font-weight: bold;
	text-transform: uppercase;
}

td {	
	padding: 6px 0;
	padding: 0.6rem 0;
}


/*
Structure and Layout
---------------------------------------------------------------------------------------------------- */

/* Site Containers
--------------------------------------------- */

.wrap {
	margin: 0 auto;
	max-width: 1040px;
}

.page-template-page_front-php .wrap {
	padding: 0 18px;
}


.search-results .content, .search-no-results .content{
	padding: 0 20px;
}

.site-inner {
	clear: both;
	padding-top: 20px;
	padding-top: 2rem;
}

.home .site-inner .wrap{
	background: url(images/bottom_design.png) no-repeat right bottom;
	padding: 0 40px;
}

.page-template-default .site-inner .wrap, .page-template-page_blog-php .site-inner .wrap, .archive .site-inner .wrap, .single .site-inner .wrap, .error404 .site-inner .wrap, .page-template-page_workshop-php .site-inner .wrap{
	padding: 0 40px;
}

.home .site-inner {
	padding-top: 0;
}

.minimum-landing .site-inner {
	margin: 40px auto;
	margin: 4rem auto;
	padding: 60px 60px 20px;
	padding: 6rem 6rem 2rem;
	width: 800px;
}

.home #before_footer_area_line{
	display: none;
}

#before_footer_area_line{
	clear: both;
	border-top: 1px solid #b4b4b4;
	width: 965px;
	margin: 0 auto;
}

.search-results .entry-header .entry-meta, .search-results .entry-header .entry-meta .entry-author a{
	color: #5b5a5a;
	text-transform: uppercase;
	font-size: 13px;
	text-decoration: none;
	margin-bottom: 10px;
}

.search-results .entry-footer{
	display: none;
}

/* Site Containers
--------------------------------------------- */

a.cta-button {
	background-color: #333;
	border-radius: 5px;
	color: #fff;
	display: inline-block;
	font-size: 18px;
	font-size: 1.8rem;
	font-weight: 300;
	line-height: 1;
	padding: 15px 20px;
	padding: 1.5rem 2rem;
}

a.cta-button:hover {
	background-color: #0ebfe9;
}


/* Search Page
--------------------------------------------- */

.search-results .sidebar, .search-no-results .sidebar{
	display: none;
}

.search-results .content, .search-no-results .content {
	float: none;
	width: 100%;
}

.search-results .entry-title a{
	color: #3d3d3e;
	font-family: 'Oswald', sans-serif;
	font-size: 24px;
	font-size: 2.4rem;
	margin-bottom: 10px;
	margin-bottom: 1rem;
}

.search-results  .archive-title{
	font-size: 30px;
	font-size: 3rem;
}

/* Column Widths and Positions
--------------------------------------------- */

/* Content */

.content {
	float: left;
	width: 630px;
}

.sidebar-content .content {
	float: right;
}

.full-width-content .content {
	width: 100%;
}

#content_btns a{
	float: left;
	margin-right: 15px;
	text-decoration: none;
}

.page-template-page_front-php p{
	font-size: 18px;
	line-height: 24px;
}

#home_left_side{
	float: left;
	width: 430px;	
}

#home_left_side h4{
	color: #3d3d3e;
	font-family: 'Oswald', sans-serif;
	font-size: 20px;
	margin-bottom: 0;
}

#home_left_side p{
	font-size: 16px;
	line-height: 20px;
}

#left_space{
	margin-left: 10px;
	display: block;
}

#new_this_year{
	border-top: 1px solid #b4b4b4;
	border-bottom: 1px solid #b4b4b4;
	padding: 20px 0 10px;
	margin-bottom: 20px;
}

#home_right_side{
	float: right;
	width: 450px;	
}

.testimonial_block{
	font-size: 17px;
}

.testimonial_block p{
	color: #419edf;
	font-family: 'Oswald', sans-serif;
	font-size: 17px;
	margin-bottom: 5px;
}

.testimonial_block h3{
	color: #1a2e5a;
	font-family: 'Oswald', sans-serif;
	font-size: 17px;
}

.testimonial_block img{
	float: left;
	margin-right: 15px;
	margin-bottom: 85px;
}

#testimonials_area{
	color: #419edf;	
	border-top: 1px solid #b4b4b4;	
	padding: 25px 0 0;
	margin-bottom: 25px;
	font-family: 'Oswald', sans-serif;
}

#testimonials_area p{
	font-family: 'Oswald', sans-serif;
	font-size: 17px;
	line-height: 20px;	
}

#photo_gallery{
	border-top: 1px solid #b4b4b4;	
	padding: 25px 0 0;
	margin-bottom: 25px;
}

.rpwe-title a{
	color: #3d3d3e;
	font-family: 'Oswald', sans-serif;
	font-size: 20px;
	margin-bottom: 0;
	text-decoration: none !important;
}

.rpwe-time{
	display: none;
}

body .rpwe-summary{
	font-size: 16px;
	line-height: 20px;
}

body .rpwe-block li{
	border: none;
}

body .rpwe-block a{
	text-decoration: underline;
}

#rpwe_widget-2 h4{
	background: url(images/latest_posts_heading.png) no-repeat;	
	width: 188px;
	height: 53px;
	text-indent: -9999px;
}

.top_space{
	margin-top: 40px;
}

.home_featured_area{
	float: left;
	background: url(images/home_featured_back.jpg) no-repeat;
	width: 330px;
	height: 460px;
}

.custom_field_block .featured_img_area{
	width: 280px;
	background-size: contain;
	padding-top: 15px;
	margin: 0px auto;
}

.custom_field_block .date_area{
	color: #ecbb51;
	font-family: 'Oswald', sans-serif;
	font-size: 19px;
	text-align: center;
	margin-top: 10px;
}

.custom_field_block .address_area{
	color: #94c0dd;
	font-family: 'Oswald', sans-serif;
	font-size: 20px;
	text-align: center;
	padding: 0 50px;
}

.custom_field_block .presenter_area{
	color: #94c0dd;
	font-family: 'Oswald', sans-serif;
	font-size: 16px;
	text-align: center;
	padding: 0 30px;
}

.remind_me_area{
	width: 128px;
	height: 126px;
	margin: 10px auto 0;
}

.internal_featured_area{
	float: left;
	width: 331px;
}

.internal_featured_img{
	float: right;
	width: 660px;
}

body #breadcrumbs{
	margin-bottom: 20px;
	color: #747373;
	font-weight: 700;
	font-size: 14px;
}

body #breadcrumbs a{
	color: #747373;
	text-decoration: none;
}

#slider_area{
	float: right;
	width: 670px;
}

.internal_custom_field_block{
	float: right;
	background: rgba(2, 12, 33, 0.8);
	margin-top: -75px;
	position: relative;
	width: 536px;	
	margin-right: 30px;
	padding: 10px;
}

.internal_custom_field_block span{
	color: #ffffff;
	font-size: 20px;
	float: left;
	margin-left: 8px;
	margin-right: 8px;
}

.internal_custom_field_block .featured_img_area{
	width: 280px;
	background-size: contain;
	padding-top: 15px;
	margin: 0px auto;
}

.internal_custom_field_block .date_area{
	float: left;
	color: #ecbb51;
	font-family: 'Oswald', sans-serif;
	font-size: 19px;
	text-align: center;
}

.internal_custom_field_block .address_area{
	color: #94c0dd;
	font-family: 'Oswald', sans-serif;
	font-size: 20px;
	text-align: left;
}

.internal_custom_field_block .presenter_area{
	color: #869ed2;
	font-family: 'Oswald', sans-serif;
	font-size: 16px;
	text-align: center;
	padding: 0 30px;
	margin-top: 25px;
}

.paypal_btn{
	width: 160px;
	margin: 0 auto;
}

.answers input{
	width: 25px;
}

.questions_area li{
	margin-bottom: 20px;
}



.shedule_left{
	text-align: left;
	width: 25%;
	padding: 0 0 0 10px;
}

.shedule_right{
	text-align: left;
	width: 75%;
	padding: 0;
}

.shedule_right p{
	margin-bottom: 0 !important;
	line-height: 22px;
	padding: 5px 0;
}

.shedule_right li{
	line-height: 20px;
}

.internal_after_header_area .wrap, .page-template-page_workshop-php .wrap{
	padding: 0 18px;
}

body .slickQuizWrapper .buttonWrapper .button{
	background-color: #E4A723;
}

body .slickQuizWrapper .button, body .slickQuizWrapper .button:hover{
	background-color: #E4A723 !important;
	font-family: 'Oswald', sans-serif;
	text-transform: capitalize;
}

.success_story{
	padding: 20px;
}

.form-submit input[type="submit"]{
	margin-top: 5px;
	border-radius: 0;
	text-indent: -9999px;
	background: url(images/contact_submit_btn.png) no-repeat;
	width: 139px;
	height: 33px;
}

.single .comments_area{
	margin-top: 0;
}

.error404 .content{
	width: 100%;
}

.error404 .sidebar{
	display: none;
}


/*
Common Classes
---------------------------------------------------------------------------------------------------- */

/* WordPress
--------------------------------------------- */

.avatar {
	float: left;
}

.alignleft .avatar {
	margin-right: 24px;
	margin-right: 2.4rem;
}

.alignright .avatar {
	margin-left: 24px;
	margin-left: 2.4rem;
}

.author-box .avatar {
	height: 72px;
	margin-right: 24px;
	margin-right: 2.4rem;
	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;
	padding: 0.3rem;
	width: 100%;
}

img.centered,
.aligncenter {
	display: block;
	margin: 0 auto 24px;
	margin: 0 auto 2.4rem;
}

img.alignnone {
	margin-bottom: 12px;
	margin-bottom: 1.2rem;
}

.alignleft {
	float: left;
	text-align: left;
}

.alignright {
	float: right;
	text-align: right;
}

a.alignleft,
img.alignleft,
.wp-caption.alignleft {
	margin: 0 15px 24px 0;
	margin: 0 1.5rem 2.4rem 0;
}

a.alignright,
img.alignright,
.wp-caption.alignright {
	margin: 0 0 5px 24px;
	margin: 0 0 0.5rem 2.4rem;
}

a.alignleft,
a.alignright {
	border: none;
}

.wp-caption-text {
	font-size: 14px;
	font-size: 1.4rem;
	font-weight: 400;
	text-align: center;
}

.gallery-caption {
}

.widget-area {
	word-wrap: break-word;
}

.widget_calendar table {
	width: 100%;
}

.widget_calendar td,
.widget_calendar th {
	text-align: center;
}

/* Genesis
--------------------------------------------- */

.breadcrumb {
	margin-bottom: 40px;
	margin-bottom: 4rem;
}

.author-box {
	background-color: #f5f5f5;
}

.author-box {
	margin-bottom: 40px;
	margin-bottom: 4rem;
	padding: 40px;
	padding: 4rem;
}

.single .author-box {
	margin-bottom: 60px;
	margin-bottom: 6rem;
}

.author-box-title {
	color: #333;
	font-size: 16px;
	font-size: 1.6rem;
	font-weight: 400;
	margin-bottom: 4px;
	margin-bottom: 0.4rem;
}

.author-box p {
	margin-bottom: 0;
}

.author-box .avatar {
	margin-right: 24px;
	margin-right: 2.4rem;
}

/* Featured Post Grid
------------------------------------------------------------ */
/*
.genesis-grid-even,
.genesis-grid-odd {
	border-bottom: 1px solid #f5f5f5;
	margin-bottom: 30px;
	margin-bottom: 3rem;
	padding: 0;
	width: 47%;
}

.genesis-grid-even {
	float: right;
}

.genesis-grid-odd {
	clear: both;
	float: left;
}
*/

/* Titles
--------------------------------------------- */

.entry-title {
	color: #419edf;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 32px;
	font-size: 3.2rem;
	line-height: 1;	
}

body .search-results .entry-title a, body .search-results h2 a{
	color: #419edf;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 32px;
	font-size: 3.2rem;
	line-height: 1;	
}

.genesis-grid .entry-title {
	font-size: 24px;
	font-size: 2.4rem;
	margin: 0 0 10px;
	margin: 0 0 1rem;
}

.entry-title a,
.sidebar .widget-title a {
	border: none;
	color: #3b88c2;
	font-size: 24px;
	text-decoration: none;
}

.entry-title a:hover {
	color: #0ebfe9;
}

.widget-title {
	font-size: 16px;
	font-size: 1.6rem;
	margin-bottom: 24px;
	margin-bottom: 2.4rem;
	text-transform: uppercase;
}

.sidebar .widget-title a {
	border: none;
}

.archive-title {
	font-size: 20px;
	font-size: 2rem;
	margin-bottom: 24px;
	margin-bottom: 2.4rem;
}

/*
Widgets
---------------------------------------------------------------------------------------------------- */

/* Featured Content
--------------------------------------------- */

.featured-content .entry {
	border-bottom: 2px solid #f5f5f5;
	margin-bottom: 20px;
	margin-bottom: 2rem;
	padding: 0 0 24px;
	padding: 0 0 2.4rem;
}

.featured-content .entry-title {
	border: none;
	font-size: 18px;
	font-size: 1.8rem;
	line-height: 1.2;
}

.featured-content .entry-title a {
	border: none;
}


/* 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;
	font-size: 1.6rem;
	padding: 16px;
	padding: 1.6rem;
}

div.gform_wrapper .ginput_complex label {
	padding: 0;
}

div.gform_wrapper li,
div.gform_wrapper form li {
	margin: 16px 0 0;
	margin: 1.6rem 0 0;
}

div.gform_wrapper .gform_footer input[type="submit"] {
	font-size: 16px;
	font-size: 1.6rem;
}


/*
Site Header
---------------------------------------------------------------------------------------------------- */

.site-header {
	letter-spacing: 1px;
	letter-spacing: 0.1rem;
	z-index: 999;
	width: 100%;
}

.site-header .wrap{
	background: #ffffff;
}

.page-template-default .site-header .wrap, .single .site-header .wrap, .page-template-page_workshop-php .site-header .wrap, .page-template-page_blog .site-header .wrap {
	padding: 0 18px;
}

#search-3{
	float: left;
	width: 208px;
	margin-right: 20px;
}

#search-3 input[type="search"]{
	color: #1a2e5a;
	background: #94c0dd;
	font-family: 'Oswald', sans-serif;
	width: 205px;
	height: 30px;
	border-radius: 10px;
	padding: 5px 10px 5px 35px;
	border: none;
}

#search-3 input::-webkit-input-placeholder { /* WebKit browsers */
    color: #1a2e5a;
	font-size: 16px;
}
#search-3 input:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
     color: #1a2e5a;
 	font-size: 16px;
}
#search-3 input::-moz-placeholder { /* Mozilla Firefox 19+ */
    color: #1a2e5a;
	font-size: 16px;
}
#search-3 input:-ms-input-placeholder { /* Internet Explorer 10+ */
    color: #1a2e5a;
	font-size: 16px;
}

#search-3 input[type="submit"]{
	background: url(images/search_btn_back.png) no-repeat;
	position: relative;
	width: 20px;
	height: 20px;
	float: left;
	margin-top: -25px;
	margin-left: 8px;
	text-indent: -9999px;
}

#header_sign_up{
	float: left;
	width: 170px;
	margin-top: 12px;
}

#header_sign_up input[type="email"]{
	color: #ffffff;
	font-family: 'Oswald', sans-serif;
	background: #94c0dd;
	width: 170px;
	height: 30px;
	border-radius: 10px;	
	padding: 5px 10px 5px 25px;
	border: none;
}

#header_sign_up input::-webkit-input-placeholder { /* WebKit browsers */
    color: #ffffff;
	font-size: 18px;
}
#header_sign_up input:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color: #ffffff;
	font-size: 18px;
}
#header_sign_up input::-moz-placeholder { /* Mozilla Firefox 19+ */
    color: #ffffff;
	font-size: 18px;
}
#header_sign_up input:-ms-input-placeholder { /* Internet Explorer 10+ */
    color: #ffffff;
	font-size: 18px;
}

.social_media_area{
	padding-top: 10px;
}

#sign_for_email_btn{
	float: left;
	padding-top: 12px;
}

/* Title Area
--------------------------------------------- */

.title-area {
	float: left;
	padding: 18px 0;
	padding: 1.8rem 0;
	width: 320px;
}

.header-image .title-area {
	padding: 0;
}

.site-title {
	font-size: 24px;
	font-size: 2.4rem;
	line-height: 1;
	margin: 0;
	text-transform: uppercase;
	text-indent: -9999px;
}

.site-title a,
.site-title a:hover {
	border: none;
	color: #333;
}

.site-description {
	font-size: 36px;
	font-size: 3.6rem;
	font-weight: 300;
	line-height: 1.2;
	margin: 0;
}

/* 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: 525px;
	margin-top: 10px;
	margin-bottom: 5px;
}

.site-header .search-form {
	float: right;
	margin-top: 10px;
	margin-top: 1rem;
}


/*
Site Navigation
---------------------------------------------------------------------------------------------------- */

.genesis-nav-menu {
	clear: both;
	color: #fff;
	font-size: 14px;
	font-size: 1.4rem;
	font-weight: 400;
	line-height: 1.5;
	width: 100%;
	font-family: 'Oswald', sans-serif;
	text-align: center;
}

.genesis-nav-menu .menu-item {
	display: inline-block;
	text-align: left;
}

.genesis-nav-menu a {
	border: none;
	color: #1a2e5a;
	display: block;
	font-size: 18px;
	font-size: 1.8rem;
	padding: 10px 10px 6px;
	padding: 1rem 1rem 0.6rem;
	position: relative;
	text-decoration: none;
}

.genesis-nav-menu a:hover,
.genesis-nav-menu .current-menu-item > a,
.genesis-nav-menu .sub-menu .current-menu-item > a:hover {
	color: #1a2e5a;
}

.genesis-nav-menu > .menu-item > a {
	text-transform: uppercase;
}

.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:200px;
	z-index: 99;
}

.genesis-nav-menu .sub-menu a {
	background-color: #fff;	
	border-top: none;
	padding: 10px 15px;
	padding: 1rem 1.5rem;
	position: relative;
	font-size: 18px;
	width: 200px;
}

.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;
	padding: 2rem 0;
	text-transform: uppercase;
}

.genesis-nav-menu > .right > a {
	display: inline;
	padding: 0;
}

.genesis-nav-menu > .rss > a {
	margin-left: 48px;
	margin-left: 4.8rem;
}

.genesis-nav-menu > .search {
	padding: 6px 0 0;
	padding: 0.6rem 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 .wrap{
	background-color: #ecc055;
	background: -webkit-linear-gradient(#ecc055, #c59f46); /* For Safari 5.1 to 6.0 */
	background: -o-linear-gradient(#ecc055, #c59f46); /* For Opera 11.1 to 12.0 */
	background: -moz-linear-gradient(#ecc055, #c59f46); /* For Firefox 3.6 to 15 */
	background: linear-gradient(#ecc055, #c59f46); /* Standard syntax */
	width: 1004px;
}

.nav-primary a,
.nav-primary .genesis-nav-menu .sub-menu a {
	color: #1a2e5a;
}

.nav-primary .genesis-nav-menu .sub-menu a {
	background-color: #89badc;
	border-bottom: 1px solid #ffffff;
	border-top: none;
}

.nav-primary .sub-menu a:hover {
	color: #1a2e5a;
}

/* Secondary Navigation
--------------------------------------------- */

.nav-secondary {
	margin-bottom: 20px;
	margin-bottom: 2rem;
}

.site-footer .nav-secondary a {
	color: #fff;
	margin: 0 30px;
	margin: 0 3rem;
	padding: 0;
}

.site-footer .nav-secondary a:hover {
	color: #999;
}

.site-footer .nav-secondary .genesis-nav-menu .sub-menu a {	
	border-top: none;
	padding: 16px;
	padding: 1.6rem;
}

.site-footer .nav-secondary .sub-menu a:hover {
	color: #0ebfe9;
}

/* Responsive Menu
--------------------------------------------- */

#responsive-menu-icon {
	cursor: pointer;
	display: none;
}

#responsive-menu-icon::before {
	-webkit-font-smoothing: antialiased;
	color: #333;
	content: "\e00e";
	font-family: 'Icon';
	font-size: 16px;
	font-size: 1.6rem;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	line-height: 1;
	margin: 0 auto;
	speak: none;
	text-transform: none;
}


/*
Content Area
---------------------------------------------------------------------------------------------------- */

/* Entries
--------------------------------------------- */

.entry {
	margin-bottom: 30px;
	margin-bottom: 3rem;
}

.single-portfolio .entry {
	text-align: center;
}

.entry-content ol,
.entry-content p,
.entry-content ul,
.quote-caption {
	margin-bottom: 15px;
	margin-bottom: 1.5rem;
}

.entry-content ol,
.entry-content ul {
	margin-left: 40px;
	margin-left: 4rem;
}

.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-size: 14px;
	font-size: 1.4rem;
}

.entry-meta a {
	border: none;
	font-weight: 300;
}

.entry-header .entry-meta {
	margin-bottom: 24px;
	margin-bottom: 2.4rem;
}

.entry-comments-link::before {
	content: "\2014";
	margin: 0 6px 0 2px;
	margin: 0 0.6rem 0 0.2rem;
}

.entry-categories,
.entry-tags {
	display: block;
}

/* Pagination
--------------------------------------------- */

.pagination {
	clear: both;
	margin: 40px 0;
	margin: 4rem 0;
}

.pagination li {
	display: inline;
}

.pagination li a {
	background-color: #333;
	border: none;
	border-radius: 3px;
	color: #fff;
	cursor: pointer;
	display: inline-block;
	font-size: 14px;
	font-size: 1.4rem;
	font-weight: 300;
	padding: 8px 12px;
	padding: 0.8rem 1.2rem;
	text-decoration: none;
}

.pagination li a:hover,
.pagination li.active a {
	background-color: #0ebfe9;
}

/* Comments
--------------------------------------------- */

.comment-respond,
.entry-comments,
.entry-pings {
	margin-bottom: 60px;
	margin-bottom: 6rem;
}

.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;
	margin-right: 1.2rem;
}

.comment-list li,
.ping-list li {
	list-style-type: none;
}

.comment-list li {
	margin-top: 24px;
	margin-top: 2.4rem;
	padding: 32px;
	padding: 3.2rem;
}

.comment-list li li {
	margin-right: -32px;
	margin-right: -3.2rem;
}

li.comment {
	background-color: #f5f5f5;
	border: 2px solid #fff;
	border-right: none;
}

.comment .avatar {
	margin: 0 16px 24px 0;
	margin: 0 1.6rem 2.4rem 0;
}

.entry-pings .reply {
	display: none;
}

.bypostauthor {
}

.form-allowed-tags {
	background-color: #f5f5f5;
	font-size: 14px;
	font-size: 1.4rem;
	padding: 24px;
	padding: 2.4rem;
}


/*
Sidebar
---------------------------------------------------------------------------------------------------- */

.page-template-page_front-php .sidebar {
	display: none;
}

.page-template-page_front-php .content{
	width: 100%;
}

.sidebar {
	float: right;
	margin-top: 10px;
	margin-top: 1rem;
	width: 280px;
	margin-top: 45px;
}

.sidebar-content .sidebar {
	float: left;
}

.sidebar img {
	margin-bottom: 15px;
	margin-bottom: 1.5rem;
}

.sidebar p:last-child,
.sidebar .featured-content img {
	margin-bottom: 0;
}

.sidebar li {
	list-style-type: none;
	margin-bottom: 6px;
	margin-bottom: 0.6rem;
	word-wrap: break-word;
}

.sidebar ul > li:last-child {
	margin-bottom: 0;
}

.sidebar .widget {
	margin-bottom: 40px;
	margin-bottom: 4rem;
}

.sidebar a{
	display: block;
	color: #ab8028;
	text-decoration: none;
	border-bottom: 1px solid #aeaeae;
	padding: 10px;
	font-size: 18px;
	font-family: 'Oswald', sans-serif;
}

.sidebar .widget-title{
	color: #a47a28;
	font-family: 'Oswald', sans-serif;
	font-size: 20px;
	margin-bottom: 5px;
	display: none;
}

#recent-posts-3 a{
	color: #419edf;
}

/*
Footer Widgets
---------------------------------------------------------------------------------------------------- */

.footer-widgets {	
	color: #999;
	clear: both;
}

.footer-widgets .wrap {	
	background: url(images/bottom_design.png) no-repeat 862px 15px;
	padding: 40px 50px 35px;
	padding: 4rem 5rem 3.5rem;
}

.footer-widgets-1,
.footer-widgets-2,
.footer-widgets-3 {
	float: left;
}

.footer-widgets a {
	color: #3b88c2;
	font-weight: 400;
	text-decoration: underline;
}

.footer-widgets a:hover {
	color: #999;
}

.footer-widgets .widget-title {
	color: #fff;
}

.footer-widgets li {
	list-style-type: none;
	margin-bottom: 6px;
	margin-bottom: 0.6rem;
	word-wrap: break-word;
}

.footer-widgets .search-form input:focus {
	border: 1px solid #ddd;
}

.footer-widgets .widget-title{
	color: #419edf;
	font-family: 'Oswald', sans-serif;
	font-size: 18px;
	text-transform: capitalize;
	margin-bottom: 0;
}

.footer-widgets p{
	color: #5a5a5b;
	font-size: 13px;
	line-height: 18px;
}

.footer-widgets-1, .footer-widgets-2, .footer-widgets-3 {
	width: 250px;
	color: #5a5a5b;
	font-size: 13px;
}

.footer-widgets-1{
	margin-right: 30px;
}

.footer-widgets-2 {
	background: #e8e8e8;	
	width: 270px;
	border-radius: 15px;
}

.footer-widgets-2 #text-7{
	width: 270px;
	color: #419edf;
	background: url(images/testimonials_back.png) no-repeat 15px 0;
	font-family: 'Oswald', sans-serif;
	font-size: 17px;
	padding: 35px 20px 10px 20px;	
	margin-top: -10px;
}

.footer-widgets-2 span{
	display: block;
	color: #1a2e5a;
	font-family: 'Oswald', sans-serif;
	font-size: 17px;
	margin-top: 5px;
}

.footer-widgets-2{
	margin-right: 40px;
}

.footer-widgets-3 span{
	display: block;
}

/*
Site Footer
---------------------------------------------------------------------------------------------------- */

.site-footer {	
	letter-spacing: 1px;
	letter-spacing: 0.1rem;
	padding: 0 0 40px;
	padding: 0 0 4rem;
	text-align: center;
}

.site-footer .wrap {
	background: url(images/main_back.jpg) repeat-y center top;
}

.site_footer_area{
	border-top: 1px solid #b4b4b4;
}

.site-footer a:hover {
	color: #3b88c2;
}

.site-footer a {
	border: none;
	font-weight: 300;
}

.site-footer p {
	color: #727271;
	font-weight: 300;
	font-size: 13px;
	font-size: 1.3rem;
	margin-bottom: 0;
	font-style: italic;
	letter-spacing: 0;
	padding-top: 5px;
}

/*
Slider
---------------------------------------------------------------------------------------------------- */
body #soliloquy-container-73{
	margin: 0px 0px 10px 0 !important;
}

body .soliloquy-container .soliloquy-pager-link{
	width: 12px;
	height: 12px;
	background-size: contain;
}

body .soliloquy-container .soliloquy-pager {
	width: 100%;
	margin: 0 auto;
	text-align: center;
	position: relative;
	bottom: 100px;
	height: 14px;
	width: 175px;
	float: right;
}

body #soliloquy-container-73{
	margin: 0px 0px 20px 0;
}

body .soliloquy-container .soliloquy-pager-item{
	margin: 0 0 0 24px;
}

/*
Blog
---------------------------------------------------------------------------------------------------- */
.page-template-page_blog-php .entry-title, .page-template-page_blog-php .entry-title a, .archive .entry-title, .archive .entry-title a{
	color: #3d3d3e;
	font-family: 'Oswald', sans-serif;
	font-size: 25px;
	margin-bottom: 10px;
	text-decoration: none;
}

.page-template-page_blog-php .entry-time, .page-template-page_blog-php .entry-author, .page-template-page_blog-php .entry-author a, 
.archive .entry-time, .archive .entry-author, .archive .entry-author a, .single .entry-time, .archive .entry-author, .single .entry-author a{
	color: #5b5a5a;
	text-transform: uppercase;
	font-size: 13px;
	text-decoration: none;
}

.page-template-page_blog-php .entry-header .entry-meta, .archive .entry-header .entry-meta, .single .entry-meta{
	margin-bottom: 0px;
	color: #5b5a5a;
}

.page-template-page_blog-php article, .archive article{
	border-bottom: 1px solid #aeaeae;
	padding-bottom: 10px;
}

.page-template-page_blog-php .entry-categories, .page-template-page_blog-php .entry-categories a, .archive .entry-categories, .archive .entry-categories a,
.single .entry-categories, .single .entry-categories a{
	color: #1c1c1c;
	font-style: italic;
	margin-top: 15px;
}

.form-allowed-tags{
	display: none;
}

.comments_area{
	font-size: 14px;
	margin-top: -10px;
}

#archives-3 .widget-title, #categories-3 .widget-title{
	display: block;
}

/*
Contact Form
---------------------------------------------------------------------------------------------------- */
#wpcf7-f224-p123-o1{
	width: 320px;
	padding: 15px;	
}

#wpcf7-f224-p123-o1 label{
	clear: both;
	float: left;
	width: 90px;
	line-height: 28px;
}

#wpcf7-f224-p123-o1 input[type="text"], #wpcf7-f224-p123-o1 input[type="email"]{
	float: left;
	width: 200px;
	height: 25px;
	border-radius: 0;
	border: 1px solid #999;
	margin-bottom: 10px;
}

#wpcf7-f224-p123-o1 input[type="submit"]{
	margin-top: 5px;
	border-radius: 0;
	text-indent: -9999px;
	background: url(images/sign_up_btn.png) no-repeat;
	width: 139px;
	height: 33px;
}

#wpcf7-f223-p13-o1, #wpcf7-f223-p16-o1{
	font-size: 14px;
	width: 225px;
	padding: 6px;
	border: 1px solid #f6a585;
	background: #b7b7b7;
	text-align: center;
}

#wpcf7-f223-p13-o1 label, #wpcf7-f223-p16-o1 label{
	padding-top: 20px;
	display: block;
	margin-bottom: 10px;
	font-size: 15px;
}

#wpcf7-f223-p13-o1 input[type="email"], #wpcf7-f223-p16-o1 input[type="email"]{
	border-radius: 0;
}

#wpcf7-f223-p13-o1 input[type="submit"]{
	margin-top: 3px;
	text-indent: -9999px;
	background: url(images/sign_up_btn.png) no-repeat;
	width: 139px;
	height: 33px;
}

#wpcf7-f223-p16-o1 input[type="submit"]{
	margin-top: 3px;	
	background: url(images/contact_submit_btn.png) no-repeat;
	border-radius: 0;
	color: #000000;
	text-transform: capitalize;
	text-indent: -9999px;
	width: 141px;
	height: 35px;
}

#wpcf7-f223-p16-o1{
	margin-bottom: 20px;
}

#wpcf7-f413-p165-o1{	
	font-size: 14px;
	width: 375px;
	padding: 10px;
}

#wpcf7-f413-p165-o1 label{
	padding-top: 20px;
	display: block;
	margin-bottom: 10px;
	font-size: 15px;
}

#wpcf7-f413-p165-o1 input[type="email"]{
	border-radius: 0;
}

#wpcf7-f413-p165-o1 input[type="submit"]{
	margin-top: 5px;
	border-radius: 0;
	text-indent: -9999px;
	background: url(images/sign_up_btn.png) no-repeat;
	width: 139px;
	height: 33px;
}

#wpcf7-f759-p16-o1, #wpcf7-f759-p13-o1{	
	width: 420px;
	padding: 0 15px;
}

#wpcf7-f759-p16-o1 label, #wpcf7-f759-p13-o1 label{	
	float: left;
	width: 185px;
	line-height: 28px;
}

#wpcf7-f759-p16-o1 input[type="radio"], #wpcf7-f759-p13-o1 input[type="radio"]{
	width: 20px;
}

#wpcf7-f759-p16-o1 input[type="text"], #wpcf7-f759-p16-o1 input[type="email"], #wpcf7-f759-p13-o1 input[type="text"], #wpcf7-f759-p13-o1 input[type="email"]{
	float: left;
	width: 200px;
	height: 25px;
	border-radius: 0;
	border: 1px solid #999;
	margin-bottom: 10px;
}

#wpcf7-f759-p16-o1 select, #wpcf7-f759-p13-o1 select{
	float: left;
	width: 200px;
	height: 25px;
	border-radius: 0;
	border: 1px solid #999;
	margin-bottom: 10px;
	padding: 0px 5px;
}

#wpcf7-f759-p16-o1 input[type="submit"], #wpcf7-f759-p13-o1 input[type="submit"]{
	margin-top: 5px;
	border-radius: 0;
	text-indent: -9999px;
	background: url(images/contact_submit_btn.png) no-repeat;
	width: 139px;
	height: 33px;
}

div.wpcf7-validation-errors{
	border: 2px solid #F0AE52;
	margin-top: 60px;
}

/*
Media Queries
---------------------------------------------------------------------------------------------------- */

@media only screen and (max-width: 1179px) {

	.wrap {
		max-width: 960px;
	}

	.site-header .widget-area {
		width: 525px;
	}

	.content {
		width: 580px;
	}

	.footer-widgets-1,
	.footer-widgets-2,
	.footer-widgets-3,
	.sidebar {
		width: 280px;
	}
	
	#slider_area {
		float: right;
		width: 620px;
	}
	
	.internal_featured_img{
		width: 620px;	
	}
	
	#slider_area{
		width: 620px;
	}
	
	.home .site-inner .wrap{
		padding: 0 20px;
	}
	
	.wrap, .page-template-default .site-inner .wrap, .page-template-page_blog-php .site-inner .wrap, .archive .site-inner .wrap, .single .site-inner .wrap{
		padding: 0;
	}
	
	#before_footer_area_line{
		width: 100%;
	}
	
	.footer-widgets .wrap{
			padding: 40px 0rem 35px;
		padding: 4rem 0rem 3.5rem;
	}
	
	.footer-widgets .wrap{
		background: url(images/bottom_design.png) no-repeat right bottom;
	}

	.site-footer p {
		font-size: 12px;
		font-size: 1.2rem;
	}

	.home_featured_area{
		height: 430px;
	}

	.custom_field_block .presenter_area{
		margin-top: 0;
	}

	.internal_featured_area img{	
		width: 331px;
		height: 220px;
	}

	.page-template-page_front-php .wrap, .search-results .wrap, .internal_after_header_area .wrap, page-template-page_blog-php .wrap{
		padding: 0;
	}

	.remind_me_area{
		margin: 0 auto;
	}

	.custom_field_block .date_area{
		margin: 0 auto;
	}
}

@media only screen and (max-width: 980px) {

	.wrap {
		max-width: 768px;
	}

	.site-header {
		position: relative;
	}

	.site-inner {
		padding: 40px 5%;
		padding: 4rem 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;
		margin: 0 auto 1rem;
	}

	.site-description {
		font-size: 30px;
		font-size: 3rem;
	}

	.site-tagline {
		margin-top: 0;
		padding: 20px 0;
		padding: 2rem 0;
	}

	.minimum .site-tagline {
		margin-top: 400px;
		margin-top: 40rem;
	}

	.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;
		margin-bottom: 2rem;
	}

	.minimum-landing .site-inner {
		margin: 0;
		padding: 40px 40px 0;
		padding: 4rem 4rem 0;
	}
	
	.minimum-landing .site-container {
		padding: 5%;
	}

	.footer-widgets .widget,
	.site-footer .wrap,
	.site-tagline {
		padding-left: 5%;
		padding-right: 5%;
	}

	.site-footer {
		padding: 40px 0;
		padding: 4rem 0;
	}
	
	.home_featured_area, #slider_area, #home_left_side, #home_right_side, .internal_featured_area, .internal_featured_img{
		float: none;
		margin: 30px auto 0;
	}
	
	.nav-primary .wrap{
		width: 100%;
	}
	
	.site-header .widget-area {
		float: none;
		width: 525px;
		margin: 0 auto;
	}
	
	.title-area{
		display: none;
	}
	
	.sidebar{
		clear: both;
		float: none;
		width: 280px;
		margin: 0 auto;
	}	
	
	.footer-widgets-1, .footer-widgets-2, .footer-widgets-3{
		clear: both;
		float: none;
		margin: 0 auto 30px;
	}

	.home_featured_area{
		height: 450px;
	}
}

@media only screen and (max-width: 600px) {
	
	.title-area,
	.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,{
			width:100%;
			float:none;
		}
	

	.genesis-nav-menu a {
		padding: 20px 10px;
		padding: 2rem 1rem;
	}

	.responsive-menu {
		display: none;
	}

	#responsive-menu-icon {
		display: block;
		text-align: center;
		padding: 8px 0 3px 0;
		border-bottom: 1px solid #1a2e5a;
	}
	
	.genesis-nav-menu .menu-item {
		display: block;
		text-align: left;
		padding-left: 10px;
	}
	
	.genesis-nav-menu .sub-menu {
		left: 0px;
		width: 100%;
		opacity: 1;
		position: relative;
	}
	
	.genesis-nav-menu .sub-menu a {
		background-color: transparent;
		border: 0;
		padding: 0.6rem 2rem;
		width: 100%;
	}
	
	.genesis-nav-menu .sub-menu .sub-menu, .site-header .sub-menu .sub-menu {
		margin: 0px;
	}
	
	.genesis-nav-menu .sub-menu .sub-menu a {
		padding-left: 4rem;
	}	
	
	.site-header .widget-area{
		width: 100%;
	}
	
	#search-3{
		float: none;
		width: 208px;
		margin: 0 auto;
	}
	
	#header_sign_up {
		clear: both;
		float: none;
		width: 170px;
		margin-top: 12px;
		margin: 0 auto;
		padding-top: 10px;		
	}
	
	.home_featured_area{
		margin: 15px auto 0;		
		width: 280px;
		height: 490px;
		background-size: cover;
	}
	
	.custom_field_block .featured_img_area{
		width: 250px;
	}
	
	#slider_area{
		width: 100%;
	}
	
	#new_this_year{
		clear: both;
	}
	
	#home_left_side, #home_right_side{
		width: 100%;
	}
	
	.genesis-nav-menu a{
		padding: 8px 10px;
		padding: 0.8rem 1rem;
	}
	
	.internal_featured_area{
		clear: both;
		float: none;
		width: 280px;
		margin: 0 auto;
	}
	
	.internal_featured_img{
		width: 100%;
	}
	
	.content{
		width: 100%;
	}

	#content_btns{
		width: 160px;
		margin: 0 auto;
	}

	.nav-primary .genesis-nav-menu .sub-menu a{
		border: none;
		background: none;
	}

	.testimonial_block img{
		margin-bottom: 10px;
	}

	body #breadcrumbs{
		font-size: 14px;
	}

	.internal_custom_field_block{
		float: none;
		width: 100%;
		margin: 0;
	}

	.internal_custom_field_block .date_area{
		float: none;
	}

	.internal_custom_field_block span{
		display: none;
	}

	.alignleft, .alignright{
		float: none;
	}

	.home .site-inner .wrap{
		padding: 0;
	}

	#wpcf7-f223-p13-o1, #wpcf7-f223-p16-o1{
		clear: both;
		float: none;
		margin: 0 auto;
	}

	#sign_for_email_btn{
		float: none;
	}

	.social_media_area{
		padding-top: 5px;
		margin-bottom: 5px;
	}

	.sign_for_email_btn img{
		margin-top: 7px;
	}

	#wpcf7-f759-p16-o1, #wpcf7-f224-p123-o1, #wpcf7-f759-p13-o1{
		float: none;
		width: 100%;
	}

	#wpcf7-f759-p16-o1 label, #wpcf7-f759-p16-o1 input[type="text"], #wpcf7-f759-p16-o1 input[type="email"], #wpcf7-f224-p123-o1 label, #wpcf7-f224-p123-o1 input[type="text"], #wpcf7-f224-p123-o1 input[type="email"], #wpcf7-f759-p13-o1 label, #wpcf7-f759-p13-o1 input[type="text"], #wpcf7-f759-p13-o1 input[type="email"]{
		float: none;
		display: block;
	}

	#wpcf7-f224-p123-o1 input[type="submit"]{
		margin-left: 0;
	}

	.site-header .search-form {
		float: none;
	}

	#sign_for_email_btn{
		padding-top: 7px;
	}
}

@media only screen and (max-width: 320px) {

	.header-image .site-header .title-area .site-title a {
		background-size: contain !important;
	}

}


/* remove the hard-coded width from wordpress caption shortcode functionality */
.wppg-caption {
	width: 100% !important;
}


/* instead of adding blank lines to the top of every blog post */
body.single-post header.entry-header {
	margin-bottom: 20px;
}
body.single-post div.entry-content > p:first-child {
	margin: 0;
}

/* vertical response subscription form */
.wppg-subscribe-submit {
	background-color: #e4a723 !important;
	border-radius: 12px;
	font-family: 'Oswald', sans-serif;
	text-transform: none !important;
	padding: 4px 20px !important;
	letter-spacing: 0.2px;
	font-size: 20px;
}