/*
	Theme Name: Local Media
	Description: Local Media is a visual and mobile focused Genesis child theme, designed and built by VSELLIS.com.
	Author: VSELLIS
	Author URI: http://vsellis.com
	Version: 1.0.1
	License: GPL-2.0+  
	License URI: http://www.gnu.org/licenses/gpl-2.0.html  
	Text Domain: local-media
	Domain Path: /languages

	Template: genesis
*/
/*! normalize.css v3.0.1 | MIT License | git.io/normalize */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

body {
  margin: 0;
}

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

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

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

[hidden],
template {
  display: none;
}

a {
  background: transparent;
}

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

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

b,
strong {
  font-weight: bold;
}

dfn {
  font-style: italic;
}

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

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

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: 1em 40px;
}

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

pre {
  overflow: auto;
}

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

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

button {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

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

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

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

input {
  line-height: normal;
}

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

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

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

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

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

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

textarea {
  overflow: auto;
}

optgroup {
  font-weight: bold;
}

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

td,
th {
  padding: 0;
}

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

.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
* ------------------------------------------------------------------------------------------------------------------------------
*/
html, html a {
  -webkit-font-smoothing: antialiased !important;
  -moz-osx-font-smoothing: grayscale;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.004);
}

body {
  background-color: #fff;
  color: #222;
  font-family: "Open Sans", Arial, sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.5;
}

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

.content a,
.author-hero a {
  font-weight: 400;
}

p {
  margin-bottom: 24px;
}

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

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

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

strong {
  font-weight: 700;
}

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

h1, h2, h3, h4, h5, h6 {
  font-family: "Open Sans";
  margin: 0.45em 0;
  font-weight: 200;
}

.mobile-only {
  display: none;
}

.fluid-width-video-wrapper {
  width: 100%;
  position: relative;
  padding: 0;
  padding-top: 56.2393162393162%;
}

.fluid-width-video-wrapper iframe,
.fluid-width-video-wrapper object,
.fluid-width-video-wrapper embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

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

/**
* ------------------------------------------------------------------------------------------------------------------------------
* Header Styles
* ------------------------------------------------------------------------------------------------------------------------------
*/
/* Top Bar Styles
------------------------------------- */
.top-bar {
  background-color: #eee;
  padding: 5px 0;
}
.top-bar li {
  list-style: none;
  display: inline-block;
  margin-right: 15px;
}
.top-bar a {
  font-family: Oswald;
  color: #181818;
}
.top-bar .simple-social-icons {
  line-height: 26px;
  vertical-align: middle;
}
.top-bar .simple-social-icons ul li {
  margin: 0 !important;
}
.top-bar .one-third:last-of-type {
  text-align: right;
}
.top-bar .search-form input[type="search"] {
  max-width: 155px;
  padding: 2px 8px;
  border: none;
}
.top-bar .search-form input[type="submit"] {
  padding: 1px 12px;
}

/*
Site Header
---------------------------------------------------------------------------------------------------- */
.site-header {
  background-color: #fff;
  padding: 0;
}

.site-header .wrap {
  padding: 20px 0;
}

/* Title Area
--------------------------------------------- */
.title-area {
  float: left;
  font-family: "Open Sans", Arial, sans-serif;
  font-weight: 700;
  padding: 16px 0;
  width: 350px;
}

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

.site-title {
  font-size: 28px;
  line-height: 1;
  margin: 0 0 8px;
  text-transform: uppercase;
}

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

.site-description {
  color: #999;
  font-size: 16px;
  font-weight: 300;
  line-height: 1;
  margin-bottom: 0;
}

/* Full width header, no widgets */
.header-full-width .title-area,
.header-full-width .site-title {
  width: 100%;
}

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

/* Logo, hide text */
.header-image .site-header .wrap {
  background: url(images/logo.jpg) no-repeat left center;
  padding: 0;
}

.header-image .site-title a {
  float: left;
  min-height: 150px;
  width: 100%;
}

/* Header Widget Area
--------------------------------------------- */
.header-image .site-header .widget-area {
  max-width: 680px;
  float: right;
  padding: 15px 10px 0 0;
  line-height: 1.5;
  text-align: right;
}
.header-image .site-header .widget-area a.button {
  color: #fff;
}
.header-image .site-header .widget-area span {
  display: block;
  margin-bottom: 3px;
}

.gform_widget {
  overflow: hidden;
  *zoom: 1;
  float: right;
  max-width: 400px;
  min-width: 400px;
  background-color: #656667;
  color: #fff;
  padding: 0 10px;
}
.gform_widget input[type="text"].medium {
  padding: 7px !important;
  width: 50% !important;
}
.gform_widget .gform_body .gfield_label {
  display: none !important;
}
.gform_widget .gform_footer.top_label {
  float: right;
  margin: -54px 0 0 0;
}
.gform_widget .gform_footer .button {
  border: none;
}
.gform_widget .widgettitle {
  font-size: 1.6em;
  text-align: Center;
  margin: 0;
}

/**
* ------------------------------------------------------------------------------------------------------------------------------
* Navigation Styles
* ------------------------------------------------------------------------------------------------------------------------------
*/
/*
Site Navigation
---------------------------------------------------------------------------------------------------- */
.genesis-nav-menu {
  clear: both;
  color: #fff;
  font-family: Oswald;
  width: 100%;
  /* Navigation sub-menu */
}
.genesis-nav-menu a {
  color: #444;
  display: block;
  font-family: "oswald",sans-serif;
  font-size: 16px;
  font-weight: 400;
  padding: 20px 12px 19px;
}
.genesis-nav-menu .menu-item {
  display: inline-block;
  text-align: left;
}
.genesis-nav-menu a:hover,
.genesis-nav-menu .current-menu-item > a,
.genesis-nav-menu .sub-menu .current-menu-item > a:hover {
  color: #ed3534;
}
.genesis-nav-menu .sub-menu {
  left: -9999px;
  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;
  /* Third level menu */
}
.genesis-nav-menu .sub-menu .current-menu-item > a {
  color: #ed3534;
}
.genesis-nav-menu .sub-menu a {
  background-color: #fff;
  border: 1px solid #eee;
  border-top: none;
  display: block;
  line-height: 1.7;
  padding: 10px 15px 8px;
  position: relative;
  width: 200px;
  word-wrap: break-word;
}
.genesis-nav-menu .sub-menu .sub-menu {
  margin: -46px 0 0 199px;
}

