/*
Theme Name: Sally
Theme URI: http://inibot.com/sally/
Author: Inibot
Author URI: http://inibot.com
Text Domain: sally
*/
/*
  [Table of contents] =============================================================
	- General
	- Header
	- Main Menu (Header/Footer)
	- Posts Grid (Latest News / Archive)
	- Post Content (Single/Page)
	- Featured Posts section
	- Full-Width (Cover Story) section
	- Widgets
	- Footer
	- Comments
	- Contact Template Page
	- Image Template Page
	- Blog Template Page
	- Elements
		-- Related Posts slider
		-- Post Gallery slider
		-- Author Card
		-- Score Panel
		-- Featured Category
		-- Overlay Icons
		-- Pagination
		-- Slide Menu
		-- Meta Buttons
		-- Share Buttons
		-- Mini Icons
		-- Drop Caps
		-- Color Overlay
		-- Sticky Header
*/
/* =============================================================================
   General
   ============================================================================= */
body {
  background: #fff;
  font-family: "Open Sans", Helvetica Neue, Helvetica, Arial, sans-serif;
  -webkit-font-smoothing: subpixel-antialiased;
  -moz-osx-font-smoothing: auto; }

a, a:link {
  color: #f53e2a;
  text-decoration: none; }

a:hover {
  color: #ff4f3b;
  text-decoration: none; }

a:focus {
  outline: 0; }

.container {
  margin-bottom: 30px; }

.container-content {
  margin-bottom: 0; }

.sl-boxed #sl-page {
  margin: 0 auto;
  max-width: 1200px;
  background: #fff; }

.clearfix, .wave {
  *zoom: 1; }

.clearfix:before, .clearfix:after, .wave:before, .wave:after {
  display: inline-block;
  content: "";
  line-height: 0; }

.clearfix:after, .wave:after {
  clear: both; }

.cell {
  overflow: hidden;
  display: table-cell;
  zoom: 1; }

.aligncenter {
  margin: 0 auto;
  display: block;
  text-align: center; }

.alignright {
  float: right;
  margin-left: 10px; }

.alignleft {
  float: left;
  margin-right: 10px; }

.nopadding {
  padding-left: 0;
  padding-right: 0;
  margin-left: 0;
  margin-right: 0; }

.wp-video {
  width: 100%; }

.entry-video {
  margin-bottom: 15px; }

.video-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden; }

.video-container iframe, .video-container object, .video-container embed, .video-container video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

.single-post .entry-content .video-in, .sl-post-page .entry-content .video-in, #secondary .video-in, #footer .video-in {
  display: block;
  margin: 0 auto;
  max-width: 718px; }

.accordion {
  display: block;
  float: left;
  margin-bottom: 10px;
  width: 100%; }

.main-content thead > tr > th,
.main-content tbody > tr > th,
.main-content tfoot > tr > th,
.main-content thead > tr > td,
.main-content tbody > tr > td,
.main-content tfoot > tr > td {
  padding: 8px;
  line-height: 1.42857143;
  vertical-align: top;
  border-top: 1px solid #dddddd; }
.main-content thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #dddddd; }
.main-content caption + thead > tr:first-child > th,
.main-content colgroup + thead > tr:first-child > th,
.main-content thead:first-child > tr:first-child > th,
.main-content caption + thead > tr:first-child > td,
.main-content colgroup + thead > tr:first-child > td,
.main-content thead:first-child > tr:first-child > td {
  border-top: 0; }
.main-content tbody + tbody {
  border-top: 2px solid #dddddd; }
.main-content table, .main-content th, .main-content td {
  border: 1px solid #eee; }
.main-content table {
  width: 100%;
  margin: 0 0 1em;
  table-layout: fixed; }

a.btn, a.btn:link {
  color: #fff; }

a.btn-default, a.btn-default:link {
  color: #333; }

.panel-title {
  margin: 5px 0 !important; }

.tooltip.top .tooltip-arrow {
  border-top-color: #111; }

.tooltip-inner {
  background-color: #222; }

.fb-comments-count {
  display: inline; }

.alert-noresults {
  background: #fff;
  color: #888;
  border-color: #ddd;
  margin: 0 0 25px;
  clear: both;
  width: 100%;
  display: block;
  overflow: auto; }

h1, h2, h3, h4, h5, h6 {
  font-weight: normal;
  margin-top: 0; }

h3.sec-title {
  font-family: "Roboto Condensed", Helvetica Neue, Helvetica, Arial, sans-serif;
  font-size: 24px;
  font-weight: 700;
  text-transform: uppercase;
  color: #000;
  text-align: left;
  position: relative;
  padding: 0;
  margin: 0 0 20px;
  line-height: 1.4;
  width: 100%; }
  h3.sec-title:before {
    content: "";
    height: 5px;
    width: 5px;
    position: absolute;
    z-index: 25;
    right: 0;
    bottom: 43%;
    background: #ddd;
    border-radius: 50%; }
  h3.sec-title:after {
    display: block;
    position: relative;
    content: "";
    height: 1px;
    width: 100%;
    bottom: .7em;
    border-bottom: 1px solid #eee;
    z-index: 20; }
  h3.sec-title span, h3.sec-title span a {
    position: relative;
    z-index: 30;
    background: #fff;
    padding: 0 14px 0 0; }
  h3.sec-title span span {
    font-size: 1em;
    padding: 0; }
  h3.sec-title a {
    color: #000; }

h3.sec-center {
  text-align: center; }
  h3.sec-center span {
    padding: 0 16px; }

.loading {
  background: #f5f5f5 url(../img/loader.gif) no-repeat center center; }

.sl-unit {
  margin-top: 0;
  padding-top: 0; }

.bnr-section {
  padding: 0;
  overflow: hidden;
  text-align: center;
  margin: 0 auto; }

.bnr-section ins {
  display: block;
  margin: 0 auto 20px;
  padding: 0; }

.bnr-section .img-responsive {
  margin: 0 auto;
  text-align: center; }

/* Text meant only for screen readers. */
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden; }

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

/* =============================================================================
   Header (Logo / Nav / Search Button)
   ============================================================================= */
#sl-header {
  background: #000;
  position: relative;
  margin-bottom: 30px;
  min-height: 90px; }
  #sl-header .container {
    position: relative;
    margin-bottom: 0; }
  #sl-header .mini-icons {
    display: none !important; }

.sl-logo {
  display: inline-block;
  float: left;
  height: 90px;
  width: auto;
  margin: 0 7px 0 0;
  position: relative; }
  .sl-logo h1.logo-img::before {
    content: "";
    display: inline-block;
    height: 90px;
    vertical-align: middle; }
  .sl-logo h1.logo-img img {
    max-height: 100%;
    max-width: 100%; }
  .sl-logo h1.logo {
    font-family: "Roboto Condensed", Helvetica Neue, Helvetica, Arial, sans-serif;
    font-size: 2.9em;
    display: inline-block;
    position: relative;
    font-weight: 700;
    color: #fff;
    padding: 22px 0 0;
    margin: 0;
    line-height: 1; }
    .sl-logo h1.logo a {
      color: #fff; }

.sl-navbar {
  width: auto;
  margin: 0 0 0 15px;
  float: left;
  background: #000; }

.sl-search-bar {
  position: absolute;
  right: 15px;
  top: 22px;
  width: 42px;
  height: 42px;
  z-index: 99;
  -webkit-transition: width .8s ease-in-out;
  transition: width .8s ease-in-out;
  overflow: hidden; }
  .sl-search-bar:hover {
    background: #000;
    opacity: 1; }

.sl-search-bar:hover, .nav-search:hover {
  width: 250px; }

.sl-search-bar:hover .nav-search input {
  position: absolute;
  width: 70%;
  background: none;
  border-bottom: 1px solid #333;
  border-bottom: 1px solid RGBA(200, 200, 200, 0.2);
  opacity: 1; }

.sl-search-bar .srch_btn {
  background: #f53e2a;
  color: #fff;
  height: 42px;
  width: 42px;
  margin: 0;
  padding: 7px;
  float: left;
  border-radius: 50%;
  text-align: center;
  -webkit-transition: .3s linear;
  transition: .3s linear; }
  .sl-search-bar .srch_btn:before {
    top: 4px;
    left: 1px;
    font-size: 18px;
    -webkit-transition: .3s linear;
    transition: .3s linear; }

.sl-search-bar:hover .srch_btn {
  background: #14E17A;
  border-color: transparent;
  -webkit-transition: .01s linear;
  transition: .01s linear; }
  .sl-search-bar:hover .srch_btn:before {
    color: #fff;
    -webkit-transition: .01s linear;
    transition: .01s linear; }

.nav-search {
  line-height: 10px;
  color: #111;
  width: 100%; }
  .nav-search input {
    float: right;
    width: 0;
    background: none;
    height: 42px;
    line-height: 20px;
    margin: -1px 0 0 5px;
    padding: 4px 10px 0px 0;
    font-size: 16px;
    color: #333;
    outline: none;
    border-radius: 0;
    border: 0;
    opacity: 0;
    -webkit-appearance: none;
    left: 52px;
    -webkit-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out; }

.nav-search input::-webkit-input-placeholder {
  color: #999;
  color: RGBA(200, 200, 200, 0.6); }

.nav-search input::-moz-placeholder {
  color: #999;
  color: RGBA(200, 200, 200, 0.6); }

.nav-search input:-ms-input-placeholder {
  color: #999;
  color: RGBA(200, 200, 200, 0.6); }

.nav-search input::placeholder {
  color: #999;
  color: RGBA(200, 200, 200, 0.6); }

.nav-search input:focus {
  color: #888;
  color: RGBA(200, 200, 200, 0.7); }

.nav-search label {
  display: none; }

/* =============================================================================
   Main Menu (Header & Footer)
   ============================================================================= */
.sl-navbar .sf-menu {
  float: left;
  margin-bottom: 1em; }
.sl-navbar .sf-menu, .sl-navbar .sf-menu * {
  font-family: "Roboto Condensed", Helvetica Neue, Helvetica, Arial, sans-serif;
  margin: 0;
  padding: 0;
  list-style: none;
  text-transform: uppercase; }
.sl-navbar .sf-menu > li {
  float: left; }
.sl-navbar .sf-menu li:hover > ul, .sl-navbar .sf-menu li.sfHover > ul {
  display: block; }
.sl-navbar .sf-menu li {
  position: relative;
  white-space: nowrap;
  *white-space: normal; }
.sl-navbar .sf-menu ul {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 9999;
  min-width: 11.5em;
  *width: 11.5em;
  text-align: left; }
.sl-navbar .sf-menu ul ul {
  top: 0;
  left: 100%; }
.sl-navbar .sf-menu a {
  display: block;
  position: relative;
  z-index: 2;
  padding: 1.7em 1em 1.9em;
  text-decoration: none;
  zoom: 1;
  /* IE7 */
  color: #eee;
  font-size: 18px;
  line-height: 1.4;
  font-weight: 700;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transition: .3s linear;
  transition: .3s linear; }
.sl-navbar .sf-menu ul a {
  color: #ccc;
  background: #555;
  font-size: 16px;
  padding: .8em 1.1em;
  border-bottom: 1px solid transparent; }
  .sl-navbar .sf-menu ul a:hover {
    color: #fff;
    border-bottom: 1px solid transparent; }
.sl-navbar .sf-menu .current-menu-item a, .sl-navbar .sf-menu .current-menu-parent a {
  color: #f53e2a;
  -webkit-transition: .3s linear;
  transition: .3s linear; }
.sl-navbar .sf-menu a:hover, .sl-navbar .sf-menu .current-menu-parent li a, .sl-navbar .sf-menu ul.sub-menu li a:hover, .sl-navbar .sf-arrows > li:hover > .sf-with-ul, .sl-navbar .sfHover > .sf-with-ul a {
  color: #eee;
  background: transparent;
  background: #555;
  -webkit-transition: .01s linear;
  transition: .01s linear; }
.sl-navbar .sf-menu ul li:last-child a {
  border: 0; }
.sl-navbar .sf-menu ul li {
  background: #fff;
  padding: 0;
  margin: 0; }
.sl-navbar .sf-menu ul ul li {
  background: #eee; }
.sl-navbar .sf-arrows .sf-with-ul:after {
  content: '';
  position: absolute;
  top: 50%;
  right: 2px;
  margin-top: -3px;
  height: 0;
  width: 0;
  border: 5px solid transparent;
  border-top-color: #fff;
  border-top-color: rgba(155, 155, 155, 0.5); }
.sl-navbar .sf-arrows .sf-with-ul {
  padding-right: 1.4em;
  *padding-right: 1em; }
.sl-navbar .sf-arrows ul .sf-with-ul:after {
  content: '';
  position: absolute;
  top: 50%;
  right: 0;
  margin-top: -3px;
  height: 0;
  width: 0;
  border: 5px solid transparent;
  border-top-color: #999;
  border-top-color: rgba(155, 155, 155, 0.5); }
.sl-navbar .sf-arrows ul .sf-with-ul {
  padding-right: 1em;
  *padding-right: 1em; }
.sl-navbar .sf-arrows ul .sf-with-ul:after {
  right: .2em;
  top: 50%; }
.sl-navbar .sf-arrows > li > .sf-with-ul:focus:after, .sl-navbar .sf-arrows > li:hover > .sf-with-ul:after, .sl-navbar .sf-arrows > .sfHover > .sf-with-ul:after {
  border-top-color: #999; }
.sl-navbar .sf-arrows ul .sf-with-ul:after {
  margin-top: -5px;
  margin-left: -6px;
  border-color: transparent;
  border-left-color: #dFeEFF;
  border-left-color: rgba(155, 155, 155, 0.5); }
.sl-navbar .sf-arrows ul li > .sf-with-ul:focus:after, .sl-navbar .sf-arrows ul li:hover > .sf-with-ul:after, .sl-navbar .sf-arrows ul .sfHover > .sf-with-ul:after {
  border-left-color: #aaa;
  border-left-color: rgba(155, 155, 155, 0.5); }

#footer .sl-navbar {
  background: transparent;
  height: auto;
  font-size: 13px;
  margin: 0 0 -1px;
  float: none;
  position: relative;
  z-index: 10;
  overflow: visible;
  text-align: center;
  width: 100%;
  position: relative;
  padding: 5px 0;
  border-left: 1px solid #212121;
  border-right: 1px solid #212121; }
#footer .sf-menu {
  height: auto;
  float: none; }
#footer .sf-menu, #footer .sf-menu * {
  margin: 0 auto;
  display: table; }
#footer .sf-menu li {
  float: none;
  display: inline-block; }
#footer .sf-menu a {
  background: transparent;
  padding: 10px 1em 15px;
  color: #eee;
  border: 0;
  font-size: 18px;
  font-weight: 600; }
#footer .sf-menu a:hover {
  color: #f53e2a; }
#footer .sf-menu ul a {
  background: #222;
  font-size: 14px;
  padding: 1em;
  border-bottom: 1px solid #333; }
  #footer .sf-menu ul a:hover {
    border-bottom: 1px solid #444; }
#footer .sf-menu ul li {
  background: #333; }
#footer .sf-menu ul ul li {
  background: #444; }
#footer .sf-arrows .sf-with-ul {
  padding-right: 2.5em;
  *padding-right: 1em; }
#footer .sf-arrows .sf-with-ul:after {
  border-top-color: #444; }
#footer .sf-arrows > li > .sf-with-ul:focus:after, #footer .sf-arrows > li:hover > .sf-with-ul:after, #footer .sf-arrows > .sfHover > .sf-with-ul:after {
  border-top-color: #aaa; }
#footer .sf-arrows ul .sf-with-ul:after {
  border-color: transparent;
  border-left-color: #999; }
#footer .sf-arrows ul li > .sf-with-ul:focus:after, #footer .sf-arrows ul li:hover > .sf-with-ul:after, #footer .sf-arrows ul .sfHover > .sf-with-ul:after {
  border-left-color: #aaa; }
#footer .sf-menu .home-menu {
  display: none; }

/* =============================================================================
   Posts grid (Latest News / Archive pages)
   ============================================================================= */
#sl-main-feed {
  overflow: hidden; }
  #sl-main-feed article {
    position: relative;
    padding: 0;
    margin: 0 0 25px;
    overflow: hidden;
    background: #fff; }
  #sl-main-feed .entry-content {
    border: 1px solid #eee;
    position: relative;
    height: 250px;
    padding: 8px 0 15px;
    overflow: hidden; }
  #sl-main-feed .entry-content p {
    font-size: 14px;
    line-height: 1.6;
    color: #777; }
  #sl-main-feed .entry-meta {
    width: 100%;
    max-height: 33px;
    position: absolute;
    bottom: 15px;
    left: 0;
    margin: 0;
    padding: 8px 0px 0;
    overflow: hidden;
    z-index: 60;
    border-top: 1px solid #eee; }
    #sl-main-feed .entry-meta a, #sl-main-feed .entry-meta [class*="meta-"] {
      font-size: 10px;
      color: #555; }
    #sl-main-feed .entry-meta .meta-com {
      float: right;
      padding-right: 0; }
  #sl-main-feed .featured-img {
    margin: 0 0 -1px;
    max-height: 250px;
    height: 250px;
    background: #eee;
    overflow: hidden;
    position: relative;
    z-index: 20; }
    #sl-main-feed .featured-img img {
      width: 100%;
      height: auto; }
  #sl-main-feed .entry-title {
    color: #000;
    font-size: 22px;
    font-family: "Roboto Condensed", Helvetica Neue, Helvetica, Arial, sans-serif;
    line-height: 1.4;
    margin: 4px 0 10px; }
    #sl-main-feed .entry-title a {
      color: #000; }
  #sl-main-feed .entry-title, #sl-main-feed .entry-content p, #sl-main-feed .entry-meta {
    padding-right: 15px;
    padding-left: 15px; }
  #sl-main-feed .entry-fade::after {
    content: "";
    height: 120px;
    width: 100%;
    position: absolute;
    bottom: 0;
    background: #fff;
    background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, white 45%, white 100%);
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, white 45%, white 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff', GradientType=0 ); }
  #sl-main-feed .meta-cat {
    font-family: "Roboto Condensed", Helvetica Neue, Helvetica, Arial, sans-serif;
    display: inline; }
    #sl-main-feed .meta-cat a {
      font-size: 11px;
      text-transform: uppercase;
      color: #f53e2a;
      top: 1px;
      left: 15px;
      position: relative; }

