/*
Theme Name: Vigor
Theme URI: http://vigor.thebasicstudio.com/
Description: Physical Strength and Good Health News Magazine Blog Theme.
Author: THEBASIC
Author URI: http://thebasicstudio.com/
Version: 1.2
Requires at least: 5.0
Tested up to: 5.6
Requires PHP: 5.6.20
License: Themeforest Licence
License URI: http://themeforest.net/licenses
Tags: one-column, two-columns, right-sidebar, flexible-header, custom-background, custom-colors, custom-menu, editor-style, featured-images, full-width-template, post-formats, sticky-post, theme-options, translation-ready
Text Domain: vigor
*/

/*==============================================================
    TABLE OF CONTENTS:
----------------------------------------------------------------

    1.0 - Base
    2.0 - Typography
    3.0 - Header
    4.0 - Navigation
        4.1 - Links
        4.2 - Menus
        4.3 - Pagination
        4.4 - Back To Top
        4.5 - Arrows & Dots
    5.0 - Accessibility
    6.0 - Pages & Posts
        6.1 - Featured Posts
        6.2 - Top Categories Posts
        6.3 - Main Blog Posts
        6.4 - Most Popular Posts
        6.5 - Post Formats
        6.6 - Author Info
        6.7 - Comments
        6.8 - Related Posts
    7.0 - Alignments
    8.0 - Advertisements
    9.0 - Sponsors
    10.0 - Widgets
    11.0 - Media
        11.1 - Galleries
    12.0 - Footer
    13.0 - Media Queries
    
==============================================================*/

/*--------------------------------------------------------------
    1.0 - Base
--------------------------------------------------------------*/

html {
    font-size: 100%;
}

body {
    overflow-x: hidden;

    letter-spacing: .02rem;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

p,
ul,
ol {
    line-height: 1.6;

    margin-bottom: 20px;
}

ul li ul,
ol li ol {
    margin-bottom: 5px;
}

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

    vertical-align: top;
}

.glyphicon {
    vertical-align: sub;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a,
.h1 a,
.h2 a,
.h3 a,
.h4 a,
.h5 a,
.h6 a,
h1 a:hover,
h2 a:hover,
h3 a:hover,
h4 a:hover,
h5 a:hover,
h6 a:hover,
.h1 a:hover,
.h2 a:hover,
.h3 a:hover,
.h4 a:hover,
.h5 a:hover,
.h6 a:hover {
    color: inherit;
}

h1,
.h1 {
    line-height: 1.2;
}

h5,
h6 {
    line-height: 1.4;
}

a:focus,
button:focus,
img:focus,
div:focus {
    border: 0 !important;
    outline: 0 !important;
}

button,
button:focus {
    border: none;
    outline: 0 !important;
}

select,
input[type='text'],
input[type='password'],
input[type='name'],
input[type='search'],
input[type='number'],
input[type='email'],
textarea {
    font-size: 14px;
    font-style: italic;
    line-height: 1.6;

    display: block;

    width: 100%;
    height: 36px;
    padding: 6px 12px;

    -moz-transition: border-color .15s ease-in-out 0s, box-shadow .15s ease-in-out 0s;
      -o-transition: border-color .15s ease-in-out 0s, box-shadow .15s ease-in-out 0s;
         transition: border-color .15s ease-in-out 0s, box-shadow .15s ease-in-out 0s;

    color: #555;
    border: 1px solid #ccc;
    border-radius: 2px;
    background-color: #fff;
    background-image: none;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
}

.form-control:focus,
select:focus,
input[type='text']:focus,
input[type='password']:focus,
input[type='name']:focus,
input[type='search']:focus,
input[type='number']:focus,
input[type='email']:focus,
textarea:focus {
    border-color: #999;
    outline: 0 none;
    box-shadow: 0 1px 1px rgba(0, 0, 0, .075) inset, 0 0 8px rgba(153, 153, 153, .6);
}


input[type='submit'],
button {
    font-size: 12px;
    font-weight: normal;
    line-height: 1.7;

    display: inline-block;

    margin-bottom: 0;
    padding: 6px 18px;

    cursor: pointer;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
    -moz-transition: all .4s ease;
      -o-transition: all .4s ease;
         transition: all .4s ease;
    text-align: center;
    vertical-align: middle;
    vertical-align: text-top;
    white-space: nowrap;
    letter-spacing: .1rem;
    text-transform: uppercase;

    border: none;
    border-radius: 2px;
    outline: 0 !important;
    background-image: none;

    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
}

input,
button,
select,
textarea,
input:focus,
button:focus,
select:focus,
textarea:focus {
    outline: 0 !important;
    box-shadow: none !important;
}

textarea,
textarea.form-control {
    font-size: 14px;

    height: auto;
}

table {
    width: 100%;
    max-width: 100%;
    margin-bottom: 20px;
}


table {
    border-spacing: 0;
    border-collapse: collapse;

    background-color: transparent;
}

.content-area table > thead > tr > th,
.content-area table > tbody > tr > th,
.content-area table > tfoot > tr > th,
.content-area table > thead > tr > td,
.content-area table > tbody > tr > td,
.content-area table > tfoot > tr > td {
    line-height: 1.6;

    padding: 15px;

    vertical-align: top;

    border-top: 1px solid;
}

.content-area dt,
.content-area dd {
    line-height: 1.7;
}

.content-area dt {
    float: left;
    clear: left;
    overflow: hidden;

    width: 120px;

    white-space: nowrap;
    text-overflow: ellipsis;
}

.content-area dd {
    margin-left: 150px;
}

#main > .container-fluid,
#main > .container {
    margin-bottom: 30px;
}

#page {
    position: relative;
    z-index: 1;
    left: 0;

    overflow-x: hidden;

    -moz-transition: left .4s ease;
      -o-transition: left .4s ease;
         transition: left .4s ease;
}

.sidebar-menu-active #page {
    z-index: -1;
    left: 280px;
}

#overlay {
    position: fixed;
    z-index: 10;
    top: 0;
    left: 0;

    display: block;
    /* visibility: hidden; */

    width: 100%;
    height: 100%;
    /*  opacity: 0; */

    background: rgba(0,0,0,.6);
}

.col-md-12 {
    display: block;
    float: none;
}

/*--------------------------------------------------------------
    2.0 - Typography
--------------------------------------------------------------*/

/*--------------------------------------------------------------
    3.0 - Header
--------------------------------------------------------------*/


.header-layout-3 .header-branding {
    padding-bottom: 15px;
}

.site-branding a {
    display: inline-block;
}

.header-layout-3 .site-branding a {
    margin: 22px 0;
}

.header-layout-1 .site-branding,
.header-layout-2 .site-branding {
    text-align: center;
}

.header-branding > .container {
    position: relative;
}

.logo {
    max-height: 75px;
}

.logo-sticky {
    display: none !important;
}

.logo-sticky img {
    max-height: 18px;
}

.mobi-container {
    position: relative;

    min-height: 57px;

    box-shadow: 0 0 1px rgba(0, 0, 0, .2);
}

.header-sticky {
    position: fixed;
    z-index: 1000;
    top: 0;
    left: 0;

    visibility: hidden;

    width: 100%;
    min-height: 57px;

    -moz-transition: all .4s ease;
      -o-transition: all .4s ease;
         transition: all .4s ease;
    -webkit-transform: translate(0, -100%);
       -moz-transform: translate(0, -100%);
        -ms-transform: translate(0, -100%);
         -o-transform: translate(0, -100%);
            transform: translate(0, -100%);

    opacity: 0;
    background: #fff;
    box-shadow: 0 0 1px rgba(0, 0, 0, .2);
}

.sticky-container {
    position: relative;

    min-height: 57px;
}

.full-width-stickyheader .sticky-container{
    width: 100%;
}

.header-sticky.sticky-stuck {
    visibility: visible;

    -webkit-transform: translate(0, 0);
       -moz-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
         -o-transform: translate(0, 0);
            transform: translate(0, 0);

    opacity: 1;
}

.info-title {
    margin: 0;
}

.post-info-bar {
    position: absolute;
    top: 12px;

    visibility: hidden;

    -moz-transition: all .4s ease;
      -o-transition: all .4s ease;
         transition: all .4s ease;

    opacity: 0;
}

/* .header-sticky #main-menu{
    text-align: right !important;
} */