nav.top-bar-responsive-menu {
  display: none;
}

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

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

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

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

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

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

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

/* Site Header Navigation
--------------------------------------------- */
.site-header .sub-menu .sub-menu {
  margin-top: -55px;
}

/* Primary Navigation
--------------------------------------------- */
.menu-primary {
  max-width: 1140px;
  margin: 0 auto;
}
.menu-primary > li:first-child > a {
  padding-left: 0;
}

.nav-primary {
  border-top: 3px solid #eee;
  border-bottom: 3px solid #eee;
}

/* Secondary Navigation
--------------------------------------------- */
.nav-secondary {
  text-align: center;
}

/* Header Navigation 
--------------------------------------------- */
nav.nav-header {
  float: left;
  clear: none;
}

/* Mobile Menu
--------------------------------------------- */
.mobile-bar {
  display: none;
  background: #fff;
  background-size: 75px;
  background-repeat: no-repeat;
  background-position: 2%;
  position: fixed;
  width: 100%;
  height: 3em;
  top: 0;
  z-index: 9999;
}
.mobile-bar nav {
  display: none;
  background-color: #fff;
  position: absolute;
  height: auto;
  width: 100%;
  left: 0;
  top: 48px;
  overflow-y: scroll !important;
  max-height: 400px !important;
}
.mobile-bar nav .menu-item:first-child a {
  padding-left: 16px;
}
.mobile-bar .nav-primary {
  border: none;
}
.mobile-bar .mobile-bar-left {
  width: 90%;
  float: left;
}
.mobile-bar .mobile-bar-right {
  width: 10%;
  float: right;
}

.search-container {
  position: relative;
}
.search-container .search-box {
  float: right;
  transition: width 0.6s, border-radius 0.6s, background 0.6s, box-shadow 0.6s;
  width: 40px;
  height: 40px;
  cursor: pointer;
  border: none;
  box-shadow: none;
  position: absolute;
  right: 0;
  top: 5px;
}
.search-container .search-box + label .search-icon {
  color: black;
}
.search-container .search-box:hover {
  color: white;
}
.search-container .search-box:hover + label .search-icon {
  color: white;
}
.search-container .search-box:focus {
  transition: width 0.6s cubic-bezier(0, 1.22, 0.66, 1.39), border-radius 0.6s, background 0.6s;
  border: none;
  outline: none;
  box-shadow: none;
  padding: 10px;
  cursor: text;
  width: 200px;
  border-radius: auto;
  background: #ebebeb;
  color: black;
}
.search-container .search-box:focus + label .search-icon {
  color: black;
}
.search-container .search-box:not(:focus) {
  text-indent: -5000px;
}
.search-container #search-submit {
  position: relative;
  left: -5000px;
}
.search-container .search-icon {
  position: absolute;
  right: 10px;
  bottom: 5px;
  cursor: pointer;
}

.site-header nav {
  display: none;
  background-color: #fff;
  position: absolute;
  height: auto;
  width: 100%;
  left: 0;
  top: 46px;
  overflow-y: scroll !important;
  max-height: 400px !important;
}
.site-header .mobile-menu {
  padding: 0 30px;
}
.site-header .mobile-menu ul {
  padding: 0;
}
.site-header .mobile-menu li a {
  padding: 14px 16px;
  text-align: left;
  border-bottom: 1px solid #e7e7e7;
}
.site-header .mobile-menu .sub-menu {
  box-shadow: none;
}
.site-header .mobile-menu .sub-menu li a {
  padding-left: 2em;
  background-color: #eee;
}
.site-header .mobile-menu .sub-menu li .sub-menu li a {
  padding-left: 3em;
}
.site-header .mobile-bar-right {
  display: none;
}

/**
* ------------------------------------------------------------------------------------------------------------------------------
* Main Layout Styles
* ------------------------------------------------------------------------------------------------------------------------------
*/
/* Site Containers
--------------------------------------------- */
.site-inner,
.wrap {
  margin: 0 auto;
  max-width: 1140px;
}

.site-inner {
  clear: both;
}

.home .site-inner {
  max-width: none;
  padding-bottom: 20px;
}

/* Column Widths and Positions
--------------------------------------------- */
.content-sidebar-sidebar .content-sidebar-wrap {
  float: left;
}

/* Content */
.content {
  float: right;
  width: 740px;
}

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

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

/* Primary Sidebar */
.sidebar-primary {
  float: right;
  width: 360px;
  margin-left: 10px;
}

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

/* Single Post Layout
--------------------------------------------- */
.single-post .single-author {
  width: 110px;
  float: left;
  text-align: left;
  margin-bottom: 20px;
}
.single-post .single-author .headshot {
  float: none;
}
.single-post .single-author .single-author-name {
  font-size: 14px;
  margin: 5px 0;
  display: inline-block;
}
.single-post .entry-content {
  width: 600px;
  float: right;
}

/* Column Classes
  Link: Link: http://wpsmith.net/2013/wp/genesis-2-0-drops-fifths-from-column-classes/
  Link: http://twitter.github.io/bootstrap/assets/css/bootstrap-responsive.css
--------------------------------------------- */
.five-sixths,
.four-sixths,
.four-fifths,
.one-fifth,
.one-fourth,
.one-half,
.one-sixth,
.one-third,
.three-fourths,
.three-fifths,
.three-sixths,
.two-fourths,
.two-fifths,
.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-fifth {
  width: 17.9487179487179488%;
}

.two-fifths {
  width: 38.4615384615384616%;
}

.three-fifths {
  width: 58.9743589743589744%;
}

.four-fifths {
  width: 79.4871794871794872%;
}

.one-sixth {
  width: 14.52991452991453%;
}

.five-sixths {
  width: 82.90598290598291%;
}

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

.row {
  overflow: hidden;
  *zoom: 1;
}

