/*!
 * Theme Name: ReviewPro
 * Theme URI: https://www.theme-junkie.com/themes/reviewpro
 * Description: <a href="https://www.theme-junkie.com/themes/reviewpro" target="_blank">ReviewPro</a> is a premium Magazine WordPress theme with review and coupon functionality. It comes with so many features such as drag n drop home page, super cool mega menu, various layouts for category page and much more!
 * Version: 1.0.2
 * Author: Theme Junkie
 * Author URI: https://www.theme-junkie.com/
 * Tags: two-columns, right-sidebar, grid-layout, footer-widgets, blog, news, custom-background, custom-menu, editor-style, threaded-comments, translation-ready
 * Text Domain: reviewpro
 *
 * License: GNU General Public License v2.0 or later
 * License URI: http://www.gnu.org/licenses/gpl-2.0.html
 *
 * ReviewPro WordPress Theme, Copyright 2016 https://www.theme-junkie.com/
 * ReviewPro is distributed under the terms of the GNU GPL
 *
 * Please DO NOT EDIT THIS FILE, if you want to customize the styles, you can create a child theme
 * See: http://codex.wordpress.org/Child_Themes
 */
/*------------------------------------*
    $CONTENTS
*------------------------------------*/
/**
 * BASE
 * - NORMALIZE
 * - LAYOUTS
 * - MAIN
 * - SHARED
 * - TYPOGRAPHY
 * - FORMS
 *
 * PAGES
 * - HOMEPAGE
 * - ARCHIVES
 * - ATTACHMENT
 * - CONTACT
 * - TEAMS
 *
 * SECTIONS
 * - HEADER
 * - NAVIGATIONS
 * - CONTENT
 * - SIDEBAR
 * - FOOTER
 * - COMMENT
 * - PAGINATION
 *
 * MODULES
 * - BREAKINGNEWS
 * - ADS
 * - REVIEW
 * - COUPON
 * - BREADCRUMB
 * - SHORTCODES
 *
 * STATE
 */
/*------------------------------------*
	$NORMALIZE
*------------------------------------*/
/*! normalize.css v5.0.0 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Change the default font family in all browsers (opinionated).
 * 2. Correct the line height in all browsers.
 * 3. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 */
/* Document
   ========================================================================== */
