/*!
Theme Name: Alison
Theme URI: http://inibot.com/alison/.sf-menu a
Author: Inibot
Author URI: http://inibot.com
Text Domain: alison
*/
/*! =============================================================================
   General
   ============================================================================= */
   

#post-11847 > div.entry-thumbnail img {
display: none;
}
#post-118799 > div.entry-thumbnail img {
display: none;
}

.page-id-4643 .entry-title {
   display: none;
}
body {
  background: #fff;
 font-family: TradeGothicLTCom-BdCn20Obl; }

#nn-wrap {
  margin: 0 auto;
  padding: 0;
  -webkit-font-smoothing: subpixel-antialiased !important; }

a, a:link {
  color: #cc3300;
  text-decoration: none !important; 
  font-weight: bold; }

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

.container {
  margin-top: 0px; }

.no-top {
  margin-top: 0; }

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

blockquote {
  padding: 6px 20px 8px !important;
  margin: 0 300px 20px 20px;
  border-left: 5px solid #eeeeee; 
  font-size: 25px !important;
}

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

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

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

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

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

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

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

h1, h2, h3, h4, h5, h6 {
  font-weight: normal !important;
  margin-top: 0;
  text-transform:uppercase; }

.tab-content {
  padding: 10px 0;
  border-bottom: 1px solid #ccc; }

#accordion {
  margin-bottom: 10px; }

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

a.btn, a.btn:link {
  color: #000 !important; }

.post-inner {
  background: #000; }

[class*="icon-"]::before {
  content: "\e648";
  font-family: "icomoon";
  font-style: normal;
  font-weight: normal;
  font-size: inherit;
  position: relative;
  line-height: 1;
  top: 1px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

/* =============================================================================
   Title Separator
   ============================================================================= */
h3.pretitle {
font-family: TradeGothicLTCom-BdCn20Obl;
  font-weight: 700;
  display: block;
  color: #000;
  text-transform: uppercase;
  padding: 12px 0px 5px;
  margin: 0 0 15px;
  text-align: center;
  border-top: 1px solid #e6e6e6; }
  h3.pretitle span {
    font-size: 1.2em;
    padding: 12px 10px 4px;
    color: #000 !important;
    border-top: 1px solid #93517c;
    z-index: 333;
    display: inline-block;
    margin-top: -13px; }
  h3.pretitle span span {
    font-size: 1em;
    padding: 0; }
  h3.pretitle a, h3.pretitle span a {
    color: #000 !important; }

h3.septitle {
  margin: 0px 0 20px; }

/*! =============================================================================
   Top Nav - Sticky Bar
   ============================================================================= */
#topnav {
  background: #673055;
  margin: 0 auto !important;
  padding-top: 10px;
  padding-bottom: 5px;
  z-index: 9999; }
  #topnav .container {
    padding-top: 0;
    margin-top: 0; }

/*#topnav*/
.menu-bar, .search-bar, .social-bar {
  float: left;
   padding-top: 10px;}

.menu-bar {
  background: transparent;
  height: 50px;
  width: auto;
  padding: 0px 5px 0 0;
  float: left;
  position: relative !important; }

.menu-bar .icon-menu::before {
  content: "\e6b8" !important;
  color: #fff;
  font-size: 30px;
  padding: 5px 3px 5px 0 !important;
  left: 0px;
  top: 7px; }

#simple-menu .icon-menu {
  content: "\e6b5" !important;
  color: #fff;
  padding: 0 5px 0 0;
  cursor: pointer; }

.search-bar {
  /* Search */
  background: #333;
  background: RGBA(255, 255, 255, 0.19);
  border-radius: 2px;
  position: absolute;
  float: right;
  top: 5px;
  right: 15px;
  height: 40px;
  width: 40px;
  z-index: 999;
  -webkit-transition: all .8s ease-in-out;
  -moz-transition: all .8s ease-in-out;
  -o-transition: all .8s ease-in-out;
  transition: all .8s ease-in-out;
  overflow: hidden; }
  .search-bar:hover {
    background: #cc3300 !important;
    opacity: 1; }

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

.nav-search {
  line-height: 10px;
  color: #fff !important;
  width: 100%; }

.nav-search label {
  display: none; }

.nav-search input {
  float: right;
  width: 0px;
  background: none;
  height: 23px;
  line-height: 20px;
  margin: 10px 0 0;
  padding: 0 10px 0 0;
  font-size: 15px;
  color: #fff !important;
  outline: none;
  border-radius: 0;
  border: 0;
  opacity: 0;
  -webkit-appearance: none;
  -webkit-transition: all .5s ease-in-out;
  -moz-transition: all .5s ease-in-out;
  -o-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out; }

.search-bar:hover .nav-search input {
  position: absolute;
  width: 78%;
  margin-left: 40px;
  padding-bottom: 4px;
  background: none;
  border-bottom: 1px solid #ffed6d;
  opacity: 1; }

.nav-search input::-webkit-input-placeholder {
  color: #fff; }

.nav-search input::-moz-placeholder {
  color: #fff; }

.nav-search input:-moz-placeholder {
  color: #fff; }

.nav-search input:-ms-input-placeholder {
  color: #fff; }

.nav-search input:focus {
  color: #fff; }

.nav-search .srch_btn {
  height: 50px;
  width: 23px;
  color: #fff;
  margin: 0 3px;
  padding: 7px;
  float: left !important; }

.nav-search .srch_btn:before {
  content: "\e67f";
  font-family: "icomoon";
  font-style: normal;
  font-weight: normal;
  font-size: inherit;
  position: relative;
  line-height: 1;
  top: 3px;
  left: -0px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #fff;
  font-size: 20px; }

.social-bar {
  /* MiniCons */
  width: auto;
  max-width: 57%;
  float: right;
  position: absolute;
  right: 65px;
  white-space: nowrap; }

/*! =============================================================================
   Header
   ============================================================================= */
#header {
  padding-top: 10px !important; }
  #header .banner-section {
    text-align: center !important;
    width: 100%;
    height: 80px;
    padding-top: 0px;
    margin-bottom: 0px; }
  #header .banner-section .img-responsive {
    margin: 0 auto;
    text-align: center !important; }
  #header .logo-section {
     padding: 0px; }
  #header .logo-section a, #header .logo-section a:hover, #header .logo-section a:visited {
    color: #323232; }
  #header .logo-section img {
    display: inline-block;
    max-width: 100%;
    height: auto;
    margin: 0 auto; }
  #header .site-description {
    font-size: 13px;
    color: #999;
    text-transform: uppercase;
    padding: 5px 0 0; }
  #header h1.logo {
 font-family: TradeGothicLTCom-BdCn20Obl;
    font-size: 5.6em;
    display: block;
    position: relative;
    top: 50%;
    line-height: .73;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: -4px; }
    #header h1.logo a {
      color: #000 !important; }
  #header h1.logo-img {
    display: block;
    position: relative;
    text-align: center; }

/* #header */
.sep-str {
  width: 100%;
  border: none;
  border-bottom: 1px solid #F0F0F0;
  height: 1px;
  margin: 10px 0 25px !important;
  clear: both; }

/*! =============================================================================
   Header Nav
   ============================================================================= */
#header .main-nav {
  width: 100%;
  background: transparent !important;
padding-top: 0px; }

/* .main-nav */
.sf-menu {
  float: left;
  font-family: TradeGothicLTCom-BdCn20Obl;
  width: 100%;
  text-transform: uppercase;
  padding-top: 20px;
  background: transparent !important; }

.sf-menu ul {
  min-width: 12em;
  /* allow long menu items to determine submenu width */
  *width: 12em;
  /* no auto sub width for IE7, see white-space comment below */
  background: transparent !important; }

.sf-menu a {
  font-size: 18px;
  color: #eeeeee;
  font-weight: 400;
  padding: 6px 5px 7px;
  text-decoration: none;
  zoom: 1;
  /* IE7 */
  -moz-transition: .3s linear;
  -webkit-transition: .3s ease-out;
  transition: .3s linear;
  margin: 0 12px 0 0;
  /* border: 2px solid RGBA(221, 221, 221, 0.4); */
   /* border-radius: 3px; 
  /* border: 2px solid RGBA(221, 221, 221, 0.4); }

.sf-menu a:hover {
  border-color: RGBA(255, 255, 255, 0.6) !important;
  -moz-transition: .01s linear;
  -webkit-transition: .01s ease-out;
  transition: .01s linear;
  color: #fff; }

.sf-menu li {
  background: transparent; }

.sf-menu li:last-child {
  border-right: 0; }

.sf-menu li:hover > a {
  display: block;
  -moz-transition: .01s linear;
  -webkit-transition: .01s ease-out;
  transition: .01s linear; }

.sf-menu li.current, .sf-menu li.current-menu-ancestor > a, .sf-menu li.current-menu-item > a, .sf-menu li.current-menu-item > a:hover {
  border-color: #ccc !important;
  border-color: RGBA(255, 255, 255, 0.8) !important; }

.sf-menu ul li a {
  font-size: 16px;
  border: 0;
  padding: 6px 15px 7px !important; }

.sf-menu ul li:hover {
  border-bottom: 1px solid #f6f6f6;
  border-bottom: 1px solid RGBA(255, 255, 255, 0.5);
  -moz-transition: .01s linear;
  -webkit-transition: .01s ease-out;
  transition: .01s linear; }

.sf-menu ul li {
  background: #784166;
  border: 0;
  border-bottom: 1px solid #eee;
  border-bottom: 1px solid RGBA(255, 255, 255, 0.3);
  -moz-transition: .3s linear;
  -webkit-transition: .3s ease-out;
  transition: .3s linear; }

.sf-menu .sub-menu {
  z-index: 9999; }

.sf-menu ul ul li {
  background: #784166; }

.sf-menu li:hover,
.sf-menu li.sfHover {
  /* only transition out, not in */
  -webkit-transition: none;
  transition: none; }