/**
* ------------------------------------------------------------------------------------------------------------------------------
* Content Styles
* ------------------------------------------------------------------------------------------------------------------------------
*/
/*
Content Area
---------------------------------------------------------------------------------------------------- */
main.content {
  margin-top: 30px;
}

/* Entries
--------------------------------------------- */
.entry {
  background-color: #fff;
  margin-top: 0;
  padding-bottom: 20px;
  word-wrap: break-word;
}
.entry .entry-title {
  color: #666;
  margin: 0.30em 0;
  font-weight: 400;
}
.entry .wp-caption {
  max-width: 100%;
  width: auto;
}
.entry p {
  text-align: justify;
}
.entry ol,
.entry ul {
  padding: 0 30px;
}
.entry a.post-edit-link {
  display: block;
  clear: both;
}
.entry .entry-content img,
.entry .entry-header img {
  max-width: 100%;
  height: auto;
}

.entry-content a {
  color: #ed3534;
}
.entry-content a:hover {
  color: #333;
}
.entry-content a iframe {
  max-width: 100%;
}

.entry-content .attachment a,
.entry-content .gallery a {
  border: none;
}

.entry-content > ol,
.entry-content > ul,
.entry-content p,
.quote-caption {
  margin-bottom: 1.25em;
  margin-top: 0;
}

.entry-content ol li {
  list-style-type: decimal;
}
.entry-content ul li {
  list-style-type: disc;
}
.entry-content li ol li ul li {
  list-style: disc;
}
.entry-content ul li ol li {
  list-style: decimal;
}
.entry-content ol ol,
.entry-content ul ul {
  margin-bottom: 0;
}
.entry-content .search-form {
  width: 50%;
}

.entry-meta {
  color: #111;
  font-size: 14px;
}
.entry-meta a {
  color: #111;
}

p.entry-meta {
  text-align: left;
  font-size: 12px;
  margin: 5px 0;
}

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

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

.entry-footer {
  clear: both;
}
.entry-footer .entry-meta {
  border-top: 2px solid #f5f5f5;
  padding: 32px 40px 8px 0;
}

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

/* Archive Styles
--------------------------------------------- */
.archive .entry,
.blog .entry {
  min-height: 100px;
}
.archive .entry .entry-meta,
.blog .entry .entry-meta {
  margin-bottom: 0;
}

/* Pagination
--------------------------------------------- */
.archive-pagination,
.entry-pagination {
  font-size: 14px;
  padding: 20px 0;
  text-align: center;
  clear: both;
}

.archive-pagination li {
  display: inline;
}

.archive-pagination li a {
  color: #ed3534;
  cursor: pointer;
  display: inline-block;
  font-weight: 600;
  padding: 5px;
}

.archive-pagination li a:hover,
.archive-pagination li.active a {
  color: #f16463;
}

.entry-pagination a {
  border-bottom: 1px solid #ddd;
}

.entry-header .archive-thumb {
  display: block;
  min-height: 180px;
}

/**
* ------------------------------------------------------------------------------------------------------------------------------
* Sidebar Styles
* ------------------------------------------------------------------------------------------------------------------------------
*/
.sidebar {
  color: #999;
}
.sidebar h4.widgettitle {
  font-size: 24px;
  text-transform: none;
}
.sidebar img {
  max-width: 100%;
}
.sidebar a {
  color: #ed3534;
  text-decoration: none;
}
.sidebar a:hover {
  text-decoration: underline;
  color: #db1413;
}
.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 {
  background-color: #fff;
  border-radius: 3px;
  margin-bottom: 20px;
  padding: 0 0 0 10px;
}
.sidebar .gform_wrapper .gform_footer input.button,
.sidebar .gform_wrapper .gform_footer input[type=submit] {
  width: 100%;
}
.sidebar .gform_widget {
  background: #E6E9ED;
  border: 1px solid #D3D3D3;
}
.sidebar .gform_widget h4.widget-title.widgettitle {
  margin: 0;
  color: #333;
  text-align: center;
  text-transform: uppercase;
}

/**
* ------------------------------------------------------------------------------------------------------------------------------
* Footer Styles
* ------------------------------------------------------------------------------------------------------------------------------
*/
/*
Footer Widgets
---------------------------------------------------------------------------------------------------- */
.footer-widgets {
  background: #fff url(images/footer-bg.png);
  color: #fff;
  clear: both;
  padding: 20px 0;
}

.footer-widgets-1,
.footer-widgets-2,
.footer-widgets-3 {
  width: 33%;
  margin: 0;
}

.footer-widgets-1 {
  margin-left: 0;
}

.footer-widgets-4 {
  margin-right: 0;
}

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

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

.footer-widgets {
  font-size: 14px;
  color: #fff;
}
.footer-widgets a {
  color: #fff;
  text-decoration: none;
}
.footer-widgets a:hover {
  color: #ddd;
}
.footer-widgets .widget {
  margin-bottom: 24px;
}
.footer-widgets .widget-title {
  color: #fff;
  font-size: 18px;
  margin: 0 0 10px 0;
}
.footer-widgets li {
  list-style-position: inside;
  margin-bottom: 3px;
  word-wrap: break-word;
}
.footer-widgets .search-form input:focus {
  border: 1px solid #ddd;
}

/*
Site Footer
---------------------------------------------------------------------------------------------------- */
.site-footer {
  background: #fff url(images/footer-bg.jpg) no-repeat center center;
  border-top: 3px solid #eee;
  color: #505050;
  padding: 15px 0;
  text-align: center;
  font-family: "Open Sans", Arial, sans-serif;
  font-size: 18px;
  font-weight: 200;
}
.site-footer a {
  color: #222;
}
.site-footer nav {
  clear: both;
  width: 100%;
}
.site-footer .footer-menu-1,
.site-footer .footer-menu-2 {
  font-family: "Open Sans", Arial, sans-serif;
  text-align: center;
  margin: 10px 0;
}
.site-footer .footer-menu-1 li,
.site-footer .footer-menu-2 li {
  display: inline-block;
}
.site-footer p {
  margin-bottom: 0;
  display: inline-block;
}
.site-footer .first {
  float: right !important;
}
.site-footer .one-half {
  margin: 0;
}

