/*
Theme Name: Mixone
Theme URI: http://mixone.rascalsthemes.com
Author: Rascals Themes
Author URI: http://themeforest.net/user/rascals
Description: WordPress Music Magazine With Continuous Music Playback
License: GNU General Public License
License URI: https://www.gnu.org/copyleft/gpl.html
Version: 2.6.5
Text Domain: mixone
Tags:custom-menu, threaded-comments
Tested up to: 6.7
Requires PHP: 8.0

This theme, like WordPress, is licensed under the GPL.

Copyright (C) 2024 Rascals Themes. All rights reserved.
*/

/*------------------------------------------------------------------


   _____  .__
  /     \ |__|__  _______   ____   ____
 /  \ /  \|  \  \/  /  _ \ /    \_/ __ \
/    Y    \  |>    <  <_> )   |  \  ___/
\____|__  /__/__/\_ \____/|___|  /\___  >
        \/         \/          \/     \/

~ Mixone by Rascals Themes 2021 ~


--------------------------------------------------------------------

[Table of contents]

1. Reset & Clearfix
2. Fonts
3. Basic Elements & Classes
4. Typography
5. Forms
6. Helper Classes
7. WordPress Core Styles
8. Pagination
9. AJAX
10. Layout
11. Layers
12. Header
13. Navigation
14. Page
15. Blog
16. Category / Tags / Archives / Search
17. Comments
18. Footer
19. Widgets
20. Elements
21. Modules
22. Blocks
23. ADS
24. Animations
25. MEDIA QUERIES
*/


/* ==================================================
   1. Reset & Clearfix
================================================== */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, and, address, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video, input, textarea, select {
    background: transparent;
    border: 0;
    font-size: 100%;
    margin: 0;
    outline: 0;
    padding: 0;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
    display: block;
}
body {
    line-height: 1
}
abbr[title], dfn[title] {
    border-bottom: 1px dotted;
    cursor: help
}
blockquote, q {
    quotes: none
}
blockquote:before, blockquote:after, q:before, q:after {
    content: none
}
del {
    text-decoration: line-through
}
hr {
    background: #15141b;
    border: 0;
    clear: both;
    color: transparent;
    height: 1px;
    margin: 0;
    padding: 0
}
mark {
    background-color: #ffffb3;
    font-style: italic
}
input, select {
    vertical-align: middle;
}
ins {
    background-color: red;
    color: white;
    text-decoration: none
}
ol, ul {
    list-style: none
}
table {
    border-collapse: collapse;
    border-spacing: 0
}


/* ==================================================
  2. Fonts
================================================== */

/* Roboto */
body {
    font-family: 'Roboto', sans-serif;
}


/* ==================================================
  3. Basic Elements & Classes
================================================== */

/* Set box sizing for all elements */
* {
    -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
    -moz-box-sizing: border-box;    /* Firefox, other Gecko */
    box-sizing: border-box;         /* Opera/IE 8+ */
}
html {
    font-family: sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
}
body {
    color: #333;
    width: 100%;
    -ms-word-wrap: break-word;
    word-wrap: break-word;
    font-weight: 300;
    font-stretch:100%;
    line-height: 28px;
    font-size: 16px;
    background: #f9f9fb;
    -webkit-font-smoothing: antialiased;
    -moz-font-smoothing: antialiased;
    -o-font-smoothing: antialiased;
}
::-moz-selection {
    background: #4063e6;
    color: #fff;
    text-shadow: none;
}
::selection {
    background: #4063e6;
    color: #fff;
    text-shadow: none;
}
a {
    color: #4063e6;
    text-decoration: none;
    -webkit-transition: background-color .2s ease, border .2s ease, color .2s ease, opacity .2s ease-in-out;
    -moz-transition: background-color .2s ease, border .2s ease, color .2s ease, opacity .2s ease-in-out;
    -ms-transition: background-color .2s ease, border .2s ease, color .2s ease, opacity .2s ease-in-out;
    -o-transition: background-color .2s ease, border .2s ease, color .2s ease, opacity .2s ease-in-out;
    transition: background-color .2s ease, border .2s ease, color .2s ease, opacity .2s ease-in-out;
}
a:hover {
    color: #15141b;
}
small {
    font-size: 12px;
}
ol {
    list-style: decimal;
}
ul {
    list-style: disc;
}
ul ul, ul ul ul, ol ol, ol ol ol {
    margin-bottom: 0
}
li {
    margin: 1px 0 1px 30px;
}
dl, hr, ol, ul, pre, table, address, fieldset, blockquote, iframe {
    margin-bottom: 30px;
}
p {
    margin-bottom: 30px;
}
article {
    margin-bottom: 30px;
}
strong, b {
    font-weight: bold;
}

/* Table */
table {
    width: 100%;
    background: #ffffff;
}
table td, table th {
    padding: 15px;
    border: 1px solid #e4e4e4;
    text-align: left;
}
table th {
    background: #f3f3f3;
    font-weight: bold;
    color: #27282a;
}
table caption {
    padding: 1em 0;
    text-align: center;
}
dt {
    font-weight: bold;
}
dd {
    line-height: 1.4;
    margin: 4px 0 0;
    padding: 0 0 .5em 0;
}

/* Cite */
cite {
    text-align: right;
    font-style: normal;
    color: #929292;
    font-weight: 600;
    width: 100%;
    display: inline-block;
}
cite:before {
    content: '\2013 \00A0';
}
cite a {
    font-weight: bold;
    color: #929292
}

/* Definition lists */
dt {
    font-weight: bold;
    color: #27282a;
    font-size: 16px;
}
dd {
    line-height: 1.4;
    margin: 4px 0 0;
    padding: 0 0 .5em 0;
}

/* HTML Tags */
del {
    color: red;
    text-decoration: line-through;
}
em, i {
    font-style: italic;
}
strong, b {
    font-weight: bold;
}
sub, sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}
sup {
    top: -0.5em;
    bottom: -0.25em;
}
abbr, acronym {
    border-bottom: 1px dotted;
}
address {
    margin: 0 0 1.5em;
    font-style: italic;
}
code, kbd, pre, samp, tt {
    font: 0.8em 'Andale Mono', 'Lucida Console', monospace;
}
pre, code {
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
    background: #15141b;
    border: 1px solid #57585F;
    color: #FFF;
    padding: 2px 4px;
    font-size: 14px;
}
pre {
    white-space: pre;
    word-wrap: normal;
    overflow-x: scroll;
    line-height: 1.3;
    padding: 15px;
}

/* Blockquote */
blockquote {
    color: #818181;
    position: relative;
    font-size: 22px;
    line-height: 33px;
    display: block;
    font-weight: 400;
    width: 90%;
    margin-right: 5%;
    margin-left: 5%;
    padding-top:20px;
    padding-bottom:20px;
}
blockquote p {
    display:inline
}
blockquote:after, blockquote:before {
    content: '';
    width: 19px;
    height: 19px;
    display: inline-block;
    position: relative;
}
blockquote:before {
    bottom: -1px;
    margin: 0 7px 0 0;
    background: url(images/quote-start.svg) no-repeat;
}
blockquote:after {
    top: 2px;
    margin: 0 0 0 7px;
    background: url(images/quote-end.svg) no-repeat;
}
blockquote cite {
    font-style:italic;
}
blockquote cite a {
    font-weight: 400;
}


/* Small */
small {
    font-size: 11px
}

/* Img */
img {
    max-width: 100%;
    height: auto;
    vertical-align: middle;
}


/* ==================================================
   4. Typography
================================================== */
h1, h2, h3, h4, h5, h6 {
    color: #15141b;
    font-weight: 600;
    line-height: 1.4;
    margin-bottom: 30px;
}
.dark-bg h1, .dark-bg h2, .dark-bg h3, .dark-bg h4, .dark-bg h5, .dark-bg h6 {
    color:#fff;
}

/* Sizes */
h1 {
    font-size: 46px;
}
h2 {
    font-size: 38px;
}
h3 {
    font-size: 28px;
}
h4 {
    font-size: 24px;
}
h5 {
    font-size: 22px;
}
h6 {
    font-size: 18px;
}

/* Widgets Headings */
.widget h1, .widget h2, .widget h3, .widget h4, .widget h5, .widget h6 {
    margin: 0px 0 12px;
    line-height: 1.3
}
.widget h1 {
    font-size: 24px;
}
.widget h2 {
    font-size: 22px;
}
.widget h3 {
    font-size: 20px;
}
.widget h4 {
    font-size: 18px;
}
.widget h5 {
    font-size: 16px;
}
.widget h6 {
    font-size: 14px;
}

/* Heading styles */

/* Heading 01 (Default) */
h1.h-style-1, h2.h-style-1, h3.h-style-1, h4.h-style-1, h5.h-style-1, h6.h-style-1, .h-style-1 .widget .widget-title {
    font-weight: 600;
    margin-bottom: 30px;
    color: #15141b;
    position:relative;
    border-bottom:2px solid #15141b;
    padding-bottom:5px;
}
h1.h-style-1 {
    font-size:24px;
}
h2.h-style-1 {
    font-size: 22px;
}
h3.h-style-1 {
    font-size: 20px;
}
h4.h-style-1 {
    font-size: 18px;
}
h5.h-style-1 {
    font-size: 16px;
}
h6.h-style-1 {
    font-size: 15px;
}
.dark-bg h1.h-style-1, .dark-bg h2.h-style-1, .dark-bg h3.h-style-1, .dark-bg h4.h-style-1, .dark-bg h5.h-style-1, .dark-bg h6.h-style-1
{
    color: #fff;
    font-weight:500;
    border-color:#fff;
}
.dark-bg.h-style-1 .widget .widget-title {
    border-bottom: 0;
    color: #fff;
    font-weight: 500;
    padding-bottom:0;
}

/* Heading 02 */
h1.h-style-2, h2.h-style-2, h3.h-style-2, h4.h-style-2, h5.h-style-2, h6.h-style-2,
.h-style-2 .widget .widget-title {
    font-weight: 600;
    margin-bottom: 30px;
    color: #15141b;
    display: table;
    white-space: nowrap;
}
h1.h-style-2 {
    font-size:24px;
}
h2.h-style-2 {
    font-size: 22px;
}
h3.h-style-2 {
    font-size: 20px;
}
h4.h-style-2 {
    font-size: 18px;
}
h5.h-style-2 {
    font-size: 16px;
}
h6.h-style-2 {
    font-size: 15px;
}
h1.h-style-2:after, h2.h-style-2:after, h3.h-style-2:after, h4.h-style-2:after, h5.h-style-2:after, h6.h-style-2:after,
.h-style-2 .widget .widget-title:after {
      content: '';
      border-top: 1px solid #eee;
      display: table-cell;
      position: relative;
      top: 0.6em;
      left: 1.5%;
      width: 95%;
}
.dark-bg h1.h-style-2, .dark-bg h2.h-style-2, .dark-bg h3.h-style-2, .dark-bg h4.h-style-2, .dark-bg h5.h-style-2, .dark-bg h6.h-style-2,
.dark-bg.h-style-2 .widget .widget-title {
    color: #fff;
    border-color:#fff;
    font-weight: 400;
}

/* Heading 03 */
h1.h-style-3, h2.h-style-3, h3.h-style-3, h4.h-style-3, h5.h-style-3, h6.h-style-3,
.h-style-3 .widget .widget-title {
    font-weight: 500;
    letter-spacing: 0em;
    margin-bottom: 30px;
    color: #15141b;
    position:relative;
}
h1.h-style-3 {
    font-size:24px;
}
h2.h-style-3 {
    font-size: 22px;
}
h3.h-style-3 {
    font-size: 20px;
}
h4.h-style-3 {
    font-size: 18px;
}
h5.h-style-3 {
    font-size: 16px;
}
h6.h-style-3 {
    font-size: 15px;
}
.h-style-3 .widget .widget-title {
    font-size:20px;

}
.dark-bg h1.h-style-3, .dark-bg h2.h-style-3, .dark-bg h3.h-style-3, .dark-bg h4.h-style-3, .dark-bg h5.h-style-3, .dark-bg h6.h-style-3,
.dark-bg.h-style-3 .widget .widget-title {
    color: #fff;
    font-weight:400;
}

/* Heading 04 (Page Title) */
h1.h-style-4, h2.h-style-4, h3.h-style-4, h4.h-style-4, h5.h-style-4, h6.h-style-4,
.h-style-4 .widget .widget-title {
    font-size: 46px;
    margin-bottom: 40px;
    font-weight: 800;
    letter-spacing: -0.75px;
    line-height: 110%;
}
h1.h-style-4 {
    font-size:46px;
}
h2.h-style-4 {
    font-size: 42px;
}
h3.h-style-4 {
    font-size: 36px;
}
h4.h-style-4 {
    font-size: 28px;
}
h5.h-style-4 {
    font-size: 26px;
}
h6.h-style-4 {
    font-size: 22px;
}


/* Big text
 -------------------------------- */
.big-text {
    color: #ddd;
    font-size: 150px;
    font-weight: 800;
}


/* ==================================================
   5. Forms
================================================== */
label {
    cursor: pointer;
    display: block;
    margin: 0 0 5px;
    color: #454545;
    font-weight: 500;
    font-size: 15px;
}
*::-webkit-input-placeholder {
    color: #888;
    font-weight: 300;
}
*:-moz-placeholder {
    color: #888;
    font-weight: 300;
}
*::-moz-placeholder {
    color: #888;
    font-weight: 300;
}
*:-ms-input-placeholder {
    color: #888;
    font-weight: 300;
}
input, textarea, select {
    font: 16px/1.8 "Source Sans Pro", Helvetica, Arial, sans-serif;
    background-color: transparent;
    border: none;
    padding: 8px 12px;
    border: 1px solid #ddd;
    color: #15141b;
    background-color: #fff;
    border-radius:0;
}
input[type="text"], input[type="submit"], button {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
input {
     width: 100%;
}
select, option {
    cursor: pointer;
}
input, textarea {
    -webkit-transition: all 0.5s ease-out;
    -moz-transition: all 0.5s ease-out;
    -ms-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}
input[type="checkbox"] {
    width:auto;
}
textarea {
    padding: 10px;
    resize: both;
    width: 100%;
    min-height: 200px;
}
select, option {
    cursor: pointer;
}
select::-ms-expand {
    display: none;
}
input[type="submit"]:focus, input[type="submit"]:active,
button:focus, button:active,
textarea:focus, textarea:active,
input:focus, input:active {
    outline: 0;
}
input[type="submit"], button {
    appearance: none;
    -webkit-transition: background-color .2s ease, border .2s ease, color .2s ease, opacity .2s ease-in-out;
    -moz-transition: background-color .2s ease, border .2s ease, color .2s ease, opacity .2s ease-in-out;
    -ms-transition: background-color .2s ease, border .2s ease, color .2s ease, opacity .2s ease-in-out;
    -o-transition: background-color .2s ease, border .2s ease, color .2s ease, opacity .2s ease-in-out;
    transition: background-color .2s ease, border .2s ease, color .2s ease, opacity .2s ease-in-out;
}
input[name="post_password"] {
    margin-bottom:px;
}
input[type="checkbox"], input[type="radio"] {
    width:auto;
    margin-right:10px;
     -webkit-appearance: checkbox !important;
     -moz-appearance: checkbox !important;
     -ms-appearance: checkbox !important;
     -o-appearance: checkbox !important;
     appearance: checkbox !important;
}

/* Search Form
 ------------------------------ */

/* Search input */
#searchform {
    position: relative;
    z-index: 1;
}
#searchform fieldset {
    margin-bottom: 0
}
#searchform #s {
    border: 0;
    width: 100%;
    padding: 10px;
    font-size: 18px;
    background-color: transparent;
    color: #15141b;
    border: 4px solid #eee;
    font-weight: 400;
    background-color:#fff;
}
.dark-bg #searchform #s {
    background-color: transparent;
    border-color: rgba(255, 255, 255, 0.1);
    color: #fff;

}
.dark-bg #searchform #s:focus {
    border-color: rgba(255, 255, 255, 0.5);
}
#searchform #s::-webkit-input-placeholder {
    color: #929292;
    font-weight:400;
}
#searchform #s:-moz-placeholder {
    color: #929292;
     font-weight:400;
}
#searchform #s:-ms-input-placeholder {
    color: #929292;
    font-weight:400;
}
.dark-bg #searchform #s::-webkit-input-placeholder {
    color: #888;
}
.dark-bg #searchform #s:-moz-placeholder {
    color: #888;
}
.dark-bg #searchform #s:-ms-input-placeholder {
    color: #888;
}
#searchform #searchsubmit {
    position: absolute;
    border: none;
    right: 5px;
    top: 13px;
    height:30px;
    background: transparent;
    width: 30px;
    cursor: pointer;
    padding: 0;
}
#searchform #searchsubmit:after, #searchform #searchsubmit:before {
    display: none;
}
#searchform #searchsubmit i {
    color: #4063e6;
    transition: all 0.5s ease-out;
    font-size: 22px;
}
#searchform #searchsubmit i:hover {
    color: #4063e6;
}

/* search error */
.search-error {
    margin: 100px 0;
    text-align: center;
}
.search-error p {
    font-size: 22px;
    display: block;
}
.search-error #searchform {
    margin: 50px auto;
    max-width: 400px;
    display: block;
}
.search-error #searchform #s {
    font-size: 22px;
    font-weight: 700;
    color: #15141b;
}
.search-error #searchform #s::-webkit-input-placeholder {
    color: #15141b;
}
.search-error #searchform #s:-moz-placeholder {
    color: #15141b;
}
.search-error #searchform #s:-ms-input-placeholder {
    color: #15141b;
}


/* ==================================================
   6. Helper Classes
================================================== */
.hidden {
    display: none;
}
.custom-ul li {
    padding: 5px 0;
}
.disabled {
    cursor: auto;
}
.invisible {
    visibility: hidden;
}
.no-margin {
    margin: 0 !important;
}
.color {
    color: #4063e6;
}
.caps {
    text-transform: uppercase;
}
.text-center {
    text-align: center;
}
.text-left {
    text-align: left;
}
.text-right {
    text-align: right;
}
.clear {
    clear: both;
    display: block;
    height: 1px;
    margin-top: -1px;
    overflow: hidden;
    visibility: hidden;
    width: 0
}
.clearfix:after {
    clear: both;
    content: ' ';
    display: block;
    font-size: 0;
    height: 0;
    line-height: 0;
    visibility: hidden;
    width: 0
}


/* ==================================================
   7. WordPress Core Styles
================================================== */

.alignfull {
    margin-left  : calc( -100vw / 2 + 100% / 2 );
    margin-right : calc( -100vw / 2 + 100% / 2 );
    max-width    : 100vw;
}
.wp-block-cover.alignfull,
.wp-block-cover-image.alignfull {
    width:auto;
}

.blog-list .main .alignfull,
.blog-list .main .alignwide,
.alignfull.is-type-video.wp-embed-aspect-16-9 {
    margin-left  :0;
    margin-right :0;
    max-width    : 100vw;
}

.alignnone {
    margin: 5px 20px 20px 0;
}
.aligncenter, div.aligncenter {
    display: block;
    margin: 5px auto;
}
.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}
.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}
.aligncenter {
    display: block;
    margin: 5px auto;
}
a img.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}
a img.alignnone {
    margin: 5px 20px 20px 0;
}
a img.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}
a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.wp-caption .wp-caption-text, .gallery-caption, .entry-caption {
    font-size: 12px;
    font-size: 0.857142857rem;
    line-height: 2;
}
.caption-txt {
    font-size: 14px;
}
.wp-caption .wp-caption-text {
    font-size: 14px;
}
.wp-caption {
    margin-bottom: 30px;
    max-width: 100%;
    position: relative;
    color: #929292;
    font-style:italic;
}
.wp-caption.alignnone {
    margin: 5px 20px 20px 0;
}
.wp-caption.alignleft {
    margin: 5px 20px 20px 0;
}
.wp-caption.alignright {
    margin: 5px 0 20px 20px;
}
.wp-caption img {
    border: 0 none;
    height: auto;
    margin: 0 0 0px 0;
    max-width: 100%;
    padding: 0;
    width: auto;
    vertical-align: middle;
}
.wp-caption p.wp-caption-text {
    font-size: 11px;
    line-height: 17px;
    margin: 0;
    padding: 0;
    color:#929292;
}
.gallery-item {
    float: left;
}
.gallery-item .thumb {
    margin: 0.05em;
}
.gallery-item {
    padding: 2px;
}
.gallery-item img {
    border: none;
    vertical-align: middle;
}
.bypostauthor {
    width: 100%;
}
.gallery {
    margin-bottom: 50px;
    clear: both;
    position: relative;
}
.main.thin .gallery {
    margin-left: -80px;
    margin-right: -80px;
}
.gallery:after {
    clear: both;
    content: ' ';
    display: block;
    font-size: 0;
    height: 0;
    line-height: 0;
    visibility: hidden;
    width: 0
}
.gallery-item {
    float: left;
    overflow: hidden;
    position: relative;
    max-width: 100%;
}
.gallery-item img {
    max-height: 100%;
    max-width: 100%;
    width: 100%;
}
.gallery-columns-1 .gallery-item {
    width: 100%;
}
.gallery-columns-2 .gallery-item {
    width: 50%;
}
.gallery-columns-3 .gallery-item {
    width: 33.33%;
}
.gallery-columns-4 .gallery-item {
    width: 25%;
}
.gallery-columns-5 .gallery-item {
    width: 20%;
}
.gallery-columns-6 .gallery-item {
    width: 16.66%;
}
.gallery-columns-7 .gallery-item {
    width: 14.285%;
}
.gallery-columns-8 .gallery-item {
    width: 12.5%;
}
.gallery-columns-9 .gallery-item {
    width: 11.111%;
}
.gallery-columns-1.gallery-size-medium figure.gallery-item:nth-of-type(1n+1), .gallery-columns-1.gallery-size-thumbnail figure.gallery-item:nth-of-type(1n+1), .gallery-columns-2.gallery-size-thumbnail figure.gallery-item:nth-of-type(2n+1), .gallery-columns-3.gallery-size-thumbnail figure.gallery-item:nth-of-type(3n+1) {
    clear: left;
}
.gallery-caption {
    background-color: rgba(33, 34, 37, 0.8);
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    color: #fff;
    font-size: 13px;
    line-height: 1.5;
    margin: 0;
    opacity: 0;
    padding: 8px 8px;
    position: absolute;
    bottom: 0;
    left: 0;
    text-align: left;
    width: 100%;
}
.gallery-caption:before {
    content: "";
    height: 100%;
    min-height: 49px;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}
.gallery-item:hover .gallery-caption {
    opacity: 1;
}
.gallery-columns-7 .gallery-caption, .gallery-columns-8 .gallery-caption, .gallery-columns-9 .gallery-caption {
    display: none;
}
.size-auto, .size-full, .size-large, .size-medium, .size-thumbnail {
    max-width: 100%;
    height: auto;
}

