@charset "UTF-8";
/*
Theme Name: Núvellen
Theme URI: http://themeforest.net/user/RuvenThemes/portfolio
Description: A simple blog/portfolio/gallery theme.
Version: 1.1
Author: Ruven
Author URI: http://ruventhemes.com
License: WordPress related PHP Code under GNU General Public License (Version 3.0)
License URI: http://www.gnu.org/licenses/gpl-3.0.html
*/
/*



===============================================================
===============================================================
===============================================================
===============================================================
*/
/* @group +++ 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 {
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  margin: 0;
  padding: 0;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

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

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

.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

.clearfix {
  display: inline-block;
}

/* Hide from IE Mac \*/
.clearfix {
  display: block;
}

/* End hide from IE Mac */
.none {
  display: none;
}

/* End Clearfix */
/*



===============================================================
===============================================================
===============================================================
===============================================================
*/
/* @group +++ GENERIC +++ */
/*
===============================================================
===============================================================
===============================================================
===============================================================



*/
/* ------------------------------------------------------------ */
/* @group Main */
/* ------------------------------------------------------------ */
body {
  background-color: #494949;
  color: white;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.7;
}
@media only screen and (max-width: 490px) {
  body {
    font-size: 12px;
  }
}

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

:focus {
  outline: none;
}

/* Theme Check musthaves */
.bypostauthor {
  visibility: visible;
}

/*



===============================================================
===============================================================
===============================================================
===============================================================
*/
/* @group +++ GLOBAL ELEMENTS +++ */
/*
===============================================================
===============================================================
===============================================================
===============================================================



*/
/* ------------------------------------------------------------ */
/* @group Transitions */
/* ------------------------------------------------------------ */
a,
button,
.button,
textarea:focus,
input[type=submit],
input[type="url"]:focus,
input[type="tel"]:focus,
input[type="text"]:focus,
input[type="email"]:focus,
input[type="number"]:focus,
input[type="password"]:focus {
  transition: all .1s linear;
  -o-transition: all .1s linear;
  -ms-transition: all .1s linear;
  -moz-transition: all .1s linear;
  -webkit-transition: all .1s linear;
}

/* ------------------------------------------------------------ */
/* @group Links */
/* ------------------------------------------------------------ */
a {
  text-decoration: none;
}
a.lightbox {
  cursor: zoom-in;
  cursor: -moz-zoom-in;
  cursor: -webkit-zoom-in;
}

/* ------------------------------------------------------------ */
/* @group Headings */
/* ------------------------------------------------------------ */
h1, h2, h3, h4, h5, h6,
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
  color: #444444;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

h1 a:hover, h2 a:hover, h3 a:hover,
h4 a:hover, h5 a:hover, h6 a:hover {
  color: #ff7e00;
}

h1 {
  font-size: 36px;
  line-height: 44px;
  font-weight: 400;
}

h2 {
  font-size: 24px;
  line-height: 30px;
  font-weight: 600;
}

h3 {
  font-size: 16px;
  line-height: 24px;
  font-weight: 600;
}

h4 {
  font-size: 14px;
  line-height: 22px;
  font-weight: 600;
}

h5 {
  font-size: 12px;
  line-height: 18px;
  font-weight: 600;
  text-transform: uppercase;
}

h6 {
  font-size: 10px;
  line-height: 16px;
  font-weight: 600;
  text-transform: uppercase;
}

@media only screen and (max-width: 490px) {
  h1 {
    font-size: 24px;
    line-height: 30px;
    font-weight: 500;
  }

  h2 {
    font-size: 16px;
    line-height: 24px;
  }

  h3 {
    font-size: 14px;
    line-height: 22px;
  }

  h4 {
    font-size: 12px;
    line-height: 18px;
  }

  h5 {
    font-size: 10px;
    line-height: 16px;
  }

  h6 {
    font-size: 8px;
    line-height: 13px;
  }
}
@media only screen and (max-width: 390px) {
  h1 {
    font-size: 16px;
    line-height: 24px;
  }

  h2 {
    font-size: 14px;
    line-height: 22px;
  }

  h3 {
    font-size: 12px;
    line-height: 18px;
  }

  h4 {
    font-size: 10px;
    line-height: 16px;
  }

  h5 {
    font-size: 8px;
    line-height: 13px;
  }

  h6 {
    font-size: 6px;
    line-height: 10px;
  }
}
/* ------------------------------------------------------------ */
/* @group Images */
/* ------------------------------------------------------------ */
/* Responsive Image */
img {
  vertical-align: bottom;
  height: auto;
  width: auto;
  max-width: 100%;
}

/* ------------------------------------------------------------ */
/* @group Embeds, iFrames, Videos */
/* ------------------------------------------------------------ */
/* Responsive Embedded Video */
/* Source: http://www.jonsuh.com/blog/tutorials/responsive-youtube-vimeo-embed-and-html5-video-with-css/ */
embed,
iframe,
object {
  width: 100%;
}

video {
  max-width: 100%;
}

.wp-video {
  width: 100% !important;
}

/* ------------------------------------------------------------ */
/* @group Forms */
/* ------------------------------------------------------------ */
label,
input,
button,
select,
textarea {
  cursor: pointer;
}

input,
button,
select,
textarea {
  margin: 0;
}

/* ------------------------------------------------------------ */
/* @group Misc */
/* ------------------------------------------------------------ */
video {
  vertical-align: bottom;
}

iframe,
object {
  font-size: 0;
  /* Firefox/IE fix: no bottom space */
  line-height: 0;
  /* Firefox/IE fix: no bottom space */
  vertical-align: bottom;
  /* Webkit fix: no bottom space */
  /* Trying to fix YouTube videos that overlay drop down menus and lightbox overlays */
  z-index: 1;
  position: relative;
}

b,
dt,
strong {
  font-weight: bold;
}

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

tt,
pre,
kbd,
code {
  font-family: "Lucida Console", Monaco, monospace;
  font-size: .85em;
}

pre {
  line-height: 1.65;
  overflow: auto;
  white-space: pre;
}

blockquote {
  font-weight: bold;
  font-style: italic;
}

blockquote cite {
  font-weight: normal;
  font-style: normal;
}

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

ins {
  text-decoration: overline;
}

del {
  text-decoration: line-through;
}

sub,
sup {
  font-size: .85em;
  line-height: 1;
  position: relative;
  vertical-align: baseline;
}

sub {
  top: 0.4em;
}

sup {
  bottom: 0.5em;
}

/* ------------------------------------------------------------ */
/* @group Buttons */
/* ------------------------------------------------------------ */
.button,
.buttons a,
.reply-button-wrapper a,
.content.comment-respond .form-submit input,
.content .comment-respond .form-submit input {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  padding: 2em;
  font-size: .85em;
  line-height: 1.5;
  color: #9e9e9e;
  background-color: #f7f7f7;
  text-transform: uppercase;
  font-weight: bold;
  text-align: center;
  display: block;
}
.button:hover, .button.active,
.buttons a:hover,
.buttons a.active,
.reply-button-wrapper a:hover,
.reply-button-wrapper a.active,
.content.comment-respond .form-submit input:hover,
.content.comment-respond .form-submit input.active,
.content .comment-respond .form-submit input:hover,
.content .comment-respond .form-submit input.active {
  color: #ff7e00;
  background-color: #f3f3f3;
}
.button.inactive,
.buttons a.inactive,
.reply-button-wrapper a.inactive,
.content.comment-respond .form-submit input.inactive,
.content .comment-respond .form-submit input.inactive {
  cursor: default;
}

.outside-button {
  background-color: transparent;
  background-color: rgba(255, 255, 255, 0.1);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#1AFFFFFF,endColorstr=#1AFFFFFF);
  zoom: 1;
  color: white;
  color: rgba(255, 255, 255, 0.7);
}

/* ------------------------------------------------------------ */
/* @group Navigator */
/* ------------------------------------------------------------ */
.navigator:before, .navigator:after {
  content: "";
  display: table;
}
.navigator:after {
  clear: both;
}
.navigator .button-wrapper {
  float: left;
  width: 50%;
}
.navigator .button-wrapper.prev {
  padding-right: 1px;
}
.navigator .button-wrapper.next {
  padding-left: 1px;
}
.navigator .button.inactive,
.navigator .button.inactive:hover {
  color: #d1d1d1;
  background-color: #f7f7f7;
}

/*



===============================================================
===============================================================
===============================================================
===============================================================
*/
/* @group +++ OUTER STRUCTURE +++ */
/*
===============================================================
===============================================================
===============================================================
===============================================================



*/
/* ------------------------------------------------------------ */
/* @group Site */
/* ------------------------------------------------------------ */
#site {
  margin: 0 auto;
  max-width: 1024px;
  overflow: hidden;
}
@media only screen and (max-width: 1108px) {
  #site {
    max-width: 1108px;
    padding-left: 40px;
  }
}
@media only screen and (max-width: 900px) {
  #site {
    padding: 0;
  }
}

