/*
	Theme Name: Journey
	Theme URI: http://wpstud.io/themes
	Description: Journey is a beautiful and functional blog theme based on WordPress and powered by the awesome Genesis Framework. Designed with solo bloggers, world travellers and backpackers in mind. Displays a blog post featuring your photos.
	Author: WPStud.io || Frank Schrijvers
	Author URI: https://www.wpstud.io
	Copyright: Copyright (c) 2015, WPStudio, Released 09/15/2015
	Version: 1.1.4
	Bitbucket Theme URI: https://bitbucket.org/wpstudiowp/journey
	Bitbucket Branch: master

	Template: genesis
	Template Version: 2.2

	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
	- Base Styles
		- Defaults
		- Wraps
		- Containers and Columns
		- Entry Content Structure
		- Headings and Titles
		- Gallery
		- Descriptions
		- Archive
	- Navigation
		- Primary Navigation
		- Mobile menu
   	- Header & Widgets & Plugins
   		- Header
   		- Pre header
   		- Widgets
   		- Plugins
	- Layout
	    - Meta ans Comments
	       	Post Info and Meta
	       	Comments
	    - Post Content Styles
	    	After Post
	    	Block Quotes
	    	Lists
	    - Sidebar
	    - Site Footer
	    	Footer Widgets
        	Footer Navigation
    - Modules
    	- Forms
    	- Buttons
    	- Objects
    	- Images
    - Theme Add ons
    	- Colors
    	- Toolbar
    	- Custom Fonts
    	- Overlay
    	- Featured box
    	- To top
    - Media Queries

*/
/*
Loads Bourbon & Neat
---------------------------------------------------------------------------------------------------- */
/* Grid Settings
--------------------------------------------- */
html {
  box-sizing: border-box;
}

*, *::after, *::before {
  box-sizing: inherit;
}

/*
Loads Toolkit
---------------------------------------------------------------------------------------------------- */
.content-sidebar-wrap {
  *zoom: 1;
}
.content-sidebar-wrap:before, .content-sidebar-wrap:after {
  content: " ";
  display: table;
}
.content-sidebar-wrap:after {
  clear: both;
}

/*
HTML5 Reset ans Clearfix
---------------------------------------------------------------------------------------------------- */
/* Baseline Normalize
    normalize.css v2.1.2 | MIT License | git.io/normalize
--------------------------------------------- */
article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary {
  display: block;
}

audio, canvas, video {
  display: inline-block;
}

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

[hidden] {
  display: none;
}

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

body {
  margin: 0;
}

a:focus {
  outline: thin dotted;
}

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

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

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

b, strong {
  font-weight: bold;
}

dfn {
  font-style: italic;
}

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

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

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

pre {
  white-space: pre-wrap;
}

q {
  quotes: "\201C" "\201D" "\2018" "\2019";
}

small {
  font-size: 80%;
}

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

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
}

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

figure {
  margin: 0;
}

fieldset {
  border: 1px solid silver;
  margin: 0 2px;
  padding: .35em .625em .75em;
}

legend {
  border: 0;
  padding: 0;
}

button, input, select, textarea {
  font-family: inherit;
  font-size: 100%;
  margin: 0;
}

button, input {
  line-height: normal;
}

button, select {
  text-transform: none;
}

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

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

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

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

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

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

textarea {
  overflow: auto;
  vertical-align: top;
}

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

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

/* Float Clearing
--------------------------------------------- */
.archive-pagination:before,
.clearfix:before,
.entry:before,
.entry-pagination:before,
.footer-widgets:before,
.nav-primary:before,
.nav-secondary:before,
.site-container:before,
.site-footer:before,
.site-header:before,
.site-inner:before,
.wrap:before {
  content: ' ';
  display: table;
}

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

/*
Base Styles
---------------------------------------------------------------------------------------------------- */
/* Defaults
--------------------------------------------- */
html, body, div, span, applet, object, iframe, h1, h2,
h3, h4, h5, h6, p, blockquote, a, abbr, acronym, address,
big, cite, del, dfn, em, img, ins, kbd, q, s, samp, small,
strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt,
dd, ol, ul, li, fieldset, form, label, legend, table, caption,
tbody, tfoot, thead, tr, th, td, article, aside, canvas, details,
embed, figure, figcaption, footer, header, hgroup, input, menu,
nav, output, ruby, section, summary, time, mark, audio, video {
  border: 0;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}

html {
  font-size: 62.5%;
}

*,
*:before,
*:after {
  box-sizing: inherit;
}

body {
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  font-size: 16px;
  background: #f5f5f5;
  background: #f0f3f4;
  color: #656D78;
  font-family: "Open Sans", sans-serif;
  line-height: 1.625;
  -webkit-font-smoothing: antialiased;
  font-weight: 400;
}
body::after {
  clear: both;
  content: "";
  display: table;
}

body:before {
  float: left;
  display: block;
  margin-right: 1.87727%;
  width: 18.49818%;
  background-color: #2c343c;
  box-shadow: 0 0 1px rgba(0, 0, 0, 0.15);
  content: "";
  display: block;
  height: 100%;
  min-height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: -10;
}
body:before:last-child {
  margin-right: 0;
}

.site-container {
  overflow: hidden;
}

a,
button,
input:focus,
input[type='button'],
input[type='reset'],
input[type='submit'],
textarea:focus,
.button {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

::selection {
  text-shadow: none;
}

a {
  color: #e74c3c;
  text-decoration: none;
}

.theme-red a {
  color: #ea4b4f;
}

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

p {
  margin-bottom: 2em;
  padding: 0;
}

p.lead {
  font-size: 1.2em;
  line-height: 2;
}

strong {
  font-weight: 700;
}

pre {
  overflow: scroll;
  white-space: pre;
}

code {
  overflow: hidden;
  word-break: break-word;
}

iframe {
  border: none;
}

a img {
  border: none;
  margin-bottom: 0;
}

/* clear search input field's text when the search field gets focus */
input:focus::-webkit-input-placeholder {
  color: transparent;
}

input:focus:-moz-placeholder {
  color: transparent;
}

input:focus::-moz-placeholder {
  color: transparent;
}

input:focus:-ms-input-placeholder {
  color: transparent;
}

/* Wraps
--------------------------------------------- */
.site-container .site-inner {
  float: left;
  display: block;
  margin-right: 1.87727%;
  width: 79.62455%;
  margin-right: 0;
  float: right;
  width: 81.5%;
}
.site-container .site-inner:last-child {
  margin-right: 0;
}

.full-width-content .site-container .site-inner {
  margin-right: 0;
  float: right;
}
.full-width-content .site-container .site-inner .content {
  float: left;
  display: block;
  margin-right: 1.87727%;
  width: 100%;
}
.full-width-content .site-container .site-inner .content:last-child {
  margin-right: 0;
}
.full-width-content .site-container .site-inner .content .post-link {
  margin: 0 3em 0 3em;
}
.full-width-content .site-container .site-inner .content .post, .full-width-content .site-container .site-inner .content .page {
  box-shadow: 0 0 1px rgba(0, 0, 0, 0.15);
  margin: 0 3em 3em 3em;
}

.content-sidebar .site-container .site-inner {
  margin-right: 0;
  float: right;
}
.content-sidebar .site-container .site-inner .content {
  float: left;
  display: block;
  margin-right: 1.87727%;
  width: 66.04091%;
  margin-right: 0;
}
.content-sidebar .site-container .site-inner .content:last-child {
  margin-right: 0;
}
.content-sidebar .site-container .site-inner .content .post-link {
  margin: 0 3em 0 3em;
}
.content-sidebar .site-container .site-inner .content .post, .content-sidebar .site-container .site-inner .content .page {
  box-shadow: 0 0 1px rgba(0, 0, 0, 0.15);
  margin: 0 3em 3em 3em;
}
.content-sidebar .site-container .site-inner .sidebar {
  float: left;
  display: block;
  margin-right: 1.87727%;
  width: 32.08182%;
  margin-right: 0;
  float: left;
  padding: 0 2em 2em 0;
}
.content-sidebar .site-container .site-inner .sidebar:last-child {
  margin-right: 0;
}

.content .post, .content .page, .content .attachment {
  background: #fff;
  box-sizing: border-box;
  margin: 0 3em 4em 3em;
  padding: 2em 4em;
  position: relative;
}
.content .post-link {
  display: block;
  margin: 0 4em;
  text-align: center;
  position: relative;
}
.content .post-link .wp-post-image, .content .post-link .featured-video-plus {
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  -webkit-backface-visibility: hidden;
  position: relative;
  z-index: 1;
}
.content .post-link .color-bg {
  background: #000;
  bottom: 0;
  display: inline-block;
  left: 0;
  text-align: center;
  width: 100%;
  top: 0;
  position: absolute;
}
.content .post-link:hover .wp-post-image {
  opacity: .8;
}
.content .wp-post-image, .content .attachment-post-image {
  width: 100%;
}

.image-header {
  background-size: cover !important;
  background-position: center;
  color: #fff;
  width: 100%;
  max-width: none;
  padding: 300px 0 110px;
  color: #fff !important;
  margin: 0;
  position: relative;
  z-index: 10;
}

.page-with-image .toolbar .wrap {
  border-bottom: none !important;
}
.page-with-image .site-inner {
  margin-top: 0 !important;
}
.page-with-image .site-inner .page {
  margin-top: -5em !important;
  position: relative;
  z-index: 10;
}
.page-with-image .content-sidebar-wrap aside {
  margin-top: 4em;
}

/* Container and Columns
--------------------------------------------- */
.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;
}

