@charset "UTF-8";
/*
Theme Name: Núvellen
Theme URI: http://themeforest.net/user/RuvenThemes/portfolio
Description: A simple blog/portfolio/gallery theme.
Version: 1.0
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) */
/* line 22, sass/1-global.scss */
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;
}

/* line 23, sass/1-global.scss */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

/* line 24, sass/1-global.scss */
body {
	line-height: 1;  
    
       
}

@media screen and (min-width: 1600px){
body{
  background-image: url(images/Background_jp.jpg); 
      background-attachment: fixed;
  
  }
}

/* line 25, sass/1-global.scss */
ol, ul {
  list-style: none;
}

/* line 26, sass/1-global.scss */
blockquote, q {
  quotes: none;
}

/* line 27, sass/1-global.scss */
blockquote:before, blockquote:after, q:before, q:after {
  content: none;
}

/* line 28, sass/1-global.scss */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* line 29, sass/1-global.scss */
.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

/* line 29, sass/1-global.scss */
.clearfix {
  display: inline-block;
}

/* Hide from IE Mac \*/
/* line 29, sass/1-global.scss */
.clearfix {
  display: block;
}

/* End hide from IE Mac */
/* line 29, sass/1-global.scss */
.none {
  display: none;
}

/* End Clearfix */
/*



===============================================================
===============================================================
===============================================================
===============================================================
*/
/* @group +++ GENERIC +++ */
/*
===============================================================
===============================================================
===============================================================
===============================================================



*/
/* ------------------------------------------------------------ */
/* @group Main */
/* ------------------------------------------------------------ */
/* line 53, sass/1-global.scss */
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) {
  /* line 53, sass/1-global.scss */
  body {
    font-size: 12px;
  }
}

/* line 67, sass/1-global.scss */
*,
*:after,
*:before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

/* line 71, sass/1-global.scss */
:focus {
  outline: none;
}

/* Theme Check musthaves */
/* line 74, sass/1-global.scss */
.bypostauthor {
  visibility: visible;
}

/*



===============================================================
===============================================================
===============================================================
===============================================================
*/
/* @group +++ GLOBAL ELEMENTS +++ */
/*
===============================================================
===============================================================
===============================================================
===============================================================



*/
/* ------------------------------------------------------------ */
/* @group Transitions */
/* ------------------------------------------------------------ */
/* line 108, sass/1-global.scss */
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 */
/* ------------------------------------------------------------ */
/* line 122, sass/1-global.scss */
a {
  text-decoration: none;
}
/* line 125, sass/1-global.scss */
a.lightbox {
  cursor: zoom-in;
  cursor: -moz-zoom-in;
  cursor: -webkit-zoom-in;
}

/* ------------------------------------------------------------ */
/* @group Headings */
/* ------------------------------------------------------------ */
/* line 139, sass/1-global.scss */
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;
}

/* line 145, sass/1-global.scss */
h1 a:hover, h2 a:hover, h3 a:hover,
h4 a:hover, h5 a:hover, h6 a:hover {
  color: #ff7e00;
}

/* line 147, sass/1-global.scss */
h1 {
  font-size: 36px;
  line-height: 44px;
  font-weight: 400;
}

/* line 148, sass/1-global.scss */
h2 {
  font-size: 24px;
  line-height: 30px;
  font-weight: 600;
}

/* line 149, sass/1-global.scss */
h3 {
  font-size: 16px;
  line-height: 24px;
  font-weight: 600;
}

/* line 150, sass/1-global.scss */
h4 {
  font-size: 14px;
  line-height: 22px;
  font-weight: 600;
}

/* line 151, sass/1-global.scss */
h5 {
  font-size: 12px;
  line-height: 18px;
  font-weight: 600;
  text-transform: uppercase;
}

/* line 152, sass/1-global.scss */
h6 {
  font-size: 10px;
  line-height: 16px;
  font-weight: 600;
  text-transform: uppercase;
}

@media only screen and (max-width: 490px) {
  /* line 155, sass/1-global.scss */
  h1 {
    font-size: 24px;
    line-height: 30px;
    font-weight: 500;
  }

  /* line 156, sass/1-global.scss */
  h2 {
    font-size: 16px;
    line-height: 24px;
  }

  /* line 157, sass/1-global.scss */
  h3 {
    font-size: 14px;
    line-height: 22px;
  }

  /* line 158, sass/1-global.scss */
  h4 {
    font-size: 12px;
    line-height: 18px;
  }

  /* line 159, sass/1-global.scss */
  h5 {
    font-size: 10px;
    line-height: 16px;
  }

  /* line 160, sass/1-global.scss */
  h6 {
    font-size: 8px;
    line-height: 13px;
  }
}
/* ------------------------------------------------------------ */
/* @group Images */
/* ------------------------------------------------------------ */
/* Responsive Image */
/* line 171, sass/1-global.scss */
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/ */
/* line 208, sass/1-global.scss */
embed,
iframe,
object {
  width: 100%;
}

/* line 212, sass/1-global.scss */
video {
  max-width: 100%;
}

/* line 214, sass/1-global.scss */
.wp-video {
  width: 100% !important;
}

/* ------------------------------------------------------------ */
/* @group Forms */
/* ------------------------------------------------------------ */
/* line 226, sass/1-global.scss */
label,
input,
button,
select,
textarea {
  cursor: pointer;
}

/* line 231, sass/1-global.scss */
input,
button,
select,
textarea {
  margin: 0;
}

/* ------------------------------------------------------------ */
/* @group Misc */
/* ------------------------------------------------------------ */
/* line 239, sass/1-global.scss */
video {
  vertical-align: bottom;
}

/* line 242, sass/1-global.scss */
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;
}

/* line 253, sass/1-global.scss */
b,
dt,
strong {
  font-weight: bold;
}

/* line 259, sass/1-global.scss */
i,
em,
dfn,
cite,
address {
  font-style: italic;
}

/* line 264, sass/1-global.scss */
tt,
pre,
kbd,
code {
  font-family: "Lucida Console", Monaco, monospace;
  font-size: .85em;
}

/* line 269, sass/1-global.scss */
pre {
  line-height: 1.65;
  overflow: auto;
  white-space: pre;
}

/* line 275, sass/1-global.scss */
blockquote {
  font-weight: bold;
  font-style: italic;
}

/* line 280, sass/1-global.scss */
blockquote cite {
  font-weight: normal;
  font-style: normal;
}

/* line 286, sass/1-global.scss */
abbr,
acronym {
  border-bottom: 1px dotted;
  cursor: help;
}

/* line 291, sass/1-global.scss */
ins {
  text-decoration: overline;
}

/* line 292, sass/1-global.scss */
del {
  text-decoration: line-through;
}

/* line 295, sass/1-global.scss */
sub,
sup {
  font-size: .85em;
  line-height: 1;
  position: relative;
  vertical-align: baseline;
}

/* line 302, sass/1-global.scss */
sub {
  top: 0.4em;
}

/* line 303, sass/1-global.scss */
sup {
  bottom: 0.5em;
}

/* ------------------------------------------------------------ */
/* @group Buttons */
/* ------------------------------------------------------------ */
/* line 315, sass/1-global.scss */
.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;
}
/* line 328, sass/1-global.scss */
.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;
}
/* line 333, sass/1-global.scss */
.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;
}

/* line 338, sass/1-global.scss */
.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 */
/* ------------------------------------------------------------ */
/* line 101, sass/_mixins.scss */
.navigator:before, .navigator:after {
  content: "";
  display: table;
}
/* line 105, sass/_mixins.scss */
.navigator:after {
  clear: both;
}
/* line 354, sass/1-global.scss */
.navigator .button-wrapper {
  float: left;
  width: 50%;
}
/* line 355, sass/1-global.scss */
.navigator .button-wrapper.prev {
  padding-right: 1px;
}
/* line 356, sass/1-global.scss */
.navigator .button-wrapper.next {
  padding-left: 1px;
}
/* line 359, sass/1-global.scss */
.navigator .button.inactive,
.navigator .button.inactive:hover {
  color: #d1d1d1;
  background-color: #f7f7f7;
}

/*



===============================================================
===============================================================
===============================================================
===============================================================
*/
/* @group +++ OUTER STRUCTURE +++ */
/*
===============================================================
===============================================================
===============================================================
===============================================================



*/
/* ------------------------------------------------------------ */
/* @group Site */
/* ------------------------------------------------------------ */
/* line 24, sass/2-out.scss */
#site {
  margin: 0 auto;
  max-width: 1024px;
  overflow: hidden;
}
@media only screen and (max-width: 1108px) {
  /* line 24, sass/2-out.scss */
  #site {
    max-width: 1108px;
    padding-left: 40px;
  }
}
@media only screen and (max-width: 900px) {
  /* line 24, sass/2-out.scss */
  #site {
    padding: 0;
  }
}