.sticky-container #main-menu {
    -moz-transition: all .4s ease;
      -o-transition: all .4s ease;
         transition: all .4s ease;
}

.sticky-container #main-menu ul li a {
    padding: 22px 10px 18px;
}


.info-bar-active .main-menu {
    visibility: hidden;

    opacity: 0;
}

.info-bar-active .post-info-bar {
    visibility: visible;

    opacity: 1;
}

.post-info-bar .info-cat {
    font-size: 10px;

    padding: 0;

    letter-spacing: .15rem;
    text-transform: uppercase;
}

.post-info-bar .info-cat a {
    color: inherit;
}

.header-sticky .logo-sticky {
    line-height: 1;

    position: absolute;
    z-index: 1;
    top: 21px;
    left: 65px;

    display: block !important;
}

.progress-bar {
    position: fixed;
    z-index: 99998;
    top: 0;
    left: 0;

    overflow: hidden;

    width: 100%;
    height: 2px;

    background: #fff;
}

.progress-bar-line {
    position: relative;
    z-index: 99999;

    display: block;
    overflow: hidden;

    width: 0;
    max-width: 100%;
    height: 2px;

    content: '';
    -moz-transition: all .2s ease;
      -o-transition: all .2s ease;
         transition: all .2s ease;

    background: #000; /* The color of our progress bar */
}

.header-navigation {
    position: relative;
    z-index: 1000;
}

.header-navigation > .container {
    position: relative;
}

/*  search-form */

.search-form {
    position: relative;
}

.search-submit {
    font-size: 14px;

    position: absolute;
    top: 0;
    left: 0;

    -moz-transition: all .4s ease;
      -o-transition: all .4s ease;
         transition: all .4s ease;

    border: none;
    background: transparent;
}

.search-wrap {
    position: absolute;
    z-index: 10;
    top: 50%;
    right: 30px;

    margin-top: -18px;
}

.search-submit {
    background: transparent !important;
}

.search-submit:hover {
    opacity: .6;
}

.search-wrap .search-field {
    font-size: 14px;

    visibility: hidden;
    float: right;

    width: 0;
    padding-left: 10px;

    -moz-transition: all .4s ease;
      -o-transition: all .4s ease;
         transition: all .4s ease;

    opacity: 0;
}

.search-active .search-field {
    visibility: visible;

    width: 217px;
    padding-left: 35px;

    opacity: 1;
}

.search-active .search-submit i,
.error-404 .search-submit i,
.no-results .search-submit i {
    color: #000 !important;
}

.search-submit i {
    font-size: 18px;

    -moz-transition: all .2s ease;
      -o-transition: all .2s ease;
         transition: all .2s ease;
}

.social-connect {
    position: absolute;
    z-index: 8;
    top: 50%;
    right: 45px;

    margin-top: -18px;
}

.social-connect > div {
    display: inline-block;

    vertical-align: middle;
}

.social-toggle {
    display: inline-block;

    cursor: pointer;
    -moz-transition: all .2s ease;
      -o-transition: all .2s ease;
         transition: all .2s ease;
}

.social-toggle:hover {
    opacity: .6;
}

.social-toggle i {
    font-size: 16px;
    line-height: 16px;

    padding: 10px;
}

.social-connect .header-social-profiles {
    position: relative;

    visibility: hidden;

    -moz-transition: all .2s ease;
      -o-transition: all .2s ease;
         transition: all .2s ease;
    -webkit-transform: translate(10px, 0);
       -moz-transform: translate(10px, 0);
        -ms-transform: translate(10px, 0);
         -o-transform: translate(10px, 0);
            transform: translate(10px, 0);

    opacity: 0;
}

.header-social-pro  a {
    font-size: 14px;

    display: inline-block;

    padding: 4px;

    -moz-transition: all .2s ease;
      -o-transition: all .2s ease;
         transition: all .2s ease;
    vertical-align: middle;

    color: inherit;
}

.social-active .header-social-profiles {
    visibility: visible;

    -webkit-transform: translate(0, 0);
       -moz-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
         -o-transform: translate(0, 0);
            transform: translate(0, 0);

    opacity: 1;
}

.header-social-pro a:hover {
    opacity: .6;
}

/*--------------------------------------------------------------
    4.0 - Navigation
--------------------------------------------------------------*/
/*  4.1 - Links */

.comments-link,
.post-comments-link,
.post-cat a,
.widget_tag_cloud a {
    color: inherit;
}


.entry-meta,
.widget .post-date,
.logged-in-as,
.author-title {
    font-size: 12px;
    font-style: italic;

    opacity: .8;
}

.entry-meta .author a {
    color: inherit;
}

.entry-sep {
    margin: 0 4px;
}

.bypostauthor .author {
    font-style: normal !important;
}


.post-comments-link:hover {
    text-decoration: none;
}

.post-cat {
    font-size: 11px;
    line-height: 36px;

    display: inline-block;

    height: 34px;
    padding: 0 24px;

    letter-spacing: .2rem;
    text-transform: uppercase;

    background: #fff;
}

.post-block-2 .post-cat {
    color: #fff;
    background: #ed1e79;
}

.post-block-3 .post-cat {
    border-bottom: 1px solid;
    background: transparent;
}

.nav-links {
    padding: 15px 0;

    background: #fcfcfc;
}

.nav-links .prev-nav {
    border-right: 1px solid;
}

.nav-links figure {
    position: relative;

    background: #000;
}

.nav-links figure i {
    font-size: 48px;

    position: absolute;
    z-index: 1;
    top: 50%;
    left: 50%;

    margin-top: -24px;
    margin-left: -24px;

    color: #fff;
}

.nav-links a {
    display: block;
    overflow: hidden;
}

.nav-links a .col-xs-4 {
    padding: 0;
}

.nav-links h6 {
    margin-top: 10px;
}

.nav-links .next-nav {
    text-align: right;
    float: right;
}

.nav-links .nav-cat {
    font-size: 10px;

    display: block;

    margin-top: 15px;

    letter-spacing: .15rem;
    text-transform: uppercase;
}

/*  4.2 - Menus */

.header-layout-1 #main-menu,
.header-layout-2 #main-menu,
.header-layout-3 #main-menu,
.header-layout-4 #main-menu {
    text-align: center;
}

#site-header.header-layout-4 {
    position: relative;

    min-height: 59px;
}


#main-menu ul,
#sidebar-menu ul {
    margin-bottom: 0;
    padding-left: 0;

    list-style-type: none;
}


#main-menu .menu {
    position: relative;

    margin-bottom: 0;
}

#main-menu > ul > li {
    font-size: 12px;

    display: inline-block;
}

#main-menu ul li,
#sidebar-menu ul li {
    position: relative;
    z-index: 2;
}


#main-menu li.vigor-mega-menu {
    position: static;
}

#main-menu ul li a,
#sidebar-menu ul li a {
    font-weight: 700;

    display: block;

    padding: 18px 10px 14px;

    -moz-transition: all .2s ease;
      -o-transition: all .2s ease;
         transition: all .2s ease;
    text-decoration: none;
    letter-spacing: .1rem;
    text-transform: uppercase;

    outline: none;
}

#sidebar-menu ul li a {
    padding: 10px 15px;

    color: inherit;
}

#main-menu > ul > li > .sub-menu,
#main-menu > ul > li > ul.sub-menu > li > .sub-menu {
    position: absolute;
    z-index: 2;
    left: 0;

    visibility: hidden;

    width: 200px;
    padding-left: 0;

    -moz-transition: all .2s ease;
      -o-transition: all .2s ease;
         transition: all .2s ease;

    opacity: 0;
}

#main-menu > ul > li > ul.sub-menu > li > .sub-menu {
    left: 100%;
}

#main-menu .vigor-mega-menu .sub-menu {
    position: static;
}

#main-menu .vigor-mega-menu .sub-menu .sub-menu li a {
    padding-left: 30px;
}

#main-menu > ul > li > ul.sub-menu li {
    display: block;

    text-align: left;

    background: #000;
}

#main-menu ul li ul.sub-menu li a {
    font-size: 90%;

    padding: 13px 18px 11px;

    color: #fff;
}


#main-menu ul.sub-menu li .sub-menu {
    top: 0;
    left: 100%;
}

.mega-menu-wrap {
    position: absolute;
    z-index: 1;
    left: 0;

    visibility: hidden;

    width: 100%;
    padding: 0 ;

    -moz-transition: all .2s ease;
      -o-transition: all .2s ease;
         transition: all .2s ease;
    text-align: left;

    opacity: 0;
    background: #fff;
    box-shadow: 0 4px 20px rgba(0, 0, 0, .2);
}