/*** arrows (for all except IE7) **/
.sf-arrows .sf-with-ul {
  padding-right: 1.4em;
  *padding-right: 1em;
  /* no CSS arrows for IE7 (lack pseudo-elements) */ }

/* styling for both css and generated arrows */
.sf-arrows .sf-with-ul:after {
  content: '';
  position: absolute;
  top: 50%;
  right: 0.5em;
  margin-top: -3px;
  height: 0;
  width: 0;
  /* order of following 3 rules important for fallbacks to work */
  border: 5px solid transparent;
  border-top-color: #696969;
  /* edit this to suit design (no rgba in IE8) */
  border-top-color: #696969; }

.sf-arrows > li > .sf-with-ul:focus:after,
.sf-arrows > li:hover > .sf-with-ul:after,
.sf-arrows > .sfHover > .sf-with-ul:after {
  border-top-color: #696969;
  /* IE8 fallback colour */ }

/* styling for right-facing arrows */
.sf-arrows ul .sf-with-ul:after {
  margin-top: -5px;
  margin-right: -3px;
  border-color: transparent;
  border-left-color: #ccc;
  /* edit this to suit design (no rgba in IE8) */
  border-left-color: rgba(0, 0, 0, 0.1); }

.sf-arrows ul li > .sf-with-ul:focus:after,
.sf-arrows ul li:hover > .sf-with-ul:after,
.sf-arrows ul .sfHover > .sf-with-ul:after {
  border-left-color: white; }

/*! =============================================================================
   Content Common
   ============================================================================= */
#content { font-family: 'Archivo Narrow', sans-serif;
font-weight: 400; margin-top:17px;
  /*! Post Tweaks */ }
  #content .entry-content {
    font-size: 16px;
    color: #353535; }
    #content .entry-content h1, #content .entry-content h2, #content .entry-content h3, #content .entry-content h4, #content .entry-content h5, #content .entry-content h6 {
     font-family: TradeGothicLTCom-BdCn20Obl;
      font-weight: 200;
      margin-bottom: 20px !important; }
  #content p {
  font-family: 'Archivo Narrow', sans-serif;
    margin: 0 0 20px;
    line-height: 1.5; 
  }
    
     #content  a {
color: #cc3300;
}
  #content ul {
    padding-top: 0;
    margin-top: 0; }
  #content ul li {
    list-style: square;
    padding-bottom: 5px; }
  #content ol li {
    padding-bottom: 5px; }
  #content blockquote.pullquote {
    float: left;
    width: 150px;
    border: 0;
    border-right: 5px solid #eee;
    padding: 5px 5px 5px 0;
    margin: 0 10px 5px 0; }
  #content blockquote.pullquote-r {
    float: right;
    width: 150px;
    padding: 3px 0 5px 10px;
    margin: 0px 0 5px 5px; }
  #content img[class*="align"], #content img[class*="wp-image-"] {
    height: auto; }
  #content img.size-full {
    width: auto; }
  #content article .entry-content img {
    max-width: 100%; }
  #content .single .entry-content .wg-video, #content .page .entry-content .wg-video {
    margin-bottom: 10px; 
  }
  #content .wg-video {
    margin: 0 auto; }
  #content .alert {
    margin-bottom: 10px; }
  #content .progress {
    margin-bottom: 10px; }
  #content iframe {
    border: 0; }
  #content .tabbable ul li {
    list-style-type: none !important; }
  #content .sticky {
    color: #ccc; }
  #content h2.entry-title {
    font-size: 18px;
    font-family: TradeGothicLTCom-BdCn20Obl;
    line-height: 20px;
    margin-top: 10px; }
    #content h2.entry-title a {
      color: #000; }
  #content .wp-caption-text {
    text-align: center;
    width: auto !important;
    border-bottom: 1px solid #ccc;
    margin: 0px auto 10px;
    padding: 5px 0;
    font-size: 12px;
    background: #000;
    color: #eee; }
  #content article .entry-content .wp-caption {
    width: auto !important; }
    #content article .entry-content .wp-caption img {
      max-width: 100% !important; }

/* #Content */
.single .entry-content .wg-video, .page .entry-content .wg-video, #secondary .wg-video, #footer .wg-video {
  display: block;
  margin: 0 auto;
  max-width: 630px; 
}

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

/*! =============================================================================
   Content Feed (Latest News) -- post-extract
   ============================================================================= */
#content {
  /* extract article */
  /* .entry-meta */ }
  #content .featured-category {
 font-family: TradeGothicLTCom-BdCn20Obl;
    text-shadow: 0px 1px 2px #333;
    color: #000;
    font-size: .9em;
    text-transform: uppercase;
    padding: 5px 6px 4px;
    font-weight: 400; }
  #content .extract:after {
    content: "";
    border-bottom: 1px solid #ddd;
    display: block;
    margin: 2px 0 25px; }
  #content .extract .sticky {
    background: #eee; }
  #content .extract article {
    background: #fff;
    overflow: hidden;
    padding: 0 0 10px;
    position: relative;
    border-top: 0;
    border-bottom: 1px solid #d7d7d7; }
    #content .extract article .featured-image {
      position: relative;
      margin: 0 auto;
      max-height: 269px;
      overflow: hidden;
      z-index: 10; }
    #content .extract article .featured-image:before {
      content: '';
      position: absolute;
      bottom: 0;
      left: 12px;
      height: 0;
      width: 0;
      border: 10px solid transparent;
      border-bottom-color: #fff; }
    #content .extract article .featured-image img {
      margin: 0 auto;
      height: auto;
      width: 100%; }
    #content .extract article .entry-header h2 {
      padding: 0 10px; }
    #content .extract article .entry-content {
      padding: 0 10px;
      position: relative;
      color: #333;
      font-size: 14px !important; }
  #content .entry-meta {
    padding: 10px;
    font-size: 11px;
    color: #333 !important;
    margin: 15px 0 0;
    padding: 10px 0 0;
    border-top: 3px solid #e5e5e5;
   font-family: TradeGothicLTCom-BdCn20Obl;
    font-weight: 400;
    text-transform: uppercase;
    z-index: 1; }
    #content .entry-meta .meta-date {
      padding: 1px 0 3px 0px;
      color: #333 !important; }
    #content .entry-meta time.icon-date::before {
      content: "\e648";
      color: #000 !important;
      padding: 0 5px 0 0; }
    #content .entry-meta .meta-com {
      padding: 0 0 3px 18px;
      margin-left: 8px;
      float: right;
      color: #000 !important; }
    #content .entry-meta .icon-comments::before {
      content: "\e66c";
      color: #000 !important;
      padding: 0 5px 0 0; }
    #content .entry-meta a {
      color: #333 !important; }
      #content .entry-meta a:hover {
        color: #93517c; }

/* #content */
.fb-comments-count {
  display: inline; }

/*! =============================================================================
   Content Single (Single Posts)
   ============================================================================= */
.single #content .sep-str, .page #content .sep-str {
  width: 100%;
  border: none;
  height: 10px;
  background: white url(../img/stripe3.png);
  opacity: 0.9;
  margin: 0px 0 25px; 
}
.single #content .entry-content, .page #content .entry-content {
  padding: 8px 0 10px;
  margin-bottom: 5px; }
.single #content .entry-header, .page #content .entry-header {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0 0 10px;
  padding: 10px 10px 5px;
  position: relative;
  background: #fff;
  border-bottom: 1px solid #ccc;
  text-align: center; }
.single #content .entry-header h2, .page #content .entry-header h2 {
font-family: TradeGothicLTCom-BdCn20Obl;
  font-weight: 600;
  font-size: 30px;
  line-height: 1.2;
  margin-top: 0;
  padding: 0px 0 0px;
  text-align: center; }
.single #content .entry-header h2 a, .page #content .entry-header h2 a {
  color: #222; }
.single #content .entry-header:before, .page #content .entry-header:before {
  content: '';
  position: absolute;
  top: -20px;
  height: 0;
  width: 0;
  border: 10px solid transparent;
  border-bottom-color: #fff; }
.single #content .entry-header .single-entry-meta, .page #content .entry-header .single-entry-meta {
  
  font-size: 14px;
  font-weight: 300;
  padding: 5px 0;
  color: #999; }
.single #content .entry-header .info-share, .page #content .entry-header .info-share {
  display: inline;
  margin-left: 10px;
  right: 0;
  bottom: 0;
  text-align: right; }
.single #content .featured-media, .page #content .featured-media {
  position: relative; }
.single #content .featured-media img, .page #content .featured-media img {
  width: 100%;
  height: auto; }
.single #content .featured-media .featured-category, .page #content .featured-media .featured-category {
  text-transform: uppercase;
  text-shadow: 0px 1px 2px #333; }