.themes .one-fourth {
  margin-bottom: 2em;
  padding: 0;
}

.one-fourth:nth-child(5n) {
  margin-right: 0 !important;
}

.no-padding {
  padding: 0;
}

.entry-header {
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}
.entry-header::after {
  clear: both;
  content: "";
  display: table;
}
.entry-header .wrap {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 65.88078%;
  margin-left: 17.05961%;
}
.entry-header .wrap:last-child {
  margin-right: 0;
}

/* Headings and Titles
--------------------------------------------- */
h1,
h2,
h3,
h4,
h5,
h6,
.entry-title a,
.site-title {
  color: #535353;
  line-height: 1.25;
  font-family: 'Libre Baskerville', serif;
  text-decoration: none;
  -webkit-font-smoothing: antialiased;
}

h1,
.entry-title,
.entry-title a,
.site-title {
  font-size: 1em;
  font-weight: 400;
  text-align: center;
}

.entry-title {
  font-size: 3em;
}

.page .entry-title {
  padding-bottom: .33em;
}

/* Title Class for SEO / No Overuse of H Tags */
.title, .widgettitle,
h2 {
  font-size: 1.5em;
  font-weight: 700;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

h2 a,
h2 a:visited {
  color: #3B3D42;
}
h2 a:hover,
h2 a:visited:hover {
  color: #2b4b5d;
}

h3 {
  font-size: 1.3125em;
}

h4,
.archive-title,
.taxonomy-description h1 {
  font-size: 2.4em;
}

h5 {
  font-size: 1.125em;
}

h6,
.author-box h1,
.sidebar h2 a {
  font-size: 1.125em;
}

.author-box h1 {
  margin: 0;
  line-height: 1.5;
}

.taxonomy-description h1 {
  margin-bottom: 0.250em;
}

.archive-title {
  margin-bottom: 1.500em;
}

#me {
  margin: 0 auto;
}

.page_line {
  width: 80px;
  height: 2px;
  background-color: #b7b7b7;
  margin: 0 auto;
}

.entry-content h1 {
  font-size: 2em;
  text-align: left;
}
.entry-content h2 {
  font-size: 1.8em;
}
.entry-content h3 {
  font-size: 1.6em;
}
.entry-content h4 {
  font-size: 1.4em;
}
.entry-content h5 {
  font-size: 1.2em;
}
.entry-content h6 {
  font-size: 1em;
}

/* Drop Cap */
article.post .entry-content p:first-child:first-letter, article.page .entry-content p:first-child:first-letter {
  float: left;
  padding: 0px;
  font-size: 5em;
  line-height: 90%;
  height: 57.44px;
  margin-right: 10px;
  font-family: 'Libre Baskerville', serif;
}

/* Gallery
--------------------------------------------- */
.gallery {
  margin-bottom: 1.6em;
}

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

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

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

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

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

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

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

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

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

.gallery-icon img {
  margin: 0 auto;
}

.gallery-caption {
  color: #707070;
  color: rgba(51, 51, 51, 0.7);
  display: block;
  font-family: "Noto Sans", sans-serif;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 1.5;
  padding: 0.5em 0;
}

.gallery-columns-6 .gallery-caption,
.gallery-columns-7 .gallery-caption,
.gallery-columns-8 .gallery-caption,
.gallery-columns-9 .gallery-caption {
  display: none;
}

/* Descriptions
--------------------------------------------- */
.archive-description, .author-description, .author-box {
  background: #fff;
  box-shadow: 0 0 1px rgba(0, 0, 0, 0.15);
  margin: 0 3em 3em 3em;
  padding: 2em 4em;
}

.author-box {
  overflow: auto;
}
.author-box .avatar {
  float: left;
  margin: 0 1em 1em 0;
}
.author-box .author-box-title {
  font-size: 1em;
  text-align: left;
}

/* Archive
--------------------------------------------- */
ul.archives {
  margin-left: 0;
  margin-top: 2rem;
}
ul.archives .archive-item {
  margin-left: 0;
  margin-bottom: 4rem;
}
ul.archives .archive-item h3 {
  border-bottom: 1px dotted #e5e5e5;
  margin-bottom: 1em;
  padding-bottom: .5em;
}

.page-template-page_custom_archive-php .entry-content ul li {
  list-style-type: none;
  list-style-image: none;
}

.monthly-archives .archive-item {
  margin-bottom: 1em;
  margin-left: 1em !important;
}

.monthly-archives {
  margin-top: 4em;
}

.page-template-page_custom_archive-php .entry-content ol li li, .page-template-page_custom_archive-php .entry-content ul li li {
  margin-left: 0em;
}