/* ------------------------------------------------------------ */
/* @group Sidebar */
/* ------------------------------------------------------------ */
/* Generic */
/* line 46, sass/2-out.scss */
#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);
}
/* line 58, sass/2-out.scss */
#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) {
  /* line 64, sass/2-out.scss */
  #site-sidebar {
    position: relative !important;
    float: none;
    width: 100%;
    margin: 0 0 40px 0;
  }
  /* line 70, sass/2-out.scss */
  #site-sidebar #widget-area {
    display: none;
  }
}
/*



===============================================================
===============================================================
===============================================================
===============================================================
*/
/* @group +++ OUTER MODULES +++ */
/*
===============================================================
===============================================================
===============================================================
===============================================================



*/
/* ------------------------------------------------------------ */
/* @group Mobile Menu */
/* ------------------------------------------------------------ */
/* line 99, sass/2-out.scss */
.mobile-menu {
  display: none;
}
@media only screen and (max-width: 900px) {
  /* line 99, sass/2-out.scss */
  .mobile-menu {
    display: block;
  }
}

/* line 108, sass/2-out.scss */
.mobile-menu-bar {
  min-height: 45px;
  overflow: hidden;
  position: relative;
}

/* line 118, sass/2-out.scss */
.mobile-menu-search,
.mobile-menu-navigation {
  display: none;
}

/* line 123, sass/2-out.scss */
.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;
}

/* line 138, sass/2-out.scss */
.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) {
  /* line 138, sass/2-out.scss */
  .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;
  }
}

/* line 143, sass/2-out.scss */
.mobile-menu-search {
  padding: 8px 13px 12px;
}
/* line 146, sass/2-out.scss */
.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: */
}
/* line 156, sass/2-out.scss */
.mobile-menu-search input:focus {
  border: 2px solid rgba(255, 255, 255, 0.27);
}

/* line 163, sass/2-out.scss */
.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) {
  /* line 163, sass/2-out.scss */
  .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;
  }
}

/* line 168, sass/2-out.scss */
.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) {
  /* line 168, sass/2-out.scss */
  .mobile-menu-navigation {
    /* on retina, use image that's scaled by 2 */
    background-image: url("images/mmn-divider@2x.png");
    background-size: 26px 1px;
  }
}
/* line 173, sass/2-out.scss */
.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) {
  /* line 173, sass/2-out.scss */
  .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;
  }
}
/* line 183, sass/2-out.scss */
.mobile-menu-navigation ul li a:hover {
  color: white;
  color: white;
}
/* line 186, sass/2-out.scss */
.mobile-menu-navigation ul li ul li a {
  padding-left: 26px;
  color: white;
  color: rgba(255, 255, 255, 0.35);
}
/* line 187, sass/2-out.scss */
.mobile-menu-navigation ul li ul li ul li a {
  padding-left: 39px;
}
/* line 190, sass/2-out.scss */
.mobile-menu-navigation ul li a:hover,
.mobile-menu-navigation ul li.current_page_item a {
  color: white;
}

/* ------------------------------------------------------------ */
/* @group Logo */
/* ------------------------------------------------------------ */
/* Logo & Site Title */
/* line 204, sass/2-out.scss */
#logo-area {
  margin-bottom: 30px;
  margin-top: 80px;
}

/* line 211, sass/2-out.scss */
.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) {
  /* line 211, sass/2-out.scss */
  .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 */
/* line 221, sass/2-out.scss */
.with-retina-logo #site-logo .retina-logo {
  display: block;
}

@media (-webkit-min-device-pixel-ratio: 1.3), (min-resolution: 124.8dpi) {
  /* line 227, sass/2-out.scss */
  .with-retina-logo #site-logo .logo {
    display: none;
  }

  /* line 230, sass/2-out.scss */
  .with-retina-logo #site-logo .retina-logo {
    display: block;
  }
}
/* Site Title */
/* line 237, sass/2-out.scss */
#site-title {
  text-transform: lowercase;
  letter-spacing: 1px;
  font-weight: 500;
}

/* Thin part of the logo */
/* line 244, sass/2-out.scss */
#site-header #site-title span.thin {
  font-weight: 200;
}

/* Normal case logo */
/* line 249, sass/2-out.scss */
.no-lower-case-logo #site-title {
  text-transform: none;
}

/* Tagline */
/* line 256, sass/2-out.scss */
#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) {
  /* line 267, sass/2-out.scss */
  #logo-area {
    margin-top: 40px;
    text-align: center;
  }

  /* line 274, sass/2-out.scss */
  .show-logo-divider #site-logo,
  .show-logo-divider #site-title {
    background-position: center bottom !important;
  }
}
/* ------------------------------------------------------------ */
/* @group Paginator */
/* ------------------------------------------------------------ */
/* line 288, sass/2-out.scss */
.one-column-layout .paginator {
  margin: 30px 0;
}
/* line 292, sass/2-out.scss */
.one-column-layout .paginator .button-wrapper.prev {
  padding-right: 15px;
}
/* line 293, sass/2-out.scss */
.one-column-layout .paginator .button-wrapper.next {
  padding-left: 15px;
}
/* line 297, sass/2-out.scss */
.two-column-layout .paginator {
  margin: 10px 0;
}
/* line 301, sass/2-out.scss */
.two-column-layout .paginator .button-wrapper.prev {
  padding-right: 5px;
}
/* line 302, sass/2-out.scss */
.two-column-layout .paginator .button-wrapper.next {
  padding-left: 5px;
}
/* line 308, sass/2-out.scss */
.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);
}
/* line 313, sass/2-out.scss */
.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;
}
/* line 318, sass/2-out.scss */
.paginator .button.inactive {
  opacity: 0.5;
  filter: alpha(opacity=50);
}

@media only screen and (max-width: 900px) {
  /* line 324, sass/2-out.scss */
  .one-column-layout .paginator, .two-column-layout .paginator {
    margin-bottom: 0;
  }
}
@media only screen and (max-width: 740px) {
  /* line 330, sass/2-out.scss */
  .one-column-layout .paginator {
    margin: 30px 0;
  }
  /* line 331, sass/2-out.scss */
  .two-column-layout .paginator {
    margin: 10px 0;
  }
}
@media only screen and (max-width: 490px) {
  /* line 336, sass/2-out.scss */
  .one-column-layout .paginator {
    margin: 15px 0 0;
  }
  /* line 340, sass/2-out.scss */
  .one-column-layout .paginator .button-wrapper.prev {
    padding-right: 7.5px;
  }
  /* line 341, sass/2-out.scss */
  .one-column-layout .paginator .button-wrapper.next {
    padding-left: 7.5px;
  }
}
@media only screen and (max-width: 390px) {
  /* line 347, sass/2-out.scss */
  .one-column-layout .paginator {
    margin: 10px 0 0;
  }
  /* line 351, sass/2-out.scss */
  .one-column-layout .paginator .button-wrapper.prev {
    padding-right: 5px;
  }
  /* line 352, sass/2-out.scss */
  .one-column-layout .paginator .button-wrapper.next {
    padding-left: 5px;
  }
}
/* ------------------------------------------------------------ */
/* @group Infinite Scroll */
/* ------------------------------------------------------------ */
/* line 366, sass/2-out.scss */
.infinite-scroll .paginator.navigator {
  display: none;
}
/* line 370, sass/2-out.scss */
.infinite-scroll #infscr-loading {
  font-size: 28px;
  position: absolute;
  bottom: 40px;
  left: 50%;
  width: 78px;
  margin-left: -39px;
  z-index: 100;
}
/* line 379, sass/2-out.scss */
.infinite-scroll #infscr-loading img {
  display: none !important;
}
/* line 381, sass/2-out.scss */
.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 */
/* line 393, sass/2-out.scss */
.one-column-layout .infinite-scroll-gap {
  height: 234px;
}

/* line 394, sass/2-out.scss */
.two-column-layout .infinite-scroll-gap {
  height: 107px;
}