/* =============================================================================
   Post Content (Single/Page)
   ============================================================================= */
.sl-int-header header.sl-entry-header {
  margin-left: 0;
  margin-right: 0; }
  .sl-int-header header.sl-entry-header .entry-header-box {
    padding: 12px 15px 10px; }

header.sl-entry-header {
  margin-left: 15px;
  margin-right: 15px;
  position: relative; }

.featured-media-header {
  position: relative;
  overflow: hidden;
  margin: 0 auto;
  max-height: 450px; }
  .featured-media-header .sl-caption {
    position: absolute;
    bottom: 10px;
    right: 10px;
    color: #fff;
    z-index: 100; }
  .featured-media-header:before {
    content: '';
    position: absolute;
    bottom: 0px;
    left: 50%;
    height: 0;
    width: 0;
    border: 8px solid transparent;
    border-bottom-color: #fff;
    z-index: 10;
    text-align: center; }
  .featured-media-header img {
    text-align: center;
    width: 100%;
    height: auto; }
  .featured-media-header .sl-chroma {
    background: #000;
    opacity: 0.3; }
  .featured-media-header .meta-cat {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    position: absolute;
    left: 15px;
    top: 15px;
    padding: 0;
    margin: 0;
    display: inline;
    width: auto;
    z-index: 20; }
    .featured-media-header .meta-cat a {
      font-family: "Roboto Condensed", Helvetica Neue, Helvetica, Arial, sans-serif;
      text-transform: uppercase;
      font-weight: bold;
      color: #f53e2a;
      font-size: 14px;
      padding: 0 10px 0 0;
      margin: 0; }

.single-format-video .embed-item.featured-media-header,
.single-format-audio .embed-item.featured-media-header {
  -webkit-transition: .3s linear;
  transition: .3s linear; }
  .single-format-video .embed-item.featured-media-header:hover,
  .single-format-audio .embed-item.featured-media-header:hover {
    max-height: 900px;
    -webkit-transition: .01s linear;
    transition: .01s linear; }

.sl-post-page .entry-header-box {
  padding: 15px 10px 10px; }

.entry-header-box {
  font-family: "Roboto Condensed", Helvetica Neue, Helvetica, Arial, sans-serif;
  padding: 12px 10px 10px;
  background: #fff;
  border: 1px solid #eee;
  border-top: 0;
  display: block;
  margin: 0px auto 20px;
  text-align: center;
  position: relative;
  z-index: 99; }
  .entry-header-box h2 {
    font-size: 36px;
    font-weight: 600;
    line-height: 1.3;
    margin: 0px 0 14px;
    text-align: center; }
    .entry-header-box h2 a {
      color: #000; }
  .entry-header-box .entry-meta {
    display: inline;
    padding-right: 0px;
    font-size: 14px;
    font-weight: 600; }
    .entry-header-box .entry-meta img {
      width: 35px;
      min-height: 35px;
      height: auto;
      border-radius: 50%;
      margin-right: 5px;
      border: 1px solid #ddd;
      padding: 2px; }

.no-thumb .entry-header-box {
  border-top: 1px solid #eee; }

#sl-post-layout {
  position: relative;
  /* Post Tweaks */ }
  #sl-post-layout .entry-content {
    font-size: 16px;
    color: #353535;
    margin: 0 0 10px;
    overflow: hidden; }
    #sl-post-layout .entry-content h1, #sl-post-layout .entry-content h2, #sl-post-layout .entry-content h3, #sl-post-layout .entry-content h4, #sl-post-layout .entry-content h5, #sl-post-layout .entry-content h6 {
      font-family: "Roboto Condensed", Helvetica Neue, Helvetica, Arial, sans-serif;
      font-weight: 400;
      margin-top: 20px;
      margin-bottom: 20px; }
    #sl-post-layout .entry-content .wp-caption {
      display: inline-block;
      margin-bottom: 0 !important;
      max-width: 100% !important;
      width: auto !important; }
      #sl-post-layout .entry-content .wp-caption img {
        max-width: 100%; }
    #sl-post-layout .entry-content p {
      margin: 0 0 20px;
      line-height: 1.5; }
  #sl-post-layout ul {
    padding-top: 0;
    margin-top: 0; }
  #sl-post-layout ul li {
    list-style: square;
    padding-bottom: 5px; }
  #sl-post-layout ol li {
    padding-bottom: 5px; }
  #sl-post-layout img[class*="align"], #sl-post-layout img[class*="wp-image-"] {
    max-width: 100%;
    height: auto; }
  #sl-post-layout embed, #sl-post-layout iframe, #sl-post-layout object, #sl-post-layout video {
    max-width: 100%; }
  #sl-post-layout img.size-full {
    width: auto; }
  #sl-post-layout article .entry-content img {
    max-width: 100%;
    height: auto; }
  #sl-post-layout .video-in {
    margin: 5px auto 20px; }
  #sl-post-layout .alert {
    margin-bottom: 10px; }
  #sl-post-layout .progress {
    margin-bottom: 10px; }
  #sl-post-layout iframe {
    border: 0; }
  #sl-post-layout .tabbable ul li {
    list-style-type: none; }
  #sl-post-layout .sticky {
    color: #ccc; }
  #sl-post-layout #accordion {
    margin-bottom: 10px; }
  #sl-post-layout .gallery-slider {
    margin: 0 0 15px; }
  #sl-post-layout .progress-panel {
    display: none !important; }
  #sl-post-layout .wp-caption-text {
    text-align: center;
    width: auto;
    border-bottom: 1px solid #ccc;
    margin: 0px auto 10px;
    padding: 8px 0;
    font-size: 13px;
    background: #000;
    color: #eee; }

.entry-content:before, .entry-content:after, .widget_text:before, .widget_text:after {
  content: "";
  display: table; }

.entry-content:after, .widget_text:after {
  clear: both; }

#sl-post-layout .entry-tags {
  font-family: "Roboto Condensed", Helvetica Neue, Helvetica, Arial, sans-serif;
  padding: 0;
  margin: 0 0 30px;
  list-style-type: none;
  float: left;
  width: 100%;
  color: #f53e2a; }
  #sl-post-layout .entry-tags a {
    border-radius: 3px;
    color: #f53e2a;
    font-size: 15px;
    font-weight: 300;
    padding: 5px 0 0 13px;
    text-transform: capitalize;
    -webkit-transition: .3s linear;
    transition: .3s linear; }
    #sl-post-layout .entry-tags a:hover {
      color: #000;
      -webkit-transition: .01s linear;
      transition: .01s linear; }
  #sl-post-layout .entry-tags li {
    list-style-type: circle;
    display: inline-block;
    margin: 0; }

