/**
 * Theme Name: Carbon
 * Theme URI: https://codestag.com/themes/carbon/
 * Author: Codestag
 * Author URI: https://codestag.com
 * Description: A WordPress theme with Versatile Layout
 * Version: 1.0.2
 * License: GNU General Public License v2 or later
 * License URI: http://www.gnu.org/licenses/gpl-2.0.html
 * Text Domain: carbon
 * Tags: right-sidebar, responsive-layout, custom-background, custom-colors, custom-header, custom-menu, editor-style, featured-images, sticky-post, theme-options, threaded-comments, translation-ready, photoblogging
 *
 * Carbon WordPress Theme, Copyright (c) 2016, Codestag.
 * Carbon is distributed under the terms of the GNU GPL
 */
/*---------------------------------------------------------
 Contents (_contents.scss)
-----------------------------------------------------------
1. Code notes  f1.
2. Reset (Normalize)
3. Structure
4. Elements
5. Media and classes
6. Posts
7. Pages
8. Widgets
9. Comments
10. Forms and buttons
11. Browser support
-------------------------------------------------------- */
/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/**
 * Remove default margin.
 */
body {
  margin: 0;
}

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none;
}

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0;
}

/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
  font-weight: bold;
}

/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic;
}

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
  border: 0;
}

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden;
}

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 0;
}

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}

/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
  text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal;
}

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto;
}

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold;
}

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

.jetpack-social-navigation.jetpack-social-navigation ul, .post-content-wrapper, .paging-navigation, .nav-links, .posts-list, .carbon_recent_posts ul li, #comments-nav {
  zoom: 1;
}
.jetpack-social-navigation.jetpack-social-navigation ul:before, .post-content-wrapper:before, .paging-navigation:before, .nav-links:before, .posts-list:before, .carbon_recent_posts ul li:before, #comments-nav:before, .jetpack-social-navigation.jetpack-social-navigation ul:after, .post-content-wrapper:after, .paging-navigation:after, .nav-links:after, .posts-list:after, .carbon_recent_posts ul li:after, #comments-nav:after {
  display: table;
  content: "";
}
.jetpack-social-navigation.jetpack-social-navigation ul:after, .post-content-wrapper:after, .paging-navigation:after, .nav-links:after, .posts-list:after, .carbon_recent_posts ul li:after, #comments-nav:after {
  clear: both;
}

.menu-toggle, .jetpack-social-navigation, .error404 .article-cover__content {
  position: absolute;
  top: 50%;
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.custom-header__overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;

}



.site-header__inner, .custom-header__text, .page .primary-area,
.single .primary-area, .article-cover__content {
  max-width: 1210px;
  margin: 0 auto;
  padding-left: 20px;
  padding-right: 20px;
}

p, ul, ol, dl, blockquote, h1,
h2,
h3,
h4,
h5,
h6, pre, table {
  word-break: break-word;
  word-wrap: break-word;
}

.grid {
  list-style: none;
  margin-left: -20px;
}

.grid__col--2-of-2, .grid__col--3-of-3, .grid__col--4-of-4, .grid__col--5-of-5, .grid__col--6-of-6, .grid__col--8-of-8, .grid__col--12-of-12 {
  width: 100%;
}

.grid__col--1-of-2, .grid__col--2-of-4, .grid__col--3-of-6, .grid__col--4-of-8, .grid__col--6-of-12 {
  width: 50%;
}

.grid__col--1-of-3, .grid__col--2-of-6, .grid__col--4-of-12 {
  width: 33.33333%;
}

.grid__col--2-of-3, .grid__col--4-of-6, .grid__col--8-of-12 {
  width: 66.66667%;
}

.grid__col--1-of-4, .grid__col--2-of-8, .grid__col--3-of-12 {
  width: 25%;
}

.grid__col--3-of-4, .grid__col--6-of-8, .grid__col--9-of-12 {
  width: 75%;
}

.grid__col--push-2-of-2, .grid__col--push-3-of-3, .grid__col--push-4-of-4, .grid__col--push-5-of-5, .grid__col--push-6-of-6, .grid__col--push-8-of-8, .grid__col--push-12-of-12 {
  margin-left: 100%;
}

.grid__col--push-1-of-2, .grid__col--push-2-of-4, .grid__col--push-3-of-6, .grid__col--push-4-of-8, .grid__col--push-6-of-12 {
  margin-left: 50%;
}

.grid__col--push-1-of-3, .grid__col--push-2-of-6, .grid__col--push-4-of-12 {
  margin-left: 33.33333%;
}

.grid__col--push-2-of-3, .grid__col--push-4-of-6, .grid__col--push-8-of-12 {
  margin-left: 66.66667%;
}

.grid__col--push-1-of-4, .grid__col--push-2-of-8, .grid__col--push-3-of-12 {
  margin-left: 25%;
}

.grid__col--push-3-of-4, .grid__col--push-6-of-8, .grid__col--push-9-of-12 {
  margin-left: 75%;
}

.grid__col--pull-2-of-2, .grid__col--pull-3-of-3, .grid__col--pull-4-of-4, .grid__col--pull-5-of-5, .grid__col--pull-6-of-6, .grid__col--pull-8-of-8, .grid__col--pull-12-of-12 {
  margin-left: -100%;
}

.grid__col--pull-1-of-2, .grid__col--pull-2-of-4, .grid__col--pull-3-of-6, .grid__col--pull-4-of-8, .grid__col--pull-6-of-12 {
  margin-left: -50%;
}

.grid__col--pull-1-of-3, .grid__col--pull-2-of-6, .grid__col--pull-4-of-12 {
  margin-left: -33.33333%;
}

.grid__col--pull-2-of-3, .grid__col--pull-4-of-6, .grid__col--pull-8-of-12 {
  margin-left: -66.66667%;
}

.grid__col--pull-1-of-4, .grid__col--pull-2-of-8, .grid__col--pull-3-of-12 {
  margin-left: -25%;
}

.grid__col--pull-3-of-4, .grid__col--pull-6-of-8, .grid__col--pull-9-of-12 {
  margin-left: -75%;
}

.grid__col--1-of-5 {
  width: 20%;
}

.grid__col--push-1-of-5 {
  margin-left: 20%;
}

.grid__col--pull-1-of-5 {
  margin-left: -20%;
}

.grid__col--2-of-5 {
  width: 40%;
}

.grid__col--push-2-of-5 {
  margin-left: 40%;
}

.grid__col--pull-2-of-5 {
  margin-left: -40%;
}

.grid__col--3-of-5 {
  width: 60%;
}

.grid__col--push-3-of-5 {
  margin-left: 60%;
}

.grid__col--pull-3-of-5 {
  margin-left: -60%;
}

.grid__col--4-of-5 {
  width: 80%;
}

.grid__col--push-4-of-5 {
  margin-left: 80%;
}

.grid__col--pull-4-of-5 {
  margin-left: -80%;
}

.grid__col--1-of-6 {
  width: 16.66667%;
}

.grid__col--push-1-of-6 {
  margin-left: 16.66667%;
}

.grid__col--pull-1-of-6 {
  margin-left: -16.66667%;
}

.grid__col--5-of-6 {
  width: 83.33333%;
}

.grid__col--push-5-of-6 {
  margin-left: 83.33333%;
}

.grid__col--pull-5-of-6 {
  margin-left: -83.33333%;
}

.grid__col--1-of-8 {
  width: 12.5%;
}

.grid__col--push-1-of-8 {
  margin-left: 12.5%;
}

.grid__col--pull-1-of-8 {
  margin-left: -12.5%;
}

.grid__col--3-of-8 {
  width: 37.5%;
}

.grid__col--push-3-of-8 {
  margin-left: 37.5%;
}

.grid__col--pull-3-of-8 {
  margin-left: -37.5%;
}

.grid__col--5-of-8 {
  width: 62.5%;
}

.grid__col--push-5-of-8 {
  margin-left: 62.5%;
}

.grid__col--pull-5-of-8 {
  margin-left: -62.5%;
}

.grid__col--7-of-8 {
  width: 87.5%;
}

.grid__col--push-7-of-8 {
  margin-left: 87.5%;
}

.grid__col--pull-7-of-8 {
  margin-left: -87.5%;
}

.grid__col--1-of-12 {
  width: 8.33333%;
}

.grid__col--push-1-of-12 {
  margin-left: 8.33333%;
}

.grid__col--pull-1-of-12 {
  margin-left: -8.33333%;
}

.grid__col--2-of-12 {
  width: 16.66667%;
}