/*



===============================================================
===============================================================
===============================================================
===============================================================
*/
/* @group +++ OUTER CONTENT +++ */
/*
===============================================================
===============================================================
===============================================================
===============================================================



*/
/* ------------------------------------------------------------ */
/* @group Forms */
/* ------------------------------------------------------------ */
/* line 490, sass/2-out.scss */
#site-sidebar :-moz-placeholder {
  color: white;
  color: rgba(255, 255, 255, 0.22);
}
/* line 491, sass/2-out.scss */
#site-sidebar ::-webkit-input-placeholder {
  color: white;
  color: rgba(255, 255, 255, 0.22);
}
/* line 492, sass/2-out.scss */
#site-sidebar .placeholder {
  color: white;
  color: rgba(255, 255, 255, 0.22);
}
/* line 501, sass/2-out.scss */
#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: */
}
/* line 511, sass/2-out.scss */
#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);
}
/* line 514, sass/2-out.scss */
#site-sidebar textarea {
  border-radius: 10px;
}
/* line 516, sass/2-out.scss */
#site-sidebar select {
  width: 92%;
}

/*



===============================================================
===============================================================
===============================================================
===============================================================
*/
/* @group +++ OUTER WIDGETS +++ */
/*
===============================================================
===============================================================
===============================================================
===============================================================



*/
/* ------------------------------------------------------------ */
/* @group Generic */
/* ------------------------------------------------------------ */
/* line 544, sass/2-out.scss */
#site-sidebar {
  /* Widgets with links styled as block */
}
/* line 546, sass/2-out.scss */
#site-sidebar .widget-title {
  font-size: 1em;
  margin-bottom: 3px;
  font-weight: bold;
}
/* line 552, sass/2-out.scss */
#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) {
  /* line 552, sass/2-out.scss */
  #site-sidebar .widget {
    /* on retina, use image that's scaled by 2 */
    background-image: url("images/sidebar-divider@2x.png");
    background-size: 26px 1px;
  }
}
/* line 558, sass/2-out.scss */
#site-sidebar .widget:first-child {
  background: none;
}
/* line 561, sass/2-out.scss */
#site-sidebar .widget a {
  color: white;
  opacity: 0.7;
  filter: alpha(opacity=70);
}
/* line 564, sass/2-out.scss */
#site-sidebar .widget a:hover {
  opacity: 1;
  filter: alpha(opacity=100);
}
/* line 568, sass/2-out.scss */
#site-sidebar .widget ul li ul li a {
  opacity: 0.35;
  filter: alpha(opacity=35);
}
/* line 570, sass/2-out.scss */
#site-sidebar .widget ul li {
  margin-top: 8px;
}
/* line 573, sass/2-out.scss */
#site-sidebar .widget ul li.current-menu-item a,
#site-sidebar .widget ul li.current_page_item a {
  opacity: 1;
  filter: alpha(opacity=100);
}
/* line 575, sass/2-out.scss */
#site-sidebar .widget ul li ul li a {
  padding-left: 12px;
}
/* line 576, sass/2-out.scss */
#site-sidebar .widget ul li ul li ul li a {
  padding-left: 24px;
}
/* line 577, sass/2-out.scss */
#site-sidebar .widget ul li ul li ul li ul li a {
  padding-left: 36px;
}
/* line 578, sass/2-out.scss */
#site-sidebar .widget ul li ul li ul li ul li ul li a {
  padding-left: 48px;
}
/* line 590, sass/2-out.scss */
#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;
}
/* line 599, sass/2-out.scss */
#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;
}
/* line 609, sass/2-out.scss */
#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;
}
/* line 619, sass/2-out.scss */
#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 */
/* ------------------------------------------------------------ */
/* line 633, sass/2-out.scss */
#site-sidebar .widget_search:first-child {
  padding-top: 0;
  padding-bottom: 10px;
}
/* line 637, sass/2-out.scss */
#site-sidebar .widget_search:first-child + .widget {
  background: none;
}

/* ------------------------------------------------------------ */
/* @group Recent Posts */
/* ------------------------------------------------------------ */
/* line 650, sass/2-out.scss */
#site-sidebar .widget_recent_entries .post-date {
  display: block;
}

/* ------------------------------------------------------------ */
/* @group Calender */
/* ------------------------------------------------------------ */
/* line 662, sass/2-out.scss */
#site-sidebar .widget_calendar table {
  width: 100%;
}
/* line 665, sass/2-out.scss */
#site-sidebar .widget_calendar table caption {
  padding: 5px 0 10px;
  text-align: left;
}
/* line 671, sass/2-out.scss */
#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;
}
/* line 679, sass/2-out.scss */
#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;
}
/* line 683, sass/2-out.scss */
#site-sidebar .widget_calendar table tbody tr td a {
  display: block;
  opacity: 1;
  filter: alpha(opacity=100);
}
/* line 688, sass/2-out.scss */
#site-sidebar .widget_calendar table tfoot tr td {
  background: none;
  padding-top: 8px;
}
/* line 692, sass/2-out.scss */
#site-sidebar .widget_calendar table tfoot tr td#prev {
  text-align: left;
}
/* line 693, sass/2-out.scss */
#site-sidebar .widget_calendar table tfoot tr td#next {
  text-align: right;
}

/* ------------------------------------------------------------ */
/* @group Tag Cloud */
/* ------------------------------------------------------------ */
/* line 706, sass/2-out.scss */
#site-sidebar .widget_tag_cloud .widget-title {
  margin-bottom: 8px;
}
/* line 710, sass/2-out.scss */
#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;
}
/* line 729, sass/2-out.scss */
#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 */
/* ------------------------------------------------------------ */
/* line 746, sass/2-out.scss */
#site-sidebar .widget_rss a.rsswidget,
#site-sidebar .widget_rss .rss-date {
  display: block;
}
/* line 750, sass/2-out.scss */
#site-sidebar .widget_rss a.rsswidget img {
  display: none;
}

/* ------------------------------------------------------------ */
/* @group Ruven Themes: Social Widget */
/* ------------------------------------------------------------ */
/* line 762, sass/2-out.scss */
#site-sidebar {
  /* When appended to logo for small screen sizes */
}
/* line 765, sass/2-out.scss */
#site-sidebar .ruven-themes-social-widget:first-child {
  padding-top: 0;
}
/* line 770, sass/2-out.scss */
#site-sidebar .ruven-themes-social-widget .widget-title {
  margin-bottom: 8px;
}
/* line 774, sass/2-out.scss */
#site-sidebar .ruven-themes-social-widget ul {
  margin: 0 -8px -8px 0 !important;
}
/* line 777, sass/2-out.scss */
#site-sidebar .ruven-themes-social-widget ul li {
  margin: 0 8px 8px 0 !important;
}
/* line 780, sass/2-out.scss */
#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);
}
/* line 789, sass/2-out.scss */
#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;
}
/* line 800, sass/2-out.scss */
#site-sidebar #site-header .ruven-themes-social-widget {
  display: none;
  margin-top: 20px;
  padding: 0;
  background: none;
}
@media only screen and (max-width: 900px) {
  /* line 800, sass/2-out.scss */
  #site-sidebar #site-header .ruven-themes-social-widget {
    display: block;
  }
}
/* line 808, sass/2-out.scss */
#site-sidebar #site-header .ruven-themes-social-widget ul li {
  float: none;
  display: inline-block;
}

/*



===============================================================
===============================================================
===============================================================
===============================================================
*/
/* @group +++ INNER STRUCTURE +++ */
/*
===============================================================
===============================================================
===============================================================
===============================================================



*/
/* ------------------------------------------------------------ */
/* @group Body */
/* ------------------------------------------------------------ */
/* line 24, sass/3-in.scss */
#site-body {
  float: right;
  margin-right: -240px;
  padding-right: 240px;
  width: 100%;
}

@media only screen and (max-width: 900px) {
  /* line 33, sass/3-in.scss */
  #site-body {
    margin-right: 0;
    padding: 0 30px 30px;
  }
}
@media only screen and (max-width: 490px) {
  /* line 42, sass/3-in.scss */
  .one-column-layout #site-body, .two-column-layout #site-body {
    padding: 0 15px 15px;
  }
}
@media only screen and (max-width: 390px) {
  /* line 49, sass/3-in.scss */
  .one-column-layout #site-body, .two-column-layout #site-body {
    padding: 0 7.5px 7.5px;
  }
}
/* line 53, sass/3-in.scss */
#site-content {
  position: relative;
  display: block;
  /* IE fix */
}
/* line 57, sass/3-in.scss */
.two-column-layout #site-content {
  margin: 0 -10px -10px 0;
}
@media only screen and (max-width: 740px) {
  /* line 57, sass/3-in.scss */
  .two-column-layout #site-content {
    margin: 0;
  }
}