/* Text meant only for screen readers. */
.screen-reader-text {
    clip: rect(1px, 1px, 1px, 1px);
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden;
}
.screen-reader-text:focus {
    background-color: #f1f1f1;
    border-radius: 3px;
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    clip: auto !important;
    color: #21759b;
    display: block;
    font-size: 14px;
    font-size: 0.875rem;
    font-weight: bold;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000; /* Above WP toolbar. */
}


/* ==================================================
   8. Pagination
================================================== */
.paging-navigation {
    margin: 30px 0 0px 0;
    padding-top: 30px;
    border-top: 1px solid #eee;
}
    .paging-navigation a[href^="#"] {
        opacity: 0.4;
        pointer-events: none;
    }
    .paging.left-block,
    .paging.right-block,
    .paging.center-block {
        float:left;
    }
    .paging.left-block {
        text-align: left;
        width:40%;
    }
    .paging.right-block {
        text-align: right;
        width:40%;
    }
    .paging.center-block {
        text-align: center;
        width:20%;
        font-size:18px;
    }
    .page-num-first,
    .page-num-last {
        background-color:#f6f6f6;
        line-height:normal;
        display:inline-block;
        padding: 15px 30px;
        font-size:13px;
        color:#15141b;
        font-weight:500;
        vertical-align:middle;
    }
    .page-num-first:hover,
    .page-num-last:hover {
        background-color:#4063e6;
        color:#fff;
    }
    .page-num-first:hover span,
    .page-num-last:hover span {
        color:#fff;
    }
        .page-num-first span,
        .page-num-last span {
            color:#444;
            font-size:22px;
            line-height:normal;
            vertical-align:middle;
            transition:all 0.3s ease;
        }
        .page-num-first span {
            margin-right:10px
        }
        .page-num-last span {
            margin-left:10px
        }

    .page-num-prev,
    .page-num-next {
        background-color:#f6f6f6;
        display:inline-block;
        height:50px;
        width:50px;
        font-size:14px;
        vertical-align:middle;
        text-align:center;
    }
        .page-num-prev {
            margin-left:30px
        }
        .page-num-next {
            margin-right:30px
        }
        .page-num-prev span,
        .page-num-next span {
            color:#15141b;
            font-size:28px;
            line-height:50px;
            font-weight:500;
        }
        .page-num-prev:hover span,
        .page-num-next:hover span {
            color:#fff
        }
        .page-num-prev:hover,
        .page-num-next:hover {
            background-color:#4063e6;
        }

    .page-current-nr {
        font-weight:500;
        line-height:54px;
        color: #15141b;
    }
    .page-total-nr {
        color:#929292;
    }
    .page-total-nr:before {
        content:"/";
    }

.page-links {
    padding: 20px 0;
}
.page-links a {
    display:inline-block;
}


/* ==================================================
  9. AJAX
================================================== */
#ajax-container {
    position: relative;
    z-index: 3;
}


/* Loader
 ------------------------------ */
#WPAjaxLoader {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    overflow: hidden;
    z-index: 99999999;
    background: #ffffff;
    opacity: 0;
}
#WPAjaxLoader.show-layer {
    opacity: 1;
}
#WPAjaxLoader.hide-layer {
    opacity: 0;
}

/* Custom loading */
#loading-layer {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    overflow: hidden;
    z-index: 99999999;
    background: #ffffff;
    opacity: 0;
}
#loading-layer.show-layer {
    opacity: 1;
    transition: all 0.5s cubic-bezier(0.24, 1, 0.31, 1);
}
#loading-layer.hide-layer {
    opacity: 0;
    transition: all 0.5s cubic-bezier(0.24, 1, 0.31, 1);
}

.ajax-loader {
    position: absolute;
    left: 50%;
    transition: all 0.5s cubic-bezier(0.24, 1, 0.31, 1);
    top:50%;
    transform: translate(-50%, -50%);
    opacity:1;
}
#loading-layer .ajax-loader {
    top:70%;
    transform: translate(-50%, -70%);
    opacity:0;
}
#loading-layer.show-layer .ajax-loader {
    -webkit-transition-delay: 0.5s;
    transition-delay: 0.5s;
    top:50%;
    transform: translate(-50%, -50%);
    opacity:1;
}


/* ==================================================
   10. Layout
================================================== */


/* Site
 ------------------------------ */
.site {
    z-index: 1;
    overflow: hidden;
}


/* Content
 ------------------------------ */
.content {
    padding: 60px 0 100px 0;
    clear: both;
    width: 100%;
    position: relative;
    z-index: 2;
}
.content-full {
    position:relative;
    z-index:2;
    display:block;
    overflow:hidden;
}
.container.small .block-extended,
.featured-extended .post-header,
.featured-extended .featured-block {
    margin-left: -50px;
    margin-right: -50px;
    position: relative;
    text-align:center;
}
.container.small .block-extended img,
.featured-extended .post-header img {
    display:inline-block;
}
.content.page-builder-top {
    padding-top:0;
}



/* Main
 ------------------------------ */
.main.post-content, .main.page-content {
    font-size: 17px;
    line-height: 1.7px
}
.main:after {
    clear: both;
    content: ' ';
    display: block;
    font-size: 0;
    height: 0;
    line-height: 0;
    visibility: hidden;
    width: 0
}


/* Sidebar
 ------------------------------ */
.sidebar {
    backface-visibility: hidden;
 }
.sidebar:after {
    clear: both;
    content: ' ';
    display: block;
    font-size: 0;
    height: 0;
    line-height: 0;
    visibility: hidden;
    width: 0
}
.layout-style-1.sidebar-on-left .container,
.layout-style-1.sidebar-on-right .container {
    position: relative;
}


/* Content layouts
 ------------------------------ */
.sidebar-on-right .main {
    float: left;
}
.sidebar-on-right .sidebar {
    float: right;
}
.sidebar-on-left .main {
    float: right;
}
.sidebar-on-left .sidebar {
    float: left;
}

/* Overlap */
.sidebar-on-left .main,
.sidebar-on-right .main {
    width: 710px;
}
.sidebar-on-right .sidebar-block:after ,
.sidebar-on-left .sidebar-block:after  {
  content:"";
}
.sidebar-on-right .sidebar-block  {
    border-left:1px solid #eee
}
.sidebar-on-left .sidebar-block  {
    border-right:1px solid #eee
}
.sidebar-on-right .sidebar-block .sidebar ,
.sidebar-on-left .sidebar-block  .sidebar {
    margin:0 auto;
    width: 340px;
    float:none;
    z-index: 10;
    position: relative;
}
.layout-style-1.sidebar-on-right .sidebar,
.layout-style-1.sidebar-on-left .sidebar {
    width: 100%;
}
.layout-style-1.sidebar-on-right .sidebar-block,
.layout-style-1.sidebar-on-left .sidebar-block {
    width: 410px;
    margin:0;
}
.layout-style-1.sidebar-on-right .sidebar-block {
    padding-left:50px;
}
.layout-style-1.sidebar-on-left .sidebar-block {
    padding-right:50px;
}
.sidebar-block  {
    position:relative;
}

/* Overlap */
.sidebar-overlap.sidebar-on-right .sidebar-block ,
.sidebar-overlap.sidebar-on-left .sidebar-block  {
   width:420px;
}
.sidebar-overlap.sidebar-on-right .sidebar-block .sidebar ,
.sidebar-overlap.sidebar-on-left .sidebar-block  .sidebar {
    width: 330px;
}
.layout-style-1.sidebar-overlap .sidebar-block .widget:first-child  {
    margin-top: 20px;
}
.layout-style-1.sidebar-overlap .sidebar-block:after {
    content: "";
    position: absolute;
    top: -20px;
    right: -1px;
    border-right: 1px solid #f9f9fb;
    width:100%;
    height: 50px;
    background-color: #f9f9fb;
    visibility:visible;
}
.cut-corners .sidebar-overlap .sidebar-block:before {
    content: "";
    position: absolute;
    top:-20px;
    left:0;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 0 20px 20px;
    border-color: transparent transparent #f9f9fb transparent;
    z-index: 3;
}
.cut-corners .sidebar-overlap .sidebar-block:after {
    width: calc(100% - 20px);
}
.layout-style-1.sidebar-overlap .sidebar-block {
    margin-top:-110px;
    z-index:2;
    background-color:#f9f9fb;
    z-index: 2;
}
.sidebar-overlap .sidebar-block .widget:first-child .widget-title {
    margin-top:0;
}
.layout-style-1.sidebar-overlap.sidebar-on-left .sidebar-block,
.layout-style-1.sidebar-overlap.sidebar-on-right .sidebar-block {
    padding-left:0;
    padding-right:0;
}
.main.wide {
    width: 100%;
}
.main.thin {
    margin: 0 auto;
}

/* Large Displays 1170px */
@media only screen and (max-width:1640px) and (min-width:1150px) {

    .layout-style-1.sidebar-on-left .main,
    .layout-style-1.sidebar-on-right .main {
        width: 750px;
    }
    .layout-style-1.sidebar-on-right .sidebar-block,
    .layout-style-1.sidebar-on-left .sidebar-block {
        width: 370px;
    }

    /* Overlap */
    .sidebar-overlap.sidebar-on-right .main {
        width: 740px;
    }
    .sidebar-overlap.sidebar-on-right .sidebar-block ,
    .sidebar-overlap.sidebar-on-left .sidebar-block  {
       width:400px;
    }
    .sidebar-overlap.sidebar-on-right .sidebar-block .sidebar ,
    .sidebar-overlap.sidebar-on-left .sidebar-block  .sidebar {
        width: 330px;
    }

}

/* Large Displays 1150px */
@media only screen and (max-width:1560px) and (min-width:1150px) {

    .layout-style-1.sidebar-on-left .main,
    .layout-style-1.sidebar-on-right .main {
        width: 750px;
    }
    .layout-style-1.sidebar-on-right .sidebar-block,
    .layout-style-1.sidebar-on-left .sidebar-block {
        width: 350px;
    }

    /* Overlap */
    .sidebar-overlap.sidebar-on-right .sidebar-block ,
    .sidebar-overlap.sidebar-on-left .sidebar-block  {
       width:380px;
    }
    .sidebar-overlap.sidebar-on-right .sidebar-block .sidebar ,
    .sidebar-overlap.sidebar-on-left .sidebar-block  .sidebar {
        width: 330px;
    }
}

/* Small Desktop Devices [ 960px ] */
@media only screen and (max-width:1240px) {

    .layout-style-1.sidebar-on-left .main,
    .layout-style-1.sidebar-on-right .main {
        width: 710px;
    }
    .layout-style-1.sidebar-on-right .sidebar-block,
    .layout-style-1.sidebar-on-left .sidebar-block {
        width: 220px;
    }
    .layout-style-1.sidebar-on-right .sidebar-block {
        padding-left:25px;
    }
    .layout-style-1.sidebar-on-left .sidebar-block {
        padding-right:25px;
    }

    /* Overlap */
    .sidebar-overlap.sidebar-on-left .main,
    .sidebar-overlap.sidebar-on-right .main {
        width: 600px;
    }
    .sidebar-overlap.sidebar-on-right .sidebar-block,
    .sidebar-overlap.sidebar-on-left .sidebar-block  {
       width:340px;
    }
    .sidebar-overlap.sidebar-on-right .sidebar-block .sidebar,
    .sidebar-overlap.sidebar-on-left .sidebar-block  .sidebar {
        width:300px;
    }
}

/* Tablets */
@media only screen and (min-width:768px) and (max-width:1020px) {
    .sidebar-on-right .main,
    .sidebar-on-right .sidebar,
    .sidebar-on-left .main,
    .sidebar-on-left .sidebar {
        float: none;
    }

    .layout-style-1.sidebar-on-left .main,
    .layout-style-1.sidebar-on-right .main,
    .layout-style-1.sidebar-on-right .sidebar,
    .layout-style-1.sidebar-on-left .sidebar,
    .sidebar-overlap.sidebar-on-right .sidebar-block,
    .sidebar-overlap.sidebar-on-left .sidebar-block,
    .sidebar-overlap.sidebar-on-right .sidebar-block .sidebar,
    .sidebar-overlap.sidebar-on-left .sidebar-block  .sidebar {
        border:none;
        width: 100%;
        padding-left:0;
        padding-right:0;
    }
    .sidebar-overlap .sidebar-block {
        margin-top:0;
    }
    .sidebar-overlap .sidebar-block:before,
    .sidebar-overlap .sidebar-block:after {
        display:none;
    }
    .sidebar-block .sidebar {
        margin-top:0px;
        padding-top:80px;
    }

}

/* Mobile portrait and landscape modes */
@media only screen and (max-width:810px) {
    .sidebar-on-right .main,
    .sidebar-on-right .sidebar,
    .sidebar-on-left .main,
    .sidebar-on-left .sidebar {
        float: none;
    }
    .layout-style-1.sidebar-on-left .main,
    .layout-style-1.sidebar-on-right .main,
    .layout-style-1.sidebar-on-right .sidebar,
    .layout-style-1.sidebar-on-left .sidebar,
    .sidebar-overlap.sidebar-on-right .sidebar-block,
    .sidebar-overlap.sidebar-on-left .sidebar-block,
    .sidebar-overlap.sidebar-on-right .sidebar-block .sidebar,
    .sidebar-overlap.sidebar-on-left .sidebar-block  .sidebar {
        width: 100%;
        margin-top:30px;
        border:none;
    }

}


/* Slidebar
 ------------------------------ */
#slidebar {
    width: 400px;
    background-color: #fff;
    position: fixed;
    top: 0;
    bottom: 0;
    right: -400px;
    z-index: 100001;
}

/* Anim */
#slidebar {
   transition: right 0.5s cubic-bezier(.77, 0, .175, 1);;
}
body.slidebar-visible #slidebar {
   right: 0px;
}

#slidebar .slidebar-image {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    opacity: 0.3;
    z-index: 0;
    background-size: cover;
}
#slidebar-wrap {
    position: absolute;
    top: 60px;
    bottom: 60px;
    right: 30px;
    left: 30px;
}
#slidebar-content {
    position: relative;
    overflow-y: auto;
    overflow-x: hidden;
    max-height: 100%;
    padding: 60px 30px;
    width: calc(100% + 0px);
}

/* Layer */
#slidebar-layer {
    background-color: rgba(23, 23, 25, 0.6);
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    overflow: hidden;
    z-index: 100000;
    opacity: 0;
    visibility:hidden;
    cursor: pointer;
    transition: all 0.6s cubic-bezier(.77,0,.175,1);
}
#slidebar-layer:before {
    content:"";
    position: absolute;
    left:0;
    right: 0;
    top:0;
    bottom: 0;
    opacity:0.7;
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADIAAAAyCAMAAAAp4XiDAAAAUVBMVEWFhYWDg4N3d3dtbW17e3t1dXWBgYGHh4d5eXlzc3OLi4ubm5uVlZWPj4+NjY19fX2JiYl/f39ra2uRkZGZmZlpaWmXl5dvb29xcXGTk5NnZ2c8TV1mAAAAG3RSTlNAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEAvEOwtAAAFVklEQVR4XpWWB67c2BUFb3g557T/hRo9/WUMZHlgr4Bg8Z4qQgQJlHI4A8SzFVrapvmTF9O7dmYRFZ60YiBhJRCgh1FYhiLAmdvX0CzTOpNE77ME0Zty/nWWzchDtiqrmQDeuv3powQ5ta2eN0FY0InkqDD73lT9c9lEzwUNqgFHs9VQce3TVClFCQrSTfOiYkVJQBmpbq2L6iZavPnAPcoU0dSw0SUTqz/GtrGuXfbyyBniKykOWQWGqwwMA7QiYAxi+IlPdqo+hYHnUt5ZPfnsHJyNiDtnpJyayNBkF6cWoYGAMY92U2hXHF/C1M8uP/ZtYdiuj26UdAdQQSXQErwSOMzt/XWRWAz5GuSBIkwG1H3FabJ2OsUOUhGC6tK4EMtJO0ttC6IBD3kM0ve0tJwMdSfjZo+EEISaeTr9P3wYrGjXqyC1krcKdhMpxEnt5JetoulscpyzhXN5FRpuPHvbeQaKxFAEB6EN+cYN6xD7RYGpXpNndMmZgM5Dcs3YSNFDHUo2LGfZuukSWyUYirJAdYbF3MfqEKmjM+I2EfhA94iG3L7uKrR+GdWD73ydlIB+6hgref1QTlmgmbM3/LeX5GI1Ux1RWpgxpLuZ2+I+IjzZ8wqE4nilvQdkUdfhzI5QDWy+kw5Wgg2pGpeEVeCCA7b85BO3F9DzxB3cdqvBzWcmzbyMiqhzuYqtHRVG2y4x+KOlnyqla8AoWWpuBoYRxzXrfKuILl6SfiWCbjxoZJUaCBj1CjH7GIaDbc9kqBY3W/Rgjda1iqQcOJu2WW+76pZC9QG7M00dffe9hNnseupFL53r8F7YHSwJWUKP2q+k7RdsxyOB11n0xtOvnW4irMMFNV4H0uqwS5ExsmP9AxbDTc9JwgneAT5vTiUSm1E7BSflSt3bfa1tv8Di3R8n3Af7MNWzs49hmauE2wP+ttrq+AsWpFG2awvsuOqbipWHgtuvuaAE+A1Z/7gC9hesnr+7wqCwG8c5yAg3AL1fm8T9AZtp/bbJGwl1pNrE7RuOX7PeMRUERVaPpEs+yqeoSmuOlokqw49pgomjLeh7icHNlG19yjs6XXOMedYm5xH2YxpV2tc0Ro2jJfxC50ApuxGob7lMsxfTbeUv07TyYxpeLucEH1gNd4IKH2LAg5TdVhlCafZvpskfncCfx8pOhJzd76bJWeYFnFciwcYfubRc12Ip/ppIhA1/mSZ/RxjFDrJC5xifFjJpY2Xl5zXdguFqYyTR1zSp1Y9p+tktDYYSNflcxI0iyO4TPBdlRcpeqjK/piF5bklq77VSEaA+z8qmJTFzIWiitbnzR794USKBUaT0NTEsVjZqLaFVqJoPN9ODG70IPbfBHKK+/q/AWR0tJzYHRULOa4MP+W/HfGadZUbfw177G7j/OGbIs8TahLyynl4X4RinF793Oz+BU0saXtUHrVBFT/DnA3ctNPoGbs4hRIjTok8i+algT1lTHi4SxFvONKNrgQFAq2/gFnWMXgwffgYMJpiKYkmW3tTg3ZQ9Jq+f8XN+A5eeUKHWvJWJ2sgJ1Sop+wwhqFVijqWaJhwtD8MNlSBeWNNWTa5Z5kPZw5+LbVT99wqTdx29lMUH4OIG/D86ruKEauBjvH5xy6um/Sfj7ei6UUVk4AIl3MyD4MSSTOFgSwsH/QJWaQ5as7ZcmgBZkzjjU1UrQ74ci1gWBCSGHtuV1H2mhSnO3Wp/3fEV5a+4wz//6qy8JxjZsmxxy5+4w9CDNJY09T072iKG0EnOS0arEYgXqYnXcYHwjTtUNAcMelOd4xpkoqiTYICWFq0JSiPfPDQdnt+4/wuqcXY47QILbgAAAABJRU5ErkJggg==);
}
body.slidebar-visible #slidebar-layer {
    opacity: 1;
    visibility:visible
}

/* Search */
#slidebar-search {
    display: block;
    width: 100%;
    z-index: 3;
    transition: all 0.5s ease-out;
    overflow: hidden;
    margin-bottom: 30px;
}

/* Image */
#slidebar-site-image {
    text-align:center;
}
#slidebar-site-image > img {
    display:inline-block;
    margin:0px 0 20px;
}

/* Close button */
#slidebar a#slidebar-close {
    position: absolute;
    right: 30px;
    top: 5px;
    width:20px;
    height:20px;
    line-height:20px;
    text-align:center;
    border-radius:100%;
    transition: opacity .3s ease-in-out;
    z-index: 100;
}
#slidebar a#slidebar-close:after,
#slidebar a#slidebar-close:before {
    content:"";
    position:absolute;
    width:20px;
    height:3px;
    background-color:#15141b;
    top:19px;
    left:0;
}
#slidebar a#slidebar-close:after {
    -moz-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
#slidebar a#slidebar-close:before {
    -moz-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}


/* Grid and container
 ------------------------------ */