.single #content .entry-header .share-tw, .single #content .entry-header .share-fb, .page #content .entry-header .share-tw, .page #content .entry-header .share-fb {
  position: relative;
  background: #aaa;
  right: 0;
  bottom: 1px;
  padding: 0px 8px;
  line-height: 2.2;
  font-weight: 400;
  border-radius: 0;
  color: #fff !important;
  font-size: 11px;
  text-transform: uppercase;
  display: inline-block;
  border-radius: 3px; }
  .single #content .entry-header .share-tw:hover, .single #content .entry-header .share-fb:hover, .page #content .entry-header .share-tw:hover, .page #content .entry-header .share-fb:hover {
    background: #673055;
    color: #fff; }
.single #content .entry-header .share-tw, .page #content .entry-header .share-tw {
  background: #00ACEE;
  padding: 0px 8px 0 6px;
  margin-right: 5px; }
.single #content .entry-header .info-share .icon-twitter::before, .page #content .entry-header .info-share .icon-twitter::before {
  content: "\e76d";
  color: #fff;
  padding: 0 5px 0 0;
  font-size: 13px;
  top: 2px; }
.single #content .entry-header .info-share .icon-facebook::before, .page #content .entry-header .info-share .icon-facebook::before {
  content: "\e769";
  color: #fff;
  padding: 0 5px 0 0;
  font-size: 13px;
  top: 2px; }
.single #content .entry-header .share-fb, .page #content .entry-header .share-fb {
  background: #5977B2;
  padding: 0px 8px 0 6px; }
.single #content .footer-meta, .page #content .footer-meta {
  margin-top: 10px; }
.single #content .entry-header .info-share a:hover, .page #content .entry-header .info-share a:hover {
  background: #673055;
  color: #fff; }

.page #content .entry-header {
  margin: 0 0 10px;
  padding: 0px 0px 3px;
  background: #f9f9f9; }

.page #content .entry-header h2 {
  padding: 10px 10px 0px; }

/*! =============================================================================
   Blog Template
   ============================================================================= */
.page #content .blog-content .entry-header {
  text-align: left; }
.page #content .blog-content .entry-header h2 {
  font-family: TradeGothicLTCom-BdCn20Obl; }
  font-weight: 600;
  font-size: 30px;
  line-height: 1.2;
  margin-top: 0;
  padding: 10px 10px 0px !important;
  text-align: left; }
.page #content .blog-content .entry-header img {
  width: 100%; }
.page #content .blog-content .featured-image {
  max-height: 350px; }
.page #content .blog-content .ubscore, .page #content .blog-content .ubgallery, .page #content .blog-content .ubvideo, .page #content .blog-content .ubaudio {
  top: 40%;
  left: 46%; }

/* ==========================================================================
   Post Gallery
   ========================================================================== */
.entry-content .gallery-slider {
  margin: 10px 0; }

.gallery-slider {
  position: relative;
  z-index: 999;
  overflow: hidden;
  list-style: none !important; }
  .gallery-slider img {
    width: 100% !important;
    height: auto !important; }
  .gallery-slider ul, .gallery-slider ul li {
    list-style: none !important;
    margin: 0;
    padding: 0; }

/*! =============================================================================
   Content IMG Template
   ============================================================================= */
#content .image-content {
  text-align: center; }
  #content .image-content .entry-caption {
    font-size: 18px;
   
    font-weight: 500;
    color: #333;
    margin: 0;
    padding: 10px 0;
    border-top: 1px solid #ccc; }
  #content .image-content .media-meta {
    background: #444;
    color: #fff;
    padding: 10px 10px;
    text-transform: uppercase;
    margin-bottom: 0px; }
    #content .image-content .media-meta a {
      color: #ccc !important; }
  #content .image-content .attachment {
    margin: 10px auto 20px;
    padding: 10px;
    text-align: center;
    background: #ccc; }
  #content .image-content img {
    width: 100%;
    height: auto; }
#content #image-navigation span a {
  display: inline-block;
  padding: 5px 10px !important;
  margin-top: 10px;
  background: #ddd;
  border-radius: 3px; }

/*! =============================================================================
   Content Gallery
   ============================================================================= */
div.gallery {
  padding: 0 !important; }

dl.gallery-item {
  width: auto;
  padding: 5px;
  border: 1px solid #ccc;
  display: inline;
  background: #efefef;
  margin: 0 0 5px 5px; }

dd.gallery-caption {
  text-transform: capitalize;
 font-family: TradeGothicLTCom-BdCn20Obl;
  font-size: 14px;
  text-align: left;
  text-indent: 8px; }

dt.gallery-icon {
  margin: 0;
  padding: 0;
  float: left; }

/*! =============================================================================
   Author Card
   ============================================================================= */
.archive .author-cc {
  margin-top: 0; }

.author-cc {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 10px 0 20px;
  padding: 15px 10px 10px;
  overflow: auto;
  background: #222;
  color: #ccc;
  font-size: 14px;
  position: relative; }
  .author-cc .author-bio {
    margin-top: 7px !important;
    border-top: 1px dashed #555;
    padding-top: 7px;
    padding-right: 10px;
    line-height: 1.6; }
  .author-cc .profpic {
    margin-right: 15px;
    margin-top: 10px;
    float: left; }
  .author-cc .mini-author {
    font-size: 11px;
    color: #aaa; }
  .author-cc .mini-author:hover {
    color: #ccc; }
  .author-cc img {
    padding: 5px;
    background: #eeeeee url(../img/border-img.png); }
  .author-cc h4 {
    color: #fff;
    text-transform: uppercase;
 font-family: TradeGothicLTCom-BdCn20Obl; }
    margin: 0 0 2px;
    padding: 0; }
  .author-cc .mini-icons {
    float: none;
    margin: 10px 5px 0 1px;
    display: inline;
    position: absolute;
    top: 5px;
    right: 4px;
    overflow: hidden; }
  .author-cc .mini-icons a[class*="icon-"]::before {
    font-size: 16px !important;
    top: 2px; }
  .author-cc .mini-icons a.icon-googlepl::before {
    font-size: 18px !important; }
  .author-cc .mini-icons [class*="icon-"] {
    opacity: 1;
    border-radius: 0px;
    padding: 6px 10px;
    background-color: #111;
    margin-right: -3px;
    display: block;
    float: left; }
  .author-cc .mini-icons .icon-googlepl {
    padding: 5px 10px; }

.entry-tags:before {
  content: "\e631" !important;
  color: #fff !important;
  padding: 0 8px 0 0;
  font-size: 16px !important;
  top: 3px !important; }

.entry-tags {
  padding: 11px 0 3px 10px !important;
  margin: 0;
  list-style-type: none;
  float: left;
  width: 100%;
  background: #333; }
  .entry-tags a {
    color: #fff !important;
    font-size: 12px;
    padding: 5px 10px 6px;
    background: #222;
    border-radius: 3px; }
    .entry-tags a:hover {
      background: #111; }
  .entry-tags li {
    list-style: none !important;
    display: inline-block;
    margin: 0px 1px 5px; }

/*! =============================================================================
   Post Pages
   ============================================================================= */
.dphpost-pages {
  margin-top: 10px;
 font-family: TradeGothicLTCom-BdCn20Obl; } }

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

.dphpost-pages span {
  font-size: 13px;
  text-transform: uppercase;
  padding: 6px 14px;
  text-decoration: none;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(5%, #fa665a), color-stop(100%, #d34639));
  background: -moz-linear-gradient(center top, #fa665a 5%, #d34639 100%);
  background: -ms-linear-gradient(top, #fa665a 5%, #d34639 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fa665a', endColorstr='#d34639');
  background-color: #fa665a;
  color: #fff !important;
  display: inline-block;
  background: #222;
  margin-bottom: 5px; }

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

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

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

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

#comments {
  margin-top: 15px; }

.bypostauthor {
  margin: 0; }

#comments .metacc {
  font-size: 12px;
  color: #555;
  clear: both;
  margin-left: 65px; }
  #comments .metacc a {
    color: #000; }
  #comments .metacc .ccauthor, #comments .metacc .ccauthor a {
    font-weight: bold;
    color: #000; }
  #comments .metacc .icon-reply {
    float: right;
    font-style: normal;
    padding: 3px 5px 4px;
    border-radius: 3px; }
  #comments .metacc .icon-reply:before {
    content: "\e668" !important;
    color: #000 !important;
    padding: 0 4px 0 0;
    font-size: 13px !important;
    top: 1px !important; }

#comments .sep-str {
  margin: 20px 0 15px !important; }

.hidden-comments {
  display: none; }

.load-comments {
  cursor: pointer; }

.pretag {
font-family: TradeGothicLTCom-BdCn20Obl;
  background: #673055;
  font-weight: 500;
  text-transform: uppercase;
  color: #fff;
  font-size: 16px;
  padding: 10px 12px;
  display: inline-block;
  border-radius: 6px;
  margin: 10px 0 5px; }
  .pretag a {
    color: #fff; }

.presub {
font-family: TradeGothicLTCom-BdCn20Obl;
  display: inline-block;
  font-size: 18px;
  margin-left: 10px;
  text-transform: uppercase;
  color: #000; }

.pretag.icon-related:before {
  content: "\e73b" !important;
  color: #fff;
  padding: 0 8px 0 0;
  left: 0px;
  top: 1px; }

.pretag .icon-comments:before {
  content: "\e66f" !important;
  color: #fff;
  padding: 0 8px 0 0;
  left: 0px;
  top: 1px; }

.pretag.icon-related:before {
  content: "\e73b" !important;
  color: #fff;
  padding: 0 8px 0 0;
  left: 0px;
  top: 1px; }

.pretag .icon-comments:before {
  content: "\e66f" !important;
  color: #fff;
  padding: 0 8px 0 0;
  left: 0px;
  top: 1px; }

#comments ol.commentlist {
  list-style: none;
  margin: 0;
  padding: 0;
  font-size: 14px; }
  #comments ol.commentlist li {
    margin: 0 0 5px;
    padding: 5px 5px 10px 0;
    border-bottom: 1px solid #ddd; }
  #comments ol.commentlist ul li {
    padding: 5px 0 0 10px;
    margin: 15px 0 0;
    border-bottom: 0;
    list-style: none; }
  #comments ol.commentlist ul {
    padding-left: 0;
    margin-left: 0;
    background: none; }
  #comments ol.commentlist img {
    width: 55px;
    height: 55px;
    float: left;
    margin: 2px 10px 5px 5px;
    border: 1px solid #ddd;
    padding: 2px;
    border-radius: 50%; }