/*
Navigation
---------------------------------------------------------------------------------------------------- */
/* Navigation
--------------------------------------------- */
.genesis-nav-menu {
  clear: both;
  color: #fff;
  font-family: 'Roboto', sans-serif;
  font-size: .8em;
  font-weight: 500;
  letter-spacing: 1px;
  letter-spacing: 0.1rem;
  line-height: 1.5;
  list-style: none;
  text-transform: uppercase;
  width: 100%;
}
.genesis-nav-menu .menu-item {
  border-bottom: 1px dotted #3d4650;
  position: relative;
  text-align: left;
}
.genesis-nav-menu a {
  border: none;
  color: #000;
  color: #bbb3ac;
  display: block;
  padding: 1em;
}
.genesis-nav-menu .menu-item:before {
  content: "";
  width: 20%;
  height: 100%;
  position: absolute;
  left: 100%;
  top: 0;
}
.genesis-nav-menu .menu-item.menu-item-has-children > a:after {
  content: "";
  width: 10px;
  height: 10px;
  border-right: 1px solid #bbb3ac;
  border-top: 1px solid #bbb3ac;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto 0;
}
.genesis-nav-menu .search {
  float: right;
  padding: .6em;
  position: relative;
  width: 32px;
}
.genesis-nav-menu .search form input {
  color: #AAB2BD;
  background: transparent;
  border: none;
  float: right;
  font-size: .8em;
  padding: .4em 1em;
}
.genesis-nav-menu .search form input[type="text"] {
  width: 100%;
}
.genesis-nav-menu .search form input[type="submit"] {
  background: red;
  display: none;
  width: 20%;
  text-indent: -9999px;
}
.genesis-nav-menu .search:hover {
  width: 180px;
}
.genesis-nav-menu .search:after {
  bottom: 10px;
  color: #e74c3c;
  content: "\e602";
  display: block;
  font-family: 'genesisthemes';
  font-size: 1.2em;
  float: left;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  pointer: cursor;
  position: absolute;
  right: 0;
  -webkit-font-smoothing: antialiased;
}
.genesis-nav-menu .sub-menu {
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  box-sizing: content-box;
  display: none;
  left: 100%;
  list-style: none;
  margin-left: 13.3333%;
  min-width: 100%;
  position: absolute;
  top: 0;
  z-index: 200;
}
.genesis-nav-menu .sub-menu li {
  border-bottom: none;
}
.genesis-nav-menu .sub-menu li a {
  background: #e74c3c;
  border-top: none;
  border-bottom: 1px dotted rgba(255, 255, 255, 0.2);
  color: #fff;
  display: block;
  padding: 1em;
  white-space: nowrap;
}
.genesis-nav-menu .sub-menu .menu-item-has-children a:after {
  display: none !important;
}
.genesis-nav-menu .sub-menu .sub-menu {
  margin: 0;
}
.genesis-nav-menu .sub-menu .sub-menu .menu-item-has-children a:after {
  display: none !important;
}
.genesis-nav-menu .menu-item:hover > .sub-menu {
  display: table;
  left: 100%;
}

/* Primary Navigation
--------------------------------------------- */
.nav-primary {
  background: #23282d;
}
.nav-primary a {
  font-size: .8em;
  text-transform: lowercase;
}
.nav-primary .sub-menu {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  font-size: .9em;
  margin-top: 0px;
  padding: 0 1em;
}

.nav-primary a:hover,
.nav-primary .current-menu-item > a {
  color: #fff;
}

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

/* Mobile menu
--------------------------------------------- */
.genesis-nav-menu.menu-mobile {
  display: none;
}
.genesis-nav-menu.menu-mobile .menu-item {
  display: block;
  margin: 0;
  padding: 0;
  text-align: left;
  font-size: 14px;
}
.genesis-nav-menu.menu-mobile .menu-item:hover {
  position: static;
  display: block;
}
.genesis-nav-menu.menu-mobile .menu-item:hover > .sub-menu {
  font-size: 14px;
  display: block;
}
.genesis-nav-menu.menu-mobile a {
  display: block;
  padding: 24px 20px;
  position: relative;
  color: #fff;
  font-size: 14px;
}
.genesis-nav-menu.menu-mobile a:hover {
  background-color: #333333;
}
.genesis-nav-menu.menu-mobile .sub-menu {
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  left: 0;
  margin: 0;
  opacity: 1;
  padding: 0;
  position: relative;
  width: 100%;
  z-index: 99;
  display: none;
  background-color: #666666;
}
.genesis-nav-menu.menu-mobile .sub-menu .sub-menu {
  margin: 0 0 0 10px;
}

/* Primary Navigation Extras
--------------------------------------------- */
.genesis-nav-menu li.right {
  padding: 24px 20px;
  float: right;
  list-style-type: none;
}

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

.genesis-nav-menu li.rss a {
  margin-left: 1em;
  padding-left: 1em;
  background: url(images/rss.png) no-repeat center left;
}

.genesis-nav-menu li.twitter a {
  padding-left: 1em;
  background: url(images/twitter-nav.png) no-repeat center left;
}

/* Pagination
--------------------------------------------- */
.pagination {
  float: left;
  margin: 0 4em 4em 3em;
}

.archive-pagination li {
  display: inline;
  margin-right: .5em;
}

.archive-pagination li a,
.archive-pagination li a:hover,
.archive-pagination li.active a,
.archive-pagination li.disabled {
  padding: .5em 1em;
  background-color: #fff;
  cursor: pointer;
  color: #656D78;
  font-size: .8em;
}

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

.portfolio-widgetized .archive-pagination {
  clear: both;
}

/* Toolbar navigation
----------------------------------------------*/
.toolbar .menu {
  float: right;
}
.toolbar .menu li {
  float: left;
  font-family: 'Roboto', sans-serif;
  font-size: .8em;
  font-weight: 500;
  letter-spacing: 0.1rem;
  text-transform: uppercase;
  list-style: none;
  position: relative;
}
.toolbar .menu li .sub-menu {
  background-color: #fff;
  opacity: 0;
  position: absolute;
  text-transform: none;
  top: 4em;
  width: 200px;
  z-index: 99;
}
.toolbar .menu li .sub-menu li {
  border-bottom: 1px dotted #e5e5e5;
  display: block;
  float: left;
  position: relative;
  width: 100%;
}
.toolbar .menu li .sub-menu li .sub-menu {
  position: absolute;
  left: 100%;
  top: 0;
}
.toolbar .menu li .sub-menu li .sub-menu li {
  font-size: 1em;
}
.toolbar .menu li .sub-menu .menu-item:hover > .sub-menu {
  left: 100%;
  opacity: 1;
}
.toolbar .menu li .sub-menu .menu-item:hover a {
  color: #535353;
}
.toolbar .menu li a {
  color: #656D73;
  display: block;
  line-height: 1.5;
  padding: 1.2em .6em;
}
.toolbar .menu .menu-item.menu-item-has-children > a:after {
  content: "";
  width: 5px;
  height: 5px;
  border-right: 1px solid #c2c2c2;
  border-top: 1px solid #c2c2c2;
  -webkit-transform: rotate(135deg);
  -moz-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  -o-transform: rotate(135deg);
  transform: rotate(135deg);
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto 0;
  margin-left: .2em;
}
.toolbar .menu .menu-item:hover > .sub-menu {
  left: auto;
  opacity: 1;
}
.toolbar .menu .menu-item:hover a {
  color: #535353;
}

/* Breadcrumbs
--------------------------------------------- */
.breadcrumb {
  margin: 2em 0 1em 0;
}

/* Prev Next post nav
--------------------------------------------- */
.prev-next-navigation {
  box-sizing: border-box;
  display: block;
  margin: 0 3em 4em 3em;
  overflow: auto;
}
.prev-next-navigation .previous, .prev-next-navigation .next {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  height: 10%;
  margin: 0;
  font-family: 'genesisthemes';
  speak: none;
  font-size: 1em;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  opacity: 1;
}
.prev-next-navigation .previous span, .prev-next-navigation .next span {
  font-family: 'Libre Baskerville', serif;
  font-size: 1.3125em;
}
.prev-next-navigation .previous a, .prev-next-navigation .next a {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  color: #656D78;
  opacity: .5;
}
.prev-next-navigation .previous a span, .prev-next-navigation .next a span {
  display: none;
}
.prev-next-navigation .previous a:hover, .prev-next-navigation .next a:hover {
  opacity: 1;
}
.prev-next-navigation .previous {
  display: block;
  float: left;
  position: relative;
  text-align: left;
  width: 50%;
}
.prev-next-navigation .previous a {
  display: block;
  margin: .5em 0;
  padding-left: 50px;
}
.prev-next-navigation .previous span {
  padding-left: 50px;
}
.prev-next-navigation .previous:before {
  content: "\e60d";
  font-family: 'genesisthemes';
  font-size: 3em;
  left: 0;
  top: 0;
  position: absolute;
}
.prev-next-navigation .next {
  display: block;
  float: right;
  position: relative;
  text-align: right;
  width: 50%;
}
.prev-next-navigation .next a {
  display: block;
  line-height: 1.5;
  margin: 0;
  padding-right: 50px;
}
.prev-next-navigation .next span {
  padding-right: 50px;
}
.prev-next-navigation .next:before {
  content: "\e60e";
  font-family: 'genesisthemes';
  font-size: 3em;
  right: 0;
  top: 0;
  position: absolute;
}