/* ------------------------------------------------------------ */
/* @group Sidebar */
/* ------------------------------------------------------------ */
/* Generic */
#site-sidebar {
  font-size: 14px;
  line-height: 1.7;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  float: left;
  width: 200px;
  margin: 0 40px 0 0;
  color: white;
  color: rgba(255, 255, 255, 0.45);
}
#site-sidebar h1, #site-sidebar h2, #site-sidebar h3, #site-sidebar h4, #site-sidebar h5, #site-sidebar h6,
#site-sidebar h1 a, #site-sidebar h2 a, #site-sidebar h3 a, #site-sidebar h4 a, #site-sidebar h5 a, #site-sidebar h6 a {
  color: white;
}

@media only screen and (max-width: 900px) {
  #site-sidebar {
    position: relative !important;
    float: none;
    width: 100%;
    margin: 0 0 40px 0;
  }
  #site-sidebar #widget-area {
    display: none;
  }
}
/*



===============================================================
===============================================================
===============================================================
===============================================================
*/
/* @group +++ OUTER MODULES +++ */
/*
===============================================================
===============================================================
===============================================================
===============================================================



*/
/* ------------------------------------------------------------ */
/* @group Mobile Menu */
/* ------------------------------------------------------------ */
.mobile-menu {
  display: none;
}
@media only screen and (max-width: 900px) {
  .mobile-menu {
    display: block;
  }
}

.mobile-menu-bar {
  min-height: 45px;
  overflow: hidden;
  position: relative;
}

.mobile-menu-search,
.mobile-menu-navigation {
  display: none;
}

.mobile-menu-search-button,
.mobile-menu-navigation-button {
  background-repeat: no-repeat;
  background-position: center center;
  height: 45px;
  width: 45px;
  text-indent: 100%;
  position: absolute;
  top: 0;
}

.mobile-menu-search-button {
  background-image: url("images/mobile-menu-search-icon.png");
  right: 0;
}
@media (-webkit-min-device-pixel-ratio: 1.3), (min-resolution: 124.8dpi) {
  .mobile-menu-search-button {
    /* on retina, use image that's scaled by 2 */
    background-image: url("images/mobile-menu-search-icon@2x.png");
    background-size: 18px 18px;
  }
}

.mobile-menu-search {
  padding: 8px 13px 12px;
}
.mobile-menu-search input {
  border: 2px solid rgba(255, 255, 255, 0.2);
  padding: 7px 12px;
  width: 100%;
  font-size: 14px;
  line-height: 17px;
  background-color: transparent;
  background-color: rgba(255, 255, 255, 0.06);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#0FFFFFFF,endColorstr=#0FFFFFFF);
  zoom: 1;
  color: white;
  color: rgba(255, 255, 255, 0.7);
  -webkit-border-radius: 100px;
  border-radius: 100px;
  background-clip: padding-box;
  /* stops bg color from leaking outside the border: */
}
.mobile-menu-search input:focus {
  border: 2px solid rgba(255, 255, 255, 0.27);
}

.mobile-menu-navigation-button {
  background-image: url("images/mobile-menu-navigation-icon.gif");
  left: 0;
}
@media (-webkit-min-device-pixel-ratio: 1.3), (min-resolution: 124.8dpi) {
  .mobile-menu-navigation-button {
    /* on retina, use image that's scaled by 2 */
    background-image: url("images/mobile-menu-navigation-icon@2x.gif");
    background-size: 18px 12px;
  }
}

.mobile-menu-navigation {
  background-repeat: repeat-x;
  background-position: left bottom;
  background-image: url("images/mmn-divider.png");
}
@media (-webkit-min-device-pixel-ratio: 1.3), (min-resolution: 124.8dpi) {
  .mobile-menu-navigation {
    /* on retina, use image that's scaled by 2 */
    background-image: url("images/mmn-divider@2x.png");
    background-size: 26px 1px;
  }
}
.mobile-menu-navigation ul li a {
  display: block;
  padding: 8px 13px;
  color: white;
  font-size: 15px;
  background-repeat: repeat-x;
  background-position: left top;
  background-image: url("images/mmn-divider.png");
  color: white;
  color: rgba(255, 255, 255, 0.6);
}
@media (-webkit-min-device-pixel-ratio: 1.3), (min-resolution: 124.8dpi) {
  .mobile-menu-navigation ul li a {
    /* on retina, use image that's scaled by 2 */
    background-image: url("images/mmn-divider@2x.png");
    background-size: 26px 1px;
  }
}
.mobile-menu-navigation ul li a:hover {
  color: white;
  color: white;
}
.mobile-menu-navigation ul li ul li a {
  padding-left: 26px;
  color: white;
  color: rgba(255, 255, 255, 0.35);
}
.mobile-menu-navigation ul li ul li ul li a {
  padding-left: 39px;
}
.mobile-menu-navigation ul li a:hover,
.mobile-menu-navigation ul li.current_page_item a {
  color: white;
}

/* ------------------------------------------------------------ */
/* @group Logo */
/* ------------------------------------------------------------ */
/* Logo & Site Title */
#logo-area {
  margin-bottom: 30px;
  margin-top: 80px;
}

.show-logo-divider #site-logo,
.show-logo-divider #site-title {
  padding-bottom: 14px;
  background-repeat: no-repeat;
  background-position: left bottom;
  background-image: url("images/sidebar-divider.png");
}
@media (-webkit-min-device-pixel-ratio: 1.3), (min-resolution: 124.8dpi) {
  .show-logo-divider #site-logo,
  .show-logo-divider #site-title {
    /* on retina, use image that's scaled by 2 */
    background-image: url("images/sidebar-divider@2x.png");
    background-size: 26px 1px;
  }
}

/* Retina Logo */
.with-retina-logo #site-logo .retina-logo {
  display: block;
}

@media (-webkit-min-device-pixel-ratio: 1.3), (min-resolution: 124.8dpi) {
  .with-retina-logo #site-logo .logo {
    display: none;
  }

  .with-retina-logo #site-logo .retina-logo {
    display: block;
  }
}
/* Site Title */
#site-title {
  text-transform: lowercase;
  letter-spacing: 1px;
  font-weight: 500;
}

/* Thin part of the logo */
#site-header #site-title span.thin {
  font-weight: 200;
}

/* Normal case logo */
.no-lower-case-logo #site-title {
  text-transform: none;
}

/* Tagline */
#site-tagline {
  padding-top: 12px;
  font-weight: normal;
  font-size: 12px;
  line-height: 1.6;
  opacity: 0.7;
  filter: alpha(opacity=70);
}

@media only screen and (max-width: 900px) {
  #logo-area {
    margin-top: 40px;
    text-align: center;
  }

  .show-logo-divider #site-logo,
  .show-logo-divider #site-title {
    background-position: center bottom !important;
  }
}
/* ------------------------------------------------------------ */
/* @group Paginator */
/* ------------------------------------------------------------ */
.one-column-layout .paginator {
  margin: 30px 0;
}
.one-column-layout .paginator .button-wrapper.prev {
  padding-right: 15px;
}
.one-column-layout .paginator .button-wrapper.next {
  padding-left: 15px;
}
.two-column-layout .paginator {
  margin: 10px 0;
}
.two-column-layout .paginator .button-wrapper.prev {
  padding-right: 5px;
}
.two-column-layout .paginator .button-wrapper.next {
  padding-left: 5px;
}
.paginator a,
.paginator .button.inactive,
.paginator .button.inactive:hover {
  background-color: transparent;
  background-color: rgba(255, 255, 255, 0.1);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#1AFFFFFF,endColorstr=#1AFFFFFF);
  zoom: 1;
  color: white;
  color: rgba(255, 255, 255, 0.7);
}
.paginator a:hover {
  background-color: transparent;
  background-color: rgba(255, 255, 255, 0.2);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#33FFFFFF,endColorstr=#33FFFFFF);
  zoom: 1;
  color: white;
  color: white;
}
.paginator .button.inactive {
  opacity: 0.5;
  filter: alpha(opacity=50);
}

@media only screen and (max-width: 900px) {
  .one-column-layout .paginator, .two-column-layout .paginator {
    margin-bottom: 0;
  }
}
@media only screen and (max-width: 740px) {
  .one-column-layout .paginator {
    margin: 30px 0;
  }
  .two-column-layout .paginator {
    margin: 10px 0;
  }
}
@media only screen and (max-width: 490px) {
  .one-column-layout .paginator {
    margin: 15px 0 0;
  }
  .one-column-layout .paginator .button-wrapper.prev {
    padding-right: 7.5px;
  }
  .one-column-layout .paginator .button-wrapper.next {
    padding-left: 7.5px;
  }
}
@media only screen and (max-width: 390px) {
  .one-column-layout .paginator {
    margin: 10px 0 0;
  }
  .one-column-layout .paginator .button-wrapper.prev {
    padding-right: 5px;
  }
  .one-column-layout .paginator .button-wrapper.next {
    padding-left: 5px;
  }
}
/* ------------------------------------------------------------ */
/* @group Infinite Scroll */
/* ------------------------------------------------------------ */
.infinite-scroll .paginator.navigator {
  display: none;
}
.infinite-scroll #infscr-loading {
  font-size: 28px;
  position: absolute;
  bottom: 40px;
  left: 50%;
  width: 78px;
  margin-left: -39px;
  z-index: 100;
}
.infinite-scroll #infscr-loading img {
  display: none !important;
}
.infinite-scroll #infscr-loading .infinite-scroll-loader {
  background: black;
  text-align: center;
  padding: 20px 0;
  opacity: 0.6;
  filter: alpha(opacity=60);
  -webkit-border-radius: 20px;
  border-radius: 20px;
  background-clip: padding-box;
  /* stops bg color from leaking outside the border: */
}

