/* 
	[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
	- Carousel Posts Section
	- Footer
	- Comments
	- Boxed Layout
	- Contact Template Page
	- Full-Width Post/Page
	- Image Template Page
	- Left Sidebar
	- Widgets
	- Elements
		-- Author Card
		-- Color Overlay
		-- Featured Category
		-- Format Embeds
		-- 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: #FFC000;
  text-decoration: none; }

a:hover {
  color: #ffd111;
  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; }

.taxonomy-description {
  color: #999;
  margin-bottom: 15px; }

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

.rhonda-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: transparent url(../img/loader.gif) no-repeat center center; }

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

/* Layout
=============================================================================
============================================================================= */
#rhonda-wrap-cols {
  position: relative;
  margin-bottom: 0;
  padding-bottom: 30px; }
  #rhonda-wrap-cols .faux-sep {
    padding: 0;
    margin: 0;
    width: 100%;
    height: auto;
    background: transparent;
    border: 0;
    border-left: 1px solid #eee;
    position: absolute;
    top: 0;
    bottom: 0;
    z-index: 0; }

#secondary {
  padding: 0 0 0 15px; }

#rhonda-page {
  overflow: hidden; }

.container {
  margin-bottom: 25px; }

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

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

#rhonda-wrap {
  margin-top: 40px; }

.home #rhonda-wrap, .single #rhonda-wrap {
  margin-top: 0; }

.page #rhonda-wrap {
  margin-top: 10px; }

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

.rhonda-central {
  margin-top: -1px; }

/* Section Titles
=============================================================================
============================================================================= */
h3.section-title {
  font-family: "Roboto Condensed", Helvetica Neue, Helvetica, Arial, sans-serif;
  font-size: 26px;
  font-weight: 700;
  line-height: 1.4;
  margin: 1px 0 10px;
  padding: 0;
  display: block;
  border-top: 0;
  text-align: left; }
  h3.section-title .rhonda-title-link {
    position: relative;
    font-size: 16px;
    font-weight: 500;
    color: #FFC000;
    top: 14px;
    float: right;
    -webkit-transition: .3s linear;
    transition: .3s linear; }
    h3.section-title .rhonda-title-link:hover {
      color: #000;
      -webkit-transition: .01s linear;
      transition: .01s linear; }
  h3.section-title span.subtitle {
    text-transform: none;
    color: #aaa;
    border: 0;
    font-weight: 400;
    font-size: 95%;
    padding-left: 30px; }
  h3.section-title span {
    top: -2px;
    padding: 10px 0 9px;
    margin-bottom: 0;
    background: transparent;
    border-top: 4px solid #FFC000;
    color: #000;
    position: relative;
    z-index: 30;
    display: inline-block; }
  h3.section-title span span {
    top: 0;
    font-size: 1em;
    padding: 0;
    margin: 0;
    border: 0; }
  h3.section-title a {
    color: inherit; }

.widget h3.section-title {
  font-family: "Roboto Condensed", Helvetica Neue, Helvetica, Arial, sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.4;
  margin: 0 0 20px;
  padding: 0;
  display: block;
  border-top: 0;
  left: 0 !important;
  position: relative;
  color: #000; }
  .widget h3.section-title span {
    color: inherit;
    top: 0;
    padding: 0 0 0 10px;
    margin-bottom: 0;
    background: transparent;
    border: 0;
    border-left: 4px solid #FFC000;
    position: relative;
    z-index: 30;
    display: inline-block; }
  .widget h3.section-title span span {
    top: 0;
    font-size: 1em;
    padding: 0;
    margin: 0;
    border: 0; }
  .widget h3.section-title a {
    color: inherit; }

h3.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; }
  h3.section-title .subscribe-bt:hover {
    color: #000;
    -webkit-transition: .01s linear;
    transition: .01s linear; }
  h3.section-title .subscribe-bt::before {
    padding-right: 6px; }

.footer-container .widget h3 {
  text-align: center;
  color: #eee; }

#pre-title {
  font-family: "Roboto Condensed", Helvetica Neue, Helvetica, Arial, sans-serif;
  display: block;
  font-weight: 400;
  color: #000 !important;
  font-size: 20px;
  padding: 0;
  margin: 0 0 20px; }
  #pre-title a {
    color: inherit;
    text-transform: uppercase; }
  #pre-title .pre-sub a {
    text-transform: none; }
  #pre-title .pre-sub {
    color: #FFC000;
    margin-left: 10px; }

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

/* Header
=============================================================================
============================================================================= */
#rhonda-container {
  padding-top: 0px; }

.container-head {
  width: 100%;
  display: block;
  position: relative;
  z-index: 10;
  background: #fff;
  border-top: 1px solid #eee;
  border-bottom: 1px solid #eee;
  box-sizing: content-box;
  clear: both;
  margin: 0 0 40px;
  -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; }

#rhonda-head {
  display: block;
  width: 100%;
  height: 75px;
  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; }

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

.rhonda-left-cell {
  text-align: left;
  float: left;
  width: 30%; }

.rhonda-middle-cell {
  text-align: center;
  float: none;
  width: 40%; }

.rhonda-right-cell {
  text-align: right;
  float: right;
  width: 30%; }

.head-unit {
  display: inline-block;
  position: relative; }

/* Main-Menu
=============================================================================
============================================================================= */
.nav-bar-container {
  background: #fff;
  border-top: 1px solid #eee;
  border-bottom: 1px solid #eee;
  margin: -41px auto 40px;
  text-align: center;
  position: relative; }
  .nav-bar-container .container {
    margin-bottom: 0;
    position: relative; }

.rhonda-int-bar {
  background: #fff;
  position: absolute;
  right: 0;
  top: 0;
  float: right;
  display: block;
  max-width: 600px;
  height: 100%;
  padding: 0px 5px 0 6px;
  margin: 0 0 0;
  z-index: 160; }
  .rhonda-int-bar .rhonda-search-container {
    position: relative;
    width: 65px;
    height: 100%;
    float: right;
    margin-left: 4px;
    right: -10px;
    z-index: 103; }