/* Tags
--------------------------------------------- */
.entry-tags {
  margin-bottom: 2em;
  padding-right: 15px;
}
.entry-tags a {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  color: #656D78;
}
.entry-tags a:hover {
  opacity: 1;
}
.entry-tags span {
  color: #656D78;
  margin: 0 .4em;
  opacity: .5;
}

.entry-tags:before {
  content: "\e085";
  font-family: 'genesisthemes';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  margin-right: .4em;
}

/* Responsive Navigation
---------------------------------------------------------------------------------------------------- */
/* Standard Navigation
--------------------------------------------- */
nav {
  clear: both;
}

/* Navigation toggles
--------------------------------------------- */
.sub-menu-toggle,
.menu-toggle {
  display: none;
  visibility: hidden;
}

/* Navigation toggles
--------------------------------------------- */
@media screen and (max-width: 50em) {
  .header-image .site-header .wrap {
    padding: 0;
  }

  .nav-secondary {
    display: none;
  }

  .mobile-menu {
    color: #000;
    display: block;
    overflow: auto;
    width: 100%;
    z-index: 999;
  }
  .mobile-menu .menu-item {
    float: left;
    width: 100%;
  }
  .mobile-menu .menu-item .sub-menu li a {
    background: #2c343c;
    color: #bbb3ac;
    margin-left: 1em;
  }
  .mobile-menu .menu-item .sub-menu li a:before {
    content: "-";
    margin-right: .5em;
  }
  .mobile-menu .menu-toggle,
  .mobile-menu .sub-menu-toggle {
    display: block;
    margin: 0 auto;
    overflow: hidden;
    padding: 10px;
    padding: 1rem;
    text-align: center;
    visibility: visible;
  }
  .mobile-menu button.menu-toggle,
  .mobile-menu button.sub-menu-toggle {
    background-color: transparent;
    color: #535353;
  }
  .mobile-menu button:focus {
    outline: 0;
  }
  .mobile-menu .menu-item.menu-item-has-children > a:after {
    display: none;
  }
  .mobile-menu .sub-menu {
    margin-left: 0;
  }
  .mobile-menu .sub-menu-toggle {
    padding: 1em;
    position: absolute;
    right: 0;
    top: 0;
  }
  .mobile-menu .menu-toggle:before {
    content: "\e120";
    font-size: 30px;
    font-family: 'genesisthemes';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
  }
  .mobile-menu .menu-toggle.activated:before {
    content: "\e117";
  }
  .mobile-menu .sub-menu-toggle:before, .mobile-menu .sub-menu-toggle.activated:before {
    color: #bbb3ac;
    content: "\e60f";
    font-size: 1em;
    font-family: 'genesisthemes';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
  }
  .mobile-menu nav {
    display: none;
    position: relative;
  }
  .mobile-menu .genesis-nav-menu .menu-item {
    background-color: #2c343c;
    display: block;
    padding: 0;
    position: relative;
    text-align: left;
  }
  .mobile-menu .genesis-nav-menu .menu-item a {
    padding: 10px 20px;
    padding: 1rem 2rem;
  }
  .mobile-menu .genesis-nav-menu .menu-item:hover {
    position: relative;
  }
  .mobile-menu .genesis-nav-menu .sub-menu {
    clear: both;
    display: none;
    opacity: 1;
    position: static;
    width: 100%;
  }
  .mobile-menu .genesis-nav-menu .sub-menu a {
    border-left: 0;
    position: relative;
    width: auto;
  }
  .mobile-menu .genesis-nav-menu .sub-menu .sub-menu {
    margin: 0;
  }
  .mobile-menu .genesis-nav-menu .sub-menu .sub-menu .sub-menu a {
    background-color: #fff;
    padding-left: 40px;
  }
  .mobile-menu .nav-primary a:hover,
  .mobile-menu .nav-primary .current-menu-item > a {
    color: #333;
  }
}
/*
Header Widgets
---------------------------------------------------------------------------------------------------- */
/* Header
--------------------------------------------- */
.site-header {
  float: left;
  display: block;
  margin-right: 1.87727%;
  width: 18.49818%;
  position: relative;
  color: #999;
  float: left;
  height: 100%;
  padding: 2%;
  margin-right: 0 !important;
  text-align: center;
  z-index: 20;
}
.site-header:last-child {
  margin-right: 0;
}
.site-header .wrap .widget-area {
  display: block;
}
.site-header .wrap .widget-area .widget {
  float: right;
}
.site-header .stick {
  position: fixed !important;
  top: 0;
  z-index: 100;
  width: 14.49818% !important;
}

.site-logo img {
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  margin: 0 auto;
  max-width: 140px;
}
.site-logo img img {
  display: block;
  margin: 0 auto;
}

.site-title {
  font-family: "Open Sans", sans-serif;
  font-weight: 700;
  margin: 0;
  font-size: 1.6em;
}
.site-title a {
  color: #BBB3A6;
}
.site-title a:hover {
  color: #BBB3A6;
}

.header-image .site-title {
  margin: 0;
}

.site-description {
  color: #BBB3A6;
  font-size: .8em;
  line-height: 1.25;
  margin: 1em 0 0 0;
}

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

.header-image .site-title,
.header-image .site-title a,
.header-image .title-area {
  display: block;
  float: left;
  margin-bottom: 2em;
  overflow: hidden;
  position: relative;
  width: 100%;
}

.header-image .site-description {
  display: none;
}

.site-header .search-form {
  float: right;
  margin-bottom: 2em;
  width: 100%;
}

.entry-background .overlay {
  background: rgba(0, 54, 99, 0.6);
  height: 480px;
  position: absolute;
  width: 100%;
  top: 0;
}