.grid__col--push-2-of-12 {
  margin-left: 16.66667%;
}

.grid__col--pull-2-of-12 {
  margin-left: -16.66667%;
}

.grid__col--5-of-12 {
  width: 41.66667%;
}

.grid__col--push-5-of-12 {
  margin-left: 41.66667%;
}

.grid__col--pull-5-of-12 {
  margin-left: -41.66667%;
}

.grid__col--7-of-12 {
  width: 58.33333%;
}

.grid__col--push-7-of-12 {
  margin-left: 58.33333%;
}

.grid__col--pull-7-of-12 {
  margin-left: -58.33333%;
}

.grid__col--10-of-12 {
  width: 83.33333%;
}

.grid__col--push-10-of-12 {
  margin-left: 83.33333%;
}

.grid__col--pull-10-of-12 {
  margin-left: -83.33333%;
}

.grid__col--11-of-12 {
  width: 91.66667%;
}

.grid__col--push-11-of-12 {
  margin-left: 91.66667%;
}

.grid__col--pull-11-of-12 {
  margin-left: -91.66667%;
}

.grid__col {
  display: inline-block;
  margin-right: -.25em;
  min-height: 1px;
  padding-left: 20px;
  vertical-align: top;
}
@media (max-width: 800px) {
  .grid__col {
    display: block;
    margin-left: 0;
    margin-right: 0;
    width: auto;
  }
}
@media (max-width: 800px) and (min-width: 480px) {
  .grid__col[class*="grid__col--m-"] {
    display: inline-block;
    margin-right: -.24em;
  }
  .grid__col.grid__col--m-1-of-2, .grid__col.grid__col--m-2-of-4 {
    width: 50%;
  }
  .grid__col.grid__col--m-1-of-3 {
    width: 33.33333%;
  }
  .grid__col.grid__col--m-2-of-3 {
    width: 66.66667%;
  }
  .grid__col.grid__col--m-1-of-4 {
    width: 25%;
  }
  .grid__col.grid__col--m-3-of-4 {
    width: 75%;
  }
}
@media (max-width: 480px) {
  .grid__col[class*="grid__col--s-"] {
    display: inline-block;
    margin-right: -.24em;
  }
  .grid__col.grid__col--s-1-of-2, .grid__col.grid__col--s-2-of-4 {
    width: 50%;
  }
  .grid__col.grid__col--s-1-of-3 {
    width: 33.33333%;
  }
  .grid__col.grid__col--s-2-of-3 {
    width: 66.66667%;
  }
  .grid__col.grid__col--s-1-of-4 {
    width: 25%;
  }
  .grid__col.grid__col--s-3-of-4 {
    width: 75%;
  }
}