.rhonda-search-bar {
  position: absolute;
  right: 0;
  top: 0;
  padding: 15px 0 0 0;
  height: 100%;
  width: 100%;
  -webkit-transition: width .8s ease-in-out;
  transition: width .8s ease-in-out;
  overflow: hidden;
  background: #fff; }

.rhonda-search-bar-active {
  width: 340px;
  background: #fff;
  opacity: 1;
  border-left: 1px solid #eee; }

.rhonda-search-bar .srch_btn {
  background: transparent;
  color: #000;
  width: auto;
  margin: 0 0 0 20px;
  padding: 5px 0;
  float: left;
  border-radius: 50%;
  text-align: center;
  cursor: pointer;
  -webkit-transition: .3s linear;
  transition: .3s linear; }
  .rhonda-search-bar .srch_btn:before {
    top: 1px;
    left: -2px;
    font-size: 21px;
    -webkit-transition: .3s linear;
    transition: .3s linear; }

.rhonda-search-bar-active .srch_btn {
  border-color: transparent;
  -webkit-transition: .01s linear;
  transition: .01s linear; }
  .rhonda-search-bar-active .srch_btn:before {
    color: #000;
    -webkit-transition: .01s linear;
    transition: .01s linear; }

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

.rhonda-search-bar-active .nav-search input {
  position: absolute;
  width: 78%;
  background: none;
  border-bottom: 1px solid #333;
  border-bottom: 1px solid RGBA(200, 200, 200, 0.3);
  opacity: 1; }

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

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

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

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

.rhonda-search-bar-active .nav-search input::-webkit-input-placeholder {
  color: #666;
  color: RGBA(0, 0, 0, 0.6); }

.rhonda-search-bar-active .nav-search input::-moz-placeholder {
  color: #666;
  color: RGBA(0, 0, 0, 0.6); }

.rhonda-search-bar-active .nav-search input:-ms-input-placeholder {
  color: #666;
  color: RGBA(0, 0, 0, 0.6); }

.rhonda-search-bar-active .nav-search input::placeholder {
  color: #666;
  color: RGBA(0, 0, 0, 0.6); }

.rhonda-search-bar .nav-search input:focus {
  color: #333;
  color: RGBA(0, 0, 0, 1); }

.rhonda-search-bar .nav-search label {
  display: none; }

.rhonda-navbar {
  position: relative;
  z-index: 150;
  width: auto;
  margin: 0 0 0 0;
  float: left;
  background: #fff;
  width: 100%;
  min-height: 70px;
  border-left: 0px solid #eee; }
  .rhonda-navbar .sf-menu {
    float: left;
    margin-bottom: 1em; }
  .rhonda-navbar .sf-menu, .rhonda-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; }
  .rhonda-navbar .sf-menu > li {
    float: left; }
  .rhonda-navbar .sf-menu li:hover > ul, .rhonda-navbar .sf-menu li.sfHover > ul {
    display: block; }
  .rhonda-navbar .sf-menu li {
    position: relative;
    white-space: nowrap;
    *white-space: normal; }
  .rhonda-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; }
  .rhonda-navbar .sf-menu ul ul {
    top: 0;
    left: 100%; }
  .rhonda-navbar .sf-menu a {
    display: block;
    position: relative;
    z-index: 200;
    padding: 1.3em 1em 1.6em;
    text-decoration: none;
    zoom: 1;
    /* IE7 */
    color: #000;
    font-size: 17px;
    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 #eee; }
  .rhonda-navbar .sf-menu li:first-child a {
    padding-left: 0; }
  .rhonda-navbar .sf-menu li:last-child a {
    border-right-color: transparent; }
  .rhonda-navbar .sf-menu .current-menu-item a, .rhonda-navbar .sf-menu .current-menu-parent a {
    color: #FFC000;
    -webkit-transition: .3s linear;
    transition: .3s linear; }
  .rhonda-navbar .sf-menu a:hover, .rhonda-navbar .sf-menu .current-menu-parent ul li a, .rhonda-navbar .sf-menu ul.sub-menu li a:hover, .rhonda-navbar .sf-arrows > li:hover > .sf-with-ul, .rhonda-navbar .sfHover > .sf-with-ul a, .rhonda-navbar .sf-menu .current-menu-item a:hover, .rhonda-navbar .sf-menu .current-menu-parent a:hover {
    color: #FFC000;
    opacity: 0.9;
    background: transparent;
    -webkit-transition: .01s linear;
    transition: .01s linear; }
  .rhonda-navbar .sf-menu ul.sub-menu {
    border-top: 0; }
  .rhonda-navbar .sf-menu ul.sub-menu li a {
    color: #ccc !important;
    background: #222;
    font-size: 15px;
    padding: .8em 1.1em; }
    .rhonda-navbar .sf-menu ul.sub-menu li a:hover {
      background: #333;
      color: #fff !important; }
  .rhonda-navbar .menu-item-has-children a {
    padding-right: 1.7em !important; }
  .rhonda-navbar .sf-menu ul li:last-child a {
    border: 0; }
  .rhonda-navbar .sf-menu ul li {
    background: #fff;
    padding: 0;
    margin: 0; }
  .rhonda-navbar .sf-menu ul ul li {
    background: #333; }
  .rhonda-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: #000; }
  .rhonda-navbar .sf-arrows .sf-with-ul {
    padding-right: 1.4em;
    *padding-right: 1em; }
  .rhonda-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; }
  .rhonda-navbar .sf-arrows ul .sf-with-ul {
    padding-right: 1em;
    *padding-right: 1em; }
  .rhonda-navbar .sf-arrows ul .sf-with-ul:after {
    right: .2em;
    top: 50%; }
  .rhonda-navbar .sf-arrows > li > .sf-with-ul:focus:after, .rhonda-navbar .sf-arrows > li:hover > .sf-with-ul:after, .rhonda-navbar .sf-arrows > .sfHover > .sf-with-ul:after {
    border-top-color: inherit; }
  .rhonda-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); }
  .rhonda-navbar .sf-arrows ul li > .sf-with-ul:focus:after, .rhonda-navbar .sf-arrows ul li:hover > .sf-with-ul:after, .rhonda-navbar .sf-arrows ul .sfHover > .sf-with-ul:after {
    border-left-color: inherit; }

#footer .nav-container {
  margin-bottom: 0 !important;
  clear: both; }
#footer .rhonda-navbar {
  background: #090909;
  max-height: none;
  height: auto;
  font-size: 13px;
  margin: 0;
  float: none;
  position: relative;
  z-index: 10;
  overflow: visible;
  text-align: center;
  width: 100%;
  position: relative;
  padding: 10px 0 5px;
  border-bottom: 1px solid #222;
  margin: 0 !important;
  clear: both; }