/* Flex grid */
.flex-grid {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.flex-gap-small {
    margin-left:-10px;
    margin-right:-10px;
}
.flex-gap-medium  {
    margin-left:-15px;
    margin-right:-15px;
}
.flex-gap-large {
    margin-left:-20px;
    margin-right:-20px;
}
.flex-item {
    margin-bottom:10px;
}

/* Fullwith item */
.flex-gap-small .flex-item-fw {
    margin-left:10px;
    margin-right:10px;
}
.flex-gap-medium .flex-item-fw {
    margin-left:15px;
    margin-right:15px;
}
.flex-gap-large .flex-item-fw {
    margin-left:20px;
    margin-right:20px;
}

/* Flex 1 Columns */
.flex-1.flex-gap-small .flex-item,
.flex-1.flex-gap-medium .flex-item,
.flex-1.flex-gap-large .flex-item,
.flex-1.flex-gap-empty .flex-item {
    width: 100%;
}
.flex-1.flex-gap-small,
.flex-1.flex-gap-medium,
.flex-1.flex-gap-large,
.flex-1.flex-gap-empty {
    margin-left:0;
    margin-right:0;
}


/* Flex 2 Columns */
.flex-2.flex-gap-small .flex-item {
    width: calc(50% - 20px);
    margin-left:10px;
    margin-right:10px;;
}
.flex-2.flex-gap-medium .flex-item {
    width: calc(50% - 30px);
    margin-left:15px;
    margin-right:15px;
}
.flex-2.flex-gap-large .flex-item {
    width: calc(50% - 40px);
    margin-left:20px;
    margin-right:20px;
}
.flex-2.flex-gap-empty .flex-item {
    width: 50%;
}

/* Flex 3 Columns */
.flex-3.flex-gap-small .flex-item {
    width: calc(33.333% - 20px);
    margin-left:10px;
    margin-right:10px;;
}
.flex-3.flex-gap-medium .flex-item {
    width: calc(33.333% - 30px);
    margin-left:15px;
    margin-right:15px;
}
.flex-3.flex-gap-large .flex-item {
    width: calc(33.333% - 40px);
    margin-left:20px;
    margin-right:20px;
}
.flex-3.flex-gap-empty .flex-item {
    width: 33.333%;
}

/* Flex 4 Columns */
.flex-4.flex-gap-small .flex-item {
    width: calc(25% - 20px);
    margin-left:10px;
    margin-right:10px;;
}
.flex-4.flex-gap-medium .flex-item {
    width: calc(25% - 30px);
    margin-left:15px;
    margin-right:15px;
}
.flex-4.flex-gap-large .flex-item {
    width: calc(25% - 40px);
    margin-left:20px;
    margin-right:20px;
}
.flex-4.flex-gap-empty .flex-item {
    width: 25%;
}

/* Flex 5 Columns */
.flex-5.flex-gap-small .flex-item {
    width: calc(20% - 20px);
    margin-left:10px;
    margin-right:10px;;
}
.flex-5.flex-gap-medium .flex-item {
    width: calc(20% - 30px);
    margin-left:15px;
    margin-right:15px;
}
.flex-5.flex-gap-large .flex-item {
    width: calc(20% - 40px);
    margin-left:20px;
    margin-right:20px;
}
.flex-5.flex-gap-empty .flex-item {
    width: 20%;
}

.container { width: 1170px; margin: 0 auto; position: relative; }
.container:after { content: "."; display: block; clear: both; visibility: hidden; line-height: 0; height: 0; }
.container.full-width {width: 100%;padding-left: 60px;padding-right: 60px;max-width: 1900px;}
.container.narrow { width: 1030px; }
.container.small {width: 800px;}
.container > article:last-child { margin-bottom: 0 }
.flex-col-1-1, .flex-col-1-2, .flex-col-1-3, .flex-col-1-4, .flex-col-1-5 { float: left; }
.flex-col-1-1 { width: 100%; }
.flex-col-1-2 { width: 50%; }
.flex-col-1-3 { width: 33.33%; }
.flex-col-1-4 { width: 25% }
.flex-col-1-5 { width: 20% }
.grid-row { margin-bottom: 20px; }
.grid-row:after { content: ''; display: block; height: 0; clear: both; }
.grid-row [class^="grid-"] { float: left; }
.grid-row-pad { margin: 0 -10px; }
.grid-row-pad [class^="grid-"] {padding: 0 10px 20px 10px;}
.grid-row-pad-large { margin: 0 -20px; }
.grid-row-pad-large [class^="grid-"] { padding: 0 20px 20px 20px; }
.grid-row-pad-xlarge { margin: 0 -40px; }
.grid-row-pad-xlarge [class^="grid-"] { padding: 0 40px 20px 40px; }
.grid-row .grid-centered { clear: both; margin: 0 auto 20px auto; float: none; }
.grid-1, .grid-2, .grid-3, .grid-4, .grid-5, .grid-6, .grid-7, .grid-8, .grid-9, .grid-10, .grid-11, .grid-12 { -webkit-box-sizing: border-box; box-sizing: border-box; }
.grid-1 { width: 8.333%; }
.grid-2 { width: 16.666%; }
.grid-3 { width: 25%; }
.grid-4 { width: 33.332%; }
.grid-5 { width: 41.665%; }
.grid-6 { width: 50%; }
.grid-7 { width: 58.334%; }
.grid-8 { width: 66.667%; }
.grid-9 { width: 75%; }
.grid-10 { width: 83.334%; }
.grid-11 { width: 91.667%; }
.grid-12 { width: 100%; }
.grid-offset-1 { margin-left: 8.333%; }
.grid-offset-2 { margin-left: 16.666%; }
.grid-offset-3 { margin-left: 25%; }
.grid-offset-4 { margin-left: 33.332%; }
.grid-offset-5 { margin-left: 41.665%; }
.grid-offset-6 { margin-left: 50%; }
.grid-offset-7 { margin-left: 58.334%; }
.grid-offset-8 { margin-left: 66.667%; }
.grid-offset-9 { margin-left: 75%; }
.grid-offset-10 { margin-left: 83.334%; }
.grid-offset-11 { margin-left: 91.667%; }

/* Large Displays */
@media only screen and (max-width:1640px) and (min-width:1150px) {
    .container { width: 1170px; }
}

/* Large Displays */
@media only screen and (max-width:1560px) and (min-width:1150px) {
    .container { width: 1150px; }
}

/* Small Desktop Devices [ 960px ] */
@media only screen and (max-width:1240px) {
    .container, .container.narrow { width: 960px; }
    .grid-desktop-clear { clear: both; }
    .grid-desktop-1 { width: 8.333%; }
    .grid-desktop-2 { width: 16.666%; }
    .grid-desktop-3 { width: 25%; }
    .grid-desktop-4 { width: 33.332%; }
    .grid-desktop-5 { width: 41.665%; }
    .grid-desktop-6 { width: 50%; }
    .grid-desktop-7 { width: 58.334%; }
    .grid-desktop-8 { width: 66.667%; }
    .grid-desktop-9 { width: 75%; }
    .grid-desktop-10 { width: 83.334%; }
    .grid-desktop-11 { width: 91.667%; }
    .grid-desktop-12 { width: 100%; }
    .grid-desktop-offset-0 { margin-left: 0; }
    .grid-desktop-offset-1 { margin-left: 8.333%; }
    .grid-desktop-offset-2 { margin-left: 16.666%; }
    .grid-desktop-offset-3 { margin-left: 25%; }
    .grid-desktop-offset-4 { margin-left: 33.332%; }
    .grid-desktop-offset-5 { margin-left: 41.665%; }
    .grid-desktop-offset-6 { margin-left: 50%; }
    .grid-desktop-offset-7 { margin-left: 58.334%; }
    .grid-desktop-offset-8 { margin-left: 66.667%; }
    .grid-desktop-offset-9 { margin-left: 75%; }
    .grid-desktop-offset-10 { margin-left: 83.334%; }
    .grid-desktop-offset-11 { margin-left: 91.667%; }
}

/* Tablets */
@media only screen and (min-width:768px) and (max-width:1020px) {
    /*.container, .container.narrow { width: 748px; }*/
    .container, .container.narrow, .container.small, .container.full-width {width: 100%;padding-left:30px; padding-right:30px;}
    .grid-tablet-clear { clear: both; }
    .grid-tablet-1 { width: 8.333%; }
    .grid-tablet-2 { width: 16.666%; }
    .grid-tablet-3 { width: 25%; }
    .grid-tablet-4 { width: 33.332%; }
    .grid-tablet-5 { width: 41.665%; }
    .grid-tablet-6 { width: 50%; }
    .grid-tablet-7 { width: 58.334%; }
    .grid-tablet-8 { width: 66.667%; }
    .grid-tablet-9 { width: 75%; }
    .grid-tablet-10 { width: 83.334%; }
    .grid-tablet-11 { width: 91.667%; }
    .grid-tablet-12 { width: 100%; }
    .grid-tablet-offset-0 { margin-left: 0; }
    .grid-tablet-offset-1 { margin-left: 8.333%; }
    .grid-tablet-offset-2 { margin-left: 16.666%; }
    .grid-tablet-offset-3 { margin-left: 25%; }
    .grid-tablet-offset-4 { margin-left: 33.332%; }
    .grid-tablet-offset-5 { margin-left: 41.665%; }
    .grid-tablet-offset-6 { margin-left: 50%; }
    .grid-tablet-offset-7 { margin-left: 58.334%; }
    .grid-tablet-offset-8 { margin-left: 66.667%; }
    .grid-tablet-offset-9 { margin-left: 75%; }
    .grid-tablet-offset-10 { margin-left: 83.334%; }
    .grid-tablet-offset-11 { margin-left: 91.667%; }

    /* Flex 1 Column  */
    .flex-tablet-1.flex-gap-small .flex-item,
    .flex-tablet-1.flex-gap-medium .flex-item,
    .flex-tablet-1.flex-gap-large .flex-item,
    .flex-tablet-1.flex-gap-empty .flex-item {
        width: 100%;
    }

    /* Flex 2 Columns */
    .flex-tablet-2.flex-gap-small .flex-item {
        width: calc(50% - 20px);
        margin-left:10px;
        margin-right:10px;;
    }
    .flex-tablet-2.flex-gap-medium .flex-item {
        width: calc(50% - 30px);
        margin-left:15px;
        margin-right:15px;
    }
    .flex-tablet-2.flex-gap-large .flex-item {
        width: calc(50% - 40px);
        margin-left:20px;
        margin-right:20px;
    }
    .flex-tablet-2.flex-gap-empty .flex-item {
        width: 50%;
    }

    /* Flex 3 Columns */
    .flex-tablet-3.flex-gap-small .flex-item {
        width: calc(33.333% - 20px);
        margin-left:10px;
        margin-right:10px;;
    }
    .flex-tablet-3.flex-gap-medium .flex-item {
        width: calc(33.333% - 30px);
        margin-left:15px;
        margin-right:15px;
    }
    .flex-tablet-3.flex-gap-large .flex-item {
        width: calc(33.333% - 40px);
        margin-left:20px;
        margin-right:20px;
    }
    .flex-tablet-3.flex-gap-empty .flex-item {
        width: 33.333%;
    }

    /* Flex 4 Columns */
    .flex-tablet-4.flex-gap-small .flex-item {
        width: calc(25% - 20px);
        margin-left:10px;
        margin-right:10px;;
    }
    .flex-tablet-4.flex-gap-medium .flex-item {
        width: calc(25% - 30px);
        margin-left:15px;
        margin-right:15px;
    }
    .flex-tablet-4.flex-gap-large .flex-item {
        width: calc(25% - 40px);
        margin-left:20px;
        margin-right:20px;
    }
    .flex-tablet-4.flex-gap-empty .flex-item {
        width: 25%;
    }

    /* Flex 5 Columns */
    .flex-tablet-5.flex-gap-small .flex-item {
        width: calc(20% - 20px);
        margin-left:10px;
        margin-right:10px;;
    }
    .flex-tablet-5.flex-gap-medium .flex-item {
        width: calc(20% - 30px);
        margin-left:15px;
        margin-right:15px;
    }
    .flex-tablet-5.flex-gap-large .flex-item {
        width: calc(20% - 40px);
        margin-left:20px;
        margin-right:20px;
    }
    .flex-tablet-5.flex-gap-empty .flex-item {
        width: 20%;
    }

}

/* Mobile portrait and landscape modes */
@media only screen and (max-width:810px) {
    .container, .container.narrow, .container.small, .container.full-width {width: 100%;padding-left:30px; padding-right:30px;}
    .flex-col-1-1, .flex-col-1-2, .flex-col-1-3, .flex-col-1-4, .flex-col-1-5 { width: 100% }
    .grid-mobile-clear { clear: both; }
    .grid-mobile-1 { width: 8.333%; }
    .grid-mobile-2 { width: 16.666%; }
    .grid-mobile-3 { width: 25%; }
    .grid-mobile-4 { width: 33.332%; }
    .grid-mobile-5 { width: 41.665%; }
    .grid-mobile-6 { width: 50%; }
    .grid-mobile-7 { width: 58.334%; }
    .grid-mobile-8 { width: 66.667%; }
    .grid-mobile-9 { width: 75%; }
    .grid-mobile-10 { width: 83.334%; }
    .grid-mobile-11 { width: 91.667%; }
    .grid-mobile-12 { width: 100%; }
    .grid-mobile-offset-0 { margin-left: 0; }
    .grid-mobile-offset-1 { margin-left: 8.333%; }
    .grid-mobile-offset-2 { margin-left: 16.666%; }
    .grid-mobile-offset-3 { margin-left: 25%; }
    .grid-mobile-offset-4 { margin-left: 33.332%; }
    .grid-mobile-offset-5 { margin-left: 41.665%; }
    .grid-mobile-offset-6 { margin-left: 50%; }
    .grid-mobile-offset-7 { margin-left: 58.334%; }
    .grid-mobile-offset-8 { margin-left: 66.667%; }
    .grid-mobile-offset-9 { margin-left: 75%; }
    .grid-mobile-offset-10 { margin-left: 83.334%; }
    .grid-mobile-offset-11 { margin-left: 91.667%; }

    /* Flex 1 Column  */
    .flex-mobile-1.flex-gap-small .flex-item,
    .flex-mobile-1.flex-gap-medium .flex-item,
    .flex-mobile-1.flex-gap-large .flex-item,
    .flex-mobile-1.flex-gap-empty .flex-item {
        width: 100%;
    }

    /* Flex 2 Columns */
    .flex-mobile-2.flex-gap-small .flex-item {
        width: calc(50% - 20px);
        margin-left:10px;
        margin-right:10px;;
    }
    .flex-mobile-2.flex-gap-medium .flex-item {
        width: calc(50% - 30px);
        margin-left:15px;
        margin-right:15px;
    }
    .flex-mobile-2.flex-gap-large .flex-item {
        width: calc(50% - 40px);
        margin-left:20px;
        margin-right:20px;
    }
    .flex-mobile-2.flex-gap-empty .flex-item {
        width: 50%;
    }

    /* Flex 3 Columns */
    .flex-mobile-3.flex-gap-small .flex-item {
        width: calc(33.333% - 20px);
        margin-left:10px;
        margin-right:10px;;
    }
    .flex-mobile-3.flex-gap-medium .flex-item {
         width: calc(33.333% - 30px);
        margin-left:15px;
        margin-right:15px;
    }
    .flex-mobile-3.flex-gap-large .flex-item {
        width: calc(33.333% - 40px);
        margin-left:20px;
        margin-right:20px;
    }
    .flex-mobile-3.flex-gap-empty .flex-item {
        width: 33.333%;
    }

    /* Flex 4 Columns */
    .flex-mobile-4.flex-gap-small .flex-item {
        width: calc(25% - 20px);
        margin-left:10px;
        margin-right:10px;;
    }
    .flex-mobile-4.flex-gap-medium .flex-item {
        width: calc(25% - 30px);
        margin-left:15px;
        margin-right:15px;
    }
    .flex-mobile-4.flex-gap-large .flex-item {
        width: calc(25% - 40px);
        margin-left:20px;
        margin-right:20px;
    }
    .flex-mobile-4.flex-gap-empty .flex-item {
        width: 25%;
    }

    /* Flex 5 Columns */
    .flex-mobile-5.flex-gap-small .flex-item {
        width: calc(20% - 20px);
        margin-left:10px;
        margin-right:10px;;
    }
    .flex-mobile-5.flex-gap-medium .flex-item {
        width: calc(20% - 30px);
        margin-left:15px;
        margin-right:15px;
    }
    .flex-mobile-5.flex-gap-large .flex-item {
        width: calc(20% - 40px);
        margin-left:20px;
        margin-right:20px;
    }
    .flex-mobile-5.flex-gap-empty .flex-item {
        width: 20%;
    }

}

/* Mobile portrait mode */
@media only screen and (max-width:479px) {
    .grid-row [class^="grid-"] { float: none; }
    .grid-1, .grid-2, .grid-3, .grid-4, .grid-5, .grid-6, .grid-7, .grid-8, .grid-9, .grid-10, .grid-11, .grid-12 { width: 100%; }

    /* Flex grid */
    .flex-mobile-portrait-1.flex-gap-small .flex-item,
    .flex-mobile-portrait-1.flex-gap-medium .flex-item,
    .flex-mobile-portrait-1.flex-gap-large .flex-item,
    .flex-mobile-portrait-1.flex-gap-empty .flex-item,
    .flex-mobile-portrait-2.flex-gap-small .flex-item,
    .flex-mobile-portrait-2.flex-gap-medium .flex-item,
    .flex-mobile-portrait-2.flex-gap-large .flex-item,
    .flex-mobile-portrait-2.flex-gap-empty .flex-item,
    .flex-mobile-portrait-3.flex-gap-small .flex-item,
    .flex-mobile-portrait-3.flex-gap-medium .flex-item,
    .flex-mobile-portrait-3.flex-gap-large .flex-item,
    .flex-mobile-portrait-3.flex-gap-empty .flex-item,
    .flex-mobile-portrait-4.flex-gap-small .flex-item,
    .flex-mobile-portrait-4.flex-gap-medium .flex-item,
    .flex-mobile-portrait-4.flex-gap-large .flex-item,
    .flex-mobile-portrait-4.flex-gap-empty .flex-item,
    .flex-mobile-portrait-5.flex-gap-small .flex-item,
    .flex-mobile-portrait-5.flex-gap-medium .flex-item,
    .flex-mobile-portrait-5.flex-gap-large .flex-item,
    .flex-mobile-portrait-5.flex-gap-empty .flex-item {
        width: 100%;
    }

}


/* ==================================================
  11. layers
================================================== */
.open-layer {
    overflow-y:hidden;
}
.layer-site {
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    left: 0;
    height: 100%;
    width: 100%;
    visibility: hidden;
    z-index: 99999999;
}
.layer-site:before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #fff;
    z-index: 1;
    opacity: 0;
    -webkit-transition: 0.3s 0.3s ease;
    transition: 0.3s 0.3s ease;
}
.layer-site.is-active:before {
    opacity: 1;
    -webkit-transition: 0.2s 0s ease;
    transition: 0.2s 0s ease;

}

/* Header */
.layer-header {
    width:100%;
    height: 80px;
    position:fixed;
    top:0;
    z-index: 99999;
}

/* Close button */
.layer-site .layer-close {
    color: #000;
    position: absolute;
    right: 0px;
    top: 20px;
    z-index: 10;
    width: 40px;
    height: 40px;
}
.layer-site .layer-close:after, .layer-site .layer-close:before {
    content: "";
    position: absolute;
    width: 30px;
    height: 2px;
    background-color: #000;
    top: 19px;
    left: 0;
    -webkit-transition: 0.4s 0s cubic-bezier(0.24, 1, 0.31, 1);
    transition: 0.4s 0s cubic-bezier(0.24, 1, 0.31, 1);
    opacity: 0;
}
.layer-close:after {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
}
.layer-close:before {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
}
.layer-site.is-active .layer-close:after, .layer-site.is-active .layer-close:before {
    opacity: 1;
    -webkit-transition-delay: 0.5s;
    transition-delay: 0.5s;
}
.layer-site.is-active .layer-close:after {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
.layer-site.is-active .layer-close:before {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
.layer-content {
    color: #15141b;
    z-index: 3;
    position: relative;
    padding-top: 80px;
    padding-bottom:80px;
}
.layer-scroll {
    position: relative;
    height: 100vh;
    overflow: hidden;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
    z-index: 1;
}
.layer-scroll:before {
    content:"";
    width: 100%;
    height:80px;
    background: -moz-linear-gradient(top,rgba(255,255,255,1) 0,rgba(255,255,255,0) 100%);
    background: -webkit-linear-gradient(top,rgba(255,255,255,1) 0,rgba(255,255,255,0) 100%);
    background: linear-gradient(to bottom,rgba(255,255,255,1) 0,rgba(255,255,255,0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff',endColorstr='#00ffffff',GradientType=0);
    position: fixed;
    top: 0;
    left: 0;
    right:0;
    pointer-events: none;
    z-index:99;
    opacity:0;
}
.layer-site.is-active .layer-scroll:before {
    opacity: 1;
}


/* Categories
 -------------------------------- */
.layer-cats .cats-col {
    float:left;
    width: 40%;
    padding-right: 40px;
    opacity: 0;
    transform: translateX(-100px);
    -webkit-transition: 0.3s 0s ease;
    transition: 0.3s 0s ease;
}
.layer-cats .tags-col {
    float:left;
    width: 60%;
    opacity: 0;
    transform: translateX(-100px);
    -webkit-transition: 0.3s 0s ease;
    transition: 0.3s 0s ease;
}
.layer-site.is-active .cats-col,
.layer-site.is-active .tags-col {
    opacity: 1;
    transform: translateX(0);
}
.layer-cats.is-active .cats-col {
    -webkit-transition: 0.3s 0.1s ease;
    transition: 0.3s 0.1s ease;
}
.layer-cats.is-active .tags-col {
     -webkit-transition: 0.3s 0.2s ease;
    transition: 0.3s 0.2s ease;
}
.cats-col .cats-menu,
.tags-col .tags-menu {
    list-style: none;
}
.cats-col .cats-menu li,
.tags-col .tags-menu li {
    margin-left:0;
    padding-left:0;
    font-weight:500;
}
.cats-col .cats-menu li {
    font-size: 70px;
    font-weight:700;
    line-height:110%;
    margin-bottom:0px;
    white-space: nowrap;
}
.cats-col .cats-menu li a {
    color:#656565;
    position:relative;
    display:block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.cats-col .cats-menu li a:hover {
    color:#4063e6;
}
.cats-col .cats-menu li a .count {
    font-size:16px;
    color:#929292;
    font-weight:400;
    position:relative;
    left:6px;
    top:-40px
}
.tags-col h6 {
    margin-bottom:10px;
    color:#929292;
    font-weight:400;
    font-size:16px;
}
.tags-col .tags-menu {
    -webkit-column-count: 4;
    -moz-column-count: 4;
    column-count: 4;
    -webkit-column-gap: 1.25em;
    -moz-column-gap: 1.25em;
    column-gap: 1.25em;
}
.tags-col .tags-menu a {
    color:#15141b;
    line-height:140%;
    font-size:1.5em;
    font-size:26px;
    font-weight:700;
}
.tags-col .tags-menu a:hover {
    color:#4063e6
}
.tags-col .tags-menu a.active,
.cats-col .cats-menu li a.active {
    color:#4063e6;
}


/* Search
 -------------------------------- */
.search-help-text {
    margin-bottom:50px;
    font-size:16px;
    color:#929292;
    transition: 0.5s 0s cubic-bezier(0.24, 1, 0.31, 1);
    opacity:0;
    transform: translateY(50px);
}
.is-searching .search-help-text {
    opacity:1;
    transform: translateY(0);
}
.layer-searchform {
    position: relative;
    z-index: 2;
}
.layer-searchform #searchform #searchsubmit {
    display:none;
}
.layer-searchform #searchform #s {
    background-color: transparent;
    font-size: 100px;
    font-weight: 700;
    border: none;
    line-height: normal;
    padding: 0;
    transition: 0.5s 0s cubic-bezier(0.24, 1, 0.31, 1);
    transform: translateY(-100%);
    color: #15141b;
}
.layer-searchform .search-input-wrap {
    line-height: 1;
    overflow: hidden;
    display: inline-block;
    width: 100%;
}
.is-searching .layer-searchform #searchform #s {
    transition: 0.5s 0.25s cubic-bezier(0.24, 1, 0.31, 1);
    transform: translateX(0) translateZ(0)
}
.layer-searchform #searchform #s::-webkit-input-placeholder {
    opacity:0;
}
.layer-searchform #searchform #s:-moz-placeholder {
    opacity:0;
}
.layer-searchform #searchform #s:-ms-input-placeholder {
    opacity:0;
}
.search-placeholder {
    font-weight: 700;
    width: 100%;
    font-size: 9em;
    position: absolute;
    z-index: 1;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    color:#15141b;
}
.is-filled .search-placeholder {
    color:#eee;
}
.search-placeholder-row {
    line-height: 1;
    overflow: hidden;
    display: inline-block;
    width: 100%;
}
.search-placeholder-row span {
    display: block;
    transition: 0.5s 0s cubic-bezier(0.24, 1, 0.31, 1);
    transform: translateY(100%);
    opacity: 0.7;
}
.is-searching .search-placeholder-row span {
    transition: 0.5s 0.25s cubic-bezier(0.24, 1, 0.31, 1);
    transform: translateX(0) translateZ(0);
}
.is-focused .search-placeholder-row span {
    transition: 0.5s 0s cubic-bezier(0.24, 1, 0.31, 1);
    transform: translateY(-100%);
}