.grid__col--centered {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.grid__col--d-first {
  float: left;
}

.grid__col--d-last {
  float: right;
}

.grid--no-gutter {
  margin-left: 0;
  width: 100%;
}
.grid--no-gutter .grid__col {
  padding-left: 0;
}
.grid--no-gutter .grid__col--span-all {
  margin-left: 0;
  width: 100%;
}

.grid__col--ab {
  vertical-align: bottom;
}

.grid__col--am {
  vertical-align: middle;
}

/*---------------------------------------------------------
 3. Scaffolding (_scaffolding.scss)
-------------------------------------------------------- */
html {
  font-size: 62.5%;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

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

/*---------------------------------------------------------
 Detail (_scaffolding.scss)
-------------------------------------------------------- */
body {
  font-size: 16px;
  font-size: 1.6rem;
  color: #000;
  background-color: #fff;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-box-sizing: inherit;
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
}

body,
button,
input,
select,
textarea {
  font-family: "Helvetica", Arial, sans-serif;
  line-height: 1.5;
}
@media screen and (min-width: 600px) {
  body,
  button,
  input,
  select,
  textarea {
    line-height: 1.44;
  }
}

/*---------------------------------------------------------
 Links (_scaffolding.scss)
-------------------------------------------------------- */
a {
  text-decoration: none;
  -moz-transition: color 250ms ease-out;
  -o-transition: color 250ms ease-out;
  -webkit-transition: color 250ms ease-out;
  transition: color 250ms ease-out;
}
a:hover {
  color: inherit;
}

/*---------------------------------------------------------
 Base (_scaffolding.scss)
-------------------------------------------------------- */
ul, ol, dl, p, iframe, details, address, .vcard, figure, pre, fieldset, table, dt, dd, hr, .alert {
  margin-bottom: 13px;
  margin-bottom: 1.3rem;
}

pre,
code,
input,
textarea {
  font: inherit;
}

/*---------------------------------------------------------
 Structure (_scaffolding.scss)
-------------------------------------------------------- */
.site {
  max-width: 100%;
  position: relative;
  z-index: 0;
}
.has-thumbnail .site {
  max-width: 100%;
}

.container {
  max-width: 1210px;
  margin: 0 auto;
  padding-left: 20px;
  padding-right: 20px;
}

/*---------------------------------------------------------
 Header (_scaffolding.scss)
-------------------------------------------------------- */
.site-header__inner {
  position: relative;
}
.nav-overlay .site-header {
  position: absolute;
  z-index: 1000;
  width: 100%;
  color: #fff;
}

.nav-overlay .widget-area {
  position: relative;
  z-index: 1000;
}
.nav-overlay .main-navigation {
  max-width: 550px;
}
@media screen and (min-width: 1120px) {
  .nav-overlay .main-navigation {
    max-width: 700px;
  }
}
@media screen and (max-width: 832px) {
  .nav-overlay .main-navigation {
    max-width: none;
  }

}

.custom-logo {
  max-width: 100%;
  background-repeat: no-repeat;
  background-position: center center;
  display: inline-block;
  vertical-align: middle;
  background-size: contain;
}
.custom-logo a {
  display: block;
  width: 100%;
  height: 0;
  color: transparent;
  text-shadow: none;
  font: 0/0 a;
  text-decoration: none;
}

.site-branding {
  padding: 1rem 0;
  margin: 15px 0;
  display: inline-block;
}
.site-branding h1, .site-branding h2 {
  display: inline-block;
  vertical-align: middle;
}
.side-branding a:hover {
  background-color: rgba(0, 0, 0, 0.66);
}

.site-title {
  margin: 0;
  font-size: 24px;
  color: black;
  font-weight: bold;
  vertical-align: middle;
  background-color: #fff;
  height: 38px;
  text-align: center;
}
.site-title a {
  color: inherit;
  font-size: 24px;
}

.site-title:hover {
  color: rgba(0, 0, 0, 0.66);
}

.site-description {
  font-size: 13px;
  font-size: 1.3rem;
  font-weight: normal;
  margin: 0;
}

.site-branding .site-title:hover {
  color: rgba(0, 0, 0, 0.66);
}

.custom-header {
  position: relative;
  height: 600px;
  background-size: cover;
  background-position: center;
}

.custom-header__inner {
  padding-top: 220px;
  padding-bottom: 125px;
  position: relative;
  z-index: 5;
}
.nav-stripped .custom-header__inner {
  padding-top: 125px;
}
.custom-header__text a {
  color: inherit;

}
.top-header {
  color: #fff;
  margin: auto;
  padding: 0px 20px;
  text-align: left;
  bottom: 10%;
  position: absolute;
}

.top-header h2 {
  margin-top: 100px;
}
.custom-header__text > *:not(h1) {
  max-width: 800px;
}
.custom-header h1 {
    background-color: black;
    background-color: rgba(0, 0, 0, 0.66);
    display: block;
    margin-top: 0;
    text-transform: uppercase;
    margin-bottom: 10px;
    z-index: 110;
}

/*.home .custom-header h1:hover {
  background-color: rgba(192,192,192, 0.66)!important;
}*/

@media screen and (max-width: 1120px) {
  .custom-header h1 {
    font-size: 40px;
    line-height: 149%;
    background-color: black;
    background-color: rgba(0, 0, 0, 0.66);
    display: inline;
    text-transform: uppercase;
    margin-bottom: 10px;
  }
}

@media screen and (max-width: 600px) {
  .custom-header h1 {
    font-size: 30px;
    line-height: 149%;
    display: inline;
    font-size: 3rem;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 10px;
  }
}

@media screen and (min-width: 1121px) {
  .custom-header h1 {
    font-size: 50px;
    font-size: 5rem;
    display: inline;
    line-height: 7.3rem;
    font-weight: 900;
    text-transform: uppercase;
    margin-bottom: 10px;
  }
}


.custom-header h2 {
  font-weight: 300;
  line-height: 1.3;
}
@media screen and (min-width: 800px) {
  .custom-header h2 {
    font-size: 40px;
    line-height: 1;
    font-size: 4rem;
  }
}

/*---------------------------------------------------------
 Navigation (_scaffolding.scss)
-------------------------------------------------------- */
.main-navigation {
  display: inline-block;
  vertical-align: middle;
  font-weight: bold;
  font-size: 16px !important;
  margin-left: 38px;
}
.main-navigation a {
  padding: 12px 0;
}
.pushed .main-navigation a {
  color: #fff;
}
.main-navigation ul {
  margin: 0 0 0 20px;
  padding: 0;
}
.main-navigation ul li:hover > ul {
  left: 0;
}
.main-navigation a:hover{
  color: #5A5A5A !important;
}
@media screen and (min-width: 800px) {
  .main-navigation ul ul {
    float: left;
    position: absolute;
    text-align: left;
    top: 35px;
    margin: 0;
    font-weight: normal;
    font-size: 15px;
    min-width: 200px;
    background: #fff;
    left: -999em;
    z-index: 9999;
    padding: 10px 0;
    padding:  1rem 0;
  }
  .main-navigation ul ul ul {
    left: -999em;
    top: -10px;
    margin: 0;
    padding: 5px 0;
  }
  .main-navigation ul ul li {
    display: block;
  }
  .main-navigation ul ul li:hover > ul {
    left: 100%;
  }
  .main-navigation ul ul li:last-of-type {
    margin-bottom: 0;
  }
  .main-navigation ul ul a {
    padding: 9px 15px;
    display: block;
    color: #000;
  }
}
.main-navigation > ul > li {
  margin-right: 20px;
  padding: 6px 0;
}
.main-navigation li {
  list-style: none;
  display: inline-block;
  position: relative;
}
.main-navigation a {
  color: inherit;
}

ul#menu-primary-menu {
  padding-top: 0px;
  padding-bottom: 50px;

}

@media screen and (max-width: 800px) {
  .main-navigation {
    display: block;
    background: #1d1e21;
    text-align: center;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
    opacity: 0;
    visibility: hidden;
    font-size: 20px;
    font-size: 2rem;
    -moz-backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-transform: scale(0.95);
    -ms-transform: scale(0.95);
    -webkit-transform: scale(0.95);
    transform: scale(0.95);
    -moz-transition: all 200ms ease-in;
    -o-transition: all 200ms ease-in;
    -webkit-transition: all 200ms ease-in;
    transition: all 200ms ease-in;
  }
  .main-navigation > ul {
    padding: 70px 0 0;
  }
  .main-navigation > ul li {
    margin-right: 0;
    display: block;
  }
  .main-navigation .sub-menu {
    margin: 0;
  }
  .main-navigation.toggled-on {
    visibility: visible;
    opacity: 1;
    height: 600px;
    overflow: auto;
    z-index: 499;
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  .main-navigation ul {
    display: block;
  }
  .main-navigation > ul > li:first-of-type:before {
    background: transparent;
    margin-top: 0;
  }
  .main-navigation > ul > li:before {
    content: '';
    display: block;
    background: #3a3c41;
    width: 80px;
    height: 2px;
    margin: 40px auto;
  }
  .main-navigation a {
    color: #fff;
    font-size: 16px;
  }
  .main-navigation .sub-menu {
    font-weight: normal;
    font-size: 17px;
    font-size: 1.7rem;
  }
  .main-navigation .sub-menu li {
    margin-top: 40px;
    margin-top: 4rem;
  }

  body.pushed {
    overflow: hidden;
  }

  .pushed .menu-toggle {
    position: absolute;
    color: #fff;
    background: transparent;
  }
  .pushed .menu-toggle:hover {
    color: #fff;
  }
}
/*---------------------------------------------------------
 Menu toggle (_scaffolding.scss)
-------------------------------------------------------- */
.menu-toggle {
  right: 20px;
  outline: 0;
  z-index: 1002;
  color: #fff;
/*display:none;*/
}
button #menu-toggle {
  background-color: none;
}
@media screen and (min-width: 832px) {
  .menu-toggle {
    display: none;
  }
}
.menu-toggle .genericon {
  font-size: 19px;
}

/*---------------------------------------------------------
 Menu toggle (_scaffolding.scss)
-------------------------------------------------------- */
.jetpack-social-navigation.jetpack-social-navigation {
  right: 0;
  max-width: 300px;
  -moz-transition: visibility 50ms ease-in-out;
  -o-transition: visibility 50ms ease-in-out;
  -webkit-transition: visibility 50ms ease-in-out;
  transition: visibility 50ms ease-in-out;
}
.jetpack-social-navigation.jetpack-social-navigation ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.jetpack-social-navigation.jetpack-social-navigation li {
  float: left;
  margin: 5px 0 5px 25px;
}
.jetpack-social-navigation.jetpack-social-navigation a {
  display: block;
  position: relative;
  width: 30px;
  height: 30px;
}
.jetpack-social-navigation.jetpack-social-navigation a:before {
  font-size: 30px;
  width: 30px;
  height: 30px;
}
@media screen and (max-width: 800px) {
  .jetpack-social-navigation.jetpack-social-navigation {
    z-index: 1001;
    visibility: hidden;
    opacity: 1;
    width: 100%;
    max-width: 100%;
    text-align: center;
    padding: 0 65px;
  }
  .jetpack-social-navigation.jetpack-social-navigation li {
    display: inline-block;
    float: none;
  }
  .jetpack-social-navigation.jetpack-social-navigation a {
    color: #3a3c41 !important;
  }
  .pushed .jetpack-social-navigation.jetpack-social-navigation {
    visibility: visible;
  }
}

/*---------------------------------------------------------
 Footer (_scaffolding.scss)
-------------------------------------------------------- */
.site-footer {
  background: #222;
  color: #fff;
  padding: 20px 0;
  font-weight: bold;
  margin-top: 40px;
  font-size: 13px;
  font-size: 1.3rem;
}
.site-footer a {
  color: #fff;
}
.site-footer a:hover {
  opacity: .8;
}
body.home .site-footer, body.archive .site-footer {
  margin-top: 0;
}

.site-info p {
  margin: 0;
}
.site-info p + p {
  margin-top: 10px;
}

@media screen and (min-width: 800px) {
  .footer-menu {
    text-align: right;
  }
}
@media screen and (max-width: 800px) {
  .footer-menu {
    margin-top: 40px;
  }
}
.footer-menu ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.footer-menu li {
  display: inline-block;
  margin-right: 20px;
}
@media screen and (max-width: 800px) {
  .footer-menu li {
    display: block;
    margin-right: 0;
    margin-top: 10px;
  }
}

/*---------------------------------------------------------
 4. Elements (_elements.scss)
-------------------------------------------------------- */
h1,
h2,
h3,
h4,
h5,
h6 {
  clear: both;
  font-family: "brandon-grotesque", sans-serif, "Helvetica", Arial !important;
  margin: 25px 0;
  margin:  2.5rem 0;
}

h1 {
  line-height: 1.2;
  font-weight: 900;
  font-size: 28px;
  font-size: 2.8rem;
}

h2 {
  line-height: 1.4;
  font-size: 25px;
  font-size: 2.5rem;
}

h3 {
  font-size: 23px;
  font-size: 2.3rem;
}

h4 {
  font-size: 20px;
  font-size: 2rem;
}

h5 {
  font-size: 15px;
  font-size: 1.5rem;
}

h6 {
  text-transform: uppercase;
  letter-spacing: 2px;
  letter-spacing: 0.2rem;
  font-weight: bold;
  font-size: 12px;
  margin: 10px 0;
}
h6 q:before {
  content: "\201C";
}
h6 q:after {
  content: "\201D";
}
h6 tt,
h6 kbd,
h6 pre,
h6 code,
h6 samp {
  font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
  border: 1px solid #b4b4b4;
  padding: 2px 3px;
  padding:  0.2rem 0.3rem;
  font-size: 14px;
  font-size: 1.4rem;
  word-spacing: -1px;
  word-spacing: -0.1rem;
}

/*---------------------------------------------------------
 Content (_elements.scss)
-------------------------------------------------------- */
blockquote:not(.contact-form-submission) {
  clear: both;
  font-weight: 300;
  font-size: 25px;
  font-size: 2.5rem;
  padding right: 60px;
 
}
blockquote:not(.contact-form-submission) p {
  line-height: 1.55;
  text-indent: 0 !important;
  font-size: 24px;
  font-size: 2rem;
  word-spacing: -1px;
  word-spacing: -0.1rem;
  padding:0px 10px 0px 0px;
  margin: 5px 30px 5px -15px;
}
blockquote:not(.contact-form-submission) cite {
  font-style: normal;
  font-weight: 300;
  margin-bottom: 25px;
  margin-bottom: 2.5rem;
  font-size: 16px;
  font-size: 1.6rem;
}
@media screen and (max-width: 600px) {
  blockquote:not(.contact-form-submission) cite {
    font-size: 13px;
    font-size: 1.3rem;
  }
}
blockquote:not(.contact-form-submission) cite:before {
  content: "\2014 ";
}

q:before {
  content: "\201C";
}
q:after {
  content: "\201D";
}

tt,
kbd,
pre,
code,
samp {
  font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
  border: 1px solid #b4b4b4;
  padding: 2px 3px;
  padding:  0.2rem 0.3rem;
  font-size: 14px;
  font-size: 1.4rem;
  word-spacing: -1px;
  word-spacing: -0.1rem;
}

pre {
  overflow: auto;
  white-space: pre-wrap;
  margin: 25px 0;
  margin:  2.5rem 0;
  padding: 12.5px;
  padding: 1.25rem;
}

del,
strike {
  color: #ff4200;
}

abbr,
acronym,
dfn {
  cursor: help;
  font-size: .9em;
  text-transform: uppercase;
  letter-spacing: 1px;
  letter-spacing: 0.1rem;
}

details summary {
  font-weight: 600;
  margin-bottom: 25px;
  margin-bottom: 2.5rem;
}
details :focus {
  outline: none;
}

mark {
  background-color: #ffcc00;
}

ins {
  text-decoration: none;
}

small {
  font-size: .75em;
}

big {
  font-size: 1.25em;
}

sub,
sup {
  font-size: 75%;
}
@media screen and (min-width: 600px) {
  sub,
  sup {
    font-size: 68.75%;
  }
}

address {
  margin: 25px 0;
  margin:  2.5rem 0;
}

hr {
  height: 1px;
  border: 0;
  background: #ccc;
  margin: 25px 0;
  margin:  2.5rem 0;
}

/*---------------------------------------------------------
 Lists (_elements.scss)
-------------------------------------------------------- */
ul {
  list-style: inside disc;
}

ol {
  list-style: inside decimal;
}

li > ul,
li > ol {
  margin-bottom: 0;
  margin-left: 20px;
  margin-left: 2rem;
}

/*---------------------------------------------------------
 Definition lists (_elements.scss)
-------------------------------------------------------- */
dl dt {
  margin-bottom: 0;
  font-weight: 500;
  font-size: 16px;
  font-size: 1.6rem;
}
@media screen and (max-width: 600px) {
  dl dt {
    font-size: 13px;
    font-size: 1.3rem;
  }
}
dl dd {
  font-size: 16px;
  font-size: 1.6rem;
}
@media screen and (max-width: 600px) {
  dl dd {
    font-size: 13px;
    font-size: 1.3rem;
  }
}

/*---------------------------------------------------------
 Tables (_elements.scss)
-------------------------------------------------------- */
table {
  width: 100%;
  text-align: center;
  border: 1px solid #ebebeb;
  margin: 25px 0;
  margin:  2.5rem 0;
}
table caption {
  margin-bottom: 25px;
  margin-bottom: 2.5rem;
}
table th,
table td {
  padding: 12.5px 9px;
  padding:  1.25rem 0.9rem;
}
table th {
  border-left: 1px solid #ebebeb;
}
table td {
  border-top: 1px solid #ebebeb;
  border-left: 1px solid #ebebeb;
}
table td[valign="top"] {
  vertical-align: top;
}
table td[valign="bottom"] {
  vertical-align: bottom;
}

/*---------------------------------------------------------
 Galleries (_elements.scss)
-------------------------------------------------------- */
.gallery {
  margin: 25px 0 12.5px !important;
}

.gallery-item {
  margin: 0 3% 3% 0 !important;
  text-align: center;
}
.gallery-item img {
  margin: 0 0 6.25px !important;
  border: 0 !important;
}
.gallery-columns-1 .gallery-item {
  max-width: 100%;
}
.gallery-columns-2 .gallery-item {
  max-width: 48.5%;
}
.gallery-columns-3 .gallery-item {
  max-width: 31.33%;
}
.gallery-columns-4 .gallery-item {
  max-width: 22.75%;
}
.gallery-columns-5 .gallery-item {
  max-width: 17.6%;
}
.gallery-columns-6 .gallery-item {
  max-width: 14.16%;
}
.gallery-columns-7 .gallery-item {
  max-width: 11.45%;
}
.gallery-columns-8 .gallery-item {
  max-width: 9.87%;
}
.gallery-columns-9 .gallery-item {
  max-width: 8.44%;
}
.gallery-columns-1 .gallery-item:nth-of-type(1n), .gallery-columns-2 .gallery-item:nth-of-type(2n), .gallery-columns-3 .gallery-item:nth-of-type(3n), .gallery-columns-4 .gallery-item:nth-of-type(4n), .gallery-columns-5 .gallery-item:nth-of-type(5n), .gallery-columns-6 .gallery-item:nth-of-type(6n), .gallery-columns-7 .gallery-item:nth-of-type(7n), .gallery-columns-8 .gallery-item:nth-of-type(8n), .gallery-columns-9 .gallery-item:nth-of-type(9n) {
  margin-right: 0 !important;
}

/*---------------------------------------------------------
 Extras (_elements.scss)
-------------------------------------------------------- */
.run-in {
  font-size: 35px;
  font-size: 3.5rem;
  font-weight: 300;
  line-height: 1.4;
  margin: -5px 0 50px;
}
@media screen and (max-width: 600px) {
  .run-in {
    font-size: 26px;
  }
}

p.end-of-article:after {
  content: "\220E";
}

/*---------------------------------------------------------
 5. Patterns (_patterns.scss)
-------------------------------------------------------- */
img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
}
img.size-full, img.size-large, img.wp-post-image {
  height: auto;
}
img[class*="align"], img[class*="wp-image-"], img[class*="attachment-"] {
  height: auto;
}
img.alignleft, img.alignright, img.aligncenter {
  margin-bottom: 25px;
  margin-bottom: 2.5rem;
}
img.wp-smiley {
  margin: 0;
  padding: 0;
  background: 0;
}

