/*!
Theme Name: Collect
Theme URI: https://alphabetthemes.com/downloads/collect-wordpress-theme/
Author: Alphabet Themes
Author URI: https://alphabetthemes.com/
Description: Simplify your site with Collect, a beautifully designed theme for blogs, portfolios and businesses. Create a custom mosaic of posts on your home page and control whether each one takes up one column, or appears extra wide or tall. Use Jetpack's featured content to display important posts or pages above the home page grid. With tons of possibilities, no two layouts are the same. Designed to look great on desktop browsers, tablets and handheld devices. For a live demo go to http://demos.alphabetthemes.com/?theme=collect.
Version: 1.0.6.1
Text Domain: collect
Domain Path: /languages/
Tags: one-column, two-columns, right-sidebar, custom-colors, custom-header, custom-menu, editor-style, featured-image-header, featured-images, flexible-header, microformats, post-formats, rtl-language-support, sticky-post, theme-options, threaded-comments, translation-ready

License: GNU General Public License v2.0
License URI: http://www.gnu.org/licenses/gpl-2.0.html

Collect WordPress Theme, Copyright 2017 Bavotasan Web Development Inc.
Collect is distributed under the terms of the GNU GPL
*/
/* =WordPress Core
-------------------------------------------------------------- */
.container, .row, .nav-icons, .gallery, .posts-navigation, .comments-area .comment-content, #archive-header .archive-title, #footer .extended-footer {
  *zoom: 1; }
  .container:before, .row:before, .nav-icons:before, .gallery:before, .posts-navigation:before, .comments-area .comment-content:before, #archive-header .archive-title:before, #footer .extended-footer:before, .container:after, .row:after, .nav-icons:after, .gallery:after, .posts-navigation:after, .comments-area .comment-content:after, #archive-header .archive-title:after, #footer .extended-footer:after {
    content: " ";
    display: table; }
  .container:after, .row:after, .nav-icons:after, .gallery:after, .posts-navigation:after, .comments-area .comment-content:after, #archive-header .archive-title:after, #footer .extended-footer:after {
    clear: both; }

/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
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,
menu,
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-color: transparent; }

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

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

b,
strong {
  font-weight: bold; }

dfn {
  font-style: italic; }

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

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

small {
  font-size: 80%; }

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

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

img {
  border: 0; }

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

figure {
  margin: 1em 40px; }

hr {
  -webkit-box-sizing: content-box;
  -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"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
  display: inline-block;
  height: auto; }

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

input[type="search"] {
  -webkit-appearance: textfield;
  -webkit-box-sizing: content-box;
  -moz-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 #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

legend {
  border: 0;
  padding: 0; }

textarea {
  overflow: auto; }

optgroup {
  font-weight: bold; }

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

td,
th {
  padding: 0; }

.container {
  width: 100%;
  clear: both;
  padding: 0px 10px;
  margin: 0px auto;
  position: relative; }
  @media (min-width: 600px) {
    .container {
      max-width: 600px;
      padding: 0px 20px; } }
  @media (min-width: 768px) {
    .container {
      max-width: 768px; } }
  @media (min-width: 980px) {
    .container {
      max-width: 980px; } }
  @media (min-width: 1000px) {
    .container {
      max-width: 1000px; } }

.row {
  margin-left: -10px;
  margin-right: -10px; }
  @media (min-width: 600px) {
    .row {
      margin-left: -20px;
      margin-right: -20px; } }
  .row.push .cols-2:nth-child(1) {
    left: 50%; }
  .row.push .cols-2:nth-child(2) {
    right: 50%; }

.content-thin,
.content-wide,
.cols,
.centered {
  width: 100%; }

@media (min-width: 768px) {
  .content-thin {
    width: 25%;
    text-align: right; } }
@media (min-width: 980px) {
  .content-thin {
    width: 20%; } }

@media (min-width: 768px) {
  .cols-2 {
    width: 50%; } }

@media (min-width: 768px) {
  .cols-3 {
    width: 33.3333%; } }

@media (min-width: 768px) {
  .cols-4 {
    width: 25%; } }

.centered,
.content-thin,
.content-wide,
.cols {
  padding-left: 10px;
  padding-right: 10px; }
  @media (min-width: 600px) {
    .centered,
    .content-thin,
    .content-wide,
    .cols {
      padding-left: 20px;
      padding-right: 20px; } }

@media (min-width: 768px) {
  .content-thin,
  .content-wide,
  .cols {
    float: left; } }

.cols {
  margin-bottom: 30px;
  position: relative; }

@media (min-width: 768px) {
  .content-wide,
  .centered {
    width: 75%; } }
@media (min-width: 980px) {
  .content-wide,
  .centered {
    width: 60%; } }

.hide-mobile {
  display: none; }
  @media (min-width: 600px) {
    .hide-mobile {
      display: block; } }

.hide-tablet {
  display: none; }
  @media (min-width: 768px) {
    .hide-tablet {
      display: block; } }

@media (min-width: 600px) {
  .show-mobile {
    display: none; } }
@media (min-width: 768px) {
  .show-tablet {
    display: none; } }
.centered {
  margin-left: auto;
  margin-right: auto; }
  @media (min-width: 768px) {
    .search .centered {
      padding-left: 10px; } }

.pull-left,
.pull-right {
  float: none !important; }

@media (min-width: 600px) {
  .pull-right {
    float: right !important; }

  .pull-left {
    float: left !important; } }
/* =Defaults
-------------------------------------------------------------- */
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  outline: none; }

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

.screen-reader-text {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0; }

/* =Elements
-------------------------------------------------------------- */
html {
  -webkit-tap-highlight-color: transparent;
  font-size: 100%; }
  @media (min-width: 1600px) {
    html {
      font-size: 115%; } }
  @media (max-width: 600px) {
    html {
      font-size: 95%; } }