html {
  font-family: sans-serif;
  /* 1 */
  line-height: 1.15;
  /* 2 */
  -ms-text-size-adjust: 100%;
  /* 3 */
  -webkit-text-size-adjust: 100%;
  /* 3 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers (opinionated).
 */
body {
  margin: 0;
}

/**
 * Add the correct display in IE 9-.
 */
article,
aside,
footer,
header,
nav,
section {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */
figcaption,
figure,
main {
  /* 1 */
  display: block;
}

/**
 * Add the correct margin in IE 8.
 */
figure {
  margin: 1em 40px;
}

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
a {
  background-color: transparent;
  /* 1 */
  -webkit-text-decoration-skip: objects;
  /* 2 */
}

/**
 * Remove the outline on focused links when they are also active or hovered
 * in all browsers (opinionated).
 */
a:active,
a:hover {
  outline-width: 0;
}

/**
 * 1. Remove the bottom border in Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  /* 2 */
}

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b,
strong {
  font-weight: inherit;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
 * Add the correct font style in Android 4.3-.
 */
dfn {
  font-style: italic;
}

/**
 * Add the correct background and color in IE 9-.
 */
mark {
  background-color: #ff0;
  color: #000;
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
audio,
video {
  display: inline-block;
}

/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Remove the border on images inside links in IE 10-.
 */
img {
  border-style: none;
}

/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: sans-serif;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Change the border, margin, and padding in all browsers (opinionated).
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}

/**
 * Remove the default vertical scrollbar in IE.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */
details,
menu {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Scripting
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
canvas {
  display: inline-block;
}

/**
 * Add the correct display in IE.
 */
template {
  display: none;
}

/* Hidden
   ========================================================================== */
/**
 * Add the correct display in IE 10-.
 */
[hidden] {
  display: none;
}

/*------------------------------------*
	$LAYOUTS
*------------------------------------*/
.wide-container {
  background-color: #fff;
}

.container-boxed .wide-container, .container-framed .wide-container {
  max-width: 1170px;
  margin: 0 auto;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
}

.container-framed {
  margin: 0 auto;
}

@media (min-width: 1025px) {
  .container-framed {
    margin: 40px auto;
  }
}

.site-content {
  padding-bottom: 48px;
}

.container {
  max-width: 1170px;
  margin-left: auto;
  margin-right: auto;
  padding: 0 20px;
}

.container:after {
  content: " ";
  display: block;
  clear: both;
}

.site-content .container {
  position: relative;
}

@media (min-width: 801px) {
  .layout-2c-l .content-area {
    width: 65.811965812%;
    float: left;
    margin-right: 2.5641025641%;
  }
}

@media (min-width: 801px) {
  .layout-2c-r .content-area {
    width: 65.811965812%;
    float: right;
    margin-right: 0;
  }
}

.layout-1c-n .content-area {
  width: 65.811965812%;
  margin: auto;
}

.layout-2c-l .sidebar-primary {
  margin-top: 24px;
}

@media (min-width: 801px) {
  .layout-2c-l .sidebar-primary {
    width: 31.6239316239%;
    float: right;
    margin-right: 0;
    margin-top: 0;
  }
}

@media (min-width: 801px) {
  .layout-2c-r .sidebar-primary {
    width: 31.6239316239%;
    float: left;
    margin-right: 2.5641025641%;
  }
}

/*------------------------------------*
	$MAIN
*------------------------------------*/
*,
*:before,
*:after {
  box-sizing: border-box;
}

* html {
  font-size: 100%;
}

html {
  min-height: 100%;
}

body {
  font-family: "Merriweather", Gerogia, serif;
  font-size: 16px;
  font-weight: 400;
  font-style: normal;
  line-height: 1.5em;
  color: #333;
  background: #f5f5f5;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/**
 * Selection Color.
 */
::-moz-selection {
  color: #fff;
  background: #000;
  text-shadow: none;
}
::selection {
  color: #fff;
  background: #000;
  text-shadow: none;
}

::-moz-selection {
  color: #fff;
  background: #000;
  text-shadow: none;
}

/*------------------------------------*
	$SHARED
*------------------------------------*/
figure > img {
  display: block;
}

img {
  max-width: 100%;
  height: auto;
}

img[class*="align"],
img[class*="attachment-"] {
  height: auto;
}

.wp-caption {
  max-width: 100%;
  margin-bottom: 24px;
}

.wp-caption img[class*="wp-image-"] {
  display: block;
  margin-bottom: 5px;
}

.wp-caption-text {
  font-size: 14px;
  font-style: italic;
  color: #999;
}

.wp-smiley {
  margin-top: 0;
  margin-bottom: 0;
  padding: 0;
  border: 0;
}

embed,
iframe,
object {
  width: 100%;
  max-width: 100%;
}

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

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

.aligncenter {
  clear: both;
}

.alignnone {
  display: block;
}

.screen-reader-text {
  position: absolute;
  clip: rect(1px, 1px, 1px, 1px);
}

table {
  width: 100%;
  margin-bottom: 2.618em;
}

table th,
table td {
  padding: 10px;
  text-align: left;
  vertical-align: top;
  border-bottom: 1px solid #e5e5e5;
}

table th {
  text-transform: uppercase;
  border-bottom: 1px solid #e5e5e5;
}

table tr th:first-child,
table tr td:first-child {
  padding-left: 0;
}

table tr th:last-child,
table tr td:last-child {
  padding-right: 0;
}

.sticky,
.bypostauthor {
  font-size: inherit;
}

/**
 * Gallery
 * Taken from Twenty Fourteen theme.
 */
.gallery {
  margin-bottom: 20px;
}

.gallery-item {
  position: relative;
  float: left;
  overflow: hidden;
  margin: 0 4px 4px 0;
}

.gallery-icon a,
.gallery-icon img {
  display: block;
}

.gallery-columns-1 .gallery-item {
  max-width: 100%;
}

.gallery-columns-2 .gallery-item {
  max-width: 48%;
  max-width: calc(50% - 4px);
}

.gallery-columns-3 .gallery-item {
  max-width: 32%;
  max-width: calc(33.3% - 4px);
}

.gallery-columns-4 .gallery-item {
  max-width: 23%;
  max-width: calc(25% - 4px);
}

.gallery-columns-5 .gallery-item {
  max-width: 19%;
  max-width: calc(20% - 4px);
}

.gallery-columns-6 .gallery-item {
  max-width: 15%;
  max-width: calc(16.7% - 4px);
}

.gallery-columns-7 .gallery-item {
  max-width: 13%;
  max-width: calc(14.28% - 4px);
}

.gallery-columns-8 .gallery-item {
  max-width: 11%;
  max-width: calc(12.5% - 4px);
}

.gallery-columns-9 .gallery-item {
  max-width: 9%;
  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 {
  font-size: 14px;
  line-height: 1.3;
  position: absolute;
  bottom: 0;
  left: 0;
  box-sizing: border-box;
  width: 100%;
  max-height: 50%;
  margin: 0;
  padding: 2px 8px;
  text-align: left;
  opacity: 0;
  color: #fff;
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.7);
}

.gallery-caption:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  min-height: 50px;
  content: "";
}

.gallery-item:hover .gallery-caption {
  opacity: 0;
}

.gallery-columns-7 .gallery-caption,
.gallery-columns-8 .gallery-caption,
.gallery-columns-9 .gallery-caption {
  display: none;
}

/**
 * Image animation
 */
.hide-img {
  will-change: opacity;
  opacity: 0;
}

.show-img {
  opacity: 1;
  transition: all .4s ease-in-out;
}

/**
 * Review score
 */
.review-score {
  position: relative;
  line-height: 0;
  display: inline-block;
}

.review-score::before,
.bar::before {
  content: "\f005\f005\f005\f005\f005";
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #d8d8d8;
  margin-right: -4px;
  letter-spacing: 5px;
}

.bar {
  color: inherit;
  position: absolute;
  top: 0;
  left: 0;
  padding-top: 1em;
  overflow: hidden;
}

.bar::before {
  position: absolute;
  top: 0;
  left: 0;
  color: #fcb314;
}

/**
 * Post Overlay
 */
.post-overlay {
  position: relative;
}

.post-overlay .img-overlay {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 50%;
  background: #000;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.8), transparent);
}

.post-overlay .post-overlay-meta {
  position: absolute;
  bottom: 0;
  color: #fff;
  padding: 20px;
  width: 100%;
}

.post-overlay .post-overlay-meta .entry-date {
  font-size: 13px;
}

.post-overlay .post-overlay-meta .entry-title {
  margin: 0;
  font-size: 16px;
}

.post-overlay .post-overlay-meta a {
  color: #fff;
}

.site-main, .gallery, .menu-secondary-container, .menu-secondary-items, .hentry, .entry-share, .post-pagination, .prev-post, .next-post, .related-posts, .widget_tabs .tabs-nav, .site-info, .comment-container, .breaking-news, .review-features li, .review-features .review-txt, .review-footer, .modern-block, .modern-block .small-post, .modern-horizontal-block .top-post, .modern-horizontal-block .small-post, .grid-block, .featured-posts, .attachment .entry-header, .members {
  *zoom: 1;
}

.site-main:before, .gallery:before, .menu-secondary-container:before, .menu-secondary-items:before, .hentry:before, .entry-share:before, .post-pagination:before, .prev-post:before, .next-post:before, .related-posts:before, .widget_tabs .tabs-nav:before, .site-info:before, .comment-container:before, .breaking-news:before, .review-features li:before, .review-features .review-txt:before, .review-footer:before, .modern-block:before, .modern-block .small-post:before, .modern-horizontal-block .top-post:before, .modern-horizontal-block .small-post:before, .grid-block:before, .featured-posts:before, .attachment .entry-header:before, .members:before, .site-main:after, .gallery:after, .menu-secondary-container:after, .menu-secondary-items:after, .hentry:after, .entry-share:after, .post-pagination:after, .prev-post:after, .next-post:after, .related-posts:after, .widget_tabs .tabs-nav:after, .site-info:after, .comment-container:after, .breaking-news:after, .review-features li:after, .review-features .review-txt:after, .review-footer:after, .modern-block:after, .modern-block .small-post:after, .modern-horizontal-block .top-post:after, .modern-horizontal-block .small-post:after, .grid-block:after, .featured-posts:after, .attachment .entry-header:after, .members:after {
  display: table;
  content: "";
}

.site-main:after, .gallery:after, .menu-secondary-container:after, .menu-secondary-items:after, .hentry:after, .entry-share:after, .post-pagination:after, .prev-post:after, .next-post:after, .related-posts:after, .widget_tabs .tabs-nav:after, .site-info:after, .comment-container:after, .breaking-news:after, .review-features li:after, .review-features .review-txt:after, .review-footer:after, .modern-block:after, .modern-block .small-post:after, .modern-horizontal-block .top-post:after, .modern-horizontal-block .small-post:after, .grid-block:after, .featured-posts:after, .attachment .entry-header:after, .members:after {
  clear: both;
}

.menu-primary-items, .menu-primary-items .sub-menu, .menu-secondary-items, .menu-secondary-items .sub-menu, .mega-links, .mega-links .sub-mega, .related-posts ul, .posts-thumbnail-widget ul, .commentlist, .review-features {
  margin: 0;
  padding: 0;
  list-style: none;
}

.entry-share ul, .breadcrumbs .trail-items, .author-bio .author-social {
  margin: 0;
  padding: 0;
  list-style: none;
}

.entry-share ul > li, .breadcrumbs .trail-items > li, .author-bio .author-social > li {
  display: inline-block;
  padding-right: 5px;
  padding-left: 5px;
}

.entry-share ul a, .breadcrumbs .trail-items a, .author-bio .author-social a {
  display: block;
}

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

/*------------------------------------*
	$TYPOGRAPHY
*------------------------------------*/
/**
 * Set link colors.
 */
a {
  transition: all 200ms ease-in-out 0s;
  text-decoration: none;
  color: #1976D2;
}

a:visited {
  color: #1669bb;
}

a:hover, a:visited:hover {
  text-decoration: none;
  color: #378fe7;
}

/**
 * Headings.
 */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Open Sans", sans-serif;
  font-weight: 700;
  font-style: normal;
  margin: 12px 0;
  color: #333;
}

h1,
.h1 {
  font-size: 36px;
  line-height: 1.1em;
}

h2,
.h2 {
  font-size: 30px;
  line-height: 1.1em;
}

h3,
.h3 {
  font-size: 24px;
  line-height: 1.3em;
}

h4,
.h4 {
  font-size: 20px;
  line-height: 1.3em;
}

h5,
.h5 {
  font-size: 16px;
}

h6,
.h6 {
  font-size: 14px;
}

/**
 * Text elements.
 */
p {
  margin: 0 0 24px;
}

abbr[title],
dfn[title] {
  cursor: help;
}

del {
  vertical-align: baseline;
  text-decoration: line-through;
  color: #aaa;
}

code,
kbd,
pre,
samp {
  font-size: 16px;
}

pre {
  margin: 24px 0;
  padding: 24px;
  color: #2080ad;
  background-color: #fafafa;
}

code {
  color: #2080ad;
}

blockquote,
.pullquote-left,
.pullquote-right {
  font-style: italic;
  margin: 24px 40px;
  padding-left: 20px;
  color: #777;
  border-left: 3px solid #e5e5e5;
}

blockquote cite,
.pullquote-left cite,
.pullquote-right cite {
  position: relative;
  display: block;
  padding: 10px 0 0 20px;
  color: #555;
}

blockquote cite:before,
.pullquote-left cite:before,
.pullquote-right cite:before {
  position: absolute;
  left: 0;
  content: "\2014";
}

.pullquote-left {
  float: left;
  width: 200px;
  border-left: 0;
  border-right: 3px solid #e5e5e5;
  padding-left: 0;
  margin: 0 20px 20px 30px;
}

.pullquote-right {
  float: right;
  width: 200px;
  margin: 0 30px 20px 10px;
}

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

address {
  display: block;
  margin: 0 0 24px;
}

ul,
ol {
  margin: 16px 0;
  padding: 0 0 0 24px;
}

ul {
  list-style: disc;
}

ol {
  list-style-type: decimal;
}

ol ol {
  list-style: upper-alpha;
}

ol ol ol {
  list-style: lower-roman;
}

ol ol ol ol {
  list-style: lower-alpha;
}

li ul,
li ol {
  margin: 0;
}

dl {
  margin: 24px;
}

dt {
  font-weight: 700;
}

dd {
  margin-bottom: 24px;
}

hr {
  clear: both;
  height: 1px;
  min-height: 0;
  margin: 24px 0;
  border-top: 1px solid #e5e5e5;
  border-right: 0;
  border-bottom: 0;
  border-left: 0;
}

hr.dotted {
  border-style: dotted;
}

hr.dashed {
  border-style: dashed;
}

hr.blackborder {
  border-color: #000;
}

hr.whiteborder {
  border-color: #fff;
}

.dropcap {
  float: left;
  color: #1976D2;
  font-size: 75px;
  line-height: 60px;
  padding-top: 10px;
  padding-right: 8px;
}

/**
 * Print styles.
 */
@media print {
  * {
    color: #000 !important;
    background: transparent !important;
    box-shadow: none !important;
    text-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  .ir a:after,
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: "";
  }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  @page {
    margin: .5cm;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
}

/*------------------------------------*
	$FORMS
*------------------------------------*/
form input[type="text"],
form input[type="password"],
form input[type="email"],
form input[type="url"],
form input[type="date"],
form input[type="month"],
form input[type="time"],
form input[type="datetime"],
form input[type="datetime-local"],
form input[type="week"],
form input[type="number"],
form input[type="search"],
form input[type="tel"],
form input[type="color"],
form select,
form textarea {
  display: inline-block;
  box-sizing: border-box;
  height: 2.5em;
  padding: .5em .6em;
  vertical-align: middle;
  border: 1px solid #e5e5e5;
  background-color: #fff;
  width: 100%;
}

@media (min-width: 479px) {
  form input[type="text"],
  form input[type="password"],
  form input[type="email"],
  form input[type="url"],
  form input[type="date"],
  form input[type="month"],
  form input[type="time"],
  form input[type="datetime"],
  form input[type="datetime-local"],
  form input[type="week"],
  form input[type="number"],
  form input[type="search"],
  form input[type="tel"],
  form input[type="color"],
  form select,
  form textarea {
    width: auto;
  }
}

form textarea {
  height: auto;
}

/*
Need to separate out the :not() selector from the rest of the CSS 2.1 selectors
since IE8 won't execute CSS that contains a CSS3 selector.
*/
form input:not([type]) {
  display: inline-block;
  box-sizing: border-box;
  padding: .5em .6em;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-shadow: inset 0 1px 3px #ddd;
}

/* Chrome (as of v.32/34 on OS X) needs additional room for color to display. */
/* May be able to remove this tweak as color inputs become more standardized across browsers. */
form input[type="color"] {
  padding: .2em .5em;
}

form input[type="text"]:focus,
form input[type="password"]:focus,
form input[type="email"]:focus,
form input[type="url"]:focus,
form input[type="date"]:focus,
form input[type="month"]:focus,
form input[type="time"]:focus,
form input[type="datetime"]:focus,
form input[type="datetime-local"]:focus,
form input[type="week"]:focus,
form input[type="number"]:focus,
form input[type="search"]:focus,
form input[type="tel"]:focus,
form input[type="color"]:focus,
form select:focus,
form textarea:focus {
  border-color: #129fea;
  outline: 0;
  background-color: #fff;
}

/*
Need to separate out the :not() selector from the rest of the CSS 2.1 selectors
since IE8 won't execute CSS that contains a CSS3 selector.
*/
form input:not([type]):focus {
  border-color: #129fea;
  outline: 0;
}

form input[type="file"]:focus,
form input[type="radio"]:focus,
form input[type="checkbox"]:focus {
  outline: thin solid #129fea;
  outline: 1px auto #129fea;
}

form input[type="checkbox"],
form input[type="radio"] {
  display: inline-block;
  margin: .5em 0;
}

form input[type="text"][disabled],
form input[type="password"][disabled],
form input[type="email"][disabled],
form input[type="url"][disabled],
form input[type="date"][disabled],
form input[type="month"][disabled],
form input[type="time"][disabled],
form input[type="datetime"][disabled],
form input[type="datetime-local"][disabled],
form input[type="week"][disabled],
form input[type="number"][disabled],
form input[type="search"][disabled],
form input[type="tel"][disabled],
form input[type="color"][disabled],
form select[disabled],
form textarea[disabled] {
  cursor: not-allowed;
  color: #cad2d3;
  background-color: #eaeded;
}

/*
Need to separate out the :not() selector from the rest of the CSS 2.1 selectors
since IE8 won't execute CSS that contains a CSS3 selector.
*/
form input:not([type])[disabled] {
  cursor: not-allowed;
  color: #cad2d3;
  background-color: #eaeded;
}

form input[readonly],
form select[readonly],
form textarea[readonly] {
  color: #777;
  /* menu text color */
  border-color: #ccc;
  background-color: #eee;
  /* menu hover bg color */
}

form input:focus:invalid,
form textarea:focus:invalid,
form select:focus:invalid {
  color: #b94a48;
  border-color: #e9322d;
}

form input[type="file"]:focus:invalid:focus,
form input[type="radio"]:focus:invalid:focus,
form input[type="checkbox"]:focus:invalid:focus {
  outline-color: #e9322d;
}

form select {
  /* Normalizes the height; padding is not sufficient. */
  height: 2.25em;
  border: 1px solid #ccc;
  background-color: white;
}

form select[multiple] {
  height: auto;
}

form label {
  margin: .5em 0 .2em;
}

form fieldset {
  margin: 0;
  padding: .35em 0 .75em;
  border: 0;
}

form legend {
  display: block;
  width: 100%;
  margin-bottom: .3em;
  padding: .3em 0;
  color: #333;
  border-bottom: 1px solid #e5e5e5;
}

/*csslint outline-none:false*/
button,
input[type="button"],
input[type="reset"],
input[type="submit"],
.button {
  font-family: inherit;
  font-size: 100%;
  padding: .5em 1em;
  text-decoration: none;
  color: #fff;
  /* rgba not supported (IE 8) */
  border: 1px solid #1669bb;
  /*IE 6/7/8*/
  border: none rgba(0, 0, 0, 0);
  /*IE9 + everything else*/
  background-color: #1976D2;
}

button:visited,
input[type="button"]:visited,
input[type="reset"]:visited,
input[type="submit"]:visited,
.button:visited {
  color: #fff;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover,
button:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus,
.button:hover {
  background-image: linear-gradient(transparent, rgba(0, 0, 0, 0.05) 40%, rgba(0, 0, 0, 0.1));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#1a000000',GradientType=0);
}

button:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus {
  outline: 0;
}

button:active,
input[type="button"]:active,
input[type="reset"]:active,
input[type="submit"]:active {
  border-color: #000\9;
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.15) inset, 0 0 6px rgba(0, 0, 0, 0.2) inset;
}

.pure-button[disabled],
.pure-button-disabled,
.pure-button-disabled:hover,
.pure-button-disabled:focus,
.pure-button-disabled:active {
  cursor: not-allowed;
  opacity: .40;
  border: none;
  background-image: none;
  box-shadow: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  filter: alpha(opacity=40);
  -khtml-opacity: .40;
  -moz-opacity: .40;
}

/* Firefox: Get rid of the inner focus border */
button::-moz-focus-inner,
input[type="button"]::-moz-focus-inner,
input[type="reset"]::-moz-focus-inner,
input[type="submit"]::-moz-focus-inner {
  padding: 0;
  border: 0;
}

.pure-button-primary,
.pure-button-selected,
a.pure-button-primary,
a.pure-button-selected {
  color: #fff;
  background-color: #0078e7;
}

/* Remove inner shadow from inputs on mobile iOS */
textarea,
input {
  -webkit-appearance: none;
  border-radius: 0;
}

/*------------------------------------*
	$HEADER
*------------------------------------*/
.top-bar {
  font-size: 14px;
  background-color: #000;
  font-family: "Open Sans", sans-serif;
}

.top-bar-left {
  width: 57.264957265%;
  float: left;
  margin-right: 2.5641025641%;
}

@media (min-width: 801px) {
  .top-bar-left {
    width: 65.811965812%;
    float: left;
    margin-right: 2.5641025641%;
  }
}

@media (min-width: 1120px) {
  .top-bar-left {
    width: 74.358974359%;
    float: left;
    margin-right: 2.5641025641%;
  }
}

.top-bar-right {
  width: 40.1709401709%;
  float: right;
  margin-right: 0;
}

@media (min-width: 801px) {
  .top-bar-right {
    width: 31.6239316239%;
    float: right;
    margin-right: 0;
  }
}

@media (min-width: 1120px) {
  .top-bar-right {
    width: 23.0769230769%;
    float: right;
    margin-right: 0;
  }
}

#header-social {
  text-align: right;
  line-height: 40px;
  display: none;
}

@media (min-width: 479px) {
  #header-social {
    display: block;
  }
}

.social-icons a {
  font-size: 16px;
  color: #fff;
  opacity: .7;
  margin: 0 5px;
  display: inline-block;
}

.social-icons a:hover {
  opacity: 1;
}

.social-icons a.twitter:hover {
  color: #55acee;
}

.social-icons a.facebook:hover {
  color: #3b5998;
}

.social-icons a.gplus:hover {
  color: #dc4e41;
}

.social-icons a.instagram:hover {
  color: #3f729b;
}

.social-icons a.pinterest:hover {
  color: #bd081c;
}

.social-icons a.linkedin:hover {
  color: #0077b5;
}

.social-icons a.youtube:hover {
  color: #cd201f;
}

.social-icons a.vk:hover {
  color: #45668e;
}

.social-icons a.rss:hover {
  color: #f26522;
}

.site-header {
  min-height: 135px;
  box-shadow: 0 1px 20px rgba(153, 153, 153, 0.2);
}

.single .site-header {
  margin-bottom: 36px;
}

.featured-image-big .site-header {
  margin-bottom: 0;
}

.site-branding {
  display: block;
  text-align: center;
}

@media (min-width: 960px) {
  .site-branding {
    float: left;
    display: inline-block;
    text-align: left;
  }
}

.site-branding h1,
.site-branding .site-logo {
  margin: 0;
  line-height: 162px;
  letter-spacing: -2px;
}

.site-branding h1 a,
.site-branding .site-logo a {
  color: #000;
}

.site-branding .site-logo {
  display: block;
}

.site-branding .site-logo img {
  line-height: 2;
}

/**
 * Header ads
 */
.header-ad {
  text-align: center;
  padding-top: 0;
  padding-bottom: 36px;
}

@media (min-width: 960px) {
  .header-ad {
    padding-top: 36px;
    float: right;
  }
}

.header-ad a {
  display: block;
}

@media (min-width: 960px) {
  .header-ad a img {
    display: block;
  }
}

/**
 * Search area
 */
.search-area {
  display: none;
  padding: 40px 0;
  background-color: #333;
}

.search-area .field {
  width: 100%;
  padding: 10px 0;
  color: #fff;
  border: 0;
  border-bottom: 1px solid #999;
  border-radius: 0;
  background-color: transparent;
}

.search-area .field:focus {
  outline: none;
  background-color: transparent;
}

.search-area .searchform {
  margin-bottom: 36px;
}

.search-area .search-title {
  color: #fff;
  font-size: 14px;
  float: left;
}

.search-area .search-by-cat ul,
.search-area .search-by-tag ul {
  overflow: hidden;
}

.search-area .search-by-cat li,
.search-area .search-by-tag li {
  display: inline-block;
  margin-bottom: 8px;
}

.search-area .search-by-cat a,
.search-area .search-by-tag a {
  font-size: 13px;
  text-transform: uppercase;
  background-color: #fff;
  color: #000;
  padding: 5px 10px;
  margin-bottom: 5px;
  border: 1px solid transparent;
}

.search-area .search-by-cat a:hover,
.search-area .search-by-tag a:hover {
  border-color: #333;
}

/**
 * Search Button
 */
.search-toggle {
  position: absolute;
  right: 20px;
  top: 0;
  background-color: transparent;
  padding: 0;
  color: #000;
  line-height: 47px;
  cursor: pointer;
}

.search-toggle:hover, .search-toggle:active, .search-toggle:focus {
  background: none;
  box-shadow: none;
}

/*------------------------------------*
	$NAVIGATIONS
*------------------------------------*/
/**
 * Primary Menu
 */
.main-navigation {
  width: 100%;
  float: left;
  margin-left: 0;
  margin-right: 0;
}

.menu-primary-items {
  display: none;
}

@media (min-width: 860px) {
  .menu-primary-items {
    display: block;
  }
}

.menu-primary-items li {
  position: relative;
  display: inline-block;
}

.menu-primary-items li:hover > .sub-menu,
.menu-primary-items li:hover > .mega-links {
  display: block;
}

.menu-primary-items li.menu-item-has-children a {
  padding-right: 8px;
}

.menu-primary-items li.menu-item-has-children::after {
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  font-size: 14px;
  position: absolute;
  top: 14px;
  right: 17px;
  display: inline-block;
  content: "\f107";
  transform: translate(0, 0);
  color: #fff;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.menu-primary-items li.menu-item-has-children::after:hover {
  content: "\f106";
}

.menu-primary-items li.menu-item-has-children:hover::after {
  content: "\f106";
}

.menu-primary-items a {
  font-size: 13px;
  font-weight: 600;
  line-height: 1;
  display: block;
  margin-right: 24px;
  padding: 14px 0;
  color: #fff;
}

.menu-primary-items a:hover {
  color: #cccccc;
}

.menu-primary-items .sub-menu {
  position: absolute;
  z-index: 9999;
  top: 100%;
  left: 0;
  min-width: 180px;
  padding: 5px 0;
  transition: all 0.2s cubic-bezier(0.65, 0.05, 0.36, 1);
  text-align: left;
  display: none;
  border-top: 0;
  background-color: #f0f0f0;
}

.menu-primary-items .sub-menu ul {
  top: 0;
  left: 100%;
}

.menu-primary-items .sub-menu li {
  display: block;
}

.menu-primary-items .sub-menu li.menu-item-has-children::after {
  top: 10px;
  right: 10px;
  content: "\f105";
  color: #807f7f;
}

.menu-primary-items .sub-menu li.menu-item-has-children:hover::after {
  content: "\f104";
}

.menu-primary-items .sub-menu a {
  font-size: 13px;
  font-weight: 400;
  padding: 10px 20px;
  text-transform: capitalize;
  color: #333;
}

.menu-primary-items .sub-menu a:hover {
  color: #1976D2;
}

/**
 * Secondary Menu
 */
.secondary-navigation {
  font-family: "Open Sans", sans-serif;
  position: relative;
  display: block;
  clear: both;
}

.secondary-navigation.scroll-to-fixed-fixed {
  background-color: #fff;
  box-shadow: 0 1px 20px rgba(153, 153, 153, 0.2);
}

.secondary-navigation .container {
  position: relative;
}

.menu-secondary-container {
  border-top: 1px solid #000;
}

.menu-secondary-items {
  display: none;
}

@media (min-width: 801px) {
  .menu-secondary-items {
    display: block;
  }
}

.menu-secondary-items li {
  position: relative;
  float: left;
}

.menu-secondary-items li.mega-parent {
  position: static;
}

.menu-secondary-items li:hover {
  color: #fff;
  background-color: #000;
}

.menu-secondary-items li:hover a {
  color: #fff;
  background-color: #000;
}

.menu-secondary-items li:hover > .sub-menu,
.menu-secondary-items li:hover > .mega-links {
  display: block;
}

.menu-secondary-items li:hover.menu-item-has-children::after {
  color: #fff;
}

.menu-secondary-items li:hover.menu-item-has-children a {
  color: #fff;
}

.menu-secondary-items li.current-menu-item {
  background-color: #000;
}

.menu-secondary-items li.current-menu-item a {
  color: #fff;
}

.menu-secondary-items li.menu-item-has-children a {
  padding-right: 30px;
}

.menu-secondary-items li.menu-item-has-children a::after {
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  font-size: 15px;
  position: absolute;
  top: 15px;
  right: 14px;
  display: inline-block;
  content: "\f107";
  transform: translate(0, 0);
  color: #000;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.menu-secondary-items li.menu-item-has-children a::after:hover {
  content: "\f106";
  color: #fff;
}

.menu-secondary-items li.menu-item-has-children a:hover::after {
  content: "\f106";
}

.menu-secondary-items a {
  font-size: 14px;
  font-weight: 600;
  line-height: 1;
  display: block;
  padding: 16px 20px;
  text-transform: uppercase;
  color: #000;
  position: relative;
}

.menu-secondary-items a:hover {
  color: #fff;
  background-color: #000;
}

.menu-secondary-items .sub-menu {
  position: absolute;
  z-index: 9999;
  top: 100%;
  left: 0;
  min-width: 190px;
  transition: all 0.2s cubic-bezier(0.65, 0.05, 0.36, 1);
  text-align: left;
  display: none;
  border-top: 0;
  background-color: #000;
}

.menu-secondary-items .sub-menu ul {
  top: 0;
  left: 100%;
}

.menu-secondary-items .sub-menu li {
  display: block;
  float: none;
}

.menu-secondary-items .sub-menu li:hover {
  background-color: transparent;
}

.menu-secondary-items .sub-menu li.menu-item-has-children::after {
  top: 10px;
  right: 10px;
  content: "\f105";
  color: #807f7f;
}

.menu-secondary-items .sub-menu li.menu-item-has-children:hover::after {
  content: "\f104";
}

.menu-secondary-items .sub-menu a {
  text-transform: capitalize;
  color: #fff;
  border-left: 3px solid transparent;
}

.menu-secondary-items .sub-menu a:hover {
  border-color: #1976D2;
}

/**
 * Mega menu
 */
.mega-links {
  position: absolute;
  z-index: 9999;
  left: 0;
  padding: 30px 0;
  transition: all 0.2s cubic-bezier(0.65, 0.05, 0.36, 1);
  display: none;
  border-radius: 0 0 3px 3px;
  background-color: #000;
  box-shadow: 0 2px 10px -2px rgba(0, 0, 0, 0.2);
}

#menu-primary-items .mega-links > li,
#menu-secondary-items .mega-links > li {
  padding: 0 20px;
}

