/*
	Theme Name: Patriot Theme
	Description: A mobile responsive and HTML5 theme built for the Genesis Framework using Parallax Pro.
	Author: Blue Iris Webdesign
	Template: genesis
	Template Version: 2.1


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


/* Table of Contents

	- HTML5 Reset
		- Baseline Normalize
		- Box Sizing
		- Float Clearing
	- Defaults
		- Typographical Elements
		- Headings
		- Objects
		- Gallery
		- Forms
		- Buttons
		- Tables
	- Structure and Layout
		- Site Containers
		- Column Widths and Positions
		- Column Classes
	- Common Classes
		- Avatar
		- Genesis
		- Search Form
		- Titles
		- WordPress
	- Widgets
		- Simple Social Icons
	- Plugins
		- Genesis eNews Extended
		- Jetpack
	- Site Header
		- Title Area
		- Widget Area
	- Site Navigation
		- Header Navigation
		- Primary Navigation
		- Secondary Navigation
		- Responsive Menu
	- Content Area
		- Homepage
		- Pricing Table
		- Content
		- Entries
		- Entry Meta
		- After Entry
		- Pagination
		- Content Boxes
		- Comments
	- Sidebar
	- Footer Widgets
	- Site Footer
	- Theme Colors
		- Parallax Pro Blue
		- Parallax Pro Green
		- Parallax Pro Orange
		- Parallax Pro Pink
	- Media Queries
		- Retina Display
		- Max-width: 1139px
		- Max-width: 1023px
		- Max-width: 768px

*/

@font-face {
    font-family: 'montserratregular';
    src: url('fonts/montserrat-regular-webfont.eot');
    src: url('fonts/montserrat-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/montserrat-regular-webfont.woff2') format('woff2'),
         url('fonts/montserrat-regular-webfont.woff') format('woff'),
         url('fonts/montserrat-regular-webfont.ttf') format('truetype'),
         url('fonts/montserrat-regular-webfont.svg#montserratregular') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'montserratbold';
    src: url('fonts/montserrat-bold-webfont.eot');
    src: url('fonts/montserrat-bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/montserrat-bold-webfont.woff2') format('woff2'),
         url('fonts/montserrat-bold-webfont.woff') format('woff'),
         url('fonts/montserrat-bold-webfont.ttf') format('truetype'),
         url('fonts/montserrat-bold-webfont.svg#montserratbold') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'montserratlight';
    src: url('fonts/montserrat-light-webfont.eot');
    src: url('fonts/montserrat-light-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/montserrat-light-webfont.woff2') format('woff2'),
         url('fonts/montserrat-light-webfont.woff') format('woff'),
         url('fonts/montserrat-light-webfont.ttf') format('truetype'),
         url('fonts/montserrat-light-webfont.svg#montserratlight') format('svg');
    font-weight: normal;
    font-style: normal;
}


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

/* Baseline Normalize
	normalize.css v2.1.3 | 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],template{display:none}html{font-family:sans-serif;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}body{margin:0}a{background:transparent}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:700}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:-.5em}sub{bottom:-.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
--------------------------------------------- */

.author-box:before,
.clearfix:before,
.entry:before,
.entry-content:before,
.footer-widgets:before,
.pagination:before,
.site-container:before,
.site-footer:before,
.site-header:before,
.site-inner:before,
.widget:before,
.wrap:before {
	content: " ";
	display: table;
}

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


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

/* Typographical Elements
--------------------------------------------- */
html, body { width:100%;  overflow-x:hidden; }
body {
	background-color: #282828;
	color: #d2d2d2;
	font-family: 'Sintony', sans-serif;
	font-size: 16px;
	font-weight: normal;
	line-height: 1.65;
	text-rendering: optimizeLegibility;
	-webkit-font-smoothing: antialiased;
	letter-spacing:.02em;
}

body.parallax-home {
	background: none;
}
.phone {
	font-family:'montserratlight', sans-serif;
	font-weight:100;
	font-size:30px;
	padding-top:6px;
}
.home .entry .one-third {
    margin-bottom: 26px;
}
a,
input:focus,
input[type="button"],
input[type="reset"],
input[type="submit"],
textarea:focus,
.button {
	-webkit-transition: all 0.1s ease-in-out;
	-moz-transition:    all 0.1s ease-in-out;
	-ms-transition:     all 0.1s ease-in-out;
	-o-transition:      all 0.1s ease-in-out;
	transition:         all 0.1s ease-in-out;
}

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

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

a {
	color: #2cb156;
	text-decoration: none;
}

a:hover {
	color: #2cb156;
	text-decoration:underline;
}

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

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

li {
	list-style-type: none;
}

b,
strong {
	font-weight: 700;
}

cite,
em,
i {
	font-style: italic;
}

blockquote {
	color: #999;
	margin: 40px;
}

blockquote::before {
	content: "\201C";
	display: block;
	font-size: 30px;
	height: 0;
	left: -20px;
	position: relative;
	top: -10px;
}
.home-section-about .wrap {
    max-width: 960px;
}

.soliloquy-container .soliloquy-caption.soliloquy-caption-mobile {
 left:9%;
 right:auto;
 top:29%;
 width:44%;
}