.entry-content .tab-content {
  padding: 15px 0 5px;
  border-bottom: 1px solid #ccc; }
  .entry-content .tab-content p {
    color: #666; }

.entry-content .tabbable li {
  margin: 0 0 -6px;
  padding: 0; }

blockquote {
  margin-bottom: 10px;
  font-weight: 300;
  color: #444; }
  blockquote p {
    line-height: 1.6 !important;
    padding: 0 !important;
    margin: 0 !important; }

blockquote {
  padding: 10px 10px 14px;
  margin: 0 0 16px;
  border: 0;
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd; }

blockquote.pullquote {
  float: left;
  width: 150px;
  border: 0;
  border-right: 4px solid #eee;
  padding: 5px 5px 5px 0;
  margin: 0 20px 20px 0; }

blockquote.pullquote-r {
  float: right;
  width: 150px;
  border: 0;
  border-left: 4px solid #eee;
  padding: 5px 0 5px 15px;
  margin: 0 0 20px 20px; }

hr.sep-sec {
  border: 0;
  border-bottom: 1px solid #eee;
  margin-bottom: 30px; }

/* =============================================================================
   Featured Posts section
   ============================================================================= */
#sl-featured-area {
  font-family: "Roboto Condensed", Helvetica Neue, Helvetica, Arial, sans-serif;
  overflow: hidden;
  position: relative;
  width: 100%;
  max-height: 520px;
  z-index: 200; }
  #sl-featured-area img {
    display: block;
    height: auto;
    width: 100%; }
  #sl-featured-area h2 {
    margin: 0px auto;
    font-size: 30px;
    text-transform: uppercase;
    font-weight: 700;
    line-height: 1.4;
    text-align: left;
    z-index: 10; }
    #sl-featured-area h2 a {
      color: #fff;
      padding: 5px 0 0;
      display: block; }
  #sl-featured-area .sl-featured-item {
    overflow: hidden;
    padding: 0;
    margin: 0;
    position: relative;
    max-width: 100%; }
    #sl-featured-area .sl-featured-item img {
      max-width: 100% !important; }
  #sl-featured-area .sl-featured-box {
    overflow: hidden;
    background: #fff;
    position: relative;
    margin-right: 5px;
    max-width: 528px;
    height: 520px; }
  #sl-featured-area .item-group {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    z-index: 200;
    position: absolute;
    bottom: 40px;
    width: 100%;
    padding: 0 20px; }
  #sl-featured-area .meta-cat a {
    text-transform: uppercase;
    font-weight: bold;
    font-style: italic;
    color: #f53e2a;
    font-size: 14px;
    padding: 0 10px 0 0;
    margin: 0; }

#sl-featured-area .label-title {
  position: absolute;
  top: 25px;
  left: 15px;
  z-index: 100;
  display: inline-block;
  text-transform: uppercase;
  padding: 0;
  background: transparent;
  font-size: 18px;
  font-weight: 700;
  color: #FCD911;
  -webkit-transition: .3s linear;
  transition: .3s linear; }
  #sl-featured-area .label-title::before {
    padding-right: 10px; }

@media only screen and (min-width: 1200px) {
  #sl-featured-area.loading {
    height: 500px; } }
/* =============================================================================
   Carousel Posts section
   ============================================================================= */
#sl-carousel-area {
  font-family: "Roboto Condensed", Helvetica Neue, Helvetica, Arial, sans-serif;
  overflow: hidden;
  position: relative;
  width: 100%;
  margin-bottom: -5px;
  z-index: 200; }
  #sl-carousel-area img {
    display: block;
    height: auto;
    width: 100%; }
  #sl-carousel-area h2 {
    margin: 0px auto;
    font-size: 20px;
    text-transform: uppercase;
    font-weight: 700;
    line-height: 1.4;
    text-align: left;
    z-index: 10; }
    #sl-carousel-area h2 a {
      color: #fff;
      padding: 5px 0 0;
      display: block; }
  #sl-carousel-area .sl-featured-item {
    overflow: hidden;
    padding: 0;
    margin: 0;
    position: relative;
    max-width: 100%;
    max-height: 345px; }
    #sl-carousel-area .sl-featured-item img {
      max-width: 100% !important; }
  #sl-carousel-area .sl-featured-box {
    overflow: hidden;
    background: #fff;
    position: relative;
    margin-right: 5px;
    max-width: 528px;
    height: 345px; }
  #sl-carousel-area .item-group {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    z-index: 200;
    position: absolute;
    bottom: 40px;
    width: 100%;
    padding: 0 20px; }
  #sl-carousel-area .meta-cat a {
    text-transform: uppercase;
    font-weight: bold;
    font-style: italic;
    color: #f53e2a;
    font-size: 14px;
    padding: 0 10px 0 0;
    margin: 0; }

#sl-carousel-area .label-title {
  position: absolute;
  top: 25px;
  left: 15px;
  z-index: 100;
  display: inline-block;
  text-transform: uppercase;
  padding: 0;
  background: transparent;
  font-size: 18px;
  font-weight: 700;
  color: #FCD911;
  -webkit-transition: .3s linear;
  transition: .3s linear; }
  #sl-carousel-area .label-title::before {
    padding-right: 10px; }

@media only screen and (min-width: 1200px) {
  #sl-carousel-area.loading {
    height: 300px; } }
/* =============================================================================
   Full-Width (Cover Story) section
   ============================================================================= */
#sl-hero-section {
  font-family: "Roboto Condensed", Helvetica Neue, Helvetica, Arial, sans-serif;
  background: #ccc;
  margin: -30px 0 30px;
  width: 100%;
  height: 400px;
  overflow: hidden;
  position: relative;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-size: cover;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }
  #sl-hero-section .container {
    position: relative;
    height: 100%;
    text-align: center;
    margin: 0 auto; }
  #sl-hero-section img {
    width: 100%;
    max-width: 100%;
    height: auto;
    position: absolute;
    top: 0;
    left: 0; }
  #sl-hero-section .sl-group-over {
    width: 100%;
    display: inline;
    position: relative;
    z-index: 20;
    text-align: center;
    top: 130px;
    margin: 0 auto;
    overflow: auto; }
    #sl-hero-section .sl-group-over a {
      display: block; }
  #sl-hero-section h2 {
    padding: 0 0px;
    width: 60%;
    margin: 10px auto 0;
    font-size: 36px;
    text-transform: uppercase;
    font-weight: 700;
    line-height: 1.4;
    z-index: 10;
    color: #fff;
    display: inline-block; }
    #sl-hero-section h2 a {
      color: #fff;
      display: block; }
  #sl-hero-section .featured-label {
    display: block;
    position: relative;
    z-index: 20;
    text-transform: uppercase;
    padding: 7px 0 0;
    font-size: 18px;
    font-weight: 700;
    color: #FCD911;
    text-align: center;
    -webkit-transition: .3s linear;
    transition: .3s linear; }
  #sl-hero-section .sl-chroma {
    background: RGBA(0, 0, 0, 0.6) url(../img/overlay_a.png) repeat;
    opacity: 0.8; }

/* =============================================================================
   Widgets (Sidebar & Footer)
   ============================================================================= */
#secondary {
  float: right;
  width: 100%; }

.widget:before, .widget:after {
  display: table;
  content: "";
  line-height: 0; }

.widget:after {
  clear: both; }

.widget {
  margin: 0px 0px 30px 0;
  font-size: 14px;
  color: #333;
  clear: both; }
  .widget .wp-caption-text {
    text-align: center;
    width: auto;
    border-bottom: 1px solid #ccc;
    margin: 0px auto 10px;
    padding: 10px 0;
    font-size: 12px;
    background: #000;
    color: #eee; }
  .widget .li-content {
    position: relative; }
  .widget small {
    font-size: 10px; }
  .widget iframe {
    max-width: 100%; }
  .widget select {
    max-width: 100%; }
  .widget .wp-smiley {
    display: inline; }
  .widget li.list-round img {
    border-radius: 50%;
    max-width: 80px; }
  .widget img {
    display: block;
    max-width: 100%;
    height: auto; }
  .widget h3 img {
    display: inline; }
  .widget .single-bb img {
    margin: 0 auto;
    text-align: center;
    float: none; }
  .widget .bnr-section ins {
    display: block;
    margin: 0 auto 0px;
    padding: 0; }
  .widget .fb_iframe_widget, .widget .fb_iframe_widget span, .widget .fb_iframe_widget span iframe[style] {
    width: 100% !important; }

.widget ul {
  margin: 0;
  padding: 0;
  overflow: hidden;
  background: #fff; }

.widget ul li {
  list-style: none;
  padding: 0px 5px 10px;
  margin: 0px 0 15px;
  border-bottom: 1px solid #eee;
  color: #333;
  overflow: hidden; }
  .widget ul li:last-child {
    margin-bottom: 0; }
  .widget ul li ul li {
    border-bottom: 1px solid #ddd;
    margin-top: 10px; }
  .widget ul li ul li:last-of-type {
    border-bottom: none; }
  .widget ul li a {
    color: #333; }
  .widget ul li a:hover {
    color: #f53e2a; }
  .widget ul li img {
    width: 20%;
    height: auto;
    padding-right: 0;
    margin: 0 10px 0px 0;
    float: left; }

.widget .meta-wg {
  font-size: 11px;
  margin-top: 6px;
  color: #555;
  text-transform: uppercase; }
  .widget .meta-wg a {
    color: #555; }
  .widget .meta-wg .meta-date {
    padding: 1px 0 6px 0px;
    margin-right: 5px;
    text-transform: uppercase; }
  .widget .meta-wg .icon-date::before {
    padding: 0 5px 0 0; }
  .widget .meta-wg .icon-comments::before {
    padding: 0 5px 0 0; }

#footer .widget .meta-wg {
  color: #aaa; }
  #footer .widget .meta-wg a {
    color: #aaa; }

/* =============================================================================
   Widgets (Footer only)
   ============================================================================= */
#footer .widget {
  font-size: 14px;
  color: #ccc;
  margin: 0 0 20px 0; }
  #footer .widget ul {
    background: transparent; }
  #footer .widget .wp-caption-text {
    text-align: center;
    width: auto;
    border-bottom: 1px solid #222;
    margin: 0px auto 10px;
    padding: 10px 0;
    font-size: 12px;
    background: #111;
    color: #eee; }

#footer .widget h3 {
  margin: 0 0 10px;
  font-family: "Roboto Condensed", Helvetica Neue, Helvetica, Arial, sans-serif;
  background: none;
  line-height: 1.6;
  font-weight: 500;
  padding: 0;
  text-transform: uppercase;
  font-size: 18px;
  color: #eee; }

#footer .widget ul {
  margin: 0 0 5px 0;
  padding: 0; }

#footer .widget ul li {
  margin-top: 0;
  color: #ccc;
  border-color: #222; }
  #footer .widget ul li ul li {
    border-bottom: 1px solid #222; }
  #footer .widget ul li ul li:last-of-type {
    border-bottom: none; }
  #footer .widget ul li a {
    color: #ccc; }
  #footer .widget ul li img {
    width: 20%;
    border-color: #333;
    padding: 2px; }

#footer .widget .meta-wg {
  text-transform: none; }

/* =============================================================================
   Search Widget
   ============================================================================= */
.widget_search form {
  position: relative;
  overflow: hidden;
  margin: 0 auto;
  text-align: center; }
.widget_search .assistive-text {
  display: none; }
.widget_search input.submit {
  display: none; }
