/*
	Theme Name: We Push Buttons
	Theme URI: http://my.studiopress.com/themes/atmosphrere/
	Description: Put your words and images at the forefront in an uncluttered design that shows them at their finest.
	Author: StudioPress
	Author URI: http://www.studiopress.com/

	Version: 1.0.3

	Tags: black, blue, white, one-column, responsive-layout, custom-colors, custom-header, custom-menu, featured-images, full-width-template, sticky-post, theme-options, threaded-comments, translation-ready, accessibility-ready

	Template: genesis
	Template Version: 2.2
  
  Text Domain: wpb

	License: GPL-2.0+
	License URI: http://www.opensource.org/licenses/gpl-license.php 
*/
/* Table of Contents
- Imports
- HTML5 Reset
	- Baseline Normalize
	- Box Sizing
	- Float Clearing
- Defaults
	- Typographical Elements
	- Headings
	- Objects
	- Gallery
	- Forms
	- Column Classes
	- Tables
	- Screen Reader Text
- Structure and Layout
	- Site Container
	- Site Inner
- Common Classes
	- Avatar
	- Genesis
	- Search Form
	- Titles
	- WordPress
- Widgets
	- Featured Content
- Plugins
	- Genesis eNews Extended
	- Genesis Simple Share
	- Jetpack
- Skip Links
- Site Header
	- Site Title and Description
- Site Navigation
	- Accessible Menu
	- Primary Navigation
	- Secondary Navigation
	- Responsive Navigation
- Content Area
	- Entries
	- Intro Text
	- Entry Meta
	- After Entry
	- Pagination
	- Comments
- Footer Widgets
- Site Footer
- Media Queries
	- Max-width: 1024px
	- Max-width: 800px
*/
/* HTML5 Reset
---------------------------------------------------------------------------------------------------- */
/* Baseline Normalize
--------------------------------------------- */
/* normalize.css v3.0.1 | MIT License | git.io/normalize */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
body {
  margin: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden],