.soliloquy-container.soliloquy-caption .soliloquy-caption-inside {
	background:none !important;
	
}
div.home-slider.widget-area {
	background-color:#0b0b0b;
	position:relative;
}
div.home-slider.widget-area div.wrap {
	position:relative;
}
.soliloquy-container .soliloquy-caption.soliloquy-caption-bottom {
    width: 50%!important;
}
.soliloquy-container .soliloquy-caption .soliloquy-caption-inside h1 {
	text-shadow: 1px 3px 3px rgba(0, 0, 0, 0.85)!important;
	line-height:1.3em !important;
	letter-spacing:-0.03em;
	font-size:42px;
	color: #fff;
}
.soliloquy-container  .soliloquy-pager-link {
	background:rgba(122, 122, 122, 0.55);
}
.soliloquy-container .soliloquy-pager-link:hover, .soliloquy-theme-metro .soliloquy-pager-link.active {
	background:rgba(179,179,179,.80)!important;
}
.soliloquy-container .soliloquy-pager {
	margin-left:20px!important;
	height:20px !important;
}
.banner {
	background-image: url(images/banner-bkgd_03.jpg);
	background-repeat:repeat;
	background-position:center top;
	padding: 26px 10px 24px;
	width:auto;
	z-index: 4000;
	text-align:center;
	margin: 0px auto 0px;
	-webkit-box-shadow: 6px 6px 0px 0px rgba(0,0,0,.9);
-moz-box-shadow: 6px 6px 0px 0px rgba(0,0,0,.9);
box-shadow: 6px 6px 0px 0px rgba(0,0,0,.9);
}
.banner h2 {
	margin-bottom: 4px;
	text-shadow: 2px 2px 0px rgba(0, 0, 0, 1);
	font-size: 32px;
}
div.home-slider .button {
	margin-left: 20px;
}
div.home-slider a.button:hover {
	text-decoration: none;
}
.home-slider.widget-area div.wrap section#featured-page-2.widget.featured-content.featuredpage {
		position:absolute;
	top:580px;
	z-index:4000;
	width: 70%;
	left:15%;

}
body.home .entry {
	margin:0px;
}
.testimonial-author {
    display: none;
}
div.bne_testimonial_slider_widget h4.widget-title.widgettitle {
	display:none;
}
.bne-testimonial-slider-wrapper {
	background: none !important;
	border: none !important;
	padding: 0px !important;
	box-shadow: none !important;
}
div.bne-element-container.home-testimonials {
	margin-bottom:0px !important;
}
.home-section-4 .testimonial-message p {
    margin-bottom: 10px;
    color:#1D1D1D!important;
}
.testimonial-message p:last-of-type {
    margin-bottom: 20px!important;
}
.testimonial-content {
    color: #b2b2b2!important;
    font-size: 100%!important;
}
div.home-testimonials p {
	margin-bottom: 14px;
}
.bne-testimonial-slider.bne-flexslider .flex-content {
	padding-bottom: 25px;
}
.soliloquy-container .soliloquy-image {
	border: 1px solid #000;
}
hr {
	border-collapse:collapse;
	box-shadow:none;
	border:none;
	border-bottom:1px solid #505050;
	margin-bottom: 30px;
	
}
html body.page div.one-fourth p {
	margin-bottom: 10px;
}
html body.page div.one-fourth {
	width:23%;
	margin-left: 2.5%;
	padding: 20px 15px;
	background-color: #414040;
}
img.centered, .aligncenter {
	margin-bottom:12px !important;
}
	
/* Headings
--------------------------------------------- */

h1,
h2,
h3,
h4,
h5,
h6 {
	color: #e1e1e1;
	font-family: 'montserratlight', sans-serif;
	font-weight: 100;
	line-height: 1.2;
	margin: 0 0 20px;
	letter-spacing: -.03em;
}



h1 {
	font-size: 42px;
	color:#e1e1e1;

}

h2 {
	font-size: 36px;
	color:#2cb156;
}

h3 {
	font-size: 32px;
	color:#2cb156;
}

h4 {
	font-size: 24px;
	color:#2cb156;
}
.footer-widgets h4 {
	color:#ababab;
}

h5 {
	font-size: 22px;
}

h6 {
	font-size: 18px;
}
.home-section-4 h4 {
    color: #000000;
}

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

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

img {
	height: auto;
}

.full-width-content img.pull-left {
	float: left;
	margin: 0 40px 40px -200px;
}

.full-width-content img.pull-right {
	float: right;
	margin: 0 -200px 40px 40px;
}

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

/* Gallery
--------------------------------------------- */

.gallery {
	overflow: hidden;
	margin-bottom: 28px;
}

.gallery-item {
	display: inline-block;
	padding: 4px;
	text-align: center;
	vertical-align: top;
	width: 100%;
}

.gallery-columns-2 .gallery-item {
	width: 50%;
}

.gallery-columns-3 .gallery-item {
	width: 33%;
}

.gallery-columns-4 .gallery-item {
	width: 25%;
}

.gallery-columns-5 .gallery-item {
	width: 20%;
}

.gallery-columns-6 .gallery-item {
	width: 16.6666%;
}

.gallery-columns-7 .gallery-item {
	width: 14.2857%;
}

.gallery-columns-8 .gallery-item {
	width: 12.5%;
}

.gallery-columns-9 .gallery-item {
	width: 11.1111%;
}

.gallery-columns-2 .gallery-item:nth-child(2n+1),
.gallery-columns-3 .gallery-item:nth-child(3n+1),
.gallery-columns-4 .gallery-item:nth-child(4n+1),
.gallery-columns-5 .gallery-item:nth-child(5n+1),
.gallery-columns-6 .gallery-item:nth-child(6n+1),
.gallery-columns-7 .gallery-item:nth-child(7n+1),
.gallery-columns-8 .gallery-item:nth-child(8n+1),
.gallery-columns-9 .gallery-item:nth-child(9n+1) {
	clear: left;
}

.gallery .gallery-item img {
	border: none;
	height: auto;
}

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

input,
select,
textarea {
	background-color: #505050;
	border: 1px solid #000;
	color: #b2b2b2;
	font-size: 18px;
	font-weight: normal;
	padding: 12px;
	width: 100%;
	margin-bottom:12px;
}

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

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

::-moz-placeholder {
	color: #000;
	opacity: 1;
	font-weight: 400;
}