body {
  font-family: "Ubuntu", sans-serif;
  line-height: 1.8;
  font-size: 18px;
  font-size: 1.125rem;
  color: #283037;
  background: #2E3739; }
  @media (max-width: 600px) {
    body {
      padding-top: 0 !important; } }
  body.menu-open, body.search-open {
    overflow: hidden; }
  @media (min-width: 769px) {
    body.menu-open {
      overflow: auto; } }

a {
  color: #ed4c54;
  text-decoration: none; }
  a:hover {
    color: #d7161f; }

a,
button,
input[type="submit"],
.comment-reply-link {
  -moz-transition: all 0.15s linear;
  -o-transition: all 0.15s linear;
  -webkit-transition: all 0.15s linear;
  transition: all 0.15s linear; }

p {
  margin: 0 0 25px 0; }

h1, h2, h3, h4, h5, h6 {
  font-family: "Ubuntu", sans-serif;
  font-weight: 700;
  color: #000;
  line-height: 1.2; }
  .entry-content h1, .entry-content h2, .entry-content h3, .entry-content h4, .entry-content h5, .entry-content h6 {
    font-weight: normal;
    letter-spacing: -0.0250em; }

h1 {
  font-size: 50px;
  font-size: 3.125rem; }

h2 {
  font-size: 40px;
  font-size: 2.5rem; }

h3 {
  font-size: 30px;
  font-size: 1.875rem; }

h4 {
  font-size: 22px;
  font-size: 1.375rem; }

h5 {
  font-size: 18px;
  font-size: 1.125rem; }

h6 {
  font-size: 16px;
  font-size: 1rem; }

input:not([type="submit"]),
textarea,
select {
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -moz-transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  -o-transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  -webkit-transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  border-radius: 4px;
  display: block;
  width: 100%;
  min-height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  font-size: .875rem;
  line-height: 1.42857143;
  color: #555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc; }
  input:not([type="submit"])[type="submit"],
  textarea[type="submit"],
  select[type="submit"] {
    width: auto; }
  input:not([type="submit"]):focus,
  textarea:focus,
  select:focus {
    -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
    border-color: #66afe9;
    outline: 0; }
  input:not([type="submit"])::-moz-placeholder,
  textarea::-moz-placeholder,
  select::-moz-placeholder {
    color: #999;
    opacity: 1; }
  input:not([type="submit"]):-ms-input-placeholder,
  textarea:-ms-input-placeholder,
  select:-ms-input-placeholder {
    color: #999; }
  input:not([type="submit"])::-webkit-input-placeholder,
  textarea::-webkit-input-placeholder,
  select::-webkit-input-placeholder {
    color: #999; }

input[type="search"] {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  height: 44px; }

textarea {
  height: auto; }

cite {
  text-align: right;
  display: block;
  font-size: 18px;
  font-size: 1.125rem; }
  cite:before {
    content: '\2013 \00A0'; }

address {
  margin-bottom: 15px; }

pre {
  padding: 10px;
  background: #f2f2f2;
  border: 1px solid #e6e6e6; }

table {
  background-color: transparent;
  width: 100%;
  max-width: 100%;
  margin-bottom: 20px; }
  table caption {
    padding-top: 8px;
    padding-bottom: 8px;
    color: #777;
    text-align: left; }
  table th {
    text-align: left; }
  table > tbody > tr > td,
  table > tbody > tr > th,
  table > tfoot > tr > td,
  table > tfoot > tr > th,
  table > thead > tr > td,
  table > thead > tr > th {
    padding: 8px;
    vertical-align: top;
    border-top: 1px solid #d6d6d6; }
  table td#next {
    text-align: right; }
  table > thead > tr > th {
    vertical-align: bottom;
    border-bottom: 2px solid #d6d6d6; }
  table > caption + thead > tr:first-child > td,
  table > caption + thead > tr:first-child > th,
  table > colgroup + thead > tr:first-child > td,
  table > colgroup + thead > tr:first-child > th,
  table > thead:first-child > tr:first-child > td,
  table > thead:first-child > tr:first-child > th {
    border-top: 0; }
  table > tbody + tbody {
    border-top: 2px solid #d6d6d6; }

dl {
  margin-top: 0;
  margin-bottom: 20px; }

dt {
  font-weight: bold; }

dd {
  margin-left: 25px; }

i.fa {
  font-style: normal; }

.btn,
.comment-reply-link,
input[type="submit"] {
  text-transform: uppercase;
  padding: 14px 20px;
  background: #ed4c54;
  color: #fff;
  display: inline-block;
  font-size: 16px;
  font-size: 1rem;
  clear: both;
  border-radius: 0;
  border: 0;
  line-height: normal;
  margin-top: 20px; }
  .btn:hover,
  .comment-reply-link:hover,
  input[type="submit"]:hover {
    color: #fff;
    background: #d7161f; }

.btn-lg {
  padding: 10px 16px;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.33333; }

.alert {
  padding: 15px;
  margin-bottom: 20px;
  border: 1px solid #faebcc;
  border-radius: 4px;
  background-color: #fcf8e3;
  color: #8a6d3b; }

@media (min-width: 1600px) {
  .container {
    max-width: 100%;
    padding: 0 10%; } }
/* =Images
-------------------------------------------------------------- */
figure {
  margin: 0; }

img {
  max-width: 100%;
  height: auto;
  vertical-align: middle; }

.img-circle {
  border-radius: 50%; }

/* =Header
-------------------------------------------------------------- */
#masthead {
  width: 100%;
  padding: 20px 0;
  position: relative; }
  @media (min-width: 769px) {
    #masthead {
      text-align: center; } }
  #masthead .container:after {
    content: "";
    width: 60px;
    border-bottom: 5px solid #000;
    margin-top: 10px;
    display: block; }
    @media (min-width: 769px) {
      #masthead .container:after {
        margin: 10px auto 0; } }

.custom-logo {
  margin: 0 auto 10px; }
  @media (min-width: 769px) {
    .custom-logo {
      display: block; } }

@media (max-width: 768px) {
  .custom-logo-link {
    padding-right: 120px;
    width: 100%;
    display: block; } }
.site-title,
.site-description {
  line-height: 1.2;
  margin: 0;
  padding-right: 120px; }
  @media (min-width: 769px) {
    .site-title,
    .site-description {
      padding-right: 0; } }

.site-title {
  font-size: 32px;
  font-size: 2rem;
  text-transform: uppercase;
  font-weight: bold; }
  .site-title a {
    color: #000; }
    .site-title a:hover {
      color: #444; }

.site-description {
  margin-top: 10px; }

/* =Search
-------------------------------------------------------------- */
.search-bar {
  -moz-transition: all 0.15s ease-in-out;
  -o-transition: all 0.15s ease-in-out;
  -webkit-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -10;
  background: rgba(0, 0, 0, 0.6);
  opacity: 0; }
  .search-open .search-bar {
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
    z-index: 999; }
  .search-bar .search-wrapper {
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    max-width: 600px;
    width: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    padding: 0 10px; }
    .search-bar .search-wrapper .search-field:focus {
      -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(255, 255, 255, 0.6);
      -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(255, 255, 255, 0.6);
      box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(255, 255, 255, 0.6);
      border-color: #fff; }
  .search-bar .close-search {
    color: #fff;
    margin-top: 20px;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 300;
    cursor: pointer; }
    .search-bar .close-search i {
      font-size: 16px; }
  .search-bar .search-form {
    position: relative; }
  .search-bar .search-field {
    outline: 0;
    height: 60px;
    box-shadow: none;
    border: none;
    padding: 0 106px 0 45px; }
  .search-bar label:before {
    content: "\f002";
    font-family: FontAwesome;
    position: absolute;
    left: 15px;
    top: 0;
    line-height: 60px; }
  .search-bar .search-field,
  .search-bar label:before {
    font-size: 18px;
    font-size: 1.125rem; }
  .search-bar .search-submit {
    position: absolute;
    top: -1px;
    right: 0;
    height: 62px;
    padding: 0 20px;
    margin: 0;
    border: 1px solid #ed4c54;
    border-radius: 0 4px 4px 0;
    text-transform: uppercase;
    color: #fff; }
    .search-bar .search-submit:hover {
      background-color: #d7161f; }

/* =Main Navigation
-------------------------------------------------------------- */
.main-navigation {
  font-size: 18px;
  font-size: 1.125rem; }
  .main-navigation .sub-menu {
    display: none;
    margin-left: 20px !important;
    padding-top: 5px; }
  .main-navigation .sub-menu-open > .sub-menu {
    display: block; }
  .main-navigation .sub-menu-open > .fa-caret-down:before {
    content: "\f0d8"; }
  .main-navigation i {
    -moz-transition: all 0.15s linear;
    -o-transition: all 0.15s linear;
    -webkit-transition: all 0.15s linear;
    transition: all 0.15s linear;
    padding: 13px 15px;
    cursor: pointer; }
    @media (min-width: 769px) {
      .main-navigation i {
        position: absolute;
        top: 0;
        right: 0; } }
    .main-navigation i:hover {
      color: #fff; }
  .main-navigation li {
    margin: 0 !important; }
    .main-navigation li a {
      padding: 5px 0 !important;
      display: inline-block;
      word-wrap: break-word; }
      @media (min-width: 769px) {
        .main-navigation li a {
          display: block; } }
    @media (min-width: 769px) {
      .main-navigation li.menu-item-has-children > a {
        margin-right: 40px; } }
  .main-navigation .current-menu-parent > a,
  .main-navigation .current-menu-item > a {
    color: #fff !important; }

/* =Social Menu
-------------------------------------------------------------- */
@media (min-width: 769px) {
  .abc-social-icons,
  .jetpack-social-navigation {
    position: absolute;
    bottom: 0; } }
.abc-social-icons ul,
.jetpack-social-navigation ul {
  list-style: none;
  padding: 0;
  margin: 0; }
  .abc-social-icons ul li,
  .jetpack-social-navigation ul li {
    display: inline-block;
    position: relative; }
.abc-social-icons a,
.jetpack-social-navigation a {
  color: #444 !important;
  float: left;
  text-align: center;
  margin: 0 0 0 5px;
  font-size: 14px;
  font-size: .875rem;
  width: 30px !important;
  height: 30px !important;
  line-height: 30px;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.7); }
  .abc-social-icons a:hover,
  .jetpack-social-navigation a:hover {
    color: #444 !important;
    background-color: #fff; }

.jetpack-social-navigation a:before {
  line-height: 30px !important; }

/* =Sidebar
-------------------------------------------------------------- */
#sidebar {
  -moz-transition: opacity 0.2s ease-in-out;
  -o-transition: opacity 0.2s ease-in-out;
  -webkit-transition: opacity 0.2s ease-in-out;
  transition: opacity 0.2s ease-in-out;
  position: fixed;
  left: -9999px;
  top: 0;
  bottom: 0;
  right: 0;
  padding: 40px;
  color: #fff;
  font-size: 14px;
  font-size: .875rem;
  width: 100%;
  background: rgba(0, 0, 0, 0.9);
  text-align: center;
  opacity: 0;
  z-index: 99;
  overflow-y: auto; }
  .menu-open #sidebar {
    opacity: 1;
    left: 0; }
  @media (min-width: 769px) {
    #sidebar {
      left: 0;
      right: auto;
      width: 300px;
      background: #000;
      text-align: left;
      opacity: 1; } }
  @media (min-width: 1600px) {
    #sidebar {
      width: 400px; } }
  #sidebar ul,
  #sidebar ul a {
    color: #99999B; }
  #sidebar ul a:hover {
    color: #fff; }
  .admin-bar #sidebar {
    top: 32px; }
    @media screen and (max-width: 782px) {
      .admin-bar #sidebar {
        top: 46px; } }
  #sidebar ul {
    margin: 0; }
    #sidebar ul a {
      text-decoration: none; }
  #sidebar .header-img {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    opacity: .4;
    z-index: -1;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    display: none;
    width: 300px; }
    @media (min-width: 769px) {
      #sidebar .header-img {
        display: block; } }
    @media (min-width: 1600px) {
      #sidebar .header-img {
        width: 400px; } }

#main-sidebar {
  position: relative;
  z-index: 10;
  opacity: 1;
  margin-bottom: 20px; }
  @media (min-width: 769px) {
    #main-sidebar {
      margin-bottom: 0;
      left: 0; }
      .menu-open #main-sidebar {
        -moz-transform: scale(0.9);
        -ms-transform: scale(0.9);
        -webkit-transform: scale(0.9);
        transform: scale(0.9);
        opacity: 0;
        height: 0;
        overflow: hidden;
        left: 100px; }
      #main-sidebar.social-menu {
        min-height: calc( 100% - 74px );
        padding-bottom: 30px; } }