#menu-primary-items .mega-links > li:last-child,
#menu-secondary-items .mega-links > li:last-child {
  border-right: 0;
}

#menu-primary-items .mega-links li.current-menu-item a,
#menu-secondary-items .mega-links li.current-menu-item a {
  background-color: transparent;
}

#menu-primary-items .mega-links .sub-mega li,
#menu-secondary-items .mega-links .sub-mega li {
  float: none;
  border-bottom: 1px solid #232323;
  padding: 5px 0;
}

#menu-primary-items .mega-links .sub-mega a,
#menu-secondary-items .mega-links .sub-mega a {
  display: block;
}

#menu-primary-items .mega-links a,
#menu-secondary-items .mega-links a {
  font-weight: 400;
  padding: 9px 0;
  transition: all 300ms ease-in-out;
  text-transform: capitalize;
  color: #fff;
  border-radius: 0;
}

#menu-primary-items .mega-links a:hover,
#menu-secondary-items .mega-links a:hover {
  color: #1976D2;
  background-color: transparent;
}

#menu-primary-items .mega-links {
  border: 5px solid #f0f0f0;
  border-top: 0;
  background-color: #fff;
  box-shadow: none;
}

#menu-primary-items .mega-links > li {
  border-color: #dbdbdb;
}

#menu-primary-items .mega-links > li.menu-item-has-children::after {
  content: "";
}