/* Keeps a gap, so the user can see the content appear after it's loaded */
.one-column-layout .infinite-scroll-gap {
  height: 234px;
}

.two-column-layout .infinite-scroll-gap {
  height: 107px;
}

/*



===============================================================
===============================================================
===============================================================
===============================================================
*/
/* @group +++ OUTER CONTENT +++ */
/*
===============================================================
===============================================================
===============================================================
===============================================================



*/
/* ------------------------------------------------------------ */
/* @group Forms */
/* ------------------------------------------------------------ */
#site-sidebar :-moz-placeholder {
  color: white;
  color: rgba(255, 255, 255, 0.22);
}
#site-sidebar ::-webkit-input-placeholder {
  color: white;
  color: rgba(255, 255, 255, 0.22);
}
#site-sidebar .placeholder {
  color: white;
  color: rgba(255, 255, 255, 0.22);
}
#site-sidebar textarea,
#site-sidebar input[type="url"],
#site-sidebar input[type="tel"],
#site-sidebar input[type="text"],
#site-sidebar input[type="email"],
#site-sidebar input[type="number"],
#site-sidebar input[type="search"],
#site-sidebar input[type="password"] {
  border: 2px solid rgba(255, 255, 255, 0.2);
  padding: 7px 12px;
  width: 100%;
  font-size: 14px;
  line-height: 17px;
  background-color: transparent;
  background-color: rgba(255, 255, 255, 0.06);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#0FFFFFFF,endColorstr=#0FFFFFFF);
  zoom: 1;
  color: white;
  color: rgba(255, 255, 255, 0.7);
  -webkit-border-radius: 100px;
  border-radius: 100px;
  background-clip: padding-box;
  /* stops bg color from leaking outside the border: */
}
#site-sidebar textarea:focus,
#site-sidebar input[type="url"]:focus,
#site-sidebar input[type="tel"]:focus,
#site-sidebar input[type="text"]:focus,
#site-sidebar input[type="email"]:focus,
#site-sidebar input[type="number"]:focus,
#site-sidebar input[type="search"]:focus,
#site-sidebar input[type="password"]:focus {
  border: 2px solid rgba(255, 255, 255, 0.3);
}
#site-sidebar textarea {
  border-radius: 10px;
}
#site-sidebar select {
  width: 92%;
}

/*



===============================================================
===============================================================
===============================================================
===============================================================
*/
/* @group +++ OUTER WIDGETS +++ */
/*
===============================================================
===============================================================
===============================================================
===============================================================



*/
/* ------------------------------------------------------------ */
/* @group Generic */
/* ------------------------------------------------------------ */
#site-sidebar {
  /* Widgets with links styled as block */
}
#site-sidebar .widget-title {
  font-size: 1em;
  margin-bottom: 3px;
  font-weight: bold;
}
#site-sidebar .widget {
  padding: 20px 0;
  background-repeat: no-repeat;
  background-position: left top;
  background-image: url("images/sidebar-divider.png");
}
@media (-webkit-min-device-pixel-ratio: 1.3), (min-resolution: 124.8dpi) {
  #site-sidebar .widget {
    /* on retina, use image that's scaled by 2 */
    background-image: url("images/sidebar-divider@2x.png");
    background-size: 26px 1px;
  }
}
#site-sidebar .widget:first-child {
  background: none;
}
#site-sidebar .widget a {
  color: white;
  opacity: 0.7;
  filter: alpha(opacity=70);
}
#site-sidebar .widget a:hover {
  opacity: 1;
  filter: alpha(opacity=100);
}
#site-sidebar .widget ul li ul li a {
  opacity: 0.35;
  filter: alpha(opacity=35);
}
#site-sidebar .widget ul li {
  margin-top: 8px;
}
#site-sidebar .widget ul li.current-menu-item a,
#site-sidebar .widget ul li.current_page_item a {
  opacity: 1;
  filter: alpha(opacity=100);
}
#site-sidebar .widget ul li ul li a {
  padding-left: 12px;
}
#site-sidebar .widget ul li ul li ul li a {
  padding-left: 24px;
}
#site-sidebar .widget ul li ul li ul li ul li a {
  padding-left: 36px;
}
#site-sidebar .widget ul li ul li ul li ul li ul li a {
  padding-left: 48px;
}
#site-sidebar .site-navigation.widget,
#site-sidebar .widget_meta,
#site-sidebar .widget_pages,
#site-sidebar .widget_nav_menu,
#site-sidebar .widget_latest_work,
#site-sidebar .widget_latest_posts,
#site-sidebar .widget_recent_entries {
  padding-bottom: 17px;
}
#site-sidebar .widget_meta .widget-title,
#site-sidebar .widget_pages .widget-title,
#site-sidebar .widget_nav_menu .widget-title,
#site-sidebar .widget_latest_work .widget-title,
#site-sidebar .widget_latest_posts .widget-title,
#site-sidebar .widget_recent_entries .widget-title {
  margin-bottom: 3px;
}
#site-sidebar .site-navigation ul li,
#site-sidebar .widget_meta ul li,
#site-sidebar .widget_pages ul li,
#site-sidebar .widget_nav_menu ul li,
#site-sidebar .widget_latest_work ul li,
#site-sidebar .widget_latest_posts ul li,
#site-sidebar .widget_recent_entries ul li {
  margin-top: 0;
}
#site-sidebar .site-navigation ul li a,
#site-sidebar .widget_meta ul li a,
#site-sidebar .widget_pages ul li a,
#site-sidebar .widget_nav_menu ul li a,
#site-sidebar .widget_latest_work ul li a,
#site-sidebar .widget_latest_posts ul li a,
#site-sidebar .widget_recent_entries ul li a {
  display: block;
  padding: 3px 0;
}

/* ------------------------------------------------------------ */
/* @group Search */
/* ------------------------------------------------------------ */
#site-sidebar .widget_search:first-child {
  padding-top: 0;
  padding-bottom: 10px;
}
#site-sidebar .widget_search:first-child + .widget {
  background: none;
}

/* ------------------------------------------------------------ */
/* @group Recent Posts */
/* ------------------------------------------------------------ */
#site-sidebar .widget_recent_entries .post-date {
  display: block;
}

/* ------------------------------------------------------------ */
/* @group Calender */
/* ------------------------------------------------------------ */
#site-sidebar .widget_calendar table {
  width: 100%;
}
#site-sidebar .widget_calendar table caption {
  padding: 5px 0 10px;
  text-align: left;
}
#site-sidebar .widget_calendar table tr th, #site-sidebar .widget_calendar table tr td {
  padding-top: 5px;
  padding-bottom: 5px;
  text-align: center;
  background-color: transparent;
  background-color: rgba(255, 255, 255, 0.1);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#1AFFFFFF,endColorstr=#1AFFFFFF);
  zoom: 1;
}
#site-sidebar .widget_calendar table thead tr th {
  background-color: transparent;
  background-color: rgba(255, 255, 255, 0.2);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#33FFFFFF,endColorstr=#33FFFFFF);
  zoom: 1;
}
#site-sidebar .widget_calendar table tbody tr td a {
  display: block;
  opacity: 1;
  filter: alpha(opacity=100);
}
#site-sidebar .widget_calendar table tfoot tr td {
  background: none;
  padding-top: 8px;
}
#site-sidebar .widget_calendar table tfoot tr td#prev {
  text-align: left;
}
#site-sidebar .widget_calendar table tfoot tr td#next {
  text-align: right;
}

/* ------------------------------------------------------------ */
/* @group Tag Cloud */
/* ------------------------------------------------------------ */
#site-sidebar .widget_tag_cloud .widget-title {
  margin-bottom: 8px;
}
#site-sidebar .widget_tag_cloud .tagcloud a {
  opacity: 1;
  filter: alpha(opacity=100);
  background-color: transparent;
  background-color: rgba(255, 255, 255, 0.1);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#1AFFFFFF,endColorstr=#1AFFFFFF);
  zoom: 1;
  color: white;
  color: rgba(255, 255, 255, 0.7);
  font-size: 8px !important;
  text-transform: uppercase;
  font-weight: bold;
  padding: 5px 10px;
  margin-bottom: 4px;
  border-radius: 2px;
  display: inline-block;
}
#site-sidebar .widget_tag_cloud .tagcloud a:hover {
  background-color: transparent;
  background-color: rgba(255, 255, 255, 0.2);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#33FFFFFF,endColorstr=#33FFFFFF);
  zoom: 1;
  color: white;
  color: white;
}