.pre-header {
  background: #2c343c;
  margin: 0 3em 3em 3em;
  max-height: 470px;
  overflow: auto;
}
.pre-header .post {
  background: none;
  box-shadow: none;
  float: left;
  height: auto;
  margin: 0 !important;
  min-height: 235px;
  padding: 0;
  position: relative;
  width: 50%;
}
.pre-header .post .post-link {
  cursor: pointer;
  margin: 0 !important;
}
.pre-header .post .post-link {
  position: absolute !important;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.pre-header .post img {
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  display: inline-block;
  vertical-align: middle;
  max-width: 100%;
  height: auto;
  position: relative;
  opacity: .9;
}
.pre-header .post .entry-content {
  color: #fff;
  text-align: center;
  position: absolute;
  bottom: .5em;
  left: 1em;
  opacity: 1;
  width: 90%;
  z-index: 15;
}
.pre-header .post .entry-content .entry-title {
  font-size: 1.8em;
}
.pre-header .post .entry-content .entry-title a {
  color: #fff;
  float: left;
  font-size: 1em;
  text-align: left;
}
.pre-header .post .entry-content .entry-meta {
  border-top: 2px solid #fff;
  color: #fff;
  display: block;
  float: left;
  font-size: .8em;
  margin-top: .5em;
  padding-top: .5em;
  text-transform: uppercase;
}
.pre-header .post .entry-meta {
  display: none;
}
.pre-header .post .post-link:hover img {
  opacity: .7;
}
.pre-header .post:first-child {
  min-height: 470px;
  background: rgba(255, 255, 255, 0.1);
}
.pre-header .post:nth-child(2) {
  background: rgba(255, 255, 255, 0.2);
}

/* Widgets
--------------------------------------------- */
.widget-title, .widgettitle {
  color: #656D78;
  font-size: 1.4em;
  margin-bottom: 1em;
  position: relative;
}

.user-profile {
  text-align: center;
}
.user-profile .avatar {
  border-radius: 50%;
  display: block;
  margin: 0 auto;
  margin-bottom: 1em;
  margin-top: 1em;
}

.widget_nav_menu {
  width: 100%;
}

.widget_tag_cloud a {
  background: #e74c3c;
  color: #fff !important;
  font-size: .8em;
  padding: .2em;
  display: inline-block;
  vertical-align: middle;
  margin: 0 3px 3px 0;
  padding: 7px 10px;
  font-size: 12px;
  line-height: 1;
  -webkit-transition: all 300ms;
  -moz-transition: all 300ms;
  -o-transition: all 300ms;
  transition: all 300ms;
  text-transform: capitalize;
  letter-spacing: 1px;
}

.widget_archive li, .widget_categories li {
  border-bottom: 1px dotted #e5e5e5;
}
.widget_archive li a, .widget_categories li a {
  color: #656D78;
}

.widget_recent_entries ul li a {
  font-weight: 700;
}

.widget_search .search-form {
  background: #fff;
  height: 36px;
  width: 100%;
  max-width: 740px;
  margin: auto;
  overflow: hidden;
}
.widget_search .search-form input {
  border: none;
  border-radius: 0;
}
.widget_search .search-form input[type='submit'] {
  padding: 1.1em 1em;
}

.widget_recent_comments li {
  border-bottom: 1px dotted #e5e5e5;
}
.widget_recent_comments li .comment-author-link {
  font-weight: 700;
}

.enews-widget input {
  margin-bottom: 1em;
}
.enews-widget input[type='submit'] {
  margin-bottom: 0;
  width: 100%;
}

.featured-content {
  font-size: 1em;
  width: 100%;
}
.featured-content article {
  border-bottom: 1px dotted #e5e5e5;
  padding: 1em 0;
  width: 100%;
}
.featured-content article .entry-image {
  float: left;
  vertical-align: top;
  margin-right: 6%;
  max-width: 32%;
}
.featured-content article .entry-header {
  float: left;
  max-width: 62%;
}
.featured-content article .entry-header .entry-title {
  font-size: 1.2em;
  line-height: 20px;
  text-align: left;
}
.featured-content article .entry-header .entry-meta {
  border-bottom: none;
  color: #999;
  float: left;
  font-size: .8em;
  margin: 0;
  text-align: left;
}
.featured-content article:last-child {
  border-bottom: none !important;
}

.screen-reader-text {
  display: none;
}

/* Gravity Forms
--------------------------------------------- */
#content div.gform_wrapper input,
#content div.gform_wrapper select,
#content div.gform_wrapper textarea,
#content div.gform_wrapper .ginput_complex label {
  font-size: 16px;
  font-size: 1rem;
  padding: 16px;
  padding: 1rem;
}

#content div.gform_wrapper input[type="submit"] {
  padding: 16px 24px;
  padding: 1rem 1.5rem;
}

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

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

/*
Layout
---------------------------------------------------------------------------------------------------- */
/*
Meta ans Comments
---------------------------------------------------------------------------------------------------- */
/* Post Info and Meta
--------------------------------------------- */
.entry-meta {
  clear: both;
  color: #4d4d4d;
  line-height: 1.5;
  text-align: center;
}

.entry-header .entry-meta {
  border-bottom: 1px dotted #e5e5e5;
  margin-bottom: 2em;
  padding-bottom: 1em;
}

.entry-footer .entry-meta {
  border-top: 1px dotted #e5e5e5;
  font-size: .8em;
  margin-bottom: 0;
  padding-top: 24px;
}
.entry-footer .entry-meta .entry-categories, .entry-footer .entry-meta .entry-author-link, .entry-footer .entry-meta .entry-comments-link {
  display: inline-block;
  padding-right: 15px;
  position: relative;
}
.entry-footer .entry-meta .entry-categories a:before, .entry-footer .entry-meta .entry-author-link:before, .entry-footer .entry-meta .entry-comments-link a:before {
  color: #656D73;
  content: "\e059";
  display: block;
  font-family: 'genesisthemes';
  speak: none;
  float: left;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  margin-right: .4em;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
}
.entry-footer .entry-meta .entry-categories a:before {
  content: "\e059";
}
.entry-footer .entry-meta .entry-author-link:before {
  content: "\e074";
}
.entry-footer .entry-meta .entry-comments-link a:before {
  content: "\e076";
}

.entry-meta .entry-comments {
  background: url(images/post-comments.png) no-repeat center left;
  margin-left: 16px;
  padding-left: 20px;
  color: #656a6c;
}

.entry-categories a, .entry-author-link, .entry-comments-link a, .post-edit-link {
  color: #656D78;
}

/* Comments
--------------------------------------------- */
.entry-comments,
#respond {
  background: #fff;
  box-shadow: 0 0 1px rgba(0, 0, 0, 0.15);
  line-height: 1.5;
  margin: 0 3em 3em 3em;
  min-height: 400px;
  overflow: hidden;
  padding: 4em;
}
.entry-comments #commentform,
#respond #commentform {
  position: relative;
}

.ping-list,
.entry-comments {
  margin-bottom: 3em;
}

.comment-form-author,
.comment-form-email,
.comment-form-url {
  width: 50%;
}

.commentmetadata,
.comment-form-author,
.comment-form-email,
.comment-form-url {
  margin-bottom: 1em;
}

.comment-list li,
.ping-list li {
  list-style-type: none;
  margin-top: 24px;
}

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

.comment-header {
  overflow: hidden;
}

.comment-content p {
  margin-bottom: 24px;
}

#comment {
  background: #fff;
  clear: both;
  padding: 2em;
}

.comment-author {
  margin-bottom: .5em;
}

.comment-meta {
  font-size: .8em;
  font-style: italic;
  text-transform: uppercase;
}

.comment-reply-link {
  border: 1px solid #e5e5e5;
  border-radius: 2em;
  color: #656D78;
  padding: .2em 1.2em;
}

.entry-comments .navigation {
  margin-top: 32px;
}

.comment-list li .avatar {
  float: left;
  margin: 0 16px 24px 0;
}

/* Post Content Styles
--------------------------------------------- */
.entry-content p {
  margin-bottom: 2em;
}

article.page .entry-content p:first-child, article.post .entry-content p:first-child {
  font-weight: 500;
}

.page .entry-content {
  margin-top: 2em;
}

/* After Post
--------------------------------------------- */
.after-post {
  background: #f2f2f2;
  border: 1px solid #d9d9d9;
  padding: 10px;
  margin-bottom: 50px;
}

/* Blockquotes
--------------------------------------------- */
blockquote {
  padding: 1em 4em;
}
blockquote p:first-child:first-letter {
  font-size: 2.5em !important;
}

blockquote p:first-child {
  font-weight: normal !important;
}

blockquote::before {
  font-size: 2em;
  line-height: 58px;
  font-family: 'genesisthemes';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  content: "\e611";
  display: block;
  height: 0;
  left: -60px;
  position: relative;
  top: -18px;
}

/* Lists
--------------------------------------------- */
.entry-content ol,
.entry-content ul {
  margin-bottom: 26px;
}