#menu-primary-items .mega-links > li.menu-item-has-children:hover::after {
  content: "";
}

#menu-primary-items .mega-links a {
  font-size: 13px;
  color: #333;
}

#menu-secondary-items .mega-links {
  text-align: left;
}

#menu-secondary-items .mega-links li {
  float: left;
}

#menu-secondary-items .mega-links li:hover {
  background-color: transparent;
}

#menu-secondary-items .mega-links li.menu-item-has-children::after {
  content: "";
}

#menu-secondary-items .mega-links li.menu-item-has-children:hover::after {
  content: "";
}

.mega-links.two-columns {
  width: 450px;
}

#menu-primary-items .mega-links.two-columns {
  width: 400px;
}

.mega-links.two-columns > li {
  width: 50%;
}

#menu-primary-items .mega-links.two-columns > li {
  width: 49%;
}

.mega-links.three-columns {
  width: 675px;
}

#menu-primary-items .mega-links.three-columns {
  width: 600px;
}

.mega-links.three-columns > li {
  width: 33.333%;
}

#menu-primary-items .mega-links.three-columns > li {
  width: 32%;
}

.mega-links.four-columns {
  width: 875px;
}

#menu-primary-items .mega-links.four-columns {
  width: 600px;
}

.mega-links.four-columns > li {
  width: 25%;
}

#menu-primary-items .mega-links.four-columns > li {
  width: 32%;
}

.mega-links.five-columns {
  left: 20px;
  width: 984px;
}

@media (min-width: 1170px) {
  .mega-links.five-columns {
    width: 1130px;
  }
}

#menu-primary-items .mega-links.five-columns {
  width: 600px;
}

.mega-links.five-columns > li {
  width: 20%;
}

#menu-primary-items .mega-links.five-columns > li {
  width: 32%;
}

.mega-links .column-heading {
  font-size: 15px;
  font-weight: 700;
  display: block;
  margin-bottom: 14px;
  text-transform: uppercase;
  color: #b3b2b2;
}

#menu-primary-items .mega-links .column-heading {
  font-size: 13px;
  color: #333;
}

.mega-links .sub-mega li {
  display: block;
}

.mega-posts .entry-title {
  letter-spacing: 0 !important;
}

#menu-secondary-items .mega-posts .entry-title a {
  font-weight: 700;
  line-height: 1.5;
  text-transform: uppercase;
  padding: 0;
}

#menu-secondary-items .mega-posts li {
  position: relative;
}

#menu-secondary-items .mega-posts .thumbnail-link {
  padding-top: 0;
}

#menu-secondary-items .mega-posts .entry-title {
  margin-bottom: 0;
}

#menu-secondary-items .mega-posts .entry-meta {
  font-size: 11px;
  margin-bottom: 0;
}

#menu-secondary-items .mega-posts .entry-meta a {
  display: inline-block;
  font-size: 11px;
  text-transform: uppercase;
  color: #fff;
}

/**
 * Mobile Menu
 */
.slicknav_menu {
  display: block;
  padding: 0;
  background-color: transparent;
}

@media (min-width: 860px) {
  .main-navigation .slicknav_menu {
    display: none;
  }
}

.main-navigation .slicknav_menu .slicknav_nav a {
  color: #fff;
}

.main-navigation .slicknav_menu .slicknav_arrow {
  color: #fff;
}

.main-navigation .slicknav_menu .slicknav_icon-bar {
  background-color: #fff;
}

@media (min-width: 801px) {
  .secondary-navigation .slicknav_menu {
    display: none;
  }
}

.secondary-navigation .slicknav_menu .slicknav_btn {
  padding: 10px 0;
}

.secondary-navigation .slicknav_menu .slicknav_icon-bar {
  background-color: #000;
}

.secondary-navigation .slicknav_menu .slicknav_nav {
  padding: 10px 20px;
  background-color: #1f1f1f;
}

.secondary-navigation .slicknav_menu .slicknav_nav a,
.secondary-navigation .slicknav_menu .slicknav_arrow {
  color: #fff;
}

.secondary-navigation .slicknav_menu .mega-links .column-heading {
  color: #fff;
}

.slicknav_menu .slicknav_btn {
  float: left;
  background-color: transparent;
  padding-left: 0;
  padding-top: 8px;
}

@media (min-width: 768px) {
  .slicknav_menu .slicknav_btn {
    padding-top: 10px;
  }
}

.slicknav_menu .slicknav_icon-bar {
  background-color: #000;
  box-shadow: none;
}

.slicknav_menu .slicknav_nav .slicknav_row,
.slicknav_menu .slicknav_nav a {
  margin: 0;
  padding: 5px 0;
}

.slicknav_menu .slicknav_arrow {
  font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
  color: #1976D2;
}

.slicknav_menu .slicknav_nav .slicknav_row:hover,
.slicknav_menu .slicknav_nav a:hover {
  border-radius: 0;
  background-color: transparent;
}

.slicknav_menu .mega-links {
  position: relative;
  width: auto;
  border: none;
  background-color: transparent;
  box-shadow: none;
  opacity: 1;
  visibility: visible;
}

.slicknav_menu .mega-links > li {
  width: 100%;
}

.slicknav_menu .mega-links .column-heading {
  font-weight: 400;
  display: inline-block;
  margin-bottom: 0;
  text-transform: capitalize;
  color: #1976D2;
}

.slicknav_menu .mega-links ul {
  margin-left: 20px;
}

.slicknav_menu .menu-item-object-category .slicknav_arrow {
  display: none;
}

.slicknav_menu .menu-item-object-category .mega-links {
  display: none !important;
}

/*------------------------------------*
	$CONTENT
*------------------------------------*/
.hentry {
  margin-bottom: 45px;
}

.single .hentry {
  margin-bottom: 24px;
}

.thumbnail-link {
  display: block;
  overflow: hidden;
  -webkit-transform: translate3d(0, 0, 0);
}

.thumbnail-link:hover img {
  -webkit-transform: translate3d(0, 0, 0);
  -webkit-perspective: 0;
  -webkit-backface-visibility: hidden;
  transform: scale(1.1);
  -moz-transform: scale(1.1) rotate(0.1deg);
  opacity: 0.9;
}

.thumbnail-link img {
  display: block;
  transition: all 600ms;
}

.thumbnail {
  width: 35.0649350649%;
  float: left;
  margin-right: 3.8961038961%;
}

.entry-wrapper {
  overflow: hidden;
  border-bottom: 1px solid #e5e5e5;
  padding-bottom: 25px;
}

.entry-title {
  margin-top: 0;
  font-size: 24px;
  line-height: 1.3;
}

.single .entry-title {
  font-size: 38px;
  letter-spacing: -1px;
  line-height: 1.2;
}

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

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

.entry-meta {
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
  color: #aaa;
  margin-bottom: 12px;
  font-family: "Open Sans", sans-serif;
}

.entry-meta .post-review {
  display: inline-block;
  position: relative;
}

.entry-meta .post-review::before {
  content: "\2044";
  padding: 0 9px 0 6px;
}

.single .entry-meta {
  margin-bottom: 24px;
}

.single .entry-meta .entry-date {
  display: inline-block;
  position: relative;
}

.single .entry-meta .entry-date::after {
  content: "\2044";
  padding: 0 6px 0 9px;
}

.entry-author {
  display: inline-block;
  position: relative;
}

.entry-author::after {
  content: "\2044";
  padding: 0 6px;
}

.entry-view .fa {
  padding-right: 4px;
}

.entry-summary {
  font-size: 14px;
  line-height: 1.6;
}

.entry-summary p:last-child {
  margin-bottom: 0;
}

.entry-content {
  line-height: 1.6;
}

.page-title {
  font-size: 28px;
}

.page .page-title {
  margin-bottom: 12px;
}

.entry-header .page-title {
  margin-bottom: 24px;
}

.sub-title {
  color: #e6e5e5;
  margin-bottom: 0;
  font-family: "Open Sans", sans-serif;
}

/**
 * Post formats
 */
.format-audio .thumbnail-link,
.format-video .thumbnail-link,
.format-gallery .thumbnail-link {
  position: relative;
}

.format-audio .thumbnail-link::before,
.format-video .thumbnail-link::before,
.format-gallery .thumbnail-link::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.2);
  width: 100%;
  height: 100%;
  transition: all 300ms ease-in-out;
}

.entry-format {
  margin-bottom: 24px;
}

.format-gallery.featured-posts {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: 0;
}

.thumbnail {
  position: relative;
}

.thumbnail .format-icon {
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  display: block;
  font-size: 30px;
  color: #fff;
  text-align: center;
  transition: opacity 300ms ease-in-out;
  z-index: 9;
}

.thumbnail .format-icon .fa {
  border: 3px solid #fff;
  border-radius: 100%;
  display: inline-block;
  width: 40px;
  height: 40px;
  font-size: 18px;
  text-align: center;
  line-height: 35px;
}

/**
 * Single Post
 */
.entry-navigation {
  margin-bottom: 24px;
}

.featured-image-big {
  height: 550px;
  width: 100%;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  margin-bottom: 36px;
}

.single .post .entry-thumbnail {
  margin-bottom: 24px;
}

.page .page .entry-thumbnail {
  margin-bottom: 24px;
}

.cat-links {
  display: inline-block;
  font-family: "Open Sans", sans-serif;
}

.cat-links a {
  color: #fff;
  font-size: 11px;
  text-transform: uppercase;
  font-weight: 700;
  padding: 5px 10px 6px;
  display: inline-block;
  line-height: 1;
}

.cat-links a:hover {
  color: #fff;
  opacity: .8;
}

.page-links {
  text-align: center;
  margin-bottom: 24px;
}

.page-links a {
  color: #333;
  border: 1px solid #e5e5e5;
  padding: 10px;
  border-radius: 2px;
  display: inline-block;
  line-height: 1;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 600;
}

.page-links a:hover {
  background-color: #000;
  color: #fff;
  border-color: #000;
}

.entry-footer {
  margin-bottom: 12px;
}

.tag-links {
  font-size: 14px;
}

.tag-links span {
  text-transform: uppercase;
  font-size: 14px;
}

.tag-links a {
  font-size: 11px;
  text-transform: uppercase;
  color: #fff;
  background-color: #333;
  padding: 5px;
  display: inline-block;
  line-height: 1;
  font-weight: 600;
}

.tag-links a {
  background-color: #999;
}

.tag-links a:hover {
  background-color: #000;
  color: #fff;
}

/**
 * Post Share
 */
.entry-share {
  margin-bottom: 24px;
}

.single .entry-share {
  margin-bottom: 36px;
}

.entry-share .share-title {
  text-transform: uppercase;
  font-weight: 700;
  padding-right: 24px;
  font-family: "Open Sans", sans-serif;
}

.entry-share ul {
  display: inline-block;
}

.entry-share ul > li {
  padding: 0 0 5px;
}

@media (min-width: 1170px) {
  .entry-share ul > li {
    padding-left: 5px;
    padding-right: 5px;
  }
}

.entry-share li a {
  min-width: 50px;
  min-height: 40px;
}

.entry-share li.twitter {
  padding-left: 0;
}

.entry-share li.twitter a {
  background-color: #55acee;
}

.entry-share li.facebook a {
  background-color: #3b5998;
}