/* ------------------------------------------------------------ */
/* @group RSS */
/* ------------------------------------------------------------ */
#site-sidebar .widget_rss a.rsswidget,
#site-sidebar .widget_rss .rss-date {
  display: block;
}
#site-sidebar .widget_rss a.rsswidget img {
  display: none;
}

/* ------------------------------------------------------------ */
/* @group Ruven Themes: Social Widget */
/* ------------------------------------------------------------ */
#site-sidebar {
  /* When appended to logo for small screen sizes */
}
#site-sidebar .ruven-themes-social-widget:first-child {
  padding-top: 0;
}
#site-sidebar .ruven-themes-social-widget .widget-title {
  margin-bottom: 8px;
}
#site-sidebar .ruven-themes-social-widget ul {
  margin: 0 -8px -8px 0 !important;
}
#site-sidebar .ruven-themes-social-widget ul li {
  margin: 0 8px 8px 0 !important;
}
#site-sidebar .ruven-themes-social-widget ul li a {
  display: block !important;
  border-radius: 100px;
  padding: 8px !important;
  border: 2px solid rgba(255, 255, 255, 0.2) !important;
  font-size: 18px;
  color: white;
  color: rgba(255, 255, 255, 0.7);
}
#site-sidebar .ruven-themes-social-widget ul li a:hover {
  opacity: 0.7;
  filter: alpha(opacity=70);
  border: 2px solid rgba(255, 255, 255, 0.75) !important;
}
#site-sidebar #site-header .ruven-themes-social-widget {
  display: none;
  margin-top: 20px;
  padding: 0;
  background: none;
}
@media only screen and (max-width: 900px) {
  #site-sidebar #site-header .ruven-themes-social-widget {
    display: block;
  }
}
#site-sidebar #site-header .ruven-themes-social-widget ul li {
  float: none;
  display: inline-block;
}

/*



===============================================================
===============================================================
===============================================================
===============================================================
*/
/* @group +++ INNER STRUCTURE +++ */
/*
===============================================================
===============================================================
===============================================================
===============================================================



*/
/* ------------------------------------------------------------ */
/* @group Body */
/* ------------------------------------------------------------ */
#site-body {
  float: right;
  margin-right: -240px;
  padding-right: 240px;
  width: 100%;
}

@media only screen and (max-width: 900px) {
  #site-body {
    margin-right: 0;
    padding: 0 30px 30px;
  }
}
@media only screen and (max-width: 490px) {
  .one-column-layout #site-body, .two-column-layout #site-body {
    padding: 0 15px 15px;
  }
}
@media only screen and (max-width: 390px) {
  .one-column-layout #site-body, .two-column-layout #site-body {
    padding: 0 7.5px 7.5px;
  }
}
#site-content {
  position: relative;
  display: block;
  /* IE fix */
}
.two-column-layout #site-content {
  margin: 0 -10px -10px 0;
}
@media only screen and (max-width: 740px) {
  .two-column-layout #site-content {
    margin: 0;
  }
}

/*



===============================================================
===============================================================
===============================================================
===============================================================
*/
/* @group +++ INNER MODULES +++ */
/*
===============================================================
===============================================================
===============================================================
===============================================================



*/
/* ------------------------------------------------------------ */
/* @group Fullwidth */
/* ------------------------------------------------------------ */
.fullwidth.image,
.fullwidth.video {
  margin-bottom: 50px !important;
  margin-top: 50px !important;
}
.content .fullwidth.image:first-child, .content
.fullwidth.video:first-child {
  margin-top: 0 !important;
}
.content .fullwidth.image:last-child, .content
.fullwidth.video:last-child {
  margin-bottom: -50px !important;
}
@media only screen and (max-width: 490px) {
  .fullwidth.image,
  .fullwidth.video {
    margin-bottom: 20px !important;
    margin-top: 20px !important;
  }
}

.fullwidth,
hr.ruven,
.content pre,
.content .gallery-columns-1,
.comment-respond .form-submit {
  display: block;
}
.fullwidth .wp-caption,
hr.ruven .wp-caption,
.content pre .wp-caption,
.content .gallery-columns-1 .wp-caption,
.comment-respond .form-submit .wp-caption {
  width: 100% !important;
}
.one-column-layout .fullwidth, .one-column-layout
hr.ruven, .one-column-layout
.content pre, .one-column-layout
.content .gallery-columns-1, .one-column-layout
.comment-respond .form-submit {
  margin-left: -60px;
  margin-right: -60px;
}
.two-column-layout .fullwidth, .two-column-layout
hr.ruven, .two-column-layout
.content pre, .two-column-layout
.content .gallery-columns-1, .two-column-layout
.comment-respond .form-submit {
  margin-left: -50px;
  margin-right: -50px;
}

@media only screen and (max-width: 490px) {
  .one-column-layout .fullwidth, .one-column-layout
  hr.ruven, .one-column-layout
  .content pre, .one-column-layout
  .content .gallery-columns-1, .one-column-layout
  .comment-respond .form-submit {
    margin: 0 -30px;
  }
  .two-column-layout .fullwidth, .two-column-layout
  hr.ruven, .two-column-layout
  .content pre, .two-column-layout
  .content .gallery-columns-1, .two-column-layout
  .comment-respond .form-submit {
    margin-left: -25px;
    margin-right: -25px;
  }
}
@media only screen and (max-width: 390px) {
  .one-column-layout .fullwidth, .one-column-layout
  hr.ruven, .one-column-layout
  .content pre, .one-column-layout
  .content .gallery-columns-1, .one-column-layout
  .comment-respond .form-submit {
    margin-left: -20px;
    margin-right: -20px;
  }
  .two-column-layout .fullwidth, .two-column-layout
  hr.ruven, .two-column-layout
  .content pre, .two-column-layout
  .content .gallery-columns-1, .two-column-layout
  .comment-respond .form-submit {
    margin-left: -16.66667px;
    margin-right: -16.66667px;
  }
}
/* ------------------------------------------------------------ */
/* @group Box / Wrapper */
/* ------------------------------------------------------------ */
.box {
  background-color: white;
  color: #444444;
  position: relative;
}

.one-column-layout .wrapper, .one-column-layout
.content pre {
  padding-left: 60px;
  padding-right: 60px;
}
.two-column-layout .wrapper, .two-column-layout
.content pre {
  padding-left: 50px;
  padding-right: 50px;
}