.entry-content ol li,
.entry-content ul li {
  line-height: 1.625;
  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 {
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}
.entry-content::after {
  clear: both;
  content: "";
  display: table;
}

/* Sidebar
--------------------------------------------- */
.sidebar.widget-area ul li {
  list-style-type: none;
  padding: 1em 0;
  word-wrap: break-word;
}

.sidebar {
  color: #b0b8bd;
  display: inline;
  font-size: .9em;
  line-height: 1.5;
}
.sidebar .widget {
  background: #fff;
  box-shadow: 0 0 1px rgba(0, 0, 0, 0.15);
  margin-bottom: 3em;
  padding: 2em;
  overflow: hidden;
}
.sidebar .widget-area ul li {
  list-style-type: none;
  margin-bottom: 6px;
  word-wrap: break-word;
}
.sidebar p {
  margin-bottom: 16px;
}
.sidebar a, .sidebar h2 a, .sidebar h2 a:visited {
  color: #656D78;
}

/* Site Footer
--------------------------------------------- */
.site-footer {
  float: right;
  clear: both;
  font-size: 1em;
  width: 80%;
}
.site-footer a {
  color: #656D78;
}
.site-footer .wrap {
  margin: 0 2em 0 2.5em;
}
.site-footer .wrap p {
  font-size: .8em;
}

.site-footer .wrap {
  overflow: hidden;
  padding: 1em 0;
}

.site-footer p {
  font-size: 1em;
  text-align: center;
}

/* Footer Widgets
--------------------------------------------- */
.footer-widgets {
  display: block;
  float: right;
  margin-right: 0;
  padding: 0 3em;
  width: 81.5%;
}
.footer-widgets p {
  margin-bottom: 16px;
}
.footer-widgets .widget {
  margin-bottom: 2em;
}
.footer-widgets .widget-area {
  font-size: .8em;
}
.footer-widgets .widget-area .widget-title {
  font-weight: 700;
}
.footer-widgets .widget-area a {
  color: #656D78;
}
.footer-widgets .widget-area ul li {
  list-style-type: none;
  margin-bottom: 6px;
  word-wrap: break-word;
}

.footer-widgets .wrap > div {
  display: table-cell;
}

/* 3-column Footer Widgets
--------------------------------------------- */
.footer-widgets-1,
.footer-widgets-2,
.footer-widgets-3 {
  width: 30.8%;
  /* 360px / 1200px */
  float: left;
}

.footer-widgets-1,
.footer-widgets-2 {
  margin-right: 3.8%;
  /* 60px / 1200px */
}

@media only screen and (max-width: 768px) {
  .footer-widgets-1,
  .footer-widgets-2,
  .footer-widgets-3 {
    width: 100%;
  }

  .footer-widgets-1,
  .footer-widgets-2 {
    margin-right: 0;
  }
}
/* Footer Navigation
--------------------------------------------- */
.site-footer #footer-nav .wrap {
  border: none;
  padding: 0;
}

.site-footer ul.menu-footer {
  font-size: 13px;
  font-weight: normal;
}

.site-footer ul.menu-footer a {
  padding: 0rem .75rem;
}

/*
Modules
---------------------------------------------------------------------------------------------------- */
/* Forms
--------------------------------------------- */
input:focus,
textarea:focus {
  outline: none;
}

input[type='text'],
input[type='password'],
input[type='search'],
input[type='email'],
input[type='url'],
input[type='tel'],
input[type='number'],
input[type='date'],
input[type='month'],
input[type='week'],
input[type='time'],
textarea {
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
  border-top-right-radius: 2px;
  border-bottom-left-radius: 2px;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
  border-top-left-radius: 2px;
  padding: .9em;
  max-width: 100%;
  width: 100%;
  border-radius: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  border: 1px solid #e5e5e5;
  background: #f9f9f9;
  width: 100%;
}

textarea {
  background: #f9f9f9;
  border: 1px solid #e5e5e5;
  resize: vertical;
}

select {
  background: #fff url(images/select.png) no-repeat center right;
  background-size: 20px 10px;
  border: 1px solid #e5e5e5;
  border-radius: 0;
  color: #2c2c2c;
  font-size: 1em;
  font-weight: 400;
  letter-spacing: 1px;
  padding: .9em;
  -webkit-appearance: none;
  -moz-appearance: none;
  width: 100%;
}

.placeholder {
  text-overflow: ellipsis;
}

::placeholder {
  text-overflow: ellipsis;
}

input[type='search'] {
  box-sizing: border-box;
}

.search-form,
.post-password-form {
  display: flex;
  align-items: center;
}
.search-form input[type='submit'],
.post-password-form input[type='submit'] {
  margin-left: .25em;
}

.search-form input[type='search'] {
  flex: 1;
}

.post-password-form input[type='password'] {
  flex: 1;
}

.ninja-forms-req-symbol {
  color: #e74c3c !important;
}

/* Buttons
--------------------------------------------- */
.btn, button,
input[type='button'],
input[type='reset'],
input[type='submit'], .button {
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  background-color: #e74c3c;
  box-sizing: border-box;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  width: auto;
  border: none;
  text-align: center;
  line-height: 1;
  padding: 1em 3em;
  text-decoration: none;
  -webkit-appearance: none;
  -moz-appearance: none;
}
.btn:hover, button:hover,
input[type='button']:hover,
input[type='reset']:hover,
input[type='submit']:hover, .btn:focus, button:focus,
input[type='button']:focus,
input[type='reset']:focus,
input[type='submit']:focus, .btn:active, button:active,
input[type='button']:active,
input[type='reset']:active,
input[type='submit']:active, .button:hover, .button:focus, .button:active {
  background-color: #000;
}
.btn.block, button.block,
input.block[type='button'],
input.block[type='reset'],
input.block[type='submit'], .button.block {
  display: block;
  margin-right: auto;
  margin-left: auto;
}

.more-link {
  background-color: transparent;
  border: 1px solid #e5e5e5;
  border-radius: 2em;
  color: #000;
  cursor: pointer;
  display: table;
  font-size: 1em;
  font-weight: 400;
  line-height: 1.625;
  margin: 0 auto;
  margin-top: 2em;
  padding: .5em 1.5em;
  text-align: center;
  white-space: normal;
  width: auto;
}

.more-link:hover {
  background-color: #e74c3c;
  color: #fff;
}

/* Obejects and Images
--------------------------------------------- */
embed,
iframe,
img,
object,
video,
.wp-caption {
  max-width: 100%;
}

audio,
canvas,
img,
video {
  vertical-align: middle;
}

img {
  width: auto;
  height: auto;
}

img.aligncenter,
.aligncenter {
  display: block;
  margin: 0 auto 1.5em auto;
}

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

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

img.alignleft,
.wp-caption.alignleft {
  margin-right: 1.5em;
  margin-bottom: 1.5em;
}

img.alignright,
.wp-caption.alignright {
  margin-bottom: 1.5em;
  margin-left: 1.5em;
}

.wp-caption {
  width: auto !important;
}
.wp-caption p {
  margin-bottom: 0;
}

.wp-caption-text {
  margin: 0;
  text-align: center;
}

/*
Theme Add ons
---------------------------------------------------------------------------------------------------- */
.theme-white:before {
  background-color: #fff !important;
}

.theme-white .genesis-nav-menu .menu-item {
  border-bottom: 1px solid #e5e5e5;
}
.theme-white .simple-social-icons ul li a {
  background-color: #fff !important;
}
.theme-white .mobile-menu .menu-toggle:before {
  color: #bbb3ac;
}
@media screen and (max-width: 50em) {
  .theme-white .mobile-menu .genesis-nav-menu .menu-item {
    background-color: #fff;
  }
}
@media screen and (max-width: 50em) {
  .theme-white .mobile-menu .menu-item .sub-menu li a {
    background: #fff;
    color: #bbb3ac;
  }
}

#color-select li:first-child {
  background: #2c343c;
}

/* Toolbar
--------------------------------------------- */
.toolbar {
  float: left;
  display: block;
  margin-right: 1.87727%;
  width: 72.83273%;
  display: block;
  width: 80%;
  margin-right: 0;
  float: right;
}
.toolbar:last-child {
  margin-right: 0;
}
.toolbar .wrap {
  margin: 0 2em 0 2.5em;
}
.toolbar .widget-area {
  float: right;
  width: 90%;
}
.toolbar .widget-area .simple-social-icons ul li {
  list-style-type: none !important;
  margin: 9px 6px 9px !important;
}
.toolbar #trigger-overlay {
  color: #656D73;
  content: "\e602";
  display: block;
  font-family: 'genesisthemes';
  font-size: 1em;
  float: right;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  padding: 1.1em .8em;
  pointer: cursor;
  -webkit-font-smoothing: antialiased;
}