/*



===============================================================
===============================================================
===============================================================
===============================================================
*/
/* @group +++ INNER MODULES +++ */
/*
===============================================================
===============================================================
===============================================================
===============================================================



*/
/* ------------------------------------------------------------ */
/* @group Fullwidth */
/* ------------------------------------------------------------ */
/* line 88, sass/3-in.scss */
.fullwidth.image,
.fullwidth.video {
  margin-bottom: 50px !important;
  margin-top: 50px !important;
}
/* line 92, sass/3-in.scss */
.content .fullwidth.image:first-child, .content
.fullwidth.video:first-child {
  margin-top: 0 !important;
}
/* line 93, sass/3-in.scss */
.content .fullwidth.image:last-child, .content
.fullwidth.video:last-child {
  margin-bottom: -50px !important;
}
@media only screen and (max-width: 490px) {
  /* line 88, sass/3-in.scss */
  .fullwidth.image,
  .fullwidth.video {
    margin-bottom: 20px !important;
    margin-top: 20px !important;
  }
}

/* line 105, sass/3-in.scss */
.fullwidth,
hr.ruven,
.content pre,
.content .gallery-columns-1,
.comment-respond .form-submit {
  display: block;
}
/* line 108, sass/3-in.scss */
.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;
}
/* line 109, sass/3-in.scss */
.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;
}
/* line 110, sass/3-in.scss */
.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) {
  /* line 139, sass/3-in.scss */
  .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;
  }
  /* line 140, sass/3-in.scss */
  .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) {
  /* line 150, sass/3-in.scss */
  .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;
  }
  /* line 151, sass/3-in.scss */
  .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 */
/* ------------------------------------------------------------ */
/* line 161, sass/3-in.scss */
.box {
  background-color: white;
  color: #444444;
  position: relative;
}

/* line 169, sass/3-in.scss */
.one-column-layout .wrapper, .one-column-layout
.content pre {
  padding-left: 60px;
  padding-right: 60px;
}
/* line 170, sass/3-in.scss */
.two-column-layout .wrapper, .two-column-layout
.content pre {
  padding-left: 50px;
  padding-right: 50px;
}

@media only screen and (max-width: 490px) {
  /* line 190, sass/3-in.scss */
  .one-column-layout .wrapper, .one-column-layout
  .content pre {
    padding-left: 30px;
    padding-right: 30px;
  }
  /* line 191, sass/3-in.scss */
  .two-column-layout .wrapper, .two-column-layout
  .content pre {
    padding-left: 25px;
    padding-right: 25px;
  }
}
@media only screen and (max-width: 390px) {
  /* line 198, sass/3-in.scss */
  .one-column-layout .wrapper, .one-column-layout
  .content pre {
    padding-left: 20px;
    padding-right: 20px;
  }
  /* line 199, sass/3-in.scss */
  .two-column-layout .wrapper, .two-column-layout
  .content pre {
    padding-left: 16.66667px;
    padding-right: 16.66667px;
  }
}
/* ------------------------------------------------------------ */
/* @group Page Header */
/* ------------------------------------------------------------ */
/* line 210, sass/3-in.scss */
.page-header {
  clear: both;
  text-align: center;
}
/* line 214, sass/3-in.scss */
.one-column-layout .page-header {
  margin-bottom: 30px;
  padding-top: 80px;
  padding-bottom: 80px;
}
@media only screen and (max-width: 740px) {
  /* line 214, sass/3-in.scss */
  .one-column-layout .page-header {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
/* line 225, sass/3-in.scss */
.two-column-layout .page-header {
  margin-bottom: 10px;
  padding-top: 50px;
  padding-bottom: 50px;
}
/* line 233, sass/3-in.scss */
.page-header .page-description {
  color: #858585;
  margin-top: 20px;
  margin-bottom: -20px;
}
/* line 238, sass/3-in.scss */
.page-header .page-description a {
  color: #ff7e00;
}
/* line 240, sass/3-in.scss */
.page-header .page-description a:hover {
  text-decoration: underline;
}

/* ------------------------------------------------------------ */
/* @group Entry */
/* ------------------------------------------------------------ */
/* line 251, sass/3-in.scss */
.hentry {
  /* Sticky */
  /* No Excerpt / No Content */
}
/* line 253, sass/3-in.scss */
.hentry .entry-header {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-align: center;
  position: relative;
}
/* line 258, sass/3-in.scss */
.hentry .entry-header .entry-meta {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
  font-weight: bold;
  z-index: 1;
}
/* line 266, sass/3-in.scss */
.attachment .hentry .entry-header .entry-meta {
  font-size: .85em;
  font-weight: normal;
}
/* line 270, sass/3-in.scss */
.attachment .hentry .entry-header .entry-meta a {
  font-weight: bold;
}
/* line 273, sass/3-in.scss */
.hentry .entry-header .entry-meta, .hentry .entry-header .entry-meta a {
  color: #a3a3a3;
}
/* line 274, sass/3-in.scss */
.hentry .entry-header .entry-meta a:hover {
  color: #ff7e00;
}
/* line 278, sass/3-in.scss */
.hentry .entry-title {
  -ms-word-wrap: break-word;
  word-wrap: break-word;
}
/* line 282, sass/3-in.scss */
.hentry .entry-title a {
  position: relative;
  display: block;
  z-index: 2;
}
/* line 289, sass/3-in.scss */
.hentry .entry-featured-media {
  text-align: center;
}
/* line 292, sass/3-in.scss */
.hentry .entry-featured-media img {
  width: 100%;
}
/* line 317, sass/3-in.scss */
.hentry .entry-tags span {
  color: #ff7e00;
}
/* line 320, sass/3-in.scss */
.hentry.sticky {
  border-top: 5px solid #f47900;
}
/* line 324, sass/3-in.scss */
.hentry.no-excerpt .entry-featured-media, .single .hentry.no-content .entry-featured-media {
  margin-bottom: 0 !important;
}

/* ------------------------------------------------------------ */
/* @group 1-Column Entry */
/* ------------------------------------------------------------ */
/* line 336, sass/3-in.scss */
.one-column-layout .entry-wrapper {
  margin-top: 30px;
  width: 100% !important;
  /* to make sure masonry items fill out full width in responsive mode */
}
/* line 340, sass/3-in.scss */
.one-column-layout .entry-wrapper:first-child {
  margin-top: 0;
}
/* line 344, sass/3-in.scss */
.one-column-layout .hentry .entry-header {
  padding-top: 80px;
  padding-bottom: 80px;
}
/* line 348, sass/3-in.scss */
.one-column-layout .hentry .entry-header .entry-meta {
  bottom: 30px;
}
/* line 351, sass/3-in.scss */
.one-column-layout .hentry .entry-featured-media {
  margin-bottom: 50px;
}
/* line 353, sass/3-in.scss */
.one-column-layout .hentry .entry-content {
  padding-bottom: 30px;
}

@media only screen and (max-width: 490px) {
  /* line 362, sass/3-in.scss */
  .one-column-layout .entry-wrapper {
    margin-top: 15px;
  }
  /* line 366, sass/3-in.scss */
  .one-column-layout .hentry .entry-header {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  /* line 370, sass/3-in.scss */
  .one-column-layout .hentry .entry-header .entry-meta {
    bottom: 17px;
  }
  /* line 373, sass/3-in.scss */
  .one-column-layout .hentry.with-meta-info .entry-header {
    padding-bottom: 53.33333px;
  }
  /* line 374, sass/3-in.scss */
  .one-column-layout .hentry.no-meta-info .entry-header {
    padding-bottom: 40px;
  }
  /* line 376, sass/3-in.scss */
  .one-column-layout .hentry .entry-featured-media {
    margin-bottom: 25px;
  }
  /* line 378, sass/3-in.scss */
  .one-column-layout .hentry .entry-content {
    padding-bottom: 5px;
  }
}
@media only screen and (max-width: 390px) {
  /* line 387, sass/3-in.scss */
  .one-column-layout .entry-wrapper {
    margin-top: 10px;
  }
}
/* ------------------------------------------------------------ */
/* @group 2-Column Entry */
/* ------------------------------------------------------------ */
/* line 399, sass/3-in.scss */
.two-column-layout .entry-wrapper {
  float: left;
  width: 50%;
}
/* line 404, sass/3-in.scss */
.two-column-layout .hentry {
  margin: 0 10px 10px 0;
  /* Buttons */
}
/* line 407, sass/3-in.scss */
.two-column-layout .hentry .entry-header {
  padding-top: 30px;
  padding-bottom: 30px;
}
/* line 411, sass/3-in.scss */
.two-column-layout .hentry .entry-header .entry-meta {
  bottom: 17px;
  font-size: .8em;
  line-height: 1.3;
}
/* line 418, sass/3-in.scss */
.two-column-layout .hentry .entry-title {
  font-weight: 500;
  font-size: 16px;
  line-height: 22px;
}
/* line 424, sass/3-in.scss */
.two-column-layout .hentry.with-meta-info .entry-header {
  padding-bottom: 45px;
}
/* line 426, sass/3-in.scss */
.two-column-layout .hentry .entry-featured-media {
  margin-bottom: 20px;
}
/* line 428, sass/3-in.scss */
.two-column-layout .hentry .entry-content {
  text-align: center;
  font-size: 1em;
}
/* line 435, sass/3-in.scss */
.two-column-layout .hentry .entry-button-bar.buttons a {
  padding: 15px;
  font-size: .7em;
}

/* ------------------------------------------------------------ */
/* @group Overlay */
/* ------------------------------------------------------------ */
/* line 467, sass/3-in.scss */
.hentry {
  /* Overlay */
  /* Hover Overlay */
  /* Static Overlay */
}
/* line 470, sass/3-in.scss */
.hentry a.overlay {
  position: relative;
  display: block;
}
/* line 474, sass/3-in.scss */
.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;
}
/* line 476, sass/3-in.scss */
.hentry a.overlay .entry-title {
  text-align: center;
  width: 100%;
  z-index: 2;
  color: white;
  position: absolute;
}
/* line 487, sass/3-in.scss */
.hentry a.overlay.hover-overlay {
  background: black;
}
/* line 490, sass/3-in.scss */
.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;
}
/* line 495, sass/3-in.scss */
.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;
}
/* line 499, sass/3-in.scss */
.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;
}
/* line 509, sass/3-in.scss */
.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 */
}
/* line 513, sass/3-in.scss */
.one-column-layout .hentry a.overlay.static-overlay .entry-title {
  padding-bottom: 28px;
}
/* line 514, sass/3-in.scss */
.two-column-layout .hentry a.overlay.static-overlay .entry-title {
  padding-bottom: 18px;
}
@media only screen and (max-width: 490px) {
  /* line 516, sass/3-in.scss */
  .one-column-layout .hentry a.overlay.static-overlay .entry-title {
    padding-bottom: 18px;
  }
}

