/*-----------------------------------------------------------------------------------

	Theme Name: Rangefinder
	Theme URI: http://www.themezilla.com
	Author: ThemeZilla
	Author URI: http://www.themezilla.com
	Description: A Responsive Portfolio Theme
	Version: 1.1
	License: GNU General Public License v2 or later
	License URI: http://www.gnu.org/licenses/gpl-2.0.html
	Text Domain: zilla
	Domain Path: /languages/

-----------------------------------------------------------------------------------

	0.	CSS Reset
	1.	Document Setup (body, common classes, vertical rhythm, etc)
	2.	Structure
	3.	Header Styles
	4.	Navigation & Pagination
	5.	Main Content Styles
	6.	Portfolio Content Styles
	7.	Comments
	8.	Footer Styles
	9.	Page & Page Templates
	10.	Widgets
	11. Media Queries

  -----------------------------------------------------------------------------------*/
/*-----------------------------------------------------------------------------------*/
/*	0.	CSS Reset - http://meyerweb.com/eric/tools/css/reset/
/*-----------------------------------------------------------------------------------*/
/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
   */
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,
hgroup,
menu,
nav,
section {
  display: block;
}
body {
  line-height: 1;
  background-color: #191919;
  background-attachment: fixed;
}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
/*-----------------------------------------------------------------------------------*/
/*	1.	Document Setup (body, common classes, vertical rhythm, etc)
/*-----------------------------------------------------------------------------------*/
* {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
html {
  font-size: 62.5%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  height: 100%;
}
body {
  -ms-word-wrap: break-word;
  word-wrap: break-word;
  height: 100%;
}
a:focus {
  outline: thin dotted;
}
a:hover,
a:active {
  outline: 0;
}
a img {
  border: 0;
  vertical-align: bottom;
}
/* Global --- */
body,
button,
input,
select,
textarea {
  color: #333333;
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: normal;
  font-size: 14px;
  font-size: 1.4rem;
}
h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  clear: both;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 1em;
}
h1,
.h1 {
  font-size: 32px;
  font-size: 3.2rem;
  margin-bottom: 3rem;
}
h2,
.h2 {
  font-size: 26px;
  font-size: 2.6rem;
}
h3,
.h3 {
  font-size: 21px;
  font-size: 2.1rem;
}
h4,
.h4 {
  font-size: 18px;
  font-size: 1.8rem;
}
h5,
.h5 {
  font-size: 16px;
  font-size: 1.6rem;
}
h6,
.h6 {
  font-size: 14px;
  font-size: 1.4rem;
}
hr {
  background-color: #ccc;
  border: 0;
  height: 1px;
  margin-bottom: 1.5em;
}
p {
  margin-bottom: 2em;
  color: #e6e6e6;
}
ul,
ol {
  margin: 0 0 1.5em 2em;
}
ul {
  list-style: disc;
}
ol {
  list-style: decimal;
}
p,
ul,
ol,
dl {
  line-height: 26px;
}
li > ul,
li > ol {
  margin-bottom: 0;
  margin-left: 1.5em;
}
dt {
  font-weight: bold;
}
dd {
  margin: 0 1.5em 1.5em;
}
b,
strong {
  font-weight: bold;
}
dfn,
cite,
em,
i {
  font-style: italic;
}
blockquote {
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: normal;
  font-size: 17px;
  font-size: 1.7rem;
  color: #bebebe;
  font-style: italic;
  margin-left: 0;
  padding-left: 10rem;
}
address {
  margin: 0 0 1.5em;
}
pre {
  background: #efefef;
  border: 1px solid #ddd;
  font-family: Consolas, "Andale Mono", Courier, "Courier New", monospace;
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 1.5;
  overflow: auto;
  max-width: 100%;
  padding: 1.5em;
}
code,
kbd,
tt,
var {
  font: 15px Consolas, "Andale Mono", Courier, "Courier New", monospace;
}
abbr,
acronym {
  border-bottom: 1px dotted #666;
  cursor: help;
}
mark,
ins {
  background: #fff9c0;
  text-decoration: none;
}
sup,
sub {
  font-size: 75%;
  height: 0;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  bottom: 1ex;
}
sub {
  top: 0.5ex;
}
small {
  font-size: 75%;
}
big {
  font-size: 125%;
}
figure {
  margin: 0;
}
table {
  border: 1px solid #ccc;
  margin: 0 0 1.5em;
  width: 100%;
}
table .even {
  background: #eeeeee;
}
th {
  font-weight: bold;
}
tr {
  border-bottom: 1px solid #ccc;
}
th,
td {
  padding: 5px;
  text-align: center;
}
.site-content img,
.profile-image img,
.widget img {
  height: auto;
  max-width: 100%;
}
.portfolio-feed {
  max-width: 1200px;
}
.portfolio-feed article {
  margin-bottom: 0px;
}
.portfolio-feed .portfolio-piece,
.blank-portfolio {
  display: block;
  max-height: 121px;
  min-width: 121px;
}
.portfolio-feed .portfolio-piece h2.entry-title,
.blank-portfolio h2.entry-title {
  text-transform: uppercase;
}
.portfolio-feed .portfolio-piece .video-thumb-link,
.blank-portfolio .video-thumb-link {
  min-height: 121px;
}
.portfolio-piece a {
  transition: opacity 0.2s ease-in-out;
}
.portfolio-piece a:hover {
  opacity: .2;
}
.portfolio-piece h2.entry-title {
  z-index: -1 !important;
}
.blank-portfolio {
  background: url(images/no-thumbnail.jpg) no-repeat center center;
  background-size: 100%;
}
.blank-portfolio h2.entry-title {
  display: block;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  opacity: 1 !important;
  z-index: 1 !important;
}
@keyframes fadeIn {
  from {
    opacity: 0;
    z-index: -1;
  }
  to {
    opacity: 1;
    z-index: 99999;
  }
}
@keyframes fadeOut {
  from {
    opacity: 1;
    z-index: 99999;
  }
  to {
    opacity: 0;
    z-index: -1;
  }
}
@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
    z-index: -1;
  }
  to {
    opacity: 1;
    z-index: 99999;
  }
}
@-webkit-keyframes fadeOut {
  from {
    opacity: 1;
    z-index: 99999;
  }
  to {
    opacity: 0;
    z-index: -1;
  }
}
@-moz-keyframes fadeIn {
  from {
    opacity: 0;
    z-index: -1;
  }
  to {
    opacity: 1;
    z-index: 99999;
  }
}
@-moz-keyframes fadeOut {
  from {
    opacity: 1;
    z-index: 99999;
  }
  to {
    opacity: 0;
    z-index: -1;
  }
}
@-o-keyframes fadeIn {
  from {
    opacity: 0;
    z-index: -1;
  }
  to {
    opacity: 1;
    z-index: 99999;
  }
}
@-o-keyframes fadeOut {
  from {
    opacity: 1;
    z-index: 99999;
  }
  to {
    opacity: 0;
    z-index: -1;
  }
}
.video-info-container {
  position: relative;
}
.video-info {
  opacity: 0;
  display: none;
  position: absolute;
  left: 0px;
  top: 0px;
  background: #000;
  padding: 0;
  width: 100%;
  z-index: -1;
  min-height: 418px;
  animation-name: fadeOut;
  animation-duration: .65s;
  animation-fill-mode: forwards;
  -webkit-animation-name: fadeOut;
  -webkit-animation-duration: .65s;
  -webkit-animation-fill-mode: forwards;
  -moz-animation-name: fadeOut;
  -moz-animation-duration: .65s;
  -moz-animation-fill-mode: forwards;
  overflow: hidden;
  background: #1A1A1A;
}
.video-info.open {
  z-index: 9999;
  animation-name: fadeIn;
  animation-duration: .6s;
  animation-fill-mode: forwards;
  -webkit-animation-name: fadeIn;
  -webkit-animation-duration: .6s;
  -webkit-animation-fill-mode: forwards;
  -moz-animation-name: fadeIn;
  -moz-animation-duration: .6s;
  -moz-animation-fill-mode: forwards;
}
.video-info .fa-close {
  position: absolute;
  top: 20px;
  left: 15px;
  color: #ccc;
  font-size: 22px;
  opacity: .8;
}
.video-info .info-column {
  float: left;
  width: 68%;
  background: #000;
}
.video-info .info-column object{
  max-width: 68%;
  padding: 0;
}
.video-info .info-column:first-of-type {
  width: 32%;
  background: #1A1A1A;
  padding-right: 25px;
  padding: 20px 20px 20px 50px;
}
.video-info .info-column.full-column {
  width: 100%;
}
.video-info .info-column p {
  overflow-y: scroll;
  max-height: 260px;
  margin-bottom: 5px;
}
.video-info .info-column hr {
  background: #99ccff;
  width: 25%;
  height: 6px;
  display: block;
  float: left;
  max-width: 75px;
}
.video-info .info-column .ext-link {
  clear: both;
  float: left;
  font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  margin-bottom: 5px;
}
/* Overlay */
#overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  filter: alpha(opacity=70);
  -moz-opacity: 0.7;
  -khtml-opacity: 0.7;
  opacity: 0.7;
}
/* Form Elements --- */
button,
input,
select,
textarea {
  font-size: 100%;
  margin: 0;
  vertical-align: baseline;
  *vertical-align: middle;
}
button,
input {
  line-height: normal;
}
.form-style,
button,
html input[type="submit"],
input[type="reset"],
input[type="submit"],
input[type="text"],
input[type="url"],
input[type="email"],
input[type="password"],
input[type="search"],
textarea {
  color: #000;
  font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: normal;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 24px;
  text-transform: uppercase;
}
button,
html input[type="submit"],
input[type="reset"],
input[type="submit"] {
  background: #ebebeb;
  border: none;
  cursor: pointer;
  -webkit-appearance: button;
  padding: 13px 41px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
button:hover,
html input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
  background: #dedede;
}
button:focus,
html input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus,
button:active,
html input[type="button"]:active,
input[type="reset"]:active,
input[type="submit"]:active {
  background: #dedede;
  border-color: #ddd;
}
input[type="checkbox"],
input[type="radio"] {
  padding: 0;
}
input[type="search"] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
input[type="seach"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
input[type="text"],
input[type="url"],
input[type="email"],
input[type="password"],
input[type="search"],
textarea {
  background: #ebebeb;
  border: none;
  padding: 13px 20px;
  text-transform: none;
}
input[type="text"]::-webkit-input-placeholder,
input[type="url"]::-webkit-input-placeholder,
input[type="email"]::-webkit-input-placeholder,
input[type="password"]::-webkit-input-placeholder,
input[type="search"]::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #ccc;
}
input[type="text"]:-moz-placeholder,
input[type="url"]:-moz-placeholder,
input[type="email"]:-moz-placeholder,
input[type="password"]:-moz-placeholder,
input[type="search"]:-moz-placeholder,
textarea:-moz-placeholder {
  color: #ccc;
}
input[type="text"]::-moz-placeholder,
input[type="url"]::-moz-placeholder,
input[type="email"]::-moz-placeholder,
input[type="password"]::-moz-placeholder,
input[type="search"]::-moz-placeholder,
textarea::-moz-placeholder {
  color: #ccc;
}
input[type="text"]:-ms-input-placeholder,
input[type="url"]:-ms-input-placeholder,
input[type="email"]:-ms-input-placeholder,
input[type="password"]:-ms-input-placeholder,
input[type="search"]:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: #ccc;
}
input[type="text"]:focus,
input[type="url"]:focus,
input[type="email"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
textarea:focus {
  border-color: #ddd;
}
textarea {
  overflow: auto;
  vertical-align: top;
  width: 100%;
}
/* Links --- */
a {
  color: #bebebe;
  text-decoration: none;
}
a:visited {
  color: #cbcbcb;
}
a:hover,
a:focus,
a:active {
  color: #b1b1b1;
  text-decoration: none;
}
/* Alignment --- */
.alignleft {
  display: inline;
  float: left;
  margin-right: 1.5em;
}
.alignright {
  display: inline;
  float: right;
  margin-left: 1.5em;
}
.aligncenter {
  margin-left: auto;
  margin-right: auto;
  display: block;
  clear: both;
}
/* Clears --- */
.clear {
  clear: both;
  display: block;
  font-size: 0;
  height: 0;
  line-height: 0;
  width: 100%;
}
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.author-bio:before,
.author-bio:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-navigation:before,
.site-navigation:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after,
.page-navigation:before,
.page-navigation:after,
.single-page-navigation:before,
.single-page-navigation:after,
.comment-navigation:before,
.comment-navigation:after {
  content: ' ';
  display: table;
}
.clear:after,
.entry-content:after,
.author-bio:after,
.comment-content:after,
.site-header:after,
.site-navigation:after,
.site-content:after,
.site-footer:after,
.page-navigation:after,
.single-page-navigation:after,
.comment-navigation:after {
  clear: both;
}
.clearfix:after,
.page-navigation:after,
.single-post-navigation:after,
.comment-navigation:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.clearfix,
.page-navigation,
.single-post-navigation,
.comment-navigation {
  display: inline-block;
}
/* Hide from IE Mac \*/
.clearfix,
.page-navigation,
.single-post-navigation,
.comment-navigation {
  display: block;
}
/* End hide from IE Mac */
.none {
  display: none;
}
/* End Clearfix */
/* Helpers --- */
.hidden {
  display: none;
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.js body {
  opacity: 0;
  -webkit-transition: opacity 1s ease;
  transition: opacity 1s ease;
}
.js body.animate-in {
  opacity: 1;
}
/*-----------------------------------------------------------------------------------*/
/*	2. Structure
/*-----------------------------------------------------------------------------------*/
@media only screen and (max-width: 768px) {
  .site-wrapper {
    position: relative;
    overflow: hidden;
    width: 100%;
  }
}
.site {
  max-width: 1024px;
  height: 100%;
  position: relative;
}
.site.nav-show .nav-toggle .btn-toggle .icon-nav-toggle {
  padding-top: 6px;
}
.site.nav-show .nav-toggle .btn-toggle i:first-child {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.site.nav-show .nav-toggle .btn-toggle i:nth-child(2) {
  display: none;
}
.site.nav-show .nav-toggle .btn-toggle i:last-child {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  margin-top: -6px;
}
.site.nav-show .nav-toggle .btn-toggle span {
  opacity: 0;
}
@media only screen and (max-width: 768px) {
  .site {
    width: 100%;
    -webkit-transform: translate3d(0);
    transform: translate3d(0);
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
  }
  .site.nav-show {
    -webkit-transform: translate3d(280px, 0, 0);
    transform: translate3d(280px, 0, 0);
  }
}
@media only screen and (min-width: 769px) {
  .site.nav-show .site-navigation {
    right: 0;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
  .site.nav-show .site-logo {
    left: 100%;
  }
}
.site-content {
  padding: 40px 20px;
}
@media only screen and (min-width: 769px) {
  .site-content {
    margin-left: 280px;
    padding: 40px;
  }
}
.site-secondary {
  background: #fafafa;
}
/*-----------------------------------------------------------------------------------*/
/*	3.	Header Styles
/*-----------------------------------------------------------------------------------*/
.zilla-bio-widget h3, .zilla-bio, .site-logo, .site-logo a, .site-tagline{
font-family:'helvetica neue',helvetica,arial,sans-serif !important;
font-weight: 800 !important;
}
.site-header {
  width: 280px;
  background: rgba(25, 25, 25, 0.21);
  padding: 30px;
  height: 100%;
  box-shadow: 6px 11px 87px rgba(0, 0, 0, 0.25) inset;
}
@media only screen and (max-width: 768px) {
  .site-header {
    position: absolute;
    top: 0;
    left: -280px;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
  }
}
@media only screen and (min-width: 769px) {
  .site-header {
    position: fixed;
    left: 0;
    z-index: 1000;
    padding-top: 0;
    overflow: hidden;
  }
}
.sidebar-footer {
  overflow: hidden;
}
.site-logo {
  color: #fff;
  font-size: 28px;
  font-size: 2.8rem;
  font-weight: bold;
  line-height: 1.2;
}
.site-logo a {
  color: #99ccff;
  font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
}
.site-logo a:hover {
  color: #555;
  text-decoration: none;
}
@media only screen and (min-width: 769px) {
  .site-logo {
    padding: 40px;
    position: absolute;
    bottom: 5%;
    left: 0;
    width: 100%;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
}
.site-tagline {
  color: #b5b5b5;
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 2.2rem;
  font-weight: normal;
  margin: 0;
  display: none;
  text-transform: uppercase;
  font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #e6e6e6;
}
@media only screen and (min-width: 769px) {
  .site-tagline {
    padding-top: 0px;
    padding-right: 28px;
    display: block;
  }
}
@media only screen and (min-width: 769px) {
  .sidebar-info {
    padding-top: 40px;
    margin-bottom: 40px;
  }
}
/*-----------------------------------------------------------------------------------*/
/*	4.	Navigation & Menus
/*-----------------------------------------------------------------------------------*/
.nav-toggle {
  height: 66px;
  margin-left: -10px;
}
@media only screen and (max-width: 768px) {
  .nav-toggle {
    margin-left: -1px;
    padding-left: 1px;
  }
  .nav-toggle .site-logo {
    float: right;
    margin-top: 12px;
    margin-right: 15px;
  }
}
@media only screen and (min-width: 769px) {
  .nav-toggle {
    padding-top: 20px;
    padding-bottom: 25px;
    position: relative;
    z-index: 2;
  }
}
.nav-toggle .btn-toggle {
  color: #fff;
  display: inline-block;
  text-transform: uppercase;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  outline: none;
}
@media only screen and (max-width: 768px) {
  .nav-toggle .btn-toggle {
    margin: 25px 15px;
  }
}
.nav-toggle .btn-toggle:hover {
  text-decoration: none;
}
.nav-toggle .btn-toggle .icon-nav-toggle {
  float: left;
  margin-right: 10px;
  height: 16px;
}
.nav-toggle .btn-toggle i {
  display: block;
  height: 4px;
  width: 19px;
  background: #fff;
  margin-bottom: 2px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.nav-toggle .btn-toggle span {
  padding-top: 1px;
  display: inline-block;
  font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: normal;
  opacity: 1;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.site-navigation {
  clear: both;
  color: #fff;
  margin-left: 25px;
  margin-top: 0px;
}
@media only screen and (min-width: 769px) {
  .site-navigation {
    position: relative;
    overflow: hidden;
    z-index: 1;
    right: 280px;
    top: 0;
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-transition: -webkit-transform 0.3s ease, right 0.3s ease, opacity 0.3s ease;
    transition: transform 0.3s ease, right 0.3s ease, opacity 0.3s ease;
    min-height: 90%;
    min-height: calc(14%);
  }
  .site-navigation.no-animate {
    -webkit-transition-duration: 0;
    transition-duration: 0;
    transition: none;
  }
  .site-navigation.no-animate + .site-logo {
    -webkit-transition-duration: 0;
    transition-duration: 0;
  }
}
.site-navigation .widget-title {
  font-size: 12px;
  font-size: 1.2rem;
  font-weight: normal;
  text-transform: uppercase;
  margin-bottom: 1.5rem;
  padding: 0;
}
.menu {
  list-style-type: none;
  margin: 0;
  padding: 0;
  font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: normal;
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 2.4rem;
  margin-bottom: 2rem;
}
.menu ul {
  list-style: none;
}
.menu a {
  color: #b5b5b5;
  -webkit-transition: color 1s ease;
  transition: color 1s ease;
  display: block;
}
.menu a:hover {
  color: #fefefe;
  text-decoration: none;
  -webkit-transition: color 0.2s ease;
  transition: color 0.2s ease;
}
.primary-menu {
  text-transform: uppercase;
}
.primary-menu a {
  color: #fefefe;
}
.primary-menu a:hover {
  color: #ccffcc !important;
}
.primary-menu .sub-menu a {
  color: #ccffcc;
  text-transform: none;
}
.primary-menu .sub-menu a a:hover {
  color: #ccffcc;
}
@media only screen and (min-width: 769px) {
  .touch .site .site-header {
    position: absolute;
  }
  .touch .site .sidebar-footer {
    position: static;
  }
  .touch .site .site-logo {
    bottom: auto;
    position: fixed;
    width: 280px;
  }
  .touch .site .nav-toggle {
    position: fixed;
    width: 280px;
    left: 0;
    padding-left: 40px;
  }
  .touch .site .site-navigation {
    padding-top: 86px;
  }
}
/* Page Navigation --- */
.page-navigation,
.single-post-navigation,
.comment-navigation {
  font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 400;
  font-size: 14px;
  font-size: 1.4rem;
}
.page-navigation .nav-next,
.single-post-navigation .nav-next,
.comment-navigation .nav-next {
  float: right;
}
.page-navigation .nav-next a:hover .fa,
.single-post-navigation .nav-next a:hover .fa,
.comment-navigation .nav-next a:hover .fa {
  -webkit-transform: translate3d(5px, 0, 0);
  transform: translate3d(5px, 0, 0);
}
.page-navigation .nav-previous,
.single-post-navigation .nav-previous,
.comment-navigation .nav-previous {
  float: left;
}
.page-navigation .nav-previous a:hover .fa,
.single-post-navigation .nav-previous a:hover .fa,
.comment-navigation .nav-previous a:hover .fa {
  -webkit-transform: translate3d(-5px, 0, 0);
  transform: translate3d(-5px, 0, 0);
}
.page-navigation a,
.single-post-navigation a,
.comment-navigation a {
  color: #b2b2b2;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.page-navigation a .fa,
.single-post-navigation a .fa,
.comment-navigation a .fa {
  -webkit-transition: -webkit-transform 0.1s ease;
  transition: transform 0.1s ease;
}
.page-navigation a:hover,
.single-post-navigation a:hover,
.comment-navigation a:hover {
  text-decoration: none;
  color: #444444;
}
/*-----------------------------------------------------------------------------------*/
/*	5.	Main Content Styles
/*-----------------------------------------------------------------------------------*/
/* Titles --- */
.archive-title {
  color: #b5b5b5;
}
.comments-title {
  color: #323232;
}
.comments-title a {
  color: #323232;
}
.entry-title a:hover,
.comments-title a:hover {
  text-decoration: none;
}
#s {
  width: 100%;
}
/* Content --- */
.sticky {
  /*! add sticky post styles here*/
}
.meta-style,
.type-post .entry-meta,
.type-post .entry-footer .entry-categories,
.type-post .entry-footer .entry-tags,
.portfolio-entry-meta,
.portfolio-entry-meta .portfolio-project-url {
  color: #b2b2b2;
  font-size: 12px;
  font-size: 1.2rem;
  font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 400;
}
.type-page .entry-thumbnail {
  margin-bottom: 4rem;
}
.type-post {
  padding-bottom: 3.6rem;
}
.type-post .entry-meta {
  margin-bottom: 0.4rem;
}
.type-post .entry-meta a {
  color: #b2b2b2;
}
.type-post .entry-meta .published {
  text-transform: uppercase;
}
.type-post .entry-meta .comments-title {
  display: block;
  margin: 0.8rem 0;
}
@media only screen and (min-width: 769px) {
  .type-post .entry-meta .comments-title {
    float: right;
    display: inline-block;
    margin: 0;
  }
}
.type-post .entry-summary p {
  margin-bottom: 0;
}
.type-post .entry-title {
  position: relative;
  padding-right: 50px;
}
.type-post .entry-title .spinner {
  position: absolute;
  top: 0;
  right: 0;
}
.type-post .entry-thumbnail {
  position: relative;
  margin-bottom: 4rem;
}
.type-post .entry-thumbnail .overlay {
  position: absolute;
  width: 100%;
  top: 0;
  bottom: 0;
  text-align: center;
  -webkit-transition: all 1s ease;
  transition: all 1s ease;
  background: rgba(0, 0, 0, 0.3);
}
.type-post .entry-thumbnail .overlay:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-right: -0.35em;
}
.type-post .entry-thumbnail blockquote,
.type-post .entry-thumbnail h2 {
  border: none;
  margin: 0;
  padding: 0 10.71429%;
  color: #fff;
  font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: bold;
  font-size: 30px;
  font-size: 3rem;
  line-height: 3.8rem;
  font-style: normal;
  text-transform: uppercase;
  display: inline-block;
  vertical-align: middle;
}
@media only screen and (max-width: 768px) {
  .type-post .entry-thumbnail blockquote,
  .type-post .entry-thumbnail h2 {
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 2.2rem;
  }
}
.type-post .entry-thumbnail blockquote cite,
.type-post .entry-thumbnail h2 cite {
  display: block;
  font-weight: normal;
  font-size: 17px;
  font-size: 1.7rem;
  color: #ccc;
  font-style: normal;
  margin-top: 1rem;
}
@media only screen and (max-width: 768px) {
  .type-post .entry-thumbnail blockquote cite,
  .type-post .entry-thumbnail h2 cite {
    font-size: 14px;
    font-size: 1.4rem;
  }
}
.type-post .zilla-gallery {
  margin: 0;
}
.type-post .zilla-gallery .wp-caption,
.type-post .zilla-gallery .zilla-slider-nav {
  left: 20px;
  bottom: 20px;
}
.type-post .zilla-slider-nav {
  right: 20px;
  bottom: 20px;
}
.type-post .entry-footer .fa {
  font-size: 16px;
  font-size: 1.6rem;
  width: 1.8rem;
  vertical-align: middle;
}
.type-post .entry-footer .fa-tag {
  font-size: 18px;
  font-size: 1.8rem;
}
.type-post .entry-footer .entry-categories,
.type-post .entry-footer .entry-tags {
  margin-bottom: 0.6rem;
}
.type-post .entry-footer .entry-categories a,
.type-post .entry-footer .entry-tags a {
  color: #b2b2b2;
}
.type-post .comments-title.h3 {
  margin-top: 1rem;
  display: block;
}
.zilla-gallery-container,
.wp-video,
.single .fluid-width-video-wrapper {
  margin-bottom: 4rem;
}
.wp-video {
  max-width: 100% !important;
  height: auto !important;
}
.mejs-overlay,
.mejs-poster {
  width: 100% !important;
  height: 100% !important;
}
.mejs-container.mejs-video {
  width: 100% !important;
  height: auto !important;
  padding-top: 56.3%;
}
.blog .type-post,
.archive .type-post {
  margin-bottom: 4rem;
  border-bottom: 1px solid #e7e7e7;
}
.blog .type-post .entry-content p:last-of-type,
.archive .type-post .entry-content p:last-of-type {
  margin-bottom: 0;
}
h1.entry-title {
  color: #ccffcc;
}
.entry-content h4 {
  color: #ff99cc;
}
.entry-content h6 {
  color: #e6e6e6;
}
.entry-content a,
.entry-content strong {
  color: #99ccff;
}
.author-bio {
  padding: 20px;
  background: #fbfbfb;
  border: 1px solid #efefef;
}
.author-bio .avatar {
  float: left;
  margin: 0 20px 0 0;
  width: 40px;
}
.author-title {
  font-weight: bold;
  margin-left: 60px;
  margin-left: 6rem;
}
.author-description {
  margin-left: 60px;
  margin-left: 6rem;
}
.post-audio {
  margin-bottom: 4rem;
}
.post-audio img {
  display: block;
}
/* Media Elements --- */
.entry-content img.wp-smiley,
.comment-content img.wp-smiley {
  border: 0;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
}
.wp-caption,
.gallery-caption {
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 600;
  font-size: 13px;
  font-size: 1.3rem;
  margin: 1em 1em 1.5em;
  max-width: 100%;
  text-align: center;
}
.wp-caption img[class*="wp-image-"] {
  display: block;
  margin: 1.2% auto 0;
  max-width: 98%;
}
.wp-caption .wp-caption-text {
  margin: 0.625em 0;
}
.site-main .gallery {
  margin-bottom: 1.5em;
}
.site-main .gallery a img {
  border: none;
  height: auto;
}
.site-main .gallery dd {
  margin: 0.625em 0;
  padding: 0 0.625em;
}
embed,
object,
iframe {
  max-width: 100%;
  margin-bottom: 1.5em;
}
/* Audio/Video jPlayer Skin --- */
.jp-audio,
.jp-video {
  margin: 0 auto -1.57142857em;
  width: 480px;
  max-width: 100%;
}
.jp-video + .jp-audio,
.fluid-width-video-wrapper + .jp-audio {
  margin-top: 2.71428571428em;
}
.jp-gui {
  margin-bottom: -35px;
}
.jp-interface {
  background: #232527 url(images/media_player.png) 0 -132px repeat-x;
  border: 1px solid #000000;
  border-radius: 3px;
  box-shadow: 0 1px 0 #4b4e53 inset, 0 1px 3px rgba(0, 0, 0, 0.7);
  margin-bottom: 3px;
  position: relative;
  height: 33px;
  width: 91.25%;
  /* 438 / 480 */
  left: 4.545454545%;
  /* 20 / 440 */
  top: -53px;
}
.jp-video-full {
  position: relative;
}
.jp-video-full .jp-jplayer {
  background: #000000;
  top: 0;
  left: 0;
  position: fixed !important;
  position: relative;
  overflow: hidden;
  z-index: 998;
}
.jp-video-full .jp-gui {
  z-index: 1000;
  display: block;
}
.jp-video-full .jp-interface {
  bottom: 0;
  top: auto;
  left: 0.25%;
  position: fixed;
  width: 99%;
  z-index: 1000;
}
/* Controls ----- */
.jp-controls,
.jp-toggles {
  float: left;
  margin: 0;
  padding: 0;
  z-index: 100;
}
.jp-controls li {
  float: left;
}
.jp-controls a {
  position: absolute;
  overflow: hidden;
  text-indent: -999em;
}
.jp-play,
.jp-pause {
  background: #d2d6db url(images/media_player.png) 0 0 no-repeat;
  border-top: 1px solid #4b4e53;
  border-bottom: none;
  display: block;
  z-index: 2;
  height: 100%;
  width: 30px;
}
.jp-play:hover,
.jp-pause:hover {
  background-color: #0076a3;
  border-bottom: none;
}
.jp-pause {
  background-position: 0 -33px;
}
.jp-play,
.jp-pause {
  border-radius: 3px 1px 1px 3px;
  border-right: 1px solid #4b4e53;
}
.jp-progress {
  position: absolute;
  padding: 0 25px 0 40px;
  margin: 11px 0;
  width: 100%;
  height: 9px;
}
.jp-seek-bar {
  background: #141618;
  border-bottom: 1px solid #2c2d2f;
  border-left: 1px solid #0f0f10;
  border-right: 1px solid #0f0f10;
  border-top: 1px solid #000000;
  border-radius: 2px;
  cursor: pointer;
  height: 8px;
  padding: 0 0 1px 0;
  position: relative;
  z-index: 999;
}
.jp-play-bar {
  border-radius: 1px 2px 2px 1px;
  background: #0076a3;
  background-size: 8px 8px;
  background-image: -webkit-linear-gradient(135deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -webkit-linear-gradient(315deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(135deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  box-shadow: 0 5px 5px rgba(255, 255, 255, 0.2) inset;
  height: 8px;
}
.jp-play-bar {
  -webkit-animation: animate-stripes 3s linear infinite;
  -moz-animation: animate-stripes 3s linear infinite;
  animation: animate-stripes 3s linear infinite;
}
@-webkit-keyframes animate-stripes {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: 60px 0;
  }
}
/*-----------------------------------------------------------------------------------*/
/*  6. Portfolio
/*-----------------------------------------------------------------------------------*/
.page-template-template-portfolio-php .site,
.tax-portfolio-type .site,
body.page-template-page-portfolio-collection .site {
  max-width: none;
}
.page-template-template-portfolio-php .site-content,
.tax-portfolio-type .site-content {
  padding: 0;
}
.page-template-template-portfolio-php .site-main,
.tax-portfolio-type .site-main {
  overflow-x: hidden;
}
.page-template-template-portfolio-php .site-main > .page,
.tax-portfolio-type .site-main > .page {
  padding: 40px;
}
.portfolio-feed {
  margin-right: -1px;
}
.portfolio-feed .portfolio {
  visibility: hidden;
}
@media only screen and (min-width: 400px) {
  .portfolio-feed .portfolio {
    width: 50%;
  }
}
@media only screen and (min-width: 1081px) {
  .portfolio-feed .portfolio {
    width: 20%;
  }
}
@media only screen and (min-width: 1481px) {
  .portfolio-feed .portfolio {
    width: 25%;
  }
}
@media only screen and (min-width: 1879px) {
  .portfolio-feed .portfolio {
    width: 20%;
  }
}
.portfolio-feed .portfolio .entry-thumbnail {
  display: block;
  text-align: center;
  overflow: hidden;
}
.portfolio-feed .portfolio .entry-thumbnail > a {
  display: block;
  position: relative;
}
.portfolio-feed .portfolio .entry-thumbnail > a:before {
  content: '';
  display: block;
  position: absolute;
  z-index: 1;
  height: 100%;
  width: 100%;
  background: rgba(0, 0, 0, 0.55);
  opacity: 0;
  -webkit-transition: opacity 1s ease;
  transition: opacity 1s ease;
}
.portfolio-feed .portfolio .entry-thumbnail > a img {
  display: block;
}
.portfolio-feed .portfolio .entry-thumbnail:hover > a:before {
  opacity: 1;
  -webkit-transition: opacity 0.4s ease;
  transition: opacity 0.4s ease;
}
.portfolio-feed .portfolio .entry-thumbnail:hover .entry-title {
  opacity: 1;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}
.portfolio-feed .portfolio .entry-title {
  color: #f5f5f5;
  font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: normal;
  font-size: 20px;
  font-size: 1.5rem;
  text-transform: none;
  margin: 0;
  padding: 0 1rem;
  position: absolute;
  z-index: 2;
  text-align: left;
  width: 100%;
  top: 20px;
  left: 10px;
  opacity: 0;
  -webkit-transform: scale(0.8);
  -ms-transform: scale(0.8);
  transform: scale(0.8);
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.no-touch .portfolio-feed .portfolio > a:hover .entry-title {
  display: block;
}
.isotope-item {
  z-index: 2;
}
.isotope-hidden.isotope-item {
  pointer-events: none;
  z-index: 1;
}
.portfolio-collection h3 {
  color: #f5f5f5;
  margin-top: 2em;
}
.portfolio-collection h3:first-of-type {
  margin-top: 0px;
}
/* Isotope CSS3 transitions */
.isotope,
.isotope .isotope-item {
  -webkit-transition-duration: 0.8s;
  transition-duration: 0.8s;
}
.isotope {
  -webkit-transition-property: height, width;
  transition-property: height, width;
}
.isotope .isotope-item {
  -webkit-transition-property: -webkit-transform, opacity;
  transition-property: transform, opacity;
}
/* disabling Isotope CSS3 transitions */
.isotope.no-transition,
.isotope.no-transition .isotope-item,
.isotope .isotope-item.no-transition {
  -webkit-transition-duration: 0s;
  transition-duration: 0s;
}
/* Single Portfolio */
.portfolio.hide .toggle-content {
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
}
.portfolio-text {
  background-color: #191919;
}
@media only screen and (min-width: 769px) {
  .portfolio-text {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    padding: 40px 0 0 320px;
    z-index: 999;
  }
}
.toggle-wrap {
  overflow: hidden;
  -webkit-transition: all 0.5s cubic-bezier(0, 1, 0.5, 1);
  transition: all 0.5s cubic-bezier(0, 1, 0.5, 1);
}
.toggle-clone {
  padding-bottom: 62px;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  display: none;
}
@media only screen and (min-width: 769px) {
  .toggle-clone {
    display: block;
    visibility: hidden;
  }
}
.toggle-content {
  display: block;
  width: 18px;
  height: 18px;
  position: relative;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
@media only screen and (max-width: 768px) {
  .toggle-content {
    display: none;
  }
}
.toggle-content i {
  background: #afafaf;
  display: block;
  position: absolute;
}
.toggle-content i:first-child {
  width: 4px;
  height: 18px;
  left: 7px;
}
.toggle-content i:last-child {
  width: 18px;
  height: 4px;
  top: 7px;
}
.portfolio-entry-meta .portfolio-project-date,
.portfolio-entry-meta .portfolio-project-client {
  text-transform: uppercase;
}
.portfolio-entry-meta {
  padding-bottom: 40px;
  font-size: 150%;
}
.portfolio-entry-meta .portfolio-project-url {
  font-size: .75em;
  text-transform: uppercase;
}
.portfolio-entry-meta .portfolio-project-url:after {
  content: '»';
  padding-left: 5px;
}
.portfolio-entry-meta .portfolio-project-url:hover {
  color: #ccffcc;
}
.portfolio-media-feature {
  margin-bottom: 4rem;
}
.zilla-gallery-container {
  position: relative;
}
.zilla-gallery {
  margin: 0;
  list-style: none;
}
.zilla-gallery li {
  width: 100%;
}
.zilla-gallery .wp-caption {
  margin: 0;
  background: #fff;
  font-style: normal;
}
@media only screen and (min-width: 769px) {
  .zilla-gallery .wp-caption {
    position: absolute;
    left: 40px;
    bottom: 42px;
    padding: 9px 21px 10px 21px;
  }
}
.zilla-gallery.slideshow li {
  min-height: 140px;
}
.zilla-gallery.slideshow img {
  display: block;
}
.zilla-gallery.stacked li {
  margin-bottom: 4rem;
  position: relative;
}
@media only screen and (max-width: 768px) {
  .zilla-slider-nav a {
    position: absolute;
    z-index: 1001;
    top: 50%;
    margin-top: -22px;
  }
  .zilla-slider-nav a.zilla-slide-next {
    right: -20px;
  }
  .zilla-slider-nav a.zilla-slide-prev {
    left: -20px;
  }
}
@media only screen and (min-width: 769px) {
  .zilla-slider-nav {
    right: 40px;
    bottom: 42px;
    position: absolute;
    z-index: 1001;
  }
}
.zilla-slider-nav a {
  width: 45px;
  height: 45px;
  display: inline-block;
  background-color: #fff;
  color: #000;
  text-align: center;
  line-height: 45px;
  font-size: 22px;
}
.zilla-slider-nav a:hover {
  background-color: #f6f6f7;
}
.zilla-slider-nav .zilla-slide-next {
  margin-left: 5px;
}
.single-portfolio .site {
  max-width: none;
}
.single-portfolio .portfolio {
  -webkit-transition: all 0.5s cubic-bezier(0, 1, 0.5, 1);
  transition: all 0.5s cubic-bezier(0, 1, 0.5, 1);
}
.single-portfolio .portfolio.full img {
  max-width: none;
  width: 100%;
}
.single-portfolio .portfolio.x-large .entry-content {
  max-width: 1024px;
}
@media only screen and (min-width: 769px) {
  .single-portfolio .entry-title {
    padding-right: 80px;
  }
}
.single-portfolio .fixed-content-wrap {
  position: relative;
}
@media only screen and (min-width: 769px) {
  .single-portfolio .fixed-content-wrap {
    padding-right: 40px;
  }
}
.single-portfolio .entry-content {
  color: #8c8c8c;
}
.single-portfolio .toggle-content {
  position: absolute;
  top: -62px;
  right: 40px;
}
/*-----------------------------------------------------------------------------------*/
/*	7.	Comments
/*-----------------------------------------------------------------------------------*/
.commentlist {
  margin: 4rem 0;
  list-style-type: none;
}
.pinglist {
  margin: 20px 0 40px 30px;
  list-style-type: decimal;
}
.comment img {
  border-radius: 50%;
}
.comment .avatar {
  float: left;
  margin: 0 10px 0 0;
  width: 50px;
}
.comment .children {
  list-style-type: none;
  margin-left: 7.5rem;
}
.comment-content {
  padding-left: 75px;
  color: #656565;
}
.comment-author {
  padding-top: 8px;
}
.comment-author cite {
  font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 400;
  font-size: 15px;
  font-size: 1.5rem;
  font-style: normal;
}
.bypostauthor {
  /*! add post author styles here*/
}
.comment-meta {
  margin-bottom: 15px;
  color: #b7b7b7;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 2.1rem;
}
.comment-meta a {
  color: #b7b7b7;
}
.nocomments {
  text-align: center;
  padding: 20px;
}
.comment-form {
  margin: 20px 0 40px;
}
.comment-form p {
  margin-bottom: 1rem;
}
.comment-form input[type="text"],
.comment-form input[type="email"],
.comment-form input[type="url"] {
  width: 100%;
}
.comment-form .form-submit {
  text-align: right;
}
/*-----------------------------------------------------------------------------------*/
/*	8.	Footer Styles
/*-----------------------------------------------------------------------------------*/
@media only screen and (min-width: 769px) {
  .site-footer {
    margin-left: 280px;
  }
}
/* Custom queries by Jon Bolden */
@media only screen and (max-width: 1081px) {
  .portfolio-feed {
    min-height: 2000px;
  }
  .portfolio-feed .portfolio-piece,
  .blank-portfolio {
    min-height: none;
    max-height: none;
  }
  .portfolio-feed .portfolio-piece .video-thumb-link,
  .blank-portfolio .video-thumb-link {
    min-height: none;
  }
  .video-info {
    max-height: none;
  }
  .video-info .info-column {
    width: 100%;
  }
  .video-info .info-column p {
    overflow: visible;
    max-height: none;
  }
  .video-info .info-column:first-of-type {
    width: 100%;
  }
}
.copyright,
.credit {
  color: #b5b5b5;
  font-size: 11px;
  font-size: 1.1rem;
  font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 400;
  line-height: 1.5rem;
  margin: 0;
}
.copyright a,
.credit a {
  color: #b5b5b5;
}
/*-----------------------------------------------------------------------------------*/
/*	9.	Page & Page Templates
/*-----------------------------------------------------------------------------------*/
.archive-lists h4 {
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: normal;
  line-height: 2.4rem;
  margin-bottom: 0.8rem;
}
.archive-lists ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  margin-bottom: 2.8rem;
}
.archive-lists .children {
  margin-bottom: 0;
}
.full-width {
  width: auto;
}
.contactform {
  margin-left: 0;
}
.contactform li {
  list-style-type: none;
}
.contactform li input[type="text"] {
  width: 100%;
  margin-bottom: 10px;
}
.contactform li textarea {
  width: 100%;
  max-width: 100%;
  height: 300px;
  margin-bottom: 10px;
  resize: none;
}
.contactform li button {
  float: right;
}
label.error {
  color: red;
}
/*-----------------------------------------------------------------------------------*/
/*	10.	Widgets
/*-----------------------------------------------------------------------------------*/
.widget {
  margin: 0 0 1.5em;
}
.sidebar-widgets.credit .widget {
  margin: 0;
}
.widget-title {
  text-transform: uppercase;
  font-size: 12px;
  font-size: 1.2rem;
  padding-bottom: 10px;
  padding-bottom: 1rem;
}
.widget > ul,
.widget > ol {
  list-style-type: none;
  margin-bottom: 0;
  margin-left: 10px;
}
.widget select {
  max-width: 100%;
}
/* Recent Work Widget ---------------------------------------------------*/
.widget.zilla_recentwork_widget {
  margin-bottom: 20px;
}
/* Search Widget --------------------------------------------------------*/
.widget_search #s {
  width: 100%;
}
.widget_search form,
.widget_search fieldset {
  margin: 0;
}
/* Calander Widget -------------------------------------------------------*/
.widget_calendar caption {
  margin-bottom: 5px;
}
.widget_calendar table {
  width: 100%;
}
/* 125 x 125 Widget ------------------------------------------------------*/
.zilla_ad_widget {
  padding-right: 0;
}
.ads-125 img {
  margin: 0 10px 10px 0;
}
/* Twitter Widget -------------------------------------------------------*/
.zilla-tweet-widget ul {
  margin: 0 0 10px 0;
  list-style-type: none;
}
.zilla-tweet-widget li {
  border-bottom: 1px solid #efefef;
  padding: 8px 0;
}
.zilla-tweet-widget .twitter-time-stamp {
  display: block;
  font-size: .875em;
}
/* Flickr Widget --------------------------------------------------------*/
.zilla_flickr_widget {
  padding-right: 0;
}
.zilla_flickr_widget > div {
  margin-right: -20px;
  padding-right: 10px;
}
.flickr_badge_image {
  float: left;
  margin: 0 5px 5px 0;
}
.flickr_badge_image img {
  background: #fff;
  padding: 3px;
  border: 1px solid #ddd;
}
.flickr_badge_image img:hover {
  border: 1px solid #ccc;
}
/* Video Widget ----------------------------------------------------------*/
.zilla_video {
  margin-bottom: 10px;
}
/* 300 x 250 Widget ------------------------------------------------------*/
.zilla-ad300-widget {
  padding: 0;
}
.zilla-ad300-widget .widget-title {
  display: none;
}
.ads-300 {
  width: 300px;
  height: 250px;
  overflow: hidden;
}
/* Tabbed Widget ---------------------------------------------------------*/
.zilla-tab-widget .zilla_tabs {
  background: #f4f4f4;
  padding: 3px;
}
.zilla-tab-widget #tab-items {
  list-style-type: none;
  padding: 0;
  margin: 0;
  height: 40px;
}
.zilla-tab-widget #tab-items li {
  float: left;
  margin: 0 2px 0 0;
  line-height: 40px;
  padding: 0;
  background: none;
}
.zilla-tab-widget #tab-items li a {
  font-size: 11px;
  color: #999;
  padding: 0 10px;
  display: block;
  border-left: 1px solid #f4f4f4;
  border-top: 1px solid #f4f4f4;
  border-right: 1px solid #f4f4f4;
}
.zilla-tab-widget #tab-items li a:hover,
.zilla-tab-widget #tab-items li.ui-tabs-selected a,
.zilla-tab-widget #tab-items li.ui-state-active a {
  background: #fff;
  text-decoration: none;
  border-left: 1px solid #e8e8e8;
  border-top: 1px solid #e8e8e8;
  border-right: 1px solid #e8e8e8;
}
.zilla-tab-widget .tabs-inner {
  border: 1px solid #e8e8e8;
  padding: 15px;
  background: #fff;
}
.zilla-tab-widget .ui-tabs-hide {
  display: none;
}
.zilla-tab-widget .tab ul {
  list-style-type: none;
  margin: 0;
}
.zilla-tab-widget .tab ul li {
  border-bottom: 1px solid #efefef;
  padding: 10px 0;
}
.zilla-tab-widget .tab-thumb img {
  padding: 2px;
  background: #f8f8f8;
  border: 1px solid #ddd;
  float: left;
  margin: 0 8px 0 0;
}
.zilla-tab-widget .entry-title,
.zilla-tab-widget .entry-title a {
  font-size: 12px;
  line-height: 20px;
  text-transform: none;
  padding: 0;
}
.zilla-tab-widget .entry-meta,
.zilla-tab-widget .entry-meta a {
  color: #999;
  font-size: 10px;
}
.zilla-tab-widget .entry-meta a:hover {
  text-decoration: none;
  color: #333;
}
.tab-comments .avatar {
  padding: 2px;
  background: #fff;
  border: 1px solid #ddd;
  float: left;
  margin: 0 8px 0 0;
}
.tab-comments h3,
.tab-comments h3 a {
  font-size: 12px;
  line-height: 20px;
  font-weight: normal;
  font-style: italic;
  color: #666;
  text-transform: none;
}
.tab-tags a {
  color: #666;
  background: #fafafa;
  padding: 3px 6px;
  display: block;
  float: left;
  margin: 0 2px 2px 0;
}
.tab-tags a:hover {
  background: #f2f2f2;
  text-decoration: none;
}
/* Bio Widget ---------------------------------------------------------*/
.zilla-bio-widget .profile-image {
  width: 65px;
  height: 65px;
  margin-bottom: 1.2em;
  overflow: hidden;
}
.zilla-bio-widget .profile-image img {
  border-radius: 50%;
}
.zilla-bio-widget .social-link {
  display: inline-block;
  width: 25%;
  font-size: 18px;
  font-size: 1.8rem;
  margin: 18px 0 3px 0;
}
#sidebar-footer .widget-title {
  padding: 0;
  text-transform: none;
  margin-bottom: 0.6em;
  color: #fefefe;
  font-size: 13px;
  font-size: 1.3rem;
  -webkit-font-smoothing: antialiased;
}
#sidebar-footer .widget {
  color: #b5b5b5;
  font-size: 12px;
  font-size: 1.2rem;
  font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 400;
}
#sidebar-footer .widget a {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
#sidebar-footer .widget a:hover {
  opacity: 0.7;
}
/*-------------------- ! Helpers --------------------*/
.spinner {
  width: 40px;
  height: 20px;
  text-align: center;
  font-size: 10px;
}
.spinner > div {
  background-color: #333;
  height: 100%;
  width: 2px;
  margin-right: 2px;
  display: inline-block;
  -webkit-animation: stretchdelay 1.2s infinite ease-in-out;
  animation: stretchdelay 1.2s infinite ease-in-out;
}
.spinner .rect2 {
  -webkit-animation-delay: -1.1s;
  animation-delay: -1.1s;
}
.spinner .rect3 {
  -webkit-animation-delay: -1s;
  animation-delay: -1s;
}
.spinner .rect4 {
  -webkit-animation-delay: -0.9s;
  animation-delay: -0.9s;
}
.spinner .rect5 {
  -webkit-animation-delay: -0.8s;
  animation-delay: -0.8s;
}
@-webkit-keyframes stretchdelay {
  0%,
  40%,
  100% {
    -webkit-transform: scaleY(0.4);
  }
  20% {
    -webkit-transform: scaleY(1);
  }
}
@keyframes stretchdelay {
  0%,
  40%,
  100% {
    transform: scaleY(0.4);
    -webkit-transform: scaleY(0.4);
  }
  20% {
    transform: scaleY(1);
    -webkit-transform: scaleY(1);
  }
}
/*# sourceMappingURL=style.css.map */
/* Added by Jon */
.zilla-bio {
  margin-bottom: 20px;
}
/* Footer social */
.zilla-bio-widget .social-link {
  margin-top: 10px;
  margin-bottom: 10px;
}
#imdb-icon {
  background: url(images/imdb.svg) no-repeat center 1px;
  background-size: 100%;
  display: inline-block;
  width: 16px;
  height: 16px;
}