.widget_search input.field {
  color: #999;
  width: 70%;
  border: 2px solid #ccc;
  padding: 9px 5px;
  background: #eee; }
.widget_search input.field:focus {
  background: #fff;
  outline: 0;
  color: #222; }

#footer .widget_search input.field {
  border-color: #aaa; }
#footer .widget_search input.searchsubmit:hover {
  border-color: #E8D049;
  color: #E8D049; }

.form-search label {
  display: none; }
.form-search input.field {
  color: #999;
  width: 180px;
  border: 2px solid #ccc;
  padding: 9px 5px;
  background: #f2f2f2; }
  .form-search input.field:focus {
    color: #333;
    background: #fff;
    border-color: rgba(98, 98, 98, 0.4);
    outline: 0; }
.form-search .searchsubmit {
  margin-top: -3px;
  padding: 5px 11px;
  display: inline-block;
  width: auto; }

/* =============================================================================
   Tag Cloud Widget
   ============================================================================= */
.widget_tag_cloud ul, .widget_tags_sally ul, .widget_cats_sally ul {
  margin: 0;
  padding: 0;
  overflow: auto; }
  .widget_tag_cloud ul li, .widget_tags_sally ul li, .widget_cats_sally ul li {
    float: left;
    margin: 0;
    padding: 0;
    border: 0;
    background: none;
    list-style: none;
    overflow: visible; }
    .widget_tag_cloud ul li a, .widget_tags_sally ul li a, .widget_cats_sally ul li a {
      display: block;
      border: 1px solid #aaa;
      color: #666;
      border-radius: 10px;
      padding: 4px 8px;
      font-size: 13px !important;
      -webkit-transition: .8s linear;
      transition: .8s linear;
      margin: 3px 4px 3px 0;
      background: none;
      text-transform: capitalize; }
      .widget_tag_cloud ul li a:hover, .widget_tags_sally ul li a:hover, .widget_cats_sally ul li a:hover {
        color: #333;
        border-color: #f53e2a;
        -webkit-transition: .01s linear;
        transition: .01s linear; }

#footer .widget_tag_cloud ul li, #footer .widget_tags_sally ul li, #footer .widget_cats_sally ul li {
  float: left;
  margin: 0;
  padding: 0;
  border: 0; }
  #footer .widget_tag_cloud ul li a, #footer .widget_tags_sally ul li a, #footer .widget_cats_sally ul li a {
    border-color: #222;
    color: #ccc; }
    #footer .widget_tag_cloud ul li a:hover, #footer .widget_tags_sally ul li a:hover, #footer .widget_cats_sally ul li a:hover {
      border-color: #f53e2a; }

/* =============================================================================
   List Authors Widget
   ============================================================================= */
.widget_sally_authors ul {
  text-align: center; }
.widget_sally_authors ul li {
  text-align: center;
  margin-bottom: 10px;
  display: inline;
  border: 0; }
.widget_sally_authors ul li a {
  border-radius: 50%;
  padding: 3px;
  margin: 0 0 5px;
  border: 1px solid #aaa;
  position: relative;
  display: inline-block;
  width: 60px; }
.widget_sally_authors ul li a:hover {
  border-color: #ff3a38; }
.widget_sally_authors ul img.avatar {
  width: 100%;
  height: auto;
  position: relative;
  border: 0;
  border-radius: 50%;
  text-align: center; }

#footer .widget_sally_authors ul {
  margin: 0;
  padding: 0; }
  #footer .widget_sally_authors ul img.avatar {
    width: 100%;
    height: auto;
    position: relative;
    border: 0;
    border-radius: 50%;
    text-align: center; }

/* =============================================================================
   Popular Posts Widget
   ============================================================================= */
.widget_sally_popular_posts ul, #footer .widget_sally_popular_posts ul {
  font-family: "Roboto Condensed", Helvetica Neue, Helvetica, Arial, sans-serif;
  overflow: hidden;
  border: 0; }
.widget_sally_popular_posts ul, .widget_sally_popular_posts li, #footer .widget_sally_popular_posts ul, #footer .widget_sally_popular_posts li {
  border: 0;
  margin: 0;
  padding: 0;
  list-style: none; }
.widget_sally_popular_posts h2, #footer .widget_sally_popular_posts h2 {
  font-size: 16px;
  line-height: 1.4;
  color: #fff; }
  .widget_sally_popular_posts h2 a, #footer .widget_sally_popular_posts h2 a {
    color: #000;
    display: block;
    -webkit-transition: .3s linear;
    transition: .3s linear; }
  .widget_sally_popular_posts h2 a:hover, #footer .widget_sally_popular_posts h2 a:hover {
    color: #f53e2a;
    -webkit-transition: .01s linear;
    transition: .01s linear; }
.widget_sally_popular_posts .meta-count, .widget_sally_popular_posts .meta-com, #footer .widget_sally_popular_posts .meta-count, #footer .widget_sally_popular_posts .meta-com {
  font-size: 11px;
  background: #fff;
  padding: 8px;
  border-radius: 10px 0 0 10px;
  color: #000;
  float: right;
  margin-top: 15px; }
.widget_sally_popular_posts .icon-views::before, #footer .widget_sally_popular_posts .icon-views::before {
  color: #000;
  padding: 0 4px 0 0;
  top: 0; }
.widget_sally_popular_posts .icon-comments::before, #footer .widget_sally_popular_posts .icon-comments::before {
  color: #000;
  padding: 0 4px 0 0; }
.widget_sally_popular_posts .popular_list_top, #footer .widget_sally_popular_posts .popular_list_top {
  overflow: hidden;
  position: relative;
  z-index: 20;
  border: 0;
  margin: 0;
  padding: 0; }
  .widget_sally_popular_posts .popular_list_top h2, #footer .widget_sally_popular_posts .popular_list_top h2 {
    width: 100%;
    position: absolute;
    bottom: 5px;
    text-align: center;
    font-size: 22px;
    padding: 13px 15px 13px;
    overflow: hidden; }
    .widget_sally_popular_posts .popular_list_top h2 a, #footer .widget_sally_popular_posts .popular_list_top h2 a {
      color: #fff; }
    .widget_sally_popular_posts .popular_list_top h2 a:hover, #footer .widget_sally_popular_posts .popular_list_top h2 a:hover {
      color: #eee; }
  .widget_sally_popular_posts .popular_list_top img, #footer .widget_sally_popular_posts .popular_list_top img {
    width: 100%;
    height: auto;
    float: none;
    padding: 0;
    margin: 0; }
    .widget_sally_popular_posts .popular_list_top img a, #footer .widget_sally_popular_posts .popular_list_top img a {
      border: 0; }
  .widget_sally_popular_posts .popular_list_top .meta-count, .widget_sally_popular_posts .popular_list_top .meta-com, #footer .widget_sally_popular_posts .popular_list_top .meta-count, #footer .widget_sally_popular_posts .popular_list_top .meta-com {
    position: absolute;
    top: 10px;
    font-weight: bold;
    right: 0;
    padding: 9px 8px;
    background: #ff3a38;
    color: #fff; }
  .widget_sally_popular_posts .popular_list_top .icon-views::before, #footer .widget_sally_popular_posts .popular_list_top .icon-views::before {
    color: #fff; }
  .widget_sally_popular_posts .popular_list_top .icon-comments::before, #footer .widget_sally_popular_posts .popular_list_top .icon-comments::before {
    color: #fff; }
.widget_sally_popular_posts .popular_list, #footer .widget_sally_popular_posts .popular_list {
  list-style: none;
  border: 1px solid #eee;
  margin: -1px 0 0;
  overflow: auto;
  padding: 5px 15px;
  position: relative;
  position: relative;
  z-index: 18; }
  .widget_sally_popular_posts .popular_list h2, #footer .widget_sally_popular_posts .popular_list h2 {
    margin-top: 10px; }
  .widget_sally_popular_posts .popular_list img, #footer .widget_sally_popular_posts .popular_list img {
    float: right;
    display: table-cell;
    width: 25%;
    height: auto;
    margin: 5px 0px 5px 15px; }
  .widget_sally_popular_posts .popular_list .meta-count, .widget_sally_popular_posts .popular_list .meta-com, #footer .widget_sally_popular_posts .popular_list .meta-count, #footer .widget_sally_popular_posts .popular_list .meta-com {
    position: absolute;
    top: 10px;
    right: 15px; }
  .widget_sally_popular_posts .popular_list .meta-cat, #footer .widget_sally_popular_posts .popular_list .meta-cat {
    display: inline; }
    .widget_sally_popular_posts .popular_list .meta-cat a, #footer .widget_sally_popular_posts .popular_list .meta-cat a {
      font-size: 11px;
      text-transform: uppercase;
      color: #f53e2a;
      top: 3px;
      position: relative; }
  .widget_sally_popular_posts .popular_list .entry-meta, #footer .widget_sally_popular_posts .popular_list .entry-meta {
    display: none;
    text-transform: uppercase;
    overflow: hidden;
    font-size: 11px;
    color: #999;
    padding-bottom: 5px; }
    .widget_sally_popular_posts .popular_list .entry-meta a, #footer .widget_sally_popular_posts .popular_list .entry-meta a {
      color: #999; }
  .widget_sally_popular_posts .popular_list .icon-date::before, #footer .widget_sally_popular_posts .popular_list .icon-date::before {
    color: #999;
    padding: 0 5px 0 0;
    left: 1px; }

#footer .widget_sally_popular_posts ul li {
  margin: 0;
  padding: 0;
  border: 0; }
#footer .widget_sally_popular_posts h2 {
  color: #eee; }
  #footer .widget_sally_popular_posts h2 a {
    color: #ccc; }
#footer .widget_sally_popular_posts .meta-count, #footer .widget_sally_popular_posts .meta-com {
  background: #fff;
  color: #000; }
#footer .widget_sally_popular_posts .popular_list_top h2 a {
  color: #fff; }
#footer .widget_sally_popular_posts .popular_list_top h2 a:hover {
  color: #eee; }
#footer .widget_sally_popular_posts .popular_list_top .meta-count, #footer .widget_sally_popular_posts .popular_list_top .meta-com {
  color: #fff; }
#footer .widget_sally_popular_posts .popular_list {
  margin: 0;
  background: #202020;
  border: 0;
  border-bottom: 1px solid #333;
  padding: 5px 10px; }
  #footer .widget_sally_popular_posts .popular_list .meta-count, #footer .widget_sally_popular_posts .popular_list .meta-com {
    right: 12px; }
  #footer .widget_sally_popular_posts .popular_list .entry-meta {
    color: #999; }
    #footer .widget_sally_popular_posts .popular_list .entry-meta a {
      color: #999; }

/* =============================================================================
   Tabbed Posts widget
   ============================================================================= */
.widget_sally_popular_tabbed ul, #footer .widget_sally_popular_tabbed ul {
  margin: 0;
  padding: 0;
  list-style: none;
  font-family: "Roboto Condensed", Helvetica Neue, Helvetica, Arial, sans-serif; }
.widget_sally_popular_tabbed ul li, #footer .widget_sally_popular_tabbed ul li {
  padding: 0px;
  margin: 0px;
  border-bottom: 0;
  overflow: auto; }
.widget_sally_popular_tabbed h2, #footer .widget_sally_popular_tabbed h2 {
  font-family: "Roboto Condensed", Helvetica Neue, Helvetica, Arial, sans-serif;
  font-size: 16px;
  line-height: 1.5;
  color: #fff;
  overflow: hidden; }
  .widget_sally_popular_tabbed h2 a, #footer .widget_sally_popular_tabbed h2 a {
    color: #333;
    display: block;
    -webkit-transition: .3s linear;
    transition: .3s linear; }
  .widget_sally_popular_tabbed h2 a:hover, #footer .widget_sally_popular_tabbed h2 a:hover {
    color: #f53e2a;
    -webkit-transition: .01s linear;
    transition: .01s linear; }
.widget_sally_popular_tabbed .meta-count, .widget_sally_popular_tabbed .meta-com, #footer .widget_sally_popular_tabbed .meta-count, #footer .widget_sally_popular_tabbed .meta-com {
  font-size: 11px;
  background: #fff;
  padding: 8px;
  border-radius: 10px 0 0 10px;
  color: #000;
  float: right;
  margin-top: 15px; }
.widget_sally_popular_tabbed .icon-views::before, #footer .widget_sally_popular_tabbed .icon-views::before {
  padding: 0 4px 0 0;
  top: 0; }
.widget_sally_popular_tabbed .icon-comments::before, #footer .widget_sally_popular_tabbed .icon-comments::before {
  padding: 0 4px 0 0; }
