/*!
Theme Name: thelawfirm
Theme URI: http://thelawfirm.kssdev.com
Author: The Law Firm, Your Welcome.
Author URI: http://thelawfirm.kssdev.com
Description: The Law Firm\'s Wordpress boilerplate. Your welcome.
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: thelawfirm
Tags:

This theme, like WordPress, is licensed under the GPL.

thelawfirm is based on Underscores http://underscores.me/, (C) 2012-2015 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal http://necolas.github.com/normalize.css/
*/
/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
*:active, *:focus, *:hover {
  outline: none;
  -webkit-tap-highlight-color: none; }

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

body {
  margin: 0; }

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

article,
aside,
details,
figcaption,
figure,
footer,
header,
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; }

abbr[title] {
  border-bottom: 0; }

b,
strong {
  font-weight: bold; }

dfn {
  font-style: italic; }

h1 {
  font-size: 2em; }

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

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

figure {
  margin: 1em 40px; }

hr {
  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; }

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;
  outline: 0; }

input {
  line-height: normal; }

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

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

input[type="search"] {
  -webkit-appearance: textfield;
  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; }

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

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
textarea {
  color: #404040;
  font-family: "GTPressura, sans-serif";
  font-size: 16px;
  font-size: 1rem;
  line-height: 1; }

h1, h2, h3, h4, h5, h6 {
  clear: both; }

dfn, cite, em, i {
  font-style: italic; }

blockquote {
  margin: 0; }

address {
  margin: 0; }

pre {
  background: #eee;
  font-family: "Courier 10 Pitch", Courier, monospace;
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 1;
  margin-bottom: 1.6em;
  max-width: 100%;
  overflow: auto;
  padding: 1.6em; }

code, kbd, tt, var {
  font-family: "TradeGothic, sans-serif";
  font-size: 15px;
  font-size: 0.9375rem; }

abbr, acronym {
  border-bottom: 1px dotted #666;
  cursor: help; }

mark, ins {
  background: #fff9c0;
  text-decoration: none; }

big {
  font-size: 125%; }

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
html, body {
  box-sizing: border-box; }

*,
*:before,
*:after {
  /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
  box-sizing: inherit;
  -webkit-tap-highlight-color: none; }

body {
  background: #fff;
  /* Fallback for when there is no custom background color defined. */
  line-height: 1; }

blockquote, q {
  quotes: none; }
  blockquote:before, blockquote:after, q:before, q:after {
    content: "";
    content: none; }

hr {
  background-color: #ccc;
  border: 0;
  height: 1px;
  margin: 0; }

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

ul {
  list-style: none; }

ol {
  list-style: decimal; }

dt {
  font-weight: bold; }

dd {
  margin: 0; }

img {
  height: auto;
  /* Make sure images are scaled correctly. */
  max-width: 100%;
  /* Adhere to container width. */ }

table {
  margin: 0;
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0; }

.col {
  float: left;
  height: 100%; }
  @media screen and (max-width: 767px) {
    .col {
      float: none;
      width: 100% !important;
      min-height: 50%; } }

.col-1 {
  width: 10%; }

.col-2 {
  width: 20%; }

.col-3 {
  width: 30%; }

.col-4 {
  width: 40%; }

.col-5 {
  width: 50%; }

.col-6 {
  width: 60%; }

.col-7 {
  width: 70%; }

.col-8 {
  width: 80%; }

.col-9 {
  width: 90%; }

.col-10 {
  width: 100%; }

.col-33 {
  width: 33.3333%; }

.col-66 {
  width: 66.6666%; }

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  border: 1px solid;
  border-color: #ccc #ccc #bbb;
  border-radius: 3px;
  background: #e6e6e6;
  box-shadow: none;
  color: rgba(0, 0, 0, 0.8);
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 1;
  text-shadow: none; }
  button:hover,
  input[type="button"]:hover,
  input[type="reset"]:hover,
  input[type="submit"]:hover {
    border-color: #ccc #bbb #aaa;
    box-shadow: none; }
  button:active, button:focus,
  input[type="button"]:active,
  input[type="button"]:focus,
  input[type="reset"]:active,
  input[type="reset"]:focus,
  input[type="submit"]:active,
  input[type="submit"]:focus {
    border-color: #aaa #bbb #bbb;
    box-shadow: none; }

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
  color: grey;
  border: 1px solid #ccc;
  border-radius: 3px; }
  input[type="text"]:focus,
  input[type="email"]:focus,
  input[type="url"]:focus,
  input[type="password"]:focus,
  input[type="search"]:focus,
  input[type="number"]:focus,
  input[type="tel"]:focus,
  input[type="range"]:focus,
  input[type="date"]:focus,
  input[type="month"]:focus,
  input[type="week"]:focus,
  input[type="time"]:focus,
  input[type="datetime"]:focus,
  input[type="datetime-local"]:focus,
  input[type="color"]:focus,
  textarea:focus {
    color: grey; }