/* ==================================================
   12. Header
================================================== */
.header:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}
.header {
    background-color:#15141b;
}

/* Header with absolute position under hero section */
.header-absolute .header {
    position:absolute;
    left:0;
    right:0;
    z-index:9;
    background-color:transparent;
}

/* Navigation Wrapper */
.nav-wrapper {
    text-align: center;
    width:100%;
}
.nav-wrapper .container {
    border-bottom:1px solid rgba(255,255,255,0.2);
}

/* Top bar */
.header-top-bar {
    background-color: #15141b;
}
.header-top-bar .container {
    height: 50px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.15);
}
.header-absolute .header-top-bar .container {
    border-bottom:none
}

.header-top-bar .header-social a span,
.header-top-bar .header-social a:hover span {
    color:#fff;
    opacity:1;
    font-size:13px;
}
.header-social {
    padding-top: 10px;
    float:left;
}
.header-top-bar .header-social a,
.header-top-bar .header-social a:hover {
    opacity:1;
    margin-right: 16px;
}
.header-top-bar .header-top-nav {
    display:inline-block;
    width:auto;
    position: relative;
    z-index: 200;
}
.header-top-bar .header-social a {
    line-height:30px;
    vertical-align:middle
}

/* Responsive Trigger */
.header-top-bar .nav-responsive-trigger {
    display: none;
    top: 5px;
    float:none;
    margin-left:12px;
}
.header-top-bar .nav-responsive-trigger .icon,
.header-top-bar .nav-responsive-trigger .icon:after,
.header-top-bar .nav-responsive-trigger .icon:before {
    background-color:#fff;
}

/* Nav player button */
.nav-player-btn.status-playing span,
.nav-player-btn.status-playing.status-show-player span {
    color:#4063e6;
    opacity:1;
}
.nav-player-btn.status-show-player span {
    color:#fff;
    opacity:1;
}
.nav-player-btn.status-loading span {
    animation: blink normal 0.5s infinite ease-in-out;
  -webkit-animation: blink normal 0.5s infinite ease-in-out;
}

/* WC Cart icon */
.shop-link {
    position:relative;
}
.shop-link .shop-items-count {
    position:absolute;
    display:inline-block;
    right:-5px;
    top:-6px;
    min-width:15px;
    min-height:15px;
    border-radius:100%;
    text-align:center;
    line-height:15px;
    height:10px;
    font-size:10px;
    color:#fff;
    opacity:1;
    background-color:#4063e6
}

/* Header Icons */
.header-icons {
    float:right;
    text-align:right;
    line-height: 30px;
}
.header-icons .header-icon {
    font-size:14px;
    color:#fff;
    position:relative;
    top: 10px;
    margin-left:12px;
}
.header-icon span {
    color:#fff;
}

/* Header top */
.header-top {
    text-align:center;
    margin-top: 40px;
    margin-bottom:40px;
}


/* Header style 0 */
.header-style0 .header-top {
    text-align:left;
    margin-top: 0px;
    margin-bottom: 0px;
    display: flex;
}
.header-absolute.header-style0 .header-top {
     border-bottom:1px solid rgba(255, 255, 255, 0.19);
}
.header-style0 .header-logo {
    margin-top:10px;
    max-width:150px
}
.header-style0 #nav-main {
    margin-left:auto;
}
.header-style0  #nav-main.nav-horizontal > ul > li {
    padding-top:20px;
    padding-bottom:20px;
}
.header-style0  #nav-main.nav-horizontal ul ul {
    top: 68px;
}

/* Header style 1 */

/* Header style 2 */
.header-style2 .nav-wrapper {
    text-align:left;
}
.header-style2 .header-top {
    text-align:left;
    overflow:hidden;
    margin-top: 30px;
    margin-bottom:30px;
    display: flex;
}
.header-style2 .header.isad .header-top {
    align-items: center;
    justify-content: center;
}
.header-style2 .adspot-header {
    margin-top:0;
    padding:0;
    margin-left: auto;
}
.header-style2 .header-logo {
    align-self:center;
}
.header-style2 #nav-main.nav-horizontal a:not(.module-link) {
    margin-left:0;
    margin-right:25px;
}

/* Header style 3 */
.header-style3 .header,
.header-absolute.header-style3 .header {
    background-color:#ffffff;
     -webkit-box-shadow: 0.25em 0.25em 0.5em rgba(0,0,0,.015);
     box-shadow: 0.25em 0.25em 0.5em rgba(0,0,0,.015);
}
.header-style3 .header {
     position:relative;
     z-index:4;
}
.header-style3 .header-top-bar .container {
    border-bottom:none;
}
.header-absolute.header-style3 .header {
    background-color:transparent;
    position:absolute;
}

.header-style3 #nav-main.nav-horizontal ul ul a:not(.module-link),
.header-absolute.header-style3 #nav-main.nav-horizontal ul ul a:not(.module-link) {
    color: #15141b;
}
.header-style3 #nav-main.nav-horizontal ul ul a:hover:not(.module-link),
.header-absolute.header-style3 #nav-main.nav-horizontal ul ul a:hover:not(.module-link) {
    color:#4063e6;
}
.header-style3 #nav-main.nav-horizontal a:hover:not(.module-link),
.header-absolute.header-style3 #nav-main.nav-horizontal a:hover:not(.module-link) {
    color: #4063e6;
}
.header-absolute.header-style3 #nav-main.nav-horizontal a:not(.module-link) {
   color:#fff;
}
.header-style3 #nav-main.nav-horizontal a:not(.module-link) {
    color: #15141b;
}

/* Header style 4 */
.header-style4 .header {
    height:60px;
    background-color:#fff;
}

.header-style4 .nav-responsive-trigger .icon {
    background: #15141b;
}
.header-style4  .nav-responsive-trigger .icon:before, .header-style4 .nav-responsive-trigger .icon:after {
    background-color: #15141b;
}
.header-style4 .nav-fixed {
    top:0;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    transform: translateY(0);
}


/* Header style 5 */
.header-style5 .header {
    background-color:#fff;
    box-shadow: 0.25em 0.25em 1em 2px rgba(0,0,0,.015);
    position:relative;
    z-index:4;
}
.header-absolute.header-style5 .header {
    background-color:transparent;
    position:absolute;
}
.header-style5 .header-top {
    text-align:left;
    margin-top: 0px;
    margin-bottom: 0px;
    display: flex;
}
.header-absolute.header-style5 .header-top {
     border-bottom:1px solid rgba(255, 255, 255, 0.19);
}
.header-style5 .header-logo {
    margin-top:10px;
    margin-bottom:10px;
    max-width:150px;
}
.header-style5 #nav-main {
    margin-left:auto;
}
.header-style5  #nav-main.nav-horizontal > ul > li {
    padding-top:20px;
    padding-bottom:20px;
}
.header-style5 #nav-main.nav-horizontal ul ul {
    top: 66px;
}
.header-style5 #nav-main.nav-horizontal ul ul a:not(.module-link),
.header-absolute.header-style5 #nav-main.nav-horizontal ul ul a:not(.module-link) {
    color: #15141b;
}
.header-style5 #nav-main.nav-horizontal ul ul a:hover:not(.module-link),
.header-absolute.header-style5 #nav-main.nav-horizontal ul ul a:hover:not(.module-link) {
    color:#4063e6;
}
.header-style5 #nav-main.nav-horizontal a:not(.module-link) {
    color: #15141b;
}
.header-style5 #nav-main.nav-horizontal a:hover:not(.module-link),
.header-absolute.header-style5 #nav-main.nav-horizontal a:hover:not(.module-link) {
    color: #4063e6;
}
.header-absolute.header-style5 #nav-main.nav-horizontal a:not(.module-link) {
   color:#fff;
}
.header-style5 .nav-responsive-trigger .icon {
    background: #15141b;
}
.header-style5  .nav-responsive-trigger .icon:before, .header-style5 .nav-responsive-trigger .icon:after {
    background-color: #15141b;
}
.header-absolute.header-style5 .header-middle .nav-responsive-trigger .icon {
    background: #fff;
}
.header-absolute.header-style5 .header-middle .nav-responsive-trigger .icon:before, .header-absolute.header-style5 .header-middle .nav-responsive-trigger .icon:after {
    background-color: #fff;
}

.header-logo {
    display: inline-block;
    vertical-align: middle;
}

.theme-logo img {
    width: 100%;
    margin: 0;
    display:inline-block;
}

/* Fixed navigation */
.nav-fixed {
     background-color:#fff;
    -webkit-box-shadow: 0.25em 0.25em 0.5em rgba(0,0,0,.015);
    box-shadow: 0.25em 0.25em 0.5em rgba(0,0,0,.015);
    height: 60px;
    width: 100%;
    position: fixed;
    z-index: 100;
    top: 0;
    -webkit-transform: translateY(-100px);
    -moz-transform: translateY(-100px);
    transform: translateY(-100px);
    transition: all 0.3s ease;
    backface-visibility: hidden;
}
.nav-fixed.is-active {
     -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    transform: translateY(0);
}
.nav-fixed-logo {
  float:left;
  margin-right: 20px;
  width:140px;
  margin-top:10px;
}
.nav-fixed-logo img {
    max-width: 100%
}
.nav-fixed .header-icons {
    margin-top:8px
}

#nav-fixed {
    float: left;
}

/* Responsive Trigger */
.nav-fixed .nav-responsive-trigger {
    top: 2px;
    float:none;
    margin-left:18px;
    margin-right:10px;
}
.nav-fixed .nav-responsive-trigger .icon,
.nav-fixed .nav-responsive-trigger .icon:after,
.nav-fixed .nav-responsive-trigger .icon:before {
    background-color:#15141b;
}


/* ==================================================
   13. Navigation
================================================== */


/* Horizonatl Navigation
 ------------------------------ */
.nav-horizontal {
    z-index: 100;
    display: inline-block;
}
.nav-hidden {
    overflow: hidden;
}
.nav-horizontal > ul {
    margin-bottom: 0;
    text-align: center;
}
.nav-horizontal li {
    list-style: none;
    display: block;
    margin: 0;
    position: relative;
}
.nav-horizontal > ul > li {
    display: inline-block;
    padding-bottom: 30px;
}

.nav-horizontal a:not(.module-link) {
    display: inline-block;
    position: relative;
    text-align: center;
    z-index: 98;
    line-height: normal;
    -webkit-transition: all .25s;
    -moz-transition: all .25s;
    transition: all .25s;
}
.nav-horizontal .active > a:not(.module-link), .nav-horizontal .current > a:not(.module-link), .nav-horizontal a:not(.module-link):hover {
    color: #4063e6;
}
.nav-horizontal > ul li.current-menu-parent ul  a:not(.module-link) {
    color: #fff;
}
.nav-horizontal li.menu-item-has-children > a:not(.module-link):after,
.nav-horizontal li.super-menu-page > a:not(.module-link):after {
    content: "+";
    display: inline-block;
    margin-left: 6px;
    line-height: normal;
    opacity: 0.3;
    position:relative;
    top: 0px;
}
.nav-horizontal ul ul li.menu-item-has-children > a:not(.module-link):after {
    top: -1px;
    float: right;
}

/* Sub nav */
.nav-horizontal ul ul {
    display: none;
    left: 0;
    position: absolute;
    margin: 0;
    background: #fff;
    width: 230px;
    z-index: 300;
    padding: 16px 0px;
    box-shadow: 0 20px 40px 0 rgba(0,0,0,.1);
    border: 1px solid rgba(234,234,234,.43);
}
.nav-horizontal ul ul.show-list {
    display: block;
    margin-top: 0px;
}
.nav-horizontal ul ul li {
    float: none;
}
.nav-horizontal ul ul li:last-child {
    border-bottom: none;
}
.nav-horizontal ul ul a:not(.module-link) {
    display: block;
    letter-spacing: 0;
    text-align: left;
    line-height: normal;
    margin: 0;
    left:0;
}
.nav-horizontal ul ul a:not(.module-link):hover {
    -webkit-transform: translateX(6px);
    -moz-transform: translateX(6px);
    transform: translateX(6px);
}
.nav-horizontal ul ul li:first-child > a:not(.module-link) {
    padding-top: 20px;
}
.nav-horizontal ul ul li:last-child > a:not(.module-link) {
    padding-bottom: 20px;
}
.nav-horizontal ul ul .current > a, .nav-horizontal ul ul li.current-menu-item a {
    font-weight: 600;
}

/* Dropdown */
.nav-horizontal ul ul ul {
    left: 100% !important;
    top: 0 !important;
}
body .nav-horizontal ul li > .edge {
    right: 100% !important;
    left: -100% !important;
}
body .nav-horizontal ul .edge {
    right: 100% !important;
    left: auto !important;
}


/* Main navigation
 ------------------------------ */
#nav-main {
    margin-top: 0px;
}
#nav-main.nav-horizontal a:not(.module-link) {
    margin: 0px 15px;
    font-size: 17px;
    font-weight: 500;
    color:#fff;
}
#nav-main.nav-horizontal a:hover:not(.module-link) {
    color:#4063e6
}
#nav-main.nav-horizontal ul ul {
    background: #fff;
    padding: 16px 0px;
    top: 48px;
    box-shadow: 0 20px 40px 0 rgba(0,0,0,.1);
}
#nav-main.nav-horizontal ul ul ul {
    top:0;
    box-shadow: 20px 2px 40px 3px rgba(0,0,0,.07);
}
#nav-main.nav-horizontal ul ul a:not(.module-link) {
    color: #15141b;
    font-size: 13px;
    letter-spacing: 0.02em;
    padding: 10px 22px;
    font-weight: 400;
    line-height: normal;
    margin: 0;
    top:0;
}
#nav-main.nav-horizontal ul ul a:hover:not(.module-link) {
    color:#4063e6;
}
.header-style3 #nav-main.nav-horizontal ul ul a:not(.module-link) {
    color: #15141b;
}
.header-style3 #nav-main.nav-horizontal ul ul a:hover:not(.module-link) {
    color:#4063e6;
}
#nav-main.nav-horizontal ul ul .current > a,
#nav-main.nav-horizontal ul ul li.current-menu-item a {
    font-weight: 400;
}


/* Top navigation
 ------------------------------ */
#nav-top {
    margin-top: 0px;
    min-height: 50px;
}
#nav-top.nav-horizontal > ul > li {
    padding-bottom:0px
}
#nav-top.nav-horizontal a {
    color: #fff;
    margin: 0px 8px 0px 8px;
    font-size: 14px;
    line-height:50px;
    font-weight: 400;
    opacity: 0.8;
}
#nav-top.nav-horizontal a:hover {
    opacity:1
}
#nav-top li > a:not(.module-link):after {
    opacity:0.6;
}
#nav-top.nav-horizontal ul ul {
    top: 50px;
}
#nav-top.nav-horizontal ul ul a {
    color: #15141b;
    font-size: 13px;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 0.02em;
    padding: 10px 22px;
    margin: 0;
}
#nav-top.nav-horizontal ul ul .active > a,
#nav-top.nav-horizontal ul ul a:hover {
     color: #4063e6;
}


/* Fixed navigation
 ------------------------------ */
#nav-fixed {
    margin-top: 0px;
    min-height: 50px;
}
#nav-fixed.nav-horizontal a:not(.module-link) {
    color: #15141b;
    margin: 0px 12px 0px 12px;
    font-size: 16px;
    line-height: 60px;
    font-weight: 500;
}
#nav-fixed.nav-horizontal a:not(.module-link):after {
    margin-left: 6px;
}
#nav-fixed.nav-horizontal a:not(.module-link):hover {
    opacity:1
}
#nav-fixed.nav-horizontal ul ul {
    background: #ffffff;
    padding: 16px 0px 16px 0px;
    top:60px;
    box-shadow: 0 20px 40px 0 rgba(0,0,0,.1);
}
#nav-fixed.nav-horizontal ul ul a:not(.module-link) {
    color: #15141b;
    font-size: 13px;
    letter-spacing: 0.02em;
    padding: 10px 18px;
    font-weight: 400;
    line-height: normal;
}
#nav-fixed.nav-horizontal ul ul a:hover,
#nav-fixed.nav-horizontal ul ul .hover > a,
#nav-fixed.nav-horizontal ul ul .current > a:hover,
#nav-fixed.nav-horizontal ul ul a.selected {
    color: #4063e6;
}
#nav-fixed.nav-horizontal ul ul .active > a,
#nav-fixed.nav-horizontal ul ul a:hover {
    color: #4063e6;
}
.nav-fixed .header-icons {
    line-height:23px;
}
.nav-fixed .header-icon span {
    color:#535257;
}
.nav-fixed .header-icon .shop-items-count {
    color:#fff;
}

/* Sidebar navigation
 ------------------------------ */
#nav-sidebar {
    margin-bottom: 30px
}
#nav-sidebar ul {
    padding: 0;
    margin: 0;
    list-style-type: none;
    font-weight: 400;
}
#nav-sidebar ul li {
    width: 100%;
    padding: 0;
    margin: 0;
    position: relative;
}
#nav-sidebar ul li a {
    font-size: 17px;
    width: 100%;
    display: inline-block;
    padding: 12px 10px 12px 0;
    color: #202121;
    font-weight: bold;
    opacity:1;
    line-height:110%;
    border-bottom:1px solid #eee;
    transition: color 0.3s;
}
#nav-sidebar ul li a:hover {
    color:#4063e6
}
#nav-sidebar > ul > li:last-child a {
    border: none;
}
#nav-sidebar ul ul {
    display: none
}
#nav-sidebar ul li li a {
    padding-left: 20px;
    padding-top: 12px;
    padding-bottom: 12px;
}
#nav-sidebar ul li li li a {
    padding-left: 40px;
}
#nav-sidebar ul li li li li a {
    padding-left: 60px;
}
#nav-sidebar ul li i {
    position: absolute;
    top: 4px;
    right: 0px;
    color: #656565;
    font-size: 30px;
    cursor: pointer;
    opacity: 0.8;
    transition: transform 0.3s ease;
    -webkit-transition: transform 0.3s ease;
}
#nav-sidebar ul li.opened > i:first-of-type {
    transform:rotate(180deg);
}

/* Hide sidebar navigation */
#nav-sidebar .top-nav-el {
    display: none;
}

/* Responsive Trigger */
.nav-responsive-trigger {
    display: none;
    width: 22px;
    background-color: transparent;
    z-index: 9999;
    position: relative;
    top: 5px;
    float: left;
    margin-left: -10px;
}
.header-middle .nav-responsive-trigger {
    margin-left: auto;
    margin-right:5px;
    top:8px
}
.nav-responsive-trigger .icon {
    display: inline-block;
    width: 22px;
    height: 3px;
    position: relative;
    left: 0px;
    top: 0px;
    background: #fff;
}
.nav-responsive-trigger .icon:before, .nav-responsive-trigger .icon:after {
    content: '';
    width: 100%;
    height: 3px;
    position: absolute;
    background-color: #fff;
    left: 0;
}
.nav-responsive-trigger .icon:before {
    top: -6px;
    width: 130%;
}
.nav-responsive-trigger .icon:after {
    top: 6px;
    width:70%;
}
.nav-responsive-trigger:hover span:before {
    width:100%;
}
.nav-responsive-trigger:hover span:after {
    width:100%;
}

/* Animations */
.nav-responsive-trigger .icon, .nav-responsive-trigger .icon:before, .nav-responsive-trigger .icon:after {
    transition: all 0.3s ease;
}


/* Super Menu
 ------------------------------ */
.nav-horizontal .super-menu-page {
    position:static;
}
.nav-horizontal .super-menu-page ul  {
    left:0;
    right:0;
    width:100%;
    padding: 0 !important;
    background-color:#fff !important;
    border: 4px solid #fff !important;
}
.header-style3 .nav-horizontal .super-menu-page ul {
    background-color:#fff !important;
    border: 4px solid #fff !important;
}
#nav-fixed.nav-horizontal .super-menu-page ul {
     top: 60px;
}
.nav-horizontal .super-menu-page ul li a {
    color: #333;
    font-size: 13px;
    letter-spacing:normal;
    padding: 0;
    font-weight: 600;
    line-height: normal;
    margin: 0;
    top: 0;
}
.nav-horizontal .module-1 .module-inner,
.super-menu-wrap.ajax-posts-slider .arrow-nav {
    margin:2px;
}


/* ==================================================
   14. Page
================================================== */


/* Page Header
 -------------------------------- */
.page-header {
    margin-top: 0px;
    position:relative;
    text-align:center;
    padding-top: 0px;
    padding-bottom: 40px;
    overflow: hidden;
}
.page-header h1 {
    font-size: 40px;
    text-align: center;
    margin-bottom: 0px;
    font-weight: 700;
    line-height: 110%;
    color: #15141b;
}
.woocommerce-account .page-header h1,
.woocommerce-cart .page-header h1,
.woocommerce-checkout .page-header h1,
.page-header.line-header h1 {
    text-align:left;
    padding-bottom:12px;
     color: #15141b;
    border-bottom:3px solid #dfdfdf;
}
.page-layout-left_sidebar .page-header h1,
.page-layout-right_sidebar .page-header h1 {
    text-align:left;
    margin-bottom:0
}
.page-template-template-blog .page-layout-left_sidebar .page-header h1,
.page-template-template-blog .page-layout-right_sidebar .page-header h1 {
    text-align: center;
    margin-bottom: 40px;
}
.woocommerce .page-layout-left_sidebar .page-header h1,
.woocommerce .page-layout-right_sidebar .page-header h1 {
    text-align: center;
    margin-bottom: 40px;
}


/* ==================================================
  15. Blog
================================================== */


/* List
 -------------------------------- */
.post-list-module {
    margin-bottom: 40px;
}
.post-list-module.module-3 {
    margin-bottom: 40px;
}

/* Index page */
.blog-list-index.content {
    padding-top:0;
}
.blog-list-index .page-header {
    padding: 120px 30px;
    margin-bottom:80px;
    background: #030819 url('images/index-bg.jpg') center center no-repeat;
    background-size:cover;
}
.blog-list-index .page-header h1 {
    color:#fff;
    font-size:58px;
}
.blog-list-index .module-2 .post-title {
    font-size: 36px;
    margin-bottom:30px;
    line-height:120%;
}
.blog-list-index .module-2 .post-title a {
     color:#15141b;
}
.blog-list-index .module-2 .module-top-meta:after {
    content:"";
    width:150px;
    height:4px;
    background-color:#ff0165;
    display:block;
    margin-top:10px;
    margin-bottom:10px;
}
.blog-list-index .module-2 .module-excerpt {
    color:#333;
}
.blog-list-index .module-2 .post-date {
    color:#929292;
    font-weight:400;
    opacity:1;
}