@media only screen and (max-width: 490px) {
  .one-column-layout .wrapper, .one-column-layout
  .content pre {
    padding-left: 30px;
    padding-right: 30px;
  }
  .two-column-layout .wrapper, .two-column-layout
  .content pre {
    padding-left: 25px;
    padding-right: 25px;
  }
}
@media only screen and (max-width: 390px) {
  .one-column-layout .wrapper, .one-column-layout
  .content pre {
    padding-left: 20px;
    padding-right: 20px;
  }
  .two-column-layout .wrapper, .two-column-layout
  .content pre {
    padding-left: 16.66667px;
    padding-right: 16.66667px;
  }
}
/* ------------------------------------------------------------ */
/* @group Page Header */
/* ------------------------------------------------------------ */
.page-header {
  clear: both;
  text-align: center;
}
.one-column-layout .page-header {
  margin-bottom: 30px;
  padding-top: 80px;
  padding-bottom: 80px;
}
@media only screen and (max-width: 740px) {
  .one-column-layout .page-header {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
.two-column-layout .page-header {
  margin-bottom: 10px;
  padding-top: 50px;
  padding-bottom: 50px;
}
.page-header .page-description {
  color: #858585;
  margin-top: 20px;
  margin-bottom: -20px;
}
.page-header .page-description a {
  color: #ff7e00;
}
.page-header .page-description a:hover {
  text-decoration: underline;
}

/* ------------------------------------------------------------ */
/* @group Entry */
/* ------------------------------------------------------------ */
.hentry {
  /* Sticky */
  /* No Excerpt / No Content */
}
.hentry .entry-header {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-align: center;
  position: relative;
}
.hentry .entry-header .entry-meta {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
  font-weight: bold;
  z-index: 1;
}
.attachment .hentry .entry-header .entry-meta {
  font-size: .85em;
  font-weight: normal;
}
.attachment .hentry .entry-header .entry-meta a {
  font-weight: bold;
}
.hentry .entry-header .entry-meta, .hentry .entry-header .entry-meta a {
  color: #a3a3a3;
}
.hentry .entry-header .entry-meta a:hover {
  color: #ff7e00;
}
.hentry .entry-title {
  -ms-word-wrap: break-word;
  word-wrap: break-word;
}
.hentry .entry-title a {
  position: relative;
  display: block;
  z-index: 2;
}
.hentry .entry-featured-media {
  text-align: center;
}
.hentry .entry-featured-media img {
  width: 100%;
}
.hentry .entry-tags span {
  color: #ff7e00;
}
.hentry.sticky {
  border-top: 5px solid #f47900;
}
.hentry.no-excerpt .entry-featured-media, .single .hentry.no-content .entry-featured-media {
  margin-bottom: 0 !important;
}

/* ------------------------------------------------------------ */
/* @group 1-Column Entry */
/* ------------------------------------------------------------ */
.one-column-layout .entry-wrapper {
  margin-top: 30px;
  width: 100% !important;
  /* to make sure masonry items fill out full width in responsive mode */
}
.one-column-layout .entry-wrapper:first-child {
  margin-top: 0;
}
.one-column-layout .hentry .entry-header {
  padding-top: 80px;
  padding-bottom: 80px;
}
.one-column-layout .hentry .entry-header .entry-meta {
  bottom: 30px;
}
.one-column-layout .hentry .entry-featured-media {
  margin-bottom: 50px;
}
.one-column-layout .hentry .entry-content {
  padding-bottom: 30px;
}

@media only screen and (max-width: 490px) {
  .one-column-layout .entry-wrapper {
    margin-top: 15px;
  }
  .one-column-layout .hentry .entry-header {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .one-column-layout .hentry .entry-header .entry-meta {
    bottom: 17px;
  }
  .one-column-layout .hentry.with-meta-info .entry-header {
    padding-bottom: 53.33333px;
  }
  .one-column-layout .hentry.no-meta-info .entry-header {
    padding-bottom: 40px;
  }
  .one-column-layout .hentry .entry-featured-media {
    margin-bottom: 25px;
  }
  .one-column-layout .hentry .entry-content {
    padding-bottom: 5px;
  }
}
@media only screen and (max-width: 390px) {
  .one-column-layout .entry-wrapper {
    margin-top: 10px;
  }
}
/* ------------------------------------------------------------ */
/* @group 2-Column Entry */
/* ------------------------------------------------------------ */
.two-column-layout .entry-wrapper {
  float: left;
  width: 50%;
}
.two-column-layout .hentry {
  margin: 0 10px 10px 0;
  /* Buttons */
}
.two-column-layout .hentry .entry-header {
  padding-top: 30px;
  padding-bottom: 30px;
}
.two-column-layout .hentry .entry-header .entry-meta {
  bottom: 17px;
  font-size: .8em;
  line-height: 1.3;
}
.two-column-layout .hentry .entry-title {
  font-weight: 500;
  font-size: 16px;
  line-height: 22px;
}
.two-column-layout .hentry.with-meta-info .entry-header {
  padding-bottom: 45px;
}
.two-column-layout .hentry .entry-featured-media {
  margin-bottom: 20px;
}
.two-column-layout .hentry .entry-content {
  text-align: center;
  font-size: 1em;
}
.two-column-layout .hentry .entry-button-bar.buttons a {
  padding: 15px;
  font-size: .7em;
}

/* ------------------------------------------------------------ */
/* @group Overlay */
/* ------------------------------------------------------------ */
.hentry {
  /* Overlay */
  /* Hover Overlay */
  /* Static Overlay */
}
.hentry a.overlay {
  position: relative;
  display: block;
}
.hentry a.overlay * {
  transition: all 0.15s linear;
  -o-transition: all 0.15s linear;
  -ms-transition: all 0.15s linear;
  -moz-transition: all 0.15s linear;
  -webkit-transition: all 0.15s linear;
}
.hentry a.overlay .entry-title {
  text-align: center;
  width: 100%;
  z-index: 2;
  color: white;
  position: absolute;
}
.hentry a.overlay.hover-overlay {
  background: black;
}
.hentry a.overlay.hover-overlay .entry-title {
  opacity: 0;
  filter: alpha(opacity=0);
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  position: absolute;
}
.hentry a.overlay.hover-overlay:hover .entry-title {
  opacity: 1;
  filter: alpha(opacity=100);
  transition: all 0.15s linear;
  -o-transition: all 0.15s linear;
  -ms-transition: all 0.15s linear;
  -moz-transition: all 0.15s linear;
  -webkit-transition: all 0.15s linear;
}
.hentry a.overlay.hover-overlay:hover img {
  opacity: 0.5;
  filter: alpha(opacity=50);
  transition: all 0.15s linear;
  -o-transition: all 0.15s linear;
  -ms-transition: all 0.15s linear;
  -moz-transition: all 0.15s linear;
  -webkit-transition: all 0.15s linear;
  position: relative;
  z-index: 1;
}
.hentry a.overlay.static-overlay .entry-title {
  bottom: 0;
  /* IE9 SVG, needs conditional override of 'filter' to 'none' */
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMDAwMDAiIHN0b3Atb3BhY2l0eT0iMC42NSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.65) 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(0, 0, 0, 0)), color-stop(100%, rgba(0, 0, 0, 0.65)));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.65) 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.65) 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.65) 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.65) 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#a6000000',GradientType=0 );
  /* IE6-8 */
}
.one-column-layout .hentry a.overlay.static-overlay .entry-title {
  padding-bottom: 28px;
}
.two-column-layout .hentry a.overlay.static-overlay .entry-title {
  padding-bottom: 18px;
}
@media only screen and (max-width: 490px) {
  .one-column-layout .hentry a.overlay.static-overlay .entry-title {
    padding-bottom: 18px;
  }
}

/* ------------------------------------------------------------ */
/* @group Status, Aside Post Format */
/* ------------------------------------------------------------ */
.hentry.format-status .entry-content.white-text {
  color: white;
}

.one-column-layout .hentry.format-aside .entry-content, .one-column-layout .hentry.format-status .entry-content {
  padding-top: 50px;
  padding-bottom: 30px;
}
@media only screen and (max-width: 490px) {
  .one-column-layout .hentry.format-aside .entry-content, .one-column-layout .hentry.format-status .entry-content {
    padding-top: 25px;
    padding-bottom: 5px;
  }
}
.one-column-layout .hentry.format-status .entry-content {
  text-align: center;
}

.two-column-layout .hentry.format-aside .entry-content, .two-column-layout .hentry.format-status .entry-content {
  padding-top: 40px;
  padding-bottom: 20px;
  text-align: left;
}