/* ------------------------------------------------------------ */
/* @group Status, Aside Post Format */
/* ------------------------------------------------------------ */
/* line 542, sass/3-in.scss */
.hentry.format-status .entry-content.white-text {
  color: white;
}

/* line 548, sass/3-in.scss */
.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) {
  /* line 548, sass/3-in.scss */
  .one-column-layout .hentry.format-aside .entry-content, .one-column-layout .hentry.format-status .entry-content {
    padding-top: 25px;
    padding-bottom: 5px;
  }
}
/* line 558, sass/3-in.scss */
.one-column-layout .hentry.format-status .entry-content {
  text-align: center;
}

/* line 563, sass/3-in.scss */
.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 */
/* ------------------------------------------------------------ */
/* line 576, sass/3-in.scss */
.hentry.format-quote {
  text-align: center;
  /* With BG image */
  /* White */
}
/* line 579, sass/3-in.scss */
.hentry.format-quote .entry-header {
  padding: 0 !important;
}
/* line 581, sass/3-in.scss */
.hentry.format-quote .entry-quote {
  position: relative;
  color: #444444;
}
/* line 585, sass/3-in.scss */
.hentry.format-quote .entry-quote.white-text {
  color: white;
}
/* line 587, sass/3-in.scss */
.hentry.format-quote .entry-quote.white-text .entry-title {
  color: white;
}
/* line 590, sass/3-in.scss */
.one-column-layout .hentry.format-quote .entry-quote {
  padding-top: 160px;
  padding-bottom: 160px;
}
/* line 594, sass/3-in.scss */
.one-column-layout .hentry.format-quote .entry-quote .entry-quote-source-name {
  margin-bottom: -20px;
  padding-top: 26.66667px;
  font-size: 1.15em;
}
/* line 601, sass/3-in.scss */
.two-column-layout .hentry.format-quote .entry-quote {
  padding-top: 104px;
  padding-bottom: 104px;
}
/* line 605, sass/3-in.scss */
.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;
}
/* line 613, sass/3-in.scss */
.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;
}
/* line 621, sass/3-in.scss */
.hentry.format-quote.with-bg-img .entry-quote {
  padding: 0 !important;
}
/* line 624, sass/3-in.scss */
.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;
}
/* line 631, sass/3-in.scss */
.hentry.format-quote.with-bg-img .entry-quote .entry-featured-media {
  margin-bottom: 0;
  background: black;
  z-index: 1;
}
/* line 636, sass/3-in.scss */
.hentry.format-quote.with-bg-img .entry-quote .entry-featured-media img {
  opacity: .4 !important;
}
/* line 643, sass/3-in.scss */
.hentry.format-quote.white .entry-quote .entry-title {
  color: #444444;
}

@media only screen and (max-width: 490px) {
  /* line 647, sass/3-in.scss */
  .hentry.format-quote .entry-quote {
    padding-top: 80px !important;
    padding-bottom: 80px !important;
  }
}
/* ------------------------------------------------------------ */
/* @group Link Post Format */
/* ------------------------------------------------------------ */
/* line 659, sass/3-in.scss */
.hentry.format-link {
  /* With BG image */
  /* White */
}
/* line 661, sass/3-in.scss */
.hentry.format-link a.entry-link {
  display: block;
  text-align: center;
  position: relative;
  color: #444444;
}
/* line 667, sass/3-in.scss */
.hentry.format-link a.entry-link.white-text {
  color: white;
}
/* line 669, sass/3-in.scss */
.hentry.format-link a.entry-link.white-text .entry-title {
  color: white;
}
/* line 672, sass/3-in.scss */
.hentry.format-link a.entry-link .entry-header {
  padding: 0 !important;
}
/* line 674, sass/3-in.scss */
.one-column-layout .hentry.format-link a.entry-link {
  padding-top: 160px;
  padding-bottom: 160px;
}
/* line 678, sass/3-in.scss */
.one-column-layout .hentry.format-link a.entry-link .entry-link-domain {
  padding-top: 26.66667px;
  margin-bottom: -20px;
  font-size: 1.15em;
}
/* line 684, sass/3-in.scss */
.two-column-layout .hentry.format-link a.entry-link {
  padding-top: 104px;
  padding-bottom: 104px;
}
/* line 688, sass/3-in.scss */
.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;
}
/* line 696, sass/3-in.scss */
.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;
}
/* line 706, sass/3-in.scss */
.hentry.format-link.with-bg-img a.entry-link {
  padding: 0 !important;
}
/* line 709, sass/3-in.scss */
.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;
}
/* line 716, sass/3-in.scss */
.hentry.format-link.with-bg-img a.entry-link .entry-featured-media {
  margin-bottom: 0;
  background: black;
  z-index: 1;
}
/* line 721, sass/3-in.scss */
.hentry.format-link.with-bg-img a.entry-link .entry-featured-media img {
  opacity: .4 !important;
}
/* line 728, sass/3-in.scss */
.hentry.format-link.white a.entry-link {
  color: #444444;
}
/* line 731, sass/3-in.scss */
.hentry.format-link.white a.entry-link .entry-title {
  color: #444444;
}

@media only screen and (max-width: 490px) {
  /* line 737, sass/3-in.scss */
  .hentry.format-link a.entry-link {
    padding-top: 80px !important;
    padding-bottom: 80px !important;
  }
}
/* ------------------------------------------------------------ */
/* @group Author Box */
/* ------------------------------------------------------------ */
/* line 750, sass/3-in.scss */
.author-box {
  overflow: hidden;
  clear: both;
  background: #f7f7f7;
  margin-top: 2px !important;
  padding-top: 30px !important;
  padding-bottom: 10px !important;
}
/* line 758, sass/3-in.scss */
.author-box * {
  color: #787878;
}
/* line 762, sass/3-in.scss */
.author-box .author-avatar {
  width: 110px;
  float: left;
}
/* line 766, sass/3-in.scss */
.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;
}
/* line 773, sass/3-in.scss */
.author-box .author-description {
  float: right;
  width: 100%;
  margin-left: -110px;
  padding-left: 110px;
}
/* line 779, sass/3-in.scss */
.author-box .author-description.content {
  font-size: 1em;
}

