/* 
	[Table of contents] =============================================================
	- General
	- Layout
	- Section Titles
	- Header
	- Main Menu (Header/Footer)
	- Posts Feed (Latest News / Archive)
	- Post Content (Single/Page)
	- Content Header (Single/Page)
	- Featured Posts Section
	- Footer
	- Comments
	- Boxed Layout
	- Contact Template Page
	- Full-Width Post/Page
	- Image Template Page
	- Widgets
	- Elements
		-- Author Card
		-- Color Overlay
		-- Featured Category
		-- Format Embeds
		-- Share Buttons
		-- Mini Icons
		-- Overlay Icons
		-- Pagination
		-- Post Gallery
		-- Score Panel
		-- Slide Menu
		-- 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: #FD4B53;
  text-decoration: none; }

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

a:focus {
  outline: 0; }

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

.alignleft {
  display: inline;
  float: left;
  margin-right: 1.5em; }

.alignright {
  display: inline;
  float: right;
  margin-left: 1.5em; }

.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto; }

.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; }

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

.naomi-main .taxonomy-description {
  position: relative;
  z-index: 99;
  background: #fff;
  color: #999;
  margin-bottom: 15px;
  max-width: 340px;
  overflow: hidden; }

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; }

.naomi-entry .no-results {
  color: #888;
  margin: 0 -15px 20px 0;
  border-top: 1px solid #eee;
  border-bottom: 1px solid #eee;
  padding: 20px 0;
  position: relative;
  clear: both;
  text-align: left; }

.loading {
  background: none; }

.container-banner.naomi-unit {
  margin-bottom: 0; }

.naomi-header-unit {
  z-index: 100; }

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

.bnr-section ins {
  display: block;
  margin: 0 auto 0;
  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. */ }

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

.alert-noresults {
  background: transparent;
  color: #999;
  border-color: #eee; }

.inputlabel {
  display: none !important; }

/* Layout
=============================================================================
============================================================================= */
#naomi-wrap {
  overflow: hidden; }

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

.container-cross {
  padding-left: 0;
  padding-right: 0; }

.cross-line {
  margin-left: -30px !important;
  margin-right: -30px !important; }

#secondary {
  padding-top: 40px; }

.naomi-wrap-cols {
  border-bottom: 1px solid #eee;
  margin-bottom: -1px; }

.container {
  margin-bottom: 25px;
  position: relative; }
  .container .row {
    position: relative; }

.naomi-central {
  margin-bottom: 0; }

#naomi-content-latest {
  margin-bottom: 0;
  margin-top: 0; }
  #naomi-content-latest .row {
    padding-bottom: 20px; }
  #naomi-content-latest .naomi-main {
    padding-top: 50px; }
  #naomi-content-latest #secondary {
    padding: 0;
    padding-top: 50px; }

.naomi-sep-border {
  position: absolute;
  z-index: 99;
  border: 0;
  background: #eee;
  width: 1px;
  height: 100%;
  margin: 0 0 0 0;
  bottom: 0; }

.naomi-sep-border.col-md-push-8 {
  margin: 0 0 0 -1px; }

.single .naomi-sep-border {
  bottom: -0px; }

.naomi-main::before, .naomi-main.naomi-unsb::after {
  content: "";
  position: absolute;
  z-index: 3;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  background: #fff;
  width: 30px;
  height: 100%; }

.naomi-main.naomi-unsb::after {
  left: auto;
  right: 0; }

.search-no-results .naomi-sep-border.col-md-push-4, .search-no-results .naomi-main::before, .search-no-results .naomi-main.naomi-unsb::after {
  display: none; }