/* Grid
 -------------------------------- */
.post-grid-module {
    margin-bottom: 20px;
}



/* Single Post
 -------------------------------- */
.content.gradient-bg:before {
    content:"";
    position:absolute;
    left:0;
    top:0;
    height:800px;
    width:100%;
    background: rgba(249, 249, 249,1);
    background: -moz-linear-gradient(top, rgba(249, 249, 249,1) 0%, rgba(255,255,255,1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(249, 249, 249,1)), color-stop(100%, rgba(255,255,255,1)));
    background: -webkit-linear-gradient(top, rgba(249, 249, 249,1) 0%, rgba(255,255,255,1) 100%);
    background: -o-linear-gradient(top, rgba(249, 249, 249,1) 0%, rgba(255,255,255,1) 100%);
    background: -ms-linear-gradient(top, rgba(249, 249, 249,1) 0%, rgba(255,255,255,1) 100%);
    background: linear-gradient(to bottom, rgba(247, 247, 248,1) 0%, rgba(255,255,255,1) 100%);
}


/* Post Header
 -------------------------------- */
.post-header {
    padding-bottom:20px;
    position:relative;
    text-align:center;
}
.post-header h1 {
    font-size: 38px;
    text-align: center;
    margin-bottom: 40px;
    font-weight: 800;
    line-height: 120%;
    color: #222;
}
.post-header .post-meta-top {
    font-size: 18px;
    font-weight: 500;
    line-height: 110%;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    margin-bottom: 10px
}
.post-header .post-meta-bottom {
    text-align:center;
    margin-top: -30px;
    margin-bottom:40px;
    text-transform:uppercase;
    font-size: 14px;
    color:#929292;
}
.post-header .post-meta-bottom .author:before {
    content: "\2014";
    display:inline-block;
    margin-right:8px;
    margin-left:5px;
}

.layout-style-1 .post-header,
.layout-style-1 .post-header h1,
.layout-style-1 .post-header .post-meta-top,
.layout-style-1 .post-header .post-meta-bottom {
    text-align:left;
}
.layout-style-1 .post-header .post-meta-top,
.layout-style-1 .post-header .post-meta-bottom {
    margin-bottom:0px;
}

/* Stars Reviews */
.post-header .rating-stars-block {
    margin-bottom: 40px;;
    margin-top:-30px;
}
.post-header .rating-stars-block i {
    font-size:24px;
}

/* Reaser */
.post-teaser {
    font-weight: 400;
    font-size: 20px;
}

/* Post Header "Hero"
 -------------------------------- */
.content.hero-header {
    margin-top: -80px;
}
.post-header.hero {
    background-color: #f3f7fe;
    padding-top: 250px;
    margin-bottom: 80px;
    padding-bottom: 40px;
    position: relative;
}
.cut-corners .post-header.hero:before {
    content: "";
    position: absolute;
    bottom:0px;
    right:0;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 0 50px 50px;
    border-color: transparent transparent #ffffff transparent;
    z-index:3;
}
.post-header.hero .container {
    position: relative;
    z-index: 4;
}
.post-header.hero .hero-image {
    position: absolute;
    left:0;
    right: 0;
    top:0;
    bottom: 0;
    background-size: cover;
    z-index: 1;
    background-position: center center;
}
.post-header.hero .overlay {
    position: absolute;
    left:0;
    right: 0;
    top:0;
    bottom: 0;
    z-index: 2;
}
.post-header.hero .overlay-color {
    z-index: 2;
    background-color: #4063e6;
    opacity:0;
}
.post-header.hero h1 {
    color:#fff;
    font-weight: 600;
    letter-spacing: 0px;
    font-size: 48px;
}
.post-header.hero .post-meta-bottom,
.post-header.hero .post-meta-bottom a {
    color:rgba(255, 255, 255, 0.74);
    margin-bottom:30px;
}
.post-header.hero .post-meta-bottom .author a {
    color:#fff
}
.post-header.hero .post-meta-bottom a:hover {
    color:#4063e6;
}
.sidebar-on-right.sidebar-overlap .post-header.hero .container {
   padding-right: 430px;
}
.sidebar-on-left.sidebar-overlap .post-header.hero .container {
   padding-left:455px
}

/* Featured Block */
.featured-block {
    margin-bottom:40px;
}

/* Media */
.featured-block .media,
.featured-block .media iframe,
.featured-block .iframe-wrap {
    margin-bottom:0px;
    position:relative;
}
.featured-block .media.bandcamp {
    max-width:700px !important;
    margin:0 auto;
}

/* Source name */
.source-name {
    font-size:13px;
    text-align: left;
    width:100%;
    display:block;
    position:relative;
    font-style:italic;
}

/* Content */
.single-post-block {
    position:relative;
    margin-bottom: 60px;
}
.post-content-separator {
    width:100%;
    height: 1px;
    background: #eee;
    margin: 40px 0;
}

/* Share buttons */
.has-share-block {
    position: relative;
    min-height: 200px;
}
.has-share-block article {
    padding-left:70px;
}
.share-block {
    position:absolute;
    top:0;
}
.share-block.sticky-js {
    position:fixed;
    top:0;
    z-index:99999;
}

    .share-block .share-button {
        width: 40px;
        height: 40px;
        position: relative;
        display:block;
        text-align:center;
        margin-bottom: 15px;
    }
        .share-block .share-button:hover img {
            opacity:1;
        }
        .share-block .share-button img {
            position:absolute;
            left:0;
            top:0;
            opacity: 0.15;
        }
        .share-block .share-button .icon {
            top: 5px;
            position:relative;
            line-height:40px;
            color:#777;
        }
        .share-block .share-button:hover .icon {
            color:#15141b;
        }

/* Content footer */

/* Tags */
.meta-tags {
    margin-bottom: 30px;
    clear:both;
}
.meta-tags a {
    font-size:11px;
    text-transform:uppercase;
    display:inline-block;
    padding:10px 15px;
    font-weight:500;
    letter-spacing: 0.1em;
    line-height:100%;
    margin:4px 4px 0 0;
    background-color: #dad8da;
    text-decoration: none;
    background-image: none;
    color: #515151;
}
.meta-tags a:hover {
    background-color:#4063e6;
    color:#fff;
}

/* Post Navigation */
.post-navigation {
    margin-bottom: 20px;
    clear:both;
    overflow:hidden;
}
    .post-nav-block {
        top: 0;
        height: 100%;
        padding: 0;
        transition: all .3s ease-in-out;
        -moz-transition: all .3s ease-in-out;
        -webkit-transition: all .3s ease-in-out;
        width: 300px;
    }
        .post-nav-preview {
            width: 120px;
            position: relative;
            display: block;
            overflow: hidden;
        }
        .post-nav-title {
            position: relative;
            top: 5px;
            display: block;
            text-transform: capitalize;
            font-weight: 500;
            color: #535257;
        }
        .post-nav-title:hover {
            color:#4063e6;
        }
            .post-nav-title span {
                display:block;
                margin-bottom:5px;
                font-size: 15px;
                font-weight: 400;
                color: #929292;
            }
            .post-nav-title span i {
                font-size:16px;
                line-height:14px;
                vertical-align:middle;
                font-style:normal;
                position:relative;
                top:-2px;
            }
            .post-nav-left .post-nav-title span i {
                margin-right:10px;
            }
            .post-nav-right .post-nav-title span i {
                margin-left:10px;
            }
        .post-nav-left,
        .post-nav-right {
            margin-bottom: 40px;
            font-size: 16px;
            line-height: 1.2;
            transition: all .2s ease-in-out;
            -moz-transition: all .2s ease-in-out;
            -webkit-transition: all .2s ease-in-out;
            z-index: 2;
        }
        .post-nav-left {
            float: left;
            text-align: left;
        }
        .post-nav-left .post-nav-title {
             margin-left: 130px;
        }
        .post-nav-left .post-nav-preview {
             float: left;
        }
        .post-nav-right {
            float: right;
            text-align: right;
        }
        .post-nav-right .post-nav-title {
             margin-right: 130px;
        }
        .post-nav-right .post-nav-preview {
             float: right;
        }

        .cut-corners .post-nav-preview {
            -webkit-clip-path: polygon(0 0, 100% 0, 100% 85%, 90% 100%, 0 100%);
            clip-path: polygon(0 0, 100% 0, 100% 85%, 90% 100%, 0 100%);
        }

        /* Disable images  */
        .post-nav-preview {
            display:none;
        }
         .post-nav-left .post-nav-title {
             margin-left: 0px;
        }
        .post-nav-right .post-nav-title {
             margin-right: 0px;
        }


/* Author Block */
.author-block {
    overflow:hidden;
    position:relative;
    border-top:1px solid #eee;
    border-bottom:1px solid #eee;
    padding:30px;
    background-color:#fff;
        -webkit-box-shadow: 0.25em 0.25em 0.5em rgba(0,0,0,.015);
    box-shadow: 0.25em 0.25em 0.5em rgba(0,0,0,.015);
}
    .author-block .avatar {
        float: left;
        width: 90px;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        border-radius: 50%;
    }
    .author-block .author-desc {
        margin-left:130px;
    }
        .author-block .author-desc .author-name a {
            font-weight: 600;
            font-size:18px;
            color:#15141b;
        }

        .author-block .author-desc .desc {
            font-weight: 300;
            line-height: 24px;
            font-size: 15px;
            color: #656565;
        }


/* ==================================================
   16. Category / Tags / Archives / Search
================================================== */


/* Common
 -------------------------------- */
a.term-link {
    color: #15141b;
}
a.term-link:hover {
    color:inherit;
    text-decoration:underline;
}
a.term-link:after {
    content: "+";
    display: inline-block;
    margin-left: 10px;
    vertical-align:middle;
    font-size: 36px;
    top: -3px;
    position:relative;
    opacity: 0.3;
}
a.term-link.tag-link:before {
    content:"#";
    color:#4063e6
}
a.term-link.search-link:before {
    font-family: "icomoon";
    content: "\e61f";
    display: inline-block;
    margin-right: 10px;
    vertical-align:middle;
    font-size:40px;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    position:relative
}
a.term-link.search-link:after {
   display:none;
}


/* Author
 -------------------------------- */
.author-header {
    text-align:center;
    margin-bottom: 60px;
}
    .author-header .author-desc .author-gravatar {
        text-align:center;
        overflow:hidden;
        width:100%;
        margin-top:30px;
        margin-bottom:30px;
    }
    .author-header .author-gravatar img {
        border-radius:100%;
    }
    .author-header .author-desc {
        margin:auto;
        font-size:18px;
        line-height:30px;
        max-width:600px
    }
    .author-header .posts-count {
        margin-top:-20px;
        display:block;
        color:#929292;
        font-weight:400
    }


/* Search
 -------------------------------- */
.search-item {
    margin-bottom: 30px;
    padding-bottom: 30px;
    border-bottom: 1px solid #eee;
}
.search-item:last-child {
    border: 0;
    margin-bottom: 0;
}
.search-item article {
    margin-bottom: 0;
}
.search-item h2,
.search-item h2 a {
    letter-spacing: 0;
    font-size: 30px;
    color:#15141b;
}


/* ==================================================
   17. Comments
================================================== */
.comments-section {
    padding: 0px 0 0px 0;
    position: relative;
    clear:both;
}

/* Comments */
.comment-message {
    font-size: 16px;
    font-weight: 400;
    color: #15141b;
}
#comments .comments-title {
    text-align: left;
    margin-bottom: 40px;
    border-bottom: 1px solid #eee;
    padding-bottom: 15px;
}
.comments-list {
    margin: 30px 0 60px;
    padding: 0 0 30px;
    overflow: hidden;
}
.comment {
    list-style: none;
    margin: 30px 0 0;
}
.comment:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}
.comment:first-child {
    border-top: none;
    margin-top: 0;
    padding-top: 0;
}
.logged-in-as {
    position: relative;
    top: 0px;
    margin-bottom: 20px;
    font-size: 15px;
}
.logged-in-as a {
    color: #929292;
}
.logged-in-as a:hover {
    color: #4063e6
}
.comment-field {
    overflow: hidden;
    clear: both;
    margin-bottom: 10px;
}
.comment > article {
    margin: 0;
    position: relative;
}
.comment .avatar-wrap {
    background: #eee;
    float: left;
    position: absolute;
    z-index: 1;
    left: 0px;
    top: 16px;
    overflow: hidden;
    border-radius: 100%;
}
.comment .avatar-wrap img {
    margin: 0;
    width: 90px;
    height: 90px;
    float: left;
}
.comment .comment-body, .comment .comment-meta {
    margin: 0 0 0px 115px;
    font-size: 15px;
    line-height: 1.7em;
    margin-bottom: 30px;
    color: #444;
}
.comment .comment-meta {
    margin-bottom: 0;
}
.comment .author, .comment .author a {
    color: #15141b;
    margin: 0;
    font-size: 16px;
    font-weight: 600;
}
.comment .author a:hover {
    color: #4063e6;
}
.comment .date {
    color: #929292;
    font-size: 13px;
    margin: 0 0 10px;
    text-transform:uppercase;
}
.comment .reply a {
    font-size: 11px;
    text-transform: uppercase;
    font-weight: 400;
    letter-spacing: 0.1em;
    margin-left: 5px;
    color:#929292;
    padding:4px;
    top:-2px;
    border: 1px solid #ddd;
}
.comment .reply a:hover {
    background-color:#4063e6;
    color:#fff;
    border-color:transparent;
}
.comment .children {
    margin: 0;
    padding: 0px 0 0;
    position: relative;
}
.comment .children .comment {/* border-top: 1px solid rgba(255,255,255,0.1); */margin: 30px 0 0;padding: 35px 0 0 125px;position: relative;}
.comment .children .comment.depth-4, .comment .children .comment.depth-5, .comment .children .comment.depth-6, .comment .children .comment.depth-7, .comment .children .comment.depth-8, .comment .children .comment.depth-9, .comment .children .comment.depth-10 {
    padding-left: 0;
}
.comment .children .comment:first-child {
    margin-top: 0;
}

/* Pingbacks / Trackbacks */
.comment-list .pingback, .comment-list .trackback {
    list-style: none;
    margin-left: 0;
    padding-top: 30px;
    padding-left: 0;
    border-top: 1px dotted #e6e6e6;
}
.comment-list .pingback:first-child, .comment-list .trackback:first-child {
    border-top: none;
    margin-top: 0;
    padding-top: 0;
}
.comment-list .pingback .author, .comment-list .trackback .author, .comment-list .pingback .author a, .comment-list .trackback .author a, .comment-list .pingback .author a:hover, .comment-list .trackback .author a:hover {
    font-size: 18px;
    color: #15141b;
    margin-bottom: 12px;
    font-weight: 600;
}
.comment-list .pingback .date, .comment-list .trackback .date {
    color: #888;
    font-size: 13px;
    margin: 0 0 5px;
    position: relative;
    top: -5px;
}

/* Response */
#respond {
    margin-top: 60px;
}
#reply-title {
    margin-bottom: 20px;
    font-weight: 600;
    color:#15141b;
}
#reply-title small {
    font-size: 20px;
    font-weight: normal;
}
#reply-title small:hover {
    color: #4063e6;
}
.comment-form {
    padding:30px;
    background-color: #f5f5f5;
}
#respond input::-webkit-input-placeholder, #respond textarea::-webkit-input-placeholder {
    color: #656565;
    font-weight: 300;
}
#respond input:-moz-placeholder, #respond textarea:-moz-placeholder {
    color: #656565;
    font-weight: 300;
}
.form-allowed-tags {
    font-size: 12px;
    color: #888;
    display: none;
}
.form-allowed-tags span {
    font-size: 12px;
    color: #aaa;
    display: block
}
.form-submit {
    overflow: hidden;
    clear: both;
    padding-top: 20px;
}
    .form-submit #submit {
        background-color: #4063e6;
    }
    .form-submit #submit:hover {
        background-color:#15141b
    }
#respond .flex-col-1-3 {
    padding: 5px;
}
#respond .flex-col-1-3.last {
    padding-right: 0
}
#respond .flex-col-1-3.first {
    padding-left: 0
}


/* ==================================================
  18. Footer
================================================== */
.footer-container {
    width: 100%;
    height: 100%;
    position: relative;
    background-color: #15141b;
    z-index:3;
}
.cut-corners .footer-container:after {
    content:'';
    position: absolute;
    right: 0;
    top:-80px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 0 80px 80px;
    border-color: transparent transparent #15141b transparent;
    z-index: 2;
}
    .footer-widgets {
        padding:60px 0;
    }

    .footer-bottom {
        padding: 60px 0;
    }
        .footer-note {
            text-align: left;
            font-size: 15px;
            font-weight:300;
        }
        .footer-note a {
            padding-bottom: 2px;
            border-bottom: 1px dotted #929292;
        }
        .footer-note a:hover {
            border:none;
        }
        .dark-bg .footer-note {
            color: #b4b4bc;
        }
        .dark-bg .footer-note a {
            color: #b4b4bc;
            padding-bottom: 2px;
            border-bottom: 1px dotted #929292;
        }
        .dark-bg .footer-note a:hover {
            border:none
        }

        .footer-social {
            text-align: right;
        }
            .footer-social a span,
            .footer-social a:hover span {
                font-size:16px;
            }
            .footer-social a {
                margin-left:15px;
            }
            .footer-social a:hover span {
                color:#15141b;
            }
        .dark-bg .footer-social,
        .dark-bg .footer-social a span {
            color: #ffffff;
        }
        .dark-bg .footer-social a:hover span {
            color:#4063e6;
        }


/* ==================================================
  19. Widgets
================================================== */
.widget {
    line-height: 1.7em;
    width: 100%;
    word-wrap: break-word;
    overflow: hidden;
    padding-bottom: 60px;
    font-size: 16px;
}
.dark-bg .widget {
    color: #b4b4bc;
    font-weight: 400;
}
.dark-bg .widget a,
.dark-bg .widget li a {
    color: #b4b4bc;
}
.widget a {
    color: #333;
    font-weight:400;
    transition: all 0.4s;
}
.widget a:hover, .widget li a:hover {
    color: #4063e6;
}

.widget address {
    margin-bottom: 18px;
}
.widget abbr[title] {
    border-color: rgba(000, 000, 000, 0.1);
}
.dark-bg .widget abbr[title] {
    border-color: rgba(255, 255, 255, 0.1);
}
.widget mark, .widget ins {
    color: #15141b;
}
.widget pre, .widget fieldset {
    border-color: rgba(000, 000, 000, 0.1);
}
.dark-bg .widget pre, .dark-bg .widget fieldset {
    border-color: rgba(255, 255, 255, 0.1);
}
.widget code, .widget kbd, .widget tt, .widget var, .widget samp, .widget pre {
    font-size: 16px;
}
.widget blockquote {
    color: rgba(000, 000, 000, 0.7);
    font-size: 18px;
    line-height: 1.5;
    margin-bottom: 18px;
}
.dark-bg .widget blockquote {
    color: rgba(255, 255, 255, 0.7);
}
.widget blockquote cite {
    color: #444;
}
.dark-bg .widget blockquote cite {
    color:rgba(255, 255, 255, 0.7);
}
.widget dl, .widget dd {
    margin-bottom: 18px;
}
.widget ul, .widget ol {
    list-style: none;
    margin: 0;
}
.widget li > ol, .widget li > ul {
    margin-left: 10px;
}
.widget table, .widget th, .widget td {
    border-color: rgba(000, 000, 000, 0.1);
    padding: 0;
    border: none;
}
.dark-bg .widget table, .widget th, .widget td {
    border-color: rgba(255, 255, 255, 0.1);
}
.widget table {
    margin-bottom: 18px;
}
.widget del {
    color: rgba(000, 000, 000, 0.4);
}
.dark-bg .widget del {
    color: rgba(255, 255, 255, 0.4);
}
.widget hr {
    background-color: rgba(000, 000, 000, 0.1);
}
.dark-bg .widget hr {
    background-color: rgba(255, 255, 255, 0.1);
}
.widget p {
    margin-bottom: 30px;
}
.widget p strong {
    font-weight:500;
}
.widget p:last-child {
    margin-bottom: 0;
}
.widget select {
    font-size: 18px;
    color: #15141b;
    border: 4px solid #eee;
    font-weight: 400;
    background-color: #fff;
    font-weight:300;;
    max-width: 250px;
     -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.dark-bg .widget select {
    border-color:rgba(255, 255, 255, 0.3);
    color:rgba(255, 255, 255, 0.7);
    background-color:transparent;
}
.widget select:hover {
    border-color:#ddd;
}
.widget select option {
    color:#15141b;
}
.widget input, .widget textarea {
    background-color: transparent;
    border:none;
    border-bottom: 1px solid rgba(000, 000, 000, 0.1);
    color: #444;
    font-size: 16px;
    padding: 8px 0;
    margin-bottom:18px;
}
.widget input:focus, .widget textarea:focus {
    border-color: rgba(000, 000, 000, 0.5);
}
.dark-bg .widget input, .dark-bg .widget textarea {
    background-color: transparent;
    border-color: rgba(255, 255, 255, 0.1);
    color: #fff;
}
.dark-bg .widget input:focus, .dark-bg .widget textarea:focus {
    border-color: rgba(255, 255, 255, 0.5);
}
.widget button, .widget .button, .widget input[type="button"], .widget input[type="reset"], .widget input[type="submit"] {
    background-color: #4063e6;
    color:#fff;
    border: 0;
    font-weight:400;
    font-size: 14px;
    padding: 12px 27px;
}
.widget input[type="button"]:hover,
.widget input[type="button"]:focus,
.widget input[type="reset"]:hover,
.widget input[type="reset"]:focus,
.widget input[type="submit"]:hover,
.widget input[type="submit"]:focus {
    color: #fff;
    background-color: #15141b;
}
.widget input[type="button"]:active,
.widget input[type="reset"]:active,
.widget input[type="submit"]:active {
    color: #fff;
    background-color: #15141b;
}
.dark-bg .widget input[type="button"]:hover,
.dark-bg .widget input[type="button"]:focus,
.dark-bg .widget input[type="reset"]:hover,
.dark-bg .widget input[type="reset"]:focus,
.dark-bg .widget input[type="submit"]:hover,
.dark-bg .widget input[type="submit"]:focus {
    color: #15141b;
    background-color: #fff;
}
.dark-bg .widget input[type="button"]:active,
.dark-bg .widget input[type="reset"]:active,
.dark-bg .widget input[type="submit"]:active {
    color: #15141b;
    background-color: #fff;
}
.widget .wp-caption {
    color: rgba(255, 255, 255, 0.7);
    margin-bottom: 18px;
}
.dark-bg .widget .wp-caption {
    color: rgba(255, 255, 255, 0.7);
}

/* Tag Cloud Widget */
.widget_tag_cloud {
    overflow: hidden
}
.widget_tag_cloud .tagcloud a {
    padding: 6px 10px;
    margin: 3px;
    float: left;
    line-height: normal;
    color: #656565;
    font-weight: 500;
    font-size: 12px;
    text-transform: uppercase;
    background-color: #eeee;
    border-radius:1px;
    letter-spacing:1px;
}
.widget_tag_cloud .tagcloud a span {
    color:#929292;
}
.widget_tag_cloud .tagcloud a:hover {
    color: #fff;
    background-color: #4063e6;
}
.widget_tag_cloud .tagcloud a:hover span {
    color:#fff
}
.dark-bg .widget_tag_cloud .tagcloud a {
    background-color:rgba( 255,255,255,0.1)
}

/* Calendar Widget*/
.widget table#wp-calendar {
    background-color: transparent;
}
.widget table#wp-calendar a {
    display: block;
    background: #15141ba3;
    color: #fff;
    line-height: 31px;
    text-decoration: none;
    font-weight: 500;
}
.widget table#wp-calendar a:hover {
    background: #fff;
    color: #333;
    line-height: 31px;
    text-decoration: none;
}
.widget table#wp-calendar {
    width: 99%;
    margin-left: 2px;
}
.widget table#wp-calendar tbody td {
    text-align: center;
    border: 1px solid rgba(0, 0, 0, 0.09);
    background-color: rgba(0, 0, 0, 0.02);
    color: #444;
    font-size: 14px;
    font-weight:400;
    line-height: 30px;
}
.dark-bg .widget table#wp-calendar tbody td {
    border: 1px solid rgba(255, 255, 255, 0.09);
    background-color: rgba(255, 255, 255, 0.02);
    color: #929292;
    font-weight:400;
}
.widget table#wp-calendar caption {
    font-size: 14px;
    text-transform: uppercase;
    width: 100%;
    color: #444;
    padding: 0;
    margin-bottom: 5px;
    text-align: center;
    font-weight:500;
    letter-spacing:1px;
}
.dark-bg .widget table#wp-calendar caption {
    color:#929292;
}
.widget table#wp-calendar th {
    font-weight: normal;
    color: #15141b;
    background-color: rgba(0, 0, 0, 0.07);
    text-align: center;
    padding: 2px;
    border: 1px solid rgba(0, 0, 0, 0.09);
}
.dark-bg .widget table#wp-calendar th {
    color: #929292;
    border: 1px solid rgba(255, 255, 255, 0.09);
    background-color: rgba(255, 255, 255, 0.1);
}
.widget table#wp-calendar #next a {
    text-align: right;
    color: #444;
    line-height: 10px;
    background: none;
}
.widget table#wp-calendar #prev a {
    text-align: left;
    color: #444;
    line-height: 15px;
    background: none;
}
.dark-bg .widget table#wp-calendar #next a,
.dark-bg .widget table#wp-calendar #prev a {
    color:#929292
}
.widget table#wp-calendar #next a:hover, .widget table#wp-calendar #prev a:hover {
    color: #4063e6;
}