.entry-share li.google-plus a {
  background-color: #dc4e41;
}

.entry-share li.linkedin a {
  background-color: #0077b5;
}

.entry-share li.pinterest a {
  background-color: #bd081c;
}

.entry-share li.email {
  padding-right: 0;
}

.entry-share li.email a {
  background-color: #4285f4;
}

.entry-share a {
  font-size: 12px;
  font-weight: 700;
  color: #fff;
  border-radius: 2px;
  padding: 10px 13px 8px 13px;
  height: 40px;
  min-width: 40px;
  text-align: center;
  display: inline-block;
  vertical-align: middle;
}

@media (min-width: 668px) {
  .entry-share a {
    padding: 10px 15px 8px 14px;
  }
}

.entry-share a:hover {
  opacity: .8;
  color: #fff;
}

.entry-share a .fa {
  font-size: 16px;
  display: inline-block;
}

@media (min-width: 481px) {
  .entry-share a .fa {
    display: none;
  }
}

@media (min-width: 601px) {
  .entry-share a .fa {
    display: inline-block;
  }
}

.entry-share a span {
  display: none;
}

@media (min-width: 481px) {
  .entry-share a span {
    display: inline-block;
  }
}

@media (min-width: 601px) {
  .entry-share a span {
    padding-left: 8px;
  }
}

/**
 * Post pagination
 */
.post-pagination {
  border-top: 3px solid #000;
  border-bottom: 3px solid #000;
  padding-top: 48px;
  padding-bottom: 48px;
  margin-bottom: 36px;
}

.post-pagination .thumbnail-link {
  float: left;
  margin-right: 12px;
  margin-bottom: 0;
  max-width: 80px;
}

.post-pagination .post-detail {
  overflow: hidden;
}

.post-pagination .post-detail span {
  display: block;
  font-size: 11px;
  text-transform: uppercase;
  color: #999;
  font-weight: 600;
}

.post-pagination .post-detail a {
  color: #333;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.1;
}

.post-pagination .post-detail a:hover {
  color: #1976D2;
}

.prev-post {
  margin-bottom: 24px;
}

@media (min-width: 569px) {
  .prev-post {
    width: 48.0519480519%;
    float: left;
    margin-right: 3.8961038961%;
    margin-bottom: 0;
  }
}

@media (min-width: 569px) {
  .next-post {
    width: 48.0519480519%;
    float: right;
    margin-right: 0;
    text-align: right;
  }
}

.next-post .thumbnail-link {
  float: right;
  margin-right: 0;
  margin-left: 12px;
}

/**
 * Related articles
 */
.related-posts {
  margin-bottom: 30px;
}

.related-posts h3 {
  font-size: 16px;
  text-transform: uppercase;
  margin-bottom: 24px;
}

.related-posts li {
  margin-bottom: 24px;
  position: relative;
}

@media (min-width: 481px) {
  .related-posts li {
    width: 31.6239316239%;
    float: left;
    margin-right: 2.5641025641%;
  }
  .related-posts li:nth-child(3n) {
    float: right;
    margin-right: 0;
  }
}

.related-posts li:nth-child(3n+1) {
  clear: left;
}

.related-posts .img-overlay {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 50%;
  background: #000;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.9), transparent);
}

.related-posts .post-detail {
  position: absolute;
  bottom: 0;
  padding: 10px;
}

.related-posts .post-detail a {
  color: #fff;
}

.related-posts .entry-title {
  font-size: 16px;
  line-height: 1.3;
  margin-bottom: 4px;
  letter-spacing: 0;
  color: #fff;
}

.related-posts .entry-meta {
  font-size: 11px;
  margin-bottom: 0;
}

.random-posts {
  border-bottom: 3px solid #000;
  padding-bottom: 36px;
}

/**
 * 404
 */
.error-404 ul {
  font-size: 14px;
}

.page-content .searchform {
  position: relative;
}

/*------------------------------------*
	$SIDEBAR
*------------------------------------*/
.widget {
  font-size: 14px;
  margin-bottom: 48px;
}

@media (min-width: 601px) {
  .sidebar-primary .widget {
    width: 48.0519480519%;
    float: left;
    margin-right: 3.8961038961%;
  }
  .sidebar-primary .widget:nth-child(2n) {
    float: right;
    margin-right: 0;
  }
  .sidebar-primary .widget:nth-child(2n + 1) {
    clear: right;
  }
}

@media (min-width: 769px) {
  .sidebar-primary .widget {
    width: 100%;
    float: none;
    margin-right: 0;
  }
}

.widget a {
  color: #000;
}

.widget a:hover {
  color: #1976D2;
}

.widget select {
  width: 100%;
  color: #333;
}

.widget-title {
  text-transform: uppercase;
  font-size: 15px;
  position: relative;
  border-bottom: 1px solid #e5e5e5;
  padding-bottom: 12px;
  margin-top: 0;
  margin-bottom: 24px;
}

.widget-title a {
  color: #fff;
}

.sidebar-primary .widget-title,
.panel-grid .widget-title {
  background-color: #000;
  color: #fff;
  padding: 0 14px;
  border-bottom: 0;
  font-size: 14px;
  line-height: 35px;
  border-left: 5px solid #1976D2;
  font-weight: 600;
}

/**
 * Widgets
 */
.adwidget {
  text-align: center;
}

.widget_search .searchform {
  position: relative;
}

.widget_search .searchform .search-field {
  width: 100%;
  background-color: #fff;
  border: 1px solid #e5e5e5;
  height: 2.7em;
}

.widget_search .searchform .submit-field {
  position: absolute;
  right: 0;
  top: 0;
}

.widget_tag_cloud a {
  line-height: 1.5;
  display: inline-block;
  margin-right: 5px;
  margin-bottom: 5px;
  padding: 2px 8px;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #fff;
  border-radius: 2px;
  background-color: #000;
  font-weight: 600;
}

.widget_tag_cloud a:hover {
  opacity: .75;
  color: #fff;
}

.sidebar-footer .widget_tag_cloud a {
  background-color: #1976D2;
}

.widget_nav_menu .menu-secondary-container {
  background-color: transparent;
  border-top: 0;
}

.widget_nav_menu ul {
  margin: 0;
}

.widget_ads_125 {
  text-align: center;
}

.widget_ads_125 span {
  display: inline-block;
  margin-right: 12px;
  margin-bottom: 12px;
}

@media (min-width: 1170px) {
  .widget_ads_125 span {
    margin-right: 16px;
  }
}

.widget_newsletter {
  background-color: #fff;
  border: 1px solid #e5e5e5;
  padding: 20px;
  font-family: "Open Sans", sans-serif;
}

.sidebar-footer .widget_newsletter {
  background-color: #000;
  border-color: #333333;
}

.widget_newsletter .widget-title {
  border: 0;
  font-size: 14px;
  margin-bottom: 0;
  background-color: transparent;
  color: #000;
  padding: 0;
}

.sidebar-footer .widget_newsletter .widget-title {
  border: 0;
  margin-bottom: 6px;
}

.sidebar-footer .widget_newsletter .widget-title::after {
  border: 0;
}

.widget_newsletter .widget-title::after {
  border-bottom: 0;
}

.widget_newsletter input[type="text"] {
  width: 100%;
  margin-bottom: 4px;
}

@media (min-width: 1025px) {
  .widget_newsletter input[type="text"] {
    width: auto;
    margin-bottom: 0;
  }
}

@-moz-document url-prefix() {
  .widget_newsletter input[type="text"] {
    width: 65%;
  }
}

.widget_newsletter button {
  font-weight: 600;
  padding: .4em 1em;
}

.posts-thumbnail-widget {
  font-family: "Open Sans", sans-serif;
}

.posts-thumbnail-widget li {
  line-height: 1.3em;
  overflow: hidden;
  padding: 10px 0;
  font-weight: 600;
}

.posts-thumbnail-widget li::before {
  content: "";
}

.posts-thumbnail-widget .post-title {
  display: block;
}

.posts-thumbnail-widget .thumbnail-link {
  float: left;
  max-width: 75px;
  margin-right: 12px;
  margin-bottom: 0;
}

.posts-thumbnail-widget .entry-thumbnail {
  display: block;
}

.posts-thumbnail-widget .entry-date {
  font-size: 11px;
  display: block;
  margin-top: 5px;
  color: #9f9f9f;
  text-transform: uppercase;
}

.posts-thumbnail-widget .entry-info .entry-date {
  display: inline-block;
  margin-right: 3px;
}

.posts-thumbnail-widget .entry-info .entry-view {
  font-size: 11px;
  font-weight: 400;
  display: block;
  display: inline-block;
  margin-top: 6px;
  color: #9f9f9f;
  text-transform: uppercase;
}

.posts-thumbnail-widget .big-thumbnail-style li,
.posts-thumbnail-widget .big-thumbnail-overlay-style li {
  position: relative;
  padding: 0;
}

@media (max-width: 768px) {
  .posts-thumbnail-widget .big-thumbnail-style li,
  .posts-thumbnail-widget .big-thumbnail-overlay-style li {
    width: 48.0519480519%;
    float: left;
    margin-right: 3.8961038961%;
  }
  .posts-thumbnail-widget .big-thumbnail-style li:nth-child(2n),
  .posts-thumbnail-widget .big-thumbnail-overlay-style li:nth-child(2n) {
    float: right;
    margin-right: 0;
  }
}

@media (max-width: 601px) {
  .posts-thumbnail-widget .big-thumbnail-style li,
  .posts-thumbnail-widget .big-thumbnail-overlay-style li {
    width: 100%;
    float: left;
    margin-left: 0;
    margin-right: 0;
  }
}

@media (max-width: 768px) {
  .sidebar-footer .posts-thumbnail-widget .big-thumbnail-style li, .sidebar-footer
  .posts-thumbnail-widget .big-thumbnail-overlay-style li {
    width: 100%;
    float: left;
    margin-left: 0;
    margin-right: 0;
  }
}

.posts-thumbnail-widget .big-thumbnail-style .thumbnail-link,
.posts-thumbnail-widget .big-thumbnail-overlay-style .thumbnail-link {
  margin-bottom: 12px;
  margin-right: 0;
  float: none;
  display: block;
  max-width: none;
}

.posts-thumbnail-widget .big-thumbnail-style li {
  margin-top: 15px;
  margin-bottom: 25px;
}

.posts-thumbnail-widget .big-thumbnail-overlay-style li {
  margin-top: 10px;
  margin-bottom: 10px;
}

.posts-thumbnail-widget .big-thumbnail-overlay-style .thumbnail-link {
  margin-bottom: 0;
}

.posts-thumbnail-widget .big-thumbnail-overlay-style .img-overlay {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 50%;
  background: #000;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.9), transparent);
}

.posts-thumbnail-widget .big-thumbnail-overlay-style .post-detail {
  position: absolute;
  bottom: 0;
  padding: 10px;
}

.posts-thumbnail-widget .big-thumbnail-overlay-style .post-detail a {
  color: #fff;
  font-size: 16px;
  font-weight: 700;
}

.posts-thumbnail-widget .review-score {
  display: inline-block;
  margin-top: 8px;
}

.posts-thumbnail-widget .top {
  margin-bottom: 8px;
}

.posts-thumbnail-widget .top .thumbnail-link {
  float: none;
  max-width: none;
  margin-bottom: 12px;
}

.posts-thumbnail-widget .top p {
  margin-top: 10px;
  margin-bottom: 0;
  line-height: 1.5;
  font-weight: 400;
}

.posts-thumbnail-widget .small .thumbnail-link {
  float: left;
  max-width: 75px;
  margin-right: 12px;
  margin-bottom: 0;
}

.posts-thumbnail-widget .first-cat a {
  color: #fff;
}

.widget_social_icons a {
  display: inline-block;
  margin: 3px 0 6px;
  width: 47px;
  height: 47px;
  position: relative;
  text-align: center;
  background-color: #1976D2;
  color: #fff;
  line-height: 48px;
  opacity: 1;
  border-radius: 4px;
  font-size: 18px;
}

