/*
	Theme Name: Hello CEO
	Theme URI: http://helloyoudesigns.com
	Description: Mobile Responsive onepage style theme built on the Genesis Framework & packed with Designer Details
	Author URI: http://helloyoudesigns.com

	Version: 1.0.7

	Tags: gold, marble, pink, pretty, white, ecommerce, portfolio, blog, one-column, two-columns, three-columns, left-sidebar, right-sidebar, responsive-layout, custom-menu, full-width-template, rtl-language-support, custom-header, custom-menu, full-width-template, sticky-post, theme-options, threaded-comments, translation-ready sticky-post, theme-options, threaded-comments, translation-ready

	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
		- Screen Reader
		- Tables
	- Structure and Layout
		- Site Containers
		- Column Widths and Positions
		- Column Classes
	- Common Classes
		- Avatar
		- Genesis
		- Search Form
		- Titles
		- WordPress
	- Widgets
	- Plugins
	  - EasyRecipe
	  - Featured Content
		- Genesis eNews Extended
		- Genesis Portfolio pro
		- Gravity Forms
		- Jetpack
		- Testimonial Rotator
		- Simple Share
		- Simple social
		- Soliloquy
		 - Home Badge
		- Woocommerce
	- Site Header
		- Title Area
	- Site Navigation
		- Primary Navigation
		- Secondary Navigation
		- Footer Navigation
		- Responsive Menu
	- Content Area
		- Front Page
		- Icons
		- Flexible Widgets
		- Featured Page widgets - Titles on Hover
		- Checkmarks
		- Pricing Table
		- Content
		- Entries
		- Entry Meta
		- After Entry
		- Pagination
    - Previous Next Navigation
		- Comments
	- Sidebar
	- Footer Widgets
	- Social bar
	- Site Footer
	- Fade Effect
	- Filterable Portfolio
	- Media Queries
		- Max-width: 1280px
		- Max-width: 1200px
		- Max-width: 1023px
		- Max-width: 800px
		- Max-width: 480px
	- Custom Codes

*/


/*
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:#777676}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 {
    font-size: 62.5%; /* 10px browser default */
}

/* Chrome fix */
body > div {
    font-size: 1.6rem;
}

body {
	background-color: #fff;
	color: #777;
	font-family: 'Open Sans', sans-serif;
	font-size: 18px;
  font-size: 1.8rem;
	font-weight: 400;
	letter-spacing: .05em;
	line-height:  1.5;
	-webkit-font-smoothing: antialiased;
}

body.hydceo-home {
	background: none;
	color: #333;
}

a,
input:focus,
input[type="button"],
input[type="reset"],
input[type="submit"],
textarea:focus,
.button,
.site-header.light {
	-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;
}

::-moz-selection {
	background-color: #777676;
	color: #fff;
}

::selection {
	background-color: #777676;
	color: #fff;
}

a {
	color: #272727;
	text-decoration: none;
}

a:hover {
	color: #e1bdbd;
}

p {
	margin: 0 0 22px;
	padding: 0;
}

ol,
ul {
	margin: 0;
	padding: 0;
}

li {
	list-style-type: none;
}

b,
strong {
	font-weight: 800;
}

cite,
em,
i {
	font-style: italic;
}

blockquote {
	color: #777676;
	margin: 40px;
}

blockquote::before {
	content: "\201C";
	display: block;
	font-size: 30px;
	height: 0;
	left: -20px;
	position: relative;
	top: -10px;
}

hr {
	border: 0;
	border-collapse: collapse;
	border-top: 1px solid #eee;
	clear: both;
	margin: 40px 0;
}


/* Headings
--------------------------------------------- */

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: 'Playfair Display', serif;
	font-weight: 200;
        letter-spacing: .05em;
	line-height: 1.5;
	margin: 0 0 20px;
}

h1 {
	font-size: 48px !important;
}

h2 {
	font-size: 32px;
}
.image-section h1,
.solid-section h1 {
	font-size: 45px;
	font-weight: 200;
        clear: both;
}

.image-section h2,
.solid-section h2 {
	font-family: 'Meddon', cursive;
	font-size: 65px;
	font-weight: 400;
	letter-spacing: 0;
	text-transform: none;
        clear: both;
}

h3 {
	font-size: 30px;
}

.image-section h3,
.solid-section h3 {
        clear: both;
}

h4 {
	font-size: 24px;
}

.image-section h4,
.solid-section h4 {
	font-size: 35px;
	font-size: 3.5rem;
	font-weight: 400;
	line-height: 1.2;
	letter-spacing: 0.08em;
	text-align: center;
	margin-bottom: 3%;
        clear: both;
}

h5 {
	font-size: 20px;
}

h6 {
	font-size: 18px;
}

/* 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 {
	margin-bottom: 28px;
	overflow: hidden;
}

.gallery-item {
	float: left;
	margin: 0;
	padding: 0 4px;
	text-align: center;
}

.gallery-columns-1 .gallery-item {
	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;
	margin: 0;
}

/* Forms
--------------------------------------------- */

input,
select,
textarea {
	background-color: #fff;
	border: 1px solid #ddd;
	border-radius: 0;
	box-shadow: none;
	color: #777676;
	font-size: 12px;
	font-size: 1.2rem;
	font-weight: 200;
	padding: 10px;
	width: 100%;
}


input:focus,
textarea:focus {
	border: 1px solid #ddd;
	outline: none;
}

.front-page input:focus,
.front-page textarea:focus {
	border: 1px solid #2f414a;
	outline: none;
}

input[type="checkbox"],
input[type="image"],
input[type="radio"] {
	width: auto;
}

::-moz-placeholder {
	color: #999;
	opacity: 1;
}