::-webkit-input-placeholder {
	color: #000;
	font-weight: 400;
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"],
.button {
	background-color: none;
	border: 2px solid #2cb156;
	color: #2cb156;
	cursor: pointer;
	font-family: 'Sintony', sans-serif;
	font-size: 18px;
	font-weight: 400;
	letter-spacing: 1px;
	padding: 6px 18px;
	border-radius: 3px;
	text-transform: uppercase;
	-webkit-font-smoothing: antialiased;
}
.home-section-about .button {
	border: 1px solid #2cb156;
	font-size: 14px!important;
}
button:hover,
input:hover[type="button"],
input:hover[type="reset"],
input:hover[type="submit"],
.button:hover {
	background-color: #2cb156;
	color: #000;
	text-decoration:none;
}

.button {
	display: inline-block;
}

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

/* Buttons
--------------------------------------------- */

.footer-widgets a.button,
.footer-widgets button,
.footer-widgets input[type="button"],
.footer-widgets input[type="reset"],
.footer-widgets input[type="submit"],
.home-even a.button,
.home-odd a.button {
	background: transparent;
	clear: both;
	font-family: 'Sintony', sans-serif;
	font-size: 18px;
	font-weight: 400;
	letter-spacing: 1px;
	margin-top: 20px;
	padding: 8px 25px;
	text-transform: uppercase;
	border-radius:3px;
}
div.banner a.button {
		text-shadow: 1px 1px 0px rgba(0, 0, 0, 1);
}
div.banner a.button:hover {
	text-shadow:none;
}
.home-section-2 a.button {
	margin-top: 0px;
}
.footer-widgets a.button,
.footer-widgets button,
.footer-widgets input[type="button"],
.footer-widgets input[type="reset"],
.footer-widgets input[type="submit"],
.home-odd a.button {
	border: 3px solid #2cb156;
	color: #2cb156 !important;
}

.footer-widgets a.button:hover,
.home-odd a.button:hover, .home-even a.button:hover {
	background-color: #2cb156;
	color: #000 !important;
	text-decoration:none;
}

.footer-widgets button:hover,
.footer-widgets input:hover[type="button"],
.footer-widgets input:hover[type="reset"],
.footer-widgets input:hover[type="submit"] {
	background-color: #2cb156 !important;
	color: #000 !important;
	text-decoration:none;
}



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

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

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

td,
th {
	text-align: left;
}

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

th {
	font-weight: 700;
}


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

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


.wrap {
	margin: 0 auto;
	max-width: 1140px;
}
body.home div.site-inner div.content-sidebar-wrap main.content div.home-slider.widget-area div.wrap {
	max-width: 1400px;
	background-color:#101010;
	width:100%;
}
.site-inner {
	clear: both;
	margin: 100px auto 0px;
	max-width: 1140px;

}
body.page .site-inner {
	margin:100px auto 0px;
	max-width: 1140px;
	width:94%;
}
.parallax-home .site-inner {
	margin-top: 0px;
	max-width: 100%;
}

.parallax-landing .site-inner {
	margin-top: 100px;
}

/* 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%;
}
body.portfolio .one-third {
	width:30.6%;
	margin-left: 4%;
}

.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, body.portfolio .first {
	clear: both;
	margin-left: 0;
}


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

/* Avatar
--------------------------------------------- */

.avatar {
	float: left;
}

.author-box .avatar {
	height: 88px;
	width: 88px;
}

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

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

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

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

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

.breadcrumb {
	border-bottom: 2px solid #f5f5f5;
	font-size: 20px;
	margin-bottom: 60px;
	padding-bottom: 10px;
}

.archive-description,
.author-box {
	border-bottom: 1px solid #000;
	border-top: 1px solid #000;
	font-size: 20px;
	margin-bottom: 100px;
	padding: 40px 0;
}

.author-box-title {
	font-size: 22px;
	margin-bottom: 8px;
}

.archive-description p:last-child,
.author-box p:last-child {
	margin-bottom: 0;
}

/* Search Form
--------------------------------------------- */

.search-form {
	overflow: hidden;
}

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

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

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

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

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

.entry-title {
	font-size: 40px;
	color: #e1e1e1;
}
body.greenedu .entry-title {
	font-size: 36px;
}
.sidebar .entry-title {
	font-size: 24px;
	text-align: left;
}

.entry-title a {
	color: #2cb156;
}

.entry-title a:hover {
	color: #2cb156;
}

.widget-title {
	font-size: 24px;
	font-weight: 400;
	margin-bottom: 20px;
}

.footer-widgets .widget-title {
	font-size: 32px;
}

.home-even .widget-title,
.home-odd .widget-title {
	font-family:'montserratlight', sans-serif;
	font-size: 42px;
	margin-bottom: 20px;
	width:45%;
}
.home-odd .widget-title {
	text-shadow: 1px 3px 4px rgba(0, 0, 0, 0.85);
	text-align:left;
	line-height:1.3em;
}
/* WordPress
--------------------------------------------- */

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

.alignright {
	float: right;
	text-align: right;
	margin-left:26px;
}

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

a.alignnone {
	display: inline-block;
}

a.aligncenter img {
	display: block;
	margin: 0 auto;
}
img {
	border:1px solid #000;
}

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

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

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

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

.wp-caption-text {
	font-size: 14px;
	line-height: 1.2;
	padding-bottom: 10px;
	text-align:left;

}

.entry-content p.wp-caption-text {
	margin-bottom: 0;
}

.gallery-caption {
	margin: 0;
}

.sticky {
}


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

.widget {
	word-wrap: break-word;
}

.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_calendar table {
	width: 100%;
}

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

/* Simple Social Icons
--------------------------------------------- */

.parallax-home .content .simple-social-icons {
	margin-top: 40px;
}

.parallax-home .content .simple-social-icons ul li {
	margin: 0 20px !important;
}

.parallax-home .content .simple-social-icons ul li a,
.parallax-home .content .simple-social-icons ul li a:hover {
	padding: 30px;
}


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

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

.enews-widget input {
	font-size: 18px;
	margin-bottom: 20px;
}

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

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

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

#wpstats {
	display: none;
}


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

.site-header {
	background-color: rgba(000,0,0,.75);
	left: 0;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 9999;
}

.admin-bar .site-header {
	top: 32px;
}

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

.title-area {
	float: left;
	padding: 20px 0;
	width: 230px;
}

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