/**
* ------------------------------------------------------------------------------------------------------------------------------
* Form Styles
* ------------------------------------------------------------------------------------------------------------------------------
*/
input,
select,
textarea {
  background-color: #fff;
  border: 1px solid #c3c3c3;
  color: #333;
  font-size: 14px;
  padding: 16px;
}

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

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

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

/* Gravity Forms
--------------------------------------------- */
.home-contact_wrapper {
  background-color: #ed3534;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}
.home-contact_wrapper .home-contact {
  padding: 20px;
}
.home-contact_wrapper .home-contact li label.gfield_label {
  display: none !important;
}
.home-contact_wrapper .home-contact li .ginput_container input,
.home-contact_wrapper .home-contact li .ginput_container textarea,
.home-contact_wrapper .home-contact li .ginput_container select {
  padding: 10px;
  font-size: 14px;
}
.home-contact_wrapper .home-contact .gform_footer {
  margin: 4px 0 0;
  padding: 0;
}
.home-contact_wrapper .home-contact .gform_footer input[type="submit"] {
  width: 100%;
  margin: 0;
  background-color: #98CC4B;
  padding: 10px;
  border-radius: 0;
}
.home-contact_wrapper .home-contact .gform_footer input[type="submit"]:hover {
  background-color: #ed3534;
}

form.post-password-form input {
  width: initial;
  padding: 10px 16px;
  border: none;
}

/**
* ------------------------------------------------------------------------------------------------------------------------------
* Table Styles
* ------------------------------------------------------------------------------------------------------------------------------
*/
table {
  border-spacing: 0;
  line-height: 2;
  margin-bottom: 40px;
  width: 100%;
  font-size: 12px;
  color: #333333;
  border-width: 1px;
  border-color: #eee;
  border-collapse: collapse;
}

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

th,
td {
  text-align: left;
  border-color: #eee;
  border-width: 1px;
  border-style: solid;
}

th {
  font-weight: bold;
  text-transform: uppercase;
  padding: 8px;
  border-color: #eee;
  border-width: 1px;
  border-style: solid;
}

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

/**
* ------------------------------------------------------------------------------------------------------------------------------
* Comment Styles
* ------------------------------------------------------------------------------------------------------------------------------
*/
/* Comments
--------------------------------------------- */
.comment-respond,
.entry-comments,
.entry-pings {
  background-color: #fff;
  margin-bottom: 40px;
}

.entry-comments img {
  max-width: 100%;
}

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

.comment-respond a,
.entry-comments a {
  border-bottom: 1px solid #ddd;
}

.comment-content {
  clear: both;
}

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

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

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

textarea#comment {
  max-width: 100%;
}

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

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

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

li.comment {
  background-color: #f5f5f5;
  border: 2px solid #fff;
  border-right: none;
}

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

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

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

/**
* ------------------------------------------------------------------------------------------------------------------------------
* Misc. Styles
* ------------------------------------------------------------------------------------------------------------------------------
*/
hr {
  display: block !important;
  height: 1px !important;
  margin: 10px 20% !important;
  border: none !important;
  background-color: #eee !important;
}

/* Align
--------------------------------------------- */
.text-left {
  text-align: left;
}

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

.text-center {
  text-align: center;
}

.align-left {
  float: left;
}

.align-right {
  float: right;
}

.clearfix {
  overflow: hidden;
  *zoom: 1;
}

/* Buttons
--------------------------------------------- */
button,
input[type="button"],
input[type="reset"],
input[type="submit"],
input[type="submit"].button-secondary,
.button {
  background-color: #ed3534;
  border-bottom: 4px solid #db1413;
  border-style: inset;
  border-width: 0 0 4px 0;
  color: #fff;
  cursor: pointer;
  padding: 8px 24px;
  text-transform: uppercase;
  width: auto;
  box-shadow: none;
}

button:hover,
input:hover[type="button"],
input:hover[type="reset"],
input:hover[type="submit"],
input:hover[type="submit"].button-secondary,
.button:hover {
  background-color: #db1413;
}

.button-secondary {
  background-color: #98CC4B;
  border-bottom: 4px solid #7eb232;
}
.button-secondary:hover {
  background-color: #7eb232;
}

.btn-flat {
  border: none !important;
  box-shadow: none;
}

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

.button {
  display: inline-block;
}

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

/* WordPress
--------------------------------------------- */
.avatar {
  float: left;
}

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

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

.search-form input[type="search"] {
  max-width: 220px;
  padding: 11px;
}
.search-form input[type="submit"] {
  padding: 11px;
  background-color: #ed3534;
  border: 1px solid #ed3534;
}
.search-form input[type="submit"]:hover {
  background-color: #db1413;
  border-color: #db1413;
}

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

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

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

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

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

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

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

.widget_calendar table {
  width: 100%;
}

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

/* Genesis
--------------------------------------------- */
.breadcrumb {
  margin: 0 0 15px 0;
}

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

.archive-description {
  padding: 20px 0 0;
}

.author-box {
  padding: 20px 0;
  border-bottom: 1px solid #eee;
  margin-bottom: 20px;
}

.author-box-title {
  color: #333;
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 16px;
  margin-bottom: 4px;
}

.author-box a {
  border-bottom: 1px solid #ddd;
}

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

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

.home-odd,
.home-even {
  padding: 0;
}
.home-odd .widget-title,
.home-even .widget-title {
  font-size: 1.5em;
  color: #666;
}
.home-odd section,
.home-even section {
  overflow: hidden;
}

.home-section-1 {
  max-height: 425px;
  overflow: hidden;
  position: relative;
  color: #fff;
  padding-top: 0;
}
.home-section-1 .entry {
  padding: 0;
}
.home-section-1:before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-image: linear-gradient(rgba(0, 0, 0, 0), #000000);
}
.home-section-1 header {
  position: absolute;
  bottom: 0;
  width: 1140px;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 15px;
  line-height: 1.1;
}
.home-section-1 .entry-title {
  font-size: 3em;
  margin: 0;
  font-weight: 300;
}
.home-section-1 .entry-meta {
  font-size: 32px;
  margin: 0;
  padding: 5px 0;
}
.home-section-1 img {
  width: 100%;
  object-fit: cover;
}
.home-section-1 a,
.home-section-1 p {
  color: #fff;
}