.sub-menu-mega {
    height: 100%;

    border-top: 2px solid #000;
}

.menu-item-active .mega-menu-wrap {
    z-index: 1;

    visibility: visible;

    opacity: 1;
}


#main-menu li.menu-item-active > ul.sub-menu {
    z-index: 1;

    visibility: visible !important;

    opacity: 1 !important;
}

.sub-menu-mega > li {
    float: left;

    width: 25%;
}

.sub-menu-mega p {
    font-size: 16px;
}

.sub-menu-mega.col-md-9 li {
    width: 33.3%;
}

.vigor-mega-menu > .mega-menu-wrap > .sub-menu-mega,
.vigor-mega-menu > .mega-menu-wrap > .sub-menu {
    float: right;
}

.vigor-mega-menu > .mega-menu-wrap > .sub-menu-mega.col-9 {
    width: 80%;
}

.vigor-mega-menu > .mega-menu-wrap > .sub-menu {
    width: 20%;
    height: 100%;

    background: #000;
}

.mega-menu-wrap .sub-menu-mega.col-9 > li {
    width: 33.3%;
}

.mega-menu-wrap .sub-menu-mega.col-12 > li {
    width: 25%;
}

.mega-menu-wrap .sub-menu-mega.col-9 > li,
.mega-menu-wrap .sub-menu-mega.col-12 > li {
    padding: 10px;
}
.mega-menu-wrap .sub-menu-mega {
    padding: 15px !important;
}

.vigor-mega-menu-active .sub-menu-mega {
    /* position: absolute; */
}

.sub-menu-mega .mm-post .post-header {
    margin: 0;
}

.mm-post .post-title {
    margin-bottom: 0;
}

article.mm-post .post-title a,
#main-menu .sub-menu-mega li .post-thumbnail a {
    padding: 0 !important;
}


#main-menu .sub-menu-mega li .post-title a {
    letter-spacing: inherit;
    text-transform: inherit;
    /* color: #fff; */
}

/* Sidebar Menu */

.sidebar-branding {
    padding: 20px 65px;

    border-bottom: 1px solid rgba(0, 0, 0, .1);
}

.sidebar-logo {
    display: block;

    text-align: center;
}

.sidebar-logo .logo {
    max-width: 85%;

    vertical-align: sub;
}

#sidebar-nav {
    position: fixed;
    z-index: 12;
    top: 0;
    left: -280px;

    overflow-y: auto;

    width: 280px;
    height: 100%;
    padding-bottom: 60px;

    -moz-transition: left .4s ease;
      -o-transition: left .4s ease;
         transition: left .4s ease;

    background: #fff;
}

.sidebar-menu-active #sidebar-nav {
    left: 0;
}

#sidebar-menu {
    margin: 30px 0;
    padding: 0 35px;
}

#sidebar-menu ul li a {
    font-size: 14px;

    padding-left: 0;
}

#sidebar-menu ul li i {
    font-size: 18px;
    line-height: 1;

    position: absolute;
    top: 12px;
    right: 0;

    cursor: pointer;
}

#sidebar-menu > ul {
    margin-top: 15px;
}

#sidebar-menu .sub-menu {
    padding-left: 15px;
}

#sidebar-menu > ul > li > .sub-menu {
    display: none;
}

#sidebar-menu .sub-menu li a {
    font-size: 80%;

    padding: 5px 0;
}

.nav-icon {
    position: absolute;
    z-index: 10;
    top: 50%;
    left: 20px;

    width: 40px;
    height: 44px;
    margin-top: -22px;
    padding: 10px;

    border: 0;
    background: transparent !important;
}

.nav-icon span,
.nav-icon span:before,
.nav-icon span:after {
    display: block;

    -moz-transition: all .4s ease;
      -o-transition: all .4s ease;
         transition: all .4s ease;

    border-bottom: 2px solid;
}

.nav-icon span {
    position: relative;
}

.nav-icon span:before,
.nav-icon span:after {
    position: absolute;
    z-index: 1;
    left: 0;

    width: 100%;

    content: '';
}

.nav-icon span:before {
    top: -6px;
}

.nav-icon span:after {
    bottom: -8px;
}

.nav-icon:hover span:before,
.nav-icon.nav-on span:before {
    width: 45%;
}

.nav-icon:hover span:after,
.nav-icon.nav-on span:after {
    width: 80%;
}

.nav-icon-close {
    position: absolute;
    top: 23px;
    right: 35px;
    bottom: 0;

    height: 17px;
    padding: 0;

    cursor: pointer;
    -moz-transition: all .4s ease;
      -o-transition: all .4s ease;
         transition: all .4s ease;

    color: #555;
    border: medium none;
    background-color: transparent !important;
}

.nav-icon-close .close-icon {
    width: 15px;
    height: 15px;

    -moz-transition: all .4s ease;
      -o-transition: all .4s ease;
         transition: all .4s ease;
}

.nav-icon-close .close-icon > span:first-of-type {
    transform: rotate(45deg);
}

.nav-icon-close .close-icon > span:last-of-type {
    transform: rotate(-45deg);
}

.nav-icon-close .close-icon > span {
    position: absolute;
    top: 8px;
    left: -3px;

    width: 21px;
    height: 2px;

    background-color: #000;
}

.nav-icon-close:hover {
    -webkit-transform: scale(.9, .9);
       -moz-transform: scale(.9, .9);
        -ms-transform: scale(.9, .9);
         -o-transform: scale(.9, .9);
            transform: scale(.9, .9);
}

#sidebar-nav .header-social-profiles {
    text-align: center;
}

#sidebar-nav .social-icons {
    padding: 15px 35px;

    border-top: 1px solid rgba(0, 0, 0, .1);
}

/*  4.3 - Pagination */

.pagination {
    margin: 0 0 30px;

    vertical-align: top;
}

.pagination > li {
    display: inline-block;

    margin-right: 5px;

    vertical-align: middle;
}

.pagination > li > a,
.pagination > li > span {
    line-height: 1;

    display: block;

    width: 40px;
    height: 40px;
    padding: 12px;

    -moz-transition: all .4s ease;
      -o-transition: all .4s ease;
         transition: all .4s ease;
    text-align: center;

    border: 0;
    border-radius: 0 !important;
}

.pagination > li > a i {
    font-size: 14px;

    vertical-align: middle;
}


.page-numbers.current {
    pointer-events: none;

    color: #fff;
    border-color: #000;
    background: #000;
}

.pagination > li > a:hover {
    text-decoration: none;

    color: #fff;
    background: #000;
}

/*  4.4 - Back To Top */
.to-top {
    line-height: 1;

    position: fixed;
    z-index: 1000;
    right: 0;
    bottom: 0;

    visibility: hidden;

    padding: 10px;

    cursor: pointer;
    -moz-transition: all .4s ease;
      -o-transition: all .4s ease;
         transition: all .4s ease;
    -webkit-transform: translate(0, 100%);
       -moz-transform: translate(0, 100%);
        -ms-transform: translate(0, 100%);
         -o-transform: translate(0, 100%);
            transform: translate(0, 100%);

    opacity: 0;
    color: #fff;
    background: #000;
}

.to-top.tt-visible {
    visibility: visible;

    -webkit-transform: translate(0, 0);
       -moz-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
         -o-transform: translate(0, 0);
            transform: translate(0, 0);

    opacity: 1;
}

/*  4.5 - Arrows & Dots */

.featured-layout-4 .slick-dots {
    position: absolute;
    z-index: 10;
    bottom: 10px;

    padding: 10px 15px;
}

.featured-layout-4  .slick-dots li button {
    background: #fff !important;
}

.featured-layout-4  .slick-dots li.slick-active button,
.featured-layout-4  .slick-dots li button:hover,
.featured-layout-4  .slick-dots li button:focus {
    opacity: 1;
    background: #fff !important;
}

.slick-dots li button {
    background: #000;
}

.featured-layout-4 .slick-active .fp-title,
.featured-layout-4 .slick-active .post-cat,
.featured-layout-4 .slick-active .entry-meta {
    opacity: 0;
}

.featured-layout-4 .slick-active.slick-first .fp-title,
.featured-layout-4 .slick-active.slick-first .post-cat,
.featured-layout-4 .slick-active.slick-first .entry-meta {
    opacity: 1;
}