.site-title {
	font-family: 'montserratregular', sans-serif;
	font-size: 30px;
	font-weight: normal;
	letter-spacing: 1px;
	line-height: 1;
	margin-bottom: 0;
	text-transform: uppercase;
}

.site-title a,
.site-title a:hover {
	color: #fff !important;
}

.header-image .title-area {
	padding: 3px 0px 0px;
	background-image:url(images/logo_03.png);
	background-repeat:no-repeat;
	background-position: left 0px;
    background-size: contain;
}

.header-image .site-title > a {
	background-size: contain !important;
	display: block;
	height: 66px;
	text-indent: -9999px;
	max-width: 230px;
}

.site-description {
	display: block;
	height: 0;
	margin-bottom: 0;
	text-indent: -9999px;
}

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

.site-header .widget-area {
	float: right;
	text-align: right;
	width: 70%;
    margin-top: 10px;
}

.site-header .widget-area,
.site-header .widget-area a {
	color: #e1e1e1;
}

.site-header .widget-area a:hover {
	color: #2cb156;
	background-color:#1e1e1e;
}
.site-header .widget-area li.green a:hover {
	color: #89e12d;
	background-color:#000;
}
.site-header .textwidget {
	margin-top: 0px;
}


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

.genesis-nav-menu {
	clear: both;
	color: #fff;
	font-family: 'Sintony', sans-serif;
	font-size: 16px;
	font-weight:normal;
	letter-spacing: 1px;
	line-height: 1.25em;
	width: 100%;
}

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

.genesis-nav-menu li li {
	margin-left: 0;
}

.genesis-nav-menu a {
	color: #fff;
	display: block;
	font-family: 'Sintony', sans-serif;
	padding: 18px 20px 19px;
}
.green, .green.menu-item a {
	color: #2cb156;
}

.blue {
	color:#2849a0;
}

.genesis-nav-menu a:hover,
.genesis-nav-menu .current-menu-item > a,
.genesis-nav-menu .sub-menu a:hover,
.genesis-nav-menu .sub-menu .current-menu-item > a:hover {
	color: #2cb156;
	display:block;
	background-color:#1e1e1e;
	text-decoration: none;
}

.genesis-nav-menu > .menu-item > a {
 margin-right: -4px;
}

.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 {
	padding: 20px;
	position: relative;
	width: 200px;
}

.genesis-nav-menu .sub-menu .sub-menu {
	margin: -56px 0 0 199px;
}

.genesis-nav-menu .menu-item:hover {
	position: static;
	color: #2cb156;
	background-color:#282828;
	text-decoration: none;
}

.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 {
	color: #fff;
	display: inline-block;
	list-style-type: none;
	padding: 27px 20px;
	text-transform: uppercase;
}

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

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

.genesis-nav-menu > .search {
	display: block;
	margin: 0 auto;
	padding: 0 20px 20px;
	width: 50%;
}

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

.site-header .sub-menu {
	background-color: #000;
}

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

.nav-primary {
	background-color: #000;
	margin-bottom: 60px;
	text-align: center;
}

.nav-primary .sub-menu {
	background-color: #000;
}

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

.nav-secondary .genesis-nav-menu {
	padding: 20px 0;
}

.nav-secondary a {
	margin: 0 20px;
	padding: 0;
}

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

.responsive-menu-icon {
	cursor: pointer;
	display: none;
	margin-bottom: 0px;
	padding-top: 6px;
}

.responsive-menu-icon::before {
	color: #fff;
	content: "\f333";
	font: normal 40px/1 'dashicons';
	margin: 0 15px 0 0;
	float:right;
}


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

/* Homepage
--------------------------------------------- */

.home-even {
	clear: both;
	font-size: 16px;
	overflow: hidden;
	padding: 50px 0 60px;
}
.home-section-about p {
	font-size: 15px;
	margin-bottom:8px;
}

.home-odd {
	clear: both;
	font-size: 28px;
	overflow: hidden;
	padding: 0px;
	text-align: left;
	height:395px;
}
.topwrap {
	background-image: url(topwrap.png);
	background-repeat:no-repeat;
	background-position:center top;
	width:100%;
	padding-top:100px;
	height:395px;
}
.home-even .widget,
.home-odd .widget {
	margin-bottom: 40px;
}

.home-even p:last-child,
.home-even .widget:last-child,
.home-odd p:last-child,
.home-odd .widget:last-child {
	margin-bottom: 0;
}

.home-odd,
.home-odd a:hover,
.home-odd h1,
.home-odd h2,
.home-odd h3,
.home-odd h4,
.home-odd h5,
.home-odd h6,
.home-odd .featured-content .entry-title a,
.home-odd .widget-title {
	color: #fff;
}

.home-odd .featured-content .entry-title a:hover {
	color: #f04848;
}
.home-even p:last-child,
.home-odd p:last-child {
	margin-bottom: 0;
}

.home-even {
	background-color: #252525;
}

div.home-section-2 {
	text-align: center;
	padding-top: 60px;
}
div.home-section-2 p {
	margin-bottom: 8px;
}
body.portfolio .one-third {
	text-align:center;
	padding-bottom: 40px;
}
body.portfolio .one-third p {
	margin-bottom: 10px;
}
div.home-section-2 h2 a, body.portfolio h2 a {
	color:#ababab;
	font-size:32px;
}
div.home-section-2 h2 a:hover, body.portfolio h2 a:hover {
	color:#fff;
	text-decoration:none;
}
div.home-even.home-section-4.widget-area {
	padding:50px 0px 60px 0px;
	
}
.home-section-about h2 {
	font-size:34px;
	
}
	div.home-section-about .one-half h2 {
		text-align:right;
	}
		div.home-section-about .one-half.first h2 {
		text-align:left;
	}
.home-section-about div.one-half {
	width:47%;
}
.home-section-about div.one-half.first {
	border-right: 1px solid #666;
	width:50%;
	padding-right:26px;
}