.home-section-3 .featuredpost article {
  max-height: 350px;
  overflow: hidden;
  position: relative;
}
.home-section-3 .featuredpost header {
  position: absolute;
  bottom: 0;
  height: 30%;
  width: 100%;
  padding: 0 20px;
  background: rgba(0, 0, 0, 0.6);
}
.home-section-3 .featuredpost .entry-title {
  margin: 0;
}
.home-section-3 .featuredpost .entry-meta {
  font-size: 24px;
  margin: 0;
}
.home-section-3 .featuredpost img {
  max-width: inherit;
  display: block;
}
.home-section-3 .featuredpost a,
.home-section-3 .featuredpost p {
  color: #fff;
}

.home-section-4 .grid-item:before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-image: linear-gradient(rgba(0, 0, 0, 0), #000000);
}
.home-section-4 .business-item {
  height: 360px;
}
.home-section-4 .business-item footer {
  background: transparent;
  font-size: 2em;
  font-weight: 400;
  height: auto;
  padding: 15px;
}
.home-section-4 .business-item img {
  max-height: 360px;
}

.home-grid h2 {
  font-weight: 200;
  text-transform: uppercase;
}
.home-grid a {
  color: #fff;
}

.grid-item {
  position: relative;
  padding: 0;
  margin-bottom: 30px;
  max-width: 360px;
}
.grid-item img {
  max-height: 250px;
  max-width: 100%;
  height: auto;
  display: block;
}
.grid-item header {
  max-height: 250px;
}
.grid-item footer {
  background: rgba(0, 0, 0, 0.8);
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 35%;
  color: #fff;
  padding: 5px;
}
.grid-item footer a {
  color: #fff;
}
.grid-item a {
  color: #fff;
}
.grid-item .avatar {
  margin: 5px 10px 5px 5px;
}
.grid-item .by-author {
  font-style: italic;
}
.grid-item .by-author:before {
  content: " - ";
}