.widget_sally_popular_tabbed li.tabbed_list, #footer .widget_sally_popular_tabbed li.tabbed_list {
  list-style: none;
  border: 1px solid #eee;
  margin: 0;
  margin-top: -1px;
  overflow: auto;
  padding: 5px 15px;
  position: relative; }
  .widget_sally_popular_tabbed li.tabbed_list [class*="icon-"]::before, #footer .widget_sally_popular_tabbed li.tabbed_list [class*="icon-"]::before {
    color: #000; }
  .widget_sally_popular_tabbed li.tabbed_list h2, #footer .widget_sally_popular_tabbed li.tabbed_list h2 {
    margin: 9px 0 15px; }
  .widget_sally_popular_tabbed li.tabbed_list img, #footer .widget_sally_popular_tabbed li.tabbed_list img {
    float: right;
    width: 25%;
    height: auto;
    margin: 5px 0px 5px 10px; }
  .widget_sally_popular_tabbed li.tabbed_list .meta-count, .widget_sally_popular_tabbed li.tabbed_list .meta-com, #footer .widget_sally_popular_tabbed li.tabbed_list .meta-count, #footer .widget_sally_popular_tabbed li.tabbed_list .meta-com {
    position: absolute;
    top: 10px;
    right: 15px; }
  .widget_sally_popular_tabbed li.tabbed_list .meta-cat, #footer .widget_sally_popular_tabbed li.tabbed_list .meta-cat {
    display: inline; }
    .widget_sally_popular_tabbed li.tabbed_list .meta-cat a, #footer .widget_sally_popular_tabbed li.tabbed_list .meta-cat a {
      font-size: 11px;
      text-transform: uppercase;
      color: #f53e2a;
      top: 3px;
      position: relative; }
  .widget_sally_popular_tabbed li.tabbed_list .entry-meta, #footer .widget_sally_popular_tabbed li.tabbed_list .entry-meta {
    display: none;
    text-transform: uppercase;
    overflow: hidden;
    font-size: 11px;
    color: #999;
    padding-bottom: 5px; }
    .widget_sally_popular_tabbed li.tabbed_list .entry-meta a, #footer .widget_sally_popular_tabbed li.tabbed_list .entry-meta a {
      color: #999; }
  .widget_sally_popular_tabbed li.tabbed_list .icon-date::before, #footer .widget_sally_popular_tabbed li.tabbed_list .icon-date::before {
    color: #999;
    padding: 0 5px 0 0;
    left: 1px; }
.widget_sally_popular_tabbed .nav-tabs, #footer .widget_sally_popular_tabbed .nav-tabs {
  overflow: visible;
  background: transparent; }
  .widget_sally_popular_tabbed .nav-tabs li, #footer .widget_sally_popular_tabbed .nav-tabs li {
    margin-bottom: -1px;
    z-index: 20;
    max-width: 166px; }
    .widget_sally_popular_tabbed .nav-tabs li:last-child, #footer .widget_sally_popular_tabbed .nav-tabs li:last-child {
      margin: -0 0 -1px; }
  .widget_sally_popular_tabbed .nav-tabs li.active a, #footer .widget_sally_popular_tabbed .nav-tabs li.active a {
    color: #f53e2a;
    border-color: #eee;
    border-bottom: 1px solid #fff; }
    .widget_sally_popular_tabbed .nav-tabs li.active a::before, #footer .widget_sally_popular_tabbed .nav-tabs li.active a::before {
      color: #f53e2a; }
  .widget_sally_popular_tabbed .nav-tabs li a, #footer .widget_sally_popular_tabbed .nav-tabs li a {
    font-weight: 700;
    color: #999;
    padding: 12px 20px;
    border-radius: 0;
    text-transform: uppercase;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    max-width: 100%; }
  .widget_sally_popular_tabbed .nav-tabs .icon-views::before, #footer .widget_sally_popular_tabbed .nav-tabs .icon-views::before {
    padding: 0 5px 0 0; }
  .widget_sally_popular_tabbed .nav-tabs .icon-latest::before, #footer .widget_sally_popular_tabbed .nav-tabs .icon-latest::before {
    top: 0;
    padding: 0 5px 0 0; }

#footer .widget_sally_popular_tabbed ul li {
  border-color: #333; }
#footer .widget_sally_popular_tabbed h2 {
  color: #eee; }
  #footer .widget_sally_popular_tabbed h2 a {
    color: #ccc; }
#footer .widget_sally_popular_tabbed .meta-count, #footer .widget_sally_popular_tabbed .meta-com {
  background: #fff;
  color: #000; }
#footer .widget_sally_popular_tabbed li.tabbed_list {
  border-color: #333; }
  #footer .widget_sally_popular_tabbed li.tabbed_list [class*="icon-"]::before {
    color: #000; }
  #footer .widget_sally_popular_tabbed li.tabbed_list .meta-count, #footer .widget_sally_popular_tabbed li.tabbed_list .meta-com {
    right: 17px; }
#footer .widget_sally_popular_tabbed .nav-tabs {
  border-color: #333; }
  #footer .widget_sally_popular_tabbed .nav-tabs li.active a {
    background: transparent;
    border-color: #333;
    border-bottom: 1px solid #000; }
  #footer .widget_sally_popular_tabbed .nav-tabs li a {
    color: #999; }
  #footer .widget_sally_popular_tabbed .nav-tabs li a:hover {
    background: #222;
    border-color: transparent; }

/* =============================================================================
   Slider Widget
   ============================================================================= */
.widget_sally_catposts .yk-slider {
  margin-bottom: 0;
  padding-bottom: 0; }
.widget_sally_catposts .item {
  overflow: hidden;
  max-height: 350px;
  margin-right: 2px; }
  .widget_sally_catposts .item img {
    width: 100%;
    height: auto;
    margin: 0;
    float: none;
    border: 0; }
.widget_sally_catposts h2 {
  position: absolute;
  bottom: 10px;
  padding: 0 15px 15px;
  font-size: 28px;
  font-weight: 700;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  line-height: 1.2em;
  font-family: "Roboto Condensed", Helvetica Neue, Helvetica, Arial, sans-serif;
  color: #fff;
  width: 100%;
  text-align: center; }
  .widget_sally_catposts h2 a {
    color: #fff; }

/* =============================================================================
   Video Widget
   ============================================================================= */
.single-post .entry-content .video-in, .sl-post-page .entry-content .video-in, .widget .video-in {
  margin-bottom: 10px; }

/* =============================================================================
   Square Ads Widget
   ============================================================================= */
.widget_sally_adsqu ul {
  overflow: auto; }
.widget_sally_adsqu ul li {
  border: none;
  margin: 0 auto;
  padding: 0;
  margin-bottom: 10px;
  float: left;
  list-style: none;
  overflow: visible;
  text-align: center;
  width: 50%; }
  .widget_sally_adsqu ul li img {
    width: auto;
    float: none;
    text-align: center;
    border: 0;
    padding: 0;
    margin: 0 auto; }

#footer .widget_sally_adsqu ul li {
  border: none;
  margin: 0 auto;
  padding: 0; }

/* =============================================================================
   Recent Comments with Gravatar Widget
   ============================================================================= */
.widget_sally_recentcomms ul li {
  overflow: auto;
  max-width: 100%;
  height: auto;
  padding-bottom: 5px; }
  .widget_sally_recentcomms ul li a {
    color: #333; }
.widget_sally_recentcomms img {
  width: 50px !important;
  height: auto;
  border: 1px solid #ccc;
  width: 100%;
  height: auto;
  position: relative;
  border: 0;
  border-radius: 50%;
  text-align: center; }
.widget_sally_recentcomms .author-av {
  border-radius: 50%;
  padding: 3px;
  margin: 0 10px 5px 0;
  border: 1px solid #ccc;
  position: relative;
  display: inline-block;
  float: left;
  width: 53px; }
.widget_sally_recentcomms .comment-text {
  overflow: auto; }

#footer .widget_sally_recentcomms ul li {
  padding: 5px 10px; }

/* =============================================================================
   Facebook Like Box Widget
   ============================================================================= */
.widget_sally_fblike .fb-like-box, .widget_sally_fblike .fb-like-box span, .widget_sally_fblike .fb-like-box span iframe[style] {
  width: 100%; }

.widget_sally_fblike .fb-like-box {
  background: #fff; }

#footer .widget_sally_fblike .fb-like-box {
  background: #111; }

/* =============================================================================
   Gallery Widget
   ============================================================================= */
.widget_quick-flickr-widget ul {
  overflow: auto;
  margin-top: 5px; }
  .widget_quick-flickr-widget ul li {
    border: none;
    float: left;
    margin: 0px 17px 10px 0;
    padding: 0;
    overflow: visible;
    width: 29%;
    display: block; }
    .widget_quick-flickr-widget ul li.dpht {
      margin-right: 0; }
    .widget_quick-flickr-widget ul li img {
      display: block;
      width: 100%;
      height: auto;
      margin: 0;
      padding: 4px;
      -webkit-transition: .3s linear;
      transition: .3s linear;
      border: 1px solid #ccc; }
      .widget_quick-flickr-widget ul li img:hover {
        border-color: #f53e2a;
        -webkit-transition: .01s linear;
        transition: .01s linear; }

#footer .widget_quick-flickr-widget ul {
  margin-top: 5px; }
  #footer .widget_quick-flickr-widget ul li {
    border: 0;
    padding: 0;
    margin: 0px 17px 10px 0;
    background: none;
    width: 28%;
    max-width: 100px; }
    #footer .widget_quick-flickr-widget ul li img {
      display: block;
      width: 100%;
      height: auto;
      margin: 0;
      padding: 4px;
      border: 1px solid #333; }
      #footer .widget_quick-flickr-widget ul li img:hover {
        border-color: #f53e2a; }

/* =============================================================================
   WordPress Calendar Widget
   ============================================================================= */
#wp-calendar {
  width: 100%; }
  #wp-calendar caption {
    color: #eee;
    font-size: 13px;
    margin-top: 0px;
    background: #222;
    padding: 8px 0;
    text-align: center;
    text-transform: uppercase; }
  #wp-calendar thead {
    font-size: 10px;
    background: #444;
    color: #fff; }
  #wp-calendar thead th {
    padding: 4px 10px; }
  #wp-calendar tbody {
    color: #aaa; }
  #wp-calendar tbody td {
    background: #333;
    color: #ccc;
    text-align: center;
    padding: 2.5% 2.5%;
    font-size: 13px; }
    #wp-calendar tbody td a {
      color: #ccc;
      text-decoration: underline; }
  #wp-calendar tbody td.pad {
    background: #222; }
  #wp-calendar tbody .pad {
    background: none; }
  #wp-calendar #today {
    color: #fff;
    text-shadow: 0 1px 0 rgba(0, 0, 0, 0.3);
    background: #ff3a38; }
  #wp-calendar tfoot #next {
    font-size: 10px;
    text-transform: uppercase;
    text-align: right; }
  #wp-calendar tfoot #prev {
    font-size: 10px;
    text-transform: uppercase;
    padding-top: 5px; }

/* =============================================================================
   Footer
   ============================================================================= */
#footer {
  background: black;
  padding: 0 0 10px;
  font-size: 13px;
  font-weight: 300;
  color: #ccc;
  min-height: 200px; }
  #footer a {
    color: #ccc; }
    #footer a:hover {
      color: #f53e2a; }
  #footer .footer-cols {
    padding-top: 20px; }
  #footer .unroll {
    margin-left: -20px;
    margin-right: -14px;
    clear: both; }
  #footer .omega:before {
    border-color: #222;
    z-index: auto; }
  #footer .border-push {
    border-color: #222;
    z-index: 2;
    margin: 0 0 0 0;
    padding: 0;
    top: 0; }
  #footer .sl-sep {
    width: 100%;
    border-bottom: 1px solid #ccc;
    margin: 0; }
  #footer h2.logo-footer-img {
    line-height: 0;
    margin: 0 0 10px;
    padding: 0;
    text-align: center; }
  #footer .logo-section img {
    display: inline-block;
    max-width: 100%;
    height: auto;
    overflow: hidden; }
  #footer h2.logo-footer {
    font-family: "Roboto Condensed", Helvetica Neue, Helvetica, Arial, sans-serif;
    color: #fff;
    margin: 5px 0 20px;
    text-transform: uppercase;
    line-height: .73;
    font-size: 3.6em;
    font-weight: 600;
    letter-spacing: -1px;
    text-align: center; }
    #footer h2.logo-footer a {
      color: #fff; }
  #footer .site-description {
    font-size: 14px;
    line-height: 1.6;
    text-align: center; }
  #footer .copy {
    font-size: 11px;
    text-transform: uppercase;
    text-align: center;
    color: #999;
    font-style: italic;
    padding: 20px 0 15px;
    border-top: 1px solid #222; }
  #footer .last-col {
    padding-bottom: 30px; }

#sl-footer {
  position: relative; }