div.home-even.home-section-about.widget-area {
	padding: 30px 0px 70px;
}
.home-section-about img.alignleft {
	margin:4px 20px 14px 0px;
	
}
.home-section-about img.alignright {
	margin:4px 0px 14px 20px;
	
}


.home-section-4 {
	background-image:url(testimonial-bkgd.jpg);
	background-position:bottom center;
	background-repeat:repeat-x;
}
.home-section-4 .wrap {
	background-image:url(images/quotes_11.png);
	background-repeat:no-repeat;
	background-position:left top;
	padding:0px 0px  0px 50px;
}
h3.bne-testimonial-heading {
	display:none;
}
.bne-testimonial-list-wrapper .single-bne-testimonial {
	background-image:url(images/quotes_11.png);
	background-repeat:no-repeat;
	background-position:left top;
	padding:10px 0px  10px 60px;
	border-bottom: 1px dashed #706D6D;
	margin-bottom: 40px;
}
.home-section-4 p {
	color:#000;
	font-size:18px;
}

.home-section-1,
.home-section-3,
.home-section-5 {
	background-attachment: fixed;
	background-color: #252525;
	background-position: 50% 0px;
	background-repeat: no-repeat;
	-webkit-background-size: cover;
	-moz-background-size:    cover;
	background-size:         cover;
}

/* Pricing Table
--------------------------------------------- */

.pricing-table {
	font-size: 22px;
	line-height: 1;
}

.pricing-table h4 {
	border-bottom: 2px solid #000;
	color: #000;
	margin: -40px -40px 40px;
	padding: 40px;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition:    all 0.2s ease-in-out;
	-ms-transition:     all 0.2s ease-in-out;
	-o-transition:      all 0.2s ease-in-out;
	transition:         all 0.2s ease-in-out;
}

.pricing-table .one-third {
	background-color: #fff;
	border: 2px solid #000;
	margin: 20px -2px;
	padding: 40px;
	width: 33.33%;
}

.pricing-table .one-third:nth-child(3n+1) {
	margin: 20px 0;
}

.pricing-table .one-third:nth-child(3n+2) {
	margin-bottom: 0;
	margin-top: 0;
}

.pricing-table .one-third:nth-child(3n) {
	margin: 20px 0;
}

.pricing-table ul li::before {
	content: "\f139";
	display: inline-block;
	font: normal 20px/1 'dashicons';
	margin-right: 5px;
	margin-top: -2px;
	vertical-align: top;
	-webkit-font-smoothing: antialiased;
}

.pricing-table ul li {
	border-bottom: 1px dotted #ddd;
	color: #000;
	padding-bottom: 10px;
	margin-bottom: 15px;
}

.pricing-table a.button {
	background-color: #000;
	border: 3px solid #000;
	color: #fff;
}

.pricing-table a.button:hover {
	background-color: #f04848;
	border: 3px solid #f04848;
	color: #fff !important;
}

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

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

.page .content {
	padding-bottom: 50px;
}

.sidebar-content .content {
	float: right;
}
body.portfolio.full-width-content .content {
	padding: 0px 30px 50px;
}
.full-width-content .content {
	padding: 20px 60px 50px;
	width: 100%;
}
body.page.full-width-content .content {
	padding: 0px 60px 50px;
}
body.single.full-width-content .content, body.greenedu.full-width-content .content {
		width:90%;
		margin: 0 5%;
}
	
.full-width-content.parallax-home .content {
	padding: 0;
}

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

.entry {
	margin-bottom: 50px;
}

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

.entry-content ol,
.entry-content ul {
	margin-bottom: 30px;
	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 code {
	background-color: #000;
	color: #ddd;
}

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

p.entry-meta {
	font-size: 20px;
	margin-bottom: 0;
}

.entry-header {
	
}

.entry-header::after {
	border-bottom: 1px solid #666;
	content: "";
	display: block;
	margin: 0 auto 30px;
	padding-bottom: 10px;
}
h1.entry-title {
	margin-bottom:0px;
}
.sidebar .entry-header::after {
	display: none;
}

.entry-categories::before,
.entry-tags::before {
	display: inline-block;
	font: normal 20px/1 'dashicons';
	margin-right: 5px;
	margin-top: 2px;
	vertical-align: top;
	-webkit-font-smoothing: antialiased;
}

.entry-categories::before {
	content: "\f318";
}

.entry-tags::before {
	content: "\f323";
}

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

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

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

.after-entry {
	border-top: 1px solid #000;
	padding: 40px 0;
}

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

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

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

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

.pagination {
	margin: 40px 0;
}

.adjacent-entry-pagination {
	margin-bottom: 0;
}

.archive-pagination li {
	display: inline;
}

.archive-pagination li a {
	background-color: #444;
	box-shadow: 0 0 1px rgba(0, 0, 0, 0.1);
	color: #fff;
	cursor: pointer;
	display: inline-block;
	font-family: 'Montserrat', sans-serif;
	font-size: 14px;
	letter-spacing: 1px;
	padding: 8px 12px;
	text-transform: uppercase;
}

.archive-pagination li a:hover,
.archive-pagination .active a {
	background-color: #d63333;
	color: #fff;
}

/* Content Boxes
--------------------------------------------- */
 
.content-box-blue,
.content-box-gray,
.content-box-green,
.content-box-purple,
.content-box-red,
.content-box-yellow {
	margin-bottom: 30px;
	overflow: hidden;
	padding: 30px;
}
 
.content-box-blue {
	background-color: #d8ecf7;
	border: 1px solid #afcde3;
}
 
.content-box-gray {
	background-color: #e2e2e2;
	border: 1px solid #bdbdbd;
}
 
.content-box-green {
	background-color: #d9edc2;
	border: 1px solid #b2ce96;
}
 
.content-box-purple {
	background-color: #e2e2f9;
	border: 1px solid #bebde9;
}
 
.content-box-red {
	background-color: #f9dbdb;
	border: 1px solid #e9b3b3;
}
 
.content-box-yellow {
	background-color: #fef5c4;
	border: 1px solid #fadf98;
}

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

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

p.comment-meta,
.entry-comments .comment,
.entry-comments .comment-reply {
	margin-bottom: 40px;
}

.comment-header {
	font-size: 20px;
}

.entry-comments .comment {
	border-bottom: 1px solid #000;
}

.comment-content,
.entry-comments .comment {
	clear: both;
}

p.form-submit,
.entry-comments .children .comment,
.entry-comments .comment-author {
	margin: 0;
}

.entry-comments .children .comment {
	border: none;
}

.comment-respond label {
	display: block;
	font-weight: 700;
}

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

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

.entry-comments ul.children {
	margin-left: 40px;
}

.form-allowed-tags,
.ping-list .reply {
	display: none;
}

.bypostauthor {
}

.form-allowed-tags {
	background-color: #f5f5f5;
	font-size: 16px;
	padding: 24px;
}


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

.sidebar {
	float: right;
	width: 360px;
}

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

.sidebar p:last-child {
	margin-bottom: 0;
}

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

.sidebar ul > li:last-child {
	margin-bottom: 0;
}

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


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

.footer-widgets {
	background-color: #121212;
	color: #b4b4b4;
	clear: both;
	padding-top: 50px;
	font-size:16px;	
}

.footer-widgets p {
	font-size:16px;
}
.footer-widgets input {
	border: 1px solid #333;
}

.footer-widgets li {
	margin-bottom: 10px;
	padding-bottom: 10px;
}
.footer-widgets .menu li {
	border-right: 1px solid #ccc;
	display:inline;
	padding: 0px 14px 0px 10px;
}
.footer-widgets ul.menu li:last-child {
	border: none;
}
.footer-widgets .menu li a {
	color:#b2b2b2;
}
.footer-widgets .menu li a:hover, .footer-widgets .menu .current-menu-item > a {
	color:#2cb156;
	text-decoration:none;
}

.footer-widgets ul#menu-footer-menu li.last-child {
	border-right: 0px;
}
.footer-widgets-1 {
text-align:center;
}