/* ------------------------------------------------------------ */
/* @group Quote Post Format */
/* ------------------------------------------------------------ */
.hentry.format-quote {
  text-align: center;
  /* With BG image */
  /* White */
}
.hentry.format-quote .entry-header {
  padding: 0 !important;
}
.hentry.format-quote .entry-quote {
  position: relative;
  color: #444444;
}
.hentry.format-quote .entry-quote.white-text {
  color: white;
}
.hentry.format-quote .entry-quote.white-text .entry-title {
  color: white;
}
.one-column-layout .hentry.format-quote .entry-quote {
  padding-top: 160px;
  padding-bottom: 160px;
}
.one-column-layout .hentry.format-quote .entry-quote .entry-quote-source-name {
  margin-bottom: -20px;
  padding-top: 26.66667px;
  font-size: 1.15em;
}
.two-column-layout .hentry.format-quote .entry-quote {
  padding-top: 104px;
  padding-bottom: 104px;
}
.two-column-layout .hentry.format-quote .entry-quote .entry-quote-source-name {
  margin-bottom: -10px;
  padding-top: 15px;
  font-size: .9em;
  line-height: 1.4;
}
.hentry.format-quote .entry-quote .entry-quote-source-name {
  opacity: 0.85;
  filter: alpha(opacity=85);
  font-weight: 500;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.hentry.format-quote.with-bg-img .entry-quote {
  padding: 0 !important;
}
.hentry.format-quote.with-bg-img .entry-quote .entry-header-wrapper {
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  position: absolute;
  width: 100%;
  z-index: 2;
}
.hentry.format-quote.with-bg-img .entry-quote .entry-featured-media {
  margin-bottom: 0;
  background: black;
  z-index: 1;
}
.hentry.format-quote.with-bg-img .entry-quote .entry-featured-media img {
  opacity: .4 !important;
}
.hentry.format-quote.white .entry-quote .entry-title {
  color: #444444;
}

@media only screen and (max-width: 490px) {
  .hentry.format-quote .entry-quote {
    padding-top: 80px !important;
    padding-bottom: 80px !important;
  }
}
@media only screen and (max-width: 390px) {
  .hentry.format-quote .entry-quote .entry-quote-source-name {
    padding-top: 12px !important;
  }
}
/* ------------------------------------------------------------ */
/* @group Link Post Format */
/* ------------------------------------------------------------ */
.hentry.format-link {
  /* With BG image */
  /* White */
}
.hentry.format-link a.entry-link {
  display: block;
  text-align: center;
  position: relative;
  color: #444444;
}
.hentry.format-link a.entry-link.white-text {
  color: white;
}
.hentry.format-link a.entry-link.white-text .entry-title {
  color: white;
}
.hentry.format-link a.entry-link .entry-header {
  padding: 0 !important;
}
.one-column-layout .hentry.format-link a.entry-link {
  padding-top: 160px;
  padding-bottom: 160px;
}
.one-column-layout .hentry.format-link a.entry-link .entry-link-domain {
  padding-top: 26.66667px;
  margin-bottom: -20px;
  font-size: 1.15em;
}
.two-column-layout .hentry.format-link a.entry-link {
  padding-top: 104px;
  padding-bottom: 104px;
}
.two-column-layout .hentry.format-link a.entry-link .entry-link-domain {
  padding-top: 13px;
  margin-bottom: -10px;
  font-size: .9em;
  line-height: 1.4;
}
.hentry.format-link a.entry-link .entry-link-domain {
  text-decoration: none;
  opacity: 0.85;
  filter: alpha(opacity=85);
  font-weight: 500;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.hentry.format-link.with-bg-img a.entry-link {
  padding: 0 !important;
}
.hentry.format-link.with-bg-img a.entry-link .entry-header-wrapper {
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  position: absolute;
  width: 100%;
  z-index: 2;
}
.hentry.format-link.with-bg-img a.entry-link .entry-featured-media {
  margin-bottom: 0;
  background: black;
  z-index: 1;
}
.hentry.format-link.with-bg-img a.entry-link .entry-featured-media img {
  opacity: .4 !important;
}
.hentry.format-link.white a.entry-link {
  color: #444444;
}
.hentry.format-link.white a.entry-link .entry-title {
  color: #444444;
}

@media only screen and (max-width: 490px) {
  .hentry.format-link a.entry-link {
    padding-top: 80px !important;
    padding-bottom: 80px !important;
  }
}
@media only screen and (max-width: 390px) {
  .hentry.format-link a.entry-link .entry-link-domain {
    padding-top: 12px !important;
  }
}
/* ------------------------------------------------------------ */
/* @group Author Box */
/* ------------------------------------------------------------ */
.author-box {
  overflow: hidden;
  clear: both;
  background: #f7f7f7;
  margin-top: 2px !important;
  padding-top: 30px !important;
  padding-bottom: 10px !important;
}
.author-box * {
  color: #787878;
}
.author-box .author-avatar {
  width: 110px;
  float: left;
}
.author-box .author-avatar img {
  -webkit-border-radius: 100%;
  border-radius: 100%;
  background-clip: padding-box;
  /* stops bg color from leaking outside the border: */
  width: 80px;
  height: 80px;
}
.author-box .author-description {
  float: right;
  width: 100%;
  margin-left: -110px;
  padding-left: 110px;
}
.author-box .author-description.content {
  font-size: 1em;
}

@media only screen and (max-width: 390px) {
  .author-box .author-avatar {
    width: 100%;
    float: none;
    text-align: center;
    margin-bottom: 30px;
  }
  .author-box .author-description {
    float: none;
    margin-left: 0;
    padding-left: 0;
  }
}
/* ------------------------------------------------------------ */
/* @group FlexSlider */
/* ------------------------------------------------------------ */
/* FlexSlider Necessary Styles */
/* Hide the slides before the JS is loaded. Avoids image jumping */
.flexslider .slides > li {
  display: none;
  -webkit-backface-visibility: hidden;
}

.flexslider .slides img {
  width: 100% !important;
  display: block !important;
}

/* Clearfix for the .slides element */
.slides:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

html[xmlns] .slides {
  display: block;
}

* html .slides {
  height: 1%;
}

/* No JavaScript Fallback */
/* If you are not using another script, such as Modernizr, make sure you
 * include js that eliminates this class on page load */
.no-js .slides > li:first-child {
  display: block;
}

/* FlexSlider Theme */
.flexslider {
  position: relative;
  cursor: pointer;
}

.flex-viewport {
  max-height: 2000px;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -ms-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
}

.loading .flex-viewport {
  max-height: 300px;
}

/* Direction Nav */
.flex-direction-nav {
  display: none;
  position: absolute;
  width: 100%;
  bottom: 50%;
  right: 0;
  height: 42px;
}

.flex-direction-nav a {
  text-align: center;
  color: #888;
  background-color: white;
  width: 42px;
  height: 42px;
  display: block;
  position: absolute;
  bottom: 0;
  cursor: pointer;
  opacity: 0.5;
  filter: alpha(opacity=50);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -ms-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
  top: 21px;
  /* Icon Size */
  font-size: 16px;
  line-height: 1;
  padding-top: 13px;
}

.flex-direction-nav a.flex-next {
  right: 0;
  -webkit-border-bottom-left-radius: 100px;
  border-bottom-left-radius: 100px;
  -webkit-border-top-left-radius: 100px;
  border-top-left-radius: 100px;
  background-clip: padding-box;
}

.flex-direction-nav a.flex-prev {
  left: 0;
  -webkit-border-bottom-right-radius: 100px;
  border-bottom-right-radius: 100px;
  -webkit-border-top-right-radius: 100px;
  border-top-right-radius: 100px;
  background-clip: padding-box;
}

.flex-direction-nav a:hover {
  opacity: 0.7;
  filter: alpha(opacity=70);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
}

/* ------------------------------------------------------------ */
/* @group Post Navigator */
/* ------------------------------------------------------------ */
.post-navigator {
  padding-top: 2px;
}
.post-navigator.with-sharing-button .button-wrapper {
  width: 33.3333333333%;
}
.post-navigator.with-sharing-button .button-wrapper.sharing-button-wrapper {
  padding-left: 1px;
  padding-right: 1px;
  position: relative;
}
.post-navigator.with-sharing-button .button-wrapper.sharing-button-wrapper .sharing-button {
  cursor: pointer;
}
.post-navigator.with-sharing-button .button-wrapper.sharing-button-wrapper .sharing-list {
  display: none;
  position: absolute;
  bottom: 100%;
  left: 0;
  padding: 0 1px;
  width: 100%;
}
.post-navigator.with-sharing-button .button-wrapper.sharing-button-wrapper .sharing-list a {
  width: 100% !important;
  border-bottom: 2px solid white;
}
@media only screen and (max-width: 490px) {
  .post-navigator.with-sharing-button .button-wrapper {
    display: none;
  }
  .post-navigator.with-sharing-button .button-wrapper.sharing-button-wrapper {
    display: block;
    width: 100%;
  }
}

/* ------------------------------------------------------------ */
/* @group Pings */
/* ------------------------------------------------------------ */
#comments .pingback .box {
  margin-top: 10px;
  margin-bottom: 10px;
  padding-top: 20px;
  padding-bottom: 20px;
}
#comments .pingback .box a {
  display: inline-block;
}
#comments .pingback .box a.comment-edit-link {
  color: #9e9e9e;
  display: inline;
}

/* ------------------------------------------------------------ */
/* @group Comments */
/* ------------------------------------------------------------ */
#comments li li {
  margin-left: 60px;
}
#comments .comment .box {
  margin-top: 10px;
  margin-bottom: 10px;
}
#comments .comment .box header {
  background-color: #f7f7f7;
  overflow: hidden;
}
#comments .comment .box header .primary {
  float: left;
  width: 57px;
}
#comments .comment .box header .primary img {
  -webkit-border-radius: 100px;
  border-radius: 100px;
  background-clip: padding-box;
  /* stops bg color from leaking outside the border: */
  margin: 10px 0 10px 12px;
}
#comments .comment .box header .secondary {
  padding: 20px 20px 0;
  overflow: hidden;
  float: left;
  width: 70%;
  margin-left: -57px;
  padding-left: 77px;
}
#comments .comment .box header .secondary cite,
#comments .comment .box header .secondary .comment-meta,
#comments .comment .box header .secondary .reply-link-wrapper {
  display: inline-block;
}
#comments .comment .box header .secondary cite {
  font-style: normal;
  font-weight: 500;
}
#comments .comment .box header .secondary cite a {
  color: #444444 !important;
}
#comments .comment .box header .secondary cite a:hover {
  color: #ff7e00 !important;
}
#comments .comment .box header .secondary .comment-meta, #comments .comment .box header .secondary .comment-meta a,
#comments .comment .box header .secondary .reply-link-wrapper,
#comments .comment .box header .secondary .reply-link-wrapper a {
  color: #9e9e9e;
}
#comments .comment .box header .secondary .comment-meta a:hover,
#comments .comment .box header .secondary .reply-link-wrapper a:hover {
  color: #ff7e00;
}
#comments .comment .box header .secondary .reply-link-wrapper {
  display: none;
}
#comments .comment .box header .reply-button-wrapper {
  float: right;
  border-left: 2px solid white;
}
#comments .comment .box header .reply-button-wrapper .comment-reply-link {
  padding-top: 2.05em;
}
#comments .comment .box .content {
  padding-top: 35px;
  padding-bottom: 20px;
}
#comments .comment .box .content .info-box {
  font-weight: bold;
  padding: 1em 2em;
  background-color: #ff8c1a;
  color: white;
  font-size: .85em;
}