/* #Comments ol.commentlist */
#comments #respond {
  margin-top: 30px;
  margin-bottom: 10px;
  border-top: 3px solid #111;
  box-shadow: inset 0 0 0 1px #eee;
  background: #fff;
  color: #555;
  padding: 15px;
  overflow: auto; }
  #comments #respond h3 {
    line-height: 20px;
    border-bottom: 1px solid #ccc;
    padding-bottom: 10px;
    font-size: 22px;
    color: #666;
    font-family: TradeGothicLTCom-BdCn20Obl; }
    text-transform: uppercase; }
  #comments #respond p {
    border-bottom: 1px solid #ccc; }
  #comments #respond input {
    margin-bottom: 10px;
    background: #eee;
    font-size: 13px;
    border: 0;
    color: #999;
    display: block;
    width: 100%;
    padding: 6px 4px !important; }
  #comments #respond textarea {
 font-family: TradeGothicLTCom-BdCn20Obl; }
    font-size: 13px;
    margin-bottom: 7px;
    background: #eee;
    border: 0;
    border-radius: 3px;
    width: 98.5%;
    height: 155px;
    color: #999;
    padding: 4px;
    border-radius: 0; }
  #comments #respond input:focus, #comments #respond textarea:focus {
    background: #f3f3f3;
    color: #444;
    border-color: rgba(98, 98, 98, 0.3);
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(255, 255, 255, 0.1);
    -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(255, 255, 255, 0.2);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(255, 255, 255, 0.1);
    outline: 0; }
  #comments #respond label, #comments #respond .required {
    color: #888;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: normal;
    display: inline; }
  #comments #respond input#submit {
    cursor: pointer;
    margin-bottom: 7px;
    margin-right: 10px;
    border-radius: 3px;
    width: auto;
    color: #fff;
    font-size: 11px;
    font-weight: 700;
    padding: 8px 15px !important; }
  #comments #respond input#submit:active {
    background: #a4628d; }
  #comments #respond .comment-notes, #comments #respond .form-allowed-tags {
    display: none; }
  #comments #respond .inputcom {
    width: 30%;
    float: left;
    border-bottom: 0;
    margin-bottom: 0; }
  #comments #respond .comment-form-email {
    margin: 0 20px; }
  #comments #respond .logged-in-as {
    padding-bottom: 5px;
    font-size: 12px; }

/* #Comments #Respond */
/*! =============================================================================
   Secondary // Sidebar 
   ============================================================================= */
#secondary {
  overflow: hidden;
  clear: both;
  width: 100%;
  background: none;
  float: right !important; }

.nomo {
  float: right !important; }

/*! =============================================================================
   Widgetized Homepage
   ============================================================================= */
.yk-section {
  display: none !important;
  visibility: hidden !important; }

.home-content .yk-section {
  display: block !important;
  visibility: visible !important; }

.home-content .home-section {
  width: 100% !important; }

/*! =============================================================================
   Widgets (Common)
   ============================================================================= */
.widget:before, .widget:after {
  display: table;
  content: "";
  line-height: 0; }

.widget:after {
  clear: both; }

.widget, .home-section, #footer .widget {
  margin: 0px 0 15px;
  font-size: 14px;
  color: #333;
  clear: both; }
  .widget small, .home-section small, #footer .widget small {
    font-size: 10px !important; }
  .widget .li-content, .home-section .li-content, #footer .widget .li-content {
    position: relative; }
  .widget iframe, .home-section iframe, #footer .widget iframe {
    border: 0; }
  .widget select, .home-section select, #footer .widget select {
    max-width: 100%; }
  .widget img, .home-section img, #footer .widget img {
    display: block;
    max-width: 100%;
    height: auto;
    float: left; }
  .widget .single-bb img, .home-section .single-bb img, #footer .widget .single-bb img {
    margin: 0 auto;
    text-align: center;
    float: none; }

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

.widget ul li, #footer .widget ul li {
  list-style: none;
  padding: 5px;
  margin: 5px 0 10px;
  
  color: #333;
  overflow: hidden; }
  .widget ul li ul li, #footer .widget ul li ul li {
    border-bottom: 1px solid #ccc; }
  .widget ul li ul li:last-of-type, #footer .widget ul li ul li:last-of-type {
    border-bottom: none; }
  .widget ul li a, #footer .widget ul li a {
    color: #333; }
  .widget ul li a:hover, #footer .widget ul li a:hover {
    color: #93517c; }
  .widget ul li img, #footer .widget ul li img {
    width: 55px;
    height: auto;
    padding-right: 0;
    margin: 0 10px 0px 0;
    float: left;
    border: 1px solid #bbb;
    padding: 1px; }

.widget .meta-wg, #footer .widget .meta-wg {
  font-size: 11px !important;
  margin-top: 6px;
  color: #777 !important;
  text-transform: uppercase; }
  .widget .meta-wg .meta-date, #footer .widget .meta-wg .meta-date {
    padding: 1px 0 6px 0px;
    color: #777 !important;
    margin-right: 5px; }
  .widget .meta-wg .icon-date::before, #footer .widget .meta-wg .icon-date::before {
    content: "\e648";
    color: #000;
    padding: 0 5px 0 0; }
  .widget .meta-wg .icon-comments, #footer .widget .meta-wg .icon-comments {
    color: #777 !important; }
  .widget .meta-wg .icon-comments::before, #footer .widget .meta-wg .icon-comments::before {
    content: "\e66c";
    color: #000;
    padding: 0 5px 0 0; }

#footer .widget .meta-wg .icon-date::before {
  color: #777; }
#footer .widget .meta-wg .icon-comments::before {
  color: #777; }

/*! =============================================================================
   Widgets (Footer)
   ============================================================================= */
#footer .widget {
  font-size: 13px;
  color: #ccc; }

#footer .widget h3 {
  margin: 0 0 10px;
font-family: TradeGothicLTCom-BdCn20Obl; }
  background: none;
  line-height: 1.6;
  font-weight: 400;
  padding: 0px 0px 0px;
  text-transform: uppercase;
  font-size: 16px;
  color: #eee; }

#footer .widget ul {
  margin: 0px 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: 50px;
    border-color: #333;
    padding: 2px; }

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

/*! =============================================================================
   Search Widget
   ============================================================================= */
.widget_search form, #footer .widget_search form {
  position: relative;
  overflow: hidden; }
.widget_search .assistive-text, #footer .widget_search .assistive-text {
  display: none; }
.widget_search input.submit, #footer .widget_search input.submit {
  display: none; }
.widget_search #searchform:before, #footer .widget_search #searchform:before {
  content: "\e67f" !important;
  font-family: "icomoon" !important;
  font-style: normal;
  font-weight: normal;
  font-size: inherit;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #999 !important;
  font-size: 18px !important;
  position: absolute;
  right: 6%;
  top: 5px;
  z-index: 4; }
.widget_search input.field, #footer .widget_search input.field {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 95%;
  height: 36px;
  outline: 0;
  font-size: 12px;
  background: #eee !important;
  border: 0 !important;
  padding: 6px 36px 6px 8px;
  -webkit-box-shadow: inset 0 11px 11px transparent !important;
  box-shadow: inset 0 11px 11px transparent !important;
  border-radius: 5px;
  margin-bottom: 0; }
.widget_search input.field:focus, #footer .widget_search input.field:focus {
  background: #fff !important;
  border: 1px solid #aaa;
  outline: 0; }

.widget_search input.field {
  width: 95%;
  margin: 0 auto;
  display: block;
  border: 1px solid #ccc !important;
  padding: 7px 36px 8px 8px; }
.widget_search #searchform:before {
  color: #888 !important; }