.footer-widgets-4,
.footer-widgets-2,
.footer-widgets-3 {
	width: 33%;
	padding-top:30px;
}

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

.footer-widgets-3 {
	text-align: center;
}

.footer-widgets-4 {
	float: right;
	text-align:right;
}

.footer-widgets-3 .simple-social-icons ul li {
	margin:0px 6px!important;
}
.footer-widgets-3 .simple-social-icons ul li a, .footer-widgets-3 .simple-social-icons ul li a:hover {
	padding:6px !important;
}

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

.footer-widgets p:last-child,
.footer-widgets .widget:last-child {
	margin-bottom: 0;
}


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

.site-footer {
	background-color: #121212;
	padding: 40px 0;
	text-align: center;
}

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

.site-footer a:hover {
	text-decoration:underline;
}

.site-footer p {
	font-family: Sintony, sans-serif;
	font-size: 13px;
	letter-spacing: 1px;
	margin-bottom: 0;
}





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

@media only screen and (max-width: 1450px) {
	div#soliloquy-container-10 div.soliloquy-caption.soliloquy-caption-mobile {
 left:9%;
 top:29%;
 width:42%;
}
}
@media only screen and (max-width: 1380px) {
	div#soliloquy-container-10 div.soliloquy-caption.soliloquy-caption-mobile {
 left:7%;
 top:29%;
 width:45%;
}
div.home-slider.widget-area div.wrap section#featured-page-2.widget.featured-content.featuredpage {
	top:540px;
	width: 80%;
	left:10%;

}

}
@media only screen and (max-width: 1320px) {
	div#soliloquy-container-10 div.soliloquy-caption.soliloquy-caption-mobile {
 left:6%;
 top:29%;
 width:46%;
}

div.home-slider.widget-area div.wrap section#featured-page-2.widget.featured-content.featuredpage {
	top:520px;
	width: 80%;
	left:10%;

}
}
@media only screen and (max-width: 1280px) {
	div#soliloquy-container-10 div.soliloquy-caption.soliloquy-caption-mobile {
 left:4%;
 top:28%;
 width:48%;
}


}
@media only screen and (max-width: 1240px) {
	.soliloquy-container .soliloquy-caption.soliloquy-caption-mobile {
 left:3%;
}	
 .home-slider.widget-area  .wrap #featured-page-2.widget.featured-content.featuredpage {
	top:470px;
	width: 84%;
	left:9%;

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

	.home-slider.widget-area .wrap #featured-page-2.widget.featured-content.featuredpage {
	top:450px;
	width: 84%;
	left:9%;

}
	.banner h2 {
		font-size:28px;
	}
	.wrap {
		width: 96%;
	}

.soliloquy-container .soliloquy-caption.soliloquy-caption-mobile {
 left:26px;
 top:25%;
 width:60%;
}




	.home-section-5 {
		background-attachment: scroll;
		background-position: center -250px !important;
		-webkit-background-size: auto;
		-moz-background-size:    auto;
		background-size:         auto;
	}
	.home-section-3
{
		background-attachment: scroll;
		background-position: right -250px !important;
		-webkit-background-size: auto;
		-moz-background-size:    auto;
		background-size:         auto;
	}


	.content {
		width: 520px;
	}

	.full-width-content .content {
		
	}

}
@media only screen and (max-width: 1060px) {
		.home-slider.widget-area .wrap #featured-page-2.widget.featured-content.featuredpage {
	top:410px;
	}
	
	.banner {
		padding: 16px 10px;
	}
	.home-slider	.button {
		font-size:16px;
		padding:10px 14px;
	}	

}
@media only screen and (max-width: 1010px) {
		.home-slider.widget-area .wrap #featured-page-2.widget.featured-content.featuredpage {
	top:370px;
	width: 80%;
	left:11%;
	}
	.soliloquy-container .soliloquy-caption .soliloquy-caption-inside h1 {
	font-size: 38px;
}
.soliloquy-container .soliloquy-caption.soliloquy-caption-mobile {
 left:26px;
 top:25%;
 width:68%;
}
.home-slider .button {
	margin-top:8px;
	margin-left: 6px;
}
	
}
@media only screen and (max-width: 960px) {

	.home-slider.widget-area .wrap #featured-page-2.widget.featured-content.featuredpage {
	top:330px;
	}
    .soliloquy-container .soliloquy-caption.soliloquy-caption-bottom {
    width: 100%!important;
}
	