::-webkit-input-placeholder {
	color: #999;
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"],
.button,
.widget .button {
  background: #2f414a url(images/bgbutton.png) repeat;
	border: 2px solid #2f414a;
	color: #fff;
	cursor: pointer;
	font-size: 12px;
	font-size: 1.2rem;
	font-weight: 400;
	letter-spacing: 2px;
	padding: 10px 20px;
	margin-top: 10px;
	margin-bottom: 10px;
	text-transform: uppercase;
	-webkit-font-smoothing: antialiased;
	white-space: normal;
	width: auto;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button {
	display: none;
}

/* Buttons
--------------------------------------------- */
.footer-widgets button,
.footer-widgets input[type="button"],
.footer-widgets input[type="reset"],
.footer-widgets input[type="submit"],
.footer-widgets .widget .button {
	background: #2f414a url(images/bgbutton.png) repeat;
	border: 2px solid #2f414a;
	color: #fff;
}

button:hover,
input:hover[type="button"],
input:hover[type="reset"],
input:hover[type="submit"],
.button.clear:hover,
.button:hover,
.widget .button:hover,
.widget .button.clear:hover,
.footer-widgets button:hover,
.footer-widgets input:hover[type="button"],
.footer-widgets input:hover[type="reset"],
.footer-widgets input:hover[type="submit"],
.footer-widgets .widget .button:hover {
	background: #fff url(images/bgbutton.png)repeat;
	border: 2px solid #2f414a;
	color: #2f414a;
}

.button {
	display: inline-block;
}

button.small,
input[type="button"].small,
input[type="reset"].small,
input[type="submit"].small,
.button.small {
	padding: 8px 16px;
}

.widget .button.clear {
	background-color: transparent;
	border: 2px solid #2f414a;
	color: #2f414a;
}

.image-section .button {
	margin-left: 5px;
	margin-right: 5px;
	margin-top: 20px;
}

.image-section .button.clear {
	border-color: #fff;
	color: #fff;
}

button:disabled,
button:disabled:hover,
input:disabled,
input:disabled:hover,
input[type="button"]:disabled,
input[type="button"]:disabled:hover,
input[type="reset"]:disabled,
input[type="reset"]:disabled:hover,
input[type="submit"]:disabled,
input[type="submit"]:disabled:hover,
.image-section button:hover,
.image-section input:hover[type="button"],
.image-section input:hover[type="reset"],
.image-section input:hover[type="submit"] {
	background: #fff url(images/bgbutton.png)repeat;
	border-color: #2f414a;
	color: #2f414a;
	cursor: not-allowed;
}

/* Screen Reader Text
--------------------------------------------- */
.screen-reader-text {
  display: none;
}

.screen-reader-shortcut,
.screen-reader-text,
.screen-reader-text span {
	background-color: #fff;
	border: 0;
	clip: rect(0, 0, 0, 0);
	color: #9f9f9f;
	height: 1px;
	overflow: hidden;
	position: absolute !important;
	width: 1px;
}

.genesis-nav-menu .search input[type="submit"]:focus,
.screen-reader-shortcut:focus,
.screen-reader-text:focus,
.widget_search input[type="submit"]:focus  {
	border: 1px solid #9f9f9f;
	clip: auto !important;
	display: block;
	font-size: 18px;
	font-size: 1.8rem;
	font-weight: 700;
	height: auto;
	padding: 20px;
	text-decoration: none;
	width: auto;
	z-index: 100000; /* Above WP toolbar. */
}


/* Tables
--------------------------------------------- */

table {
	border-collapse: collapse;
	border-spacing: 0;
	line-height: 2;
	margin-bottom: 40px;
	width: 100%;
}

tbody {
	border-bottom: 1px solid #eee;
}

th,
td {
	text-align: left;
}

th {
	font-weight: bold;
	text-transform: uppercase;
}

td {
	border-top: 1px solid #eee;
	padding: 6px 0;
}


/*
Structure and Layout
---------------------------------------------------------------------------------------------------- */

/* Site Containers
--------------------------------------------- */

.site-container {
	-webkit-animation: fadein 1s;
       -moz-animation: fadein 1s;
        -ms-animation: fadein 1s;
         -o-animation: fadein 1s;
            animation: fadein 1s;
}
keyframes fadein {
	from { opacity: 0; }
	to   { opacity: 1; }
}

@-moz-keyframes fadein {
	from { opacity: 0; }
	to   { opacity: 1; }
}

@-webkit-keyframes fadein {
	from { opacity: 0; }
	to   { opacity: 1; }
}

@-ms-keyframes fadein {
	from { opacity: 0; }
	to   { opacity: 1; }
}

@-o-keyframes fadein {
	from { opacity: 0; }
	to   { opacity: 1; }
}

.site-inner,
.wrap {
	float: none;
	margin: 0 auto;
	max-width: 1200px;
}

.site-inner {
	background-color: #fff;
	clear: both;
	margin-top: 170px;
	position: relative;
	z-index: 9;
	word-wrap: break-word;
}

.front-page .site-container .site-inner {
	margin-top: 0;
	max-width: 100%;
}

.footer-widgets .wrap {
	margin-top: 0;
	max-width: 100%;
}

.hydceo-landing .site-container .site-inner {
	margin-top: 100px;
}

.secondary-nav .site-inner {
	margin-top: 250px;
}

/* Column Classes
	Link: http://twitter.github.io/bootstrap/assets/css/bootstrap-responsive.css
--------------------------------------------- */

.five-sixths,
.four-sixths,
.one-fourth,
.one-half,
.one-sixth,
.one-third,
.three-fourths,
.three-sixths,
.two-fourths,
.two-sixths,
.two-thirds {
	float: left;
	margin-left: 2.564102564102564%;
}

.one-half,
.three-sixths,
.two-fourths {
	width: 48.717948717948715%;
}

.one-third,
.two-sixths {
	width: 31.623931623931625%;
}

.four-sixths,
.two-thirds {
	width: 65.81196581196582%;
}

.one-fourth {
	width: 23.076923076923077%;
}

.three-fourths {
	width: 74.35897435897436%;
}

.one-sixth {
	width: 14.52991452991453%;
}

.five-sixths {
	width: 82.90598290598291%;
}

.first {
	clear: both;
	margin-left: 0;
}


/*
Common Classes
---------------------------------------------------------------------------------------------------- */

/* Avatar
--------------------------------------------- */

.avatar {
	border-radius: 50%;
	float: left;
}

.author-box .avatar {
	height: 120px;
	width: 120px;
}

.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 {
	background: linear-gradient(to left bottom, #f8f8f8 50%, #fff 50%);
	border-bottom: 1px solid #eee;
	border-top: 1px solid #eee;
	font-size: 14px;
	font-size: 1.4rem;
	margin-bottom: 5%;
	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;
}

.search-form input[type="search"] {
	margin-right: 10px;
	width: auto;
}

.search-form input[type="submit"] {
	padding: 25px;
}

.widget_search input[type="submit"] {
	border: 0;
	clip: rect(0, 0, 0, 0);
	height: 1px;
	margin: -1px;
	padding: 0;
	position: absolute;
	width: 1px;
}

.sidebar .search-form input[type="search"]{
	width: 80%;
}

/* Titles
--------------------------------------------- */

.archive-title {
	font-size: 24px;
	line-height: 1;
	margin-bottom: 20px;
}

.entry-title {
	font-size: 32px;
	font-size: 3.2rem;
	font-weight: 400;
	letter-spacing: .15em;
	text-transform: uppercase;
}

.sidebar .entry-title {
	font-size: 24px;
	text-align: center;
}

.entry-title a {
	color: #777676;
}

.entry-title a:hover {
	color: #2f414a;
}

.image-section .widget-title,
.solid-section .widget-title {
	font-family: 'Meddon', cursive;
	font-size: 40px;
	font-size: 4.0rem;
	font-weight: 400;
	letter-spacing: 0;
	line-height: 1.2;
	text-align: center;
	margin-bottom: 5%;
}

.widget-full .widget-title {
	margin-bottom: 40px;
}

/* WordPress
--------------------------------------------- */

.alignleft {
	float: left;
	text-align: left;
}

.alignright {
	float: right;
	text-align: right;
}

a.alignleft,
a.alignnone,
a.alignright {
	max-width: 100%;
}

a.alignnone {
	display: inline-block;
}

a.aligncenter img {
	display: block;
	margin: 0 auto;
}

img.centered,
.aligncenter {
	display: block;
	margin: 0 auto 24px;
}

img.alignnone,
.alignnone {
	margin: 0 0 12px;
}

a.alignleft,
img.alignleft,
.wp-caption.alignleft {
	margin: 0 24px 24px 0;
}

a.alignright,
img.alignright,
.wp-caption.alignright {
	margin: 0 0 24px 24px;
}

.wp-caption-text {
	font-size: 18px;
	line-height: 1.2;
	text-align: center;
}

.entry-content p.wp-caption-text {
	margin-bottom: 0;
}

.gallery-caption,
.entry-content .gallery-caption {
	margin: 0 0 10px;
}

.post-password-form input {
	width: auto;
}

.post-password-form input[type="submit"] {
	padding: 25px;
}

.wp-audio-shortcode,
.wp-playlist,
.wp-video {
	margin: 0 0 28px;
}


/*
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;
}

.sidebar .widget-title {
text-align: center;
}

/*
Plugins
---------------------------------------------------------------------------------------------------- */
/* Easy Recipe
--------------------------------------------- */

.easyrecipe .ERSIngredients .ERSIngredientsHeader,
.easyrecipe .ERSInstructions .ERSInstructionsHeader,
.easyrecipe .nutrition .ERSNutritionHeader,
.easyrecipe div .ERSNotesHeader,
.easyrecipe .ERSName {
  font-size: 18px !important;
  font-weight: 400 !important;
}

.easyrecipe .ERSName,
.easyrecipe .ERSIngredients .ERSIngredientsHeader,
.easyrecipe .ERSInstructions .ERSInstructionsHeader,
.easyrecipe .nutrition .ERSNutritionHeader,
.easyrecipe div .ERSNotesHeader {
  letter-spacing: 1px;
  padding: 10px 0 10px 0;
  text-transform: uppercase;
}

.easyrecipe .ERSTimes {
  margin-bottom: 20px !important;
}

div.easyrecipe {
  background-color: #f9f9f9!important;
  border: 10px solid #fff!important;
  outline: 1px solid #f5f5f5;
  padding: 20px !important;
}

.easyrecipe div {
  font-size: 14px;
  line-height: 1.7 !important;
}

.easyrecipe .ERSTopRight {
  padding-left: 20px;
}

.easyrecipe .ERSTopRight img {
  border: 3px solid #fff !important;
}

.ERSTopRight {
  background-color: #fff !important;
  padding: 20px !important;
}

.easyrecipe .ui-button-text-icon-primary .ui-button-text,
.easyrecipe .ui-button-text-icons .ui-button-text {
  margin-left: 14px;
  padding: 10px !important;
}

.easyrecipe .ui-button-text-icon-primary .ui-icon {
  margin-top: -10px !important;
}

div.easyrecipe div.ERSSavePrint .ERSPrintBtnSpan .ERSPrintBtn,
div.easyrecipe div.ERSSavePrint .ERSSaveBtnSpan .ERSSaveBtn {
  background: #2f414a !important;
  border-radius: 0;
  font-weight: normal;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.ERComment .ERRateBG {
  margin-top: 7px;
}

.easyrecipe .ERSIngredients .ERSIngredientsHeader, .easyrecipe .ERSInstructions .ERSInstructionsHeader, .easyrecipe .nutrition .ERSNutritionHeader, .easyrecipe div .ERSNotesHeader {
  margin: 4px auto !important;
}

/* Featured Content
--------------------------------------------- */

.featured-content .entry-title {
	font-size: 24px;
}

/* Genesis eNews Extended
--------------------------------------------- */
.enews-widget {
  color: #777;
}

.enews-widget input {
  margin-bottom: 16px;
}

.enews-widget input[type="submit"] {
  width: 100%;
}

/* Sidebar & Footer 1/3 widget enews-widget
-------------------------------------------*/
.sidebar .enews-widget {
	background: linear-gradient(to right bottom, #f8f8f8 50%, #fff 50%) !important;
  border: 5px solid #fff !important;
  outline: 7px solid #f9f4f1 !important;
	padding: 5% !important;
}

.sidebar input#subbox1,
.sidebar input#subbox2,
.footer-widgets-1 input#subbox1,
.footer-widgets-1 input#subbox2,
.footer-widgets-3 input#subbox1,
.footer-widgets-3 input#subbox2   {
  display: inline-block;
  width: 48.717948717948715%;
}

.sidebar input#subbox2,
.footer-widgets-1 input#subbox2,
.footer-widgets-3 input#subbox2 {
  float: right;
  margin-left: 2.564102564102564%;
}

/* Solid/Image/footer-4 Section eNews
--------------------------------*/

.solid-section .enews-widget,
.image-section .enews-widget {
	background: linear-gradient(to right bottom, #f8f8f8 50%, #fff 50%) !important;
  border: 5px solid #fff !important;
  outline: 7px solid #f9f4f1 !important;
	padding: 5% !important;
}

.solid-section .enews-widget p,
.image-section .enews-widget p,
.footer-widgets-4 .enews-widget p {
    color: #777;
    float: left;
    font-size: 14px;
    line-height: 1.4;
    padding: 4px 20px 0 0;
    text-align: left;
    text-transform: uppercase;
    width: 34.61538461538462%;
}

.solid-section  .enews #subbox1,
.image-section  .enews #subbox1,
.footer-widgets-4  .enews #subbox1  {
      margin-left: 0;
  }

.solid-section .enews input,
.image-section .enews input,
.footer-widgets-4 .enews input {
    float: left;
    margin-bottom: 0;
    margin-left: 2.564102564102564%;
    width: 23.076923076923077%;
}

.solid-section .enews-widget input[type="submit"],
.image-section .enews-widget input[type="submit"],
.footer-widgets-4 .enews-widget input[type="submit"]  {
    margin: 0;
    margin-left: 2.564102564102564%;
		padding: 9px 5px;
    width: 14.1025641025641% !important;
}

.footer-widgets-4 .enews{
	background: linear-gradient(to right top, #f8f8f8 50%, #fff 50%);
	min-height: 200px;
	padding: 60px 5% 0;
}

/* Footer Widget 2 enews
-------------------------------*/

.footer-widgets-2 .enews-widget {
	  background: linear-gradient(to right top, #f8f8f8 50%, #fff 50%);
		border-top: 1px solid #eee;
		padding: 20px;
		clear: both;
}

.footer-widgets-2  .enews #subbox1 {
      margin-left: 0;
  }

.footer-widgets-2 .enews input {
	  font-size: 10px;
		font-size: 1.0rem;
    float: left;
    margin-bottom: 0;
    margin-left: 2.564102564102564%;
    width: 23.076923076923077%;
}

.footer-widgets-2  .enews-widget input[type="submit"] {
    margin: 0;
    margin-left: 2.564102564102564%;
		padding: 9px;
    width: 23% !important;
}

/* eNews Mobile
--------------------------------------------- */
@media only screen and (max-width: 768px) {

	.solid-section .enews-widget p,
	.image-section .enews-widget p,
	.footer-widgets-4 .enews-widget p {
		  text-align: center;
	    width: 100%;
	}

	.solid-section .enews-widget input[type="submit"],
	.image-section .enews-widget input[type="submit"],
	.footer-widgets-4 .enews-widget input[type="submit"]  {
	    margin: 0;
	    width: 30% !important;
	}

	.solid-section .enews-widget .enews-widget input ,
	.image-section .enews-widget .enews-widget input ,
	.footer-widgets-4 .enews-widget .enews-widget input {
	  margin-bottom: 16px;
	}
	.solid-section .enews-widget input#subbox,
	.image-section .enews-widget input#subbox,
	.footer-widgets-4 .enews-widget input#subbox,
	.solid-section .enews-widget input#subbox1,
	.image-section .enews-widget input#subbox1,
	.footer-widgets-4 .enews-widget input#subbox1,
	.solid-section .enews-widget input#subbox2,
	.image-section .enews-widget input#subbox2,
	.footer-widgets-4 .enews-widget input#subbox2 {
	  display: inline-block;
	  width: 31.717948717948715%;
	}
	.solid-section .enews-widget input#subbox2,
	.image-section .enews-widget input#subbox2,
	.footer-widgets-4 .enews-widget input#subbox2  {
		float: right;
		margin-left: 2.564102564102564%;
	}
	.solid-section .enews-widget input#subbox,
	.image-section .enews-widget input#subbox,
	.footer-widgets-4 .enews-widget input#subbox  {
		margin-right: 2.564102564102564%;
	}

}

@media only screen and (max-width: 400px) {

	.solid-section .enews-widget input#subbox,
	.image-section .enews-widget input#subbox,
	.footer-widgets-4 .enews-widget input#subbox,
	.solid-section .enews-widget input#subbox1,
	.image-section .enews-widget input#subbox1,
	.footer-widgets-4 .enews-widget input#subbox1,
	.solid-section .enews-widget input#subbox2,
	.image-section .enews-widget input#subbox2,
	.footer-widgets-4 .enews-widget input#subbox2,
	.solid-section .enews-widget input#subbox,
	.image-section .enews-widget input#subbox,
	.footer-widgets-4 .enews-widget input#subbox,
	.solid-section .enews-widget input[type="submit"],
	.image-section .enews-widget input[type="submit"],
	.footer-widgets-4 .enews-widget input[type="submit"]  {
		margin: 0 auto 2.5%;
		width: 100% !important;
	}
}


/* Genesis Portfolio Pro
--------------------------------------------- */

.genesis-pro-portfolio .content .pro-portfolio {
	padding: 0;
}

/* Gravity Forms
--------------------------------------------- */

.gform_wrapper {
  margin: 1% auto!important;
  clear: both;
}

div.gform_wrapper input[type="email"],
div.gform_wrapper input[type="text"],
div.gform_wrapper textarea {
  font-size: 16px;
	font-size: 1.6rem;
  padding: 10px;
}

div.gform_wrapper .ginput_complex label {
  font-size: 12px;
  font-style: italic;
	letter-spacing: .3rem;
  padding: 0;
}

div.gform_wrapper .top_label .gfield_label {
  font-weight: 100;
  text-transform: uppercase;
  letter-spacing: .5rem;
}

div.gform_wrapper li,
div.gform_wrapper form li {
  margin: 16px 0 0;
}

.gform_wrapper .description,
.gform_wrapper .gfield_description,
.gform_wrapper .gsection_description,
.gform_wrapper .instruction {
  font-size: .95em !important;
  letter-spacing: 1px !important;
  line-height: 2 !important;
}


.gform_wrapper .gsection .gfield_label,
.gform_wrapper h2.gsection_title,
.gform_wrapper h3.gform_title {
  font-weight: 400!important;
  font-size: 22px !important;
	font-size: 2.2rem !important;
  letter-spacing: 2px!important;
}

.gform_wrapper span.ginput_product_price {
  color: #72C086 !important;
  font-size: 18px;
	font-size: 1.8rem;
}

.gform_wrapper .gfield_required {
	color: #2f414a !important;
}

.gform_wrapper .gform_footer input.button, .gform_wrapper .gform_footer input[type="submit"] {
	font-size: 1rem !important;
}


/* Jetpack
--------------------------------------------- */

#wpstats {
	display: none;
}