.widget_search input.field:focus {
  border: 1px solid #ccc; }

.widget_rss h3 {
  color: #fff; }
  .widget_rss h3 img {
    display: none; }

/*! =============================================================================
   Tag Cloud Widget
   ============================================================================= */
.widget_tag_cloud ul, #footer .widget_tag_cloud ul, .widget_tags_alison ul, #footer .widget_tags_alison ul,
.widget_cats_alison ul, #footer .widget_cats_alison ul {
  margin: 0;
  padding: 0;
  overflow: auto; }
  .widget_tag_cloud ul li, #footer .widget_tag_cloud ul li, .widget_tags_alison ul li, #footer .widget_tags_alison ul li,
  .widget_cats_alison ul li, #footer .widget_cats_alison ul li {
    float: left;
    margin: 0;
    padding: 0;
    border: 0;
    background: none;
    list-style: none;
    overflow: visible; }
    .widget_tag_cloud ul li a, #footer .widget_tag_cloud ul li a, .widget_tags_alison ul li a, #footer .widget_tags_alison ul li a,
    .widget_cats_alison ul li a, #footer .widget_cats_alison ul li a {
      display: block;
      border: 1px solid #222;
      border-radius: 3px;
      padding: 4px 8px;
      font-size: 13px !important;
      -moz-transition: .8s linear;
      -webkit-transition: .8s ease-out;
      transition: .8s linear;
      margin: 3px 3px 0 0;
      background: none; }
      .widget_tag_cloud ul li a:hover, #footer .widget_tag_cloud ul li a:hover, .widget_tags_alison ul li a:hover, #footer .widget_tags_alison ul li a:hover,
      .widget_cats_alison ul li a:hover, #footer .widget_cats_alison ul li a:hover {
        color: #fff !important;
        border-color: #93517c;
        -moz-transition: .01s linear;
        -webkit-transition: .01s ease-out;
        transition: .01s linear; }

.widget_tag_cloud ul li, .widget_tags_alison ul li, .widget_cats_alison ul li {
  margin: 0 2px 2px 0; }
  .widget_tag_cloud ul li a, .widget_tags_alison ul li a, .widget_cats_alison ul li a {
    background: #fff;
    border: 1px solid #ccc;
    border-radius: 3px; }
    .widget_tag_cloud ul li a:hover, .widget_tags_alison ul li a:hover, .widget_cats_alison ul li a:hover {
      color: #222 !important;
      background: #fff;
      border-color: #644e66; }

/*! =============================================================================
   Editors Widget
   ============================================================================= */
.widget_alison_authors ul, #footer .widget_alison_authors ul {
  text-align: center; }
.widget_alison_authors ul li, #footer .widget_alison_authors ul li {
  text-align: center;
  margin-bottom: 10px;
  display: inline;
  border: 0; }
.widget_alison_authors ul li a, #footer .widget_alison_authors ul li a {
  border-radius: 50% !important;
  padding: 3px;
  margin: 0 0 5px;
  border: 1px solid #aaa;
  position: relative;
  display: inline-block;
  width: 50px; }
.widget_alison_authors ul li a:hover, #footer .widget_alison_authors ul li a:hover {
  border-color: #d1250e; }
.widget_alison_authors ul img, #footer .widget_alison_authors ul img {
  width: 100% !important;
  height: auto !important;
  position: relative;
  border: 0 !important;
  border-radius: 50%;
  text-align: center; }

/*! =============================================================================
   Popular Posts Widget
   ============================================================================= */
.widget_alison_mostpop .header-wg, #footer .widget_alison_mostpop .header-wg {
  height: 180px;
  overflow: hidden;
  position: relative; }
.widget_alison_mostpop .header-wg:after, #footer .widget_alison_mostpop .header-wg:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 12px;
  height: 0;
  width: 0;
  border: 8px solid transparent;
  border-bottom-color: #000; }
.widget_alison_mostpop .header-wg img, #footer .widget_alison_mostpop .header-wg img {
  width: 100%;
  height: auto; }
.widget_alison_mostpop .pie-wg, #footer .widget_alison_mostpop .pie-wg {
  background: #000;
  margin-bottom: 10px; }
.widget_alison_mostpop h2, #footer .widget_alison_mostpop h2 {
  color: #eee;
  background: #000;
  font-size: 16px;
  font-family: TradeGothicLTCom-BdCn20Obl; }
  line-height: 1.4em;
  padding: 10px 10px 10px;
  margin-bottom: 0;
  -moz-transition: .3s linear;
  -webkit-transition: .3s ease-out;
  transition: .3s linear; }
  .widget_alison_mostpop h2 a, #footer .widget_alison_mostpop h2 a {
    color: #eee !important;
    display: block; }
  .widget_alison_mostpop h2:hover, #footer .widget_alison_mostpop h2:hover {
    background: #93517c;
    -moz-transition: .3s linear;
    -webkit-transition: .3s ease-out;
    transition: .3s linear; }
.widget_alison_mostpop .entry-meta, #footer .widget_alison_mostpop .entry-meta {
  font-size: 11px;
  color: #ccc;
  margin: 0px auto 0;
  width: 93%;
  padding: 8px 0px 12px;
  border-top: 3px solid #111;
font-family: TradeGothicLTCom-BdCn20Obl; }
  font-weight: 400;
  text-transform: uppercase;
  z-index: 1; }
  .widget_alison_mostpop .entry-meta .meta-date, #footer .widget_alison_mostpop .entry-meta .meta-date {
    padding: 1px 0 3px 0px; }
  .widget_alison_mostpop .entry-meta .icon-date::before, #footer .widget_alison_mostpop .entry-meta .icon-date::before {
    content: "\e648";
    color: #fff;
    padding: 0 5px 0 0; }
  .widget_alison_mostpop .entry-meta .meta-com, #footer .widget_alison_mostpop .entry-meta .meta-com {
    padding: 0 0 3px 18px;
    margin-left: 8px;
    float: right; }
  .widget_alison_mostpop .entry-meta .icon-comments::before, #footer .widget_alison_mostpop .entry-meta .icon-comments::before {
    content: "\e66c";
    color: #fff;
    padding: 0 5px 0 0; }
  .widget_alison_mostpop .entry-meta .meta-views, #footer .widget_alison_mostpop .entry-meta .meta-views {
    float: right; }
  .widget_alison_mostpop .entry-meta .icon-views::before, #footer .widget_alison_mostpop .entry-meta .icon-views::before {
    content: "\e6a4";
    color: #fff;
    padding: 0 3px 0 0; }
  .widget_alison_mostpop .entry-meta a, #footer .widget_alison_mostpop .entry-meta a {
    color: #ccc; }
    .widget_alison_mostpop .entry-meta a:hover, #footer .widget_alison_mostpop .entry-meta a:hover {
      color: #93517c; }
.widget_alison_mostpop .header-wg .featured-category, #footer .widget_alison_mostpop .header-wg .featured-category {
  text-shadow: 0px 1px 2px #333;
  font-family: TradeGothicLTCom-BdCn20Obl; }
  color: #000;
  font-size: .8em;
  text-transform: uppercase;
  padding: 5px 8px 4px;
  font-weight: 600; }

#footer .widget_alison_mostpop .header-wg:after {
  border-bottom-color: #111; }
#footer .widget_alison_mostpop .pie-wg {
  background: #111; }
#footer .widget_alison_mostpop h2 {
  background: #111; }
#footer .widget_alison_mostpop .entry-meta {
  border-top: 3px solid #222; }

/*! =============================================================================
   Slides Widget
   ============================================================================= */
.widget_alison_catposts .item, #footer .widget_alison_catposts .item {
  overflow: hidden;
  max-height: 250px !important; }
  .widget_alison_catposts .item img, #footer .widget_alison_catposts .item img {
    width: 100%;
    height: auto;
    margin: 0 0px 0px 0;
    float: none;
    border: 0;
    cursor: ew-resize; }
.widget_alison_catposts h2, #footer .widget_alison_catposts h2 {
  position: absolute;
  bottom: 0%;
  padding: 0 10px;
  font-size: 20px;
  line-height: 1.2em;
  text-shadow: 0px 1px 1px black;
  font-family: TradeGothicLTCom-BdCn20Obl; }
  color: #fff; }
  .widget_alison_catposts h2 a, #footer .widget_alison_catposts h2 a {
    color: #fff !important; }
.widget_alison_catposts .ubscore, .widget_alison_catposts .ubgallery, .widget_alison_catposts .ubvideo, .widget_alison_catposts .ubaudio, #footer .widget_alison_catposts .ubscore, #footer .widget_alison_catposts .ubgallery, #footer .widget_alison_catposts .ubvideo, #footer .widget_alison_catposts .ubaudio {
  width: 36px;
  height: 36px;
  padding: 2px 0 0 0;
  top: 3%;
  left: 82%; }
.widget_alison_catposts .icon-gallery::before, #footer .widget_alison_catposts .icon-gallery::before {
  font-size: 18px !important;
  top: 3px !important;
  left: 0px; }
.widget_alison_catposts .icon-video::before, #footer .widget_alison_catposts .icon-video::before {
  font-size: 20px !important;
  top: 3px !important;
  left: 2px; }
.widget_alison_catposts .icon-audio::before, #footer .widget_alison_catposts .icon-audio::before {
  font-size: 18px !important;
  top: 4px !important;
  left: -1px; }
.widget_alison_catposts .dial, #footer .widget_alison_catposts .dial {
  font-size: 10px !important;
  margin-top: 9px !important; }

/*! =============================================================================
   Video Widget
   ============================================================================= */
.single .entry-content .wg-video, .page .entry-content .wg-video, .widget .wg-video {
  margin-bottom: 10px !important; }

.wg-video iframe {
  width: 100%; }

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

/*! =============================================================================
   Recent Comments with Gravatar Widget
   ============================================================================= */