.author-hero {
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSI3MCUiIHN0b3AtY29sb3I9IiNmZmZmZmYiLz48c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNlZWVlZWUiLz48L2xpbmVhckdyYWRpZW50PjwvZGVmcz48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSJ1cmwoI2dyYWQpIiAvPjwvc3ZnPiA=');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(70%, #ffffff), color-stop(100%, #eeeeee));
  background-image: -moz-linear-gradient(#ffffff 70%, #eeeeee);
  background-image: -webkit-linear-gradient(#ffffff 70%, #eeeeee);
  background-image: linear-gradient(#ffffff 70%, #eeeeee);
}
.author-hero .wrap .first {
  min-height: 420px;
  position: relative;
}
.author-hero .wrap img {
  position: absolute;
  bottom: 0;
  max-height: 100%;
  max-width: 100%;
}
.author-hero .author-networks li {
  display: inline-block;
  float: left;
}
.author-hero .author-networks li a {
  padding: 0 5px;
  border-right: 1px solid #555;
}
.author-hero .author-networks li:last-child a {
  border: none;
}

ul.single-author-networks {
  overflow: hidden;
  *zoom: 1;
  padding: 0;
  text-align: center;
}
ul.single-author-networks li {
  background: #9B9B9B;
  border-radius: 50%;
  float: left;
  list-style: none;
  width: 19px;
  height: 19px;
  margin-right: 3px;
}
ul.single-author-networks li a {
  color: #fff !important;
  font-size: 14px;
  line-height: 19px;
  display: block;
}
ul.single-author-networks li:hover {
  background: #555;
}

/* Category Page
------------------------------------------ */
.hero-post {
  position: relative;
  overflow: hidden;
  max-height: 425px;
}
.hero-post:before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-image: linear-gradient(rgba(0, 0, 0, 0), #000000);
}
.hero-post img {
  width: 100%;
  height: auto;
}
.hero-post footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  padding: 40px 0px;
  color: #fff;
  font-size: 3em;
}
.hero-post footer .hero-author {
  font-size: 21px;
  font-style: italic;
  display: block;
}
.hero-post a {
  color: #fff;
}

.archive-description {
  background: #EEEEEE;
  padding: 10px 20px;
  margin: 20px 0;
}

.cat-networks {
  text-align: center;
  margin-bottom: 10px;
}
.cat-networks .btn-flat {
  margin: 0 20px;
  text-transform: none;
  color: #fff !important;
}
.cat-networks h4 {
  font-size: 21px;
  line-height: 21px;
  margin: 5px 0;
}

/**
* ------------------------------------------------------------------------------------------------------------------------------
* Widget Styles
* ------------------------------------------------------------------------------------------------------------------------------
*/
.home-widget-welcome,
.home-widget-middle,
.home-widget-bottom {
  padding-bottom: 30px;
}

section.home-widget-welcome {
  background: #D6DADB;
}

.wpz-columns {
  text-align: left;
  margin-top: 20px;
}
.wpz-columns h4 {
  font-size: 1.3em;
  margin: 5px 0;
  font-weight: 400;
}
.wpz-columns img {
  max-width: 100%;
}

.soliloquy-container p {
  font-family: Oswald;
  color: #3b3b3b;
  margin-bottom: .4em;
  line-height: 1.3em;
  font-weight: 300;
}
.soliloquy-container p.big-cap {
  font-size: 3em;
  text-align: left;
}
.soliloquy-container p.big-cap span {
  font-weight: 700;
}
.soliloquy-container h2 {
  font-size: 26px !important;
}
.soliloquy-container .cta {
  color: #0b82b8;
}
.soliloquy-container .cta a {
  color: #0b82b8;
  border-bottom: 1px solid #83c0db;
}
.soliloquy-container .soliloquy-caption {
  top: 5%;
  left: 15%;
  left: auto !important;
  width: 400px !important;
}
.soliloquy-container .soliloquy-caption .soliloquy-caption-inside {
  padding: 20px;
  background: transparent;
}

/**
* ------------------------------------------------------------------------------------------------------------------------------
* Theme Styles
* ------------------------------------------------------------------------------------------------------------------------------
*/
.theme-blue .search-form input[type="submit"],
.theme-blue button, .theme-blue input[type="button"],
.theme-blue input[type="reset"],
.theme-blue input[type="submit"],
.theme-blue input[type="submit"].button-secondary,
.theme-blue .button {
  background-color: #007ddd;
  border-color: #006fc4;
}
.theme-blue button:hover,
.theme-blue input:hover[type="button"],
.theme-blue input:hover[type="reset"],
.theme-blue input:hover[type="submit"],
.theme-blue input:hover[type="submit"].button-secondary,
.theme-blue .button:hover {
  background-color: #006fc4;
}
.theme-blue .search-form input[type="submit"] {
  border-color: #007ddd;
}
.theme-blue a:hover,
.theme-blue .current-menu-item > a,
.theme-blue .sub-menu .current-menu-item > a:hover {
  color: #007ddd;
}
.theme-blue .content a,
.theme-blue .sidebar a,
.theme-blue .breadcrumb a,
.theme-blue .author-hero a {
  color: #007ddd;
}
.theme-blue .content a:hover,
.theme-blue .sidebar a:hover,
.theme-blue .breadcrumb a:hover,
.theme-blue .author-hero a:hover {
  color: #006fc4;
}
.theme-blue .archive-pagination li a {
  color: #007ddd;
}
.theme-blue button:hover,
.theme-blue input:hover[type="button"],
.theme-blue input:hover[type="reset"],
.theme-blue input:hover[type="submit"],
.theme-blue input:hover[type="submit"].button-secondary,
.theme-blue .button:hover {
  background-color: #006fc4;
}
.theme-blue .content .grid-item footer a,
.theme-blue .home-section-1 .featuredpost a,
.theme-blue .home-section-3 .featuredpost a,
.theme-blue .hero-post a {
  color: #fff;
}
.theme-blue .content .grid-item footer a:hover,
.theme-blue .home-section-1 .featuredpost a:hover,
.theme-blue .home-section-3 .featuredpost a:hover,
.theme-blue .hero-post a:hover {
  color: #fff;
}

.theme-green .search-form input[type="submit"],
.theme-green button, .theme-green input[type="button"],
.theme-green input[type="reset"],
.theme-green input[type="submit"],
.theme-green input[type="submit"].button-secondary,
.theme-green .button {
  background-color: #00860C;
  border-color: #006d0a;
}
.theme-green button:hover,
.theme-green input:hover[type="button"],
.theme-green input:hover[type="reset"],
.theme-green input:hover[type="submit"],
.theme-green input:hover[type="submit"].button-secondary,
.theme-green .button:hover {
  background-color: #006d0a;
}
.theme-green .search-form input[type="submit"] {
  border-color: #00860C;
}
.theme-green a:hover,
.theme-green .current-menu-item > a,
.theme-green .sub-menu .current-menu-item > a:hover {
  color: #00860C;
}
.theme-green .content a,
.theme-green .sidebar a,
.theme-green .breadcrumb a,
.theme-green .author-hero a {
  color: #00860C;
}
.theme-green .content a:hover,
.theme-green .sidebar a:hover,
.theme-green .breadcrumb a:hover,
.theme-green .author-hero a:hover {
  color: #006d0a;
}
.theme-green .archive-pagination li a {
  color: #00860C;
}
.theme-green button:hover,
.theme-green input:hover[type="button"],
.theme-green input:hover[type="reset"],
.theme-green input:hover[type="submit"],
.theme-green input:hover[type="submit"].button-secondary,
.theme-green .button:hover {
  background-color: #006d0a;
}
.theme-green .content .grid-item footer a,
.theme-green .home-section-1 .featuredpost a,
.theme-green .home-section-3 .featuredpost a,
.theme-green .hero-post a {
  color: #fff;
}
.theme-green .content .grid-item footer a:hover,
.theme-green .home-section-1 .featuredpost a:hover,
.theme-green .home-section-3 .featuredpost a:hover,
.theme-green .hero-post a:hover {
  color: #fff;
}

.theme-orange .search-form input[type="submit"],
.theme-orange button, .theme-orange input[type="button"],
.theme-orange input[type="reset"],
.theme-orange input[type="submit"],
.theme-orange input[type="submit"].button-secondary,
.theme-orange .button {
  background-color: #FF7E00;
  border-color: #e67100;
}
.theme-orange button:hover,
.theme-orange input:hover[type="button"],
.theme-orange input:hover[type="reset"],
.theme-orange input:hover[type="submit"],
.theme-orange input:hover[type="submit"].button-secondary,
.theme-orange .button:hover {
  background-color: #e67100;
}
.theme-orange .search-form input[type="submit"] {
  border-color: #FF7E00;
}
.theme-orange a:hover,
.theme-orange .current-menu-item > a,
.theme-orange .sub-menu .current-menu-item > a:hover {
  color: #FF7E00;
}
.theme-orange .content a,
.theme-orange .sidebar a,
.theme-orange .breadcrumb a,
.theme-orange .author-hero a {
  color: #FF7E00;
}
.theme-orange .content a:hover,
.theme-orange .sidebar a:hover,
.theme-orange .breadcrumb a:hover,
.theme-orange .author-hero a:hover {
  color: #e67100;
}
.theme-orange .archive-pagination li a {
  color: #FF7E00;
}
.theme-orange button:hover,
.theme-orange input:hover[type="button"],
.theme-orange input:hover[type="reset"],
.theme-orange input:hover[type="submit"],
.theme-orange input:hover[type="submit"].button-secondary,
.theme-orange .button:hover {
  background-color: #e67100;
}
.theme-orange .content .grid-item footer a,
.theme-orange .home-section-1 .featuredpost a,
.theme-orange .home-section-3 .featuredpost a,
.theme-orange .hero-post a {
  color: #fff;
}
.theme-orange .content .grid-item footer a:hover,
.theme-orange .home-section-1 .featuredpost a:hover,
.theme-orange .home-section-3 .featuredpost a:hover,
.theme-orange .hero-post a:hover {
  color: #fff;
}

.theme-grey .search-form input[type="submit"],
.theme-grey button, .theme-grey input[type="button"],
.theme-grey input[type="reset"],
.theme-grey input[type="submit"],
.theme-grey input[type="submit"].button-secondary,
.theme-grey .button {
  background-color: #78797B;
  border-color: #6b6c6e;
}
.theme-grey button:hover,
.theme-grey input:hover[type="button"],
.theme-grey input:hover[type="reset"],
.theme-grey input:hover[type="submit"],
.theme-grey input:hover[type="submit"].button-secondary,
.theme-grey .button:hover {
  background-color: #6b6c6e;
}
.theme-grey .search-form input[type="submit"] {
  border-color: #78797B;
}
.theme-grey a:hover,
.theme-grey .current-menu-item > a,
.theme-grey .sub-menu .current-menu-item > a:hover {
  color: #000;
}
.theme-grey .content a,
.theme-grey .sidebar a,
.theme-grey .breadcrumb a,
.theme-grey .author-hero a {
  color: #000;
}
.theme-grey .content a:hover,
.theme-grey .sidebar a:hover,
.theme-grey .breadcrumb a:hover,
.theme-grey .author-hero a:hover {
  color: black;
}
.theme-grey .archive-pagination li a {
  color: #000;
}
.theme-grey button:hover,
.theme-grey input:hover[type="button"],
.theme-grey input:hover[type="reset"],
.theme-grey input:hover[type="submit"],
.theme-grey input:hover[type="submit"].button-secondary,
.theme-grey .button:hover {
  background-color: #6b6c6e;
}
.theme-grey .content .grid-item footer a,
.theme-grey .home-section-1 .featuredpost a,
.theme-grey .home-section-3 .featuredpost a,
.theme-grey .hero-post a {
  color: #fff;
}
.theme-grey .content .grid-item footer a:hover,
.theme-grey .home-section-1 .featuredpost a:hover,
.theme-grey .home-section-3 .featuredpost a:hover,
.theme-grey .hero-post a:hover {
  color: #fff;
}

/**
* ------------------------------------------------------------------------------------------------------------------------------
* Responsive Media Queries
* ------------------------------------------------------------------------------------------------------------------------------
*/
/* Responsive Menu Styles 
----------------------------------------------------------*/
/*	Retina Logo 
--------------------------------------------- */
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .header-image .site-header .wrap {
    background-image: url("images/logo@2x.png");
    background-size: 290px 116px;
  }
}
/*
Media Queries
---------------------------------------------------------------------------------------------------- */
@media only screen and (max-width: 1139px) {
  .site-inner,
  .wrap {
    max-width: 1140px;
  }

  .site-inner > .wrap {
    padding: 0 20px;
  }

  .top-bar {
    padding-left: 5px;
  }

  .featuredpost header {
    padding: 20px;
  }

  .content {
    width: 620px;
  }
}
@media only screen and (max-width: 1024px) {
  body {
    background-color: #fff;
  }

  .content,
  .sidebar-primary,
  .sidebar-secondary,
  .site-inner,
  .wrap {
    width: 100%;
  }

  .top-bar .search-form input[type="search"] {
    max-width: 135px;
  }

  .site-header .wrap {
    padding: 20px 0;
  }
  .site-header .wpz-social-icons {
    text-align: center;
    width: 100%;
  }
  .site-header .header-widget-area {
    text-align: center;
    margin-bottom: 1.5em;
  }

  .header-image .site-header .widget-area {
    max-width: 100%;
    text-align: center;
    padding-top: 20px;
  }
  .header-image .site-header .gform_widget {
    float: none;
    margin: 0 auto;
  }

  .home-section-1 header {
    width: 100%;
  }
  .home-section-1 header .entry-title {
    font-size: 3em;
  }
  .home-section-1 header .entry-meta {
    font-size: 14px;
    text-align: left;
  }

  .author-box,
  .comment-respond,
  .entry,
  .entry-comments,
  .entry-footer .entry-meta,
  .sidebar .widget,
  .site-header {
    padding: 0;
  }

  .genesis-nav-menu li,
  .site-header ul.genesis-nav-menu,
  .site-header .search-form {
    float: none;
  }

  .genesis-nav-menu,
  .site-description,
  .site-header .title-area,
  .site-header .search-form,
  .site-title {
    text-align: center;
  }

  nav.nav-header {
    width: 100%;
    float: none;
  }

  .genesis-nav-menu a,
  .genesis-nav-menu > .first > a,
  .genesis-nav-menu > .last > a {
    padding: 20px 16px;
  }

  .site-header .search-form {
    margin: 16px auto;
  }

  .genesis-nav-menu li.right {
    display: none;
  }

  .hero-post {
    max-width: 100%;
    overflow: hidden;
  }
  .hero-post footer {
    font-size: 2.5em;
    padding: 10px 20px;
  }

  .entry-footer .entry-meta {
    margin: 0;
    padding-top: 12px;
  }

  .sidebar .widget.enews-widget {
    padding: 40px;
  }

  .single-post .single-author {
    width: 15%;
  }

  .single-post .entry-content {
    width: 85%;
  }

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

  .footer-widgets .wrap {
    padding: 0 20px;
  }

  .footer-widgets-1,
  .footer-widgets-2,
  .footer-widgets-3,
  .footer-widgets-4,
  .footer-widgets-5 {
    margin: 0;
    width: 20%;
  }
}
/* Standard Navigation
--------------------------------------------- */
nav {
  clear: both;
}

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

@media only screen and (max-width: 768px) {
  .home .site-inner,
  .archive .site-inner {
    background-color: #EFF0F1;
  }

  .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%;
  }

  .top-bar .one-third {
    width: 33%;
  }

  .header-image .site-title a {
    min-height: 145px;
  }

  .single-post .single-author {
    width: 100%;
    text-align: left;
  }
  .single-post .single-author .avatar {
    margin-right: 10px;
  }
  .single-post .single-author .single-author-networks {
    text-align: center;
  }

  .single-post .entry-content {
    width: 100%;
  }

  .author-hero .wrap {
    padding: 0 30px;
  }
  .author-hero .wrap img {
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
    max-width: 100%;
  }

  button.menu-toggle,
  button.sub-menu-toggle {
    display: block;
    overflow: hidden;
    text-align: center;
    visibility: visible;
    border-bottom: 0;
    color: #000;
    outline: none;
    background-color: transparent !important;
  }

  button.menu-toggle {
    font-family: fontawesome;
    float: right;
    padding: 11px;
  }

  .sub-menu-toggle {
    padding: 10px;
    position: absolute;
    right: 0;
    top: 8px;
    font-family: fontawesome;
    font-size: 12px;
  }

  .menu-toggle:before {
    content: "\f0c9";
  }

  .sub-menu-toggle:before {
    content: "\f078";
  }

  .sub-menu-toggle.activated:before {
    content: "\f077";
  }

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

  .genesis-nav-menu .sub-menu {
    clear: both;
    display: none;
    opacity: 1;
    position: static;
    width: 100%;
    background-color: #fafafa;
  }

  .genesis-nav-menu .sub-menu a {
    border-left: 0;
    position: relative;
    width: auto;
    color: #505050;
  }

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

  .genesis-nav-menu .sub-menu .sub-menu a {
    background-color: #f5f5f5;
    padding-left: 30px;
  }

  .genesis-nav-menu .sub-menu .sub-menu .sub-menu a {
    background-color: #fff;
    padding-left: 40px;
  }

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

  .soliloquy-container .soliloquy-caption {
    display: none;
  }

  .home-section-1 header .entry-title {
    font-size: 2em;
  }

  .home-section-4 .grid-item:before {
    background: transparent !important;
  }
  .home-section-4 .business-item {
    height: auto;
  }
  .home-section-4 .business-item footer {
    font-size: 1.5em;
  }

  p.entry-meta {
    text-align: left;
  }

  .hero-post footer {
    font-size: 1.5em;
  }
  .hero-post footer .hero-author {
    font-size: 16px;
  }

  .cat-networks .btn-flat {
    min-width: 200px;
    margin-bottom: 20px;
  }

  .grid-item {
    margin-bottom: 20px;
    max-width: 100%;
  }
  .grid-item .grid-content {
    overflow: hidden;
    border: 1px solid #D8D9DA;
    background-color: #fff;
  }
  .grid-item h2 {
    margin: 0;
  }
  .grid-item header {
    width: 20%;
    float: left;
  }
  .grid-item footer {
    background: #fff;
    position: relative;
    width: 80%;
    float: right;
    color: #222;
    padding: 0 10px;
  }
  .grid-item footer a {
    color: #222 !important;
  }
  .grid-item .avatar {
    display: none;
  }

  .site-footer .footer-menu-1 li,
  .site-footer .footer-menu-2 li {
    display: block;
    text-align: center;
  }

  .footer-widgets-1,
  .footer-widgets-2,
  .footer-widgets-3,
  .footer-widgets-4,
  .footer-widgets-5 {
    width: 100%;
  }

  .footer-widgets .widget {
    margin-bottom: 0;
  }
  .footer-widgets .widget-title {
    margin: 0;
    border-bottom: 1px solid;
  }
  .footer-widgets .widget-title:after {
    font-family: FontAwesome;
    content: "\f0d7";
    float: right;
    font-size: 16px;
  }
  .footer-widgets .widget-title.closed:after {
    content: "\f0da";
  }
  .footer-widgets li {
    border-bottom: 1px solid;
    padding: 5px 0;
  }
}
@media screen and (device-width: 360px) and (device-height: 640px) and (-webkit-device-pixel-ratio: 3) {
  .hero-post {
    min-height: 185px;
  }
  .hero-post header {
    height: 185px;
  }
  .hero-post img {
    height: 185px;
    width: auto;
  }
}
@media only screen and (max-width: 667px) and (orientation: landscape) {
  .header-widget-area {
    display: none;
  }

  .site-header .wrap {
    background-position: center !important;
  }

  .top-bar .one-third {
    width: 100%;
    text-align: center !important;
  }
}
@media only screen and (max-width: 480px) {
  body {
    margin-top: 46px;
  }
  body.admin-bar {
    margin-top: 0;
  }

  .entry-title {
    font-size: 1.5em;
    line-height: 1.25em;
  }

  .mobile-only {
    display: block;
  }

  .site-description,
  .top-bar,
  .nav-primary,
  .breadcrumb,
  .header-widget-area {
    display: none;
  }

  .hero-post {
    margin-bottom: 20px;
  }

  .site-footer {
    background-size: 100%;
  }

  .genesis-nav-menu .menu-item {
    display: block;
    position: relative;
    text-align: center;
    float: none;
  }

  .grid-item {
    font-size: 14px;
  }
  .grid-item h2 {
    font-size: 1.2em;
  }
  .grid-item img {
    min-height: 100px;
    min-width: 100px;
  }
  .grid-item header {
    width: 35%;
  }
  .grid-item footer {
    height: 100px;
    width: 65%;
  }

  .featuredpost header {
    padding: 20px;
  }

  .home-section-3 header {
    padding: 5px;
  }

  .site-header {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 999;
  }
  .site-header .mobile-menu > li:first-child > a {
    padding-left: 16px;
  }
  .site-header .wrap {
    padding: 0;
    background-size: 70px !important;
    background-position: 12px !important;
  }
  .site-header .site-title {
    font-size: 18px;
    text-align: left;
    padding-left: 12px;
    margin: 0;
  }
  .site-header .site-title a {
    height: 46px;
    line-height: 46px;
    min-height: inherit;
  }
  .site-header .title-area {
    width: 80%;
    float: left;
    padding: 0;
  }
  .site-header .mobile-bar-right {
    display: block;
    width: 20%;
    float: right;
  }
  .site-header .mobile-bar-right .search-container {
    width: 24px;
    float: left;
  }
  .site-header .mobile-bar-right .menu-toggle {
    position: relative;
    z-index: 999;
    width: 35px;
    float: right;
  }
}