@media (min-width: 769px) {
  #hidden-sidebar {
    -moz-transform: scale(0.9);
    -ms-transform: scale(0.9);
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
    opacity: 0;
    position: absolute;
    top: 130px;
    left: -50px;
    z-index: -5; }
    .menu-open #hidden-sidebar {
      -moz-transform: scale(1);
      -ms-transform: scale(1);
      -webkit-transform: scale(1);
      transform: scale(1);
      left: 40px;
      opacity: 1;
      right: 40px;
      z-index: 15; } }

#hidden-sidebar,
#main-sidebar {
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out; }

.nav-icons {
  margin-bottom: 40px; }
  #masthead .nav-icons {
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    position: absolute;
    right: 20px;
    top: 50%; }
    #masthead .nav-icons .nav-search {
      margin-left: 10px; }
  #sidebar .nav-icons .nav-search {
    display: none; }
  @media (min-width: 769px) {
    #masthead .nav-icons {
      display: none; }
    #sidebar .nav-icons .nav-search {
      display: block; } }
  .nav-icons .nav-open,
  .nav-icons .nav-search {
    -moz-transition: color 0.2s ease-in-out;
    -o-transition: color 0.2s ease-in-out;
    -webkit-transition: color 0.2s ease-in-out;
    transition: color 0.2s ease-in-out;
    cursor: pointer; }
    .nav-icons .nav-open:hover,
    .nav-icons .nav-search:hover {
      color: #ccc; }
  .nav-icons .nav-open span {
    text-transform: uppercase;
    position: relative;
    top: -3px;
    font-size: 12px;
    padding-left: 3px; }
  @media (min-width: 769px) {
    .no-widgets .nav-icons .nav-open {
      display: none; } }
  .menu-open .nav-icons .nav-open span {
    display: none; }
  .menu-open .nav-icons .nav-open i:before {
    content: "\f00d"; }
  .nav-icons i {
    font-size: 24px; }

.widget {
  width: 100%;
  margin-bottom: 40px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  padding-bottom: 40px; }
  .widget ul {
    padding: 0;
    list-style: none; }
    .widget ul.children {
      padding-left: 25px; }
    .widget ul ul {
      padding-right: 0; }
    .widget ul li {
      position: relative;
      margin-left: 0;
      margin-bottom: 3px; }
      .widget ul li a:hover {
        color: #f3f6f8; }
  .widget .search-field {
    max-width: 256px; }
  .widget .search-submit {
    display: none; }
  .widget .recentcomments {
    color: #ccc; }
  .widget.widget_nav_menu .sub-menu {
    padding-left: 25px; }

.widget-title {
  font-size: 16px;
  font-size: 1rem;
  color: #fff;
  text-transform: uppercase;
  margin-bottom: 30px; }

.tagcloud {
  padding-top: 10px;
  text-align: center; }

.widget_rss ul {
  list-style: none;
  padding: 0;
  margin: 0; }
  .widget_rss ul li {
    padding-bottom: 20px; }
    .widget_rss ul li .rsswidget {
      display: block;
      font-size: 18px;
      font-size: 1.125rem;
      color: #ccc !important;
      line-height: 1.2; }
    .widget_rss ul li .rssSummary {
      margin-top: 10px; }
    .widget_rss ul li .rss-date {
      font-size: 14px;
      font-size: .875rem; }
    .widget_rss ul li cite {
      font-style: italic;
      font-size: inherit; }

.display-author {
  text-align: center; }
  .display-author h4 {
    margin-bottom: 10px;
    color: #fff;
    font-weight: normal; }
  .display-author p {
    font-weight: 300;
    margin-bottom: 0; }

/* =Main elements
-------------------------------------------------------------- */
#page {
  background: #fff;
  overflow: hidden; }
  @media (min-width: 769px) {
    #page {
      padding-left: 300px; } }
  @media (min-width: 1600px) {
    #page {
      padding-left: 400px; } }