@media (min-width: 1025px) {
  .widget_social_icons a {
    margin: 4px 4px 6px 4px;
  }
}

.widget_social_icons a:hover {
  color: #fff;
}

.widget_social_icons a.facebook {
  background-color: #3b5998;
}

.widget_social_icons a.twitter {
  background-color: #55acee;
}

.widget_social_icons a.gplus {
  background-color: #dc4e41;
}

.widget_social_icons a.instagram {
  background-color: #3f729b;
}

.widget_social_icons a.pinterest {
  background-color: #bd081c;
}

.widget_social_icons a.linkedin {
  background-color: #0077b5;
}

.widget_social_icons a.youtube {
  background-color: #cd201f;
}

.widget_social_icons a.vk {
  background-color: #45668e;
}

.widget_social_icons a.rss {
  background-color: #f26522;
}

.widget_tabs .tabs-nav {
  list-style: none;
  background-color: #000;
}

.widget_tabs .tabs-nav li {
  display: block;
  float: left;
  padding: 0;
}

.widget_tabs .tabs-nav li.active a {
  border-bottom: 3px solid #1976D2;
}

.widget_tabs .tabs-nav a {
  color: #fff;
  text-transform: uppercase;
  display: block;
  padding: 0 14px;
  line-height: 36px;
  border-bottom: 3px solid transparent;
}

.widget_tabs .tab-content {
  padding-top: 24px;
}

.widget_tabs .latest-comments .avatar {
  float: left;
  max-width: 75px;
  margin-right: 12px;
}

.widget_tabs .latest-comments strong {
  display: block;
  padding-bottom: 4px;
}

.widget_tabs .latest-comments span {
  color: #999;
  font-weight: 400;
}

/*------------------------------------*
	$FOOTER
*------------------------------------*/
.sidebar-footer {
  background-color: #000;
  padding: 60px 0 12px;
  color: #fff;
}

.sidebar-footer .widget-title {
  color: #fff;
  border-bottom: 3px solid #333333;
}

.sidebar-footer .widget-title::after {
  position: absolute;
  content: '';
  width: 50px;
  bottom: -3px;
  left: 0;
  border-bottom: 3px solid #1976D2;
  z-index: 0;
}

.sidebar-footer a {
  color: #fff;
}

@media (min-width: 601px) {
  .footer-column {
    width: 31.6239316239%;
    float: left;
    margin-right: 2.5641025641%;
  }
  .footer-column.footer-column-3 {
    float: right;
    margin-right: 0;
  }
}

@media (min-width: 768px) and (max-width: 1024px) {
  .footer-column {
    width: 48.7179487179%;
    float: left;
    margin-right: 2.5641025641%;
  }
  .footer-column.footer-column-2 {
    float: right;
    margin-right: 0;
  }
  .footer-column.footer-column-3 {
    clear: left;
    float: left;
  }
}

.site-info {
  background-color: #0d0d0d;
  padding: 8px 0;
  font-size: 12px;
  color: #b3b2b2;
  font-family: "Open Sans", sans-serif;
}

.site-info a {
  color: #fff;
}

.site-info a:hover {
  color: #1976D2;
}

.site-info p {
  margin-bottom: 0;
  text-align: center;
}

@media (min-width: 601px) {
  .site-info p {
    float: right;
    text-align: right;
  }
}

#footer-social {
  text-align: center;
  margin-bottom: 12px;
}

@media (min-width: 601px) {
  #footer-social {
    float: left;
    text-align: left;
    margin-bottom: 0;
  }
}

#footer-social a {
  font-size: 16px;
  margin: 0 5px;
}

/*------------------------------------*
	$COMMENT
*------------------------------------*/
.comments-title {
  margin-bottom: 30px;
}

/**
 * Comment list
 */
.commentlist {
  margin-bottom: 40px;
  border-bottom: 1px dotted #e5e5e5;
}

.commentlist .comment {
  margin-bottom: 60px;
}

.commentlist .children {
  margin: 60px 0;
  padding-left: 0;
  list-style: none;
}

@media (min-width: 600px) {
  .commentlist .children {
    padding-left: 90px;
  }
}

@media (min-width: 240px) and (max-width: 768px) {
  .commentlist .children .children {
    padding-left: 0;
  }
}

.commentlist .children .avatar {
  width: 70px;
}

@media (min-width: 480px) {
  .comment-avatar {
    width: 14.5299145299%;
    float: left;
    margin-right: 2.5641025641%;
  }
  .comment-body {
    width: 82.905982906%;
    float: right;
    margin-right: 0;
  }
}

.comment-avatar {
  text-align: center;
}

.comment-avatar .avatar {
  border-radius: 50%;
}

.comment-avatar .name {
  font-size: 14px;
  font-weight: 600;
  display: block;
}

.comment-avatar .name a {
  color: #333;
}

.comment-body {
  position: relative;
  font-size: 14px;
}

.comment-body .comment-wrapper {
  position: relative;
  padding: 25px;
  border: 1px solid #e5e5e5;
}

.comment-body .comment-head {
  font-size: 12px;
  margin-bottom: 10px;
}

.comment-body .comment-head a {
  color: #aaa;
}

@media (max-width: 479px) {
  .comment-body .comment-content {
    font-size: 16px;
  }
}

.comment-body .comment-content p:last-of-type {
  margin-bottom: 0;
}

.comment-reply-link {
  font-size: 12px;
  position: relative;
  top: auto;
  right: auto;
  display: inline-block;
  padding-top: 20px;
  transition: color .2s ease-in-out;
  color: #999;
}

@media (min-width: 480px) {
  .comment-reply-link {
    position: absolute;
    top: 25px;
    right: 25px;
    padding-top: 0;
  }
}

.author-badge {
  font-size: 11px;
  font-weight: 700;
  line-height: 1;
  display: inline-block;
  margin-bottom: 20px;
  padding: 4px 6px;
  color: #fff;
  background-color: #1976D2;
}

@media (min-width: 480px) {
  .author-badge {
    margin-bottom: 0;
  }
}

.children .comment-respond,
.layout-2c-l .comment-respond {
  margin-top: 0;
}

@media (min-width: 601px) {
  .children .comment-respond,
  .layout-2c-l .comment-respond {
    margin-top: 60px;
  }
}

.children .comment-form-author,
.children .comment-form-email,
.children .comment-form-url,
.layout-2c-l .comment-form-author,
.layout-2c-l .comment-form-email,
.layout-2c-l .comment-form-url {
  display: block;
  width: 100%;
}

/**
 * Comment form
 */
.comments-area {
  margin-bottom: 24px;
}

.comment-notes {
  font-size: 13px;
  font-style: italic;
  color: #999;
}

form.comment-form label {
  font-size: 12px;
  font-weight: 600;
  display: block;
}

form.comment-form input[type="text"],
form.comment-form input[type="email"],
form.comment-form input[type="url"],
form.comment-form textarea {
  border-radius: 0;
  background-color: #fff;
}

form.comment-form .comment-form-comment {
  clear: both;
}

@media (min-width: 481px) {
  form.comment-form .comment-form-author,
  form.comment-form .comment-form-email,
  form.comment-form .comment-form-url {
    float: left;
    width: 32%;
    margin-right: 2%;
  }
}

form.comment-form .comment-form-author input,
form.comment-form .comment-form-email input,
form.comment-form .comment-form-url input {
  width: 100%;
}

form.comment-form textarea {
  width: 100%;
}

form.comment-form .comment-form-url {
  margin-right: 0;
}

form.comment-form input[type="submit"] {
  font-weight: 700;
  padding: 10px 20px;
}

.required {
  color: #f00;
}

#cancel-comment-reply-link {
  font-family: "Merriweather", Gerogia, serif;
  font-size: 13px;
}

#comment-nav-above {
  margin-bottom: 30px;
}

.comment-navigation .nav-previous {
  display: inline;
  float: left;
}

.comment-navigation .nav-next {
  display: inline;
  float: right;
  text-align: right;
}

.comment-navigation a {
  color: #555;
}

/*------------------------------------*
	$PAGINATION
*------------------------------------*/
.pagination {
  display: block;
  clear: both;
  font-family: "Open Sans", sans-serif;
}

.pagination .page-numbers {
  padding: 5px 11px;
  border: 1px solid #e5e5e5;
  display: inline-block;
  margin: 0 8px 8px 0;
  min-width: 33px;
  text-align: center;
  color: #666;
  line-height: 21px;
  float: left;
  font-weight: 600;
}

.pagination .page-numbers.current, .pagination .page-numbers:hover {
  background-color: #1976D2;
  color: #fff;
  border-color: #1976D2;
}

/*------------------------------------*
	$BREAKINGNEWS
*------------------------------------*/
.breaking-news {
  background-color: #f0f0f0;
  padding: 10px 20px;
  clear: both;
}

.breaking-news h3 {
  margin: 0;
  font-size: 14px;
  text-transform: uppercase;
  margin-right: 24px;
  line-height: 1.8;
  display: block;
}

@media (min-width: 601px) {
  .breaking-news h3 {
    float: left;
    display: inline-block;
  }
}

.breaking-news .items {
  overflow: hidden;
  font-size: 14px;
}

.breaking-news .item {
  display: none;
}

.breaking-news a {
  color: #333;
}

.breaking-news a:hover {
  color: #1976D2;
}

.breaking-date {
  padding-left: 6px;
  color: #999;
  font-size: 12px;
}

/*------------------------------------*
	$ADS
*------------------------------------*/
.top-ads {
  padding: 24px 0;
  text-align: center;
}

.post-ads {
  margin-bottom: 24px;
}

.post-ads.center-position {
  text-align: center;
}

.post-ads.right-position {
  text-align: right;
}

.post-ads.f-left-position {
  float: left;
  margin-right: 24px;
}

.post-ads.f-right-position {
  float: right;
  margin-left: 24px;
}

.after-menu-ads,
.footer-ads {
  padding-bottom: 48px;
  text-align: center;
}

/*------------------------------------*
	$REVIEW
*------------------------------------*/
.review-wrapper {
  margin-bottom: 24px;
  clear: both;
}

.review-heading {
  background-color: #000;
  color: #fff;
  text-transform: uppercase;
  font-weight: 600;
  display: inline-block;
  padding: 6px 16px;
  margin-top: 0;
  font-size: 14px;
}

.review-area {
  background-color: #f5f5f5;
}

.review-features {
  padding: 25px 25px 16px 25px;
  border-bottom: 1px solid #e5e5e5;
}

.review-features li {
  margin-bottom: 16px;
}

.review-features .review-txt {
  line-height: 2;
  font-size: 14px;
  font-weight: 600;
}

.review-features .review-txt .name {
  float: left;
  text-transform: uppercase;
}

.review-features .review-txt .score {
  float: right;
}

.point-type .review-bar,
.percentage-type .review-bar {
  background: #fff;
  height: 21px;
}

.point-type .review-bar .bar,
.percentage-type .review-bar .bar {
  background: #1976D2;
  display: block;
  height: 21px;
  position: relative;
}

.point-type .review-bar .bar::before,
.percentage-type .review-bar .bar::before {
  content: "";
}

.star-type li {
  border-bottom: 1px solid #e5e5e5;
  padding-bottom: 12px;
}

.star-type li:last-child {
  border-bottom: 0;
  padding-bottom: 0;
}

.star-type .score {
  display: none;
}

.star-type .review-txt {
  float: left;
}

.star-type .review-bar {
  position: relative;
  line-height: 0;
  float: right;
}

.star-type .review-bar::before {
  content: "\f005\f005\f005\f005\f005";
  display: inline-block;
  font: normal normal normal 16px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #d8d8d8;
  margin-right: -4px;
  letter-spacing: 5px;
  font-size: 18px;
}