/*--------------------------------------------------------------
    5.0 - Accessibility
--------------------------------------------------------------*/

.vigor-loader {
    position: fixed !important;
    z-index: 99999 !important;
    top: 0 !important;
    left: 0 !important;

    width: 100% !important;
    height: 100% !important;

    background: #fff;
}

.loader-circle {
    position: absolute;
    top: 50%;
    left: 50%;

    width: 60px;
    height: 60px;
    margin: 100px auto;
    margin-top: -30px;
    margin-left: -30px;

    -webkit-animation: scaleout 1.0s infinite ease-in-out;
            animation: scaleout 1.0s infinite ease-in-out;

    border-radius: 100%;
    background-color: #000;
}

@-webkit-keyframes scaleout {
    0% {
        -webkit-transform: scale(0);
    }
    100% {
        -webkit-transform: scale(1.0);

        opacity: 0;
    }
}

@keyframes scaleout {
    0% {
        -webkit-transform: scale(0);
                transform: scale(0);
    } 100% {
        -webkit-transform: scale(1.0);
                transform: scale(1.0);

        opacity: 0;
    }
}

.screen-reader-text {
    font-style: italic;
}

.load-more-wrap {
    position: relative;

    margin-bottom: 45px;

    text-align: center;
}

.load-more {
    font-size: 12px;
    line-height: 38px;

    position: relative;
    z-index: 1;

    display: inline-block;

    height: 38px;
    padding: 0 20px;

    cursor: pointer;
    -moz-transition: all .4s ease;
      -o-transition: all .4s ease;
         transition: all .4s ease;
    letter-spacing: .2rem;
    text-transform: uppercase;

    color: inherit;
    border: 1px solid;
    background: transparent;
}

.load-more.loading-posts span {
    opacity: 0;
}

@-webkit-keyframes scale {
    0% {
        -webkit-transform: scale(1);
                transform: scale(1);

        opacity: 1;
    }
    45% {
        -webkit-transform: scale(.1);
                transform: scale(.1);

        opacity: .7;
    }
    80% {
        -webkit-transform: scale(1);
                transform: scale(1);

        opacity: 1;
    }
}

@keyframes scale {
    0% {
        -webkit-transform: scale(1);
                transform: scale(1);

        opacity: 1;
    }
    45% {
        -webkit-transform: scale(.1);
                transform: scale(.1);

        opacity: .7;
    }
    80% {
        -webkit-transform: scale(1);
                transform: scale(1);

        opacity: 1;
    }
}

.ajax-loader-circle {
    position: absolute;
    z-index: 2;
    top: 50%;
    left: 0;

    width: 100%;
    margin-top: -6px;
}

.ajax-loader-circle > span:first-child {
    -webkit-animation: scale 1s -.24s infinite cubic-bezier(.2, .68, .18, 1.08);
            animation: scale 1s -.24s infinite cubic-bezier(.2, .68, .18, 1.08);
}

.ajax-loader-circle > span:nth-child(2) {
    -webkit-animation: scale 1s -.12s infinite cubic-bezier(.2, .68, .18, 1.08);
            animation: scale 1s -.12s infinite cubic-bezier(.2, .68, .18, 1.08);
}

.ajax-loader-circle > span:last-child {
    -webkit-animation: scale 1s 0s infinite cubic-bezier(.2, .68, .18, 1.08);
            animation: scale 1s 0s infinite cubic-bezier(.2, .68, .18, 1.08);
}

.ajax-loader-circle > span {
    display: inline-block;

    width: 8px;
    height: 8px;
    margin: 2px;

    vertical-align: top;

    border-radius: 100%;
    background-color: #fff;

    -webkit-animation-fill-mode: both;
            animation-fill-mode: both;
}

#article-offset {
    display: block !important;

    height: 0 !important;
}

/*--------------------------------------------------------------
    6.0 - Pages & Posts
--------------------------------------------------------------*/
.page-header {
    min-height: 45px;
    margin: 0;
    padding: 0;

    border: 0;
    border-color: inherit;
    border-top: 1px solid;
}

.page-header-wrap {
    font-style: italic;

    margin: 30px auto 30px;
    padding: 30px 30px 15px;

    text-align: center;

    border: 0;
}
.page-header h2 {
    font-weight: 500;
    font-style: normal;

    position: relative;

    margin: 0;

    text-indent: .6rem;
    letter-spacing: .6rem;
    text-transform: uppercase;
}

.page-header h2:before {
    position: absolute;
    z-index: 1;
    top: 50%;
    left: 0;

    display: block;

    width: 100%;
    height: 1px;

    content: '';

    border-top: 1px solid;
}

.page-header h2 span {
    position: relative;
    z-index: 2;

    display: inline-block;

    margin-top: 5px;
    padding: 0 15px;

    background: #fff;
}

.page-title {
    font-size: 12px;
    font-weight: normal;

    text-transform: uppercase;
}

.page-title span {
    font-size: 41px;
    font-weight: 600;

    display: block;

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

.entry-content {
    margin-top: 30px;
}

.not-found {
    text-align: center;
}

/* Contact form*/


input.wpcf7-form-control {
    height: auto;
    padding: 10px 15px;
}

.wpcf7-form-control-wrap {
    display: block;

    margin-top: 5px;
}

div.wpcf7-validation-errors,
div.wpcf7-mail-sent-ok {
    font-size: 14px;
    font-style: italic;

    margin: 15px 0;

    border: 1px solid;
}

div.wpcf7-mail-sent-ok {
    border-color: #5cb85c;
}

div.wpcf7-validation-errors {
    border-color: #d9534f;
}

span.wpcf7-not-valid-tip {
    font-size: 14px;
    font-style: italic;

    padding: 5px 10px;

    color: #d9534f;
}

input.wpcf7-not-valid {
    border: 1px solid #d9534f;
}



/* 404 */

.error-404,
.no-results {
    max-width: 400px;
    margin: 0 auto;
    padding: 40px 0;
}

.post {
    margin-bottom: 45px;
}

.top-categories-layout-3 .tc-post,
.blog-posts-layout-3 .bg-post,
.archive-layout-3 .ar-post {
    padding-bottom: 30px;

    border-bottom: 1px solid;
}

#top-categories-carousel .tc-post,
.top-categories-layout-3 .post-content-wrap,
.blog-posts-layout-3 .post-content-wrap {
    padding-bottom: 0;
}

.top-categories-layout-3 .tc-post:last-of-type,
.blog-posts-layout-3 .bg-post:last-of-type,
.archive-layout-3 .ar-post:last-of-type {
    border-bottom: none;
}

.blog-posts-layout-2 .bg-post {
    margin-bottom: 60px;
}

.tc-list,
.post-block-3,
.top-categories-layout-2 .tc-post,
.blog-posts-layout-1 .bg-pos-leading,
.blog-posts-layout-4 .bg-post,
.blog-posts-layout-2 .bg-post:last-of-type {
    margin-bottom: 30px;
}

.top-categories-layout-3 .tc-post:last-of-type {
    margin-bottom: 0;

    border-bottom: none;
}

.fp-post.post,
#top-categories-carousel .post,
.top-categories-layout-1 .post,
.mp-post {
    margin-bottom: 0;
}

.post-title {
    margin: 15px 0 10px;
}

.post-title a,
.post-cat a,
.author > a,
.recentcomments a,
.widget_recent_entries a,
.widget_nav_menu li a,
.widget .post-title a,
.widget_recent_entries li a,
.widget_nav_menu li a,
.widget_archive li a,
.widget_tag_cloud a,
.widget_pages li a {
    -moz-transition: all .4s ease;
      -o-transition: all .4s ease;
         transition: all .4s ease;
    text-decoration: none;

    color: inherit;
}

.post-content-wrap {
    position: relative;
}


.post-block .post-content-wrap {
    width: 100%;
    padding: 0 30px 30px;
}

.post-block-2 .post-content-wrap {
    position: absolute;
    z-index: 1;
    bottom: 0;
    left: 0;

    width: 100%;
    padding: 0 30px 30px;
}

.post-block-2 .post-content-wrap:before {
    position: absolute;
    z-index: 1;
    bottom: 0;
    left: 0;

    display: block;

    width: 100%;
    height: 100%;

    content: '';

    opacity: .8;
}

.post-block-2 .post-content-wrap:before {
    background: rgba(0,0,0,0);
    background:    -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(0,0,0,0)), color-stop(100%, rgba(0,0,0,1)));
    background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,1) 100%);
    background:      -o-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,1) 100%);
    background:     -ms-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,1) 100%);
    background:         linear-gradient(to bottom, rgba(0,0,0,0) 0%, rgba(0,0,0,1) 100%);

    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#000000', GradientType=0 );
}