.about-img {
	width:33%;
	float:right;
	margin-left: 26px;
}
	.parallax-home .site-inner {
		max-width: none;
	}
	.footer-widgets-4,
	.footer-widgets-2,
	.footer-widgets-3 {
		text-align:center;
		float:none;
		width:100%;
	}
	ul.alignright, .footer-widgets-3 .simple-social-icons ul li{ 
	float:none !important;
	display:inline !important;
	text-align:center;
	}
.footer-widgets-3.widget-area #simple-social-icons-3.widget.simple-social-icons {
	margin-bottom: 10px;
}


	.site-header {
	
	}



	.header-image .site-title > a {
	
	}

	.genesis-nav-menu a {
		padding: 23px 10px;
		font-size: 15px;
	}
.site-header .widget-area {
	width: 65%;
}
	.parallax-home .site-inner {
		margin-top: 0;
	}

	.site-inner {
		margin-top: 80px;
	}

	.full-width-content .content {
		padding: 0 30px;
	}
body.single.full-width-content .content {
		width:100%;
		margin: 0;
}
	.full-width-content img.pull-left {
		margin-left: 0;
	}

	.full-width-content img.pull-right {
		margin-right: 0;
	}

	.five-sixths,
	.four-sixths,
	.one-fourth,
	.one-half,
	.one-sixth,
	.one-third,
	.pricing-table .one-third,
	.three-fourths,
	.three-sixths,
	.two-fourths,
	.two-sixths,
	.two-thirds {
		margin: 0 0 24px 0;
		width: 100%;
	}
body.portfolio .one-third {
	padding-bottom: 30px;
	width:100%;
	margin-left: 0px;
}
	html body.page div.one-fourth {
		width:100%;
		margin:0px 0px 24px 0px;
		padding-top:20px;
	}
	hr {
		margin-bottom:30px;
	}
	
.one-half.first .aboutus {
	padding-right: 14px;
}
.aboutus {
	clear:both;
	}
.home-section-about div.one-half.first {
	border-right: none;
	
}
	.pricing-table .one-third:nth-child(3n+1) {
		border-right: 2px solid #000;
	}

	.pricing-table .one-third:nth-child(3n+2) {
		margin-bottom: 20px;
		margin-top: 20px;
	}

	.pricing-table .one-third:nth-child(3n) {
		border-left: 2px solid #000;
	}
	

}
@media only screen and (max-width: 860px) {
	.home-slider.widget-area .wrap #featured-page-2.widget.featured-content.featuredpage {
	top:300px;
	}
	.home-odd .widget-title {
		width:80%;
	}
}

@media only screen and (max-width: 768px) {
	
	body.page.full-width-content .content {
		padding:0px 10px 30px;
	}
	
	.banner h2 {
		font-size:24px;
	}
		#soliloquy-2 .soliloquy-container .soliloquy-image {
		height: 380px!important;
		margin-right: -180px!important;
	}
		.home-slider	.button {
		font-size:14px;
		padding:10px 14px;
	}	

.home-section-about .one-half h2 {
		text-align:left;
	}
	.alignright, img.alignright, .alignleft, img.alignleft {
		float: none;
		margin: 0px auto !important;
		width: auto;
	}
	.home-section-4 p {
		font-size: 14px;
	}

	.home-even.home-section-4.widget-area {
		padding: 30px 0px;
	}
.about-img {
	width:40%;
}
	.home-slider.widget-area .wrap section#featured-page-2.widget.featured-content.featuredpage {
	top:320px;
	}

.home-section-5 {
	background-position:center center !important;
}
	.genesis-nav-menu,
	.site-header .widget-area,
	.site-title {
		text-align: center;
	}
	.site-inner,
	.wrap {
	
	}
.soliloquy-container .soliloquy-caption.soliloquy-caption-mobile {
 left:10px;
 top:20%;
 width:80%;
}



	body.home div.site-inner div.content-sidebar-wrap main.content div.home-slider.widget-area div.wrap, .parallax-home .site-inner {
		padding: 0;
	}