/*---------------------------------------------------------
 Captions (_patterns.scss)
-------------------------------------------------------- */
div.wp-caption {
  max-width: 100%;
  margin-bottom: 12.5px;
  margin-bottom: 1.25rem;
}
div.wp-caption img {
  margin-bottom: 6.25px;
  margin-bottom: 0.625rem;
}

.wp-caption-text,
dd.wp-caption-dd,
.selected-images-caption,
.full-span-image,
.gallery-caption {
  line-height: 1.4;
  text-indent: 0 !important;
  font-size: 14px;
  font-size: 1.4rem;
}
@media screen and (min-width: 600px) {
  .wp-caption-text,
  dd.wp-caption-dd,
  .selected-images-caption,
  .full-span-image,
  .gallery-caption {
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 1.45;
  }
}
.wp-caption-text a,
dd.wp-caption-dd a,
.selected-images-caption a,
.full-span-image a,
.gallery-caption a {
  border-bottom: 1px solid;
}

/*---------------------------------------------------------
 Media (_patterns.scss)
-------------------------------------------------------- */
embed,
object,
video,
iframe {
  max-width: 100%;
}

.fluid-width-video-wrapper {
  width: auto !important;
  margin: 12.5px 0;
  margin:  1.25rem 0;
}

/*---------------------------------------------------------
 General (_patterns.scss)
-------------------------------------------------------- */
.clear {
  clear: both;
}

.alignleft {
  float: left;
}

.alignright {
  float: right;
}

.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.hide {
  display: none;
  visibility: hidden;
}

.hidden {
  visibility: hidden;
}

.noborder {
  border: none;
}

div .alignleft {
  text-align: left;
  margin-right: 18px;
  margin-right: 1.8rem;
}
div .alignright {
  text-align: right;
  margin-left: 18px;
  margin-left: 1.8rem;
}
div .aligncenter {
  text-align: center;
}