.post-block-3 .post-content-wrap {
    padding-bottom: 15px;
}

/* Post Views */

.post-views {
    margin-right: 10px !important;
    padding: 4px 10px;

    background: #eee;
}

.entry-meta-wrap > div {
    display: inline-block;

    vertical-align: middle;
}

/* Social Share */

.social-share {
    font-size: 12px;

    margin-left: 15px;
}

.social-share-buttons span {
    display: inline-block;

    margin: 0 1px;

    text-align: center;
    vertical-align: middle;

    border-radius: 2px;
}

.social-share-buttons span a {
    font-size: 12px;
    line-height: 28px;

    display: block;

    width: 28px;
    height: 28px;

    -moz-transition: all .4s ease;
      -o-transition: all .4s ease;
         transition: all .4s ease;

    color: #fff !important;
    border-radius: 50%;
}

.social-share-buttons span a i {
    line-height: 24px;
}

.social-share-buttons span a:hover {
    opacity: .6;
}

.social-share-buttons .twitter a {
    background: #00aced;
}

.social-share-buttons .facebook a {
    background: #3b5998;
}
.social-share-buttons .google a {
    background: #dd4b39;
}

.social-share-buttons .tumblr a {
    background: #32506d;
}

.social-share-buttons .pinterest a {
    background: #cb2027;
}

.social-share-buttons .mail a {
    background: #ed1e79;
}

/*  6.1 - Featured Posts */

#featured-posts {
    margin-bottom: 45px;
}

#featured-posts {
    margin: 0 auto;
}

#featured-posts-wrap {
    max-width: 1600px;
    margin: 0 auto;
}

#featured-posts.featured-full #featured-posts-wrap {
    max-width: 100%;
}


#featured-posts-wrap.featured-layout-2 .owl-controls {
    margin-top: 0;
    padding: 10px;
}

#featured-posts.featured-full,
#featured-posts.featured-full > div {
    padding: 0;
}

.featured-post {
    position: relative;

    background: #000;
}

.featured-layout-1 .post-content-wrap,
.featured-layout-2 .post-content-wrap,
.featured-layout-3 .post-content-wrap {
    width: 100%;
    padding: 0 30px 30px;
}

.featured-layout-1 .slick-list,
.featured-layout-3 .slick-list {
    border-bottom: 1px solid;
}


span.post-date,
.post-comments-link {
    font-family: inherit;
    font-size: 14px;
    font-style: italic;

    display: inline-block;

    margin-right: 10px;

    opacity: .6;
}

.post-footer > span:last-child {
    margin-right: 0;
}


.post-date-right {
    float: right;
}

.post-block-2,
.post-block-item {
    position: relative;
}

.top-center .post-header,
.top-left .post-header {
    position: relative;

    margin: -34px 0 0;
}

.bottom-center .post-header,
.bottom-left .post-header {
    position: relative;

    margin: 20px 0 0;
}

.post-content-wrap.top-center,
.bottom-center .post-header {
    text-align: center;
}

.post-content-wrap.top-left,
.bottom-left .post-header {
    text-align: left;
}

.bottom-center .post-title {
    margin-top: 10px;
}

.post-header,
.post-footer {
    position: relative;
    z-index: 2;

    overflow: hidden;
}

.post-block-2 .post-title {
    clear: both;
}

.post-title-big {
    font-size: 60px;
}

.post-thumbnail img,
.nav-links figure img {
    -moz-transition: all .4s ease;
      -o-transition: all .4s ease;
         transition: all .4s ease;
    /*     -webkit-transform: scale(1.01, 1.01);
       -moz-transform: scale(1.01, 1.01);
        -ms-transform: scale(1.01, 1.01);
         -o-transform: scale(1.01, 1.01);
            transform: scale(1.01, 1.01); */
}

.mm-post:hover .post-thumbnail a img,
.post:hover .post-thumbnail a img,
.post-block-2:hover .thumbnail-cover,
.widget-post:hover a img,
.top-categories-layout-2 .tc-post:hover .post-thumbnail img,
.nav-links a:hover figure img {
    opacity: .6;
}

.post-thumbnail {
    position: relative;
    z-index: 1;

    overflow: hidden;

    background: #000;
}

.post-thumbnail > a {
    display: block;
    overflow: hidden;
}

/* Featured Slider */

.fp-slider.fp-post.post-block-2 .post-cat {
    color: #fff;
    border-bottom: 2px solid;
}

#featured-posts-wrap.featured-layout-4 {
    margin: 0 auto;
}

.featured-layout-4 .post-thumbnail {
    display: table;

    width: 100%;
    height: 600px;
}

.featured-layout-4 .post-thumbnail .thumbnail-cover {
    position: absolute;
    bottom: 0;
    left: 0;

    display: block;

    width: 100%;
    height: 100%;

    -moz-transition: all .4s ease;
      -o-transition: all .4s ease;
         transition: all .4s ease;

    background-repeat: no-repeat;
    background-position: center top;
    -o-background-size: cover;
       background-size: cover;
}

.featured-layout-4 .post-header {
    display: table-cell;

    height: 100%;
    padding: 30px;

    text-align: center;
    vertical-align: middle;
}

.featured-layout-4 .fp-title {
    width: 50%;
    margin: 15px auto 10px;
}

.featured-layout-4 .post-thumbnail .fp-post-link {
    position: absolute;
    z-index: -1;
    bottom: 0;
    left: 0;

    width: 100%;
    height: 100%;

    opacity: .4;
    background: #000;
}


.featured-layout-4 .post-block-2 .post-content-wrap {
    position: absolute;
    z-index: 2;
    bottom: 50%;
    left: 50%;

    width: 50%;
    padding: 45px 30px 30px;

    text-align: center;
}

.featured-layout-4 .post-block-2 .post-content-wrap:before {
    background: none;
}

.featured-layout-4 .featured-post-title {
    line-height: 1.1;

    display: inline-block;
}

.featured-layout-4 .post-date {
    font-size: 16px;

    color: #fff;
}

/*  6.2 - Top Categories Posts */

#top-categories-carousel {
    margin-bottom: 30px;
}

.tc-post-leading .post-thumbnail {
    position: relative;
}

.top-post-leading .post-date {
    font-size: 14px;
}

.top-post-leading .post-date,
.top-post .post-date {
    opacity: .6;
}

.top-categories-layout-1 .tc-post {
    padding-bottom: 15px;

    border-bottom: 1px solid #eee;
}

.top-categories-layout-1 .tc-post:last-child {
    border-bottom: none;
}

.no-sidebar .tc-post-leading .post-title {
    font-size: 24px;
}

/*  #top-categories-carousel */

.post-header-wrap {
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;

    width: 100%;
    height: 100%;
}

.post-header-outer {
    display: table;

    width: 100%;
    height: 100%;
}

.top-categories-layout-2 .post-header {
    display: table-cell;

    padding: 0 10%;

    text-align: center;
    vertical-align: middle;
}

.top-categories-layout-2 .tcs-post-link {
    position: absolute;
    z-index: -1;
    bottom: 0;
    left: 0;

    display: block;

    width: 100%;
    height: 100%;

    content: '';

    opacity: .8;
    background: rgba(0,0,0,0);
    background:    -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(0,0,0,0)), color-stop(100%, rgba(0,0,0,1)));
    background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,1) 100%);
    background:      -o-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,1) 100%);
    background:     -ms-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,1) 100%);
    background:         linear-gradient(to bottom, rgba(0,0,0,0) 0%, rgba(0,0,0,1) 100%);

    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#000000', GradientType=0 );
}

/*  6.3 - Main Blog Posts */

.post-footer {
    margin-bottom: 15px;
}

.post-block-2 .post-footer {
    position: relative;
    z-index: 2;

    margin-bottom: 0;
}

.post-excerpt {
    margin-top: 10px;
    margin-bottom: 0;
}

.more-link .more {
    font-size: 21px;

    -moz-transition: all .4s ease;
      -o-transition: all .4s ease;
         transition: all .4s ease;
}