/* ## Testimonial Rotator Wrap
--------------------------------------------- */

.testimonial_rotator_wrap {
	background: linear-gradient(to right bottom, rgba(251,251,251,.95) 50%, rgba(251,251,251,.75) 50%) !important;
	border: 3px solid #fff !important;
	outline: 7px solid #f9f4f1 !important;
padding: 5% !important;
}

.testimonial_rotator.template-longform hr.longform_hr {
padding-top: 0;

}

.testimonial_rotator.template-longform .testimonial_rotator_img {
	  border: 7px solid #fff;
    width: 175px !important;
    height: 175px !important;
}

.testimonial_rotator.template-longform .testimonial_rotator_img img {
    width: 175px !important;
    height: 175px !important;
}


.testimonial_rotator.template-longform .testimonial_rotator_quote {
    color: #777;
    line-height: 1.7;
    letter-spacing: 0.05em;
    font-family: 'Playfair Display', serif;
    font-size: 20px;
    font-size: 2.0rem;
    text-align: center;
    font-weight: regular;
    font-style: normal;
}

.testimonial_rotator.template-longform .testimonial_rotator_author_info p {
	font-family: 'Meddon', cursive;
	font-size: 22px !important;
	font-size: 2.2rem;
	line-height: 1.7 !important;
	letter-spacing: 0.00em !important;
}

/** Simple Share
--------------------------------------------- */
.share-after:before {
	color: #9f9f9f;
	content: "share this:";
	display: inline-block;
  font-family: 'Meddon', cursive;
	font-size: 15px;
	font-size: 1.5rem;
	height: 45px;
	letter-spacing: 0;
	line-height: normal;
	margin-right: 7px;
	vertical-align: middle;
}

.share-after {
  border-top: 1px solid #eee;
  padding-top: 15px;
  margin: 5% auto 0;
  text-align: center;
  clear: both;
}

.page.page-template-page_blog .share-after {
	padding-top: 3%;
}

.content .share {
	border-top-left-radius: 0;
	border-bottom-left-radius: 0;
  margin: 0 auto;
}

.sharrre .share,
.sharrre:hover .share {
	color: #9f9f9f;
}

.content .share-outlined .count {
	border-top-right-radius: 0;
	border-bottom-right-radius: 0;
}