@media only screen and (max-width: 390px) {
  /* line 785, sass/3-in.scss */
  .author-box .author-avatar {
    width: 100%;
    float: none;
    text-align: center;
    margin-bottom: 30px;
  }
  /* line 792, sass/3-in.scss */
  .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 */
/* line 812, sass/3-in.scss */
.flexslider .slides > li {
  display: none;
  -webkit-backface-visibility: hidden;
}

/* line 814, sass/3-in.scss */
.flexslider .slides img {
  width: 100% !important;
  display: block !important;
}

/* Clearfix for the .slides element */
/* line 817, sass/3-in.scss */
.slides:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

/* line 818, sass/3-in.scss */
html[xmlns] .slides {
  display: block;
}

/* line 819, sass/3-in.scss */
* 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 */
/* line 824, sass/3-in.scss */
.no-js .slides > li:first-child {
  display: block;
}

/* FlexSlider Theme */
/* line 829, sass/3-in.scss */
.flexslider {
  position: relative;
  cursor: pointer;
}

/* line 834, sass/3-in.scss */
.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;
}

/* line 843, sass/3-in.scss */
.loading .flex-viewport {
  max-height: 300px;
}

/* Direction Nav */
/* line 848, sass/3-in.scss */
.flex-direction-nav {
  display: none;
  position: absolute;
  width: 100%;
  bottom: 50%;
  right: 0;
  height: 42px;
}

/* line 857, sass/3-in.scss */
.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;
}

/* line 888, sass/3-in.scss */
.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;
}

/* line 889, sass/3-in.scss */
.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;
}

/* line 891, sass/3-in.scss */
.flex-direction-nav a:hover {
  opacity: 0.7;
  filter: alpha(opacity=70);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
}

/* ------------------------------------------------------------ */
/* @group Post Navigator */
/* ------------------------------------------------------------ */
/* line 902, sass/3-in.scss */
.post-navigator {
  padding-top: 2px;
}
/* line 905, sass/3-in.scss */
.post-navigator.with-sharing-button .button-wrapper {
  width: 33.3333333333%;
}
/* line 908, sass/3-in.scss */
.post-navigator.with-sharing-button .button-wrapper.sharing-button-wrapper {
  padding-left: 1px;
  padding-right: 1px;
  position: relative;
}
/* line 913, sass/3-in.scss */
.post-navigator.with-sharing-button .button-wrapper.sharing-button-wrapper .sharing-button {
  cursor: pointer;
}
/* line 915, sass/3-in.scss */
.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%;
}
/* line 923, sass/3-in.scss */
.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) {
  /* line 933, sass/3-in.scss */
  .post-navigator.with-sharing-button .button-wrapper {
    display: none;
  }
  /* line 936, sass/3-in.scss */
  .post-navigator.with-sharing-button .button-wrapper.sharing-button-wrapper {
    display: block;
    width: 100%;
  }
}

/* ------------------------------------------------------------ */
/* @group Pings */
/* ------------------------------------------------------------ */
/* line 954, sass/3-in.scss */
#comments .pingback .box {
  margin-top: 10px;
  margin-bottom: 10px;
  padding-top: 20px;
  padding-bottom: 20px;
}
/* line 960, sass/3-in.scss */
#comments .pingback .box a {
  display: inline-block;
}
/* line 963, sass/3-in.scss */
#comments .pingback .box a.comment-edit-link {
  color: #9e9e9e;
  display: inline;
}

/* ------------------------------------------------------------ */
/* @group Comments */
/* ------------------------------------------------------------ */
/* line 980, sass/3-in.scss */
#comments li li {
  margin-left: 60px;
}
/* line 984, sass/3-in.scss */
#comments .comment .box {
  margin-top: 10px;
  margin-bottom: 10px;
}
/* line 990, sass/3-in.scss */
#comments .comment .box header {
  background-color: #f7f7f7;
  overflow: hidden;
}
/* line 994, sass/3-in.scss */
#comments .comment .box header .primary {
  float: left;
  width: 57px;
}
/* line 998, sass/3-in.scss */
#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;
}
/* line 1004, sass/3-in.scss */
#comments .comment .box header .secondary {
  padding: 20px 20px 0;
  overflow: hidden;
  float: left;
  width: 70%;
  margin-left: -57px;
  padding-left: 77px;
}
/* line 1014, sass/3-in.scss */
#comments .comment .box header .secondary cite,
#comments .comment .box header .secondary .comment-meta,
#comments .comment .box header .secondary .reply-link-wrapper {
  display: inline-block;
}
/* line 1018, sass/3-in.scss */
#comments .comment .box header .secondary cite {
  font-style: normal;
  font-weight: 500;
}
/* line 1022, sass/3-in.scss */
#comments .comment .box header .secondary cite a {
  color: #444444 !important;
}
/* line 1025, sass/3-in.scss */
#comments .comment .box header .secondary cite a:hover {
  color: #ff7e00 !important;
}
/* line 1031, sass/3-in.scss */
#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;
}
/* line 1032, sass/3-in.scss */
#comments .comment .box header .secondary .comment-meta a:hover,
#comments .comment .box header .secondary .reply-link-wrapper a:hover {
  color: #ff7e00;
}
/* line 1035, sass/3-in.scss */
#comments .comment .box header .secondary .reply-link-wrapper {
  display: none;
}
/* line 1038, sass/3-in.scss */
#comments .comment .box header .reply-button-wrapper {
  float: right;
  border-left: 2px solid white;
}
/* line 1042, sass/3-in.scss */
#comments .comment .box header .reply-button-wrapper .comment-reply-link {
  padding-top: 2.05em;
}
/* line 1047, sass/3-in.scss */
#comments .comment .box .content {
  padding-top: 35px;
  padding-bottom: 20px;
}
/* line 1051, sass/3-in.scss */
#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) {
  /* line 1066, sass/3-in.scss */
  #comments .comment .box header .secondary {
    width: 100%;
  }
  /* line 1069, sass/3-in.scss */
  #comments .comment .box header .secondary .reply-link-wrapper {
    display: inline;
  }
  /* line 1071, sass/3-in.scss */
  #comments .comment .box header .reply-button-wrapper {
    display: none;
  }
}
@media only screen and (max-width: 490px) {
  /* line 1078, sass/3-in.scss */
  #comments li li {
    margin-left: 30px;
  }
  /* line 1082, sass/3-in.scss */
  #comments .comment .box header .secondary {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  /* line 1088, sass/3-in.scss */
  #comments .comment .box header .secondary cite,
  #comments .comment .box header .secondary .comment-meta,
  #comments .comment .box header .secondary .reply-link-wrapper {
    display: block;
  }
  /* line 1090, sass/3-in.scss */
  #comments .comment .box header .secondary .sep {
    display: none;
  }
  /* line 1094, sass/3-in.scss */
  #comments .comment .box .content {
    padding-top: 20px;
    padding-bottom: 5px;
  }
}
/* ------------------------------------------------------------ */
/* @group Comment Reply Form */
/* ------------------------------------------------------------ */
/* line 1111, sass/3-in.scss */
.commend-respond-box {
  margin-top: 10px;
}
/* line 1114, sass/3-in.scss */
.commend-respond-box .comment-reply-title {
  font-size: 24px;
  line-height: 30px;
  text-align: center;
  margin: 50px 0 !important;
}
/* line 1120, sass/3-in.scss */
.commend-respond-box .comment-reply-title #cancel-comment-reply-link {
  display: none;
}
/* line 1123, sass/3-in.scss */
.commend-respond-box .comment-form {
  margin-bottom: 0;
}
/* line 1126, sass/3-in.scss */
.commend-respond-box .comment-form label {
  display: none;
}
/* line 1127, sass/3-in.scss */
.commend-respond-box .comment-form p {
  margin-bottom: 0;
}
/* line 1129, sass/3-in.scss */
.commend-respond-box .comment-form .comment-form-comment {
  margin-bottom: 45px;
}
/* line 1131, sass/3-in.scss */
.commend-respond-box .comment-form .form-submit {
  font-size: 14px !important;
  line-height: 1.5 !important;
}
/* line 1139, sass/3-in.scss */
.commend-respond-box .note {
  text-align: center;
  margin-bottom: 20px !important;
}
/* line 1143, sass/3-in.scss */
.commend-respond-box .note.must-log-in {
  margin-bottom: 45px !important;
}