/*---------------------------------------------------------
 Screen reader (_patterns.scss)
-------------------------------------------------------- */
.says, .screen-reader-text {
  position: absolute !important;
  clip: rect(1px, 1px, 1px, 1px);
  border-bottom: 1px solid #b4b4b4;
  font-size: 16px;
  font-size: 1.6rem;
  margin: 0;
  padding: 0;
}
@media screen and (max-width: 600px) {
  .says, .screen-reader-text {
    font-size: 13px;
    font-size: 1.3rem;
  }
}

/*---------------------------------------------------------
 6. Posts (_posts.scss)
-------------------------------------------------------- */
.content-area .post:first-child {
  display: block;
  position: relative;
}


.post {
  position: relative;
  line-height: 1.7;
}

p.comment-subscription-form {
  display: none;
}

.page article:not(.has-post-thumbnail) .entry-header,
.single article:not(.has-post-thumbnail) .entry-header {
  margin: 90px 0;
  margin:  9rem 0;
}
.page .entry-title,
.single .entry-title {
  font-weight: 900;
  font-size: 45px;
  font-size: 4.5rem;
  line-height: 148%;
  -moz-transition: font-size 0.2s;
  -o-transition: font-size 0.2s;
  -webkit-transition: font-size 0.2s;
  transition: font-size 0.2s;
  display: inline;
  padding: 0;
}

/*.home .entry-title:hover {
  background-color: rgba(192,192,192, 0.66) !important;
}*/

.single .entry-title {
  background-color: rgba(0, 0, 0, 0.66);
  color: #fff !important;
}
@media screen and (max-width: 800px) {
  .page .entry-title,
  .single .entry-title {
  font-size: 30px;
  font-size: 3.0rem;
  line-height: 149%;
  display: inline;
  }
}
.page .entry-subtitle,
.single .entry-subtitle {
  margin: 0 0 25px 0;
}
@media screen and (min-width: 800px) {
  .page .entry-subtitle,
  .single .entry-subtitle {
    font-size: 45px;
    font-size: 4.5rem;
    font-weight: 300;
    line-height: 1;
    /*background-color: rgba(0, 0, 0, 0.66);*/
    display: inline-block;
  }
}

body.page .content-area,
body.single .content-area {
  max-width: 800px;
  min-height: 100px;
}
body.page .widget-area,
body.single .widget-area {
  padding: 0;
}

.sticky-post-label {
  text-transform: uppercase;
  border: 2px solid #fff;
  font-weight: bold;
  font-size: 12px;
  padding: 5px 10px;
  margin-bottom: 25px;
  display: none;
}

.post-content-wrapper .widget-area {
  font-size: 15px;
  width: 24%;
  margin-left: 2%;
  max-width: 270px;
  position: relative;
  float: right;

}
@media screen and (min-width: 1170px) {
  body.single .post-content-wrapper .widget-area, body.page .post-content-wrapper .widget-area {
    margin-left: 5%;
  }
}
@media screen and (max-width: 800px) {
  .post-content-wrapper .widget-area {
    max-width: 100%;
    margin-left: 0;
    margin-top: 30px;
    width: 100%;
    padding: 0 20px;
    display: none;
  }
}
@media screen and (min-width: 800px) {
  .post-content-wrapper .content-area {
    float: left;
    width: 74%;
  }
  .post-content-wrapper .widget-area {
    float: left;
  }
}

aside#search-3 {
    margin-bottom: 0px;
}
.hide-sidebar .widget-area {
  display: none;
}
.hide-sidebar .content-area {
  width: 100%;
  max-width: none !important;
}
.hide-sidebar .entry-content,
.hide-sidebar .comments-area,
.hide-sidebar .post-navigation,
.hide-sidebar .secondary-post-meta {
  max-width: 900px;
  margin: 0 auto;
}
@media screen and (min-width: 1170px) and (max-width: 1500px) {
  .hide-sidebar .entry-content img.size-full.alignnone {
    margin-left: -10%;
    width: 110%;
    max-width: 110%;
  }
}
@media screen and (min-width: 1501px) and (max-width: 2880px) {
  .hide-sidebar .entry-content img.size-full.alignnone {
    margin-left: -15%;
    width: 115%;
    max-width: 115%;
  }
}

.article-cover {
  position: relative;
  overflow: hidden;
  height: 100%;
  color: #fff;
  -webkit-overflow-scrolling: touch;
  margin-bottom: 100px;
  margin-bottom: 10rem;
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.article-cover__background, .article-cover__inner, .article-cover {
  height: 600px !important ;
  }
body.page .article-cover {
  height: auto;
  min-height: 0;
}
body.page .article-cover__content {
  position: static;
}
body.page .article-cover__inner {
  padding-top: 250px;
  padding-bottom: 130px;
}
body.page .article-cover .entry-meta {
  display: none;
}
.article-cover a {
  color: #fff;
}
.article-cover a:hover {
  opacity: .8;
}
.article-cover__background {
  position: absolute;
  width: 100%;
  height: 600px;
  background-repeat: no-repeat;
  background-position: center;
  z-index: 2;
  -moz-background-size: cover;
  -o-background-size: cover;
  -webkit-background-size: cover;
  background-size: cover;
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.article-cover__inner {
  position: relative;
  z-index: 3;
  height: 600px;
  /*background-color: rgba(0, 0, 0, 0.4);*/
}
.article-cover__content {
  position: absolute;
  width: 100%;
  left: 0;
  right: 0;
  bottom: 50px;
  -webkit-overflow-scrolling: touch;
}

.entry-content a {
  text-decoration: underline;
  color: inherit;
}
.entry-content h4 {
  font-size: 20px;
}
.entry-content h5 {
  text-transform: uppercase;
  font-size: 15px;
  font-weight: normal;
  margin: 10px 0;
}
.entry-content h6 {
  font-weight: bold;
  font-size: 12px;
  text-transform: uppercase;
  margin: 10px 0;
}
.entry-content blockquote {
  padding-left: 100px;
}
@media screen and (max-width: 600px) {
  .entry-content blockquote {
    padding: 0px 60px 0px 30px;
  }
  #page .entry-header .posted-on, article.post .category-links, article.post .source-material, article.post  .posted-on, section.custom-header .category-main, section.custom-header .entry-header h1 {
    background-color: black;
  }  
}

.entry-content img.size-full.alignnone {
  margin-top: 30px;
  margin-bottom: 30px;
}
@media screen and (min-width: 1170px) and (max-width: 1500px) {
  .entry-content img.size-full.alignnone {
    margin-left: -15%;
    width: 115%;
    max-width: 115%;
  }
}
@media screen and (min-width: 1501px) and (max-width: 2880px) {
  .entry-content img.size-full.alignnone {
    margin-left: -25%;
    width: 125%;
    max-width: 125%;
  }
}

/*---------------------------------------------------------
 Header (_posts.scss)
-------------------------------------------------------- */
.entry-header {
  margin-bottom: 25px;
  margin-bottom: 2.5rem;
  text-transform: uppercase;
}

.entry-title {
  margin: 0 0 6.25px 0;
  margin:  0 0 0.625rem 0;
  padding: 5px 15px;
}

#menu-item-82 {
  display: none;
}

.entry-header a {
  color: #fff !important;
}

/*---------------------------------------------------------
 Sticky post label (_posts.scss)
-------------------------------------------------------- */
.entry-sticky-label:after {
  content: " \2013 ";
}

/*---------------------------------------------------------
 Navigation (_posts.scss)
-------------------------------------------------------- */
.page-links {
  margin-top: 25px;
  margin-top: 2.5rem;
}

.paging-navigation {
  float: right;
  width: 100%;
  max-width: 930px;
  margin: 40px 0;
}

.post-navigation {
  margin-top: 50px;
  padding: 30px 0;
  border-top: 1px solid #313535;
  border-bottom: 1px solid #313535;
}

.secondary-post-meta {
  border-top: 1px solid #313535;
  margin-top: 50px;
  padding: 30px 0;
}
@media screen and (min-width: 800px) {
  .secondary-post-meta .share-post {
    text-align: right;
  }
}
.secondary-post-meta .share-post.grid__col--2-of-2 {
  text-align: inherit;
}
.secondary-post-meta a {
  color: inherit;
}
.secondary-post-meta + .post-navigation {
  margin-top: 0;
}

.nav-links {
  font-weight: bold;
  font-size: 15px;
  font-size: 1.8rem;
  clear: both;
  color: #252323;
}
.nav-links a {
  color: inherit;
}
@media screen and (min-width: 800px) {
  .nav-links div {
    display: inline-block;
    width: 50%;
    float: left;
  }
  .nav-links .nav-next {
    text-align: right;
    float: right;
  }
}
@media screen and (max-width: 800px) {
  .nav-links {
    text-align: center;
  }
  .nav-links div + div {
    margin-top: 20px;
  }
}