#footer .sf-menu {
  height: auto;
  float: none; }
#footer .sf-menu, #footer .sf-menu * {
  margin: 0 auto;
  display: table; }
#footer .sf-menu li {
  float: none;
  display: inline-block; }
#footer .sf-menu a {
  background: transparent;
  padding: 10px 1em 15px;
  color: #ccc;
  border: 0;
  font-size: 17px;
  font-weight: 700; }
#footer .sf-menu a:hover {
  color: #FFC000; }
#footer .sf-menu ul a {
  background: #222;
  font-size: 14px;
  padding: 1em;
  border-bottom: 1px solid #333; }
  #footer .sf-menu ul a:hover {
    border-bottom: 1px solid #444; }
#footer .sf-menu ul li {
  background: #333; }
#footer .sf-menu ul ul li {
  background: #444; }
#footer .sf-arrows .sf-with-ul {
  padding-right: 2.5em;
  *padding-right: 1em; }
#footer .sf-arrows .sf-with-ul:after {
  border-top-color: #444; }
#footer .sf-arrows > li > .sf-with-ul:focus:after, #footer .sf-arrows > li:hover > .sf-with-ul:after, #footer .sf-arrows > .sfHover > .sf-with-ul:after {
  border-top-color: #aaa; }
#footer .sf-arrows ul .sf-with-ul:after {
  border-color: transparent;
  border-left-color: #999; }
#footer .sf-arrows ul li > .sf-with-ul:focus:after, #footer .sf-arrows ul li:hover > .sf-with-ul:after, #footer .sf-arrows ul .sfHover > .sf-with-ul:after {
  border-left-color: #aaa; }
#footer .sf-menu .home-menu {
  display: none; }

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

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

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

/* Dark Navigation bar
=============================================================================
============================================================================= */
.rhonda-dark-nav #rhonda-btnav span, .rhonda-dark-nav #rhonda-btnav span:before, .rhonda-dark-nav #rhonda-btnav span:after {
  background: #fff; }
.rhonda-dark-nav #rhonda-btnav.active-btn span:after, .rhonda-dark-nav #rhonda-btnav.active-btn span:before {
  background: #fff; }
.rhonda-dark-nav .rhonda-logo h1.logo {
  color: #fff; }
.rhonda-dark-nav .container-head {
  border-color: #333;
  border-top-color: transparent !important;
  border-bottom-color: transparent;
  background: #000; }
.rhonda-dark-nav .container-head.append {
  border-bottom-color: #333; }
.rhonda-dark-nav #rhonda-head {
  border-color: #333; }

.rhonda-dark-nav.rhonda-boxed.sticky-nav .container-head.append {
  border-top-color: #333;
  border-bottom-color: #333; }

.rhonda-un-topbar {
  display: none; }

/* Posts Feed (Latest News/Archive)
=============================================================================
============================================================================= */
#rhonda-main-feed {
  overflow: hidden;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 5px; }
  #rhonda-main-feed .rhonda-entry:first-child article {
    padding-top: 0; }
  #rhonda-main-feed .rhonda-entry:last-child article {
    border-bottom: 0; }
  #rhonda-main-feed article {
    position: relative;
    padding: 10px 10px 20px;
    overflow: hidden;
    background: transparent;
    border: 0;
    height: auto;
    margin: 0 -15px 30px 0;
    padding-left: 0;
    border-bottom: 1px solid #eee; }
  #rhonda-main-feed .entry-content {
    position: relative;
    z-index: 30;
    margin-left: 0;
    margin-right: 0;
    margin-top: 0;
    height: auto;
    border: 0;
    padding: 0 0 10px 15px;
    overflow: hidden;
    background: transparent; }
  #rhonda-main-feed .entry-content p {
    font-size: 14px;
    line-height: 1.6;
    color: #999;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden; }
  #rhonda-main-feed .featured-img {
    margin: 0 0 -1px;
    background: #eee;
    overflow: hidden;
    position: relative;
    z-index: 20;
    height: auto;
    max-height: 176px;
    height: auto;
    background: transparent;
    overflow: hidden;
    position: relative;
    z-index: 20;
    float: left;
    max-width: 32%;
    margin: 0 0 15px 0; }
    #rhonda-main-feed .featured-img::after {
      display: none;
      content: '';
      position: absolute;
      top: 30%;
      right: -1px;
      margin-top: -3px;
      height: 0;
      width: 0;
      border: 10px solid transparent;
      border-right-color: #fff; }
    #rhonda-main-feed .featured-img img {
      width: 100%;
      height: auto; }
    #rhonda-main-feed .featured-img .rhonda-score {
      right: -1px; }
  #rhonda-main-feed .entry-title {
    color: #000;
    font-size: 28px;
    font-family: "Roboto Condensed", Helvetica Neue, Helvetica, Arial, sans-serif;
    line-height: 1.4;
    margin: 0 0 10px;
    text-align: center;
    text-align: left;
    font-weight: 700; }
    #rhonda-main-feed .entry-title a {
      color: inherit; }
      #rhonda-main-feed .entry-title a:hover {
        color: inherit; }
  #rhonda-main-feed .entry-meta {
    font-family: "Roboto Condensed", Helvetica Neue, Helvetica, Arial, sans-serif;
    width: 100%;
    max-height: 33px;
    left: 0;
    margin: 0;
    overflow: hidden;
    z-index: 60;
    color: #aaa;
    position: relative;
    padding: 0 15px 10px;
    max-height: auto;
    bottom: 0;
    border: 0;
    text-transform: uppercase; }
    #rhonda-main-feed .entry-meta a, #rhonda-main-feed .entry-meta [class*="meta-"] {
      font-size: 12px;
      color: inherit; }
    #rhonda-main-feed .entry-meta .meta-cat, #rhonda-main-feed .entry-meta .meta-left {
      color: #FFC000; }
      #rhonda-main-feed .entry-meta .meta-cat a, #rhonda-main-feed .entry-meta .meta-left a {
        color: inherit;
        -webkit-transition: .3s linear;
        transition: .3s linear; }
      #rhonda-main-feed .entry-meta .meta-cat a:hover, #rhonda-main-feed .entry-meta .meta-left a:hover {
        color: #000 !important;
        -webkit-transition: .01s linear;
        transition: .01s linear; }
    #rhonda-main-feed .entry-meta .meta-right {
      float: right;
      padding-right: 0; }
    #rhonda-main-feed .entry-meta .meta-com::before {
      display: none; }
  #rhonda-main-feed .entry-title, #rhonda-main-feed .entry-content p, #rhonda-main-feed .entry-meta {
    padding-right: 15px;
    padding-left: 15px; }
  #rhonda-main-feed .entry-fade::after {
    display: none;
    content: "";
    height: 120px;
    width: 100%;
    position: absolute;
    bottom: 0;
    background: #eee;
    background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, #eee 45%, #eee 100%);
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, #eee 45%, #eee 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff', GradientType=0 ); }
  #rhonda-main-feed .rhonda-score {
    width: 45px;
    height: 45px;
    font-size: 20px; }
  #rhonda-main-feed .meta-category {
    padding: 0px 0 5px 15px;
    display: block; }
  #rhonda-main-feed .meta-category a {
    font-family: "Roboto Condensed", Helvetica Neue, Helvetica, Arial, sans-serif;
    text-transform: uppercase;
    margin: 0 5px 0 0;
    font-size: 11px;
    color: #FFC000; }