/* Custom font GenesisThemes
--------------------------------------------- */
@font-face {
  font-family: 'genesisthemes';
  src: url("fonts/genesisthemes.eot?-555nh1");
  src: url("fonts/genesisthemes.eot?#iefix-555nh1") format("embedded-opentype"), url("fonts/genesisthemes.ttf?-555nh1") format("truetype"), url("fonts/genesisthemes.woff?-555nh1") format("woff"), url("fonts/genesisthemes.svg?-555nh1#genesisthemes") format("svg");
  font-weight: normal;
  font-style: normal;
}
[data-icon]:before {
  font-family: 'genesisthemes';
  content: attr(data-icon);
  speak: none;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* Overlay
--------------------------------------------- */
.overlay-scale {
  visibility: hidden;
  opacity: 0;
  -webkit-transform: scale(0.9);
  transform: scale(0.9);
  -webkit-transition: -webkit-transform 0.2s, opacity 0.2s, visibility 0s 0.2s;
  transition: transform 0.2s, opacity 0.2s, visibility 0s 0.2s;
}

.overlay-scale.open {
  visibility: visible;
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition: -webkit-transform 0.4s, opacity 0.4s;
  transition: transform 0.4s, opacity 0.4s;
}

@media screen and (max-height: 30.5em) {
  .overlay nav {
    height: 70%;
    font-size: 34px;
  }

  .overlay ul li {
    min-height: 34px;
  }
}
.overlay {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(255, 255, 255, 0.95);
  z-index: 99999;
}
.overlay .tb {
  display: table;
  height: 100%;
  width: 100%;
  table-layout: fixed;
}
.overlay .tb .tb-cell {
  width: 100%;
  text-align: center;
  display: table-cell;
  vertical-align: middle;
}
.overlay .tb .tb-cell .search-form {
  border: 1px solid #e5e5e5;
  width: 90%;
  max-width: 740px;
  margin: auto;
  overflow: hidden;
}
.overlay .tb .tb-cell .search-form input {
  border: none;
  border-radius: 0;
}
.overlay .tb .tb-cell .search-form input[type='submit'] {
  padding: 1.1em 2em;
}

.overlay section {
  position: relative;
  top: 50%;
  height: 60%;
  width: 60%;
  left: 20%;
  right: 20%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  text-align: center;
}
.overlay section .search-form {
  display: table-cell;
  vertical-align: middle;
}

.overlay section form {
  text-align: left;
}

.overlay .widgettitle {
  font-size: 26px;
}

/* Overlay closing cross */
.overlay .overlay-close {
  background: none;
  border-radius: 0;
  color: #656D73;
  width: 50px;
  height: 50px;
  padding: 0;
  position: absolute;
  right: 20px;
  top: 20px;
  overflow: hidden;
  outline: none;
  z-index: 200;
  text-align: center;
  font-family: 'genesisthemes';
  font-size: 2em;
  float: right;
  speak: none;
  line-height: 1;
  pointer: cursor;
  -webkit-font-smoothing: antialiased;
}

/* Menu style */
.overlay nav {
  text-align: center;
  position: relative;
  top: 50%;
  height: 60%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.overlay ul {
  list-style: none;
  padding: 0;
  margin: 0 auto;
  display: inline-block;
  height: 100%;
  position: relative;
}

.overlay ul li {
  display: block;
  height: 20%;
  height: calc(100% / 5);
  min-height: 54px;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.overlay ul li a {
  font-size: 54px;
  font-weight: 300;
  display: block;
  color: #fff;
  -webkit-transition: color 0.2s;
  text-decoration: none;
  transition: color 0.2s;
}

.overlay ul li a:hover,
.overlay ul li a:focus {
  color: #f0f0f0;
}

/* Effects */
.overlay-slidedown {
  visibility: hidden;
  -webkit-transform: translateY(-100%);
  transform: translateY(-100%);
  -webkit-transition: -webkit-transform 0.4s ease-in-out, visibility 0s 0.4s;
  transition: transform 0.4s ease-in-out, visibility 0s 0.4s;
}

.overlay-slidedown.open {
  visibility: visible;
  -webkit-transform: translateY(0%);
  transform: translateY(0%);
  -webkit-transition: -webkit-transform 0.4s ease-in-out;
  transition: transform 0.4s ease-in-out;
}

@media screen and (max-height: 30.5em) {
  .overlay nav {
    height: 70%;
    font-size: 34px;
  }

  .overlay ul li {
    min-height: 34px;
  }
}
.featured-three {
  display: block;
  height: 100%;
  margin-bottom: 4em;
  overflow: auto;
}
.featured-three .featured-box {
  float: left;
  width: 50%;
}
.featured-three .featured-box img {
  width: inherit;
  height: inherit;
}

/* To Top
--------------------------------------------- */
.to-top {
  color: #535353;
  background: #fff;
  bottom: 40px;
  display: inline-block;
  font-family: 'genesisthemes';
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  padding: .5em;
  position: fixed;
  speak: none;
  right: 7px;
  overflow: hidden;
  white-space: nowrap;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  transition: all .3s;
  z-index: 99;
}

.to-top.top-is-visible {
  visibility: visible;
  opacity: 1;
}

.to-top.top-fade-out {
  opacity: 1;
}

.no-touch .to-top:hover {
  background-color: #fff;
  opacity: 1;
}

/*
Media Queries
---------------------------------------------------------------------------------------------------- */
/* Media Queries
--------------------------------------------- */
/*-----Defaults-----*/
@media screen and (max-width: 65em) {
  body:before {
    display: none;
  }
}
@media screen and (max-width: 30em) {
  body {
    font-size: 12px;
  }
}
@media screen and (max-width: 50em) {
  .one-half, .one-third, .two-thirds, .one-sixth, .two-sixths, .five-sixths, .one-fourth, .three-fourths, .fifth, .seventh {
    padding: 2em;
  }
}
/*-----Wraps-----*/
@media screen and (max-width: 65em) {
  .site-container .site-inner {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 31.76157%;
    float: right;
    margin-top: 0 !important;
  }
  .site-container .site-inner:last-child {
    margin-right: 0;
  }
}
@media screen and (max-width: 65em) {
  .full-width-content .site-container .site-inner {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 100%;
  }
  .full-width-content .site-container .site-inner:last-child {
    margin-right: 0;
  }
  .full-width-content .site-container .site-inner .content .post, .full-width-content .site-container .site-inner .content .page, .full-width-content .site-container .site-inner .author-box, .full-width-content .site-container .site-inner #respond, .full-width-content .site-container .site-inner .attachment {
    margin: 0 3em 4em 3em;
  }
}
@media screen and (max-width: 65em) {
  .full-width-content .site-container .site-inner .content .post-link {
    margin: 0 3em;
  }
}
@media screen and (max-width: 30em) {
  .full-width-content .site-container .site-inner .content .post-link {
    margin: 0;
  }
}
@media screen and (max-width: 30em) {
  .full-width-content .site-container .site-inner .content .post, .full-width-content .site-container .site-inner .content .page, .full-width-content .site-container .site-inner .content .author-box {
    margin: 0 0 4em 0;
    padding: 2em;
  }
}

@media screen and (max-width: 65em) {
  .content-sidebar .site-container .site-inner {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 100%;
  }
  .content-sidebar .site-container .site-inner:last-child {
    margin-right: 0;
  }
}
@media screen and (max-width: 50em) {
  .content-sidebar .site-container .site-inner .content {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 100%;
  }
  .content-sidebar .site-container .site-inner .content:last-child {
    margin-right: 0;
  }
}
@media screen and (max-width: 30em) {
  .content-sidebar .site-container .site-inner .content {
    float: left;
    display: block;
    margin-right: 7.42297%;
    width: 100%;
  }
  .content-sidebar .site-container .site-inner .content:last-child {
    margin-right: 0;
  }
}
@media screen and (max-width: 30em) {
  .content-sidebar .site-container .site-inner .content .post-link {
    margin: 0;
  }
}
@media screen and (max-width: 30em) {
  .content-sidebar .site-container .site-inner .content .post, .content-sidebar .site-container .site-inner .content .page, .content-sidebar .site-container .site-inner .content .author-box, .content-sidebar .site-container .site-inner .content .attachment {
    margin: 0 0 2em 0;
    padding: 2em;
  }
}
@media screen and (max-width: 50em) {
  .content-sidebar .site-container .site-inner .sidebar {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 100%;
    margin-top: 0;
    padding: 2em;
  }
  .content-sidebar .site-container .site-inner .sidebar:last-child {
    margin-right: 0;
  }
}
@media screen and (max-width: 30em) {
  .content-sidebar .site-container .site-inner .sidebar {
    float: left;
    display: block;
    margin-right: 7.42297%;
    width: 100%;
    padding: 2em;
  }
  .content-sidebar .site-container .site-inner .sidebar:last-child {
    margin-right: 0;
  }
}

@media screen and (max-width: 30em) {
  .full-width-content #comments, .full-width-content #respond {
    margin: 4em 0;
  }
}
/*-----Toolbar-----*/
@media screen and (max-width: 65em) {
  .toolbar {
    width: 100%;
    text-align: center;
  }
  .toolbar #trigger-overlay {
    display: none;
  }
  .toolbar .widget-area {
    display: inline-block;
    float: none;
  }
  .toolbar .wrap {
    margin: 0 .5em;
  }
  .toolbar .wrap .menu {
    display: inline-block;
    float: none;
    margin: 0 auto;
  }
}
/*-----Header-----*/
@media screen and (max-width: 65em) {
  .theme-white .site-header {
    background: #fff;
  }
}
@media screen and (max-width: 65em) {
  .site-header {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 100%;
    background: #2c343c;
    padding: 2% 2% 0 2%;
    position: relative;
  }
  .site-header:last-child {
    margin-right: 0;
  }
  .site-header .stick {
    position: relative !important;
    top: 0;
    z-index: 200;
    width: 100% !important;
  }
}
@media screen and (max-width: 50em) {
  .site-header {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 100%;
    margin-right: 0;
    padding: 0;
    position: relative;
  }
  .site-header:last-child {
    margin-right: 0;
  }
  .site-header .stick {
    position: relative !important;
    top: 0;
    z-index: 100;
    width: 100% !important;
  }
}
@media screen and (max-width: 30em) {
  .site-header {
    float: left;
    display: block;
    margin-right: 7.42297%;
    width: 100%;
    border-right: 0;
    margin-bottom: 0;
    padding: 0;
    position: relative;
  }
  .site-header:last-child {
    margin-right: 0;
  }
}
@media screen and (max-width: 65em) {
  .site-header .wrap .widget-area {
    text-align: center;
  }
}
@media screen and (max-width: 65em) {
  .site-header .wrap .widget-area .widget {
    display: inline-block;
    float: none;
  }
}
@media screen and (max-width: 65em) {
  .site-header .wrap .widget-area {
    width: 100%;
  }
}