.bg-post .post-footer span {
    margin-right: 10px;
}


/*  6.4 - Most Popular Posts */

#popular-posts {
    margin-bottom: 0 !important;

    background: #000;
}

#popular-posts > div {
    padding-top: 45px;
}

#popular-posts .post-block-item {
    margin: 0 15px;
}

.mp-wrap {
    max-width: 1200px;
    margin: 0 auto;
}

.popular-posts-title,
.related-posts-title {
    margin-bottom: 30px;

    text-align: center;
    letter-spacing: .2rem;
    text-transform: uppercase;
}

#popular-posts .slick-dots {
    margin-bottom: 30px;
}

.mp-post.post-block-3 .post-cat {
    background: transparent;
}

/*  6.5 - Post Formats */

.post-format-icon {
    line-height: 1;

    position: absolute;
    right: 0;
    bottom: 0;

    padding: 10px;

    text-align: center;
    letter-spacing: 0;

    background: #fff;
}

.post-format-icon i {
    font-size: 16px;

    color: #000;
}


.vigor-gallery {
    margin-bottom: 30px;
}

.embed_audio iframe {
    width: 100%;
    height: 120px;

    vertical-align: top;
}

.embed_vedio iframe {
    width: 100%;
    max-width: 100%;
    height: 480px;
}

.dropcap {
    font-size: 85px;
    font-weight: bold;
    line-height: 75px;

    display: block;
    float: left;

    margin: 0 10px 0 0;
}

blockquote {
    position: relative;

    padding: 45px;

    opacity: .6;
    border: none;
}

blockquote p {
    font-style: italic;

    position: relative;
    z-index: 3;
}

blockquote p:before {
    font-size: 250px;
    font-style: normal;
    line-height: 1;

    position: absolute;
    z-index: 0;
    top: -25px;
    left: -50px;

    display: block;

    content: '\201C';

    opacity: .2;
}

/* Single Posts */

.full-width-post .entry-header,
.full-width-page .entry-header {
    text-align: center;
}

.full-width-post .entry-header .entry-title {
    max-width: 800px;
    margin: 0 auto 30px auto;
}

.full-width-post .entry-meta,
.full-width-post .social-share {
    display: inline-block;
    float: none;

    margin: 0 10px;
}

.entry-footer {
    margin-top: 30px;
    padding: 15px 0;

    border-top: 1px solid;
}

.entry-footer .tags span {
    font-size: 14px;
    font-style: italic;

    display: inline-block;

    margin-right: 10px;
}

.entry-footer .tags a,
.entry-footer .tags span {
    vertical-align: middle;
}

.entry-footer .tags a {
    -moz-transition: all .4s ease;
      -o-transition: all .4s ease;
         transition: all .4s ease;
}

/*  6.6 - Author Info */

.author-info {
    margin-top: 30px;
    padding: 30px 0;

    border-top: 1px solid;
    border-bottom: 1px solid;
}

.author-bio {
    font-size: 14px;
    line-height: 1.5;

    margin: 5px 0;
}

.avatar {
    position: relative;

    float: left;

    margin-right: 15px;

    border-radius: 50%;
}

.author-contacts a {
    font-size: 14px;

    margin-right: 10px;

    -moz-transition: all .4s ease;
      -o-transition: all .4s ease;
         transition: all .4s ease;
    vertical-align: middle;

    color: inherit;
}

.author-contacts a:hover,
.entry-footer .tags a:hover {
    text-decoration: none;

    opacity: .6;
}

.author > a,
.comment-author .fn {
    font-size: 85%;
    font-style: normal;

    text-decoration: none;
    letter-spacing: .1rem;
    text-transform: uppercase;
}

/*  6.7 - Comments */

.comments-area {
    margin: 30px 0;
    padding-top: 15px;
}

.comment-form,
.comment-reply-title {
    padding: 30px 0;
}


.comments-title {
    margin: 0;
}

.comments-title a {
    display: block;

    text-decoration: none;

    color: inherit !important;
}

.comments-title a,
.comment-reply-title {
    margin: 0;
    padding: 15px 0;
}

.comments-area .panel-heading {
    padding: 0;

    border-bottom: 1px solid;
}

.comment-form {
    margin: 0;

    list-style: none;
}

.comment-list {
    margin-bottom: 0;
    padding-left: 0;

    list-style: none;
}


.comment-list article,
.comment-list .pingback,
.comment-list .trackback {
    padding: 30px;
}

/* .comment-list > li:nth-child(odd) {
    background: #fdfdfd;
}

.comment-list > li:nth-child(even) {
    background: #f8f8f8;
} */

.comment-list .children {
    margin-bottom: 0;
    padding-left: 0;

    list-style: none;
}
.comment-list > li,
.comment-list > li > .children > li {
    border-bottom: 1px solid;
}

.comment-list .children {
    border-top: 1px solid;
}

.comment-list > li > .children > li:last-child {
    border-bottom: 0;
}


.comment-list .children {
    padding-left: 45px;
}

.comment-author {
    margin-bottom: 15px;
}

.comment-metadata,
.pingback .edit-link {
    font-size: 12px;
    font-style: italic;
}

.comment-metadata {
    margin-top: -15px;
    margin-bottom: 15px;
}

.comment-metadata a,
.pingback .comment-edit-link {
    color: inherit;
}

.comment-metadata a:hover,
.comment-metadata a:focus,
.pingback .comment-edit-link:hover,
.pingback .comment-edit-link:focus {
    color: inherit;
}

.comment-metadata .edit-link,
.pingback .edit-link {
    display: inline-block;
}

.comment-content ul,
.comment-content ol {
    margin: 0 0 30px 30px;
}

.comment-content li > ul,
.comment-content li > ol {
    margin-bottom: 0;
}

.comment-reply-link,
#cancel-comment-reply-link {
    font-size: 10px;
    line-height: 1.7;

    display: inline-block;

    margin-top: 11px;
    padding: 2px 15px;

    -moz-transition: all .4s ease;
      -o-transition: all .4s ease;
         transition: all .4s ease;
    text-decoration: none !important;
    letter-spacing: .1rem;
    text-transform: uppercase;

    border: 1px solid;
    border-radius: 2px;
}

.comment-reply-link:hover,
.comment-reply-link:focus,
#cancel-comment-reply-link:hover,
#cancel-comment-reply-link:focus {
    color: inherit;
    outline: 0;
}

.comment-notes,
.comment-awaiting-moderation,
.logged-in-as,
.form-allowed-tags {
    font-size: 14px;
    font-style: italic;

    margin-bottom: 15px;
}

.no-comments {
    font-weight: 700;

    margin: 0;
    padding-top: 30px;

    border-top: 1px solid;
}

.comment-navigation + .no-comments {
    padding-top: 0;

    border-top: 0;
}

.comment-navigation {
    font-size: 12px;
}

.form-submit {
    margin: 0;
}

input.btn-sm {
    font-size: 12px;
    font-weight: bold;

    padding: 10px 20px;

    -moz-transition: all .4s ease;
      -o-transition: all .4s ease;
         transition: all .4s ease;
    letter-spacing: .1rem;
    text-transform: uppercase;

    border-radius: 2px;
}


.comment-reply-title small {
    font-size: 100%;

    color: inherit;
}

.comment-reply-title small a {
    float: right;
    overflow: hidden;

    border: 0;
}

.comment-reply-title small a:hover,
.comment-reply-title small a:focus {
    color: inherit;
}

.comment-reply-title small a:before {
    font-size: 32px;

    position: relative;
    top: -5px;
}


a.comments-link:hover {
    color: inherit;
}

/*  6.8 - Related Posts */

#related-posts-wrap {
    padding: 45px 0;

    border-top: 1px solid;
}


/*--------------------------------------------------------------
    7.0 - Alignments
--------------------------------------------------------------*/
.alignleft {
    float: left;

    margin: 6px 30px 0 0;
}

.alignleft img,
img.alignleft,
.alignright img,
.aligncenter img,
img.alignright,
figure.wp-caption img {
    margin-bottom: 10px;
}

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

.alignright {
    float: right;

    margin: 6px 0 0 30px;
}

.aligncenter {
    display: block;
    clear: both;

    margin: 0 auto 30px;

    text-align: center;
}

.wp-caption-text {
    font-size: 80%;
    font-style: italic;

    padding: 0 15px;

    opacity: .6;
}