#rhonda-main-feed article.post-review .featured-img::after {
  display: none; }

#rhonda-main-feed article.sticky {
  background: #222;
  padding-top: 20px !important; }
  #rhonda-main-feed article.sticky .entry-content {
    border-color: transparent;
    background-color: #222; }
  #rhonda-main-feed article.sticky .entry-title {
    color: #eee; }
  #rhonda-main-feed article.sticky .entry-content p {
    color: #ccc; }
  #rhonda-main-feed article.sticky .entry-meta {
    color: #ccc;
    border-top-color: #444444; }
  #rhonda-main-feed article.sticky .featured-img::after {
    border-right-color: #222; }
  #rhonda-main-feed article.sticky .entry-meta .meta-date {
    color: #aaa;
    background: #222; }

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

.container-blog #rhonda-main-feed {
  padding-top: 15px;
  padding-bottom: 15px; }

.archive #rhonda-main-feed .featured-img, .container-blog #rhonda-main-feed .featured-img {
  max-width: 35%;
  max-height: 190px; }

/* Post Content (Single/Page)
=============================================================================
============================================================================= */
.main-content {
  position: relative;
  /* Post Tweaks */ }
  .main-content hr.sep-sec {
    margin-bottom: 30px; }
  .main-content .entry-content {
    font-size: 16px;
    color: #555;
    margin: 20px 0 10px;
    overflow: hidden; }
    .main-content .entry-content h1, .main-content .entry-content h2, .main-content .entry-content h3, .main-content .entry-content h4, .main-content .entry-content h5, .main-content .entry-content h6 {
      font-family: "Roboto Condensed", Helvetica Neue, Helvetica, Arial, sans-serif;
      font-weight: 400;
      line-height: 1.4;
      margin-top: 20px;
      margin-bottom: 20px; }
    .main-content .entry-content .wp-caption {
      display: inline-block;
      margin-bottom: 0 !important;
      max-width: 100% !important;
      width: auto !important; }
      .main-content .entry-content .wp-caption img {
        max-width: 100%; }
    .main-content .entry-content p {
      margin: 0 0 20px;
      line-height: 1.7; }
    .main-content .entry-content 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; }
      .main-content .entry-content blockquote p {
        line-height: 1.7 !important;
        padding: 0 !important;
        margin: 0 !important; }
  .main-content ul {
    padding-top: 0;
    margin-top: 0; }
  .main-content ul li {
    list-style: square;
    padding-bottom: 5px; }
  .main-content ol li {
    padding-bottom: 5px; }
  .main-content .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; }
  .main-content img[class*="align"], .main-content img[class*="wp-image-"] {
    max-width: 100%;
    height: auto; }
  .main-content embed, .main-content iframe, .main-content object, .main-content video {
    max-width: 100%; }
  .main-content audio, .main-content canvas, .main-content video {
    display: inline-block; }
  .main-content img.size-full {
    width: auto; }
  .main-content article .entry-content img {
    max-width: 100%;
    height: auto; }
  .main-content .video-in {
    margin: 5px auto 20px; }
  .main-content .embed-media iframe {
    width: 100%;
    margin: 0px auto 10px; }
  .main-content .featured-media .video-in, .main-content .featured-media .embed-media, .main-content .featured-media .embed-media iframe {
    margin: 0; }
  .main-content .featured-media .embed-sound {
    max-height: 400px; }
  .main-content .alert {
    margin-bottom: 10px; }
  .main-content .progress {
    margin-bottom: 10px; }
  .main-content iframe {
    border: 0; }
  .main-content .tabbable ul li {
    list-style-type: none; }
  .main-content #accordion {
    margin-bottom: 10px; }
  .main-content .gallery-slider {
    margin: 0 0 15px; }
  .main-content .progress-panel {
    display: none !important; }
  .main-content .entry-content .twitter-tweet {
    max-width: 100%; }
  .main-content .entry-content:before, .main-content .entry-content:after {
    content: "";
    display: table; }
  .main-content .entry-content:after {
    clear: both; }
  .main-content .entry-content .wp-video {
    margin-bottom: 20px; }
  .main-content .entry-video {
    margin-bottom: 15px; }
  .main-content .sd-social-icon-text::before {
    display: none; }
  .main-content .gmaps-embed iframe {
    width: 100%;
    max-width: 100%;
    height: 400px; }
  .main-content .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; }
    .main-content .entry-tags a {
      border-radius: 3px;
      color: #FFC000;
      font-size: 15px;
      font-weight: 300;
      padding: 5px 0 0 13px;
      text-transform: capitalize;
      -webkit-transition: .3s linear;
      transition: .3s linear; }
      .main-content .entry-tags a:hover {
        color: #000;
        -webkit-transition: .01s linear;
        transition: .01s linear; }
    .main-content .entry-tags li {
      list-style-type: circle;
      display: inline-block;
      margin: 0; }

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

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

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

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