@media screen and (max-width: 50em) {
  .header-image .site-title,
  .header-image .site-title a,
  .header-image .title-area {
    height: 140px;
    width: 100%;
    margin: 2em 0 1em 0;
    text-align: center;
  }
  .header-image .site-title a,
  .header-image .site-title a a,
  .header-image .title-area a {
    display: inline-block;
  }
}
/*-----Pre header-----*/
@media screen and (max-width: 65em) {
  .pre-header {
    max-height: 360px;
  }
  .pre-header .post {
    min-height: 180px;
  }
  .pre-header .post:first-child {
    min-height: 360px;
  }
}
@media screen and (max-width: 50em) {
  .pre-header {
    max-height: inherit;
  }
  .pre-header .post {
    margin: 0 !important;
    min-height: 200px;
    padding: 0 !important;
    width: 100%;
  }
  .pre-header .post .entry-content {
    bottom: 1em;
  }
}
@media screen and (max-width: 30em) {
  .pre-header {
    margin: 0 0 4em 0;
  }
  .pre-header .post, .pre-header .post:first-child {
    min-height: 146px;
  }
}
/*-----Navigation-----*/
@media screen and (max-width: 65em) {
  .genesis-nav-menu {
    display: inline-block;
    margin: 0 auto;
    margin-bottom: -5px;
    width: auto;
  }
  .genesis-nav-menu .menu-item {
    border: none;
    float: left;
  }
  .genesis-nav-menu .menu-item a {
    float: left;
    padding: 1.5em 1em;
    position: relative;
  }
  .genesis-nav-menu .menu-item:before {
    display: none;
  }
  .genesis-nav-menu .menu-item.menu-item-has-children {
    float: left;
    position: relative;
  }
  .genesis-nav-menu .menu-item.menu-item-has-children > a:after {
    content: "";
    width: 7px;
    height: 7px;
    border-right: 1px solid #c2c2c2;
    border-top: 1px solid #c2c2c2;
    -webkit-transform: rotate(135deg);
    -moz-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    -o-transform: rotate(135deg);
    transform: rotate(135deg);
    position: absolute;
    right: 0;
    top: -2px;
    bottom: 0;
    margin: auto 0;
  }
  .genesis-nav-menu .sub-menu {
    box-shadow: none;
    display: none;
    left: 0;
    margin-left: 0;
    top: 59px;
  }
  .genesis-nav-menu .sub-menu .menu-item {
    clear: both;
    float: left;
    width: 100%;
  }
  .genesis-nav-menu .sub-menu .menu-item .sub-menu {
    display: none;
    left: 100%;
    position: absolute;
    top: 0;
  }
  .genesis-nav-menu .sub-menu .menu-item:hover > .sub-menu {
    display: block;
    left: 100%;
  }
  .genesis-nav-menu .sub-menu a {
    float: none;
    padding: .9em 0;
    color: #00aace;
    letter-spacing: 0;
    position: relative;
    width: auto;
    background: lime;
  }
  .genesis-nav-menu .menu-item:hover > .sub-menu {
    display: block;
    left: 0;
  }
}
@media screen and (max-width: 50em) {
  .genesis-nav-menu {
    display: inline-block;
    margin: 0 auto;
    margin-bottom: -5px;
    width: 100%;
  }
}
@media screen and (max-width: 30em) {
  .prev-next-navigation {
    display: none;
  }
}
/*-----Meta-Comments-----*/
@media screen and (max-width: 50em) {
  .comment-form-author,
  .comment-form-email,
  .comment-form-url {
    width: 100%;
  }
}
@media screen and (max-width: 30em) {
  .content-sidebar #comments, .content-sidebar #respond {
    margin: 4em 0;
    padding: 2em;
  }
}
/*----Columns----*/
@media screen and (max-width: 50em) {
  .five-sixths,
  .four-sixths,
  .one-fourth,
  .one-half,
  .one-sixth,
  .one-third,
  .three-fourths,
  .three-sixths,
  .two-fourths,
  .two-sixths,
  .two-thirds {
    width: 100%;
  }
}
/*-----MISC-----*/
@media screen and (max-width: 30em) {
  blockquote {
    padding: 1em 2em;
  }

  blockquote::before {
    left: -1em;
  }
}
/*-----Footer-----*/
@media screen and (max-width: 65em) {
  .footer-widgets {
    width: 100%;
  }

  .site-footer {
    width: 100%;
  }
  .site-footer .widget-area {
    padding: 3em;
    width: 100%;
  }
}
@media screen and (max-width: 65em) {
  .footer-widgets {
    padding: 0 3em;
  }
}
@media screen and (max-width: 30em) {
  .footer-widgets {
    padding: 0 2em;
  }
}