.star-type .bar::before {
  font-size: 18px;
}

.review-desc {
  font-size: 14px;
  line-height: 1.5;
  padding: 25px;
  border-bottom: 1px solid #e5e5e5;
}

@media (min-width: 481px) {
  .review-desc {
    width: 74.025974026%;
    float: left;
    border-right: 1px solid #e5e5e5;
    border-bottom: 0;
  }
}

.review-desc p:last-child {
  margin-bottom: 0;
}

.aff-btn {
  background-color: #1976D2;
  color: #fff;
  border-radius: 2px;
  padding: 10px 20px;
  font-weight: 600;
  display: inline-block;
}

.aff-btn:visited, .aff-btn:visited:hover {
  color: #fff;
}

.aff-btn:hover {
  color: #fff;
}

.total-score {
  overflow: hidden;
  padding: 25px;
  text-align: center;
}

.total-score .total {
  display: inline-block;
  font-size: 48px;
  font-weight: 700;
  line-height: 80px;
}

.total-score .total-txt {
  display: block;
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
}

/*------------------------------------*
	$COUPON
*------------------------------------*/
.coupon-wrapper {
  margin-bottom: 24px;
}

.coupon-wrapper .coupon-title {
  font-size: 20px;
  margin-right: 20px;
  font-weight: 700;
}

.coupon-wrapper form {
  display: inline-block;
}

.coupon-wrapper .fa {
  padding-right: 10px;
}

.coupon-wrapper .coupon-code {
  background-color: transparent;
  border: 2px dashed #52b043;
  border-radius: 5px;
  color: #333;
  display: inline-block;
  line-height: 36px;
  padding: 0 15px;
  font-size: 15px;
  font-weight: 700;
}

.coupon-wrapper .coupon-code:hover {
  box-shadow: none;
  background-image: none;
  border-style: solid;
}

.coupon-wrapper .click {
  color: #777;
  font-size: 13px;
  margin-left: 15px;
}

/*------------------------------------*
	$BREADCRUMB
*------------------------------------*/
.breadcrumbs {
  font-size: 13px;
  font-family: "Open Sans", sans-serif;
  display: none;
}

@media (min-width: 321px) {
  .breadcrumbs {
    display: inline-block;
  }
}

.breadcrumbs .trail-items li {
  padding-right: 15px;
}

.breadcrumbs .trail-items li:last-child {
  padding-right: 0;
}

.breadcrumbs li {
  position: relative;
}

.breadcrumbs li::before {
  position: absolute;
  top: 0;
  left: -9px;
  content: "\203A";
  color: #b2b2b2;
}

.breadcrumbs li:first-of-type::before {
  content: "";
}

.breadcrumbs a {
  color: #999999;
}

/*------------------------------------*
	$SHORTCODES
*------------------------------------*/
.junkie-tabs .junkie-nav .ui-tabs-selected a,
.junkie-tabs .junkie-nav .ui-tabs-active a {
  height: 30px;
}

.junkie-tabs .junkie-nav li a {
  height: 29px;
  font-size: 14px;
}

/*------------------------------------*
	$HOMEPAGE
*------------------------------------*/
/**
 * Featured posts
 */
.featured-post-left {
  position: relative;
  margin-bottom: 12px;
}

@media (min-width: 601px) {
  .featured-post-left {
    box-sizing: border-box;
    width: 50%;
    float: left;
    margin-bottom: 0;
    padding-right: 10px;
  }
}

.featured-post-left .entry-title {
  font-size: 14px;
}

@media (min-width: 376px) {
  .featured-post-left .entry-title {
    font-size: 24px;
  }
}

.featured-post-right {
  overflow: hidden;
}

@media (min-width: 601px) {
  .featured-post-right {
    box-sizing: border-box;
    width: 50%;
    float: left;
  }
}

.featured-post-right img {
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}

.featured-small {
  position: relative;
  margin-bottom: 12px;
}

@media (min-width: 376px) {
  .featured-small {
    box-sizing: border-box;
    width: 50%;
    float: left;
    margin-bottom: 0;
    padding-right: 5px;
  }
  .featured-small:last-child {
    padding-right: 0;
    padding-left: 5px;
  }
}

.featured-posts .post-review {
  padding-left: 0;
}

@-moz-document url-prefix() {
  .featured-posts .thumbnail-link {
    position: relative;
  }
}

.featured-big {
  position: relative;
  padding-bottom: 10px;
}

.featured-big .entry-title {
  font-size: 14px;
}

@media (min-width: 376px) {
  .featured-big .entry-title {
    font-size: 24px;
  }
}

.featured-small .entry-title {
  font-size: 14px;
}

@media (min-width: 769px) {
  .featured-small .entry-title {
    font-size: 16px;
  }
}

/**
 * Blocks
 */
.section-title {
  font-weight: 600;
  line-height: 35px;
  position: relative;
  margin-top: 0;
  margin-bottom: 36px;
  background-color: #000;
}

.section-title .cat-name {
  font-size: 16px;
  line-height: 38px;
  display: inline-block;
  padding: 0 14px;
  text-transform: uppercase;
  color: #fff;
  background-color: #1976D2;
}

.section-title .cat-name a {
  color: #fff;
}

.section-title .cat-name a:hover {
  color: #fff;
}

.panel-grid .entry-comment a {
  color: #1976D2;
}

.panel-grid .entry-meta a {
  color: #1976D2;
}

.panel-grid .entry-meta .post-review {
  padding-left: 0;
}

.panel-grid .ads-block {
  text-align: center;
}

.classic-block .hentry:last-child {
  padding-bottom: 0;
  border-bottom: 0;
}

.classic-block .thumbnail {
  display: none;
}

@media (min-width: 481px) {
  .classic-block .thumbnail {
    display: block;
  }
}

.classic-block .button {
  text-transform: uppercase;
  font-family: 700;
}

.classic-block .button:hover {
  color: #fff;
}

.modern-block .left-post {
  margin-bottom: 12px;
}

@media (min-width: 481px) {
  .modern-block .left-post {
    width: 48.0519480519%;
    float: left;
    margin-right: 3.8961038961%;
    margin-bottom: 0;
  }
}

.modern-block .left-post .thumbnail-link {
  margin-bottom: 12px;
}

@media (min-width: 481px) {
  .modern-block .right-post {
    width: 48.0519480519%;
    float: right;
    margin-right: 0;
  }
}

.modern-block .small-post {
  margin-bottom: 12px;
  padding-bottom: 12px;
}

.modern-block .small-post:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
}

.modern-block .small-post .thumbnail-link {
  float: left;
  max-width: 80px;
  margin-right: 12px;
}

.modern-block .small-post .entry-title {
  font-size: 16px;
  font-weight: 400;
  overflow: hidden;
  margin-bottom: 6px;
}

.modern-block .small-post .entry-meta {
  font-size: 11px;
  overflow: hidden;
  margin-bottom: 0;
}

.modern-horizontal-block .top-post {
  margin-bottom: 36px;
}

.modern-horizontal-block .thumbnail-link {
  margin-right: 24px;
}

@media (min-width: 481px) {
  .modern-horizontal-block .thumbnail-link {
    width: 35.0649350649%;
    float: left;
    margin-right: 3.8961038961%;
  }
}

.modern-horizontal-block .small-post {
  margin-bottom: 12px;
  padding-bottom: 12px;
}

@media (min-width: 601px) {
  .modern-horizontal-block .small-post {
    width: 48.0519480519%;
    float: left;
    margin-right: 3.8961038961%;
  }
  .modern-horizontal-block .small-post:nth-child(2n) {
    float: right;
    margin-right: 0;
  }
  .modern-horizontal-block .small-post:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
  }
}

.modern-horizontal-block .small-post .thumbnail-link {
  float: left;
  max-width: 80px;
  margin-right: 12px;
}

.modern-horizontal-block .small-post .entry-title {
  font-size: 16px;
  font-weight: 400;
  overflow: hidden;
  margin-bottom: 6px;
}

.modern-horizontal-block .small-post .entry-meta {
  font-size: 11px;
  overflow: hidden;
  margin-bottom: 0;
}

.grid-block .grid-post {
  margin-bottom: 3.8961038961%;
}

@media (min-width: 426px) {
  .grid-block .grid-post {
    width: 48.0519480519%;
    float: left;
    margin-right: 3.8961038961%;
    margin-bottom: 3.8961038961%;
  }
  .grid-block .grid-post:nth-of-type(2n) {
    float: right;
    margin-right: 0;
  }
}

@media (min-width: 601px) {
  .grid-block.three-columns .grid-post {
    width: 31.6239316239%;
    float: left;
    margin-right: 2.5641025641%;
    margin-bottom: 2.5641025641%;
  }
  .grid-block.three-columns .grid-post:nth-of-type(3n) {
    float: right;
    margin-right: 0;
  }
}

.grid-block.three-columns .grid-post .entry-title {
  font-size: 14px;
}

@media (min-width: 601px) {
  .grid-block.four-columns .grid-post {
    width: 23.0769230769%;
    float: left;
    margin-right: 2.5641025641%;
    margin-bottom: 2.5641025641%;
  }
  .grid-block.four-columns .grid-post:nth-of-type(4n) {
    float: right;
    margin-right: 0;
  }
}

.grid-block.four-columns .entry-meta,
.grid-block.four-columns .entry-date {
  font-size: 11px;
}

.grid-block.four-columns .post-review {
  display: none;
}

.grid-block .entry-title a:hover {
  color: #fff;
}

.grid-block .entry-meta {
  margin-bottom: 0;
}

.grid-block .entry-meta a {
  color: #fff;
}

.modern-vertical-block .top-post {
  margin-bottom: 36px;
}

.modern-vertical-block .top-post .thumbnail-link {
  margin-bottom: 12px;
}

.grid-classic-block .grid-classic-post {
  margin-bottom: 30px;
}

@media (min-width: 601px) {
  .grid-classic-block .grid-classic-post {
    width: 31.6239316239%;
    float: left;
    margin-right: 2.5641025641%;
  }
  .grid-classic-block .grid-classic-post:nth-of-type(3n) {
    float: right;
    margin-right: 0;
  }
}

@media (min-width: 426px) {
  .grid-classic-block.two-columns .grid-classic-post {
    width: 48.0519480519%;
    float: left;
    margin-right: 3.8961038961%;
  }
  .grid-classic-block.two-columns .grid-classic-post:nth-of-type(2n) {
    float: right;
    margin-right: 0;
  }
  .grid-classic-block.two-columns .grid-classic-post:nth-of-type(3n) {
    clear: right;
  }
}

.grid-classic-block.two-columns .entry-title {
  font-size: 20px;
}

@media (min-width: 601px) {
  .grid-classic-block.four-columns .grid-classic-post {
    width: 23.0769230769%;
    float: left;
    margin-right: 2.5641025641%;
    margin-bottom: 2.5641025641%;
  }
  .grid-classic-block.four-columns .grid-classic-post:nth-of-type(4n) {
    float: right;
    margin-right: 0;
  }
}

.grid-classic-block .thumbnail-link {
  position: relative;
  margin-bottom: 12px;
}

.grid-classic-block .post-review {
  position: absolute;
  bottom: 5px;
  left: 10px;
}

.grid-classic-block .entry-title {
  font-size: 18px;
}

.carousel-block .carousel-posts {
  margin: 0 0 40px;
  border: 0;
  border-radius: 0;
  box-shadow: none;
}

.carousel-block .thumbnail-link {
  position: relative;
  margin-bottom: 12px;
}

.carousel-block .post-review {
  position: absolute;
  bottom: 5px;
  left: 10px;
}

.carousel-block .entry-title {
  font-size: 18px;
}

.carousel-block .flex-direction-nav a {
  top: 40%;
}

.carousel-block .flex-control-paging li a {
  border-radius: 0;
}

.carousel-block .flex-control-paging li a.flex-active {
  background-color: #1976D2;
}