.rhonda-dropc .rhonda-full-entry > p:first-of-type:first-letter {
  float: left;
  font-size: 89px;
  font-weight: 700;
  line-height: .9;
  padding: 0 6px 3px 0;
  text-transform: uppercase;
  color: #000;
  position: relative;
  background: #fff; }

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

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

.no-thumb .featured-media {
  margin-top: 0; }

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

.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; }
  .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 30px;
    text-align: center;
    color: #000; }
    .entry-header .entry-title a {
      color: inherit; }
  .entry-header .entry-meta {
    display: block;
    padding: 25px 0 25px;
    font-size: 13px;
    text-align: left;
    margin: 0 0 0px;
    text-transform: uppercase;
    color: #999;
    border-bottom: 1px solid #eee;
    border-top: 1px solid #eee; }
    .entry-header .entry-meta img {
      width: 25px;
      min-height: 25px;
      height: auto;
      border-radius: 50%;
      margin-right: 5px; }
    .entry-header .entry-meta time {
      float: none; }
    .entry-header .entry-meta a time {
      color: #999; }

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

.info-share {
  display: block;
  padding: 0;
  position: relative;
  float: right;
  bottom: 9px; }

.info-share [class*="share-"] {
  font-family: "Roboto Condensed", Helvetica Neue, Helvetica, Arial, sans-serif;
  position: relative;
  display: block;
  float: left;
  border: 1px solid #eee;
  width: 50px;
  height: 40px;
  overflow: hidden;
  margin-left: -1px;
  text-align: center;
  font-size: 16px;
  font-weight: 600;
  padding-top: 10px;
  -webkit-transition: .3s linear;
  transition: .3s linear; }
  .info-share [class*="share-"]:hover {
    -webkit-transition: .01s linear;
    transition: .01s linear;
    border-color: transparent;
    color: #fff; }
  .info-share [class*="share-"]::before {
    padding: 0;
    margin: 0;
    top: 0; }

.info-share .share-label {
  background: #000;
  border-color: inherit;
  color: #fff;
  margin-left: 0;
  padding-left: 15px;
  padding-right: 15px;
  width: auto;
  text-transform: uppercase;
  font-size: 13px;
  font-weight: 700; }
  .info-share .share-label:hover {
    border-color: inherit;
    color: #fff; }

.info-share .share-tw {
  background: #56ACEE;
  border-color: inherit;
  color: #fff; }

.info-share .share-fb {
  background: #37528E;
  border-color: inherit;
  color: #fff; }

.info-share .share-plus {
  background: #E74C3C;
  border-color: inherit;
  color: #fff;
  font-size: 14.5px; }

/* Featured Posts Section
=============================================================================
============================================================================= */
.rhonda-container-featured {
  position: relative;
  margin-bottom: 50px; }

.rhonda-top-module {
  margin-top: -40px; }

#rhonda-featured-posts {
  position: relative;
  z-index: 30;
  font-family: "Roboto Condensed", Helvetica Neue, Helvetica, Arial, sans-serif;
  padding: 0 15px; }
  #rhonda-featured-posts .box-item {
    padding: 0 0px 0 0;
    margin: 0;
    position: relative; }
  #rhonda-featured-posts .entry-title {
    color: #fff;
    padding: 5px 5px 0;
    font-size: 34px;
    line-height: 1.5;
    text-align: center;
    font-weight: 700;
    width: 100%;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale; }
    #rhonda-featured-posts .entry-title a {
      color: inherit;
      display: block; }
  #rhonda-featured-posts .featured-item-1 .item-group, #rhonda-featured-posts .featured-item-4 .item-group {
    padding: 0 100px 0; }
  #rhonda-featured-posts .featured-item {
    position: relative;
    height: 400px;
    margin-bottom: 0px;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-size: cover;
    background-color: #ccc; }
  #rhonda-featured-posts .item-group {
    position: absolute;
    z-index: 20;
    bottom: 50px;
    left: 0;
    padding: 0 20px;
    width: 100%;
    text-align: center; }
    #rhonda-featured-posts .item-group .rhonda-color-cat {
      position: relative;
      top: 0;
      left: 0; }
  #rhonda-featured-posts .ub-overlay {
    top: 25px;
    right: 20px; }

.rhonda-label {
  background: #fff;
  position: absolute;
  top: 30px;
  left: 20px;
  color: #fff;
  z-index: 96; }
  .rhonda-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; }

/* Carousel Posts Section
=============================================================================
============================================================================= */
.rhonda-container-carousel {
  position: relative;
  margin-bottom: 50px;
  margin-right: -1px; }

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

#rhonda-featured-carousel {
  border-bottom: 0;
  font-family: "Roboto Condensed", Helvetica Neue, Helvetica, Arial, sans-serif;
  position: relative;
  z-index: 200;
  margin-top: 5px; }
  #rhonda-featured-carousel .entry-title {
    color: #fff;
    font-size: 30px;
    line-height: 1.5;
    font-weight: 700;
    margin-top: 5px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale; }
    #rhonda-featured-carousel .entry-title a {
      color: inherit; }
  #rhonda-featured-carousel .featured-img {
    height: 400px;
    position: relative;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-size: cover;
    background-color: #ccc; }
  #rhonda-featured-carousel .featured-item {
    height: 400px;
    margin-right: 0px;
    overflow: hidden;
    margin-right: 0px;
    overflow: hidden;
    position: relative;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-size: cover;
    background-color: #ccc; }
  #rhonda-featured-carousel img {
    display: block;
    height: auto;
    width: 100%; }
  #rhonda-featured-carousel img.rhonda-default-thumb {
    height: 100%; }
  #rhonda-featured-carousel .item-group {
    text-align: center;
    position: absolute;
    z-index: 20;
    bottom: 30px;
    width: 100%;
    left: 0;
    padding: 0 20px 5px; }
    #rhonda-featured-carousel .item-group .rhonda-color-cat {
      position: relative;
      top: 0;
      left: 0; }
  #rhonda-featured-carousel .ub-overlay {
    right: 15px;
    top: 15px; }

/* Footer
=============================================================================
============================================================================= */
#footer {
  position: relative;
  background: #090909;
  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: #FFC000; }
  #footer .container {
    margin-bottom: 0;
    padding-top: 0px; }
  #footer .footer-sep {
    border: 0;
    border-bottom: 1px solid #333;
    margin: 0;
    padding: 0;
    height: 1px;
    clear: both; }
  #footer .footer-col {
    z-index: 10;
    padding-top: 30px;
    padding-bottom: 30px; }
  #footer .logo-section {
    padding-top: 50px;
    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; }
  #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 #FFC000; }