/* List Style Widgets*/
.widget li {
    margin-left: 0;;
}
.widget_archive li, .widget_categories li, .widget_links li, .widget_meta li, .widget_pages li, .widget_recent_comments li, .widget_recent_entries li {
    padding: 4px 0;
    font-size:15px;
}
.widget_archive li a:hover,
.widget_categories li a:hover,
.widget_links li a:hover,
.widget_meta li a:hover,
.widget_pages li a:hover,
.widget_recent_comments li a:hover,
.widget_recent_entries li a:hover {
    color: #4063e6
}

/* Categories / archives meta / menu */
.widget_archive li, .widget_categories li, .widget_meta li {
    margin-bottom: 0;
    color: #929292;
    position:relative;
    padding-left:30px;
}
.widget_archive li a,
.widget_categories li a,
.widget_meta li a,
.widget_nav_menu li a {
    font-weight:400;
}
.widget_archive li:before,
.widget_categories li:before,
.widget_meta li:before {
    font-family:"icomoon";
    content: "\e01a";
    font-size:20px;
    transform: rotate(-90deg);
    left:0;
    position:absolute;
    top: 4px;
}

/* Menu */
.widget_nav_menu {
    counter-reset: nav-counter;
}
.widget_nav_menu_2 li a:before {
    content: counter(nav-counter, decimal-leading-zero);
    counter-increment: nav-counter;
    display:inline-block;
    margin-right:10px;
    font-size:11px;
    color:#4063e6;
}

/* Recent Comments */
.widget_recent_comments li {
    position:relative;
    padding-left:30px;
    color:#929292;
    margin-bottom:8px;
}

.widget_recent_comments li:before {
    font-family:"icomoon";
    content: "\f27b";
    position:absolute;
    left:0;
    font-size:18px;
}
.widget_recent_comments .comment-author-link,
.widget_recent_comments li a {
    color:#333;
}
.widget_recent_comments .comment-author-link {
    font-weight:400;
    color:#333
}
.dark-bg .widget_recent_comments li a,
.dark-bg .widget_recent_comments .comment-author-link {
    color:#fff
}

/* Categories */

/* Recent Posts Widget */
.widget_recent_entries li {
    position:relative;
    padding-left:30px;
}
.widget_recent_entries .post-date {
    display: block;
    opacity: 1;
}
.widget_recent_entries li:before {
    content: "\2014";
    position:absolute;
    left:0;
    font-size:18px;

}

/* RSS Widget */
.rsswidget img {
    margin-top: -4px;
}
.rssSummary {
    margin: 9px 0;
    color: #929292;
    font-size: 15px;
}
.rss-date {
    display: block;
    font-size: 14px;
    color: #929292
}
.widget_rss li {
    margin-bottom: 18px;
}
.widget_rss li:last-child {
    margin-bottom: 0;
}
.widget_rss li cite {
    font-weight:400;
    font-size:14px;
}

/* Text Widget */
.widget_text > div >:last-child {
    margin-bottom: 0;
}

/* Custom newsletter form */
.rt-newsletter-input-wrap {
    position:relative;
    border-bottom: 1px solid #fff;
    max-width:440px;
    margin: 0 auto;
    transition: border-color 0.3s ease;
}
.dark-bg .rt-newsletter-input-wrap {
    border-bottom: 1px solid #4063e6;
}
.footer-container .rt-newsletter-input-wrap {
    margin-left:0;
}
.rt-newsletter-input-wrap:hover,
.rt-newsletter-input-wrap:focus {
    border-color:rgb(255, 255, 255);
}
.rt-newsletter-input-wrap:before,
.rt-newsletter-input-wrap:after {
    font-family:"icomoon";
     position:absolute;
}
.rt-newsletter-input-wrap:before {
    content: "\e904";
    color: #fff;
    font-size:32px;
    top:10px;
    left:0;
}
.dark-bg .rt-newsletter-input-wrap:before {
    color: #4063e6;
}
.rt-newsletter-input-wrap:after {
    content: "\e068";
    color:#4063e6;
    right: 0px;
    top:10px;
    font-size:40px;
    transition:right 0.3s ease;
}
.rt-newsletter-input-wrap:hover:after {
    right: -10px;
}
.rt-newsletter-input-wrap .rt-newsletter-input {
    border:none;
    padding-left: 40px;
    margin-bottom:0;
    color: #fff;
}
.rt-newsletter-input-wrap input.rt-newsletter-submit {
    position:absolute;
    top:10px;
    right: 0px;
    padding:0;
    line-height:normal;
    margin:0;
    background-color:transparent;
    text-indent:-99em;
    width:60px;
    height:30px;
    border-radius:0;
    z-index:2;
}
.widget .rt-newsletter-input-wrap input.rt-newsletter-submit:hover {
    background:transparent;
}
.dark-bg .rt-newsletter-input-wrap .rt-newsletter-input::-webkit-input-placeholder {
    color: rgb(255, 255, 255);
    font-size:17px;
}
.dark-bg .rt-newsletter-input-wrap .rt-newsletter-input:-moz-placeholder {
    color: rgb(255, 255, 255);
    font-size:17px;
}
.dark-bg .rt-newsletter-input-wrap .rt-newsletter-input:-ms-input-placeholder {
    color: rgb(255, 255, 255);
    font-size:17px;
}


/* Footer */
.footer-widgets .rt-newsletter-tittle,
.footer-widgets .rt-newsletter-desc {
    display: none;
}

/* Sidebar/Slidebar */
.sidebar .rt-newsletter,
.slidebar .rt-newsletter {
    background-color: #dad8da;
    padding:20px;
    text-align: center;
    color: #fff;
}
.sidebar .rt-newsletter-tittle,
.slidebar .rt-newsletter-tittle {
    color: #fff;
    font-size: 24px;
    font-weight: 400;
    margin-bottom:20px;
    display:inline-block;
}
.sidebar .rt-newsletter-desc,
.slidebar .rt-newsletter-desc {
    font-size: 18px;
    margin-bottom:10px
}
.sidebar .rt-newsletter-input-wrap:after,
.slidebar .rt-newsletter-input-wrap:after {
    color:#fff;
    right:0px;
}
.sidebar .rt-newsletter-input-wrap:hover:after,
.slidebar .rt-newsletter-input-wrap:hover:after {
    right:-10px;
}
.sidebar .rt-newsletter-input-wrap,
.slidebar .rt-newsletter-input-wrap {
   border-color:rgba(255, 255, 255, 0.5);
}
.sidebar .rt-newsletter-input-wrap:focus,
.sidebar .rt-newsletter-input-wrap:hover,
.slidebar .rt-newsletter-input-wrap:focus,
.slidebar .rt-newsletter-input-wrap:hover {
   border-color: rgba(255, 255, 255, 0.9);
}
.slidebar .rt-newsletter-input-wrap .rt-newsletter-input::-webkit-input-placeholder {
    color: rgba(255,255,255,0.7);
}
.slidebar .rt-newsletter-input-wrap .rt-newsletter-input:-moz-placeholder {
    color: rgba(255,255,255,0.7);
}
.slidebar .rt-newsletter-input-wrap .rt-newsletter-input:-ms-input-placeholder {
    color: rgba(255,255,255,0.7);
}
.sidebar .rt-newsletter-input-wrap .rt-newsletter-input::-webkit-input-placeholder {
    color: rgba(255,255,255,0.7);
}
.sidebar .rt-newsletter-input-wrap .rt-newsletter-input:-moz-placeholder {
    color: rgba(255,255,255,0.7);
}
.sidebar .rt-newsletter-input-wrap .rt-newsletter-input:-ms-input-placeholder {
    color: rgba(255,255,255,0.7);
}


/* ----------------------------------------------------------------------
20. Elements
/* ---------------------------------------------------------------------- */


/* Language selector
 ------------------------------------ */
.lang-selector {
    display: inline-block;
    top:8px;
    position:relative;
}
    .lang-selector ul {
        list-style: none;
        padding:0;
        margin: 0;
        text-transform:uppercase;
        font-size:13px;
        line-height: normal;
    }
    .lang-selector ul li {
        display: inline-block;
        padding:0;
        margin: 0;
        font-weight:400;
        color:#fff;
    }
    .lang-selector ul li a {
        display:inline-block;
        color:#999;
    }
    .lang-selector ul li:after {
        content: "/";
        margin-left: 4px;
        margin-right: 4px;
        display:inline-block;
        opacity:0.3;
    }
    .lang-selector ul li:last-child:after {
        display: none;
    }
    .lang-selector ul li img {
        margin-right: 0px;
        top:-1px;
        position:relative;
    }
    .lang-selector ul li a img {
        transition: all .2s ease;
         -webkit-filter: grayscale(100%);
        -moz-filter: grayscale(100%);
        filter: grayscale(100%);
    }


/* Ratings
 -------------------------------- */

/* Stars */
.rating-stars-block {
    width: auto;
    font-family: "icomoon";
    color: #ff0165;
}
.rating-stars-block i {
    font-style:normal;
}
    .rating-star {
        display: inline-block
    }
    .rating-star.empty:before {
        content: "\e63a";
    }
    .rating-star:before {
        content: "\e63c";
    }
    .rating-star.half:before {
        content: "\e63b";
    }

.dark-bg .rating-stars-block {
    color: #ff0165;
}


/* Buttons
 -------------------------------- */

/* Default button */

input[type="submit"],
button,
.btn {
    display: inline-block;
    position: relative;
    padding: 14px 32px;
    background-color: #4063e6;
    font-size: 14px;
    line-height: 1;
    text-align: center;
    text-decoration: none;
    cursor: pointer;
    border: none;
    vertical-align: middle;
    white-space: nowrap;
    text-rendering: auto;
    user-select: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    font-weight: 500;
    font-style: normal;
    transition: all 0.2s ease-out;
    margin-right: 5px;
    margin-bottom: 5px;
    width: auto;
    text-transform: uppercase;
    color: #fff;
    z-index: 0;
    overflow: hidden;
    letter-spacing:0.07em
}
input[type="submit"]:hover,
button:hover,
.btn:hover {
    background-color: #15141b;
    color: #fff;
    z-index: 1;
}
.btn-small {
    padding:10px 16px;
    font-size:14px;
}

/* Dark */
input[type="submit"].btn-dark,
button.btn-dark,
.btn.btn-dark {
    background-color: #15141b;
    color: #fff;
}
input[type="submit"].btn-dark:hover,
button.btn-dark:hover,
.btn.btn-dark:hover {
    background-color: #4063e6;
    color: #fff;
}

/* Light */
input[type="submit"].btn-light,
button.btn-light,
.btn.btn-light {
    background-color: #fff;
    color: #15141b;
}
input[type="submit"].btn-light:hover,
button.btn-light:hover,
.btn.btn-light:hover {
    background-color: #4063e6;
    color: #fff;
}

/* Grey */
input[type="submit"].btn-grey,
button.btn-grey,
.btn.btn-grey {
    background-color:#eee;
    color: #656565;
}
input[type="submit"].btn-grey:hover,
button.btn-grey:hover,
.btn.btn-grey:hover {
    background-color: #4063e6;
    color: #fff;
}


/* Line Link
 ------------------------------------ */
.line-link {
    position: relative;
    text-decoration: none;
    margin-bottom: 2px;
}
.line-link:before,
.line-link:after {
    content: '';
    position: absolute;
    height: 2px;
    bottom: -2px;
}
.line-link:before {
    right: 0;
    width: 100%;
}
.line-link:after {
    left: 0;
    width: 0;
}
.line-link:hover:before,
.line-link:hover:after {
    transition: width 300ms cubic-bezier(0.4, 0, 0, 1);
}
.line-link:hover:before {
    width: 0;
}
.line-link:hover:after {
    width: 100%;
    transition-delay: 200ms;
}

.line-link {
    color: #15141b;
}
.line-link:before,
.line-link:after {
    background: #15141b;
}

.dark-bg .line-link {
    color: #fff
}
.dark-bg .line-link:before,
.dark-bg .line-link:after {
    background: #fff;
}

/* Thumb fade on hover
 -------------------------------- */
.thumb-fade img {
    -webkit-transition: filter .4s cubic-bezier(0.28, 0.12, 0.22, 1);
    -moz-transition: filter .4s cubic-bezier(0.28, 0.12, 0.22, 1);
    transition: filter .4s cubic-bezier(0.28, 0.12, 0.22, 1);
}
.thumb-fade:hover img,
.thumb-fade.on img {
    -ms-filter: saturate(150%) brightness(40%);
    -webkit-filter: saturate(150%) brightness(40%);
    filter: saturate(150%) brightness(40%);
}


/* Thumb icon effect
 -------------------------------- */
.thumb-icon {
    position: absolute;
    bottom: 0px;
    right: 10px;
    margin: 0 auto;
    z-index: 14;
    opacity:0;
}

.thumb-icon:hover span {
    color:#000;
}
.thumb.on .thumb-icon,
.thumb:hover .thumb-icon,
.thumb-icon.on {
    opacity:1;
}
.thumb-icon:before {
    content: "";
    width: 54px;
    height: 54px;
    background-color: #fff;
    position: absolute;
    top: 1px;
    left: 1px;
    z-index: -1;
    border: 1px #fff solid;
    -webkit-border-radius: 50% 50%;
    border-radius: 100%;
    -webkit-transform: scale(0);
    transform: scale(0);
    -webkit-transition: all 800ms cubic-bezier(0.190, 1.000, 0.220, 1.000);
    transition: all 800ms cubic-bezier(0.190, 1.000, 0.220, 1.000);
}
.thumb-icon:hover:before {
    -webkit-transform: scale(1);
      transform: scale(1);
}
    .thumb-icon .circle-svg {
        -webkit-transform: rotate(-90deg);
        transform: rotate(-90deg);
    }
        .thumb-icon .circle {
            stroke-dasharray: 0 144;
            -webkit-transition: 0.5s;
            transition: 0.5s;
            stroke-width: 1px;
        }
    .thumb:hover .thumb-icon .circle,
    .thumb.on .thumb-icon .circle,
    .thumb-icon.on .circle {
        stroke-dasharray: 144 144;
        -webkit-transition-property: stroke-dasharray;
        transition-property: stroke-dasharray;
    }
    .thumb-icon span {
        color: #fff;
        position:absolute;
        left: 17px;
        top: 20px;
        font-size:26px;
        z-index:2;
        line-height:normal;
    }


/* Youtube
 -------------------------------- */
.youtube {
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
    display: inline-block;
    overflow: hidden;
    cursor: pointer;
    margin-bottom: 40px;
}
.youtube img {
    vertical-align: middle;
}


/* Vimeo
 -------------------------------- */
.vimeo {
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
    display: inline-block;
    overflow: hidden;
    cursor: pointer;
    margin-bottom: 40px;
}
.vimeo img {
    vertical-align: middle;
}


/* ----------------------------------------------------------------------
26. Modules
/* ---------------------------------------------------------------------- */

/* - 1 -
Post details on image
*/
.module-1 .module-inner {
    margin: 0;
    height: 100%;
    background-color: #f1f1f1;
    position: relative;
}
    .module-1 .module-thumb {
        width: 100%;
        display: block;
    }
    .module-1 .module-info-container {
        position: absolute;
        pointer-events: none;
        z-index: 1;
        bottom: 0;
        top:0;
        left:0;
        right: 0;
        width: 100%;
    }
        .module-1 .module-info {
            position: absolute;
            pointer-events: none;
            bottom: 20px;
            left: 30px;
            right: 30px;
            z-index: 1;
            text-align:left;
        }
        .small-module .module-1 .module-info,
        .module-1.small-module .module-info {
            bottom: 15px;
            left: 15px;
            right: 15px;
        }
        .module.module-1 .post-cats {
            display: block;
            margin-bottom: 4px;
            line-height: 100%;
        }
        .module.module-1 .post-date {
            opacity:1
        }
        .module.module-1 .post-date:before {
            display:none;
        }
        .module-1.anim-zoom .module-inner {
            overflow: hidden;
        }
        .module-1 .post-title {
            font-size: 24px;
            margin-bottom: 5px;
            padding-bottom: 8px;
            line-height:120%;
            color: #fff;
            display: block;
            border-bottom:1px solid rgba(255,255,255,0.2);
        }
        .small-module .module-1 .post-title,
        .module-1.small-module .post-title {
            font-size: 18px;
            margin-bottom: 8px;
            line-height: 130%;
            margin-top: 2px;
            font-weight: 400;
        }
        .module-1 .post-meta {
            font-size: 13px;
            font-weight:400;
            color: rgba(255, 255, 255, 0.7);
            display: block;
            text-transform: uppercase;
        }
        .module-1 .post-meta div {
            display:inline-block;
            margin-right: 4px;
        }
        .module-1 .post-meta .post-author {
        font-size: 14px;
        }
        .module-1 .post-meta .rating-stars-block {
            font-size:16px;
            display:block;
        }
        .small-module .module-1 .post-meta .rating-stars-block,
        .module-1.small-module .post-meta .rating-stars-block {
            margin-top: 2px;
            line-height: 16px;
        }


/* - 2 -
Post details on image
*/

.module-2 .module-inner {
    margin: 0;
    height: 100%;
    position: relative;
    text-align:left;
}
    .module-2.desc-right .module-inner {
        text-align:right;
    }
    .module-2 .module-link {
        display: block;
        width: 100%;
        position: relative;
        overflow:hidden;
    }
    .module-2 .module-thumb {
        width: 100%;
        vertical-align: middle;
    }
    .module-2 .module-info-container-wrap {
        margin-top: -200px;
    }
    .small-module .module-2 .module-info-container-wrap,
    .module-2.small-module .module-info-container-wrap {
        margin-top: -140px;
    }
    .module-2.no-thumb .module-info-container-wrap{
        margin-top: 0px !important;
    }
    .module-2.full-size .module-info-container-wrap {
        margin-top: -30px !important;
    }
    .module-2 .module-info-container {
        max-width: 60%;
        padding:30px 30px 30px 30px;
        position: relative;
        display:inline-block;
        text-align:left;
        background-color:#fff;
        -webkit-box-shadow: 0.25em 0.25em 0.5em rgba(0,0,0,.015);
        box-shadow: 0.25em 0.25em 0.5em rgba(0,0,0,.015);
    }
    .small-module .module-2 .module-info-container,
    .module-2.small-module .module-info-container {
        max-width: 90%;
    }
    .module-2.full-size .module-info-container {
        max-width: 100% !important;
        display:block;
    }
    .dark-bg .module-2 .module-info-container {
        background:#000;
    }
    .module-2.desc-right .module-info-container {
        padding:30px 30px 30px 30px;
        min-width: 75%;
    }
        .module-2 .module-top-meta {
            display: block;
            text-align: left;
            font-size: 12px;
            color: #929292;
            width: 100%;
            text-transform: uppercase;
            line-height:14px;
            margin-bottom:10px;
        }
            .module-2 .post-cats {
               display: inline-block;
               margin-right: 5px;
               color: #4063e6;
            }
                .module-2 .post-cats a {
                    color: #4063e6;
                    line-height:10px;
                }
            .module-2 .post-date {
                display: inline-block;
                margin-right: 2px;
            }
            .module-2 .post-author {
                display: inline-block;
            }

        .module-2 .post-title {
            font-size: 22px;
            margin-bottom: 10px;
            color: #15141b;
            display: block;
            font-weight: 700;
        }
        .small-module .module-2 .post-title,
        .module-2.small-module .post-title {
            font-size:16px;
        }
        .dark-bg .module-2 .post-title,
        .dark-bg .module-2 .post-title a {
            color:#fff;
            font-weight:600;
        }
        .module-2 .post-title a {
            color: #15141b;
        }
        .module-2 .post-title a:hover {
            color: #4063e6;
        }
        .module-2 .rating-stars-block {
            margin-top: -10px;
            margin-bottom: 6px;
        }
        .cut-corners .module-2 .module-info-container:before {
            content: "";
            position: absolute;
            top:-30px;
            right: 0;
            width: 0;
            height: 0;
            border-style: solid;
            border-width: 0 0 30px 30px;
             -webkit-box-shadow: 0.25em 0.25em 0.5em rgba(0,0,0,.015);
            box-shadow: 0.25em 0.25em 0.5em rgba(0,0,0,.015);
            border-color: transparent transparent #ffffff transparent;
        }
        .cut-corners .dark-bg .module-2 .module-info-container:before {
            border-color: transparent transparent #15141b transparent;
        }
        .cut-corners  .module-2 .module-info-container-wrap {
            padding-top:30px;
        }
        .cut-corners .module-2.no-thumb .module-info-container:before {
             display:none !important;
        }
        .module-2 .module-excerpt {
            font-size: 16px;
            color: #656565;
            overflow: hidden;
        }
        .small-module .module-2 .module-excerpt,
        .module-2.small-module .module-excerpt {
            font-size:15px;
        }
        .dark-bg .module-2 .module-excerpt {
            color:#929292;
        }