/*



===============================================================
===============================================================
===============================================================
===============================================================
*/
/* @group +++ INNER CONTENT +++ */
/*
===============================================================
===============================================================
===============================================================
===============================================================



*/
/* ------------------------------------------------------------ */
/* @group Content */
/* ------------------------------------------------------------ */
/* line 1171, sass/3-in.scss */
.content {
  font-size: 18px;
  line-height: 1.65;
}
/* line 101, sass/_mixins.scss */
.content:before, .content:after {
  content: "";
  display: table;
}
/* line 105, sass/_mixins.scss */
.content:after {
  clear: both;
}
@media only screen and (max-width: 490px) {
  /* line 1171, sass/3-in.scss */
  .content {
    font-size: 14px;
  }
}

/* ------------------------------------------------------------ */
/* @group Bottom Margins */
/* ------------------------------------------------------------ */
/* line 1203, sass/3-in.scss */
.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 */
/* ------------------------------------------------------------ */
/* line 1220, sass/3-in.scss */
.content h1 {
  margin: 40px 0 20px;
}
/* line 1221, sass/3-in.scss */
.content h2 {
  margin: 30px 0 15px;
}
/* line 1222, sass/3-in.scss */
.content h3 {
  margin: 30px 0 10px;
}
/* line 1223, sass/3-in.scss */
.content h4 {
  margin: 25px 0 8px;
}
/* line 1224, sass/3-in.scss */
.content h5 {
  margin: 20px 0 5px;
}
/* line 1225, sass/3-in.scss */
.content h6 {
  margin: 20px 0 5px;
}
/* line 1232, sass/3-in.scss */
.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 */
/* ------------------------------------------------------------ */
/* line 1242, sass/3-in.scss */
.content a {
  color: #ff7e00;
  text-decoration: none;
}
/* line 1247, sass/3-in.scss */
.content a:hover {
  text-decoration: underline;
}

/* ------------------------------------------------------------ */
/* @group Lists */
/* ------------------------------------------------------------ */
/* line 1257, sass/3-in.scss */
.content ul, .content ol {
  list-style-position: outside;
  margin-left: 50px;
  margin-right: 50px;
}
/* line 1262, sass/3-in.scss */
.content ul ul, .content ul ol, .content ol ul, .content ol ol {
  margin-bottom: 0;
}
/* line 1267, sass/3-in.scss */
.content ul {
  list-style-type: square;
}
/* line 1268, sass/3-in.scss */
.content ol {
  list-style-type: decimal;
}

/* ------------------------------------------------------------ */
/* @group Forms */
/* ------------------------------------------------------------ */
/* line 1279, sass/3-in.scss */
.content fieldset legend {
  color: #444444;
  margin: 30px 0 15px;
  text-align: center;
  font-size: 24px;
  line-height: 30px;
  font-weight: bold;
}
/* line 1288, sass/3-in.scss */
.content label {
  font-size: .8em;
  font-weight: 600;
}
/* line 1303, sass/3-in.scss */
.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;
}
/* line 1312, sass/3-in.scss */
.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;
}
/* line 1322, sass/3-in.scss */
.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;
}
/* line 1324, sass/3-in.scss */
.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;
}
/* line 1331, sass/3-in.scss */
.content .placeholder {
  color: #b7b7b7;
}
/* line 1332, sass/3-in.scss */
.content :-moz-placeholder {
  color: #b7b7b7;
}
/* line 1333, sass/3-in.scss */
.content ::-webkit-input-placeholder {
  color: #b7b7b7;
}
/* line 1335, sass/3-in.scss */
.content select {
  background: white;
}
/* line 1338, sass/3-in.scss */
.content input[type=radio] + label,
.content input[type=checkbox] + label {
  font-weight: normal;
}
/* line 1343, sass/3-in.scss */
.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;
}
/* line 1354, sass/3-in.scss */
.content button:hover,
.content input[type=submit]:hover {
  color: white;
  background: #f57900;
}
/* line 1359, sass/3-in.scss */
.content button:active,
.content input[type=submit]:active {
  background: #ff7e00;
}
/* line 1379, sass/3-in.scss */
.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 */
/* ------------------------------------------------------------ */
/* line 1390, sass/3-in.scss */
.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 */
/* ------------------------------------------------------------ */
/* line 1408, sass/3-in.scss */
.content pre {
  background: #f7f7f7;
  padding: 20px 0;
}

/* ------------------------------------------------------------ */
/* @group Tables */
/* ------------------------------------------------------------ */
/* Generic */
/* line 1422, sass/3-in.scss */
.content table {
  width: 100%;
}
/* line 1425, sass/3-in.scss */
.content table caption {
  font-weight: bold;
}
/* line 1428, sass/3-in.scss */
.content table th,
.content table td {
  text-align: left;
  vertical-align: middle;
}
/* line 1434, sass/3-in.scss */
.content table thead tr th,
.content table tfoot tr td {
  font-weight: bold;
}

/* Style */
/* line 1440, sass/3-in.scss */
.content table {
  line-height: 18px;
}
/* line 1444, sass/3-in.scss */
.content table caption {
  border-bottom: 1px solid #e1e1e1;
  color: #333;
  line-height: 22px;
  padding-bottom: 12px;
  text-align: left;
}
/* line 1453, sass/3-in.scss */
.content table th,
.content table td {
  border-bottom: 1px solid #e1e1e1;
  padding: 12px 20px;
}
/* line 1458, sass/3-in.scss */
.content table thead {
  border-bottom: 3px solid #e1e1e1;
}
/* line 1460, sass/3-in.scss */
.content table tfoot {
  border-top: 3px solid #e1e1e1;
}
/* line 1464, sass/3-in.scss */
.content table tfoot th,
.content table tfoot td {
  border-bottom: none;
}

/*



===============================================================
===============================================================
===============================================================
===============================================================
*/
/* @group +++ INNER CONTENT MODULES +++ */
/*
===============================================================
===============================================================
===============================================================
===============================================================



*/
/* ------------------------------------------------------------ */
/* @group Alignments & Helpers */
/* ------------------------------------------------------------ */
/* line 1490, sass/3-in.scss */
.hidden {
  display: none;
}

/* line 1493, sass/3-in.scss */
.content .alignleft {
  float: left;
  margin: 5px 25px 5px 0;
  display: block;
}
/* line 1494, sass/3-in.scss */
.content .alignright {
  float: right;
  margin: 5px 0    5px 25px;
  display: block;
}
/* line 1495, sass/3-in.scss */
.content .aligncenter {
  display: block;
  margin: 5px auto;
}

/* ------------------------------------------------------------ */
/* @group WP Caption */
/* ------------------------------------------------------------ */
/* line 1504, sass/3-in.scss */
.wp-caption {
  max-width: 100%;
}

/* line 1506, sass/3-in.scss */
.wp-caption-text {
  background: #f3f3f3;
  display: block;
  padding: 10px 15px;
  font-size: .85em;
  color: #777;
}
/* line 1514, sass/3-in.scss */
.fullwidth .wp-caption-text {
  font-size: 1em;
  padding-top: 20px;
  padding-bottom: 20px;
}
/* line 1520, sass/3-in.scss */
.one-column-layout .fullwidth .wp-caption-text {
  padding-left: 60px;
  padding-right: 60px;
}
/* line 1525, sass/3-in.scss */
.two-column-layout .fullwidth .wp-caption-text {
  padding-left: 50px;
  padding-right: 50px;
}