template {
  display: none;
}
a {
  background: 0 0;
}
a:active,
a:hover {
  outline: 0;
}
abbr[title] {
  border-bottom: 1px dotted;
}
b,
strong {
  font-weight: 600;
}
dfn {
  font-style: italic;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
mark {
  background: #ff0;
  color: #333333;
}
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;
  font: inherit;
  margin: 0;
}
button {
  overflow: visible;
}
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;
}
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;
  padding: 0;
}
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  height: auto;
}
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;
}
fieldset {
  border: 1px solid silver;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
legend {
  border: 0;
  padding: 0;
}
textarea {
  overflow: auto;
}
optgroup {
  font-weight: 600;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td,
th {
  padding: 0;
}
/* Box Sizing
--------------------------------------------- */
*,
input[type="search"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
/* Float Clearing
--------------------------------------------- */
.author-box:before,
.clearfix:before,
.entry:before,
.entry-content:before,
.footer-widgets:before,
.nav-primary:before,
.nav-secondary:before,
.pagination:before,
.site-container:before,
.site-footer:before,
.site-header:before,
.site-inner:before,
.widget:before,
.wrap:before {
  content: " ";
  display: table;
}
.author-box:after,
.clearfix:after,
.entry:after,
.entry-content:after,
.footer-widgets:after,
.nav-primary:after,
.nav-secondary:after,
.pagination:after,
.site-container:after,
.site-footer:after,
.site-header:after,
.site-inner:after,
.widget:after,
.wrap:after {
  clear: both;
  content: " ";
  display: table;
}
/* Defaults
---------------------------------------------------------------------------------------------------- */
/* Typographical Elements
--------------------------------------------- */
html {
  font-size: 62.5%;
  /* 10px browser default */
}
/* Chrome fix */
body > div {
  font-size: 2rem;
}
body {
  background-color: #eee;
  color: #333;
  font-family: 'Lato', sans-serif;
  font-size: 20px;
  font-size: 2rem;
  font-weight: 300;
  line-height: 1.625;
  margin: 0;
}
a,
button,
input:focus,
input[type="button"],
input[type="reset"],
input[type="submit"],
textarea:focus,
.button,
.gallery img {
  -webkit-transition: all 0.1s ease-in-out;
  -moz-transition: all 0.1s ease-in-out;
  -ms-transition: all 0.1s ease-in-out;
  -o-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
}
::-moz-selection {
  background-color: #333;
  color: #fff;
}
::selection {
  background-color: #333;
  color: #fff;
}
a {
  color: #333;
  text-decoration: none;
}
a:hover,
a:focus {
  color: #55acee;
}
p {
  margin: 0 0 30px;
  padding: 0;
}
ol,
ul {
  margin: 0;
  padding: 0;
}
.li-mix li {
  list-style-type: none!important;
  margin: 1em;
  margin-left: 1.5em;
  line-height: 1.4em;
}
.li-mix li:before {
  font-family: 'FontAwesome';
  font-size: 0.6em;
  content: '\f096';
  float: left;
  margin-left: -1.5em;
}
li {
  list-style-type: none;
}
.site-inner li,
.main-content li,
.sidebar li,
.split li {
  list-style-type: none!important;
  margin: 1em;
  margin-left: 1.5em;
  line-height: 1.4em;
}
.site-inner li:before,
.main-content li:before,
.sidebar li:before,
.split li:before {
  font-family: 'FontAwesome';
  font-size: 0.6em;
  content: '\f096';
  float: left;
  margin-left: -1.5em;
}
b,
strong {
  font-weight: 700;
}
blockquote,
cite,
em,
i {
  font-style: italic;
}
blockquote {
  text-align: center;
  font-size: 20px;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  position: relative;
  quotes: "\201C" "\201D" "\2018" "\2019";
}
blockquote:after {
  color: #ccc;
  font-family: Source Sans Pro;
  content: open-quote;
  font-size: 80px;
  position: absolute;
  left: 50%;
  bottom: calc(80%);
  background: #fff;
  height: 55px;
  width: 55px;
  line-height: normal;
  text-align: center;
  transform: translateX(-50%);
}
blockquote p {
  padding: 20px;
}
hr {
  border: 0;
  border-collapse: collapse;
  border-bottom: 1px solid #ddd;
  clear: left;
  margin: 0 0 40px;
  padding-top: 20px;
}
/* MENU OVERRIDES */
body .sfm-navicon-button:after {
  color: #ffffff;
  text-align: center;
  background-color: #333;
  left: 0;
  width: 100%;
}
/* Headings
--------------------------------------------- */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Lato', sans-serif;
  font-weight: 200;
  line-height: 1.2;
  margin: 0 0 20px;
}
h1 {
  font-size: 36px;
  font-size: 3.6rem;
  font-weight: 400;
}
h2 {
  font-size: 44px;
  font-size: 4.4rem;
  text-transform: uppercase;
}
h3 {
  font-size: 28px;
  font-size: 2.8rem;
}
h4 {
  font-size: 24px;
  font-size: 2.4rem;
}
.entry-content h4 {
  font-size: 20px;
  font-size: 2rem;
  letter-spacing: 1px;
  margin-top: 40px;
  text-transform: uppercase;
}
h5 {
  font-size: 20px;
  font-size: 2rem;
}
h6 {
  font-size: 18px;
  font-size: 1.8rem;
}
h2.cd-headline {
  font-size: 3rem;
}
/* Objects
--------------------------------------------- */
embed,
iframe,
img,
object,
video,
.wp-caption {
  max-width: 100%;
}
img {
  height: auto;
}
/* Gallery
--------------------------------------------- */
.gallery {
  overflow: hidden;
}
.gallery-item {
  float: left;
  margin: 0 0 28px;
  text-align: center;
}
.gallery-columns-1 .gallery-item {
  width: 100%;
}
.gallery-columns-2 .gallery-item {
  width: 50%;
}
.gallery-columns-3 .gallery-item {
  width: 33%;
}
.gallery-columns-4 .gallery-item {
  width: 25%;
}
.gallery-columns-5 .gallery-item {
  width: 20%;
}
.gallery-columns-6 .gallery-item {
  width: 16.6666%;
}
.gallery-columns-7 .gallery-item {
  width: 14.2857%;
}
.gallery-columns-8 .gallery-item {
  width: 12.5%;
}
.gallery-columns-9 .gallery-item {
  width: 11.1111%;
}
.gallery-columns-2 .gallery-item:nth-child(2n+1),
.gallery-columns-3 .gallery-item:nth-child(3n+1),
.gallery-columns-4 .gallery-item:nth-child(4n+1),
.gallery-columns-5 .gallery-item:nth-child(5n+1),
.gallery-columns-6 .gallery-item:nth-child(6n+1),
.gallery-columns-7 .gallery-item:nth-child(7n+1),
.gallery-columns-8 .gallery-item:nth-child(8n+1),
.gallery-columns-9 .gallery-item:nth-child(9n+1) {
  clear: left;
}
.gallery img {
  border: 1px solid #ddd;
  height: auto;
  padding: 4px;
}
.gallery img:hover,
.gallery img:focus {
  border: 1px solid #999;
}
/* Forms
--------------------------------------------- */
input,
select,
textarea {
  background-color: #f5f5f5;
  border: 1px solid #f5f5f5;
  color: #333;
  font-size: 20px;
  font-size: 2rem;
  font-weight: 300;
  padding: 16px;
  width: 100%;
  -webkit-font-smoothing: antialiased;
}
input[type="number"] {
  background-color: #fff;
  border: 1px solid #333;
  padding: 7px;
}
.footer-widgets input,
.footer-widgets input:focus {
  background-color: #fff;
  border: 1px solid #fff;
}
input:focus,
textarea:focus {
  background-color: #eee;
  border: 1px solid #eee;
}
input[type="checkbox"],
input[type="image"],
input[type="radio"] {
  width: auto;
}
::-moz-placeholder {
  color: #999;
  font-weight: 300;
  opacity: 1;
  -webkit-font-smoothing: antialiased;
}
::-webkit-input-placeholder {
  color: #999;
  font-weight: 300;
  -webkit-font-smoothing: antialiased;
}
button,
input[type="button"],
input[type="reset"],
input[type="submit"],
.button,
.content .widget .textwidget a.button,
.entry-content a.button,
.entry-content a.more-link {
  background-color: transparent;
  border: 3px solid #333;
  color: #333;
  cursor: pointer;
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: 400;
  letter-spacing: 1px;
  padding: 12px 24px;
  text-transform: uppercase;
  font-weight: 700;
  white-space: normal;
  width: auto;
}
button.button-white,
input[type="button"].button-white,
input[type="reset"].button-white,
input[type="submit"].button-white,
.button.button-white,
.content .widget .textwidget a.button.button-white,
.entry-content a.button.button-white,
.entry-content a.more-link.button-white {
  border: 3px solid #fff;
  color: #fff;
}
button.button-white:hover,
input[type="button"].button-white:hover,
input[type="reset"].button-white:hover,
input[type="submit"].button-white:hover,
.button.button-white:hover,
.content .widget .textwidget a.button.button-white:hover,
.entry-content a.button.button-white:hover,
.entry-content a.more-link.button-white:hover {
  border: 3px solid #fff;
  color: #fff;
}
button.small,
input[type="button"].small,
input[type="reset"].small,
input[type="submit"].small,
.button.small,
.content .widget .textwidget .button.small,
.entry-content .button.small {
  padding: 8px 16px;
}
a.more-link {
  display: inline-block;
}
.archive .content a.more-link,
.page.page-template-page_blog .content a.more-link {
  margin-bottom: 30px;
}
button:hover,
button:focus,
input:hover[type="button"],
input:focus[type="button"],
input:hover[type="reset"],
input:focus[type="reset"],
input:hover[type="submit"],
input:focus[type="submit"],
.button:hover,
.button:focus,
.content .widget .textwidget a.button:hover,
.content .widget .textwidget a.button:focus,
.entry-content a.button:hover,
.entry-content a.button:focus,
.entry-content a.more-link:hover,
.entry-content a.more-link:focus {
  background-color: #34313b;
  border: 3px solid #34313b;
  color: #fff;
  text-decoration: none;
}
.footer-widgets button,
.footer-widgets input[type="button"],
.footer-widgets input[type="reset"],
.footer-widgets input[type="submit"],
.footer-widgets .button,
.footer-widgets .entry-content a.more-link {
  border: 3px solid #fff;
  color: #fff;
}
.footer-widgets button:hover,
.footer-widgets button:focus,
.footer-widgets input:hover[type="button"],
.footer-widgets input:focus[type="button"],
.footer-widgets input:hover[type="reset"],
.footer-widgets input:focus[type="reset"],
.footer-widgets input:hover[type="submit"],
.footer-widgets input:focus[type="submit"],
.footer-widgets .button:hover,
.footer-widgets .button:focus,
.footer-widgets .entry-content a.more-link:hover,
.footer-widgets .entry-content a.more-link:focus {
  background-color: #fff;
  color: #333;
  text-decoration: none;
}
.site-container button:disabled,
.site-container button:disabled:hover,
.site-container input:disabled,
.site-container input:disabled:hover,
.site-container input[type="button"]:disabled,
.site-container input[type="button"]:disabled:hover,
.site-container input[type="reset"]:disabled,
.site-container input[type="reset"]:disabled:hover,
.site-container input[type="submit"]:disabled,
.site-container input[type="submit"]:disabled:hover {
  background-color: #ddd;
  border-width: 0;
  color: #777;
  cursor: not-allowed;
}
.button {
  display: inline-block;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button {
  display: none;
}
.error404 .entry-content input[type="search"],
.post-password-form input[type="password"] {
  margin-bottom: 15px;
}
/* Column Classes
--------------------------------------------- */
.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!important;
}
.one-third-mix {
  float: left;
  margin-left: 2.564102564102564%;
  width: 31.623931623931625%;
}
@media only screen and (max-width: 880px) {
  .one-third-mix {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 40px;
  }
}
.one-half-mix {
  float: left;
  margin-left: 2.564102564102564%;
  width: 48.717948717948715%;
}
@media only screen and (max-width: 880px) {
  .one-half-mix {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 40px;
  }
}
/* Tables
--------------------------------------------- */
table {
  border-collapse: collapse;
  border-spacing: 0;
  line-height: 2;
  margin-bottom: 40px;
  width: 100%;
}
tbody {
  border-bottom: 1px solid #ddd;
}
td,
th {
  text-align: left;
}
td {
  border-top: 1px solid #ddd;
  padding: 6px 0;
}
th {
  font-weight: 400;
}
/* Screen Reader Text
--------------------------------------------- */
.screen-reader-shortcut,
.screen-reader-text,
.screen-reader-text span {
  background-color: #fff;
  border: 0;
  clip: rect(0, 0, 0, 0);
  color: #222;
  height: 1px;
  overflow: hidden;
  position: absolute !important;
  width: 1px;
}
.genesis-nav-menu .search input[type="submit"]:focus,
.screen-reader-shortcut:focus,
.screen-reader-text:focus,
.widget_search input[type="submit"]:focus {
  border: 1px solid #333;
  clip: auto !important;
  display: block;
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: 700;
  height: auto;
  padding: 20px;
  text-decoration: none;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar. */
}
.more-link {
  position: relative;
}
/* Structure and Layout
---------------------------------------------------------------------------------------------------- */
/* Site Container
--------------------------------------------- */
.site-container {
  background-color: #fff;
  margin-left: auto;
  margin-right: auto;
}
.site-container .site-inner,
.site-container .wrap {
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
}
@media only screen and (max-width: 1280px) {
  .site-container .site-inner,
  .site-container .wrap {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.site-container {
  -webkit-animation: fadein 1s;
  -moz-animation: fadein 1s;
  -ms-animation: fadein 1s;
  -o-animation: fadein 1s;
  animation: fadein 1s;
}
.atmosphere-landing .site-container {
  max-width: 960px;
}
@keyframes fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-moz-keyframes fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-ms-keyframes fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-o-keyframes fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
/* Site Inner
--------------------------------------------- */
.site-inner {
  clear: both;
  margin-top: 117.5px;
  padding: 5% 5%;
}
.full-width-content .site-inner {
  padding: 5% 100px;
}
.atmosphere-landing .site-inner {
  margin-top: 0;
}
/* HC addtrions*/
.single-post .site-inner {
  display: none;
}
.single-post .full-width-feature {
  min-height: 300px;
}
.one-sixth.centre-text {
  text-align: center;
}
/*SPECIAL TEMPLATES PAGES */
.single-post .site-inner,
.page-template-page-full-width-feature .site-inner,
.page-template-page-full-width-feature-title .site-inner,
.single-portfolio .site-inner,
.page-template-page-split-50 .site-inner {
  padding: 0;
  margin-top: 0;
}
.single-post .full-width-wrap .wrap,
.page-template-page-full-width-feature .full-width-wrap .wrap,
.page-template-page-full-width-feature-title .full-width-wrap .wrap,
.single-portfolio .full-width-wrap .wrap,
.page-template-page-split-50 .full-width-wrap .wrap {
  padding: 0 150px;
}
@media only screen and (max-width: 1024px) {
  .single-post .full-width-wrap .wrap,
  .page-template-page-full-width-feature .full-width-wrap .wrap,
  .page-template-page-full-width-feature-title .full-width-wrap .wrap,
  .single-portfolio .full-width-wrap .wrap,
  .page-template-page-split-50 .full-width-wrap .wrap {
    padding-left: 0;
    padding-right: 0;
  }
}
.single-post main > article,
.page-template-page-full-width-feature main > article,
.page-template-page-full-width-feature-title main > article,
.single-portfolio main > article,
.page-template-page-split-50 main > article,
.single-post main section.author-box,
.page-template-page-full-width-feature main section.author-box,
.page-template-page-full-width-feature-title main section.author-box,
.single-portfolio main section.author-box,
.page-template-page-split-50 main section.author-box {
  padding: 60px 150px;
}
@media only screen and (max-width: 1024px) {
  .single-post main > article,
  .page-template-page-full-width-feature main > article,
  .page-template-page-full-width-feature-title main > article,
  .single-portfolio main > article,
  .page-template-page-split-50 main > article,
  .single-post main section.author-box,
  .page-template-page-full-width-feature main section.author-box,
  .page-template-page-full-width-feature-title main section.author-box,
  .single-portfolio main section.author-box,
  .page-template-page-split-50 main section.author-box {
    padding-left: 0;
    padding-right: 0;
  }
}
.single-post main > article.author-box,
.page-template-page-full-width-feature main > article.author-box,
.page-template-page-full-width-feature-title main > article.author-box,
.single-portfolio main > article.author-box,
.page-template-page-split-50 main > article.author-box,
.single-post main section.author-box.author-box,
.page-template-page-full-width-feature main section.author-box.author-box,
.page-template-page-full-width-feature-title main section.author-box.author-box,
.single-portfolio main section.author-box.author-box,
.page-template-page-split-50 main section.author-box.author-box {
  background-color: #7ba8ab;
  border-top: 1px solid #7ba8ab;
  color: white;
}
.single-post main > article.author-box img,
.page-template-page-full-width-feature main > article.author-box img,
.page-template-page-full-width-feature-title main > article.author-box img,
.single-portfolio main > article.author-box img,
.page-template-page-split-50 main > article.author-box img,
.single-post main section.author-box.author-box img,
.page-template-page-full-width-feature main section.author-box.author-box img,
.page-template-page-full-width-feature-title main section.author-box.author-box img,
.single-portfolio main section.author-box.author-box img,
.page-template-page-split-50 main section.author-box.author-box img {
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  /* future proofing */
  -khtml-border-radius: 50%;
  /* for old Konqueror browsers */
}
.single-post.page-id-10562 .content-sidebar-wrap,
.page-template-page-full-width-feature.page-id-10562 .content-sidebar-wrap,
.page-template-page-full-width-feature-title.page-id-10562 .content-sidebar-wrap,
.single-portfolio.page-id-10562 .content-sidebar-wrap,
.page-template-page-split-50.page-id-10562 .content-sidebar-wrap {
  padding: 0;
}
.single-post.single-post .full-width-feature,
.page-template-page-full-width-feature.single-post .full-width-feature,
.page-template-page-full-width-feature-title.single-post .full-width-feature,
.single-portfolio.single-post .full-width-feature,
.page-template-page-split-50.single-post .full-width-feature {
  min-height: 300px;
}
.full-width-feature {
  margin-bottom: 60px;
  background-size: cover;
  background-position: 50%;
  background-repeat: no-repeat;
}
.home .full-width-feature .title-block {
  width: inherit;
}
.full-width-feature .wrap {
  position: relative;
  min-height: 400px;
}
.full-width-feature .title-block {
  position: absolute;
  bottom: 30px;
  left: 0;
  width: 65%;
  max-width: 1280px;
  margin-left: 0px;
  margin-right: 10px;
}
@media only screen and (max-width: 1280px) {
  .full-width-feature .title-block {
    max-width: 100%;
  }
}
.full-width-feature .title-block .outer,
.full-width-feature .title-block .outer > .inner {
  padding: 10px;
  padding-left: 0;
}
.full-width-feature .title-block .outer h1,
.full-width-feature .title-block .outer > .inner h1 {
  font-size: 60px;
  font-size: 6em;
  font-size: 6rem;
}
@media only screen and (max-width: 600px) {
  .full-width-feature .title-block .outer h1,
  .full-width-feature .title-block .outer > .inner h1 {
    max-width: 100%;
    font-size: 36px;
    font-size: 3.6em;
    font-size: 3.6rem;
  }
}
.full-width-feature .title-block .outer h1,
.full-width-feature .title-block .outer > .inner h1,
.full-width-feature .title-block .outer h2,
.full-width-feature .title-block .outer > .inner h2 {
  margin-bottom: 0;
  color: white;
  text-shadow: 1px 1px 4px black;
}
.full-width-feature .title-block .outer .inner,
.full-width-feature .title-block .outer > .inner .inner {
  display: inherit;
}
.page-template-page-split-50 .centred-block {
  padding: 40px 0;
  text-align: center;
}
.page-template-page-split-50 .full-width-item .wrap {
  padding: 100px;
}
.page-template-page-split-50 .split {
  position: relative;
}
.page-template-page-split-50 .split .block {
  display: block;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 50%;
  background-size: cover;
  background-position: 50%;
}
@media all and (max-width: 1200px) {
  .page-template-page-split-50 .split .block {
    width: 33%;
  }
}
@media all and (max-width: 1024px) {
  .page-template-page-split-50 .split .block {
    position: static;
    height: 500px;
    width: 100%;
  }
}
@media all and (max-width: 1200px) {
  .page-template-page-split-50 .split.block2 .block {
    background-position: 20%;
  }
}
.page-template-page-split-50 .split:not(.item) before {
  background-size: cover;
  background: url(../img/home/connected.jpg) center no-repeat;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 50%;
}
.page-template-page-split-50 .split.item.left .block {
  left: auto;
  right: 0;
}
.page-template-page-split-50 .split.item.left .text {
  float: left;
  padding: 70px 110px 120px 0;
}
@media all and (max-width: 1200px) {
  .page-template-page-split-50 .split.item.left .text {
    padding: 70px 50px 120px 0;
  }
}
.page-template-page-split-50 .split.item.right .text {
  float: right;
  padding: 70px 0 120px 110px ;
}
@media all and (max-width: 1200px) {
  .page-template-page-split-50 .split.item.right .text {
    padding: 70px 0 120px 50px ;
  }
}
.page-template-page-split-50 .split h2,
.page-template-page-split-50 .split h3,
.page-template-page-split-50 .split h4 {
  color: #7ba8ab;
}
.page-template-page-split-50 .split .text {
  width: 50%;
  min-height: 500px;
}
@media all and (max-width: 1200px) {
  .page-template-page-split-50 .split .text {
    width: 66%;
  }
}
@media all and (max-width: 1024px) {
  .page-template-page-split-50 .split .text {
    width: 100%;
    padding: 60px 40px 80px;
  }
}
.page-template-page-split-50 .split .text h2 {
  border-bottom: 2px solid #7ba8ab;
  /*display: inline;*/
  margin-bottom: 40px;
}
.page-template-page-split-50 .split .text h2:after {
  content: '';
  display: block;
  margin-bottom: 18px;
  margin-top: 4px;
}
.page-template-page-split-50 .split .text h3 {
  border-bottom: 2px solid #7ba8ab;
  margin-bottom: 18px;
  display: inline;
}
.page-template-page-split-50 .split .text h3:after {
  content: '';
  display: block;
  margin-bottom: 18px;
  margin-top: 4px;
}
.page-template-page-split-50 .split .text .columns:after {
  clear: both;
  content: "";
  display: table;
}
.page-template-page-split-50 .split .text .columns p {
  padding: 8px 0;
}
.page-template-page-split-50 .split .text .buttons {
  padding: 35px 0 0;
}
.page-template-page-split-50 .split .twocols {
  float: right;
  height: 100%;
  width: 50%;
}
.page-template-page-split-50 .split .twocols:after {
  clear: both;
  content: "";
  display: table;
}
.page-template-page-split-50 .split .twocols .col {
  display: block;
  float: left;
  height: 100%;
  margin-right: 2.3576515979%;
  padding: 70px 50px 60px;
  width: 48.821174201%;
}
.page-template-page-split-50 .split .twocols .col:nth-child(2n+1) {
  clear: left;
}
.page-template-page-split-50 .split .twocols .col:last-child {
  margin-right: 0;
}
.page-template-page-split-50 .split .twocols .col:nth-child(2n) {
  margin-right: 0;
}
.page-template-page-split-50 .split .twocols .col:first-child {
  background: #ffffff;
}
.page-template-page-split-50 .split .twocols .col h5 {
  font-size: 18px;
  text-transform: uppercase;
}
.page-template-page-split-50 .split .twocols .col h5:after {
  margin: 15px 0 25px;
}
.page-template-page-split-50 .split .twocols .col ul {
  list-style: none;
}
.page-template-page-split-50 .split .twocols .col ul li {
  padding: 0 0 25px;
}
.page-template-page-split-50 .split .twocols .col ul li h6 {
  color: #7ba8ab;
  font-size: 14px;
  margin: 0;
  padding: 0 0 8px;
  text-transform: uppercase;
}
.page-template-page-split-50 .split .twocols .col ul li span {
  font-size: 14px;
  line-height: 1.6em;
}
.page-template-page-split-50 .split .twocols .col ul li span.street {
  display: block;
}
.page-template-page-split-50 .split .text .buttons .button,
.page-template-page-split-50 .split .text .buttons button,
.page-template-page-split-50 .split .text .buttons input[type=button],
.page-template-page-split-50 .split .text .buttons input[type=submit],
.page-template-page-split-50 .split .text .buttons input[type=reset] {
  margin: 0 15px 0 0;
}
.single-portfolio .top-block {
  font-weight: 700;
  margin-bottom: 30px;
  text-align: center;
}
.single-portfolio .top-block .wrap {
  padding-bottom: 20px;
}
.single-portfolio .top-block .wrap:after {
  display: block;
  content: ' ';
  width: 50%;
  border-bottom: 1px solid #000000;
  margin: 20px auto 0;
}
.single-portfolio .main-content {
  float: left;
  margin-left: 2.564102564102564%;
  width: 65.81196581196582%;
  clear: both;
  margin-left: 0!important;
}
@media only screen and (max-width: 1024px) {
  .single-portfolio .main-content {
    float: left;
    margin-left: 2.564102564102564%;
    width: 48.717948717948715%;
  }
}
@media only screen and (max-width: 880px) {
  .single-portfolio .main-content {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 40px;
  }
}
.single-portfolio .main-content img {
  max-width: 100%;
}
.single-portfolio .main-content > article {
  padding: 0;
  padding-right: 100px;
}
.single-portfolio .sidebar {
  float: right;
  background-color: #3f3f3f;
  float: left;
  margin-left: 2.564102564102564%;
  width: 31.623931623931625%;
  border: 1px solid grey;
  padding: 20px;
  margin-bottom: 40px;
  color: white;
}
@media only screen and (max-width: 1024px) {
  .single-portfolio .sidebar {
    float: left;
    margin-left: 2.564102564102564%;
    width: 48.717948717948715%;
  }
}
@media only screen and (max-width: 880px) {
  .single-portfolio .sidebar {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 40px;
  }
}
.single-portfolio .sidebar h3.client-name {
  margin-bottom: 0;
  color: #84b8bb;
  text-align: center;
  padding-bottom: 10px;
}
.single-portfolio .sidebar h3.client-name:after {
  display: block;
  content: ' ';
  width: 50%;
  border-bottom: 1px solid #84b8bb;
  margin: 10px auto 0;
}
.single-portfolio .sidebar h4.project-type {
  margin-top: 0;
  font-weight: 300;
}
.single-portfolio .sidebar .techniques ul {
  margin-left: 15px;
  margin: 15px 0 15px 15px;
}
.single-portfolio .sidebar .techniques ul li li {
  list-style-type: none!important;
  margin: 1em;
  margin-left: 1.5em;
  line-height: 1.4em;
}
.single-portfolio .sidebar .techniques ul li li:before {
  font-family: 'FontAwesome';
  font-size: 0.6em;
  content: '\f096';
  float: left;
  margin-left: -1.5em;
}
.single-portfolio .sidebar .techniques ul .button {
  text-align: center;
}
.single-portfolio .sidebar .button {
  color: #ffffff;
  border: 1px solid #ffffff;
  background-color: transparent;
  display: block;
  width: 75%;
  margin: 40px auto 20px;
}
.single-portfolio .sidebar .button:hover {
  color: #000000;
  border: 1px solid #000000;
  background-color: #ffffff;
}
/* Common Classes
---------------------------------------------------------------------------------------------------- */
/* Avatar
--------------------------------------------- */
.avatar {
  float: left;
}
.alignleft .avatar,
.author-box .avatar {
  margin-right: 24px;
}
.alignright .avatar {
  margin-left: 24px;
}
.author-box .avatar {
  height: 80px;
  width: 80px;
}
.comment .avatar {
  height: 60px;
  margin: 0 16px 24px 0;
  width: 60px;
}
/* Genesis
--------------------------------------------- */
.archive-description,
.author-box,
.breadcrumb {
  border-bottom: 1px solid #eee;
  margin-bottom: 60px;
}
.archive-description,
.author-box {
  padding-bottom: 30px;
}
.breadcrumb {
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: 400;
  letter-spacing: 0.5px;
  padding-bottom: 10px;
  text-transform: uppercase;
}
.author-box {
  font-size: 18px;
  font-size: 1.8rem;
}
.single .author-box {
  border-top: 1px solid #eee;
  padding-top: 30px;
}
.archive-description a,
.author-box a {
  border-bottom: 1px solid #ddd;
}
.archive-description a:hover,
.archive-description a:focus,
.author-box a:hover,
.author-box a:focus {
  border-bottom: 1px solid #333;
  color: #333;
}
.archive-description p:last-child,
.author-box p:last-child {
  margin-bottom: 0;
}
/* Search Form
--------------------------------------------- */
.search-form {
  overflow: hidden;
}
.search-form input {
  -webkit-appearance: none;
}
.search-form input[type="submit"] {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  padding: 0;
  position: absolute;
  width: 1px;
}
/* Titles
--------------------------------------------- */
.archive-title {
  font-size: 60px;
  font-size: 6rem;
  letter-spacing: 0.5px;
  margin-bottom: 10px;
}
.author-box-title {
  font-size: 14px;
  font-size: 1.4rem;
  letter-spacing: 0.5px;
  margin-bottom: 6px;
  text-transform: uppercase;
}
.entry-title {
  font-size: 36px;
  font-size: 3.6rem;
}
.entry-title .atmosphere-large-text {
  display: block;
  margin-bottom: 20px;
}
.entry-title a {
  color: #333;
}
.entry-title a:hover,
.entry-title a:focus {
  color: #55acee;
}
.widget-title {
  font-size: 20px;
  font-size: 2rem;
  margin-bottom: 20px;
}
/* WordPress
--------------------------------------------- */
a.aligncenter img {
  display: block;
  margin: 0 auto;
}
a.alignnone {
  display: inline-block;
}
.alignleft {
  float: left;
  text-align: left;
}
.alignright {
  float: right;
  text-align: right;
}
a.alignleft,
a.alignnone,
a.alignright {
  max-width: 50%;
}
img.centered,
.aligncenter {
  display: block;
  margin: 0 auto 24px;
}
img.alignnone,
.alignnone {
  margin-bottom: 12px;
}
a.alignleft,
img.alignleft,
.wp-caption.alignleft {
  margin: 0 24px 24px 0;
}
a.alignright,
img.alignright,
.wp-caption.alignright {
  margin: 0 0 24px 24px;
}
.wp-caption-text {
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: 700;
  text-align: center;
}
.entry-content p.wp-caption-text {
  margin-bottom: 0;
}
.gallery-caption,
.entry-content .gallery-caption {
  margin: 0 0 10px;
}
.wp-audio-shortcode,
.wp-playlist,
.wp-video {
  margin-bottom: 30px;
}
a[rel~="attachment"],
a[rel~="attachment"]:hover,
.gallery-item a,
.wp-audio-shortcode a,
.wp-audio-shortcode a:hover,
.wp-caption a,
.wp-caption a:hover,
.wp-playlist a,
.wp-playlist a:hover,
.wp-video a,
.wp-video a:hover {
  border-width: 0 !important;
}
/* Widgets
---------------------------------------------------------------------------------------------------- */
.widget {
  word-wrap: break-word;
}
.widget ol > li {
  list-style-position: inside;
  list-style-type: decimal;
  padding-left: 20px;
  text-indent: -20px;
}
.widget li li {
  border: 0;
  margin: 0 0 0 30px;
  padding: 0;
}
.widget_calendar table {
  width: 100%;
}
.widget_calendar td,
.widget_calendar th {
  text-align: center;
}
/* Featured Content
--------------------------------------------- */
.featured-content .entry {
  padding-bottom: 60px;
}
.featured-content .entry-content p {
  font-size: 18px;
  font-size: 1.8rem;
}
.featuredpost .entry-title {
  font-size: 24px;
  font-size: 2.4rem;
  letter-spacing: 0.5px;
  text-transform: uppercase;
}
/* Plugins
---------------------------------------------------------------------------------------------------- */
/* Genesis eNews Extended
--------------------------------------------- */
.enews-widget input {
  margin-bottom: 30px;
}
.enews-widget p {
  margin-bottom: 15px;
}
.enews form + p {
  margin-top: 24px;
}
/* Genesis Simple Share
--------------------------------------------- */
.content .share-after {
  margin-bottom: 20px;
}
.content a.count,
.content a.count:hover,
.content a.count:focus,
.content a.share,
.content a.share:hover,
.content a.share:focus {
  border: none;
  font-weight: 400;
}
.content .share-filled .share {
  border-radius: 0;
}
.content .share-filled .count {
  border-radius: 0;
}
.content .share-filled .facebook .count,
.content .share-filled .facebook .count:hover,
.content .share-filled .googlePlus .count,
.content .share-filled .googlePlus .count:hover,
.content .share-filled .linkedin .count,
.content .share-filled .linkedin .count:hover,
.content .share-filled .pinterest .count,
.content .share-filled .pinterest .count:hover,
.content .share-filled .stumbleupon .count,
.content .share-filled .stumbleupon .count:hover,
.content .share-filled .twitter .count,
.content .share-filled .twitter .count:hover {
  color: #333;
  border: 1px solid #333;
}
.content .share-filled .facebook .share,
.content .share-filled .facebook:hover .count,
.content .share-filled .googlePlus .share,
.content .share-filled .googlePlus:hover .count,
.content .share-filled .linkedin .share,
.content .share-filled .linkedin:hover .count,
.content .share-filled .pinterest .share,
.content .share-filled .pinterest:hover .count,
.content .share-filled .stumbleupon .share,
.content .share-filled .stumbleupon:hover .count,
.content .share-filled .twitter .share,
.content .share-filled .twitter:hover .count {
  background: #333 !important;
}
.content .share-filled .facebook:hover .count,
.content .share-filled .googlePlus:hover .count,
.content .share-filled .linkedin:hover .count,
.content .share-filled .pinterest:hover .count,
.content .share-filled .stumbleupon:hover .count,
.content .share-filled .twitter:hover .count {
  color: #fff;
}
/* Jetpack
--------------------------------------------- */
#wpstats {
  display: none;
}
/* Skip Links
---------------------------------------------------------------------------------------------------- */
.genesis-skip-link {
  margin: 0;
}
.genesis-skip-link li {
  height: 0;
  width: 0;
  list-style: none;
}
/* Display outline on focus */
:focus {
  color: #222;
  outline: #ddd solid 1px;
}
/* Site Header
---------------------------------------------------------------------------------------------------- */
.site-header {
  background-color: transparent;
  max-width: inherit;
  min-height: 117.5px;
  padding: 20px 40px;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 999;
}
body.archive .site-header {
  background-color: #1a130d;
}
.admin-bar .site-header {
  top: 32px;
}
/* BLOG next previous */
.bg-prev_next_post {
  background-color: #3f3f3f;
}
.prev-next-navigation {
  min-height: 100px;
}
.prev-next-navigation .next,
.prev-next-navigation .previous {
  padding: 20px;
  max-width: 250px;
}
.prev-next-navigation .next .byline,
.prev-next-navigation .previous .byline {
  text-transform: uppercase;
  color: #fff;
}
.prev-next-navigation .next i,
.prev-next-navigation .previous i {
  line-height: 1.1em;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -ms-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.prev-next-navigation .next a,
.prev-next-navigation .previous a {
  color: #fff !important;
}
.prev-next-navigation .next a.nav-button,
.prev-next-navigation .previous a.nav-button {
  width: 200px;
  display: block;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -ms-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  font-size: 0.8em;
  line-height: 1.2em;
  font-weight: 700;
}
.prev-next-navigation .next .title a,
.prev-next-navigation .previous .title a {
  color: #fff;
}
.prev-next-navigation .next {
  float: right;
  text-align: right;
}
.prev-next-navigation .next i {
  float: right;
  line-height: 32px;
  margin-left: 5px;
}
.prev-next-navigation .next a.nav-button {
  margin-right: 35px;
  text-align: right;
}
.prev-next-navigation .next:hover i {
  margin-right: -10px;
}
.prev-next-navigation .next:hover a.nav-button {
  margin-right: 45px;
}
.prev-next-navigation .previous {
  float: left;
}
.prev-next-navigation .previous i {
  float: left;
  line-height: 32px;
  margin-right: 5px;
}
.prev-next-navigation .previous a.nav-button {
  margin-left: 35px;
}
.prev-next-navigation .previous:hover i {
  margin-left: -10px;
}
.prev-next-navigation .previous:hover a.nav-button {
  margin-left: 45px;
}
/* THe Grid Customistaions */
#grid-11106 article.tg-item {
  background-color: #f8f8f8;
}
#grid-11106 article.tg-item .tg-item-inner .tg-item-content-holder {
  background-color: inherit;
}
#grid-11106 article.tg-item .tg-item-inner img.tg-item-image {
  width: 90%;
  margin-left: 5%;
}
/* Site Title and Description
--------------------------------------------- */
.title-area {
  float: left;
  margin-top: 8px;
}
.site-title {
  font-size: 20px;
  font-size: 2rem;
  font-weight: 400;
  letter-spacing: 1px;
  line-height: 1;
  margin-bottom: 0;
  margin-top: 20px;
  text-transform: uppercase;
}
.site-title a,
.site-title a:hover,
.site-title a:focus {
  color: #333;
}
.header-image .nav-primary:not(button) {
  margin-top: 22px;
}
.header-image .site-header {
  padding: 0 40px;
}
.header-image .site-title {
  display: block;
  text-indent: -9999px;
}
.header-image .site-title > a {
  background-position: center center !important;
  background-size: contain !important;
  float: left;
  min-height: 97.5px;
  width: 300px;
}
.header-image .title-area {
  margin: 3px 0 0;
}
.site-description {
  display: block;
  height: 0;
  margin-bottom: 0;
  text-indent: -9999px;
}
/* Site Navigation
---------------------------------------------------------------------------------------------------- */
@media all and (min-width: 1025px) {
  .superfly-on #sfm-sidebar,
  .superfly-on .sfm-navicon-button {
    display: none !important;
  }
}
.genesis-nav-menu {
  clear: both;
  font-weight: 400;
  line-height: 1;
  width: 100%;
  margin-top: 35px;
  text-align: right;
}
@media only screen and (max-width: 1280px) {
  .genesis-nav-menu {
    /*max-width: 690px;*/
    margin-top: 0px;
  }
}
#genesis-nav-primary .wrap {
  max-width: 980px;
}
.genesis-nav-menu .menu-item {
  display: inline-block;
  text-align: left;
}
.genesis-nav-menu a {
  display: block;
  font-size: 12px;
  font-size: 1.2rem;
  letter-spacing: 1px;
  padding: 10px;
  text-transform: uppercase;
  color: white;
}
.genesis-nav-menu li ul li a {
  color: black;
}
.genesis-nav-menu .current-menu-item > a {
  color: #55acee;
}
.genesis-nav-menu .sub-menu {
  background-color: #fff;
  left: -9999px;
  opacity: 0;
  position: absolute;
}
.genesis-nav-menu .sub-menu,
.genesis-nav-menu .sub-menu a {
  width: 180px;
}
.genesis-nav-menu .sub-menu .sub-menu {
  margin: -44px 0 0 179px;
}
.genesis-nav-menu .sub-menu a {
  border: 1px solid #eee;
  border-top: 0;
  padding: 15px;
  position: relative;
}
.genesis-nav-menu .menu-item:hover {
  position: static;
}
.genesis-nav-menu .menu-item:hover > .sub-menu {
  left: auto;
  opacity: 1;
}
/* Accessible Menu
--------------------------------------------- */
.menu .menu-item:focus {
  position: static;
}
.menu .menu-item > a:focus + ul.sub-menu,
.menu .menu-item.sfHover > ul.sub-menu {
  left: auto;
  opacity: 1;
}
/* Primary Navigation
--------------------------------------------- */
.nav-primary {
  float: right;
  margin-top: 2px;
}
.nav-primary .sub-menu {
  border-top: 1px solid #eee;
}
.nav-primary li.highlight > a {
  background-color: #fff;
  border: 1px solid #333;
  margin-left: 15px;
  padding-left: 15px;
  padding-right: 15px;
}
.nav-primary li.highlight > a:hover,
.nav-primary li.highlight > a:focus {
  background-color: #34313b;
  border: 1px solid #34313b;
  color: #fff;
}
.nav-primary .highlight > .sub-menu {
  margin-left: 15px;
}
.nav-primary .genesis-nav-menu li li {
  margin-left: 0;
}
/* Secondary Navigation - moved to footer
--------------------------------------------- */
.nav-secondary {
  background-color: #3f3f3f;
}
.nav-secondary .wrap {
  max-width: 1280px;
  margin: 0 auto;
}
.nav-secondary .wrap .genesis-nav-menu {
  text-align: center;
  margin: 20px auto;
}
.nav-secondary .wrap .genesis-nav-menu a {
  padding: 0;
  margin-left: 10px;
  margin-right: 10px;
  display: inline;
}
.nav-secondary .wrap .genesis-nav-menu li:before {
  content: "\2022";
  font-size: 0.8em;
  line-height: 1em;
  color: white;
  margin-right: 2px;
}
.nav-secondary .wrap .genesis-nav-menu li:first-child:before {
  content: none;
}
/* Responsive Navigation
--------------------------------------------- */
.sub-menu-toggle,
.menu-toggle {
  display: none;
  visibility: hidden;
}
/* Content Area
---------------------------------------------------------------------------------------------------- */
.content-sidebar .content {
  float: left;
  margin-left: 2.564102564102564%;
  width: 74.35897435897436%;
  clear: both;
  margin-left: 0!important;
}
@media only screen and (max-width: 1120px) {
  .content-sidebar .content {
    float: left;
    margin-left: 2.564102564102564%;
    width: 65.81196581196582%;
  }
}
@media only screen and (max-width: 880px) {
  .content-sidebar .content {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 40px;
  }
}
.content-sidebar .content article {
  padding-right: 40px;
}
@media only screen and (max-width: 880px) {
  .content-sidebar .content article {
    padding-left: 0;
    padding-right: 0;
  }
}
body.single-post article {
  border: 1px solid #7ba8ab;
  padding-top: 60px;
}
body.single-post article h2 {
  font-size: 44px;
  font-size: 4.4rem;
  color: #7ba8ab;
  margin-bottom: 10px;
  text-transform: uppercase;
}
body.single-post article h3 {
  font-size: 25px;
  font-size: 2.5rem;
  margin-bottom: 10px;
  font-weight: 700;
  color: #7ba8ab;
  text-transform: uppercase;
  border-bottom: 1px solid #7ba8ab;
}
body.single-post article h3 strong {
  font-weight: 700;
}
body.single-post article p {
  margin-bottom: 40px;
}
.content-sidebar .content {
  float: left;
}
.full-width-content .content {
  width: 100%;
}
/* ### Primary Sidebar */
.sidebar-primary {
  margin-bottom: 40px;
  float: left;
  margin-left: 2.564102564102564%;
  width: 23.076923076923077%;
  color: white;
  background-color: #3f3f3f;
  padding: 20px;
}
@media only screen and (max-width: 1120px) {
  .sidebar-primary {
    float: left;
    margin-left: 2.564102564102564%;
    width: 31.623931623931625%;
  }
}
@media only screen and (max-width: 880px) {
  .sidebar-primary {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 40px;
  }
}
.sidebar-primary h3.widget-title {
  margin-bottom: 0;
  color: #84b8bb;
  text-align: center;
  padding-bottom: 10px;
}
.sidebar-primary h3.widget-title:after {
  display: block;
  content: ' ';
  width: 50%;
  border-bottom: 1px solid #84b8bb;
  margin: 10px auto 0;
}
.sidebar-primary .widget {
  margin-bottom: 40px;
}
.sidebar-primary a {
  color: white;
}
.sidebar-content .sidebar-primary {
  float: left;
}
/* Entries
--------------------------------------------- */
.entry,
.page.page-template-page_blog-php .entry {
  border-bottom: 1px solid #eee;
  margin-bottom: 60px;
}
.page .entry,
.single .entry {
  border-bottom: 0;
}
.page .entry {
  margin-bottom: 30px;
}
.single .entry {
  margin-bottom: 0;
}
.entry-content a {
  border-bottom: 1px solid #ddd;
}
.entry-content a:hover,
.entry-content a:focus {
  border-bottom: 1px solid #333;
  color: #333;
}
.page .entry-content p:last-child {
  margin-bottom: 0;
}
.page.page-template-page_blog-php .content p:last-child,
.search-results .page .entry-content p:last-child {
  margin-bottom: 30px;
}
.entry-content ol,
.entry-content ul {
  margin-bottom: 30px;
  margin-left: 40px;
}
.entry-content ol > li {
  list-style-type: decimal;
}
.entry-content ul > li {
  list-style-type: disc;
}
.entry-content ol ol,
.entry-content ul ul {
  margin-bottom: 0;
}
/* Intro Text
--------------------------------------------- */
.entry-content p.intro,
.entry-header span.intro {
  display: block;
  font-size: 20px;
  font-size: 2rem;
  font-weight: 700;
  letter-spacing: 0.5px;
  text-transform: uppercase;
}
.entry-content p.intro:after,
.entry-header span.intro:after {
  border-bottom: 1px solid #333;
  content: "";
  display: block;
  margin-bottom: 40px;
  padding-bottom: 40px;
  width: 10%;
}
/* Entry Meta
--------------------------------------------- */
p.entry-meta {
  font-size: 12px;
  font-size: 1.2rem;
  font-weight: 400;
  margin-bottom: 0;
}
.entry-header .entry-meta,
.entry-header .entry-meta:last-child {
  margin-bottom: 24px;
  margin-top: -10px;
}
.entry-footer {
  margin-bottom: 30px;
}
.entry-author,
.entry-comments-link,
.entry-footer .entry-meta,
.entry-time {
  font-weight: 400;
  letter-spacing: 0.5px;
  margin-bottom: 0;
  text-transform: uppercase;
}
.entry-categories,
.entry-tags {
  display: block;
}
.entry-comments-link::before {
  content: "\2014";
  margin: 0 6px 0 2px;
}
/* After Entry
--------------------------------------------- */
.after-entry {
  border-bottom: 1px solid #eee;
  margin-bottom: 60px;
  padding-bottom: 30px;
}
.after-entry .widget {
  margin-bottom: 40px;
}
.after-entry a:hover,
.after-entry a:focus {
  text-decoration: underline;
}
.after-entry p:last-child,
.after-entry .widget:last-child {
  margin-bottom: 0;
}
.after-entry ol,
.after-entry ul {
  margin-bottom: 30px;
  margin-left: 40px;
}
.after-entry ol > li {
  list-style-type: decimal;
}
.after-entry ul > li {
  list-style-type: disc;
}
/* Pagination
--------------------------------------------- */
.pagination {
  clear: both;
}
.pagination a {
  border-bottom: 1px solid #ddd;
}
.pagination a:hover,
.pagination a:focus {
  border-bottom: 1px solid #333;
  color: #333;
}
.adjacent-entry-pagination {
  margin-bottom: 0;
}
.archive-pagination li {
  display: inline;
}
.archive-pagination li a {
  background-color: #fff;
  border: 1px solid #333;
  color: #333;
  cursor: pointer;
  display: inline-block;
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: 400;
  letter-spacing: 0.5px;
  margin-bottom: 4px;
  padding: 8px 12px;
  text-transform: uppercase;
}
.archive-pagination li a:hover,
.archive-pagination li a:focus,
.archive-pagination .active a {
  background-color: #333;
  color: #fff;
}
/* Comments
--------------------------------------------- */
p.comment-meta,
.entry-comments .comment,
.entry-comments .comment-reply {
  margin-bottom: 40px;
}
.entry-comments .comment:last-child {
  margin-bottom: 0;
}
.entry-pings,
.comment-respond {
  padding-top: 60px;
}
.entry-comments {
  padding-top: 20px;
}
.comment-respond a,
.entry-comments a {
  border-bottom: 1px solid #ddd;
}
.comment-respond a:hover,
.comment-respond a:focus,
.entry-comments a:hover,
.entry-comments a:focus {
  border-bottom: 1px solid #333;
  color: #333;
}
.comment-header {
  font-size: 18px;
  font-size: 1.8rem;
}
.entry-pings .reply {
  display: none;
}
.entry-comments .comment {
  border-bottom: 1px solid #eee;
}
p.comment-form-comment {
  margin-bottom: 20px;
}
p.form-submit,
.entry-comments .children .comment,
.entry-comments .comment-author {
  margin: 0;
}
.entry-comments .comment {
  clear: both;
}
.entry-comments .children .comment {
  border: none;
}
.comment-list li {
  list-style-type: none;
}
.comment-list ul.children {
  margin-left: 40px;
}
/* Footer Widgets
---------------------------------------------------------------------------------------------------- */
.footer-widgets {
  background-color: #34313b;
  background-color: #232525;
  clear: both;
  padding: 0;
  text-align: center;
}
.footer-widgets .wrap {
  width: 100%;
  max-width: inherit;
}
@media only screen and (max-width: 1280px) {
  .footer-widgets .wrap {
    padding-left: 0;
    padding-right: 0;
  }
}
@media only screen and (min-width: 881px) {
  .footer-widgets .wrap {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
.footer-widgets .footer-widgets-1,
.footer-widgets .footer-widgets-2,
.footer-widgets .footer-widgets-3 {
  float: left;
  padding: 90px 4%;
}
.footer-widgets .footer-widgets-1 {
  background-color: #e85555;
  text-align: right;
  width: 25%;
}
.footer-widgets .footer-widgets-2 {
  text-align: left;
  width: 39.8%;
}
.footer-widgets .footer-widgets-3 {
  padding-left: 0;
  text-align: left;
  width: 35%;
}
@media only screen and (max-width: 880px) {
  .footer-widgets .footer-widgets-1,
  .footer-widgets .footer-widgets-2,
  .footer-widgets .footer-widgets-3 {
    float: none;
    width: 100%;
    text-align: left;
  }
}
.footer-widgets .widget {
  margin-bottom: 40px;
}
.footer-widgets .wrap a,
.footer-widgets .wrap .entry-title a {
  color: #fff;
}
.footer-widgets a:hover,
.footer-widgets a:focus {
  text-decoration: underline;
}
.footer-widgets p:last-child,
.footer-widgets .widget:last-child {
  margin-bottom: 0;
}
.footer-widgets,
.footer-widgets p,
.footer-widgets .widget-title {
  color: #fff;
}
.footer-widgets .widget-title {
  font-size: 20px;
  font-size: 2rem;
  letter-spacing: 1px;
}
/* Site Footer(s)
---------------------------------------------------------------------------------------------------- */
/* call to action*/
#footer2 {
  background-color: #98d3db;
  padding: 100px 20px;
}
#footer2 .wrap {
  max-width: 1280px;
  margin: 0 auto;
}
#footer2 .widget {
  width: 70%;
  margin: 0 auto;
  font-size: 1.4em;
}
#footer2 .widget p,
#footer2 .widget a {
  color: #3f3f3f;
  background-color: transparent;
}
#footer2 .widget a.button {
  margin-top: 30px;
  border: 3px solid #3f3f3f;
}
.site-footer {
  border-top: 1px solid #eee;
  font-size: 16px;
  font-size: 1.6rem;
  padding: 2.5% 40px;
  text-align: center;
}
.site-footer p {
  margin-bottom: 0;
}
/* Members
---------------------------------------------------------------------------------------------------- */
.trans-left {
  opacity: 0;
  transform: translate(-300px);
  transition-duration: .6s;
  margin-bottom: 20px;
}
.trans-right {
  opacity: 0;
  transform: translate(300px);
  transition-duration: .6s;
  margin-bottom: 20px;
}
.trans-animate {
  opacity: 1;
  transform: translate(0);
}
.sfm-navicon,
.sfm-navicon:after,
.sfm-navicon:before,
.sfm-sidebar-close:before,
.sfm-sidebar-close:after {
  height: 2px !important;
}
.sfm-label-metro .sfm-navicon,
.sfm-label-metro .sfm-navicon:after,
.sfm-label-metro .sfm-navicon:before {
  border-radius: 0!important;
  height: 2px !important;
}
.sfm-label-metro .sfm-navicon-button {
  background: #000 !important;
}
body .sfm-navicon-button:after {
  background: #000 !important;
}
/* Media Queries
---------------------------------------------------------------------------------------------------- */
@media only screen and (max-width: 1024px) {
  .site-inner {
    margin-top: 0;
    padding-left: 10%;
    padding-right: 10%;
  }
  .js .genesis-nav-menu .sub-menu,
  .js .genesis-nav-menu .sub-menu a,
  .header-image .site-title > a,
  .site-header {
    width: 100%;
  }
  .header-image .site-title > a {
    width: 60%;
    text-align: center;
  }
  .header-image .nav-primary:not(button) {
    margin-top: 0;
    padding-bottom: 20px;
  }
  .nav-primary,
  .title-area {
    float: none;
  }
  .nav-primary li.highlight > a,
  .nav-primary li.highlight > a:hover,
  .nav-primary li.highlight > a:focus,
  .js .nav-primary .sub-menu a {
    background: none;
    border: none;
  }
  .nav-primary li.highlight > a {
    margin-left: 0;
    padding-left: 10px;
    padding-right: 10px;
  }
  .nav-primary li.highlight > a:hover,
  .nav-primary li.highlight > a:focus {
    color: #55acee;
  }
  .nav-primary .genesis-nav-menu li.highlight > a:hover,
  .nav-primary .genesis-nav-menu li.highlight > a:focus {
    background-color: #fff;
  }
  .js nav {
    display: none;
    position: relative;
  }
  .js nav .wrap {
    padding: 0;
  }
  .js nav.pagination {
    display: block;
  }
  .admin-bar .menu-toggle {
    top: 0;
  }
  .menu-toggle,
  .sub-menu-toggle {
    border-width: 0;
    background-color: #fff;
    margin: 0 auto;
    overflow: hidden;
    text-align: center;
    visibility: visible;
  }
  .menu-toggle:hover,
  .menu-toggle:focus,
  .sub-menu-toggle:hover,
  .sub-menu-toggle:focus {
    border-width: 0;
  }
  .menu-toggle {
    margin-top: 10px;
    position: relative;
    right: 0;
    z-index: 1000;
    width: 100%;
  }
  .menu-toggle:before,
  .menu-toggle.activated:before {
    color: #000;
    content: "\f130";
    display: inline-block;
    font: normal 20px/1 'ionicons';
    margin: 0 auto;
    padding-right: 10px;
    text-rendering: auto;
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
    vertical-align: bottom;
  }
  .sub-menu-toggle {
    float: right;
    padding: 8px 18px;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 100;
  }
  .sub-menu-toggle:before {
    content: "\f3d0";
    display: inline-block;
    font: normal 16px/1 'ionicons';
    text-rendering: auto;
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  .sub-menu-toggle.activated:before {
    content: "\f3d8";
  }
  .js .genesis-nav-menu .menu-item {
    display: block;
    float: none;
    margin-top: 1px;
    margin-bottom: 1px;
    position: relative;
    text-align: left;
  }
  .js .genesis-nav-menu .menu-item:hover {
    position: relative;
  }
  .js .genesis-nav-menu .menu-item a {
    border: none;
    padding: 10px;
    width: 100%;
  }
  .js .genesis-nav-menu .menu-item a:hover,
  .js .genesis-nav-menu .sub-menu {
    border: none;
  }
  .js .genesis-nav-menu .menu-item > a:focus ul.sub-menu,
  .js .genesis-nav-menu .menu-item > a:focus ul.sub-menu .sub-menu {
    left: 0;
    margin-left: 0;
  }
  .js .genesis-nav-menu > .menu-item-has-children > a:after {
    content: none;
  }
  .js .genesis-nav-menu .sub-menu {
    clear: both;
    display: none;
    margin: 0;
    opacity: 1;
    padding-left: 15px;
    position: static;
    width: 100%;
  }
  .js .genesis-nav-menu .sub-menu .sub-menu {
    margin: 0;
  }
  .js .genesis-nav-menu .sub-menu a {
    border: none;
  }
  .js nav button:hover,
  .js .menu-toggle:hover,
  .js .nav-primary {
    background-color: #fff;
    color: #000;
  }
  .js nav button:focus,
  .js .menu-toggle:focus {
    background-color: #fff;
    color: #55acee;
  }
  .comment-list ul.children {
    margin-left: 0;
  }
  .site-footer {
    padding: 20px;
  }
}
@media only screen and (max-width: 800px) {
  .gallery-item {
    float: none;
  }
  .gallery-columns-2 .gallery-item,
  .gallery-columns-3 .gallery-item,
  .gallery-columns-4 .gallery-item,
  .gallery-columns-5 .gallery-item,
  .gallery-columns-6 .gallery-item,
  .gallery-columns-7 .gallery-item,
  .gallery-columns-8 .gallery-item,
  .gallery-columns-9 .gallery-item {
    width: 100%;
  }
  .five-sixths,
  .four-sixths,
  .one-fourth,
  .one-half,
  .one-sixth,
  .one-third,
  .three-fourths,
  .three-sixths,
  .two-fourths,
  .two-sixths,
  .two-thirds {
    float: none;
    margin-left: 0;
    width: 100%;
  }
}