/* - 3 -
Post details on image
*/
.module-3 {
    background-color:#fff;
    -webkit-box-shadow: 0.25em 0.25em 0.5em rgba(0,0,0,.015);
    box-shadow: 0.25em 0.25em 0.5em rgba(0,0,0,.015);
}
.module-3 .module-inner {
    margin: 0;
    position: relative;
    text-align:left;
    width: 100%;
    overflow: hidden;
}
    .module-3 .module-link {
        width: 40%;
        float: left;
        position: relative;
    }
    .module-3 .module-thumb-wrap {
        margin-right: 0px;
        overflow: hidden;
        display: block;
    }
        .module-3 .module-thumb {
            width: 100%;
            vertical-align: middle;
        }
    .module-3 .module-info-container {
        max-width: 60%;
        position: relative;
        text-align:left;
        float: left;
        padding:30px;
    }
        .module-3 .module-top-meta {
            display: block;
            text-align: left;
            font-size: 12px;
            color: #929292;
            width: 100%;
            text-transform: uppercase;
            line-height:14px;
            margin-bottom:10px;
        }
            .module-3 .post-cats {
               display: inline-block;
               margin-right: 5px;
               color: #4063e6;
            }
                .module-3 .post-cats a {
                    line-height:10px;
                    color: #4063e6;
                }
            .module-3 .post-date {
                display: inline-block;
                margin-right: 2px;
            }
            .module-3 .post-author {
                display: inline-block;
            }

        .module-3 .post-title {
            font-size: 22px;
            margin-bottom: 10px;
            color: #15141b;
            display: block;
            font-weight: 700;
        }
        .post-list-module.module-3 .post-title {
            font-size:26px;
        }
        .small-module .module-3 .post-title,
        .module-3.small-module .post-title {
            font-size:16px;
            margin-bottom:15px;
        }
        .dark-bg .module-3 .post-title,
        .dark-bg .module-3 .post-title a {
            color:#fff;
            font-weight:600;
        }
        .module-3 .post-title a {
            color:#15141b;
        }
        .module-3 .post-title a:hover {
            color: #4063e6;
        }
         .module-3 .rating-stars-block {
            margin-top: -10px;
            margin-bottom: 10px;
        }
        .small-module .module-3 .rating-stars-block,
        .module-3.small-module .rating-stars-block {
            font-size:14px;
        }
        .cut-corners .module-3 .module-link:before {
            content: "";
            position: absolute;
            bottom: 0;
            right: 0px;
            width: 0;
            height: 0;
            z-index:3;
            border-style: solid;
            border-width: 0 0 30px 30px;
            border-color: transparent transparent #ffffff transparent;
        }
        .cut-corners .dark-bg .module-3 .module-link:before {
            border-color: transparent transparent #15141b transparent;
        }

        .module-3 .module-excerpt {
            font-size: 16px;
            line-height:26px
        }
        .small-module .module-3 .module-excerpt,
        .module-3.small-module .module-excerpt {
            font-size:14px;
            line-height:22px
        }
        .dark-bg .module-3 .module-excerpt {
            color:#929292;
        }


/* - 4 -
Post details on image
*/
.post-grid-module.module-4 {
    margin-bottom:40px;
}
.module-4 .module-inner {
    margin: 0;
    position: relative;
    text-align:left;
    width: 100%;
    -webkit-box-shadow: 0.25em 0.25em 0.5em rgba(0,0,0,.015);
    box-shadow: 0.25em 0.25em 0.5em rgba(0,0,0,.015);
}
    .module-4 .module-link {
        width: 100%;
        display:block;
        position: relative;
        margin-bottom:0;
    }
    .module-4 .module-thumb-wrap {
        overflow: hidden;
        display: block;
    }
    .dark-bg .module-4 .module-thumb-wrap {
        background-color:#111;
    }
        .module-4 .module-thumb {
            width: 100%;
            vertical-align: middle;
        }
    .module-4 .module-info-container {
        position: relative;
        padding:20px;
        min-height:130px;
        text-align:left;
        background-color:#fff;
    }
        .module-4 .module-top-meta {
            display: block;
            text-align: left;
            font-size: 12px;
            width: 100%;
            text-transform: uppercase;
            line-height:14px;
            margin-bottom: 5px;
        }
            .module-4 .post-cats {
               display: inline-block;
               margin-bottom: 4px;
               color: #4063e6;
            }
                .module-4 .post-cats a {
                    color: #4063e6;
                    line-height:10px;
                }
            .module-4 .post-date {
                display: inline-block;
                margin-right: 8px;
            }
            .module-4 .post-author {
                display: inline-block;
            }

        .module-4 .post-title {
            font-size: 22px;
            margin-bottom: 20px;
            color: #15141b;
            display: block;
            font-weight: 600;
        }
        .small-module .module-4 .post-title,
        .module-4.small-module .post-title {
            font-size: 16px;
        }
        .module-4 .post-title a {
            color: #15141b;
        }
        .module-4 .post-title a:hover {
            color: #4063e6;
        }
        .module-4 .rating-stars-block {
            margin-top:-20px;
            margin-bottom:15px;
        }
        .cut-corners .module-4 .module-link:before {
            content: "";
            position: absolute;
            bottom: 0;
            right: 0;
            width: 0;
            height: 0;
            z-index:3;
            border-style: solid;
            border-width: 0 0 30px 30px;
            border-color: transparent transparent #ffffff transparent;
        }

        .module-4 .module-excerpt {
            line-height:1.6em;
            font-size: 16px;
        }


/* - 5 -
Post details on image
*/
.module-5 .module-inner {
    margin: 0;
    height: 100%;
    position: relative;
    text-align:left;
}
    .module-5.desc-right .module-inner {
        text-align:right;
    }
    .module-5 .module-link {
        display: block;
        width: 100%;
        position: relative;
        overflow: hidden;
    }

    .module-5 .module-thumb {
        width: 100%;
        vertical-align: middle;
    }
    .module-5 .module-info-container {
        width: 90%;
        min-height: 100px;
        background: #fff;
        padding: 30px 30px 30px 30px;
        -webkit-box-shadow: 0.25em 0.25em 0.5em rgba(0,0,0,.015);
        box-shadow: 0.25em 0.25em 0.5em rgba(0,0,0,.015);
        position: relative;
        text-align:left;
        top: -100px;
        margin-bottom: -80px;
    }
    .dark-bg .module-5 .module-info-container {
        background:#000;
    }
        .module-5 .module-top-meta {
            display: block;
            text-align: left;
            width: 100%;
            text-transform: uppercase;
            margin-bottom: 5px;
            line-height:14px;
            font-size:12px;
        }
            .module-5 .post-cats {
               display: inline-block;
               margin-right: 5px;
               color: #4063e6;
            }
                .module-5 .post-cats a {
                    color: #4063e6;
                }
            .module-5 .post-date {
                display: inline-block;
                margin-right: 2px;
            }
            .module-5 .post-author {
                display: inline-block;
            }

        .module-5 .post-title {
            font-size: 18px;
            margin-bottom: 10px;
            color: #15141b;
            display: block;
            font-weight: 700;
            line-height: 130%;
        }
        .flex-item-fw .module-5 .post-title {
            font-size: 26px;
        }
        .small-module .module-5 .post-title ,
        .module-5.small-module .post-title {
            font-size: 16px;
            margin-bottom: 20px;
        }
        .dark-bg .module-5 .post-title,
        .dark-bg .module-5 .post-title a {
            color:#fff;
            font-weight:600;
        }
        .module-5 .post-title a {
            color: #15141b;
        }
        .module-5 .post-title a:hover {
            color: #4063e6;
        }
        .module-5 .rating-stars-block {
            margin-top: -10px;
            margin-bottom:15px;
        }
        .small-module .module-5 .rating-stars-block,
        .module-5.small-module .rating-stars-block {
            font-size:14px;
        }
        .cut-corners .module-5 .module-link {
            position:relative;
            z-index:0
        }
        .cut-corners .module-5 .module-link:before {
            content: "";
            position: absolute;
            bottom:0px;
            right: 0;
            width: 0;
            height: 0;
            border-style: solid;
            border-width: 0 0 30px 30px;
            border-color: transparent transparent #f9f9fb transparent;
            z-index:2;
        }
        .cut-corners  .module-5 .module-info-container-wrap {
            padding-top:30px;
        }
        .cut-corners .dark-bg .module-5 .module-link:before {
            border-color: transparent transparent #15141b transparent;
        }

        .module-5 .module-excerpt {
            line-height:1.6em;
            font-size: 16px;
        }
        .small-module .module-5 .module-excerpt,
        .module-5.small-module .module-excerpt {
            font-size:15px;
        }
        .dark-bg .module-5 .module-excerpt {
            color:#929292;
        }


/* - 6 -
Post details on bg image
*/
.module-6 article,
.module-6 .module-link {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin-bottom:0;
    overflow:hidden;
}

    .module-6 .module-link {
        background-size:cover;
        background-position:center center;
    }
    .module-6 .module-info-container {
        position: absolute;
        pointer-events: none;
        z-index: 1;
        bottom: 0;
        top:0;
        left:0;
        right: 0;
        width: 100%;
    }
        .module-6 .module-info {
            position: absolute;
            pointer-events: none;
            bottom: 30px;
            left: 30px;
            right: 30px;
            z-index: 1;
            text-align:left;
        }
        .small-module .module-6 .module-info
        .module-6.small-module .module-info {
            bottom: 20px;
            left: 20px;
            right: 20px;
        }
        .module-6 .post-cats {
           display: block;
           margin-bottom: 5px;
           line-height: 100%;
        }
        .module-6 .post-title {
            font-size: 32px;
            margin-bottom: 10px;
            padding-bottom:10px;
            line-height:110%;
            color: #fff;
            display: block;
            border-bottom:1px solid rgba(255,255,255,0.2);

        }
        .module-6 .post-meta {
            font-size: 14px;
            font-weight:400;
            color: rgba(255, 255, 255, 0.62);
            display: block;
            text-transform: uppercase;
        }
        .module-6 .post-meta div {
            display:inline-block;
            margin-right:5px;
        }
        .module.module-6 .post-date {
            opacity:1;
        }
        .module.module-6 .post-date:before {
            display:none;
        }
        .module-6 .post-meta .rating-stars-block {
            display:block;
            margin-top:0px;
            font-size:22px;
        }
        .small-module .module-6 .post-title,
        .module-6.small-module .post-title {
            font-size: 18px;
            margin-bottom: 0px;
            line-height:120%;
            margin-top: 2px;
            font-weight: 600;
        }
        .small-module .module-6 .rating-stars-block,
        .module-6.small-module .rating-stars-block {
            font-size:16px;
        }


/* - 7 -
Post details on image
*/
.module-7 .module-inner {
    margin: 0;
    height: 100%;
    position: relative;
    text-align:left;
}
    .module-7.desc-right .module-inner {
        text-align:right;
    }
    .module-7 .module-link {
        display: block;
        width: 100%;
        position: relative;
        overflow: hidden;
        background-color:#f6f6f6;
    }
    .module-7 .module-thumb {
        width: 100%;
        vertical-align: middle;
    }
    .module-7 .module-info-container {
        width: 100%;
        padding-top:15px;
        position: relative;
        text-align:left;
    }
        .module-7 .module-top-meta {
            display: block;
            text-align: left;
            color: #929292;
            width: 100%;
            text-transform: uppercase;
            margin-bottom:10px;
            line-height:14px;
            font-size:12px;
        }
            .module-7 .post-cats {
               display: inline-block;
               margin-right: 5px;
               color: #4063e6;
            }
                .module-7 .post-cats a {
                    color: #4063e6;
                }
            .module-7 .post-date {
                display: inline-block;
                margin-right: 2px;
            }
            .module-7 .post-author {
                display: inline-block;
            }

        .module-7 .post-title {
            font-size: 18px;
            color: #15141b;
            display: block;
            font-weight: 700;
        }
        .small-module .module-7 .post-title ,
        .module-7.small-module .post-title {
            font-size: 16px;
            margin-bottom: 25px;
        }
        .dark-bg .module-7 .post-title,
        .dark-bg .module-7 .post-title a {
            color:#fff;
            font-weight:600;
        }
        .module-7 .post-title a {
            color: #15141b;
        }
        .module-7 .post-title a:hover {
            color: #4063e6;
        }
        .module-7 .rating-stars-block {
            margin-top:-28px;
            margin-bottom:20px;
        }
        .small-module .module-7 .rating-stars-block,
        .module-7.small-module .rating-stars-block {
            font-size:14px;
        }
        .cut-corners .module-7:not(.no-cut-corners) .module-link {
            position:relative;
            z-index:0
        }
        .cut-corners .module-7:not(.no-cut-corners) .module-link:before {
            content: "";
            position: absolute;
            bottom:0px;
            right: 0;
            width: 0;
            height: 0;
            border-style: solid;
            border-width: 0 0 30px 30px;
            border-color: transparent transparent #ffffff transparent;
            z-index:2;
        }
        .cut-corners .module-7:not(.no-cut-corners) .module-link:before {
            border-color: transparent transparent #ffffff transparent;
        }
        .cut-corners .module-7:not(.no-cut-corners) .module-info-container-wrap {
            padding-top:30px;
        }
        .module-7 .module-excerpt {
            line-height:1.6em;
            font-size: 16px;
            color: #656565;
        }
        .small-module .module-7 .module-excerpt,
        .module-7.small-module .module-excerpt {
            font-size:15px;
        }
        .dark-bg .module-7 .module-excerpt {
            color:#929292;
        }


/* - 8 -*/
.module-8 .module-inner {
    margin: 0;
    position: relative;
    text-align:left;
    width: 100%;
    overflow: hidden;
    padding-bottom:10px;
    border-bottom:1px solid #eee;
    margin-bottom:20px;
}
    .dark-bg .module-8 .module-inner {
        border-color:rgba(255, 255, 255, 0.09);
    }

    .module-8 .module-info-container {
        position: relative;
        text-align:left;
        float: left;
    }
        .module-8 .module-top-meta {
            display: block;
            text-align: left;
            font-size: 12px;
            color: #929292;
            width: 100%;
            text-transform: uppercase;
            line-height:14px;
            margin-bottom:10px;
        }
            .module-8 .post-cats {
               display: inline-block;
               margin-right: 5px;
               color: #4063e6;
            }
                .module-8 .post-cats a {
                    line-height:10px;
                    color: #4063e6;
                }
            .module-8 .post-date {
                display: inline-block;
                margin-right: 2px;
            }
            .module-8 .post-author {
                display: inline-block;
            }

        .module-8 .post-title {
            font-size:16px;
            margin-bottom:15px;
            color: #15141b;
            display: block;
            font-weight: 700;
        }
        .dark-bg .module-8 .post-title,
        .dark-bg .module-8 .post-title a {
            color:#fff;
            font-weight:600;
        }
        .module-8 .post-title a {
            color:#15141b;
        }
        .module-8 .post-title a:hover {
            color: #4063e6;
        }
         .module-8 .rating-stars-block {
            margin-top:-20px;
            margin-bottom:15px;
            font-size:14px;
        }

        .module-8 .module-excerpt {
            font-size:14px;
            line-height:22px;
            color: #656565;
            margin-bottom:10px
        }
        .dark-bg .module-8 .module-excerpt {
            color:#ccc;
        }


/* Helpers
 ------------------------------------ */

/* Post meta */
.module .post-date {
    font-size: 14px;
    font-weight:400;
    opacity: 0.6;
}
.module .post-date:before {
    content: "\2014";
    display:inline-block;
    margin-right:5px;
}
.module .post-author {
    display:none
}
.module .post-author:before {
    content: "\2014";
    display:inline-block;
    margin-right:5px;
}
.readmore {
    margin-top:20px;
    font-weight:500;
    display:inline-block;
}


/* Overlays */
.overlay-gradient-1 {
    background: -webkit-linear-gradient(bottom,rgba(21, 20, 27,0.8) 0%,rgba(21, 20, 27,0.8) 20%,rgba(21, 20, 27,0) 80%,rgba(21, 20, 27,0) 100%);
    background: -moz-linear-gradient(bottom,rgba(21, 20, 27,0.8) 0%,rgba(21, 20, 27,0.8) 20%,rgba(21, 20, 27,0) 80%,rgba(21, 20, 27,0) 100%);
    background: linear-gradient(to top,rgba(21, 20, 27,0.8) 0%,rgba(21, 20, 27,0.8) 20%,rgba(21, 20, 27,0) 80%,rgba(21, 20, 27,0) 100%);
}
.overlay-gradient-2 {
    background: -webkit-linear-gradient(bottom,rgba(21, 20, 27,0.4)  0%,rgba(21, 20, 27,0.4)  60%,rgba(21, 20, 27,0.4) 40%,rgba(21, 20, 27,1) 100%);
    background: -moz-linear-gradient(bottom,rgba(21, 20, 27,0.4)  0%,rgba(21, 20, 27,0.4)  60%,rgba(21, 20, 27,0.4) 40%,rgba(21, 20, 27,1) 100%);
    background: linear-gradient(to top,rgba(21, 20, 27,0.4)  0%,rgba(21, 20, 27,0.4)  60%,rgba(21, 20, 27,0.4) 40%,rgba(21, 20, 27,1) 100%);
}
.overlay-noise:before {
    content:"";
    position: absolute;
    left:0;
    right: 0;
    top:0;
    bottom: 0;
    opacity:0.7;
}

/* Categories links styles */
.cat {
    color: #4063e6;
}

/* Categories style 1 */
.cats-style-1 {
    line-height: normal;
}
.cats-style-1 .cat {
    display: inline-block;
    position: relative;
    color: #fff;
    font-size: 12px;
    text-transform:uppercase;
    font-weight:500;
    vertical-align: middle;
    overflow:hidden;
    margin: 4px 4px 4px -6px;
    letter-spacing:0.1em;
    z-index: 2;
}
.cut-corners .cats-style-1 .cat:hover .cat-inner:before,
.cut-corners .cats-style-1 .cat:hover .cat-inner:after,
.cats-style-1 .cat:hover .cat-inner {
    background-color:#000;
}
.cut-corners .cats-style-1 .cat {
    padding-left:8px;
    padding-right:8px;
    line-height: normal;
}
.small-module .cats-style-1 .cat {
    font-size:11px;
}
.cut-corners .cats-style-1 .cat .cat-inner:before, .cut-corners .cats-style-1 .cat .cat-inner:after {
    position: absolute;
    top: 50%;
    display: block;
    width: 10px;
    height: 100px;
    margin-top: -50px;
    background-color: inherit;
    content: "";
    z-index: -1;
}
.cats-style-1 .cat .cat-inner {
    position:relative;
    display:inline-block;
    margin-left:0px;
    margin-right:8px;
    padding:6px 8px;
    color:#fff;
    background-color: #4063e6;
}
.cut-corners .cats-style-1 .cat .cat-inner {
    margin-left:8px;
    margin-right:8px;
    padding: 4px 4px;
}
.cut-corners .cats-style-1 .cat .cat-inner:before {
    left: -8px;
    -webkit-transform: rotate(10deg);
    -ms-transform: rotate(10deg);
    transform: rotate(10deg);
}
.cut-corners .cats-style-1 .cat .cat-inner:after {
    right: -8px;
    -webkit-transform: rotate(10deg);
    -ms-transform: rotate(10deg);
    transform: rotate(10deg);
}

/* Categories style 2 */
.module .cats-style-2 {
    margin-right:4px;
    margin-bottom: 3px;
}
.cats-style-2 .cat {
    display: inline;
    position: relative;
    color: #4063e6;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 500;
    overflow:hidden;
}
.cats-style-2 .cat:first-child:before {
    display:none;
}
.cats-style-2 .cat:before {
    content:"";
    display:inline-block;
    width:4px;
}
.cats-style-2 .cat:first-child {
    margin-left:0
}
.cats-style-2 a.cat {
    display:inline
}
.cats-count {
    display: inline-block;
    color: #4063e6;
    margin-left: 2px;
    font-size: 12px;
    font-weight: 600;
}

/* Animations */
/* - Zoom */
.module.anim-zoom .module-thumb {
      transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;

}
.module.anim-zoom:hover .module-thumb {
      transform: scale3d(1.2, 1.2, 1);
    -webkit-transform: scale3d(1.2, 1.2, 1);
    -moz-transform: scale3d(1.2, 1.2, 1) rotate(0.02deg);
}
.sticky .post-title:before {
    font-family:"icomoon";
    content: "\e698";
    border-radius:100%;
    width:30px;
    height:30px;
    line-height:30px;
    text-align:center;
    color:#15141b;
    font-size: 26px;
    display:inline-block;
    margin-right: 5px;
    position:relative;
    top: -4px;
    transform:rotate(-46deg);
}


/* ==================================================
  22. Blocks
================================================== */


/* Related Posts
 -------------------------------- */
.block-rp {
    margin-bottom:30px
}
    .block-rp .ajax-posts-slider-inner {
        padding-bottom:10px;
    }
    h4.block-rp-title {
        text-align: left;
        margin-bottom: 15px;
        padding-left:0;
    }


/* ==================================================
  23. Elements
================================================== */


/* Load More
 ------------------------------------ */
.load-more {
    max-width:200px;
    margin:0 auto;
    display:block;
    margin-top:20px;
}
.load-more.loading {
    opacity:0.3;
    pointer-events:none;
    cursor:none;
}
.load-more.loaded {
    display:none;
}
.load-more.hidden {
    display:none;
}


/* Infinite load
 ------------------------------------ */