/*--------------------------------------------------------------
    8.0 - Advertisements
--------------------------------------------------------------*/
.ads {
    margin: 30px 0;
}

#panorama-ads {
    margin: 30px auto;
    padding: 30px 0;

    background: #fcfcfc;
}

.container.center {
    text-align: center;
}

.leaderboard-ad {
    float: right;
}

/*--------------------------------------------------------------
    9.0 - Sponsors
--------------------------------------------------------------*/
#sponsors {
    overflow: hidden;

    padding: 30px 15px;

    background: #fff;
    box-shadow: 0 0 1px rgba(0,0,0,.2);
}

#sponsors-wrap {
    position: relative;

    overflow: hidden;
}

#sponsors-wrap:before,
#sponsors-wrap:after {
    position: absolute;
    z-index: 1;
    top: 0;

    display: block;

    width: 25%;
    height: 100%;

    content: '';
}

#sponsors-wrap:before {
    left: 0;

    background: rgba(255,255,255,1);
    background: -moz-linear-gradient(left, rgba(255,255,255,1) 0%, rgba(255,255,255,0) 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, rgba(255,255,255,1)), color-stop(100%, rgba(255,255,255,0)));
    background:   -o-linear-gradient(left, rgba(255,255,255,1) 0%, rgba(255,255,255,0) 100%);
    background:      linear-gradient(to right, rgba(255,255,255,1) 0%, rgba(255,255,255,0) 100%);
}

#sponsors-wrap:after {
    right: 0;

    background: rgba(255,255,255,0);
    background: -moz-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, rgba(255,255,255,0)), color-stop(100%, rgba(255,255,255,1)));
    background:   -o-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%);
    background:      linear-gradient(to right, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%);
}

.sponsor img {
    -moz-transition: all .4s ease;
      -o-transition: all .4s ease;
         transition: all .4s ease;

    opacity: .4;

    -webkit-filter: grayscale(1);
            filter: grayscale(1);
}

.sponsor.slick-center img {
    opacity: 1;

    -webkit-filter: grayscale(0);
            filter: grayscale(0);
}


/*--------------------------------------------------------------
    10.0 - Widgets
--------------------------------------------------------------*/
/* Widgets */

.widget-posts {
    padding-left: 0;
}

.widget-title {
    font-size: 12px;
    font-weight: bold;

    margin: 0 0 30px;

    text-align: center;
    letter-spacing: .2rem;
    text-transform: uppercase;
}


.widget-area .widget {
    margin: 30px 0;
    padding: 45px 30px 30px;

    background: #fcfcfc;
}

.widget-area .widget:first-child {
    margin-top: 0;
}

.widget-area .widget:last-child {
    margin-bottom: 0;
}


.widget-post {
    display: table;
}

.widget-post:last-child {
    border-bottom: 0;
}

.widget-post-cell {
    display: table-cell;

    vertical-align: top;
}

.widget-post-cell:first-child {
    width: 80px;
}

.widget-post-cell:last-child {
    padding-left: 15px;
}

.widget .post-title {
    margin-top: 5px;
}


.widget_nav_menu li a,
.widget_pages li a {
    display: block;

    margin-bottom: 0;

    text-decoration: none;
}

.widget_nav_menu .menu > li.menu-item-has-children {
    padding-bottom: 10px;
}

.widget li ul {
    padding: 15px 0 0 15px;
}

.widget li ul li {
    font-size: 90%;

    padding: 5px 0;

    opacity: .6;
}

.widget li {
    line-height: 1.2;

    padding: 10px 0;

    list-style: none;
}

.widget li:first-child {
    padding-top: 0;
}

.widget_recent_comments ul,
.widget_recent_entries ul,
.widget_nav_menu ul,
.widget_archive ul,
.widget_pages ul,
.widget_categories ul,
.instagram-pics {
    padding-left: 0;

    list-style: none;
}

.meks-instagram-widget a img {
    object-fit: cover;
    width: 100%;
}

.widget_popular_entries li,
.widget-latest-posts li,
.widget_recent_comments li,
.widget_recent_entries li,
.widget_archive li {
    padding: 15px 0;

    list-style: none;

    border-bottom: 1px solid #eee;
}

.widget_nav_menu li,
.widget_archive li,
.widget_pages li,
.widget_categories li {
    list-style: none;
}

.widget-post,
.widget-latest-posts li,
.widget_popular_entries li,
.widget_recent_comments li,
.widget_recent_entries li,
.widget_archive li {
    border-bottom: 1px solid #eee;
}


.widget-post,
.widget-latest-posts li:last-child,
.widget_popular_entries li:last-child,
.widget_recent_comments li:last-child,
.widget_recent_entries li:last-child,
.widget_nav_menu li:last-child,
.widget_archive li:last-child {
    border-bottom: none;
}

.widget_recent_comments li a,
.widget_recent_entries li a {
    font-size: 14px;

    display: block;
}

.widget_recent_comments li a,
.widget_recent_entries li a {
    font-style: normal;

    margin-bottom: 10px;
}

.widget_recent_comments li .comment-author-link {
    font-size: 11px;
    font-style: normal;

    letter-spacing: .1rem;
    text-transform: uppercase;
}

.widget_recent_comments li {
    font-style: italic;
}


.widget_nav_menu li a,
.widget_categories li,
.widget_pages li {
    text-transform: uppercase;
}

.widget_categories li,
.widget_pages li {
    padding: 10px 0;
}

.widget_categories li a,
.widget_pages li a {
    text-decoration: none;
    letter-spacing: .1rem;

    color: inherit;
}

.widget_categories li a {
    font-weight: bold;

    -moz-transition: all .4s ease;
      -o-transition: all .4s ease;
         transition: all .4s ease;
}

.widget_categories li a:hover {
    text-decoration: none;

    opacity: .6;
}

.widget h6 {
    line-height: 1.4;
}

.widget .post-date {
    font-style: italic;
}

/* search-field */

.widget .search-field,
.error-404 .search-field,
.no-results .search-field {
    padding-left: 35px;
}

/* Widget Instagram */

[class*='instagram-feed'] p {
    font-style: italic;

    text-align: center;
}

.instagram-pics {
    overflow: hidden;
}

.instagram-pics li {
    float: left;

    width: 33.3%;
    padding: 5px !important;
}

.footer-widgets .instagram-pics li {
    width: 50%;
}

.instagram-pics li img {
    -moz-transition: all .4s ease;
      -o-transition: all .4s ease;
         transition: all .4s ease;
}

.instagram-pics li:hover img {
    opacity: .6;
}

.instagram-pics li a {
    display: block;

    background: #000;
}

/* Widget Archive */

.widget_archive li a {
    font-size: 18px;
}


/* Mailchimp Nesletter */

.mc4wp-alert {
    font-size: 14px;
    font-style: italic;
}

.mc4wp-form p {
    font-size: 14px;
    font-style: inherit;

    margin-bottom: 5px;
}

.mc4wp-form p input[type='submit'] {
    margin-top: 15px;
}


/* Widget Calendar */

.widget_calendar #wp-calendar {
    width: 100%;
}

.widget_calendar #wp-calendar caption {
    font-size: 24px;
    font-weight: bold;

    padding-bottom: 30px;

    text-align: center;
    text-transform: uppercase;
}

.widget_calendar #wp-calendar th,
.widget_calendar #wp-calendar td {
    padding: 5px 0;

    text-align: center;
    vertical-align: middle;
}

.widget_calendar #wp-calendar #today {
    font-size: 21px;

    background: #e91e63;
}


.widget_recent_comments li,
.widget_recent_entries li,
.widget_archive li {
    border-bottom: 1px solid #eee;
}


.widget_tag_cloud a,
.tags-links a,
.tags a {
    font-size: 10px !important;

    display: inline-block;

    margin: 4px 2px;
    padding: 5px 15px;

    vertical-align: top;
    letter-spacing: .1rem;
    text-transform: uppercase;

    border-radius: 2px;
}

.widget_tag_cloud a:hover,
.tags-links a:hover,
.tags a:hover {
    opacity: .6;
}

.tagcloud:before,
.tagcloud:after {
    display: table;
    clear: both;

    content: '';
}

.widget_meta li {
    font-style: italic;

    padding: 5px 0;
}

/* Social Links */

.social-links {
    padding: 0;

    text-align: center;
}