.widget_alison_recentcomms ul li, .widget_alison_recentcomms ul li a {
  color: #333; }

#footer .widget_alison_recentcomms img, .widget_alison_recentcomms img {
  width: 50px !important;
  height: 50px !important;
  border: 1px solid #ccc; }
#footer .widget_alison_recentcomms .comment-text, .widget_alison_recentcomms .comment-text {
  overflow: auto; }
#footer .widget_alison_recentcomms ul li, .widget_alison_recentcomms ul li {
  overflow: auto;
  max-width: 100%;
  height: auto;
  padding-bottom: 5px; }

#footer .widget_alison_recentcomms ul li {
  background: #111; }

.widget_alison_recentcomms img {
  width: 100% !important;
  height: auto !important;
  position: relative;
  border: 0 !important;
  border-radius: 50%;
  text-align: center; }
.widget_alison_recentcomms .author-av {
  border-radius: 50% !important;
  padding: 1px;
  margin: 0 10px 5px 0;
  border: 1px solid #aaa;
  position: relative;
  display: inline-block;
  float: left;
  width: 53px; }

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

#footer .widget_alison_fblike .fb-like-box {
  background: #111;
  color: #ccc !important; }

/*! =============================================================================
   Gallery Widget
   ============================================================================= */
.widget_quick-flickr-widget ul, #footer .widget_quick-flickr-widget ul {
  overflow: auto;
  margin-top: 5px; }
  .widget_quick-flickr-widget ul li, #footer .widget_quick-flickr-widget ul li {
    border: none !important;
    float: left !important;
    margin: 0px 17px 10px 0;
    padding: 0;
    overflow: visible;
    width: 90px !important;
    display: block; }
    .widget_quick-flickr-widget ul li.dpht, #footer .widget_quick-flickr-widget ul li.dpht {
      margin-right: 0; }
    .widget_quick-flickr-widget ul li img, #footer .widget_quick-flickr-widget ul li img {
      display: block;
      width: 100%;
      height: auto;
      margin: 0;
      padding: 2px;
      -moz-transition: .3s linear;
      -webkit-transition: .3s ease-out;
      transition: .3s linear; }
      .widget_quick-flickr-widget ul li img:hover, #footer .widget_quick-flickr-widget ul li img:hover {
        border-color: #93517c;
        -moz-transition: .01s linear;
        -webkit-transition: .01s ease-out;
        transition: .01s linear; }

#footer .widget_quick-flickr-widget ul li {
  background: none;
  width: 28% !important;
  max-width: 100px; }
  #footer .widget_quick-flickr-widget ul li img {
    border: 1px solid #333;
    padding: 2px; }

/*! =============================================================================
   WordPress Calendar Widget
   ============================================================================= */
#wp-calendar {
  width: 100%; }
  #wp-calendar caption {
    color: #eee;
    font-size: 13px;
    margin-top: 0px;
    background: #111;
    padding: 8px 0;
    text-transform: uppercase; }
  #wp-calendar thead {
    font-size: 10px;
    background: #333;
    color: #fff; }
  #wp-calendar thead th {
    padding: 4px 10px; }
  #wp-calendar tbody {
    color: #aaa; }
  #wp-calendar tbody td {
    background: #222;
    color: #ccc;
    text-align: center;
    padding: 2.5% 2.5%;
    font-size: 13px; }
    #wp-calendar tbody td a {
      color: #ccc;
      text-decoration: underline !important; }
  #wp-calendar tbody td.pad {
    background: #111; }
  #wp-calendar tbody .pad {
    background: none; }
  #wp-calendar #today {
    color: #fff;
    text-shadow: 0 1px 0 rgba(0, 0, 0, 0.3);
    background: #644e66;
    background: -moz-radial-gradient(50% 50% 0deg, ellipse cover, #a4628d, #93517c);
    background: -webkit-gradient(radial, 50% 50%, 0, 50% 50%, 20, from(#a4628d), to(#93517c)); }
  #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
   ============================================================================= */
.container-full {
  margin-top: 40px; }

.copy {
  font-size: 11px;
  text-transform: uppercase;
  text-align: center;
  color: #999;
  font-style: italic;
  padding: 7px 0;
  margin: 0 0 20px;
  border-top: 1px solid #111; }
  
.container-footer { padding-top: 0px;padding-right: 0px;
padding-bottom: 0px; padding-left: 10px; }
#footer {
  background: black;
 padding-top: 20px;
padding-right: 0px;
padding-bottom: 0px;
padding-left: 10px;
  font-size: 13px;
  font-weight: 300;
  color: #ccc;
  min-height: 200px;
  position: relative;
  padding-top: 0; }
  #footer a {
    color: #ccc; }
    #footer a:hover {
      color: #93517c; }
  #footer h2.logo-footer-img {
    line-height: 0;
    margin: 0;
    padding: 0; }
  #footer .logo-section img {
    display: inline-block;
    max-width: 100%;
    height: auto; }
  #footer h2.logo-footer {
    font-family: TradeGothicLTCom-BdCn20Obl; }
    color: #fff;
    margin: 0;
    text-transform: uppercase;
    line-height: .73;
    font-size: 4em;
    font-weight: 600;
    letter-spacing: -1px; }
    #footer h2.logo-footer a {
      color: #fff !important; }
  #footer .site-description {
    font-size: 14px;
    padding-top: 10px; }
  #footer .btm-nav {
    font-size: 13px !important;
    background: #000;
    font-family: TradeGothicLTCom-BdCn20Obl; }
    padding: 10px 0 !important;
    margin: 0 !important; }
    #footer .btm-nav .sf-menu {
      border-bottom: 1px solid #222;
      max-height: none;
      text-align: center; }
    #footer .btm-nav .sf-menu li {
      float: none;
      display: inline-block; }
    #footer .btm-nav .sf-menu li a {
      border: none;
      padding: 5px 14px 15px;
      font-size: 16px !important;
      color: #eee; }
    #footer .btm-nav .current-menu-item a, #footer .btm-nav .current-menu-item a:hover, #footer .btm-nav .sf-menu li.current-menu-item ul li:hover > a, #footer .btm-nav .sf-menu li:hover > a {
      background: none;
      color: #93517c; }
    #footer .btm-nav #menu-footer ul li a:hover {
      color: #93517c; }
    #footer .btm-nav .sf-arrows .sf-with-ul {
      padding-right: 1.5em;
      *padding-right: 1em;
      /* no CSS arrows for IE7 (lack pseudo-elements) */ }
    #footer .btm-nav .sf-menu ul {
      background: #111 !important;
      padding: 0 !important;
      text-align: left; }
    #footer .btm-nav .sf-menu ul li {
      border: none;
      text-align: left; }
    #footer .btm-nav .sf-menu ul li a {
      font-size: 16px;
      padding: 6px 15px 7px !important; }
    #footer .btm-nav .sf-menu .home-menu {
      display: none; }

/*! =============================================================================
   WordPress Player (Responsive CSS)
   ============================================================================= */
.mejs-container {
  width: 100% !important;
  margin: 0 auto !important;
  position: relative !important; }

.mejs-overlay-button {
  text-align: center !important;
  width: 100% !important; }

.mejs-container {
  width: 100% !important;
  height: auto !important;
  padding-top: 57% !important; }

.mejs-audio {
  width: auto !important;
  height: auto !important;
  padding-top: 40px !important;
  margin-bottom: 0px !important; }

.mejs-overlay, .mejs-poster {
  width: 100% !important;
  height: 100% !important;
  z-index: 9999; }

.mejs-mediaelement video {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100% !important;
  height: 100% !important; }

.mejs-container, .mejs-embed, .mejs-embed body {
  background: #333 !important; }

/*! =============================================================================
   Pagination
   ============================================================================= */
.paging-navigation {
  margin: 0px 0 20px; }

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

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

.paging-navigation a:link, .paging-navigation a:visited, #comments input#submit, .contact-form input#submit {
  font-size: 12px;
  text-transform: uppercase;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  border: 1px solid RGBA(0, 0, 0, 0.1);
  padding: 6px 12px;
  text-decoration: none;
  background-color: #a4628d;
  color: #000 !important;
  display: inline-block; }

.paging-navigation .nav-previous a:hover, .paging-navigation .nav-next a:hover, #comments input#submit:hover, .contact-form input#submit:hover {
  background-color: #111 !important; 
  color:#fff !important; }

/*! =============================================================================
   Numbered Pagination
   ============================================================================= */
.page-numbers {
  display: block;
  background: #eee;
  padding-left: 0;
  margin: 10px 0;
  color: #666;
  text-transform: uppercase;
font-family: TradeGothicLTCom-BdCn20Obl; }

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