select {
  border: 1px solid #ccc; }

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"] {
  padding: 3px; }

textarea {
  padding-left: 3px;
  width: 100%; }

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
  color: grey;
  text-decoration: none; }
  a:visited {
    color: grey; }
  a:hover, a:focus, a:active {
    color: darkgrey; }

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
.main-navigation {
  position: fixed;
  top: 0;
  left: 0;
  width: 150px;
  height: 100%;
  background-color: rgba(238, 64, 36, 0);
  transition: background-color 1s;
  z-index: 2; }
  @media screen and (max-width: 767px) {
    .main-navigation {
      background-color: #ee4024 !important;
      transition: left linear 0.25s;
      left: -150px;
      z-index: 999; }
      .main-navigation ul li a {
        color: white !important; } }
  .main-navigation.toggled {
    left: 0; }
  .main-navigation .menu-toggle {
    display: none; }
    @media screen and (max-width: 767px) {
      .main-navigation .menu-toggle {
        display: block;
        position: fixed;
        top: 0;
        right: 0; } }
  .main-navigation ul {
    position: absolute;
    top: calc(50% - 70px);
    left: 40px; }
    .main-navigation ul li {
      position: relative;
      opacity: 0;
      padding: 5px 0; }
      .main-navigation ul li a {
        font-family: "TradeGothic, sans-serif";
        display: block;
        text-align: left;
        text-transform: uppercase;
        transition: all .5s; }
  .main-navigation.over-page {
    background-color: rgba(238, 64, 36, 0); }
    .main-navigation.over-page ul li a {
      color: white; }
      .main-navigation.over-page ul li a:hover {
        color: #EE4024; }
  .main-navigation.over-company {
    background-color: #ee4024; }
    .main-navigation.over-company ul li a {
      color: white; }
      .main-navigation.over-company ul li a:hover {
        color: black; }
  .main-navigation.over-menu {
    background-color: rgba(255, 255, 255, 0.6); }
    .main-navigation.over-menu ul li a {
      color: black; }
      .main-navigation.over-menu ul li a:hover {
        color: #EE4024 !important; }

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden; }
  .screen-reader-text:focus {
    background-color: #f1f1f1;
    border-radius: 3px;
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    clip: auto !important;
    color: #21759b;
    display: block;
    font-size: 14px;
    font-size: 0.875rem;
    font-weight: bold;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000;
    /* Above WP toolbar. */ }

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
  outline: 0; }

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
  display: inline;
  float: left;
  margin-right: 1.5em; }

.alignright {
  display: inline;
  float: right;
  margin-left: 1.5em; }

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

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
  content: "";
  display: table;
  clear: both;
  table-layout: fixed; }

/* .clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
	@include clearfix-after;
} */
/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
  margin: 0 0 1.5em;
  /* Make sure select elements fit in widgets. */ }
  .widget select {
    max-width: 100%; }

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Set up Site Load
--------------------------------------------------------------*/
#page {
  opacity: 0; }

header .logo #logo-canvas, header .logo {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%); }

@font-face {
  font-family: "GTPressura, sans-serif";
  src: url("Fonts/GT-Pressura-Mono-Regular.ttf"); }

@font-face {
  font-family: "TradeGothic, sans-serif";
  src: url("Fonts/TradeGothicNextLTPro-HvCn.otf"); }

/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.sticky {
  display: block; }

.hentry {
  margin: 0; }

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

.single .byline,
.group-blog .byline {
  display: inline; }

.page-content,
.entry-content,
.entry-summary {
  margin: 0;
  height: 100%; }

.page-links {
  clear: both;
  margin: 0; }

@font-face {
  font-family: "GTPressura, sans-serif";
  src: url(fonts/GT-Pressura-Mono-Regular.ttf); }

h2 {
  font-family: "TradeGothic, sans-serif";
  src: url(fonts/TradeGothicNextLTPro-HvCn.otf);
  font-weight: 200; }

p {
  font-family: "GTPressura, sans-serif"; }

#fire-icon {
  position: fixed;
  opacity: 0;
  transform: translateX(100px);
  right: 10px;
  bottom: 20px;
  z-index: 200;
  width: 5% !important;
  min-width: 70px !important;
  height: auto !important;
  cursor: pointer; }