/*---------------------------------------------------------
 Content (_posts.scss)
-------------------------------------------------------- */
.wp-caption {
  max-width: 100%;
}

/*---------------------------------------------------------
 Post Layouts (_scaffolding.scss)
-------------------------------------------------------- */
span.byline {
    display: none;
}
.post-link {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 101;
  cursor: pointer;
}

.posts-list article {
  color: #fff;
  position: relative;
  overflow: hidden;
  background-color: #252323;
  background-size: cover;
  background-position: 50%;
  width: 50%;
  height: 0;
  padding-bottom: 50%;
  display: inline-block;
  width: 50%;
  margin-right: -.25em;
  vertical-align: top;
}
@media screen and (max-width: 800px) {
  .posts-list article .content-overlay {
    opacity: 1;
  }
}
@media screen and (min-width: 800px) {
  .posts-list article {
    height: 600px;
  }
}
.posts-list article:hover .content-overlay {
  opacity: 1;
}
.posts-list article a {
  color: #fff;
}
@media screen and (max-width: 600px) {
  .posts-list article  {
    width: 100%;
    height: 400px;
  }

  .custom-header {
    height: 400px;
  }
  .article-cover__background, .article-cover__inner, .article-cover {
    height: 400px !important ;
    margin-bottom: 0px !important;
  }
}
.posts-list .content-overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  /*background-color: rgba(0, 0, 0, 0.4);*/
}
.posts-list .content-overlay .text-container {
  -moz-transition: opacity 200ms;
  -o-transition: opacity 200ms;
  -webkit-transition: opacity 200ms;
  transition: opacity 200ms;
  position: absolute;
  width: 100%;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 20px;
}
.posts-list .entry-title {
  font-size: 50px;
  font-size: 5rem;
  line-height: 7.3rem;
  font-weight: 900;
  background-color: rgba(0, 0, 0, 0.66);
  display: inline;
  padding: 0;
  text-transform: uppercase;
}

.container-2 {
  margin: 0 auto;
  padding-left: 20px;
  padding-right: 20px;
}

@media screen and (min-width: 600px) and (max-width: 1120px) {
  .posts-list .entry-title {
    font-size: 40px;
    font-size: 4rem;
    line-height: 149%;
    text-transform: uppercase;
  }

}
.posts-list .entry-subtitle {
  margin-top: 25px;
  font-weight: 300;
  font-size: 30px;
  font-size: 3rem;
}
@media screen and (min-width: 600px) and (max-width: 1120px) {
  .posts-list .entry-subtitle {
    font-size: 20px;
    font-size: 2rem;
  }
}
/*.posts-list .entry-meta {
  margin-top: 20px;
}*/
@media screen and (max-width: 600px) {
  .posts-list .entry-title {
    font-size: 30px;
    font-size: 3rem;
    line-height: 149%;
    font-weight: 700;
    text-transform: uppercase;
  }
  .posts-list .entry-subtitle {
    margin-top: 15px;
    font-size: 20px;
    font-size: 2rem;
  }
}

.overlay-visible .posts-list article:after {
  content: '\f429';
  font-size: 40px;
  vertical-align: top;
  text-align: center;
  display: inline-block;
  font-family: "Genericons";
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  line-height: 1;
  text-decoration: inherit;
  text-transform: none;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  speak: none;
  text-align: center;
  margin-top: -10px;
  line-height: 1;
  -moz-transition: all 200ms;
  -o-transition: all 200ms;
  -webkit-transition: all 200ms;
  transition: all 200ms;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 50%;
  opacity: 0;
  z-index: 100;
  margin-left: -50px;
}
.overlay-visible .content-overlay {
  opacity: 1;
}
.overlay-visible .posts-list article:hover .content-overlay {
  opacity: .1;
}
.overlay-visible .posts-list article:hover:after {
  opacity: 1;
  margin-left: 0px;
}
.overlay-visible .posts-list article:hover .text-container {
  opacity: 0;
}

@media screen and (min-width: 600px) {
  .layout-2-1-2-1 article:nth-of-type(3n+3) {
    width: 100%;
    height: 600px;
    padding-bottom: 0;
  }

  .layout-1-2-1-2 article:nth-of-type(3n+1) {
    width: 100%;
    height: 600px;
    padding-bottom: 0;
  }

  .layout-1-1-1-1 article {
    width: 100%;
    height: 600px;
    padding-bottom: 0;
  }
}
/*---------------------------------------------------------
 Meta (_posts.scss)
-------------------------------------------------------- */
.entry-meta {
  margin-top: -22px;
  /*margin-top: 2.5rem;*/
  text-transform: uppercase;
  font-size: 13px;
  font-size: 1.3rem;
  font-weight: bold;
}
.entry-meta .post-meta,
.entry-meta .author-avatar {
  display: inline-block;
  vertical-align: middle;
}
.entry-meta .author-avatar {
  margin-right: 20px;
}
@media screen and (max-width: 600px) {
  .entry-meta .author-avatar {
    display: none;
  }
}
.entry-meta .author-avatar img {
  border-radius: 50%;
}

.reading-time {
  display: block;
}

.updated:not(.published) {
  display: none;
}

.custom-header p {
  margin: 0px;
}

.main-p {
  margin: 0px;
}


.posted-on {
  display: inline-block;
  background-color: rgba(0, 0, 0, 0.66);
  margin-top: 7px;
}

/*.home .posted-on:hover {
  background-color: rgba(192,192,192, 0.66) !important;
}*/

.single .posted-on {
  display: inline-block;
  background-color: rgba(0, 0, 0, 0.66);
  margin-top: 32px;
  color: #fff !important;

}


.category-links {
  display: inline-block;
  background-color: rgba(0, 0, 0, 0.66);
  margin-bottom: 10px;
  font-weight: bold;
}

/*.home .category-links:hover {
  background-color: rgba(192,192,192, 0.66) !important;
}*/
 
.source-material {
  display: inline-block;
  background-color: rgba(0, 0, 0, 0.66);
  margin-bottom: 10px;
  margin-left: 10px;
  font-weight: bold;
}

/*.home .source-material:hover {
  background-color: rgba(192,192,192, 0.66) !important;
}*/

.category-main {
  display: inline-block;
  background-color: rgba(0, 0, 0, 0.66);
  margin-bottom: 10px;
  margin-top: 11px;
  text-transform: uppercase;
  font-size: 13px;
  font-weight: bold;
}

.lowercase {
  text-transform: lowercase !important; 
  text-transform: capitalize !important;
  font-weight: 900;
  font-size: 15px;
}

.category-main a {
  color: #fff !important;
}

/*---------------------------------------------------------
 Author (_posts.scss)
-------------------------------------------------------- */
.author-description {
  font-weight: normal;
}

/*---------------------------------------------------------
 Protected (_posts.scss)
-------------------------------------------------------- */
.post-password-required p {
  margin: 12.5px 0;
  margin:  1.25rem 0;
}
.post-password-required p + p {
  text-indent: 0;
}

.error404 .article-cover__content {
  bottom: auto;
}
.error404 .entry-title {
  -moz-transition: font-size 0.2s;
  -o-transition: font-size 0.2s;
  -webkit-transition: font-size 0.2s;
  transition: font-size 0.2s;
}
/*@media screen and (min-width: 800px) {
  .error404 .entry-title {
    font-size: 95px;
    font-size: 9.5rem;
    font-weight: 900;
    letter-spacing: -2px;
  }
}*/
.error404 .article-cover {
  margin-bottom: 0;
}
.error404 .entry-content {
  font-weight: 300;
  font-size: 45px;
  font-size: 4.5rem;
  line-height: 1;
  /*background-color: rgba(0, 0, 0, 0.66);*/
  display: inline-block;
}

.search-no-results .not-found {
  float: right;
  width: 91%;
  max-width: 910px;
  margin-right: 20px;
}
.search-no-results .search-form {
  margin-top: 30px;
}

/*---------------------------------------------------------
 7. Pages (_pages.scss)
-------------------------------------------------------- */
/*---------------------------------------------------------
 404 (_pages.scss)
-------------------------------------------------------- */
.error404 article {
  padding-top: 50px;
  padding-top: 5rem;
}
.error404 article p,
.error404 article form {
  margin: 0 0 25px;
  margin:  0 0 2.5rem;
}
.error404 .search-form {
  font-size: 16px;
  font-size: 1.6rem;
}
@media screen and (max-width: 600px) {
  .error404 .search-form {
    font-size: 13px;
    font-size: 1.3rem;
  }
}