.carousel-block .loader:before,
.carousel-block .loader:after,
.carousel-block .loader {
  width: 2.5em;
  height: 2.5em;
  -webkit-animation: load7 1.8s infinite ease-in-out;
  animation: load7 1.8s infinite ease-in-out;
  border-radius: 50%;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.carousel-block .loader {
  font-size: 10px;
  position: relative;
  margin: 80px auto;
  transform: translateZ(0);
  -webkit-animation-delay: -.16s;
  animation-delay: -.16s;
  text-indent: -9999em;
  color: #1976D2;
}

.carousel-block .loader:before {
  left: -3.5em;
  -webkit-animation-delay: -.32s;
  animation-delay: -.32s;
}

.carousel-block .loader:after {
  left: 3.5em;
}

.carousel-block .loader:before,
.carousel-block .loader:after {
  position: absolute;
  top: 0;
  content: "";
}

@-webkit-keyframes load7 {
  0%,
  80%,
  100% {
    box-shadow: 0 2.5em 0 -1.3em;
  }
  40% {
    box-shadow: 0 2.5em 0 0;
  }
}

@keyframes load7 {
  0%,
  80%,
  100% {
    box-shadow: 0 2.5em 0 -1.3em;
  }
  40% {
    box-shadow: 0 2.5em 0 0;
  }
}

/*------------------------------------*
	$ARCHIVES
*------------------------------------*/
.page-header {
  background-color: #1a1919;
}

.page-header .container {
  margin-bottom: 30px;
  padding-top: 30px;
  padding-bottom: 30px;
}

.featured-image-big .page-header .container {
  margin-bottom: 0;
}

.page-title {
  margin: 0;
  color: #fff;
}

.taxonomy-description {
  font-size: 14px;
  line-height: 1.5;
  padding-top: 12px;
  color: #fff;
}

.taxonomy-description p:last-child {
  margin-bottom: 0;
}

/**
 * Category Layout
 */
.list-layout-blog-style .thumbnail,
.list-layout-grid-style .thumbnail,
.list-layout-masonry-style .thumbnail {
  clear: both;
  width: 100%;
  float: left;
  margin-left: 0;
  margin-right: 0;
  margin-bottom: 24px;
}

.list-layout-blog-style .entry-wrapper,
.list-layout-grid-style .entry-wrapper,
.list-layout-masonry-style .entry-wrapper {
  overflow: visible;
}

@media (min-width: 481px) {
  .list-layout-grid-style .hentry {
    width: 48.0519480519%;
    float: left;
    margin-right: 3.8961038961%;
  }
  .list-layout-grid-style .hentry:nth-of-type(2n) {
    float: right;
    margin-right: 0;
  }
  .list-layout-grid-style .hentry:nth-of-type(2n + 1) {
    clear: right;
  }
}

.list-layout-grid-style .hentry .entry-summary p:last-child {
  margin-bottom: 0;
}

@media (min-width: 481px) {
  .layout-1c.list-layout-grid-style .hentry {
    width: 48.7179487179%;
    float: left;
    margin-right: 2.5641025641%;
  }
  .layout-1c.list-layout-grid-style .hentry:nth-of-type(2n) {
    float: right;
    margin-right: 0;
  }
}

@media (min-width: 769px) {
  .layout-1c.list-layout-grid-style .hentry {
    width: 31.6239316239%;
    float: left;
    margin-right: 2.5641025641%;
  }
  .layout-1c.list-layout-grid-style .hentry:nth-of-type(2n) {
    float: left;
    margin-right: 2.5641025641%;
  }
  .layout-1c.list-layout-grid-style .hentry:nth-of-type(3n) {
    float: right;
    margin-right: 0;
  }
  .layout-1c.list-layout-grid-style .hentry:nth-of-type(3n + 1) {
    clear: left;
  }
}

.list-layout-masonry-style .hentry {
  padding: 0 20px 30px;
}

@media (min-width: 481px) {
  .list-layout-masonry-style .hentry {
    width: 46.25%;
    float: left;
    margin-left: 1.875%;
    margin-right: 1.875%;
    padding: 0 0 30px;
  }
  .list-layout-masonry-style .hentry:nth-of-type(2n) {
    float: right;
  }
  .list-layout-masonry-style .hentry:nth-of-type(2n + 1) {
    clear: right;
  }
}

.list-layout-masonry-style .hentry .entry-summary p:last-child {
  margin-bottom: 0;
}

@media (min-width: 481px) {
  .layout-1c.list-layout-masonry-style .hentry {
    width: 47.5%;
    float: left;
    margin-left: 1.25%;
    margin-right: 1.25%;
  }
  .layout-1c.list-layout-masonry-style .hentry:nth-of-type(2n) {
    float: right;
  }
}

@media (min-width: 769px) {
  .layout-1c.list-layout-masonry-style .hentry {
    width: 30.8333333333%;
    float: left;
    margin-left: 1.25%;
    margin-right: 1.25%;
  }
  .layout-1c.list-layout-masonry-style .hentry:nth-of-type(3n) {
    float: right;
  }
  .layout-1c.list-layout-masonry-style .hentry:nth-of-type(3n + 1) {
    clear: right;
  }
}

.default-list-style .page-entry .thumbnail {
  display: none;
}

@media (min-width: 481px) {
  .default-list-style .page-entry .thumbnail {
    display: inline-block;
  }
}

.list-layout-masonry-style .page-entry {
  margin-right: -15px;
  margin-left: -15px;
}

/**
 * Featured Posts
 */
.featured-area {
  padding-top: 20px;
  padding-bottom: 30px;
  margin-top: 10px;
  background-color: #fff;
}

.featured-posts.flexslider {
  display: none;
  padding-top: 20px;
  padding-bottom: 20px;
  margin-bottom: 0;
}

@media (min-width: 479px) {
  .featured-posts.flexslider {
    display: inline-block;
  }
}

.featured-posts .img-overlay {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 50%;
  background: #000;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.8), transparent);
}

.first-cat {
  position: absolute;
  z-index: 9;
  top: 10px;
}

.featured-item {
  position: relative;
}

.featured-meta {
  position: absolute;
  bottom: 0;
  width: 100%;
  margin-bottom: 0;
  padding: 20px;
}

.featured-meta .entry-date {
  font-size: 13px;
}

.featured-meta .entry-title {
  margin: 0 0 6px;
}

.featured-meta a {
  color: #fff;
}

.featured-summary {
  font-size: 14px;
  color: #e6e5e5;
}

.flex-direction-nav a {
  font-size: 0;
  position: absolute;
  z-index: 10;
  top: 55%;
  display: block;
  width: 35px;
  height: 35px;
  margin: -30px 0 0;
  cursor: pointer;
  opacity: 0;
  background: #fff;
}

.flex-direction-nav a::before {
  font-family: FontAwesome;
  font-size: 30px;
  font-weight: normal;
  font-style: normal;
  line-height: 35px;
  display: block;
  content: "\f104";
  text-align: center;
  color: #19232d;
  text-shadow: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.flex-direction-nav a.flex-next::before {
  content: "\f105";
}

.list-layout-default-style .page-entry .thumbnail {
  display: none;
}

@media (min-width: 481px) {
  .list-layout-default-style .page-entry .thumbnail {
    display: inline-block;
  }
}

/**
 * Author Page
 */
.author-bio {
  padding-bottom: 0;
  background-color: transparent;
}

.author .author-bio {
  margin-bottom: 36px;
  border-bottom: 3px solid #000;
}

.single .author-bio {
  background-color: #1976D2;
  margin-bottom: 24px;
  padding: 30px;
  border: 0;
  text-align: center;
}

.single .author-bio .avatar {
  float: none;
  margin-left: 0;
  margin-bottom: 10px;
}

.single .author-bio .name a {
  color: #fff;
}

.single .author-bio .name a:hover {
  color: #fff;
}

.single .author-bio .bio {
  color: #fff;
}

.single .author-bio .author-social a {
  color: #fff;
}

.single .author-bio .author-social a:hover {
  color: #fff;
  opacity: .7;
}

.author-bio .avatar {
  display: none;
  float: right;
  margin-left: 20px;
  border-radius: 50%;
}

@media (min-width: 481px) {
  .author-bio .avatar {
    display: inline-block;
  }
}

.author-bio .description {
  overflow: hidden;
}

.author-bio .name {
  font-size: 16px;
  margin-top: 0;
  text-transform: uppercase;
}

.author-bio .name a {
  color: #333;
}

.author-bio .name a:hover {
  color: #1976D2;
}

.author-bio .bio {
  font-size: 15px;
  line-height: 1.6;
  color: #666666;
}

.author-bio .author-social {
  margin-bottom: 30px;
}

.single .author-bio .author-social {
  margin-bottom: 0;
}

.author-bio .author-social li:first-child {
  padding-left: 0;
}

.author-bio .author-social a {
  font-size: 16px;
  color: #bbb;
}

.author-bio .author-social a:hover {
  color: #1976D2;
}

/*------------------------------------*
	$ATTACHMENT
*------------------------------------*/
.attachment .entry-header {
  margin-bottom: 24px;
}

.attachment .entry-title {
  float: left;
  margin-bottom: 0;
}

.attachment .attachment-nav {
  float: right;
  font-size: 14px;
  line-height: 30px;
}

.attachment .hentry {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: 0;
}

.attachment img {
  display: block;
}

/*------------------------------------*
	$CONTACT
*------------------------------------*/
.page-template-contact .hentry {
  border-bottom: 0;
  margin-bottom: 0;
  padding-bottom: 0;
}

.acf-map {
  width: 100%;
  height: 400px;
  border: 1px solid #e5e5e5;
  margin-bottom: 24px;
}

/* fixes potential theme css conflict */
.acf-map img {
  max-width: inherit !important;
}

/**
 * Contact form 7
 */
.wpcf7-form {
  font-size: 14px;
  font-weight: 600;
}

.wpcf7-form input {
  font-size: inherit;
  font-weight: 400;
}

.wpcf7-form textarea {
  width: 100%;
}

.wpcf7-form input[type="submit"],
.wpcf7-form button {
  font-weight: 600;
  padding: 10px 20px;
}

/*------------------------------------*
	$TEAMS
*------------------------------------*/
.team-members {
  margin-top: 48px;
}

.members {
  margin: 0;
  padding: 0;
}

.members .member {
  margin-bottom: 24px;
  list-style: none;
}

@media (min-width: 801px) {
  .members .member {
    width: 47.5%;
    float: left;
    margin-left: 1.25%;
    margin-right: 1.25%;
  }
  .members .member:nth-child(2n) {
    float: right;
  }
  .members .member:nth-of-type(2n+1) {
    clear: left;
  }
}

.members .member .member-photo {
  width: 100px;
  max-width: 100%;
  margin: 0 auto 24px;
}

@media (min-width: 479px) {
  .members .member .member-photo {
    float: left;
    margin-right: 30px;
  }
}

.members .member .member-photo img {
  width: 100%;
  margin-bottom: 20px;
  border-radius: 50%;
}

.members .member .member-photo .member-social {
  margin: 0;
  padding: 0;
  list-style: none;
}

.members .member .member-photo .member-social li {
  font-size: 12px;
  display: inline-block;
  margin: 0;
}

.members .member .member-photo .member-social a {
  color: #333;
}

.members .member .member-photo .member-social a:hover {
  color: #1976D2;
}

.members .member .member-content {
  position: relative;
  overflow: hidden;
}

.members .member .member-content:before {
  position: absolute;
  top: 0;
  width: 56px;
  height: 3px;
  content: "";
  background: #dededc;
}

.members .member .member-content .member-name {
  margin: 10px 0 0;
}

.members .member .member-content .member-position {
  color: #999;
}

.members .member .member-content .member-desc {
  line-height: 1.5em;
}

/*------------------------------------*
	$STATE
*------------------------------------*/
.no-js .hide-if-no-js {
  display: none;
}