#primary {
  width: 100%; }

/* =Article
-------------------------------------------------------------- */
.front-page #container,
.archive #container,
.search #container {
  padding: 0 10px; }
.front-page .row,
.archive .row,
.search .row {
  margin-left: -10px;
  margin-right: -10px; }

#masonry {
  margin-bottom: 60px; }

.home-container,
.featured-container {
  -moz-transition: opacity 0.15s linear;
  -o-transition: opacity 0.15s linear;
  -webkit-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
  overflow: hidden;
  opacity: 0; }
  .page .home-container, .page
  .featured-container {
    opacity: 1;
    margin-bottom: 50px; }
  .home-container .front-box,
  .featured-container .front-box {
    padding-left: 10px;
    padding-right: 10px;
    float: left;
    position: relative;
    width: 100%;
    margin-bottom: 20px; }
    .home-container .front-box:after, .home-container .front-box.featured:after,
    .featured-container .front-box:after,
    .featured-container .front-box.featured:after {
      content: "";
      display: block;
      padding-bottom: 100%; }
    @media (min-width: 768px) {
      .home-container .front-box,
      .featured-container .front-box {
        width: 50%; }
        .home-container .front-box.featured:after,
        .featured-container .front-box.featured:after {
          padding-bottom: 50%; } }
    @media (min-width: 1201px) {
      .home-container .front-box.collect-square,
      .featured-container .front-box.collect-square {
        width: 33.3333%; }
      .home-container .front-box.collect-square-large,
      .featured-container .front-box.collect-square-large {
        width: 66.6666%; }
        .home-container .front-box.collect-square-large:after,
        .featured-container .front-box.collect-square-large:after {
          padding-bottom: 100%; }
      .home-container .front-box.collect-tall,
      .featured-container .front-box.collect-tall {
        width: 33.3333%; }
        .home-container .front-box.collect-tall:after,
        .featured-container .front-box.collect-tall:after {
          padding-bottom: calc( 200% + 20px ); }
      .home-container .front-box.collect-wide,
      .featured-container .front-box.collect-wide {
        width: 66.6666%; }
        .home-container .front-box.collect-wide:after,
        .featured-container .front-box.collect-wide:after {
          padding-bottom: calc( 50% - 10px ); } }
  .home-container figure,
  .featured-container figure {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 10px;
    right: 10px;
    color: #fff;
    overflow: hidden;
    background-color: #ed4c54;
    word-wrap: break-word; }
    .home-container figure.has-post-thumbnail,
    .featured-container figure.has-post-thumbnail {
      background-color: #000; }
    .home-container figure .entry-wrapper,
    .featured-container figure .entry-wrapper {
      position: absolute;
      top: 0;
      left: 0;
      bottom: 0;
      right: 0;
      padding: 20px; }
    .home-container figure .entry-title,
    .featured-container figure .entry-title {
      font-size: 28px;
      font-size: 1.75rem;
      margin: 0;
      font-weight: 500;
      line-height: 1.4;
      color: #fff; }
    .home-container figure .entry-category,
    .featured-container figure .entry-category {
      text-transform: uppercase;
      letter-spacing: 2px;
      font-size: 14px;
      font-size: .875rem;
      margin: 0; }
      .home-container figure .entry-category,
      .home-container figure .entry-category a,
      .featured-container figure .entry-category,
      .featured-container figure .entry-category a {
        color: #fff; }
      .home-container figure .entry-category a,
      .featured-container figure .entry-category a {
        text-decoration: none; }
    .home-container figure .entry-category:after,
    .featured-container figure .entry-category:after {
      content: "";
      display: block;
      width: 80px;
      border-bottom: 2px solid #fff;
      padding-bottom: 10px;
      margin-bottom: 10px; }
    .home-container figure .entry-meta,
    .featured-container figure .entry-meta {
      margin: 15px 0 10px; }
      .home-container figure .entry-meta,
      .home-container figure .entry-meta a,
      .featured-container figure .entry-meta,
      .featured-container figure .entry-meta a {
        color: #fff; }
    .home-container figure.has-post-thumbnail .entry-category:after,
    .featured-container figure.has-post-thumbnail .entry-category:after {
      display: none; }
    .home-container figure img.wp-post-image,
    .featured-container figure img.wp-post-image {
      -moz-backface-visibility: hidden;
      -webkit-backface-visibility: hidden;
      backface-visibility: hidden;
      -moz-transition: opacity 0.5s, -webkit-transform 0.5s;
      -o-transition: opacity 0.5s, -webkit-transform 0.5s;
      -webkit-transition: opacity 0.5s, -webkit-transform 0.5s;
      transition: opacity 0.5s, -webkit-transform 0.5s;
      width: 100%;
      height: 100%;
      object-fit: cover;
      opacity: 1;
      position: absolute; }
    .home-container figure:hover img.wp-post-image,
    .featured-container figure:hover img.wp-post-image {
      -moz-transform: scale3d(1.1, 1.1, 1);
      -ms-transform: scale3d(1.1, 1.1, 1);
      -webkit-transform: scale3d(1.1, 1.1, 1);
      transform: scale3d(1.1, 1.1, 1);
      opacity: .7; }
    .home-container figure .entry-content,
    .featured-container figure .entry-content {
      font-size: 14px;
      font-size: .875rem;
      line-height: 1.5; }
      .home-container figure .entry-content p,
      .featured-container figure .entry-content p {
        margin-top: 10px; }
    .home-container figure .more-link,
    .featured-container figure .more-link {
      -moz-transition: background 0.15s linear;
      -o-transition: background 0.15s linear;
      -webkit-transition: background 0.15s linear;
      transition: background 0.15s linear;
      text-transform: uppercase;
      font-size: 12px;
      font-size: .75rem;
      letter-spacing: 2px;
      background: transparent;
      color: #fff; }
    .home-container figure.has-post-thumbnail .more-link,
    .featured-container figure.has-post-thumbnail .more-link {
      border: 2px solid #fff;
      padding: 8px 16px;
      position: absolute;
      left: 20px;
      bottom: 20px;
      white-space: nowrap; }
    .home-container figure.has-post-thumbnail:hover .more-link,
    .featured-container figure.has-post-thumbnail:hover .more-link {
      background: rgba(255, 255, 255, 0.2); }
    .home-container figure .the-link,
    .featured-container figure .the-link {
      z-index: 10;
      text-indent: 200%;
      white-space: nowrap;
      font-size: 0;
      opacity: 0;
      position: absolute;
      top: 0;
      left: 0;
      bottom: 0;
      right: 0; }
    .home-container figure .entry-category,
    .home-container figure .entry-content,
    .home-container figure .entry-meta,
    .home-container figure .more-link,
    .featured-container figure .entry-category,
    .featured-container figure .entry-content,
    .featured-container figure .entry-meta,
    .featured-container figure .more-link {
      font-weight: 300; }

.featured-container .front-box {
  width: 100%; }
  .featured-container .front-box:after {
    padding: 0; }
.featured-container figure .entry-wrapper {
  padding: 40px; }
.featured-container figure .entry-title {
  font-size: 48px;
  font-size: 3rem;
  line-height: 1.2; }
.featured-container figure.has-post-thumbnail .more-link {
  left: 40px;
  bottom: 40px; }

.too-short .more-link {
  bottom: 0;
  left: 20px;
  padding: 10px 0 20px;
  position: absolute;
  width: calc( 100% - 20px );
  background: #ed4c54 !important; }
.too-short figcaption:before,
.too-short .more-link:before {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(237, 76, 84, 0)), color-stop(100%, #ed4c54));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, rgba(237, 76, 84, 0) 0%, #ed4c54 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, rgba(237, 76, 84, 0) 0%, #ed4c54 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, rgba(237, 76, 84, 0) 0%, #ed4c54 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, rgba(237, 76, 84, 0) 0%, #ed4c54 100%);
  /* W3C */
  bottom: 0;
  content: "";
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ed4c54', endColorstr='#ed4c54',GradientType=0 );
  /* IE6-9 */
  height: 40%;
  left: 0;
  position: absolute;
  width: 100%; }
.too-short .more-link:before {
  bottom: 100%;
  height: 40px; }

@media (min-width: 768px) {
  .single #primary > article div.break-out,
  .page #primary > article div.break-out {
    width: 115%; } }
@media (min-width: 1295px) {
  .single #primary > article div.break-out,
  .page #primary > article div.break-out {
    width: 960px; } }
@media (min-width: 1600px) {
  .single #primary > article div.break-out,
  .page #primary > article div.break-out {
    width: 200%; } }
.single #primary > article .break-out,
.page #primary > article .break-out {
  margin-bottom: 40px; }
  .single #primary > article .break-out img,
  .page #primary > article .break-out img {
    display: block;
    margin: auto; }
  @media (min-width: 768px) {
    .single #primary > article .break-out,
    .page #primary > article .break-out {
      max-width: 115%;
      margin-left: -40px; } }
  @media (min-width: 1295px) {
    .single #primary > article .break-out,
    .page #primary > article .break-out {
      max-width: 960px;
      margin-left: -126px; } }
  @media (min-width: 1600px) {
    .single #primary > article .break-out,
    .page #primary > article .break-out {
      max-width: 200%;
      margin-left: -50%; } }
  .single #primary > article .break-out video,
  .single #primary > article .break-out iframe,
  .single #primary > article .break-out embed,
  .single #primary > article .break-out object,
  .page #primary > article .break-out video,
  .page #primary > article .break-out iframe,
  .page #primary > article .break-out embed,
  .page #primary > article .break-out object {
    max-width: 960px;
    margin-top: 20px; }