.content .share-filled .facebook .count,
.content .share-filled .facebook .count:hover,
.content .share-filled .googlePlus .count,
.content .share-filled .googlePlus .count:hover,
.content .share-filled .linkedin .count,
.content .share-filled .linkedin .count:hover,
.content .share-filled .pinterest .count,
.content .share-filled .pinterest .count:hover,
.content .share-filled .stumbleupon .count,
.content .share-filled .stumbleupon .count:hover,
.content .share-filled .twitter .count,
.content .share-filled .twitter .count:hover {
	color: #9f9f9f;
	border: 1px solid #9f9f9f;
	display: none;
}

.content .share-filled .facebook .share,
.content .share-filled .facebook:hover .count,
.content .share-filled .googlePlus .share,
.content .share-filled .googlePlus:hover .count,
.content .share-filled .linkedin .share,
.content .share-filled .linkedin:hover .count,
.content .share-filled .pinterest .share,
.content .share-filled .pinterest:hover .count,
.content .share-filled .stumbleupon .share,
.content .share-filled .stumbleupon:hover .count,
.content .share-filled .twitter .share,
.content .share-filled .twitter:hover .count {
	background: #fff !important;
	font-size: 10px;
}


@media only screen and (min-width: 768px) {

.share-small .no-count .share {
       width: 0px;
	}

}

/* Simple Social Icons
--------------------------------------------- */

.hydceo-home .content .simple-social-icons {
	margin-top: 40px;
}

.hydceo-home .content .simple-social-icons ul li {
	margin: 0 20px !important;
}

.hydceo-home .content .simple-social-icons ul li a,
.hydceo-home .content .simple-social-icons ul li a:hover {
	padding: 30px;
}

/* Soliloquy
--------------------------------------------- */

.soliloquy-container .soliloquy-prev,
.soliloquy-container .soliloquy-next {
	display: none !important;
}

/* Full width Soliloquy slider
------------------------------------- */

/* To get rid of -4px bottom margin for image links */
a img {
	margin-bottom: 0;
}


.home .soliloquy-container .soliloquy-item:before {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	pointer-events: none;
	background: linear-gradient(to left bottom, transparent 75%, rgba(251,251,251,.0) 25%);
	z-index: 1;
}

/* To avoid noticeable vertical movement for hover state of Soliloquy's Control Nav (typically circles) */
.soliloquy-container .soliloquy-control-nav li a,
.soliloquy-theme-classic .soliloquy-pager-link {
	-webkit-transition: none;
	-moz-transition:    none;
	-ms-transition:     none;
	-o-transition:      none;
	transition:         none;
}

/* To remove bottom border for Soliloquy controls */
.entry-content .soliloquy-controls-direction a, .entry-content a.soliloquy-pager-link {
	border-bottom: none;
}

.home-slider .soliloquy-container {
	max-width: none !important;
	max-height: 100% !important;
}

.home-slider .soliloquy-container .soliloquy-image {
	width: 100% !important;
}
.soliloquy-caption-inside {
    background: linear-gradient(to right bottom, rgba(251,251,251,.95) 50%, rgba(251,251,251,.75) 50%) !important;
    border: 3px solid #fff !important;
		outline: 7px solid #f9f4f1 !important;
	  color: #333 !important;
		font-family: 'Open Sans', sans-serif;
		font-size: 2.0rem !important;
    line-height: 1.5 !important;
    padding: 20px 0px !important;
    text-shadow: none !important;
}

.soliloquy-container .soliloquy-caption {
    width: 30% !important;
    margin-left: 35% !important;
    margin-bottom: 8% !important;
    background: none !important;
		padding: 2% !important;
}

.soliloquy-container .soliloquy-caption h2 {
	  font-size: 2.8rem !important;
    line-height: 1.5 !important;
    text-align: center !important;
    color: #333 !important;
    text-transform: none !important;
    letter-spacing: normal !important;
}
.soliloquy-container .soliloquy-caption h3 {
	  font-family: 'Meddon', cursive;
	  font-size: 2.5rem !important;
    line-height: 2 !important;
    text-align: center !important;
    color: #333 !important;
    text-transform: none !important;
    letter-spacing: normal !important;
}


.soliloquy-container .soliloquy-caption a.soliloquy-button {
    text-transform: uppercase !important;
    letter-spacing: 2px !important;
		background: #2f414a url(images/bgbutton.png) bottom repeat !important;
	  border: 2px solid #2f414a !important;
	  color: #fff !important;
    margin: 12px auto 0;
    padding: 10px 20px !important;
    font-size: 12px !important;
    font-style: normal !important;
    overflow: auto !important;
    display: inline-block !important;
    line-height: 1.2 !important;
}

.soliloquy-container .soliloquy-caption a.soliloquy-button:hover {
	background-color: rgba(251,251,251,0.50) !important;
	border: 2px solid #2f414a !important;
	color: #2f414a !important;
}

@media only screen and (max-width: 1280px) {

	.soliloquy-container .soliloquy-caption {
		  font-size: 1.2rem !important;

	    margin-bottom: 5% !important;
	}
	.soliloquy-container .soliloquy-caption h2 {
		  font-size: 2.2rem !important;
	}
	.soliloquy-container .soliloquy-caption h3 {
		  font-size: 2.0rem !important;
	}
}

	@media only screen and (max-width: 1023px) {

		.soliloquy-container .soliloquy-caption {
		    width: 50% !important;
		    margin-left: 25% !important;
		    margin-bottom: 5% !important;
		}
	}


/* Home Badge
-------------------------------------------------*/

.home-badge .solid-section {
	background: transparent !important;
	padding: 0px;
	position: absolute;
	z-index: 9;
	margin: -100px auto 0;
}

.home-badge .solid-section .widget {
    padding: 0px;
}

.home-badge .widget {
	max-height: 200px;
	max-width: 200px;
	padding: 0;
	margin: 0 auto;
}

.home-badge img:hover {
        -webkit-transform: rotate(30deg);
        -moz-transform: rotate(30deg);
        -ms-transform: rotate(30deg);
        transform: rotate(30deg);
        -webkit-transition: all 0.4s ease-in-out;
        -moz-transition: all 0.4s ease-in-out;
        -o-transition: all 0.4s ease-in-out;
        transition: all 0.4s ease-in-out;
}

@media only screen and (max-width: 1023px) {

.home-badge .solid-section {
	margin: -92px auto 0;
}
        .home-badge .widget {
           max-height: 175px;
	   max-width: 175px;
}

}

/* WooCommerce
--------------------------------------------- */

.woocommerce div.product .product_title {
	text-align: center;
}

.woocommerce ul.products li.product a img {
    border: 1px solid #eee;
    padding: 2%;
}

.woocommerce ul.products li.product, .woocommerce-page ul.products li.product {
    float: left;
    margin-right: 2.564102564102564% !important;
    margin-top: 40px !important;
    width: 44.717948717948715% !important;
}

.woocommerce-page ul.products li.product:nth-child(2n+2) {
    float: right;
    margin-right: 0 !important;
    margin-top: 40px !important;
    width: 44.717948717948715% !important;
}

.woocommerce #respond input#submit,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button {
  background: #fff !important;
  border: 2px solid #2f414a !important;
  border-radius: 0 !important;
  color: #2f414a !important;
  font-weight: normal !important;
  padding: 10px 24px!important;
}

.woocommerce #respond input#submit:hover,
.woocommerce a.button:hover,
.woocommerce button.button:hover,
.woocommerce input.button:hover {
  background: #2f414a url(images/bgpattern.png) repeat !important;
  border: 2px solid #2f414a !important;
  color: #fff !important;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li a {
  font-size: 12px;
  font-weight: 400 !important;
  text-transform: uppercase;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li {
  background-color: #fff !important;
}

.woocommerce .woocommerce-message::before,
.woocommerce .woocommerce-info::before,
.woocommerce div.product p.price,
.woocommerce div.product span.price,
.woocommerce ul.products li.product .price,
.woocommerce form .form-row .required {
  color: #777676 !important;
  font-weight: 400 !important;
}
.woocommerce div.product p.price ins {
font-weight: 400 !important;
}

.woocommerce .woocommerce-message,
.woocommerce .woocommerce-info {
  border-top-color: #777676 !important;
}

.woocommerce div.product p.price, .woocommerce div.product span.price {
  text-align: center;
}

.woocommerce span.onsale {
  background-color: #777676 !important;
  font-size: 10px !important;
  padding: 4px 7px !important;
}

.woocommerce-cart table.cart img {
  width: 100px !important;
}

.woocommerce ul.cart_list li,
.woocommerce ul.product_list_widget li,
.woocommerce-page ul.cart_list li,
.woocommerce-page ul.product_list_widget li {
  float: left;
  padding: 5px !important;
  width: 50%;
}

.woocommerce ul.cart_list li img, .woocommerce ul.product_list_widget li img {
  width: 100% !important;
}

.woocommerce ul.product_list_widget li img:hover {
opacity: 0.7;
}

.woocommerce-cart .entry-content p:first-child::first-letter,
.woocommerce-checkout .entry-content p:first-child::first-letter {
  float: none;
  font-size: inherit;
  margin: 0;
  padding: 0;
}

.woocommerce-checkout #payment ul.payment_methods li {
  list-style: none;
}

.woocommerce-page input[type="checkbox"],
.woocommerce-page input[type="radio"] {
  width: auto;
}