/*---------------------------------------------------------
 Archive (_pages.scss)
-------------------------------------------------------- */
.archive-header {
  margin-bottom: 50px;
  margin-bottom: 5rem;
}

.archive-title {
  font-weight: 500;
  margin-top: 0;
  letter-spacing: 0;
  margin-bottom: 12.5px;
  margin-bottom: 1.25rem;
  font-size: 17px;
  font-size: 1.7rem;
}

.archive-description {
  font-size: 16px;
  font-size: 1.6rem;
}
@media screen and (max-width: 600px) {
  .archive-description {
    font-size: 13px;
    font-size: 1.3rem;
  }
}


/*---------------------------------------------------------
 8. Widgets (_widgets.scss)
-------------------------------------------------------- */
.widget-area {
  font-size: 17px;
  line-height: 1.7;
  padding-top: 30px;
  padding-top: 3rem;
}
.widget-area a {
  color: #000;
  text-decoration: underline;
}
.widget-area .widget-title:after {
  content: '';
  display: block;
  width: 40px;
  height: 2px;
  margin-top: 10px;
  background: #dbdbdb;
}

.widget-title {
  font-size: 18px;
  font-size: 1.8rem;
  margin: 0 0 15px 0;
}

.widget {
  margin-bottom: 40px;
  margin-bottom: 4rem;
}
.widget ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.widget ul li {
  margin: 5px 0;
}

.widget_tag_cloud a {
  padding: 2px;
  padding: 0.2rem;
}

.widget_rss .widgettitle a {
  text-decoration: none;
}
.widget_rss img {
  display: none;
}
.widget_rss .rss-date,
.widget_rss cite {
  display: block;
}
.widget_rss .rss-date {
  margin-bottom: 12.5px;
  margin-bottom: 1.25rem;
}
.widget_rss cite {
  font-style: normal;
  margin: 12.5px 0 25px 0;
  margin:  1.25rem 0 2.5rem 0;
}

.cat-links {
  display: none;
}

.current-view {
  border-bottom: 1px solid #ebebeb;
  margin-bottom: 40px;
  padding-bottom: 40px;
  font-weight: bold;
}
.current-view h3 {
  margin: 0;
  margin-top: 10px;
  font-size: 40px;
  font-size: 4rem;
  line-height: 1;
}

.widget_nav_menu a {
  color: #252323;
  text-decoration: none;
}
.widget_nav_menu li {
  border-bottom: 1px solid #ebebeb;
  padding: 10px 0;
  margin: 0 !important;
}
.widget_nav_menu li:last-of-type {
  border: none;
  padding-bottom: none;
}
.widget_nav_menu .sub-menu {
  padding-top: 10px;
  padding-left: 10px;
}
.widget_nav_menu .sub-menu li:first-child {
  border-top: 1px solid #ebebeb;
}
.widget_nav_menu .sub-menu li:last-child {
  border-bottom: none;
  padding-bottom: 0;
}

.widget_categories a {
  text-decoration: none;
}
.widget_categories li {
  border-bottom: 1px solid #ebebeb;
  padding: 10px 0;
  margin: 0 !important;
}
.widget_categories li:last-of-type {
  border: none;
  padding-bottom: none;
}
.widget_categories .children {
  padding-top: 10px;
}
.widget_categories .children li:first-child {
  border-top: 1px solid #ebebeb;
}
.widget_categories .children li:last-child {
  border-bottom: none;
  padding-bottom: 0;
}

.stag-twitter ul li {
  margin-bottom: 20px;
}
.stag-twitter .time {
  text-transform: uppercase;
  font-style: normal;
  font-weight: bold;
  font-size: 12px;
}
.stag-twitter .time a {
  color: #ababab;
  text-decoration: none;
}
.stag-twitter .twitter-follow-button {
  text-decoration: none;
  color: #fff;
  text-transform: uppercase;
  font-size: 15px;
  font-weight: bold;
}

.carbon_recent_posts a {
  text-decoration: none;
}
.carbon_recent_posts ul li {
  margin: 0 0 25px 0;
}
.carbon_recent_posts .post-date {
  display: block;
  text-transform: uppercase;
  color: #ababab;
  font-size: 12px;
  font-weight: bold;
  margin-bottom: 10px;
}
.carbon_recent_posts img {
  float: left;
  border-radius: 50%;
  width: 70px;
  height: 70px;
}
.carbon_recent_posts .has-thumbnail .recent-post-meta {
  margin-left: 100px;
}

.instagram-widget.thumbnail img {
  max-width: 62px;
}

.widget_recent_entries .post-date {
  display: block;
  text-transform: uppercase;
  color: #ababab;
  font-size: 12px;
  font-weight: bold;
  margin-bottom: 10px;
}
.widget_recent_entries a {
  text-decoration: none;
}

.stag-icon-link + .stag-icon-link {
  margin-left: 10px;
}

.search-form {
  padding: 0;
  background: none;
}
.search-form .search-field {
  width: 100%;
  margin-bottom: 10px;
  background: #252323;
  color: #fff;
  font-weight: normal;
}

.stag-flickr img {
  max-width: 62px;
}
.stag-flickr li {
  margin: 0 5px 5px 0 !important;
}
@media screen and (max-width: 800px) {
  img {
    width: 100%;
  }

}


@media screen and (max-width: 1100px) {
  .social-networking {
    display: none !important;
  }
}




/*---------------------------------------------------------
 9. Comments (_comments.scss)
-------------------------------------------------------- 
#comments {
  margin-top: 50px;
  margin-top: 5rem;
}
#comments.primary {
  clear: none;
}

.comment-list {
  margin: 0;
  padding: 0;
}

/*@media screen and (max-width: 1820px) {
  .search-form .search-field {
  margin-top: 26px;
  }
}
@media screen and (max-width: 1212px) {
  .post-content-wrapper .widget-area {
  margin-top: 513px;
  }
  .search-form .search-field {
  margin-top: 70px;
  }
}
@media screen and (max-width: 1062px) {
  .post-content-wrapper .widget-area {
  margin-top: 550px;
  }
  .search-form .search-field {
  margin-top: 33px;
  }
}
@media screen and (max-width: 984px) {
  .post-content-wrapper .widget-area {
  margin-top: 505px;
  }
}
@media screen and (max-width: 984px) {
  .post-content-wrapper .widget-area {
  margin-top: 505px;
  }
  .search-form .search-field {
  margin-top: 77px;
  }
}*/

/*---------------------------------------------------------
 Individual (_comments.scss)
-------------------------------------------------------- */
.comment {
  list-style: none;
  font-size: 15px;
  margin: 20px 0;
  margin:  2rem 0;
}
.comment:focus {
  outline: none;
}
.comment:first-of-type {
  margin-top: 0;
  padding-top: 0;
}
.comment:last-of-type {
  margin-bottom: 0;
}
.comment .children {
  margin: 37.5px 0;
  margin:  3.75rem 0;
}
@media screen and (min-width: 800px) {
  .comment .children {
    padding-left: 36px;
    padding-left: 3.6rem;
  }
}
.comment .depth-4 .children {
  padding-left: 0;
}
.comment .avatar {
  position: relative;
  display: none;
  float: left;
  top: 2px;
  top: 0.2rem;
  margin-right: 10px;
  margin-right: 1rem;
  border-radius: 50%;
}
@media screen and (min-width: 800px) {
  .comment .avatar {
    display: block;
  }
}

/*---------------------------------------------------------
 Details (_comments.scss)
-------------------------------------------------------- */
.comment-content {
  padding-left: 80px;
}
.comment-content a {
  word-wrap: break-word;
}

.reply {
  padding-left: 80px;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 14px;
}

.comment-body {
  padding-bottom: 12.5px;
  padding-bottom: 1.25rem;
}

.comment-content,
.comment-reply-link {
  margin-bottom: 12.5px;
  margin-bottom: 1.25rem;
  padding-top: 12.5px;
  padding-top: 1.25rem;
}

#cancel-comment-reply-link {
  font-size: inherit;
  margin-left: 9px;
  margin-left: 0.9rem;
}

#comment-nav {
  margin: 25px 0;
  margin:  2.5rem 0;
}
#comment-nav a:hover {
  border-bottom: 0;
}

.bypostauthor .comment-label {
  font-weight: 500;
}

.comment-author a {
  color: inherit;
}