.col-cover {
  content: "";
  position: absolute;
  width: 33.33333333%;
  height: 100%;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: #000;
  border-right: 1px solid #191919; }

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

.col-border-first {
  left: 0;
  border-left: 1px solid #fff; }

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

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

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

/* Boxed Layout
=============================================================================
============================================================================= */
.rhonda-boxed #rhonda-page {
  margin: 0 auto;
  max-width: 1210px;
  overflow: hidden;
  background: #fff;
  padding: 0 !important; }
.rhonda-boxed .rhonda-logo {
  padding-left: 0; }
.rhonda-boxed #rhonda-container {
  padding-top: 0; }
.rhonda-boxed #rhonda-head {
  border-right: 0; }
.rhonda-boxed .container-head .container {
  margin-top: 0;
  width: 1200px;
  max-width: 1205px;
  padding-right: 30px;
  padding-left: 30px;
  margin-right: auto;
  margin-left: auto; }
.rhonda-boxed .rhonda-container-featured, .rhonda-boxed .rhonda-container-carousel {
  margin-bottom: 40px; }
.rhonda-boxed .rhonda-container-featured.container-cross {
  margin-left: -1px;
  margin-right: -1px; }
.rhonda-boxed .rhonda-logo .logo-unit {
  border-top-color: transparent; }

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

.rhonda-boxed.show-menu #rhonda-page {
  max-width: 100%; }
.rhonda-boxed.show-menu .rhonda-container-featured {
  padding-left: 60px;
  padding-right: 60px; }

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

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

/* Full-Width Post/Page
=============================================================================
============================================================================= */
@media only screen and (min-width: 992px) {
  .page-full .main-content article .entry-content {
    padding: 0 80px 0; }
  .page-full .main-content .entry-title {
    padding: 20px 50px; }
  .page-full .main-content .featured-media img {
    margin-top: -100px; }
  .page-full .main-content .featured-media {
    max-height: 520px; }
  .page-full .main-content .cross-line {
    margin-left: 0 !important;
    margin-right: 0 !important; }
  .page-full .main-content #comments ol {
    list-style: none;
    margin: 0; }
  .page-full .main-content #comments #respond {
    margin: 0; } }
/* Image Template Page
=============================================================================
============================================================================= */
.image-content .entry-caption {
  font-size: 18px;
  font-weight: 500;
  color: #333;
  margin: 0;
  padding: 10px 0;
  border-top: 1px solid #ccc;
  text-align: center;
  text-transform: uppercase; }
.image-content .media-meta {
  background: #000;
  color: #fff;
  padding: 10px 10px;
  text-transform: uppercase;
  margin-bottom: 0;
  text-align: center; }
  .image-content .media-meta a:hover {
    color: #aaa; }
.image-content .attachment {
  margin: 10px auto 20px;
  padding: 0;
  background: #ddd;
  text-align: center; }
.image-content 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; }

/* Left Sidebar
=============================================================================
============================================================================= */
#rhonda-minsb {
  position: relative;
  margin-right: 0; }
  #rhonda-minsb h3.section-title {
    font-size: 19px; }
    #rhonda-minsb h3.section-title span {
      padding: 0 0 0 12px; }
  #rhonda-minsb .widget {
    margin-bottom: 25px; }
    #rhonda-minsb .widget ul {
      background: transparent;
      margin: 0;
      padding: 0;
      font-size: 12px;
      font-family: "Roboto Condensed", Helvetica Neue, Helvetica, Arial, sans-serif;
      font-weight: 500; }
    #rhonda-minsb .widget ul li {
      float: none;
      margin: 0;
      padding: 0;
      background: transparent;
      border: 0;
      list-style: none;
      margin-bottom: 20px;
      word-wrap: break-word;
      text-transform: uppercase;
      display: block; }
    #rhonda-minsb .widget li a {
      position: relative;
      background: transparent !important;
      border: 1px solid #e5e5e5;
      padding: 6px 6px;
      display: block;
      border-radius: 3px 0 0 3px;
      color: #999;
      text-align: center;
      -webkit-transition: .3s linear;
      transition: .3s linear; }
      #rhonda-minsb .widget li a:hover {
        border-color: #FFC000;
        -webkit-transition: .01s linear;
        transition: .01s linear; }
  #rhonda-minsb .widget_tag_cloud ul li a, #rhonda-minsb .widget_tags_rhonda ul li a, #rhonda-minsb .widget_cats_rhonda ul li a {
    font-size: 12px !important;
    position: relative;
    background: transparent !important;
    border: 1px solid #e5e5e5;
    padding: 6px 6px;
    display: block;
    border-radius: 3px 0 0 3px;
    color: #999;
    width: 100%;
    text-align: center;
    -webkit-transition: .3s linear;
    transition: .3s linear; }
    #rhonda-minsb .widget_tag_cloud ul li a:hover, #rhonda-minsb .widget_tags_rhonda ul li a:hover, #rhonda-minsb .widget_cats_rhonda ul li a:hover {
      border-color: #FFC000;
      -webkit-transition: .01s linear;
      transition: .01s linear; }
    #rhonda-minsb .widget_tag_cloud ul li a::before, #rhonda-minsb .widget_tags_rhonda ul li a::before, #rhonda-minsb .widget_cats_rhonda ul li a::before {
      border-bottom: 13px solid transparent;
      border-left: 4px solid transparent;
      border-top: 18px solid transparent;
      border-bottom-color: inherit;
      border-left-color: inherit;
      border-top-color: inherit;
      content: '';
      position: absolute;
      right: -1px;
      top: -1px;
      box-shadow: inset 1px 1px black;
      opacity: .7; }
    #rhonda-minsb .widget_tag_cloud ul li a::after, #rhonda-minsb .widget_tags_rhonda ul li a::after, #rhonda-minsb .widget_cats_rhonda ul li a::after {
      background: transparent;
      border-radius: 10px;
      box-shadow: inset 1px 1px rgba(0, 0, 0, 0.25);
      content: '';
      height: 6px;
      left: 10px;
      position: absolute;
      width: 6px;
      top: 10px; }
  #rhonda-minsb .widget_rhonda_icons {
    margin-bottom: 30px; }
  #rhonda-minsb .widget_search form .field {
    max-width: 50px;
    margin-bottom: 0; }
  #rhonda-minsb .widget_search label, #rhonda-minsb .submit {
    display: none; }

#rhonda-minsb .widget_rhonda_authors ul {
  text-align: center; }
#rhonda-minsb .widget_rhonda_authors ul li {
  text-align: center;
  margin-bottom: 15px;
  display: block;
  border: 0; }