.border-push {
  border: 0;
  border-right: 1px solid #ccc;
  height: 100%;
  margin: 0;
  bottom: 0;
  position: absolute; }

.unroll {
  margin-left: -19px;
  margin-right: -20px;
  clear: both; }

.omega {
  padding-left: 20px;
  padding-right: 20px;
  position: relative; }

.omega:before {
  border: 1px solid #ccc;
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: -1; }

#sl-footer .top-slide {
  font-family: "Helvetica", Arial, sans-serif;
  border: 1px solid #222;
  text-align: center;
  display: inline-block;
  position: absolute;
  font-weight: bold;
  font-size: 18px;
  bottom: 0;
  right: 0;
  display: block;
  padding: 8px 20px 10px;
  -webkit-transition: .3s linear;
  transition: .3s linear; }
  #sl-footer .top-slide:hover {
    -webkit-transition: .01s linear;
    transition: .01s linear;
    color: #fff;
    background: RGBA(20, 225, 122, 1); }

/* =============================================================================
   Comments
   ============================================================================= */
#comments {
  margin: 5px 0 0; }

.single-comment {
  color: #444;
  overflow: auto;
  padding: 10px 0 12px 10px; }
  .single-comment .comment-meta {
    font-size: 11px;
    color: #444;
    clear: both;
    text-transform: uppercase;
    padding: 8px 0px 5px;
    border-top: 1px dashed #eee; }
    .single-comment .comment-meta a:hover {
      color: #333; }
    .single-comment .comment-meta .ccauthor, .single-comment .comment-meta .ccauthor a {
      font-weight: bold; }
    .single-comment .comment-meta .cc-reply {
      float: right;
      text-transform: uppercase;
      padding: 1px 0 0; }
      .single-comment .comment-meta .cc-reply a {
        color: #666;
        font-weight: bold; }
      .single-comment .comment-meta .cc-reply:before {
        top: 1px;
        padding-right: 4px; }

#comments ol.comment-list {
  list-style: none;
  margin: 0;
  padding: 0;
  font-size: 14px; }
  #comments ol.comment-list li {
    margin: 0 0 -1px;
    padding: 8px 15px 10px;
    border: 1px solid #eee; }
  #comments ol.comment-list ul li {
    padding: 8px 15px 0 15px;
    margin: 15px 0 5px;
    list-style: none; }
  #comments ol.comment-list ul {
    padding-left: 0;
    margin-left: 0;
    background: none; }
  #comments ol.comment-list img {
    width: 50px;
    height: 50px;
    float: left;
    margin: 15px 10px 5px 0;
    border-radius: 50%;
    padding: 3px;
    border: 1px solid #ccc; }

/* #Comments ol.comment-list */
#comments #respond, #sl-contact-form {
  margin-top: 25px;
  border: 1px solid #eee;
  color: #555;
  padding: 10px 15px 15px;
  overflow: auto;
  background: #fff; }
  #comments #respond h3, #sl-contact-form h3 {
    display: block;
    line-height: 20px;
    border-bottom: 1px solid #eee;
    padding: 12px 10px 12px 0;
    margin: 0 0 25px;
    font-size: 22px;
    color: #000;
    font-family: "Roboto Condensed", Helvetica Neue, Helvetica, Arial, sans-serif;
    text-transform: uppercase; }
  #comments #respond p, #sl-contact-form p {
    border-bottom: 1px solid #eee;
    position: relative; }
  #comments #respond p.comment-form-author, #comments #respond p.comment-form-email, #comments #respond p.comment-form-url, #sl-contact-form p.comment-form-author, #sl-contact-form p.comment-form-email, #sl-contact-form p.comment-form-url {
    display: inline;
    float: left;
    width: 32%;
    margin-right: 10px; }
    #comments #respond p.comment-form-author label, #comments #respond p.comment-form-email label, #comments #respond p.comment-form-url label, #sl-contact-form p.comment-form-author label, #sl-contact-form p.comment-form-email label, #sl-contact-form p.comment-form-url label {
      clear: both;
      display: block; }
    #comments #respond p.comment-form-author input, #comments #respond p.comment-form-email input, #comments #respond p.comment-form-url input, #sl-contact-form p.comment-form-author input, #sl-contact-form p.comment-form-email input, #sl-contact-form p.comment-form-url input {
      width: 100%; }
  #comments #respond p.form-submit, #sl-contact-form p.form-submit {
    clear: both;
    float: none; }
  #comments #respond p.comment-form-url, #sl-contact-form p.comment-form-url {
    margin-right: 0; }
  #comments #respond p.comment-form-comment, #sl-contact-form p.comment-form-comment {
    display: block;
    clear: both;
    margin-bottom: 10px;
    border-bottom: 0; }
  #comments #respond input, #sl-contact-form input {
    margin-bottom: 10px;
    background: transparent;
    border: 1px solid #ccc;
    font-size: 13px;
    color: #666;
    padding: 6px 4px; }
  #comments #respond textarea, #sl-contact-form textarea {
    font-family: Helvetica, Arial;
    font-size: 13px;
    margin-bottom: 7px;
    border: 1px solid #ccc;
    width: 100%;
    max-width: 100%;
    height: 155px;
    color: #666;
    padding: 4px;
    margin-top: 5px;
    border-radius: 0;
    background: transparent; }
  #comments #respond input:focus, #comments #respond textarea:focus, #sl-contact-form input:focus, #sl-contact-form textarea:focus {
    background: #f9f9f9;
    color: #444;
    border-color: rgba(98, 98, 98, 0.3);
    outline: 0; }
  #comments #respond label, #comments #respond .required, #sl-contact-form label, #sl-contact-form .required {
    color: #888;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: normal;
    display: inline; }
  #comments #respond input#submit, #sl-contact-form input#submit {
    cursor: pointer;
    margin: 0 0 10px;
    width: auto;
    padding: 6px 11px; }
  #comments #respond .comment-notes, #comments #respond .form-allowed-tags, #sl-contact-form .comment-notes, #sl-contact-form .form-allowed-tags {
    display: none; }
  #comments #respond .logged-in-as, #sl-contact-form .logged-in-as {
    padding-bottom: 5px;
    font-size: 12px; }

.fb-comments, .fb-comments span, .fb-comments.fb_iframe_widget span iframe {
  width: 100% !important;
  margin-top: 5px; }

.bypostauthor {
  margin: 0; }

.hidden-comments {
  display: block;
  border: 0;
  clip: rect(0 0 0 0);
  position: absolute;
  overflow: hidden;
  height: 1px;
  width: 1px;
  margin: -1px;
  padding: 0; }

.load-comments {
  cursor: pointer; }

/* =============================================================================
   Contact Template
   ============================================================================= */
#sl-contact-form {
  padding-top: 15px; }
  #sl-contact-form p {
    border-bottom: 1px solid #ddd;
    position: relative; }
  #sl-contact-form p.inputcom {
    display: inline;
    float: left;
    width: 47%;
    margin-right: 20px; }
    #sl-contact-form p.inputcom label {
      clear: both;
      display: block; }
    #sl-contact-form p.inputcom input {
      width: 100%; }
  #sl-contact-form p.contact_email {
    margin-right: 0;
    margin-bottom: 10px; }
  #sl-contact-form .human-verify {
    display: inline;
    margin-top: 5px; }
  #sl-contact-form .textarea-p {
    clear: both; }
  #sl-contact-form span.verify {
    color: #555; }
  #sl-contact-form form span {
    color: #f53e2a; }
  #sl-contact-form .error, #sl-contact-form .success {
    padding: 5px 9px;
    border: 1px solid #f53e2a;
    color: #f53e2a;
    border-radius: 3px;
    margin-bottom: 15px; }
  #sl-contact-form .success {
    border: 1px solid green;
    color: green; }

/* =============================================================================
   Image Template Page
   ============================================================================= */
.image-content .entry-caption {
  font-size: 18px;
  font-weight: 500;
  color: #333;
  margin: 0;
  padding: 10px 0;
  border-top: 1px solid #ccc;
  text-align: center;
  text-transform: uppercase; }
.image-content .media-meta {
  background: #000;
  color: #fff;
  padding: 10px 10px;
  text-transform: uppercase;
  margin-bottom: 0;
  text-align: center; }
  .image-content .media-meta a:hover {
    color: #aaa; }
.image-content .attachment {
  margin: 10px auto 20px;
  padding: 0px;
  background: #ccc; }
.image-content img {
  width: 100%;
  height: auto; }

#image-navigation span a {
  display: inline-block;
  padding: 5px 10px;
  margin-top: 10px;
  border: 2px solid #ddd;
  border-radius: 3px;
  text-align: left; }
  #image-navigation span a:hover {
    border-color: #aaa; }
#image-navigation .next-image {
  float: right; }

/* =============================================================================
   Blog Template Page
   ============================================================================= */
#sl-main-feed .sticky, .container-blog #sl-main-feed article {
  border: 1px solid #eee;
  height: auto;
  margin-bottom: 20px;
  background: #f5f5f5; }
  #sl-main-feed .sticky h2, .container-blog #sl-main-feed article h2 {
    font-size: 20px  !important;
    font-weight: bold !important; }
  #sl-main-feed .sticky .entry-content, .container-blog #sl-main-feed article .entry-content {
    height: auto;
    border: 0;
    padding-top: 15px;
    overflow: hidden; }
    #sl-main-feed .sticky .entry-content p, .container-blog #sl-main-feed article .entry-content p {
      display: block; }
  #sl-main-feed .sticky .entry-meta, .container-blog #sl-main-feed article .entry-meta {
    position: relative;
    padding: 8px 15px 0;
    max-height: auto;
    bottom: 0; }
  #sl-main-feed .sticky .entry-fade::after, .container-blog #sl-main-feed article .entry-fade::after {
    display: none; }
  #sl-main-feed .sticky .featured-img, .container-blog #sl-main-feed article .featured-img {
    height: auto;
    max-height: 250px;
    overflow: hidden;
    position: relative;
    z-index: 20;
    float: left;
    max-width: 25%;
    margin: 15px;
    margin-right: 0 !important; }
    #sl-main-feed .sticky .featured-img img, .container-blog #sl-main-feed article .featured-img img {
      width: 100%;
      height: auto; }

.container-blog #sl-main-feed article {
  background: #fff; }

.container-blog #sl-main-feed article.sticky {
  background: #f5f5f5; }

/* =============================================================================
   Elements
   Related Posts slider
   ============================================================================= */
#featured-related {
  width: 100%;
  overflow: hidden;
  overflow: hidden;
  margin: 0 0 30px;
  padding: 0; }
  #featured-related .meta-info {
    width: 100%;
    text-align: center;
    position: absolute;
    z-index: 100;
    bottom: 0; }
  #featured-related .item {
    margin-right: 2px;
    position: relative;
    overflow: hidden;
    max-height: 420px; }
  #featured-related .item img {
    display: block;
    width: 100%;
    height: auto; }
  #featured-related a {
    color: #fff;
    display: block; }
  #featured-related h2 {
    font-family: "Roboto Condensed", Helvetica Neue, Helvetica, Arial, sans-serif;
    padding: 0 10px 0px;
    margin: 12px 0 15px 0;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 600;
    line-height: 1.4;
    text-align: center;
    clear: both; }
  #featured-related .sl-chroma {
    background: #000;
    opacity: 0.1; }

h4.pretag, h4.presub {
  font-family: "Roboto Condensed", Helvetica Neue, Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  display: inline-block;
  font-weight: 400; }

