/**
*
Theme Name: Reviews Template
Author: HA Media & GringoGroup
*
*/
/**
 * Reset
 *
 * ----------------------------------------------------------------------------
 */
@font-face {
  font-family: star;
  src: url(../fonts/star/star.eot);
  src: url(../fonts/star/star.eot?#iefix) format("embedded-opentype"), url(../fonts/star/star.woff) format("woff"), url(../fonts/star/star.ttf) format("truetype"), url(../fonts/star/star.svg#star) format("svg");
  font-weight: 400;
  font-style: normal; }

@font-face {
  font-family: 'WT-ico-font';
  src: url("../fonts/WT-ico-font/WT-ico-font.eot?9jtmf4");
  src: url("../fonts/WT-ico-font/WT-ico-font.eot?9jtmf4#iefix") format("embedded-opentype"), url("../fonts/WT-ico-font/WT-ico-font.ttf?9jtmf4") format("truetype"), url("../fonts/WT-ico-font/WT-ico-font.woff?9jtmf4") format("woff"), url("../fonts/WT-ico-font/WT-ico-font.svg?9jtmf4#WT-ico-font") format("svg");
  font-weight: normal;
  font-style: normal; }

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

article,
aside,
details,
figcaption,
figure,
footer,
header,
nav,
section,
summary {
  display: block; }

audio,
canvas,
video {
  display: inline-block; }

audio:not([controls]) {
  display: none;
  height: 0; }

[hidden] {
  display: none; }

html {
  font-size: 100%;
  overflow-y: scroll;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%; }

body, html {
  height: 100%; }

body {
  font-family: 'Open Sans', sans-serif;
  color: #292929;
  line-height: 1.4;
  font-size: 18px;
  margin: 0; }

.container {
  margin: 0 auto;
  max-width: 1180px;
  width: 100%; }

a {
  outline: none;
  color: #00a59d;
  text-decoration: none; }

a:active, a:hover, a:focus {
  color: #00abbd;
  outline: none; }

h1,
h2,
h3,
h4,
h5,
h6 {
  clear: both;
  line-height: 1.2; }

h1 {
  font-size: 48px;
  margin: 33px 0; }

h2 {
  font-size: 30px;
  margin: 25px 0; }

h3 {
  font-size: 24px;
  margin: 22px 0; }

h4 {
  font-size: 22px;
  margin: 25px 0; }

h5 {
  font-size: 18px;
  margin: 30px 0; }

h6 {
  font-size: 16px;
  margin: 36px 0; }

address {
  font-style: italic;
  margin: 0 0 24px; }

abbr[title] {
  border-bottom: 1px dotted; }

b,
strong {
  font-weight: bold; }

dfn {
  font-style: italic; }

mark {
  background: #ff0;
  color: #000; }

p {
  margin: 0 0 24px; }

code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  font-size: 14px;
  -webkit-hyphens: none;
  -moz-hyphens: none;
  -ms-hyphens: none;
  hyphens: none; }

pre {
  background: #f5f5f5;
  color: #666;
  font-family: monospace;
  font-size: 14px;
  margin: 20px 0;
  overflow: auto;
  padding: 20px;
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word; }

blockquote,
q {
  -webkit-hyphens: none;
  -moz-hyphens: none;
  -ms-hyphens: none;
  hyphens: none;
  quotes: none; }

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none; }

blockquote {
  font-size: 18px;
  font-style: italic;
  font-weight: 300;
  margin: 24px 40px; }

blockquote blockquote {
  margin-right: 0; }

blockquote cite,
blockquote small {
  font-size: 14px;
  font-weight: normal;
  text-transform: uppercase; }

blockquote em,
blockquote i {
  font-style: normal;
  font-weight: 300; }

blockquote strong,
blockquote b {
  font-weight: 400; }

small {
  font-size: smaller; }

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

dl {
  margin: 0 20px; }

dt {
  font-weight: bold; }

dd {
  margin: 0 0 20px; }

menu,
ol,
ul {
  margin: 15px 0;
  padding: 0 0 0 20px; }

ul {
  list-style-type: square; }

nav ul,
nav ol {
  list-style: none;
  list-style-image: none; }

li > ul,
li > ol {
  margin: 0; }

img {
  -ms-interpolation-mode: bicubic;
  border: 0;
  vertical-align: middle; }

svg:not(:root) {
  overflow: hidden; }

figure {
  margin: 0; }

form {
  margin: 0; }

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

legend {
  border: 0;
  padding: 0;
  white-space: normal; }

button,
input,
select,
textarea {
  font-size: 100%;
  margin: 0;
  max-width: 100%;
  vertical-align: baseline; }

button,
input {
  line-height: normal; }

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer; }

button[disabled],
input[disabled] {
  cursor: default; }

input[type="checkbox"],
input[type="radio"] {
  padding: 0; }

input[type="search"] {
  -webkit-appearance: textfield;
  padding-right: 2px;
  /* Don't cut off the webkit search cancel button */
  width: 270px; }

input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

textarea {
  overflow: auto;
  vertical-align: top; }

table {
  border-bottom: 1px solid #ededed;
  border-collapse: collapse;
  border-spacing: 0;
  font-size: 14px;
  line-height: 2;
  margin: 0 0 20px;
  width: 100%; }

caption,
th,
td {
  font-weight: normal;
  text-align: left; }

caption {
  font-size: 16px;
  margin: 20px 0; }

th {
  font-weight: bold;
  text-transform: uppercase; }

td {
  border-top: 1px solid #ededed;
  padding: 6px 10px 6px 0; }