.woocommerce ul.products li.product .price del,
.woocommerce div.product p.price del,
.woocommerce div.product span.price del {
  display: inline !important;
}

.woocommerce .quantity .qty {
  padding: 10px 10px;
}

.woocommerce .product-title {
  font-weight: 400;
  text-transform: uppercase;
}
.woocommerce ul.products li.product h3,
.woocommerce ul.products li.product .price {
	font-size: 14px !important;
  font-size: 1.4rem !important;
	text-align: center;
}

.woocommerce ul.product_list_widget li,
.woocommerce-page ul.product_list_widget li {
  float: left;
  font-weight: 400 !important;
  letter-spacing: 2px!important;
  padding: 1% !important;
  width: 25%;
  text-align: center;
  text-transform: uppercase;
}

.sidebar .woocommerce ul.product_list_widget li,
.sidebar .woocommerce-page ul.product_list_widget li {
  float: left;
  margin: 40px auto 20px;
  padding: 1% !important;
  width: 100%;
  text-align: center;
}

.woocommerce ul.product_list_widget li img {
  margin-bottom: 10px;
  width: 100% !important
}

.product_meta {
  display: none !important;
}

.woocommerce #respond input#submit.disabled,
.woocommerce #respond input#submit:disabled,
.woocommerce #respond input#submit[disabled]:disabled,
.woocommerce a.button.disabled, .woocommerce a.button:disabled,
.woocommerce a.button[disabled]:disabled,
.woocommerce button.button.disabled,
.woocommerce button.button:disabled,
.woocommerce button.button[disabled]:disabled,
.woocommerce input.button.disabled,
.woocommerce input.button:disabled,
.woocommerce input.button[disabled]:disabled {
	opacity: 1 !important;
}




.woocommerce .next::after {
  display: none !important;
}

/* WooCommerce 3.0 Gallery */

.woocommerce-product-gallery {
position: relative;
margin-bottom: 3em
}

.woocommerce-product-gallery figure {
margin: 0
}

.woocommerce-product-gallery .woocommerce-product-gallery__image:nth-child(n+2) {
width: 25%;
display: inline-block
}

.woocommerce-product-gallery .flex-control-thumbs li {
list-style: none;
float: left;
cursor: pointer
}

.woocommerce-product-gallery .flex-control-thumbs img {
opacity: .5
}

.woocommerce-product-gallery .flex-control-thumbs img.flex-active,.woocommerce-product-gallery .flex-control-thumbs img:hover {
opacity: 1
}

.woocommerce-product-gallery img {
display: block
}

.woocommerce-product-gallery--columns-3 .flex-control-thumbs li {
width: 33.3333%
}

.woocommerce-product-gallery--columns-4 .flex-control-thumbs li {
width: 25%
}

.woocommerce-product-gallery--columns-5 .flex-control-thumbs li {
width: 20%
}

.woocommerce-product-gallery__trigger {
position: absolute;
top: 1em;
right: 1em;
z-index: 99;
}

a.woocommerce-product-gallery__trigger {
text-decoration: none;
}

.single-product div.product .woocommerce-product-gallery .woocommerce-product-gallery__trigger {
position: absolute;
top: .875em;
right: .875em;
display: block;
height: 2em;
width: 2em;
border-radius: 3px;
z-index: 99;
text-align: center;
text-indent: -999px;
overflow: hidden;
}

.single-product div.product .woocommerce-product-gallery .woocommerce-product-gallery__trigger {
background-color: #169fda;
color: #ffffff;
}

.single-product div.product .woocommerce-product-gallery .woocommerce-product-gallery__trigger:hover {
background-color: #1781ae;
border-color: #1781ae;
color: #ffffff;
}

.single-product div.product .woocommerce-product-gallery .woocommerce-product-gallery__trigger:before {
font: normal normal normal 1em/1 FontAwesome;
font-size: inherit;
text-rendering: auto;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
display: block;
content: "\f00e";
line-height: 2;
text-indent: 0;
}

.woocommerce div.product div.images .flex-control-thumbs li img {
    padding-right: 3%;
    padding-top: 3%;
}

/*
Site Header
---------------------------------------------------------------------------------------------------- */

.site-header {
	background: transparent;
	left: 0;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 999;
}

.featured-section .site-header {
	background-color: transparent;
}

.site-header.light {
	background: url(images/headerbg.png) top repeat;
	height: 100px;
}

.site-header.light > .wrap {
	border-bottom: none;
}

.site-header.light .nav-secondary {
	display: none;
}

.admin-bar .site-header {
	top: 32px;
}

/* Title Area
--------------------------------------------- */

.title-area {
	float: left;
	padding: 25px 0;
	width: 360px;
}

.site-header.light .title-area {
	padding: 15px 0;
}

.site-title {
  font-family: 'Playfair Display', serif;
	font-size: 24px;
	font-weight: 400;
	letter-spacing: 2px;
	line-height: 1;
	margin-bottom: 0;
	text-transform: uppercase;
}

.site-title a,
.site-title a:hover {
	color: #272727 !important;
}

.header-image .title-area,
.header-image .site-header.light .title-area {
	padding: 0;
}

.header-image .site-title > a {
	background-size: contain !important;
	display: block;
	height: 76px;
	text-indent: -9999px;
}

.header-image .light .site-title > a {
	height: 56px;
}

.site-description {
	display: block;
	height: 0;
	margin-bottom: 0;
	text-indent: -9999px;
}


/*
Site Navigation
---------------------------------------------------------------------------------------------------- */

.genesis-nav-menu {
	line-height: 1;
}

.genesis-nav-menu .menu-item {
	display: inline-block;
	text-align: left;
}

.genesis-nav-menu li li {
	margin-left: 0;
}

.genesis-nav-menu a {
	color: #272727;
	display: block;
	font-size: 14px;
	font-size: 1.4rem;
	font-weight: 400;
	letter-spacing: 3px;
	padding: 30px 15px;
	text-transform: uppercase;
}

.genesis-nav-menu a:hover {
	color: #e1bdbd;
}

.site-header.light .genesis-nav-menu a {
	padding: 20px 15px;
}

.genesis-nav-menu li.highlight a:hover::before {
	color: #e1bdbd;
}

.genesis-nav-menu li.highlight > a {
	font-weight: 800;
}

.front-page .genesis-nav-menu li.current-menu-item > a,
.genesis-nav-menu > li > a {
	border-bottom: 2px solid transparent;
}

.genesis-nav-menu > .menu-item > a {
	text-transform: uppercase;
}

.genesis-nav-menu .sub-menu {
	left: -9999px;
	letter-spacing: .08em;
	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-bottom: 1px solid #f3f3f3;
	color: #777;
	font-size: 10px;
	font-size: 1.0rem;
	padding: 15px;
	position: relative;
	width: 200px;
}

.genesis-nav-menu .sub-menu a:hover,
.genesis-nav-menu .sub-menu li.current-menu-item > a {
	background-color: #f9f9f9;
	color: #999;
}

.genesis-nav-menu .sub-menu .sub-menu {
	margin: -54px 0 0 199px;
}

.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 {
	color: #777;
	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%;
}

/* Primary Navigation
--------------------------------------------- */

.nav-primary {
	text-align: center;
}

.nav-primary .genesis-nav-menu {
	float: right;
}

/* Secondary Navigation
--------------------------------------------- */

.nav-secondary {
	border-bottom: 1px solid #eee;
}

/* Footer Navigation
--------------------------------------------- */

.nav-footer .genesis-nav-menu {
	padding: 20px 0;
}

.nav-footer .genesis-nav-menu a {
	border: none;
	font-weight: 800;
	letter-spacing: 3px;
	margin: 0 20px;
	padding: 0;
}

/* Responsive Menu
--------------------------------------------- */

.responsive-menu-icon {
	cursor: pointer;
	display: none;
	margin-bottom: 10px;
	text-align: center;
}

.responsive-menu-icon::before {
	color: #777;
	content: "\f333";
	font: normal 24px/1 "dashicons";
	margin: 0 auto;
}

.nav-secondary .responsive-menu-icon {
	margin: 10px auto 0;
}

/*
Content Area
---------------------------------------------------------------------------------------------------- */

/* Front Page
--------------------------------------------- */

.image-section,
.solid-section {
	clear: both;
	text-align: center;
	width: 100%;
}

.image-section {
	background: -moz-linear-gradient(top,rgba(251,251,251,0.0) 0%, rgba(251,251,251,0.0) 30%, rgba(251,251,251,0.4) 80%, rgba(251,251,251,0.9) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(251,251,251,0.0)), color-stop(30%, rgba(251,251,251,0.0)), color-stop(80%, rgba(251,251,251,0.4)), color-stop(100%, rgba(251,251,251,0.9)));
	background: -webkit-linear-gradient(top, rgba(251,251,251,0.0) 0%, rgba(251,251,251,0.0) 30%, rgba(251,251,251,0.4) 80%, rgba(251,251,251,0.9) 100%);
	background: -o-linear-gradient(top, rgba(251,251,251,0.0) 0%, rgba(251,251,251,0.0) 30%, rgba(251,251,251,0.4) 80%, rgba(251,251,251,0.9) 100%);
	background: -ms-linear-gradient(top, rgba(251,251,251,0.0) 0%, rgba(251,251,251,0.0) 30%, rgba(251,251,251,0.4) 80%, rgba(251,251,251,0.9) 100%);
	background: linear-gradient(to bottom, rgba(251,251,251,0.0) 0%, rgba(251,251,251,0.0) 30%, rgba(251,251,251,0.4) 80%, rgba(251,251,251,0.9) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f9f9f9',GradientType=0 );
	display: table;
	overflow: hidden;
	table-layout: fixed;
	width: 100%;
	}

