/**
Theme Name: TV Elements
Theme URI: http://www.press75.com/
Author: Press75
Author URI: http://www.press75.com/
Description: A video focused Press75 Theme
Version: 4.0.6
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: tvelements
Tags:
*/
/* CSS Reset (DO NOT EDIT)
----------------------------------------------- */
body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
fieldset,
input,
textarea,
p,
blockquote,
th,
td {
  margin: 0;
  padding: 0;
}
textarea {
  resize: vertical;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
fieldset,
img {
  border: 0;
}
address,
caption,
cite,
code,
dfn,
em,
strong,
th,
var {
  font-style: normal;
  font-weight: 400;
}
ol,
ul {
  list-style: none;
}
caption,
th {
  text-align: left;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  font-weight: 400;
  clear: both;
  margin: 0;
}
q:before,
q:after {
  content: '';
}
abbr,
acronym {
  border: 0;
}
.clearfix:before,
.clearfix:after {
  content: "";
  display: table;
}
.clearfix:after {
  clear: both;
}
.clearfix {
  zoom: 1;
}
/* Grid System
----------------------------------------------- */
.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
  zoom: 1;
}
.container:before,
.container:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.container:after {
  clear: both;
}
.container:before,
.container:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.container:after {
  clear: both;
}
.row {
  margin-left: -15px;
  margin-right: -15px;
  zoom: 1;
}
.row:before,
.row:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.row:after {
  clear: both;
}
.row:before,
.row:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.row:after {
  clear: both;
}
.col-xs-1,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.col-xs-10,
.col-xs-11,
.col-xs-12,
.col-sm-1,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-md-1,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-10,
.col-md-11,
.col-md-12,
.col-lg-1,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-10,
.col-lg-11,
.col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
/* Extra small grid
----------------------------------------------- */
.col-xs-1,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.col-xs-10,
.col-xs-11 {
  float: left;
}
.col-xs-1 {
  width: 8.33333333%;
}
.col-xs-2 {
  width: 16.66666667%;
}
.col-xs-3 {
  width: 25%;
}
.col-xs-4 {
  width: 33.33333333%;
}
.col-xs-5 {
  width: 41.66666667%;
}
.col-xs-6 {
  width: 50%;
}
.col-xs-7 {
  width: 58.33333333%;
}
.col-xs-8 {
  width: 66.66666667%;
}
.col-xs-9 {
  width: 75%;
}
.col-xs-10 {
  width: 83.33333333%;
}
.col-xs-11 {
  width: 91.66666667%;
}
.col-xs-12 {
  width: 100%;
}
.padding-xs-15 {
  padding-top: 15px;
  padding-bottom: 15px;
}
.padding-xs-30 {
  padding-top: 30px;
  padding-bottom: 30px;
}
.padding-xs-45 {
  padding-top: 45px;
  padding-bottom: 45px;
}
.padding-xs-60 {
  padding-top: 60px;
  padding-bottom: 60px;
}
.padding-xs-75 {
  padding-top: 75px;
  padding-bottom: 75px;
}
.padding-xs-90 {
  padding-top: 90px;
  padding-bottom: 90px;
}
/* Small grid
----------------------------------------------- */
@media (min-width: 768px) {
  .container {
    max-width: 750px;
  }
  .col-sm-1,
  .col-sm-2,
  .col-sm-3,
  .col-sm-4,
  .col-sm-5,
  .col-sm-6,
  .col-sm-7,
  .col-sm-8,
  .col-sm-9,
  .col-sm-10,
  .col-sm-11 {
    float: left;
  }
  .col-sm-1 {
    width: 8.33333333%;
  }
  .col-sm-2 {
    width: 16.66666667%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-4 {
    width: 33.33333333%;
  }
  .col-sm-5 {
    width: 41.66666667%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-7 {
    width: 58.33333333%;
  }
  .col-sm-8 {
    width: 66.66666667%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-10 {
    width: 83.33333333%;
  }
  .col-sm-11 {
    width: 91.66666667%;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-push-1 {
    left: 8.33333333%;
  }
  .col-sm-push-2 {
    left: 16.66666667%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-4 {
    left: 33.33333333%;
  }
  .col-sm-push-5 {
    left: 41.66666667%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-7 {
    left: 58.33333333%;
  }
  .col-sm-push-8 {
    left: 66.66666667%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-10 {
    left: 83.33333333%;
  }
  .col-sm-push-11 {
    left: 91.66666667%;
  }
  .col-sm-pull-1 {
    right: 8.33333333%;
  }
  .col-sm-pull-2 {
    right: 16.66666667%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-4 {
    right: 33.33333333%;
  }
  .col-sm-pull-5 {
    right: 41.66666667%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-7 {
    right: 58.33333333%;
  }
  .col-sm-pull-8 {
    right: 66.66666667%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-10 {
    right: 83.33333333%;
  }
  .col-sm-pull-11 {
    right: 91.66666667%;
  }
  .col-sm-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-sm-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-sm-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-sm-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-sm-offset-11 {
    margin-left: 91.66666667%;
  }
  .padding-sm-15 {
    padding-top: 15px;
    padding-bottom: 15px;
  }
  .padding-sm-30 {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .padding-sm-45 {
    padding-top: 45px;
    padding-bottom: 45px;
  }
  .padding-sm-60 {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .padding-sm-75 {
    padding-top: 75px;
    padding-bottom: 75px;
  }
  .padding-sm-90 {
    padding-top: 90px;
    padding-bottom: 90px;
  }
}
/* Medium grid
----------------------------------------------- */
@media (min-width: 992px) {
  .container {
    max-width: 970px;
  }
  .col-md-1,
  .col-md-2,
  .col-md-3,
  .col-md-4,
  .col-md-5,
  .col-md-6,
  .col-md-7,
  .col-md-8,
  .col-md-9,
  .col-md-10,
  .col-md-11 {
    float: left;
  }
  .col-md-1 {
    width: 8.33333333%;
  }
  .col-md-2 {
    width: 16.66666667%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-4 {
    width: 33.33333333%;
  }
  .col-md-5 {
    width: 41.66666667%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-7 {
    width: 58.33333333%;
  }
  .col-md-8 {
    width: 66.66666667%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-10 {
    width: 83.33333333%;
  }
  .col-md-11 {
    width: 91.66666667%;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-push-0 {
    left: auto;
  }
  .col-md-push-1 {
    left: 8.33333333%;
  }
  .col-md-push-2 {
    left: 16.66666667%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-4 {
    left: 33.33333333%;
  }
  .col-md-push-5 {
    left: 41.66666667%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-7 {
    left: 58.33333333%;
  }
  .col-md-push-8 {
    left: 66.66666667%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-10 {
    left: 83.33333333%;
  }
  .col-md-push-11 {
    left: 91.66666667%;
  }
  .col-md-pull-0 {
    right: auto;
  }
  .col-md-pull-1 {
    right: 8.33333333%;
  }
  .col-md-pull-2 {
    right: 16.66666667%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-4 {
    right: 33.33333333%;
  }
  .col-md-pull-5 {
    right: 41.66666667%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-7 {
    right: 58.33333333%;
  }
  .col-md-pull-8 {
    right: 66.66666667%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-10 {
    right: 83.33333333%;
  }
  .col-md-pull-11 {
    right: 91.66666667%;
  }
  .col-md-offset-0 {
    margin-left: 0;
  }
  .col-md-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-md-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-md-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-md-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-md-offset-11 {
    margin-left: 91.66666667%;
  }
  .padding-md-15 {
    padding-top: 15px;
    padding-bottom: 15px;
  }
  .padding-md-30 {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .padding-md-45 {
    padding-top: 45px;
    padding-bottom: 45px;
  }
  .padding-md-60 {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .padding-md-75 {
    padding-top: 75px;
    padding-bottom: 75px;
  }
  .padding-md-90 {
    padding-top: 90px;
    padding-bottom: 90px;
  }
}
/* Large grid
----------------------------------------------- */
@media (min-width: 1200px) {
  .container {
    max-width: 1170px;
  }
  .col-lg-1,
  .col-lg-2,
  .col-lg-3,
  .col-lg-4,
  .col-lg-5,
  .col-lg-6,
  .col-lg-7,
  .col-lg-8,
  .col-lg-9,
  .col-lg-10,
  .col-lg-11 {
    float: left;
  }
  .col-lg-1 {
    width: 8.33333333%;
  }
  .col-lg-2 {
    width: 16.66666667%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-4 {
    width: 33.33333333%;
  }
  .col-lg-5 {
    width: 41.66666667%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-7 {
    width: 58.33333333%;
  }
  .col-lg-8 {
    width: 66.66666667%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-10 {
    width: 83.33333333%;
  }
  .col-lg-11 {
    width: 91.66666667%;
  }
  .col-lg-12 {
    width: 100%;
  }
  .col-lg-push-0 {
    left: auto;
  }
  .col-lg-push-1 {
    left: 8.33333333%;
  }
  .col-lg-push-2 {
    left: 16.66666667%;
  }
  .col-lg-push-3 {
    left: 25%;
  }
  .col-lg-push-4 {
    left: 33.33333333%;
  }
  .col-lg-push-5 {
    left: 41.66666667%;
  }
  .col-lg-push-6 {
    left: 50%;
  }
  .col-lg-push-7 {
    left: 58.33333333%;
  }
  .col-lg-push-8 {
    left: 66.66666667%;
  }
  .col-lg-push-9 {
    left: 75%;
  }
  .col-lg-push-10 {
    left: 83.33333333%;
  }
  .col-lg-push-11 {
    left: 91.66666667%;
  }
  .col-lg-pull-0 {
    right: auto;
  }
  .col-lg-pull-1 {
    right: 8.33333333%;
  }
  .col-lg-pull-2 {
    right: 16.66666667%;
  }
  .col-lg-pull-3 {
    right: 25%;
  }
  .col-lg-pull-4 {
    right: 33.33333333%;
  }
  .col-lg-pull-5 {
    right: 41.66666667%;
  }
  .col-lg-pull-6 {
    right: 50%;
  }
  .col-lg-pull-7 {
    right: 58.33333333%;
  }
  .col-lg-pull-8 {
    right: 66.66666667%;
  }
  .col-lg-pull-9 {
    right: 75%;
  }
  .col-lg-pull-10 {
    right: 83.33333333%;
  }
  .col-lg-pull-11 {
    right: 91.66666667%;
  }
  .col-lg-offset-0 {
    margin-left: 0;
  }
  .col-lg-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-lg-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-lg-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-lg-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-lg-offset-11 {
    margin-left: 91.66666667%;
  }
}
/* Basic Setup
----------------------------------------------- */
body {
  font-family: 'Lora', serif;
  letter-spacing: .5px;
  color: #fffffe;
  width: auto;
  height: auto;
  font-size: 14px;
  line-height: 24px;
  word-wrap: break-word;
  background: #303030;
  -webkit-font-smoothing: antialiased;
  -webkit-transition: right 0.5s;
  transition: right 0.5s;
  position: relative;
  right: 0;
}
body.on {
  right: 240px;
  width: 100%;
  overflow: hidden;
  height: 100%;
}
body.admin-bar {
  padding-top: 46px;
}
body.admin-bar .main-navigation {
  padding-top: 46px;
}
.playfair {
  font-family: 'Playfair Display', serif;
  letter-spacing: 1px;
}
.italic {
  font-style: italic;
}
.regular {
  font-style: normal;
}
* {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  color: #988f80;
  font-weight: 700;
  margin-bottom: 5px;
  font-family: 'Playfair Display', serif;
  letter-spacing: 1px;
}
h1 {
  font-size: 32px;
  line-height: 48px;
  font-style: italic;
}
h2 {
  font-size: 28px;
  line-height: 46px;
  font-style: italic;
}
h3 {
  font-size: 24px;
  line-height: 40px;
}
h4 {
  font-size: 22px;
  line-height: 38px;
}
h5 {
  font-size: 22px;
  line-height: 34px;
  font-weight: 400;
  font-style: italic;
}
h6 {
  font-size: 15px;
  line-height: 32px;
  font-weight: 700;
  font-family: 'Lato', sans-serif;
  text-transform: uppercase;
}
.upper {
  text-transform: uppercase;
}
hr {
  border: none;
  border-bottom: 1px solid #988f80;
  margin: 30px 0;
}
blockquote {
  padding: 25px;
  font-style: italic;
  line-height: 38px;
  font-size: 22px;
  margin: 0;
  background: #3c3a37;
  margin-left: 0;
  margin-right: 0;
  margin-bottom: 25px;
  font-family: 'Playfair Display', serif;
  letter-spacing: 1px;
}
blockquote p {
  margin-bottom: 0 !important;
}
address {
  margin-bottom: 15px;
}
strong {
  font-weight: 700;
}
p.medium {
  font-size: 16px;
  line-height: 34px;
}
p.large {
  font-size: 22px;
  line-height: 42px;
}
a,
a:link,
a:visited {
  color: #efe8d9;
  -webkit-transition: color 0.25s;
  transition: color 0.25s;
}
a:hover {
  color: #bab5a9;
}
abbr,
acronym {
  border-bottom: 1px dotted;
  cursor: help;
}
em {
  font-style: italic;
}
ol,
ul {
  margin: 0;
}
ol li {
  list-style: decimal outside;
}
ul li {
  list-style: none;
}
dl {
  margin-bottom: 15px;
}
th,
td {
  border: 1px solid;
  padding: 8px;
}
th {
  font-weight: 700;
  text-align: center;
}
img {
  max-width: 100%;
  height: auto;
}
caption {
  margin-bottom: 8px;
  text-align: center;
}
p,
fieldset,
table {
  margin-bottom: 15px;
}
a:link,
a:visited {
  text-decoration: none;
}
:focus {
  outline: 0;
}
.alignleft {
  display: inline;
  float: left;
  margin: .5em 1.5em 0 0;
}
.alignright {
  display: inline;
  float: right;
  margin: .5em 0 0 1.5em;
}
.aligncenter {
  max-width: 100%;
  margin: 0 auto;
  display: block;
}
.alignnone {
  max-width: 100%;
}
.wp-caption {
  text-align: center;
  margin-bottom: 15px;
}
.wp-caption img {
  display: block;
}
.wp-caption .wp-caption-text {
  font-size: 0.85em;
  margin: 5px 0;
}
.gallery {
  margin: auto;
  padding: 0px;
}
.gallery-item {
  margin: 5px 0px;
}
.gallery-caption {
  font-size: 0.85em;
  padding: 0px 8px;
}
.gallery img {
  background: none;
  border: none !important;
  width: 100%;
  height: auto;
  padding: 1em;
}
.entry-content .wp-playlist {
  background: none;
  border: none;
  padding: 0;
}
.entry-content .wp-playlist .wp-playlist-item {
  padding: 0.5em 1em;
  border: none;
}
.entry-content .wp-playlist .wp-playlist-item a {
  font-weight: 400;
}
.entry-content .wp-playlist .wp-playlist-item-length {
  line-height: 2.5;
  right: 1em;
  font-weight: normal;
}
/* Helpers
----------------------------------------------- */
/* Responsive utilities
----------------------------------------------- */
/* Helper Classes
----------------------------------------------- */
.clearfix {
  zoom: 1;
}
.clearfix:before,
.clearfix:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.clearfix:after {
  clear: both;
}
.no-gutter-left {
  padding-left: 0;
}
.no-gutter-right {
  padding-right: 0;
}
.no-gutter {
  padding-left: 0;
  padding-right: 0;
}
.pull-right {
  float: right !important;
}
.pull-left {
  float: left !important;
}
.hide {
  display: none !important;
}
.show {
  display: block !important;
}
.invisible {
  visibility: hidden;
}
.affix {
  position: fixed;
}
.hidden {
  display: none !important;
  visibility: hidden !important;
}
.visible-xs {
  display: none !important;
}
tr.visible-xs {
  display: none !important;
}
th.visible-xs,
td.visible-xs {
  display: none !important;
}
@media (max-width: 767px) {
  .visible-xs {
    display: block !important;
  }
  tr.visible-xs {
    display: table-row !important;
  }
  th.visible-xs,
  td.visible-xs {
    display: table-cell !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-xs.visible-sm {
    display: block !important;
  }
  tr.visible-xs.visible-sm {
    display: table-row !important;
  }
  th.visible-xs.visible-sm,
  td.visible-xs.visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-xs.visible-md {
    display: block !important;
  }
  tr.visible-xs.visible-md {
    display: table-row !important;
  }
  th.visible-xs.visible-md,
  td.visible-xs.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 1200px) {
  .visible-xs.visible-lg {
    display: block !important;
  }
  tr.visible-xs.visible-lg {
    display: table-row !important;
  }
  th.visible-xs.visible-lg,
  td.visible-xs.visible-lg {
    display: table-cell !important;
  }
}
.visible-sm {
  display: none !important;
}
tr.visible-sm {
  display: none !important;
}
th.visible-sm,
td.visible-sm {
  display: none !important;
}
@media (max-width: 767px) {
  .visible-sm.visible-xs {
    display: block !important;
  }
  tr.visible-sm.visible-xs {
    display: table-row !important;
  }
  th.visible-sm.visible-xs,
  td.visible-sm.visible-xs {
    display: table-cell !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important;
  }
  tr.visible-sm {
    display: table-row !important;
  }
  th.visible-sm,
  td.visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-sm.visible-md {
    display: block !important;
  }
  tr.visible-sm.visible-md {
    display: table-row !important;
  }
  th.visible-sm.visible-md,
  td.visible-sm.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 1200px) {
  .visible-sm.visible-lg {
    display: block !important;
  }
  tr.visible-sm.visible-lg {
    display: table-row !important;
  }
  th.visible-sm.visible-lg,
  td.visible-sm.visible-lg {
    display: table-cell !important;
  }
}
.visible-md {
  display: none !important;
}
tr.visible-md {
  display: none !important;
}
th.visible-md,
td.visible-md {
  display: none !important;
}
@media (max-width: 767px) {
  .visible-md.visible-xs {
    display: block !important;
  }
  tr.visible-md.visible-xs {
    display: table-row !important;
  }
  th.visible-md.visible-xs,
  td.visible-md.visible-xs {
    display: table-cell !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-md.visible-sm {
    display: block !important;
  }
  tr.visible-md.visible-sm {
    display: table-row !important;
  }
  th.visible-md.visible-sm,
  td.visible-md.visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md {
    display: block !important;
  }
  tr.visible-md {
    display: table-row !important;
  }
  th.visible-md,
  td.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 1200px) {
  .visible-md.visible-lg {
    display: block !important;
  }
  tr.visible-md.visible-lg {
    display: table-row !important;
  }
  th.visible-md.visible-lg,
  td.visible-md.visible-lg {
    display: table-cell !important;
  }
}
.visible-lg {
  display: none !important;
}
tr.visible-lg {
  display: none !important;
}
th.visible-lg,
td.visible-lg {
  display: none !important;
}
@media (max-width: 767px) {
  .visible-lg.visible-xs {
    display: block !important;
  }
  tr.visible-lg.visible-xs {
    display: table-row !important;
  }
  th.visible-lg.visible-xs,
  td.visible-lg.visible-xs {
    display: table-cell !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-lg.visible-sm {
    display: block !important;
  }
  tr.visible-lg.visible-sm {
    display: table-row !important;
  }
  th.visible-lg.visible-sm,
  td.visible-lg.visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-lg.visible-md {
    display: block !important;
  }
  tr.visible-lg.visible-md {
    display: table-row !important;
  }
  th.visible-lg.visible-md,
  td.visible-lg.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg {
    display: block !important;
  }
  tr.visible-lg {
    display: table-row !important;
  }
  th.visible-lg,
  td.visible-lg {
    display: table-cell !important;
  }
}
.hidden-xs {
  display: block !important;
}
tr.hidden-xs {
  display: table-row !important;
}
th.hidden-xs,
td.hidden-xs {
  display: table-cell !important;
}
@media (max-width: 767px) {
  .hidden-xs {
    display: none !important;
  }
  tr.hidden-xs {
    display: none !important;
  }
  th.hidden-xs,
  td.hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-xs.hidden-sm {
    display: none !important;
  }
  tr.hidden-xs.hidden-sm {
    display: none !important;
  }
  th.hidden-xs.hidden-sm,
  td.hidden-xs.hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-xs.hidden-md {
    display: none !important;
  }
  tr.hidden-xs.hidden-md {
    display: none !important;
  }
  th.hidden-xs.hidden-md,
  td.hidden-xs.hidden-md {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .hidden-xs.hidden-lg {
    display: none !important;
  }
  tr.hidden-xs.hidden-lg {
    display: none !important;
  }
  th.hidden-xs.hidden-lg,
  td.hidden-xs.hidden-lg {
    display: none !important;
  }
}
.hidden-sm {
  display: block !important;
}
tr.hidden-sm {
  display: table-row !important;
}
th.hidden-sm,
td.hidden-sm {
  display: table-cell !important;
}
@media (max-width: 767px) {
  .hidden-sm.hidden-xs {
    display: none !important;
  }
  tr.hidden-sm.hidden-xs {
    display: none !important;
  }
  th.hidden-sm.hidden-xs,
  td.hidden-sm.hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important;
  }
  tr.hidden-sm {
    display: none !important;
  }
  th.hidden-sm,
  td.hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-sm.hidden-md {
    display: none !important;
  }
  tr.hidden-sm.hidden-md {
    display: none !important;
  }
  th.hidden-sm.hidden-md,
  td.hidden-sm.hidden-md {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .hidden-sm.hidden-lg {
    display: none !important;
  }
  tr.hidden-sm.hidden-lg {
    display: none !important;
  }
  th.hidden-sm.hidden-lg,
  td.hidden-sm.hidden-lg {
    display: none !important;
  }
}
.hidden-md {
  display: block !important;
}
tr.hidden-md {
  display: table-row !important;
}
th.hidden-md,
td.hidden-md {
  display: table-cell !important;
}
@media (max-width: 767px) {
  .hidden-md.hidden-xs {
    display: none !important;
  }
  tr.hidden-md.hidden-xs {
    display: none !important;
  }
  th.hidden-md.hidden-xs,
  td.hidden-md.hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-md.hidden-sm {
    display: none !important;
  }
  tr.hidden-md.hidden-sm {
    display: none !important;
  }
  th.hidden-md.hidden-sm,
  td.hidden-md.hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important;
  }
  tr.hidden-md {
    display: none !important;
  }
  th.hidden-md,
  td.hidden-md {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .hidden-md.hidden-lg {
    display: none !important;
  }
  tr.hidden-md.hidden-lg {
    display: none !important;
  }
  th.hidden-md.hidden-lg,
  td.hidden-md.hidden-lg {
    display: none !important;
  }
}
.hidden-lg {
  display: block !important;
}
tr.hidden-lg {
  display: table-row !important;
}
th.hidden-lg,
td.hidden-lg {
  display: table-cell !important;
}
@media (max-width: 767px) {
  .hidden-lg.hidden-xs {
    display: none !important;
  }
  tr.hidden-lg.hidden-xs {
    display: none !important;
  }
  th.hidden-lg.hidden-xs,
  td.hidden-lg.hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-lg.hidden-sm {
    display: none !important;
  }
  tr.hidden-lg.hidden-sm {
    display: none !important;
  }
  th.hidden-lg.hidden-sm,
  td.hidden-lg.hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-lg.hidden-md {
    display: none !important;
  }
  tr.hidden-lg.hidden-md {
    display: none !important;
  }
  th.hidden-lg.hidden-md,
  td.hidden-lg.hidden-md {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important;
  }
  tr.hidden-lg {
    display: none !important;
  }
  th.hidden-lg,
  td.hidden-lg {
    display: none !important;
  }
}
.visible-print {
  display: none !important;
}
tr.visible-print {
  display: none !important;
}
th.visible-print,
td.visible-print {
  display: none !important;
}
@media print {
  .visible-print {
    display: block !important;
  }
  tr.visible-print {
    display: table-row !important;
  }
  th.visible-print,
  td.visible-print {
    display: table-cell !important;
  }
  .hidden-print {
    display: none !important;
  }
  tr.hidden-print {
    display: none !important;
  }
  th.hidden-print,
  td.hidden-print {
    display: none !important;
  }
}
/* Variables
----------------------------------------------- */
/* Header Content
----------------------------------------------- */
.site-header {
  position: absolute;
  padding: 15px 15px 10px;
  width: 100%;
  z-index: 2;
}
.site-header .site-branding {
  display: inline-block;
}
.site-header .site-branding .image-title {
  font-size: 16px;
  line-height: 1;
  margin: 0;
}
.site-header .site-branding .site-title {
  margin: 0;
  font-size: 26px;
  line-height: 36px;
}
.site-header .site-branding .site-description {
	color: #fff;
	font-size: 16px;
}
.site-header .site-branding .site-title a {
  color: #ffffff;
}
.site-header .site-branding img {
  max-width: 144px;
}
.site-header.dark {
  background: url(assets/images/header-dark.png) repeat center top;
}
.site-header.dark .site-title a {
  color: #ffffff;
}
.site-header.video {
  position: relative;
}
/* Navigation
----------------------------------------------- */
.main-navigation {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  background: #303030;
  width: 240px;
  padding: 25px 0;
  z-index: 1;
}
.main-navigation.on {
  overflow: scroll;
}
.main-navigation ul li {
  display: block;
  position: relative;
}
.main-navigation ul li a {
  font-size: 18px;
  display: block;
  padding: 15px 25px;
  border-bottom: 1px solid #231f20;
  font-family: 'Lato', sans-serif;
}
.main-navigation ul li a:hover {
  color: #ffffff;
}
.main-navigation ul li.menu-item-has-children .dashicons {
  width: auto;
  height: auto;
  font-size: 18px;
  position: absolute;
  right: 0;
  top: 0;
  background: #231f20;
  padding: 15px 16px 15px 20px;
  line-height: 24px;
  cursor: pointer;
  -webkit-transition: background 0.25s;
  transition: background 0.25s;
}
.main-navigation ul li.menu-item-has-children .dashicons.on:before {
  content: "\f347";
}
.main-navigation ul li.menu-item-has-children .dashicons:hover {
  background: #282425;
}
.main-navigation ul li .sub-menu {
  display: none;
  background: #231f20;
}
.main-navigation ul li .sub-menu.on {
  display: block;
}
.main-navigation ul li .sub-menu li a {
  border-bottom: 1px solid #303030;
  font-size: 14px;
  padding-left: 45px;
}
.main-navigation ul li .sub-menu li a:after {
  display: none;
}
.menu-toggle {
  display: block;
  width: 30px;
  height: 30px;
  margin: 3px 0;
  padding: 0;
  float: right;
  cursor: pointer;
  position: relative;
}
.menu-toggle span:after,
.menu-toggle span:before {
  content: "";
  position: absolute;
  left: 0;
  top: -9px;
}
.menu-toggle span:after {
  top: 9px;
}
.menu-toggle span {
  position: absolute;
  display: block;
  bottom: 14px;
}
.menu-toggle span,
.menu-toggle span:after,
.menu-toggle span:before {
  width: 100%;
  height: 3px;
  background-color: #231f20;
  transition: all 0.3s;
  backface-visibility: hidden;
}
.dark .menu-toggle span,
.dark .menu-toggle span:after,
.dark .menu-toggle span:before {
  background-color: #eeeeee;
}
/* on activation */
.menu-toggle.on span {
  background-color: transparent;
}
.menu-toggle.on span:before {
  top: -6px;
  transform: rotate(45deg) translate(3px, 5px);
  -ms-transform: rotate(45deg) translate(3px, 5px);
  -webkit-transform: rotate(45deg) translate(3px, 5px);
}
.menu-toggle.on span:after {
  top: 6px;
  transform: rotate(-45deg) translate(3px, -6px);
  -ms-transform: rotate(-45deg) translate(3px, -6px);
  -webkit-transform: rotate(-45deg) translate(3px, -6px);
}
/* Module Sections Content
----------------------------------------------- */
.banner {
  position: relative;
  overflow: hidden;
}
.banner .poster {
  position: relative;
  z-index: -2;
  max-width: none;
  width: 200%;
  height: auto;
  margin-left: -50%;
}
.banner .graphic-wrap {
  position: absolute;
  top: 35%;
  width: 100%;
  text-align: center;
}
.banner .graphic-wrap img {
  max-width: 75%;
  height: auto;
}
.section.posts {
  overflow: hidden;
}
.section .view-more h6 {
  display: inline-block;
}
.section .view-more .more {
  font-family: 'Playfair Display', serif;
  letter-spacing: 1px;
  font-style: italic;
  float: right;
  line-height: 32px;
  text-transform: lowercase;
  font-size: 16px;
}
.section .view-more .more:hover {
  color: #ffffff;
}
.item-filter {
  margin-bottom: 15px;
}
.item-filter ul li {
  display: inline-block;
  margin: 5px;
}
.item-filter ul li a {
  color: #ffffff;
  display: block;
  cursor: pointer;
}
.item-filter ul li a h5 {
  font-size: 16px;
  line-height: 28px;
  color: #ffffff;
  display: inline;
  -webkit-transition: color 0.25s;
  transition: color 0.25s;
}
.item-filter ul li a:hover h5 {
  color: #988f80;
}
.item-wrapper {
  padding: 20px 0 60px;
  float: left;
  width: 100%;
  min-width: 100%;
  margin-left: 0;
  margin-right: 0;
  font-family: 'Lato', sans-serif;
}
.item-wrapper .item {
  margin: 10px 0 40px;
}
.item-wrapper .section-thumb a {
  overflow: hidden;
  position: relative;
  display: block;
}
.item-wrapper .section-thumb a:hover .figure {
  width: 90%;
  height: 90%;
  top: 5%;
  left: 5%;
}
.item-wrapper .section-thumb a:hover .icon {
  opacity: 1;
  filter: alpha(opacity=100);
}
.item-wrapper .section-thumb .figure {
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  position: absolute;
  border: 2px solid #ffffff;
  width: 110%;
  height: 110%;
  top: -5%;
  left: -5%;
}
.item-wrapper .section-thumb img {
  position: relative;
  width: 100%;
  height: auto;
  display: block;
}
.item-wrapper .section-thumb .icon {
  position: absolute;
  width: 64px;
  height: 64px;
  top: 50%;
  left: 50%;
  margin-left: -32px;
  margin-top: -32px;
  fill: #ffffff;
  -webkit-transition: opacity 0.25s;
  transition: opacity 0.25s;
  opacity: 0.6;
  filter: alpha(opacity=60);
}
.item-wrapper .section-title {
  font-size: 12px;
  text-transform: uppercase;
  margin-top: 15px;
}
.item-wrapper .section-title a {
  font-weight: 700;
  display: block;
  margin: 5px 0 8px;
  color: #988f80;
}
.item-wrapper .section-title a:hover {
  color: #bab5a9;
}
.item-wrapper .section-excerpt {
  font-size: 14px;
}
/* Main Content
----------------------------------------------- */
#page {
  background: #252525;
  position: relative;
  z-index: 1;
}
article.blog-post {
  padding-bottom: 50px;
  border-bottom: 1px solid #3c3a37;
  margin-bottom: 40px;
}
article.blog-post img {
  width: 100%;
  height: auto;
  margin-bottom: 15px;
}
.featured-media .featured-header {
  padding: 125px 15px 75px;
  text-align: center;
}
.featured-media .featured-header h1 {
  color: #252525;
}
.featured-media .featured-header.text {
  padding: 100px 15px 25px;
}
.featured-media .featured-header.text h1 {
  color: #988f80;
}
.featured-media .featured-thumb img {
  width: 100%;
  height: auto;
}
.featured-media .break {
  display: block;
  width: 100%;
  height: 60px;
}
.site-main {
  font-size: 16px;
  line-height: 32px;
  padding-top: 30px;
  padding-bottom: 30px;
}
.site-main p {
  margin-bottom: 25px;
}
.site-main ol,
.site-main ul {
  margin-left: 20px;
}
.site-main ul li {
  list-style-type: disc;
}
.site-main .comments-area ol {
  margin-left: 0;
}
.site-main .error-404 ul {
  margin: 0;
}
.site-main .error-404 ul li {
  list-style-type: none;
}
.entry-meta {
  font-family: 'Lato', sans-serif;
  font-size: 11px;
  text-transform: uppercase;
  color: #bab5a9;
  display: block;
  margin: 15px 0 30px;
}
.entry-footer-meta {
  background: #2d2d2d;
  color: #988f80;
  font-size: 14px;
  padding: 20px 20px 15px;
  font-family: 'Lato', sans-serif;
  margin: 80px 0 1px;
}
.entry-footer-meta ul {
  margin: 0 0 10px;
}
.entry-footer-meta ul li {
  display: inline-block;
  margin: 2px 0;
}
.entry-footer-meta ul li a {
  background: #252525;
  color: #988f80;
  padding: 5px 15px;
  margin: 0 5px 0 0;
}
.entry-footer-meta ul li a:hover {
  background: #3c3a37;
  color: #eeeeee;
}
.entry-footer-meta span {
  font-size: 12px;
}
.entry-footer-meta span a {
  color: #bab5a9;
  text-decoration: underline;
}
.entry-footer-meta span a:hover {
  color: #eeeeee;
}
/* Sidebar Content
----------------------------------------------- */
#secondary,
#video {
  padding-top: 30px;
  padding-bottom: 30px;
}
#video {
  padding-top: 30px;
}
.sidebar,
.video-meta {
  background: #303030;
  padding: 20px;
}
.sidebar .widget,
.video-meta .widget {
  margin-bottom: 30px;
}
.widget {
  font-size: 16px;
}
.widget .widget-title {
  margin-bottom: 10px;
}
.sidebar .widget ul li {
  display: block;
  margin: 0 0 10px;
}
.sidebar .widget_recent_entries li {
  display: block;
  margin-bottom: 10px;
}
.sidebar .widget_recent_entries li a {
  display: block;
}
.sidebar .widget_recent_entries li .post-date {
  font-family: 'Lato', sans-serif;
  font-size: 10px;
  text-transform: uppercase;
}
.video-meta {
  font-family: 'Lato', sans-serif;
  font-size: 12px;
  color: #bab5a9;
}
.video-meta strong {
  text-transform: uppercase;
  display: block;
  color: #eeeeee;
}
/* Utilities Styles
----------------------------------------------- */
.animated {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  animation-iteration-count: infinite;
  -webkit-animation-iteration-count: infinite;
}
@-webkit-keyframes bounce {
  0%,
  20%,
  50%,
  80%,
  100% {
    -webkit-transform: translateY(0);
  }
  40% {
    -webkit-transform: translateY(-30px);
  }
  60% {
    -webkit-transform: translateY(-15px);
  }
}
@keyframes bounce {
  0%,
  20%,
  50%,
  80%,
  100% {
    transform: translateY(0);
  }
  40% {
    transform: translateY(-30px);
  }
  60% {
    transform: translateY(-15px);
  }
}
.bounce {
  -webkit-animation-name: bounce;
  animation-name: bounce;
  position: absolute;
  z-index: 2;
  bottom: 15px;
  left: 50%;
}
/* Pagination
----------------------------------------------- */
.pagination {
  text-align: center;
}
.pagination .pagination-inner {
  padding: 30px;
}
.pagination .pagenums {
  display: inline-block;
  margin: 0 25px;
  height: 60px;
  width: 70px;
  position: relative;
  vertical-align: middle;
}
.pagination .pagenums .diag {
  width: 80px;
  height: 1px;
  border-bottom: 1px solid #988f80;
  -webkit-transform: translateY(30px) translateX(-5px) rotate(-40deg);
  -ms-transform: translateY(30px) translateX(-5px) rotate(-40deg);
  transform: translateY(30px) translateX(-5px) rotate(-40deg);
}
.pagination .pagenums span {
  display: block;
  color: #bab5a9;
  position: absolute;
  line-height: 1;
  font-size: 22px;
}
.pagination .pagenums .left {
  text-align: left;
  left: 0;
  top: 0;
}
.pagination .pagenums .right {
  text-align: right;
  bottom: 0;
  right: 0;
}
.pagination a {
  vertical-align: middle;
  display: inline-block;
}
.pagination a .dashicons {
  height: 40px;
  width: 40px;
  line-height: 40px;
  display: block;
  color: #988f80;
  -webkit-transition: color 0.25s;
  transition: color 0.25s;
}
.pagination a:hover .dashicons {
  color: #bab5a9;
}
/* Comments
----------------------------------------------- */
.single-format-video #comments {
  margin-top: 80px;
}
#comments {
  font-family: 'Lato', sans-serif;
}
#comments .comments-title {
  border-top: 1px solid #3c3a37;
  border-bottom: 1px solid #3c3a37;
  color: #988f80;
  padding: 15px 0;
}
.comment-respond {
  margin: 40px 0;
}
.comment-respond .block {
  display: block;
  width: 100%;
  float: left;
  margin-bottom: 15px;
}
.comment-respond .comment-form-comment {
  margin-bottom: 30px;
}
.comment-list {
  margin: 40px 0 0;
}
.comment-list li {
  padding: 0 0 30px;
  margin: 0 0 45px;
  border-bottom: 1px solid #3c3a37;
  list-style-type: none;
  display: block;
  width: 100%;
  float: left;
}
.comment-list li .children {
  margin: 40px 0;
}
.comment-list li .children li {
  border: none;
  margin: 0;
}
.comment-list li img {
  float: left;
  border-radius: 100px;
  -moz-border-radius: 100px;
  -webkit-border-radius: 100px;
}
.comment-list li .comment-body {
  padding-left: 105px;
}
.comment-list li .comment-body .comment-meta {
  margin-bottom: 15px;
  font-size: 12px;
  color: #eeeeee;
  font-weight: 700;
}
.comment-list li .comment-body .comment-author {
  display: block;
  text-transform: uppercase;
  line-height: 1;
}
.comment-list li .comment-body .comment-author a {
  color: #bab5a9;
}
.comment-list li .comment-body .comment-metadata {
  text-transform: uppercase;
}
.comment-list li .comment-body .comment-metadata a {
  color: #bab5a9;
}
.comment-list li .comment-body .comment-metadata .edit-link {
  margin: 0 10px;
}
.comment-list li .comment-body .comment-metadata .reply {
  display: inline-block;
}
.comment-list li .comment-body .comment-content {
  font-size: 13px;
  line-height: 24px;
}
.comment-list li .comment-body .comment-content li {
  border: none;
}
.comment-list li .comment-body .comment-content ul {
  margin: 0 0 0 10px;
}
.comment-list li .comment-body .comment-content ul li {
  padding: 0;
  margin: 0 0 0 10px;
  list-style-type: disc;
}
.comment-list li .comment-body .comment-content ol {
  margin: 0 0 0 10px;
}
.comment-list li .comment-body .comment-content ol li {
  padding: 0;
  list-style: decimal outside;
  margin: 0 0 0 10px;
}
/* Form Styles
----------------------------------------------- */
input[type="text"],
input[type="email"],
input[type="search"],
input[type="password"],
.gform_body .gform_wrapper input[type=text],
.gform_body .gform_wrapper input[type=url],
.gform_body .gform_wrapper input[type=email],
.gform_body .gform_wrapper input[type=tel],
.gform_body .gform_wrapper input[type=number],
.gform_body .gform_wrapper input[type=password],
textarea {
  font-family: 'Lato', sans-serif;
  font-weight: 400;
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  width: 100%;
  border: none;
  background: #393939;
  padding: 15px !important;
  display: block;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  color: #eeeeee;
  font-size: 16px;
}
.entry-content .gform_wrapper li.gfield.gfield_error.gfield_contains_required {
  margin: 0 !important;
  padding: 0 !important;
}
.entry-content .gform_wrapper li.gfield.gfield_error,
.entry-content .gform_wrapper li.gfield.gfield_error.gfield_contains_required.gfield_creditcard_warning {
  background-color: transparent;
  margin: 0 !important;
  padding: 0 !important;
  border: none !important;
}
.entry-content .gform_wrapper li.gfield.gfield_error.gfield_contains_required label.gfield_label,
.entry-content .gform_wrapper li.gfield.gfield_error.gfield_contains_required div.ginput_container {
  margin-top: 0;
}
.entry-content .gform_wrapper div.validation_error,
.entry-content .gform_wrapper .validation_message {
  color: #c0392b;
}
.entry-content .gform_wrapper .gfield_error .gfield_label {
  color: #ffffff;
}
.entry-content .gform_wrapper li.gfield_error input[type=text],
.entry-content .gform_wrapper li.gfield_error input[type=url],
.entry-content .gform_wrapper li.gfield_error input[type=email],
.entry-content .gform_wrapper li.gfield_error input[type=tel],
.entry-content .gform_wrapper li.gfield_error input[type=number],
.entry-content .gform_wrapper li.gfield_error input[type=password],
.entry-content .gform_wrapper li.gfield_error textarea {
  border: none !important;
}
label,
.gform_wrapper .gfield_required {
  color: #ffffff;
  font-family: 'Lato', sans-serif;
}
.gform_wrapper h2.gsection_title,
.gform_wrapper .gsection_description,
.gform_wrapper h3.gform_title {
  font-size: 15px !important;
  line-height: 32px;
  font-weight: 700 !important;
  font-family: 'Lato', sans-serif;
  text-transform: uppercase;
}
select {
  max-width: 100%;
}
textarea {
  resize: vertical;
}
.post-password-form input[type=submit],
.gform_button,
.btn {
  font-family: 'Playfair Display', serif;
  letter-spacing: 1px;
  font-style: italic;
  background: transparent;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  border: none;
  font-size: 18px;
  padding: 8px 3px;
  font-weight: 400;
  cursor: pointer;
  color: #eeeeee;
  border-bottom: 2px solid #eeeeee;
  -webkit-transition: all 0.25s;
  transition: all 0.25s;
}
.post-password-form input[type=submit]:hover,
.gform_button:hover,
.btn:hover {
  border-color: #bab5a9;
  color: #bab5a9;
}
/* Footer Styles
----------------------------------------------- */
.footer-widgets hr {
  border-color: #3c3a37;
  margin: 0;
}
.footer-widgets .widget {
  color: #eeeeee;
  font-size: 16px;
  line-height: 34px;
}
.footer {
  padding-top: 30px;
  padding-bottom: 20px;
  background: #303030;
  font-size: 10px;
  font-family: 'Lato', sans-serif;
  color: #eeeeee;
  text-transform: uppercase;
}
.footer p {
  margin-bottom: 0;
}
.footer .footer-left {
  text-align: center;
  margin-bottom: 30px;
}
.footer .footer-right img {
  display: block;
}
.footer .footer-right .socials {
  display: inline-block;
  float: right;
  width: 100%;
}
.footer .footer-right .socials ul {
  text-align: center;
}
.footer .footer-right .socials ul li {
  display: inline-block;
}
.footer .footer-right .socials ul li a {
  display: inline-block;
  margin: 0 8px;
  padding: 12px 0;
}
.footer .footer-right .socials ul li a .icon {
  fill: #7e7e7e;
  height: 22px;
  width: 22px;
  display: block;
  -webkit-transition: fill 0.25s;
  transition: fill 0.25s;
}
.footer .footer-right .socials ul li a:hover .icon {
  fill: #ffffff;
}
.footer .footer-right .socials .p75 {
  padding: 10px 0;
  display: block;
  margin: 0 auto;
  text-align: center;
}
.footer .footer-right .socials .p75 img {
  margin: 0 auto;
}
@media (min-width: 768px) {
  /* Basic Setup
----------------------------------------------- */
  body.admin-bar {
    padding-top: 32px;
  }
  body.admin-bar .main-navigation {
    padding-top: 32px;
  }
  h1 {
    font-size: 60px;
    line-height: 84px;
  }
  h2 {
    font-size: 42px;
    line-height: 52px;
  }
  h3 {
    font-size: 32px;
    line-height: 46px;
  }
  h4 {
    font-size: 24px;
    line-height: 32px;
  }
  h5 {
    font-size: 22px;
    line-height: 34px;
  }
  h6 {
    font-size: 15px;
    line-height: 32px;
  }
  blockquote {
    line-height: 48px;
    font-size: 26px;
    margin-left: -15px;
    margin-right: -15px;
  }
  /* Navigation
----------------------------------------------- */
  /* Header Content
----------------------------------------------- */
  .site-header {
    padding: 15px 30px 10px;
  }
  /* Main Content
----------------------------------------------- */
  .featured-media .featured-header {
    padding: 150px 15px 175px;
  }
  .featured-media .featured-header.text {
    padding: 125px 15px 75px;
  }
  .site-main {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  /* Sidebar Content
----------------------------------------------- */
  #secondary,
  #video {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  #video {
    padding-top: 120px;
  }
  .sidebar .widget,
  .video-meta .widget {
    margin-bottom: 60px;
  }
  /* Module Sections Content
----------------------------------------------- */
  .banner {
    position: relative;
    overflow: hidden;
  }
  .banner .poster {
    position: relative;
    z-index: -2;
    max-width: 100%;
    width: 100%;
    height: auto;
    margin-left: 0;
  }
  .item-filter {
    margin-bottom: 25px;
  }
  .item-filter ul li {
    margin: 10px;
  }
  .item-filter ul li a h5 {
    font-size: 22px;
    line-height: 34px;
  }
  .item-wrapper {
    width: auto;
    margin-left: -15px;
    margin-right: -15px;
  }
  /* Utilities Styles
----------------------------------------------- */
  /* Pagination
----------------------------------------------- */
  .pagination {
    margin-bottom: 100px;
  }
  /* Footer Styles
----------------------------------------------- */
  .footer .footer-left {
    text-align: left;
    margin-bottom: 0;
  }
  .footer .footer-right .socials {
    display: inline-block;
    float: right;
    width: auto;
  }
  .footer .footer-right .socials ul {
    float: left;
    width: auto;
  }
  .footer .footer-right .socials ul li {
    float: left;
  }
  .footer .footer-right .socials .p75 {
    float: left;
    margin-left: 42px;
  }
}