/* Section Titles
=============================================================================
============================================================================= */
.container-title {
  border-top: 1px solid #e7e7e7; }

.naomi-section-title {
  font-family: "Roboto Condensed", Helvetica Neue, Helvetica, Arial, sans-serif;
  font-size: 24px;
  font-weight: 500;
  line-height: 1.4;
  margin: -5px 0 25px;
  padding: 0;
  display: block;
  border-top: 0;
  left: 0 !important;
  position: relative;
  color: #000;
  text-transform: uppercase;
  cursor: default;
  font-weight: bold; }
  .naomi-section-title.naomi-title-bold {
    color: #aaa;
    font-weight: normal; }
  .naomi-section-title .word1, .naomi-section-title .naomi-word1 {
    color: #000;
    font-weight: bold; }
  .naomi-section-title em.subtitle {
    text-transform: uppercase;
    color: #ccc;
    border: 0;
    font-weight: 400;
    font-size: 100%;
    padding-left: 20px; }
  .naomi-section-title span span {
    top: 0;
    font-size: 1em;
    padding: 0;
    margin: 0;
    border: 0; }
  .naomi-section-title a {
    color: inherit; }
  .naomi-section-title .rss-widget-icon {
    display: none; }

.naomi-section-title .subscribe-bt {
  font-size: 11px;
  position: relative;
  float: right;
  top: 23px;
  color: #aaa;
  text-transform: uppercase;
  text-shadow: 1px 0 0 #fff;
  -webkit-transition: .3s linear;
  transition: .3s linear; }
  .naomi-section-title .subscribe-bt:hover {
    color: #000;
    -webkit-transition: .01s linear;
    transition: .01s linear; }
  .naomi-section-title .subscribe-bt::before {
    padding-right: 6px; }

.jsnewelements .naomi-section-title {
  display: none; }

.footer-container .naomi-section-title {
  text-align: center;
  color: #fff; }
  .footer-container .naomi-section-title .word1, .footer-container .naomi-section-title .naomi-word1 {
    color: inherit; }

.naomi-container-title {
  border-bottom: 1px solid #eee;
  margin-bottom: 30px;
  margin-top: 40px; }
  .naomi-container-title .naomi-section-title {
    margin-top: 0;
    margin-bottom: 0; }

h3.naomi-pre-title {
  font-family: "Roboto Condensed", Helvetica Neue, Helvetica, Arial, sans-serif;
  display: block;
  font-weight: 400;
  color: #000;
  font-size: 22px;
  padding: 0 0 40px;
  margin: 50px -30px 20px 0; }
  h3.naomi-pre-title a {
    color: #000;
    text-transform: uppercase; }
  h3.naomi-pre-title .pre-sub {
    color: #FD4B53;
    margin-left: 10px; }
  h3.naomi-pre-title .meta-com {
    font-weight: 700; }

.naomi-pre-title .meta-com:before {
  content: "\e96d";
  padding-right: 10px; }

.naomi-pre-title:before, .naomi-pre-title .naomi-icon-comments:before {
  padding: 0 8px 0 0;
  left: 0;
  top: 1px; }

/* Header
=============================================================================
============================================================================= */
.container-head {
  width: 100%;
  display: block;
  position: relative;
  z-index: 10;
  background: #000;
  border-top: 1px solid #333;
  border-bottom: 1px solid #333;
  box-sizing: content-box;
  clear: both;
  margin: 0;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s; }
  .container-head .container {
    position: relative;
    margin-bottom: 0; }

#naomi-head {
  display: block;
  width: 100%;
  height: 70px;
  position: relative;
  text-align: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center; }

.naomi-logo {
  display: inline-block;
  height: 100%;
  top: 0;
  width: auto;
  margin: 0;
  padding: 0;
  position: relative;
  background: transparent;
  text-align: center;
  z-index: 102; }
  .naomi-logo .naomi-logo-unit {
    display: inline-block;
    height: 100%;
    padding: 0;
    margin-top: -1px; }
  .naomi-logo h1.naomi-logo-img::before {
    content: "";
    display: inline-block;
    height: 100%;
    margin-top: -1px;
    vertical-align: middle; }
  .naomi-logo h1.naomi-logo-img img {
    max-height: 100%;
    max-width: 100%; }
  .naomi-logo h1.naomi-logo-plain {
    font-family: "Roboto Condensed", Helvetica Neue, Helvetica, Arial, sans-serif;
    font-size: 2.5em;
    display: inline-block;
    position: relative;
    font-weight: 700;
    color: #fff;
    padding: 13px 0 0;
    margin: 0;
    line-height: 1;
    text-transform: uppercase; }
    .naomi-logo h1.naomi-logo-plain::before {
      content: "";
      display: inline-block;
      height: 100%;
      margin-top: -12px;
      vertical-align: middle; }
    .naomi-logo h1.naomi-logo-plain a {
      color: inherit; }

.naomi-left-cell {
  text-align: left;
  float: left;
  width: auto; }
  .naomi-left-cell .naomi-mini-icons {
    float: none;
    background: transparent;
    clear: both;
    position: relative;
    margin-left: 0;
    padding: 10px 0 0 40px; }
    .naomi-left-cell .naomi-mini-icons [class*="naomi-icon-"] {
      color: #fff; }
    .naomi-left-cell .naomi-mini-icons a {
      margin-right: 12px;
      top: 8px; }

.naomi-right-cell {
  text-align: left;
  float: right; }

.naomi-search-container {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  width: 70px;
  padding: 0 10px 0 20px;
  height: 70px;
  background: #000;
  border-left: 1px solid #333;
  border-right: 1px solid #333;
  z-index: 999;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center; }
  .naomi-search-container .naomi-top-search {
    position: absolute;
    left: 0;
    right: 0;
    margin-top: -32px; }
  .naomi-search-container label.assistive-text {
    display: none; }
  .naomi-search-container input.field {
    cursor: default;
    font-family: "Roboto Condensed", Helvetica Neue, Helvetica, Arial, sans-serif;
    font-size: 16px;
    text-transform: uppercase;
    background: transparent;
    border: 0;
    border-radius: 0;
    outline: none;
    -webkit-appearance: none;
    padding: 20px 50px 20px 20px;
    width: 100%;
    height: auto;
    border: 0;
    color: #fff;
    left: 0;
    margin: 0;
    position: relative;
    top: 0;
    display: block;
    width: 0;
    opacity: 0;
    -webkit-transition: .3s linear;
    transition: .3s linear; }
  .naomi-search-container input.field::-webkit-input-placeholder {
    color: #fff;
    -webkit-transition: .3s linear;
    transition: .3s linear; }
  .naomi-search-container input.field::-moz-placeholder {
    color: #fff;
    -webkit-transition: .3s linear;
    transition: .3s linear; }
  .naomi-search-container input.field:-ms-input-placeholder {
    color: #fff;
    -webkit-transition: .3s linear;
    transition: .3s linear; }
  .naomi-search-container input.field::placeholder {
    color: #fff;
    -webkit-transition: .3s linear;
    transition: .3s linear; }

.naomi-search-active {
  width: 371px; }
  .naomi-search-active input.field {
    cursor: auto;
    opacity: 1;
    width: 100%; }

.naomi-search-container .naomi-field-btn {
  position: absolute;
  width: 70px;
  top: 0;
  bottom: 0;
  right: -2px;
  z-index: 99999;
  background: transparent;
  color: #fff;
  margin: 0 0 0;
  padding: 18px 0 0;
  border-radius: 0;
  border: 0;
  text-align: center;
  background: transparent;
  display: block;
  -webkit-transition: .3s linear;
  transition: .3s linear; }
  .naomi-search-container .naomi-field-btn:before {
    color: inherit;
    top: -2px;
    right: 0;
    font-size: 23px;
    -webkit-transition: .3s linear;
    transition: .3s linear; }

/* Light Navigation bar
=============================================================================
============================================================================= */
body.naomi-light-nav .container-head {
  background: #fff;
  border-top-color: #eee;
  border-bottom-color: #eee; }
body.naomi-light-nav .naomi-logo h1.naomi-logo-plain {
  color: #000; }
body.naomi-light-nav .naomi-left-cell .naomi-mini-icons [class*="naomi-icon-"] {
  color: #000; }
body.naomi-light-nav .naomi-search-container {
  background: #fff;
  border-left: 1px solid #eee;
  border-right: 1px solid #eee; }
  body.naomi-light-nav .naomi-search-container input.field {
    color: #999; }
  body.naomi-light-nav .naomi-search-container input.field::-webkit-input-placeholder {
    color: #999; }
  body.naomi-light-nav .naomi-search-container input.field::-moz-placeholder {
    color: #999; }
  body.naomi-light-nav .naomi-search-container input.field:-ms-input-placeholder {
    color: #999; }
  body.naomi-light-nav .naomi-search-container input.field::placeholder {
    color: #999; }
body.naomi-light-nav .naomi-search-container .naomi-field-btn {
  color: #000; }
body.naomi-light-nav .nav-bar-container {
  background: #fff;
  border-bottom: 1px solid #eee; }
body.naomi-light-nav .naomi-navbar {
  background: transparent; }
  body.naomi-light-nav .naomi-navbar .sf-arrows .sf-with-ul:after {
    border-top-color: #000; }
  body.naomi-light-nav .naomi-navbar .sf-menu a {
    color: #000; }
    body.naomi-light-nav .naomi-navbar .sf-menu a:hover {
      color: #FD4B53; }
  body.naomi-light-nav .naomi-navbar .sf-arrows > li:hover > .sf-with-ul, body.naomi-light-nav .naomi-navbar .sfHover > .sf-with-ul a {
    background: #f5f5f5; }
  body.naomi-light-nav .naomi-navbar .sf-menu ul.sub-menu li a {
    color: #000 !important;
    background: #f5f5f5;
    font-size: 16px;
    padding: .9em 3.18em .9em 1.3em !important; }
    body.naomi-light-nav .naomi-navbar .sf-menu ul.sub-menu li a:hover {
      background: #ddd;
      color: #000 !important; }
body.naomi-light-nav #naomi-btnav {
  background: #fff;
  border-left: 1px solid #eee; }
body.naomi-light-nav #naomi-btnav span, body.naomi-light-nav #naomi-btnav span:before, body.naomi-light-nav #naomi-btnav span:after {
  background: #000; }

/* Main-Menu
=============================================================================
============================================================================= */
.nav-bar-container {
  background: #000;
  margin: 0 auto 0px;
  padding-top: 15px;
  padding-bottom: 15px;
  text-align: center;
  position: relative; }
  .nav-bar-container .container {
    margin-bottom: 0;
    position: relative; }

.naomi-navbar {
  position: relative;
  z-index: 150;
  width: auto;
  margin: 0 0 0 0;
  float: left;
  background: #000;
  width: 100%;
  min-height: 60px;
  border-left: 0px solid #333; }
  .naomi-navbar .sf-menu {
    float: left;
    margin-bottom: 1em; }
  .naomi-navbar .sf-menu, .naomi-navbar .sf-menu * {
    font-family: "Roboto Condensed", Helvetica Neue, Helvetica, Arial, sans-serif;
    margin: 0;
    padding: 0;
    list-style: none;
    text-transform: uppercase;
    margin: 0 auto; }
  .naomi-navbar .sf-menu > li {
    float: left; }
  .naomi-navbar .sf-menu li:hover > ul, .naomi-navbar .sf-menu li.sfHover > ul {
    display: block; }
  .naomi-navbar .sf-menu li {
    position: relative;
    white-space: nowrap;
    *white-space: normal; }
  .naomi-navbar .sf-menu ul {
    display: none;
    position: absolute;
    top: 101%;
    left: 0;
    z-index: 9999;
    min-width: 11.5em;
    *width: 11.5em;
    text-align: left; }
  .naomi-navbar .sf-menu ul ul {
    top: 0;
    left: 100%; }
  .naomi-navbar .sf-menu a {
    display: block;
    position: relative;
    z-index: 200;
    padding: .7em 1.5em 1em;
    text-decoration: none;
    zoom: 1;
    color: #fff;
    font-size: 19px;
    line-height: 1.58;
    font-weight: 700;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-transition: .3s linear;
    transition: .3s linear;
    border-right: 0px solid #333; }
  .naomi-navbar .sf-menu li:first-child a {
    padding-left: 0; }
  .naomi-navbar .sf-menu li:last-child a {
    border-right-color: transparent; }
  .naomi-navbar .sf-menu .current-menu-item a, .naomi-navbar .sf-menu .current-menu-parent a {
    color: #FD4B53;
    -webkit-transition: .3s linear;
    transition: .3s linear; }
  .naomi-navbar .sf-menu li.naomi-home-menu-current a, .naomi-navbar .sf-menu a:hover, .naomi-navbar .sf-menu .current-menu-parent ul li a, .naomi-navbar .sf-menu ul.sub-menu li a:hover, .naomi-navbar .sf-arrows > li:hover > .sf-with-ul, .naomi-navbar .sfHover > .sf-with-ul a, .naomi-navbar .sf-menu .current-menu-item a:hover, .naomi-navbar .sf-menu .current-menu-parent a:hover {
    color: #FD4B53;
    opacity: 0.9;
    background: transparent;
    -webkit-transition: .01s linear;
    transition: .01s linear; }
  .naomi-navbar .sf-arrows > li:hover > .sf-with-ul, .naomi-navbar .sfHover > .sf-with-ul a {
    background: #111; }
  .naomi-navbar .sf-menu ul.sub-menu {
    border-top: 0;
    margin-top: -1px; }
  .naomi-navbar .sf-menu ul.sub-menu li a {
    color: #eee !important;
    background: #0F0F0F;
    font-size: 16px;
    padding: .9em 3.18em .9em 1.3em; }
    .naomi-navbar .sf-menu ul.sub-menu li a:hover {
      background: #333;
      color: #fff !important; }
  .naomi-navbar .menu-item-has-children a {
    padding-right: 1.7em !important; }
  .naomi-navbar .sf-menu ul li:last-child a {
    border: 0; }
  .naomi-navbar .sf-menu ul li {
    background: #fff;
    padding: 0;
    margin: 0; }
  .naomi-navbar .sf-menu ul ul li {
    background: #333; }
  .naomi-navbar .sf-arrows .sf-with-ul:after {
    content: '';
    position: absolute;
    top: 50%;
    right: 8px;
    margin-top: -6px;
    height: 0;
    width: 0;
    border: 5px solid transparent;
    border-top-color: #fff; }
  .naomi-navbar .sf-arrows .sf-with-ul {
    padding-right: 1.4em;
    *padding-right: 1em; }
  .naomi-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: #fff; }
  .naomi-navbar .sf-arrows ul .sf-with-ul {
    padding-right: 1em;
    *padding-right: 1em; }
  .naomi-navbar .sf-arrows ul .sf-with-ul:after {
    right: .2em;
    top: 50%; }
  .naomi-navbar .sf-arrows > li > .sf-with-ul:focus:after, .naomi-navbar .sf-arrows > li:hover > .sf-with-ul:after, .naomi-navbar .sf-arrows > .sfHover > .sf-with-ul:after {
    border-top-color: inherit; }
  .naomi-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); }
  .naomi-navbar .sf-arrows ul li > .sf-with-ul:focus:after, .naomi-navbar .sf-arrows ul li:hover > .sf-with-ul:after, .naomi-navbar .sf-arrows ul .sfHover > .sf-with-ul:after {
    border-left-color: inherit; }

#footer .nav-container {
  margin-bottom: 0 !important;
  clear: both; }
#footer .naomi-navbar {
  background: #000;
  max-height: none;
  height: auto;
  font-size: 13px;
  margin: 0;
  float: none;
  position: relative;
  z-index: 150;
  overflow: visible;
  text-align: center;
  width: 100%;
  position: relative;
  padding: 15px 0 12px;
  border-bottom: 1px solid #222;
  margin: 0 !important;
  clear: both; }
#footer .sf-menu a {
  background: transparent;
  padding: 10px 1em 15px;
  color: #fff;
  border: 0;
  font-size: 18px;
  font-weight: 700; }
#footer .sf-menu a:hover {
  color: #FD4B53; }
#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-menu ul.sub-menu {
  border-top: 0;
  margin-top: -1px; }
#footer .sf-menu ul.sub-menu li a {
  color: #eee !important;
  background: #0F0F0F;
  font-size: 16px;
  padding: .9em 3.18em .9em 1.3em; }
  #footer .sf-menu ul.sub-menu li a:hover {
    background: #333;
    color: #fff !important; }
#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 .naomi-home-menu {
  display: none; }

.naomi-navbar .sf-menu {
  float: none; }

.naomi-navbar .sf-menu, .naomi-navbar .sf-menu * {
  margin: 0 auto;
  display: table; }

.naomi-navbar .sf-menu ul li {
  display: block; }

/* Posts Feed (Latest News/Archive)
=============================================================================
============================================================================= */
#naomi-list-feed {
  position: relative; }
  #naomi-list-feed .naomi-post {
    border-bottom: 1px solid #eee;
    margin: 0 0 35px;
    padding-bottom: 20px; }
  #naomi-list-feed article {
    z-index: 100;
    margin: 0;
    position: relative; }
  #naomi-list-feed .entry-content {
    font-family: "Roboto Condensed", Helvetica Neue, Helvetica, Arial, sans-serif;
    padding-bottom: 0; }
    #naomi-list-feed .entry-content p {
      font-size: 14px;
      line-height: 1.6;
      color: #999;
      text-overflow: ellipsis;
      white-space: nowrap;
      overflow: hidden; }
  #naomi-list-feed .featured-img {
    margin: 0 0 15px;
    background: #eee;
    overflow: hidden;
    position: relative;
    height: auto;
    max-height: 500px; }
    #naomi-list-feed .featured-img img {
      width: 100%;
      height: auto; }
  #naomi-list-feed .entry-title {
    color: #000;
    font-size: 25px;
    line-height: 1.5;
    margin: 0 0 15px;
    text-align: center;
    font-weight: 700; }
    #naomi-list-feed .entry-title a {
      color: inherit;
      -webkit-transition: .3s linear;
      transition: .3s linear; }
      #naomi-list-feed .entry-title a:hover {
        color: #FD4B53;
        -webkit-transition: .01s linear;
        transition: .01s linear; }
  #naomi-list-feed .entry-meta {
    width: 100%;
    bottom: 0;
    left: 0;
    margin: 0;
    padding: 0 0 10px;
    overflow: hidden;
    z-index: 60;
    color: #aaa; }
    #naomi-list-feed .entry-meta a, #naomi-list-feed .entry-meta [class*="meta-"] {
      font-size: 12px;
      color: inherit; }
    #naomi-list-feed .entry-meta .meta-com {
      float: right;
      position: relative;
      padding-left: 10px;
      padding-right: 0px;
      top: 3px;
      color: #FD4B53; }

.meta-buttons [class*="meta-"], .meta-buttons .meta-date, .meta-buttons .meta-com {
  font-size: 11px;
  padding: 0 0 .8em 0;
  position: relative;
  margin-right: 6px;
  text-transform: uppercase;
  display: inline-block;
  -webkit-transition: .3s linear;
  transition: .3s linear; }
.meta-buttons [class*="meta-"]:last-child {
  margin-right: 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; }

.naomi-sticky-label {
  position: absolute;
  bottom: 30px;
  background: #000;
  color: #fff;
  font-family: "Roboto Condensed", Helvetica Neue, Helvetica, Arial, sans-serif;
  font-size: 16px;
  text-transform: uppercase;
  padding: 8px 18px 10px; }
  .naomi-sticky-label::before {
    color: #fdea62;
    right: 10px; }

#naomi-list-feed.naomi-list-fixed .naomi-post {
  padding-bottom: 0; }
#naomi-list-feed.naomi-list-fixed .featured-img {
  height: 320px;
  overflow: hidden; }
#naomi-list-feed.naomi-list-fixed .entry-content {
  height: 160px;
  overflow: hidden; }
#naomi-list-feed.naomi-list-fixed .entry-content::after {
  content: "";
  height: 50px;
  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 ); }