.single #primary > article footer,
.page #primary > article footer {
  clear: both; }

.single #primary > article,
.page #primary > article,
.comments-area,
.post-navigation {
  width: 100%; }
  @media (min-width: 769px) {
    .single #primary > article,
    .page #primary > article,
    .comments-area,
    .post-navigation {
      padding: 0 1em; } }
  @media (min-width: 1100px) {
    .single #primary > article,
    .page #primary > article,
    .comments-area,
    .post-navigation {
      padding: 0 7em; } }

.entry-title {
  font-size: 48px;
  font-size: 3rem;
  margin: 10px 0;
  line-height: 1.1;
  word-wrap: break-word; }

.entry-category {
  font-size: 14px;
  font-size: .875rem;
  margin: 20px 0;
  font-weight: 300; }
  footer .entry-category {
    margin-top: 0; }
  .entry-category,
  .entry-category a {
    color: #959595; }
  .entry-category a {
    text-decoration: underline; }

.entry-meta {
  font-size: 14px;
  font-size: .875rem;
  margin: 20px 0 30px; }

blockquote {
  border-left: 10px solid rgba(0, 0, 0, 0.2);
  margin: 2em 0;
  padding: 10px 0 10px 20px; }
  blockquote p {
    margin: 0; }

.entry-content .intro {
  font-size: 28px;
  font-size: 1.75rem;
  line-height: 1.4;
  font-weight: 300; }
.entry-content .dropcap {
  float: left;
  padding: 6px 6px 0 0;
  font-size: 75px;
  font-size: 4.6875rem;
  line-height: .7;
  font-weight: bold; }
.entry-content blockquote {
  width: 100%;
  margin: 2em 0;
  padding: 1.5em 0;
  border: 0;
  border-top: 5px solid rgba(0, 0, 0, 0.8);
  border-bottom: 1px solid rgba(0, 0, 0, 0.4); }
  .entry-content blockquote blockquote {
    margin-left: 40px;
    width: calc( 100% - 40px ); }
  .entry-content blockquote:before {
    content: "\f10d";
    float: left;
    font-family: FontAwesome;
    font-size: 36px;
    margin-top: -5px; }
  .entry-content blockquote p {
    font-size: 28px;
    font-size: 1.75rem;
    padding-left: 50px;
    line-height: 1.5; }
  @media (min-width: 980px) {
    .entry-content blockquote.pullquote {
      width: 50%;
      margin-right: 40px;
      float: left;
      margin-left: -20px; }
      .entry-content blockquote.pullquote.alignright {
        margin-left: 40px;
        float: right;
        margin-right: -20px; } }

/* =404
-------------------------------------------------------------- */
article.error404 header,
article.error404 i {
  text-align: center;
  margin-bottom: 20px; }
article.error404 i {
  font-size: 200px;
  display: block;
  margin-bottom: 40px; }

/* =Animation
-------------------------------------------------------------- */
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
@keyframes fadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn; }