#rhonda-minsb .widget_rhonda_authors ul li a {
  border-radius: 50%;
  padding: 3px;
  margin: 0 0 2px;
  border: 1px solid #ccc;
  position: relative;
  display: inline-block;
  width: 50px;
  height: 50px; }
#rhonda-minsb .widget_rhonda_authors ul li a:hover {
  border-color: #FFC000; }
#rhonda-minsb .widget_rhonda_authors ul img.avatar {
  width: 100%;
  height: auto;
  position: relative;
  border: 0;
  border-radius: 50%;
  text-align: center; }

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

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

.widget:after {
  clear: both; }

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

.widget {
  margin: 0 0 40px 0;
  font-size: 14px;
  color: #555;
  clear: both;
  overflow: hidden; }
  .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; }
  .widget .li-content {
    position: relative; }
  .widget small {
    font-size: 10px; }
  .widget iframe {
    max-width: 100%; }
  .widget select {
    max-width: 100%; }
  .widget .wp-smiley {
    display: inline; }
  .widget .list-round {
    width: 100%;
    float: left;
    clear: both;
    padding: 0 5px 15px; }
    .widget .list-round img {
      margin-right: 15px;
      border-radius: 50%;
      max-width: 80px; }
    .widget .list-round .meta-wg {
      padding-top: 10px; }
  .widget img {
    display: block;
    max-width: 100%;
    height: auto; }
  .widget h3 img {
    display: inline; }
  .widget .single-bb img {
    margin: 0 auto;
    text-align: center;
    float: none; }
  .widget .bnr-section ins {
    display: block;
    margin: 0 auto 0;
    padding: 0; }
  .widget .fb_iframe_widget, .widget .fb_iframe_widget span, .widget .fb_iframe_widget span iframe[style] {
    width: 100% !important; }

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

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

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

/* Widgets (Footer Only)
=============================================================================
============================================================================= */
.footer-container .widget {
  font-size: 14px;
  color: #ccc;
  margin: 0 0 20px 0; }
  .footer-container .widget ul {
    background: transparent; }
  .footer-container .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 .widget ul {
  margin: 0 0 5px 0;
  padding: 0; }

.footer-container .widget ul li {
  margin-top: 0;
  color: #ccc;
  border-color: #222; }
  .footer-container .widget ul li ul li {
    border-bottom: 1px solid #222; }
  .footer-container .widget ul li ul li:last-of-type {
    border-bottom: none; }
  .footer-container .widget ul li a {
    color: #ccc; }
  .footer-container .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: #FFC000; }
  #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_rhonda_fblike .fb-like-box, .widget_rhonda_fblike .fb-like-box span, .widget_rhonda_fblike .fb-like-box span iframe[style] {
  width: 100% !important; }

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

#footer .widget_rhonda_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: #FFC000;
      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: #FFC000;
      opacity: 1; }

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

.widget_quick-flickr-widget.rhonda_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.rhonda_quickbg div:hover {
    opacity: 1; }
  .widget_quick-flickr-widget.rhonda_quickbg div a {
    display: block;
    width: 100%;
    height: 100%; }
.widget_quick-flickr-widget.rhonda_quickbg img {
  visibility: hidden; }

/* Widget: List Authors
=============================================================================
============================================================================= */
.widget_rhonda_authors ul {
  text-align: center; }
.widget_rhonda_authors ul li {
  text-align: center;
  margin-bottom: 10px;
  display: inline;
  border: 0; }
.widget_rhonda_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_rhonda_authors ul li a:hover {
  border-color: #FFC000; }
.widget_rhonda_authors ul img.avatar {
  width: 100%;
  height: auto;
  position: relative;
  border: 0;
  border-radius: 50%;
  text-align: center; }

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

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

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

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

#footer .widget_rhonda_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_rhonda_catposts .yk-slider {
  margin-bottom: 0;
  padding-bottom: 0; }
.widget_rhonda_catposts .item {
  overflow: hidden;
  max-height: 380px;
  margin-right: 0; }
  .widget_rhonda_catposts .item img {
    width: 100%;
    height: auto;
    margin: 0;
    float: none;
    border: 0; }
  .widget_rhonda_catposts .item .ub-overlay {
    right: 15px;
    top: 10px; }
.widget_rhonda_catposts h2 {
  position: absolute;
  bottom: 10px;
  padding: 0 15px 15px;
  font-size: 28px;
  font-weight: 700;
  text-shadow: 1px 0px 3px rgba(0, 0, 0, 0.2);
  -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_rhonda_catposts h2 a {
    color: #fff; }

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

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

/* Widget: Tag Cloud
=============================================================================
============================================================================= */
.widget_tag_cloud ul, .widget_tags_rhonda ul, .widget_cats_rhonda ul, ul.wp-tag-cloud {
  margin: 0;
  padding: 0;
  overflow: auto; }
  .widget_tag_cloud ul li, .widget_tags_rhonda ul li, .widget_cats_rhonda 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_rhonda ul li a, .widget_cats_rhonda 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_rhonda ul li a:hover, .widget_cats_rhonda ul li a:hover, ul.wp-tag-cloud li a:hover {
        color: #333;
        border-color: #FFC000;
        -webkit-transition: .01s linear;
        transition: .01s linear; }

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

#footer .widget_tag_cloud ul li, #footer .widget_tags_rhonda ul li, #footer .widget_cats_rhonda ul li {
  float: left;
  margin: 0;
  padding: 0;
  border: 0; }
  #footer .widget_tag_cloud ul li a, #footer .widget_tags_rhonda ul li a, #footer .widget_cats_rhonda ul li a {
    border-color: #222;
    color: #ccc; }
    #footer .widget_tag_cloud ul li a:hover, #footer .widget_tags_rhonda ul li a:hover, #footer .widget_cats_rhonda ul li a:hover {
      border-color: #FFC000; }

/* 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 0 30px;
  margin: 30px 0 60px;
  clear: both;
  position: relative; }
  .author-bio-card h4 {
    text-transform: uppercase;
    font-weight: 600;
    padding-top: 0;
    margin: 20px 0 20px 0;
    font-family: "Roboto Condensed", Helvetica Neue, Helvetica, Arial, sans-serif; }
    .author-bio-card h4 span {
      border-top: 4px solid #FFC000;
      padding-top: 17px; }
      .author-bio-card h4 span a {
        color: #000; }
    .author-bio-card h4 .mini-tag {
      font-weight: 100;
      font-size: 12px;
      position: relative;
      top: 0;
      left: 10px; }
      .author-bio-card h4 .mini-tag:hover {
        color: #000; }
  .author-bio-card .authorbio-description {
    padding: 5px 0 5px 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: 7px 10px 0 0;
    padding: 3px;
    box-sizing: content-box; }
  .author-bio-card .rhonda-mini-icons {
    position: absolute;
    top: 10px;
    right: 20px; }

.author-bio-card .rhonda-mini-icons a {
  margin: 0 0 0 10px;
  width: 40px;
  height: 40px; }
.author-bio-card .rhonda-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 .rhonda-mini-icons i:hover {
    -webkit-transition: .01s linear;
    transition: .01s linear;
    border-color: transparent;
    background: transparent; }
  .author-bio-card .rhonda-mini-icons i::before {
    top: 3px; }
.author-bio-card .rhonda-mini-icons .rhonda-icon-instagram::before, .author-bio-card .rhonda-mini-icons .rhonda-icon-soundcloud::before, .author-bio-card .rhonda-mini-icons .rhonda-icon-pinterest::before {
  top: 1px; }

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

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

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

/* Featured Category
=============================================================================
============================================================================= */
.rhonda-color-cat {
  display: inline;
  position: absolute;
  top: 20px;
  left: 20px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.rhonda-color-cat .featured-category {
  font-family: "Roboto Condensed", Helvetica Neue, Helvetica, Arial, sans-serif;
  padding: 1px 12px;
  line-height: 30px;
  margin: 0 0 8px 0;
  font-size: 12px !important;
  font-weight: 600;
  text-transform: uppercase;
  display: inline-block;
  z-index: 14;
  position: relative; }
  .rhonda-color-cat .featured-category::before {
    content: "";
    padding: 0;
    margin: 0;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    width: 4px;
    height: 100%;
    background: rgba(0, 0, 0, 0.1); }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.rhonda-mini-icons .rhonda-icon-googlepl:hover {
  color: #E84732;
  background: #f95843; }

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

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

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

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

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

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

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

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

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

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

/* Overlay Icons
=============================================================================
============================================================================= */
.ub-overlay {
  right: 10px;
  top: 10px;
  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; }

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

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

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

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

/* Pagination
=============================================================================
============================================================================= */
.rad-button, .paging-navigation a, #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, .paging-navigation a:hover, .paging-navigation a: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; }

nav.paging-navigation a {
  font-size: 18px;
  padding: 0 20px 0 0;
  bottom: 6px;
  border: 0;
  border-right: 0;
  color: #000;
  background: #fff; }
  nav.paging-navigation a:hover, nav.paging-navigation a:active {
    color: #333;
    border-color: #000;
    -webkit-transition: .01s linear;
    transition: .01s linear; }

.paging-navigation {
  margin-bottom: 10px;
  float: left;
  width: 100%;
  clear: both;
  z-index: 21;
  position: relative;
  background: #fff;
  margin: -10px 0 10px; }
  .paging-navigation::after {
    content: "";
    position: absolute;
    top: 14px;
    width: 100%;
    height: 1px;
    background: #eee;
    z-index: -1;
    right: -16px; }

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

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

.paging-navigation .nav-next {
  text-align: right;
  float: right;
  padding-left: 10px;
  padding-right: 15px;
  margin-right: -15px;
  background: #fff; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* Prev/Next Posts Navigator
=============================================================================
============================================================================= */
#primary {
  max-width: 100%; }

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

/* Load More Button
=============================================================================
============================================================================= */
.load-navigation a::before {
  content: "\e602";
  font-size: 16px;
  top: 3px;
  right: 4px; }

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

.load-infinite {
  width: 88px;
  height: 20px;
  text-align: center;
  margin: 0 auto;
  color: #999;
  clear: both;
  display: none; }

.load-infinite.show {
  display: block; }

.load-navigation {
  position: relative; }

.nav-load.spinner {
  position: relative; }

.spinner:after {
  content: "";
  top: -12px;
  left: 140px;
  padding: 0;
  position: absolute;
  z-index: 99;
  width: 50px;
  height: 50px;
  margin: 0 auto;
  background-color: #999;
  border-radius: 100%;
  -webkit-animation: sk-scaleout 1.0s infinite ease-in-out;
          animation: sk-scaleout 1.0s infinite ease-in-out; }

@-webkit-keyframes sk-scaleout {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0); }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 0; } }
@keyframes sk-scaleout {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0); }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 0; } }
.spinner.show {
  display: block; }

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