.infinite-load {
    margin-top:20px;
    display:block;
    opacity:0;
}
.infinite-load.loading {
    opacity:1;
}
.infinite-load.loaded {
    display:none;
}
.infinite-load.hidden {
    display:none;
}
.infinite-load .ajax-loader {
    display:inline-block;
    position:relative;
}


/* Animations */
.flex-anim .flex-new-item {
    transition: .5s cubic-bezier(0.77, 0, 0.175, 1), opacity cubic-bezier(0.77, 0, 0.175, 1) .5s;
    -webkit-transition: .5s cubic-bezier(0.77, 0, 0.175, 1), opacity cubic-bezier(0.77, 0, 0.175, 1) .5s;
    opacity: 0;
    transition-delay: .2s;
    -webkit-transition-delay: .2s;
}
.flex-anim.flex-anim-fadeup .flex-new-item {
    transform: translateY(100px);
    -webkit-transform: translateY(100px);
}
.flex-anim.flex-anim-fadeup .flex-new-item.on {
    transform: translateY(0);
    -webkit-transform: translateY(0);
    opacity: 1;
}



/* Ajax Posts Slider
 ------------------------------------ */

.ajax-posts-slider {
    position:relative;
}
.ajax-posts-slider-inner {
    position:relative;
    min-height: 0px;
    overflow: hidden;
}
.ajax-posts-slider-inner:after {
    content: '';
    display: block;
    height: 0;
    clear: both;
}
.block.gap .ajax-posts-slider-inner {
    margin: 0px -10px;
}
.block.gap .ajax-posts-slider-inner .ajax-item  {
   padding: 0 15px;
}


/* Anim */
.ajax-posts-slider.anim .ajax-item {
    transition: all 0.3s ease;
}
.ajax-posts-slider.anim-slide-from-right .ajax-item.new-item {
     transform: translateX(10px);
    -webkit-transform: translateX(10px);
    opacity: 0;
}
.ajax-posts-slider.anim-slide-from-right .ajax-item.new-item.is-active {
     transform: translateX(0);
    -webkit-transform: translateX(0);
    opacity: 1;
}
.ajax-posts-slider.anim-slide-from-left .ajax-item.new-item {
     transform: translateX(-10px);
    -webkit-transform: translateX(-10px);
    opacity: 0;
}
.ajax-posts-slider.anim-slide-from-left .ajax-item.new-item.is-active {
     transform: translateX(0);
    -webkit-transform: translateX(0);
    opacity: 1;
}
.ajax-posts-slider.anim .ajax-item {
    opacity:1;
}
.ajax-posts-slider.anim.loading .ajax-item,
.ajax-posts-slider.anim.loading .ajax-item.is-active {
    opacity:0.3
}

/* Nav */
.ajax-posts-slider .arrow-nav {
    position:absolute;
    top:50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
}
.ajax-posts-slider .arrow-nav.left {
    left:0;
}
.ajax-posts-slider .arrow-nav.right {
    right:0;
}
.ajax-posts-slider .ajax-loader {
    transition: opacity 0.3s ease;
    opacity:0;
}
.ajax-posts-slider.loading .ajax-loader {
    opacity:1
}

/* Nav styles */
.block.nav-style-2 .arrow-nav {
    top:-50px;
    transform:none;
    -webkit-transform:none;
    background-color:transparent;
    width:30px;
    height:40px;
}
.block.nav-style-2 .arrow-nav .icon {
    color:#15141b;
}
.block.nav-style-2 .arrow-nav span:before,
.block.nav-style-2 .arrow-nav span:after {
    background-color:#15141b;
}
.block.nav-style-2 .ajax-posts-slider .arrow-nav.left {
    right:40px;
    left:auto;
}
.block.nav-style-2 .ajax-posts-slider .arrow-nav.right {
    right:0;
}
.block.nav-style-2 .ajax-posts-slider .arrow-nav.left:after {
    content:"";
    position:absolute;
    right:-5px;
    top:6px;
    height:30px;
    width:1px;
    background-color:#ccc;
    transform: rotate(4deg);
    -webkit-transform: rotate(30deg);
}


/* Arrow navigation
 ------------------------------------ */
.arrow-nav {
    background: #15141b;
    position: relative;
    width: 40px;
    height: 40px;
    float: left;
    cursor:pointer;
    text-align: center;
    vertical-align: middle;
    font-size:23px;
    z-index:2;
}
.arrow-nav span {
    line-height: 45px;
}
.arrow-nav span:before,
.arrow-nav span:after  {
    transition: width .6s cubic-bezier(.165,.84,.44,1);
    transition: width .6s cubic-bezier(.165,.84,.44,1);
}
.arrow-nav.right span:before, .arrow-nav.left span:after {
    content:"";
    display:inline-block;
    width:0px;
    height:2px;
    position:relative;
    top: -8px;
    background-color:#fff;
}
.arrow-nav .icon {
    pointer-events: none;
    color:#fff;
    position: relative;
}
.arrow-nav.left span:after {
    left:-5px
}
.arrow-nav.right span:before {
    right:-5px
}
.arrow-nav.left:hover span:after,
.arrow-nav.right:hover span:before {
    width:11px;
}
.arrow-nav.left.disabled,
.arrow-nav.right.disabled {
    opacity:0.3;
    cursor:default;
    pointer-events: none;
}


/* Flexible iframes
 ------------------------------------ */
.iframe-wrap {
    margin: 0 0 30px;
}


/* Alertboxes
 ------------------------------------ */
.error, .success, .info, .warning {
    display: block;  /* font-weight: bold; */
    border: 1px solid;
    padding: 14px 20px 14px 20px;
    clear: both;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    font-weight: 600;
}
.error {
    background-color: #fdcaca;
    color: #7f6060;
    border-color: #ffc3c3;
}
.success {
    background-color: #cafdce;
    color: #637a65;
    border-color: #9cfaa3;
}
.info {
    background-color: #dee9fe;
    color: #737b8b;
    border-color: #cddfff;
}
.warning {
    background-color: #fbe9de;
    color: #877863;
    border-color: #fbe0b9
}


/* ==================================================
  24. ADS
================================================== */
.adspot {
    padding:20px 0;
    text-align: center;
}

/* Heading */
.adspot-heading {
    font-size:11px;
    color:#929292;
    width:100%;
    display:inline-block;
    line-height:normal;
}

/* Spots */
.adspot-header,
.adspot-footer {
    padding: 20px 30px;
}
.adspot-header {
    margin-top:-30px;
}
.adspot-article_top {
    padding-top:0;
}
.adspot-article_bottom {
    padding-bottom:0;
}

/* Display AD Spots depend on device */
.show-on-all-devices { display: inline-block; }
.show-on-desktop { display: inline-block; }
.show-on-tablet { display: none; }
.show-on-phone { display: none; }

/* Small Desktop Devices [ 960px ] */
@media only screen and (max-width:1240px) {
    .show-on-desktop { display: none; }
    .show-on-tablet { display: inline-block; }

}

/* Tablets */
@media only screen and (min-width:768px) and (max-width:1020px) {
    .show-on-desktop { display: none; }
    .show-on-tablet { display: inline-block; }
}

/* Mobile portrait and landscape modes */
@media only screen and (max-width:810px) {
    .show-on-desktop { display: none; }
    .show-on-tablet { display: none; }
    .show-on-phone { display: inline-block; }
}


/* ==================================================
  24. Animations
================================================== */


/* Blink
 -------------------------------- */

@keyframes blink {
    0% {
        opacity: 1
    }
    50% {
        opacity: 0.5
    }
    100% {
        opacity: 1
    }
}
@-webkit-keyframes blink {
   0% {
        opacity: 1
    }
    50% {
        opacity: 0.5
    }
    100% {
        opacity: 1
    }
}
.blink {
  animation: blink normal 0.5s infinite ease-in-out;
  -webkit-animation: blink normal 0.5s infinite ease-in-out;
}


/* ==================================================
  25. Plugins
================================================== */


/* King Composer
 -------------------------------- */
body #kc-footers {
    background:transparent;
}
body #kc-footers ul li .grp-column {
    background-color: #767676;
}
body.light-scheme #kc-footers ul li .grp-column {
    background-color: #bbb;
}
html .kc-preload-body .notice {
    display: none;
}
html .light-scheme {
    background-color: #eee;
}
.disable-view-element h3 {
    color:#333;
}
#kc-footers ul li.kc-online-presets {
    display:none;
}
#kc-footers ul li.kc-add-sections {
    display:none;
}
.kc-boxholder > .mpb > ul.cxols.top > li label {
    color:#fff;
}
.col-control .tips ol li[data-action="save-section"] {
    display:none
}
.kc-params-popup.kc-live-editor-popup .m-p-body {
    background:#333;
}


/* Scamp Player
 -------------------------------- */
.sp-track.playing,
.sp-track.paused,
#sp-empty-queue,
.sp-progress .sp-position,
#scamp_player.paused .sp-position {
    background-color: #4063e6;
}


/* Mailchimp
 -------------------------------- */
.mc4wp-alert {
    margin:3px 0;
    font-size:13px;
}
.mc4wp-alert.mc4wp-error {
    color:#ec4623;
}


/* Lightbox
 -------------------------------- */
.mfp-wrap {
    z-index: 99999999;
}
body .mfp-bg {
    background-color:#000;
    opacity: 0.9;
}
.mfp-close:after, .mfp-arrow:after {
    font-family: "icomoon";
    font-size: 24px;
    font-weight: bold;
    border: 0;
    margin-left: auto;
    width: 100%;
    height: 100%;
    position: relative;
    top: 0;
    margin-top: 0;
}
.mfp-arrow {
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    background-color: transparent;
    color: #fff;
    text-align: center;
    z-index: 9999;
}
.mfp-arrow:hover {
    opacity: 1;
    color: #4063e6;
}
.mfp-arrow.mfp-arrow-right:before,
.mfp-arrow.mfp-arrow-left:before {
    display: none;
}
.mfp-arrow.mfp-arrow-right:after,
.mfp-arrow.mfp-arrow-left:after {
   font-size:44px;
   border:0;
   margin-left:24px;
   margin-top:22px
}
.mfp-arrow.mfp-arrow-right:after {
    content: "\e04b";
}
.mfp-arrow.mfp-arrow-left:after {
    content: "\e03f";
}
.mfp-close:hover:after {
    color: #4063e6
}
.mfp-close:after {
    content: "\e641";
    font-family: "icomoon";
    font-size: 18px;
    font-weight: bold;
}

/* Others */
body .customize-partial-edit-shortcut-button,
body .customize-partial-edit-shortcut button:focus,
body .customize-partial-edit-shortcut button:hover {
    background: #f86239 !important;
    text-shadow:none;
    box-shadow: none;
}


/* Lazy Load
 -------------------------------- */
.lazy {
    display:inline-block;
    opacity:0;
      -webkit-transition: opacity 0.5s ease-in;
    -moz-transition: opacity 0.5s ease-in;
    -ms-transition: opacity 0.5s ease-in;
    transition: opacity 0.5s ease-in;
}
.lazy.lazy-done {
    opacity:1;

}


/* ==================================================
  26. MEDIA QUERIES
================================================== */


/* Very Large Displays
 -------------------------------- */
@media only screen and (max-width:1640px) and (min-width:1150px) {


    /* layout
     -------------------------------- */
    .sidebar-on-left.sidebar-overlap .post-header.hero .container {
        padding-left:430px
    }


}


/* Large Displays
 -------------------------------- */
@media only screen and (max-width:1560px) and (min-width:1150px) {


    /* layout
     -------------------------------- */
    .sidebar-on-left.sidebar-overlap .post-header.hero .container {
        padding-left:410px
    }

}


/* For Small Desktop Devices [ 960px ]
 -------------------------------- */
@media only screen and (max-width:1240px) {


   /* Layers
    -------------------------------- */
    .layer-cats .tags-col .tags-menu {
        column-count: 3;
    }


    /* Header
     -------------------------------- */
    .rt-newsletter-input-wrap input.rt-newsletter-submit:after {
         display:none;
     }

    /* Navigation
     -------------------------------- */
    #nav-fixed.nav-horizontal a:not(.module-link) {
        margin: 0px 10px 0px 10px;
        font-size: 15px;
        letter-spacing: 0em;
    }


    /* Layout
     -------------------------------- */
    .container.small .block-extended,
    .featured-extended .post-header,
    .featured-extended .featured-block {
        margin-left: 0px;
        margin-right: 0px;
        position: relative;
    }


    /* Modules
     -------------------------------- */

    /*  Module 01  */
    .small-module .module-1 .post-title,
    .module-1.small-module .post-title {
        font-size: 15px;
    }


    /* Blog
     -------------------------------- */
    .sidebar-on-right.sidebar-overlap .post-header.hero .container {
        padding-right:340px
    }
    .sidebar-on-left.sidebar-overlap .post-header.hero .container {
        padding-left:370px
    }


    /* Widgets
     -------------------------------- */
    .rt-newsletter-input-wrap:after {
        display:none
    }


}


/* For Tablet and Mobile devices
 -------------------------------- */
@media only screen and (max-width:1020px) {


    /* Layout
     ------------------------------ */
    .sidebar {
        margin-top:40px;
    }


    /* Layers
     -------------------------------- */
    .layer-site .layer-close {
        right:30px;
    }
    .layer-cats .tags-col .tags-menu {
        column-count: 2;
    }


    /* Header
     -------------------------------- */
    .header-social {
        margin-top:3px;
    }
    .header-social a {
        margin: 0 5px;
    }
    #site-logo {
        margin-top:5px;
        margin-bottom:5px;
    }
    .header-style2 .header-top {
        text-align:center;
        margin-top: 30px;
        margin-bottom:30px;
        display: block;
    }
    .header-style2 .adspot-header {
        margin-top:20px;
    }


    /* Navigation
     -------------------------------- */
    #nav-main, #nav-top, #nav-fixed {
        display: none
    }
    #nav-sidebar li.top-nav-el {
        display: block
    }
    .nav-fixed .header-icons .header-icon  {
        font-size:22px;
        margin-left: 16px;
    }
    .header-top-bar .nav-responsive-trigger,
    .nav-responsive-trigger {
        display: inline-block;
    }

    .header-icons .header-icon {
        font-size:18px;
    }
    .header-top-bar .header-social a span {
        font-size:18px;
    }
    .nav-fixed .shop-link,
    .nav-fixed .nav-cats-btn,
    .nav-fixed .nav-search-btn {
        display:none;
    }

    /* Widgets
     -------------------------------- */
    .rt-newsletter-input-wrap:after { display:block }


    /* Elements
     -------------------------------- */
    .hero-text {
        font-size: 20px
    }
    .sidebar-on-right.sidebar-overlap .post-header.hero .container,
    .sidebar-on-left.sidebar-overlap .post-header.hero .container {
        padding-right:30px;
        padding-left:30px;
    }

}


/* For Tablet Devices [ 748px ]
 -------------------------------- */
@media only screen and (min-width:768px) and (max-width:1020px) {

}


/* For Mobile Devices [ 300px ]
 -------------------------------- */
@media only screen and (max-width:810px) {


    /* Sidebar
     -------------------------------- */
    .sidebar {
        margin-top:40px;
    }


    /* Typography
     -------------------------------- */
    .big-text {
        font-size: 80px;
    }


    /* Pagination
     -------------------------------- */
    .page-num-first,
    .page-num-last {
        padding: 15px 20px;
    }
        .page-num-first span,
        .page-num-last span {
            display:none;
        }
        .page-num-prev {
            margin-left:10px
        }
        .page-num-next {
            margin-right:10px
        }


    /* Layout
     ------------------------------ */
    #slidebar {
        width: 350px;
        right:-350px;
    }


    /* Layers
     -------------------------------- */
    .layer-cats .tags-col {
        display:none;
    }
    .layer-cats .cats-col {
        width:100%;
        padding-right:0;
    }
    .cats-col .cats-menu li {
        font-size:40px;
        line-height:120%;
    }
    .cats-col .cats-menu li a .count {
        top:-20px;
        font-size:14px;
    }


    /* Page
     -------------------------------- */
    .page-header h1,
    .blog-list-index .page-header h1 {
        font-size: 48px;
        line-height: 105%;
    }


    /* Blog
     -------------------------------- */
    .blog-list .main .article {
        padding: 30px;
    }
    .blog-list article h2 {
        font-size: 28px;
    }
    .blog-list .meta-cols .meta-col {
        display: block;
    }
    .blog-list .meta-cols .meta-col:last-child {
        text-align: left;
        margin-top: 30px
    }
    .post-header h1,
    .post-header.hero h1 {
        font-size: 32px;
        line-height: 105%;
    }
    .post-header .single-media {
        margin-top: 50px;
    }
    .post-header-meta {
        font-size: 16px;
        line-height: 140%;
    }
    .post-meta .meta-tags a {
        margin-right: 10px;
    }
    .post-meta .share-buttons a {
        margin-bottom: 10px;
    }
    .post-footer .meta-col:last-child {
        width: 30%;
        min-width: 100px;
        vertical-align: top;
    }
    .post-footer .meta-col:first-child {
        width: 20%
    }
    .post-header.hero {
        padding-top: 200px;
        margin-bottom:50px;
    }
    .header-absolute .post-header.hero {
        padding-top:400px !important;
    }
    .sidebar-on-right.sidebar-overlap .post-header.hero .container,
    .sidebar-on-left.sidebar-overlap .post-header.hero .container {
        padding-left:30px;
        padding-right:30px;
    }
    .author-block {
        text-align:center;
    }
    .author-block .avatar {
        float: none;
        display:block;
        margin:auto;
        margin-bottom:20px;
    }
    .author-block .author-desc {
        margin-left:0px;
    }
    .author-block .author-desc .desc {
        font-size:16px;
    }


    /* Categories/Tags...
     ------------------------------ */
    .author-header {
        margin-bottom:40px;
    }
    .author-header h1 {
        margin-bottom:20px;
    }
    .author-header .author-desc .author-gravatar img {
        width:80px;
    }
    .author-header .author-desc {
        font-size:16px;
        line-height:26px
    }


    /* Comments
     -------------------------------- */
    .comment-list .avatar-wrap img {
        width: 50px;
        height: 50px;
    }
    .comment .comment-body, .comment .comment-meta {
        margin-left: 60px
    }
    .comment .children .comment {
        padding-left: 30px;
    }
    #respond .flex-col-1-3 {
        padding: 5px 0;
    }


    /* Footer
     -------------------------------- */
    .footer-note, .footer-social {
        text-align: center;
    }
    .footer-note {
        margin-bottom: 20px;
    }


    /* Modules
     -------------------------------- */
    .small-module .module-1 .post-title,
    .module-1.small-module .post-title {
        font-size: 16px;
    }
    .module-1 .post-title {
        font-size: 16px;
    }
    .module-1 .post-title {
        font-size: 18px;
        margin-bottom: 0px;
        line-height:120%;
        margin-top: 2px;
        font-weight: 600;
    }
    .module-1 .post-meta .rating-stars-block {
        font-size:16px;
    }
    .module-2 .module-info-container-wrap {
        margin-top: -120px;
    }
    .module-2 .module-info-container {
        max-width: 80%;
    }
    .module-5 .module-info-container-wrap {
        margin-top: -120px;
    }
    .module-5 .module-info-container {
        max-width: 100%;
    }
    .post-list-module.module-3 .post-title {
        font-size: 22px;
    }


    /* Blocks
     -------------------------------- */

    /* Related Posts */
    .block-rp .module-link {
        display:none
    }
    .block-rp  .module-inner {
       border-bottom:1px solid #eee;
       margin-bottom:20px;
    }
    .block-rp .module-inner .post-title {
        font-size:18px;
        font-weight:600;
    }

}

/* For Mobile Devices [ 440px ]
 -------------------------------- */
@media only screen and (max-width:479px) {


    /* Layers
     -------------------------------- */
    .search-placeholder {
        font-size: 40px;
    }
    .layer-searchform #searchform #s {
        font-size: 40px;
    }


    /* Layout
     -------------------------------- */
    #slidebar {
        width: 100%;
        right:-100%;
    }


    /* Pagination
     -------------------------------- */
    .page-num-first,
    .page-num-last  {
        display:none
    }
    .page-num-prev,
    .page-num-next {
        margin:0;
    }


    /* Header
     -------------------------------- */
    .nav-fixed-logo {
        margin-right: 0px;
    }
    .nav-fixed-logo {
        max-width: 130px !important;
    }
    .header-social {
        display:none;
    }
    .header-icons .header-icon {
        top: 6px;
    }
    .nav-fixed .header-icons .nav-player-btn {
         display:none
    }
    .nav-fixed .nav-responsive-trigger {
        top:6px
    }
    .nav-fixed .header-icons .shop-link {
        display:none
    }
    .lang-selector {
        top:3px
    }
    .header-top-bar .nav-responsive-trigger {
        top:0
    }
    .header-top-bar {
        height:auto;
    }
    .header-top-bar .container {
        height:40px;
    }


    /* Page
     -------------------------------- */
    .page-header h1,
    .blog-list-index .page-header h1 {
        font-size: 44px;
        line-height: 105%;
    }


    /* Blog
     -------------------------------- */
    .share-block.sticky-js {
        top:0 !important;
        position: relative !important;
    }
    .post-header h1 {
        font-size: 28px;
        line-height: 105%;
    }
    .has-share-block article {
        padding-left:0;
    }
    .share-block {
        position:relative;
        top:0;
        margin-bottom:20px;
    }
    .share-block .share-button {
        display:inline-block;
        margin-right:10px;
    }
    .post-header.hero {
        padding-top: 150px;
        margin-bottom:50px;
    }


    /* Modules
     -------------------------------- */
    .small-module .module-1 .module-info,
    .module-1.small-module .module-info {
        bottom: 20px;
        left: 20px;
        right: 20px;
    }
    .small-module .module-1 .post-title,
    .module-1.small-module .post-title {
       font-size:18px;
    }
    .blog-list-index .module-2 .post-title {
        font-size: 26px;
    }
    .module-2 .module-info-container-wrap {
        margin-top: -80px;
    }
    .module-2 .module-info-container {
        max-width: 90%;
    }
    .module-3 .module-link {
        width:100%;
        float: none;
        display: inline-block;
        margin-bottom: 20px;
    }
    .module-3 .module-thumb-wrap {
        margin-right:0;
    }
    .module-3 .module-info-container {
        max-width: 100%;
        float: none;
    }
    .cut-corners .module-3 .module-link:before {
        content: "";
        position: absolute;
        bottom: 0;
        right: 0px;
    }
    .module-6 .post-title {
        font-size: 18px;
        margin-bottom: 0px;
        line-height:120%;
        margin-top: 2px;
        font-weight: 600;
    }
    .module-6 .post-meta .rating-stars-block {
        font-size:16px;
    }
    .module-6 .module-info {
        bottom: 20px;
        left: 20px;
        right: 20px;
    }
}