@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 6%, 0);
    transform: translate3d(0, 6%, 0); }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }
@keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 6%, 0);
    transform: translate3d(0, 6%, 0); }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }
.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both; }

/* =Video
-------------------------------------------------------------- */
video {
  height: auto; }

video,
iframe,
embed,
object {
  max-width: 100%; }

/* =Gallery
-------------------------------------------------------------- */
.gallery {
  margin: 20px -20px; }
  .gallery > p {
    margin: 0;
    height: 0; }

.gallery-item {
  margin-bottom: 20px;
  float: left;
  padding: 0 20px; }
  .gallery-item .gallery-icon img {
    width: 100%; }
  .gallery-item .gallery-caption {
    display: none; }
  .gallery .gallery-item {
    width: 100%;
    margin-bottom: 20px; }
  .gallery-columns-1 .gallery-item {
    width: 100%; }
  .gallery-columns-2 .gallery-item {
    width: 50%; }
  .gallery-columns-3 .gallery-item {
    width: 33.33%; }
  .gallery-columns-4 .gallery-item {
    width: 25%; }
  .gallery-columns-5 .gallery-item {
    width: 20%; }
  .gallery-columns-6 .gallery-item {
    width: 16.66%; }
  .gallery-columns-7 .gallery-item {
    width: 14.28%; }
  .gallery-columns-8 .gallery-item {
    width: 12.5%; }
  .gallery-columns-9 .gallery-item {
    width: 11.11%; }
  .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: both; }