/* Post Content (Single/Page)
=============================================================================
============================================================================= */
.naomi-full-entry {
  margin-left: 100px;
  margin-right: 0;
  overflow: hidden; }

.naomi-article-col {
  position: relative;
  /* Post Tweaks */ }
  .naomi-article-col hr.sep-sec {
    margin-bottom: 30px; }
  .naomi-article-col .entry-content {
    font-size: 16px;
    color: #666;
    margin: 20px 0 10px;
    min-height: 240px;
    overflow: visible;
    position: relative; }
    .naomi-article-col .entry-content li {
      margin-top: 10px;
      margin-bottom: 10px; }
    .naomi-article-col .entry-content .wp-caption {
      display: inline-block;
      margin-bottom: 0 !important;
      max-width: 100% !important;
      width: auto !important; }
      .naomi-article-col .entry-content .wp-caption img {
        max-width: 100%; }
    .naomi-article-col .entry-content p {
      margin: 0 0 20px;
      line-height: 1.8; }
  .naomi-article-col ul {
    padding-top: 0;
    margin-top: 0; }
  .naomi-article-col ul li {
    list-style: square;
    padding-top: 5px;
    padding-bottom: 5px; }
  .naomi-article-col ol li {
    padding-top: 5px;
    padding-bottom: 5px; }
  .naomi-article-col dfn, .naomi-article-col cite, .naomi-article-col em {
    font-style: italic; }
  .naomi-article-col blockquote {
    font-size: 16px;
    color: #999;
    padding: 15px 25px 19px;
    margin: 0 0 16px;
    border: 0;
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee; }
    .naomi-article-col blockquote p {
      line-height: 1.7 !important;
      padding: 0 !important;
      margin: 0 !important; }
  .naomi-article-col h1, .naomi-article-col h2, .naomi-article-col h3, .naomi-article-col h4, .naomi-article-col h5, .naomi-article-col h6 {
    font-family: "Roboto Condensed", Helvetica Neue, Helvetica, Arial, sans-serif;
    font-weight: 400;
    line-height: 1.4;
    margin-top: 20px;
    margin-bottom: 20px;
    color: #000; }
  .naomi-article-col .wp-caption-text {
    text-align: center;
    width: auto;
    border-bottom: 1px solid #ccc;
    margin: 0 auto 10px;
    padding: 8px 0;
    font-size: 13px;
    background: #000;
    color: #eee; }
  .naomi-article-col img[class*="align"], .naomi-article-col img[class*="wp-image-"] {
    max-width: 100%;
    height: auto; }
  .naomi-article-col embed, .naomi-article-col iframe, .naomi-article-col object, .naomi-article-col video {
    max-width: 100%; }
  .naomi-article-col audio, .naomi-article-col canvas, .naomi-article-col video {
    display: inline-block; }
  .naomi-article-col img.size-full {
    width: auto; }
  .naomi-article-col article .entry-content img {
    max-width: 100%;
    height: auto; }
  .naomi-article-col .naomi-video-in {
    margin: 5px auto 20px; }
  .naomi-article-col .naomi-embed-media iframe {
    width: 100%;
    margin: 0px auto 10px; }
  .naomi-article-col .naomi-featured-media .naomi-video-in, .naomi-article-col .naomi-featured-media .naomi-embed-media, .naomi-article-col .naomi-featured-media .naomi-embed-media iframe {
    margin: 0; }
  .naomi-article-col .naomi-featured-media .naomi-embed-sound {
    max-height: 400px; }
  .naomi-article-col .alert {
    margin-bottom: 10px; }
  .naomi-article-col .progress {
    margin-bottom: 10px; }
  .naomi-article-col iframe {
    border: 0; }
  .naomi-article-col .tabbable ul li {
    list-style-type: none; }
  .naomi-article-col #accordion {
    margin-bottom: 10px; }
  .naomi-article-col .gallery-slider {
    margin: 0 0 15px; }
  .naomi-article-col .progress-panel {
    display: none !important; }
  .naomi-article-col .entry-content .twitter-tweet {
    max-width: 100%; }
  .naomi-article-col .entry-content:before, .naomi-article-col .entry-content:after {
    content: "";
    display: table; }
  .naomi-article-col .entry-content:after {
    clear: both; }
  .naomi-article-col .entry-content .wp-video {
    margin-bottom: 20px; }
  .naomi-article-col .entry-video {
    margin-bottom: 15px; }
  .naomi-article-col .sd-social-icon-text::before {
    display: none; }
  .naomi-article-col .gmaps-embed iframe {
    width: 100%;
    max-width: 100%;
    height: 400px; }
  .naomi-article-col .entry-tags {
    font-family: "Roboto Condensed", Helvetica Neue, Helvetica, Arial, sans-serif;
    padding: 0;
    margin: 15px 0 15px;
    list-style-type: none;
    float: left;
    width: 100%;
    color: #000;
    overflow: hidden; }
    .naomi-article-col .entry-tags a {
      border-radius: 3px;
      color: #FD4B53;
      font-size: 14px;
      font-weight: 300;
      padding: 5px 0 0 10px;
      text-transform: uppercase;
      -webkit-transition: .3s linear;
      transition: .3s linear; }
      .naomi-article-col .entry-tags a:hover {
        color: #000;
        -webkit-transition: .01s linear;
        transition: .01s linear; }
    .naomi-article-col .entry-tags li {
      list-style-type: circle;
      display: inline-block;
      margin: 0; }

.page .naomi-article-col .entry-content {
  min-height: 0; }

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

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

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

.single-format-video .naomi-featured-media .naomi-chroma,
.single-format-gallery .naomi-featured-media .naomi-chroma,
.single-format-audio .naomi-featured-media .naomi-chroma {
  display: none; }

/* Content Header (Single/Page)
=============================================================================
============================================================================= */
body.single-post article.has-post-thumbnail .naomi-featured-media {
  min-height: 400px; }

.naomi-featured-media {
  position: relative;
  overflow: hidden;
  margin: 0 0 0px 0;
  max-height: 500px; }
  .naomi-featured-media .naomi-slide-caption {
    position: absolute;
    bottom: 30px;
    right: 0;
    padding: 0 20px;
    color: #fff;
    z-index: 100;
    width: 100%; }
  .naomi-featured-media img {
    text-align: center;
    width: 100%;
    height: auto; }
  .naomi-featured-media .naomi-chroma {
    background: #000;
    opacity: 0.2; }

.naomi-nothumb .naomi-featured-media {
  margin-top: 0; }

.page .entry-header {
  border-bottom: 1px solid #eee;
  padding-bottom: 20px; }

.naomi-upper-title {
  background: #fff;
  margin: 0;
  padding: 25px 0 0;
  position: relative;
  top: 0; }

.entry-header {
  font-family: "Roboto Condensed", Helvetica Neue, Helvetica, Arial, sans-serif;
  background: transparent;
  border-top: 0;
  position: relative;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 10px;
  border-bottom: 1px solid #eee;
  margin-right: -30px;
  z-index: 100; }
  .entry-header .container {
    margin-bottom: 0; }
  .entry-header .entry-title {
    padding: 0 50px;
    bottom: 0;
    z-index: 99;
    font-size: 38px;
    font-weight: 600;
    line-height: 1.3;
    margin: 0 0 20px;
    text-align: center;
    color: #000; }
    .entry-header .entry-title a {
      color: inherit; }
  .entry-header .entry-meta {
    display: block;
    padding: 20px 30px 0 0;
    font-size: 13px;
    letter-spacing: 1px;
    text-align: left;
    margin: 0 -0px 20px 0;
    text-transform: uppercase;
    color: #ccc;
    border-bottom: 0px solid #eee;
    border-top: 0px solid #eee; }
    .entry-header .entry-meta img {
      position: relative;
      top: -1px;
      width: 30px;
      min-height: 30px;
      height: auto;
      border-radius: 50%;
      margin-right: 8px; }
    .entry-header .entry-meta time {
      float: none; }
    .entry-header .entry-meta a time {
      color: #ccc; }
    .entry-header .entry-meta .meta-com {
      text-transform: uppercase;
      float: right;
      position: relative;
      padding-left: 10px;
      padding-right: 0px;
      top: 3px;
      color: #FD4B53; }
      .entry-header .entry-meta .meta-com::before {
        right: 5px; }

.entry-header img.avatar, .author-bio-card img.avatar {
  -webkit-transform: translateZ(0);
  -webkit-mask-image: -webkit-radial-gradient(circle, white, black); }

/* Featured Posts Section
=============================================================================
============================================================================= */
.naomi-container-featured {
  position: relative;
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 0;
  padding-right: 0; }

.naomi-container-featured #naomi-featured-posts {
  position: relative;
  z-index: 30;
  font-family: "Roboto Condensed", Helvetica Neue, Helvetica, Arial, sans-serif;
  padding: 0; }
.naomi-container-featured .entry-title {
  color: #fff;
  padding: 5px 5px 0;
  font-size: 36px;
  line-height: 1.5;
  text-align: center;
  font-weight: 700;
  width: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }
  .naomi-container-featured .entry-title a {
    color: inherit;
    display: block; }
.naomi-container-featured .naomi-item-group {
  position: absolute;
  z-index: 20;
  bottom: 50px;
  left: 0;
  padding: 0 40px;
  width: 100%;
  text-align: center;
  -webkit-transition: 0.2s all;
  transition: 0.2s all; }
  .naomi-container-featured .naomi-item-group .naomi-color-cat {
    position: relative;
    top: 0;
    left: 0; }
.naomi-container-featured .transform-fx:hover > .naomi-item-group {
  bottom: 53px; }
.naomi-container-featured .entry-meta {
  width: auto;
  display: inline-block;
  top: 4px;
  left: 0;
  margin: 0;
  padding: 0;
  z-index: 60;
  color: #eee;
  position: relative;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }
  .naomi-container-featured .entry-meta a, .naomi-container-featured .entry-meta [class*="meta-"] {
    font-size: 13px;
    font-weight: 600;
    color: inherit; }
  .naomi-container-featured .entry-meta .meta-com {
    float: none;
    position: relative;
    padding-left: 10px;
    padding-right: 0;
    top: 0; }
.naomi-container-featured .ub-overlay {
  top: 25px;
  right: 20px; }
.naomi-container-featured .item {
  padding: 0;
  margin: 0;
  position: relative; }
.naomi-container-featured .naomi-featured-item {
  position: relative;
  height: 450px;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-size: cover;
  background-color: #ccc;
  image-rendering: -moz-crisp-edges;
  image-rendering: -o-crisp-edges;
  image-rendering: -webkit-optimize-contrast;
  image-rendering: crisp-edges;
  -ms-interpolation-mode: nearest-neighbor; }
.naomi-container-featured.naomi-static-box .naomi-featured-item {
  margin-bottom: 0; }
.naomi-container-featured.naomi-carousel-box .naomi-featured-item {
  overflow: hidden;
  margin-right: 0;
  overflow: hidden; }
.naomi-container-featured.naomi-carousel-box img {
  display: block;
  height: auto;
  width: 100%; }
  .naomi-container-featured.naomi-carousel-box img.naomi-default-thumb {
    height: 100%; }

.naomi-label {
  background: #fff;
  position: absolute;
  top: 30px;
  left: 20px;
  color: #fff;
  z-index: 96; }
  .naomi-label::after {
    content: "";
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 28px;
    position: absolute;
    background: #666;
    opacity: 0;
    z-index: 90; }

.label-title {
  text-transform: uppercase;
  z-index: 97;
  position: relative;
  font-family: "Roboto Condensed", Helvetica Neue, Helvetica, Arial, sans-serif;
  display: inline-block;
  padding: 16px 15px 18px;
  background: transparent;
  font-size: 18px;
  font-weight: 700;
  color: inherit;
  -webkit-transition: .3s linear;
  transition: .3s linear; }
  .label-title::before {
    padding-right: 10px; }

/* Footer
=============================================================================
============================================================================= */
#footer {
  position: relative;
  background: #000;
  padding: 0px 0 0px;
  font-size: 13px;
  font-weight: 300;
  color: #eee;
  min-height: 201px; }
  #footer::before {
    content: "";
    padding: 0;
    margin: 0;
    position: absolute;
    width: 20%;
    height: 100%;
    background: #000;
    z-index: 1; }
  #footer a {
    color: inherit; }
    #footer a:hover {
      color: #FD4B53; }
  #footer .container {
    margin-bottom: 0;
    padding-top: 0px; }
  #footer .naomi-footer-col {
    z-index: 10;
    padding-top: 40px;
    padding-bottom: 30px; }
  #footer .logo-section {
    padding-top: 45px;
    padding-bottom: 60px;
    min-height: 200px; }
  #footer h2.logo-footer-img {
    line-height: 0;
    margin: 0 0 20px;
    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;
    padding-top: 10px;
    color: #ccc; }
  #footer .footer-tag {
    padding-top: 10px;
    font-size: 11px;
    text-transform: uppercase;
    text-align: center;
    color: #999;
    font-style: italic;
    min-height: 55px; }
    #footer .footer-tag p {
      padding: 15px 0 15px;
      display: inline-block;
      border-top: 4px solid #FD4B53; }
  #footer .naomi-sep-border {
    background: #191919;
    margin: 0 0 0 -1px; }
  #footer .naomi-sep-border-f {
    margin: 0; }