del {
  color: #333; }

ins {
  background: #fff9c0;
  text-decoration: none; }

hr {
  background: url(../images/dotted-line.png) repeat center top;
  background-size: 4px 4px;
  border: 0;
  height: 1px;
  margin: 0 0 24px; }

i.hunt-icon {
  font-family: 'WT-ico-font';
  font-style: normal;
  font-weight: normal;
  color: #00abbd; }

i.hunt-icon i {
  font-style: normal;
  font-weight: normal; }

/**
 * Repeatable Patterns
 * ----------------------------------------------------------------------------
 */
.genericon:before,
.menu-toggle:after,
.featured-post:before,
.date a:before,
.entry-meta .author a:before,
.format-audio .entry-content:before,
.comments-link a:before,
.tags-links a:first-child:before,
.categories-links a:first-child:before,
.edit-link a:before,
.attachment .entry-title:before,
.attachment-meta:before,
.attachment-meta a:before,
.comment-awaiting-moderation:before,
.comment-reply-link:before,
.comment-reply-login:before,
.comment-reply-title small a:before,
.bypostauthor > .comment-body .fn:before,
.error404 .page-title:before {
  -webkit-font-smoothing: antialiased;
  font: normal 16px/1 Genericons;
  display: inline-block;
  vertical-align: text-bottom; }

/* Clearing floats */
.clear:after,
.attachment .entry-header:after,
.site-footer .widget-area:after,
.entry-content:after,
.page-content:after,
.navigation:after,
.nav-links:after,
.gallery:after,
.comment-form-author:after,
.comment-form-email:after,
.comment-form-url:after,
.comment-body:after {
  clear: both; }

.clear:before,
.clear:after,
.attachment .entry-header:before,
.attachment .entry-header:after,
.site-footer .widget-area:before,
.site-footer .widget-area:after,
.entry-content:before,
.entry-content:after,
.page-content:before,
.page-content:after,
.navigation:before,
.navigation:after,
.nav-links:before,
.nav-links:after,
.gallery:before,
.gallery:after,
.comment-form-author:before,
.comment-form-author:after,
.comment-form-email:before,
.comment-form-email:after,
.comment-form-url:before,
.comment-form-url:after,
.comment-body:before,
.comment-body:after {
  content: "";
  display: table; }

/* Assistive text */
.screen-reader-text {
  font-size: 0;
  position: absolute; }

.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-weight: bold;
  height: auto;
  line-height: normal;
  padding: 15px 23px 14px;
  position: absolute;
  left: 5px;
  top: 5px;
  text-decoration: none;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar */ }

/* Form fields, general styles first. */
button,
input,
textarea {
  border: 1px solid #6b6d73;
  font-family: inherit;
  padding: 5px; }

input,
textarea {
  color: #141412; }

input:focus,
textarea:focus {
  outline: 0; }

/* Buttons */
.post-password-required input[type="submit"] {
  padding: 7px 24px 4px;
  vertical-align: bottom; }

.post-password-required input[type="submit"]:active {
  padding: 5px 24px 6px; }

/* Placeholder text color -- selectors need to be separate to work. */
::-webkit-input-placeholder {
  color: #7d7b6d; }

:-moz-placeholder {
  color: #7d7b6d; }

::-moz-placeholder {
  color: #7d7b6d; }

:-ms-input-placeholder {
  color: #7d7b6d; }

/*
 * Responsive images
 *
 * Fluid images for posts, comments, and widgets
 */
.entry-content img,
.entry-summary img,
.comment-content img,
.widget img,
.wp-caption {
  max-width: 100%; }

.bottom-review-widget {
  padding-top: 30px; }

/* Make sure images with WordPress-added height and width attributes are scaled correctly. */
.entry-content img,
.entry-summary img,
.comment-content img[height],
img[class*="align"],
img[class*="wp-image-"],
img[class*="attachment-"] {
  height: auto; }

img.size-full,
img.size-large,
img.wp-post-image {
  height: auto;
  max-width: 100%; }

/* Make sure videos and embeds fit their containers. */
embed,
iframe,
object,
video {
  max-width: 100%; }

/* Override the Twitter embed fixed width. */
.entry-content .twitter-tweet-rendered {
  max-width: 100% !important; }

/* Images */
.alignleft {
  float: left; }

.alignright {
  float: right; }

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

figure.wp-caption.alignleft,
img.alignleft {
  margin: 5px 20px 5px 0; }

.wp-caption.alignleft {
  margin: 5px 10px 5px 0; }

figure.wp-caption.alignright,
img.alignright {
  margin: 5px 0 5px 20px; }

.wp-caption.alignright {
  margin: 5px 0 5px 10px; }

img.aligncenter {
  margin: 5px auto; }

img.alignnone {
  margin: 5px 0; }

.wp-caption .wp-caption-text,
.entry-caption,
.gallery-caption {
  color: #220e10;
  font-size: 18px;
  font-style: italic;
  font-weight: 300;
  margin: 0 0 24px; }

div.wp-caption.alignright img[class*="wp-image-"] {
  float: right; }

div.wp-caption.alignright .wp-caption-text {
  padding-left: 10px; }

img.wp-smiley,
.rsswidget img {
  border: 0;
  border-radius: 0;
  box-shadow: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0; }

.wp-caption.alignleft + ul,
.wp-caption.alignleft + ol {
  list-style-position: inside; }

/**
 * Basic Structure
 * ----------------------------------------------------------------------------
 */
.site {
  background-color: #fff;
  min-height: 100%;
  padding: 78px 0 0;
  width: 100%; }

.site-main {
  position: relative; }

.site-main .sidebar-container {
  display: inline-block;
  width: 100%;
  z-index: 1; }

.site-main .sidebar-inner {
  margin: 0 auto;
  max-width: 1040px; }

/**
 * Header
 * ----------------------------------------------------------------------------
 */
/**
 * --Site Header
 * ----------------------------------------------------------------------------
 */
.site-header {
  position: absolute;
  left: 0;
  top: 0;
  background: #1f1d35;
  width: 100%;
  height: 78px;
  z-index: 9;
  -moz-box-shadow: 0 3px 35px 0 rgba(27, 24, 21, 0.23);
  -webkit-box-shadow: 0 3px 35px 0 rgba(27, 24, 21, 0.23);
  box-shadow: 0 3px 35px 0 rgba(27, 24, 21, 0.23);
  transition: all 0.15s ease-in-out; }

.site-header-small {
  position: fixed; }

.site-header-down {
  top: -50px; }

.admin-bar .site-header {
  top: 32px; }

.header-wrapper {
  height: 78px;
  transition: all 0.15s ease-in-out; }

.site-header.site-header-small, .site-header-small .header-wrapper {
  height: 50px; }

.site-header .home-link {
  display: inline-block;
  position: relative;
  float: left;
  margin-top: 16px;
  transition: all 0.15s ease-in-out; }

.site-header .home-link img {
  transition: all 0.15s ease-in-out;
  max-height: 48px; }

.site-header-small .home-link {
  margin-top: 7px; }

.site-header-small .home-link img {
  max-height: 34px; }

/**
 * --Navigation
 * ----------------------------------------------------------------------------
 */
.main-navigation {
  clear: both; }

.menu-menu-chinh-container {
  display: inline-block;
  float: left; }

ul.nav-menu,
div.nav-menu > ul {
  margin: 0;
  padding: 0; }

.nav-menu > li {
  display: inline-block;
  height: 59px;
  transition: all 0.15s ease-in-out; }

.site-header-small .nav-menu > li {
  height: 42px; }

.nav-menu > li > a {
  color: #fff;
  display: block;
  position: relative;
  font-size: 16px;
  line-height: 1;
  padding: 14px 22px;
  text-decoration: none;
  text-transform: uppercase;
  font-family: 'Open Sans', sans-serif;
  font-weight: 700;
  transition: all 0.3s ease; }

.nav-menu > li.menu-item-has-children > a {
  position: relative; }

.nav-menu > li.menu-item-has-children > a:before {
  content: '';
  position: absolute;
  right: 9px;
  top: 50%;
  margin-top: -2px;
  width: 6px;
  height: 4px;
  background: url(../images/child_menu_before.png) no-repeat; }

.site-header-small .nav-menu > li > a {
  font-size: 13px;
  padding: 11px 22px; }

.nav-menu > li:hover > a,
.nav-menu > li > a:hover,
.nav-menu > li:focus > a,
.nav-menu > li > a:focus, .nav-menu > li.current-menu-item > a:hover, .nav-menu > li:nth-child(1):hover > a {
  color: #00a59d; }

.nav-menu > li.menu-item-has-children:hover > a:before, .nav-menu > li.menu-item-has-children > a:hover:before, .nav-menu > li.menu-item-has-children > a:focus:before, .nav-menu > li.menu-item-has-children.current-menu-item > a:before {
  background-position: 0 -7px; }

.nav-menu li .sub-menu, .nav-menu > li .children {
  visibility: hidden;
  opacity: 0;
  padding: 0;
  margin: 0;
  display: inline-block;
  width: 100%;
  /*height: 52px;*/
  text-align: center;
  position: absolute;
  z-index: 1;
  left: 0;
  top: 100%;
  background: rgba(41, 41, 41, 0.95);
  /*transition: all 0.15s ease-in-out;*/ }

.site-header .nav-menu > li > .sub-menu {
  background: linear-gradient(0deg, rgba(67, 67, 67, 0.99) 1%, transparent 1%);
  background-size: 1em 52px;
  background-color: rgba(41, 41, 41, 0.95); }

.site-header-small .nav-menu > li > .sub-menu {
  background: linear-gradient(0deg, rgba(67, 67, 67, 0.99) 3%, transparent 1%);
  background-size: 1em 38px;
  background-color: rgba(41, 41, 41, 0.95); }

.site-header-small .nav-menu > li > .sub-menu, .site-header-small .nav-menu > li > .children {
  /*height: 38px;*/ }

.nav-menu li .sub-menu li {
  display: inline-block;
  vertical-align: top;
  width: 165.71429px;
  margin-left: -5px; }

.nav-menu li:nth-child(1) .sub-menu li {
  position: relative; }

.nav-menu li .sub-menu li a {
  display: inline-block;
  width: 100%;
  line-height: 52px;
  border-right: 1px solid rgba(67, 67, 67, 0.99);
  color: #FFF;
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  font-size: 13px;
  /*transition: all 0.3s ease;*/ }

.nav-menu > li > .sub-menu > li > a {
  border-left: 1px solid rgba(67, 67, 67, 0.99); }

.site-header-small .nav-menu li .sub-menu li a {
  line-height: 38px;
  font-size: 12px; }

.menu-item-container {
  position: absolute;
  display: block;
  opacity: 0;
  visibility: hidden;
  left: 0;
  margin: 52px 0 0 0;
  top: 100%;
  width: 100%;
  background: rgba(255, 255, 255, 0.95);
  border: none;
  /*transition: all 0.3s ease;*/ }

.site-header-small .menu-item-container {
  top: 36px; }

.nav-menu > li > .sub-menu > li > .sub-menu {
  text-align: left; }

.nav-menu > li > .sub-menu > li > .sub-menu > li {
  margin-left: 0; }

.nav-menu > li > .sub-menu > li > .sub-menu > li > a {
  color: #191919;
  font-size: 13px;
  font-weight: 600;
  line-height: 28px;
  border: none !important;
  padding-left: 15px; }

.nav-menu > li > .sub-menu > li > .sub-menu > li.menu-item-view-all > a {
  color: #868686; }

.nav-menu > li > .sub-menu > li > .sub-menu li:hover a:hover {
  background: rgba(224, 225, 236, 0.95);
  color: #191919; }

.nav-menu > li:nth-child(1) > .sub-menu > li:hover > .sub-menu {
  background: rgba(247, 248, 249, 0.95); }

.nav-menu > li > .sub-menu > li:hover > a {
  background: rgba(247, 248, 249, 0.95);
  border-right: 1px solid rgba(247, 248, 249, 0.95);
  border-left: 1px solid rgba(247, 248, 249, 0.95);
  color: #292929; }

.nav-menu > li > .sub-menu > li > .sub-menu > li:hover a {
  border: none !important;
  background: none; }

.nav-menu .sub-menu ul, .nav-menu .children ul {
  top: 52px;
  height: auto;
  padding: 18px 0 18px;
  background: rgba(236, 240, 240, 0.95);
  -moz-box-shadow: 0.9px 0.5px 7px rgba(0, 15, 38, 0.17);
  -webkit-box-shadow: 0.9px 0.5px 7px rgba(0, 15, 38, 0.17);
  box-shadow: 0.9px 3.5px 10px rgba(0, 15, 38, 0.17);
  /*transition: all 0.15s ease-in-out;*/ }

.sub-menu-content, .nav-menu li .sub-menu li.sub-menu-content-bg {
  position: absolute;
  width: 100%;
  left: 0;
  opacity: 0;
  margin: 0;
  visibility: hidden;
  top: 52px;
  height: auto;
  padding: 28px 15px 38px;
  /*transition: all 0.15s ease-in-out;*/ }

.nav-menu li .sub-menu li.sub-menu-content-bg {
  background: rgba(255, 255, 255, 0.98);
  opacity: 1;
  visibility: visible;
  z-index: 5; }

.sub-menu-content {
  z-index: 6; }

.site-header-small .nav-menu .sub-menu ul, .nav-menu .children ul, .site-header-small .sub-menu-content, .site-header-small .nav-menu li .sub-menu li.sub-menu-content-bg {
  top: 38px; }

.sub-menu-content .container {
  padding: 0 80px; }

.sub-menu-content-preload {
  min-height: 200px;
  background: rgba(255, 255, 255, 0.95) url(../images/preloader.gif) no-repeat center center; }

.sub-menu-content-bg, .sub-menu-content-preload, .menu-item-container {
  -moz-box-shadow: 0 6px 8px rgba(6, 68, 87, 0.27);
  -webkit-box-shadow: 0 6px 8px rgba(6, 68, 87, 0.27);
  box-shadow: 0 6px 8px rgba(6, 68, 87, 0.27); }

.nav-menu > li:hover > .sub-menu, .nav-menu > li:hover > .sub-menu > li:hover .sub-menu, .nav-menu > li:hover > .sub-menu > li:hover .sub-menu-content, .nav-menu > li:nth-child(1):hover .sub-menu, .nav-menu > li:nth-child(1):hover .menu-item-container {
  visibility: visible;
  opacity: 1; }

.nav-menu > li:nth-child(1) > .sub-menu > li .sub-menu {
  width: 164px;
  background: none;
  box-shadow: none; }

ul.nav-menu ul a:hover,
.nav-menu ul ul a:hover {
  background-color: #db572f; }

.nav-posts-item-wrap {
  display: inline-block;
  width: 100%;
  position: relative; }

.nav-post-item {
  display: inline-block;
  text-align: left;
  float: left;
  width: 20%;
  padding: 0 15px; }

.nav-post-item img {
  width: 100%;
  min-height: 105px; }

.nav-menu li .sub-menu li .nav-post-item a, .nav-menu li .sub-menu li .nav-post-item a.nav-post-item-image {
  padding: 0;
  border: none;
  line-height: 1.2;
  background: none;
  color: #191919;
  font-weight: 400;
  font-size: 15px; }

.nav-menu li .sub-menu li .nav-post-item a {
  margin-top: 10px; }

.nav-post-item a:hover {
  text-decoration: underline;
  color: #191919; }

.nav-posts-item-wrap.slick-slider .slick-prev, .nav-posts-item-wrap.slick-slider .slick-next {
  position: absolute;
  width: 14px;
  height: 25px;
  top: 30%;
  font-size: 0;
  border: none;
  padding: 0; }

.nav-posts-item-wrap.slick-slider .slick-prev {
  left: -40px;
  background: url(../images/nav_post_prev.png) no-repeat; }

.nav-posts-item-wrap.slick-slider .slick-next {
  right: -40px;
  background: url(../images/nav_post_next.png) no-repeat; }

.menu-toggle {
  display: none; }

.site-header .nav-menu .nav-menu-reviews-search {
  border-right: 1px solid #fff;
  border-left: 1px solid #fff; }

.site-header .nav-menu-reviews-search .search-form {
  height: 52px;
  float: none;
  vertical-align: top; }

.site-header .nav-menu-reviews-search .search-form:before {
  display: none; }

.site-header-small .nav-menu-reviews-search .search-form {
  height: 38px; }

.site-header .nav-menu-reviews-search .search-field {
  background-image: url(../images/nav_search.png);
  background-position: right 23px center;
  background-repeat: no-repeat;
  padding: 0 24px 0 20px; }

.site-header .nav-menu-reviews-search .search-form label {
  top: 6px;
  left: 22px;
  right: inherit;
  z-index: 3; }

.site-header-small .nav-menu-reviews-search .search-form label {
  top: 2px; }

.ajax-search-form ul.search-results {
  margin: 0;
  padding: 40px 0 0;
  background-color: #fff;
  position: absolute;
  width: 100%;
  display: none;
  border: 0;
  box-shadow: 0 15px 30px rgba(0, 0, 0, 0.15);
  vertical-align: baseline;
  z-index: 4;
  top: 0;
  border-radius: 6px; }

.ajax-search-form ul.search-results li {
  display: block;
  width: 100%;
  border-bottom: 1px solid #eee;
  font-size: 16px;
  padding: 7px 20px; }

.ajax-search-form ul.search-results li:last-child {
  border-bottom: none; }

.ajax-search-form ul.search-results li a {
  display: inline-block;
  width: 100%;
  padding: 5px 10px;
  border: none;
  color: #000;
  font-size: 14px;
  text-align: left;
  cursor: pointer;
  line-height: normal;
  font-weight: normal; }

.ajax-search-form ul.search-results li span {
  display: block;
  margin-left: 40px; }

.ajax-search-form ul.search-results li a img {
  display: inline-block;
  float: left; }

.ajax-search-form ul.search-results li a:hover {
  background-color: inherit;
  color: #4545e1; }

/* Navbar */
.navbar {
  display: inline-block;
  float: right;
  width: 76%;
  padding-top: 19px;
  transition: all 0.15s ease-in-out; }

.site-header-small .navbar {
  padding-top: 8px; }

.site-navigation-search {
  display: inline-block;
  float: right; }

.site-navigation-search > span {
  display: inline-block;
  cursor: pointer;
  font-family: 'Open Sans', sans-serif;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  color: #00abbd;
  margin-top: 13px;
  margin-right: -17px;
  transition: color 0.3s; }

.site-header-small .site-navigation-search > span {
  margin-top: 10px;
  margin-right: -25px; }

.site-header .search-form > label:before {
  content: '';
  position: absolute;
  width: 40px;
  height: 40px;
  right: 0;
  top: 50%;
  margin-top: -20px;
  background: rgba(255, 255, 255, 0.05);
  border-radius: 50%;
  z-index: 1; }

.site-header .search-form label > i.hunt-icon {
  transition: color 0.3s; }

.site-navigation-search .search-form {
  position: relative;
  display: inline-block;
  float: right;
  width: 68px;
  height: 40px;
  transition: all 0.15s ease-in-out; }

.site-header-small .search-form {
  height: 34px; }

.site-navigation-search .search-form > label {
  position: absolute;
  display: inline-block;
  right: 0;
  top: 0;
  transition: all 0.15s ease-in-out; }

.site-navigation-search .search-form:before {
  content: '';
  position: absolute;
  pointer-events: none;
  visibility: hidden;
  opacity: 0;
  right: 180px;
  top: -20px;
  width: 412px;
  height: 78px;
  background: -moz-linear-gradient(left, rgba(31, 29, 53, 0.01) 0%, rgba(31, 29, 53, 0.65) 22%, rgba(31, 29, 53, 0.95) 48%, rgba(31, 29, 53, 0.65) 75%, rgba(31, 29, 53, 0.01) 100%);
  background: -webkit-linear-gradient(left, rgba(31, 29, 53, 0.01) 0%, rgba(31, 29, 53, 0.65) 22%, rgba(31, 29, 53, 0.95) 48%, rgba(31, 29, 53, 0.65) 75%, rgba(31, 29, 53, 0.01) 100%);
  background: linear-gradient(to right, rgba(31, 29, 53, 0.01) 0%, rgba(31, 29, 53, 0.65) 22%, rgba(31, 29, 53, 0.95) 48%, rgba(31, 29, 53, 0.65) 75%, rgba(31, 29, 53, 0.01) 100%);
  transition: all 0.15s ease-in-out; }

.site-header-small .search-form:before {
  height: 50px;
  top: -8px; }

.site-navigation-search .search-form.search-active:before {
  visibility: visible;
  opacity: 1; }

.site-header-small .search-form > label {
  top: 0; }

.site-navigation-search .search-field {
  background: none;
  border: none;
  cursor: pointer;
  height: 40px;
  border-radius: 20px;
  padding: 0 48px 0 20px;
  position: relative;
  transition: width 400ms ease, background 400ms ease;
  width: 1px;
  font-size: 13px;
  z-index: 5; }

.site-navigation-search .search-form .search-submit {
  display: inline-block;
  outline: none;
  opacity: 0;
  visibility: hidden;
  border: none;
  box-shadow: none;
  padding: 0;
  background: none;
  font-size: 0;
  z-index: 5; }

.site-navigation-search .search-active .search-submit {
  opacity: 1;
  visibility: visible; }

.site-navigation-search .search-active .search-field {
  background-color: #fff;
  outline: 0;
  width: 450px;
  border-style: solid;
  border-width: 1px;
  border-color: #00abbd; }

.search-form label > i.hunt-icon, .site-navigation-search .search-form .search-submit {
  font-size: 15px;
  line-height: 15px;
  right: 24px;
  top: 13px;
  position: absolute;
  z-index: 5;
  cursor: pointer; }

.site-header .search-form label > i.hunt-icon, .site-header .site-navigation-search .search-form .search-submit {
  right: 12px; }

.site-header.site-header-small .search-form > label:before {
  width: 34px;
  height: 34px;
  margin-top: -17px; }

.site-navigation-search .search-submit i.hunt-icon {
  font-size: 15px;
  z-index: 1;
  cursor: pointer; }

.search-form label > i.hunt-icon:before, .site-navigation-search .search-submit i.hunt-icon:before {
  content: "\e91c"; }

.site-header-small .search-field {
  height: 34px; }

.site-header-small .search-form label > i.hunt-icon, .site-header-small .site-navigation-search .search-form .search-submit {
  top: 10px;
  right: 9px; }

.site-navigation-search .search-active label > i.hunt-icon {
  display: none; }

.site-header .site-navigation-search:hover > span, .site-header .site-navigation-search:hover label > i.hunt-icon {
  color: inherit; }

/**
 * Content
 * ----------------------------------------------------------------------------
 */
#main section {
  position: relative; }

.home .hentry, .home .post-content {
  padding: 35px 0 80px; }

.review-post-content .hentry, .review-post-content .post-content {
  padding: 80px 0 0; }

.entry-header,
.entry-content,
.entry-summary,
.entry-meta {
  margin: 0 auto;
  max-width: 1180px;
  width: 100%;
  position: relative; }

.entry-content {
  position: relative; }

.entry-blog-title, .entry-post-title, .entry-review-title, .entry-page-title, .blog-post-content .entry-title {
  font-size: 38px; }

h2.main-title, h1.main-title {
  margin: 0;
  position: relative;
  color: #2C2C2C;
  padding: 0 0 18px;
  margin-bottom: 42px;
  border-bottom: 1px solid;
  border-color: #00abbd;
  line-height: 1;
  font-family: 'Open Sans', serif;
  font-size: 32px;
  font-weight: 400; }

.recent-articles-title {
  background: url(../images/articles_title.png) no-repeat center 0; }

.review-cat-title {
  background: url(../images/review_cat_title.png) no-repeat center 0; }

.archive-header h1.main-title {
  padding-top: 28px; }

/**
 * -- Main banner
 * ----------------------------------------------------------------------------
 */
.main-section {
  margin: 32px 0; }

.banner-wrapper, .featured-wrapper {
  position: relative;
  display: inline-block;
  width: 100%; }

.banner-wrapper img {
  max-width: 100%; }

.main-slider-banner {
  position: absolute;
  opacity: 0;
  left: 0;
  top: 34px;
  width: 300px;
  height: 70px;
  line-height: 70px;
  padding-left: 65px;
  background: url(../images/main_slider_banner.png) no-repeat;
  background-size: 100% 100%;
  color: #FFF;
  font-size: 21px;
  z-index: 1; }

.main-slider {
  display: inline-block;
  position: relative;
  float: left;
  width: 74.58%;
  opacity: 0;
  margin-bottom: 0; }

.banner-wrapper .main-slider-width {
  width: 100%; }

.main-slider .main-slider-item {
  overflow: hidden;
  max-height: 470px; }

.main-slider-width .main-slider-item {
  max-height: 540px; }

.main-slider a {
  margin: 0; }

.main-slider .main-slider-item img {
  border-radius: 6px;
  min-width: 100%;
  height: 100%; }

.main-banner-link {
  position: absolute;
  display: inline-block;
  font-family: 'Montserrat', sans-serif;
  width: 55%;
  bottom: 40px;
  left: 78px;
  z-index: 2; }

.main-banner-link .button-link {
  display: inline-block;
  opacity: 0;
  visibility: hidden;
  margin-top: 12px;
  border-radius: 4px;
  font-size: 13px;
  font-weight: 700;
  color: #FFF;
  background: #00abbd;
  padding: 11px 27px 12px;
  -webkit-transition: opacity 0.2s, -webkit-transform 0.35s, background 0.15s;
  transition: opacity 0.2s, transform 0.35s, background 0.15s;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.main-banner-link .button-link:hover {
  background: #2560c1; }

.main-banner-link .title-link {
  display: block;
  text-decoration: none;
  color: #FFF;
  line-height: 1.3;
  font-size: 36px;
  -webkit-transition: -webkit-transform 0.35s;
  transition: transform 0.35s;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.main-banner-link .title-link:hover {
  color: #FFF; }

.main-slider-item:hover .button-link {
  -webkit-transition-delay: 0.05s;
  transition-delay: 0.05s;
  -webkit-transition-duration: 0.35s;
  transition-duration: 0.35s;
  -webkit-transform: translate3d(0, -40px, 0);
  transform: translate3d(0, -40px, 0);
  opacity: 1;
  visibility: visible; }

.main-slider-item:hover .title-link {
  -webkit-transform: translate3d(0, -40px, 0);
  transform: translate3d(0, -40px, 0); }

.main-banner-gradient {
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  top: 0;
  z-index: 1; }

.main-banner-gradient a {
  position: relative;
  display: inline-block;
  height: 100%;
  width: 100%; }

.main-banner-gradient img {
  width: 100%; }

.main-slider .slick-dots {
  position: absolute;
  bottom: 0px;
  padding-bottom: 12px; }

.main-slider .slick-dots li {
  width: 14px;
  height: 14px;
  vertical-align: top; }

.main-slider .slick-dots li button {
  padding: 0;
  width: 6px;
  height: 6px;
  background: #fff;
  opacity: 1;
  position: absolute;
  left: 4px;
  top: 4px; }

.main-slider .slick-dots li.slick-active button {
  left: 0;
  top: 0;
  width: 14px;
  height: 14px;
  background: url(../images/dots_active.png) no-repeat; }

.nav-posts-item-wrap.slick-slider .slick-arrow.slick-disabled {
  display: none !important; }

.review-banner {
  width: 23.73%;
  float: right; }

.main-top-review, .main-last-review {
  position: relative;
  background: #fff;
  border-radius: 6px;
  border: 1px solid;
  transition: all .15s ease-in-out;
  overflow: hidden; }

.main-top-review .substrate-review:before, .main-last-review .substrate-review:before {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  border-radius: 8px 8px 4px 4px;
  background: #fff;
  transition: all .15s ease-in-out; }

.main-review-img {
  position: absolute;
  width: 100%;
  display: inline-block;
  left: 0;
  top: 0;
  height: 100%; }

.main-review-img .img-review {
  display: inline-block;
  position: relative;
  height: 64%;
  width: 100%;
  background: #fff;
  border-radius: 6px 6px 0 0;
  text-align: center; }

.related-post-item .main-review-img .img-review {
  overflow: hidden; }

.main-review-img-resize .img-review img, .related-post-item .main-review-img-resize .img-review img {
  max-height: 100%;
  width: auto;
  border-radius: 6px 6px 0 0;
  float: none; }

.main-top-review {
  margin-bottom: 22px;
  border-radius: 6px;
  border-color: #00abbd; }

.substrate-review, .substrate-review > img {
  border-radius: 6px; }

.main-top-review img, .main-last-review img, .related-post-item img {
  width: 100%; }

.rate-details {
  display: inline-block;
  width: 85%;
  position: absolute;
  left: 18px;
  bottom: 8px; }

.main-last-review .star-rating span:before {
  color: #00abbd; }

.main-top-review .rate-details-link, .main-last-review .rate-details-link {
  display: inline-block;
  color: #202020;
  transition: all .15s ease-in-out;
  font-family: 'Open Sans', serif;
  font-size: 13px;
  font-weight: 400; }

.main-top-review-link, .main-last-review-link {
  display: inline-block;
  text-decoration: none;
  text-align: center;
  position: absolute;
  padding: 0 10% 0;
  left: -1px;
  top: -1px;
  right: -1px;
  bottom: -1px;
  background: rgba(20, 20, 20, 0.92);
  background-size: 100% 100%;
  transition: all 0.3s ease;
  opacity: 0;
  z-index: 3;
  visibility: hidden;
  border-radius: 6px;
  color: #fff;
  font-family: 'Open Sans', serif;
  font-size: 13px; }

.main-top-review-link:hover, .main-top-review-link:focus, .main-last-review-link:hover, .main-last-review-link:focus {
  color: #fff; }

.main-top-review-link > span, .main-last-review-link > span {
  display: inline-block;
  vertical-align: middle;
  zoom: 1; }

.main-top-review-link > span .review-link-bage, .main-last-review-link > span .review-link-bage, .single-list-item .review-cat-post-image-link:after {
  display: inline-block;
  margin-bottom: 15px;
  width: 61px;
  height: 61px; }

.single-list-item .review-cat-post-image-link:after {
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  margin-bottom: 0;
  margin-top: -30px;
  margin-left: -30px;
  z-index: 3;
  opacity: 0;
  visibility: hidden;
  transition: all 0.15s ease-in-out; }

.main-top-review-link > span .review-link-bage + span, .main-last-review-link > span .review-link-bage + span {
  display: block; }

.main-top-review-link > i, .main-last-review-link > i {
  display: inline-block;
  vertical-align: middle;
  height: 100%;
  width: 0;
  zoom: 1; }

.main-top-review:hover .main-top-review-link, .main-last-review:hover .main-last-review-link {
  opacity: 1;
  visibility: visible; }

.main-last-review {
  border-color: transparent;
  -webkit-box-shadow: 1px 5px 21px rgba(233, 233, 233, 0.95);
  box-shadow: 1px 5px 21px rgba(233, 233, 233, 0.95);
  -moz-box-shadow: 1px 5px 21px rgba(233, 233, 233, 0.95); }

.last-review-left-banner, .related-post-date, .row-list-single-banner {
  display: inline-block;
  position: absolute;
  left: 0;
  top: 12px;
  width: 113px;
  height: 32px;
  line-height: 32px;
  padding-left: 12px;
  color: #FFF;
  font-weight: 600;
  font-size: 12px;
  z-index: 3; }

/*.review-cat-post-image  .review-cat-left-banner:before, .row-list-guide-banner:before {
	content: "\e924";
	font-size: 32px;
	color: #00abbd;
	display: block;
	position: absolute;
	width: 113px;
	height: 34px;
	left: 0;
	top: 0;
	font-family: 'WT-ico-font';
	font-style: normal;
	font-weight: normal;
	z-index: 1;
}*/
.top-review-left-banner {
  display: inline-block;
  position: absolute;
  right: 12px;
  top: 12px;
  width: 55px;
  height: 79px;
  background: #00abbd;
  border-radius: 4px;
  z-index: 2;
  font-size: 8px;
  color: #fff;
  text-transform: uppercase;
  text-align: center;
  padding-top: 46px; }

.top-review-left-banner:before {
  content: '';
  position: absolute;
  width: 24px;
  height: 24px;
  left: 50%;
  margin-left: -12px;
  top: 14px;
  background: url(../images/bage_hover_inv.png) no-repeat;
  background-size: 100% 100%; }

.related-post-date, .row-list-single-banner {
  background: #edf1f4;
  color: #00abbd;
  border-radius: 0 15px 15px 0; }

.last-review-left-banner {
  left: inherit;
  right: 12px;
  border-radius: 15px;
  background: #00abbd;
  text-align: center;
  padding-left: 0; }

.row-list-single-banner {
  top: 20px;
  width: 90px; }

.top-review-rate, .last-review-rate, .related-post-rate {
  display: inline-block;
  position: absolute;
  left: 12px;
  top: 12px;
  width: 50px;
  height: 32px;
  line-height: 32px;
  text-align: center;
  color: #FFF;
  font-size: 13px;
  border-radius: 15px;
  transition: all .25s ease; }

.top-review-rate:before, .last-review-rate:before, .related-post-rate:before, .top-review-rate:after, .last-review-rate:after, .related-post-rate:after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border-radius: inherit; }

.top-review-rate:before, .last-review-rate:before, .related-post-rate:before {
  background: #fff;
  z-index: -2; }

.top-review-rate:after, .last-review-rate:after, .related-post-rate:after {
  background: #00abbd;
  z-index: -1; }

.top-review-rate, .last-review-rate {
  z-index: 3; }

.related-details {
  display: inline-block;
  width: 80%;
  position: absolute;
  left: 30px;
  bottom: 17px;
  opacity: 1;
  visibility: visible;
  transition: all .25s ease; }

.related-details .related-details-link {
  display: inline-block;
  color: #202020;
  font-family: 'Open Sans', serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.2;
  text-decoration: none; }

.related-details .related-details-link:hover {
  text-decoration: underline; }

.review-star-rating {
  display: inline-block;
  width: 100%;
  margin-bottom: 0px; }

.review-star-rating .star-rating-count {
  display: inline-block;
  margin-left: 12px;
  margin-top: 2px;
  color: #C9D1D5;
  font-size: 13px;
  float: left;
  vertical-align: bottom; }

.review-star-rating .star-rating, .post-editor-rating .star-rating, .post-users-rating .star-rating {
  overflow: hidden;
  display: inline-block;
  position: relative;
  float: left;
  height: 15px;
  line-height: 1;
  width: 91px;
  font-size: 14px;
  font-family: star;
  vertical-align: bottom; }

.star-rating:before {
  content: "\53\53\53\53\53";
  letter-spacing: 4px;
  color: #e2e2e2;
  float: left;
  top: 0;
  left: 0;
  position: absolute; }

.star-rating span {
  overflow: hidden;
  float: left;
  top: 0;
  left: 0;
  position: absolute;
  padding-top: 17px; }

.star-rating span:before {
  content: "\53\53\53\53\53";
  letter-spacing: 4px;
  top: 0;
  position: absolute;
  left: 0;
  color: #00abbd; }

.review-banner .review-star-rating .star-rating {
  height: 11px;
  width: 75px;
  font-size: 11px; }

.review-banner .star-rating:before, .review-banner .star-rating span:before {
  letter-spacing: 3px; }

.review-banner .star-rating span {
  padding-top: 11px; }

/**
 * -- Main featured
 * ----------------------------------------------------------------------------
 */
.main-featured-item {
  margin-bottom: 25px;
  display: inline-block;
  text-align: left;
  position: relative;
  width: 32.2%;
  float: left;
  margin-right: 1.7%;
  border-radius: 6px;
  transition: all .15s ease-in-out; }

.main-featured-item img {
  max-width: 100%; }

.featured-wrapper .main-featured-item:last-child {
  margin-right: 0; }

.featured-image {
  display: inline-block;
  width: 100%; }

.featured-image a {
  display: inline-block;
  position: relative; }

.featured-image a:before {
  content: '';
  position: absolute;
  border-radius: 6px 6px 0 0;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  background: url(../images/featured_post_gradient.png) no-repeat;
  background-size: 100% 100%; }

.featured-image a img {
  display: inline-block;
  border-radius: 6px 6px 0 0;
  width: 100%; }

.main-featured-link {
  position: relative;
  background: #00abbd;
  text-align: center;
  padding: 36px 5px 34px;
  border-radius: 0 0 6px 6px;
  transition: all .15s ease-in-out; }

.main-featured-link .title-link {
  text-decoration: none;
  color: #fff;
  font-family: 'Open Sans', serif;
  font-size: 22px;
  font-weight: 400; }

.main-featured-link .title-link:hover {
  color: #fff; }

.main-featured-icon {
  position: absolute;
  z-index: 3;
  left: 50%;
  margin-left: -45px;
  top: -57px; }

.main-featured-icon img {
  width: 90px; }

/**
 * -- Review categories
 * ----------------------------------------------------------------------------
 */
.review-categories {
  margin-top: 32px; }

.review-cat-wrapper, .recent-articles-wrapper, .blog-cat-wrapper, .most-viewed-wrapper {
  display: inline-block;
  width: 100%; }

.review-cat-wrapper {
  padding-top: 50px; }

.recent-articles-wrapper {
  padding-top: 50px; }

.blog-cat-wrapper {
  padding-top: 10px; }

.review-cat-title, .monthly-giveway-title, .recent-articles-title, .blog-cat-title {
  text-align: center; }

.review-cat-title span:before, .monthly-giveway-title span:before, .recent-articles-title span:before, .blog-cat-title span:before {
  right: 80%; }

.review-cat-title span:after, .monthly-giveway-title span:after, .recent-articles-title span:after, .blog-cat-title span:after {
  left: 80%; }

.review-cat-items {
  display: inline-block;
  width: 100%;
  padding-top: 50px; }

.site-main .review-categories .review-cat-wrapper .main-title, .site-main .blog-categories .blog-cat-wrapper .main-title, .site-main .recent-articles .recent-articles-wrapper .main-title {
  margin-bottom: 0; }

.review-cat-item-wrap {
  display: inline-block;
  float: left;
  padding: 0 10px 36px;
  width: 25%; }

.review-cat-item {
  position: relative;
  display: inline-block;
  width: 100%;
  text-align: center;
  background-color: #FFF;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 6px;
  transition: all .15s ease-in-out;
  -webkit-box-shadow: 1px 5px 21px rgba(233, 233, 233, 0.95);
  box-shadow: 1px 5px 21px rgba(233, 233, 233, 0.95);
  -moz-box-shadow: 1px 5px 21px rgba(233, 233, 233, 0.95); }

.review-cat-item-top {
  position: relative; }

.review-cat-item-img, .review-cat-item-top, .review-cat-item-bottom {
  display: inline-block;
  width: 100%;
  float: left; }

.review-cat-item .review-cat-item-img a {
  display: inline-block;
  overflow: hidden;
  border-radius: 6px 6px 0 0;
  position: relative;
  float: left;
  z-index: 2;
  transition: all .15s ease-in-out; }

.review-cat-item img {
  border-radius: 6px 6px 0 0;
  width: 100%; }

.review-cat-item-link {
  position: absolute;
  text-align: center;
  width: 100%;
  left: 0;
  bottom: 0;
  padding: 0 15px 25px;
  z-index: 2; }

.review-cat-item-link a {
  display: block; }

.review-cat-item-link a, .review-cat-item-link a:hover {
  color: #FFF;
  font-family: 'Open Sans', serif;
  font-size: 22px;
  font-weight: 400;
  text-decoration: none; }

.review-cat-item-icon {
  display: inline-block;
  position: absolute;
  left: 50%;
  top: 28%;
  margin-left: -31px;
  z-index: 2; }

.review-cat-item-icon img {
  width: 62px; }

.review-cat-item-bottom {
  height: 220px; }

.cat-item-childs-wrap {
  padding: 22px 24px;
  background: #fff;
  height: 180px;
  transition: all 0.15s ease-in-out; }

.cat-item-childs-wrap > ul {
  height: 120px;
  overflow: hidden;
  transition: all 0.15s ease-in-out; }

.review-cat-item-childs {
  margin: 0;
  padding: 0;
  text-align: left;
  list-style: none; }

.review-cat-item-childs li {
  position: relative;
  margin-bottom: 6px;
  padding-left: 17px; }

.review-cat-item-childs li:before {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -3px;
  border-radius: 50%;
  width: 5px;
  height: 5px;
  background: #00abbd; }

.review-cat-item-childs li a {
  color: #6C6F72;
  font-size: 15px; }

.review-cat-item-childs li a:hover {
  text-decoration: underline; }

.review-cat-button-link {
  display: inline-block;
  border-top: 1px solid #edf1f4;
  background: #fff;
  width: 100%;
  height: 40px;
  border-radius: 0 0 6px 6px;
  padding-top: 9px;
  text-align: center;
  font-size: 14px;
  transition: color 0.15s ease-in-out, background 0.15s ease-in-out; }

.review-cat-button-link:hover {
  background: #292929;
  color: #fff; }

.review-cat-item-opened {
  z-index: 6; }

.review-cat-item-bottom-open {
  border-radius: 0 0 6px 6px; }

.review-cat-item-opened .review-cat-item-bottom-open {
  -webkit-box-shadow: 1px 5px 21px rgba(233, 233, 233, 0.95);
  box-shadow: 1px 5px 21px rgba(233, 233, 233, 0.95);
  -moz-box-shadow: 1px 5px 21px rgba(233, 233, 233, 0.95); }

.review-cat-item-opened .cat-item-childs-wrap, .review-cat-item-opened .review-cat-item-childs {
  height: auto; }

/**
 * Top stories
 * ----------------------------------------------------------------------------
 */
.most-viewed-slide-wrap {
  display: inline-block;
  margin-right: 20px;
  float: left;
  width: 66.1%;
  position: relative; }

.slick-slide a {
  margin: 0; }

.most-viewed-slide-wrap .slick-slider {
  margin-bottom: 0;
  height: 100%;
  border-bottom: 1px solid;
  border-color: #00abbd; }

.most-viewed-slide-wrap .slick-dots {
  height: 22px;
  display: inline-block !important;
  vertical-align: middle;
  padding: 0 14px;
  width: auto;
  position: absolute;
  z-index: 5;
  bottom: -8px;
  left: 50%;
  margin: 0 0 0 -60px !important;
  background: #fff; }

.most-viewed-slide-wrap .slick-dots li {
  width: 22px;
  height: 22px;
  vertical-align: middle;
  text-align: center;
  border-radius: 50%;
  border: 1px solid;
  border-color: rgba(0, 0, 0, 0); }

.most-viewed-slide-wrap .slick-dots li.slick-active {
  border-color: #00abbd; }

.most-viewed-slide-wrap .slick-dots li button {
  width: 6px;
  height: 6px;
  padding: 0;
  background: #00abbd;
  opacity: 1;
  display: inline-block;
  vertical-align: top;
  margin-top: 7px; }

.most-viewed-slide-wrap .slick-initialized .slick-slide {
  outline: none; }

.recent-articles .top-stories-title {
  background: #82ca9c; }

.recent-articles .most-viewed-slide-wrap .blog-list-item .blog-cat-post-title {
  height: 108px;
  overflow: hidden; }

.review-post-content .main-sidebar .amzn-native-products-list > .amzn-native-product:nth-child(2) {
  display: block !important; }

.footer-aff-mob {
  display: none; }

/**
 * -- Recent Articles
 * ----------------------------------------------------------------------------
 */
.recent-articles h2.main-title {
  text-align: center;
  position: relative; }

.recent-articles h2.main-title .site-navigation-search .search-form:before {
  display: none; }

.recent-articles h2.main-title .site-navigation-search {
  position: absolute;
  right: 0;
  bottom: 10px; }

.recent-articles h2.main-title .site-navigation-search .search-field {
  height: 32px; }

.recent-articles h2.main-title .site-navigation-search > span {
  vertical-align: middle;
  font-weight: 700;
  margin-top: 9px; }

.recent-articles h2.main-title .site-navigation-search .search-form .search-submit {
  top: 16px; }

.recent-articles h2.main-title .site-navigation-search .search-form {
  float: none;
  vertical-align: middle; }

.recent-articles h2 > span {
  margin-top: 15px;
  display: block; }

.recent-articles .top-stories-list {
  float: left; }

.recent-articles .top-stories-list li {
  float: left;
  width: 100%;
  padding: 0;
  position: relative;
  height: 96px;
  transition: all 0.1s;
  border-bottom: 1px solid #ecf0f3; }

.recent-articles .top-stories-list li:first-child {
  background: #68c4a2; }

.recent-articles .top-stories-list li:first-child + li {
  background: #3dbaab; }

.recent-articles .top-stories-list li:first-child + li + li {
  background: #00aabf; }

.recent-articles .top-stories-list li:first-child + li + li + li {
  background: #09a8d8; }

.recent-articles .top-stories-list li:first-child + li + li + li + li {
  background: #09a8d8; }

.recent-articles .top-stories-list li a {
  display: inline-block;
  width: 100%;
  padding: 30px 40px 0 0;
  height: 96px;
  line-height: 1.2;
  font-size: 15px;
  color: #fff;
  position: relative;
  z-index: 1; }

.recent-articles .top-stories-list li a > span {
  display: table-cell;
  vertical-align: middle;
  padding-left: 43px;
  position: relative; }

.recent-articles .top-stories-list li a > span:before {
  content: '';
  position: absolute;
  width: 4px;
  height: 4px;
  top: 7px;
  left: 32px;
  border-radius: 50%;
  background: #fff; }

.recent-articles .top-stories-list li a:hover, .recent-articles .top-stories-list li a:focus {
  color: #fff; }

.recent-articles .top-stories-list li > span {
  position: absolute;
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  right: 0;
  top: 0;
  font-size: 10px;
  color: #fff;
  padding: 7px 10px 7px 22px;
  min-height: 12px;
  line-height: 1;
  transition: all 0.1s; }

.recent-articles .top-stories-list li > span i.hunt-icon {
  color: #fff;
  display: inline-block;
  vertical-align: middle;
  font-size: 14px;
  margin-right: 6px; }

.recent-articles .top-stories-list li > span i.hunt-icon:before {
  content: "\e918"; }

.recent-articles .top-stories-list li:after {
  content: '';
  position: absolute;
  bottom: 0;
  top: 0;
  opacity: 0;
  left: 0;
  right: 0;
  background: rgba(64, 138, 159, 0.11); }

.recent-articles .top-stories-list li:hover:after {
  opacity: 1; }

.recent-articles .top-stories-list.active {
  display: inline-block;
  width: 100%; }

.recent-articles-items {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-top: 50px; }

.last-article {
  display: inline-block;
  float: left;
  width: 66.1%;
  position: relative; }

.last-article .last-article-img-link {
  display: inline-block; }

.last-article .last-article-img-link img {
  width: 100%; }

.last-article-date {
  position: absolute;
  top: 27px;
  left: 0;
  display: inline-block;
  width: 177px;
  height: 36px;
  line-height: 36px;
  padding-left: 20px;
  background-color: rgba(255, 255, 255, 0.75);
  color: #00B;
  font-size: 15px;
  font-weight: 700;
  border-radius: 0 20px 20px 0; }

.last-article-date > span {
  color: #00B;
  font-size: 15px;
  margin-left: 15px; }

.last-article-info {
  position: absolute;
  width: 47.44%;
  background-color: rgba(255, 255, 255, 0.75);
  left: 10px;
  bottom: 20px;
  display: inline-block;
  padding: 13px 0 15px; }

.last-article-author, .last-article-link {
  display: inline-block;
  padding-left: 30px;
  width: 72.97%;
  padding-bottom: 11px;
  border-bottom: 1px solid #e6e6e6; }

.last-article-link {
  padding-top: 7px; }

.last-article-author .avatar {
  width: 40px;
  height: 40px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  float: left;
  margin-right: 20px; }

.last-article-author span {
  display: inline-block;
  padding-top: 15px;
  color: #292D32;
  font-size: 15px; }

.last-article-link a {
  color: #2A2D32;
  font-size: 18px;
  font-weight: 500;
  text-decoration: none;
  line-height: 1.4; }

.last-article-link a:hover, .last-article-link a:focus {
  text-decoration: underline;
  color: #2A2D32; }

.last-article-counts {
  display: inline-block;
  padding-left: 30px;
  width: 72.97%;
  padding-top: 14px; }

.last-article-likes, .last-article-comments, .blog-cat-post-views, .row-list-post-views, .blog-cat-post-comments, .post-comments-count, .post-likes, .blog-cat-post-share, .related-post-views, .related-post-likes, .related-post-share, .row-list-post-share {
  display: inline-block;
  color: #00abbd;
  line-height: 19px;
  font-size: 10px;
  font-weight: 700;
  text-transform: uppercase; }

.site-content .post-comments-count, .review-post-content .post-comments-count {
  cursor: pointer; }

.last-article-likes {
  padding-left: 25px;
  background: url(../images/likes_count.png) no-repeat 0 center; }

.last-article-comments, .blog-cat-post-comments, .post-comments-count {
  margin-left: 20px; }

.last-article-comments i.hunt-icon:before, .blog-cat-post-comments i.hunt-icon:before, .post-comments-count i.hunt-icon:before {
  content: "\e91e"; }

.top-stories-wrap {
  width: 32.20%;
  float: right;
  display: inline-block;
  background: #fff;
  border: none; }

.top-stories-title span {
  display: inline-block;
  position: relative;
  line-height: 32px;
  padding-left: 45px; }

.top-stories-title span:before {
  content: "\e900";
  position: absolute;
  left: 0;
  top: 0;
  font-family: 'WT-ico-font';
  font-style: normal;
  font-weight: normal;
  color: #fff;
  font-size: 32px; }

.top-stories-nav {
  display: inline-block;
  width: 100%;
  margin: 0;
  padding: 25px 26px 28px;
  list-style: none;
  float: left;
  background: #f7f8f9;
  border-bottom: 1px solid #dfe5e8; }

.top-stories-nav li {
  width: 46%;
  line-height: 37px;
  position: relative;
  text-align: center;
  color: #41CCF5;
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
  float: left;
  border: 1px solid;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  border-color: #00abbd;
  margin-bottom: -1px;
  cursor: pointer; }

.top-stories-nav li.active {
  border: 1px solid;
  border-color: #00abbd;
  background: #00abbd;
  color: #fff; }

.top-stories-nav li:first-child {
  left: -1px; }

.top-stories-nav li:last-child {
  right: -2px;
  float: right; }

.top-stories-nav li.active:before {
  content: '';
  position: absolute;
  border: 6px solid transparent;
  border-top: 6px solid;
  border-top-color: #00abbd;
  width: 0;
  height: 0;
  bottom: -12px;
  left: 50%;
  margin-left: -6px;
  background: none; }

.top-stories-content {
  display: inline-block;
  width: 100%;
  border-top: none;
  float: left;
  padding: 0; }

.top-stories-list {
  display: none;
  margin: 0;
  padding: 0;
  list-style: none; }

.top-stories-list li {
  padding-top: 40px; }

.top-stories-item {
  display: inline-block;
  width: 100%; }

.top-stories-item-image {
  display: block;
  padding-bottom: 15px;
  text-align: center; }

.top-stories-item-image a {
  display: block;
  position: relative;
  transition: all .15s ease-in-out; }

.top-stories-item-image img {
  max-width: 100%;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px; }

.top-stories-item-content {
  display: block; }

.top-stories-item-content > a.top-stories-item-title {
  line-height: 1.4;
  display: block;
  color: #202020;
  font-family: 'Open Sans', serif;
  font-size: 16px;
  font-weight: 400; }

.top-stories-item-content > a.top-stories-item-cat {
  display: inline-block;
  margin: 8px 0 0;
  padding: 6px 8px;
  color: #FFF;
  font-family: 'Montserrat', sans-serif;
  font-size: 9px;
  font-weight: 400;
  text-transform: uppercase;
  background: #00abbd;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px; }

.top-stories-item-info {
  display: block;
  margin-top: 8px;
  font-family: 'Montserrat', sans-serif;
  font-size: 11px;
  font-weight: 300;
  color: #00abbd;
  text-transform: uppercase; }

.top-stories-item-info span {
  color: #6B6C72; }

.top-stories-list.active {
  display: block; }

.main-sidebar .blog-cat-post-image img {
  border-radius: 0; }

.main-sidebar .blog-list-item .blog-cat-post-content {
  padding: 12px 28px 0px; }

.main-sidebar .blog-list-item {
  border-radius: 0;
  position: relative; }

.main-sidebar .blog-list-item:after {
  content: '';
  position: absolute;
  width: 82%;
  left: 50%;
  bottom: 0;
  margin-left: -41%;
  height: 1px;
  background: #00abbd;
  transition: all .15s ease-in-out; }

.main-sidebar .sidebar-top-stories .blog-list-item .blog-cat-post-title a {
  color: #202020;
  font-family: 'Open Sans', serif;
  font-size: 16px;
  font-weight: 400; }

.main-sidebar .sidebar-top-stories .blog-list-item:hover .blog-cat-post-title a {
  color: #ffffff; }

.main-sidebar .blog-list-item .blog-cat-post-title {
  line-height: 1.1; }

/**
 * -- Blog Categories
 * ----------------------------------------------------------------------------
 */
.blog-categories {
  margin-top: 32px; }

.blog-cat-title span {
  background: url(../images/blog_cat_title.png) no-repeat center 0; }

.blog-cat-items {
  display: inline-block;
  width: 100%;
  margin-top: 50px; }

.blog-cat-list {
  display: inline-block;
  text-align: center;
  width: 100%;
  margin: 0 0 28px 0;
  padding: 0;
  list-style: none; }

.blog-cat-list li {
  display: inline-block;
  position: relative;
  text-align: center;
  cursor: pointer;
  background: #fff;
  border: 1px solid;
  border-color: #00abbd;
  border-radius: 18px;
  margin-right: 10px;
  margin-bottom: 14px;
  line-height: 37px;
  padding: 0 32px;
  font-family: 'Montserrat', sans-serif;
  font-size: 12px;
  font-weight: 400;
  text-transform: uppercase;
  color: #00abbd;
  transition: all .15s ease-in-out; }

.blog-cat-list li:last-child {
  margin-right: 0; }

.blog-cat-list li.active, .blog-cat-list li:hover {
  color: #fff;
  background: #00abbd; }

.blog-cat-content {
  display: inline-block;
  width: 100%; }

.blog-cat-content .blog-list-item-wrap, .most-viewed-wrapper .blog-list-item-wrap {
  padding: 0 10px; }

.blog-cat-content .blog-list-item, .most-viewed-wrapper .blog-most-viewed-item .blog-list-item, .row-list-item {
  background: #fff;
  height: 100%;
  -webkit-box-shadow: 1px 5px 21px rgba(233, 233, 233, 0.95);
  box-shadow: 1px 5px 21px rgba(233, 233, 233, 0.95);
  -moz-box-shadow: 1px 5px 21px rgba(233, 233, 233, 0.95); }

.blog-cat-item {
  display: none;
  width: 100%; }

.blog-cat-news-item {
  margin-bottom: 25px;
  display: inline-block;
  text-align: left;
  width: 32.2%;
  float: left;
  margin-right: 1.7%;
  background: #fff;
  box-shadow: 2.7px 1.4px 7px rgba(0, 0, 0, 0.18);
  -moz-box-shadow: 2.7px 1.4px 7px rgba(0, 0, 0, 0.18);
  -webkit-box-shadow: 2.7px 1.4px 7px rgba(0, 0, 0, 0.18); }

.blog-cat-item-center {
  text-align: center; }

.blog-cat-item-center .blog-cat-news-item {
  float: none;
  vertical-align: top; }

.blog-cat-no-news {
  background: #fff;
  text-align: center;
  border: 1px solid;
  border-color: #00abbd;
  padding: 25px;
  margin-bottom: 45px;
  color: #00abbd;
  font-weight: 700;
  font-size: 31px; }

.blog-cat-item .blog-cat-news-item:last-child {
  margin-right: 0; }

.blog-cat-main-link {
  text-align: center;
  margin: 0 0 20px; }

.blog-cat-main-link > a {
  display: inline-block;
  text-decoration: none;
  color: #FFF;
  font-family: 'Montserrat', sans-serif;
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  background: #00abbd;
  border-radius: 5px;
  line-height: 40px;
  padding: 0 40px;
  transition: all .15s ease-in-out; }

.blog-cat-post-image, .row-list-post-image {
  position: relative; }

.blog-cat-post-image > a, .row-list-post-image > a {
  display: inline-block;
  border-radius: 6px 6px 0 0;
  position: relative;
  overflow: hidden;
  z-index: 2; }

.sidebar-top-stories .blog-cat-post-image > a {
  border-radius: 0; }

.blog-list-item:hover .blog-cat-post-image a:before, .row-list-item:hover .row-list-post-image a:before {
  opacity: 0; }

.blog-cat-post-image img, .row-list-post-image img {
  width: 100%; }

.blog-cat-post-image > a:before, .row-list-post-image > a:before {
  position: absolute;
  content: '';
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 3;
  background: url(../images/post_list_image_gradient.png) no-repeat;
  background-size: 100% 100%; }

.single-review-list-item .row-list-post-image > a:before {
  display: none; }

.blog-cat-post-image img, .row-list-post-image img {
  border-radius: 6px 6px 0 0;
  transition: transform 0.1s linear; }

.blog-cat-post-date {
  position: absolute;
  top: 17px;
  left: 0;
  display: inline-block;
  width: 60px;
  height: 26px;
  line-height: 30px;
  padding-left: 11px;
  background-color: rgba(255, 255, 255, 0.75);
  color: #00B;
  font-size: 13px;
  border-radius: 0 20px 20px 0; }

.blog-cat-news-item img {
  width: 100%; }

.blog-cat-post-content, .row-list-post-content {
  padding: 15px 38px 20px; }

.blog-cat-post-content > a, .row-list-post-content > a {
  display: inline-block;
  width: 85%;
  margin-bottom: 18px;
  text-decoration: none;
  color: #2A2D32;
  font-weight: 500;
  font-size: 18px; }

.blog-cat-post-content > a:hover, .row-list-post-content > a:hover {
  color: #2A2D32;
  text-decoration: underline; }

.blog-cat-post-content > span, .row-list-post-content > span {
  display: block;
  color: #2A2D32;
  font-size: 15px; }

.blog-cat-post-info, .row-list-post-info {
  display: inline-block;
  width: 100%;
  padding: 8px 28px 8px 38px; }

.blog-cat-post-author, .row-list-post-author {
  display: inline-block;
  float: left; }

.blog-cat-post-author img, .row-list-post-author img {
  width: 32px;
  height: 32px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  float: left;
  margin-right: 12px; }

.blog-cat-post-author span, .row-list-post-author span {
  display: inline-block;
  padding-top: 10px;
  color: #4545E1;
  font-size: 13px;
  font-weight: 700; }

.blog-cat-post-counts, .row-list-post-counts {
  display: inline-block;
  position: relative;
  float: right;
  line-height: 20px; }

.blog-cat-post-views i.hunt-icon:before, .related-post-views i.hunt-icon:before, .row-list-post-views i.hunt-icon:before {
  content: "\e918"; }

.blog-cat-post-comments {
  margin-left: 13px; }

/**
 * -- Most Viewed
 * ----------------------------------------------------------------------------
 */
.most-viewed {
  margin-top: 32px; }

.most-viewed h2 > i.hunt-icon > .path1:before {
  content: "\e902"; }

.most-viewed h2 > i.hunt-icon > .path2:before {
  content: "\e903";
  margin-left: -1.1181640625em; }

.most-viewed h2 > i.hunt-icon > .path3:before {
  content: "\e904";
  margin-left: -1.1181640625em; }

.most-viewed h2 > i.hunt-icon > .path4:before {
  content: "\e905";
  margin-left: -1.1181640625em; }

.most-viewed h2 > i.hunt-icon > .path5:before {
  content: "\e906";
  margin-left: -1.1181640625em; }

.most-viewed h2 > i.hunt-icon > .path6:before {
  content: "\e907";
  margin-left: -1.1181640625em; }

.most-viewed h2 > i.hunt-icon > .path7:before {
  content: "\e908";
  margin-left: -1.1181640625em; }

.most-viewed h2 > i.hunt-icon > .path8:before {
  content: "\e909";
  margin-left: -1.1181640625em; }

.most-viewed h2 > i.hunt-icon > .path9:before {
  content: "\e90a";
  margin-left: -1.1181640625em; }

.most-viewed h2 > i.hunt-icon > .path10:before {
  content: "\e90b";
  margin-left: -1.1181640625em; }

.most-viewed h2 > i.hunt-icon > .path11:before {
  content: "\e90c";
  margin-left: -1.1181640625em; }

.blog-most-viewed-item {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%; }

.blog-cat-item.active {
  display: block; }

.blog-cat-item.active .homeblogsubdiv {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex; }

.blog-cat-item-center.active {
  display: inline-block; }

.blog-most-viewed-item .blog-list-item-wrap {
  margin-bottom: 20px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex; }

/**
 * --Newsletter
 * ----------------------------------------------------------------------------
 */
.sign-up-before {
  margin-top: 50px; }

.sign-up-wrap {
  position: relative;
  padding: 88px 0 112px;
  background: #edf1f4; }

.sign-up-before-inside:before {
  top: -48%;
  z-index: 1; }

.sign-up-before-none:before {
  background: #fff; }

.sign-up-wrap .container {
  position: relative; }

.sign-up {
  text-align: center;
  margin: 0; }

.sign-up form {
  display: inline-block; }

.sign-up .btn-default, .comment-form .submit, .submit-button, .single-page-content input[type=submit], .search-no-results .nothing-found-content .search-form .search-submit {
  display: inline-block;
  width: 120px;
  height: 40px;
  margin-left: 20px;
  border-radius: 5px;
  border: none;
  outline: none;
  cursor: pointer;
  background: #00abbd;
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  color: #FFF;
  font-size: 10px;
  text-transform: uppercase;
  transition: all 300ms; }

.sign-up .btn-default, .search-no-results .nothing-found-content .search-form .search-submit {
  float: left;
  margin-left: 0;
  border-radius: 0 5px 5px 0;
  width: 94px; }

.comment-form .submit, .submit-button {
  width: auto;
  padding: 0 40px;
  margin-left: 0; }

.comment-form .submit {
  background: #00abbd;
  border-radius: 5px; }

.sign-up .btn-default:hover, .comment-form .submit:hover, .submit-button:hover, .single-page-content input[type=submit]:hover, .search-no-results .nothing-found-content .search-form .search-submit:hover {
  background: #2560c1; }

.sign-up form {
  display: inline-block; }

.sign-up .newsletter-email, .search-no-results .nothing-found-content input[type="search"] {
  display: inline-block;
  float: left;
  background: none;
  width: 285px;
  height: 40px;
  padding: 0 10px 0 18px;
  box-shadow: none;
  outline: none;
  border-radius: 5px 0 0 5px;
  border: 1px solid #e8e9ed;
  border-right: 0;
  background: #FFF;
  font-size: 14px; }

.search-no-results .nothing-found-content input[type="search"] {
  padding: 0 0 0 18px; }

.sign-up .success-message {
  margin: 0 0 15px;
  color: #2C2C2C;
  font-size: 21px; }

/**
 * --Entry Header
 * ----------------------------------------------------------------------------
 */
.sidebar .entry-header .entry-meta {
  padding: 0; }

.entry-thumbnail img {
  display: block;
  margin: 0 auto 10px; }

.entry-header {
  margin-bottom: 30px; }

.entry-title {
  font-weight: normal;
  margin: 0 0 5px; }

.entry-title a {
  color: #141412; }

.entry-title a:hover {
  color: #ea9629; }

/**
 * --Entry Meta
 * ----------------------------------------------------------------------------
 */
.entry-meta {
  clear: both;
  font-size: 14px; }

.entry-meta a {
  color: #bc360a; }

.entry-meta a:hover {
  color: #bc360a; }

.entry-meta > span {
  margin-right: 20px; }

.entry-meta > span:last-child {
  margin-right: 0; }

.featured-post:before {
  content: "\f308";
  margin-right: 2px; }

.entry-meta .date a:before {
  content: "\f303"; }

.comments-link a:before {
  content: "\f300";
  margin-right: 2px;
  position: relative;
  top: -1px; }

.entry-meta .author a:before {
  content: "\f304";
  position: relative;
  top: -1px; }

.categories-links a:first-child:before {
  content: "\f301"; }

.tags-links a:first-child:before {
  content: "\f302";
  position: relative;
  top: -1px; }

.edit-link a:before {
  content: "\f411";
  position: relative;
  top: -1px; }

.single-author .entry-meta .author,
.sticky.format-standard .entry-meta .date,
.sticky.format-audio .entry-meta .date,
.sticky.format-chat .entry-meta .date,
.sticky.format-image .entry-meta .date,
.sticky.format-gallery .entry-meta .date {
  display: none; }

/**
 * --Entry Content
 * ----------------------------------------------------------------------------
 */
.review-categories h2.main-title, .blog-categories h2.main-title, .recent-articles h2.main-title {
  padding: 0;
  border-bottom: 0;
  color: #fff;
  font-size: 27px;
  font-weight: 700;
  font-family: 'Open Sans', sans-serif; }

.review-categories h2.main-title > i.hunt-icon {
  display: inline-block;
  width: 94px;
  height: 101px;
  background: url(../images/rev_cat_title.png) no-repeat; }

.blog-categories h2.main-title > i.hunt-icon {
  display: inline-block;
  width: 94px;
  height: 96px;
  background: url(../images/blog_cat_title.png) no-repeat; }

.recent-articles h2.main-title > i.hunt-icon {
  display: inline-block;
  width: 94px;
  height: 75px;
  background: url(../images/top_stories_title.png) no-repeat; }

.blog-categories .blog-cat-list li {
  color: #82ca9c;
  border-color: #82ca9c; }

.blog-categories .blog-cat-list li.active, .blog-categories .blog-cat-list li:hover, .blog-categories .blog-cat-main-link > a {
  color: #fff;
  background: #82ca9c; }

.sign-up h2.main-title, .review-categories h2.main-title, .blog-categories h2.main-title, .most-viewed h2.main-title {
  text-align: center;
  position: relative; }

.review-categories h2.main-title .site-navigation-search .search-form:before, .blog-categories h2.main-title .search-form:before, .most-viewed h2.main-title .search-form:before {
  display: none; }

.review-categories h2.main-title .site-navigation-search, .blog-categories h2.main-title .site-navigation-search, .most-viewed h2.main-title .site-navigation-search {
  position: absolute; }

.most-viewed h2.main-title .site-navigation-search {
  right: 0;
  bottom: 10px; }

.review-categories h2.main-title .site-navigation-search, .blog-categories h2.main-title .site-navigation-search, .recent-articles h2.main-title .site-navigation-search {
  bottom: 5px;
  right: 4px; }

.review-categories h2.main-title .site-navigation-search .search-field, .blog-categories h2.main-title .site-navigation-search .search-field, .most-viewed h2.main-title .site-navigation-search .search-field {
  height: 32px; }

.review-categories h2.main-title .site-navigation-search > span, .blog-categories h2.main-title .site-navigation-search > span, .most-viewed h2.main-title .site-navigation-search > span {
  vertical-align: middle;
  font-weight: 700;
  margin-top: 9px; }

.review-categories h2.main-title .site-navigation-search > span, .blog-categories h2.main-title .site-navigation-search > span, .recent-articles h2.main-title .site-navigation-search > span {
  letter-spacing: 0.8px; }

.review-categories h2.main-title .site-navigation-search .search-form .search-submit, .blog-categories h2.main-title .search-form .search-submit,
.most-viewed h2.main-title .search-form label > i.hunt-icon, .most-viewed h2.main-title .site-navigation-search .search-form .search-submit {
  top: 16px; }

.review-categories h2.main-title .site-navigation-search .search-form, .blog-categories h2.main-title .site-navigation-search .search-form, .most-viewed h2.main-title .site-navigation-search .search-form {
  float: none;
  vertical-align: middle; }

.review-categories h2.main-title > i.hunt-icon:before, .blog-categories h2.main-title > i.hunt-icon:before, .blog-categories h2.main-title > i.hunt-icon i:before,
.recent-articles h2.main-title > i.hunt-icon:before {
  content: ''; }

.review-categories h2.main-title .site-navigation-search > span, .review-categories h2.main-title .search-form label > i.hunt-icon,
.blog-categories h2.main-title .site-navigation-search > span, .blog-categories h2.main-title .search-form label > i.hunt-icon,
.recent-articles h2.main-title .site-navigation-search > span, .recent-articles h2.main-title .search-form label > i.hunt-icon {
  color: #fff; }

.review-categories h2.main-title .search-form .search-submit i.hunt-icon, .review-categories h2.main-title .search-form label > i.hunt-icon,
.blog-categories h2.main-title .search-form .search-submit i.hunt-icon, .blog-categories h2.main-title .search-form label > i.hunt-icon,
.recent-articles h2.main-title .search-form .search-submit i.hunt-icon, .recent-articles h2.main-title .search-form label > i.hunt-icon {
  top: 12px; }

.review-categories h2.main-title .site-navigation-search .search-form > label, .blog-categories h2.main-title .site-navigation-search .search-form > label, .recent-articles h2.main-title .site-navigation-search .search-form > label {
  top: 4px; }

.review-categories h2.main-title > span, .blog-categories h2.main-title > span, .recent-articles h2.main-title > span {
  margin-top: 12px;
  padding: 8px 0;
  background: #4bb9ba;
  background: -moz-linear-gradient(left, #4bb9ba 0%, #00a1e4 100%);
  background: -webkit-linear-gradient(left, #4bb9ba 0%, #00a1e4 100%);
  background: linear-gradient(to right, #4bb9ba 0%, #00a1e4 100%); }

.sign-up h2 > span, .review-categories h2 > span, .blog-categories h2 > span, .most-viewed h2 > span {
  margin-top: 15px;
  display: block; }

.sign-up h2 > i.hunt-icon, .review-categories h2 > i.hunt-icon, .blog-categories h2 > i.hunt-icon, .most-viewed h2 > i.hunt-icon {
  font-size: 46px; }

.sign-up h2 > i.hunt-icon:before {
  content: "\e919"; }

.review-categories h2 > i.hunt-icon:before {
  content: "\e901"; }

.entry-blog-title, .entry-post-title, .entry-review-title, .entry-page-title {
  position: relative;
  font-family: 'Open Sans Bold', sans-serif;
  color: #45454B;
  margin: 0 0 16px;
  width: 95%; }

.entry-post-title {
  text-align: center;
  margin: 5px 0 35px;
  overflow: hidden; }

.review-post-content .entry-post-title {
  margin: 5px 0 50px; }

.entry-post-title span {
  display: inline-block;
  position: relative; }

.entry-post-title span:before {
  right: 105%; }

.entry-post-title span:after {
  left: 105%; }

.entry-blog-title, .entry-review-title {
  margin: 0 0 18px;
  padding: 0 0 16px;
  width: 95%; }

.review-single-content .entry-review-title {
  margin: 0 0 32px; }

.entry-blog-title:before, .entry-review-title:before {
  content: '';
  position: absolute;
  width: 280px;
  height: 1px;
  left: 0;
  bottom: 0;
  background: #00abbd;
  max-width: 100%; }

.entry-content {
  word-wrap: break-word; }

.entry-content .more-link {
  white-space: nowrap; }

.entry-content blockquote {
  font-size: 24px; }

.entry-content blockquote cite,
.entry-content blockquote small {
  font-size: 16px; }

footer.entry-meta {
  margin-top: 24px; }

.format-standard footer.entry-meta {
  margin-top: 0; }

/* Page links */
.page-links {
  clear: both;
  font-size: 16px;
  font-style: italic;
  font-weight: normal;
  line-height: 2.2;
  margin: 20px 0;
  text-transform: uppercase; }

.page-links a,
.page-links > span {
  background: #fff;
  border: 1px solid #fff;
  padding: 5px 10px;
  text-decoration: none; }

.format-status .entry-content .page-links a,
.format-gallery .entry-content .page-links a,
.format-chat .entry-content .page-links a,
.format-quote .entry-content .page-links a,
.page-links a {
  background: #e63f2a;
  border: 1px solid #e63f2a;
  color: #fff; }

.format-gallery .entry-content .page-links a:hover,
.format-audio .entry-content .page-links a:hover,
.format-status .entry-content .page-links a:hover,
.format-video .entry-content .page-links a:hover,
.format-chat .entry-content .page-links a:hover,
.format-quote .entry-content .page-links a:hover,
.page-links a:hover {
  background: #fff;
  color: #e63f2a; }

.format-status .entry-content .page-links > span,
.format-quote .entry-content .page-links > span {
  background: none; }

.page-links .page-links-title {
  background: transparent;
  border: none;
  margin-right: 20px;
  padding: 0; }

/* Mediaelements */
.hentry .mejs-mediaelement,
.hentry .mejs-container .mejs-controls {
  background: #220e10; }

.hentry .mejs-controls .mejs-time-rail .mejs-time-loaded,
.hentry .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-current {
  background: #fff; }

.hentry .mejs-controls .mejs-time-rail .mejs-time-current {
  background: #ea9629; }

.hentry .mejs-controls .mejs-time-rail .mejs-time-total,
.hentry .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-total {
  background: #595959; }

.hentry .mejs-controls .mejs-time-rail span,
.hentry .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-total,
.hentry .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-current {
  border-radius: 0; }

/**
 * --Related posts
 * ----------------------------------------------------------------------------
 */
.related-posts-wrap {
  padding: 60px 0 30px; }

.review-post-content .related-posts-wrap .entry-post-title {
  margin: 5px 0 40px;
  text-transform: uppercase;
  overflow: hidden; }

.review-post-content .related-posts-wrap .entry-post-title span:before, .review-post-content .related-posts-wrap .entry-post-title span:after {
  content: "";
  position: absolute;
  height: 1px;
  background: #00abbd;
  width: 500px;
  top: 18px; }

.review-post-content .related-posts-wrap .entry-post-title span:before {
  right: 106%; }

.review-post-content .related-posts-wrap .entry-post-title span:after {
  left: 106%; }

.related-posts-wrap, .elated-posts-items-wrap {
  display: inline-block;
  width: 100%; }

.related-posts-items-wrap {
  display: inline-block;
  width: 100%; }

.related-post-item {
  display: inline-block;
  position: relative;
  float: left;
  width: 49%;
  margin-right: 2%;
  background-color: #FFF;
  border: 1px solid;
  border-color: #00abbd;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  border-radius: 6px;
  transition: all 0.25s ease; }

.related-post-hover-link, .related-post-hover-link:hover, .related-post-hover-link:focus {
  position: absolute;
  color: #292D32;
  font-family: 'Open Sans', serif;
  font-size: 15px;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: rgba(255, 255, 255, 0.91);
  -moz-box-shadow: 0 0 38px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 0 38px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 38px rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  opacity: 0;
  visibility: hidden;
  transition: all 0.25s ease; }

.related-post-hover-link span {
  display: inline-block;
  position: absolute;
  bottom: 34px;
  left: 15%;
  max-width: 80%; }

.related-post-hover-stat {
  position: absolute;
  display: block;
  width: 100%;
  text-align: center;
  top: 50%;
  margin-top: -50px;
  opacity: 0;
  visibility: hidden;
  transition: all 0.25s ease; }

.related-post-likes, .related-post-views {
  margin-right: 8px; }

.related-post-item-hover {
  border-color: rgba(0, 0, 0, 0) !important; }

.related-post-item-hover .related-post-hover-link, .related-post-item-hover .related-post-hover-stat {
  opacity: 1;
  visibility: visible; }

.related-post-item-hover .related-details, .related-post-item-hover .related-post-rate {
  opacity: 0;
  visibility: hidden; }

.related-posts-items-wrap-active .related-post-item {
  opacity: 0.16; }

.related-posts-items-wrap-active .related-post-item-hover {
  opacity: 1; }

.related-post-share, .related-post-views {
  display: inline-block;
  margin-left: 0; }

.related-posts-items-wrap .related-post-item:last-child {
  margin-right: 0; }

.related-post-item .substrate-related img {
  border-radius: 6px; }

.related-post-item .main-review-img img {
  border-radius: 6px 6px 0 0;
  float: left; }

.top-stories-inside-wrap {
  margin-top: 50px; }

.top-stories-inside-wrap .top-stories-title {
  text-align: center;
  float: none; }

.top-stories-inside {
  display: inline-block;
  width: 100%;
  background: #fff;
  border: 1px solid;
  border-color: #00abbd;
  border-radius: 0 0 6px 6px; }

.top-stories-inside img {
  border-radius: 6px; }

.most-read-inside, .top-reviews-inside {
  float: left;
  display: inline-block;
  width: 50%;
  padding-bottom: 17px; }

.most-read-inside {
  border-right: 1px solid;
  border-color: #00abbd; }

.top-reviews-inside {
  margin-left: -1px;
  border-left: 1px solid;
  border-color: #00abbd; }

.most-read-inside-title, .top-reviews-inside-title {
  padding: 18px 0;
  display: block;
  margin-bottom: 20px;
  text-align: center;
  color: #515154;
  font-family: 'Open Sans', serif;
  font-weight: 700;
  font-size: 16px;
  background: #fff;
  border-bottom: 1px solid;
  border-color: #00abbd; }

.top-reviews-inside-title {
  background: #fff; }

.most-read-inside-item, .top-reviews-inside-item {
  display: inline-block;
  width: 100%;
  padding: 0 20px;
  margin-bottom: 17px; }

.most-read-inside-left, .top-reviews-inside-left {
  display: inline-block;
  position: relative;
  width: 39.75%;
  float: left; }

.most-read-inside-left img, .top-reviews-inside-left img {
  width: 100%; }

.most-read-inside-right, .top-reviews-inside-right {
  display: inline-block;
  width: 54.8%;
  float: right; }

.most-read-inside-item .most-read-inside-link, .top-reviews-inside-item .top-reviews-inside-link {
  color: #292D32;
  font-weight: 600; }

.most-read-inside-item .most-read-inside-link:hover, .top-reviews-inside-item .top-reviews-inside-link:hover {
  text-decoration: underline; }

.most-read-inside-item .post-date, .top-reviews-inside-item .post-date {
  display: block;
  font-size: 14px;
  margin-top: 10px; }

.top-reviews-inside-item .post-date {
  margin-bottom: 3px; }

.top-reviews-inside-item .related-post-rate {
  top: 2px;
  left: 4px; }

/**
 * -- Breadcrumbs & Earnings Disclosure
 * ----------------------------------------------------------------------------
 */
.custom-post-breadcrumb, .custom-review-breadcrumb, .custom-single-review-breadcrumb, .custom-page-breadcrumb {
  font-size: 14px;
  padding-bottom: 5px;
  text-transform: uppercase; }

.review-single-review-breadcrumb {
  margin-top: -10px; }

.custom-hub-post-breadcrumb {
  font-size: 14px;
  margin: -30px 0 40px 0;
  text-align: center;
  text-transform: uppercase; }

.custom-404-breadcrumb {
  font-size: 14px;
  padding-bottom: 5px;
  text-align: center; }

.earnings-disclosure {
  margin-top: -22px; }
  .earnings-disclosure p {
    font-style: italic;
    font-size: 13px;
    text-transform: uppercase; }

.review-single-content .earnings-disclosure {
  margin-bottom: 34px; }
  .review-single-content .earnings-disclosure p {
    margin: 0 0 24px; }

@media (max-width: 767px) {
  .custom-post-breadcrumb, .custom-review-breadcrumb, .custom-single-review-breadcrumb, .custom-page-breadcrumb {
    font-size: 13px; }
  .earnings-disclosure p {
    font-size: 12px; } }

@media (max-width: 550px) {
  .custom-post-breadcrumb, .custom-review-breadcrumb, .custom-single-review-breadcrumb, .custom-page-breadcrumb {
    font-size: 12px; }
  .earnings-disclosure p {
    font-size: 11px; } }

/**
 *--Shortcode styles
 */
.su-list-custom h3 {
  margin: 0 0 10px; }

.su-list-custom h4 {
  margin: 0 0 10px;
  font-weight: 600; }

.su-list-custom-end {
  margin-bottom: 10px !important; }

.su-list-custom-top {
  padding-top: 20px; }

.su-list-custom ul li {
  line-height: 1.5em; }

.su-list-custom ul li p {
  line-height: 1.6em;
  margin: 0 0 15px; }

.su-list-custom ul li img {
  padding: 5px 0 20px; }

.su-list-custom > ul > li > ul {
  margin: 5px 0 0 0 !important; }

.su-list-custom > ul > li > ul > li > i {
  opacity: 0.65; }

/**
 *--YouTube video shortcode styles
 */
.youtube-custom {
  padding-bottom: 20px; }

.youtube-custom-end {
  padding-bottom: 25px; }

.youtube-custom-top {
  margin-top: 25px; }

/**
 *--Custom Blog/Review styles
 * ----------------------------------------------------------------------------
 */
.review-content-info-section img, .blog-content-inside img, .custom-image-bottom {
  padding: 0 0 20px; }

.review-content-info-section .image-under-h4, .review-content-info-section .image-under-h4 {
  padding-top: 22px; }

.review-content-info-section .image-end img, .blog-content-inside .image-end img {
  padding: 0; }

.review-content-info-section .highlight-custom, .blog-content-inside .highlight-custom {
  font-weight: bold;
  color: #0088a0; }

.review-content-info-section .highlight-custom-center, .blog-content-inside .highlight-custom-center {
  text-align: center; }

.review-single-content .entry-review-title {
  text-align: center;
  overflow: hidden;
  position: relative;
  color: #44444b;
  font-size: 35px; }

.review-single-content .entry-review-title span {
  display: inline-block;
  position: relative; }

.review-single-content .entry-review-title span::before {
  right: 108%; }

.review-single-content .entry-review-title span::before, .entry-review-title span::after {
  content: "";
  top: 50%;
  position: absolute;
  height: 1px;
  background: #00abbd;
  width: 800px; }

.review-single-content .entry-review-title span::after {
  left: 108%; }

.review-single-content .entry-review-title {
  width: 100%; }

.custom-summary {
  border-radius: 8px 8px 8px 8px;
  background: rgba(0, 136, 160, 0.85);
  color: #f4f4f4;
  margin: 30px auto 40px auto;
  padding: 25px 30px; }

.custom-summary .custom-summary-heading {
  margin: 0 0 15px;
  font-size: 23px;
  font-weight: 700;
  line-height: 30px; }

/**
 * --Custom Review Guide styles
 * ----------------------------------------------------------------------------
 */
.review-content-top-picks {
  text-align: center;
  font-weight: bold; }

.review-content-table-picks {
  text-align: center;
  margin-bottom: 15px;
  margin-top: -8px; }

.review-content-items-amount {
  font-size: 31px;
  text-align: center;
  margin-top: 50px;
  margin-bottom: 60px;
  color: #0088a0; }

.review-item-full-content-subheading {
  font-weight: 600;
  margin: 0 0 12px; }

.review-item-full-content .faq {
  text-transform: uppercase; }

.review-items-verdict {
  margin-top: -20px;
  padding-bottom: 30px; }

.review-items-verdict h2 {
  font-weight: 600;
  font-size: 28px; }

.review-content-info-section h2 {
  text-align: center;
  color: #0088a0;
  padding: 10px 0 10px; }

.review-content-info-section h4 {
  margin: 0 0 10px; }

.review-content-info-section .su-list-custom h5 {
  margin: 0 0 10px; }

/**
 * --Custom Blog Post styles
 * ----------------------------------------------------------------------------
 */
.blog-content .blog-content-inside h2 {
  color: #0088a0;
  font-size: 30px; }

.blog-post-content span.anchor {
  top: -95px; }

/**
 * Tablepress custom styles
 */
.review-post-content .tablepress, .blog-post-content .tablepress {
  margin-bottom: 30px; }

.blog-post-content .tablepress, .review-post-content .tablepress {
  background-color: #FFF;
  -moz-box-shadow: 0 3px 24px rgba(47, 47, 47, 0.15);
  -webkit-box-shadow: 0 3px 24px rgba(47, 47, 47, 0.15);
  box-shadow: 0 3px 24px rgba(47, 47, 47, 0.15); }

.review-post-content .tablepress tfoot th, .review-post-content .tablepress thead th, .blog-post-content .tablepress tfoot th, .blog-post-content .tablepress thead th {
  background-color: #0088a0;
  color: #fff;
  font-size: 14px;
  font-weight: 700; }

.review-post-content .tablepress thead th, .blog-post-content .tablepress thead th {
  border: none;
  text-align: center; }

.review-post-content .tablepress thead th:first-child, .blog-post-content .tablepress thead th:first-child {
  border-radius: 5px 0 0 0; }

.review-post-content .tablepress thead th:last-child, .blog-post-content .tablepress thead th:last-child {
  border-radius: 0 5px 0 0; }

.review-post-content .tablepress tbody td, .blog-post-content .tablepress tbody td {
  vertical-align: middle;
  text-align: center; }

.review-post-content .tablepress tbody td.column-1, .review-post-content .tablepress tbody td.column-2, .blog-post-content .tablepress tbody td.column-1, .blog-post-content .tablepress tbody td.column-2 {
  border-right: 1px solid #f0f1f3; }

.review-post-content .tablepress tbody td.column-2, .review-post-content .tablepress tbody td.column-2 span, .review-post-content .tablepress tbody td.column-2 span strong, .blog-post-content .tablepress tbody td.column-2, .blog-post-content .tablepress tbody td.column-2 span, .blog-post-content .tablepress tbody td.column-2 span strong {
  color: #00a59d;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.4; }

/**
 * Custom styles for specific tables filled in Tablepress class option
 */
.review-post-content .generic-two-column-table tbody td.column-1, .review-post-content .generic-two-column-table tbody td.column-1 span, .review-post-content .generic-two-column-table tbody td.column-1 span strong, .blog-post-content .generic-two-column-table tbody td.column-1, .blog-post-content .generic-two-column-table tbody td.column-1 span, .blog-post-content .generic-two-column-table tbody td.column-1 span strong {
  color: #00a59d;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.4;
  width: 50%; }

/**
 * --Original Review/Blog Post styles
 * ----------------------------------------------------------------------------
 */
.review-content-wrap, .blog-content-wrap, .single-page-wrap {
  display: inline-block;
  width: 100%; }

.review-content, .blog-content, .single-page-content {
  float: left;
  display: inline-block;
  width: 74.58%; }

.single-page-content.single-page-content-full,
.single-page-content-full {
  display: block;
  float: none;
  width: 100%; }

.review-list .review-content {
  float: right; }

.blog-content-inside, .review-content-inside {
  font-size: 18px;
  line-height: 1.6; }

.single-page-content h2 {
  color: #45454B;
  font-size: 30px;
  font-weight: 600; }

.single-page-content h3 {
  color: #45454B;
  font-size: 24px;
  font-weight: 600; }

.single-page-content li {
  margin-bottom: 15px; }

.sources-section {
  margin-top: 30px;
  padding-bottom: 30px;
  font-size: 17px;
  color: #2A2D32;
  line-height: 1.6; }

.sources-section .sources-title {
  font-size: 30px;
  margin: 0 0 30px; }

.sources-section .sources-content ol {
  padding-left: 0; }

.sources-section .sources-content ol li {
  position: relative;
  list-style: decimal outside;
  margin-left: 18px;
  margin-bottom: 15px;
  padding-left: 22px; }

.sources-section .sources-content ul li {
  margin-bottom: 12px; }

.review-content img, .blog-content img, .single-page-content img, .blog-cat-content img, .blog-most-viewed-item img {
  max-width: 100%; }

.single-page-content {
  position: relative;
  font-size: 18px;
  line-height: 1.6; }

.main-sidebar {
  float: right;
  display: inline-block;
  width: 23.73%; }

.category-hidden {
  overflow: hidden; }

.review-list .main-sidebar {
  float: left; }

.close-sidebar-filter {
  position: absolute;
  cursor: pointer;
  display: none;
  top: 0;
  right: 40px;
  margin: 15px;
  width: 30px;
  height: 30px;
  z-index: 10; }

.close-sidebar-filter:before, .close-sidebar-filter:after {
  content: '';
  position: absolute;
  margin: -0.5px -21px;
  top: 50%;
  left: 50%;
  height: 1px;
  width: 42px;
  background: #00abbd; }

.close-sidebar-filter:before {
  transform: rotate(45deg); }

.close-sidebar-filter:after {
  transform: rotate(-45deg); }

.category-hidden .close-sidebar-filter {
  display: block; }

.filter-by-button {
  position: fixed;
  padding: 10px 0;
  left: 0;
  bottom: 0;
  z-index: 40;
  width: 100%;
  text-align: center;
  cursor: pointer;
  color: #FFF;
  font-size: 20px;
  text-transform: uppercase;
  background: #00abbd;
  display: none;
  transition: all .15s ease-in-out; }

.review-post-content .review-post, .hentry, .post-content {
  padding: 64px 0 0; }

@media (max-width: 767px) {
  .review-post-content .review-post, .hentry, .post-content {
    padding: 40px 0 0; } }

.review-post-content .review-post .entry-review-title {
  font-size: 40px; }

.review-single-content .entry-review-title {
  padding-bottom: 0;
  text-align: center; }

.review-single-content .entry-review-title:before {
  display: none; }

.review-post-content .main-sidebar {
  margin-top: 15px; }

.site-content .review-default-content .post-author, .blog-post-content .post-content .post-author {
  /* margin-right: 40px; */
  margin-right: 0;
  padding: 10px; }

.site-content .review-default-content .post-counters {
  float: right; }

@media (max-width: 400px) {
  .site-content .review-default-content .post-counters, .blog-post-content .blog-content .post-counters {
    visibility: hidden; } }

.blog-post-content .main-sidebar {
  margin-top: 10px; }

.review-slides-content {
  position: relative;
  display: inline-block;
  width: 100%;
  padding-bottom: 17px;
  border-bottom: 1px solid #e6e6e6; }

.review-single-slide .slider-min {
  padding: 55px 120px 0; }

.slider-min, .entry-blog-info, .entry-review-info {
  display: inline-block;
  width: 100%; }

.slider-min > .bx-wrapper {
  margin: 0;
  padding: 35px 5px 0;
  display: inline-block;
  float: left;
  width: 79.55%; }

.review-single-slide .slider-min > .bx-wrapper {
  width: 100%; }

.slider-min .bx-wrapper .thumb-slider, .slider-min .bx-wrapper .thumb-slider li {
  list-style: none;
  margin: 0;
  padding: 0; }

.slider-min .bx-wrapper .thumb-slider li {
  float: none !important;
  display: inline-block;
  vertical-align: middle; }

.slider-min .thumb-slider {
  list-style: none;
  margin: 0;
  padding: 0; }

.slider-min .thumb-slider li img {
  width: 100%; }

.slider-min .bx-wrapper img {
  width: 100%; }

.fancybox-overlay {
  z-index: 9999991; }

#fancybox-thumbs.bottom, .fancybox-opened {
  z-index: 9999992; }

.fancybox-close {
  z-index: 9999993; }

.slider-min #thumb-pager {
  display: inline-block;
  float: right;
  width: 14.77%; }

.slider-min #own-thumb-pager {
  display: inline-block;
  position: relative;
  z-index: 1;
  width: 100%;
  padding: 0 25px; }

.slider-min #own-thumb-pager.own-thumb-pager-no-controls {
  padding: 0; }

#thumb-pager .bx-wrapper .bx-viewport {
  left: 0; }

.slider-min .thumb-pager, .slider-min .own-thumb-pager {
  list-style: none;
  margin: 0;
  padding: 0; }

.slider-min #own-thumb-pager .bx-wrapper .bx-prev, .slider-min #own-thumb-pager .bx-wrapper .bx-next {
  width: 27px;
  height: 27px;
  transform: rotate(45deg) translateZ(1px);
  background: none;
  margin-top: -14px;
  z-index: -1;
  transition: all .15s; }

.slider-min #own-thumb-pager .bx-wrapper .bx-prev {
  left: -27px;
  border-bottom: 5px solid;
  border-left: 5px solid; }

.slider-min #own-thumb-pager .bx-wrapper .bx-next {
  right: -27px;
  border-top: 5px solid;
  border-right: 5px solid; }

.slider-min #own-thumb-pager .bx-wrapper .bx-prev.disabled {
  border-bottom: 5px solid #dfe5e8;
  border-left: 5px solid #dfe5e8;
  cursor: default; }

.slider-min #own-thumb-pager .bx-wrapper .bx-next.disabled {
  border-top: 5px solid #dfe5e8;
  border-right: 5px solid #dfe5e8;
  cursor: default; }

.slider-min #own-thumb-pager li a {
  background: none;
  margin: 0;
  border: 1px solid rgba(223, 223, 223, 0.8); }

.slider-min .own-thumb-pager li {
  padding: 10px 6px; }

.own-thumb-pager-title {
  margin: 26px 0 12px;
  text-align: center;
  color: #00abbd;
  font-size: 17px; }

.slider-min #thumb-pager a, .slide-amazon-link, .slide-amazon-link-wrap a, .slider-min #own-thumb-pager li a {
  display: block;
  margin-bottom: 13px;
  background: #fff;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  box-shadow: 0.5px 3px 7px rgba(0, 0, 0, 0.18);
  -moz-box-shadow: 0.5px 3px 7px rgba(0, 0, 0, 0.18);
  -webkit-box-shadow: 0.5px 3px 7px rgba(0, 0, 0, 0.18);
  border: 1px solid rgba(0, 0, 0, 0.05);
  transition: all 0.3s; }

.slider-min #thumb-pager a {
  position: relative;
  overflow: hidden; }

#thumb-pager .thumb-image-wrap {
  position: absolute;
  width: 100%;
  display: inline-block;
  text-align: center;
  left: 0;
  top: 0;
  padding: 0 2% 0;
  height: 100%; }

#thumb-pager .thumb-image {
  display: inline-block;
  vertical-align: middle;
  zoom: 1;
  width: 94%;
  height: 100%;
  padding: 4px 0; }

#thumb-pager .thumb-image-helper, .img-helper {
  display: inline-block;
  vertical-align: middle;
  height: 100%;
  width: 0;
  zoom: 1; }

.slider-min #thumb-pager a:hover, .slider-min .slide-amazon-link:hover, .slide-amazon-link-wrap a:hover {
  -webkit-box-shadow: 0.9px 4.9px 21px rgba(0, 0, 0, 0.25);
  box-shadow: 0.9px 4.9px 21px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0.9px 4.9px 21px rgba(0, 0, 0, 0.25); }

.slider-min #thumb-pager a.active, .slider-min #thumb-pager a.active:hover {
  border: 1px solid;
  border-color: #00abbd;
  box-shadow: 0.5px 3px 7px rgba(0, 0, 0, 0.18);
  -moz-box-shadow: 0.5px 3px 7px rgba(0, 0, 0, 0.18);
  -webkit-box-shadow: 0.5px 3px 7px rgba(0, 0, 0, 0.18); }

.slider-min #thumb-pager a img {
  max-height: 100%; }

.slider-min .slide-amazon-link, .slide-amazon-link-wrap a {
  text-align: center;
  padding: 17px 0;
  color: #00abbd;
  font-size: 14px;
  text-decoration: none; }

.slider-min .slide-amazon-link:hover, .slide-amazon-link-wrap a:hover {
  color: #2560c1; }

.slider-min .slide-amazon-link span, .slide-amazon-link-wrap a span {
  color: #FF9D0A; }

.slide-amazon-link-wrap {
  display: inline-block;
  float: right;
  width: 14.77%; }

.entry-post-info, .entry-review-info {
  margin-bottom: 25px; }

.entry-post-info {
  display: inline-block;
  width: 100%; }

.post-author {
  display: inline-block;
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
  color: #3A3D4A;
  text-transform: uppercase;
  font-size: 12px; }

.site-content .post-author {
  float: left; }

.review-post-author {
  display: block;
  margin-bottom: 40px;
  margin-top: -67px;
  min-width: 200px;
  position: relative; }

.post-author .post-author-img {
  display: inline-block;
  float: left;
  margin-right: 11px; }

.post-author .avatar {
  width: 40px;
  height: 40px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%; }

.post-author-info {
  display: inline-block;
  margin-top: 9px;
  float: left; }

.post-author .display-name span {
  color: #00abbd; }

.post-author .display-name {
  display: block;
  line-height: 1; }

.post-date {
  color: #00abbd; }

.editor-rating-banner {
  display: inline-block;
  border-radius: 4px;
  position: relative;
  font-family: 'Montserrat', sans-serif;
  font-size: 40px;
  color: #fff;
  font-weight: 700;
  padding-top: 55px;
  position: absolute;
  text-align: center;
  top: 0;
  right: 20%;
  width: 80px;
  height: 120px;
  background: #00abbd; }

.editor-rating-banner:before {
  content: '';
  position: absolute;
  width: 48px;
  height: 48px;
  left: 50%;
  margin-left: -24px;
  top: 14px;
  background: url(../images/bage_hover_inv.png) no-repeat;
  background-size: 100% 100%; }

.post-counters {
  position: relative; }

.review-post-content .post-counters {
  margin-top: 10px; }

.review-post-content .review-default-content .post-counters {
  /* margin-top: 0; */
  /* padding: 10px; */ }

.site-content .post-counters, .review-default-content .post-counters {
  display: inline-block;
  float: right;
  padding: 10px 0;
  margin-top: 0; }

.post-counters span {
  vertical-align: bottom;
  font-size: 14px;
  line-height: 34px;
  font-weight: normal; }

.post-likes {
  cursor: pointer; }

.post-likes i.hunt-icon, .last-article-comments i.hunt-icon, .blog-cat-post-comments i.hunt-icon, .post-comments-count i.hunt-icon {
  display: inline-block;
  margin-right: 8px;
  font-size: 19px;
  vertical-align: middle; }

.post-likes i.hunt-icon:before {
  /*content: "\e91d";*/
  content: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACQAAAAbCAMAAAAj8t3SAAABPlBMVEUAAAAEaOAHou00m+wEaOEJvPMKv/MEauEEaOAEaOAGjen///8Gf+UHkOkHiucGheYJr/AJpO3///8EaeEEaeEEaeEKv/P///8EbOH///////8EaeEGheYGjekJr/D///8JrvAEa+H///////8EaOD////W5vr///////8KuPIImOoFeOQFceL///8KvPMImOoHjej///8KvPMEaOAKv/MKvPMHjegJtPEGeuT///8HlOoGiOf///////////8FeOQEaeH///8Hmev8/f9Tp+3h7ftztPAGheYFduMJpO0Jr/Dn8fz///////8Jr/AJpO0ImOoJpO0EaOAGheb///////////8FauH///////8sgOV7sO/3+/51rO78/f+PvPKKufE/jOjN4fk6iedDjujR4/mDtfCHt/BKkugxhOaApA5EAAAAWXRSTlMA1ggE0g7WgGpGKufW1dXV1NTPz8q/n4JhYFlXQzszMCEfHBgOCvf04NbW1tXLysrJxcC5rqqempiVkY2KdW1VPzcM8ODOzcnHxMO+tLOnpKOVj3dmSyYjEExVitYAAAGESURBVCjPhdHXVsJAEIDhWUDpTUSaCtjpAipVQOy9l0noIOr7v4CzRqUlh/8qJ/nOTLIB+V5csU00Xj2tg2LruQZKGT1KZnUOB+UU5nDTqfe+evV3unLJIhdioy+0xabYFT5or19u2SaiKDRriFhrCS3EaxlUol1CE6VaAm1cBUpdcev0a0Ct6XXuS8R6m88R+KyuiOilJ3ono+Z9ADoHXWwgtkWUEPlPxH0AHxdpDWPaB8Y0aQchvk3g0b4uR0ENc+ppkZYR0alAfTwxyQNa5ngFnk8zXwGqOPFOfnAyLUgFg8A7GP26Dm4BRKNlGC2J2B8+pxLAWcQ9hvyNkROPqQGykSyMddIY+ndbK3Rn0WRaGjVl09Eh/pUkQxWsp4Zhs2i1Pr4Vjcib84KUas+ybRgyFkvh5yO9nmc+5V+ZB2rJbM6DXKq7cMLwaxLhvBpkq97azwNALdvt92Tkm7mxXQTI2GwZMopqN5QKLMdDGRVQimpnNhWfXSAzRU01fONCFeT7Bgmtb1XjpcyIAAAAAElFTkSuQmCC"); }

.related-post-hover-stat .post-likes i.hunt-icon::before {
  content: "\e91d"; }

.post-likes-popup {
  position: absolute;
  left: -40px;
  top: -21px;
  z-index: 1;
  padding: 5px 10px;
  background: #fff;
  font-family: 'Montserrat', sans-serif;
  font-size: 11px;
  -moz-border-radius: 15px;
  -webkit-border-radius: 15px;
  border-radius: 15px;
  -webkit-box-shadow: 0.9px 4.9px 21px rgba(0, 0, 0, 0.25);
  box-shadow: 0.9px 4.9px 21px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0.9px 4.9px 21px rgba(0, 0, 0, 0.25); }

.post-likes-popup:before {
  content: '';
  position: absolute;
  bottom: -20px;
  left: 50%;
  margin-left: -5px;
  width: 0;
  height: 10px;
  border: 5px solid transparent;
  border-top: 5px solid #fff; }

.post-comments-count {
  margin-left: 18px; }

.post-image {
  position: relative;
  margin-bottom: 35px; }

.post-image-gradient {
  display: inline-block;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  background: url(../images/post_image_gradient.png) no-repeat;
  background-size: 100% 100%; }

.post-image img {
  width: 100%; }

.post-image-logo {
  position: absolute;
  left: 35px;
  top: 30px;
  z-index: 2; }

.post-image-text {
  position: absolute;
  display: inline-block;
  width: 100%;
  left: 0;
  bottom: 0;
  padding: 20px 20px 30px 38px;
  /*background: url(../images/post_img_overlay.png) no-repeat;
	background-size: 100% 100%;*/
  background: -moz-linear-gradient(left, #256de3 0%, rgba(37, 109, 227, 0.35) 100%);
  background: -webkit-linear-gradient(left, #256de3 0%, rgba(37, 109, 227, 0.35) 100%);
  background: linear-gradient(to right, #256de3 0%, rgba(37, 109, 227, 0.35) 100%);
  z-index: 2; }

.post-image-title {
  display: block;
  margin-bottom: 16px;
  width: 70%;
  color: #FFF;
  font-size: 29px;
  font-weight: 600; }

.post-image-link {
  display: inline-block;
  color: #FFF;
  font-size: 18px;
  font-weight: 400; }

.review-post-ratings-content {
  display: inline-block;
  width: 100%;
  text-align: center;
  padding-top: 18px;
  padding-bottom: 29px; }

.post-editor-rating {
  float: left;
  display: inline-block;
  text-align: left; }

.post-users-rating {
  float: right;
  display: inline-block;
  text-align: left; }

.post-editor-rating-title, .post-users-rating-title {
  display: block;
  font-weight: 400;
  font-family: 'Open Sans', serif;
  color: #2A2D32;
  font-size: 18px; }

.post-editor-rating-title-small {
  font-size: 15px; }

.post-editor-rating .star-rating, .post-users-rating .star-rating {
  margin: 5px 0 7px;
  float: none;
  height: 17px;
  width: 102px;
  font-size: 16px; }

.post-users-rating-link {
  display: block;
  text-decoration: none;
  color: #00abbd;
  font-weight: 500;
  font-size: 18px; }

.post-amazon-link {
  display: inline-block;
  color: #00abbd;
  font-size: 13px; }

.post-amazon-link-center {
  margin-left: -112px; }

.review-amazon-link {
  display: inline-block; }

.review-amazon-link .review-amazon-link-img {
  display: block;
  margin-bottom: 15px; }

.review-amazon-link > a, .review-item .post-amazon-link .price-links-guide-item.single.image > div.guide-store-link a:last-child {
  outline: none;
  display: inline-block;
  padding: 0 24px;
  margin: 0;
  line-height: 39px;
  background-color: #F90;
  border: 1px solid #F90;
  -moz-border-radius: 20px;
  -webkit-border-radius: 20px;
  border-radius: 20px;
  -moz-box-shadow: 0 5px 21px rgba(255, 153, 0, 0.4);
  -webkit-box-shadow: 0 5px 21px rgba(255, 153, 0, 0.4);
  box-shadow: 0 5px 21px rgba(255, 153, 0, 0.4);
  color: #FFF;
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
  transition: all .15s; }

.review-item .post-amazon-link .price-links-guide-item.single.image > div.guide-store-link a:last-child span {
  padding: 0;
  line-height: 1; }

.review-item .post-amazon-link .price-links-guide-item.single.image > div.guide-store-link a:last-child span:before {
  display: none; }

.review-amazon-link > a:hover, .review-item .post-amazon-link .price-links-guide-item.single.image > div.guide-store-link a:last-child:hover {
  box-shadow: none;
  color: #fff; }

.review-item-image-hover .post-amazon-link-wrap {
  display: inline-block;
  text-align: center;
  position: absolute;
  z-index: 2;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: rgba(255, 255, 255, 0.92);
  opacity: 0;
  visibility: hidden;
  transition: all .15s; }

.review-item-image-hover .post-amazon-link {
  opacity: 0;
  visibility: hidden;
  vertical-align: middle;
  zoom: 1;
  transition: all .15s; }

.review-item-image-hover .post-amazon-link-wrap i {
  display: inline-block;
  vertical-align: middle;
  height: 100%;
  width: 0;
  zoom: 1; }

.review-item-image-hover:hover .post-amazon-link-wrap, .review-item-image-hover:hover .post-amazon-link {
  opacity: 1;
  visibility: visible; }

.post-amazon-link a, .review-item-image-hover > a > span {
  display: inline-block;
  padding-top: 13px;
  padding-bottom: 11px;
  width: 158px;
  height: 84px;
  border: 1px solid #F90;
  background: #fff url(../images/stores_logos/amazon_link.png) no-repeat center 36px;
  text-decoration: none;
  text-align: center;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  -webkit-box-shadow: 0.9px 4.9px 21px rgba(54, 199, 247, 0.4);
  box-shadow: 0.9px 4.9px 21px rgba(54, 199, 247, 0.4);
  -moz-box-shadow: 0.9px 4.9px 21px rgba(54, 199, 247, 0.4);
  transition: all 0.3s; }

.review-item-image-hover > a > span {
  background: url(../images/top_10_image_amazon.png) no-repeat;
  background-size: 100% 100%;
  font-size: 0;
  border: none; }

.treadlabs.post-amazon-link a, .treadlabs.review-item-image-hover > a > span {
  background: #fff url(../images/stores_logos/treadlabs_link.png) no-repeat center 36px;
  background-size: 80%;
  border: 1px solid #5c7089; }

.review-item .post-amazon-link a {
  font-size: 0;
  background: url(../images/top_10_image_amazon_1.png) no-repeat;
  background-size: 100% 100%;
  border: none; }

.post-amazon-link a:hover, .post-amazon-link a:focus {
  box-shadow: none; }

/*Guide multistore styles*/
.review-item .price-links-guide-item {
  display: inline-block;
  position: relative;
  width: 100%;
  -webkit-box-shadow: 1px 4px 14px rgba(0, 0, 0, 0.25);
  box-shadow: 1px 4px 14px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 1px 4px 14px rgba(0, 0, 0, 0.25);
  border: 1px solid #F90; }

.review-item .price-links-guide-item.single {
  border: none;
  box-shadow: none; }

.review-item .price-links-guide-item.single.image .price-link-image {
  display: block !important;
  margin-bottom: 15px; }

.review-item .price-links-guide-item.single > div.guide-store-link .price-info-link, .review-item .price-links-guide-item.single > div.guide-store-link .price-link-image {
  float: none;
  vertical-align: middle;
  display: inline-block; }

.review-item .price-links-guide-item.links-guide-item-more {
  height: 216px;
  overflow: hidden;
  transition: height .15s; }

.review-item .price-links-guide-item.opened {
  padding-bottom: 40px; }

.more-guide-links {
  position: absolute;
  cursor: pointer;
  left: 0;
  bottom: 0;
  width: 100%;
  display: inline-block;
  height: 40px;
  background: -moz-linear-gradient(top, rgba(255, 255, 255, 0.54) 0%, rgba(255, 255, 255, 0.54) 2%, white 100%);
  background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0.54) 0%, rgba(255, 255, 255, 0.54) 2%, white 100%);
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0.54) 0%, rgba(255, 255, 255, 0.54) 2%, white 100%); }

.more-guide-links:before {
  content: '';
  position: absolute;
  width: 9px;
  height: 5px;
  margin-left: -4px;
  margin-top: -2px;
  left: 50%;
  top: 50%;
  background: url(../images/more-guide-links.png); }

.review-item .price-links-guide-item.opened .more-guide-links:before {
  -ms-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg); }

.review-item .price-links-guide-item > div.guide-store-link {
  padding: 15px 18px;
  text-align: right; }

.review-item .review-item-image .price-links-guide-item > div.guide-store-link {
  text-align: center; }

.review-item .post-amazon-link .price-links-guide-item a, .review-item .price-links-guide-item a {
  background: none;
  outline: none;
  width: auto;
  height: auto;
  box-shadow: none;
  font-size: 12px;
  color: #fff;
  padding: 0; }

.review-item .price-links-guide-item > div.guide-store-link .price-info-link, .review-item .price-links-guide-item > div.guide-store-link .price-link-image {
  display: inline-block;
  vertical-align: top; }

.review-item .price-links-guide-item > div.guide-store-link .price-link-image {
  float: left; }

.review-item .price-links-guide-item > div.guide-store-link .price-info {
  font-size: 14px;
  color: #000000;
  line-height: 1.2;
  margin: 7px 0 0 8px;
  display: inline-block;
  font-weight: 600;
  float: left; }

.review-item .price-links-guide-item > div.guide-store-link .price-info.empty {
  width: 45px; }

.review-item .price-links-guide-item > div.guide-store-link .price-info-link.empty-price .price-info.empty {
  width: 0;
  margin: 0; }

.review-item .post-amazon-link .price-links-guide-item .store-amazon a:first-child {
  width: 113px;
  height: 28px;
  border-radius: 0;
  font-size: 0;
  background: url(../images/price_amazon_link_sprite.png) no-repeat 20px 6px;
  transition: none; }

.review-item .post-amazon-link .price-links-guide-item .store-amazon.guide-store-link:hover a:first-child {
  background-position: 20px -22px; }

.review-item .post-amazon-link .price-links-guide-item > div.guide-store-link a:first-child {
  display: inline-block;
  vertical-align: top;
  height: 28px;
  float: left; }

.review-item .post-amazon-link .price-links-guide-item > div.guide-store-link a:last-child {
  padding: 0 6px;
  border-radius: 10px;
  color: #fff;
  font-size: 12px;
  text-decoration: none;
  line-height: 28px;
  float: right;
  display: inline-block;
  background: #F90;
  margin-left: 14px;
  vertical-align: top;
  transition: all .15s ease-in-out; }

.review-item .post-amazon-link .price-links-guide-item.single > div.guide-store-link a:last-child {
  padding: 3px 22px;
  border-radius: 22px;
  -moz-box-shadow: 0 5px 21px rgba(255, 153, 0, 0.4);
  -webkit-box-shadow: 0 5px 21px rgba(255, 153, 0, 0.4);
  box-shadow: 0 5px 21px rgba(255, 153, 0, 0.4); }

.review-item .post-amazon-link .price-links-guide-item > div.guide-store-link a:last-child:hover {
  background: #302c2c; }

.review-item .post-amazon-link .price-links-guide-item > div.guide-store-link a:last-child span {
  padding-right: 16px;
  display: inline-block;
  position: relative;
  line-height: 25px; }

.review-item .post-amazon-link .price-links-guide-item > div.guide-store-link a:last-child span:before {
  content: '';
  position: absolute;
  width: 14px;
  height: 13px;
  top: 50%;
  margin-top: -7px;
  right: 0;
  background: url(../images/price_link_arrow_sprite.png) no-repeat 100% center;
  transition: all 0.15s ease-in-out; }

.review-item .post-amazon-link .price-links-guide-item > div.guide-store-link a:last-child:hover span:before {
  width: 15px;
  right: -2px; }

.review-post-main-content {
  position: relative;
  line-height: 1.6;
  padding: 36px 0;
  border-top: 1px solid #dfe5e8;
  background: #fff; }

.review-post-main-content-facts {
  padding: 0 36px 36px;
  border: 1px solid;
  border-color: #00abbd; }

.review-post-main-content h2 {
  margin: 0 0 40px;
  font-weight: 600;
  color: #00abbd;
  font-size: 18px; }

.editor-conclusion-wrap {
  display: block;
  position: relative;
  padding: 20px 40px 20px;
  background: #f4fcfe;
  margin: 0 -36px 30px; }

.editor-conclusion-open-title, .editor-conclusion-content, .editor-conclusion-opened-title {
  display: inline-block;
  width: 100%;
  cursor: pointer;
  position: relative;
  padding-right: 25px;
  color: #2A2D32;
  font-size: 15px; }

.editor-conclusion-opened {
  padding: 18px 0; }

.editor-conclusion-title {
  display: inline-block;
  width: 100%;
  text-align: center;
  color: #292D32;
  font-size: 18px;
  font-weight: 700;
  text-transform: uppercase; }

.editor-conclusion-items-wrap {
  display: inline-block;
  width: 100%;
  text-align: center; }

.editor-conclusion-item {
  width: 16.1%;
  margin-top: 24px;
  display: inline-block;
  vertical-align: top;
  text-align: center; }

.editor-conclusion-img {
  padding: 0 25px;
  height: 85px; }

.editor-conclusion-img > img {
  max-width: 100%;
  display: inline-block;
  vertical-align: middle;
  zoom: 1; }

.editor-conclusion-img > i {
  display: inline-block;
  vertical-align: middle;
  height: 100%;
  width: 0px;
  zoom: 1; }

.conclusion-item-title {
  margin: 5px 0 0;
  color: #2A2D32;
  font-size: 15px; }

.see-more-facts-wrap {
  text-align: center;
  margin-top: 15px; }

.see-more-facts-wrap #see-more-facts-button {
  color: #00abbd;
  cursor: pointer;
  display: inline-block;
  font-size: 13px;
  padding-right: 18px;
  margin-bottom: 10px;
  position: relative; }

.conclusion-item-content {
  color: #00abbd;
  font-size: 13px; }

.video-review-button {
  display: inline-block;
  padding: 9px 10px 9px 20px;
  /* position: absolute; */
  position: unset;
  cursor: pointer;
  top: 31px;
  right: 37px;
  background: #fff;
  border: 1px solid;
  border-color: #00abbd;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  color: #45454B;
  font-size: 13px;
  transition: all 0.3s;
  margin-bottom: 15px; }

.video-review-button span {
  display: inline-block;
  line-height: 22px;
  padding-right: 44px;
  background: url(../images/video_review_button.png) no-repeat 100% 0; }

.video-review-button.toggle span {
  padding-right: 10px;
  background: none; }

.video-review-button:hover {
  background: transparent; }

.video-review {
  display: none; }

.video-review-wrap {
  /* display: none; */
  text-align: center; }

.video-review-wrap iframe {
  width: 100%; }

.pros-and-cons-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-top: 36px; }

.pros-and-cons-wrap ul {
  list-style: none;
  margin: 0;
  padding: 0; }

.pros-and-cons-wrap-before {
  margin-top: 0;
  margin-bottom: 32px; }

.review-pros-wrap, .review-cons-wrap {
  display: inline-block;
  width: 48.86%;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  border-radius: 6px;
  background: #fff; }

.review-pros-wrap {
  float: left;
  margin-right: 20px;
  border: 1px solid;
  border-color: #00abbd; }

.review-cons-wrap {
  float: right;
  border: 1px solid #f72e33; }

.review-pros-title, .review-cons-title {
  padding: 11px 15px 11px;
  text-align: center;
  border-radius: 5px 5px 0 0; }

.review-pros-title {
  background: #00abbd; }

.review-cons-title {
  background: #f72e33; }

.review-pros-title span, .review-cons-title span {
  display: inline-block;
  line-height: 25px;
  color: #FFF;
  font-size: 18px;
  font-weight: 600;
  font-family: 'Montserrat', sans-serif; }

.review-pros-content, .review-cons-content {
  padding: 30px 30px 25px; }

.review-pros-item, .review-cons-item {
  display: block;
  margin-bottom: 12px;
  line-height: 1.6;
  color: #2A2D32; }

.review-custom-content {
  position: relative;
  margin: 50px 0 0 0; }

.review-custom-content-item {
  position: relative;
  padding-bottom: 45px;
  color: #45454B;
  font-size: 18px;
  line-height: 1.6; }

.review-custom-content-icons {
  padding-left: 98px; }

.review-custom-content-icons .review-custom-content-item {
  padding-top: 33px;
  border-top: 1px solid #45454B;
  font-size: 17px; }

.review-custom-content-item-icon {
  position: absolute;
  width: 60px;
  height: 100px;
  top: 4px;
  left: -86px;
  text-align: center; }

.review-custom-content-item-icon img {
  max-width: 60px;
  display: inline-block;
  vertical-align: middle;
  zoom: 1; }

.review-custom-content-item-icon i {
  display: inline-block;
  vertical-align: middle;
  height: 100%;
  width: 0;
  zoom: 1; }

.review-custom-content-item h3 {
  margin: 0 0 20px;
  color: #44444B;
  font-size: 24px;
  font-weight: 600;
  text-transform: uppercase; }

.review-custom-content-item-detail img {
  padding-bottom: 20px; }

.review-item-wrap {
  margin: 40px 0 0; }

.review-item {
  text-align: center;
  margin: 0 0 65px; }

.review-item-title {
  color: #45454B;
  font-weight: 700;
  font-size: 29px;
  margin: 0 0 36px;
  padding-bottom: 12px;
  border-bottom: 1px solid;
  border-color: #00abbd; }

.review-item-image img {
  max-width: 470px;
  max-height: 470px;
  transition: transform 0.15s ease-in-out; }

.review-item-image-hover {
  display: inline-block;
  position: relative;
  max-width: 90%;
  margin-bottom: 30px; }

.review-item-image-hover > a {
  display: inline-block;
  position: absolute;
  z-index: 2;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: rgba(255, 255, 255, 0.92);
  opacity: 0;
  visibility: hidden;
  transition: all .25s ease;
  color: #2DC7F2;
  font-size: 13px; }

.review-item-image-hover > a > span {
  position: absolute;
  z-index: 3;
  left: 50%;
  margin-left: -79px;
  margin-top: -42px;
  top: 50%;
  transition: all .25s ease; }

.review-item-image-hover:hover > img {
  -webkit-transform: scale(0.92);
  -ms-transform: scale(0.92);
  transform: scale(0.92); }

.review-item .review-post-ratings-content .post-amazon-link {
  transition: all .25s ease;
  opacity: 1; }

.review-item-image-hover .post-amazon-link a {
  opacity: 0.75; }

.review-item-image-hover:hover > a {
  opacity: 1;
  visibility: visible; }

.review-item-full-content-wrap {
  margin: 7px 0 25px; }

.see-review-content {
  display: inline-block;
  margin-bottom: 10px;
  cursor: pointer;
  color: #00abbd;
  font-size: 14px;
  text-transform: uppercase;
  position: relative; }

.see-review-content:before {
  content: "\e929";
  font-size: 7px;
  color: #00abbd;
  position: absolute;
  right: -28px;
  top: 5px;
  font-family: 'WT-ico-font';
  font-style: normal;
  font-weight: normal;
  transition: all .15s; }

.see-review-content:hover, .see-review-content:focus, .see-review-content:hover:before, .see-review-content-active:hover:before {
  color: #52cb9b; }

.see-review-content-active:before {
  content: "\e928"; }

.review-item-full-content {
  display: none;
  margin-top: 10px; }

.review-item-full-content ul, .review-item-short-content ul {
  /*list-style-position: inside;*/
  list-style: none;
  padding: 0;
  margin-bottom: 25px; }

.review-item-full-content ul li::before, .review-item-short-content ul li::before {
  content: "\f0c8";
  /* FontAwesome Unicode */
  font-family: FontAwesome;
  display: inline-block;
  width: 30px;
  background: -webkit-linear-gradient(rgba(82, 203, 155, 0.92), rgba(0, 136, 160, 0.92));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  color: #00abbd;
  font-size: 9px;
  vertical-align: middle; }

.review-item .pros-and-cons-wrap {
  text-align: left;
  margin-top: 0;
  margin-bottom: 20px; }

.review-item .review-pros-title, .review-item .review-cons-title {
  text-transform: uppercase; }

.review-item .review-pros-content, .review-item .review-cons-content {
  padding: 30px 20px 25px;
  color: #464646;
  font-size: 15px; }

.review-pros-content > span, .review-cons-content > span, .review-pros-content ul li, .review-cons-content ul li, .review-pros-content > p, .review-cons-content > p {
  padding-left: 40px;
  position: relative;
  margin: 0 0 8px; }

.review-pros-content > span:before, .review-pros-content ul li:before, .review-pros-content > p:before, .review-cons-content > span:before, .review-cons-content ul li:before, .review-cons-content > p:before {
  content: "\e921";
  color: #00abbd;
  position: absolute;
  left: 0;
  top: 0;
  font-family: 'WT-ico-font';
  font-style: normal;
  font-weight: normal; }

.review-cons-content > span:before, .review-cons-content ul li:before, .review-cons-content > p:before {
  content: "\e920";
  color: #f72e33; }

.full-review-link {
  display: inline-block;
  width: 100%; }

.full-review-link a {
  display: inline-block;
  width: 100%;
  line-height: 41px;
  background-color: #00abbd;
  border: 1px solid;
  border-color: #00abbd;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  border-radius: 6px;
  text-transform: uppercase;
  color: #FFF;
  font-size: 13px;
  box-shadow: 0.5px 3px 7px rgba(0, 0, 0, 0.18);
  -moz-box-shadow: 0.5px 3px 7px rgba(0, 0, 0, 0.18);
  -webkit-box-shadow: 0.5px 3px 7px rgba(0, 0, 0, 0.18);
  transition: all .15s; }

.full-review-link a span {
  display: inline-block;
  position: relative;
  line-height: 15px;
  padding-right: 32px; }

.full-review-link a span:before {
  content: "\e927";
  font-size: 15px;
  color: #fff;
  position: absolute;
  right: 0;
  top: 0;
  font-family: 'WT-ico-font';
  font-style: normal;
  font-weight: normal;
  transition: all .15s; }

.full-review-link a:hover, .full-review-link a:focus {
  color: #00abbd;
  background: transparent; }

.full-review-link a:hover span:before {
  color: #00abbd; }

/**
 * --Review/Blog list styles
 * ----------------------------------------------------------------------------
 */
.list-title, .search-results .page-title {
  margin: 44px 0 42px;
  text-align: center;
  color: #45454B;
  font-size: 38px;
  font-weight: 600;
  text-transform: uppercase; }

.list-title > i.hunt-icon, .search-results .page-title > i.hunt-icon {
  font-size: 56px; }

.category-blog .list-title > i.hunt-icon, .search-results .page-title > i.hunt-icon {
  padding-left: 13px; }

.search-results .page-title > i.hunt-icon:before {
  content: "\e926"; }

.review-list-title > i.hunt-icon:before {
  content: "\e900"; }

.list-title > i.hunt-icon > .path1:before, .blog-categories h2 > i.hunt-icon > .path1:before {
  content: "\e90d"; }

.list-title > i.hunt-icon > .path2:before, .blog-categories h2 > i.hunt-icon > .path2:before {
  content: "\e90e";
  margin-left: -1.029296875em; }

.list-title > i.hunt-icon > .path3:before, .blog-categories h2 > i.hunt-icon > .path3:before {
  content: "\e90f";
  margin-left: -1.029296875em; }

.list-title > i.hunt-icon > .path4:before, .blog-categories h2 > i.hunt-icon > .path4:before {
  content: "\e910";
  margin-left: -1.029296875em; }

.list-title > i.hunt-icon > .path5:before, .blog-categories h2 > i.hunt-icon > .path5:before {
  content: "\e911";
  margin-left: -1.029296875em; }

.list-title > i.hunt-icon > .path6:before, .blog-categories h2 > i.hunt-icon > .path6:before {
  content: "\e912";
  margin-left: -1.029296875em; }

.list-title > span, .search-results .page-title > span {
  display: block; }

.search-list-form {
  margin-top: 28px; }

#search-blog-posts {
  position: relative; }

.search-results .page-header .search-form {
  position: relative; }

.search-list-form input[type=text], .search-results .page-header .search-form input[type="search"] {
  height: 53px;
  width: 100%;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  border: 1px solid #d3d3d3;
  padding-left: 10px;
  color: #007688;
  font-size: 15px; }

.search-results .page-header .search-form input[type="search"] {
  padding-right: 40px; }

.search-list-form button[type=submit], .search-results .page-header .search-form button[type=submit] {
  right: 15px;
  top: 15px;
  background: none;
  padding: 0;
  position: absolute;
  outline: none;
  border: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  z-index: 1; }

.search-results .page-header .search-form button[type=submit] {
  display: inline-block; }

.search-list-form button[type=submit] i.hunt-icon, .search-results .page-header .search-form button[type=submit] i.hunt-icon {
  font-size: 15px; }

.search-list-form button[type=submit] i.hunt-icon:before, .search-results .page-header .search-form button[type=submit] i.hunt-icon:before {
  content: "\e91c"; }

.list-row {
  position: relative;
  margin-right: -15px;
  margin-left: -15px; }

.search-results .search-list .list-row, .blog-content-list .list-row {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }

.review-content-list .list-row, .search-list .list-row {
  margin: 0; }

.search-results .search-list {
  padding-top: 62px;
  margin-bottom: 30px; }

/*.search-results .search-list .review-list-item-wrap {
	padding: 0 15px;
	width: 49%;
	vertical-align: top;
	display: inline-block;
}
.search-results .search-list .guide-list-item .review-cat-post-image, .search-results .search-list .guide-list-item .review-cat-post-content {
	width: 100%;
}*/
.list-row .nothing-found, .list-row .nothing-found-content {
  padding-left: 15px;
  padding-right: 15px; }

.nothing-found h2.title {
  margin: 0;
  color: #00abbd; }

.blog-list {
  padding-top: 62px; }

.blog-list-item, .row-list-item {
  position: relative;
  padding-bottom: 53px;
  background: #f7f8f9;
  border-radius: 6px;
  transition: all .1s linear;
  width: 100%; }

.blog-list-item-wrap, .row-list-item-wrap {
  margin-bottom: 35px;
  text-align: left;
  opacity: 1;
  bottom: 0;
  position: relative;
  display: inline-block;
  vertical-align: top;
  width: 50%;
  padding: 0 15px;
  -moz-transition: bottom 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94), opacity 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -webkit-transition: bottom 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94), opacity 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: bottom 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94), opacity 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94); }

.row-list-item-wrap {
  width: 33.2%;
  padding: 0 8px; }

.row-list-item-wrap, .blog-content-list .blog-list-item-wrap {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex; }

.list-row .blog-list-item-wrap:nth-child(even), .review-list-item-wrap {
  -moz-transition: bottom 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.2s, opacity 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.2s;
  -webkit-transition: bottom 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.2s, opacity 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.2s;
  transition: bottom 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.2s, opacity 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.2s; }

.blog-cat-wrapper .blog-list-item-wrap, .most-viewed-wrapper .blog-list-item-wrap {
  width: 33.3333%; }

.most-viewed-wrapper .blog-list-item-wrap:nth-child(5) {
  width: 65.5%; }

.most-viewed-wrapper .blog-list-item-wrap:nth-child(4) .blog-list-item {
  background: #00abbd; }

.most-viewed-wrapper .blog-list-item-wrap:nth-child(4) .blog-list-item .blog-cat-post-title, .most-viewed-wrapper .blog-list-item-wrap:nth-child(4) .blog-cat-post-content > span,
.most-viewed-wrapper .blog-list-item-wrap:nth-child(4) .blog-list-item .post-date, .most-viewed-wrapper .blog-list-item-wrap:nth-child(4) .blog-cat-post-share,
.most-viewed-wrapper .blog-list-item-wrap:nth-child(4) .blog-list-item .blog-cat-post-views, .most-viewed-wrapper .blog-list-item-wrap:nth-child(4) i.hunt-icon {
  color: #fff; }

.blog-list .list-row .hidden-post, .review-list .list-row .hidden-post {
  opacity: 0;
  bottom: -10px; }

.blog-list .list-row > div.hidden-post:nth-child(-n+8), .review-list .list-row > div.hidden-post:nth-child(-n+6) {
  bottom: 0;
  opacity: 0;
  -webkit-animation: opacity 0s linear 1s;
  animation: opacity 0s  linear 1s; }

.blog-list-item .post-image-text {
  padding: 15px 24px 0 24px;
  height: 92px;
  overflow: hidden; }

.blog-list-item .post-image-title {
  font-size: 19px;
  margin-bottom: 0px;
  width: 85%; }

.blog-list-item .blog-cat-post-date {
  width: 70px;
  height: 30px;
  line-height: 32px;
  font-size: 15px; }

.blog-list-item .blog-cat-post-title, .row-list-item .row-list-post-title {
  padding: 16px 28px 0;
  display: block;
  text-decoration: none;
  color: #202020;
  font-family: 'Open Sans', serif;
  font-size: 22px;
  font-weight: 400;
  transition: all .1s linear; }

.blog-list-item .blog-cat-post-content, .row-list-item .row-list-post-content {
  padding: 12px 28px 12px; }

.blog-list-item .blog-cat-post-views, .row-list-item .row-list-post-views {
  line-height: 21px; }

.blog-cat-post-content > span, .row-list-post-content > span {
  color: #6C6F72;
  font-size: 14px;
  line-height: 1.6;
  transition: all .15s ease-in-out; }

.blog-list-item .blog-cat-post-info, .row-list-item .row-list-post-info {
  padding: 8px 28px 20px;
  position: absolute;
  left: 0;
  bottom: 0; }

.row-list-post-info .review-star-rating {
  float: left;
  width: auto; }

.row-list-post-info .row-list-post-more-link {
  display: inline-block;
  position: relative;
  float: right;
  line-height: 20px;
  color: #00abbd;
  padding-right: 17px;
  font-family: 'Montserrat', sans-serif;
  font-size: 11px;
  font-weight: 400;
  text-transform: uppercase;
  transition: all .15s; }

.row-list-post-info .row-list-post-more-link:before {
  content: "\e925";
  font-size: 11px;
  color: #00abbd;
  position: absolute;
  right: 0;
  top: 0;
  font-family: 'WT-ico-font';
  font-style: normal;
  font-weight: normal;
  z-index: 1;
  transition: all .15s; }

.blog-list-item .blog-cat-post-author, .row-list-item .row-list-post-author {
  position: absolute;
  left: 20px;
  top: 20px;
  z-index: 3; }

.blog-list-item .post-date, .row-list-item .post-date {
  display: inline-block;
  vertical-align: middle;
  line-height: 14px;
  color: #00abbd;
  font-family: 'Montserrat', sans-serif;
  font-size: 10px;
  font-weight: 700;
  text-transform: uppercase; }

.row-list-item:hover .row-list-post-info .row-list-post-more-link, .row-list-item:hover .row-list-post-info .row-list-post-more-link:before {
  color: #fff; }

.blog-list-item .post-date i.hunt-icon, .row-list-item .post-date i.hunt-icon, .blog-cat-post-views i.hunt-icon, .row-list-post-views i.hunt-icon, .blog-cat-post-share i.hunt-icon, .related-post-share i.hunt-icon, .related-post-likes i.hunt-icon, .related-post-views i.hunt-icon, .row-list-post-share i.hunt-icon {
  display: inline-block;
  vertical-align: middle;
  font-size: 14px;
  margin-right: 6px; }

.blog-list-item .post-date i.hunt-icon:before, .row-list-item .post-date i.hunt-icon:before {
  content: "\e917"; }

.blog-list-item .blog-cat-post-author img, .row-list-item .row-list-post-author img {
  width: 37px;
  height: 37px;
  margin-right: 10px; }

.blog-list-item .blog-cat-post-author span, .row-list-item .row-list-post-author span {
  padding-top: 9px;
  color: #FEFEFE;
  font-family: 'Montserrat', sans-serif;
  font-size: 12px;
  font-weight: 700; }

.blog-list-item .blog-cat-post-counts .et_social_icons_container, .related-post-item .et_social_icons_container, .row-list-item .row-list-post-counts .et_social_icons_container {
  position: absolute;
  opacity: 0;
  list-style: none;
  visibility: hidden;
  bottom: 21px;
  right: -6px;
  margin: 0;
  padding: 0;
  transition: all 0.3s ease;
  box-shadow: 2.7px 1.4px 7px rgba(0, 0, 0, 0.18);
  -moz-box-shadow: 2.7px 1.4px 7px rgba(0, 0, 0, 0.18);
  -webkit-box-shadow: 2.7px 1.4px 7px rgba(0, 0, 0, 0.18); }

.related-post-item .et_social_icons_container {
  width: 52px; }

.blog-cat-post-share, .related-post-share, .row-list-post-share {
  cursor: pointer;
  position: relative;
  line-height: 21px;
  margin-left: 12px; }

.blog-cat-post-likes {
  display: inline-block;
  color: #00abbd;
  font-family: 'Montserrat', sans-serif;
  line-height: 19px;
  font-size: 10px;
  font-weight: 700;
  text-transform: uppercase; }

.blog-cat-post-likes i.hunt-icon {
  display: inline-block;
  vertical-align: middle;
  font-size: 14px;
  margin-right: 6px; }

.blog-cat-post-likes i.hunt-icon:before {
  content: "\e91d"; }

.blog-list-item .blog-cat-post-likes {
  margin-left: 12px; }

.blog-list-item .blog-cat-post-share {
  margin-right: 12px; }

.blog-list-item .blog-cat-post-counts {
  margin-top: 2px; }

.related-post-share {
  margin-left: 0; }

.blog-cat-post-share i.hunt-icon:before, .related-post-share i.hunt-icon:before, .row-list-post-share i.hunt-icon:before {
  content: "\e91b"; }

.blog-cat-post-share:hover .et_social_icons_container, .related-post-share:hover .et_social_icons_container, .row-list-post-share:hover .et_social_icons_container {
  opacity: 1;
  visibility: visible;
  z-index: 3; }

.blog-cat-post-share .et_social_icons_container li, .related-post-share .et_social_icons_container li, .row-list-post-share .et_social_icons_container li {
  padding: 6px; }

.blog-cat-post-share .et_social_icons_container li .et_social_icon, .related-post-share .et_social_icons_container li .et_social_icon, .row-list-post-share .et_social_icons_container li .et_social_icon {
  padding: 1px; }

.related-post-share li.et_social_like, .blog-cat-post-share li.et_social_like, .row-list-post-share li.et_social_like {
  display: none; }

.ajax-spinner-list {
  /*display: none;*/
  padding: 50px 0;
  text-align: center;
  opacity: 0.84; }

.nav-menu .ajax-spinner-list {
  padding: 48px 0; }

.ajax-spinner-list i {
  display: inline-block;
  color: #00abbd;
  font-size: 8px;
  text-indent: -99999em;
  position: relative;
  width: 10em;
  height: 10em;
  box-shadow: inset 0 0 0 1em;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
  border-radius: 50%; }

.ajax-spinner-list i:before, .ajax-spinner-list i:after {
  content: '';
  position: absolute;
  border-radius: 50%; }

.ajax-spinner-list i:before {
  width: 5.2em;
  height: 10.2em;
  background: #fff;
  border-radius: 10.2em 0 0 10.2em;
  top: -0.1em;
  left: -0.1em;
  -webkit-transform-origin: 5.2em 5.1em;
  transform-origin: 5.2em 5.1em;
  -webkit-animation: load2 2s infinite ease 1.5s;
  animation: load2 2s infinite ease 1.5s; }

.ajax-spinner-list i:after {
  width: 5.2em;
  height: 10.2em;
  background: #fff;
  border-radius: 0 10.2em 10.2em 0;
  top: -0.1em;
  left: 5.1em;
  -webkit-transform-origin: 0px 5.1em;
  transform-origin: 0px 5.1em;
  -webkit-animation: load2 2s infinite ease;
  animation: load2 2s infinite ease; }

@-webkit-keyframes load2 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }

@keyframes load2 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }

.ajax-spinner-list span {
  display: block;
  color: #00abbd;
  font-weight: 600;
  font-size: 14px; }

.review-list {
  padding-top: 50px; }

.review-list-item-wrap {
  position: relative;
  margin-bottom: 40px; }

.review-list-item {
  display: inline-block;
  width: 100%;
  padding: 18px 28px 18px 0; }

.guide-list-item {
  border: 1px solid;
  border-color: #00abbd;
  background: #fff;
  padding-left: 18px;
  border-radius: 5px; }

.review-cat-post-image {
  display: inline-block;
  position: relative;
  float: left;
  width: 35.211%; }

.review-cat-post-image > a, .review-cat-post-image .review-cat-post-image-link {
  display: block;
  position: relative; }

.guide-list-item .review-cat-post-image {
  width: 33.7349%; }

.review-cat-post-image img {
  max-width: 100%; }

.guide-list-item .review-cat-post-image img, .nav-post-item img {
  border: 1px solid #edf1f4; }

.review-cat-post-image .review-cat-left-banner, .row-list-guide-banner {
  position: absolute;
  display: block;
  width: 113px;
  height: 34px;
  left: 12px;
  top: 13px;
  z-index: 3;
  line-height: 34px;
  padding-left: 14px;
  font-size: 12px;
  color: #fff;
  border-radius: 15px;
  background: #00a59d; }

.row-list-guide-banner {
  top: 20px; }

/*.review-cat-post-image  .review-cat-left-banner:before, .row-list-guide-banner:before {
	font-size: 34px;
}*/
.review-cat-post-image .review-cat-left-banner span, .row-list-guide-banner span {
  display: inline-block;
  position: relative;
  z-index: 2; }

.review-cat-post-image-links {
  display: inline-block;
  width: 100%;
  margin-top: 18px; }

.review-cat-post-image-frame-wrap {
  position: relative; }

.review-cat-post-image-frame-wrap .review-cat-post-image-link {
  position: absolute;
  width: 100%;
  display: inline-block;
  text-align: center;
  left: 0;
  top: 0;
  height: 100%; }

.review-cat-post-image-frame-wrap .review-cat-post-image-link img {
  max-height: 100%;
  display: inline-block;
  vertical-align: middle; }

.single-list-item .review-cat-post-image-link:before {
  background: rgba(29, 29, 29, 0.8); }

.review-cat-post-image-frame-wrap .img-helper-wrap {
  display: inline-block;
  width: 100%;
  height: 100%;
  border: 1px solid #edf1f4; }

.review-cat-post-content {
  display: inline-block;
  width: 62.2066%;
  float: right;
  position: relative; }

.guide-list-item .review-cat-post-content {
  width: 63.8554%; }

.review-cat-post-image-links a {
  display: inline-block;
  text-align: center;
  width: 142px;
  line-height: 37px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  color: #FFF;
  font-size: 12px;
  font-weight: 500;
  text-transform: uppercase;
  transition: all 0.3s ease; }

.search-list .review-cat-post-image-links a {
  width: 200px; }

.review-list-item-link {
  float: right;
  border: 1px solid;
  border-color: #00abbd;
  background: #00abbd; }

.review-cat-post-image-links a.review-list-item-link-full {
  float: none;
  width: 100%; }

.review-list-item-amazon-link, .review-cat-post-image-links a.easyazon-link {
  float: left;
  background: #F90;
  border: 1px solid #F90; }

.review-list-item-amazon-link span, .review-cat-post-image-links a.easyazon-link span {
  display: inline-block;
  line-height: 13px;
  padding-right: 52px;
  background: url(../images/amazon_list_link.png) no-repeat right 0; }

.review-list-item-link:hover {
  background: transparent;
  color: #253FE1; }

.review-list-item-amazon-link:hover span, .review-cat-post-image-links a.easyazon-link:hover span {
  background-position: right -29px; }

.review-list-item-amazon-link:hover, .review-cat-post-image-links a.easyazon-link:hover {
  background: transparent;
  color: #F90; }

.review-list-post-title {
  padding: 0 0 18px 0;
  margin-right: 50px;
  border-bottom: 1px solid #e6e6e6; }

.review-list-post-title a {
  color: #212327;
  font-weight: 700;
  font-size: 28px;
  transition: all .15s ease-in-out; }

.review-cat-post-content .review-list-post-title a {
  color: #00abbd; }

.guide-list-item .review-list-post-title a:hover {
  color: #00a59d; }

.guide-list-item .review-list-post-title {
  margin-right: 0;
  border-bottom: 1px solid #b2b2b5; }

.guide-list-item .review-list-post-title a {
  color: #00abbd; }

.review-list-ratings-content {
  position: relative;
  margin: 12px 0 0; }

.review-list-ratings {
  display: inline-block;
  width: 60%; }

.review-list-post-preview {
  padding-top: 16px;
  line-height: 1.6;
  color: #2A2D32;
  font-size: 17px; }

.review-list-item .editor-rating-banner {
  font-size: 29px;
  padding-top: 37px;
  width: 53px;
  height: 82px;
  top: 0;
  right: -28px; }

.review-list-item .editor-rating-banner:before {
  width: 34px;
  height: 34px;
  margin-left: -17px;
  top: 7px; }

.blog-list, .review-list {
  margin-bottom: 30px; }

.filter-list-form {
  display: none;
  width: 100%;
  margin-top: 70px; }

.filter-list-form-active {
  display: inline-block; }

.filter-list-form-title {
  display: inline-block;
  padding-top: 5px;
  float: left;
  color: #151518;
  font-family: 'Open Sans', serif;
  font-size: 20px;
  font-weight: 400; }

#filter-review-posts {
  margin-left: 175px; }

.filter-review-item {
  display: inline-block;
  padding: 8px 15px 9px;
  margin-right: 12px;
  margin-bottom: 15px;
  border: 1px solid;
  border-color: #00abbd;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  border-radius: 6px;
  color: #151518;
  font-family: 'Open Sans', serif;
  font-size: 14px;
  font-weight: 400; }

.filter-review-item span {
  display: inline-block;
  line-height: 13px;
  vertical-align: middle; }

.filter-review-item-remove {
  margin-left: 8px;
  cursor: pointer;
  width: 13px;
  height: 13px;
  background: url(../images/filter_remove.png) no-repeat center center; }

.single-page-content form input[type=text],
.single-page-content form input[type=email],
.single-page-content form textarea,
.single-page-content form select {
  border: 1px solid #6b6d73;
  background: #fff;
  display: inline-block;
  width: 100%;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px; }

.single-page-content form input[type=text], .single-page-content form input[type=email], .single-page-content form select {
  height: 46px;
  padding: 0 20px; }

.single-page-content form textarea {
  padding: 20px;
  height: 180px; }

.single-page-content form input[type=submit] {
  margin-left: 0; }

.single-page-content form.wpcf7-form {
  width: 85%;
  display: inline-block; }

.single-page-content .wpcf7-form-control-wrap {
  display: inline-block;
  float: left;
  width: 100%;
  margin-bottom: 14px; }

.single-page-content .wpcf7-form-control-wrap.your-email {
  float: right; }

/**
 * --Generic
 * ----------------------------------------------------------------------------
 */
.custom-caption {
  text-align: center; }

.custom-caption img {
  padding-bottom: 10px !important; }

/**
 * --Post sidebar
 * ----------------------------------------------------------------------------
 */
.sidebar-subtitle {
  padding: 16px 14px 21px;
  text-align: center;
  color: #4bb9ba;
  font-family: 'Open Sans', serif;
  font-size: 15px;
  background: #effbfd;
  border: 1px solid #4bb9ba; }

.sidebar-subtitle a {
  color: #FB264D;
  text-decoration: none; }

.where-to-buy, .sidebar-review-video, .sidebar-top-stories, .sidebar-categories, .sidebar-sign {
  margin-bottom: 45px; }

.sidebar-filter-wrap .sidebar-categories {
  margin-bottom: 10px; }

.where-to-buy-links {
  display: inline-block;
  width: 100%; }

.where-to-buy .sidebar-title {
  border-radius: 0; }

.main-scroll-sidebar {
  margin-top: 23px !important; }

.price-links-sidebar {
  display: inline-block;
  float: left;
  width: 100%;
  margin-top: -1px;
  padding: 20px 10px 14px;
  border: 1px solid #dfe5e8;
  border-top-color: #dfe5e8;
  border-top-style: solid;
  border-top-width: 1px;
  border-top: 1px solid transparent;
  color: #45454b;
  font-family: lato-bold,sans-serif;
  font-size: 18px;
  text-align: center;
  transition: all .15s ease-in-out; }

/*.price-links-sidebar {
    display: inline-block;
    position: relative;
    float: left;
    width: 100%;
    margin-top: -1px;
    padding: 30px 12px 24px;
    background: #f7f8f9;
    color: #45454B;
    font-weight: 700;
    font-size: 18px;
    text-align: center;
    transition: all 0.15s ease-in-out;
}
.price-links-sidebar:before {
    content: '';
    position: absolute;
    top: 0;
    left: 50%;
    width: 70%;
    margin-left: -35%;
    height: 1px;
    background: #e6e6e6;
}*/
.site-header .price-links-sidebar {
  margin-top: 0;
  background: #fff;
  padding: 11px 8px 11px;
  border-bottom: 1px solid #dfe5e8;
  border-top: 1px solid #dfe5e8; }

.site-header .price-links-sidebar:before {
  display: none; }

.price-links-sidebar-hover.price-links-sidebar:before {
  display: none; }

.price-links-sidebar .price-link-image, .price-links-sidebar > a:first-child {
  display: inline-block;
  line-height: 32px;
  float: left; }

.price-links-sidebar .price-link-image img, .price-links-sidebar > a:first-child img {
  max-width: 95px; }

.price-links-sidebar.price-amazon-links-sidebar > a:first-child {
  width: 72px;
  height: 21px;
  margin: 8px 0 0 0;
  font-size: 0;
  background: url(../images/price_amazon_link_sprite.png) no-repeat; }

.price-links-sidebar:hover.price-amazon-links-sidebar > a:first-child {
  background-position: 0 -28px; }

.price-links-sidebar span {
  display: inline-block;
  line-height: 25px; }

.price-links-sidebar span.price-info-link {
  display: inline-block;
  float: right; }

.price-links-sidebar span.price-info {
  font-size: 13px;
  color: #000000;
  line-height: 1.2;
  display: inline-block;
  font-weight: 600;
  margin-top: 8px;
  margin-right: 8px; }

.price-links-sidebar span.price-info.empty {
  width: 46px; }

.price-links-sidebar .price-info-link.empty-price span.price-info.empty {
  width: 0;
  margin: 0; }

.price-links-sidebar.price-amazon-links-sidebar .price-link-image {
  display: inline-block;
  line-height: 28px;
  float: left; }

.price-links-sidebar .price-link-arrow, .price-links-sidebar > a:last-child, .price-links-sidebar > .price-info-link > a:last-child {
  padding: 0 6px;
  border-radius: 10px;
  color: #fff;
  font-size: 14px;
  text-decoration: none;
  line-height: 28px;
  float: right;
  display: inline-block;
  background: #F90;
  transition: all .15s ease-in-out; }

.price-links-sidebar .price-link-arrow:hover, .price-links-sidebar > a:last-child:hover, .price-links-sidebar > .price-info-link > a:last-child:hover {
  background: #302c2c; }

.price-links-sidebar .price-link-arrow span, .price-links-sidebar > a:last-child span, .price-links-sidebar > .price-info-link > a:last-child span {
  padding-right: 16px;
  display: inline-block;
  position: relative; }

.price-links-sidebar .price-link-arrow span:before, .price-links-sidebar > a:last-child span:before, .price-links-sidebar > .price-info-link > a:last-child span:before {
  content: '';
  position: absolute;
  width: 14px;
  height: 13px;
  top: 50%;
  margin-top: -7px;
  right: 0px;
  background: url(../images/price_link_arrow_sprite.png) no-repeat 100% center;
  transition: all 0.15s ease-in-out; }

.price-links-sidebar .price-link-arrow:hover, .price-links-sidebar > a:last-child:hover, .price-links-sidebar > .price-info-link > a:last-child:hover {
  color: #fff; }

.price-links-sidebar .price-link-arrow:hover span:before, .price-links-sidebar > a:last-child:hover span:before, .price-links-sidebar > .price-info-link > a:last-child:hover span:before {
  width: 15px;
  right: -2px; }

.sidebar-review-video iframe {
  width: 100% !important; }

.sidebar-most-read {
  padding: 0 26px 32px;
  background: #f7f8f9; }

.sidebar-sign {
  text-align: center;
  color: #6B6D73;
  font-size: 15px; }

.sidebar-sign-content {
  padding: 28px 30px 38px;
  background: #f7f8f9; }

.sidebar-sign p {
  margin-bottom: 0; }

.sidebar-sign-title {
  display: block;
  text-align: center;
  margin-bottom: 30px; }

.sidebar-sign-title > i.hunt-icon {
  font-size: 35px; }

.sidebar-sign-title > i.hunt-icon:before {
  content: "\e91a"; }

.sidebar-sign-title > span {
  display: block;
  margin-top: 8px; }

.sidebar-sign-mail input[type=text] {
  display: inline-block;
  margin-bottom: 20px;
  width: 100%;
  height: 39px;
  background: transparent;
  font-size: 13px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px; }

.sidebar-sign .submit-button {
  margin: 20px 0 15px;
  padding: 0;
  width: 122px;
  font-size: 14px; }

.sidebar-sign-radio .radio-btn {
  display: inline-block;
  font-size: 14px; }

.sidebar-sign-radio .radio-btn:first-child {
  margin-right: 18px; }

.radio-btn input[type="radio"] {
  display: none; }

.radio-btn input[type="radio"] + label {
  display: inline-block;
  cursor: pointer; }

.radio-btn input[type="radio"] + label i.hunt-icon {
  display: inline-block;
  vertical-align: middle;
  font-size: 27px;
  margin-right: 9px;
  color: #141412;
  cursor: pointer; }

.radio-btn input[type="radio"] + label i.hunt-icon:before {
  content: "\e922"; }

.radio-btn input[type="radio"]:checked + label, .radio-btn input[type="radio"]:checked + label i.hunt-icon {
  color: #00abbd; }

.radio-btn input[type="radio"]:checked + label i.hunt-icon:before {
  content: "\e923"; }

.sidebar-categories-list {
  margin: 0;
  padding: 20px 30px;
  list-style: none;
  background: #f7f8f9; }

.sidebar-filter-wrap .sidebar-categories-list {
  background: #fff; }

.sidebar-review-filter .sidebar-categories-list > li > a, .sidebar-brands-filter .sidebar-categories-list > li > a {
  border: 1px solid;
  border-color: #00abbd;
  margin-top: -1px;
  background: rgba(0, 165, 157, 0.1); }

.sidebar-review-filter .sidebar-categories-list > li.list-item-active > a, .sidebar-brands-filter .sidebar-categories-list > li.list-item-active > a {
  background: #fff; }

.sidebar-filter-wrap .sidebar-subcategories-list {
  border-left: 1px solid;
  border-right: 1px solid;
  border-color: #00abbd; }

.sidebar-filter-wrap .sidebar-categories-list li:last-child .sidebar-subcategories-list {
  border-bottom: 1px solid;
  border-color: #00abbd; }

.sidebar-filter-wrap .sidebar-categories-list > li:first-child > a {
  border-radius: 6px 6px 0 0; }

.sidebar-filter-wrap .sidebar-categories-list > li:last-child > a, .sidebar-filter-wrap .sidebar-categories-list > li.submenu-open:last-child .sidebar-subcategories-list,
.sidebar-filter-wrap .sidebar-categories-list > li.submenu-open:last-child .sidebar-subcategories-list li:last-child a {
  border-radius: 0 0 6px 6px; }

.sidebar-filter-wrap .sidebar-categories-list > li.submenu-open:last-child > a {
  border-radius: 0; }

.sidebar-filter-wrap .sidebar-title {
  border-radius: 6px; }

.sidebar-categories-list > li {
  position: relative; }

.sidebar-review-filter .sidebar-categories-list > li > .list-open {
  display: inline-block;
  cursor: pointer;
  position: absolute;
  top: 0;
  right: 0;
  padding: 12px 14px 14px 5px; }

.sidebar-review-filter .sidebar-categories-list > li > .list-open > i {
  display: inline-block;
  position: relative;
  cursor: pointer;
  margin-left: 5px;
  width: 12px;
  height: 8px; }

.sidebar-review-filter .sidebar-categories-list > li > .list-open > i:before {
  content: '';
  position: absolute;
  right: 3px;
  top: 50%;
  margin-top: -4px;
  border: 4px solid transparent;
  border-top: 6px solid;
  border-top-color: #292929; }

.sidebar-review-filter .sidebar-categories-list > li.submenu-open > .list-open > i:before {
  border-bottom: 6px solid;
  border-bottom-color: #292929;
  border-top: 0; }

.sidebar-review-filter .sidebar-categories-list > li.list-item-active > .list-open > i:before,
.sidebar-review-filter .sidebar-categories-list > li.list-item-active > .list-open:hover > i:before,
.sidebar-review-filter .sidebar-categories-list > li.list-item-active:hover > .list-open:hover > i:before {
  border-top-color: #00abbd; }

.sidebar-review-filter .sidebar-categories-list > li.list-item-active.submenu-open > .list-open > i:before,
.sidebar-review-filter .sidebar-categories-list > li.submenu-open.list-item-active > .list-open:hover > i:before,
.sidebar-review-filter .sidebar-categories-list > li.submenu-open.list-item-active:hover > .list-open:hover > i:before {
  border-bottom-color: #00abbd; }

.sidebar-filter-wrap .sidebar-categories-list li.list-item-active span.category-count, .sidebar-filter-wrap .sidebar-categories-list li.list-item-active:hover .list-open:hover span.category-count {
  color: #00abbd; }

.sidebar-filter-wrap .sidebar-categories-list li.list-item-active:hover .list-open span.category-count {
  color: #292929; }

.sidebar-review-filter .sidebar-categories-list > li.list-item-active:hover > .list-open > i:before {
  border-top-color: #292929; }

.sidebar-review-filter .sidebar-categories-list > li.submenu-open.list-item-active:hover > .list-open > i:before {
  border-bottom-color: #292929; }

.sidebar-subcategories-list {
  display: none;
  list-style: none;
  padding: 0;
  margin: 0; }

.sidebar-review-filter .sidebar-categories-list > li.submenu-open > .list-open > i {
  background-position: center -11px; }

.sidebar-review-filter .sidebar-categories-list, .sidebar-brands-filter .sidebar-categories-list {
  padding: 20px 0; }

.sidebar-review-filter .sidebar-categories-list li, .sidebar-brands-filter .sidebar-categories-list li {
  padding: 0; }

.sidebar-review-filter .sidebar-categories-list li a, .sidebar-brands-filter .sidebar-categories-list li a {
  display: inline-block;
  width: 100%;
  padding: 14px 30px;
  transition: all 0.15s ease-in-out; }

.sidebar-review-filter .sidebar-categories-list li .sidebar-subcategories-list li a {
  padding-left: 35px;
  font-size: 14px; }

.sidebar-review-filter .sidebar-categories-list li a:hover, .sidebar-brands-filter .sidebar-categories-list li a:hover {
  background: #00a59d;
  color: #fff; }

.sidebar-review-filter .sidebar-categories-list li a:hover > span, .sidebar-review-filter .sidebar-categories-list li.list-item-active a:hover > span.category-count, .sidebar-brands-filter .sidebar-categories-list li a:hover > span,
.sidebar-brands-filter .sidebar-categories-list li a:hover > span.category-count, .sidebar-brands-filter .sidebar-categories-list > li:first-child.list-item-active a:hover > span.category-count {
  color: #fff; }

.sidebar-review-filter .sidebar-categories-list li.list-item-active > a, .sidebar-brands-filter .sidebar-categories-list li.list-item-active > a,
.sidebar-review-filter .sidebar-categories-list li.list-item-active > a > span.category-count, .sidebar-brands-filter .sidebar-categories-list li.list-item-active span.category-count,
.sidebar-brands-filter .sidebar-categories-list > li:first-child.list-item-active > a, .sidebar-brands-filter .sidebar-categories-list > li:first-child.list-item-active > a > span.category-count {
  color: #00a59d; }

.sidebar-review-filter .sidebar-categories-list {
  border-radius: 0 0 5px 5px; }

.sidebar-brands-filter .sidebar-categories-list {
  border-radius: 5px; }

.sidebar-review-filter .sidebar-categories-list > li:first-child > a, .sidebar-review-filter .sidebar-categories-list > li:first-child span.category-count,
.sidebar-brands-filter .sidebar-categories-list > li:first-child > a, .sidebar-brands-filter .sidebar-categories-list > li:first-child span.category-count {
  color: #3C4044;
  font-size: 15px;
  font-weight: 700;
  text-transform: uppercase; }

.sidebar-categories-list li {
  padding: 14px 0;
  display: inline-block;
  width: 100%; }

.sidebar-categories-list li a {
  text-decoration: none;
  color: #212327;
  font-family: 'Open Sans', serif;
  font-size: 18px;
  font-weight: 400; }

.sidebar-filter-wrap .sidebar-categories-list li a {
  font-size: 15px; }

.sidebar-categories-list li span.category-count {
  display: inline-block;
  float: right;
  color: #292929;
  font-family: 'Open Sans', sans-serif;
  font-size: 18px;
  font-weight: 400; }

.sidebar-filter-wrap .sidebar-categories-list li span.category-count {
  font-size: 15px; }

.sidebar-review-filter .sidebar-categories-list li .list-open span.category-count {
  float: none; }

.sidebar-categories-list li a:hover, .sidebar-categories-list li a:hover > span {
  color: #00abbd; }

.main-sidebar .monthly-giveway-item {
  margin-top: 0;
  margin-bottom: 27px;
  box-shadow: 0.5px 3px 7px rgba(0, 0, 0, 0.18);
  -moz-box-shadow: 0.5px 3px 7px rgba(0, 0, 0, 0.18);
  -webkit-box-shadow: 0.5px 3px 7px rgba(0, 0, 0, 0.18); }

.main-sidebar .monthly-giveway-main, .main-sidebar .monthly-giveway-counter {
  float: none;
  width: 100%; }

.main-sidebar .monthly-giveway-content {
  padding: 9px 11px 11px; }

.giveway-logo-wrap {
  text-align: right; }

.main-sidebar .giveway-logo {
  width: 40%; }

.main-sidebar .monthly-giveway-counter {
  background: url(../images/giveway_clock.png) no-repeat;
  background-size: 100% 100%;
  border-radius: 0 0 10px 10px;
  padding-top: 20px; }

.main-sidebar .clock-builder-output-wrap, .main-sidebar .total-entries-wrap {
  border-bottom: none;
  border-radius: 0;
  margin: 0;
  background: none; }

.main-sidebar .monthly-giveway-image {
  width: 45%;
  left: 12px;
  top: 9px; }

.main-sidebar .giveway-title {
  font-size: 19px;
  line-height: 19px;
  padding: 7px 18px 7px 15px; }

.main-sidebar .giveway-subtitle {
  font-size: 13px; }

.main-sidebar .giveway-entries-counter-wrap {
  padding: 17px 0 15px; }

.main-sidebar .giveway-entries-counter-label {
  top: 10px; }

/**
 * --Galleries
 * ----------------------------------------------------------------------------
 */
.gallery {
  margin-bottom: 20px;
  margin-left: -4px; }

.gallery-item {
  float: left;
  margin: 0 4px 4px 0;
  overflow: hidden;
  position: relative; }

.gallery-columns-1.gallery-size-medium,
.gallery-columns-1.gallery-size-thumbnail,
.gallery-columns-2.gallery-size-thumbnail,
.gallery-columns-3.gallery-size-thumbnail {
  display: table;
  margin: 0 auto 20px; }

.gallery-columns-1 .gallery-item,
.gallery-columns-2 .gallery-item,
.gallery-columns-3 .gallery-item {
  text-align: center; }

.gallery-columns-4 .gallery-item {
  max-width: 23%;
  max-width: -webkit-calc(25% - 4px);
  max-width: calc(25% - 4px); }

.gallery-columns-5 .gallery-item {
  max-width: 19%;
  max-width: -webkit-calc(20% - 4px);
  max-width: calc(20% - 4px); }

.gallery-columns-6 .gallery-item {
  max-width: 15%;
  max-width: -webkit-calc(16.7% - 4px);
  max-width: calc(16.7% - 4px); }

.gallery-columns-7 .gallery-item {
  max-width: 13%;
  max-width: -webkit-calc(14.28% - 4px);
  max-width: calc(14.28% - 4px); }

.gallery-columns-8 .gallery-item {
  max-width: 11%;
  max-width: -webkit-calc(12.5% - 4px);
  max-width: calc(12.5% - 4px); }

.gallery-columns-9 .gallery-item {
  max-width: 9%;
  max-width: -webkit-calc(11.1% - 4px);
  max-width: calc(11.1% - 4px); }

.gallery-columns-1 .gallery-item:nth-of-type(1n),
.gallery-columns-2 .gallery-item:nth-of-type(2n),
.gallery-columns-3 .gallery-item:nth-of-type(3n),
.gallery-columns-4 .gallery-item:nth-of-type(4n),
.gallery-columns-5 .gallery-item:nth-of-type(5n),
.gallery-columns-6 .gallery-item:nth-of-type(6n),
.gallery-columns-7 .gallery-item:nth-of-type(7n),
.gallery-columns-8 .gallery-item:nth-of-type(8n),
.gallery-columns-9 .gallery-item:nth-of-type(9n) {
  margin-right: 0; }

.gallery-columns-1.gallery-size-medium figure.gallery-item:nth-of-type(1n+1),
.gallery-columns-1.gallery-size-thumbnail figure.gallery-item:nth-of-type(1n+1),
.gallery-columns-2.gallery-size-thumbnail figure.gallery-item:nth-of-type(2n+1),
.gallery-columns-3.gallery-size-thumbnail figure.gallery-item:nth-of-type(3n+1) {
  clear: left; }

.gallery-caption {
  background-color: rgba(0, 0, 0, 0.7);
  box-sizing: border-box;
  color: #fff;
  font-size: 14px;
  line-height: 1.6;
  margin: 0;
  max-height: 50%;
  opacity: 0;
  padding: 2px 8px;
  position: absolute;
  bottom: 0;
  left: 0;
  text-align: left;
  -webkit-transition: opacity 400ms ease;
  transition: opacity 400ms ease;
  width: 100%; }

.gallery-caption:before {
  box-shadow: 0 -10px 15px #000 inset;
  content: "";
  height: 100%;
  min-height: 49px;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%; }

.gallery-item:hover .gallery-caption {
  opacity: 1; }

.gallery-columns-7 .gallery-caption,
.gallery-columns-8 .gallery-caption,
.gallery-columns-9 .gallery-caption {
  display: none; }

/**
 * --Post Formats
 * ----------------------------------------------------------------------------
 */
/* Aside */
.format-aside {
  background-color: #f7f5e7; }

.blog .format-aside:first-of-type,
.single .format-aside:first-of-type,
.format-aside + .format-aside,
.format-aside + .format-link,
.format-link + .format-aside {
  box-shadow: inset 0 2px 2px rgba(173, 165, 105, 0.2); }

.format-aside .entry-meta {
  margin-top: 0; }

.format-aside blockquote {
  font-size: 100%;
  font-weight: normal; }

.format-aside cite {
  font-size: 100%;
  text-transform: none; }

.format-aside cite:before {
  content: "\2014";
  margin-right: 5px; }

/* Audio */
.format-audio {
  background-color: #db572f; }

.format-audio .entry-title {
  font-size: 28px;
  font-weight: bold; }

.format-audio .entry-content:before {
  content: "\f109";
  float: left;
  font-size: 64px;
  position: relative;
  top: 4px; }

.format-audio .audio-content {
  background: url(../images/dotted-line.png) repeat-y left top;
  background-size: 4px 4px;
  float: right;
  padding-left: 35px;
  width: 80%;
  width: -webkit-calc(100% - 85px);
  width: calc(100% - 85px); }

.format-audio .wp-audio-shortcode {
  height: 30px !important;
  /* Override mediaelement.js style */
  margin: 20px 0;
  max-width: 400px !important;
  /* Override mediaelement.js style */ }

.format-audio audio {
  max-width: 100% !important;
  /* Avoid player width overflow. */ }

/* Chat */
.format-chat {
  background-color: #eadaa6; }

.format-chat .entry-title {
  font-size: 28px;
  font-weight: bold; }

.format-chat .entry-meta .date a:before {
  content: "\f108";
  margin-right: 2px; }

.format-chat .entry-meta .author {
  display: none; }

.format-chat .chat {
  margin: 0; }

.format-chat .chat .chat-timestamp {
  color: #722d19;
  float: right;
  font-size: 12px;
  font-weight: normal;
  margin: 5px 10px 0; }

.format-chat .chat .fn {
  font-style: normal; }

/* Gallery */
.format-gallery {
  background-color: #fbca3c; }

.format-gallery .entry-header {
  margin-bottom: 15px; }

.format-gallery .entry-title {
  font-size: 50px;
  font-weight: 400;
  margin: 0; }

/* Image */
.format-image .entry-title {
  font-size: 28px;
  font-weight: bold; }

.format-image .categories-links,
.format-image .tags-links {
  display: none; }

/* Link */
.format-link {
  background-color: #f7f5e7; }

.blog .format-link:first-of-type,
.single .format-link:first-of-type {
  box-shadow: inset 0 2px 2px rgba(173, 165, 105, 0.2); }

.format-link .entry-header,
.format-link .entry-content p:last-child {
  margin-bottom: 0; }

.format-link .entry-title {
  color: #ca3c08;
  display: inline;
  font: 300 italic 20px "Source Sans Pro", Helvetica, sans-serif;
  margin-right: 20px; }

.format-link .entry-title a {
  color: #bc360a; }

.format-link div.entry-meta {
  display: inline; }

/* Standard */
.format-standard .wp-video,
.format-standard .wp-audio-shortcode,
.format-audio .wp-audio-shortcode,
.format-standard .video-player {
  margin-bottom: 24px; }

/* Quote */
.format-quote {
  background-color: #210d10; }

.format-quote .entry-content,
.format-quote .entry-meta {
  color: #f7f5e7; }

.format-quote .entry-content blockquote {
  font-size: 28px;
  margin: 0; }

.format-quote .entry-content cite a {
  border-bottom: 1px dotted #fff;
  color: #fff; }

.format-quote .entry-content cite a:hover {
  text-decoration: none; }

.format-quote blockquote small,
.format-quote blockquote cite {
  display: block;
  font-size: 16px; }

.format-quote blockquote {
  font-style: italic;
  font-weight: 300;
  padding-left: 75px;
  position: relative; }

.format-quote blockquote:before {
  content: '\201C';
  font-size: 140px;
  font-weight: 400;
  line-height: .8;
  padding-right: 25px;
  position: absolute;
  left: -15px;
  top: -3px; }

.format-quote .entry-meta .author {
  display: none; }

/* Status */
.format-status {
  background-color: #722d19;
  padding: 0; }

.format-status .entry-content,
.format-status .entry-meta {
  padding-left: 35px;
  position: relative; }

.format-status .entry-meta a {
  color: #f7f5e7; }

.sidebar .format-status .entry-content,
.sidebar .format-status .entry-meta {
  padding-left: 95px; }

.format-status .entry-content:before,
.format-status .entry-meta:before {
  background: url(../images/dotted-line.png) repeat-y left bottom;
  background-size: 4px 4px;
  content: "";
  display: block;
  height: 100%;
  position: absolute;
  left: 10px;
  top: 0;
  width: 1px; }

.sidebar .format-status .entry-content:before,
.sidebar .format-status .entry-meta:before {
  left: 70px; }

.format-status .categories-links,
.format-status .tags-links {
  display: none; }

/* Ensures the dots in the dot background are in lockstep. */
.format-status .entry-meta:before {
  background-position: left top; }

.format-status .entry-content {
  color: #f7f5e7;
  font-size: 24px;
  font-style: italic;
  font-weight: 300;
  padding-bottom: 30px;
  padding-top: 40px;
  position: relative; }

.format-status .entry-content p:first-child:before {
  background-color: rgba(0, 0, 0, 0.65);
  content: "";
  height: 3px;
  margin-top: 13px;
  position: absolute;
  left: 4px;
  width: 13px; }

.sidebar .format-status .entry-content > p:first-child:before {
  left: 64px; }

.format-status .entry-content p:last-child {
  margin-bottom: 0; }

.format-status .entry-meta {
  margin-top: 0;
  padding-bottom: 40px; }

.format-status .entry-meta .date a:before {
  content: "\f105"; }

/* Video */
.format-video {
  background-color: #db572f; }

.format-video .entry-title {
  font-size: 50px;
  font-weight: 400; }

.format-video .entry-meta {
  color: #220e10; }

/**
 * --Attachments
 * ----------------------------------------------------------------------------
 */
.attachment .hentry {
  background-color: #e8e5ce;
  margin: 0;
  padding: 0; }

.attachment .entry-header {
  margin-bottom: 0;
  max-width: 1040px;
  padding: 30px 0; }

.attachment .entry-title {
  display: inline-block;
  float: left;
  font: 300 italic 30px "Source Sans Pro", Helvetica, sans-serif;
  margin: 0; }

.attachment .entry-title:before {
  content: "\f416";
  font-size: 32px;
  margin-right: 10px; }

.attachment .entry-meta {
  clear: none;
  color: inherit;
  float: right;
  max-width: 604px;
  padding: 9px 0 0;
  text-align: right; }

.hentry.attachment:not(.image-attachment) .entry-meta {
  max-width: 104px; }

.attachment footer.entry-meta {
  display: none; }

.attachment-meta:before {
  content: "\f307"; }

.full-size-link a:before {
  content: "\f402"; }

.full-size-link:before {
  content: none; }

.attachment .entry-meta a,
.attachment .entry-meta .edit-link:before,
.attachment .full-size-link:before {
  color: #ca3c08; }

.attachment .entry-content {
  background-color: #fff;
  max-width: 100%;
  padding: 40px 0; }

.image-navigation {
  margin: 0 auto;
  max-width: 1040px;
  position: relative; }

.image-navigation a:hover {
  text-decoration: none; }

.image-navigation .nav-previous,
.image-navigation .nav-next {
  position: absolute;
  top: 50px; }

.image-navigation .nav-previous {
  left: 0; }

.image-navigation .nav-next {
  right: 0; }

.image-navigation .meta-nav {
  font-size: 32px;
  font-weight: 300;
  vertical-align: -4px; }

.attachment .entry-attachment,
.attachment .type-attachment p {
  margin: 0 auto;
  max-width: 724px;
  text-align: center; }

.attachment .entry-attachment .attachment {
  display: inline-block; }

.attachment .entry-caption {
  text-align: left; }

.attachment .entry-description {
  margin: 20px auto 0;
  max-width: 604px; }

.attachment .entry-caption p:last-child,
.attachment .entry-description p:last-child {
  margin: 0; }

.attachment .site-main .sidebar-container {
  display: none; }

.attachment .entry-content .mejs-audio {
  max-width: 400px;
  margin: 0 auto; }

.attachment .entry-content .wp-video {
  margin: 0 auto; }

.attachment .entry-content .mejs-container {
  margin-bottom: 24px; }

/**
 * --Post/Paging Navigation
 * ----------------------------------------------------------------------------
 */
.navigation .nav-previous {
  float: left; }

.navigation .nav-next {
  float: right; }

.paging-navigation {
  background-color: #adbbc6;
  padding: 40px 0; }

.paging-navigation .nav-links {
  margin: 0 auto;
  max-width: 604px;
  width: 100%; }

.sidebar .paging-navigation .nav-links {
  max-width: 1040px;
  padding: 0 376px 0 60px; }

.paging-navigation .nav-next {
  padding: 13px 0; }

.paging-navigation a {
  font-size: 22px;
  font-style: italic;
  font-weight: 300; }

.paging-navigation .meta-nav {
  background-color: #e63f2a;
  border-radius: 50%;
  color: #fff;
  display: inline-block;
  font-size: 26px;
  padding: 3px 0 8px;
  text-align: center;
  width: 50px; }

.paging-navigation .nav-previous .meta-nav {
  margin-right: 10px;
  padding: 17px 0 23px;
  width: 80px; }

.paging-navigation .nav-next .meta-nav {
  margin-left: 10px; }

.paging-navigation a:hover .meta-nav {
  background-color: #ea9629;
  text-decoration: none; }

.post-navigation {
  background-color: #fff;
  color: #ca3c08;
  font-size: 20px;
  font-style: italic;
  font-weight: 300;
  padding: 20px 0; }

.post-navigation .nav-links {
  margin: 0 auto;
  max-width: 1040px; }

.sidebar .post-navigation .nav-links {
  padding: 0 376px 0 60px; }

.post-navigation a[rel="next"] {
  float: right;
  text-align: right; }

/**
 * --Author Bio
 * ----------------------------------------------------------------------------
 */
.author-info {
  margin: 0 auto;
  max-width: 604px;
  padding: 30px 0 10px;
  text-align: left;
  /* gallery & video post formats */
  width: 100%; }

.author.sidebar .author-info {
  max-width: 1040px;
  padding: 30px 376px 10px 60px; }

.single .author-info {
  padding: 50px 0 0; }

.author-avatar .avatar {
  float: left;
  margin: 0 30px 30px 0; }

.single-format-status .author-description {
  color: #f7f5e7; }

.author-description .author-title {
  clear: none;
  font: 300 italic 20px "Source Sans Pro", Helvetica, sans-serif;
  margin: 0 0 8px; }

.author-link {
  color: #ca3c08;
  margin-left: 2px; }

.author.archive .author-link {
  display: none; }

/**
 * --Archives
 * ----------------------------------------------------------------------------
 */
.archive-header {
  background-color: #fff; }

.archive-meta {
  font-size: 19px;
  line-height: 1.6;
  text-align: center;
  padding: 15px 0; }

.archive-header .filter-list-form {
  margin-top: 0; }

/**
 * --Search Results/No posts
 * ----------------------------------------------------------------------------
 */
.page-header {
  background: none; }

.nothing-found-wrap {
  padding-top: 170px; }

.page-title {
  color: #44444B;
  font-weight: 700;
  font-size: 35px; }

.page-content {
  margin: 0 auto;
  max-width: 1180px;
  padding: 40px 0;
  width: 100%; }

.sidebar .page-content {
  margin: 0 auto;
  max-width: 1040px; }

.page-content.nothing-found-content {
  text-align: center;
  padding-bottom: 400px;
  line-height: 1.6;
  margin: 0 auto;
  max-width: 640px; }

.search-no-results .nothing-found-content .search-form {
  display: inline-block;
  padding-top: 6px; }

.search-no-results .nothing-found-content .search-form .search-submit {
  display: inline-block;
  float: left; }

/**
 * -- 404
 * ----------------------------------------------------------------------------
 */
.error404 .site {
  background: #fff; }

.content-404 {
  margin: 0 auto;
  max-width: 980px;
  padding: 145px 15px 200px;
  width: 100%; }

.error404 .page-header {
  text-align: center; }

.error404 .page-title, .search-no-results .page-title {
  line-height: 1;
  color: #2F2F2F;
  font-size: 28px;
  font-weight: 600;
  text-transform: uppercase;
  margin: 0;
  padding: 0 0 40px;
  position: relative;
  text-align: center;
  width: auto; }

.search-no-results .page-title {
  font-size: 24px; }

.error404 .page-title:after, .search-no-results .page-title:after {
  position: absolute;
  content: '';
  left: 50%;
  bottom: 0;
  width: 252px;
  height: 1px;
  margin-left: -126px;
  background: #00abbd; }

.error404 .page-title span, .search-no-results .page-title span {
  display: block; }

.error404 .page-title i.hunt-icon {
  font-size: 101px; }

.error404 .page-title i.hunt-icon:before {
  content: "\e916"; }

.error404 .page-title .page-title-404, .search-no-results .page-title .page-title-nothing-found {
  display: block;
  margin: 10px 0 30px;
  max-width: 100%;
  color: #2F2F2F;
  font-family: 'Montserrat', sans-serif;
  font-size: 149px;
  font-weight: 700; }

.search-no-results .page-title i.hunt-icon {
  font-size: 66px; }

.search-no-results .page-title i.hunt-icon:before {
  content: "\e91f"; }

.search-no-results .page-title .page-title-nothing-found {
  font-size: 86px;
  margin: 14px 0 22px; }

.error404 .page-wrapper {
  padding-top: 34px; }

.navigation-404 {
  display: inline-block;
  width: 100%; }

.navigation-404 {
  text-align: center;
  color: #2F2F2F;
  line-height: 1.6;
  font-size: 18px;
  font-weight: 400; }

.navigation-404 span {
  display: block; }

.error404 .navigation-404 a, .error404 .navigation-404 ul li a {
  display: inline-block;
  padding: 12px 30px;
  background: #00abbd;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  color: #FFF;
  font-size: 12px;
  text-transform: uppercase;
  transition: all 0.3s ease; }

.navigation-404 .to-homepage {
  margin: 30px 0; }

.error404 .navigation-404 a:hover {
  background: #2560c1; }

.error404 .site-footer, .search-no-results .site-footer, .search-no-results .sign-up-before {
  display: none; }

/**
 * -- Comments
 * ----------------------------------------------------------------------------
 */
.comments-area {
  margin-top: 50px; }

.home .comments-area, .home .single-page-content .post-image {
  display: none; }

.review-post-content .comments-area .comment-respond, .blog-post-content .blog-comments-content .comment-respond {
  background: #fff;
  padding: 30px;
  border: 1px solid;
  border-color: #00abbd;
  box-shadow: 0px 4px 18px rgba(7, 34, 42, 0.1);
  -moz-box-shadow: 0px 4px 18px rgba(7, 34, 42, 0.1);
  -webkit-box-shadow: 0px 4px 18px rgba(7, 34, 42, 0.1); }

.review-post-content #strcom-area #reviews .reviews-nav {
  border-top: none; }

.review-post-content #strcom-area #reviews .reviews-nav .star-rating {
  width: 123px; }

.review-post-content #strcom-area #reviews .star-rating {
  width: 91px; }

.review-post-content #strcom-area #reviews .reviews-stat {
  margin: 0;
  padding: 0; }

.review-post-content #strcom-area #reviews input.cptch_input {
  margin-top: 0; }

.review-post-content #strcom-area #reviews textarea, .blog-post-content .blog-comments-content textarea {
  border: 1px solid #2DC7F3;
  margin: 8px 0 0; }

.review-post-content #strcom-area #reviews textarea:focus, .blog-post-content .blog-comments-content textarea:focus {
  border: 1px solid #c1c1c1; }

.review-post-content #strcom-area #reviews .comment-form-author label, .review-post-content #strcom-area #reviews .comment-form-email label {
  display: block; }

.review-post-content #strcom-area #reviews input[type=text] {
  margin-top: 0; }

.blog-post-content .blog-comments-content ol.comments-list li .comment-text .meta .author strong, .blog-post-content .blog-comments-content ol.comments-list li .comment-text .meta .author strong a {
  color: #00abbd !important; }

.blog-post-content .blog-comments-content label {
  display: block; }

.blog-post-content .blog-comments-content .comments-form button[type="submit"] {
  background: #2DC7F3; }

.blog-comments-content .comments-form p {
  margin-bottom: 12px; }

.review-post-content #strcom-area #reviews .srtcom-clear {
  margin: 0 0 8px; }

.comments-title {
  margin: 0 0 15px;
  padding-bottom: 18px;
  font-weight: 400;
  font-family: 'Open Sans', serif;
  color: #45454B;
  font-size: 31px;
  border-bottom: 1px solid;
  border-color: #00abbd; }

.review-post-content #strcom-area #reviews #comments h3 {
  font-size: 31px;
  padding-bottom: 18px;
  font-weight: 800; }

.comment-list,
.comment-list .children {
  list-style-type: none;
  padding: 0; }

.comment-list .children {
  margin-left: 20px; }

.comment-list > li:after,
.comment-list .children > li:before {
  background: #00abbd;
  background-size: 4px 4px;
  content: "";
  display: block;
  height: 1px;
  width: 100%; }

.comment-list > li:last-child:after {
  display: none; }

.comment-body {
  padding: 24px 0;
  position: relative; }

.comment-author {
  float: left;
  max-width: 58px;
  text-align: center; }

.comment-author .avatar {
  display: block;
  margin-bottom: 3px;
  border-radius: 50%;
  width: 50px; }

.comment-author .fn {
  word-wrap: break-word; }

.comment-author .fn,
.comment-author .url,
.comment-reply-link,
.comment-reply-login {
  color: #00abbd;
  font-size: 13px;
  font-style: normal;
  font-weight: normal; }

.says {
  display: none; }

.no-avatars .comment-author {
  margin: 0 0 5px;
  max-width: 100%;
  position: relative; }

.no-avatars .comment-metadata,
.no-avatars .comment-content,
.no-avatars .comment-list .reply {
  width: 100%; }

.bypostauthor > .comment-body .fn:before {
  content: "\f408";
  vertical-align: text-top; }

.comment-list .edit-link {
  margin-left: 20px; }

.comment-metadata,
.comment-awaiting-moderation,
.comment-content,
.comment-list .reply {
  margin-left: 72px;
  word-wrap: break-word; }

.comment-content p {
  margin: 0 0 8px; }

.comment-metadata {
  margin-bottom: 5px; }

.comment-metadata,
.comment-metadata a {
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
  color: #3A3D4A;
  text-transform: uppercase;
  font-size: 11px; }

.comment-metadata a:hover {
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
  color: #3A3D4A;
  text-transform: uppercase;
  font-size: 11px; }

.ping-meta {
  color: #a2a2a2;
  font-size: 13px;
  line-height: 2; }

.comment-awaiting-moderation {
  color: #a2a2a2; }

.comment-awaiting-moderation:before {
  content: "\f414";
  margin-right: 5px;
  position: relative;
  top: -2px; }

.comment-reply-link:before,
.comment-reply-login:before {
  content: "\f412";
  margin-right: 3px; }

/* Comment form */
.comment .comment-respond {
  margin-bottom: 20px;
  padding: 20px; }

.comment-reply-title {
  font-size: 31px;
  margin: 0 0 20px;
  position: relative;
  font-weight: 400;
  font-family: 'Open Sans', serif;
  color: #45454B; }

.comment-reply-title small a {
  color: #131310;
  display: inline-block;
  float: right;
  height: 16px;
  overflow: hidden;
  width: 16px; }

.comment-reply-title small a:hover {
  color: #ed331c;
  text-decoration: none; }

.comment-reply-title small a:before {
  content: "\f406";
  vertical-align: top; }

.comment-respond .logged-in-as, .comment-respond .cptch_block {
  margin-bottom: 12px; }

.comment-form .comment-notes {
  margin-bottom: 15px; }

.comment-form .comment-form-author,
.comment-form-comment {
  margin-bottom: 8px; }

.comment-form .comment-form-email {
  margin-bottom: 14px; }

.comment-form .comment-form-url {
  display: none; }

.comment-form .required {
  color: #ed331c; }

.comment-form input[type="text"],
.comment-form input[type="email"],
.comment-form input[type="url"] {
  max-width: 270px;
  width: 60%; }

.comment-form textarea {
  width: 100%; }

.comment-form textarea, .comment-form input[type="text"], .comment-form input[type="email"], .comment-form input[type="url"] {
  border: 1px solid #6b6d73;
  background: #fff;
  font-family: inherit;
  border-radius: 5px; }

.comment-form label {
  display: block;
  letter-spacing: normal;
  text-transform: uppercase;
  margin-bottom: 7px;
  color: #8B99A3;
  font-size: 14px;
  line-height: 17px;
  font-weight: 700; }

.comment-form textarea {
  resize: none; }

.form-allowed-tags,
.form-allowed-tags code {
  color: #686758;
  font-size: 12px; }

.form-allowed-tags code {
  font-size: 10px;
  margin-left: 3px; }

.comment-list .pingback,
.comment-list .trackback {
  padding-top: 24px; }

.comment-navigation {
  font-size: 20px;
  font-style: italic;
  font-weight: 300;
  margin: 0 auto;
  max-width: 604px;
  padding: 20px 0 30px;
  width: 100%; }

.no-comments {
  background-color: #f7f5e7;
  font-size: 20px;
  font-style: italic;
  font-weight: 300;
  margin: 0;
  padding: 40px 0;
  text-align: center; }

.sidebar .no-comments {
  padding-left: 60px;
  padding-right: 376px; }

/**
 * -- Multisite
 * ----------------------------------------------------------------------------
 */
.site-main .mu_register {
  margin: 0 auto;
  max-width: 604px;
  width: 100%; }

.mu_alert {
  margin-top: 25px; }

.site-main .mu_register input[type="submit"],
.site-main .mu_register #blog_title,
.site-main .mu_register #user_email,
.site-main .mu_register #blogname,
.site-main .mu_register #user_name {
  font-size: inherit;
  width: 270px; }

.site-main .mu_register input[type="submit"] {
  width: auto; }

/**
 * Sidebar
 * ----------------------------------------------------------------------------
 */
.site-main .widget-area {
  display: inline-block;
  width: 100%; }

/**
 * -- Widgets
 * ----------------------------------------------------------------------------
 */
.ez-toc-widget-container {
  padding: 3px 6px 10px !important; }

.ez-toc-section {
  visibility: hidden;
  float: left;
  margin-top: -105px; }

.widget {
  background-color: #f7f8f9;
  font-size: 14px;
  margin: 0 0 28px;
  word-wrap: break-word; }

.widget .widget-title::before, .sidebar-title span::before, .top-stories-title::before {
  width: 25px;
  height: 25px;
  background-image: url("../images/badge_icon.png");
  content: ' ';
  display: inline-block;
  margin-right: 10px;
  vertical-align: middle;
  background-size: 100% 100%; }

.widget .widget-title, .sidebar-title, .top-stories-title {
  padding: 16px 0;
  margin: 0;
  background: #292929;
  font-family: 'Montserrat', sans-serif;
  font-weight: 500;
  text-align: center;
  color: #FFF;
  font-size: 18px;
  text-transform: uppercase;
  border-radius: 5px 5px 0 0; }

.widget ul,
.widget ol {
  list-style-type: none;
  margin: 0;
  padding: 0; }

.widget > ul, .widget > div, .widget > ol, .widget > form {
  padding: 10px; }

.widget li {
  padding: 8px 0 7px 0; }

.widget .children li:last-child {
  padding-bottom: 0; }

.widget li > ul,
.widget li > ol {
  margin-left: 17px; }

.widget p.pis-thumbnail {
  margin: 0;
  display: inline-block;
  vertical-align: top;
  width: 35%; }

.widget p.pis-title {
  display: inline-block;
  padding-left: 6px;
  width: 65%;
  vertical-align: top; }

/* Search widget */
.search-form .search-submit {
  display: none; }

/* RSS Widget */
.widget_rss .rss-date {
  display: block; }

.widget_rss .rss-date,
.widget_rss li > cite {
  color: #a2a2a2; }

/* Calendar Widget */
.widget_calendar table,
.widget_calendar td {
  border: 0;
  border-collapse: separate;
  border-spacing: 1px; }

.widget_calendar caption {
  font-size: 14px;
  margin: 0; }

.widget_calendar th,
.widget_calendar td {
  padding: 0;
  text-align: center; }

.widget_calendar a {
  display: block; }

.widget_calendar a:hover {
  background-color: rgba(0, 0, 0, 0.15); }

.widget_calendar tbody td {
  background-color: rgba(255, 255, 255, 0.5); }

.widget_calendar tbody .pad {
  background-color: transparent; }

.widget input[type=text], .widget input[type=email], .widget input[type=search] {
  border-radius: 5px; }

/* TOC+ widget */
.widget .toc_widget_list.no_bullets li {
  list-style-type: none; }

.widget .toc_widget_list.no_bullets li a {
  display: inline-block;
  position: relative;
  padding-left: 10px; }

.widget .toc_widget_list.no_bullets li.toc-level-2 > a {
  margin-left: 20px; }

.widget .toc_widget_list.no_bullets li.toc-level-3 > a {
  margin-left: 40px; }

.widget .toc_widget_list.no_bullets li.toc-level-4 > a {
  margin-left: 60px; }

.widget .toc_widget_list.no_bullets li a:before {
  content: '';
  position: absolute;
  width: 3px;
  height: 3px;
  left: 0;
  top: 7px;
  background: #004276; }

.widget .toc_widget_list.no_bullets li ul {
  margin-left: 0; }

.widget .toc_widget_list.no_bullets ul {
  margin: 0;
  padding: 0; }

.widget .toc_widget_list.no_bullets li a + ul {
  padding: 5px 0 0; }

.widget .toc_widget_list.no_bullets li a + ul li, .widget .toc_widget_list.no_bullets li.toc-level-2,
.toc_widget_list.no_bullets li.toc-level-3, .toc_widget_list.no_bullets li.toc-level-4,
.toc_widget_list.no_bullets li.toc-level-5 {
  padding: 2px 0; }

.widget .toc_widget_list.no_bullets li a + ul li.toc-level-1 {
  padding: 5px 0; }

.widget .toc_widget_list.no_bullets li a + ul li.toc-level-1 li.toc-level-1 {
  padding: 0; }

.widget .toc_widget_list.no_bullets li a + ul li a, .widget .toc_widget_list.no_bullets li.toc-level-2 > a,
.toc_widget_list.no_bullets li.toc-level-3 > a, .toc_widget_list.no_bullets li.toc-level-4 > a,
.toc_widget_list.no_bullets li.toc-level-5 > a {
  font-size: 13px; }

.widget .toc_widget_list.no_bullets li a + ul li.toc-level-1 > a {
  font-size: 14px; }

.widget .toc_widget_list li a {
  color: #004276; }

.widget .toc_widget_list li a:hover {
  color: #4545E1;
  text-decoration: underline; }

.widget .toc_widget_list.no_bullets li.toc-empty {
  padding: 0;
  list-style: none; }

/**
 * Plugin simple review posts
 * ----------------------------------------------------------------------------
 */
.site-content .srp-simple-review-post-wrap {
  width: 32%;
  font-size: 15px;
  color: #000; }

.site-content .srp-simple-review-list li:nth-child(2n+1) {
  background: #ecf7fe; }

.srp-simple-review-list li:first-child {
  text-transform: uppercase;
  font-weight: 700; }

.site-content .srp-simple-review-attributes .srp-star-rating {
  height: 15px;
  width: 92px;
  font-size: 14px;
  margin-bottom: -1px; }

.site-content .srp-simple-review-attributes .srp-star-rating:before {
  letter-spacing: 4px;
  color: #C9D1D5; }

.site-content .srp-simple-review-attributes .srp-star-rating span:before {
  letter-spacing: 4px;
  color: #00abbd; }

.site-content .srp-post-content-link, .site-content .srp-price {
  color: #00abbd; }

.site-content .srp-post-amazon-link {
  border-top: none;
  padding: 10px 0; }

.site-content .srp-post-amazon-link a {
  background-color: #ff9900;
  border: 1px solid #ff9900; }

.site-content .srp-post-amazon-link a:hover {
  color: #ff9900;
  background: #fff; }

.site-content .srp-post-content-link {
  text-transform: uppercase;
  color: #31C9F4;
  font-weight: 500;
  font-size: 14px; }

.site-content .srp-simple-review-post-wrap:hover .srp-post-amazon-link, .site-content .srp-simple-review-post-wrap-hover .srp-post-amazon-link {
  padding: 30px 0; }

.site-content .srp-post-content-wrap {
  margin-top: 6px; }

/**
 * Footer
 * ----------------------------------------------------------------------------
 */
.site-footer {
  position: relative;
  font-size: 14px;
  text-align: center; }

.site-info {
  display: inline-block;
  padding: 34px 0 30px;
  width: 100%; }

.footer-nav-columns {
  display: inline-block;
  padding: 40px 0;
  width: 100%; }

.footer-copyright {
  padding: 0 0 30px;
  text-align: left; }

.copy, .footer-logo {
  float: left;
  display: inline-block;
  margin-bottom: 20px; }

.footer-logo img {
  max-height: 50px; }

.footer-right-block {
  padding-top: 0;
  display: inline-block;
  float: right; }

.site-footer .footer-social {
  text-align: left;
  margin: 0;
  list-style: none;
  display: inline-block; }

.site-footer .search-form {
  display: inline-block;
  float: left;
  position: relative;
  margin-left: 26px; }

.site-footer .search-form .search-field {
  width: 300px;
  height: 40px;
  padding: 0 48px 0 25px;
  border-radius: 20px;
  border: none;
  font-size: 14px; }

.site-footer .search-form .search-submit {
  display: inline-block;
  font-size: 0;
  position: absolute;
  padding: 0;
  margin: 0;
  border: none;
  width: 20px;
  height: 21px;
  right: 24px;
  top: 9px;
  background: url(../images/footer_search.png) no-repeat; }

#wpstats {
  display: block;
  margin: -10px auto 0; }

.menu-footer-container {
  padding-top: 4px;
  display: inline-block;
  max-width: 640px; }

.footer-nav-menu-item {
  display: inline-block;
  text-align: left;
  vertical-align: top;
  list-style: none;
  float: left;
  width: 33.3333%;
  padding: 0 15px; }

.footer-nav-menu-item .footer-list {
  margin-bottom: 34px; }

.footer-list .footer-title, .footer-social .footer-title {
  text-transform: uppercase;
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  font-size: 12px; }

.footer-list ul {
  padding: 0;
  margin: 12px 0 0;
  list-style: none; }

.footer-social ul {
  padding: 0;
  margin: 22px 0 0;
  display: inline-block;
  width: 100%; }

.footer-social ul li {
  display: inline-block;
  height: 25px;
  margin-right: 25px;
  float: left; }

.footer-social ul li:last-child {
  margin-right: 0; }

.footer-main-menu {
  margin-bottom: 24px; }

.footer-main-menu li {
  display: inline-block;
  padding: 8px 15px;
  margin-bottom: 4px; }

.menu-footer-container .footer-nav-menu-item:last-child {
  margin-right: 0; }

.footer-nav-menu-item li {
  display: block;
  padding: 7px 0; }

.footer-nav-menu-item li a, .footer-main-menu li a {
  color: #ffffff;
  line-height: 1;
  display: inline-block;
  font-size: 14px;
  text-decoration: underline; }

.footer-nav-menu-item li a:hover, .footer-main-menu li a:hover {
  color: #00abbd; }

.footer-nav-menu-item .inline li {
  display: inline-block;
  padding: 3px 0;
  padding-left: 12px;
  max-width: none;
  position: relative; }

.footer-nav-menu-item .inline li:before {
  content: '';
  position: absolute;
  width: 4px;
  height: 4px;
  left: 2px;
  top: 50%;
  margin-top: -2px;
  background: #6C6C6C;
  border-radius: 50%; }

.site-footer .footer-social li a {
  display: inline-block;
  float: left;
  height: 21px;
  width: 21px;
  font-size: 0; }

.site-footer .footer-social li:first-child a {
  background: url(../images/social_fb.png) no-repeat; }

.site-footer .footer-social li:first-child + li a {
  background: url(../images/social_tw.png) no-repeat; }

.site-footer .footer-social li:first-child + li + li a {
  background: url(../images/social_yout.png) no-repeat; }

.site-footer .footer-social li:first-child + li + li + li a {
  background: url(../images/social_inst.png) no-repeat; }

/**
 * Hovers
 * ----------------------------------------------------------------------------
 */
.main-slider-item {
  border-radius: 6px;
  overflow: hidden; }

.top-stories-item-image a:before {
  border-radius: 10px; }

.review-cat-item .review-cat-item-img a:before {
  border-radius: 6px 6px 0 0; }

.review-cat-item .review-cat-item-img a:after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 1;
  background: -moz-linear-gradient(top, rgba(29, 29, 29, 0) 0%, rgba(29, 29, 29, 0.4) 39%, rgba(29, 29, 29, 0.8) 100%);
  background: -webkit-linear-gradient(top, rgba(29, 29, 29, 0) 0%, rgba(29, 29, 29, 0.4) 39%, rgba(29, 29, 29, 0.8) 100%);
  background: linear-gradient(to bottom, rgba(29, 29, 29, 0) 0%, rgba(29, 29, 29, 0.4) 39%, rgba(29, 29, 29, 0.8) 100%); }

.main-featured-item .featured-image a:after, .blog-cat-post-image > a:after, .row-list-post-image > a:after {
  border-radius: 6px 6px 0 0; }

.top-stories-item-image a:after, .main-last-review .img-review:after {
  content: "\e918";
  font-family: 'WT-ico-font';
  font-style: normal;
  font-weight: normal;
  color: #fff;
  position: absolute;
  width: 19px;
  height: 21px;
  left: 50%;
  top: 50%;
  margin-top: -10px;
  margin-left: -9px;
  opacity: 0;
  visibility: hidden;
  z-index: 3;
  transition: all 0.15s ease-in-out; }

.main-slider-item .main-banner-gradient a:before, .review-cat-item .review-cat-item-img a:before, .main-featured-item .featured-image a:after, .row-list-post-image > a:after,
.blog-cat-post-image > a:after, .top-stories-item-image a:before, .guide-list-item .review-cat-post-image > a:before, .single-list-item .review-cat-post-image-link:before {
  content: '';
  position: absolute;
  opacity: 0;
  visibility: hidden;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 2;
  transition: all 0.15s ease-in-out; }

.row-list-post-image > a:after, .blog-cat-post-image > a:after {
  transition: none; }

.main-slider-item .main-banner-gradient a:before, .review-cat-item .review-cat-item-img a:before, .main-featured-item .featured-image a:after,
.blog-cat-post-image > a:after, .top-stories-item-image a:before, .guide-list-item .review-cat-post-image > a:before, .row-list-post-image > a:after {
  background: -moz-linear-gradient(45deg, rgba(37, 109, 227, 0.54) 0%, rgba(125, 185, 232, 0) 100%);
  background: -webkit-linear-gradient(45deg, rgba(37, 109, 227, 0.54) 0%, rgba(125, 185, 232, 0) 100%);
  background: linear-gradient(45deg, rgba(37, 109, 227, 0.54) 0%, rgba(125, 185, 232, 0) 100%); }

.main-slider-item:hover .main-banner-gradient a:before, .review-cat-item:hover .review-cat-item-img a:before, .main-featured-item:hover .featured-image a:after,
.blog-list-item:hover .blog-cat-post-image > a:after,
.top-stories-item-image a:hover:before, .top-stories-item-image a:hover:after, .main-top-review:hover .img-review:after, .main-last-review:hover .img-review:after,
.single-list-item .review-cat-post-image-link:hover:after, .single-list-item .review-cat-post-image-link:hover:before, .guide-list-item .review-cat-post-image > a:hover:before, .row-list-item:hover .row-list-post-image > a:after {
  opacity: 1;
  visibility: visible; }

.main-featured-item:hover, .main-top-review:hover, .main-last-review:hover, .most-viewed-wrapper .blog-most-viewed-item .blog-list-item:hover,
.blog-cat-main-link > a:hover, .blog-cat-list li.active, .blog-cat-list li:hover, .blog-cat-content .blog-list-item:hover {
  box-shadow: 0 2px 8px rgba(37, 109, 227, 0.54);
  -moz-box-shadow: 0 2px 8px rgba(37, 109, 227, 0.54);
  -webkit-box-shadow: 0 2px 8px rgba(37, 109, 227, 0.54); }

.review-cat-item .review-cat-item-img a img {
  transition: transform 0.15s ease-in-out; }

.review-cat-item:hover .review-cat-item-img a img {
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05); }

.main-featured-item:hover .main-featured-link,
.blog-list-item:hover, .row-list-item:hover {
  background: #292929 !important; }

.main-last-review:hover, .main-top-review:hover {
  border-color: rgba(37, 109, 227, 0.2); }

.main-last-review:hover, .main-top-review:hover, .main-featured-item:hover, .review-cat-items .review-cat-item:hover,
.most-viewed-wrapper .blog-list-item:hover, .blog-cat-content .blog-list-item:hover {
  -webkit-transform: translateY(-2px);
  transform: translateY(-2px); }

.main-last-review:hover .rate-details-link, .blog-list-item:hover .blog-cat-post-title,
.blog-list-item:hover .blog-cat-post-content > span, .row-list-item:hover .row-list-post-content > span, .row-list-item:hover .row-list-post-title {
  color: #fff !important; }

.main-slider-item > img {
  max-width: none;
  width: -webkit-calc(100% + 50px);
  width: calc(100% + 50px);
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
  -webkit-transform: translate3d(-40px, 0, 0);
  transform: translate3d(-40px, 0, 0); }

.main-slider-item:hover > img {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.blog-cat-main-link > a:hover {
  background: #292929;
  color: #fff; }

.main-sidebar .blog-list-item:hover:after {
  opacity: 0;
  visibility: hidden; }

.blog-list-item i.hunt-icon, .row-list-item i.hunt-icon, .blog-list-item .post-date, .row-list-item .post-date, .row-list-item .row-list-post-views,
.row-list-item .row-list-post-share, .blog-list-item .blog-cat-post-share, .blog-list-item .blog-cat-post-views {
  transition: all .15s ease-in-out; }

.blog-list-item:hover i.hunt-icon, .row-list-item:hover i.hunt-icon, .blog-list-item:hover .post-date, .row-list-item:hover .post-date, .row-list-item:hover .row-list-post-views,
.row-list-item:hover .row-list-post-share, .blog-list-item:hover .blog-cat-post-share, .blog-list-item:hover .blog-cat-post-views, .blog-list-item:hover .blog-cat-post-likes {
  color: #82d4dc; }

.blog-list-item:hover .blog-cat-post-image img, .row-list-item:hover .row-list-post-image img {
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05); }

/**
 * Authors page
 * ----------------------------------------------------------------------------
 */
.authors-page-header, .banner-page-header {
  margin-top: -88px;
  margin-bottom: 45px;
  padding: 89px 0 34px;
  text-align: center;
  background: #b8edea;
  background-size: cover; }

.authors-page-statistics-wrap {
  position: relative;
  width: 100%;
  text-align: center;
  margin-top: 45px;
  margin-bottom: 0px;
  z-index: 1; }

.authors-page-animation {
  position: relative; }

.authors-animation-badge {
  position: absolute;
  border-radius: 10px;
  width: 200px;
  min-height: 100px;
  top: 100%;
  box-shadow: 0px 6px 13px 0px rgba(233, 233, 233, 0.95);
  text-align: center;
  opacity: 0;
  -webkit-transform: translate3d(0, 20%, 0);
  transform: translate3d(0, 20%, 0); }

.authors-animation-badge:before {
  position: absolute;
  content: '';
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border-radius: 10px;
  background: rgba(20, 20, 20, 0.92);
  opacity: 0.85;
  z-index: 0; }

.authors-animation-badge:after {
  display: block;
  position: absolute;
  content: '';
  width: 0;
  height: 0;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-bottom: 9px solid;
  border-bottom-color: rgba(20, 20, 20, 0.92);
  top: 0;
  margin-top: -9px;
  left: 50%;
  transform: translate(-50%, 0);
  opacity: 0.85; }

.authors-animation-badge .digit {
  position: relative;
  display: block;
  z-index: 1;
  /*top: 50%;*/
  /*left: 50%;*/
  color: rgba(246, 244, 244, 0.25);
  font-size: 90px;
  font-weight: 700;
  line-height: 1;
  text-transform: uppercase;
  margin-top: 3px; }

.authors-animation-badge .text {
  position: absolute;
  display: inline-block;
  z-index: 2;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase; }

.authors-animation-badge.authors-badge-1 {
  left: 19%; }

.authors-animation-badge.authors-badge-2 {
  left: 42%; }

.authors-animation-badge.authors-badge-3 {
  left: 65%; }

.authors-animation-badge.show {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  transition: opacity 1.5s 0s cubic-bezier(0.19, 1, 0.22, 1), transform 3s 0s cubic-bezier(0.19, 1, 0.22, 1); }

.authors-animation-badge.show.hide {
  animation: bounceOut 0.5s linear forwards; }

.authors-animation-badge.show .digit {
  animation: bigEntrance 1s 0.6s linear forwards; }

.authors-page-statistics {
  display: inline-block;
  width: 980px; }

.authors-statistics-item {
  width: 28.6%;
  border-radius: 10px;
  height: 130px;
  position: relative;
  display: inline-block;
  padding: 26px 0 0;
  background: white; }

.authors-page-statistics .authors-statistics-item:first-child {
  float: left; }

.authors-page-statistics .authors-statistics-item:last-child {
  float: right; }

.authors-statistics-item:before {
  content: '';
  position: absolute;
  left: 50%;
  margin-left: -9px;
  bottom: -16px;
  border: 9px solid rgba(0, 0, 0, 0);
  border-top: 9px solid white; }

.authors-statistics-item-count {
  color: #2C2C2C;
  margin-bottom: 4px;
  display: inline-block;
  position: relative;
  font-family: 'Open Sans', serif;
  font-size: 50px;
  line-height: 1; }

.authors-statistics-item-title {
  color: #151518;
  font-size: 12px;
  text-transform: uppercase; }

.authors-statistics-item-count-last-period {
  position: absolute;
  top: -15px;
  left: 95%;
  display: inline-block;
  background: #00abbd;
  border-radius: 12px;
  line-height: 24px;
  padding: 0 12px;
  color: #FFF;
  font-family: 'Open Sans', serif;
  font-size: 14px;
  text-transform: uppercase; }

.authors-page-animation > img {
  width: 100%;
  visibility: hidden; }

.authors-page-animation > img.show {
  visibility: visible; }

.authors-page-content-wrap {
  text-align: center;
  padding-bottom: 20px; }

.authors-page-title {
  display: inline-block;
  text-align: center;
  width: 75%;
  font-size: 32px;
  font-weight: normal;
  font-family: 'Open Sans', serif;
  color: #44444B;
  margin-top: 10px;
  overflow: hidden; }

.authors-page-content-wrap .list-title {
  font-weight: 500; }

.authors-page-content-wrap .list-title i:before, .authors-page-content-wrap .list-title i:after {
  width: 400px; }

.authors-page-content-wrap h2 {
  font-size: 25px;
  margin-bottom: 20px;
  font-weight: 500; }

.authors-page-title-ico {
  margin: 0 0 0 0; }

.authors-page-title-editors-ico {
  margin: 0 0 0 0; }

.authors-page-title-res-ico {
  margin: 0 0 0 0; }

.authors-page-title-ico:before, .authors-page-title-editors-ico:before, .authors-page-title-res-ico:before {
  font-family: 'author-page-icons' !important;
  speak: none;
  color: #00abbd;
  font-size: 100px;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  content: "\e900"; }

.authors-page-title-ico:before {
  content: "\e900"; }

.authors-page-title-editors-ico:before {
  content: "\e901"; }

.authors-page-title-res-ico:before {
  content: "\e902"; }

.authors-page-content-wrap .list-title i.hunt-icon {
  background: url(../images/thefitbay_blog_icon.png) no-repeat center 0; }

.authors-page-title > span {
  display: inline-block;
  position: relative; }

.authors-page-title > span.authors-title-body {
  padding: 0 44px 0;
  margin-bottom: 18px; }

.authors-page-title > span:before {
  right: 100%;
  top: 97px; }

.authors-page-title > span:after {
  left: 100%;
  top: 97px; }

.authors-page-content {
  display: inline-block;
  width: 70%;
  color: #5F5F5F;
  font-size: 15px; }

.authors-page-editors {
  padding: 20px 0;
  text-align: center;
  padding-bottom: 50px; }

.authors-page-title {
  border-bottom: 1px solid;
  border-color: #00abbd; }

.authors-page-editors .authors-page-title {
  width: 100%;
  margin: 0 0 42px; }

.authors-page-editors .authors-page-title > span {
  padding: 0 45px;
  margin-bottom: 18px; }

.authors-page-editors .authors-page-title > span:before, .authors-page-editors .authors-page-title > span:after {
  top: 18px; }

.authors-page-site-content .sign-up-wrap {
  margin-top: 0; }

.authors-page-site-content .sign-up-before-none:before {
  background: #fafaf8; }

.page-editors-items-wrap {
  display: inline-block;
  width: 68%; }

.page-editors-items {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }

.page-editors-item-wrap {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  float: left;
  width: 50%;
  margin-bottom: 20px;
  padding: 0 10px; }

.page-editors-item-wrap-marketing {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: inline-block;
  text-align: center;
  width: 50%;
  margin-bottom: 30px;
  padding: 0 10px; }

@media (max-width: 1000px) {
  .page-editors-item-wrap-marketing {
    width: 80%; } }

@media (max-width: 643px) {
  .page-editors-item-wrap-marketing {
    width: 95%; } }

.page-editors-item {
  width: 100%;
  padding: 40px 0 25px;
  box-shadow: 1px 5px 21px rgba(233, 233, 233, 0.95);
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  border-radius: 6px; }

.page-editor-avatar {
  text-align: center;
  margin-bottom: 26px; }

.page-editor-avatar > span {
  display: inline-block;
  position: relative;
  border-radius: 50%; }

.page-editor-avatar > span:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  border-radius: 50%; }

.page-editor-avatar img {
  width: 96px;
  height: 96px;
  border-radius: 50%; }

.page-editor-name {
  margin-bottom: 26px; }

.page-editor-name-title {
  display: block;
  color: #2C2C2C;
  font-family: 'Open Sans', serif;
  font-size: 22px;
  margin-bottom: 4px; }

.page-editor-name-title-subtitle {
  display: inline-block;
  position: relative;
  padding-bottom: 14px;
  color: #898b8f;
  font-family: 'Montserrat';
  font-size: 12pt;
  text-transform: uppercase; }

.page-editor-name-title-subtitle:before {
  position: absolute;
  left: 50%;
  bottom: 0;
  margin-left: -46px;
  width: 92px;
  height: 1px;
  background: #eaeaea; }

.page-editor-info {
  display: inline-block;
  width: 75%;
  margin-bottom: 32px;
  color: #797C7F;
  font-family: 'OpenSans';
  font-size: 16px;
  line-height: 1.6; }

.page-editor-social ul {
  display: inline-block;
  padding: 0;
  margin: 0;
  list-style: none; }

.page-editor-social ul li {
  display: inline-block;
  margin-right: 22px; }

.page-editor-social ul li:last-child {
  margin-right: 0; }

.page-editor-social ul li > a {
  width: 35px;
  height: 35px;
  display: inline-block;
  text-decoration: none;
  outline: none; }

/*.page-editor-social ul li>a.page-editor-fb {
    background: url(../images/social_fb.png) no-repeat;
}*/
.page-editor-social ul li > a.page-editor-fb {
  background: url(../images/social_icons/facebook.png) no-repeat; }

/*.page-editor-social ul li>a.page-editor-tw {
    background: url(../images/social_tw.png) no-repeat
}*/
.page-editor-social ul li > a.page-editor-tw {
  background: url(../images/social_icons/linkedIN.png) no-repeat; }

.page-editor-social ul li > a.page-editor-in {
  background: url(../images/social_inst.png) no-repeat; }

.authors-page-researches {
  background: #fff; }

/**
 * Animation
 * ----------------------------------------------------------------------------
 */
/*
==============================================
tossing
==============================================
*/
.tossing {
  animation-name: tossing;
  -webkit-animation-name: tossing;
  animation-duration: 2.5s;
  -webkit-animation-duration: 2.5s;
  animation-iteration-count: infinite;
  -webkit-animation-iteration-count: infinite; }

@keyframes tossing {
  0% {
    transform: rotate(-4deg); }
  50% {
    transform: rotate(4deg); }
  100% {
    transform: rotate(-4deg); } }

@-webkit-keyframes tossing {
  0% {
    -webkit-transform: rotate(-4deg); }
  50% {
    -webkit-transform: rotate(4deg); }
  100% {
    -webkit-transform: rotate(-4deg); } }

/*
==============================================
bigEntrance
==============================================
*/
.bigEntrance {
  animation-name: bigEntrance;
  -webkit-animation-name: bigEntrance;
  animation-duration: 1.6s;
  -webkit-animation-duration: 1.6s;
  animation-timing-function: ease-out;
  -webkit-animation-timing-function: ease-out;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  /*visibility: visible !important;*/ }

@keyframes bigEntrance {
  0% {
    transform: scale(0.3) rotate(6deg) translateX(0) translateY(0);
    opacity: 0.2; }
  30% {
    transform: scale(1.1) rotate(-2deg) translateX(0) translateY(0);
    opacity: 1; }
  45% {
    transform: scale(0.98) rotate(1deg) translateX(0%) translateY(0%);
    opacity: 1; }
  60% {
    transform: scale(1.5) rotate(-1deg) translateX(0%) translateY(0%);
    opacity: 1; }
  75% {
    transform: scale(0.9) rotate(1deg) translateX(0%) translateY(0%);
    opacity: 1; }
  90% {
    transform: scale(1.2) rotate(0deg) translateX(0%) translateY(0%);
    opacity: 1; }
  100% {
    transform: scale(1) rotate(0deg) translateX(0%) translateY(0%);
    opacity: 1; } }

@-webkit-keyframes bigEntrance {
  0% {
    -webkit-transform: scale(0.3) rotate(6deg) translateX(0%) translateY(0%);
    opacity: 0.2; }
  30% {
    -webkit-transform: scale(1.1) rotate(-2deg) translateX(0%) translateY(0%);
    opacity: 1; }
  45% {
    -webkit-transform: scale(0.98) rotate(1deg) translateX(0%) translateY(0%);
    opacity: 1; }
  60% {
    -webkit-transform: scale(1.5) rotate(-1deg) translateX(0%) translateY(0%);
    opacity: 1; }
  75% {
    -webkit-transform: scale(0.9) rotate(1deg) translateX(0%) translateY(0%);
    opacity: 1; }
  90% {
    -webkit-transform: scale(1.2) rotate(0deg) translateX(0%) translateY(0%);
    opacity: 1; }
  100% {
    -webkit-transform: scale(1) rotate(0deg) translateX(0%) translateY(0%);
    opacity: 1; } }

/*
==============================================
bounceOut
==============================================
*/
.bounceOut {
  -webkit-animation-name: bounceOut;
  animation-name: bounceOut;
  -webkit-animation-duration: .75s;
  animation-duration: .75s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards; }

@-webkit-keyframes bounceOut {
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9); }
  50%, 55% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1); }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3); } }

@keyframes bounceOut {
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9); }
  50%, 55% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1); }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3); } }

/**
 * Media Queries
 * ----------------------------------------------------------------------------
 */
/* Does the same thing as <meta name="viewport" content="width=device-width">,
 * but in the future W3C standard way. -ms- prefix is required for IE10+ to
 * render responsive styling in Windows 8 "snapped" views; IE10+ does not honor
 * the meta tag. See https://core.trac.wordpress.org/ticket/25888.
 */
@-ms-viewport {
  width: device-width; }

@viewport {
  width: device-width; }

body.vhidden {
  overflow: hidden; }

@media (max-width: 1599px) {
  .site {
    border: 0; } }

@media (max-width: 1440px) {
  .nav-menu > li > .sub-menu {
    padding: 0; }
  .nav-menu li .sub-menu li a {
    font-size: 12px; }
  .nav-menu li .sub-menu li, .nav-menu > li > .sub-menu > li .sub-menu, .nav-menu > li:nth-child(1) > .sub-menu > li .sub-menu {
    width: 165.71429px; } }

@media (min-width: 980px) and (max-width: 1300px) {
  .et_monarch .et_social_sidebar_networks {
    top: inherit !important;
    left: 50%;
    margin-left: -290px;
    bottom: 5px; }
  .et_monarch .et_social_sidebar_flip li {
    display: inline-block;
    margin: 0 5px 0 0;
    border-radius: 4px;
    width: 60px;
    height: 50px; }
  .et_monarch .et_social_sidebar_flip li:hover {
    width: 60px; } }

@media (min-width: 1000px) and (max-width: 1200px) {
  .review-cat-item-icon {
    top: 14%; } }

@media (max-width: 1200px) {
  .container {
    padding: 0 15px; }
  .top-stories-content {
    padding: 0; }
  .blog-cat-post-content, .row-list-post-content {
    padding: 15px 15px 20px; }
  .blog-list-item .blog-cat-post-info, .row-list-item .row-list-post-info {
    padding: 8px 15px 15px; }
  .review-cat-item-hover .review-cat-item-childs {
    padding: 24px 0 0 19px; }
  .review-custom-content-title-wrap {
    left: 6%; }
  .review-post-main-content h2 {
    max-width: 60%; }
  .nav-menu > li > a {
    padding: 14px 20px; }
  .nav-menu > li.menu-item-has-children > a:before {
    right: 6px; }
  .site-header-small .nav-menu > li > a {
    padding: 11px 17px; }
  .sub-menu-content .container {
    padding: 0 25px; }
  .nav-posts-item-wrap.slick-slider .slick-prev {
    left: -20px; }
  .nav-posts-item-wrap.slick-slider .slick-next {
    right: -20px; }
  .review-cat-post-image-links a, .search-list .review-cat-post-image-links a {
    float: none;
    width: 100%; }
  .review-cat-post-image-links a:first-child {
    margin-bottom: 15px; }
  .nav-menu li .sub-menu li, .nav-menu > li > .sub-menu > li .sub-menu, .nav-menu > li:nth-child(1) > .sub-menu > li .sub-menu {
    width: 148.57143px; }
  .nav-menu li .sub-menu li a, .site-header-small .nav-menu li .sub-menu li a {
    font-size: 11px; }
  .nav-menu > li > .sub-menu > li > .sub-menu > li > a {
    font-size: 12px; }
  .menu-footer-container {
    max-width: 430px; }
  .authors-page-animation {
    width: 100%; }
  .price-links-sidebar .price-link-arrow, .price-links-sidebar > a:last-child, .price-links-sidebar > .price-info-link > a:last-child {
    font-size: 0; }
  .price-links-sidebar .price-link-image img, .price-links-sidebar > a:first-child img {
    max-width: 85px; } }

@media (max-width: 1069px) {
  .sidebar img.alignleft,
  .sidebar .wp-caption.alignleft {
    margin-left: 0; }
  .sidebar img.alignright,
  .sidebar .wp-caption.alignright {
    margin-right: 0; }
  .search .page-header,
  .archive .page-header,
  .blog .page-header,
  .error404 .page-content,
  .archive .page-content,
  .attachment .entry-header,
  .attachment .entry-content,
  .post-navigation .nav-links,
  .sidebar .site-info {
    padding-left: 20px;
    padding-right: 20px; }
  .attachment .image-navigation {
    max-width: 724px; }
  .image-navigation .nav-previous,
  .image-navigation .nav-next {
    position: static; }
  .site-header .site-navigation-search > span {
    display: none; }
  .review-star-rating .star-rating-count {
    margin-top: 0; }
  .related-details .related-details-link {
    font-size: 14px;
    line-height: 1; }
  .review-cat-item-hover {
    width: 207%; }
  .review-cat-item-hover .review-cat-item-childs {
    padding: 22px 0 0 19px; }
  .nav-menu li .sub-menu li, .nav-menu > li > .sub-menu > li .sub-menu, .nav-menu > li:nth-child(1) > .sub-menu > li .sub-menu {
    width: 137.14286px; }
  .review-cat-item-hover-title {
    bottom: 35px; }
  .nav-menu > li > a {
    padding: 14px 17px; }
  .nav-menu li .sub-menu li a {
    font-size: 10px; }
  .authors-page-statistics {
    width: 100%; }
  .nav-menu > li > .sub-menu > li > .sub-menu > li > a {
    font-size: 11px; }
  .nav-menu li .sub-menu li a, .site-header-small .nav-menu li .sub-menu li a {
    font-size: 11px; } }

@media (max-width: 999px) {
  .attachment .entry-meta {
    float: left;
    text-align: left;
    width: 100%; }
  .attachment .entry-content {
    max-width: 100%;
    padding: 40px 0; }
  .format-status .entry-content {
    padding-top: 40px; }
  .format-status .entry-meta {
    padding-bottom: 40px; }
  .site-main .widget-area {
    float: none;
    margin: 0;
    width: 100%; }
  .main-top-review {
    margin-bottom: 18px; }
  .review-cat-item-wrap {
    width: 33.3333%; }
  .main-slider-banner {
    width: 210px;
    height: 50px;
    line-height: 50px;
    padding-left: 42px;
    font-size: 16px; }
  .monthly-giveway-image {
    right: 20px; }
  .giveway-logo {
    margin-bottom: 15px; }
  .giveway-title {
    font-size: 24px;
    line-height: 24px; }
  .giveway-subtitle {
    font-size: 15px; }
  .giveway-link {
    font-size: 12px; }
  .last-article-info {
    width: 67%; }
  .last-article-author, .last-article-link, .last-article-counts {
    width: 85%; }
  .last-article-link a {
    font-size: 15px; }
  .top-stories-nav li {
    line-height: 30px; }
  .top-stories-content {
    padding: 0; }
  .blog-cat-post-author img, .row-list-post-author img {
    float: none; }
  .review-cat-item-hover {
    width: 208%; }
  .review-cat-item-hover .review-cat-item-childs {
    padding: 21px 0 0 19px; }
  .sidebar-title {
    font-size: 18px; }
  .sidebar-top-stories .sidebar-subtitle {
    padding: 10px 14px 12px; }
  .price-links-sidebar .price-link-arrow {
    display: none; }
  .price-links-sidebar {
    padding: 20px 15px 20px;
    text-align: center; }
  .price-links-sidebar .price-link-image {
    float: none; }
  .blog-list-item .blog-cat-post-share {
    margin-right: 0; }
  .blog-post-content .blog-comments-content, .review-post-content #strcom-area {
    width: 100%; }
  .sidebar-sign {
    padding: 32px 0 40px; }
  .sidebar-sign-radio .radio-btn {
    font-size: 13px; }
  .sidebar-sign-radio .radio-btn:first-child {
    margin-right: 3px; }
  .radio-btn input[type="radio"] + label span {
    margin: 0 3px 0 0; }
  .site-header .site-navigation-search .search-form {
    position: absolute;
    float: none;
    right: 15px;
    top: 19px; }
  .site-header-small .site-navigation-search .search-form {
    top: 7px; }
  .nav-menu > li > a {
    padding: 15px 15px; }
  .site-header-small .nav-menu > li > a {
    padding: 11px 15px; }
  .site-header .nav-menu-reviews-search .search-form {
    position: relative;
    top: 0;
    right: inherit; }
  .site-header-small .search-form {
    top: 5px; }
  .review-list-item .editor-rating-banner {
    right: -28px; }
  .review-list-ratings {
    width: 85%; }
  .nav-menu li .sub-menu li a, .nav-menu > li > .sub-menu > li > .sub-menu > li > a {
    font-size: 12px; }
  .nav-menu li .sub-menu li, .nav-menu > li > .sub-menu > li .sub-menu {
    width: 132.57143px; }
  .copy, .footer-logo {
    display: inline-block;
    width: 100%;
    float: none; }
  .footer-right-block {
    display: inline-block;
    width: 100%; }
  .site-footer .footer-social {
    text-align: center; }
  .main-banner-link {
    width: 75%; }
  .main-banner-link .title-link {
    font-size: 32px; }
  .site-header .container {
    padding: 0; }
  /* Small menu */
  .header-wrapper {
    text-align: center; }
  .menu-toggle {
    position: absolute;
    display: block;
    left: 20px;
    top: 27px;
    width: 28px;
    height: 24px;
    border: none;
    outline: none;
    background: none;
    padding: 0; }
  .menu-toggle > span {
    display: block;
    position: absolute;
    top: 10px;
    left: 0;
    right: 0;
    height: 4px;
    background: #00abbd;
    -webkit-transition: background 0s .3s;
    transition: background 0s .3s; }
  .menu-toggle > span:before, .menu-toggle > span:after {
    content: "";
    position: absolute;
    display: block;
    left: 0;
    width: 100%;
    height: 4px;
    background: #00abbd;
    -webkit-transition-duration: .3s,.3s;
    transition-duration: .3s,.3s;
    -webkit-transition-delay: .3s,0s;
    transition-delay: .3s,0s; }
  .menu-toggle > span:before {
    top: -10px;
    -webkit-transition-property: top,-webkit-transform;
    transition-property: top,transform; }
  .menu-toggle > span:after {
    bottom: -10px;
    -webkit-transition-property: bottom,-webkit-transform;
    transition-property: bottom,transform; }
  .site-header-small .menu-toggle {
    width: 28px;
    height: 24px;
    top: 14px; }
  .toggled-on .menu-toggle > span {
    background: 0 0; }
  .toggled-on .menu-toggle > span:before, .toggled-on .menu-toggle > span:after {
    -webkit-transition-delay: 0s,.3s;
    transition-delay: 0s,.3s; }
  .toggled-on .menu-toggle > span:before {
    top: 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg); }
  .toggled-on .menu-toggle > span:after {
    bottom: 0;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg); }
  .navbar .toggled-on .menu-menu-chinh-container {
    position: absolute;
    top: 100%;
    width: 100%;
    background: #1f1d35;
    padding-top: 15px;
    z-index: 3;
    padding-bottom: 45px;
    overflow-y: auto;
    height: calc(100vh - 78px); }
  .nav-menu > li.menu-item-has-children > a:before {
    display: none; }
  .toggled-on .nav-menu,
  .toggled-on .nav-menu > ul {
    display: block;
    margin-left: 0;
    padding: 0;
    width: 100%; }
  .toggled-on li,
  .toggled-on .children {
    display: block; }
  .toggled-on .nav-menu li > ul {
    background-color: transparent;
    display: block;
    float: none;
    margin-left: 20px;
    position: relative;
    left: auto;
    top: auto; }
  .toggled-on .nav-menu li > ul a {
    color: #141412;
    width: auto; }
  .nav-menu > li {
    display: block;
    height: auto; }
  .toggled-on .nav-menu > li a:hover,
  .toggled-on .nav-menu > ul a:hover {
    background-color: #00abbd;
    color: #fff !important; }
  ul.nav-menu,
  div.nav-menu > ul, .menu-item-container {
    display: none; }
  .site-header .home-link {
    float: none; }
  .navbar, .comments-area {
    width: 100%; }
  .site-header {
    overflow: visible; }
  .site-header .site-navigation-search .search-form {
    right: 15px; }
  .menu-menu-chinh-container {
    display: block;
    float: none; }
  .nav-menu .sub-menu {
    display: none !important; }
  .slider-min > .bx-wrapper, .review-single-slide .slider-min {
    padding: 55px 0 4px; }
  .editor-rating-banner {
    font-size: 30px;
    padding-top: 35px;
    width: 53px;
    height: 82px; }
  .editor-rating-banner:before {
    width: 34px;
    height: 34px;
    margin-left: -17px;
    top: 7px; }
  .row-list-item-wrap {
    width: 32%; }
  .menu-footer-container {
    max-width: 100%;
    text-align: center; }
  .page-editors-items-wrap {
    width: 100%; }
  .authors-animation-badge {
    width: 140px;
    height: 140px; }
  .authors-animation-badge .digit {
    line-height: 140px;
    margin-top: 0; }
  .editor-conclusion-item {
    width: 19.2%; }
  #site-navigation.toggled-on .nav-menu li.menu-tools-item.toggled-on > ul {
    display: block !important;
    margin: 0;
    width: 100%;
    background: transparent;
    position: relative;
    top: initial;
    left: initial;
    text-align: center;
    border-radius: 0;
    padding: 0;
    box-shadow: none; }
  .nav-menu > li.menu-tools-item > .sub-menu:before {
    content: '';
    position: relative !important;
    left: initial !important;
    top: initial !important;
    border: none !important;
    border-bottom: none !important; }
  .nav-menu li .sub-menu, .nav-menu > li .children {
    visibility: visible;
    opacity: 1;
    padding: 0;
    margin: 0;
    display: inline-block;
    width: 100%;
    /*height: 52px;*/
    text-align: center;
    position: absolute;
    z-index: 1;
    left: 0;
    top: 100%;
    background: transparent;
    transition: all 0.15s ease-in-out; }
  .nav-menu > li.menu-tools-item > .sub-menu > li > a {
    line-height: 40px !important;
    padding-left: 0 !important; }
  .nav-menu li.menu-tools-item .sub-menu li {
    padding-right: 0 !important;
    border-top: none !important; }
  .nav-menu > li.menu-tools-item .menu-tools-item-count {
    right: 10px !important; }
  .recent-articles .most-viewed-slide-wrap .blog-list-item .blog-cat-post-title {
    height: 85px;
    font-size: 17px; }
  .footer-copyright img {
    max-width: 100%; } }

@media (max-width: 850px) {
  .site-header .container {
    padding: 0; }
  .last-article-info {
    bottom: 10px; }
  .authors-statistics-item-count {
    font-size: 35px;
    margin-bottom: 12px; }
  .sidebar-subtitle {
    padding: 16px 8px 21px; }
  .price-links-sidebar {
    padding: 20px 8px 20px; }
  .review-post-main-content h2 {
    max-width: 50%; }
  .review-cat-item-hover {
    width: 209%; }
  .review-cat-item-hover .review-cat-item-childs {
    padding: 20px 0 0 19px; }
  .review-categories h2.main-title .site-navigation-search > span, .blog-categories h2.main-title .site-navigation-search > span, .most-viewed h2.main-title .site-navigation-search > span {
    display: none; }
  .review-categories h2.main-title .site-navigation-search, .blog-categories h2.main-title .site-navigation-search {
    bottom: 6px; }
  .row-list-item-wrap {
    width: 100%; }
  .authors-statistics-item {
    width: 82%;
    float: none !important;
    margin-bottom: 20px; }
  .authors-page-statistics .authors-statistics-item:last-child {
    margin-bottom: 0; }
  .authors-page-title, .authors-page-content {
    width: 96%; }
  .editor-conclusion-item {
    width: 24.2%; }
  .price-links-sidebar span.price-info {
    margin-right: 4px; }
  .review-amazon-link > a {
    padding: 0 12px;
    line-height: 25px;
    font-size: 10px; }
  .recent-articles h2.main-title .site-navigation-search > span {
    display: none; } }

@media (min-width: 767px) and (max-width: 999px) {
  .blog-list-item .post-image-title {
    font-size: 16px; }
  .blog-list-item .post-date, .row-list-item .post-date {
    display: block;
    text-align: center;
    margin-bottom: 8px; }
  .blog-list-item .blog-cat-post-likes, .row-list-item .blog-cat-post-likes {
    display: block;
    text-align: center;
    margin-bottom: 8px; }
  .blog-cat-post-counts, .row-list-post-counts {
    display: block;
    float: none;
    text-align: center; }
  .blog-cat-content .blog-list-item, .row-list-item, .most-viewed-wrapper .blog-most-viewed-item .blog-list-item, .main-sidebar .blog-list-item, .blog-content-list .blog-list-item {
    padding-bottom: 72px; }
  .rate-details {
    left: 8px;
    bottom: 3px; }
  .main-top-review .rate-details-link, .main-last-review .rate-details-link {
    font-size: 11px; }
  .sidebar-categories-list li a {
    font-size: 15px; }
  .sidebar-review-filter .sidebar-categories-list > li:first-child > a, .sidebar-review-filter .sidebar-categories-list > li:first-child span.category-count,
  .sidebar-brands-filter .sidebar-categories-list > li:first-child > a, .sidebar-brands-filter .sidebar-categories-list > li:first-child span.category-count {
    font-size: 16px; }
  .sidebar-categories-list {
    padding: 20px 15px; }
  .main-sidebar {
    width: 28%; }
  .review-content, .blog-content, .single-page-content {
    width: 70%; }
  .single-page-content-full {
    width: 100%; }
  .top-stories-nav {
    padding: 25px 9px 28px; }
  .top-stories-nav li {
    font-size: 10px;
    line-height: 30px; }
  .top-stories-item-content > a.top-stories-item-title {
    font-size: 12px; }
  .top-stories-item-info {
    font-size: 10px; }
  .main-sidebar .sidebar-top-stories .blog-list-item .blog-cat-post-title a {
    font-size: 14px; }
  .most-viewed-slide-wrap .blog-list-item {
    padding-bottom: 72px; }
  .recent-articles .top-stories-list li a {
    padding: 20px 40px 0 0;
    font-size: 14px; }
  .recent-articles .top-stories-list li a > span {
    padding-left: 20px; }
  .recent-articles .top-stories-list li a > span:before {
    left: 10px; } }

@media (min-width: 751px) and (max-width: 900px) {
  .widget .widget-title, .sidebar-title {
    font-size: 14px !important;
    line-height: 19px !important;
    text-align: left !important; }
  .widget .widget-title::before, .sidebar-title span::before {
    width: 20px;
    height: 20px;
    float: left !important;
    margin: -9px 8px 0 8px !important; } }

@media (min-width: 767px) and (max-width: 850px) {
  .related-details {
    left: 20px; }
  .related-details .related-details-link {
    font-size: 12px;
    line-height: 1; }
  .slide-amazon-link-wrap {
    display: none; }
  /*.et_social_networkname {
        display: none!important;
    }*/
  .review-cat-post-image .review-cat-left-banner {
    width: 120px;
    height: 32px;
    top: 8px; }
  .review-cat-post-image .review-cat-left-banner span {
    line-height: 32px;
    padding-left: 32px;
    font-size: 12px; }
  .review-cat-item-hover-title {
    bottom: 25px; }
  .last-review-rate {
    left: 2px; }
  .last-review-left-banner {
    right: 2px; }
  .main-top-review-link > span .review-link-bage, .main-last-review-link > span .review-link-bage {
    margin-bottom: 7px; }
  .review-cat-item-icon {
    top: 14%; } }

/* Collapse oversized image and pulled images after iPad breakpoint. */
@media (max-width: 767px) {
  .main-scroll-sidebar {
    margin-top: 30px !important; }
  .site-title {
    font-size: 36px;
    padding: 8px 0 10px; }
  .entry-content img.alignleft,
  .entry-content .wp-caption.alignleft {
    margin-left: 0; }
  .entry-content img.alignright,
  .entry-content .wp-caption.alignright {
    margin-right: 0; }
  .attachment .image-navigation,
  .attachment .entry-attachment .attachment {
    max-width: 604px;
    padding: 0;
    width: 100%; }
  .gallery-caption {
    display: none; }
  .main-slider, .review-banner {
    width: 100%;
    display: inline-block;
    float: none; }
  .main-slider {
    margin-bottom: 15px; }
  .review-banner .main-top-review {
    float: left;
    width: 48%; }
  .review-banner .main-last-review {
    float: right;
    width: 48%; }
  .review-cat-item-wrap {
    width: 50%; }
  .main-slide-link {
    width: 85%; }
  .last-article {
    width: 100%;
    float: none; }
  .top-stories-wrap, .most-viewed-slide-wrap {
    width: 100%;
    float: none;
    margin-top: 20px;
    height: auto !important; }
  .top-stories-nav li {
    line-height: 50px; }
  .top-stories-content {
    padding: 0; }
  .top-stories-item-content, top-stories-item-info {
    text-align: center; }
  .blog-cat-post-author img, .row-list-post-author img {
    margin-right: 6px; }
  .review-cat-item-hover {
    width: 207%; }
  .review-cat-item-hover .review-cat-item-childs {
    padding: 22px 0 0 19px; }
  .main-sidebar {
    float: none;
    width: 100%; }
  .sidebar-sign {
    display: none; }
  .blog-post-content .main-sidebar {
    margin-top: 55px; }
  .review-list .main-sidebar {
    float: left;
    position: fixed;
    z-index: 99;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #fff;
    -webkit-transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
    -moz-transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
    -webkit-transform: translate3d(-100%, 0, 0);
    -moz-transform: translate3d(-100%, 0, 0);
    -ms-transform: translate3d(-100%, 0, 0);
    -o-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0); }
  .review-list .sidebar-filter-wrap {
    position: absolute;
    height: 100%;
    width: 100%;
    padding: 90px 40px 40px;
    overflow-y: auto; }
  .review-list .sidebar-filter-wrap .sidebar-title {
    position: fixed;
    top: 0;
    z-index: 2;
    width: auto;
    padding-left: 40px;
    text-align: left;
    border-radius: 0;
    left: 0;
    right: 0; }
  .filter-by-button {
    display: block; }
  .filter-by-button:hover {
    background: #2560c1; }
  .category-hidden .review-list .main-sidebar {
    -webkit-transform: translate3d(0px, 0, 0);
    -moz-transform: translate3d(0px, 0, 0);
    -ms-transform: translate3d(0px, 0, 0);
    -o-transform: translate3d(0px, 0, 0);
    transform: translate3d(0px, 0, 0); }
  .admin-bar .review-list .main-sidebar {
    top: 46px; }
  .review-content, .blog-content, .single-page-content {
    width: 100%;
    float: none; }
  .review-custom-content {
    padding-right: 0;
    width: 100%; }
  .review-custom-content:after {
    background: none; }
  .sidebar-sign-radio .radio-btn {
    font-size: 15px; }
  .blog-list-item .blog-cat-post-share {
    margin-right: 12px; }
  .sidebar-sign-radio .radio-btn:first-child {
    margin-right: 18px; }
  .radio-btn input[type="radio"] + label span {
    margin: 0 9px 0 0; }
  .main-sidebar .monthly-giveway-content {
    padding: 15px 20px 15px; }
  .main-sidebar .monthly-giveway-image {
    left: 20px;
    top: 15px; }
  .admin-bar .site-header {
    top: 46px; }
  .admin-bar .site-header.site-header-down {
    top: -4px; }
  .single-page-content form.wpcf7-form {
    width: 100%; }
  .main-banner-link {
    bottom: 34px;
    left: 34px; }
  .main-banner-link .title-link {
    font-size: 26px; }
  .main-banner-link .button-link {
    margin-top: 10px;
    font-size: 12px;
    padding: 6px 20px 6px; }
  .blog-cat-item.active, .homeblogsubdiv {
    display: inline-block !important; }
  .blog-cat-wrapper .blog-list-item-wrap, .blog-most-viewed-item .blog-list-item-wrap,
  .most-viewed-wrapper .blog-list-item-wrap:nth-child(5) {
    width: 100%; }
  .main-slider .slick-dots {
    padding-bottom: 0; }
  .authors-animation-badge {
    width: 90px;
    height: 90px; }
  .authors-animation-badge .text {
    font-size: 12px; }
  .authors-animation-badge .digit {
    line-height: 100px;
    font-size: 70px;
    margin-top: 0; }
  .price-links-sidebar .price-link-arrow, .price-links-sidebar > a:last-child, .price-links-sidebar > .price-info-link > a:last-child {
    font-size: 12px; }
  .recent-articles .most-viewed-slide-wrap .blog-list-item .blog-cat-post-title {
    height: 108px;
    font-size: 22px; }
  .recent-articles-items {
    display: inline-block; }
  .most-viewed-slide-wrap {
    margin-right: 0;
    padding-bottom: 12px; }
  .footer-aff-mob {
    display: block; }
  .footer-aff {
    display: none; }
  .sidebar-review-filter .sidebar-title span {
    padding-left: 15px; } }

@media (min-width: 643px) and (max-width: 767px) {
  .monthly-giveway-image {
    right: 10px;
    bottom: 75px; }
  .blog-list-item .post-image-title {
    font-size: 16px; } }

@media (max-width: 643px) {
  .site-title {
    font-size: 30px; }
  #content .entry-header,
  #content .entry-content,
  #content .entry-summary,
  #content footer.entry-meta,
  #content .featured-gallery,
  .blog.sidebar .page-content,
  .sidebar .post-navigation .nav-links,
  .paging-navigation .nav-links,
  #content .author-info,
  .comments-area .comments-title,
  .comments-area .comment-list,
  .comments-area .comment-navigation,
  .comment-respond,
  .sidebar .site-info,
  .sidebar .paging-navigation .nav-links {
    padding-left: 20px;
    padding-right: 20px; }
  #content .format-status .entry-content,
  #content .format-status .entry-met {
    padding-left: 35px; }
  #content .featured-gallery {
    padding-left: 24px; }
  .gallery-columns-1 .gallery-item {
    margin-right: 0;
    width: 100%; }
  .entry-title,
  .format-chat .entry-title,
  .format-image .entry-title,
  .format-gallery .entry-title,
  .format-video .entry-title {
    font-size: 22px;
    font-weight: bold; }
  .format-quote blockquote,
  .format-status .entry-content {
    font-size: 18px; }
  .format-quote blockquote small,
  .format-quote blockquote cite {
    font-size: 13px; }
  .comment-author {
    margin-right: 30px; }
  .comment-author .avatar {
    height: auto;
    max-width: 100%; }
  .comment-metadata,
  .comment-content,
  .comment-list .reply {
    width: 70%;
    width: -webkit-calc(100% - 104px);
    width: calc(100% - 104px); }
  .comment-form input[type="text"],
  .comment-form input[type="email"],
  .comment-form input[type="url"] {
    width: 100%; }
  .comment-form textarea {
    height: 80px;
    /* Smaller field for mobile. */ }
  /* Audio */
  .format-audio .entry-content:before {
    display: none; }
  .format-audio .audio-content {
    background-image: none;
    float: none;
    padding-left: 0;
    width: auto; }
  .site-info {
    text-align: center; }
  .footer-right-block {
    display: inline-block;
    float: none;
    margin-top: 15px; }
  .site-footer .search-form {
    display: block;
    float: none;
    margin-left: 0;
    margin-top: 8px; }
  .main-slide-link {
    font-size: 24px; }
  .monthly-giveway-counter {
    float: none;
    width: 100%;
    height: auto !important;
    border: none; }
  .monthly-giveway-main {
    float: none;
    width: 100%; }
  .monthly-giveway-image {
    right: 10px;
    bottom: 75px; }
  .blog-cat-news-item {
    float: none;
    width: 100%; }
  .blog-cat-post-author, .row-list-post-author {
    float: left;
    width: auto;
    text-align: center; }
  .blog-cat-post-counts, .row-list-post-counts {
    width: auto;
    float: right; }
  .clock-builder-output-wrap {
    border-radius: 0; }
  .total-entries-wrap {
    border-radius: 0 0 10px 10px; }
  .giveway-entries-counter-wrap {
    padding-bottom: 32px; }
  .related-post-item {
    width: 100%;
    float: none;
    margin-right: 0;
    margin-bottom: 20px; }
  .related-post-item .related-details .related-details-link {
    font-size: 15px;
    line-height: 1; }
  .pros-and-cons-wrap {
    display: inline-block; }
  .review-pros-wrap, .review-cons-wrap {
    width: 100%;
    float: none; }
  .pros-and-cons-wrap .review-pros-wrap {
    margin-bottom: 20px; }
  .review-custom-content-item h3 {
    font-size: 28px; }
  .slider-min > .bx-wrapper {
    margin: 0;
    display: inline-block;
    float: left;
    width: 100%;
    margin-bottom: 20px; }
  .slider-min #thumb-pager, .slide-amazon-link-wrap {
    display: inline-block;
    float: left;
    width: auto; }
  .slider-min #thumb-pager {
    margin-top: 18px; }
  .slide-amazon-link-wrap {
    width: 100%; }
  .slider-min #thumb-pager ul li {
    display: inline-block; }
  .slider-min #thumb-pager a {
    display: inline-block;
    margin-right: 5px; }
  .editor-rating-banner {
    right: 0; }
  .slider-min .slide-amazon-link {
    padding: 17px 20px; }
  .post-image-title {
    margin-bottom: 5px;
    font-size: 24px;
    width: 95%; }
  .most-read-inside, .top-reviews-inside {
    float: none;
    border: none;
    width: 100%; }
  .top-reviews-inside {
    margin-left: 0; }
  .top-reviews-inside-title {
    border-top: 1px solid #2DC7F3; }
  .review-cat-item-hover {
    width: 208%; }
  #wpadminbar {
    position: fixed !important; }
  .site-content .srp-simple-review-post-wrap, .blog-list-item-wrap {
    width: 100%; }
  .review-cat-post-image, .guide-list-item .review-cat-post-image {
    float: none;
    width: 100%;
    margin-bottom: 28px; }
  .guide-list-item {
    padding-right: 18px; }
  .review-list-item.single-list-item {
    padding-right: 0; }
  .review-list-post-title {
    margin-right: 80px; }
  .review-list-item .editor-rating-banner {
    right: 0; }
  .review-cat-post-content, .guide-list-item .review-cat-post-content {
    width: 100%;
    float: none; }
  .review-cat-item-hover-title {
    bottom: 18px; }
  .footer-nav-menu-item {
    text-align: center;
    float: none;
    width: 100%; }
  .main-featured-item {
    width: 100%;
    margin-right: 0; }
  .related-post-item .related-details {
    bottom: 35px; }
  .entry-blog-title, .entry-post-title, .entry-review-title, .entry-page-title, .review-post-content .review-post .entry-review-title {
    font-size: 30px; }
  .comment-reply-title {
    font-size: 24px;
    margin: 0 0 7px; }
  .comment-respond .logged-in-as, .comment-respond .cptch_block {
    font-size: 14px;
    margin-bottom: 7px; }
  .page-editors-item-wrap {
    width: 100%; }
  .editor-conclusion-item {
    width: 24.2%; }
  .recent-articles .most-viewed-slide-wrap .blog-list-item .blog-cat-post-title {
    height: 85px;
    font-size: 17px; } }

@media (max-width: 550px) {
  .review-cat-item-wrap {
    width: 100%; }
  .monthly-giveway-image {
    width: 65%; }
  .last-article-info {
    width: 85%; }
  .last-article-info {
    padding: 8px 0 8px; }
  .last-article-link a {
    font-size: 13px; }
  .last-article-author, .last-article-link {
    padding-bottom: 5px; }
  .last-article-counts, .last-article-link {
    padding-top: 5px; }
  .last-article-author .avatar {
    width: 30px;
    height: 30px; }
  .last-article-author span {
    padding-top: 8px; }
  .review-cat-item-hover {
    width: 100%;
    min-height: 100%; }
  .review-cat-item-hover-left, .review-cat-item-hover-right {
    width: 100%;
    float: none; }
  .review-cat-item-hover-right .review-cat-item-childs {
    padding-top: 0;
    margin-top: -2px; }
  .review-cat-item-hover-image, .review-cat-item-hover-image .cat-item-hover-bg {
    border-radius: 10px 10px 0 0 !important; }
  .video-review-button {
    right: 20px;
    padding: 9px 20px 9px 20px; }
  .video-review-button span, .video-review-button.toggle span {
    font-size: 0;
    padding-right: 35px;
    background: url(../images/video_review_button.png) no-repeat 100% 0; }
  .review-post-main-content h2 {
    max-width: 70%; }
  .post-editor-rating, .post-users-rating {
    float: none;
    display: block;
    text-align: center; }
  .post-editor-rating {
    margin-bottom: 20px; }
  .post-users-rating {
    margin-top: 20px; }
  .entry-post-info, .entry-review-info {
    text-align: center; }
  .site-content .post-author {
    /* display: inline-block; */
    /* float: none; */
    /* margin-bottom: 12px; */
    /*padding: 6px 10px !important;*/
    clear: left; }
  .authors {
    width: 80% !important; }
  .post-amazon-link-center {
    margin-left: 0; }
  .site-content .post-counters, .site-content .review-default-content .post-counters {
    /* float: none; */
    /* display: block; */
    /* margin-top: -8px; */
    /* clear: both; */ }
  .review-custom-content-title-wrap {
    width: 1000%; }
  .review-cat-item-hover-title {
    bottom: 36px; }
  .filter-list-form-title {
    display: block;
    float: none;
    margin-bottom: 18px; }
  #filter-review-posts {
    margin-left: 0; }
  .sign-up .newsletter-email, .search-no-results .nothing-found-content input[type="search"] {
    width: 200px; }
  .main-banner-link {
    left: 20px;
    bottom: 20px;
    width: 85%; }
  .main-banner-link .title-link {
    font-size: 18px; }
  .review-categories h2.main-title .site-navigation-search, .blog-categories h2.main-title .site-navigation-search {
    display: none; }
  .site-content .review-post-author {
    margin: 15px 0 5px 0; }
  .review-slides-content .post-counters {
    text-align: center; }
  .review-list .sidebar-filter-wrap {
    padding: 90px 10px 40px; }
  .review-list .sidebar-filter-wrap {
    padding-left: 10px; }
  .close-sidebar-filter {
    right: 10px; }
  .site-navigation-search .search-form:before {
    right: 80px; }
  .site-navigation-search .search-active .search-field {
    width: 300px; }
  .ajax-search-form ul.search-results li a {
    font-size: 13px; }
  .authors-animation-badge {
    display: none; }
  .review-custom-content-icons {
    padding-left: 0 !important; }
  .review-custom-content-item-icon {
    display: none; }
  .editor-conclusion-item {
    width: 32%; }
  .review-item-image img {
    max-width: 100%; }
  .recent-articles h2.main-title .site-navigation-search {
    display: none; }
  .most-viewed-slide-wrap .slick-dots {
    margin: 0 0 0 -134px !important; }
  .slick-dots li {
    margin: 0 4px; }
  .sign-up h2.main-title img {
    max-width: 100%; } }

@media (max-width: 469px) {
  .top-stories-nav {
    padding: 25px 9px 28px; }
  .top-stories-nav li {
    font-size: 10px;
    line-height: 30px; }
  .recent-articles .top-stories-list li a {
    padding: 20px 40px 0 0;
    font-size: 14px; } }

@media (max-width: 460px) {
  .review-banner .main-top-review, .review-banner .main-last-review {
    float: none;
    width: 100%; }
  h2.main-title, h1.main-title {
    font-size: 30px; }
  .main-slider-banner {
    top: 10px;
    width: 163px;
    height: 34px;
    line-height: 34px;
    padding-left: 29px;
    font-size: 13px; }
  .main-slide-link {
    font-size: 17px; }
  .monthly-giveway-content {
    padding: 24px 0 24px 18px; }
  .giveway-logo {
    margin-bottom: 10px; }
  .giveway-title {
    font-size: 18px;
    line-height: 18px; }
  .giveway-subtitle {
    font-size: 12px; }
  .last-article-date {
    display: none; }
  .post-image-title {
    font-size: 19px; }
  .post-image-text {
    padding: 10px 10px 15px 20px; }
  .post-image-link {
    font-size: 14px; }
  .blog-list-item .post-image-title {
    font-size: 16px; }
  .search-no-results .page-title .page-title-nothing-found {
    font-size: 62px; }
  .blog-list-item .post-date, .row-list-item .post-date {
    display: block;
    text-align: center;
    margin-bottom: 8px; }
  .blog-list-item .blog-cat-post-share {
    margin-right: 0px; }
  .blog-list-item .blog-cat-post-likes, .row-list-item .blog-cat-post-likes {
    display: block;
    text-align: center;
    /* margin-bottom: 8px; */ }
  .blog-cat-post-counts, .row-list-post-counts {
    display: block;
    float: none;
    text-align: center; }
  .blog-cat-content .blog-list-item, .most-viewed-wrapper .blog-list-item, .row-list-item, .main-sidebar .blog-list-item, .blog-content-list .blog-list-item {
    padding-bottom: 72px; }
  .review-post-content .comments-area .comment-respond, .blog-post-content .blog-comments-content .comment-respond {
    padding: 30px 14px; }
  .authors-statistics-item-count {
    font-size: 42px; }
  .authors-statistics-item-count-last-period {
    line-height: 18px;
    font-size: 10px;
    left: 88%; }
  .editor-conclusion-item {
    width: 40%; }
  .review-item .price-links-guide-item > div.guide-store-link .price-info {
    font-size: 12px;
    margin: 7px 0 0 2px; }
  .review-item .post-amazon-link .price-links-guide-item > div.guide-store-link a:last-child {
    margin-left: 9px; }
  .review-item .post-amazon-link .price-links-guide-item.single > div.guide-store-link a:last-child {
    font-size: 0; }
  .most-viewed-slide-wrap .blog-list-item {
    padding-bottom: 72px; } }

/* Mobile devices */
@media (max-width: 359px) {
  .site-title {
    font-weight: normal; }
  .site-description {
    clip: rect(1px, 1px, 1px, 1px);
    position: absolute; }
  .gallery {
    margin-left: 0; }
  .gallery .gallery-item,
  .gallery-columns-2.gallery-size-thumbnail .gallery-item {
    max-width: none;
    width: 49%;
    width: -webkit-calc(50% - 4px);
    width: calc(50% - 4px); }
  .gallery-columns-1.gallery-size-medium,
  .gallery-columns-1.gallery-size-thumbnail,
  .gallery-columns-2.gallery-size-thumbnail,
  .gallery-columns-3.gallery-size-thumbnail {
    display: block; }
  .gallery-columns-1 .gallery-item,
  .gallery-columns-1.gallery-size-medium .gallery-item,
  .gallery-columns-1.gallery-size-thumbnail .gallery-item {
    text-align: center;
    width: 98%;
    width: -webkit-calc(100% - 4px);
    width: calc(100% - 4px); }
  .gallery-columns-3 .gallery-item:nth-of-type(3n),
  .gallery-columns-5 .gallery-item:nth-of-type(5n),
  .gallery-columns-7 .gallery-item:nth-of-type(7n),
  .gallery-columns-9 .gallery-item:nth-of-type(9n) {
    margin-right: 4px; }
  .gallery br {
    display: none; }
  .gallery .gallery-item:nth-of-type(even) {
    margin-right: 0; }
  /* Comments */
  .comment-author {
    margin: 0 0 5px;
    max-width: 100%; }
  .comment-metadata,
  .comment-content,
  .comment-list .reply {
    width: 100%; }
  .site-navigation-search .search-form {
    display: none; }
  .site-header .home-link {
    margin-right: -30px; }
  .site-footer .search-form .search-field {
    width: 240px; }
  .sign-up .newsletter-email, .search-no-results .nothing-found-content input[type="search"] {
    width: 160px; }
  .authors-page-title {
    font-size: 30px; }
  .editor-conclusion-item {
    width: 60%; }
  .slider-min #thumb-pager ul li {
    width: 49%; }
  .review-item .post-amazon-link .price-links-guide-item > div.guide-store-link a:last-child {
    font-size: 0; } }

@media (max-width: 300px) {
  .widget .widget-title, .sidebar-title {
    font-size: 14px !important;
    line-height: 25px !important;
    text-align: left !important; }
  .widget .widget-title::before, .sidebar-title span::before {
    width: 20px;
    height: 20px;
    float: left !important;
    margin: -9px 8px 0 8px !important; } }

/**
 * 9.0 Print
 * ----------------------------------------------------------------------------
 */
/* Retina-specific styles. */
@media print, (-o-min-device-pixel-ratio: 5 / 4), (-webkit-min-device-pixel-ratio: 1.25), (min-resolution: 120dpi) {
  .format-audio .audio-content,
  .format-status .entry-content:before,
  .format-status .entry-meta:before,
  .comment-list > li:after,
  .comment-list .children > li:before {
    background-image: url(../images/dotted-line-2x.png); } }

@media print {
  body {
    background: none !important;
    color: #000;
    font-size: 10pt; }
  footer a[rel="bookmark"]:link:after,
  footer a[rel="bookmark"]:visited:after {
    content: " [" attr(href) "] ";
    /* Show URLs */ }
  .site {
    max-width: 98%; }
  .site-header {
    background-image: none !important; }
  .site-title {
    color: #000;
    font-size: 21pt; }
  .site-description {
    font-size: 10pt; }
  .author-avatar,
  .comment-respond,
  .comments-area .comment-edit-link,
  .comments-area .reply,
  .comments-link,
  .entry-meta .edit-link,
  .page-links,
  .site-content nav,
  .widget-area,
  .main-navigation,
  .navbar,
  .more-link {
    display: none; }
  .entry-header,
  .entry-content,
  .entry-summary,
  .entry-meta {
    margin: 0;
    width: 100%; }
  .page-title,
  .entry-title {
    font-size: 21pt; }
  .entry-meta,
  .entry-meta a {
    color: #444;
    font-size: 10pt; }
  .entry-content img.alignleft,
  .entry-content .wp-caption.alignleft {
    margin-left: 0; }
  .entry-content img.alignright,
  .entry-content .wp-caption.alignright {
    margin-right: 0; }
  .format-image .entry-content .size-full {
    margin: 0; }
  /* Remove colors from post formats */
  .hentry {
    background-color: #fff; }
  /* Comments */
  .comments-area > li.comment {
    background: none;
    position: relative;
    width: auto; }
  .comment-metadata {
    float: none; } }

/**
 * Custom footer styles
 */
.medical-disclaimer {
  padding-bottom: 14px; }

.medical-disclaimer a {
  color: #ffffff; }

.medical-disclaimer a:hover {
  color: #00abbd; }

.custom-copyright {
  padding-top: 10px; }

.footer-main-menu .footer-list p {
  margin: 0 0 12px; }

.footer-main-menu .footer-list ul {
  margin: 2px 0 17px; }

/**
 * Custom Review styles
 */
.review-item-image-size {
  min-width: 200px; }

.srp-simple-review-post-image {
  min-width: 160px;
  min-height: 160px; }

.srp-image-helper {
  display: inline-block;
  height: 160px;
  vertical-align: middle; }

.srp-simple-review-post-image img {
  max-width: 160px;
  max-height: 160px;
  vertical-align: middle; }

/**
 * CUSTOM SUBSCRIPTIONS BEGIN
 */
input.custom-widget-subscription-checkbox {
  margin-right: 5px; }

label.custom-widget-subscription-label {
  font-size: 13px; }

input.custom-content-subscription-checkbox {
  margin-right: 5px; }

label.custom-content-subscription-label {
  float: left;
  margin-top: 10px;
  font-size: 15px;
  width: 100%; }

/**
 * CUSTOM IMAGES INSTEAD OF TEXT
 */
.sign-up h2.main-title img {
  max-width: 432px; }

.footer-copyright img {
  max-width: 80%; }

.sidebar-sign-content img {
  max-width: 190px; }

.sidebar-sign-content .sidebar-sign-radio img {
  max-width: 50px; }

/**
 * KRISHNA LAST ADJUSTMENTS
 */
.widget .widget-title, .sidebar-title, .top-stories-title {
  display: inline-block;
  width: 100%;
  position: relative;
  float: left;
  text-align: left; }

.widget .widget-title, .sidebar-title {
  margin-bottom: 20px;
  padding: 19px 10px 19px 54px; }

.sidebar-top-stories .sidebar-title {
  margin-bottom: 0; }

.widget .widget-title::before, .sidebar-title span::before {
  position: absolute;
  left: 17px;
  top: 50%;
  margin-top: -12px; }

.widget .widget-title, .sidebar-title, .top-stories-title, .main-featured-item:hover .main-featured-link, .blog-cat-main-link > a:hover {
  z-index: 1; }

.sidebar-title, .widget-title {
  background: linear-gradient(to top, rgba(82, 203, 155, 0.92) 0%, rgba(0, 136, 160, 0.92) 71%, rgba(0, 136, 160, 0.92) 100%) !important; }

.et_monarch .et_social_networkname, .et_monarch .et_social_count {
  display: block;
  color: white;
  font-size: 12px !important;
  text-align: center;
  padding: 0 0 !important;
  font-weight: bold !important;
  margin-top: 3px !important; }

.et_monarch .et_social_count {
  display: none !important; }

@media (max-width: 980px) {
  .et_monarch .et_social_networkname, .et_monarch .et_social_count {
    margin-top: 7px !important; } }

.top-stories-title span:before {
  display: none; }

.top-stories-title::before {
  position: absolute;
  left: auto;
  top: 50%;
  margin-top: -12px !important; }

.recent-articles-wrapper .top-stories-title {
  text-align: center; }

.recent-articles-wrapper .top-stories-title::before {
  position: relative;
  margin-top: -4px !important; }

.list-title, .search-results .page-title {
  position: relative;
  overflow: hidden;
  text-transform: uppercase; }

.category .review-list-title i {
  background: url(../images/archive_review_icon.png) no-repeat center 0 !important; }

.category .fitness-sport-list-title i {
  background: url(../images/fitness_sport_icon.png) no-repeat center 0 !important; }

.category .dietary-supplements-list-title i {
  background: url(../images/dietary_supplements_icon.png) no-repeat center 0 !important; }

.category .food-beverages-list-title i {
  background: url(../images/food_beverages_icon.png) no-repeat center 0 !important; }

.category .health-wellness-list-title i {
  background: url(../images/health_wellness_icon.png) no-repeat center 0 !important; }

.category .inversion-therapy-list-title i {
  background: url(../images/inversion_therapy_icon.png) no-repeat center 0 !important; }

.category .beauty-list-title i {
  background: url(../images/beauty_icon.png) no-repeat center 0 !important; }

.category .pregnancy-list-title i {
  background: url(../images/pregnancy_icon.png) no-repeat center 0 !important; }

.category .generic-list-title i {
  background: url(../images/archive_blog_icon.png) no-repeat center 0 !important; }

.category .list-title i.hunt-icon {
  background: url(../images/archive_blog_icon.png) no-repeat center 0; }

.search-results .page-title i.hunt-icon {
  background: url(../images/search_icon_list.png) no-repeat center 0; }

.error404 .page-title i.hunt-icon {
  background: url(../images/thefitbay_blog_icon.png) no-repeat center 0 !important; }

.category .list-title .path1, .category .list-title .path2, .category .list-title .path3, .category .list-title .path4, .category .list-title .path5, .category .list-title .path6 {
  display: none; }

.list-title i, .review-list-title i, .page-title i {
  width: 222px;
  display: inline-block;
  padding: 90px 5px 0;
  position: relative;
  line-height: 1; }

.list-title i:before, .list-title i:after, .review-list-title i:before, .review-list-title i:after, .page-title i:before, .page-title i:after {
  content: "" !important;
  position: absolute;
  top: 40px;
  height: 1px;
  background: rgba(0, 171, 189, 0.35);
  width: 480px; }

.list-title i:before, .review-list-title i:before, .page-title i:before {
  right: 100%; }

.list-title i:after, .review-list-title i:after, .page-title i:after {
  left: 100%; }

.review-cat-left-banner, .row-list-guide-banner {
  border-bottom-left-radius: 0 !important;
  border-top-left-radius: 0 !important; }

.row-list-single-banner::before {
  left: 10px !important; }

.row-list-guide-banner span {
  padding: 0 0 0 32px;
  float: left;
  text-align: left; }

.search .row-list-guide-banner {
  left: 0 !important; }

.review-cat-left-banner span::before, .row-list-guide-banner span::before, .row-list-single-banner::before {
  width: 20px;
  height: 20px;
  content: ' ';
  display: inline-block;
  margin-right: 10px;
  vertical-align: middle;
  background-size: 100% 100%;
  position: absolute;
  left: 1px;
  top: 50%;
  margin-top: -10px !important; }

.review-cat-left-banner span::before, .row-list-guide-banner span::before {
  background-image: url(../images/badge_icon.png); }

.row-list-single-banner::before {
  background-image: url(../images/badge_icon_hover.png); }

.review-cat-left-banner span {
  display: inline-block;
  position: relative;
  z-index: 2;
  padding: 0 0 0 32px;
  float: left;
  text-align: left; }

.row-list-single-banner {
  display: inline-block;
  z-index: 2;
  padding: 0 0 0 45px;
  float: left;
  text-align: left;
  width: 110px; }

.review-cat-left-banner, .row-list-guide-banner {
  width: 140px !important;
  left: 1px !important; }

.sidebar-review-filter .sidebar-categories-list > li > .list-open:hover {
  color: #00a59d; }

.sidebar-review-filter .sidebar-categories-list li a:hover > span, .sidebar-review-filter .sidebar-categories-list li.list-item-active a:hover > span.category-count, .sidebar-brands-filter .sidebar-categories-list li a:hover > span, .sidebar-brands-filter .sidebar-categories-list li a:hover > span.category-count, .sidebar-brands-filter .sidebar-categories-list > li:first-child.list-item-active a:hover > span.category-count {
  color: #292929 !important; }

.sidebar-review-filter .sidebar-categories-list li a:hover, .sidebar-brands-filter .sidebar-categories-list li a:hover {
  color: #292929 !important; }

.sidebar-review-filter .sidebar-categories-list li .list-open span.category-count:hover {
  color: #00a59d; }

.sidebar-review-filter .sidebar-categories-list li a, .sidebar-brands-filter .sidebar-categories-list li a {
  padding: 14px 18px; }

.sidebar-review-filter .sidebar-title span {
  font-size: 18px !important; }

.sidebar-review-filter .sidebar-categories-list .filter-category-name, .sidebar-brands-filter .sidebar-categories-list .filter-category-name {
  padding-right: 50px; }

.sidebar-review-filter .sidebar-categories-list .list-item-61 .filter-category-name {
  padding-right: 30px; }

.et_monarch .et_social_sidebar_flip li:hover {
  border-left: 6px solid rgba(0, 0, 0, 0.3); }

/**
 * Bottom ribbon
 */
.review-content-fixed {
  display: none; }

.fixed-div {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  background: #fff;
  z-index: 1000;
  height: 72px;
  padding: 13px 0;
  border-top: 1px solid #14acbd; }

.review-content-fixed .review-content-product-name {
  font-size: 22px;
  color: #14acbd;
  width: 36%;
  font-family: lato-bold;
  position: relative; }

.review-content-fixed-wrap {
  display: flex; }

.review-content-fixed .review-content-product-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 47%; }

.review-content-fixed .product-best-deal {
  font-family: lato-semibold;
  width: 165px;
  text-align: center;
  color: #fff;
  background: #f90;
  border-radius: 20px;
  font-size: 15px;
  padding: 11px;
  text-transform: capitalize;
  text-decoration-line: none; }

.review-content-fixed .review-content-image-wrap img {
  max-width: 75px;
  max-height: 45px;
  width: auto;
  height: auto; }

.review-content-fixed .review-content-fixed-name {
  font-size: 18px;
  color: #14acbd;
  font-family: lato-bold;
  margin: 0 0 0 20px; }

@media (max-width: 767px) {
  .review-content-fixed .review-content-product-name {
    font-size: 14px;
    width: 52%; }
  .review-content-fixed .review-content-product-wrapper {
    width: 17%; }
  .review-content-fixed .product-best-deal {
    font-size: 14px;
    padding: 8px; } }

@media (max-width: 991px) {
  .review-content-fixed .review-content-product-name {
    font-size: 16px;
    width: 42%; }
  .review-content-fixed .review-content-product-wrapper {
    width: 30%; } }

@media (max-width: 1300px) {
  .review-content-fixed .review-content-product-name {
    font-size: 18px; } }

@media (max-width: 643px) {
  .entry-line-title {
    font-size: 24px; } }

.entry-line-title {
  position: relative;
  font-family: 'Open Sans', sans-serif;
  color: #45454B;
  margin: 0 0 32px;
  padding: 0 0 16px;
  font-size: 38px;
  width: 100%;
  text-align: center;
  overflow: hidden;
  font-weight: 500;
  text-transform: uppercase; }

.entry-line-title:before {
  content: '';
  position: absolute;
  width: 280px;
  height: 1px;
  left: 0;
  bottom: 0;
  background: #00abbd;
  display: none; }

.entry-line-title span {
  display: inline-block;
  position: relative; }

.entry-line-title span::before, .entry-line-title span::after {
  content: "";
  top: 50%;
  position: absolute;
  height: 1px;
  background: #00abbd;
  width: 800px; }

.entry-line-title span::before {
  right: 108%; }

.entry-line-title span::after {
  left: 108%; }

@media (max-width: 360px) {
  .newest-item {
    padding-top: 8px; } }

.last-upposts {
  position: relative;
  border: 1px solid #d4d4d4;
  padding: 20px 20px 14px 30px;
  margin: 32px 0 25px 0;
  font-size: 14px;
  line-height: 1.4;
  color: #666;
  z-index: 3; }

@media (max-width: 1200px) {
  .last-upposts {
    margin: 32px 0 30px -10px; } }

@media (max-width: 292px) {
  .last-upposts {
    margin: 32px 0 45px -10px; } }

.last-upposts > legend a {
  color: #2a2e32;
  /* background-color: #f8f9fa; */ }

.fa-calendar-alt:before {
  content: "\f073"; }

.last-upposts > legend {
  display: inline-block;
  position: absolute;
  left: 25px;
  top: -9px;
  background: #fff;
  font-size: 14px;
  line-height: 16px;
  background-image: url(../images/last_updated_calendar.png);
  background-repeat: no-repeat;
  background-size: auto 16px;
  background-position: 10px center;
  padding: 0 10px 0 34px;
  font-weight: 600; }

.last-upposts .related {
  left: 10px;
  position: absolute;
  margin-top: -10px;
  top: 100%;
  right: 0;
  z-index: 1; }

.last-upposts .related .expand:before {
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-position: center center;
  background-image: url(../images/last_updated_arrow.png);
  position: absolute;
  content: '';
  width: 10px;
  height: 10px;
  left: 6px;
  top: 4px; }

.last-upposts .related.open .expand:before {
  transform: rotate(90deg); }

.last-upposts .related .expand {
  transition: all .2s;
  display: inline-block;
  background: #fff;
  padding: 0 11px 0 22px;
  position: relative;
  color: #2a2e32;
  margin-left: 17px;
  font-size: 14px;
  font-weight: 600; }

.update-info {
  float: left;
  margin-right: 5px;
  color: #292929;
  font-weight: 600; }

.last-upposts .item-content {
  margin-left: 38px; }

.last-upposts .item-avatar img {
  border-radius: 50%;
  width: 24px !important;
  height: 24px !important;
  padding: 0; }

.last-upposts .item-avatar {
  display: inline-block;
  float: left; }

.last-upposts .item-avatar img {
  margin-top: 4px; }

.last-upposts p {
  margin-bottom: 6px;
  color: #666; }

.last-upposts .item {
  display: inline-block;
  width: 100%; }

.last-upposts .related > .list {
  background: #f8f9fa; }

.last-upposts .related.open > .list {
  display: block;
  margin-bottom: 15px; }

.last-upposts .related > .list {
  border: 1px solid #d4d4d4;
  display: none;
  background: #fff;
  border-top: 0;
  list-style: none;
  padding: 0 20px;
  margin: 0; }

.last-upposts .related > .list > li:last-child {
  border-bottom: 0; }

.last-upposts .related > .list > li {
  padding: 20px 0 14px;
  border-bottom: 1px solid #d4d4d4; }

.last-upposts .related > .list > li .update {
  color: #00abbd;
  font-weight: 600; }

.last-upposts .related.open {
  display: block; }

.rc-bg-top-product-fixed.fixed {
  -moz-transform: translate3d(0, 0, 1px);
  -o-transform: translate3d(0, 0, 1px);
  -ms-transform: translate3d(0, 0, 1px);
  -webkit-transform: translate3d(0, 0, 1px);
  transform: translate3d(0, 0, 1px); }

.rc-bg-top-product-fixed {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  background: #fff;
  z-index: 1000;
  height: 72px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  -webkit-box-shadow: 0 1px 9px 0 rgba(43, 47, 50, 0.15);
  -moz-box-shadow: 0 1px 9px 0 rgba(43, 47, 50, 0.15);
  box-shadow: 0 1px 9px 0 rgba(43, 47, 50, 0.15);
  border-top: 1px solid #14acbd;
  padding: 13px 0;
  -webkit-transition: all .15s;
  -moz-transition: all .15s;
  -ms-transition: all .15s;
  -o-transition: all .15s;
  transition: all .15s;
  -moz-transform: translate3d(0, 72px, 1px);
  -o-transform: translate3d(0, 72px, 1px);
  -ms-transform: translate3d(0, 72px, 1px);
  -webkit-transform: translate3d(0, 72px, 1px);
  transform: translate3d(0, 72px, 1px); }

.rc-bg-top-product-fixed.fixed .button-close {
  display: inline-block; }

.rc-bg-top-product-fixed .button-close {
  position: absolute;
  bottom: 59px;
  right: 10px;
  z-index: 4;
  width: 26px;
  height: 26px;
  background: #fff;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  display: none; }

.rc-bg-top-product-fixed .button-close i:after {
  transform: rotate(-45deg); }

.rc-bg-top-product-fixed .button-close i {
  display: inline-block;
  position: relative;
  cursor: pointer;
  width: 26px;
  height: 26px;
  border: 1px solid #14acbd;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  -webkit-transition: all .15s;
  -moz-transition: all .15s;
  -ms-transition: all .15s;
  -o-transition: all .15s;
  transition: all .15s; }

.rc-bg-top-product-fixed .button-close i:before {
  transform: rotate(45deg); }

.rc-bg-top-product-fixed .button-close i:before, .rc-bg-top-product-fixed .button-close i:after {
  content: '';
  position: absolute;
  top: 11px;
  right: 4px;
  width: 16px;
  height: 1px;
  background: #14acbd;
  transform: rotate(45deg); }

.container {
  margin: 0 auto;
  max-width: 1180px;
  width: 100%; }

.rc-bg-top-product-fixed .rc-bg-fixed-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: space-between; }

.rc-bg-top-product-fixed .rc-bg-fixed-product-name {
  font-size: 22px;
  color: #14acbd;
  width: 36%;
  font-family: lato-bold;
  position: relative; }

.rc-bg-top-product-fixed .rc-bg-fixed-product-name .rc-bg-product-arrow {
  position: absolute;
  top: 50%;
  right: 0;
  height: 5px;
  width: 21%;
  -moz-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  background: -moz-linear-gradient(left, #14acbd1a 0%, #14acbd 100%);
  background: -webkit-linear-gradient(left, #14acbd1a 0%, #14acbd 100%);
  background: linear-gradient(to right, #14acbd1a 0%, #14acbd 100%); }

.rc-bg-top-product-fixed .rc-bg-product-fixed-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 47%; }

.rc-bg-top-product-fixed .rc-bg-image-wrap img {
  max-height: 45px;
  width: auto;
  height: auto; }

.rc-bg-top-product-fixed .rc-bg-fixed-name {
  font-size: 18px;
  color: #14acbd;
  font-family: lato-bold;
  margin: 0 0 0 20px; }

.rc-bg-top-product-fixed .rc-bg-store-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  width: 25%;
  justify-content: flex-end; }

@media (min-width: 992px) and (max-width: 1200px) {
  .rc-bg-top-product-fixed .rc-bg-store-wrapper {
    min-width: 200px; } }

.rc-bg-top-product-fixed .rc-bg-store-wrapper .price-info-link a {
  white-space: nowrap; }

.rc-bg-top-product-fixed .easyazon-link {
  font-family: lato-semibold;
  width: 165px;
  text-align: center;
  color: #fff;
  background: #f90;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  border-radius: 20px;
  font-size: 15px;
  padding: 11px;
  -webkit-transition: all .15s;
  -moz-transition: all .15s;
  -ms-transition: all .15s;
  -o-transition: all .15s;
  transition: all .15s;
  text-transform: capitalize;
  text-decoration-line: none; }

.rc-bg-top-product-fixed .rc-bg-fixed-product-name .rc-bg-product-arrow:before {
  content: '';
  position: absolute;
  top: -4px;
  right: -9px;
  border: 7px solid transparent;
  border-left: 7px solid #14acbd; }

.rc-bg-top-product-fixed .button-close i:after {
  transform: rotate(-45deg); }

.rc-bg-top-product-fixed .easyazon-link span:before {
  content: '';
  position: absolute;
  width: 14px;
  height: 13px;
  top: 50%;
  margin-top: -7px;
  right: 0;
  background: url(../images/price_link_arrow_sprite.png) no-repeat 100% center;
  transition: all 0.15s ease-in-out; }

.rc-bg-top-product-fixed.close {
  display: none !important; }

@media (max-width: 460px) {
  .rc-bg-top-product-fixed .price-info-link a span {
    font-size: 0px;
    padding-right: 16px;
    display: inline-block;
    position: relative;
    line-height: 25px; }
  .rc-bg-top-product-fixed .price-info-link a:last-child {
    font-size: 0;
    padding: 15px 22px; } }

@media (max-width: 360px) {
  .rc-bg-top-product-fixed .rc-bg-fixed-product-name .rc-bg-product-arrow {
    display: none; } }

@media (max-width: 991px) {
  .rc-bg-top-product-fixed {
    padding: 8px 0;
    height: 58px; }
  .rc-bg-top-product-fixed .button-close {
    bottom: 47px; }
  .rc-bg-top-product-fixed .rc-bg-fixed-product-name {
    font-size: 16px;
    width: 42%; }
  .rc-bg-top-product-fixed .rc-bg-fixed-product-name > span {
    display: none; }
  .rc-bg-top-product-fixed .rc-bg-product-fixed-wrapper {
    width: 30%; }
  .rc-bg-top-product-fixed .rc-bg-store-wrapper .price-link-image {
    display: none; }
  .rc-bg-top-product-fixed .rc-bg-fixed-name {
    display: none; } }

@media (max-width: 1200px) {
  .container {
    padding: 0 15px; } }

@media (max-width: 1300px) {
  .rc-bg-top-product .rc-bg-fixed-product-name {
    font-size: 18px; }
  .rc-bg-top-product .rc-bg-fixed-name {
    font-size: 16px; }
  .et_monarch .et_social_sidebar_networks {
    display: none; }
  .et_monarch .et_social_mobile {
    display: none; } }

@media (max-width: 767px) {
  .rc-bg-top-product-fixed .button-close {
    right: 5px;
    width: 22px;
    height: 22px; }
  .rc-bg-top-product-fixed .button-close i {
    width: 22px;
    height: 22px; }
  .rc-bg-top-product-fixed .button-close i:before, .rc-bg-top-product-fixed .button-close i:after {
    width: 14px;
    top: 10px;
    right: 3px; }
  .rc-bg-top-product-fixed .rc-bg-fixed-product-name {
    font-size: 14px;
    width: 52%; }
  .rc-bg-top-product-fixed .rc-bg-fixed-product-name > span {
    display: none; }
  .rc-bg-top-product-fixed .rc-bg-product-fixed-wrapper {
    width: 17%; }
  .rc-bg-top-product-fixed .rc-bg-store-wrapper .price-link-image {
    display: none; }
  .rc-bg-top-product-fixed .easyazon-link {
    font-size: 14px;
    padding: 8px; }
  .rc-bg-top-product-fixed .rc-bg-fixed-name {
    display: none; }
  .last-upposts {
    padding: 20px 10px 14px 10px; }
  .last-upposts > legend {
    left: 5px; }
  .last-upposts .item-content {
    margin-left: 35px; } }

.editor-conclusion-wrap .legendStyle {
  background: #f4fcfe; }

.editor-conclusion-wrap .last-upposts .related .expand {
  background: #f4fcfe; }

.editor-conclusion-wrap .last-upposts .related > .list {
  background: #f4fcfe; }

.authors {
  width: 85%;
  float: left; }

@media (max-width: 300px) {
  .authors {
    width: 75%;
    float: left; }
  .post-author-info {
    font-size: 8px; }
  .post-author .avatar {
    width: 30px;
    height: 30px; } }

.slick-slide .blog-cat-post-author img {
  display: inline !important; }

.nav-menu li .sub-menu li {
  margin-left: 0 !important; }

.search-results .nav-menu li .sub-menu li,
.admin-bar .nav-menu li .sub-menu li {
  margin-left: -5px !important; }