/* =Tags
-------------------------------------------------------------- */
.tags {
  margin: 10px 0;
  font-size: 14px;
  font-size: .875rem;
  color: #959595;
  font-weight: 300; }
  .tags span {
    margin-right: 10px; }
  .tags a {
    margin: 0 5px 3px 0;
    display: inline-block;
    color: #959595;
    text-decoration: underline; }
    .tags a:before {
      content: "#"; }

/* =Infinite scroll
-------------------------------------------------------------- */
.infinite-loader {
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.4);
  position: fixed;
  top: 50%;
  left: 50%;
  padding: 50px;
  z-index: 99; }
  .infinite-loader .spinner {
    left: 50% !important;
    top: 0 !important; }

#infinite-handle {
  width: 100%;
  position: absolute;
  bottom: 0; }

#primary #infinite-handle span {
  border-radius: 3px;
  width: 160px;
  margin: auto;
  display: block;
  text-align: center;
  font-size: 16px;
  font-size: 1rem;
  padding: 8px 0;
  background: #666; }
  #primary #infinite-handle span:hover {
    background: #888; }

.infinite-scroll #masonry {
  padding-bottom: 100px; }

/* =Pagination
-------------------------------------------------------------- */
.post-navigation {
  background-color: #fff;
  font-weight: 700;
  margin-bottom: 60px; }
  .post-navigation a {
    display: block;
    padding: 3.8461% 7.6923%;
    border: 1px solid #eaeaea;
    border: 1px solid rgba(51, 51, 51, 0.1);
    color: #333; }
    .post-navigation a:hover, .post-navigation a:focus {
      color: #707070;
      color: rgba(51, 51, 51, 0.7); }
    .post-navigation a:before {
      content: "";
      display: block;
      height: 100%;
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      z-index: 1; }
    .post-navigation a:hover:before, .post-navigation a:focus:before {
      opacity: 0.5; }
  .post-navigation .nav-previous a {
    border-bottom: 0; }
  .post-navigation span {
    display: block; }
  .post-navigation .meta-nav {
    color: #707070;
    color: rgba(51, 51, 51, 0.7);
    font-size: 18px;
    font-size: 1.125rem;
    letter-spacing: 0.04em;
    line-height: 1.5;
    position: relative;
    text-transform: uppercase;
    z-index: 2;
    opacity: 0.8; }
  .post-navigation .post-title {
    font-size: 28px;
    font-size: 1.75rem;
    line-height: 1.3333;
    position: relative;
    z-index: 2; }
  .post-navigation .nav-next,
  .post-navigation .nav-previous {
    background-position: center;
    background-size: cover;
    position: relative; }
  .post-navigation .nav-next {
    text-align: right; }
  .post-navigation div + div {
    border-top: 1px solid #eaeaea;
    border-top: 1px solid rgba(51, 51, 51, 0.1); }

.posts-navigation {
  padding: 0; }
  .infinite-scroll .posts-navigation {
    display: none; }
  .posts-navigation .nav-previous,
  .posts-navigation .nav-next {
    width: 50%;
    float: left;
    padding: 20px 20px 20px 0;
    font-size: 14px;
    font-size: .875rem;
    margin: 0 0 40px; }
  .posts-navigation .nav-next {
    text-align: left;
    padding: 20px 0 20px 20px; }
  .posts-navigation .nav-previous {
    text-align: right;
    border-right: 1px solid #d6d6d6; }

.page-links {
  clear: both; }
  .page-links a,
  .page-links > span {
    border: 1px solid #eaeaea;
    border: 1px solid rgba(51, 51, 51, 0.1);
    display: inline-block;
    font-size: 14px;
    font-size: .875rem;
    height: 2em;
    line-height: 2;
    margin: 0 0.3333em 0.3333em 0;
    text-align: center;
    width: 2em; }
  .page-links a {
    -webkit-tap-highlight-color: rgba(255, 255, 255, 0.3);
    background-color: #333;
    border-color: #333;
    color: #fff; }
    .page-links a:hover, .page-links a:focus {
      background-color: #707070;
      background-color: rgba(51, 51, 51, 0.7);
      border-color: transparent;
      color: #fff; }
  .page-links > .page-links-title {
    border: 0;
    height: auto;
    font-weight: bold;
    margin: 0;
    padding-right: 0.5em;
    width: auto; }

/* =Author Info
-------------------------------------------------------------- */
.author-info {
  padding: 60px 0 30px;
  margin-top: 40px;
  position: relative; }
  @media (min-width: 769px) {
    .author-info {
      padding-bottom: 60px; } }
  .author-info .avatar {
    float: left;
    margin-bottom: 20px; }
  .author-info:before {
    content: "";
    position: absolute;
    top: 0;
    background: url(images/screen-half.png);
    display: block;
    width: 100%;
    height: 13px; }

.author-title {
  clear: none;
  margin: 15px 0 10px; }

.author-bio {
  font-size: 16px;
  font-size: 1rem;
  overflow: hidden;
  clear: both; }

.author-heading {
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
  word-wrap: break-word;
  margin: 0 0 20px 130px;
  line-height: 1; }
  .author-heading span {
    font-style: italic;
    font-size: 15px;
    font-size: .9375rem; }
  .author-heading > :last-child {
    margin-bottom: 0; }

.author-website {
  font-size: 14px;
  font-size: .875rem; }

.author-link {
  white-space: nowrap; }
  .author-link:after {
    content: "\f178";
    position: relative;
    font-family: FontAwesome;
    top: 1px; }

/* =Comments
-------------------------------------------------------------- */
.comments-area {
  margin-top: 60px;
  margin-bottom: 60px; }
  .comments-area .comments-wrapper {
    background: #ebebeb;
    padding: 20px; }
    @media (min-width: 769px) {
      .comments-area .comments-wrapper {
        padding: 60px; } }
  .comments-area .comment-form label {
    margin: 20px 0 10px;
    display: block; }
  .comments-area footer {
    padding: 0 !important; }
  .comments-area .comment-list,
  .comments-area .children {
    margin: 0;
    padding: 0;
    list-style: none; }
  .comments-area .children {
    margin-left: 40px; }
  .comments-area .comments-title {
    margin: 0 0 10px;
    line-height: 1.4; }
  .comments-area .avatar {
    border-radius: 50%;
    float: left;
    margin-right: 10px; }
  .comments-area .comment-author a {
    color: inherit; }
  .comments-area span.says {
    display: none; }
  .comments-area .comment-meta {
    min-height: 56px;
    margin-bottom: 20px; }
    .comments-area .comment-meta a {
      text-decoration: none; }
  .comments-area .comment-metadata,
  .comments-area .comment-metadata a {
    color: #888;
    font-weight: 300;
    font-size: 14px;
    font-size: .875rem; }
  .comments-area .comment-body {
    padding: 30px 0;
    border-bottom: 1px solid #d6d6d6; }
  .comments-area #cancel-comment-reply-link {
    float: right; }
  .comments-area .bypostauthor .comment-body {
    position: relative; }

/* =Archives
-------------------------------------------------------------- */
#archive-header {
  margin: 20px 0;
  padding-bottom: 10px;
  border-bottom: 5px solid rgba(0, 0, 0, 0.1); }
  #archive-header .archive-title {
    font-size: 36px;
    font-size: 2.25rem;
    margin: 0 0 10px; }
  #archive-header .archive-meta {
    font-size: 14px;
    font-size: .875rem;
    color: #888;
    font-weight: 300; }
    #archive-header .archive-meta p {
      margin: 0; }