#footer #naomi-footer {
  clear: both;
  margin-top: 0;
  margin-bottom: 0;
  position: relative; }

/* Comments
=============================================================================
============================================================================= */
#comments ol.comment-list {
  margin: 0;
  padding: 0; }
#comments ol.comment-list {
  list-style: none;
  margin: -5px 0 30px;
  padding: 0;
  font-size: 15px;
  border-bottom: 1px solid #eee; }
#comments li.comment {
  margin: 15px 0;
  padding: 0 0;
  list-style: none; }
#comments .naomi-comment-group {
  overflow: auto; }
  #comments .naomi-comment-group ul {
    padding-top: 0;
    margin-top: 0; }
  #comments .naomi-comment-group ul li {
    list-style: square;
    padding-bottom: 5px; }
  #comments .naomi-comment-group ol li {
    padding-bottom: 5px; }
  #comments .naomi-comment-group p {
    color: #555;
    margin-top: 3px;
    line-height: 1.7;
    padding-top: 10px;
    padding-bottom: 5px; }
#comments .naomi-single-comment {
  padding: 0 30px 0 0;
  border-bottom: 1px solid #eee; }
#comments .children .depth-2 .naomi-single-comment {
  padding-left: 20px; }
#comments .children .depth-3 .naomi-single-comment {
  padding-left: 40px; }
#comments .children .depth-4 .naomi-single-comment {
  padding-left: 60px; }
#comments li.depth-1:last-child .naomi-single-comment {
  border-bottom: 0; }
#comments .naomi-date {
  display: inline-block;
  font-size: 12px;
  color: #aaa;
  margin: 0 0 15px 0; }
#comments .naomi-ccauthor {
  font-weight: bold; }
#comments .naomi-cc-reply {
  -webkit-transition: .3s linear;
  transition: .3s linear;
  font-size: 12px;
  padding: 0 0 0 10px;
  top: 4px;
  position: relative;
  float: right; }
  #comments .naomi-cc-reply a {
    color: inherit; }
  #comments .naomi-cc-reply:hover {
    color: #000;
    -webkit-transition: .01s linear;
    transition: .01s linear; }
  #comments .naomi-cc-reply::before {
    padding: 0 5px 0 0; }
#comments a.in-reply {
  font-size: 12px; }
#comments .naomi-gravatar img {
  width: 40px;
  height: 40px;
  float: left;
  margin: 5px 15px 5px 0;
  border-radius: 50%; }

#respond {
  position: relative;
  margin: 0;
  color: #999;
  padding: 0 12px 15px 20px;
  border-top: 1px solid #eee;
  border-bottom: 3px solid #eee;
  background: #f5f5f5; }
  #respond p {
    position: relative; }
    #respond p.comment-form-author, #respond p.comment-form-email, #respond p.comment-form-url {
      display: inline;
      float: left;
      width: 33%;
      margin-right: -1px; }
      #respond p.comment-form-author label, #respond p.comment-form-email label, #respond p.comment-form-url label {
        position: absolute;
        top: 15px;
        left: 10px; }
      #respond p.comment-form-author input, #respond p.comment-form-email input, #respond p.comment-form-url input {
        width: 100%; }
    #respond p.comment-form-url {
      margin-right: 0; }
    #respond p.comment-form-comment {
      display: block;
      clear: both;
      margin-bottom: 10px;
      border-bottom: 0; }
      #respond p.comment-form-comment label {
        position: absolute;
        top: 20px;
        left: 10px; }
    #respond p.form-submit {
      clear: both;
      float: none; }
  #respond input {
    margin-bottom: 10px;
    background: #fff;
    border: 1px solid #ddd;
    font-size: 14px;
    color: #aaa;
    padding: 15px 10px; }
  #respond textarea {
    font-size: 13px;
    margin-bottom: 15px;
    border: 1px solid #ddd;
    width: 99%;
    max-width: 100%;
    height: 100px;
    color: #aaa;
    padding: 10px;
    margin-top: 10px;
    background: #fff; }
  #respond input:focus, #respond textarea:focus {
    color: #444;
    border-color: rgba(98, 98, 98, 0.3);
    outline: 0; }
  #respond label, #respond .required {
    font-weight: 400;
    color: #999;
    font-size: 14px;
    display: inline; }
  #respond input#submit {
    background: #000 !important;
    cursor: pointer;
    margin: 0;
    width: auto;
    padding: 10px 20px;
    border: 0 !important;
    color: #fff !important;
    font-weight: normal !important;
    opacity: 0.8; }
    #respond input#submit:hover {
      opacity: 1; }
  #respond .logged-in-as {
    position: absolute;
    z-index: 90;
    bottom: 33px;
    right: 30px;
    font-style: italic; }
  #respond .comment-notes, #respond .form-allowed-tags, #respond .required {
    display: none; }
  #respond .bypostauthor {
    margin: 0; }
  #respond #reply-title {
    position: relative;
    font-family: "Roboto Condensed", Helvetica Neue, Helvetica, Arial, sans-serif;
    font-weight: 600;
    color: #000;
    margin: 0 0 25px;
    border-top: 3px solid #FD4B53;
    text-transform: uppercase;
    display: inline-block;
    padding: 20px 0 0 20px;
    left: -20px;
    line-height: 1.1; }
    #respond #reply-title small {
      font-family: "Open Sans", Helvetica Neue, Helvetica, Arial, sans-serif;
      font-size: 12px;
      padding-top: 5px;
      margin-left: 20px;
      float: right; }

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

.reveal-comments {
  cursor: pointer; }

.rad-button, #commentform input#submit, #submit.rad-button {
  font-family: "Roboto Condensed", Helvetica Neue, Helvetica, Arial, sans-serif;
  position: relative;
  background: none;
  padding: 15px 22px;
  line-height: 2.2;
  font-weight: 600;
  color: #999;
  font-size: 14px;
  text-transform: uppercase;
  display: inline;
  border-radius: 0;
  -webkit-transition: .3s linear;
  transition: .3s linear; }
  .rad-button:hover, .rad-button:active, #commentform input#submit:hover, #commentform input#submit:active, #submit.rad-button:hover, #submit.rad-button:active {
    -webkit-transition: .01s linear;
    transition: .01s linear; }

.rad-button, #commentform input#submit, #submit.rad-button {
  border: 2px solid #ddd; }
  .rad-button:hover, .rad-button: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; }

.form-search.rad-button {
  border: 1px solid #ddd; }

/* Boxed Layout
=============================================================================
============================================================================= */
.naomi-boxed #naomi-wrap {
  margin: 0 auto;
  max-width: 1200px; }
.naomi-boxed .naomi-box-page {
  background: #fff; }
.naomi-boxed .naomi-widget:before {
  z-index: 1; }

.naomi-boxed.sticky-nav .container-head.append {
  border-top-color: #eee;
  border-bottom-color: #eee; }

/* Contact Template Page
=============================================================================
============================================================================= */
.container-page-content {
  margin-bottom: 0; }

body.page-template-page-contact-us .naomi-info-share, body.page-template-page-contact-us .entry-footer, body.page-template-page-contact-us .entry-meta {
  display: none; }
body.page-template-page-contact-us .naomi-full-entry {
  margin-left: 0; }
body.page-template-page-contact-us .entry-header .entry-title {
  margin-top: 20px; }

#respond.naomi-contact-form {
  margin: 0;
  background: #f9f9f9; }
  #respond.naomi-contact-form p {
    position: relative; }
    #respond.naomi-contact-form p.form-submit {
      border: 0; }
    #respond.naomi-contact-form p.inputcom {
      display: inline;
      float: left;
      width: 49.7%;
      margin-right: -1px; }
      #respond.naomi-contact-form p.inputcom label {
        position: absolute;
        top: 15px;
        left: 10px; }
      #respond.naomi-contact-form p.inputcom input {
        width: 100%; }
    #respond.naomi-contact-form p.contact_email {
      margin-right: 0;
      margin-bottom: 10px; }
  #respond.naomi-contact-form .textarea-p {
    clear: both; }
    #respond.naomi-contact-form .textarea-p label {
      position: absolute;
      top: 20px;
      left: 10px; }
  #respond.naomi-contact-form .human-verify {
    width: 60px;
    display: inline;
    margin-top: 5px; }
  #respond.naomi-contact-form span.verify {
    color: #555; }
  #respond.naomi-contact-form form span {
    color: #FD4B53; }
  #respond.naomi-contact-form .error, #respond.naomi-contact-form .success {
    padding: 5px 9px;
    border: 1px solid #D9242D;
    color: #D9242D;
    border-radius: 3px;
    margin-bottom: 15px; }
  #respond.naomi-contact-form .success {
    border: 1px solid green;
    color: green; }
  #respond.naomi-contact-form input#submit {
    padding: 10px 20px; }

/* Full-Width Post/Page
=============================================================================
============================================================================= */
@media only screen and (min-width: 992px) {
  .naomi-page-full .main-content .entry-header, .naomi-page-full .main-content .naomi-featured-media, .naomi-page-full .main-content .author-bio-card, .naomi-page-full .main-content nav.naomi-post-navigation {
    margin-right: 0; }
  .naomi-page-full .main-content .naomi-full-entry {
    margin-left: 0;
    margin-right: 0; }
  .naomi-page-full .main-content .entry-title {
    margin-bottom: 5px;
    padding: 20px 50px; }
  .naomi-page-full .main-content .naomi-full-entry {
    max-width: 950px;
    margin: 0 auto; }
  .naomi-page-full .main-content .naomi-featured-media {
    max-height: 600px; }
  .naomi-page-full .main-content .entry-meta {
    text-align: center;
    margin-bottom: 0; }
    .naomi-page-full .main-content .entry-meta .meta-com {
      float: none;
      top: 0;
      left: 5px; }
  .naomi-page-full .main-content .cross-line {
    margin-left: 0 !important;
    margin-right: 0 !important; }
  .naomi-page-full .main-content #comments ol {
    list-style: none;
    margin: 0; }
  .naomi-page-full .main-content #comments #respond {
    margin: 0; } }