/*---------------------------------------------------------
 Titles (_comments.scss)
-------------------------------------------------------- */
#comments-title {
  border-top: 1px solid #b4b4b4;
  font-weight: 500;
  padding-top: 12.5px;
  padding-top: 1.25rem;
  font-size: 17px;
  font-size: 1.7rem;
}

#respond h3 {
  margin-top: 0;
}

/*---------------------------------------------------------
 Header (_comments.scss)
-------------------------------------------------------- */
.comment-metadata {
  color: #ababab;
  font-size: 12px;
  font-weight: bold;
}
.comment-metadata .edit-link:before {
  content: ' / ';
}

.comment-metadata time {
  color: #ababab;
  text-transform: uppercase;
  margin-top: 5px;
  margin-bottom: 10px;
}

.comment .fn {
  font-weight: 600;
  font-size: 18px;
  font-size: 1.8rem;
  font-style: normal;
  display: inline-block;
  margin-top: 13px;
}

.vcard {
  margin-bottom: 0;
}

.comment-notes {
  color: #ababab;
  font-size: 13px;
}
.social-networking {
  display: inline-block;
  float: right;
  margin-top: 28px;
}
.social-networking a{
  margin-left: 3px;
  font-size: 30px;
  color: black;
}
.social-networking a:hover{
  color: rgba(0, 0, 0, 0.66);


}.social-networking-top {
  position: absolute;
  bottom: 5%;
  left: 0px; 
  z-index: 105;

}
.social-networking-top a{
  font-size: 40px;
  color: #fff;
  margin-left: 20px;
}

.social-networking-top a:hover {
  color: #a0d8d1
}

/*---------------------------------------------------------
 Navigation (_comments.scss)
-------------------------------------------------------- */
#comments-nav {
  width: 100%;
  margin-bottom: 50px;
  margin-bottom: 5rem;
}

/*---------------------------------------------------------
 Pingbacks / trackbacks (_comments.scss)
-------------------------------------------------------- */
.pingback,
.trackback {
  padding-top: 0;
  list-style: none;
  font-weight: 600;
}
.pingback a,
.trackback a {
  font-weight: 400;
}
.pingback .comment-body,
.trackback .comment-body {
  border-bottom: 0;
}

/*---------------------------------------------------------
 Form (_comments.scss)
-------------------------------------------------------- */
.comment-form {
  margin-bottom: 50px;
  margin-bottom: 5rem;
}
@media screen and (min-width: 800px) {
  .comment-form {
    margin-bottom: 0;
  }
}
.comment-form p {
  margin: 0 0 30px 0;
}
.comment-form p input:not([type="submit"]), .comment-form p textarea {
  width: 100%;
  display: block;
}

@media screen and (min-width: 600px) {
  .comment-form-author,
  .comment-form-email {
    width: 49%;
    display: inline-block;
    vertical-align: top;
    margin-right: -.25em !important;
  }
}

@media screen and (min-width: 600px) {
  .comment-form-email.comment-form-email {
    margin-left: 2%;
  }
}
.respond-type {
  width: 100%;
  padding-top: 6px;
  padding-top: 0.6rem;
  padding-bottom: 6px;
  padding-bottom: 0.6rem;
}

#respond input,
#respond textarea {
  font-size: 16px;
  font-size: 1.6rem;
}
@media screen and (max-width: 600px) {
  #respond input,
  #respond textarea {
    font-size: 13px;
    font-size: 1.3rem;
  }
}
#respond .form-submit,
#respond input[type="submit"] {
  margin-bottom: 0;
}

.comment-respond {
  margin-top: 20px;
}

.logged-in-as {
  font-size: 15px;
}
.logged-in-as a {
  color: #fff;
}

/*---------------------------------------------------------
 10. Forms (_forms.scss)
-------------------------------------------------------- */
form {
  background: #222;
  color: #fff;
  padding: 30px;
}
form label {
  text-transform: uppercase;
  font-weight: bold;
  display: block;
  padding-bottom: 5px;
  font-size: 13px;
}
form textarea,
form input:not([type="submit"]) {
  background: white;
  padding-left: 10px;
  padding-right: 10px;
  border: none;
  color: black;
}

textarea,
input[type="date"],
input[type="datetime"],
input[type="datetime-local"],
input[type="email"],
input[type="month"],
input[type="number"],
input[type="password"],
input[type="search"],
input[type="tel"],
input[type="text"],
input[type="time"],
input[type="url"],
input[type="week"],
input[type="submit"],
.search-field {
  max-width: 100%;
  border: none;
  border-radius: 0;
  background-color: transparent;
  -webkit-appearance: none;
  padding: 10px 0px;
  padding:  1rem 0px;
  font-size: 15px;
}
textarea:focus,
input[type="date"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="email"]:focus,
input[type="month"]:focus,
input[type="number"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="text"]:focus,
input[type="time"]:focus,
input[type="url"]:focus,
input[type="week"]:focus,
input[type="submit"]:focus,
.search-field:focus {
  outline: none;
}

textarea {
  resize: vertical;
  border-bottom: 1px solid #b4b4b4;
}

select {
  max-width: 100%;
  outline: none;
}

/*---------------------------------------------------------
 Buttons and inputs (_forms.scss)
-------------------------------------------------------- */
button,
.button,
input,
select,
textarea {
  margin: 0;
  vertical-align: baseline;
  *vertical-align: middle;
  font-size: 100%;
}

button,
.button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  border: none;
  cursor: pointer;
  line-height: 1;
  text-transform: uppercase;
  text-decoration: none;
  -webkit-appearance: button;
  padding: 15px 20px;
  padding:  1.5rem 2rem;
  font-size: 15px;
  font-size: 1.5rem;
  color: black;
  font-weight: bold;
}

input[type="text"],
input[type="email"],
input[type="password"],
input[type="url"],
input[type="search"] {
  border-bottom: 1px solid #b4b4b4;
}

input[type="checkbox"],
input[type="radio"] {
  padding: 0;
}

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

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

/*---------------------------------------------------------
 Placeholder text (_forms.scss)
-------------------------------------------------------- */
::-webkit-input-placeholder {
  color: #fff;
}

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

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

:-ms-input-placeholder {
  color: #fff;
}

/*---------------------------------------------------------
 11. Support (_support.scss)
-------------------------------------------------------- */
/*---------------------------------------------------------
 Jetpack (_support.scss)
-------------------------------------------------------- */
.sharedaddy .entry-content h3 {
  border-top: none;
}

div.sharedaddy h3.sd-title.sd-title {
  font-size: inherit;
  display: inline-block;
  margin: 0 10px 0;
}
div.sharedaddy h3.sd-title.sd-title:before {
  display: none;
}
div.sharedaddy .sd-content.sd-content {
  display: inline-block;
}
div.sharedaddy .sd-content.sd-content ul {
  margin: 0 !important;
  padding: 0 !important;
}

/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .paging-navigation,
.infinite-scroll.neverending .site-footer {
  /* Theme Footer (when set to scrolling) */
  display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before */
.infinity-end.neverending .site-footer {
  display: block;
}

#infinite-handle {
  max-width: 1210px;
  margin: 40px auto 40px;
  text-align: center;
  font-size: 20px;
  font-weight: bold;
  width: 100%;
}
#infinite-handle span {
  display: block;
  background: transparent;
  color: inherit;
  padding: 13px 0;
  font-size: inherit;
  -moz-transition: color 250ms ease-in;
  -o-transition: color 250ms ease-in;
  -webkit-transition: color 250ms ease-in;
  transition: color 250ms ease-in;
}
#infinite-handle button {
  text-transform: none;
}

.infinite-loader {
  margin: 40px auto;
}
.infinite-loader .spinner {
  left: 50% !important;
  right: 50%;
}

.contact-form input:not([type="submit"]),
.contact-form textarea {
  width: 100% !important;
}

.contact-submit input.pushbutton-wide, #commentform .form-submit input#submit {
    background-color: #fff;
}

div[id*="contact-form-"] h3 {
  font-size: 22px;
  font-size: 2.2rem;
  color: #fff;
  padding: 15px;
  line-height: 1;
}
div[id*="contact-form-"] h3 a {
  color: inherit;
}

.contact-form-submission {
  margin: 0;
  padding: 0 !important;
}
.contact-form-submission br {
  display: none;
}
.contact-form-submission p {
  padding: 25px 0;
  border-top: 1px solid #ebebeb;
}
.contact-form-submission p:last-child {
  border-bottom: 1px solid #ebebeb;
}

.sfsi_plus_widget {
    float: right;
    margin-right: 13%;
    background-color: red;
}