.image-section .widget-area {
	display: table-cell;
	text-align: center;
	vertical-align: middle;
}

.image-section,
.image-section a {
	color: #393939;
}

.image-section a:hover,
.image-section .featured-content .entry-title a:hover {
	color: #2f414a;
}

.solid-section {
	background-color: #fff;
}

.solid-section-2,
.image-section-2,
.solid-section-3,
.image-section-3,
.solid-section-4,
.solid-section-5,
.solid-section-6,
.image-section-4 {
	border-top: 54px solid transparent;
	margin-top: -54px;
	-webkit-background-clip: padding-box;
	-moz-background-clip:    padding;
	background-clip:         padding-box;
	position: relative;
	z-index: 9;
}

.image-section-1,
.image-section-2,
.image-section-3,
.image-section-4 {
	background-attachment: fixed;
	background-color: #fff;
	background-position: 50% 0;
	background-repeat: no-repeat;
	-webkit-background-size: cover;
	-moz-background-size:    cover;
	background-size:         cover;
}

.image-section-1 {
	position: relative;
}

.image-section-1 .image-section {
	padding-top: 75px;
}

.solid-section-3 .solid-section {
	background-color: #fff;
}

.solid-section-2 .solid-section,
.solid-section-5 .solid-section {
	background: #f9f4f1 url(images/bg.png);
}

.bottom-image {
	margin-bottom: -120px;
	margin-top: 100px;
}

.bottom-image img {
	margin-bottom: -10px;
}

.front-page .field-wrap:last-child {
	margin-bottom: 0;
}

.small-disclaimer {
	font-size: 14px;
	font-style: italic;
}



/* Dashicons
--------------------------------------------- */
.front-page .icon {
	display: block;
	font-size: 40px;
	font-size: 4rem;
}

.front-page .dashicons {
	font-size: 40px;
	height: 40px;
	margin-bottom: 20px;
	width: 40px;
}

/* Flexible Widgets
--------------------------------------------- */

.flexible-widgets {
	padding-bottom: 60px;
	padding-top: 100px;
}

.flexible-widgets .widget {
	float: left;
	margin: 0 0 40px 2.564102564102564%;
}

.flexible-widgets.widget-full .widget,
.flexible-widgets.widget-area .widget:nth-of-type(1),
.flexible-widgets.widget-halves.uneven .widget:last-of-type {
	background: none;
	margin-left: 0;
	padding: 0;
	width: 100%;
}

.widget-area.flexible-widgets.widget-half .widget,
.flexible-widgets.widget-halves .widget {
	width: 48.717948717948715%;
}

.flexible-widgets.widget-thirds .widget {
	width: 31.623931623931625%;
}

.flexible-widgets.widget-fourths .widget {
	width: 23.076923076923077%;
}

.flexible-widgets.widget-halves .widget:nth-child(even),
.flexible-widgets.widget-thirds .widget:nth-child(3n+2),
.flexible-widgets.widget-fourths .widget:nth-child(4n+2) {
	clear: left;
	margin-left: 0;
}

.solid-section .widget {
	padding: 40px;
}

.flexible-widgets.widget-halves h2,
.flexible-widgets.widget-thirds h2,
.flexible-widgets.widget-fourths h2 {
	font-size: 36px;
}

/* Featured Page widgets - Titles on Hover
--------------------------------------------- */

.solid-section .entry-header::after,
.image-section .entry-header::after {
	display: none;
}

.solid-section .alignnone,
.image-section .alignnone {
	margin-bottom: 0;
}

.solid-section .featured-content img,
.image-section .featured-content img {
	vertical-align: top;
	-webkit-transition:  all .2s linear;
	-moz-transition:  all .2s linear;
	-o-transition:  all .2s linear;
	transition:  all .2s linear;
}

.solid-section .entry-header,
.image-section .entry-header {
	margin-top: 20px;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	opacity: 0;
}