.social-links li {
    display: inline-block;

    margin-bottom: 5px;
    padding: 0;

    vertical-align: middle;
}


.social-links li a {
    font-size: 21px;
    line-height: 26px;

    display: block;

    padding: 5px;

    -moz-transition: all .4s ease;
      -o-transition: all .4s ease;
         transition: all .4s ease;

    background: transparent;
}

.social-links li a:hover {
    opacity: .6;
}

/* Footer widgets area */


.footer-widgets {
    padding-top: 60px;
}

.widget-area.footer-widgets .widget {
    margin: 0;
    padding: 15px 30px;

    background: transparent;
}

.footer-widgets .widget-title {
    text-align: left;
}

#site-footer .footer-widgets .widget * {
    /*  color: #fff; */
}

#site-footer .footer-widgets select,
#site-footer .footer-widgets select * {
    color: #000;
}

.footer-widgets .widget-post,
.footer-widgets .widget_recent_comments li,
.footer-widgets .widget_recent_entries li,
.footer-widgets .widget_archive li {
    border-bottom: 1px solid #1a1a1a;
}

/*--------------------------------------------------------------
    11.0 - Media
--------------------------------------------------------------*/
/*  11.1 - Galleries */

.gallery {
    margin-bottom: 20px;
}

.gallery-item {
    display: inline-block;

    width: 100%;
    max-width: 33.33%;
    padding: 0 5px;

    text-align: center;
    vertical-align: top;
}

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

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

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

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

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

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

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

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

.gallery-icon img {
    margin: 0 auto;
}

.gallery-caption {
    font-size: 11px;
    font-style: italic;

    display: block;

    padding-top: 10px;

    color: #686868;
}

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


.vigor-embed-wrap {
    margin-bottom: 20px;
}

.vigor-embed-wrap iframe {
    line-height: 1;

    max-width: 100%;
    height: auto;
    min-height: 120px;

    vertical-align: top;
}

/*--------------------------------------------------------------
    12.0 - Footer
--------------------------------------------------------------*/

#site-footer {
    background: #000;
}

.social-profiles {
    padding: 10px 15px;

    text-align: center;
}

.social-pro a {
    font-size: 12px;

    display: inline-block;

    margin-top: 15px;
    padding: 4px;

    -moz-transition: all .4s ease;
      -o-transition: all .4s ease;
         transition: all .4s ease;
    vertical-align: middle;

    color: inherit;
}

#site-footer .social-pro a {
    font-size: 14px;

    margin: 0;
    padding: 0 20px;
}

#site-footer .social-pro a span {
    font-size: 11px;

    margin-left: 8px;

    letter-spacing: .1rem;
    text-transform: uppercase;

    opacity: .8;
}

.social-pro a:hover {
    text-decoration: none;

    opacity: .6;
}


.site-info {
    padding: 20px 15px;

    text-align: center;

    border-top: 1px solid;
}

.site-info * {
    font-size: 10px;
    font-weight: normal;

    letter-spacing: .1rem;
    text-transform: uppercase;

    color: #fff;
}

.site-info .copy {
    display: block;

    margin-bottom: 0;
}

/*--------------------------------------------------------------
    13.0 - Media Queries
--------------------------------------------------------------*/

@media ( min-width: 992px ){
    .header-branding {
        padding-top: 45px;
    }
}

@media ( max-width: 991px ){
    .header-sticky .logo-sticky {
        left: 50%;

        margin-left: -65px;
    }

    .header-branding {
        padding-bottom: 30px;
    }

    .sidebar {
        margin-top: 30px;
    }

    .featured-layout-4 .fp-title {
        width: 100%;
    }

    #site-footer .social-pro a span {
        display: none;
    }

    #site-footer .social-pro a {
        font-size: 24px;

        padding: 0 20px;
    }

    .meks-instagram-widget {
        max-width: 100% !important;
    }
}

@media ( min-width: 992px ) and  ( max-width: 1200px ) {
    #site-header .container {
        width: 100%;
    }
    .post-info-bar.col-md-offset-2 {
        margin-left: 18.5%;
    }
}

@media ( max-width : 1024px) {
    .featured-layout-4 .post-thumbnail {
        height: 540px;
    }

    .featured-layout-2 .fp-post .post-title {
        font-size: 24px;
    }
}

@media ( min-width: 801px ) and  ( max-width: 1024px ) {
    #site-header .container {
        width: 100%;
    }
}

@media ( min-width: 768px ) and  ( max-width: 991px ) {
    .widget .post-title {
        font-size: 21px;
    }

    .tc-post-leading .post-title {
        font-size: 24px;
    }

    .footer-widgets {
        padding-top: 45px;
    }

    .header-layout-1 .header-branding,
    .header-layout-2 .header-branding {
        padding-top: 30px;
    }

    .header-layout-3 .header-branding {
        padding-top: 20px;
    }
}

@media ( max-width: 767px ) {
    .header-layout-3 .site-branding {
        text-align: center;
    }

    .header-layout-1 .header-branding,
    .header-layout-2 .header-branding {
        padding-top: 30px;
    }

    .header-layout-3 .header-branding {
        padding-top: 0;
    }

    .fp-post .post-title {
        font-size: 34px !important;
    }

    .featured-layout-1 .post-thumbnail {
        max-height: 600px;
    }


    .featured-layout-4 .post-thumbnail {
        height: 400px;
    }


    .post-title {
        font-size: 28px !important;
    }

    .widget .post-title {
        font-size: 21px !important;
    }

    .top-categories-layout-3 .post-content-wrap,
    .blog-posts-layout-3 .post-content-wrap,
    .archive-layout-3 .post-content-wrap {
        margin-top: 20px;
        padding-bottom: 0;
    }

    .widget .post-title {
        font-size: 14px;

        margin-top: 0;
    }

    .post-excerpt {
        margin-bottom: 0;
    }

    blockquote {
        padding: 30px;
    }

    #site-footer .social-pro a {
        padding: 0 20px;
    }

    .sp-post .post-title {
        font-size: 21px !important;
    }

    .logo {
        max-height: 32px;
    }

    .sidebar-logo .logo {
        max-height: 24px;
    }

    #featured-posts,
    #top-categories-carousel,
    #popular-posts,
    .sidebar,
    .widgets-container {
        margin-right: -30px;
        margin-left: -30px;
    }

    #popular-posts .post-block-item {
        margin: 0;
    }

    .footer-widgets {
        padding-top: 45px;
    }

    body {
        font-size: 16px;
    }

    .nav-links .nav-cat {
        margin-top: 0;
    }
}

@media ( max-width: 600px ) {
    .entry-meta-wrap .entry-meta,
    .social-share {
        display: block !important;
        float: none;

        margin-bottom: 15px;
    }

    .social-share {
        margin-bottom: 0;
    }

    .nav-links h6 {
        font-size: 12px;
    }

    #site-footer .social-pro a {
        padding: 0 10px;
    }
}

@media ( max-width: 479px ) {
    .featured-layout-4 .post-thumbnail {
        height: 300px;
    }

    .logo {
        max-height: 24px;
    }

    .fp-post .post-title {
        font-size: 24px !important;
    }

    .post-title {
        font-size: 21px !important;
    }

    .widget .post-title {
        font-size: 14px !important;
    }

    blockquote {
        padding: 0;
    }

    #site-footer .social-pro a {
        font-size: 18px;

        padding: 0 6px;
    }

    .sp-post .post-title {
        font-size: 16px !important;
    }

    .sp-post  .post-excerpt {
        display: none;
    }

    .page-header h2,
    .popular-posts-title,
    .related-posts-title {
        font-size: 24px;
    }

    .alignleft,
    .alignright {
        display: block;
        float: none;

        margin: 0 auto 30px;
    }

    .social-share-buttons .post-views-wrap {
        display: block;

        margin-bottom: 15px;
    }
    #site-footer .social-pro a {
        font-size: 16px;
    }
    .social-profiles {
        padding: 10px;
    }

    .featured-layout-1 .post-thumbnail,
    .featured-layout-3 .post-thumbnail {
        max-height: 260px;
    }

    .nav-links .prev-nav,
    .nav-links .next-nav {
        display: block;

        width: 100%;
        padding: 15px 0;

        border: none;
    }

    .nav-links .prev-nav {
        border-bottom: 1px solid;
    }

    .nav-links {
        padding: 15px 0;
    }

    .nav-links h6 {
        font-size: inherit;
    }
}