/* Image Template Page
=============================================================================
============================================================================= */
.naomi-image-container {
  margin-bottom: 0; }

.naomi-image-content {
  font-family: "Roboto Condensed", Helvetica Neue, Helvetica, Arial, sans-serif;
  margin: 40px auto; }
  .naomi-image-content .entry-caption {
    font-size: 20px;
    font-weight: 500;
    color: #fff;
    margin: 0;
    padding: 20px 20px 20px;
    text-align: center;
    text-align: center;
    width: 100%;
    position: absolute;
    bottom: 20px;
    left: 0; }
  .naomi-image-content .naomi-media-meta {
    text-transform: uppercase;
    font-size: 15px;
    background: #000;
    color: #fff;
    padding: 15px 20px;
    margin-bottom: 0;
    margin-top: 0;
    text-align: left;
    display: block; }
    .naomi-image-content .naomi-media-meta a {
      font-weight: 400; }
    .naomi-image-content .naomi-media-meta a:hover {
      color: #aaa; }
  .naomi-image-content .naomi-attachment {
    position: relative;
    margin: 0px 0 0;
    padding: 0;
    background: #eee;
    text-align: center; }
    .naomi-image-content .naomi-attachment img {
      max-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; }

/* Widgets
=============================================================================
============================================================================= */
#secondary {
  float: right;
  width: 100%; }

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

.naomi-widget:after {
  clear: both; }

.naomi-widget:before {
  position: absolute;
  content: "";
  bottom: 0;
  margin-left: -30px;
  padding-right: 30px;
  box-sizing: content-box;
  width: 100%;
  border-bottom: 1px solid #eee;
  z-index: -1; }

.naomi-widget:last-child::before {
  display: none; }

.textwidget {
  font-size: 15px;
  line-height: 1.5; }

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

.naomi-widget ul {
  margin: 0;
  padding: 0;
  overflow: hidden;
  color: #666; }
  .naomi-widget ul li {
    list-style: none;
    margin: 0 0 15px;
    padding: 0 5px 10px;
    border-bottom: 1px solid #eee; }
    .naomi-widget ul li:last-child {
      margin-bottom: 0; }
    .naomi-widget ul li ul li:last-of-type {
      border: 0; }
  .naomi-widget ul ul.children {
    margin-top: 10px; }
  .naomi-widget ul ul.sub-menu {
    color: #888;
    margin: 15px 0 0;
    padding: 0; }
    .naomi-widget ul ul.sub-menu ul li {
      margin: 0;
      padding: 0 0 0 2px;
      border: 0; }
  .naomi-widget ul a {
    color: inherit; }
    .naomi-widget ul a:hover {
      color: #FD4B53; }
  .naomi-widget ul img {
    width: 20%;
    height: auto;
    padding-right: 0;
    margin: 0 10px 0 0;
    float: left; }

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

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

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

.footer-container .naomi-widget ul {
  margin: 0 0 5px 0;
  padding: 0; }

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

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

/* Widget: Calendar
=============================================================================
============================================================================= */
#wp-calendar {
  width: 100%; }
  #wp-calendar caption {
    color: #eee;
    font-size: 13px;
    margin-top: 0;
    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: #FD4B53; }
  #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; }

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

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

#footer .widget_naomi_fblike .fb-like-box {
  background: #aaa; }

.fb-like-box, .fb-like-box iframe {
  width: 100% !important; }

/* Widget: Gallery
=============================================================================
============================================================================= */
.widget_quick-flickr-widget div {
  border: 0;
  padding: 0;
  background: none;
  width: 33.3333%;
  max-width: 120px;
  margin: 0;
  display: inline-block;
  text-align: center;
  vertical-align: top; }
  .widget_quick-flickr-widget div img {
    display: block;
    width: 100%;
    height: auto;
    margin: 0;
    padding: 0;
    border: 0;
    opacity: 0.8; }
    .widget_quick-flickr-widget div img:hover {
      border-color: #FD4B53;
      opacity: 1; }

#footer .widget_quick-flickr-widget div {
  border: 0;
  padding: 0;
  background: none;
  width: 33.3333%;
  max-width: 120px;
  margin: 0;
  display: inline-block;
  text-align: center;
  vertical-align: top; }
  #footer .widget_quick-flickr-widget div img {
    display: block;
    width: 100%;
    height: auto;
    margin: 0;
    padding: 0;
    border: 0;
    opacity: 0.8; }
    #footer .widget_quick-flickr-widget div img:hover {
      border-color: #FD4B53;
      opacity: 1; }

.widget_quick-flickr-widget img {
  visibility: hidden; }

.widget_quick-flickr-widget.naomi_quickbg div {
  width: 113px;
  height: 113px;
  opacity: 0.8;
  overflow: hidden;
  background-position: 50% 50% !important;
  background-repeat: no-repeat !important;
  background-attachment: scroll !important;
  background-size: cover !important;
  background-color: #ccc !important;
  image-rendering: -moz-crisp-edges;
  image-rendering: -o-crisp-edges;
  image-rendering: -webkit-optimize-contrast;
  image-rendering: crisp-edges;
  -ms-interpolation-mode: nearest-neighbor; }
  .widget_quick-flickr-widget.naomi_quickbg div:hover {
    opacity: 1; }
  .widget_quick-flickr-widget.naomi_quickbg div a {
    display: block;
    width: 100%;
    height: 100%; }
.widget_quick-flickr-widget.naomi_quickbg img {
  visibility: hidden; }

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

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

/* Widget: Popular Posts
=============================================================================
============================================================================= */
.widget_naomi_popular_posts ul {
  font-family: "Roboto Condensed", Helvetica Neue, Helvetica, Arial, sans-serif;
  overflow: hidden;
  border: 0; }
.widget_naomi_popular_posts ul, .widget_naomi_popular_posts li {
  border: 0;
  margin: 0;
  padding: 0;
  list-style: none; }
.widget_naomi_popular_posts .entry-title {
  font-size: 19px;
  font-weight: bold;
  line-height: 1.4;
  color: #000;
  z-index: 100; }
  .widget_naomi_popular_posts .entry-title a {
    color: inherit;
    display: block;
    -webkit-transition: .3s linear;
    transition: .3s linear; }
  .widget_naomi_popular_posts .entry-title a:hover {
    color: #FD4B53;
    -webkit-transition: .01s linear;
    transition: .01s linear; }
.widget_naomi_popular_posts .meta-count, .widget_naomi_popular_posts .meta-com {
  font-size: 11px;
  background: #fff;
  padding: 8px 12px;
  border-radius: 0;
  color: #000;
  float: right;
  margin-top: 15px;
  z-index: 100; }
.widget_naomi_popular_posts .naomi-icon-fire::before {
  color: inherit;
  padding: 0 4px 0 0;
  top: 0; }
.widget_naomi_popular_posts .naomi-icon-comments::before {
  color: inherit;
  padding: 0 4px 0 0; }