.page-numbers > li a, .page-numbers > li a:visited {
  color: #666 !important; }

.page-numbers > li > a, .page-numbers > li > span {
  position: relative;
  float: left;
  padding: 6px 12px;
  line-height: 1.428571429;
  text-decoration: none;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  margin-left: -1px; }

.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, .page-numbers > li > .prev {
  border-color: #222 !important;
  color: #fff !important;
  background-color: #222 !important; }

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

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-color: #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; }

/*! =============================================================================
   Contact Template
   ============================================================================= */
.contact-form {
  margin-top: 15px;
  margin-bottom: 10px;
  border-top: 3px solid #111;
  box-shadow: inset 0 0 0 1px #eee;
  background: #fff;
  color: #555;
  padding: 15px;
  overflow: auto; }
  .contact-form h3 {
    line-height: 20px;
    border-bottom: 1px solid #ccc;
    padding-bottom: 10px;
    font-size: 22px;
    color: #666;
    font-family: TradeGothicLTCom-BdCn20Obl; }
    text-transform: uppercase; }
  .contact-form input {
    margin-bottom: 10px;
    background: #eee;
    font-size: 13px;
    border: 0;
    color: #999;
    display: block;
    width: 100%;
    padding: 6px 4px !important; }
  .contact-form .human-verify {
    display: inline; }
  .contact-form textarea {
    font-size: 13px;
    margin-bottom: 7px;
    background: #eee;
    border: 0;
    border-radius: 3px;
    width: 98.5%;
    height: 155px;
    color: #999;
    padding: 4px;
    border-radius: 0; }
  .contact-form input:focus, .contact-form textarea:focus {
    background: #f3f3f3;
    color: #444;
    border-color: rgba(98, 98, 98, 0.3);
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(255, 255, 255, 0.1);
    -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(255, 255, 255, 0.2);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(255, 255, 255, 0.1);
    outline: 0; }
  .contact-form label, .contact-form .required {
    color: #888;
    font-size: 12px !important;
    text-transform: uppercase;
    font-weight: normal;
    display: inline; }
  .contact-form input#submit {
    cursor: pointer;
    margin-bottom: 7px;
    margin-right: 10px;
    border-radius: 3px;
    width: auto;
    color: #fff;
    font-size: 11px;
    font-weight: 700;
    padding: 8px 15px !important; }
  .contact-form p {
    border-bottom: 1px solid #ccc; }
  .contact-form .inputcom {
    width: 48%;
    float: left;
    border-bottom: 0;
    margin-bottom: 0; }
  .contact-form .textarea-p {
    clear: both; }
  .contact-form .contact_name, .contact-form .comment-form-email {
    margin: 0 15px 0 0 !important; }
  .contact-form span.verify {
    color: #555 !important; }
  .contact-form form span {
    color: #93517c; }
  .contact-form .error {
    padding: 5px 9px;
    border: 1px solid #93517c;
    color: #93517c;
    border-radius: 3px;
    margin-bottom: 7px; }
  .contact-form .success {
    padding: 5px 9px;
    border: 1px solid green;
    color: green;
    border-radius: 3px;
    margin-bottom: 7px; }

/* =============================================================================
   Media Panel 
   ============================================================================= */
.media-panel .caruse {
  cursor: ew-resize;
  width: 100% !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: relative; }

.caruse .post-inner {
  position: relative !important; }

.media-panel {
  overflow: hidden !important; }

.media-panel .img-inner:before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 12px;
  height: 0;
  width: 0;
  border: 8px solid transparent;
  border-bottom-color: #000; }

.media-panel .item {
  margin-right: 7px; }
.media-panel .item img {
  display: block;
  width: 100% !important;
  height: auto !important; }
.media-panel .img-inner {
  position: relative;
  background: #000; }
.media-panel .img-inner img {
  height: auto; }
.media-panel h2 {
  font-family: TradeGothicLTCom-BdCn20Obl; }
  text-transform: uppercase;
  font-size: 19px;
  font-weight: 600;
  height: 72px;
  overflow: hidden;
  margin: 0px auto 4px;
  line-height: 26px;
  text-align: center;
  background: #000;
  padding: 10px;
  position: relative;
  z-index: 1110 !important;
  -moz-transition: .3s linear;
  -webkit-transition: .3s ease-out;
  transition: .3s linear; }
  .media-panel h2 a {
    color: #fff !important; }
.media-panel h2:hover {
  background: #93517c;
  -moz-transition: .3s linear;
  -webkit-transition: .3s ease-out;
  transition: .3s linear; }
.media-panel .entry-meta {
  font-size: 11px;
  color: #ccc;
  margin: 0px auto 0;
  width: 93%;
  padding: 8px 0px 12px;
  border-top: 3px solid #111;
font-family: TradeGothicLTCom-BdCn20Obl; }
  font-weight: 400;
  text-transform: uppercase;
  z-index: 1; }
  .media-panel .entry-meta .meta-date {
    padding: 1px 0 3px 0px; }
  .media-panel .entry-meta .icon-date::before {
    content: "\e648";
    color: #fff;
    padding: 0 5px 0 0; }
  .media-panel .entry-meta .meta-com {
    padding: 0 0 3px 18px;
    margin-left: 8px;
    float: right; }
  .media-panel .entry-meta .icon-comments::before {
    content: "\e66c";
    color: #fff;
    padding: 0 5px 0 0; }
  .media-panel .entry-meta a:link {
    color: #ccc !important; }
    .media-panel .entry-meta a:link:hover {
      color: #ccc !important; }
  .media-panel .entry-meta a:visited {
    color: #ccc !important; }

.nav-below {
  margin-bottom: 10px; }

.nav-below .page-numbers {
  display: none !important; }

.nav-below .next {
  display: block !important;
  display: inline !important; }

/* ==========================================================================
   Ubscore
   ========================================================================== */
.ubscore, .ubgallery, .ubvideo, .ubaudio {
  position: absolute;
  top: 35%;
  left: 37%;
  text-align: center;
  background: transparent;
  border-radius: 50%;
  width: 86px;
  height: 86px;
  padding: 3px 0px 0px 0px;
  opacity: 0.9;
  z-index: 900;
  overflow: hidden; }

.ubscore {
  background: RGBA(0, 0, 0, 0.9);
  opacity: 1;
  padding: 3px 0px 0px 0px !important; }

.ubgallery {
  background: RGBA(0, 0, 0, 0.8);
  border: 2px solid #fff; }

.ubvideo {
  background: RGBA(0, 0, 0, 0.8);
  border: 2px solid #fff; }

.ubaudio {
  background: RGBA(0, 0, 0, 0.8);
  border: 2px solid #fff; }

.icon-gallery::before {
  content: "\e60f" !important;
  font-size: 40px !important;
  top: 15px !important;
  color: #fff;
  padding: 0 0px 0 0; }

.icon-video::before {
  content: "\e70a" !important;
  font-size: 40px !important;
  top: 17px !important;
  left: 3px;
  color: #fff;
  padding: 0 0px 0 0; }

.icon-audio::before {
  content: "\e610" !important;
  font-size: 40px !important;
  top: 17px !important;
  left: -1px;
  color: #fff;
  padding: 0 0px 0 0; }

/* ==========================================================================
   Score Panel
   ========================================================================== */
.score-panel {
  margin: 10px auto 20px;
  background: #fff;
  max-width: 848px;
  padding: 10px;
  position: relative;
  border: 4px double #999; }

.score-panel .ubscore {
  position: relative;
  background: #00BF76;
  border-radius: 50%;
  top: 0;
  left: 0;
  width: 106px;
  height: 106px;
  padding: 3px 0px 0px 0px !important;
  opacity: 1;
  z-index: 1;
  overflow: hidden;
  margin: 10px 0 10px 5px;
  border: none; }

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

.score-panel .dial {
  font-size: 32px !important;
  margin-top: 28px !important; }

.score-summ {
  overflow: hidden;
  color: #666;
  zoom: 1;
  padding: 5px 10px 10px;
font-family: 'franklin_gothic_fsbook', sans-serif;
  font-size: 18px;
  font-weight: 300;
  position: relative; }

.score-summ::before {
  content: "\201D";
  font-family: "Georgia", Serif;
  font-style: normal;
  font-weight: normal;
  position: relative;
  line-height: 1;
  top: -10px;
  right: 10px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #DEDEDE;
  font-size: 9em;
  position: absolute; }

.score-post {
  width: 126px;
  float: left;
  text-align: center;
  font-family: "Dosis", Helvetica Neue, Helvetica, Arial, sans-serif;
  position: relative; }

.score {
  display: block;
  background: #F53E2A;
  color: #fff;
  font-size: 40px; }

.score-tag {
  position: relative;
  background: #673055;
  color: #fff;
  font-size: 18px;
  padding: 10px 10px;
  margin: 0 0 5px;
  display: inline-block;
  clear: both;
  text-transform: uppercase;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden; }

.summ {
  display: block; }

.criter {
  border-top: 1px dashed #ccc; }

.score-panel .criter {
  margin: 0px 0 0;
  clear: both;
  padding: 15px 0px 0px; }
  .score-panel .criter .progress {
    overflow: hidden;
    height: 30px;
    margin-bottom: 20px;
    background-color: #eee;
    border-radius: 0px;
    -webkit-box-shadow: none;
    box-shadow: none;
 font-family: TradeGothicLTCom-BdCn20Obl; }
  .score-panel .criter .progress-bar {
    float: left;
    width: 0%;
    height: 100%;
    font-size: 14px;
    line-height: 30px;
    color: #ffffff;
    text-align: left;
    background-color: #F48B00;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-transition: width 0.6s ease;
    transition: width 0.6s ease; }
  .score-panel .criter .base-cr {
    padding-left: 10px;
    text-transform: uppercase; }
  .score-panel .criter .base-sc {
    padding: 0 7px;
    margin: 5px 10px 0px;
    text-transform: uppercase;
    text-align: right;
    float: right;
    display: inline-block;
    font-size: 14px;
    line-height: 22px;
    color: #fff;
    position: relative;
    background: #000;
    border-radius: 25px; }

/*! =============================================================================
   Featured Panel
   ============================================================================= */
.owl-pagination {
  position: absolute;
  top: -20px;
  margin: 0 auto;
  width: 100% !important;
  display: none; }

.owl-carousel {
  background: #fff !important; }

.loading {
  background: white url(../img/preload.gif) no-repeat center center !important; }

.mid-grid {
  margin-top: 2px; }

#featured-grid .yk-panels, #featured-grid .sc-panels, #featured-related {
  cursor: ew-resize;
  width: 100% !important;
  overflow: hidden !important;
  max-height: 420px;
  overflow: hidden;
  margin: 0 !important;
  padding: 0 !important; }
  #featured-grid .yk-panels .item, #featured-grid .sc-panels .item, #featured-related .item {
    margin-right: 2px;
    max-height: 420px !important;
    position: relative; }
  #featured-grid .yk-panels .item img, #featured-grid .sc-panels .item img, #featured-related .item img {
    display: block;
    width: 100% !important;
    height: auto !important; }
  #featured-grid .yk-panels .chroma:after, #featured-grid .sc-panels .chroma:after, #featured-related .chroma:after {
    content: "";
    position: absolute;
    z-index: 499;
    top: 0;
    left: 0px;
    background: #c54939;
    opacity: 0.3;
    filter: alpha(opacity=10);
    width: 100% !important;
    height: 100% !important; }

/* ============= yk-panels */
#featured-grid .yk-panels h2, #featured-grid .sc-panels h2, #slider-panel h2, #featured-related h2 {
font-family: TradeGothicLTCom-BdCn20Obl;
  padding: 0 10px 0px !important;
  margin: 12px 0 15px 0;
  text-shadow: 1px 0px 2px black;
  font-size: 28px;
  text-transform: uppercase;
  font-weight: 400;
  line-height: 1.3;
  text-align: center !important;
  z-index: 8999;
  clear: both; }
  #featured-grid .yk-panels h2 a, #featured-grid .sc-panels h2 a, #slider-panel h2 a, #featured-related h2 a {
    color: #fff !important; }
#featured-grid .yk-panels .meta-info, #featured-grid .sc-panels .meta-info, #slider-panel .meta-info, #featured-related .meta-info {
  width: 100%;
  text-align: center;
  position: absolute;
  z-index: 999 !important;
  bottom: 0; }
#featured-grid .yk-panels .featured-category, #featured-grid .sc-panels .featured-category, #slider-panel .featured-category, #featured-related .featured-category {
  padding: 0px 10px 3px;
  line-height: 1.1;
  text-shadow: 0px 1px 2px #333;
  letter-spacing: 1px;
  font-size: 1.3em;
 font-family: TradeGothicLTCom-BdCn20Obl;
  font-weight: 400;
  text-align: center !important;
  margin: 0 auto 2px !important;
  text-transform: uppercase;
  display: inline-block; }
#featured-grid .yk-panels .ubscore, #featured-grid .yk-panels .ubgallery, #featured-grid .yk-panels .ubvideo, #featured-grid .yk-panels .ubaudio, #featured-grid .sc-panels .ubscore, #featured-grid .sc-panels .ubgallery, #featured-grid .sc-panels .ubvideo, #featured-grid .sc-panels .ubaudio, #slider-panel .ubscore, #slider-panel .ubgallery, #slider-panel .ubvideo, #slider-panel .ubaudio, #featured-related .ubscore, #featured-related .ubgallery, #featured-related .ubvideo, #featured-related .ubaudio {
  top: -30px !important;
  margin: 0 auto;
  top: 0;
  left: 10px;
  text-align: center !important;
  position: relative;
  clear: both; }
#featured-grid .yk-panels .ubgallery, #featured-grid .yk-panels .ubvideo, #featured-grid .yk-panels .ubaudio, #featured-grid .sc-panels .ubgallery, #featured-grid .sc-panels .ubvideo, #featured-grid .sc-panels .ubaudio, #slider-panel .ubgallery, #slider-panel .ubvideo, #slider-panel .ubaudio, #featured-related .ubgallery, #featured-related .ubvideo, #featured-related .ubaudio {
  display: block;
  max-width: 86px; }

/* ============= yk-panels 2 */
#featured-grid .sc-panels {
  /* ============= sc-panels 2 */ }
  #featured-grid .sc-panels .chroma:after {
    background: #E69C1B; }
  #featured-grid .sc-panels h2 {
    font-size: 23px;
    line-height: 1.3; }
  #featured-grid .sc-panels .meta-info {
    width: 100%;
    text-align: center;
    position: absolute;
    z-index: 999 !important;
    bottom: 0; }
  #featured-grid .sc-panels .featured-category {
    font-size: 1.3em; }