.gallery {
  margin-bottom: 1.5em; }

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

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

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

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

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

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

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

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

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

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

/* 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 #eee;
    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 .rhonda-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 .rhonda-score .fill-score {
    background: #FD6700; }
.score-panel .review-tag {
  background: transparent;
  color: #FD6700;
  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
=============================================================================
============================================================================= */
#rhonda-btnav {
  cursor: pointer;
  display: block;
  position: relative;
  top: 1px;
  left: 0;
  width: 52px;
  height: 46px;
  z-index: 9999;
  background: transparent;
  padding: 0 10px;
  float: left; }

#rhonda-btnav span {
  display: inline-block;
  top: 18px;
  left: 0;
  margin: 0 0; }

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

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

#rhonda-btnav span:after {
  bottom: -11px; }

#rhonda-btnav.active-btn span {
  background: none; }

#rhonda-btnav.active-btn span:after {
  top: 0;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
  background: #000; }

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

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

#rhonda-wrap, .nav-bar-container {
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s; }

.show-menu #rhonda-wrap {
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
  -webkit-transform: translateX(300px);
      -ms-transform: translateX(300px);
          transform: translateX(300px); }

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

.show-menu .container-head, .show-menu .nav-bar-container {
  -webkit-transform: translateX(300px);
      -ms-transform: translateX(300px);
          transform: translateX(300px); }

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

.slide-mobmenu .rhonda-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: #FFC000;
    -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: #FFC000; }

.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 #rhonda-page {
  overflow-y: hidden; }

.show-menu #rhonda-container {
  cursor: pointer !important; }
  .show-menu #rhonda-container::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
=============================================================================
============================================================================= */
.container-head.append {
  position: fixed;
  width: 100%;
  left: 0;
  top: 0;
  z-index: 999; }

.container-head.append #rhonda-head {
  height: 75px; }

#rhonda-container.top-wrap {
  padding: 115px 0 0; }

.sticky-nav.rhonda-boxed #rhonda-container.top-wrap {
  padding: 115px 0 0; }

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