.site-header .widget-area {
	width:50%;
}
	.genesis-nav-menu.responsive-menu {
		display: none;
	}

	.nav-primary .responsive-menu-icon {
		margin-top: 20px;
	}

	.genesis-nav-menu.responsive-menu .menu-item,
	.responsive-menu-icon {
		display: block;
	}

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

	.genesis-nav-menu.responsive-menu li.current-menu-item > a,
	.genesis-nav-menu.responsive-menu .sub-menu li.current-menu-item > a:hover,
	.genesis-nav-menu.responsive-menu li a,
	.genesis-nav-menu.responsive-menu li a:hover {
		border: none;
		display: block;
		padding: 20px;
		text-transform: none;
	}

	.genesis-nav-menu.responsive-menu .menu-item-has-children {
		cursor: pointer;	
	}

	.genesis-nav-menu.responsive-menu .menu-item-has-children > a {
		margin-right: 60px;
	}

	.genesis-nav-menu.responsive-menu > .menu-item-has-children:before {
		content: "\f347";
		float: right;
		font: normal 20px/1 'dashicons';
		height: 20px;
		padding: 15px 20px;
		right: 0;
		text-align: right;
		z-index: 9999;
	}

	.genesis-nav-menu.responsive-menu .menu-open.menu-item-has-children:before {
		content: "\f343";
	}

	.genesis-nav-menu.responsive-menu > .menu-item > .sub-menu {
		display: none;
	}

	.genesis-nav-menu.responsive-menu .sub-menu {
		background-color: rgba(255, 255, 255, 0.05);
		left: auto;
		opacity: 1;
		position: relative;
		-moz-transition:    opacity .4s ease-in-out;
		-ms-transition:     opacity .4s ease-in-out;
		-o-transition:      opacity .4s ease-in-out;
		-webkit-transition: opacity .4s ease-in-out;
		transition:         opacity .4s ease-in-out;
		width: 100%;
		z-index: 99;
	}

	.genesis-nav-menu.responsive-menu .sub-menu .sub-menu {
		background-color: transparent;
		margin: 0;
		padding-left: 25px;
	}

	.genesis-nav-menu.responsive-menu .sub-menu li a,
	.genesis-nav-menu.responsive-menu .sub-menu li a:hover {
		padding: 12px 20px;
		position: relative;
		text-transform: none;
		width: 100%;
	}

	.genesis-nav-menu.responsive-menu .current-menu-item > a,
	.genesis-nav-menu.responsive-menu .sub-menu .current-menu-item > a:hover,
	.genesis-nav-menu.responsive-menu > li.menu-item-has-children:hover > a,
	.genesis-nav-menu.responsive-menu a:hover {
		background: none;
	}

	.site-header .genesis-nav-menu.responsive-menu .current-menu-item > a,
	.site-header .genesis-nav-menu.responsive-menu .sub-menu li a,
	.site-header .genesis-nav-menu.responsive-menu .sub-menu li a:hover,
	.site-header .genesis-nav-menu.responsive-menu .sub-menu,
	.site-header .genesis-nav-menu.responsive-menu > .menu-item-has-children:before,
	.site-header .genesis-nav-menu.responsive-menu > li:hover > a,
	.site-header .genesis-nav-menu.responsive-menu a:hover {
		
	}

	.home-even,
	.home-odd {
		padding: 0px;
	}
	.home-even.home-section-about.widget-area {
		padding: 30px 12px 70px 16px;
	}
.home-even.home-section-about .one-half.first {
	padding-right:0px;
}
	.parallax-home .simple-social-icons ul li {
		margin: 0 10px 16px !important;
	}


}
@media only screen and (max-width: 670px) {
	h1, .entry-title {
	font-size: 36px;
	color:#e1e1e1;
}
h2 {
	font-size: 32px;
	color:#2cb156;
}
h3 {
	font-size: 28px;
	color:#2cb156;
}
h4 {
	font-size: 20px;
	color:#2cb156;
}
h5 {
	font-size: 18px;
}
	.genesis-nav-menu.responsive-menu .menu-item-has-children > a {
		margin-right: 40px;
	}
		div.home-section-about .one-half, div.home-section-about .one-half.first {
		width:100%;
		margin-bottom: 20px;
		
	}
	.responsive-menu-icon {
	padding-top: 4px;
}
.responsive-menu-icon::before {
	font: normal 36px/1 'dashicons';
}

	.site-header .widget-area {
	width:45%;
}
	.genesis-nav-menu.responsive-menu li.current-menu-item > a,
	.genesis-nav-menu.responsive-menu .sub-menu li.current-menu-item > a:hover,
	.genesis-nav-menu.responsive-menu li a,
	.genesis-nav-menu.responsive-menu li a:hover {
		border: none;
		display: block;
		padding: 20px 10px;
		text-transform: none;
	}

	.home-slider.widget-area .wrap #featured-page-2.widget.featured-content.featuredpage {
	top:300px;
	}
	.genesis-nav-menu.responsive-menu > .menu-item-has-children:before {
		padding: 15px 10px;
	
	}
	
	.header-image .title-area {
		
	}
	.title-area {
	float: left;
	padding: 20px 0;
	width: 155px;
}
	.header-image .site-title > a {

	}
	div.entry-content img {
		margin: 0px auto;
	}
	.about-img {
	width:auto;
	float:none;
	text-align:center;
	margin: 0px 0px 20px;
}
	div#soliloquy-container-10 div.soliloquy-caption.soliloquy-caption-mobile {
	 width:100%;
}
.footer-widgets .widget-title,.home-even .widget-title, .home-odd .widget-title {
		width:100%;
		font-size:36px;
	}
		#soliloquy-2 .soliloquy-container .soliloquy-image {
		max-width:120%;
		
	}
}
@media only screen and (max-width: 600px) {
	div.home-slider.widget-area div.wrap section#featured-page-2.widget.featured-content.featuredpage {
	top:280px;
	left:5%;
	width:90%;
	}
		#soliloquy-2 .soliloquy-container .soliloquy-image {
		max-width:140%;
	}
.site-header div.widget-wrap {
	overflow:hidden;
}
    .header-image .site-title > a {
    height: 46px;
}
.responsive-menu-icon {
	padding-top:3px;
}
div.home-section-2 {
	padding-top:120px;
}
	.header-image .title-area {
		
	}
		.title-area {
	float: left;
	padding: 20px 0;
}
.site-header .widget-area {
	width:55%;
}
body.home h2 {
	margin-bottom:14px;
}
body.home header h2 {
	margin-bottom:0px;
}
div#soliloquy-container-10 .soliloquy-caption .soliloquy-caption-inside h1 {
	font-size: 30px;
}
}
@media only screen and (max-width: 530px) {
	#soliloquy-2 .soliloquy-container .soliloquy-image {
		float:right;
		
		max-width: 180%;
	}
			#soliloquy-2 .soliloquy-container .soliloquy-image {
		height: 360px!important;
	}
}
@media only screen and (max-width: 480px) {
	#soliloquy-2 .soliloquy-container .soliloquy-image {
		max-width:1400px;
		width: 800px;
		height: auto;
			
	}
	body.page .site-inner {
		margin-top:80px;
	}
	
}
@media only screen and (max-width: 420px) {
	#soliloquy-2 .soliloquy-container .soliloquy-image {
		
		width:auto;
		margin-right: 0px;		
	}
	
}