@media only screen and (max-width: 740px) {
  #comments .comment .box header .secondary {
    width: 100%;
  }
  #comments .comment .box header .secondary .reply-link-wrapper {
    display: inline;
  }
  #comments .comment .box header .reply-button-wrapper {
    display: none;
  }
}
@media only screen and (max-width: 490px) {
  #comments li li {
    margin-left: 30px;
  }
  #comments .comment .box header .secondary {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  #comments .comment .box header .secondary cite,
  #comments .comment .box header .secondary .comment-meta,
  #comments .comment .box header .secondary .reply-link-wrapper {
    display: block;
  }
  #comments .comment .box header .secondary .sep {
    display: none;
  }
  #comments .comment .box .content {
    padding-top: 20px;
    padding-bottom: 5px;
  }
}
/* ------------------------------------------------------------ */
/* @group Comment Reply Form */
/* ------------------------------------------------------------ */
.commend-respond-box {
  margin-top: 10px;
}
.commend-respond-box .comment-reply-title {
  font-size: 24px;
  line-height: 30px;
  text-align: center;
  margin: 50px 0 !important;
}
.commend-respond-box .comment-reply-title #cancel-comment-reply-link {
  display: none;
}
.commend-respond-box .comment-form {
  margin-bottom: 0;
}
.commend-respond-box .comment-form label {
  display: none;
}
.commend-respond-box .comment-form p {
  margin-bottom: 0;
}
.commend-respond-box .comment-form .comment-form-comment {
  margin-bottom: 45px;
}
.commend-respond-box .comment-form .form-submit {
  font-size: 14px !important;
  line-height: 1.5 !important;
}
.commend-respond-box .note {
  text-align: center;
  margin-bottom: 20px !important;
}
.commend-respond-box .note.must-log-in {
  margin-bottom: 45px !important;
}

/*



===============================================================
===============================================================
===============================================================
===============================================================
*/
/* @group +++ INNER CONTENT +++ */
/*
===============================================================
===============================================================
===============================================================
===============================================================



*/
/* ------------------------------------------------------------ */
/* @group Content */
/* ------------------------------------------------------------ */
.content {
  font-size: 18px;
  line-height: 1.65;
}
.content:before, .content:after {
  content: "";
  display: table;
}
.content:after {
  clear: both;
}
@media only screen and (max-width: 490px) {
  .content {
    font-size: 14px;
  }
}

/* ------------------------------------------------------------ */
/* @group Bottom Margins */
/* ------------------------------------------------------------ */
.content p,
.content ul,
.content ol,
.content dl,
.content dd,
.content form,
.content table,
.content blockquote,
.content pre,
.content fieldset,
.content address,
.content .gallery,
.content .wp-audio-shortcode,
.content .wp-video-shortcode {
  margin-bottom: 20px;
}

/* ------------------------------------------------------------ */
/* @group Headings */
/* ------------------------------------------------------------ */
.content h1 {
  margin: 40px 0 20px;
}
.content h2 {
  margin: 30px 0 15px;
}
.content h3 {
  margin: 30px 0 10px;
}
.content h4 {
  margin: 25px 0 8px;
}
.content h5 {
  margin: 20px 0 5px;
}
.content h6 {
  margin: 20px 0 5px;
}
.content h1:first-child,
.content h2:first-child,
.content h3:first-child,
.content h4:first-child,
.content h5:first-child,
.content h6:first-child {
  margin-top: 0;
}

/* ------------------------------------------------------------ */
/* @group Links */
/* ------------------------------------------------------------ */
.content a {
  color: #ff7e00;
  text-decoration: none;
}
.content a:hover {
  text-decoration: underline;
}

/* ------------------------------------------------------------ */
/* @group Lists */
/* ------------------------------------------------------------ */
.content ul, .content ol {
  list-style-position: outside;
  margin-left: 50px;
  margin-right: 50px;
}
.content ul ul, .content ul ol, .content ol ul, .content ol ol {
  margin-bottom: 0;
}
.content ul {
  list-style-type: square;
}
.content ol {
  list-style-type: decimal;
}