/* =Footer
-------------------------------------------------------------- */
#footer {
  font-size: 14px;
  font-size: .875rem;
  padding: 20px 0;
  background: #2e2e2e;
  color: #afafaf;
  text-align: center; }
  #footer a {
    color: #eee; }

#abc-credit-link {
  display: block; }
  @media (min-width: 600px) {
    #abc-credit-link {
      display: inline-block; } }

/* =Extended Footer
-------------------------------------------------------------- */
#footer .extended-footer {
  padding-bottom: 20px;
  margin: 20px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2); }
  #footer .extended-footer .footer-widget {
    margin-bottom: 40px;
    padding-left: 10px;
    padding-right: 10px; }
  #footer .extended-footer ul {
    list-style: none;
    padding: 0; }
    #footer .extended-footer ul li {
      margin: 5px 0;
      text-transform: uppercase; }
      #footer .extended-footer ul li,
      #footer .extended-footer ul li a {
        color: #afafaf; }
      #footer .extended-footer ul li a:hover {
        color: #fff; }
  #footer .extended-footer .widget-title {
    font-size: 20px;
    font-size: 1.25rem;
    color: #fff;
    font-weight: 300;
    text-transform: uppercase;
    margin-bottom: 10px; }
  @media (min-width: 768px) {
    #footer .extended-footer {
      text-align: left; }
      #footer .extended-footer .footer-widget {
        float: left;
        padding-left: 20px;
        padding-right: 20px; }
        #footer .extended-footer .footer-widget:nth-child(1):nth-last-child(1) {
          width: 100%; }
        #footer .extended-footer .footer-widget:nth-child(1):nth-last-child(2), #footer .extended-footer .footer-widget:nth-child(2):nth-last-child(1) {
          width: 50%; }
        #footer .extended-footer .footer-widget:nth-child(1):nth-last-child(3), #footer .extended-footer .footer-widget:nth-child(2):nth-last-child(2), #footer .extended-footer .footer-widget:nth-child(3):nth-last-child(1) {
          width: 33.3333%; }
        #footer .extended-footer .footer-widget:nth-child(1):nth-last-child(4), #footer .extended-footer .footer-widget:nth-child(2):nth-last-child(3), #footer .extended-footer .footer-widget:nth-child(3):nth-last-child(2), #footer .extended-footer .footer-widget:nth-child(4):nth-last-child(1) {
          width: 25%; }
        #footer .extended-footer .footer-widget:nth-child(1):nth-last-child(5), #footer .extended-footer .footer-widget:nth-child(2):nth-last-child(4), #footer .extended-footer .footer-widget:nth-child(3):nth-last-child(3), #footer .extended-footer .footer-widget:nth-child(4):nth-last-child(2), #footer .extended-footer .footer-widget:nth-child(5):nth-last-child(1) {
          width: 20%; }
        #footer .extended-footer .footer-widget:nth-child(1):nth-last-child(6), #footer .extended-footer .footer-widget:nth-child(2):nth-last-child(5), #footer .extended-footer .footer-widget:nth-child(3):nth-last-child(4), #footer .extended-footer .footer-widget:nth-child(4):nth-last-child(3), #footer .extended-footer .footer-widget:nth-child(5):nth-last-child(2), #footer .extended-footer .footer-widget:nth-child(6):nth-last-child(1) {
          width: 16.6666%; } }

/* =WordPress Core
-------------------------------------------------------------- */
.alignnone {
  margin: 30px 0 30px 0; }

.aligncenter {
  display: block;
  margin: 30px auto 30px auto;
  clear: both; }

.alignright {
  float: right;
  margin: 30px 0 30px 30px; }

.alignleft {
  float: left;
  margin: 30px 30px 30px 0; }

.wp-caption {
  background: #f2f2f2;
  border: 1px solid #e6e6e6;
  max-width: 100%;
  padding: 6px;
  text-align: center; }
  .widget .wp-caption {
    background: #444;
    border-color: #444; }

.wp-caption img {
  border: 0 none;
  height: auto;
  margin: 0;
  max-width: 100%;
  padding: 0;
  width: auto; }

.wp-caption .wp-caption-text {
  font-size: 14px;
  font-size: .875rem;
  margin: 0;
  padding: 6px 6px 0; }

.sticky {
  display: block; }