@media only screen and (max-width: 490px) {
  /* line 1533, sass/3-in.scss */
  .one-column-layout .fullwidth .wp-caption-text {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media only screen and (max-width: 390px) {
  /* line 1540, sass/3-in.scss */
  .one-column-layout .fullwidth .wp-caption-text {
    padding-left: 20px;
    padding-right: 20px;
  }
}
/* ------------------------------------------------------------ */
/* @group WP Gallery */
/* ------------------------------------------------------------ */
/* line 1552, sass/3-in.scss */
.content .gallery {
  overflow: hidden;
  margin-right: -60px;
  margin-left: -55px;
  margin-top: 50px;
  margin-bottom: 50px;
}
/* line 1562, sass/3-in.scss */
.format-image .content .gallery:first-child, .format-video .content .gallery:first-child, .format-audio .content .gallery:first-child {
  margin-top: -45px !important;
}
/* line 1565, sass/3-in.scss */
.content .gallery:first-child {
  margin-top: 0;
}
/* line 1566, sass/3-in.scss */
.content .gallery:last-child {
  margin-bottom: -30px !important;
}
/* line 1568, sass/3-in.scss */
.content .gallery .gallery-item {
  float: left;
  margin-bottom: 0;
  padding: 0 5px 5px 0;
}
/* line 1573, sass/3-in.scss */
.content .gallery .gallery-item img {
  width: 100%;
}
/* line 1574, sass/3-in.scss */
.content .gallery .gallery-item .fullwidth {
  margin: 0;
}
/* line 1575, sass/3-in.scss */
.content .gallery .gallery-item .gallery-caption {
  margin-bottom: 0;
}
/* line 1578, sass/3-in.scss */
.content .gallery.gallery-columns-1 .gallery-item {
  width: 100%;
}
/* line 1579, sass/3-in.scss */
.content .gallery.gallery-columns-2 .gallery-item {
  width: 50%;
}
/* line 1580, sass/3-in.scss */
.content .gallery.gallery-columns-3 .gallery-item {
  width: 33.333333333%;
}
/* line 1581, sass/3-in.scss */
.content .gallery.gallery-columns-4 .gallery-item {
  width: 25%;
}
/* line 1582, sass/3-in.scss */
.content .gallery.gallery-columns-5 .gallery-item {
  width: 20%;
}
/* line 1583, sass/3-in.scss */
.content .gallery.gallery-columns-6 .gallery-item {
  width: 16.666666667%;
}
/* line 1584, sass/3-in.scss */
.content .gallery.gallery-columns-7 .gallery-item {
  width: 14.285714285%;
}
/* line 1585, sass/3-in.scss */
.content .gallery.gallery-columns-8 .gallery-item {
  width: 12.5%;
}
/* line 1586, sass/3-in.scss */
.content .gallery.gallery-columns-9 .gallery-item {
  width: 11.111111111%;
}
/* line 1588, sass/3-in.scss */
.content .gallery.gallery-columns-1 {
  border-bottom-width: 10px;
  border-bottom-style: solid;
  border-bottom-color: #494949;
}
/* line 1606, sass/3-in.scss */
.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;
}
/* line 1609, sass/3-in.scss */
.content .gallery.gallery-columns-1:last-child {
  border-bottom: none;
}
/* line 1611, sass/3-in.scss */
.content .gallery.gallery-columns-1 .gallery-item {
  float: none;
  padding: 0;
  border-top-width: 10px;
  border-top-style: solid;
  border-top-color: #494949;
}
/* line 1618, sass/3-in.scss */
.content .gallery.gallery-columns-1 .gallery-item .gallery-caption {
  font-size: 1em;
  padding: 20px 25px;
  text-align: center;
  background-color: white;
}
/* line 1626, sass/3-in.scss */
.content .gallery.gallery-columns-1 br {
  display: none;
}
/* line 1634, sass/3-in.scss */
.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;
}
/* line 1637, sass/3-in.scss */
.content .gallery br:last-child {
  display: none;
}

@media only screen and (max-width: 490px) {
  /* line 1641, sass/3-in.scss */
  .content .gallery {
    margin-right: -30px;
    margin-left: -25px;
    margin-top: 20px;
    margin-bottom: 20px;
  }
  /* line 1647, sass/3-in.scss */
  .content .gallery:last-child {
    margin-bottom: -5px !important;
  }
}
@media only screen and (max-width: 390px) {
  /* line 1652, sass/3-in.scss */
  .content .gallery {
    margin-right: -20px;
    margin-left: -15px;
  }
}
/* ------------------------------------------------------------ */
/* @group Widgets */
/* ------------------------------------------------------------ */
/* line 1666, sass/3-in.scss */
.content .widget h2 {
  margin-top: 30px;
}
/* line 1667, sass/3-in.scss */
.content .widget:first-child h2 {
  margin-top: 0;
}
/* line 1669, sass/3-in.scss */
.content .widget ul {
  margin-left: 20px;
  margin-right: 0;
}
/* line 1673, sass/3-in.scss */
.content .widget ul ul {
  margin-left: 30px;
}

/* ------------------------------------------------------------ */
/* @group Archive / 404 */
/* ------------------------------------------------------------ */
/* line 1689, sass/3-in.scss */
.error404 .content .widget,
.no-results .content .widget,
.page-template-template-archive-php .content .widget {
  margin-bottom: 35px;
}
/* line 1693, sass/3-in.scss */
.error404 .content .widget ul,
.no-results .content .widget ul,
.page-template-template-archive-php .content .widget ul {
  margin-left: 0;
}
/* line 1696, sass/3-in.scss */
.error404 .content .widget ul li,
.no-results .content .widget ul li,
.page-template-template-archive-php .content .widget ul li {
  list-style: none;
}
/* line 1699, sass/3-in.scss */
.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;
}
/* line 1704, sass/3-in.scss */
.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;
}
/* line 1707, sass/3-in.scss */
.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 */
/* ------------------------------------------------------------ */
/* line 1723, sass/3-in.scss */
.content .wpcf7-form input,
.content .wpcf7-form textarea {
  width: 100%;
}
/* line 1727, sass/3-in.scss */
.content .wpcf7-form .wpcf7-form-control-wrap {
  width: 100%;
}
/* line 1729, sass/3-in.scss */
.content .wpcf7-form .wpcf7-form-control-wrap .wpcf7-not-valid-tip {
  display: none;
}
/* line 1730, sass/3-in.scss */
.content .wpcf7-form .wpcf7-form-control-wrap .wpcf7-not-valid {
  border-color: #ff7e00 !important;
}
/* line 1733, sass/3-in.scss */
.content .wpcf7-form .wpcf7-response-output {
  margin: 0;
  font-weight: bold;
  padding: 15px 25px;
  font-size: .85em;
  text-align: center;
  color: white;
  border: none;
}
/* line 1743, sass/3-in.scss */
.content .wpcf7-form .wpcf7-mail-sent-ok {
  background: #81bd21;
}
/* line 1744, sass/3-in.scss */
.content .wpcf7-form .wpcf7-validation-errors {
  background: #ff7e00;
}

/* ------------------------------------------------------------ */
/* @group Plugin: Nivo Lightbox */
/* ------------------------------------------------------------ */
/* line 1753, sass/3-in.scss */
.nivo-lightbox-theme-default .nivo-lightbox-close {
  width: 20px !important;
  height: 20px !important;
}

/*



===============================================================
===============================================================
===============================================================
===============================================================
*/
/* @group +++ INNER SHORTCODES +++ */
/*
===============================================================
===============================================================
===============================================================
===============================================================



*/
/* ------------------------------------------------------------ */
/* @group Horizontal Rulers and Spacers */
/* ------------------------------------------------------------ */
/* line 1781, sass/3-in.scss */
hr,
hr.ruven {
  height: 2px;
  margin-top: 30px;
  margin-bottom: 30px;
  background: #f1f1f1;
  color: #f1f1f1;
  border: none;
  text-align: left;
  clear: both;
}
/* line 1792, sass/3-in.scss */
hr:first-child,
hr.ruven:first-child {
  margin-top: 0px !important;
}
/* line 1794, sass/3-in.scss */
hr.medium,
hr.ruven.medium {
  margin-top: 50px;
  margin-bottom: 50px;
}
/* line 1795, sass/3-in.scss */
hr.large,
hr.ruven.large {
  margin-top: 65px;
  margin-bottom: 65px;
}
/* line 1797, sass/3-in.scss */
hr.alt,
hr.ruven.alt {
  height: 10px;
}

/* line 1800, sass/3-in.scss */
.ruven-spacer {
  height: 1px;
  margin-top: 25px;
  margin-bottom: 25px;
}
/* line 1805, sass/3-in.scss */
.ruven-spacer.medium {
  margin-top: 50px;
  margin-bottom: 50px;
}
/* line 1806, sass/3-in.scss */
.ruven-spacer.large {
  margin-top: 65px;
  margin-bottom: 65px;
}

/* ------------------------------------------------------------ */
/* @group Buttons */
/* ------------------------------------------------------------ */
/* line 1815, sass/3-in.scss */
a.ruven-button {
  font-size: .85em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
/* line 1819, sass/3-in.scss */
a.ruven-button.medium {
  font-size: 1em;
}
/* line 1820, sass/3-in.scss */
a.ruven-button.large {
  font-size: 1.2em;
}



.display-posts-listing .listing-item {
    clear: both;
    padding-bottom: 60px;
}

.display-posts-listing img {
    float: left;
    margin: 0 10px 10px 0;
}

 .fancybox-title { display: none !important; } 