/* ------------------------------------------------------------ */
/* @group Forms */
/* ------------------------------------------------------------ */
.content fieldset legend {
  color: #444444;
  margin: 30px 0 15px;
  text-align: center;
  font-size: 24px;
  line-height: 30px;
  font-weight: bold;
}
.content label {
  font-size: .8em;
  font-weight: 600;
}
.content button,
.content select,
.content textarea,
.content input[type="submit"],
.content input[type="url"],
.content input[type="tel"],
.content input[type="text"],
.content input[type="email"],
.content input[type="number"],
.content input[type="search"],
.content input[type="password"] {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.content textarea,
.content input[type="url"],
.content input[type="tel"],
.content input[type="text"],
.content input[type="email"],
.content input[type="number"],
.content input[type="search"],
.content input[type="password"] {
  padding: 12px 14px;
  margin: 0 0 3px;
  color: #414141;
  background: #F7F7F7;
  border: 3px solid #F7F7F7;
  font-size: .8em;
  line-height: 1.65;
}
.content textarea:focus,
.content input[type="url"]:focus,
.content input[type="tel"]:focus,
.content input[type="text"]:focus,
.content input[type="email"]:focus,
.content input[type="number"]:focus,
.content input[type="search"]:focus,
.content input[type="password"]:focus {
  background: white;
}
.content textarea:disabled,
.content input[type="url"]:disabled,
.content input[type="tel"]:disabled,
.content input[type="text"]:disabled,
.content input[type="email"]:disabled,
.content input[type="number"]:disabled,
.content input[type="search"]:disabled,
.content input[type="password"]:disabled {
  background: #fbfbfb;
}
.content .placeholder {
  color: #b7b7b7;
}
.content :-moz-placeholder {
  color: #b7b7b7;
}
.content ::-webkit-input-placeholder {
  color: #b7b7b7;
}
.content select {
  background: white;
}
.content input[type=radio] + label,
.content input[type=checkbox] + label {
  font-weight: normal;
}
.content button,
.content input[type=submit] {
  background: #ff7e00;
  border: none;
  color: white;
  font-weight: bold;
  text-transform: uppercase;
  padding: 1.5em 3.5em;
  font-size: .7em;
  line-height: 1.6;
}
.content button:hover,
.content input[type=submit]:hover {
  color: white;
  background: #f57900;
}
.content button:active,
.content input[type=submit]:active {
  background: #ff7e00;
}
.content .fullwidth-elements button,
.content .fullwidth-elements select,
.content .fullwidth-elements textarea,
.content .fullwidth-elements input[type="submit"],
.content .fullwidth-elements input[type="url"],
.content .fullwidth-elements input[type="tel"],
.content .fullwidth-elements input[type="text"],
.content .fullwidth-elements input[type="email"],
.content .fullwidth-elements input[type="number"],
.content .fullwidth-elements input[type="search"],
.content .fullwidth-elements input[type="password"], .content.fullwidth-elements button,
.content.fullwidth-elements select,
.content.fullwidth-elements textarea,
.content.fullwidth-elements input[type="submit"],
.content.fullwidth-elements input[type="url"],
.content.fullwidth-elements input[type="tel"],
.content.fullwidth-elements input[type="text"],
.content.fullwidth-elements input[type="email"],
.content.fullwidth-elements input[type="number"],
.content.fullwidth-elements input[type="search"],
.content.fullwidth-elements input[type="password"] {
  width: 100%;
}

/* ------------------------------------------------------------ */
/* @group Blockquotes */
/* ------------------------------------------------------------ */
.content blockquote {
  color: #999;
  font-weight: 300;
  font-style: normal;
  font-size: 1.3em;
  line-height: 1.45;
  border-left: 12px solid #eee;
  padding-left: 25px;
}

/* ------------------------------------------------------------ */
/* @group Pre */
/* ------------------------------------------------------------ */
.content pre {
  background: #f7f7f7;
  padding: 20px 0;
}

/* ------------------------------------------------------------ */
/* @group Tables */
/* ------------------------------------------------------------ */
/* Generic */
.content table {
  width: 100%;
}
.content table caption {
  font-weight: bold;
}
.content table th,
.content table td {
  text-align: left;
  vertical-align: middle;
}
.content table thead tr th,
.content table tfoot tr td {
  font-weight: bold;
}

/* Style */
.content table {
  line-height: 18px;
}
.content table caption {
  border-bottom: 1px solid #e1e1e1;
  color: #333;
  line-height: 22px;
  padding-bottom: 12px;
  text-align: left;
}
.content table th,
.content table td {
  border-bottom: 1px solid #e1e1e1;
  padding: 12px 20px;
}
.content table thead {
  border-bottom: 3px solid #e1e1e1;
}
.content table tfoot {
  border-top: 3px solid #e1e1e1;
}
.content table tfoot th,
.content table tfoot td {
  border-bottom: none;
}

/*



===============================================================
===============================================================
===============================================================
===============================================================
*/
/* @group +++ INNER CONTENT MODULES +++ */
/*
===============================================================
===============================================================
===============================================================
===============================================================



*/
/* ------------------------------------------------------------ */
/* @group Alignments & Helpers */
/* ------------------------------------------------------------ */
.hidden {
  display: none;
}

.content .alignleft {
  float: left;
  margin: 5px 25px 5px 0;
  display: block;
}
.content .alignright {
  float: right;
  margin: 5px 0    5px 25px;
  display: block;
}
.content .aligncenter {
  display: block;
  margin: 5px auto;
}

/* ------------------------------------------------------------ */
/* @group WP Caption */
/* ------------------------------------------------------------ */
.wp-caption {
  max-width: 100%;
}

.wp-caption-text {
  background: #f3f3f3;
  display: block;
  padding: 10px 15px;
  font-size: .85em;
  color: #777;
}
.fullwidth .wp-caption-text {
  font-size: 1em;
  padding-top: 20px;
  padding-bottom: 20px;
}
.one-column-layout .fullwidth .wp-caption-text {
  padding-left: 60px;
  padding-right: 60px;
}
.two-column-layout .fullwidth .wp-caption-text {
  padding-left: 50px;
  padding-right: 50px;
}

@media only screen and (max-width: 490px) {
  .one-column-layout .fullwidth .wp-caption-text {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media only screen and (max-width: 390px) {
  .one-column-layout .fullwidth .wp-caption-text {
    padding-left: 20px;
    padding-right: 20px;
  }
}
/* ------------------------------------------------------------ */
/* @group WP Gallery */
/* ------------------------------------------------------------ */
.content .gallery {
  overflow: hidden;
  margin-right: -60px;
  margin-left: -55px;
  margin-top: 50px;
  margin-bottom: 50px;
}
.format-image .content .gallery:first-child, .format-video .content .gallery:first-child, .format-audio .content .gallery:first-child {
  margin-top: -45px !important;
}
.content .gallery:first-child {
  margin-top: 0;
}
.content .gallery:last-child {
  margin-bottom: -30px !important;
}
.content .gallery .gallery-item {
  float: left;
  margin-bottom: 0;
  padding: 0 5px 5px 0;
}
.content .gallery .gallery-item img {
  width: 100%;
}
.content .gallery .gallery-item .fullwidth {
  margin: 0;
}
.content .gallery .gallery-item .gallery-caption {
  margin-bottom: 0;
}
.content .gallery.gallery-columns-1 .gallery-item {
  width: 100%;
}
.content .gallery.gallery-columns-2 .gallery-item {
  width: 50%;
}
.content .gallery.gallery-columns-3 .gallery-item {
  width: 33.333333333%;
}
.content .gallery.gallery-columns-4 .gallery-item {
  width: 25%;
}
.content .gallery.gallery-columns-5 .gallery-item {
  width: 20%;
}
.content .gallery.gallery-columns-6 .gallery-item {
  width: 16.666666667%;
}
.content .gallery.gallery-columns-7 .gallery-item {
  width: 14.285714285%;
}
.content .gallery.gallery-columns-8 .gallery-item {
  width: 12.5%;
}
.content .gallery.gallery-columns-9 .gallery-item {
  width: 11.111111111%;
}
.content .gallery.gallery-columns-1 {
  border-bottom-width: 10px;
  border-bottom-style: solid;
  border-bottom-color: #494949;
}
.format-image .content .gallery.gallery-columns-1:first-child, .format-video .content .gallery.gallery-columns-1:first-child, .format-audio .content .gallery.gallery-columns-1:first-child {
  margin-top: -50px !important;
}
.content .gallery.gallery-columns-1:last-child {
  border-bottom: none;
}
.content .gallery.gallery-columns-1 .gallery-item {
  float: none;
  padding: 0;
  border-top-width: 10px;
  border-top-style: solid;
  border-top-color: #494949;
}
.content .gallery.gallery-columns-1 .gallery-item .gallery-caption {
  font-size: 1em;
  padding: 20px 25px;
  text-align: center;
  background-color: white;
}
.content .gallery.gallery-columns-1 br {
  display: none;
}
.content .gallery.gallery-columns-5 .gallery-item .wp-caption-text, .content .gallery.gallery-columns-6 .gallery-item .wp-caption-text, .content .gallery.gallery-columns-7 .gallery-item .wp-caption-text, .content .gallery.gallery-columns-8 .gallery-item .wp-caption-text, .content .gallery.gallery-columns-9 .gallery-item .wp-caption-text {
  display: none;
}
.content .gallery br:last-child {
  display: none;
}

@media only screen and (max-width: 490px) {
  .content .gallery {
    margin-right: -30px;
    margin-left: -25px;
    margin-top: 20px;
    margin-bottom: 20px;
  }
  .content .gallery:last-child {
    margin-bottom: -5px !important;
  }
}
@media only screen and (max-width: 390px) {
  .content .gallery {
    margin-right: -20px;
    margin-left: -15px;
  }
}
/* ------------------------------------------------------------ */
/* @group Widgets */
/* ------------------------------------------------------------ */
.content .widget h2 {
  margin-top: 30px;
}
.content .widget:first-child h2 {
  margin-top: 0;
}
.content .widget ul {
  margin-left: 20px;
  margin-right: 0;
}
.content .widget ul ul {
  margin-left: 30px;
}

/* ------------------------------------------------------------ */
/* @group Archive / 404 */
/* ------------------------------------------------------------ */
.error404 .content .widget,
.no-results .content .widget,
.page-template-template-archive-php .content .widget {
  margin-bottom: 35px;
}
.error404 .content .widget ul,
.no-results .content .widget ul,
.page-template-template-archive-php .content .widget ul {
  margin-left: 0;
}
.error404 .content .widget ul li,
.no-results .content .widget ul li,
.page-template-template-archive-php .content .widget ul li {
  list-style: none;
}
.error404 .content .widget ul li a,
.no-results .content .widget ul li a,
.page-template-template-archive-php .content .widget ul li a {
  display: block;
  border-bottom: 2px solid #f1f1f1;
  padding: 5px 0;
}
.error404 .content .widget ul li a:hover,
.no-results .content .widget ul li a:hover,
.page-template-template-archive-php .content .widget ul li a:hover {
  color: #444444;
  text-decoration: none;
}
.error404 .content .widget ul li:first-child a,
.no-results .content .widget ul li:first-child a,
.page-template-template-archive-php .content .widget ul li:first-child a {
  border-top: 2px solid #f1f1f1;
}

/* ------------------------------------------------------------ */
/* @group Plugin: Contact Form 7 */
/* ------------------------------------------------------------ */
.content .wpcf7-form input,
.content .wpcf7-form textarea {
  width: 100%;
}
.content .wpcf7-form .wpcf7-form-control-wrap {
  width: 100%;
}
.content .wpcf7-form .wpcf7-form-control-wrap .wpcf7-not-valid-tip {
  display: none;
}
.content .wpcf7-form .wpcf7-form-control-wrap .wpcf7-not-valid {
  border-color: #ff7e00 !important;
}
.content .wpcf7-form .wpcf7-response-output {
  margin: 0;
  font-weight: bold;
  padding: 15px 25px;
  font-size: .85em;
  text-align: center;
  color: white;
  border: none;
}
.content .wpcf7-form .wpcf7-mail-sent-ok {
  background: #81bd21;
}
.content .wpcf7-form .wpcf7-validation-errors {
  background: #ff7e00;
}

/* ------------------------------------------------------------ */
/* @group Plugin: Nivo Lightbox */
/* ------------------------------------------------------------ */
.nivo-lightbox-theme-default .nivo-lightbox-close {
  width: 20px !important;
  height: 20px !important;
}

/*



===============================================================
===============================================================
===============================================================
===============================================================
*/
/* @group +++ INNER SHORTCODES +++ */
/*
===============================================================
===============================================================
===============================================================
===============================================================



*/
/* ------------------------------------------------------------ */
/* @group Horizontal Rulers and Spacers */
/* ------------------------------------------------------------ */
hr,
hr.ruven {
  height: 2px;
  margin-top: 30px;
  margin-bottom: 30px;
  background: #f1f1f1;
  color: #f1f1f1;
  border: none;
  text-align: left;
  clear: both;
}
hr:first-child,
hr.ruven:first-child {
  margin-top: 0px !important;
}
hr.medium,
hr.ruven.medium {
  margin-top: 50px;
  margin-bottom: 50px;
}
hr.large,
hr.ruven.large {
  margin-top: 65px;
  margin-bottom: 65px;
}
hr.alt,
hr.ruven.alt {
  height: 10px;
}

.ruven-spacer {
  height: 1px;
  margin-top: 25px;
  margin-bottom: 25px;
}
.ruven-spacer.medium {
  margin-top: 50px;
  margin-bottom: 50px;
}
.ruven-spacer.large {
  margin-top: 65px;
  margin-bottom: 65px;
}

/* ------------------------------------------------------------ */
/* @group Buttons */
/* ------------------------------------------------------------ */
a.ruven-button {
  font-size: .85em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
a.ruven-button.medium {
  font-size: 1em;
}
a.ruven-button.large {
  font-size: 1.2em;
}