h4.pretag {
  color: #333;
  font-size: 18px;
  padding: 0;
  margin: 0 0 20px; }
  h4.pretag a {
    color: #333; }

h4.presub {
  display: inline-block;
  font-size: 18px;
  margin-left: 10px;
  color: #999; }
  h4.presub a {
    color: #f53e2a;
    padding-bottom: 3px; }

h4.pretag:before, h4.pretag .icon-comments:before {
  padding: 0 8px 0 0;
  left: 0px;
  top: 1px; }

/* ==========================================================================
   Post Gallery slider
   ========================================================================== */
.gallery-slider {
  background: transparent;
  position: relative;
  z-index: 10;
  overflow: hidden;
  list-style: none; }
  .gallery-slider img {
    width: 100%;
    height: auto; }
  .gallery-slider ul, .gallery-slider ul li {
    list-style: none;
    margin: 0;
    padding: 0; }

.gallery {
  margin-bottom: 1.5em; }

.gallery-item {
  display: inline-block;
  text-align: center;
  vertical-align: top;
  width: 100%; }

.gallery-columns-2 .gallery-item {
  max-width: 50%; }

.gallery-columns-3 .gallery-item {
  max-width: 33.33%; }

.gallery-columns-4 .gallery-item {
  max-width: 25%; }

.gallery-columns-5 .gallery-item {
  max-width: 20%; }

.gallery-columns-6 .gallery-item {
  max-width: 16.66%; }

.gallery-columns-7 .gallery-item {
  max-width: 14.28%; }

.gallery-columns-8 .gallery-item {
  max-width: 12.5%; }

.gallery-columns-9 .gallery-item {
  max-width: 11.11%; }

.gallery .gallery-caption {
  display: none; }

/* =============================================================================
   Author Card
   ============================================================================= */
.archive .bb-author {
  margin-bottom: 35px; }

.bb-author {
  background: #fff;
  margin: 0 0 30px;
  border: 1px solid #eee;
  padding: 25px 20px;
  position: relative;
  clear: both; }
  .bb-author h4 {
    margin: 0;
    padding: 0;
    text-transform: uppercase;
    font-family: "Roboto Condensed", Helvetica Neue, Helvetica, Arial, sans-serif;
    color: #000;
    position: relative;
    left: 15px; }
    .bb-author h4 a {
      color: inherit; }
  .bb-author .mini-tag {
    color: #f53e2a;
    display: inline-block;
    font-size: 11px;
    padding: 5px 0 8px 15px; }
  .bb-author img.avatar {
    width: 70px;
    height: auto;
    border-radius: 50%;
    padding: 3px;
    border: 1px solid #ddd;
    float: left;
    margin: 10px 0 0 0; }
  .bb-author .author-bio {
    color: #888;
    border-top: 1px dashed #ddd;
    padding: 10px 0 0 15px;
    overflow: auto;
    min-height: 35px; }
  .bb-author .mini-icons {
    position: absolute;
    top: 10px;
    right: 20px; }

/* ==========================================================================
   Score Panel
   ========================================================================== */
.score-panel {
  margin: 0 auto 30px;
  max-width: 848px;
  padding: 15px 15px 0px;
  position: relative;
  border: 1px solid #ddd;
  background: #fff; }
  .score-panel:before {
    content: "";
    border-top: 4px solid #eee;
    display: block;
    position: absolute;
    top: -5px;
    width: 99%;
    left: -1px; }
  .score-panel:after {
    content: "";
    border-bottom: 1px solid #ddd;
    display: block;
    position: absolute;
    bottom: 1px;
    width: 100%;
    left: 0px; }

.score-panel .ubscore {
  position: relative;
  border-radius: 50%;
  top: 25px;
  left: 0;
  width: 86px;
  height: 86px;
  padding: 3px 0 0;
  opacity: 1 !important;
  z-index: 1;
  overflow: hidden;
  margin: 0px 20px 30px 0;
  color: #999;
  float: left; }

.score-panel .ubscore input {
  text-shadow: none; }

.score-panel .dial-panel {
  font-size: 28px !important;
  margin-top: 23px !important;
  font-weight: 700 !important;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.score-summ {
  color: #777;
  line-height: 1.6;
  zoom: 1;
  padding: 0 0 20px 0;
  font-size: 18px;
  font-weight: 100;
  font-family: "Roboto Condensed", Helvetica Neue, Helvetica, Arial, sans-serif;
  position: relative;
  font-style: italic; }

.summ {
  display: block;
  padding: 5px 0 0;
  margin: 0; }

.score-tag {
  font-family: "Roboto Condensed", Helvetica Neue, Helvetica, Arial, sans-serif;
  background: #F44336;
  color: #fff;
  font-size: 17px;
  padding: 8px 15px;
  margin: 0px 0 10px;
  top: -0px;
  left: 0px;
  position: relative;
  display: inline-block;
  text-transform: uppercase; }

.score-criter {
  clear: both;
  margin: 0 -15px 0;
  clear: both;
  padding: 18px 15px 10px;
  border-top: 1px solid #ddd;
  position: relative;
  font-family: "Roboto Condensed", Helvetica Neue, Helvetica, Arial, sans-serif;
  background: #f8f8f8; }
  .score-criter .progress {
    overflow: hidden;
    height: 30px;
    margin-bottom: 15px !important;
    background-color: #fff;
    box-shadow: none;
    display: block;
    border-radius: 0; }
  .score-criter .progress-bar {
    -webkit-transition: width 1.5s;
    transition: width 1.5s;
    float: left;
    width: 0%;
    height: 100%;
    font-size: 13px;
    line-height: 30px;
    color: #ffffff;
    text-align: left;
    background-color: #F5B933;
    box-shadow: none;
    -webkit-transition: none;
    transition: none; }
  .score-criter .unwidth {
    width: 0%; }
  .score-criter .base-cr {
    padding-left: 10px;
    text-transform: uppercase; }
  .score-criter .base-sc {
    padding: 0 8px;
    margin: 5px 10px 0px;
    text-transform: uppercase;
    text-align: right;
    float: right;
    display: inline-block;
    font-size: 12px;
    line-height: 20px;
    color: #fff;
    position: relative;
    background: #000;
    border-radius: 10px;
    display: none; }

/* =============================================================================
   Fatured Category
   ============================================================================= */
.sl-color-cat {
  display: inline;
  position: absolute;
  top: 10px;
  left: 10px; }

.sl-color-cat .featured-category {
  font-family: "Roboto Condensed", Helvetica Neue, Helvetica, Arial, sans-serif;
  padding: 6px 7px;
  margin: 0 4px 10px 0;
  font-size: 11px;
  font-weight: 400;
  text-transform: uppercase;
  display: inline-block;
  z-index: 14;
  position: relative;
  border-radius: 4px; }

/* ==========================================================================
   Overlay Icons
   ========================================================================== */
.ubscore, .ub-overlay {
  right: 10px;
  top: 10px;
  width: 40px;
  height: 40px;
  padding: 3px 0px 0px 0px;
  background: transparent;
  border-radius: 50%;
  position: absolute;
  position: absolute;
  text-align: center;
  overflow: hidden;
  z-index: 21; }

.ub-overlay {
  background: RGBA(0, 0, 0, 0.1);
  border: 2px solid #fff; }

.icon-gallery::before {
  font-size: 18px;
  top: 4px;
  left: 0;
  color: #fff;
  padding: 0 0px 0 0; }

.icon-video::before {
  font-size: 20px;
  color: #fff;
  top: 5px;
  left: 2px; }

.icon-audio::before {
  font-size: 18px;
  color: #fff;
  top: 5px;
  left: -1px; }

.ubscore {
  background: transparent;
  opacity: .9;
  padding: 2px 0px 0px 0px; }

.ubscore input {
  display: none; }

.dial {
  font-size: 13.3px !important;
  font-weight: 700 !important;
  margin-top: 10px !important;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

/* =============================================================================
   Pagination
   ============================================================================= */
.rad-button, .paging-navigation a, #commentform input#submit, #submit.rad-button {
  position: relative;
  background: none;
  padding: 10px 11px;
  line-height: 2.2;
  font-weight: 600;
  color: #f53e2a;
  font-size: 13px;
  text-transform: uppercase;
  display: inline;
  border-radius: 0px;
  border: 2px solid #f53e2a;
  -webkit-transition: .3s linear;
  transition: .3s linear; }
  .rad-button:hover, .rad-button:active, .paging-navigation a:hover, .paging-navigation a:active, #commentform input#submit:hover, #commentform input#submit:active, #submit.rad-button:hover, #submit.rad-button:active {
    color: #222;
    border-color: #222;
    -webkit-transition: .01s linear;
    transition: .01s linear; }

.paging-navigation {
  margin-bottom: 20px;
  float: left;
  width: 100%;
  clear: both; }

.paging-navigation .nav-load {
  padding: 0 0 5px; }

.paging-navigation .nav-load a:before {
  content: "\e702";
  padding: 0 5px 0 0;
  top: 1px; }

.paging-navigation, .numbered-navigation {
  margin: 15px 0 20px; }

.paging-navigation .nav-previous, .paging-navigation .nav-next {
  display: inline; }

.paging-navigation .nav-next {
  text-align: right;
  float: right; }

#infscr-loading {
  clear: both;
  position: relative;
  top: 10px;
  bottom: 0;
  width: 400px;
  min-width: 200px;
  font-size: 12px;
  color: #f53e2a;
  text-transform: uppercase;
  left: -20px;
  margin: 0 0 0 20px;
  padding: 10px 0;
  z-index: 12; }
  #infscr-loading img {
    display: block;
    float: left;
    margin: 0;
    padding: 0;
    padding-right: 5px; }
  #infscr-loading .nomore {
    color: #333 !important; }

/* =============================================================================
   Numbered Pagination
   ============================================================================= */
ul.page-numbers {
  padding-left: 0;
  margin: 0;
  color: #666;
  text-transform: uppercase; }

.page-numbers > li {
  display: inline; }

.page-numbers > li a, .page-numbers > li a:visited {
  color: #333;
  border: 1px solid #ddd; }

.page-numbers > li > a, .page-numbers > li > span {
  position: relative;
  padding: 8px 14px;
  line-height: 1.428571429;
  text-decoration: none;
  background-color: #ffffff;
  margin-left: -1px; }

.page-numbers > li .dots:hover {
  background: none;
  color: #333; }

.page-numbers > li:first-child > a, .page-numbers > li:first-child > span {
  margin-left: 0;
  border-bottom-left-radius: 1px;
  border-top-left-radius: 1px; }

.page-numbers > li:last-child > a, .page-numbers > li:last-child > span {
  border-bottom-right-radius: 1px;
  border-top-right-radius: 1px; }

ul.page-numbers > li > .next, ul.page-numbers > li > .prev {
  border-color: #222;
  color: #fff;
  background-color: #222; }

.page-numbers > li > a:hover, .page-numbers > li > span:hover, .page-numbers > li > a:focus, .page-numbers > li > span:focus {
  border-color: #111;
  background-color: #111;
  color: #fff; }

ul.page-numbers > li > .current, ul.page-numbers > li > .current, ul.page-numbers > li > .current:hover, ul.page-numbers > li > .current > span:hover, ul.page-numbers > li > .current > a:focus, ul.page-numbers > li > .current > span:focus {
  z-index: 2;
  color: #ffffff;
  background-color: #222;
  border: 1px solid #222;
  cursor: default; }

.page-numbers > .disabled > span, .page-numbers > .disabled > span:hover, .page-numbers > .disabled > span:focus, .page-numbers > .disabled > a, .page-numbers > .disabled > a:hover, .page-numbers > .disabled > a:focus {
  color: #999999;
  background-color: #ffffff;
  border-color: #dddddd;
  cursor: not-allowed; }

/* =============================================================================
   Pages Navigator
   ============================================================================= */
.dphpost-pages {
  margin-top: 10px; }

.dphpost-pages a {
  margin: 0 -2px 0px; }

.dphpost-pages span {
  font-size: 13px;
  text-transform: uppercase;
  padding: 6px 14px;
  text-decoration: none;
  background-color: #fa665a;
  background: -webkit-linear-gradient(left top, left bottom, color-stop(5%, #fa665a), color-stop(100%, #d34639));
  background: linear-gradient(left top, left bottom, color-stop(5%, #fa665a), color-stop(100%, #d34639));
  color: #fff;
  display: inline-block;
  background: #222;
  margin-bottom: 5px; }

.dphpost-pages .pgopen {
  background: #111; }

.dphpost-pages a span {
  background: #E64336;
  -webkit-transition: .3s linear;
  transition: .3s linear; }

.dphpost-pages a span:hover {
  background: #111;
  -webkit-transition: .01s linear;
  transition: .01s linear; }

/* =============================================================================
   Slide Menu
   ============================================================================= */
#sl-btnav {
  cursor: pointer;
  display: block;
  position: absolute;
  top: 22px;
  right: 0;
  width: 42px;
  height: 42px;
  z-index: 20; }

#sl-btnav span {
  display: block;
  top: 20px;
  left: 8px; }

#sl-btnav span, #sl-btnav span:before, #sl-btnav span:after {
  content: '';
  width: 26px;
  height: 4px;
  position: absolute;
  display: block;
  background: #fff;
  cursor: pointer;
  border-radius: 1px;
  -webkit-transition: .3s linear;
  transition: .3s linear; }

#sl-btnav span:before {
  top: -8px; }

#sl-btnav span:after {
  bottom: -8px; }

#sl-btnav:hover, .mb-open #sl-btnav {
  background-color: #111; }

.overmb {
  display: none;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  z-index: 9997;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  -webkit-overflow-scrolling: hidden; }

.slide-mobmenu, .show-menu .slide-mobmenu {
  display: none; }

.slide-mobmenu {
  font-family: "Roboto Condensed", Helvetica Neue, Helvetica, Arial, sans-serif;
  color: #fff;
  overflow-x: none;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
  position: fixed;
  top: 0;
  bottom: 0;
  z-index: 9999;
  width: 260px;
  height: 100%;
  background: #212121;
  padding: 20px 0;
  font-size: 14px;
  right: -260px;
  -webkit-transform: translate3d(260px, 0, 0);
          transform: translate3d(260px, 0, 0);
  -webkit-transition: all 0.6s;
  transition: all 0.6s; }

.show-menu .slide-mobmenu {
  width: 260px;
  right: 0;
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0); }

.slide-mobmenu .prep-content {
  display: block !important; }

.slide-mobmenu .mini-icons {
  position: absolute;
  top: 40px;
  width: 100%;
  text-align: center; }

.slide-mobmenu ul {
  display: block;
  margin: 130px 0 0;
  padding: 0; }

.slide-mobmenu ul li {
  list-style: none;
  text-transform: uppercase;
  font-size: 14px;
  margin: 0  0 0;
  line-height: 1.4; }
  .slide-mobmenu ul li a {
    color: #eee;
    display: block;
    padding: 14px 20px;
    border-bottom: 1px solid #333; }
  .slide-mobmenu ul li a:hover, .slide-mobmenu ul li.current-menu-item a {
    color: #f53e2a;
    background: #111; }
  .slide-mobmenu ul li.menu-item-has-children a {
    border-bottom: 1px solid #333; }

.slide-mobmenu ul.sub-menu li a {
  padding: 12px 0 12px 30px; }

.slide-mobmenu ul.sub-menu ul.sub-menu li a {
  padding: 12px 0 12px 50px; }

.slide-mobmenu ul.sub-menu {
  margin: 0; }

.meta-buttons [class*="meta-"], .meta-buttons .meta-date, .meta-buttons .meta-com {
  font-size: 11px;
  padding: .7em .7em .8em 0;
  color: #000;
  border: 0px solid #f53e2a;
  position: relative;
  margin-right: 6px;
  text-transform: uppercase;
  display: inline-block; }
.meta-buttons a:hover {
  color: #f53e2a; }
.meta-buttons [class*="meta-"]:last-child {
  margin-right: 0; }
.meta-buttons [class*="meta-"]:last-child::after {
  border: 0; }
.meta-buttons [class*="meta-"]::after {
  content: '';
  position: absolute;
  top: 13px;
  right: -11px;
  width: 10px; }
.meta-buttons [class*="meta-"]::before {
  padding: 0 5px 0 0; }

.meta-buttons-w [class*="meta-"], .meta-buttons-w .meta-date, .meta-buttons-w .meta-com {
  color: #fff;
  border-color: #fff; }
.meta-buttons-w [class*="meta-"]::after {
  border-color: #fff; }

/* =============================================================================
   Share Buttons
   ============================================================================= */
.info-share {
  display: block;
  margin: 0 0 20px;
  padding: 0;
  text-align: left;
  position: relative; }

.info-share a[class*="share-"] {
  font-family: "Roboto Condensed", Helvetica Neue, Helvetica, Arial, sans-serif;
  position: relative;
  margin: 0 0 0 1px;
  padding: 0px 11px 4px;
  line-height: 2.2;
  font-weight: 600;
  color: #fff;
  font-size: 12px;
  text-transform: uppercase;
  display: inline-block;
  -webkit-transition: .3s linear;
  transition: .3s linear; }
  .info-share a[class*="share-"]:hover {
    -webkit-transition: .01s linear;
    transition: .01s linear; }

.share-tw {
  background: #56ACEE; }
  .share-tw:hover {
    background: #67bdff; }

.share-fb {
  background: #37528E; }
  .share-fb:hover {
    background: #48639f; }

.share-plus {
  background: #E74C3C; }
  .share-plus:hover {
    background: #f85d4d; }

.info-share a[class*="share-"]::before {
  padding: 0 5px 0 0;
  top: 2px;
  font-size: 14px; }

/* =============================================================================
   Mini Icons
   ============================================================================= */
.widget_sally_icons {
  margin-bottom: 5px; }
  .widget_sally_icons .mini-icons {
    display: block;
    margin: 0;
    text-align: center;
    width: 100%; }
    .widget_sally_icons .mini-icons a {
      margin: 0 4px 0 0;
      width: 48px;
      height: 48px; }
    .widget_sally_icons .mini-icons [class*="icon-"] {
      border-radius: 0;
      color: #fff;
      border: 0;
      -webkit-transition: .3s linear;
      transition: .3s linear;
      text-align: center; }
      .widget_sally_icons .mini-icons [class*="icon-"]:hover {
        border-color: transparent; }
      .widget_sally_icons .mini-icons [class*="icon-"]::before {
        top: 15px; }
  .widget_sally_icons .mini-icons .icon-instagram::before,
  .widget_sally_icons .mini-icons .icon-soundcloud::before,
  .widget_sally_icons .mini-icons .icon-pinterest::before,
  .widget_sally_icons .mini-icons .icon-steam::before {
    top: 13px; }

.footer-col .mini-icons a {
  width: 40px;
  height: 40px;
  margin: 5px 2px 0 2px; }
.footer-col .mini-icons [class*="icon-"] {
  background-color: transparent;
  border: 1px solid RGBA(255, 255, 255, 0.2); }
  .footer-col .mini-icons [class*="icon-"]:hover {
    border-color: transparent; }
  .footer-col .mini-icons [class*="icon-"]::before {
    top: 11px; }
.footer-col .mini-icons .icon-instagram::before,
.footer-col .mini-icons .icon-soundcloud::before,
.footer-col .mini-icons .icon-pinterest::before,
.footer-col .mini-icons .icon-steam::before {
  top: 8px; }

.slide-mobmenu .mini-icons {
  text-align: center; }
  .slide-mobmenu .mini-icons a {
    width: 33px;
    height: 33px;
    margin: 0 3px 10px; }

.slide-mobmenu .mini-icons [class*="icon-"] {
  background: transparent;
  border: 0;
  color: #fff; }
  .slide-mobmenu .mini-icons [class*="icon-"]::before {
    top: 8px; }
.slide-mobmenu .mini-icons .icon-instagram::before,
.slide-mobmenu .mini-icons .icon-soundcloud::before,
.slide-mobmenu .mini-icons .icon-pinterest::before,
.slide-mobmenu .mini-icons .icon-steam::before {
  top: 5px; }

.mini-icons {
  margin: 7px 0 0;
  display: inline; }
  .mini-icons a {
    padding: 0;
    margin: 0 5px 10px;
    display: inline-block;
    overflow: hidden;
    width: 40px;
    height: 40px;
    position: relative; }

.mini-icons [class*="icon-"] {
  border-radius: 50%;
  position: absolute;
  margin: 0;
  height: 100%;
  width: 100%;
  right: 0;
  bottom: 0;
  font-size: 18px;
  color: #fff;
  -webkit-transition: .3s linear;
  transition: .3s linear;
  text-align: center; }
  .mini-icons [class*="icon-"]::before {
    top: 11px; }
  .mini-icons [class*="icon-"]:hover {
    -webkit-transition: .01s linear;
    transition: .01s linear;
    color: #fff;
    border-color: transparent; }

.mini-icons .icon-instagram,
.mini-icons .icon-soundcloud,
.mini-icons .icon-pinterest,
.mini-icons .icon-steam {
  font-size: 22px; }
  .mini-icons .icon-instagram::before,
  .mini-icons .icon-soundcloud::before,
  .mini-icons .icon-pinterest::before,
  .mini-icons .icon-steam::before {
    top: 8px; }

/* Set Icons Color */
.mini-icons .icon-twitter {
  background-color: #00B1EF; }

.mini-icons .icon-facebook {
  background: #275E99; }

.mini-icons .icon-googlepl {
  background: #D5471E; }

.mini-icons .icon-soundcloud {
  background: #EB5315; }

.mini-icons .icon-pinterest {
  background: #BA2229; }

.mini-icons .icon-youtube {
  background: #CC2D2B; }

.mini-icons .icon-instagram {
  background: #6B493B; }

.mini-icons .icon-feed {
  background: #FFA600; }

.mini-icons .icon-vimeo {
  background: #20B9EB; }

.mini-icons .icon-tumblr {
  background: #34465D; }

.mini-icons .icon-steam {
  background: #333; }

.mini-icons .icon-linkedin {
  background: #0378B8; }

.mini-icons .icon-twitch {
  background: #6346A8; }

.mini-icons .icon-twitter:hover {
  background-color: #11c2ff; }

.mini-icons .icon-facebook:hover {
  background: #386faa; }

.mini-icons .icon-googlepl:hover {
  background: #e6582f; }

.mini-icons .icon-soundcloud:hover {
  background: #fc6426; }

.mini-icons .icon-pinterest:hover {
  background: #cb333a; }

.mini-icons .icon-youtube:hover {
  background: #dd3e3c; }

.mini-icons .icon-instagram:hover {
  background: #7c5a4c; }

.mini-icons .icon-feed:hover {
  background: #ffb711; }

.mini-icons .icon-vimeo:hover {
  background: #31cafc; }

.mini-icons .icon-tumblr:hover {
  background: #45576e; }

.mini-icons .icon-steam:hover {
  background: #444444; }

.mini-icons .icon-linkedin:hover {
  background: #1489c9; }

.mini-icons .icon-twitch:hover {
  background: #7457b9; }

/* =============================================================================
   Drop Caps
   ============================================================================= */
.container-single-content .sl-dropc .entry-content > p:first-of-type:first-letter,
.sl-post-page .sl-dropc .entry-content > p:first-of-type:first-letter {
  float: left;
  font-size: 55px;
  line-height: 1.2;
  padding: 0 10px 2px 0;
  text-transform: uppercase;
  color: #f53e2a;
  position: relative;
  background: #fff; }

/* =============================================================================
   Color Overlay
   ============================================================================= */
.sl-chroma {
  position: absolute;
  z-index: 3;
  bottom: 0;
  left: 0;
  background: #000;
  background: -webkit-linear-gradient(top, transparent, RGBA(0, 0, 0, 0.9));
  background: linear-gradient(to bottom, transparent, RGBA(0, 0, 0, 0.9));
  opacity: 1;
  filter: alpha(opacity=30);
  width: 100%;
  height: 100%;
  -webkit-transition: .3s linear;
  transition: .3s linear; }

.transform-fx img {
  -webkit-transition: .3s linear;
  transition: .3s linear; }

.transform-fx:hover .sl-chroma {
  -webkit-transition: .3s linear;
  transition: .3s linear;
  background: -webkit-linear-gradient(top, transparent, RGBA(0, 0, 0, 1));
  background: linear-gradient(to bottom, transparent, RGBA(0, 0, 0, 1)); }
.transform-fx:hover img {
  -webkit-transform: translate3D(0, 0, 0) scale(1.1, 1.1) rotate(1deg);
      -ms-transform: translate3D(0, 0, 0) scale(1.1, 1.1) rotate(1deg);
          transform: translate3D(0, 0, 0) scale(1.1, 1.1) rotate(1deg); }

/* =============================================================================
   Sticky Header
   ============================================================================= */
#sl-header.append {
  position: fixed;
  width: 100%;
  left: 0;
  top: 0px;
  border-top: 0;
  margin: 0 auto;
  z-index: 999; }

#sl-wrap.top-wrap {
  padding: 120px 0 0; }

@media (min-width: 780px) and (max-width: 2199px) {
  .extra-top #sl-header.append {
    top: 32px; } }
/* =============================================================================
   Post Formats Embed
   ============================================================================= */
.hide-featured-img .wp-post-image, .hide-featured-img .sl-color-cat, .hide-featured-img .sl-chroma, .hide-featured-img .sl-caption {
  display: none; }

.embed-youtube {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  padding-bottom: 56.25%;
  overflow: hidden; }

.embed-youtube embed, .embed-youtube iframe, .embed-youtube object, .embed-youtube video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0; }