.widget_naomi_popular_posts .popular_list_top {
  overflow: hidden;
  position: relative;
  z-index: 20;
  border: 0;
  margin: 0 0 25px;
  padding: 0; }
  .widget_naomi_popular_posts .popular_list_top .naomi-img-container {
    max-height: 380px;
    overflow: hidden; }
  .widget_naomi_popular_posts .popular_list_top .entry-title {
    width: 100%;
    position: absolute;
    bottom: 10%;
    text-align: center;
    font-size: 28px;
    padding: 13px 15px 13px;
    overflow: hidden;
    color: #fff;
    -webkit-transition: 0.2s all;
    transition: 0.2s all;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale; }
    .widget_naomi_popular_posts .popular_list_top .entry-title a:hover {
      color: #fff; }
  .widget_naomi_popular_posts .popular_list_top:hover .entry-title {
    bottom: 10.8% !important; }
  .widget_naomi_popular_posts .popular_list_top img {
    width: 100%;
    height: auto;
    float: none;
    padding: 0;
    margin: 0; }
    .widget_naomi_popular_posts .popular_list_top img a {
      border: 0; }
  .widget_naomi_popular_posts .popular_list_top .meta-count, .widget_naomi_popular_posts .popular_list_top .meta-com {
    position: absolute;
    top: 10px;
    font-weight: normal;
    right: 0;
    background: #FD4B53;
    color: #fff; }
  .widget_naomi_popular_posts .popular_list_top .naomi-icon-fire::before {
    color: inherit; }
  .widget_naomi_popular_posts .popular_list_top .naomi-icon-comments::before {
    color: inherit; }
.widget_naomi_popular_posts .popular_list {
  list-style: none;
  margin: 10px 0 10px;
  overflow: auto;
  padding: 10px 0px 10px 0px;
  position: relative;
  position: relative;
  z-index: 18;
  border: 0;
  background: #fff;
  border-bottom: 0px solid #eee; }
  .widget_naomi_popular_posts .popular_list:last-child {
    margin-bottom: 0;
    padding-bottom: 0; }
  .widget_naomi_popular_posts .popular_list .entry-title {
    text-align: left;
    color: #000;
    margin-top: 10px; }
  .widget_naomi_popular_posts .popular_list img {
    float: right;
    display: table-cell;
    width: 25%;
    height: auto;
    margin: 5px 0px 5px 15px; }
  .widget_naomi_popular_posts .popular_list .meta-count, .widget_naomi_popular_posts .popular_list .meta-com {
    position: absolute;
    top: 10px;
    right: 0;
    font-weight: 500;
    background: #000;
    color: #fff; }
  .widget_naomi_popular_posts .popular_list .meta-cat {
    display: inline; }
    .widget_naomi_popular_posts .popular_list .meta-cat a {
      font-size: 11px;
      text-transform: uppercase;
      color: #aaa;
      letter-spacing: 1px;
      top: 3px;
      position: relative;
      -webkit-transition: .3s linear;
      transition: .3s linear; }
      .widget_naomi_popular_posts .popular_list .meta-cat a:hover {
        color: #FD4B53;
        -webkit-transition: .01s linear;
        transition: .01s linear; }
  .widget_naomi_popular_posts .popular_list .entry-meta {
    display: none;
    text-transform: uppercase;
    overflow: hidden;
    font-size: 11px;
    color: #999;
    padding-bottom: 5px; }
    .widget_naomi_popular_posts .popular_list .entry-meta a {
      color: #999; }

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

/* Widget: Recent Comments
=============================================================================
============================================================================= */
.widget_naomi_recentcomms ul li {
  overflow: auto;
  max-width: 100%;
  height: auto;
  padding-bottom: 5px; }
  .widget_naomi_recentcomms ul li a {
    color: #333; }
.widget_naomi_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_naomi_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_naomi_recentcomms .comment-text {
  overflow: auto; }

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

.form-search label {
  display: none; }
.form-search input.field {
  color: #999;
  border: 1px solid #ddd;
  background: #fff;
  color: #999;
  width: 350px;
  padding: 10px 10px;
  font-family: "Roboto Condensed", Helvetica Neue, Helvetica, Arial, sans-serif;
  font-size: 16px;
  font-weight: bold; }
  .form-search input.field:focus {
    color: #333;
    background: #fff;
    border-color: rgba(98, 98, 98, 0.4);
    outline: 0; }
.form-search .searchsubmit {
  color: #eee;
  border: 0;
  border-color: #000;
  background: #000;
  margin-top: 0;
  padding: 7px 11px;
  display: inline-block;
  width: auto;
  position: relative;
  top: -1px; }
  .form-search .searchsubmit:hover {
    color: #fff; }

.widget_search form {
  position: relative;
  overflow: hidden;
  margin: 0 auto;
  text-align: center; }
.widget_search .assistive-text {
  display: none; }
.widget_search .searchsubmit {
  color: #eee;
  border: 0;
  border-color: #111;
  background: #222;
  margin-top: 0;
  padding: 7px 11px;
  display: inline-block;
  width: auto;
  position: relative;
  top: -1px; }
  .widget_search .searchsubmit:hover {
    background: #111;
    color: #fff !important; }
.widget_search input.field {
  padding: 10px 10px;
  color: #999;
  width: 70%;
  border: 1px solid #ccc;
  background: #fff; }
.widget_search input.field:focus {
  background: #fff;
  outline: 0;
  color: #222; }

.single .widget_search form {
  margin-top: 10px; }

#footer .form-search input.field {
  color: #999;
  border: 1px solid #444;
  background: #111;
  font-weight: bold; }
  #footer .form-search input.field:focus {
    color: #333;
    background: #fff;
    border-color: rgba(98, 98, 98, 0.4); }

/* Widget: Slider
=============================================================================
============================================================================= */
.widget_naomi_catposts .naomi-widget-slider {
  margin-bottom: 0;
  padding-bottom: 0; }
.widget_naomi_catposts .item {
  overflow: hidden;
  max-height: 380px;
  margin-right: 0; }
  .widget_naomi_catposts .item img {
    width: 100%;
    height: auto;
    margin: 0;
    float: none;
    border: 0; }
  .widget_naomi_catposts .item .ub-overlay {
    right: 15px;
    top: 10px; }
.widget_naomi_catposts h2 {
  position: absolute;
  bottom: 10%;
  padding: 13px 15px 13px;
  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_naomi_catposts h2 a {
    color: #fff; }

/* Widget: Tabbed Lists
=============================================================================
============================================================================= */
.widget_naomi_popular_tabbed {
  font-family: "Roboto Condensed", Helvetica Neue, Helvetica, Arial, sans-serif; }
  .widget_naomi_popular_tabbed ul {
    margin: 0;
    padding: 0;
    list-style: none; }
  .widget_naomi_popular_tabbed ul li {
    padding: 0;
    margin: 0;
    border-bottom: 0;
    overflow: auto; }
  .widget_naomi_popular_tabbed .entry-title {
    font-size: 16px;
    line-height: 1.5;
    color: #333;
    overflow: hidden; }
    .widget_naomi_popular_tabbed .entry-title a {
      color: inherit;
      display: block;
      -webkit-transition: .3s linear;
      transition: .3s linear; }
    .widget_naomi_popular_tabbed .entry-title a:hover {
      color: #FD4B53;
      -webkit-transition: .01s linear;
      transition: .01s linear; }
  .widget_naomi_popular_tabbed li.tabbed_list {
    list-style: none;
    border: 1px solid #eee;
    margin: 0;
    margin-top: -1px;
    overflow: auto;
    padding: 15px 15px;
    position: relative;
    background: #fff; }
    .widget_naomi_popular_tabbed li.tabbed_list .entry-title {
      margin: 9px 0 15px; }
    .widget_naomi_popular_tabbed li.tabbed_list img {
      float: right;
      width: 25%;
      height: auto;
      margin: 5px 0 5px 10px; }
    .widget_naomi_popular_tabbed li.tabbed_list .meta-cat {
      display: inline;
      color: #FD4B53; }
      .widget_naomi_popular_tabbed li.tabbed_list .meta-cat a {
        font-size: 12px;
        text-transform: uppercase;
        color: inherit;
        font-weight: 400;
        top: 3px;
        position: relative; }
        .widget_naomi_popular_tabbed li.tabbed_list .meta-cat a::before {
          display: none;
          top: 1px;
          padding-right: 2px; }
    .widget_naomi_popular_tabbed li.tabbed_list .entry-meta {
      display: none;
      text-transform: uppercase;
      overflow: hidden;
      font-size: 11px;
      color: #999;
      padding-bottom: 5px; }
      .widget_naomi_popular_tabbed li.tabbed_list .entry-meta a {
        color: inherit; }
    .widget_naomi_popular_tabbed li.tabbed_list .naomi-icon-date::before {
      color: #999;
      padding: 0 5px 0 0;
      left: 1px; }
  .widget_naomi_popular_tabbed .nav-tabs {
    overflow: visible;
    background: transparent;
    border-color: #eee; }
    .widget_naomi_popular_tabbed .nav-tabs li {
      margin-bottom: -1px;
      z-index: 20;
      max-width: 170px; }
      .widget_naomi_popular_tabbed .nav-tabs li:last-child {
        margin: 0 0 -1px; }
    .widget_naomi_popular_tabbed .nav-tabs li.active a {
      color: #FD4B53;
      border-color: #eee;
      border-bottom: 1px solid #fff; }
      .widget_naomi_popular_tabbed .nav-tabs li.active a::before {
        color: #FD4B53; }
    .widget_naomi_popular_tabbed .nav-tabs li a {
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      font-weight: 700;
      color: #999;
      padding: 20px 20px;
      border-radius: 0;
      text-transform: uppercase;
      text-overflow: ellipsis;
      white-space: nowrap;
      overflow: hidden;
      max-width: 100%;
      font-size: 15px; }
    .widget_naomi_popular_tabbed .nav-tabs [class*="naomi-icon-"]::before {
      top: 0;
      padding: 0 5px 0 0; }

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

/* Widget: Tag Cloud
=============================================================================
============================================================================= */
.widget_tag_cloud ul, .widget_tags_naomi ul, .widget_cats_naomi ul, ul.wp-tag-cloud {
  margin: 0;
  padding: 0;
  overflow: auto; }
  .widget_tag_cloud ul li, .widget_tags_naomi ul li, .widget_cats_naomi ul li, ul.wp-tag-cloud li {
    float: left;
    margin: 0;
    padding: 0;
    border: 0;
    background: none;
    list-style: none;
    overflow: visible; }
    .widget_tag_cloud ul li a, .widget_tags_naomi ul li a, .widget_cats_naomi ul li a, ul.wp-tag-cloud 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_naomi ul li a:hover, .widget_cats_naomi ul li a:hover, ul.wp-tag-cloud li a:hover {
        color: #333;
        border-color: #FD4B53;
        -webkit-transition: .01s linear;
        transition: .01s linear; }

ul.wp-tag-cloud {
  margin-bottom: 30px; }

#footer .widget_tag_cloud ul li, #footer .widget_tags_naomi ul li, #footer .widget_cats_naomi ul li {
  float: left;
  margin: 0;
  padding: 0;
  border: 0; }
  #footer .widget_tag_cloud ul li a, #footer .widget_tags_naomi ul li a, #footer .widget_cats_naomi ul li a {
    border-color: #222;
    color: #ccc; }
    #footer .widget_tag_cloud ul li a:hover, #footer .widget_tags_naomi ul li a:hover, #footer .widget_cats_naomi ul li a:hover {
      border-color: #FD4B53; }

/* Elements
=============================================================================
============================================================================= */
/* Author Card
=============================================================================
============================================================================= */
.archive .author-bio-card {
  margin: 0 -15px 25px 0;
  padding: 0 15px 30px 0; }

.author-bio-card {
  border-top: 1px solid #eee;
  border-bottom: 1px solid #eee;
  padding: 0 30px 30px 0;
  margin: 50px -30px 40px 0;
  clear: both;
  position: relative; }
  .author-bio-card h4 {
    text-transform: uppercase;
    font-weight: 600;
    padding-top: 0;
    margin: 28px 0 30px 0;
    font-family: "Roboto Condensed", Helvetica Neue, Helvetica, Arial, sans-serif;
    font-size: 20px; }
    .author-bio-card h4 span {
      border-top: 4px solid #FD4B53;
      padding-top: 27px; }
      .author-bio-card h4 span a {
        color: #000; }
    .author-bio-card h4 .mini-tag {
      font-weight: 500;
      font-size: 12px;
      position: relative;
      bottom: 0px;
      left: 20px;
      color: #999; }
      .author-bio-card h4 .mini-tag:hover {
        color: #000; }
  .author-bio-card .authorbio-description {
    padding: 5px 0 15px 15px;
    margin: 0;
    overflow: auto;
    color: #999;
    font-size: 14px;
    line-height: 1.8;
    border-left: 1px solid #eee; }
  .author-bio-card img.avatar {
    float: left;
    width: 50px;
    height: 50px;
    height: auto;
    border-radius: 50%;
    padding: 1px;
    border: 1px solid #ddd;
    margin: 12px 10px 0 0;
    padding: 3px;
    box-sizing: content-box; }
  .author-bio-card .naomi-mini-icons {
    position: absolute;
    top: 20px;
    right: 20px; }

.author-bio-card .naomi-mini-icons a {
  margin: 0 0 0 10px;
  width: 40px;
  height: 40px; }
.author-bio-card .naomi-mini-icons i {
  border-radius: 0%;
  color: #000;
  border: 0;
  background-color: transparent;
  -webkit-transition: .3s linear;
  transition: .3s linear;
  text-align: center; }
  .author-bio-card .naomi-mini-icons i:hover {
    -webkit-transition: .01s linear;
    transition: .01s linear;
    border-color: transparent;
    background: transparent; }
  .author-bio-card .naomi-mini-icons i::before {
    top: 3px; }
.author-bio-card .naomi-mini-icons .naomi-icon-instagram::before, .author-bio-card .naomi-mini-icons .naomi-icon-soundcloud::before, .author-bio-card .naomi-mini-icons .naomi-icon-pinterest::before {
  font-size: 19px;
  top: 3px; }

.author-bio-card .naomi-avatar-container img.avatar {
  padding: 0;
  margin: 0;
  border: 0;
  float: none; }

.naomi-avatar-container {
  border-radius: 50%;
  border: 1px solid #ddd;
  display: inline-block;
  padding: 3px;
  float: left;
  margin: 12px 10px 0 0; }

/* Color Overlay
=============================================================================
============================================================================= */
.naomi-chroma {
  position: absolute;
  z-index: 1;
  bottom: 0;
  left: 0;
  background: #000;
  opacity: .2;
  filter: alpha(opacity=30);
  width: 100%;
  height: 100%;
  -webkit-transition: .3s linear;
  transition: .3s linear; }

.naomi-chroma-color {
  background: #FFD400; }

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

.transform-fx:hover .naomi-chroma {
  background: #000;
  -webkit-transition: .3s linear;
  transition: .3s linear;
  opacity: .8; }

/* Featured Category
=============================================================================
============================================================================= */
.naomi-color-cat {
  display: inline;
  position: absolute;
  top: 23px;
  left: 0px;
  -webkit-font-smoothing: subpixel-antialiased;
  -moz-osx-font-smoothing: auto; }

.naomi-color-cat .featured-category {
  font-family: "Roboto Condensed", Helvetica Neue, Helvetica, Arial, sans-serif;
  padding: 6px 10px;
  line-height: 1.4;
  margin: 0 4px 10px 0;
  font-size: 12px;
  font-weight: 300;
  text-transform: uppercase;
  display: inline-block;
  z-index: 14;
  position: relative;
  border-left: 0px solid;
  color: #fff !important; }
  .naomi-color-cat .featured-category::before {
    content: "";
    position: absolute;
    top: -0px;
    left: 0;
    width: 1px;
    height: 16px;
    border-radius: 0%;
    border: 1px solid;
    border-color: inherit !important;
    -webkit-transform: rotate(25deg);
        -ms-transform: rotate(25deg);
            transform: rotate(25deg);
    display: none; }

/* Post Formats Embed
=============================================================================
============================================================================= */
.hide-featured-img .wp-post-image, .hide-featured-img .naomi-color-cat, .hide-featured-img .naomi-chroma, .hide-featured-img .naomi-caption {
  display: none; }

.embed-youtube, .naomi-object {
  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, .naomi-object embed, .naomi-object iframe, .naomi-object object, .naomi-object video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0; }

/* Share Buttons
=============================================================================
============================================================================= */
.media-buttons {
  overflow: hidden;
  margin: 0;
  *zoom: 1;
  padding: 0;
  border-bottom: 1px solid #eee; }
  .media-buttons:before, .media-buttons:after {
    content: ' ';
    display: table; }
  .media-buttons:after {
    clear: both; }

.naomi-info-share {
  display: block;
  padding: 0 0 0;
  position: absolute;
  top: 10px;
  left: 0; }
  .naomi-info-share::before {
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    width: 1px;
    height: 100%;
    background: #eee;
    z-index: 99; }

.naomi-info-share [class*="naomi-icon-"] {
  font-family: "Roboto Condensed", Helvetica Neue, Helvetica, Arial, sans-serif;
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  clear: both;
  background: #000;
  border: 0px solid #eee;
  border-radius: 50%;
  width: 45px;
  height: 45px;
  overflow: hidden;
  margin-left: -1px;
  margin-top: 30px;
  margin-bottom: 30px;
  text-align: center;
  font-size: 17px;
  font-weight: 700;
  padding-top: 0;
  z-index: 99;
  -webkit-transition: .3s linear;
  transition: .3s linear; }
  .naomi-info-share [class*="naomi-icon-"]:hover {
    -webkit-transition: .01s linear;
    transition: .01s linear;
    background: #FD4B53;
    color: #fff; }
  .naomi-info-share [class*="naomi-icon-"]::before {
    color: #fff;
    padding: 0;
    margin: 0;
    top: 0;
    text-align: center;
    width: 100%; }
  .naomi-info-share [class*="naomi-icon-"]:first-child {
    margin-top: 0 !important;
    margin-bottom: 0 !important; }
  .naomi-info-share [class*="naomi-icon-"]:last-child {
    margin-bottom: 0 !important; }

.naomi-info-share .naomi-icon-twitter {
  background: #56ACEE; }

.naomi-info-share .naomi-icon-facebook {
  background: #37528E;
  font-size: 18px; }

.naomi-info-share .naomi-icon-google {
  background: #E74C3C;
  font-size: 15px; }

.naomi-info-share .naomi-icon-linkedin {
  background: #0378B8; }

.naomi-info-share .naomi-icon-pinterest {
  font-size: 22px;
  background: #BC1318; }

.naomi-info-share .naomi-icon-reddit {
  background: #FD4800;
  font-size: 18px; }

.naomi-info-share .naomi-icon-tumblr {
  background: #34465D; }

.naomi-info-share .naomi-icon-vk, .naomi-info-share .naomi-icon-vk2 {
  background: #4C76A5; }

.naomi-info-share .naomi-icon-envelop {
  background: #000; }

/* Mini Icons
=============================================================================
============================================================================= */
.widget_naomi_icons .naomi-mini-icons {
  display: block;
  margin: 0;
  text-align: center;
  width: 100%; }
  .widget_naomi_icons .naomi-mini-icons a {
    margin: 0 1px 0 0;
    width: 44px;
    height: 44px; }
  .widget_naomi_icons .naomi-mini-icons [class*="naomi-icon-"] {
    border-radius: 0%;
    color: #fff;
    border: 0;
    -webkit-transition: .3s linear;
    transition: .3s linear;
    text-align: center; }
    .widget_naomi_icons .naomi-mini-icons [class*="naomi-icon-"]:hover {
      border-color: transparent; }
    .widget_naomi_icons .naomi-mini-icons [class*="naomi-icon-"]::before {
      top: 13px; }
  .widget_naomi_icons .naomi-mini-icons .naomi-icon-soundcloud::before, .widget_naomi_icons .naomi-mini-icons .naomi-icon-pinterest::before {
    top: 10px; }

.naomi-left-sidebar .naomi-mini-icons {
  display: block;
  margin: 0 2px -1px 2px;
  text-align: center;
  width: 100%;
  background: transparent; }
  .naomi-left-sidebar .naomi-mini-icons a {
    margin: 0 0 -5px 0;
    width: 49px;
    height: 46px;
    border-right: 1px solid #eee;
    border-bottom: 1px solid #eee; }
    .naomi-left-sidebar .naomi-mini-icons a:last-child {
      border-right: 0; }
  .naomi-left-sidebar .naomi-mini-icons [class*="naomi-icon-"] {
    background: transparent;
    border-radius: 0;
    color: #000;
    border: 0;
    -webkit-transition: .3s linear;
    transition: .3s linear;
    text-align: center; }
    .naomi-left-sidebar .naomi-mini-icons [class*="naomi-icon-"]:hover {
      border-color: transparent;
      background: transparent; }
    .naomi-left-sidebar .naomi-mini-icons [class*="naomi-icon-"]::before {
      top: 13px; }
  .naomi-left-sidebar .naomi-mini-icons .naomi-icon-soundcloud::before, .naomi-left-sidebar .naomi-mini-icons .naomi-icon-pinterest::before {
    top: 10px; }

.main-feed .naomi-mini-icons a {
  margin: 0 0 0 5px;
  width: 40px;
  height: 40px; }
.main-feed .naomi-mini-icons [class*="naomi-icon-"] {
  border-radius: 0%;
  color: #000;
  border: 0;
  background-color: transparent;
  -webkit-transition: .3s linear;
  transition: .3s linear;
  text-align: center; }
  .main-feed .naomi-mini-icons [class*="naomi-icon-"]:hover {
    -webkit-transition: .01s linear;
    transition: .01s linear;
    border-color: transparent;
    background: transparent; }
  .main-feed .naomi-mini-icons [class*="naomi-icon-"]::before {
    top: 3px; }
.main-feed .naomi-mini-icons .naomi-icon-soundcloud::before, .main-feed .naomi-mini-icons .naomi-icon-pinterest::before {
  top: 1px; }

.main-feed .naomi-mini-icons {
  position: absolute;
  top: 10px;
  right: 15px; }

.naomi-footer-col .naomi-mini-icons a {
  width: 42px;
  height: 42px;
  margin: 10px 2px 0; }
.naomi-footer-col .naomi-mini-icons [class*="naomi-icon-"] {
  color: #fff;
  border-radius: 50%;
  background-color: transparent;
  border: 0; }
  .naomi-footer-col .naomi-mini-icons [class*="naomi-icon-"]:hover {
    border-color: transparent;
    background: transparent; }
  .naomi-footer-col .naomi-mini-icons [class*="naomi-icon-"]::before {
    top: 11px; }
.naomi-footer-col .naomi-mini-icons .naomi-icon-soundcloud::before,
.naomi-footer-col .naomi-mini-icons .naomi-icon-pinterest::before {
  top: 8px; }
.naomi-footer-col .naomi-mini-icons .naomi-icon-twitch::before {
  left: 2px; }

.slide-mobmenu .naomi-mini-icons {
  text-align: center; }
  .slide-mobmenu .naomi-mini-icons a {
    width: 33px;
    height: 33px;
    margin: 0 6px 10px; }
    .slide-mobmenu .naomi-mini-icons a:last-child {
      margin-right: 0; }

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

.container-head .naomi-mini-icons {
  position: relative;
  top: 4px;
  z-index: 4; }
  .container-head .naomi-mini-icons a {
    margin-bottom: 0; }
  .container-head .naomi-mini-icons i {
    background: transparent;
    border: 0;
    color: #000; }
    .container-head .naomi-mini-icons i::before {
      top: 8px; }
    .container-head .naomi-mini-icons i:hover {
      background: transparent; }
  .container-head .naomi-mini-icons a:last-child {
    margin-right: -10px; }
  .container-head .naomi-mini-icons .naomi-icon-soundcloud::before, .container-head .naomi-mini-icons .naomi-icon-pinterest::before {
    top: 5px; }

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

.naomi-mini-icons [class*="naomi-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; }
  .naomi-mini-icons [class*="naomi-icon-"]::before {
    top: 11px; }
  .naomi-mini-icons [class*="naomi-icon-"]:hover {
    -webkit-transition: .01s linear;
    transition: .01s linear;
    color: #fff;
    border-color: transparent; }

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

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

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

.naomi-mini-icons .naomi-icon-google-plus {
  background: #E84732; }

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

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

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

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

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

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

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

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

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

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

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

.naomi-mini-icons .naomi-icon-vk {
  background: #4C76A5; }

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

.naomi-mini-icons .naomi-icon-facebook:hover {
  color: #275E99;
  background: #386faa; }

.naomi-mini-icons .naomi-icon-google-plus:hover {
  color: #E84732;
  background: #f95843; }

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

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

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

.naomi-mini-icons .naomi-icon-instagram:hover {
  color: #6B493B;
  background: #7c5a4c; }

.naomi-mini-icons .naomi-icon-rss:hover {
  color: #FFA600;
  background: #ffb711; }

.naomi-mini-icons .naomi-icon-vimeo:hover {
  color: #20B9EB;
  background: #31cafc; }

.naomi-mini-icons .naomi-icon-tumblr:hover {
  color: #34465D;
  background: #45576e; }

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

.naomi-mini-icons .naomi-icon-linkedin:hover {
  color: #0378B8;
  background: #1489c9; }

.naomi-mini-icons .naomi-icon-twitch:hover {
  color: #6346A8;
  background: #7457b9; }

.naomi-mini-icons .naomi-icon-reddit:hover {
  color: #0378B8;
  background: #1489c9; }

.naomi-mini-icons .naomi-icon-vk:hover {
  color: #4C76A5;
  background: #5d87b6; }

/* Overlay Icons
=============================================================================
============================================================================= */
.ub-overlay {
  right: 15px;
  top: 16px;
  width: 40px;
  height: 40px;
  padding: 3px 0 0 0;
  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; }

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

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

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

.naomi-score {
  -webkit-font-smoothing: subpixel-antialiased;
  -moz-osx-font-smoothing: auto;
  font-family: "Roboto Condensed", Helvetica Neue, Helvetica, Arial, sans-serif;
  font-size: 35px;
  font-weight: 700;
  text-align: center;
  background: #FDEA62;
  width: 60px;
  height: 65px;
  display: table;
  position: absolute;
  right: 0;
  color: #000;
  z-index: 100;
  letter-spacing: 1px;
  cursor: default; }
  .naomi-score .naomi-final {
    position: relative;
    display: table-cell;
    vertical-align: middle;
    z-index: 10; }
  .naomi-score .fill-score {
    position: absolute;
    height: 4px;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 9;
    background: rgba(0, 0, 0, 0.9); }

/* Pagination
=============================================================================
============================================================================= */
/* Load More Button
=============================================================================
============================================================================= */
.naomi-load-nav {
  font-family: "Roboto Condensed", Helvetica Neue, Helvetica, Arial, sans-serif;
  position: relative;
  display: inline-block;
  width: auto;
  margin-bottom: 20px; }
  .naomi-load-nav .nav-load a {
    position: relative;
    font-weight: 600;
    color: #000;
    font-size: 20px;
    text-transform: uppercase;
    display: inline-block; }
    .naomi-load-nav .nav-load a:hover {
      color: #FD4B53; }
    .naomi-load-nav .nav-load a::after {
      color: #000;
      content: "\f105";
      padding-left: 16px;
      display: inline-block;
      position: relative;
      -webkit-transition: all 0.1s;
      transition: all 0.1s;
      font-size: 100%; }
    .naomi-load-nav .nav-load a:hover::after {
      -webkit-transform: rotate(90deg);
          -ms-transform: rotate(90deg);
              transform: rotate(90deg);
      color: #FD4B53;
      top: -5px;
      left: 6px; }

#infscr-loading {
  display: none !important; }

/* Prev/Next Site Navigation
=============================================================================
============================================================================= */
.naomi-site-navigation {
  font-family: "Roboto Condensed", Helvetica Neue, Helvetica, Arial, sans-serif;
  position: relative;
  margin-bottom: 20px; }
  .naomi-site-navigation .nav-previous, .naomi-site-navigation .nav-next {
    font-weight: 600;
    color: #000;
    font-size: 20px;
    text-transform: uppercase;
    display: inline-block; }
    .naomi-site-navigation .nav-previous a, .naomi-site-navigation .nav-next a {
      color: inherit; }
    .naomi-site-navigation .nav-previous a:hover, .naomi-site-navigation .nav-next a:hover {
      color: #FD4B53; }
  .naomi-site-navigation .nav-next {
    margin-left: 40px; }

/* Numbered Site Navigation
=============================================================================
============================================================================= */
.naomi-numbered-nav ul {
  padding-left: 0;
  margin: 10px 0 0;
  color: #999;
  text-transform: uppercase; }
  .naomi-numbered-nav ul li {
    display: inline;
    margin-left: 5px; }
    .naomi-numbered-nav ul li:first-child {
      margin-left: 0; }
    .naomi-numbered-nav ul li a, .naomi-numbered-nav ul li a:visited {
      color: #999; }
.naomi-numbered-nav ul > li > a, .naomi-numbered-nav ul > li > span {
  position: relative;
  padding: 10px 16px;
  line-height: 1.428571429;
  text-decoration: none;
  background-color: transparent;
  margin-left: 0;
  border: 1px solid #ddd;
  border-radius: 15px;
  -webkit-transition: all 0.1s linear;
  transition: all 0.1s linear; }
  .naomi-numbered-nav ul > li > a:hover, .naomi-numbered-nav ul > li > span:hover {
    border-color: transparent;
    background-color: #000;
    color: #fff;
    -webkit-transition: .01s linear;
    transition: .01s linear; }
.naomi-numbered-nav ul > li > span.current {
  border-color: transparent;
  background-color: #000;
  color: #fff; }
.naomi-numbered-nav ul > li > span.dots {
  border-color: transparent;
  padding-left: 0;
  padding-right: 0;
  margin-left: 5px;
  margin-right: 5px;
  cursor: default; }
  .naomi-numbered-nav ul > li > span.dots:hover {
    background-color: transparent;
    color: #999; }

/* (Single-Post) Pages Navigation
=============================================================================
============================================================================= */
.naomi-posts-pagination {
  margin-top: 10px; }
  .naomi-posts-pagination a {
    margin: 0 -2px 0; }
  .naomi-posts-pagination 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; }
  .naomi-posts-pagination .pgopen {
    background: #111; }
  .naomi-posts-pagination a span {
    background: #E64336;
    -webkit-transition: .3s linear;
    transition: .3s linear; }
    .naomi-posts-pagination a span:hover {
      background: #111;
      -webkit-transition: .01s linear;
      transition: .01s linear; }

/* (Single-Post) Posts Navigation
=============================================================================
============================================================================= */
#primary {
  max-width: 100%; }

nav.naomi-post-navigation {
  font-family: "Roboto Condensed", Helvetica Neue, Helvetica, Arial, sans-serif;
  padding: 0;
  margin: 30px -30px 50px 0;
  clear: both;
  display: block;
  position: relative;
  overflow: hidden;
  background: #fff;
  border-top: 1px solid #eee;
  border-bottom: 1px solid #eee;
  z-index: 1; }
  nav.naomi-post-navigation a {
    display: block;
    font-size: 16px;
    color: #999;
    padding: 10px 0 0;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis; }
  nav.naomi-post-navigation a:hover {
    color: #FD4B53;
    -webkit-transition: .01s linear;
    transition: .01s linear; }
  nav.naomi-post-navigation .label-button {
    font-size: 14px;
    font-weight: bold;
    color: #000;
    text-transform: uppercase;
    clear: both;
    display: block; }
  nav.naomi-post-navigation .prev-post-button, nav.naomi-post-navigation .next-post-button {
    width: 50%;
    float: left;
    padding: 10px 10px;
    text-align: center;
    -webkit-transition: .3s linear;
    transition: .3s linear; }
    nav.naomi-post-navigation .prev-post-button:hover, nav.naomi-post-navigation .next-post-button:hover {
      background: #f5f5f5;
      -webkit-transition: .01s linear;
      transition: .01s linear; }
  nav.naomi-post-navigation .prev-post-button {
    border-right: 1px solid #eee; }

/* Post Gallery
=============================================================================
============================================================================= */
.naomi-gallery-slider {
  background: transparent;
  position: relative;
  z-index: 10;
  overflow: hidden;
  list-style: none; }
  .naomi-gallery-slider img {
    width: 100%;
    height: auto; }
  .naomi-gallery-slider ul, .naomi-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; }

/* Score Panel
=============================================================================
============================================================================= */
.score-panel {
  margin: 35px auto 20px;
  max-width: 848px;
  padding: 0 15px 0;
  position: relative;
  background: #fff;
  color: #777;
  border: 1px solid #eee; }
  .score-panel::before, .score-panel::after {
    content: "";
    width: 100%;
    position: absolute; }
  .score-panel::before {
    border-left: 1px solid #eee;
    left: 108px;
    top: 0;
    height: 100%;
    z-index: 100; }
  .score-panel::after {
    border-bottom: 1px solid transparent;
    bottom: 1px;
    left: 0;
    z-index: 102; }

.score-panel .review-info {
  padding: 0 0 20px 0;
  font-weight: 100;
  font-family: "Roboto Condensed", Helvetica Neue, Helvetica, Arial, sans-serif;
  position: relative; }
.score-panel .naomi-score {
  position: relative;
  width: 100%;
  height: 90px;
  font-size: 54px;
  margin: 0;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: transparent;
  color: #000; }
  .score-panel .naomi-score .fill-score {
    background: #FD4B53; }
.score-panel .review-tag {
  background: transparent;
  color: #FD4B53;
  padding: 13px 10px 10px;
  font-size: 16px;
  font-weight: 700;
  margin: 0;
  width: 100%;
  overflow: hidden;
  display: inline-block;
  text-align: center;
  text-transform: uppercase; }
.score-panel .review-score {
  display: inline;
  overflow: hidden;
  width: 110px;
  float: left;
  margin: -5px 0 0 -16px;
  border-bottom: 0;
  z-index: 99;
  position: relative; }
.score-panel .review-extract {
  font-size: 19px;
  line-height: 1.8;
  font-family: "Open Sans", Helvetica Neue, Helvetica, Arial, sans-serif;
  display: table-cell;
  padding: 16px 0 0 20px;
  margin: 0;
  position: relative;
  top: 0; }
.score-panel .snipphd {
  display: none; }

.review-criteria {
  clear: both;
  margin: -5px -15px 0;
  padding: 25px 25px 15px;
  position: relative;
  z-index: 101;
  font-family: "Roboto Condensed", Helvetica Neue, Helvetica, Arial, sans-serif;
  background: #fff;
  border-top: 1px solid #eee; }
  .review-criteria .progress {
    overflow: hidden;
    height: 30px;
    margin-bottom: 15px !important;
    background-color: RGBA(180, 180, 180, 0.1);
    box-shadow: none;
    display: block;
    border-radius: 0; }
  .review-criteria .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; }
  .review-criteria .unwidth {
    width: 0% !important; }
  .review-criteria .base-cr {
    padding-left: 10px;
    text-transform: uppercase; }
  .review-criteria .base-sc {
    padding: 0 8px;
    margin: 5px 10px 0;
    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; }

/* Slide Menu
=============================================================================
============================================================================= */
#naomi-btnav {
  cursor: pointer;
  position: absolute;
  top: 0;
  left: -69px;
  width: 68px;
  height: 100%;
  z-index: 9999;
  background: transparent;
  padding: 0 0;
  float: right;
  border-left: 1px solid #333;
  display: none;
  text-align: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
              -ms-grid-row-align: center;
          align-items: center;
  background: #000; }

#naomi-btnav span {
  display: inline-block;
  top: -3px;
  left: 19px;
  margin: 0 0; }

#naomi-btnav span, #naomi-btnav span:before, #naomi-btnav span:after {
  content: '';
  width: 32px;
  height: 3px;
  position: relative;
  display: block;
  background: #fff;
  cursor: pointer;
  -webkit-transition: .2s linear;
  transition: .2s linear;
  z-index: 9999; }

#naomi-btnav span:before {
  top: -11px; }

#naomi-btnav span:after {
  bottom: -9px; }

#naomi-btnav.active-btn span {
  background: none !important; }

#naomi-btnav.active-btn span:after {
  top: -2px;
  left: 0px;
  width: 32px;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
  background: #fff; }

#naomi-btnav.active-btn span:before {
  top: 0;
  left: 0;
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
  background: #fff; }

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

.slide-mobmenu::-webkit-scrollbar {
  width: 0.7em;
  height: 0.7em; }

.slide-mobmenu::-webkit-scrollbar-thumb {
  background: #222; }

.slide-mobmenu::-webkit-scrollbar-track {
  background: #111111; }

.slide-mobmenu {
  scrollbar-face-color: #222;
  scrollbar-track-color: #111111; }

.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: 300px;
  height: 100%;
  background: #000;
  padding: 20px 0;
  font-size: 14px;
  -webkit-transform: translateX(-300px);
      -ms-transform: translateX(-300px);
          transform: translateX(-300px);
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
  opacity: 0; }

.slide-mobmenu.active-menu {
  opacity: 1; }

.show-menu .slide-mobmenu {
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
  width: 300px;
  -webkit-transform: translateX(0);
      -ms-transform: translateX(0);
          transform: translateX(0); }

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

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

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

.slide-mobmenu ul li {
  list-style: none;
  font-size: 20px;
  margin: 0 0 0;
  line-height: 1.4;
  text-transform: uppercase; }
  .slide-mobmenu ul li a {
    color: #eee;
    display: inline-block;
    padding: 17px 20px;
    -webkit-transition: .3s linear;
    transition: .3s linear; }
  .slide-mobmenu ul li a:hover, .slide-mobmenu ul li.current-menu-item a {
    color: #FD4B53;
    -webkit-transition: .01s linear;
    transition: .01s linear; }

.slide-mobmenu ul.sub-menu li a {
  padding: 12px 0 12px 30px;
  color: #ccc; }
  .slide-mobmenu ul.sub-menu li a:hover {
    color: #FD4B53; }

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

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

.slide-mobmenu, .show-menu .slide-mobmenu, body.show-menu .overmb {
  display: block; }

html.show-menu, body.show-menu, .show-menu #naomi-page {
  overflow-y: hidden; }

.show-menu .naomi-wrap-overlay {
  cursor: pointer; }
  .show-menu .naomi-wrap-overlay::after {
    content: "";
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    z-index: 999;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.1);
    -webkit-overflow-scrolling: hidden; }

/* Sticky Header
=============================================================================
============================================================================= */
.naomi-head-sticky .container-head.append {
  position: fixed;
  width: 100%;
  left: 0;
  top: 0;
  z-index: 9998; }
  .naomi-head-sticky .container-head.append #naomi-head, .naomi-head-sticky .container-head.append .naomi-search-container {
    height: 65px; }

.naomi-head-sticky .naomi-box-page.top-wrap {
  padding-top: 65px; }

.naomi-head-sticky.naomi-boxed #naomi-container.top-wrap {
  padding-top: 65px; }

@media (min-width: 780px) and (max-width: 2199px) {
  .naomi-extra-top .container-head.append {
    top: 32px; } }
@media (min-width: 605px) and (max-width: 782px) {
  .naomi-extra-top .container-head.append {
    top: 46px; } }