.solid-section .widget .entry,
.image-section .widget .entry {
	position: relative;
	background: linear-gradient(to right bottom, #eee 50%, #fff 50%) !important;
	width: 387px;
	display: inline-block;
	margin: 1% 1% 0 0;
}

.solid-section .widget .entry:hover .entry-header,
.image-section .widget .entry:hover .entry-header {
	opacity: 1;
}

.solid-section .widget .entry:hover img,
.image-section .widget .entry:hover img {
	opacity: 0.3;
}

/* Checkmarks
-------------------------------------*/
 ul.checkmark {
	margin-top: 15px;
}

 ul.checkmark li:before {
	font-size: 40px;
	font-size: 4.0rem;
	vertical-align: middle;
}

 ul.checkmark li:before {
	color: #BA932A;
	content: "\f147";
	display: inline-block;
	font-family: 'dashicons';
	margin-left: -36px;
	width: 50px;
}

ul.checkmark li {
	line-height: 1;
	padding: 5px 0 5px 20px;
        text-align: left;
}

/* Pricing Table
--------------------------------------------- */


.pricing-table h4 {
  border-bottom: 1px solid #eee;
	color: #333;
  margin: -40px -40px 40px;
  padding: 40px;
  text-align: center;
}

.pricing-table .one-third {
  background-color: #fff;
  border: 1px solid #eee;
	color: #777676;
  margin: 20px -1px;
  padding: 40px;
  width: 33.33%;
}

.pricing-table .one-third:nth-child(3n+1) {
  margin: 20px 0;
}
.pricing-table .one-third:nth-child(3n+1):hover {
  background: linear-gradient(to right top, #f9f9f9 50%, #fff 50%);
}

.pricing-table .one-third:nth-child(3n+2) {
  margin-bottom: 0;
  margin-top: 0;
}
.pricing-table .one-third:nth-child(3n+2):hover {
  background: #f9f9f9 url(images/bg.png);
}

.pricing-table .one-third:nth-child(3n) {
  margin: 20px 0;
}
.pricing-table .one-third:nth-child(3n):hover {
  background: linear-gradient(to left top, #f9f9f9 50%, #fff 50%);
}

.pricing-table ul li {
  border-bottom: 1px solid #eee;
  padding-bottom: 10px;
  margin-bottom: 15px;
}

.pricing-table a.button {
  background: #2f414a url(images/bgbutton.png)repeat;
  border: 2px solid #2f414a;
  color: #fff;
  text-align: center;
  display: block;
}

.pricing-table a.button:hover {
  background: #fff url(images/bgbutton.png)repeat;
  border: 2px solid #2f414a;
  color: #2f414a;
}

/*Mobile
-------------------------------------------------*/

@media only screen and (max-width: 1024px) {

	.solid-section .widget .entry,
  .image-section .widget .entry {
		background: transparent;
		margin: 1% auto;
	}

	.solid-section .entry-header,
	.image-section .entry-header  {
		position: static;
		-webkit-transform: none;
		-moz-transform: none;
		-ms-transform: none;
		-o-transform: none;
		transform: none;
		opacity: 1;
	}

	.solid-section .widget .entry:hover img,
	.image-section .widget .entry:hover img {
		opacity: 1;
	}

}

/* Content
--------------------------------------------- */

.content {
	float: left;
	width: 700px;
}

.page .content {
	padding-bottom: 50px;
}

.sidebar-content .content {
	float: right;
}

.full-width-content .content {
	padding: 0 50px 50px;
	width: 100%;
}

.full-width-content.front-page .content {
	padding: 0;
}

/* Entries
--------------------------------------------- */

.entry {
	margin-bottom: 8%;
}

.page.page-template-page_blog .entry,
.archive .entry {
	margin-bottom: 100px;
}

.widget .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: #777676;
	color: #eee;
}



/* Entry Meta
--------------------------------------------- */

p.entry-meta {
	font-size: 10px;
	font-size: 1.0rem;
	font-weight: 400;
	letter-spacing: .25em;
	margin-bottom: 0;
	text-transform: uppercase;
}

.entry-header,
.entry-footer {
	text-align: center;
}

.entry-footer {
	margin-top: 10px;
}

.entry-header p.entry-meta {
	font-size: 10px;
	font-size: 1.0rem;
	font-weight: 400;
	letter-spacing: .5em;
	margin-bottom: 10px;
	text-transform: uppercase;
}

.entry-header::after {
	border-bottom: 1px solid #eee;
	content: "";
	display: block;
	margin: 0 auto 10px;
	width: 35%;
}

.image-section .entry-header::after {
	border-color: #fff;
}

.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-comments-link::before {
	content: "\2014";
	margin: 0 6px 0 2px;
}

/* After Entry
--------------------------------------------- */

.after-entry {
	border-top: 1px solid #eee;
	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 {
	clear: both;
	margin: 40px 0;
}

.adjacent-entry-pagination {
	margin-bottom: 0;
}

.archive-pagination li {
	display: inline;
}

.archive-pagination li a {
	background-color: #fff;
	box-shadow: 0 0 1px rgba(0, 0, 0, 0.1);
	color: #787878;
	cursor: pointer;
	display: inline-block;

	font-size: 14px;
	letter-spacing: 1px;
	padding: 8px 12px;
	text-transform: uppercase;
}

.archive-pagination li a:hover,
.archive-pagination .active a {
	background: #2f414a url(images/bgbutton.png) repeat;
	color: #fff;
}

/** In Post Navigation
---------------------------------------------------------------------------------------------------- */

.prev-next-navigation {
  background: linear-gradient(to right top, #f8f8f8 50%, #fff 50%);
  border-bottom: 1px solid #eee;
  border-top: 1px solid #eee;
  clear: both;
  font-family: 'Meddon', cursive;
  font-size: 20px;
	font-size: 2.0rem;
  margin: 10px 0;
  overflow: hidden;
  padding: 20px;
}

.prev-next-navigation a {
	color: #999;
}

.prev-next-navigation a:hover {
	color: #e1bdbd;
}

.previous {
  float: left;
  width: 48.717948717948715%;
}

.previous:before {
  color: #777;
  content: "\f341";
  font-family: "dashicons";
  font-size: 11px;
  padding-right: 2px;
  -webkit-font-smoothing: antialiased;
}

.next:after {
  color: #777;
  content: "\f345";
  font-family: "dashicons";
  font-size: 11px;
  padding-left: 2px;
  -webkit-font-smoothing: antialiased;
}


.prev-next-navigation .next {
  float: right;
  margin-left: 2.564102564102564%;
  text-align: right;
  width: 48.717948717948715%;
}

/* 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 #eee;
}

.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: 400;
}

.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;
}

.ping-list .reply {
	display: none;
}


/*
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: #fff;
  clear: both;
  color: #777676;
  font-size: 10px;
  font-size: 1.rem;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.footer-widgets img {
   max-width: 150px !important;
}

.footer-widgets a {
  color: #777676;
}
.footer-widgets a:hover {
  color: #2f414a;
}

.footer-widgets img {
	margin: 0 auto;
	max-width: 175px;
}

.footer-widgets img:hover {
opacity: 0.7;
}

.footer-widgets .fa {
  color: #9f9f9f;
}

.footer-widgets-1 {
  float: left;
	border-top: 1px solid #eee;
  padding: 30px 35px 30px 44px;
  width: 28%;
}

.footer-widgets-1 .widget {
	float: right;
	margin: 0 auto;
	max-width: 300px;
	padding: 0;
}

.footer-widgets-3 .widget {
	float: left;
	margin: 0 auto;
	max-width: 300px;
	padding: 0;
}

.footer-widgets-2  {
	border-left: 1px solid #eee;
	border-right: 1px solid #eee;
  float: left;
  width: 43%;
  text-align: center;
}

.footer-widgets-2 .simple-social-icons {
	background: linear-gradient(to left bottom, #f8f8f8 50%, #fff 50%);
  width: 100%;
	border-top: 1px solid #eee;
}

.footer-widgets-2  .widget_nav_menu,
.footer-widgets-2 .widget_text {
	border-top: 1px solid #eee;
  border-right: 1px solid #eee;
  float: left;
  padding: 30px 20px;
  width: 33.33333333333333%;
  vertical-align: middle;
}

.footer-widgets-2  .widget_nav_menu:last-of-type,
.footer-widgets-2 .widget_text:last-of-type {
	border-right: none;
}

.footer-widgets-3 {
	border-top: 1px solid #eee;
  float: left;
  padding: 30px 35px 30px 44px;
  width: 28%;
}

.footer-widgets-4 {
	border-top: 1px solid #eee;
	width: 100%;
	margin: 0 auto;
	clear: both;
}

.footer-widgets-4 .widget {
	margin: 0 auto;
}

.footer-widgets .widget-title {
  color: #777;
  font-size: 14px;
	font-size: 1.4rem;
  letter-spacing: 2px;
  text-align: center;
  margin-bottom: 10px;
  text-transform: uppercase;
}

.footer-widgets li {
  list-style-type: none;
  word-wrap: break-word;
  line-height: 1.8;
  display: block;
}

.footer-widgets input{
  background: #fff;
  border: 1px solid #f3f3f3;
	color: #ddd;
  text-transform: uppercase;
  letter-spacing: 2px;
}

.footer-widgets .simple-social-icons {
  padding: 30px 20px 20px;
}

.footer-widgets .simple-social-icons ul li {
	margin: 0 6px;
}

.footer-widgets .simple-social-icons ul li a {
  background-color: #ffff !important;
  border-radius: 0px !important;
  color: #9f9f9f !important;
  border: 0px #ffffff solid !important;
  font-size: 14px;
  padding: 9px;
}

.footer-widgets .simple-social-icons ul li a:hover {
  background-color: #fff !important;
  border-radius: 0px !important;
  color: #2f414a !important;
  border: none !important;
  font-size: 14px;
  padding: 9px;
}

/* Social bar
---------------------------------------------------------------------------------------------------- */

.social-bar {
  background: #fff;
	border-bottom: 1px solid #eee;
	display: block;
  margin: 0 auto;
  padding: 0;
}

.social-bar #sb_instagram #sbi_load {
  padding-top: 0 !important;0

}

/*
Site Footer
---------------------------------------------------------------------------------------------------- */

.site-footer {
	background: #2f414a url(images/bgbutton.png) bottom repeat;
	padding: 30px;
	text-align: center;
}

.site-footer,
.site-footer a,
.site-footer p {
	color: #fff;
}

.site-footer a:hover {
	color: #AAAAAA;
}

.site-footer p {
	font-size: 10px;
	font-size: 1.0rem;
	letter-spacing: .2em;
	margin-bottom: 0;
	text-transform: uppercase;
}

/* Fadeup Effect
---------------------------------------------------------------------------------------------------- */

.js .fadeup-effect {
	opacity: 0;
	overflow: hidden;
	-webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
}

@-webkit-keyframes fadeInUp {
    from { opacity: 0; -webkit-transform: translateY(20px); }
    to { opacity: 1; -webkit-transform: translateY(0); }
}

@keyframes fadeInUp {
    from { opacity: 0; transform: translateY(20px); }
    to { opacity: 1; transform: translateY(0); }
}

.fadeInUp {
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
}

/* Filterable Portfolio Grid & Portfolio Blurb
-------------------------------- */

.portfolioblurb {
  margin: 0 auto 5%;
  max-width: 770px;
  overflow: auto;
  text-align: center;
}

.cpt-archive-description {
	margin-bottom: 50px;
}

.portfolio-content {
	margin-top: 12px;
	margin-left: -20px;
}

.portfolio-content .entry {
	width: 250px;
	margin-bottom: 20px;
	margin-left: 20px;
	position: relative;
}

.portfolio-content .entry-header:after {
	border-bottom: none;
	margin-bottom: 0;
	padding-bottom: 0;
}

.portfolio-content .entry a.link-hover {
	background: #fff;
	position: relative;
	display: block;
}

.portfolio-content .entry a.link-hover img {
	vertical-align: top;
	opacity: 1;
}

.portfolio-content .entry .item-hover {
	display: none;
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	z-index: 2;
	text-align: center;
	overflow: hidden;
	color: #777676;
	background: linear-gradient(to right bottom, rgba(251,251,251,.95) 50%, rgba(251,251,251,.75) 50%) !important;
}

.portfolio-content .entry .item-hover .item-container {
	position: absolute;
	padding: 30px;
	width: 100%;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.portfolio-content .entry .entry-title {
	font-size: 20px;
	font-weight: normal;
	margin-bottom: 10px;
	text-align: center;
}

.portfolio-content .entry p {
	font-size: 16px;
}

.prev-next-post-links {
	overflow: hidden;
}

.previous-post-link {
	float: left;
}

.next-post-link {
	float: right;
}

.portfolio-image-single {
	text-align: center;
	margin-top: 10px;
	margin-bottom: 30px;
}

.taxonomy-title {
	margin-top: 30px;
	margin-bottom: 30px;
}

.read-more {
	font-style: italic;
}

/*
Filterable Portfolio
------------------------ */

ul.filter {
	color: #777676;
	list-style: none;
	margin-left: 0;
}

ul.filter li {
	float: left;
	margin-left: 8px;
	margin-bottom: 8px;
}
ul.filter li:first-child {
  margin-left: 0;
}

ul.filter a {
	background: #f9f9f9;
	color: #777676;
	display: block;
	letter-spacing: .2em;
	padding: 8px 20px;
	text-decoration: none;
	border-bottom: none;
	font-size: 12px;
	font-size: 1.2rem;
	text-transform: uppercase;
}

ul.filter a:hover, ul.filter a.active {
	background-color: #f9f4f1;
	color: #777676;
}

.isotope-item {
	z-index: 2;
}

.isotope-hidden.isotope-item {
	pointer-events: none;
	z-index: 1;
}

/**** Isotope CSS3 transitions ****/

.isotope,
.isotope .isotope-item {
  -webkit-transition-duration: 0.8s;
	 -moz-transition-duration: 0.8s;
	  -ms-transition-duration: 0.8s;
	   -o-transition-duration: 0.8s;
		  transition-duration: 0.8s;
}

.isotope {
  -webkit-transition-property: height, width;
	 -moz-transition-property: height, width;
	  -ms-transition-property: height, width;
	   -o-transition-property: height, width;
		  transition-property: height, width;
}

.isotope .isotope-item {
  -webkit-transition-property: -webkit-transform, opacity;
	 -moz-transition-property:    -moz-transform, opacity;
	  -ms-transition-property:     -ms-transform, opacity;
	   -o-transition-property:      -o-transform, opacity;
		  transition-property:         transform, opacity;
}

/**** disabling Isotope CSS3 transitions ****/

.isotope.no-transition,
.isotope.no-transition .isotope-item,
.isotope .isotope-item.no-transition {
  -webkit-transition-duration: 0s;
	 -moz-transition-duration: 0s;
	  -ms-transition-duration: 0s;
	   -o-transition-duration: 0s;
		  transition-duration: 0s;
}

@media only screen and (max-width: 1280px) {

	.hydceo-portfolio .entry {
		width: 46%;
	}

}

@media only screen and (max-width: 1024px) {

	.portfolio-content .entry .item-hover {
		position: static;
		display: block;
	}

	.portfolio-content .entry a.link-hover img {
		opacity: 0.2;
	}

}

@media only screen and (max-width: 528px) {

	.hydceo-portfolio .entry {
		width: 100%;
	}

}


/*
Media Queries
---------------------------------------------------------------------------------------------------- */

@media only screen and (max-width: 1280px) {

	.site-inner,
	.wrap {
		max-width: 1140px;
	}

}

@media only screen and (max-width: 1200px) {

	.site-inner,
	.wrap {
		max-width: 960px;
	}

	.site-header .widget-area {
		width: 580px;
	}

	.content {
		width: 520px;
	}

	.full-width-content .content {
		padding: 0 110px;
	}

	.genesis-nav-menu a {
		padding: 30px 10px;
	}

	.site-header.light .genesis-nav-menu a {
		padding: 20px 10px;
	}

	.image-section-1,
	.image-section-2,
	.image-section-3,
	.image-section-4 {
	    background-attachment: scroll;
	}

}

@media only screen and (max-width: 1023px) {

	.site-inner,
	.wrap {
		max-width: 768px;
	}

	.secondary-nav .site-inner {
		margin-top: 80px;
	}

	.front-page .site-inner {
		max-width: none;
	}

	.site-header {
		position: static;
	}

	.front-page .site-header > .wrap {
		border: none;
	}

	.content,
	.sidebar,
	.site-header .widget-area,
	.title-area {
		width: 100%;
	}

	.site-header .title-area,
	.site-header.light .title-area {
		padding: 15px 0;
	}

	.header-image .light .site-title > a {
		height: 76px;
	}

	.genesis-nav-menu,
	.site-header .widget-area,
	.site-title {
		text-align: center;
	}

	.header-image .site-title > a {
		background-position: center !important;
	}

	.nav-primary .genesis-nav-menu {
		float: none;
	}

	.nav-secondary,
	.site-header.light .nav-secondary {
		border-bottom: none;
		display: block;
	}

	.genesis-nav-menu a,
	.site-header.light .genesis-nav-menu a {
		padding: 10px;
	}

	.front-page .site-inner {
		margin-top: 0;
	}

	.site-inner {
		margin-top: 80px;
	}

	.full-width-content .content {
		padding: 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,
	.three-fourths,
	.three-sixths,
	.two-fourths,
	.two-sixths,
	.two-thirds {
		margin: 0;
		width: 100%;
	}

	.flexible-widgets.widget-full .widget,
	.flexible-widgets.widget-halves .widget,
	.flexible-widgets.widget-thirds .widget,
	.flexible-widgets.widget-fourths .widget {
		margin: 0 auto 20px;
		width: 100%;
	}

	.image-section h2,
	.solid-section h2 {
		font-size: 60px;
	}

	.image-section-1 .image-section,
	.secondary-nav .image-section-1 .image-section {
		padding-top: 0;
	}

        .sidebar .entry {
                max-width: 450px;
                margin: 2% auto;
        }

	.footer-widgets-1,
	.footer-widgets-2,
	.footer-widgets-3 {
		width: 100%;
		border-left: none;
		border-right: none;
	}

	.footer-widgets-1 .widget ,
	.footer-widgets-3 .widget  {
		float: none;
		max-width: 100%;
		margin: 0 auto;
	}

}

@media only screen and (max-width: 800px) {

	.site-inner,
	.wrap {
		max-width: none;
		width: 100%;
	}

	.site-inner,
	.wrap {
		padding: 0 5%;
	}

	.front-page .site-inner {
		padding: 0;
	}

	.genesis-nav-menu.responsive-menu {
		display: none;
		float: none;
		padding-bottom: 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 li a,
	.genesis-nav-menu.responsive-menu li a:hover {
		background: none;
		border: none;
		display: block;
		padding: 10px 0;
		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: 7px 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: #fff;
		left: auto;
		opacity: 1;
		padding: 5px 15px;
		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: 10px 0;
		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;
	}

	.hydceo-home .simple-social-icons ul li {
		margin: 0 20px 20px !important;
	}


	.footer-widgets .wrap {
		padding: 0;
	}

	.solid-section-2,
	.image-section-2,
	.solid-section-3,
	.image-section-3,
	.solid-section-4,
	.solid-section-5,
	.solid-section-6,
	.image-section-4 {
		border-top: 0;
		margin-top: 0;
	}

	.image-section .flexible-widgets {
		padding-bottom: 80px;
	}

	.solid-section .flexible-widgets {
		padding-bottom: 40px;
		padding-top: 60px;
	}

	.bottom-image {
		margin-top: 60px;
		margin-bottom: -80px;
	}
	.woocommerce ul.product_list_widget li,
	.woocommerce-page ul.product_list_widget li  {
			font-size: 10px;
			min-height: 400px;
			width: 50%;
			display: inline-block;
		}

		.pricing-table .one-third {
	    width: 100%;
	  }

		.soliloquy-container .soliloquy-caption {
		    width: 80% !important;
		    margin-left: 10% !important;
		    margin-bottom: 5% !important;
		}

         .home-badge .solid-section {
                margin: -65px auto 0;
         }
        .home-badge .widget {
                max-width: 125px;
                max-height: 125px;
         }

}

@media only screen and (max-width: 600px) {

	.footer-widgets-2  .widget_nav_menu,
	.footer-widgets-2 .widget_text {
		width: 100%;
		border-right: none;
	}

	.woocommerce ul.product_list_widget li,
	.woocommerce-page ul.product_list_widget li  {
		min-height: 315px;
	}

	.woocommerce ul.products li.product,
	.woocommerce-page ul.products li.product,
	.woocommerce-page ul.products li.product:nth-child(2n+2) {
		width: 100% !important;
	}
	.home-slider .soliloquy-container .soliloquy-caption {
		display: none;
	}
}

@media only screen and (max-width: 480px) {

	.image-section h2,
	.solid-section h2 {
		font-size: 40px;
	}

	.solid-section .widget .entry, .image-section .widget .entry {
		width: 100%;
	}

	.woocommerce ul.product_list_widget li,
	.woocommerce-page ul.product_list_widget li  {
		min-height: auto;
		width: 100%;
	}

}

/* Custom Code
-------------------------------------------------------*/

.title-box {
    float: left;
    position: relative;
}

.title-element {
    font-family: 'Oswald', sans-serif;
    font-size: 6.5em;
    text-transform: uppercase;
    color: #eee;
    line-height: 100px;
    letter-spacing: 20px;
    word-break: break;
    width: 88%;
    font-weight: 500;
		text-align: left;
    -webkit-font-smoothing: auto;
}

.name {
    color: #2f414a;
		font-family: 'Playfair Display', serif;
    font-size: 2.76923em;
    font-weight: 700;
    text-transform: uppercase;
    position: absolute;
    top: 50%;
    bottom: auto;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    top: 42%;
}

.description {
    color: #e1bdbd;
    font-size: 1.53846em;
    font-family: 'Meddon', cursive;
    position: absolute;
    top: 50%;
    bottom: auto;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    top: 68%;
    font-weight: 600;
    -webkit-font-smoothing: auto;
    -moz-osx-font-smoothing: auto;
}

.imagetitle {
	  background: #f9f4f1 url(images/bg.png);
		border: double #eee;
    font-size: 2.5em;
    font-weight: 400;
		padding: 3%;
		position: relative;
		width: 80%;
		margin: -60px auto 5%;
}

.imagetitledark {
	background: #2f414a url(images/bgbutton.png) bottom repeat;
	color: #fff;
	font-size: 2.5em;
	font-weight: 400;
	padding: 3%;
	position: relative;
	width: 80%;
	margin: -60px auto 5%;
	opacity: .8;
}

mainfont {
	font-family: 'Playfair Display', serif;
}
accentfont {
	font-family: 'Oswald', sans-serif;
}
cursive {
	font-family: 'Meddon', cursive;
}

rose {
	color: #e1bdbd;
}

navy {
	color: #2f414a;
}