/* ============= sc-panels 2 */
#slider-panel {
  /* ============= Slider Panel */ }
  #slider-panel .img-inner, #slider-panel .item {
    max-height: 400px;
    position: relative;
    cursor: ew-resize; }
  #slider-panel img {
    width: 100%;
    height: auto; }
  #slider-panel h2 {
    padding: 0 10px 10px !important;
    height: auto; }
    #slider-panel h2 a {
      color: #fff !important; }

/* ============= Slider Panel */
.yk-section {
  clear: both;
  width: 100%;
  float: left;
  margin: 0 0 25px !important; }

.home-content {
  margin-bottom: 0 !important; }

/*! =============================================================================
   Featured Related
   ============================================================================= */
#featured-related {
  margin: 15px 0 !important; }
  #featured-related .item {
    max-height: 260px !important; }
  #featured-related h2 {
    font-size: 20px; }
    #featured-related h2 a {
      color: #fff !important; }

/* ============= Featured Related */
/*! =============================================================================
   Boxed Layout & Sticky Menubar
   ============================================================================= */
#nn-wrap.al-boxed {
  background: #fff;
  max-width: 1200px;
  margin: 20px auto 0;
  padding: 0; }

.al-boxed #topnav {
  position: relative;
  top: 20px; }

.al-boxed #header .logo-section {
  text-align: left;
  padding: 10px 0 5px !important; }

#topnav.append {
  position: fixed;
  width: 100%;
  left: 0;
  top: 0px;
  z-index: 100;
  border-top: 0;
  margin: 0 auto -0px !important;
  z-index: 9999 !important; }

.top-wrap {
  padding: 70px 0 0 !important; }

@media (min-width: 780px) and (max-width: 2199px) {
  #topnav.extra-top {
    top: -5px !important; } }
@media (min-width: 992px) and (max-width: 2199px) {
  .al-boxed .append .container {
    padding: 0 !important;
    position: relative;
    width: 100%;
    max-width: 1200px; } }
@media (min-width: 992px) and (max-width: 1199px) {
  .al-boxed .append .container {
    padding: 0 !important;
    position: relative;
    width: 100%;
    max-width: 998px; }

  .boxed#nn-wrap {
    max-width: 1000px; } }
/*! =============================================================================
   Fatured Category
   ============================================================================= */
.color-cats {
  display: inline;
  position: absolute;
  top: 8px;
  left: 10px; }

.color-cats .featured-category {
  position: relative !important;
  display: inline-block;
  margin: 0px 4px 10px 0; }

.owl-theme .color-cats {
  position: relative; }

.owl-theme .featured-category {
  position: relative;
  margin: 0;
  display: inline; }

.owl-theme .color-cats .featured-category {
  display: inline-block !important; }

/*! =============================================================================
   Mini Icons
   ============================================================================= */
.widget_alison_icons {
  text-align: center;
  padding: 0;
  margin: 0 auto; }
  .widget_alison_icons .mini-icons {
    margin: 6px auto 14px;
    text-align: center;
    width: 100%; }
  .widget_alison_icons .mini-icons [class*="icon-"] {
    background-color: #333; }

.mini-icons {
  float: none;
  margin: 7px 0 0 0px;
  display: inline;
  float: left; }

.mini-icons [class*="icon-"] {
  border-radius: 50%;
  color: #fff;
  margin: 0 3px;
  background: transparent;
  padding: 5px 7px 6px;
  -moz-transition: .3s linear;
  -webkit-transition: .3s ease-out;
  transition: .3s linear;
  display: inline-block; }

.mini-icons .icon-googlepl, .mini-icons .icon-instagram {
  padding: 3px 6px 6px; }

.mini-icons [class*="icon-"]::before {
  font-size: 18px;
  top: 3px; }

.mini-icons [class*="icon-"]:hover {
  -moz-transition: .01s linear;
  -webkit-transition: .01s ease-out;
  transition: .01s linear; }

.mini-icons .icon-twitter::before {
  content: "\e76d"; }

.mini-icons .icon-facebook::before {
  content: "\e769"; }

.mini-icons .icon-googlepl::before {
  content: "\e762";
  font-size: 20px; }

.mini-icons .icon-instagram::before {
  content: "\e7c5";
  font-size: 20px; }

.mini-icons .icon-feed::before {
  content: "\e773"; }

.mini-icons .icon-twitter:hover {
  background-color: #00B1EF; }

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

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

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

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

.caption-img{
  position:absolute;
  bottom:10px;
  right:0;
  color:#fff;
  background-color:rgba(0,0,0,0.5);
  padding: 0px 5px 0px 5px;
  width:100%;
  text-align: center;
}

.page-id-4643 > div.entry-thumbnail img {
   display: none;
}

#post-4643 > div.entry-thumbnail img {
display: none;
}