header {
  background-color: black;
  width: 100%;
  position: relative; }
  header #canvas {
    position: fixed; }
  header .logo {
    transform: translate(-50%, -45%);
    width: 474px;
    max-width: 80%;
    height: auto; }
    header .logo #logo-canvas {
      width: 260px !important;
      height: 270px !important;
      top: 100px;
      bottom: 40px; }
      @media screen and (max-width: 568px) {
        header .logo #logo-canvas {
          top: 80px; } }
      @media screen and (max-width: 500px) {
        header .logo #logo-canvas {
          width: 180px !important;
          height: 190px !important;
          top: 90px; } }
      @media screen and (max-width: 450px) {
        header .logo #logo-canvas {
          width: 180px !important;
          height: 190px !important;
          top: 70px; } }
      @media screen and (max-width: 380px) {
        header .logo #logo-canvas {
          width: 150px !important;
          height: 160px !important;
          top: 60px; } }
      @media screen and (max-width: 360px) {
        header .logo #logo-canvas {
          width: 150px !important;
          height: 160px !important;
          top: 50px; } }
    header .logo svg {
      position: relative;
      opacity: 0;
      width: 100%;
      height: auto; }
      header .logo svg .cls-1 {
        fill: #fffbf8; }

@media screen and (max-width: 767px) {
  section {
    height: auto !important; } }

.section-page {
  position: relative;
  z-index: 1;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed; }
  .section-page h1 {
    font-family: "TradeGothic, sans-serif";
    display: block;
    width: 100%;
    height: 155px;
    background: rgba(0, 0, 0, 0.3);
    text-align: right;
    font-size: 60px;
    color: #fff;
    text-transform: uppercase;
    padding: 47px; }
  @media screen and (max-width: 568px) {
    .section-page {
      background-attachment: scroll; }
      .section-page h1 {
        height: auto;
        font-size: 38px;
        padding: 230px 10px 10px; } }

.section-company {
  position: relative;
  z-index: 1; }
  .section-company .company-img {
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat; }
  .section-company .company-info {
    position: relative;
    background-image: url(img/pattern.png);
    background-position: center;
    background-color: #FFFBF8; }
    .section-company .company-info .company-copy {
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      margin: auto;
      width: 76%; }
      @media screen and (max-width: 767px) {
        .section-company .company-info .company-copy {
          position: relative;
          width: 100%;
          padding: 10%;
          transform: translate(-50%, 0); } }
      .section-company .company-info .company-copy p {
        padding-bottom: 10px; }
        .section-company .company-info .company-copy p span, .section-company .company-info .company-copy p strong {
          font-weight: normal;
          color: #ee4024;
          text-transform: uppercase;
          font-family: "TradeGothic, sans-serif"; }

.section-menu {
  position: relative;
  z-index: 1; }
  .section-menu .menu-img-1 {
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat; }
  .section-menu .menu-img-2 {
    overflow: hidden;
    position: relative;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat; }
    .section-menu .menu-img-2 #knife-canvas {
      position: absolute;
      z-index: 100;
      top: -66px;
      left: 30px;
      width: 150px !important;
      height: auto !important; }
    .section-menu .menu-img-2 a {
      position: relative;
      display: block;
      width: 100%;
      height: 260px;
      background-image: url(img/download-menu.png);
      background-size: 50%;
      background-repeat: no-repeat;
      background-position: 70% center;
      background-color: #ee4024; }
      .section-menu .menu-img-2 a .download {
        position: absolute;
        top: 50%;
        left: 30%;
        transform: translateY(-50%); }
        .section-menu .menu-img-2 a .download h1 {
          font-size: 43px;
          color: #fffbf8; }
    @media screen and (max-width: 768px) {
      .section-menu .menu-img-2 a {
        background-position-x: 85%; } }
    @media screen and (max-width: 568px) {
      .section-menu .menu-img-2 #knife-canvas {
        left: 10px;
        top: -50px;
        width: 120px !important; }
      .section-menu .menu-img-2 a {
        background-color: rgba(0, 0, 0, 0.5);
        background-position-x: 80%; }
        .section-menu .menu-img-2 a .download h1 {
          font-size: 36px; } }
    @media screen and (max-width: 360px) {
      .section-menu .menu-img-2 .download h1 {
        font-size: 24px; } }

footer {
  position: relative;
  z-index: 300;
  background-color: white; }
  footer .footer-contact {
    padding: 37px 0 37px 150px; }
    @media screen and (max-width: 1000px) {
      footer .footer-contact {
        padding: 5%; } }
    @media screen and (max-width: 960px) {
      footer .footer-contact #contact .entry-content .col:not(:first-child) {
        width: 100%; } }
    footer .footer-contact .contact-form ::-webkit-input-placeholder {
      font-size: 12px; }
    footer .footer-contact .contact-form input[type=text], footer .footer-contact .contact-form input[type=email] {
      background-color: black;
      margin: 0 0 10px;
      width: 100%;
      line-height: 32px;
      padding: 0 10px 5px; }
    footer .footer-contact .contact-form input[type="submit"] {
      background: none;
      border: none;
      box-shadow: none;
      color: #EE4024;
      float: right;
      font-size: 16px;
      text-transform: uppercase; }
    footer .footer-contact .contact-form #mce-success-response {
      opacity: 0;
      transition: opacity .8s;
      display: none; }
      footer .footer-contact .contact-form #mce-success-response.fade {
        display: block;
        opacity: 1; }
    footer .footer-contact .contact-form #mce-error-response {
      opacity: 0;
      display: none;
      transition: opacity .8s; }
      footer .footer-contact .contact-form #mce-error-response.fade {
        display: block;
        opacity: 1; }
    footer .footer-contact .social ul {
      float: right; }
      footer .footer-contact .social ul li {
        display: inline-block;
        margin: 0 8px; }
    footer .footer-contact .social svg {
      width: 18px;
      height: 18px;
      height: auto; }
      footer .footer-contact .social svg .cls-1 {
        transition: fill .5s ease; }
      footer .footer-contact .social svg:hover .cls-1 {
        fill: #a0210c; }
    footer .footer-contact .social .facebook svg {
      width: 8px; }
    footer .footer-contact .social .insta svg {
      width: 15px; }
    footer .footer-contact .entry-content {
      padding-bottom: 15px; }
      footer .footer-contact .entry-content div, footer .footer-contact .entry-content a {
        color: #000000; }
      footer .footer-contact .entry-content a:hover {
        text-decoration: underline; }
    footer .footer-contact h2 {
      color: #ee4024;
      text-transform: uppercase;
      font-size: 28px;
      padding-bottom: 30px; }
    footer .footer-contact .col-title {
      color: #ee4024 !important;
      text-transform: uppercase; }
    footer .footer-contact .logo-image img {
      width: 246px;
      height: 190px;
      margin: 0 auto;
      display: block; }
    @media screen and (max-width: 1118px) {
      footer .footer-contact .logo-image img {
        width: 70%;
        height: auto;
        float: right;
        margin-right: 20px; } }
    @media screen and (max-width: 1000px) {
      footer .footer-contact .logo-image img {
        width: 70%;
        height: auto;
        float: right;
        margin-right: 5px; } }
    @media screen and (max-width: 768px) {
      footer .footer-contact .logo-image img {
        width: 246px;
        height: 190px;
        margin: 0 auto;
        display: block;
        float: none; } }
    @media screen and (max-width: 568px) {
      footer .footer-contact .social ul {
        float: left;
        margin-bottom: 20px; }
        footer .footer-contact .social ul li:first-child {
          margin-left: 0; }
      footer .footer-contact .contact-form input[type=submit] {
        float: left;
        padding-left: 0;
        margin: 5px 0; }
      footer .footer-contact .logo-image {
        margin-top: 40px; } }
  footer .site-info {
    background-color: #ee4024;
    color: white;
    padding: 15px 35px 15px 150px; }
    footer .site-info p {
      font-size: 9px;
      line-height: 1.2; }
    footer .site-info .col-5 {
      padding-right: 32px; }
    footer .site-info .col-10 {
      position: relative; }
    footer .site-info a {
      color: white;
      text-decoration: underline;
      transition: color .5s ease; }
      footer .site-info a:hover {
        text-decoration: underline;
        color: #b3b3b3; }
    footer .site-info .utensils img {
      position: absolute;
      top: 50%;
      transform: translateY(-50%); }
    @media screen and (max-width: 767px) {
      footer .site-info {
        /* padding: 5% 8%; */
        overflow: hidden;
        line-height: 1em;
        padding: 15px 35px; } }

/*--------------------------------------------------------------
## Asides
--------------------------------------------------------------*/
.blog .format-aside .entry-title,
.archive .format-aside .entry-title {
  display: none; }

/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comment-content a {
  word-wrap: break-word; }

.bypostauthor {
  display: block; }

/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-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; }

/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0; }

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
  max-width: 100%; }

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
  max-width: 100%; }
  .wp-caption img[class*="wp-image-"] {
    display: block;
    margin-left: auto;
    margin-right: auto; }

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

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
  margin-bottom: 0; }

.gallery-item {
  display: inline-block;
  text-align: center;
  vertical-align: top;
  width: 100%; }
  .gallery-columns-2 .gallery-item {
    max-width: 50%; }
  .gallery-columns-3 .gallery-item {
    max-width: 33.33%; }
  .gallery-columns-4 .gallery-item {
    max-width: 25%; }
  .gallery-columns-5 .gallery-item {
    max-width: 20%; }
  .gallery-columns-6 .gallery-item {
    max-width: 16.66%; }
  .gallery-columns-7 .gallery-item {
    max-width: 14.28%; }
  .gallery-columns-8 .gallery-item {
    max-width: 12.5%; }
  .gallery-columns-9 .gallery-item {
    max-width: 11.11%; }

.gallery-caption {
  display: block; }
