/* 
Theme Name: Window-Mag
Version: 1.6.4
Description: <strong>A Wordpress News, Magazine, Blog theme. It's created to help you make your site easily base on the powerful customize of WordPress. Designed & Developed by BbioonThemes</strong> - <a href="http://www.bbioon.com">www.bbioon.com</a>.
Author: BbioonThemes
Author URI: https://themeforest.net/user/bbioonthemes?ref=bbioonThemes
Tags: two-columns, left-sidebar, right-sidebar, custom-menu, featured-images, post-formats, sticky-post, theme-options, threaded-comments, translation-ready
Theme URI: https://goo.gl/XB61Yw
License: GNU General Public License version 3.0
License URI: http://www.gnu.org/licenses/gpl-3.0.html
Text Domain: window-mag
*/
/*------------------------------------------------------------------
[Table of contents]
1. WordPress Core
2. Header
3. Desktop navbar
4. Mobile navbar
5. Main slider
6. Posts archive based style pages
7. Magazine Posts blocks
8. Single post and page
9. Related posts
10. Post pagination : Prev and next posts
11. Post pagination : Numbered pagination
12. Author bio
13. Error 404 page
14. Comments
15. Sidebar
16. Footer widgets
17. Footer Rights
18. Code Highlighting
19. Responsive style
-------------------------------------------------------------------*/
body {
    background-color: #f5f5f5;
    word-wrap: break-word;
    -ms-word-wrap: break-word;
    font-size: 14px;
    font-family: 'Montserrat', sans-serif;
    color: #565656;
}

body a {
    color: #404040;
    text-decoration: none;
}

body a:hover {
    color: #CD483C;
    text-decoration: none;
}

body a:focus {
    outline: none;
    text-decoration: none;
}

body a:active {
    outline: none;
    text-decoration: none;
}

/*-----------------------------------------------*/
/*WordPress Core*/
/*-----------------------------------------------*/
blockquote {
    border-color: #CD483C;
    z-index: 10;
    position: relative;
    background: #f7f7f7;
    border: 0;
}

blockquote p {
    z-index: 10;
}

blockquote:before {
    content: '\f10d';
    font-family: fontawesome;
    font-size: 70px;
    position: absolute;
    top: 10px;
    left: 10px;
    color: rgba(173, 173, 173, 0.16);
    line-height: 64px;
    -webkit-transform: rotate(10deg);
    -moz-transform: rotate(10deg);
    -ms-transform: rotate(10deg);
    -o-transform: rotate(10deg);
    transform: rotate(10deg);
    z-index: -1;
}

blockquote:after {
    content: '\f10e';
    font-family: fontawesome;
    font-size: 70px;
    position: absolute;
    bottom: 10px;
    right: 20px;
    color: rgba(173, 173, 173, 0.16);
    line-height: 64px;
    -webkit-transform: rotate(10deg);
    -moz-transform: rotate(10deg);
    -ms-transform: rotate(10deg);
    -o-transform: rotate(10deg);
    transform: rotate(10deg);
    z-index: -1;
}

.aligncenter,
div.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}

.alignnone {
    margin: 20px 20px 20px 0;
}

.alignright {
    float: right;
    margin: 20px 0 5px 20px;
}

a img.alignright {
    float: right;
    margin: 20px 0 5px 20px;
}

.alignleft {
    float: left;
    margin: 20px 20px 5px 0;
}

a img.alignleft {
    float: left;
    margin: 20px 20px 5px 0;
}

a img.alignnone {
    margin: 20px 20px 20px 0;
}

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

.wp-caption {
    max-width: 100%;
    padding: 10px;
}

.wp-caption.alignright,
.story img.alignright {
    float: right;
    max-width: 320px;
    margin: -10px 0 10px 20px;
}

.wp-caption.alignleft {
    float: left;
    max-width: 320px;
    margin: 0 20px 10px 0;
}

.wp-caption p.wp-caption-text {
    padding: 10px 5px 5px;
    margin: 0;
}

.wp-caption.alignnone {
    margin: 5px 20px 20px 0;
}

.wp-caption p.wp-caption-text {
    font-size: 11px;
    line-height: 17px;
    margin: 0;
    padding: 0 4px 5px;
}

/* Text meant only for screen readers. */
.screen-reader-text {
    clip: rect(1px 1px 1px 1px);
    /* IE6, IE7 */
    clip: rect(1px, 1px, 1px, 1px);
    position: absolute !important;
    height: 1px;
    width: 1px;
    padding: 0 !important;
    border: 0 !important;
    overflow: hidden;
}

.screen-reader-text:focus {
    background-color: #f1f1f1;
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    clip: auto !important;
    color: #21759b;
    display: block;
    font-size: 14px;
    font-weight: bold;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000;
    /* Above WP toolbar. */
}

.gallery-item {
    padding: 5px;
}

a.sl-button {
    /*border-bottom: 0 !important;*/
    text-decoration: none !important;
}

.sl-button {
    font-size: 1em;
    line-height: 1;
    /*font-weight: normal;*/
}

a.liked {
    color: #da1b1b;
}

a.unliked:hover i:before {
    content: '\f004';
}

a.liked:hover i:before {
    content: '\f08a';
}

.sl-icon {
    margin-right: 0.3125em;
}

.gallery-caption {
    background: #f2f2f2;
    padding: 5px;
    font-size: 14px;
    font-weight: 300;
    line-height: 1.75;
    margin-top: 10px;
}

pre {
    padding: 0;
    background: none;
    border: none;
}

.nanobar {
    height: 2px !important;
    overflow: hidden;
}

.nanobar .bar {
    background: #CD483C;
    border-radius: 4px;
    box-shadow: 3px 0 2px #CD483C;
    height: 2px;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
}

/*Scroll to top*/
#scroll {
    width: 35px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    position: fixed;
    right: 30px;
    bottom: 30px;
    display: none;
    opacity: .6;
    border: none;
    outline: none;
    font-size: 23px;
    background: #CD483C;
    color: #fff;
    z-index: 15;
    -webkit-transition: 300ms;
    -moz-transition: 300ms;
    -ms-transition: 300ms;
    -o-transition: 300ms;
    transition: 300ms;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

#scroll:hover {
    opacity: 1;
}

::selection {
    background: #CD483C;
    color: #fff;
}

::-moz-selection {
    background: #CD483C;
    color: #fff;
}

.wrapper {
    max-width: 1200px;
    margin: 30px auto 30px;
    background-color: #fff;
    -webkit-box-shadow: 0 0 3px rgba(68, 68, 68, 0.3);
    -moz-box-shadow: 0 0 3px rgba(68, 68, 68, 0.3);
    box-shadow: 0 0 3px rgba(68, 68, 68, 0.3);
}

.wrapper.wide {
    max-width: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    margin: 0;
}

/*-----------------------------------------------*/
/*Header*/
/*-----------------------------------------------*/
header {
    margin-bottom: 30px;
}

.top-header-posts {
    padding: 15px 0;
    background-color: #181818;
}

.top-header-posts .carousel-container {
    margin-right: -15px;
    margin-left: -15px;
}

.top-header-posts .owl-nav.disabled {
    display: none;
}

.top-post {
    padding: 15px;
}

.top-post.format-standard .listing-content:before {
    content: '\f040';
}

.top-post.format-audio .listing-content:before {
    content: '\f130';
}

.top-post.format-video .listing-content:before {
    content: '\f008';
}

.top-post.format-quote .listing-content:before {
    content: '\f10e';
}

.top-post.format-gallery .listing-content:before {
    content: '\f03e';
}

.top-post.format-link .listing-content:before {
    content: '\f0c1';
}

.top-post .article {
    position: relative;
    overflow: hidden;
}

.top-post .article img {
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    -webkit-transition: 300ms;
    -moz-transition: 300ms;
    -ms-transition: 300ms;
    -o-transition: 300ms;
    transition: 300ms;
}

.top-post .article:hover .listing-content {
    opacity: 1;
}

.top-post .article:hover img {
    -webkit-filter: blur(3px);
    -moz-filter: blur(3px);
    -ms-filter: blur(3px);
    -o-filter: blur(3px);
    filter: blur(3px);
}

.top-post .article .listing-content {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(209, 48, 48, 0.7);
    opacity: 0;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    -webkit-transition: 300ms;
    -moz-transition: 300ms;
    -ms-transition: 300ms;
    -o-transition: 300ms;
    transition: 300ms;
}

.top-post .article .listing-content:before {
    position: absolute;
    top: 5px;
    right: 5px;
    color: #fff;
    font-family: FontAwesome;
    height: 23px;
    width: 23px;
    text-align: center;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    border: 1px solid #fff;
    font-size: 13px;
    line-height: 23px;
}

.top-post .article .listing-content .post-title {
    position: absolute;
    bottom: -200px;
    padding: 5px;
    -webkit-transition: 300ms;
    -moz-transition: 300ms;
    -ms-transition: 300ms;
    -o-transition: 300ms;
    transition: 300ms;
    color: #fff;
    text-decoration: none;
    font-size: 13px;
    word-wrap: break-word;
}

.top-post .article .listing-content .top-post-time {
    position: absolute;
    top: -200px;
    left: 5px;
    color: #fff;
    font-size: 11px;
    border: 1px solid #fff;
    padding: 3px 5px;
    text-transform: uppercase;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    -webkit-transition: 500ms;
    -moz-transition: 500ms;
    -ms-transition: 500ms;
    -o-transition: 500ms;
    transition: 500ms;
}

.top-post .article .listing-content:hover .post-title {
    bottom: 0;
}

.top-post .article .listing-content:hover .top-post-time {
    top: 5px;
}

.header-block {
    padding: 30px 0;
}

header .site-title a {
    text-decoration: none;
    font-size: 30px;
    text-transform: uppercase;
    letter-spacing: 6px;
    -webkit-transition: 300ms;
    -moz-transition: 300ms;
    -ms-transition: 300ms;
    -o-transition: 300ms;
    transition: 300ms;
}

header .site-title a:hover,
header .site-title a:focus,
header .site-title a:active {
    text-decoration: none;
}

header .site-tagline {
    font-size: 14px;
    color: #aaa;
}

/*-----------------------------------------------*/
/*Desktop navbar*/
/*-----------------------------------------------*/
.main-menu {
    background: #181818;
}

.slicknav_menu {
    display: none;
}

.navbar-alert {
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 1px;
    list-style: none;
    margin-bottom: 0;
    color: #fff;
    font-weight: 700;
    line-height: 47px;
    display: block;
    outline: none;
    text-decoration: none;
    padding: 0 8px;
}

/*Search box in navbar*/
.main-menu .container {
    position: relative;
}

.main-menu .search-toggle {
    position: absolute;
    right: 15px;
    color: #fff;
    top: 0;
    height: 47px;
    line-height: 47px;
    width: 50px;
    text-align: center;
    background: #000;
    z-index: 999;
    -webkit-transition: 300ms;
    -moz-transition: 300ms;
    -ms-transition: 300ms;
    -o-transition: 300ms;
    transition: 300ms;
}

.main-menu .search-box {
    position: absolute;
    right: 15px;
    top: 47px;
    background: #000;
    padding: 10px;
    width: 280px;
    max-width: 100%;
    z-index: 999;
    opacity: 0;
    visibility: hidden;
}

.main-menu .search-box.show {
    opacity: 1;
    visibility: visible;
}

.main-menu .search-box input {
    border: 1px solid #343334;
    color: #b0b0b0;
    padding: 6px 14px;
    height: 38px;
    max-width: 100%;
    background: transparent;
    box-shadow: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    width: 84%;
    outline: none;
    background-color: #181818;
}

.main-menu .search-box input:focus {
    border-color: #CD483C;
}

.main-menu .search-box button {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    width: 13%;
    padding: 0;
    -webkit-transition: 300ms;
    -moz-transition: 300ms;
    -ms-transition: 300ms;
    -o-transition: 300ms;
    transition: 300ms;
    height: 38px;
    line-height: 38px;
    border: none;
    color: #ffffff;
    background-color: #181818;
    float: right;
    outline: none;
}

.main-menu .search-box button:hover {
    background-color: #CD483C;
}

#navbar .menu {
    margin: 0;
    padding: 0;
}

#navbar .menu li {
    display: inline-block;
    position: relative;
}

#navbar .menu li a {
    font-size: 13px;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #fff;
    line-height: 43px;
    display: inline-block;
    outline: none;
    text-decoration: none;
    padding: 0 17px;
    font-family: 'Montserrat', sans-serif;
}

#navbar .menu li a i {
    font-size: 14px;
}

#navbar .menu .current_page_item a {
    background: #CD483C;
}

#navbar .menu > li {
    -webkit-transition: 300ms;
    -moz-transition: 300ms;
    -ms-transition: 300ms;
    -o-transition: 300ms;
    transition: 300ms;
}

#navbar .menu > li > a {
    border: 2px solid rgba(0, 0, 0, 0);
    -webkit-transition: 300ms;
    -moz-transition: 300ms;
    -ms-transition: 300ms;
    -o-transition: 300ms;
    transition: 300ms;
    z-index: 10;
    position: relative;
}

#navbar .menu > li:before {
    content: '';
    -webkit-transition: 300ms;
    -moz-transition: 300ms;
    -ms-transition: 300ms;
    -o-transition: 300ms;
    transition: 300ms;
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    visibility: hidden;
    opacity: 0;
    height: 100%;
    background: #CD483C;
}

#navbar .menu > li:hover > a:after {
    color: #fff;
}

#navbar .menu > li:hover:before {
    opacity: 1;
    visibility: visible;
    -webkit-transition: opacity .3s ease;
    -moz-transition: opacity .3s ease;
    -ms-transition: opacity .3s ease;
    -o-transition: opacity .3s ease;
    transition: opacity .3s ease;
}

#navbar .menu > .menu-item-has-children > a:after {
    font-family: FontAwesome;
    content: "\f0d7";
    margin-left: 7px;
    color: #fff;
    font-size: 13px;
    font-weight: 400;
    float: right;
}

#navbar .menu ul > .menu-item-has-children > a:after {
    font-family: FontAwesome;
    content: "\f0da";
    margin-left: 7px;
    font-size: 13px;
    font-weight: 400;
    float: right;
    color: #fff;
}

/*Dropdown*/
#navbar > ul > li > .sub-menu,
#navbar > ul > li > .sub-menu li > .sub-menu {
    background: #181818;
    border-left: 3px solid #CD483C;
    padding: 0;
    position: absolute;
    margin: 0;
    left: -3px;
    top: 100%;
    pointer-events: auto;
    z-index: 99999;
    text-align: left;
    visibility: hidden;
    -webkit-box-shadow: 0px 1px 3px 1px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0px 1px 3px 1px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 1px 3px 1px rgba(0, 0, 0, 0.2);
    opacity: 0;
    -webkit-transition: opacity .3s ease;
    -moz-transition: opacity .3s ease;
    -ms-transition: opacity .3s ease;
    -o-transition: opacity .3s ease;
    transition: opacity .3s ease;
}

#navbar ul li:hover .sub-menu,
#navbar > ul > li > .sub-menu li:hover .sub-menu {
    opacity: 1;
    visibility: visible;
}

#navbar > ul > li > .sub-menu li > .sub-menu {
    left: 100%;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: opacity .3s ease;
    -moz-transition: opacity .3s ease;
    -ms-transition: opacity .3s ease;
    -o-transition: opacity .3s ease;
    transition: opacity .3s ease;
}

#navbar > ul > li > .sub-menu li:hover .sub-menu {
    top: 0;
    opacity: 1;
    visibility: visible;
}

#navbar ul.menu ul a,
#navbar .menu ul ul a {
    color: #fff;
    margin: 0;
    font-size: 11px;
    font-weight: 400;
    padding: 9px 12px;
    min-width: 200px;
    line-height: 20px;
    border-top: 1px solid rgba(255, 255, 255, 0.15);
}

#navbar ul.menu ul li,
#navbar .menu ul ul li {
    padding-right: 0;
    margin-right: 0;
    margin-left: 0;
}

#navbar ul.menu ul a:hover,
#navbar .menu ul ul a:hover {
    background: #CD483C;
    color: #fff;
}

#navbar ul.menu ul a:hover:after,
#navbar .menu ul ul a:hover:after {
    color: #fff;
}

/*-----------------------------------------------*/
/*Mobile navbar*/
/*-----------------------------------------------*/
.slicknav_btn {
    position: relative;
    display: block;
    vertical-align: middle;
    line-height: 32px;
    cursor: pointer;
}

.slicknav_menu .slicknav_menutxt {
    display: block;
    line-height: 1.188em;
    float: left;
}

.slicknav_menu .slicknav_icon {
    margin: 0.188em 0 0 0.438em;
    font-size: 19px;
}

.slicknav_menu .slicknav_no-text {
    margin: 0;
}

.slicknav_menu .slicknav_icon-bar {
    display: block;
    width: 1.125em;
    height: 0.125em;
}

.slicknav_btn .slicknav_icon-bar + .slicknav_icon-bar {
    margin-top: 0.188em;
}

.slicknav_nav {
    clear: both;
}

.slicknav_nav li .fall-back {
    padding: 15px;
    display: block;
    color: #fff;
}

.slicknav_nav ul,
.slicknav_nav li {
    display: block;
}

.slicknav_nav li:before {
    display: none;
}

.slicknav_nav .slicknav_arrow {
    font-size: 0.8em;
    margin: 0 0 0 0.4em;
}

.slicknav_nav .slicknav_item {
    cursor: pointer;
}

.slicknav_nav .slicknav_row {
    display: block;
}

.slicknav_nav a {
    display: block;
}

.slicknav_nav a i {
    font-size: 14px;
}

.slicknav_nav .slicknav_item a,
.slicknav_nav .slicknav_parent-link a {
    display: inline;
}

.slicknav_menu:before,
.slicknav_menu:after {
    content: " ";
    display: table;
}

.slicknav_menu:after {
    clear: both;
}

.slicknav_menu {
    *zoom: 1;
}

.slicknav_btn {
    padding: 17px 5px 16px;
    margin-left: 0;
}

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

.slicknav_menu {
    background: none;
}

.slicknav_nav {
    margin: 0;
    padding: 0;
    background: #CD483C;
    z-index: 988;
    position: relative;
}

.slicknav_nav,
.slicknav_nav ul {
    list-style: none;
    background: #CD483C;
    overflow: hidden;
}

.slicknav_nav ul {
    padding: 0;
    margin: 0 0 0 20px;
}

.slicknav_nav .slicknav_row {
    padding: 15px 10px;
    margin: 2px 5px;
    outline: none;
}

.slicknav_nav a {
    padding: 15px 10px;
    margin: 2px 5px;
    text-decoration: none;
    color: #fff;
    font-size: 11px;
    outline: none;
    font-weight: 400;
    letter-spacing: 2px;
    text-transform: uppercase;
}

.slicknav_nav .slicknav_item a,
.slicknav_nav .slicknav_parent-link a {
    padding: 0;
    margin: 0;
}

.slicknav_nav a:hover {
    background-color: rgba(0, 0, 0, 0.2);
    color: #fff;
}

.slicknav_nav .slicknav_txtnode {
    margin-left: 15px;
}

.slicknav_menu .slicknav_no-text {
    display: block;
}

.owl-next,
.owl-prev {
    cursor: pointer;
}

/*-----------------------------------------------*/
/*News Ticker  Since V1.2*/
/*-----------------------------------------------*/
/*Animation style*/
@keyframes fadeInDown {
    from {
        opacity: 0;
        transform: translate3d(0, -100%, 0);
    }

    to {
        opacity: 1;
        transform: none;
    }
}

.fadeInDown {
    animation-name: fadeInDown;
}

@keyframes fadeOutRight {
    from {
        opacity: 1;
    }
    40% {
        opacity: 0;
    }
    to {
        opacity: 0;
        transform: translate3d(100%, 0, 0);
    }
}

.fadeOutRight {
    animation-name: fadeOutRight;
}

/*News Ticker style*/
.news-ticker {
    position: relative;
    background-color: #f5f5f5;
    border-top: 1px solid #e9e9e9;
    border-bottom: 1px solid #e9e9e9;
}

.news-ticker .ticker-section {
    display: flex;
    position: relative;
    overflow: hidden;
}

.news-ticker .ticker-title {
    float: left;
    padding: 5px 0 5px 0;
}

.news-ticker .ticker-title .title {
    background-color: #CD483C;
    color: #fff;
    padding: 0 20px;
    line-height: 35px;
    height: 35px;
    white-space: nowrap;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.news-ticker .ticker-container {
    float: left;
    overflow: hidden;
}

.news-ticker .ticker-container .ticker-post {
    margin-right: 80px;
    overflow: hidden;
}

.news-ticker .ticker-container .ticker-post .post-title {
    margin: 0;
}

.news-ticker .ticker-container .ticker-post .post-title a {
    display: block;
    line-height: 1.4;
    padding: 13px;
    text-transform: capitalize;
    -webkit-transition: 300ms;
    -moz-transition: 300ms;
    -ms-transition: 300ms;
    -o-transition: 300ms;
    transition: 300ms;
}

.news-ticker .ticker-container .owl-nav .owl-prev {
    position: absolute;
    top: 7px;
    right: 36px;
    font-size: 0;
}

.news-ticker .ticker-container .owl-nav .owl-prev:after {
    content: '\f104';
    font-family: FontAwesome;
    color: #fff;
    font-size: 23px;
    background-color: #CD483C;
    height: 30px;
    width: 30px;
    display: block;
    text-align: center;
    line-height: 30px;
}

.news-ticker .ticker-container .owl-nav .owl-next {
    top: 7px;
    right: 0;
    font-size: 0;
    position: absolute;
}

.news-ticker .ticker-container .owl-nav .owl-next:after {
    font-family: FontAwesome;
    color: #fff;
    font-size: 23px;
    content: '\f105';
    background-color: #CD483C;
    height: 30px;
    width: 30px;
    display: block;
    text-align: center;
    line-height: 30px;
}

/*-----------------------------------------------*/
/*Main slider*/
/*-----------------------------------------------*/
.home-slider {
    margin-bottom: 30px;
}

.home-slider.center-slide {
    overflow: hidden;
    position: relative;
}

.home-slider.center-slide:hover .owl-next,
.home-slider.center-slide:hover .owl-prev {
    opacity: 1;
}

.home-slider.center-slide:hover .owl-next {
    right: 0;
}

.home-slider.center-slide:hover .owl-prev {
    left: 0;
}

.home-slider.center-slide:hover .center .main-item .slide-image {
    -webkit-transform: scale(1.09);
    -moz-transform: scale(1.09);
    -ms-transform: scale(1.09);
    -o-transform: scale(1.09);
    transform: scale(1.09);
}

.home-slider.center-slide:hover .center .post-data .contents {
    background: #fff;
}

.home-slider.center-slide .center {
    cursor: hand;
}

.home-slider.center-slide .center .main-item .overlay {
    background-color: rgba(0, 0, 0, 0);
}

.home-slider.center-slide .center .main-item .slide-image {
    -webkit-transition: 1500ms;
    -moz-transition: 1500ms;
    -ms-transition: 1500ms;
    -o-transition: 1500ms;
    transition: 1500ms;
}

.home-slider.center-slide .center .main-item .post-data {
    opacity: 1;
}

.home-slider.center-slide .main-item {
    position: relative;
    overflow: hidden;
    width: 800px;
    height: 450px;
    background: #333;
}

.home-slider.center-slide .main-item .slide-image {
    position: absolute;
    background-size: cover;
    top: 0;
    bottom: 0;
    width: 100%;
    background-position: center center;
}

.home-slider.center-slide .main-item .overlay {
    background-color: rgba(0, 0, 0, 0.7);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    -webkit-transition: 300ms;
    -moz-transition: 300ms;
    -ms-transition: 300ms;
    -o-transition: 300ms;
    transition: 300ms;
}

.home-slider.center-slide .main-item .post-data {
    z-index: 10;
    position: absolute;
    border: 6px solid rgba(255, 255, 255, 0.8);
    padding: 6px;
    left: 80px;
    right: 80px;
    bottom: 50%;
    transform: translateY(50%);
    opacity: 0;
    -webkit-transition: 300ms;
    -moz-transition: 300ms;
    -ms-transition: 300ms;
    -o-transition: 300ms;
    transition: 300ms;
}

.home-slider.center-slide .main-item .post-data .contents {
    background: rgba(255, 255, 255, 0.8);
    padding: 15px;
    text-align: center;
    -webkit-transition: 300ms;
    -moz-transition: 300ms;
    -ms-transition: 300ms;
    -o-transition: 300ms;
    transition: 300ms;
}

.home-slider.center-slide .main-item .post-data .contents .post-title {
    margin-top: 0;
    word-wrap: break-word;
}

.home-slider.center-slide .main-item .post-data .contents .post-title a {
    color: #222;
    font-size: 20px;
    text-decoration: none;
    word-wrap: break-word;
    text-shadow: 1px 1px 0 rgba(117, 117, 117, 0.45);
    -webkit-transition: 300ms;
    -moz-transition: 300ms;
    -ms-transition: 300ms;
    -o-transition: 300ms;
    transition: 300ms;
}

.home-slider.center-slide .main-item .post-data .contents .post-title a:hover {
    color: #CD483C;
}

.home-slider.center-slide .main-item .post-data .contents .slide-post-meta {
    font-size: 12px;
    color: #888888;
}

.home-slider.center-slide .main-item .post-data .contents .slide-post-meta span {
    margin-right: 10px;
}

.home-slider.center-slide .main-item .post-data .contents .slide-post-meta a {
    color: #888888;
    text-decoration: none;
    -webkit-transition: 300ms;
    -moz-transition: 300ms;
    -ms-transition: 300ms;
    -o-transition: 300ms;
    transition: 300ms;
}

.home-slider.center-slide .main-item .post-data .contents .slide-post-meta a:hover {
    color: #CD483C;
}

.home-slider.center-slide .owl-next {
    font-size: 0;
    position: absolute;
    top: 0;
    bottom: 0;
    right: -150px;
    padding: 50px;
    opacity: .2;
    cursor: pointer;
    -webkit-transition: 700ms;
    -moz-transition: 700ms;
    -ms-transition: 700ms;
    -o-transition: 700ms;
    transition: 700ms;
}

.home-slider.center-slide .owl-next:before {
    position: absolute;
    content: '\f105';
    font-family: FontAwesome;
    color: #fff;
    top: 50%;
    right: 15px;
    transform: translateY(-50%);
    font-size: 50px;
    text-shadow: 1px 1px 0 rgba(117, 117, 117, 0.45);
}

.home-slider.center-slide .owl-prev {
    font-size: 0;
    position: absolute;
    top: 0;
    bottom: 0;
    left: -150px;
    padding: 50px;
    opacity: .2;
    cursor: pointer;
    -webkit-transition: 700ms;
    -moz-transition: 700ms;
    -ms-transition: 700ms;
    -o-transition: 700ms;
    transition: 700ms;
}

.home-slider.center-slide .owl-prev:before {
    position: absolute;
    content: '\f104';
    font-family: FontAwesome;
    color: #fff;
    top: 50%;
    left: 15px;
    transform: translateY(-50%);
    font-size: 50px;
    text-shadow: 1px 1px 0 rgba(117, 117, 117, 0.45);
}

.home-slider.double-slides {
    margin-bottom: 50px;
    position: relative;
}

.home-slider.double-slides .main-item {
    position: relative;
    overflow: hidden;
    height: 450px;
    background: #333;
}

.home-slider.double-slides .main-item:before {
    position: absolute;
    top: 30px;
    left: 30px;
    color: #fff;
    font-family: FontAwesome;
    font-size: 16px;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    background-color: rgba(0, 0, 0, 0.6);
    z-index: 10;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    -webkit-transition: 300ms;
    -moz-transition: 300ms;
    -ms-transition: 300ms;
    -o-transition: 300ms;
    transition: 300ms;
}

.home-slider.double-slides .main-item.has-post-thumbnail {
    overflow: hidden;
}

.home-slider.double-slides .main-item.has-post-thumbnail.format-standard:before {
    content: '\f040';
}

.home-slider.double-slides .main-item.has-post-thumbnail.format-audio:before {
    content: '\f130';
}

.home-slider.double-slides .main-item.has-post-thumbnail.format-video:before {
    content: '\f008';
}

.home-slider.double-slides .main-item.has-post-thumbnail.format-quote:before {
    content: '\f10e';
}

.home-slider.double-slides .main-item.has-post-thumbnail.format-gallery:before {
    content: '\f03e';
}

.home-slider.double-slides .main-item.has-post-thumbnail.format-link:before {
    content: '\f0c1';
}

.home-slider.double-slides .main-item .slide-image {
    width: calc(100% + 40px);
    width: -moz-calc(100% + 40px);
    width: -webkit-calc(100% + 40px);
    width: -o-calc(100% + 40px);
    transform: translate3d(-40px, 0px, 0px);
    -webkit-transform: translateX(-40px);
    -moz-transform: translateX(-40px);
    -ms-transform: translateX(-40px);
    -o-transform: translateX(-40px);
    -webkit-transition: 400ms;
    -moz-transition: 400ms;
    -ms-transition: 400ms;
    -o-transition: 400ms;
    transition: 400ms;
    height: auto;
    max-width: none;
    position: absolute;
    top: 0;
    bottom: 0;
    background-repeat: no-repeat;
    background-size: cover;
    background-color: #333;
    background-position: center center;
}

.home-slider.double-slides .main-item .overlay {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    display: block;
    background-color: rgba(0, 0, 0, 0.5);
    -webkit-transition: 300ms;
    -moz-transition: 300ms;
    -ms-transition: 300ms;
    -o-transition: 300ms;
    transition: 300ms;
    opacity: .6;
    z-index: 2;
}

.home-slider.double-slides .main-item .contents {
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
    padding: 30px;
    z-index: 10;
    background: -moz-linear-gradient(bottom, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0) 100%);
    background: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0) 100%);
    background: linear-gradient(to top, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#a6000000', endColorstr='#00000000', GradientType=0);
    -webkit-transition: 400ms;
    -moz-transition: 400ms;
    -ms-transition: 400ms;
    -o-transition: 400ms;
    transition: 400ms;
}

.home-slider.double-slides .main-item .contents .post-title {
    word-wrap: break-word;
}

.home-slider.double-slides .main-item .contents .post-title a {
    word-wrap: break-word;
    color: #fff;
    line-height: 1.8em;
    font-size: 20px;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3);
    text-decoration: none;
    display: block;
}

.home-slider.double-slides .main-item .contents .slide-post-meta {
    font-size: 12px;
    color: #c4c4c4;
}

.home-slider.double-slides .main-item .contents .slide-post-meta span {
    margin-right: 10px;
}

.home-slider.double-slides .main-item .contents .slide-post-meta a {
    color: #c4c4c4;
    text-decoration: none;
}

.home-slider.double-slides .main-item:hover:before {
    top: 35px;
    left: 35px;
    -webkit-transform: scale(1.09);
    -moz-transform: scale(1.09);
    -ms-transform: scale(1.09);
    -o-transform: scale(1.09);
    transform: scale(1.09);
}

.home-slider.double-slides .main-item:hover .overlay {
    opacity: 1;
}

.home-slider.double-slides .main-item:hover .slide-image {
    transform: translateX(0);
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
}

.home-slider.double-slides .main-item:hover .contents {
    padding-bottom: 50px;
}

.home-slider.double-slides .owl-next,
.home-slider.double-slides .owl-prev {
    display: none;
}

.home-slider.double-slides .owl-dots {
    position: absolute;
    bottom: -46px;
    right: 0;
}

.home-slider.double-slides .owl-dots .owl-dot {
    display: inline-block;
    padding: 15px 3px;
    cursor: pointer;
}

.home-slider.double-slides .owl-dots .owl-dot:before {
    width: 28px;
    height: 7px;
    display: block;
    background-color: #7F8081;
    content: '';
    -webkit-transition: 300ms;
    -moz-transition: 300ms;
    -ms-transition: 300ms;
    -o-transition: 300ms;
    transition: 300ms;
}

.home-slider.double-slides .owl-dots .owl-dot.active:before,
.home-slider.double-slides .owl-dots .owl-dot:hover:before {
    background-color: #CD483C;
}

.home-slider.many-slides {
    margin-bottom: 50px;
    position: relative;
}

.home-slider.many-slides .main-item {
    position: relative;
    overflow: hidden;
    height: 400px;
    background-color: #333;
}

.home-slider.many-slides .main-item:before {
    position: absolute;
    top: 15px;
    left: 15px;
    color: #fff;
    font-family: FontAwesome;
    font-size: 16px;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    background-color: rgba(0, 0, 0, 0.6);
    z-index: 10;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    -webkit-transition: 300ms;
    -moz-transition: 300ms;
    -ms-transition: 300ms;
    -o-transition: 300ms;
    transition: 300ms;
}

.home-slider.many-slides .main-item.has-post-thumbnail {
    overflow: hidden;
}

.home-slider.many-slides .main-item.has-post-thumbnail.format-standard:before {
    content: '\f040';
}

.home-slider.many-slides .main-item.has-post-thumbnail.format-audio:before {
    content: '\f130';
}

.home-slider.many-slides .main-item.has-post-thumbnail.format-video:before {
    content: '\f008';
}

.home-slider.many-slides .main-item.has-post-thumbnail.format-quote:before {
    content: '\f10e';
}

.home-slider.many-slides .main-item.has-post-thumbnail.format-gallery:before {
    content: '\f03e';
}

.home-slider.many-slides .main-item.has-post-thumbnail.format-link:before {
    content: '\f0c1';
}

.home-slider.many-slides .main-item .slide-image {
    -webkit-transition: 400ms;
    -moz-transition: 400ms;
    -ms-transition: 400ms;
    -o-transition: 400ms;
    transition: 400ms;
    max-height: 100%;
    background-size: cover;
    background-position: center center;
    background-color: #333;
    position: absolute;
    top: 0;
    bottom: 0;
    width: 100%;
}

.home-slider.many-slides .main-item .overlay {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    display: block;
    background-color: rgba(0, 0, 0, 0.5);
    -webkit-transition: 300ms;
    -moz-transition: 300ms;
    -ms-transition: 300ms;
    -o-transition: 300ms;
    transition: 300ms;
    opacity: 0;
    z-index: 2;
}

.home-slider.many-slides .main-item .contents {
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
    padding: 15px;
    z-index: 10;
    background: -moz-linear-gradient(bottom, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0) 100%);
    background: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0) 100%);
    background: linear-gradient(to top, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#a6000000', endColorstr='#00000000', GradientType=0);
    -webkit-transition: 400ms;
    -moz-transition: 400ms;
    -ms-transition: 400ms;
    -o-transition: 400ms;
    transition: 400ms;
}

.home-slider.many-slides .main-item .contents .post-title {
    word-wrap: break-word;
}

.home-slider.many-slides .main-item .contents .post-title a {
    word-wrap: break-word;
    color: #fff;
    line-height: 1.5em;
    font-size: 15px;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3);
    text-decoration: none;
    display: block;
    font-family: 'Montserrat', sans-serif;
}

.home-slider.many-slides .main-item .contents .slide-post-meta {
    font-size: 11px;
    color: #c4c4c4;
}

.home-slider.many-slides .main-item .contents .slide-post-meta span {
    margin-right: 10px;
}

.home-slider.many-slides .main-item .contents .slide-post-meta a {
    color: #c4c4c4;
    text-decoration: none;
}

.home-slider.many-slides .main-item:hover:before {
    top: 25px;
    left: 25px;
    -webkit-transform: scale(1.09);
    -moz-transform: scale(1.09);
    -ms-transform: scale(1.09);
    -o-transform: scale(1.09);
    transform: scale(1.09);
}

.home-slider.many-slides .main-item:hover .overlay {
    opacity: 1;
}

.home-slider.many-slides .main-item:hover .slide-image {
    -webkit-transform: scale(1.09) rotate(-2deg);
    -moz-transform: scale(1.09) rotate(-2deg);
    -ms-transform: scale(1.09) rotate(-2deg);
    -o-transform: scale(1.09) rotate(-2deg);
    transform: scale(1.09) rotate(-2deg);
}

.home-slider.many-slides .main-item:hover .contents {
    padding-bottom: 30px;
}

.home-slider.many-slides .owl-next,
.home-slider.many-slides .owl-prev {
    display: none;
}

.home-slider.many-slides .owl-dots {
    position: absolute;
    bottom: -46px;
    right: 0;
}

.home-slider.many-slides .owl-dots .owl-dot {
    display: inline-block;
    padding: 15px 3px;
    cursor: pointer;
}

.home-slider.many-slides .owl-dots .owl-dot:before {
    width: 28px;
    height: 7px;
    display: block;
    background-color: #7F8081;
    content: '';
    -webkit-transition: 300ms;
    -moz-transition: 300ms;
    -ms-transition: 300ms;
    -o-transition: 300ms;
    transition: 300ms;
}

.home-slider.many-slides .owl-dots .owl-dot.active:before,
.home-slider.many-slides .owl-dots .owl-dot:hover:before {
    background-color: #CD483C;
}

/*-----------------------------------------------*/
/*Posts archive based style pages*/
/*-----------------------------------------------*/
.page-header {
    background: #fff;
    padding: 15px;
    margin-top: 0;
    text-align: center;
    border: 1px #edefee solid;
    margin-bottom: 30px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

.page-header h1 {
    margin-top: 10px;
    margin-bottom: 10px;
}

.page-header h2.page-title {
    margin-top: 10px;
}

.page-header h1 span {
    color: #CD483C;
}

.page-header .taxonomy-description {
    color: #565656;
}

.page-header .count {
    text-align: center;
    font-style: italic;
    color: #909090;
    font-size: 11px;
}

.wrapper .category-box,
.wrapper .blog-wrap {
    padding: 0;
    border-bottom: 0;
    box-shadow: none;
    margin-bottom: 0;
}

.wrapper .list-post:last-of-type {
    padding: 0;
    margin-bottom: 30px;
}

.wrapper .blog-wrap {
    margin-bottom: 30px;
}

.wrapper .big-grid {
    margin-bottom: 15px;
}

.wrapper .mini-grid div.col-md-6:last-of-type .small-post {
    margin-bottom: 30px;
}

.wrapper .masonry-box {
    margin-bottom: 30px;
}

.wrapper .simple-grid .big-post {
    margin-bottom: 30px;
}

.wrapper .simple-grid .col-md-6:last-of-type .small-post {
    margin-bottom: 30px;
}

.wrapper .carousel-box {
    margin-bottom: 30px;
}

.wrapper .img-grid {
    margin-bottom: 30px;
}

.wrapper .pagePagination {
    margin-bottom: 30px;
    margin-top: 30px;
}

.wrapper .posts-navigation {
    margin-bottom: 30px;
    margin-top: 30px;
}

.wrapper .singular {
    margin-bottom: 30px;
}

.category-box {
    background-color: #fff;
    padding: 15px;
    margin-bottom: 30px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    -webkit-box-shadow: 0 0 1px rgba(68, 68, 68, 0.3);
    -moz-box-shadow: 0 0 1px rgba(68, 68, 68, 0.3);
    box-shadow: 0 0 1px rgba(68, 68, 68, 0.3);
}

.block-name {
    overflow: hidden;
    margin-bottom: 20px;
    background: #CD483C;
    border-bottom: 8px solid rgba(0, 0, 0, 0.25);
    margin-top: 0;
    font-family: 'Montserrat', sans-serif;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

.block-name span {
    display: block;
    background: rgba(0, 0, 0, 0.25);
    padding: 12px 10px 3px 15px;
    position: relative;
    color: #FFFFFF;
    float: left;
    margin-right: 25px;
    font-size: 15px;
    font-weight: bold;
    text-transform: uppercase;
    border-top-right-radius: 9px;
}

.block-name span:before {
    position: absolute;
    left: 100%;
    top: 7px;
    bottom: 0;
    content: "";
    border-top: 37px solid rgba(0, 255, 0, 0);
    border-left: 20px solid rgba(0, 0, 0, 0.25);
}

/* Microsoft Edge Browser 12+ (All) bug fix*/
@supports (-ms-accelerator:true) {
    .block-name span {
        border-top-right-radius: 0;
        padding: 10px 10px 3px 15px;
    }

    .block-name span:before {
        top: 0;
    }
}

/*-----------------------------------------------*/
/*Magazine Posts blocks*/
/*-----------------------------------------------*/
.small-post {
    margin-bottom: 15px;
}

.small-post.format-standard .post-image a:before {
    content: '\f040';
}

.small-post.format-audio .post-image a:before {
    content: '\f130';
}

.small-post.format-video .post-image a:before {
    content: '\f008';
}

.small-post.format-quote .post-image a:before {
    content: '\f10e';
}

.small-post.format-gallery .post-image a:before {
    content: '\f03e';
}

.small-post.format-link .post-image a:before {
    content: '\f0c1';
}

.small-post:after {
    clear: both;
    content: '';
    display: block;
}

.small-post.has-post-thumbnail .post-content {
    margin-left: 115px;
}

.small-post .post-image {
    float: left;
    position: relative;
    overflow: hidden;
}

.small-post .post-image:hover .overlay {
    opacity: 1;
}

.small-post .post-image:hover a:before {
    left: 50%;
    opacity: 1;
}

.small-post .post-image:hover .image {
    -webkit-transform: scale(1.095);
    -moz-transform: scale(1.095);
    -ms-transform: scale(1.095);
    -o-transform: scale(1.095);
    transform: scale(1.095);
}

.small-post .post-image .image {
    -webkit-transition: 300ms;
    -moz-transition: 300ms;
    -ms-transition: 300ms;
    -o-transition: 300ms;
    transition: 300ms;
    width: 100px;
    height: 70px;
    background-size: cover;
    background-repeat: no-repeat;
}

.small-post .post-image .overlay {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    display: block;
    background-color: rgba(0, 0, 0, 0.5);
    -webkit-transition: 300ms;
    -moz-transition: 300ms;
    -ms-transition: 300ms;
    -o-transition: 300ms;
    transition: 300ms;
    opacity: 0;
    z-index: 2;
}

.small-post .post-image a:before {
    position: absolute;
    top: 50%;
    color: #fff;
    font-family: FontAwesome;
    font-size: 16px;
    z-index: 10;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    background-color: rgba(0, 0, 0, 0.6);
    opacity: 0;
    left: -50px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    -webkit-transition: 300ms;
    -moz-transition: 300ms;
    -ms-transition: 300ms;
    -o-transition: 300ms;
    transition: 300ms;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.small-post .post-content .post-title {
    word-wrap: break-word;
    margin-top: 0;
    margin-bottom: 5px;
    text-transform: capitalize;
}

.small-post .post-content .post-title a {
    text-decoration: none;
    font-weight: bold;
    line-height: 1.5em;
    -webkit-transition: 300ms;
    -moz-transition: 300ms;
    -ms-transition: 300ms;
    -o-transition: 300ms;
    transition: 300ms;
}

.small-post .post-content .post-meta {
    font-size: 12px;
    color: #b0b0b0;
}

.small-post .post-content .post-meta a {
    color: #b0b0b0;
    text-decoration: none;
}

.small-post .post-content .post-meta a:hover,
.small-post .post-content .post-meta a:focus,
.small-post .post-content .post-meta a:active {
    color: #CD483C;
}

.small-post .post-content .post-meta span {
    margin-right: 5px;
}

.big-post {
    margin-bottom: 30px;
    position: relative;
}

.big-post.has-post-thumbnail {
    overflow: hidden;
}

.big-post.has-post-thumbnail.format-standard .post-image a:before {
    content: '\f040';
}

.big-post.has-post-thumbnail.format-audio .post-image a:before {
    content: '\f130';
}

.big-post.has-post-thumbnail.format-video .post-image a:before {
    content: '\f008';
}

.big-post.has-post-thumbnail.format-quote .post-image a:before {
    content: '\f10e';
}

.big-post.has-post-thumbnail.format-gallery .post-image a:before {
    content: '\f03e';
}

.big-post.has-post-thumbnail.format-link .post-image a:before {
    content: '\f0c1';
}

.big-post .post-image {
    overflow: hidden;
    position: relative;
}

.big-post .post-image .overlay {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    display: block;
    background-color: rgba(0, 0, 0, 0.5);
    -webkit-transition: 300ms;
    -moz-transition: 300ms;
    -ms-transition: 300ms;
    -o-transition: 300ms;
    transition: 300ms;
    opacity: 0;
    z-index: 2;
}

.big-post .post-image a:before {
    position: absolute;
    top: -50px;
    right: 15px;
    color: #fff;
    font-family: FontAwesome;
    font-size: 16px;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    background-color: rgba(0, 0, 0, 0.6);
    opacity: 0;
    z-index: 10;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    -webkit-transition: 300ms;
    -moz-transition: 300ms;
    -ms-transition: 300ms;
    -o-transition: 300ms;
    transition: 300ms;
}

.big-post .post-image img {
    -webkit-transition: 300ms;
    -moz-transition: 300ms;
    -ms-transition: 300ms;
    -o-transition: 300ms;
    transition: 300ms;
    margin-right: auto;
    margin-left: auto;
}

.big-post .post-image:hover a:before {
    top: 15px;
    opacity: 1;
}

.big-post .post-image:hover img {
    -webkit-transform: scale(1.095);
    -moz-transform: scale(1.095);
    -ms-transform: scale(1.095);
    -o-transform: scale(1.095);
    transform: scale(1.095);
}

.big-post .post-image:hover .overlay {
    opacity: 1;
}

.big-post .post-content .post-title {
    word-wrap: break-word;
    text-transform: capitalize;
}

.big-post .post-content .post-title.h4 a {
    font-weight: bold;
    line-height: 1.5em;
    word-wrap: break-word;
}

.big-post .post-content .post-title.h4 a:hover,
.big-post .post-content .post-title.h4 a:active,
.big-post .post-content .post-title.h4 a:focus {
    color: #CD483C;
}

.big-post .post-content .post-title a {
    text-decoration: none;
    -webkit-transition: 300ms;
    -moz-transition: 300ms;
    -ms-transition: 300ms;
    -o-transition: 300ms;
    transition: 300ms;
}

.big-post .post-content .post-meta {
    font-size: 12px;
    color: #b0b0b0;
    margin-bottom: 10px;
}

.big-post .post-content .post-meta a {
    color: #b0b0b0;
    text-decoration: none;
}

.big-post .post-content .post-meta a:hover,
.big-post .post-content .post-meta a:focus,
.big-post .post-content .post-meta a:active {
    color: #CD483C;
}

.big-post .post-content .post-meta span {
    margin-right: 5px;
}

.big-post .post-content .post-meta i.fa-calendar {
    margin-left: 1px;
}

.big-post .post-text p {
    line-height: 1.7em;
    color: #777777;
}

.list-post {
    margin-bottom: 15px;
    padding: 0 0 15px 0;
    border-bottom: 1px solid #ebebeb;
    position: relative;
}

.list-post.sticky {
    position: relative;
}

.list-post.has-post-thumbnail .post-image a:before {
    position: absolute;
    top: -50px;
    right: 15px;
    color: #fff;
    font-family: FontAwesome;
    font-size: 16px;
    z-index: 10;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    background-color: rgba(0, 0, 0, 0.6);
    opacity: 0;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    -webkit-transition: 300ms;
    -moz-transition: 300ms;
    -ms-transition: 300ms;
    -o-transition: 300ms;
    transition: 300ms;
}

.list-post.has-post-thumbnail.format-standard .post-image a:before {
    content: '\f040';
}

.list-post.has-post-thumbnail.format-audio .post-image a:before {
    content: '\f130';
}

.list-post.has-post-thumbnail.format-video .post-image a:before {
    content: '\f008';
}

.list-post.has-post-thumbnail.format-quote .post-image a:before {
    content: '\f10e';
}

.list-post.has-post-thumbnail.format-gallery .post-image a:before {
    content: '\f03e';
}

.list-post.has-post-thumbnail.format-link .post-image a:before {
    content: '\f0c1';
}

.list-post.has-post-thumbnail .post-image {
    position: relative;
    overflow: hidden;
    float: left;
    margin-right: 20px;
    width: 300px;
}

.list-post.has-post-thumbnail .post-image img {
    -webkit-transition: 300ms;
    -moz-transition: 300ms;
    -ms-transition: 300ms;
    -o-transition: 300ms;
    transition: 300ms;
}

.list-post.has-post-thumbnail .post-image .overlay {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    display: block;
    background-color: rgba(0, 0, 0, 0.5);
    -webkit-transition: 300ms;
    -moz-transition: 300ms;
    -ms-transition: 300ms;
    -o-transition: 300ms;
    transition: 300ms;
    opacity: 0;
    z-index: 2;
}

.list-post.has-post-thumbnail .post-image:hover :before {
    top: 15px;
    opacity: 1;
}

.list-post.has-post-thumbnail .post-image:hover img {
    -webkit-transform: scale(1.095);
    -moz-transform: scale(1.095);
    -ms-transform: scale(1.095);
    -o-transform: scale(1.095);
    transform: scale(1.095);
}

.list-post.has-post-thumbnail .post-image:hover .overlay {
    opacity: 1;
}

.list-post:last-of-type {
    border-bottom: 0;
    margin-bottom: 0;
    padding-bottom: 0;
}

.list-post .post-text .post-content .post-title {
    word-wrap: break-word;
    text-transform: capitalize;
}

.list-post .post-text .post-content .post-title.h4 a {
    font-weight: bold;
    line-height: 1.5em;
    word-wrap: break-word;
    -webkit-transition: 300ms;
    -moz-transition: 300ms;
    -ms-transition: 300ms;
    -o-transition: 300ms;
    transition: 300ms;
}

.list-post .post-text .post-content .post-title.h4 a:hover,
.list-post .post-text .post-content .post-title.h4 a:focus,
.list-post .post-text .post-content .post-title.h4 a:active {
    color: #CD483C;
}

.list-post .post-text .post-content .post-title a {
    text-decoration: none;
}

.list-post .post-text .post-content .post-meta {
    font-size: 12px;
    color: #b0b0b0;
    margin-bottom: 10px;
}

.list-post .post-text .post-content .post-meta a {
    color: #b0b0b0;
    text-decoration: none;
}

.list-post .post-text .post-content .post-meta a:hover,
.list-post .post-text .post-content .post-meta a:focus,
.list-post .post-text .post-content .post-meta a:active {
    color: #CD483C;
}

.list-post .post-text .post-content .post-meta span {
    margin-right: 5px;
}

.list-post .post-text p {
    line-height: 1.7em;
    color: #404040;
}

.big-grid {
    padding-bottom: 0;
}

.big-grid .big-post {
    margin-bottom: 50px;
}

.carousel-box.category-box {
    background: #181818;
    padding: 15px;
    color: #fff;
    border-bottom: 0;
}

.carousel-box .block-name {
    position: relative;
}

.carousel-box .block-name .owl-prev {
    font-size: 0;
    position: absolute;
    top: 5px;
    right: 40px;
    border: 1px solid #fff;
    padding: 0 7px;
    opacity: .6;
    cursor: pointer;
    -webkit-transition: 300ms;
    -moz-transition: 300ms;
    -ms-transition: 300ms;
    -o-transition: 300ms;
    transition: 300ms;
}

.carousel-box .block-name .owl-prev:hover {
    opacity: 1;
}

.carousel-box .block-name .owl-prev:after {
    content: '\f104';
    font-family: FontAwesome;
    font-size: 19px;
}

.carousel-box .block-name .owl-next {
    font-size: 0;
    position: absolute;
    top: 5px;
    right: 10px;
    border: 1px solid #fff;
    padding: 0 7px;
    opacity: .6;
    cursor: pointer;
    -webkit-transition: 300ms;
    -moz-transition: 300ms;
    -ms-transition: 300ms;
    -o-transition: 300ms;
    transition: 300ms;
}

.carousel-box .block-name .owl-next:hover {
    opacity: 1;
}

.carousel-box .block-name .owl-next:after {
    content: '\f105';
    font-family: FontAwesome;
    font-size: 19px;
}

.carousel-box .carousel-post {
    position: relative;
}

.carousel-box .carousel-post.has-post-thumbnail {
    overflow: hidden;
}

.carousel-box .carousel-post.has-post-thumbnail.format-standard .post-image a:before {
    content: '\f040';
}

.carousel-box .carousel-post.has-post-thumbnail.format-audio .post-image a:before {
    content: '\f130';
}

.carousel-box .carousel-post.has-post-thumbnail.format-video .post-image a:before {
    content: '\f008';
}

.carousel-box .carousel-post.has-post-thumbnail.format-quote .post-image a:before {
    content: '\f10e';
}

.carousel-box .carousel-post.has-post-thumbnail.format-gallery .post-image a:before {
    content: '\f03e';
}

.carousel-box .carousel-post.has-post-thumbnail.format-link .post-image a:before {
    content: '\f0c1';
}

.carousel-box .carousel-post .post-image {
    position: relative;
    overflow: hidden;
}

.carousel-box .carousel-post .post-image a:before {
    position: absolute;
    top: -50px;
    right: 15px;
    color: #fff;
    font-family: FontAwesome;
    font-size: 16px;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    background-color: rgba(0, 0, 0, 0.6);
    opacity: 0;
    z-index: 10;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    -webkit-transition: 300ms;
    -moz-transition: 300ms;
    -ms-transition: 300ms;
    -o-transition: 300ms;
    transition: 300ms;
}

.carousel-box .carousel-post .post-image img {
    -webkit-transition: 300ms;
    -moz-transition: 300ms;
    -ms-transition: 300ms;
    -o-transition: 300ms;
    transition: 300ms;
}

.carousel-box .carousel-post .post-image .overlay {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    display: block;
    background-color: rgba(0, 0, 0, 0.3);
    -webkit-transition: 300ms;
    -moz-transition: 300ms;
    -ms-transition: 300ms;
    -o-transition: 300ms;
    transition: 300ms;
    opacity: 0;
    z-index: 2;
}

.carousel-box .carousel-post:hover .post-image a:before {
    top: 15px;
    opacity: 1;
}

.carousel-box .carousel-post:hover .post-image .overlay {
    opacity: 1;
}

.carousel-box .carousel-post:hover .post-image img {
    -webkit-transform: scale(1.095);
    -moz-transform: scale(1.095);
    -ms-transform: scale(1.095);
    -o-transform: scale(1.095);
    transform: scale(1.095);
}

.carousel-box .carousel-post .post-content {
    position: absolute;
    bottom: 0;
    width: 100%;
    padding: 15px;
    z-index: 10;
    background: -moz-linear-gradient(bottom, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0) 100%);
    background: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0) 100%);
    background: linear-gradient(to top, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#a6000000', endColorstr='#00000000', GradientType=0);
}

.carousel-box .carousel-post .post-content .post-title {
    font-size: 14px;
    word-wrap: break-word;
}

.carousel-box .carousel-post .post-content .post-title a {
    color: #fff;
    text-decoration: none;
    line-height: 1.5em;
    word-wrap: break-word;
}

.carousel-box .carousel-post .post-content .post-meta {
    color: #E6E6E6;
    font-size: 12px;
    padding: 0px 1px;
}

.carousel-box .carousel-post .post-content .post-meta span {
    margin-right: 5px;
}

.carousel-box .carousel-post .post-content .post-meta a {
    color: #E6E6E6;
    text-decoration: none;
}

.slides-box {
    overflow: hidden;
    position: relative;
}

.wrapper .slides-box {
    margin-bottom: 30px;
}

.slides-box .carousel-slides {
    overflow: hidden;
}

.slides-box:hover .owl-prev {
    left: 15px;
}

.slides-box:hover .owl-next {
    right: 15px;
}

.slides-box:hover .carousel-post:before {
    top: 15px;
    opacity: 1;
}

.slides-box:hover .carousel-post img {
    -webkit-transform: scale(1.09);
    -moz-transform: scale(1.09);
    -ms-transform: scale(1.09);
    -o-transform: scale(1.09);
    transform: scale(1.09);
}

.slides-box .carousel-post {
    position: relative;
    overflow: hidden;
}

.slides-box .carousel-post:before {
    position: absolute;
    top: -115px;
    right: 15px;
    color: #fff;
    font-family: FontAwesome;
    font-size: 16px;
    z-index: 10;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    background-color: rgba(0, 0, 0, 0.6);
    opacity: 0;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    -webkit-transition: 300ms;
    -moz-transition: 300ms;
    -ms-transition: 300ms;
    -o-transition: 300ms;
    transition: 300ms;
}

.slides-box .carousel-post.format-standard:before {
    content: '\f040';
}

.slides-box .carousel-post.format-audio:before {
    content: '\f130';
}

.slides-box .carousel-post.format-video:before {
    content: '\f008';
}

.slides-box .carousel-post.format-quote:before {
    content: '\f10e';
}

.slides-box .carousel-post.format-gallery:before {
    content: '\f03e';
}

.slides-box .carousel-post.format-link:before {
    content: '\f0c1';
}

.slides-box .carousel-post img {
    -webkit-transition: 300ms;
    -moz-transition: 300ms;
    -ms-transition: 300ms;
    -o-transition: 300ms;
    transition: 300ms;
}

.slides-box .carousel-post .post-content {
    position: absolute;
    bottom: 0;
    width: 100%;
    padding: 15px;
    background: -moz-linear-gradient(bottom, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0) 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0) 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to top, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0) 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#a6000000', endColorstr='#00000000', GradientType=0);
    /* IE6-9 */
}

.slides-box .carousel-post .post-content .post-title {
    word-wrap: break-word;
    margin-top: 0;
    line-height: 1.7em;
    text-transform: capitalize;
}

.slides-box .carousel-post .post-content .post-title a {
    word-wrap: break-word;
    font-weight: bold;
    color: #fff;
    text-decoration: none;
}

.slides-box .carousel-post .post-content .post-meta {
    color: #d0d0d0;
    font-size: 12px;
}

.slides-box .carousel-post .post-content .post-meta span {
    margin-right: 10px;
}

.slides-box .carousel-post .post-content .post-meta span.sl-icon,
.slides-box .carousel-post .post-content .post-meta span .sl-count {
    margin-right: 0;
}

.slides-box .carousel-post .post-content .post-meta i {
    margin-right: 3px;
}

.slides-box .carousel-post .post-content .post-meta a {
    color: #d0d0d0;
    text-decoration: none;
}

.slides-box .owl-next {
    font-size: 0;
    position: absolute;
    top: 50%;
    right: -150px;
    transform: translateY(-50%);
    -webkit-transition: 650ms;
    -moz-transition: 650ms;
    -ms-transition: 650ms;
    -o-transition: 650ms;
    transition: 650ms;
}

.slides-box .owl-next:hover:before {
    background-color: #000;
}

.slides-box .owl-next:before {
    font-family: FontAwesome;
    content: '\f105';
    color: #fff;
    font-size: 23px;
    background: rgba(0, 0, 0, 0.6);
    width: 32px;
    height: 32px;
    display: block;
    text-align: center;
    -webkit-border-radius: 1px;
    -moz-border-radius: 1px;
    border-radius: 1px;
    -webkit-transition: 300ms;
    -moz-transition: 300ms;
    -ms-transition: 300ms;
    -o-transition: 300ms;
    transition: 300ms;
}

.slides-box .owl-prev {
    font-size: 0;
    position: absolute;
    top: 50%;
    left: -150px;
    transform: translateY(-50%);
    -webkit-transition: 650ms;
    -moz-transition: 650ms;
    -ms-transition: 650ms;
    -o-transition: 650ms;
    transition: 650ms;
}

.slides-box .owl-prev:hover:before {
    background-color: #000;
}

.slides-box .owl-prev:before {
    font-family: FontAwesome;
    content: '\f104';
    color: #fff;
    font-size: 23px;
    background: rgba(0, 0, 0, 0.6);
    width: 32px;
    height: 32px;
    display: block;
    text-align: center;
    -webkit-border-radius: 1px;
    -moz-border-radius: 1px;
    border-radius: 1px;
    -webkit-transition: 300ms;
    -moz-transition: 300ms;
    -ms-transition: 300ms;
    -o-transition: 300ms;
    transition: 300ms;
}

.mini-grid {
    padding-bottom: 0;
}

.simple-grid {
    padding-bottom: 0;
}

.simple-grid .big-post {
    margin-bottom: 15px;
}

.img-grid.category-box {
    background: #181818;
    padding: 15px;
    color: #fff;
    border-bottom: 0;
}

.img-grid ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.img-grid ul:after {
    content: '';
    display: block;
    clear: both;
}

.img-grid ul li {
    float: left;
}

.img-grid ul li.pic {
    width: 20%;
}

.img-grid ul li:nth-child(5n+1) {
    clear: left;
}

.img-grid ul li a {
    display: block;
}

.masonry-grid .item {
    margin-top: 30px;
}

.masonry-grid .item:nth-of-type(-n+2) {
    margin-top: 0;
}

.masonry-grid .item .big-post {
    margin-bottom: 0;
}

.blog-wrap .masonry-grid,
.blog-wrap .list-grid,
.blog-wrap .blog-grid {
    margin-bottom: 0;
}

.blog-wrap .pagePagination {
    margin-bottom: 0;
    margin-top: 30px;
}

.blog-wrap .posts-navigation {
    margin-bottom: 0;
    margin-top: 30px;
}

.blog-wrap .sticky .post-title:before {
    content: '\f005';
    font-family: FontAwesome;
    margin-right: 5px;
}

.blog-wrap .blog-grid .big-post {
    border-bottom: 1px solid #ebebeb;
    padding-bottom: 30px;
    margin-bottom: 30px;
}

.blog-wrap .blog-grid .big-post:last-of-type {
    border: none;
    padding: 0;
    margin-bottom: 0;
}

.blog-wrap .blog-grid .big-post .post-image {
    margin-bottom: 20px;
}

.blog-wrap .blog-grid .big-post .post-content .post-title {
    margin-top: 0;
}

.blocks-ads {
    margin-bottom: 30px;
}

.read-more-button {
    display: table;
    text-decoration: none !important;
    background: #CD483C;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 11px;
    padding: 8px 15px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    -webkit-transition: 300ms;
    -moz-transition: 300ms;
    -ms-transition: 300ms;
    -o-transition: 300ms;
    transition: 300ms;
}

.read-more-button:hover,
.read-more-button:focus,
.read-more-button:active {
    background-color: #181818;
    text-decoration: none;
    color: #fff;
}

.window-class .breadcrumbs {
    margin-top: 0;
    font-size: 85%;
    line-height: 2.2em;
    border: 1px solid #e0e0e0;
    background: #f7f7f7;
    padding: 5px 10px;
    margin-bottom: 30px;
    color: #111;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

.window-class .breadcrumbs .separator {
    padding: 0 5px;
}

.window-class .breadcrumbs a {
    color: #111;
    padding: 5px 0;
    -webkit-transition: 300ms;
    -moz-transition: 300ms;
    -ms-transition: 300ms;
    -o-transition: 300ms;
    transition: 300ms;
}

.window-class .breadcrumbs a:hover,
.window-class .breadcrumbs a:focus,
.window-class .breadcrumbs a:active {
    color: #CD483C;
}

/*-----------------------------------------------*/
/*Single post and page*/
/*-----------------------------------------------*/
.post-cover {
    padding: 15px 15px;
    position: relative;
    z-index: 1;
    margin-bottom: 30px;
    background-color: #252525;
    background-position: center center;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -ms-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

.post-cover:hover .dark-bg {
    background-color: rgba(0, 0, 0, 0.7);
}

.post-cover .dark-bg {
    position: absolute;
    background-color: rgba(0, 0, 0, 0.5);
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: -1;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -webkit-transition: 300ms;
    -moz-transition: 300ms;
    -ms-transition: 300ms;
    -o-transition: 300ms;
    transition: 300ms;
}

.post-cover .post-data {
    text-align: center;
    padding: 60px 60px 30px;
}

.post-cover .post-data .post-box-title {
    color: #FDFDFD;
    font-family: 'Montserrat', sans-serif;
    font-size: 50px;
    font-weight: 700;
    text-transform: capitalize;
    letter-spacing: 0;
    line-height: 1.2;
    word-wrap: break-word;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.25);
    z-index: 1;
    margin-top: 0;
}

.post-cover .post-data .post-box-meta {
    margin-top: 30px;
    padding: 30px 15px;
    color: #e2e2e2;
}

.post-cover .post-data .post-box-meta span {
    margin-right: 10px;
}

.post-cover .post-data .post-box-meta span.sl-icon {
    margin-right: 0;
}

.post-cover .post-data .post-box-meta i {
    margin-right: 3px;
}

.post-cover .post-data .post-box-meta a {
    color: #e2e2e2;
    text-decoration: none;
}

.post-cover .zoom-in {
    color: #fff;
    font-size: 22px;
    padding: 10px;
    display: block;
    opacity: .4;
    z-index: 1;
    position: absolute;
    top: 5px;
    right: 10px;
    -webkit-transition: 300ms;
    -moz-transition: 300ms;
    -ms-transition: 300ms;
    -o-transition: 300ms;
    transition: 300ms;
}

.post-cover .zoom-in:hover {
    color: #fff;
    -webkit-transform: rotate(-90deg) scale(1.1);
    -moz-transform: rotate(-90deg) scale(1.1);
    -ms-transform: rotate(-90deg) scale(1.1);
    -o-transform: rotate(-90deg) scale(1.1);
    transform: rotate(-90deg) scale(1.1);
    opacity: 1;
}

.post-cover:hover .zoom-in {
    color: #fff;
    -webkit-transform: rotate(-90deg) scale(1.1);
    -moz-transform: rotate(-90deg) scale(1.1);
    -ms-transform: rotate(-90deg) scale(1.1);
    -o-transform: rotate(-90deg) scale(1.1);
    transform: rotate(-90deg) scale(1.1);
    opacity: 1;
}

.post-cover .taxonomy-description {
    margin-top: 30px;
    padding: 30px 15px 0;
    color: #e2e2e2;
}

.post-cover.category-cover .post-data {
    padding: 80px 60px;
}

.post-cover .count {
    color: #fff;
    display: table;
    margin-left: auto;
    margin-right: auto;
    background: #CD483C;
    padding: 5px 12px;
    border-radius: 3px;
    position: absolute;
    top: 15px;
    left: 15px;
}

.singular {
    /*Audio and Video player skin*/
    /* Start: LAYERS */
    /* End: LAYERS */
    /* Start: CONTROL BAR */
    /* :focus for accessibility */
    /* End: CONTROL BAR */
    /* Start: Time (current / duration) */
    /* End: Time (current / duration) */
    /* Start: Play/pause */
    /* End: Play/pause */
    /* Stop */
    /* End: Play/pause */
    /* Start: Progress bar */
    /*
  .mejs-controls .mejs-time-rail:hover .mejs-time-handle {
      visibility:visible;
  }
  */
    /* End: Progress bar */
    /* Start: Fullscreen */
    /* End: Fullscreen */
    /* Start: Mute/Volume */
    /*
  .mejs-controls .mejs-volume-button:hover .mejs-volume-slider {
      display: block;
  }
  */
    /* horizontal version */
    /* End: Mute/Volume */
    /* Start: TRACK (Captions and Chapters) */
    /*
  .mejs-controls .mejs-captions-button:hover  .mejs-captions-selector {
      visibility: visible;
  }
  */
    /* End: TRACK (Captions and Chapters) */
    /* Start: ERROR */
    /* End: ERROR */
    /* Start: Loop */
    /* End: Loop */
    /* Start: backlight */
    /* End: backlight */
    /* Start: picture controls */
    /* End: picture controls */
    /* context menu */
    /* Start: SourceChooser */
}

.singular .post-box-title {
    margin-top: 0;
    margin-bottom: 10px;
    line-height: 1.25em;
    font-size: 26px;
    font-weight: 700;
    font-family: 'Montserrat', sans-serif;
    text-transform: capitalize;
    word-wrap: break-word;
}

.singular .post-box-meta {
    margin: 10px 0 10px;
    font-size: 11px;
    text-transform: uppercase;
    font-weight: bold;
    color: #aaaaaa;
}

.singular .post-box-meta span {
    margin-right: 10px;
    word-wrap: break-word;
    display: inline-block;
}

.singular .post-box-meta span.sl-icon {
    margin-right: 0;
}

.singular .post-box-meta span.like-system:hover i {
    color: #CD483C;
}

.singular .post-box-meta i {
    font-size: 12px;
    margin-right: 3px;
    color: #aaaaaa;
    -webkit-transition: 300ms;
    -moz-transition: 300ms;
    -ms-transition: 300ms;
    -o-transition: 300ms;
    transition: 300ms;
}

.singular .post-box-meta a {
    color: #aaaaaa;
    text-decoration: none;
    -webkit-transition: 300ms;
    -moz-transition: 300ms;
    -ms-transition: 300ms;
    -o-transition: 300ms;
    transition: 300ms;
}

.singular .post-box-meta a:hover,
.singular .post-box-meta a:focus,
.singular .post-box-meta a:active {
    color: #CD483C;
}

.singular iframe {
    max-width: 100% !important;
}

.singular .wp-video {
    width: 100% !important;
    height: auto;
}

.singular .post-feature-box {
    margin-bottom: 21px;
    position: relative;
}

.singular .post-feature-box img {
    margin-right: auto;
    margin-left: auto;
}

.singular .post-feature-box iframe {
    display: block;
}

.singular .post-feature-box .self-hosted-element {
    padding: 100px 15px 15px;
    background-color: #CD483C;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}

.singular .post-feature-box .self-hosted-element .mejs-container {
    width: 100%;
}

.singular .post-feature-box .link-element {
    background-color: #CD483C;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    color: #fff;
}

.singular .post-feature-box .link-element .link {
    padding: 30px;
    background: rgba(0, 0, 0, 0.6);
}

.singular .post-feature-box .link-element .link i {
    font-size: 30px;
}

.singular .post-feature-box .link-element .link a {
    color: #fff;
    text-decoration: none;
}

.singular .post-feature-box .link-element .link a:hover,
.singular .post-feature-box .link-element .link a:focus,
.singular .post-feature-box .link-element .link a:active {
    text-decoration: none;
}

.singular .post-feature-box .link-element .link a h3 {
    font-size: 19px;
    padding: 10px;
}

.singular .post-feature-box.quote-box .link {
    padding: 50px 30px;
}

.singular .post-feature-box.quote-box .link i {
    margin-bottom: 15px;
    text-align: center;
}

.singular .post-feature-box.quote-box .link p {
    text-align: center;
    margin-bottom: 20px;
    font-size: 16px;
    line-height: 1.7em;
}

.singular .post-feature-box.quote-box .link cite {
    text-align: center;
    font-size: 14px;
}

.singular .edit-link a {
    color: #CD483C;
    text-decoration: none;
}

.singular .gallery-box {
    /*Gallery*/
    background-color: #CD483C;
    overflow: hidden;
}

.singular .gallery-box .magnific-gallery {
    /*Zoom button*/
    position: absolute;
    top: 5px;
    right: 10px;
    color: #fff;
    font-size: 22px;
    padding: 10px;
    display: block;
    opacity: .4;
    -webkit-transition: 300ms;
    -moz-transition: 300ms;
    -ms-transition: 300ms;
    -o-transition: 300ms;
    transition: 300ms;
}

.singular .gallery-box .owl-prev {
    /*Previous button*/
    position: absolute;
    top: 15px;
    left: 15px;
    font-size: 0;
    height: 35px;
    width: 35px;
    line-height: 53px;
    text-align: center;
    background: rgba(0, 0, 0, 0.6);
    opacity: .4;
    -webkit-transition: 800ms;
    -moz-transition: 800ms;
    -ms-transition: 800ms;
    -o-transition: 800ms;
    transition: 800ms;
}

.singular .gallery-box .owl-prev:before {
    content: '\f104';
    font-family: FontAwesome;
    line-height: 30px;
    font-size: 24px;
    color: #fff;
}

.singular .gallery-box .owl-prev:hover {
    background: #CD483C;
}

.singular .gallery-box .owl-next {
    /*Next button*/
    position: absolute;
    font-size: 0;
    top: 15px;
    left: 55px;
    height: 35px;
    width: 35px;
    line-height: 53px;
    text-align: center;
    background: rgba(0, 0, 0, 0.6);
    opacity: .4;
    -webkit-transition: 800ms;
    -moz-transition: 800ms;
    -ms-transition: 800ms;
    -o-transition: 800ms;
    transition: 800ms;
}

.singular .gallery-box .owl-next:before {
    content: '\f105';
    font-family: FontAwesome;
    line-height: 30px;
    font-size: 24px;
    color: #fff;
}

.singular .gallery-box .owl-next:hover {
    background: #CD483C;
}

.singular .gallery-box .owl-dots {
    /*Carousel Dots*/
    position: absolute;
    bottom: -100px;
    left: 0;
    right: 0;
    background-color: rgba(0, 0, 0, 0.6);
    padding: 10px;
    text-align: left;
    -webkit-transition: 600ms;
    -moz-transition: 600ms;
    -ms-transition: 600ms;
    -o-transition: 600ms;
    transition: 600ms;
}

.singular .gallery-box .owl-dots .owl-dot {
    height: 8px;
    width: 8px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background: #D6D6D6;
    display: inline-block;
    padding-top: 1px;
    margin-left: 5px;
    cursor: pointer;
    -webkit-transition: 300ms;
    -moz-transition: 300ms;
    -ms-transition: 300ms;
    -o-transition: 300ms;
    transition: 300ms;
}

.singular .gallery-box .owl-dots .owl-dot.active,
.singular .gallery-box .owl-dots .owl-dot:hover {
    background-color: #CD483C;
}

.singular .gallery-box:hover {
    /*Transitions*/
}

.singular .gallery-box:hover .owl-next,
.singular .gallery-box:hover .owl-prev {
    opacity: 1;
}

.singular .gallery-box:hover .owl-dots {
    bottom: 0;
}

.singular .gallery-box:hover .magnific-gallery {
    opacity: 1;
    -webkit-transform: rotate(-90deg) scale(1.1);
    -moz-transform: rotate(-90deg) scale(1.1);
    -ms-transform: rotate(-90deg) scale(1.1);
    -o-transform: rotate(-90deg) scale(1.1);
    transform: rotate(-90deg) scale(1.1);
}

.singular .tags {
    font-size: 13px;
    margin-top: 30px;
    text-transform: capitalize;
}

.singular .tags:before {
    content: '\f292';
    font-family: FontAwesome;
    font-size: 14px;
    margin-right: 5px;
    color: #666;
}

.singular .tags i {
    margin-right: 5px;
    color: #CD483C;
}

.singular .tags a {
    display: inline-block;
    margin: 0 5px 5px 0;
    padding: 6px 12px;
    font-size: 12px;
    font-weight: bold;
    letter-spacing: 1px;
    background: #eee;
    color: #666;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    -webkit-transition: 300ms;
    -moz-transition: 300ms;
    -ms-transition: 300ms;
    -o-transition: 300ms;
    transition: 300ms;
}

.singular .tags a:active,
.singular .tags a:focus {
    text-decoration: none;
}

.singular .tags a:hover {
    background-color: #CD483C;
    color: #fff;
    text-decoration: none;
}

.singular .share-box {
    background-color: #eee;
    margin-top: 15px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

.singular .share-box:after {
    clear: both;
    content: '';
    display: block;
}

.singular .share-box .share-icons {
    display: inline-block;
    list-style: none;
    padding: 0;
    margin-bottom: 0;
    float: left;
}

.singular .share-box .share-icons li {
    float: left;
}

.singular .share-box .share-icons li a {
    display: block;
    padding: 5px 10px;
    border-right: 1px solid #fff;
    text-decoration: none;
}

.singular .share-box .share-icons li a:hover i,
.singular .share-box .share-icons li a:hover span {
    color: #CD483C;
}

.singular .share-box .share-icons li a span {
    font-size: 12px;
    color: #AAA;
    -webkit-transition: 300ms;
    -moz-transition: 300ms;
    -ms-transition: 300ms;
    -o-transition: 300ms;
    transition: 300ms;
}

.singular .share-box .share-icons li a i {
    font-size: 14px;
    color: #666;
    margin-right: 5px;
    -webkit-transition: 300ms;
    -moz-transition: 300ms;
    -ms-transition: 300ms;
    -o-transition: 300ms;
    transition: 300ms;
}

.singular .post-box-content {
    word-wrap: break-word;
    color: #404040;
}

.singular .post-box-content h1 {
    font-size: 29px;
}

.singular .post-box-content h2 {
    font-size: 25px;
}

.singular .post-box-content h3 {
    font-size: 22px;
}

.singular .post-box-content h4 {
    font-size: 18px;
}

.singular .post-box-content h5 {
    font-size: 14px;
}

.singular .post-box-content h6 {
    font-size: 12px;
}

.singular .post-box-content:after {
    clear: both;
    display: block;
    content: '';
}

.singular .post-box-content a {
    color: #CD483C;
}

.singular .post-box-content p {
    word-wrap: break-word;
    line-height: 1.9em;
    margin-bottom: 15px;
}

.singular .post-box-content table {
    margin: 0 0 20px;
    width: 100%;
}

.singular .post-box-content td {
    border-top: 1px solid #ededed;
    padding: 6px 10px 6px 0;
}

.singular .post-box-content form input[type=text],
.singular .post-box-content form input[type=password],
.singular .post-box-content form input[type=email] {
    outline: none;
    border: 1px solid #CD483C;
}

.singular .post-box-content form input[type=submit] {
    background: #CD483C;
    border: 1px solid #CD483C;
    color: #fff;
    outline: none;
}

.singular .post-box-content img {
    max-width: 100%;
    height: auto;
}

.singular .post-box-content .wpcf7-form p {
    font-size: 15px;
    line-height: 26px;
}

.singular .post-box-content .wpcf7-form input[type=text],
.singular .post-box-content .wpcf7-form input[type=email],
.singular .post-box-content .wpcf7-form input[type=number],
.singular .post-box-content .wpcf7-form input[type=date],
.singular .post-box-content .wpcf7-form input[type=password],
.singular .post-box-content .wpcf7-form textarea {
    border: 1px solid #e0e0e0;
    max-width: 100%;
    padding: 4px 8px;
    -webkit-box-shadow: 0 2px 0 0 rgba(0, 0, 0, 0.03);
    box-shadow: 0 2px 0 0 rgba(0, 0, 0, 0.03);
    color: #191919;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    outline: none;
    -webkit-transition: 300ms;
    -moz-transition: 300ms;
    -ms-transition: 300ms;
    -o-transition: 300ms;
    transition: 300ms;
}

.singular .post-box-content .wpcf7-form input[type=text]:focus,
.singular .post-box-content .wpcf7-form input[type=email]:focus,
.singular .post-box-content .wpcf7-form input[type=number]:focus,
.singular .post-box-content .wpcf7-form input[type=date]:focus,
.singular .post-box-content .wpcf7-form input[type=password]:focus,
.singular .post-box-content .wpcf7-form textarea:focus {
    border-color: #CD483C;
}

.singular .post-box-content .wpcf7-form button,
.singular .post-box-content .wpcf7-form html input[type=button],
.singular .post-box-content .wpcf7-form input[type=reset],
.singular .post-box-content .wpcf7-form input[type=submit] {
    background: #CD483C;
    border: none;
    color: #fff;
    padding: 6px 20px;
    font-weight: bold;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    -webkit-transition: 300ms;
    -moz-transition: 300ms;
    -ms-transition: 300ms;
    -o-transition: 300ms;
    transition: 300ms;
    outline: none;
}

.singular .post-box-content .wpcf7-form button:hover,
.singular .post-box-content .wpcf7-form html input[type=button]:hover,
.singular .post-box-content .wpcf7-form input[type=reset]:hover,
.singular .post-box-content .wpcf7-form input[type=submit]:hover {
    opacity: .9;
}

.singular .page-links {
    clear: both;
    font-family: "Noto Sans", sans-serif;
    margin-bottom: 1.3333em;
}

.singular .page-links a,
.singular .page-links > span {
    border: 1px solid #eaeaea;
    border: 1px solid rgba(51, 51, 51, 0.1);
    display: inline-block;
    font-size: 12px;
    font-size: 1.2rem;
    height: 2em;
    line-height: 2;
    margin: 0 0.3333em 0.3333em 0;
    text-align: center;
    width: 2em;
}

.singular .page-links a {
    -webkit-tap-highlight-color: rgba(255, 255, 255, 0.3);
    background-color: #CD483C;
    border-color: transparent;
    color: #fff !important;
    text-decoration: none;
}

.singular .page-links a:hover,
.singular .page-links a:focus {
    background-color: #000;
    border-color: transparent;
    color: #fff;
    text-decoration: none;
}

.singular .page-links > .page-links-title {
    border: 0;
    color: #000;
    height: auto;
    margin: 0;
    padding-right: 0.5em;
    width: auto;
}

.singular .mejs-container {
    position: relative;
    min-width: 150px;
    background: none;
    font-family: sans-serif;
    text-align: left;
    vertical-align: top;
}

.singular .me-plugin {
    position: absolute;
}

.singular .mejs-embed,
.singular .mejs-embed body {
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    background: #000;
    overflow: hidden;
}

.singular .mejs-container-fullscreen {
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    overflow: hidden;
    z-index: 1000;
}

.singular .mejs-container-fullscreen .mejs-mediaelement,
.singular .mejs-container-fullscreen video {
    width: 100%;
    height: 100%;
}

.singular .mejs-background {
    position: absolute;
    top: 0;
    left: 0;
}

.singular .mejs-mediaelement {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.singular .mejs-poster {
    position: absolute;
    top: 0;
    left: 0;
    overflow: hidden;
}

.singular .mejs-poster img {
    padding: 0;
    border: 0;
    display: block;
    width: auto;
    height: 100%;
}

.singular .mejs-overlay {
    position: absolute;
    top: 0;
    left: 0;
}

.singular .mejs-overlay-play {
    cursor: pointer;
}

.singular .mejs-overlay-button {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100px;
    height: 100px;
    margin: -50px 0 0 -50px;
    background: url(assets/images/bigplay.png) no-repeat;
}

.singular .mejs-overlay:hover .mejs-overlay-button {
    background-position: 0 -100px;
}

.singular .mejs-overlay-loading {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 80px;
    height: 80px;
    margin: -40px 0 0 -40px;
}

.singular .mejs-overlay-loading span {
    display: block;
    width: 80px;
    height: 80px;
    background: #3A3C3D url(assets/images/loading.gif) 50% 50% no-repeat;
    border-radius: 40px;
}

.singular .mejs-container .mejs-controls {
    position: absolute;
    margin: 0;
    padding: 0;
    bottom: 0;
    left: 0;
    height: 30px;
    width: 100%;
    background: #3a3c3d url(assets/images/background.png);
    background: -webkit-linear-gradient(#4a4c4d, #2b2d2d);
    background: -moz-linear-gradient(#4a4c4d, #2b2d2d);
    background: -o-linear-gradient(#4a4c4d, #2b2d2d);
    background: -ms-linear-gradient(#4a4c4d, #2b2d2d);
    background: linear-gradient(#4a4c4d, #2b2d2d);
    list-style: none;
}

.singular .mejs-audio .mejs-controls {
    border-radius: 3px;
}

.singular .mejs-container .mejs-controls div {
    list-style-type: none;
    display: block;
    float: left;
    margin: 0;
    padding: 0;
    width: 32px;
    height: 30px;
    font-size: 11px;
    line-height: 11px;
    font-family: sans-serif;
    background: url(assets/images/sep.png) left no-repeat;
    border: 0;
}

.singular .mejs-controls .mejs-button button {
    cursor: pointer;
    display: block;
    font-size: 0;
    line-height: 0;
    text-decoration: none;
    margin: 7px 7px 0 9px;
    padding: 0;
    position: absolute;
    height: 16px;
    width: 16px;
    border: 0;
    background: transparent url(assets/images/controls.png) no-repeat;
}

.singular .mejs-controls .mejs-button button:focus {
    outline: none;
}

.singular .mejs-container .mejs-controls .mejs-time {
    color: #fff;
    display: block;
    height: 17px;
    width: auto;
    padding: 8px 8px 5px 10px;
    overflow: hidden;
    text-align: center;
    box-sizing: content-box;
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
}

.singular .mejs-container .mejs-controls .mejs-time span {
    font-size: 11px;
    color: #fff;
    line-height: 12px;
    display: block;
    float: left;
    width: auto;
}

.singular .mejs-container .mejs-controls .mejs-playpause-button {
    cursor: pointer;
    background: none;
    width: 30px;
}

.singular .mejs-controls .mejs-playpause-button button {
    margin: 7px 8px;
}

.singular .mejs-controls .mejs-play button {
    background-position: 0 0;
}

.singular .mejs-controls .mejs-play:hover button {
    background-position: 0 -32px;
}

.singular .mejs-controls .mejs-pause button {
    background-position: 0 -16px;
}

.singular .mejs-controls .mejs-pause:hover button {
    background-position: 0 -48px;
}

.singular .mejs-controls .mejs-stop button {
    background-position: -112px 0;
}

.singular .mejs-controls .mejs-stop:hover button {
    background-position: -112px -32px;
}

.singular .mejs-controls div.mejs-time-rail {
    width: 200px;
}

.singular .mejs-controls .mejs-time-rail span {
    display: block;
    position: absolute;
    width: 180px;
    height: 5px;
    cursor: pointer;
}

.singular .mejs-controls .mejs-time-rail .mejs-time-total {
    padding: 1px;
    margin: 11px 8px 0 10px;
    background: #262929;
    height: 8px;
    border-bottom: #3d3f40 1px solid;
    box-shadow: inset 1px 1px rgba(0, 0, 0, 0.4);
}

.singular .mejs-controls .mejs-time-rail .mejs-time-buffering {
    width: 100%;
    background: #464849;
    background-image: -webkit-linear-gradient(-45deg, #464849 25%, #262929 25%, #262929 50%, #464849 50%, #464849 75%, #262929 75%, #262929);
    background-image: -moz-linear-gradient(-45deg, #464849 25%, #262929 25%, #262929 50%, #464849 50%, #464849 75%, #262929 75%, #262929);
    background-image: -o-linear-gradient(-45deg, #464849 25%, #262929 25%, #262929 50%, #464849 50%, #464849 75%, #262929 75%, #262929);
    background-image: -ms-linear-gradient(-45deg, #464849 25%, #262929 25%, #262929 50%, #464849 50%, #464849 75%, #262929 75%, #262929);
    background-image: linear-gradient(-45deg, #464849 25%, #262929 25%, #262929 50%, #464849 50%, #464849 75%, #262929 75%, #262929);
    -moz-background-size: 6px 6px;
    background-size: 6px 5px;
    -webkit-background-size: 6px 5px;
    -webkit-animation: buffering-stripes 2s linear infinite;
    -moz-animation: buffering-stripes 2s linear infinite;
    -ms-animation: buffering-stripes 2s linear infinite;
    -o-animation: buffering-stripes 2s linear infinite;
    animation: buffering-stripes 2s linear infinite;
    z-index: 1;
}

@-webkit-keyframes buffering-stripes {
    from {
        background-position: 0 0;
    }
    to {
        background-position: 30px 0;
    }
}

@-moz-keyframes buffering-stripes {
    from {
        background-position: 0 0;
    }
    to {
        background-position: 30px 0;
    }
}

@-ms-keyframes buffering-stripes {
    from {
        background-position: 0 0;
    }
    to {
        background-position: 30px 0;
    }
}

@-o-keyframes buffering-stripes {
    from {
        background-position: 0 0;
    }
    to {
        background-position: 30px 0;
    }
}

@keyframes buffering-stripes {
    from {
        background-position: 0 0;
    }
    to {
        background-position: 30px 0;
    }
}

.singular .mejs-controls .mejs-time-rail .mejs-time-loaded {
    background: #464849;
    width: 0;
}

.singular .mejs-controls .mejs-time-rail .mejs-time-current {
    width: 0;
    background: #feea36;
    background-image: -webkit-linear-gradient(-45deg, #feea36 25%, #fdd500 25%, #fdd500 50%, #feea36 50%, #feea36 75%, #fdd500 75%, #fdd500);
    background-image: -moz-linear-gradient(-45deg, #feea36 25%, #fdd500 25%, #fdd500 50%, #feea36 50%, #feea36 75%, #fdd500 75%, #fdd500);
    background-image: -o-linear-gradient(-45deg, #feea36 25%, #fdd500 25%, #fdd500 50%, #feea36 50%, #feea36 75%, #fdd500 75%, #fdd500);
    background-image: -ms-linear-gradient(-45deg, #feea36 25%, #fdd500 25%, #fdd500 50%, #feea36 50%, #feea36 75%, #fdd500 75%, #fdd500);
    background-image: linear-gradient(-45deg, #feea36 25%, #fdd500 25%, #fdd500 50%, #feea36 50%, #feea36 75%, #fdd500 75%, #fdd500);
    -moz-background-size: 6px 6px;
    background-size: 6px 6px;
    -webkit-background-size: 6px 5px;
    z-index: 1;
}

.singular .mejs-controls .mejs-time-rail .mejs-time-handle {
    display: none;
    position: absolute;
    margin: 0;
    width: 5px;
    background: transparent;
    cursor: pointer;
    top: 1px;
    z-index: 1;
    text-align: center;
}

.singular .mejs-controls .mejs-time-rail .mejs-time-float {
    position: absolute;
    display: none;
    background: #C2C8CF;
    background: -webkit-linear-gradient(#E3E6E9, #C2C8CF);
    background: -moz-linear-gradient(#E3E6E9, #C2C8CF);
    background: -o-linear-gradient(#E3E6E9, #C2C8CF);
    background: -ms-linear-gradient(#E3E6E9, #C2C8CF);
    background: linear-gradient(#E3E6E9, #C2C8CF);
    width: 36px;
    height: 17px;
    border-radius: 4px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.4);
    top: -24px;
    margin-left: -18px;
    text-align: center;
    color: #111;
}

.singular .mejs-controls .mejs-time-rail .mejs-time-float-current {
    width: 30px;
    display: block;
    text-align: center;
    left: 0;
}

.singular .mejs-controls .mejs-time-rail .mejs-time-float-corner {
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    line-height: 0;
    border: solid 4px #C2C8CF;
    border-color: #C2C8CF transparent transparent transparent;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    top: 15px;
    left: 13px;
}

.singular .mejs-controls .mejs-fullscreen-button button {
    background-position: -32px 0;
}

.singular .mejs-controls .mejs-unfullscreen button {
    background-position: -32px -16px;
}

.singular .mejs-controls .mejs-mute button {
    background-position: -16px -16px;
}

.singular .mejs-controls .mejs-mute button:hover {
    background-position: -16px -48px;
}

.singular .mejs-controls .mejs-unmute button {
    background-position: -16px 0;
}

.singular .mejs-controls .mejs-unmute button:hover {
    background-position: -16px -32px;
}

.singular .mejs-controls .mejs-volume-button {
    position: relative;
}

.singular .mejs-controls .mejs-volume-button .mejs-volume-slider {
    display: none;
    height: 68px;
    width: 31px;
    background: #3A3C3D;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    top: -68px;
    left: 1px;
    z-index: 1;
    position: absolute;
    margin: 0;
}

.singular .mejs-controls .mejs-volume-button:hover {
    -webkit-border-radius: 0 0 4px 4px;
    -moz-border-radius: 0 0 4px 4px;
    border-radius: 0 0 4px 4px;
}

.singular .mejs-controls .mejs-volume-button .mejs-volume-slider .mejs-volume-total {
    position: absolute;
    left: 13px;
    top: 8px;
    width: 5px;
    height: 50px;
    background: #262929;
    border-bottom: #3d3f40 1px solid;
    box-shadow: inset 1px 1px rgba(0, 0, 0, 0.4);
    margin: 0;
    padding: 1px;
}

.singular .mejs-controls .mejs-volume-button .mejs-volume-slider .mejs-volume-current {
    position: absolute;
    left: 13px;
    top: 8px;
    width: 5px;
    height: 50px;
    background: #feea36;
    background-image: -webkit-linear-gradient(-45deg, #feea36 25%, #fdd500 25%, #fdd500 50%, #feea36 50%, #feea36 75%, #fdd500 75%, #fdd500);
    background-image: -moz-linear-gradient(-45deg, #feea36 25%, #fdd500 25%, #fdd500 50%, #feea36 50%, #feea36 75%, #fdd500 75%, #fdd500);
    background-image: -o-linear-gradient(-45deg, #feea36 25%, #fdd500 25%, #fdd500 50%, #feea36 50%, #feea36 75%, #fdd500 75%, #fdd500);
    background-image: -ms-linear-gradient(-45deg, #feea36 25%, #fdd500 25%, #fdd500 50%, #feea36 50%, #feea36 75%, #fdd500 75%, #fdd500);
    background-image: linear-gradient(-45deg, #feea36 25%, #fdd500 25%, #fdd500 50%, #feea36 50%, #feea36 75%, #fdd500 75%, #fdd500);
    -moz-background-size: 6px 6px;
    background-size: 6px 6px;
    -webkit-background-size: 6px 5px;
    background-position: bottom;
    margin: 1px;
}

.singular .mejs-controls .mejs-volume-button .mejs-volume-slider .mejs-volume-handle {
    position: absolute;
    left: 14px;
    top: 16px;
    width: 5px;
    height: 5px;
    background: transparent;
    margin: 0;
}

.singular .mejs-controls div.mejs-horizontal-volume-slider {
    height: 26px;
    width: 62px;
    position: relative;
    background: none;
}

.singular .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-total {
    position: absolute;
    left: 0;
    top: 11px;
    width: 50px;
    height: 7px;
    margin: 0;
    padding: 1px;
    font-size: 1px;
    background: #262929;
    border-bottom: #3d3f40 1px solid;
    box-shadow: inset 1px 1px rgba(0, 0, 0, 0.4);
}

.singular .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-current {
    position: absolute;
    left: 0;
    top: 11px;
    width: 50px;
    height: 5px;
    margin: 1px;
    padding: 0;
    font-size: 1px;
    background: #feea36;
    background-image: -webkit-linear-gradient(-45deg, #feea36 25%, #fdd500 25%, #fdd500 50%, #feea36 50%, #feea36 75%, #fdd500 75%, #fdd500);
    background-image: -moz-linear-gradient(-45deg, #feea36 25%, #fdd500 25%, #fdd500 50%, #feea36 50%, #feea36 75%, #fdd500 75%, #fdd500);
    background-image: -o-linear-gradient(-45deg, #feea36 25%, #fdd500 25%, #fdd500 50%, #feea36 50%, #feea36 75%, #fdd500 75%, #fdd500);
    background-image: -ms-linear-gradient(-45deg, #feea36 25%, #fdd500 25%, #fdd500 50%, #feea36 50%, #feea36 75%, #fdd500 75%, #fdd500);
    background-image: linear-gradient(-45deg, #feea36 25%, #fdd500 25%, #fdd500 50%, #feea36 50%, #feea36 75%, #fdd500 75%, #fdd500);
    -moz-background-size: 6px 6px;
    background-size: 6px 6px;
    -webkit-background-size: 6px 5px;
}

.singular .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-handle {
    display: none;
}

.singular .mejs-controls .mejs-captions-button {
    position: relative;
}

.singular .mejs-controls .mejs-captions-button button {
    background-position: -48px 0;
}

.singular .mejs-controls .mejs-captions-button:hover button {
    background-position: -48px -32px;
}

.singular .mejs-controls .mejs-captions-button .mejs-captions-selector {
    visibility: hidden;
    position: absolute;
    bottom: 30px;
    right: -10px;
    width: 130px;
    height: 100px;
    background: #3A3C3D;
    border: solid 1px transparent;
    padding: 10px;
    overflow: hidden;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}

.singular .mejs-controls .mejs-captions-button .mejs-captions-selector ul {
    margin: 0;
    padding: 0;
    display: block;
    list-style-type: none !important;
    overflow: hidden;
}

.singular .mejs-controls .mejs-captions-button .mejs-captions-selector ul li {
    margin: 0 0 6px 0;
    padding: 0;
    list-style-type: none !important;
    display: block;
    color: #fff;
    overflow: hidden;
}

.singular .mejs-controls .mejs-captions-button .mejs-captions-selector ul li input {
    clear: both;
    float: left;
    margin: 3px 3px 0 5px;
}

.singular .mejs-controls .mejs-captions-button .mejs-captions-selector ul li label {
    width: 100px;
    float: left;
    padding: 4px 0 0 0;
    line-height: 15px;
    font-family: sans-serif;
    font-size: 10px;
}

.singular .mejs-controls .mejs-captions-button .mejs-captions-translations {
    font-size: 10px;
    margin: 0 0 5px 0;
}

.singular .mejs-chapters {
    position: absolute;
    top: 0;
    left: 0;
    -xborder-right: solid 1px #fff;
    width: 10000px;
    z-index: 1;
}

.singular .mejs-chapters .mejs-chapter {
    position: absolute;
    float: left;
    background: #3A3C3D;
    background: rgba(58, 60, 61, 0.7);
    background: -webkit-linear-gradient(top, rgba(74, 76, 77, 0.7), rgba(0, 0, 0, 0.7));
    background: -moz-linear-gradient(top, rgba(74, 76, 77, 0.7), rgba(0, 0, 0, 0.7));
    background: -o-linear-gradient(top, rgba(74, 76, 77, 0.7), rgba(0, 0, 0, 0.7));
    background: -ms-linear-gradient(top, rgba(74, 76, 77, 0.7), rgba(0, 0, 0, 0.7));
    background: linear-gradient(top, rgba(74, 76, 77, 0.7), rgba(0, 0, 0, 0.7));
    overflow: hidden;
    border: 0;
}

.singular .mejs-chapters .mejs-chapter .mejs-chapter-block {
    font-size: 11px;
    color: #fff;
    padding: 5px;
    display: block;
    border-right: solid 1px #313335;
    border-right: solid 1px rgba(49, 51, 53, 0.7);
    border-bottom: solid 1px #313335;
    border-bottom: solid 1px rgba(49, 51, 53, 0.7);
    cursor: pointer;
}

.singular .mejs-chapters .mejs-chapter .mejs-chapter-block-last {
    border-right: none;
}

.singular .mejs-chapters .mejs-chapter .mejs-chapter-block:hover {
    background: #333;
    background: rgba(102, 102, 102, 0.7);
    background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(rgba(102, 102, 102, 0.7)), to(rgba(50, 50, 50, 0.6)));
    background: -webkit-linear-gradient(top, rgba(102, 102, 102, 0.7), rgba(50, 50, 50, 0.6));
    background: -moz-linear-gradient(top, rgba(102, 102, 102, 0.7), rgba(50, 50, 50, 0.6));
    background: -o-linear-gradient(top, rgba(102, 102, 102, 0.7), rgba(50, 50, 50, 0.6));
    background: -ms-linear-gradient(top, rgba(102, 102, 102, 0.7), rgba(50, 50, 50, 0.6));
    background: linear-gradient(rgba(102, 102, 102, 0.7), rgba(50, 50, 50, 0.6));
}

.singular .mejs-chapters .mejs-chapter .mejs-chapter-block .ch-title {
    font-size: 12px;
    font-weight: bold;
    display: block;
    white-space: nowrap;
    text-overflow: ellipsis;
    margin: 0 0 3px 0;
    line-height: 12px;
}

.singular .mejs-chapters .mejs-chapter .mejs-chapter-block .ch-timespan {
    font-size: 12px;
    line-height: 12px;
    margin: 3px 0 4px 0;
    display: block;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.singular .mejs-captions-layer {
    position: absolute;
    bottom: 0;
    left: 0;
    text-align: center;
    /*font-weight: bold;*/
    line-height: 22px;
    font-size: 12px;
    color: #fff;
}

.singular .mejs-captions-layer a {
    color: #fff;
    text-decoration: underline;
}

.singular .mejs-captions-layer[lang=ar] {
    font-size: 20px;
    font-weight: normal;
}

.singular .mejs-captions-position {
    position: absolute;
    width: 100%;
    bottom: 15px;
    left: 0;
}

.singular .mejs-captions-position-hover {
    bottom: 45px;
}

.singular .mejs-captions-text {
    padding: 5px 7px;
    background: #3a3c3d;
    background: rgba(58, 60, 61, 0.8);
    border-radius: 4px;
}

.singular .mejs-clear {
    clear: both;
}

.singular .me-cannotplay a {
    color: #fff;
    font-weight: bold;
}

.singular .me-cannotplay span {
    padding: 15px;
    display: block;
}

.singular .mejs-controls .mejs-loop-off button {
    background-position: -64px -16px;
}

.singular .mejs-controls .mejs-loop-off:hover button {
    background-position: -64px -48px;
}

.singular .mejs-controls .mejs-loop-on button {
    background-position: -64px 0;
}

.singular .mejs-controls .mejs-loop-on:hover button {
    background-position: -64px -32px;
}

.singular .mejs-controls .mejs-backlight-off button {
    background-position: -80px -16px;
}

.singular .mejs-controls .mejs-backlight-off:hover button {
    background-position: -80px -48px;
}

.singular .mejs-controls .mejs-backlight-on button {
    background-position: -80px 0;
}

.singular .mejs-controls .mejs-backlight-on:hover button {
    background-position: -80px -32px;
}

.singular .mejs-controls .mejs-picturecontrols-button {
    background-position: -96px 0;
}

.singular .mejs-controls .mejs-picturecontrols-button:hover {
    background-position: -96px -32px;
}

.singular .mejs-contextmenu {
    position: absolute;
    width: 150px;
    padding: 10px;
    border-radius: 4px;
    top: 0;
    left: 0;
    background: #fff;
    border: solid 1px #999;
    z-index: 1001;
    /* make sure it shows on fullscreen */
}

.singular .mejs-contextmenu .mejs-contextmenu-separator {
    height: 1px;
    font-size: 0;
    margin: 5px 6px;
    background: #333;
}

.singular .mejs-contextmenu .mejs-contextmenu-item {
    font-family: sans-serif;
    font-size: 12px;
    padding: 4px 6px;
    cursor: pointer;
    color: #333;
}

.singular .mejs-contextmenu .mejs-contextmenu-item:hover {
    background: #2C7C91;
    color: #fff;
}

.singular .mejs-controls .mejs-sourcechooser-button {
    position: relative;
}

.singular .mejs-controls .mejs-sourcechooser-button button {
    background-position: -128px 0;
}

.singular .mejs-controls .mejs-sourcechooser-button button {
    background-position: -128px -32px;
}

.singular .mejs-controls .mejs-sourcechooser-button .mejs-sourcechooser-selector {
    visibility: hidden;
    position: absolute;
    bottom: 26px;
    right: -10px;
    width: 130px;
    height: 100px;
    background: #3A3C3D;
    border: solid 1px transparent;
    padding: 10px;
    overflow: hidden;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}

.singular .mejs-controls .mejs-sourcechooser-button .mejs-sourcechooser-selector ul {
    margin: 0;
    padding: 0;
    display: block;
    list-style-type: none !important;
    overflow: hidden;
}

.singular .mejs-controls .mejs-sourcechooser-button .mejs-sourcechooser-selector ul li {
    margin: 0 0 6px 0;
    padding: 0;
    list-style-type: none !important;
    display: block;
    color: #fff;
    overflow: hidden;
}

.singular .mejs-controls .mejs-sourcechooser-button .mejs-sourcechooser-selector ul li input {
    clear: both;
    float: left;
    margin: 3px 3px 0 5px;
}

.singular .mejs-controls .mejs-sourcechooser-button .mejs-sourcechooser-selector ul li label {
    width: 100px;
    float: left;
    padding: 4px 0 0 0;
    line-height: 15px;
    font-family: sans-serif;
    font-size: 10px;
}

.mejs-controls .mejs-time-rail .mejs-time-total,
.mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-total {
    outline: none;
}

/**
 * Posts Fly box in single Post
 */
.bbioon-fly-box {
    position: fixed;
    bottom: 80px;
    z-index: 9999;
    padding: 15px;
    right: -500px;
    width: 300px;
    background: #fff;
    -webkit-box-shadow: 0 0 3px #CACACA;
    -moz-box-shadow: 0 0 3px #cacaca;
    box-shadow: 0 0 3px #CACACA;
}

.bbioon-fly-box .box-title {
    font-family: 'Montserrat', sans-serif;
    overflow: hidden;
    margin-bottom: 15px;
    background: #d13030;
    border-bottom: 8px solid rgba(0, 0, 0, 0.25);
    margin-top: 0;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    position: relative;
}

.bbioon-fly-box .box-title .close-fly-box {
    position: absolute;
    right: 10px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    cursor: pointer;
    color: #fff;
    padding: 5px;
    opacity: .4;
    font-size: 16px;
    -webkit-transition: 300ms;
    -moz-transition: 300ms;
    -ms-transition: 300ms;
    -o-transition: 300ms;
    transition: 300ms;
}

.bbioon-fly-box .box-title .delete-fly-box {
    position: absolute;
    right: 35px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    cursor: pointer;
    color: #fff;
    padding: 5px;
    opacity: .4;
    font-size: 16px;
    -webkit-transition: 300ms;
    -moz-transition: 300ms;
    -ms-transition: 300ms;
    -o-transition: 300ms;
    transition: 300ms;
}

.bbioon-fly-box:hover .box-title .close-fly-box,
.bbioon-fly-box .box-title:hover .delete-fly-box {
    opacity: 1;
}

.bbioon-fly-box .box-title span {
    font-family: Montserrat;
    font-size: 15px;
    color: #ffffff;
    letter-spacing: 0;
    line-height: 16px;
    display: block;
    background: rgba(0, 0, 0, 0.25);
    padding: 12px 10px 3px 15px;
    position: relative;
    float: left;
    margin-right: 25px;
    font-weight: bold;
    text-transform: uppercase;
    border-top-right-radius: 9px;
}

.bbioon-fly-box .box-title span:before {
    position: absolute;
    left: 100%;
    top: 7px;
    bottom: 0;
    content: "";
    border-top: 37px solid rgba(0, 255, 0, 0);
    border-left: 20px solid rgba(0, 0, 0, 0.25);
}

.bbioon-fly-box .box-content .post-image {
    margin-bottom: 10px;
}

.bbioon-fly-box .box-content .post-title {
    text-decoration: none;
    font-weight: bold;
    line-height: 1.5em;
    margin-bottom: 5px;
    word-wrap: break-word;
    text-transform: capitalize;
}

.bbioon-fly-box .box-content .post-title a {
    -webkit-transition: 300ms;
    -moz-transition: 300ms;
    -ms-transition: 300ms;
    -o-transition: 300ms;
    transition: 300ms;
}

.bbioon-fly-box .box-content .post-text {
    font-size: 13px;
}

.wpnl input[type=email] {
    border: 1px solid #e0e0e0;
    max-width: 100%;
    padding: 4px 8px;
    -webkit-box-shadow: 0 2px 0 0 rgba(0, 0, 0, 0.03);
    box-shadow: 0 2px 0 0 rgba(0, 0, 0, 0.03);
    color: #191919;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    -webkit-transition: 300ms;
    -moz-transition: 300ms;
    -ms-transition: 300ms;
    -o-transition: 300ms;
    transition: 300ms;
    outline: none;
    width: 100%;
    font-size: 15px;
    line-height: 26px;
    margin-bottom: 5px;
    height: 34px;
}

.wpnl input[type=email]:focus {
    border-color: #CD483C;
}

.wpnl input[type=submit] {
    background: #CD483C;
    border: none;
    color: #fff;
    padding: 6px 20px;
    font-weight: bold;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    font-size: 15px;
    line-height: 26px;
    -webkit-transition: 300ms;
    -moz-transition: 300ms;
    -ms-transition: 300ms;
    -o-transition: 300ms;
    transition: 300ms;
    outline: none;
}

.wpnl input[type=submit]:hover {
    opacity: .9;
}

.wpnl .description {
    margin-bottom: 15px;
}

.wpcf7-form p {
    font-size: 15px;
    line-height: 26px;
}

.wpcf7-form input[type=text],
.wpcf7-form input[type=email],
.wpcf7-form input[type=number],
.wpcf7-form input[type=date],
.wpcf7-form input[type=password],
.wpcf7-form textarea {
    border: 1px solid #e0e0e0;
    max-width: 100%;
    padding: 4px 8px;
    -webkit-box-shadow: 0 2px 0 0 rgba(0, 0, 0, 0.03);
    box-shadow: 0 2px 0 0 rgba(0, 0, 0, 0.03);
    color: #191919;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    -webkit-transition: 300ms;
    -moz-transition: 300ms;
    -ms-transition: 300ms;
    -o-transition: 300ms;
    transition: 300ms;
    outline: none;
}

.wpcf7-form input[type=text]:focus,
.wpcf7-form input[type=email]:focus,
.wpcf7-form input[type=number]:focus,
.wpcf7-form input[type=date]:focus,
.wpcf7-form input[type=password]:focus,
.wpcf7-form textarea:focus {
    border-color: #CD483C;
}

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

.wpcf7-form button,
.wpcf7-form html input[type=button],
.wpcf7-form input[type=reset],
.wpcf7-form input[type=submit] {
    background: #CD483C;
    border: none;
    color: #fff;
    padding: 6px 20px;
    font-weight: bold;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    -webkit-transition: 300ms;
    -moz-transition: 300ms;
    -ms-transition: 300ms;
    -o-transition: 300ms;
    transition: 300ms;
    outline: none;
}

.wpcf7-form button:hover,
.wpcf7-form html input[type=button]:hover,
.wpcf7-form input[type=reset]:hover,
.wpcf7-form input[type=submit]:hover {
    opacity: .9;
}

div.wpcf7-response-output {
    margin: 15px 0;
    padding: 7px 10px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

.reading-indicator {
    display: block;
    height: 4px;
    position: fixed;
    bottom: 0;
    left: 0;
    background: #CD483C;
    width: 0;
    z-index: 9999;
    max-width: 100%;
}

/*-----------------------------------------------*/
/*Review system*/
/*-----------------------------------------------*/
.review-system {
    padding: 15px;
    background-color: #111;
    color: #fff;
    margin-bottom: 15px;
}

.review-system.bottom {
    margin-bottom: 0;
}

.review-system .review-header .review-title {
    word-wrap: break-word;
    text-transform: capitalize;
}

.review-system .criteria {
    background: #313131;
    padding: 10px;
    margin-bottom: 5px;
}

.review-system .criteria .criteria-title {
    margin-bottom: 5px;
    font-size: 13px;
    text-transform: uppercase;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0);
}

.review-system .criteria .criteria-title .out-of {
    font-size: 8px;
    display: inline-block;
}

.review-system .criteria .progress {
    height: 5px;
    margin-bottom: 0;
}

.review-system .criteria .progress .progress-bar {
    background-color: #CD483C;
}

.review-system .review-footer {
    border: 1px solid #868686;
    min-height: 107px;
    position: relative;
    overflow: hidden;
}

.review-system .review-footer .review-description {
    color: #E6E6E6;
    font-size: 13px;
    line-height: 1.5;
    word-wrap: break-word;
    padding: 10px 150px 10px 10px;
}

.review-system .review-footer .review-score {
    padding: 10px;
    text-align: center;
    font-size: 30px;
    border-left: 1px solid #868686;
    position: absolute;
    top: 0;
    right: 0;
    height: 1000px;
    min-width: 110px;
    background-color: rgba(209, 48, 48, 0.75);
}

.review-system .review-footer .review-score h3 {
    margin-top: 15px;
}

/*-----------------------------------------------*/
/*Related posts*/
/*-----------------------------------------------*/
.wrapper .related-posts {
    padding: 0 0 15px;
    border-width: 0 0 1px;
}

.related-posts {
    margin-bottom: 30px;
    background: #fff;
    border: 1px #ebebeb solid;
    padding: 15px 15px 0;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

.related-posts .related-header h3 {
    border-bottom: 1px solid #ebebeb;
    z-index: 5;
    margin-bottom: 20px;
    margin-top: 5px;
}

.related-posts .related-header h3 span {
    padding-bottom: 15px;
    display: block;
    text-transform: uppercase;
    font-size: 20px;
}

.related-posts .related-header h3:after {
    content: '';
    display: block;
    width: 70px;
    height: 3px;
    background-color: #d13030;
    margin-bottom: -2px;
    z-index: 10;
}

/*-----------------------------------------------*/
/*Post pagination : Prev and next posts*/
/*-----------------------------------------------*/
.post-navigation {
    margin-bottom: 30px;
}

.post-navigation:after {
    clear: both;
    content: '';
    display: block;
}

.post-navigation a {
    font-size: 20px;
    text-decoration: none;
}

.post-navigation a:hover,
.post-navigation a:focus,
.post-navigation a:active {
    text-decoration: none;
}

.post-navigation span {
    display: block;
    font-size: 16px;
    border: 1px solid #E8E8E8;
    padding: 15px;
    background-color: #fff;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    -webkit-transition: 300ms;
    -moz-transition: 300ms;
    -ms-transition: 300ms;
    -o-transition: 300ms;
    transition: 300ms;
}

.post-navigation span:hover {
    background: #CD483C;
    color: #fff;
    border-color: transparent;
}

.post-navigation .post-previous {
    float: left;
}

.post-navigation .post-previous span {
    text-align: left;
}

.post-navigation .post-previous span:before {
    content: '\f060';
    font-family: fontawesome;
    margin-right: 5px;
}

.post-navigation .post-next {
    float: right;
}

.post-navigation .post-next span {
    text-align: right;
}

.post-navigation .post-next span:after {
    content: '\f061';
    font-family: fontawesome;
    margin-left: 5px;
}

.posts-navigation {
    border: 1px solid #edefee;
    background: #fff;
}

.posts-navigation .nav-links:after {
    display: block;
    clear: both;
    content: '';
}

.posts-navigation .nav-links .nav-previous {
    float: left;
}

.posts-navigation .nav-links .nav-previous a:before {
    content: '\f060';
    font-family: FontAwesome;
    margin-right: 5px;
}

.posts-navigation .nav-links .nav-next {
    float: right;
}

.posts-navigation .nav-links .nav-next a:after {
    content: '\f061';
    font-family: FontAwesome;
    margin-left: 5px;
}

.posts-navigation .nav-links a {
    display: block;
    font-weight: bold;
    font-size: 13px;
    text-transform: uppercase;
    text-decoration: none;
    padding: 15px;
    color: #333;
    -webkit-transition: 300ms;
    -moz-transition: 300ms;
    -ms-transition: 300ms;
    -o-transition: 300ms;
    transition: 300ms;
}

.posts-navigation .nav-links a:hover {
    color: #CD483C;
}

/*-----------------------------------------------*/
/*Post pagination : Numbered pagination*/
/*-----------------------------------------------*/
.pagePagination {
    border: 1px solid #edefee;
    background: #fff;
    padding: 6px 0;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

.pagePagination ul {
    list-style: none;
    padding: 0;
    margin: 0;
    text-align: center;
}

.pagePagination ul li {
    display: inline-block;
}

.pagePagination ul li a {
    display: block;
    font-weight: bold;
    font-size: 13px;
    text-decoration: none;
    padding: 5px 15px;
    color: #333;
    -moz-transform: rotate(0deg) scale(1, 1) skewX(-8deg) skewY(0deg) translate(0, 0);
    /* FF3.5+ */
    -webkit-transform: rotate(0deg) scale(1, 1) skew(-8deg, 0deg) translate(0, 0);
    /*Saf3.1+, Chrome*/
    -o-transform: rotate(0deg) scale(1, 1) skew(-8deg, 0deg) translate(0, 0);
    /* Opera 10.5 */
    -ms-transform: rotate(0deg) scale(1, 1) skew(-8deg, 0deg) translate(0, 0);
    /* IE 9 */
    transform: rotate(0deg) scale(1, 1) skew(-8deg, 0deg) translate(0, 0);
    -webkit-transition: 300ms;
    -moz-transition: 300ms;
    -ms-transition: 300ms;
    -o-transition: 300ms;
    transition: 300ms;
}

.pagePagination ul li a:hover {
    background-color: #333;
    color: #fff;
}

.pagePagination ul li span {
    display: block;
    font-weight: bold;
    font-size: 13px;
    padding: 5px 15px;
    color: #333;
}

.pagePagination ul .active a {
    background-color: #CD483C;
    color: #fff;
    -webkit-transition: 300ms;
    -moz-transition: 300ms;
    -ms-transition: 300ms;
    -o-transition: 300ms;
    transition: 300ms;
}

.pagePagination ul .active a:hover {
    background-color: #333;
    color: #fff;
}

/*-----------------------------------------------*/
/*Author bio*/
/*-----------------------------------------------*/
.wrapper .author-bio-box {
    margin-bottom: 30px;
    border-bottom: 1px solid #ebebeb;
    padding-bottom: 25px;
}

.author-bio-box .author-avatar {
    margin-bottom: 15px;
}

.author-bio-box .author-avatar img {
    display: block;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    margin-right: auto;
    margin-left: auto;
}

.author-bio-box .author-info {
    padding-top: 1px;
}

.author-bio-box .author-info .auhtor-name {
    text-transform: capitalize;
    margin-top: 10px;
    font-size: 16px;
    margin-bottom: 15px;
    font-weight: bold;
}

.author-bio-box .author-info .auhtor-name .name {
    color: #CD483C;
}

.author-bio-box .author-info .auhtor-name .name a {
    color: #CD483C;
    -webkit-transition: 300ms;
    -moz-transition: 300ms;
    -ms-transition: 300ms;
    -o-transition: 300ms;
    transition: 300ms;
}

.author-bio-box .author-info .auhtor-name .name a:hover {
    color: #565656;
}

.author-bio-box .author-info .author-description {
    color: #444;
    word-wrap: break-word;
    line-height: 26px;
}

.author-bio-box .author-info .user-social a {
    text-align: center;
    line-height: 35px;
    border: none;
    margin: 0 5px 5px 0;
    display: inline-block;
    color: #404040;
    font-size: 16px;
    text-decoration: none;
}

.author-bio-box .author-info .user-social a:hover {
    color: #fff;
}

.author-bio-box .author-info .user-social a i {
    width: 35px;
    height: 35px;
    line-height: 35px;
    border: 1px solid #ebebeb;
    -webkit-transition: 300ms;
    -moz-transition: 300ms;
    -ms-transition: 300ms;
    -o-transition: 300ms;
    transition: 300ms;
}

.author-bio-box .author-info .user-social a i:hover {
    color: #fff;
    background-color: #CD483C;
}

/*-----------------------------------------------*/
/*Error 404 page*/
/*-----------------------------------------------*/
.error-page {
    margin-bottom: 30px;
}

.error-page a {
    text-decoration: none;
}

.error-page .error-logo {
    text-align: center;
    font-size: 130px;
    font-family: fantasy;
    color: #545454;
}

.error-page .error-logo img {
    margin-bottom: 30px;
}

.error-page .error-content form {
    width: 300px;
    margin: 30px auto;
    position: relative;
}

.error-page .error-content form:after {
    clear: both;
    display: block;
    content: '';
}

.error-page .error-content form input {
    padding: 7px 7px;
    border: 1px solid #ebebeb;
    height: 40px;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    outline: none;
    width: 84%;
    float: left !important;
}

.error-page .error-content form button {
    width: 14%;
    height: 40px;
    margin-left: .3em;
    outline: none;
    border: 1px solid #CD483C;
    background: #CD483C;
    color: #fff;
    box-sizing: border-box;
    text-align: center;
    padding: 7px 11px;
    float: right !important;
    -webkit-transition: 300ms;
    -moz-transition: 300ms;
    -ms-transition: 300ms;
    -o-transition: 300ms;
    transition: 300ms;
}

.error-page .error-content form button:hover {
    border-width: 3px;
    background-color: #fff;
    color: #CD483C;
}

/*-----------------------------------------------*/
/*Comments*/
/*-----------------------------------------------*/
.wrapper div#comments,
.wrapper .disqusWrap {
    padding: 0;
    border-width: 0;
}

div#comments,
.disqusWrap {
    width: 100%;
    margin-bottom: 30px;
    padding: 15px;
    background: #fff;
    border: 1px #ebebeb solid;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

div#comments a {
    text-decoration: none;
}

div#comments h3.comment-reply-title,
div#comments h2.single-title {
    font-size: 20px;
    line-height: 1;
    margin: 3px 0 30px;
    border-bottom: 1px solid #ebebeb;
    padding-bottom: 15px;
    text-transform: uppercase;
}

div#comments h3.comment-reply-title:after,
div#comments h2.single-title:after {
    content: '';
    display: block;
    width: 70px;
    height: 3px;
    background: #d13030;
    margin-bottom: -17px;
    margin-top: 15px;
}

.comments-area .navigation {
    margin-bottom: 30px;
}

.comments-area .navigation .assistive-text {
    display: none;
}

.comments-area .navigation:after {
    clear: both;
    display: block;
    content: '';
}

.comments-area .navigation a {
    padding: 15px;
    color: #404040;
    background: #f5f5f5;
    text-decoration: none;
    display: block;
    -webkit-transition: 300ms;
    -moz-transition: 300ms;
    -ms-transition: 300ms;
    -o-transition: 300ms;
    transition: 300ms;
}

.comments-area .navigation a:hover {
    background-color: #CD483C;
    color: #fff;
}

.comments-area .navigation .nav-previous {
    float: left;
}

.comments-area .navigation .nav-next {
    float: right;
}

div#comments h3 a {
    color: #404040;
}

div#comments h3 a:hover {
    color: #CD483C;
}

div#comments p.comment-notes {
    margin: 0;
    color: #565656;
    font-weight: 300;
    font-size: 15px;
}

div#comments input {
    margin: 20px 0 0 0;
    width: 100%;
}

.comment-form input[type=text] {
    display: block;
    width: 100%;
    font-size: 13px;
    margin: 20px 0 0 0;
    border: 1px solid #C1C1C1;
    outline: none;
    font-weight: 300;
    color: #565656;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    box-shadow: none;
    -webkit-transition: border-color ease-in-out 0.2s, -webkit-box-shadow ease-in-out 0.2s;
    -o-transition: border-color ease-in-out 0.2s, box-shadow ease-in-out 0.2s;
    transition: border-color ease-in-out 0.2s, box-shadow ease-in-out 0.2s;
}

.comment-form input[type=text]:focus {
    border: 1px solid #CD483C;
}

div#comments textarea {
    display: block;
    width: 100%;
    padding: 15px;
    font-size: 13px;
    margin: 20px 0 0 0;
    line-height: 1.42857143;
    background: #fff;
    border: 1px solid #C1C1C1;
    color: #565656;
    outline: none;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    font-weight: 300;
    -webkit-transition: border-color ease-in-out 0.2s, -webkit-box-shadow ease-in-out 0.2s;
    -o-transition: border-color ease-in-out 0.2s, box-shadow ease-in-out 0.2s;
    transition: border-color ease-in-out 0.2s, box-shadow ease-in-out 0.2s;
}

div#comments textarea:focus {
    border: 1px solid #CD483C;
}

div#comments a {
    -webkit-transition: 300ms;
    -moz-transition: 300ms;
    -ms-transition: 300ms;
    -o-transition: 300ms;
    transition: 300ms;
}

div#comments .comment-respond {
    margin-top: 15px;
}

div#comments input#submit-comment {
    outline: none;
    width: auto;
    border: none;
    background: #F2F2F2;
    padding: 0 15px;
    line-height: 50px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    font-weight: 300;
    -webkit-transition: all 0.35s ease-out;
    -moz-transition: all 0.35s ease-out;
    transition: all 0.35s ease-out;
}

div#comments input#submit-comment:hover {
    background: #CD483C;
    color: #fff;
}

ol.comments_list {
    margin: 0 0 40px;
    padding: 0;
    list-style: none;
}

ol.comments_list li {
    margin: 0 0 20px;
}

.bypostauthor > .comment-wrap > .commentHead > .CommentHeadDetails > .comment-author:before {
    content: '\f0a3';
    font-family: FontAwesome;
    margin-right: 5px;
    color: #CD483C;
}

.pingback {
    background: #f2f2f2;
    padding: 15px;
    font-size: 14px;
    font-weight: 300;
    line-height: 1.75;
}

ol.comments_list .commentHead {
    display: inline-block;
    width: 100%;
}

ol.comments_list .commentHead img {
    display: inline-block;
    float: left;
    margin: 0 15px 0 0;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}

ol.comments_list .commentHead .CommentHeadDetails {
    display: inline-block;
    float: left;
    padding: 20px 0;
}

ol.comments_list .commentHead .CommentHeadDetails h4 {
    margin: 0;
    font-size: 18px;
    line-height: 1;
    color: #404040;
}

ol.comments_list .commentHead .CommentHeadDetails h4 a {
    color: #CD483C;
}

ol.comments_list .commentHead .CommentHeadDetails span {
    font-weight: 300;
    font-size: 13px;
    opacity: 0.5;
}

ol.comments_list .commentHead .CommentHeadDetails span a {
    color: #404040;
}

.comment-wrap {
    border-bottom: 1px solid #e5e5e5;
}

.comment-content {
    position: relative;
}

.comment-text {
    padding: 15px 0;
    font-size: 14px;
    font-weight: 300;
    line-height: 1.75;
}

.comment-text p {
    margin: 0;
}

.logged-in-as a {
    font-weight: bold;
}

.CommentHeadLinks {
    display: inline-block;
    float: right;
    padding: 20px 0;
}

.CommentHeadLinks a {
    display: inline-block;
    line-height: 32px;
    font-size: 13px;
    font-weight: 300;
    text-decoration: none;
    padding: 0 10px;
    color: #404040;
    margin: 0 0 0 5px;
    border: 1px solid #e5e5e5;
    -webkit-transition: 300ms;
    -moz-transition: 300ms;
    -ms-transition: 300ms;
    -o-transition: 300ms;
    transition: 300ms;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

.CommentHeadLinks a:hover {
    background: #CD483C;
    color: #fff;
    border-color: transparent;
}

em.comment-awaiting-moderation {
    font-weight: 300;
    margin: 0 0 10px;
    display: inline-block;
    background: rgba(255, 0, 0, 0.07);
    padding: 7px;
    color: #C70505;
    font-size: 13px;
}

.comment-text img {
    max-width: 100%;
}

ol.children {
    list-style: none;
}

ol.children li {
    margin: 20px 0 0 0;
}

/*-----------------------------------------------*/
/*Sidebar*/
/*-----------------------------------------------*/
.wrapper .widget {
    padding: 0;
    box-shadow: none;
}

.widget {
    position: relative;
    padding: 15px;
    margin-bottom: 30px;
    background-color: #fff;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    -webkit-box-shadow: 0 0 1px rgba(68, 68, 68, 0.3);
    -moz-box-shadow: 0 0 1px rgba(68, 68, 68, 0.3);
    box-shadow: 0 0 1px rgba(68, 68, 68, 0.3);
}

.widget:last-of-type {
    border-bottom: none;
    border-bottom: 0;
}

.widget iframe {
    border: none;
    width: 100%;
}

.widget a {
    color: #404040;
    -webkit-transition: 300ms;
    -moz-transition: 300ms;
    -ms-transition: 300ms;
    -o-transition: 300ms;
    transition: 300ms;
}

.widget a:hover {
    color: #CD483C;
    text-decoration: none;
}

.widget a:focus,
.widget a:active {
    text-decoration: none;
}

.widget .widget-title {
    font-family: 'Montserrat', sans-serif;
    overflow: hidden;
    margin-bottom: 20px;
    background: #d13030;
    border-bottom: 8px solid rgba(0, 0, 0, 0.25);
    margin-top: 0;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

.widget .widget-title span {
    display: block;
    background: rgba(0, 0, 0, 0.25);
    padding: 12px 10px 3px 15px;
    position: relative;
    color: #FFFFFF;
    float: left;
    margin-right: 25px;
    font-size: 15px;
    font-weight: bold;
    text-transform: uppercase;
    border-top-right-radius: 9px;
}

.widget .widget-title span:before {
    position: absolute;
    left: 100%;
    top: 7px;
    bottom: 0;
    content: "";
    border-top: 37px solid rgba(0, 255, 0, 0);
    border-left: 20px solid rgba(0, 0, 0, 0.25);
}

.widget .widget-title:after {
    bottom: 21%;
    top: auto;
    border-bottom: 1px solid #ebebeb;
    border-top: 1px dashed rgba(156, 24, 57, 0.18);
    height: 4px;
    background: none;
}

.widget .social_widget_container a {
    text-align: center;
    line-height: 35px;
    border: none;
    margin: 0 5px 5px 0;
    display: inline-block;
}

.widget .social_widget_container a i {
    width: 35px;
    height: 35px;
    line-height: 35px;
    border: 1px solid #ebebeb;
    color: #404040;
    -webkit-transition: 300ms;
    -moz-transition: 300ms;
    -ms-transition: 300ms;
    -o-transition: 300ms;
    transition: 300ms;
}

.widget .social_widget_container a i:hover {
    background: #CD483C;
    color: #fff;
}

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

.widget select,
.widget .widget_text input[type=text],
.widget .widget_text input[type=email],
.widget .widget_text input[type=password] {
    width: 100%;
    display: block;
    border: 1px solid #edefee;
    padding: 9px 11px;
    color: #565656;
    outline: none;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

.widget > ul,
.widget div > ul {
    padding: 0;
}

.widget ul {
    margin-bottom: 0;
}

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

.widget ul li {
    list-style: none;
    position: relative;
}

.widget ul li a {
    border-bottom: 1px solid #ebebeb;
    display: block;
    line-height: 1.5em;
    word-wrap: break-word;
    padding: 9px 0;
}

.widget ul li span.post-count {
    position: absolute;
    top: 8px;
    right: 0;
    line-height: 24px;
    height: 26px;
    width: 26px;
    background-color: #F7F7F7;
    text-align: center;
    font-size: 12px;
    -webkit-transition: 300ms;
    -moz-transition: 300ms;
    -ms-transition: 300ms;
    -o-transition: 300ms;
    transition: 300ms;
}

.widget .calendar_wrap table {
    text-align: center;
    width: 100%;
    border: 1px solid #ebebeb;
}

.widget .calendar_wrap table caption {
    text-align: center;
    line-height: 2em;
    color: #333;
    text-transform: capitalize;
    padding-top: 0;
}

.widget .calendar_wrap table thead tr th {
    text-align: center;
    line-height: 3em;
}

.widget .calendar_wrap table tbody {
    line-height: 3em;
    border: 1px solid #ebebeb;
}

.widget .calendar_wrap table tbody td {
    line-height: 3em;
    border: 1px solid #ebebeb;
}

.widget .calendar_wrap table tbody td a {
    font-size: 18px;
    color: #404040;
    display: block;
}

.widget .calendar_wrap table tbody td a:hover {
    color: #CD483C;
}

.widget .calendar_wrap table tfoot #prev {
    text-align: right;
}

.widget .calendar_wrap table tfoot #next {
    text-align: left;
}

.widget .calendar_wrap table tfoot td {
    line-height: 2.5em;
}

.widget .tagcloud a {
    font-size: 13px !important;
    border: 1px solid #ebebeb;
    padding: 2px 7px;
    color: #404040;
    line-height: 1.5em;
    display: inline-block;
    margin: 0 2px 5px 0;
    -webkit-transition: 300ms;
    -moz-transition: 300ms;
    -ms-transition: 300ms;
    -o-transition: 300ms;
    transition: 300ms;
}

.widget .tagcloud a:hover {
    background: #CD483C;
    border: 1px solid #CD483C;
    color: #fff;
}

.widget.widget_rss li a {
    line-height: 1.7em !important;
    padding: 10px 0;
    margin-bottom: 5px;
}

.widget.widget_rss cite {
    margin-bottom: 15px;
    display: block;
}

.widget.widget_search form:after {
    clear: both;
    display: block;
    content: '';
}

.widget.widget_search form input {
    padding: 7px 7px;
    border: 1px solid #ebebeb;
    height: 40px;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    outline: none;
    width: 84%;
    float: left !important;
}

.widget.widget_search form button {
    width: 14%;
    height: 40px;
    margin-left: .3em;
    outline: none;
    border: 1px solid #CD483C;
    background: #CD483C;
    color: #fff;
    box-sizing: border-box;
    text-align: center;
    padding: 7px 11px;
    float: right !important;
    -webkit-transition: 300ms;
    -moz-transition: 300ms;
    -ms-transition: 300ms;
    -o-transition: 300ms;
    transition: 300ms;
}

.widget.widget_search form button:hover {
    border-width: 3px;
    background-color: #fff;
    color: #CD483C;
}

.widget.widget_recent_comments li {
    padding: 9px 0;
    border-bottom: 1px solid #ebebeb;
}

.widget.widget_recent_comments li a {
    display: inline !important;
    margin: 0 !important;
    border: none !important;
    color: #CD483C;
}

.widget.widget_recent_comments li a:hover {
    color: #000;
}

.widget .big-post {
    position: relative;
}

.widget .big-post.has-post-thumbnail {
    overflow: hidden;
    margin-bottom: 15px;
}

.widget .big-post.has-post-thumbnail:hover .post-image img {
    -webkit-transform: scale(1.09);
    -moz-transform: scale(1.09);
    -ms-transform: scale(1.09);
    -o-transform: scale(1.09);
    transform: scale(1.09);
}

.widget .big-post.has-post-thumbnail:hover a:before {
    top: 15px;
    opacity: 1;
}

.widget .big-post.has-post-thumbnail .post-image img {
    -webkit-transition: 300ms;
    -moz-transition: 300ms;
    -ms-transition: 300ms;
    -o-transition: 300ms;
    transition: 300ms;
    width: 100%;
    height: auto;
}

.widget .big-post.has-post-thumbnail .post-content {
    position: absolute;
    bottom: 0;
    width: 100%;
    background: -moz-linear-gradient(bottom, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0) 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0) 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to top, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0) 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#a6000000', endColorstr='#00000000', GradientType=0);
    /* IE6-9 */
    padding: 15px;
}

.widget .big-post.has-post-thumbnail .post-content .post-title {
    margin-top: 0;
    font-size: 14px;
}

.widget .big-post.has-post-thumbnail .post-content .post-title a {
    color: #fff;
    -webkit-transition: 300ms;
    -moz-transition: 300ms;
    -ms-transition: 300ms;
    -o-transition: 300ms;
    transition: 300ms;
}

.widget .big-post.has-post-thumbnail .post-content .post-meta {
    color: #d0d0d0;
    margin-bottom: 0;
}

.widget .big-post.has-post-thumbnail .post-content .post-meta span {
    margin-right: 10px;
}

.widget .big-post.has-post-thumbnail .post-content .post-meta span.sl-icon {
    margin-right: 0;
}

.widget .big-post.has-post-thumbnail .post-content .post-meta i {
    margin-right: 3px;
}

.widget .big-post.has-post-thumbnail .post-content .post-meta a {
    color: #d0d0d0;
}

.widget .small-post:last-of-type {
    margin-bottom: 0;
}

.widget .wpcf7-form input[type=text],
.widget .wpcf7-form input[type=email],
.widget .wpcf7-form input[type=number],
.widget .wpcf7-form input[type=date],
.widget .wpcf7-form input[type=password],
.widget .wpcf7-form textarea {
    width: 100%;
}

/*-----------------------------------------------*/
/*Login Box widget*/
/*-----------------------------------------------*/

.widget_window_mag_login_box .login-form .log {
    width: 100%;
    border: 1px solid #ecedee;
    padding: 8px;
    border-radius: 3px;
    outline: none;
}

.widget_window_mag_login_box .login-form .pwd {
    width: 100%;
    border: 1px solid #ecedee;
    padding: 8px;
    border-radius: 3px;
    outline: none;
}

.widget_window_mag_login_box .login-form .login-button {
    width: auto;
    position: relative;
    background-color: #CD483C;
    color: #FFF;
    padding: 5px 12px;
    margin-right: 15px;
    display: inline-block;
    line-height: 22px;
    border: 0 none;
    cursor: pointer;
    outline: none;
    text-decoration: none;
    webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    -webkit-appearance: none !important;
    -moz-appearance: none !important;
    appearance: none !important;
}

.widget_window_mag_login_box .login-form .login-button:hover {
    opacity: .8;
}

.widget_window_mag_login_box .login-form .login-links {
    margin-top: 15px;
}

.widget_window_mag_login_box .login-form .login-links li a {
    padding: 0;
    border: none;
}

.widget_window_mag_login_box .user-login .author-avatar {
    float: left;
    margin-right: 15px;
}

.widget_window_mag_login_box .user-login .author-avatar img {
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

.widget_window_mag_login_box .user-login ul li {
    display: inline-block;
}

.widget_window_mag_login_box .user-login ul li:after {
    content: '|';
    display: inline-block;
    margin-right: 5px;
    color: #000;
}

.widget_window_mag_login_box .user-login ul li:last-of-type:after {
    content: '';
}

.widget_window_mag_login_box .user-login ul li a {
    display: inline;
    border: none;
    margin-right: 5px;
}

/*-----------------------------------------------*/
/*Instagram footer carousel*/
/*-----------------------------------------------*/

.insta-carousel .owl-nav, .insta-carousel .owl-dots {
    display: none;
}

.window-instagram-photo {
    position: relative;
}

.window-instagram-photo:before {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.3);
    content: '';
    z-index: 5;
    opacity: 0;
    -webkit-transition: 300ms;
    -moz-transition: 300ms;
    -ms-transition: 300ms;
    -o-transition: 300ms;
    transition: 300ms;
}

.window-instagram-photo .to-insta-photo {
    position: absolute;
    bottom: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, 50%);
    -moz-transform: translate(-50%, 50%);
    -ms-transform: translate(-50%, 50%);
    -o-transform: translate(-50%, 50%);
    transform: translate(-50%, 50%);
    color: #fff !important;
    z-index: 6;
    font-size: 0;
    display: block;
    padding: 15px;
    -webkit-transition: 300ms;
    -moz-transition: 300ms;
    -ms-transition: 300ms;
    -o-transition: 300ms;
    transition: 300ms;
}

.window-instagram-photo .window-insta-gallery {
    position: absolute;
    top: 8px;
    right: 15px;
    color: #fff;
    z-index: 6;
    font-size: 0;
    display: block;
    padding: 5px;
    -webkit-transition: 300ms;
    -moz-transition: 300ms;
    -ms-transition: 300ms;
    -o-transition: 300ms;
    transition: 300ms;
}

.window-instagram-photo:hover:before {
    opacity: 1;
}

.window-instagram-photo:hover .to-insta-photo {
    font-size: 20px;
}

.window-instagram-photo:hover .window-insta-gallery {
    font-size: 20px;
}

.insta-error {
    margin: 0 auto 30px;
    display: table;
    background: rgba(255, 0, 0, 0.07);
    padding: 7px;
    color: #C70505;
    font-size: 13px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

@media (max-width: 768px) {
    .window-instagram-photo:focus:before {
        opacity: 1;
    }

    .window-instagram-photo:focus .to-insta-photo {
        font-size: 20px;
    }

    .window-instagram-photo:focus .window-insta-gallery {
        font-size: 20px;
    }
}

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

.widget_window_mag_instagram_photos:after {
    display: block;
    clear: both;
    content: '';
}

.widget_window_mag_instagram_photos .window-instagram-photo {
    width: 32.65%;
    float: left;
    margin: 1px;
}

.widget_window_mag_instagram_photos .window-instagram-photo img {
    width: 100%;
    height: auto;
}

.widget_window_mag_instagram_photos .window-instagram-photo a:hover {
    color: #fff;
}

/* Microsoft Edge Browser 12+ (All) bug fix*/
@supports (-ms-accelerator:true) {
    .widget .widget-title span {
        padding: 10px 10px 3px 15px;
        border-top-right-radius: 0;
    }

    .widget .widget-title span:before {
        top: 0;
    }
}

#fb-root {
    display: none;
}

/* To fill the container and nothing else */

.fb_iframe_widget, .fb_iframe_widget span, .fb_iframe_widget span iframe[style] {
    width: 100% !important;
}

/*-----------------------------------------------*/
/*Widgets Carousel*/
/*-----------------------------------------------*/
.widget-carousel {
    overflow: hidden;
    position: relative;
}

.widget-carousel:hover .owl-prev {
    left: 5px;
}

.widget-carousel:hover .owl-next {
    right: 5px;
}

.widget-carousel:hover .carousel-post:before {
    top: 15px;
    opacity: 1;
}

.widget-carousel:hover .carousel-post img {
    -webkit-transform: scale(1.09);
    -moz-transform: scale(1.09);
    -ms-transform: scale(1.09);
    -o-transform: scale(1.09);
    transform: scale(1.09);
}

.widget-carousel .carousel-post {
    position: relative;
    overflow: hidden;
}

.widget-carousel .carousel-post:before {
    position: absolute;
    top: -115px;
    right: 15px;
    color: #fff;
    font-family: FontAwesome;
    font-size: 16px;
    z-index: 10;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    background-color: rgba(0, 0, 0, 0.6);
    opacity: 0;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    -webkit-transition: 300ms;
    -moz-transition: 300ms;
    -ms-transition: 300ms;
    -o-transition: 300ms;
    transition: 300ms;
}

.widget-carousel .carousel-post.format-standard:before {
    content: '\f040';
}

.widget-carousel .carousel-post.format-audio:before {
    content: '\f130';
}

.widget-carousel .carousel-post.format-video:before {
    content: '\f008';
}

.widget-carousel .carousel-post.format-quote:before {
    content: '\f10e';
}

.widget-carousel .carousel-post.format-gallery:before {
    content: '\f03e';
}

.widget-carousel .carousel-post.format-link:before {
    content: '\f0c1';
}

.widget-carousel .carousel-post img {
    -webkit-transition: 300ms;
    -moz-transition: 300ms;
    -ms-transition: 300ms;
    -o-transition: 300ms;
    transition: 300ms;
}

.widget-carousel .carousel-post .post-content {
    position: absolute;
    bottom: 0;
    width: 100%;
    padding: 15px;
    background: -moz-linear-gradient(bottom, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0) 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0) 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to top, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0) 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#a6000000', endColorstr='#00000000', GradientType=0);
    /* IE6-9 */
}

.widget-carousel .carousel-post .post-content .post-title {
    word-wrap: break-word;
    margin-top: 0;
    line-height: 1.7em;
    text-transform: capitalize;
}

.widget-carousel .carousel-post .post-content .post-title a {
    word-wrap: break-word;
    font-weight: bold;
    color: #fff;
    text-decoration: none;
}

.widget-carousel .carousel-post .post-content .post-meta {
    color: #d0d0d0;
    font-size: 12px;
}

.widget-carousel .carousel-post .post-content .post-meta span {
    margin-right: 10px;
}

.widget-carousel .carousel-post .post-content .post-meta span.sl-icon,
.widget-carousel .carousel-post .post-content .post-meta span .sl-count {
    margin-right: 0;
}

.widget-carousel .carousel-post .post-content .post-meta i {
    margin-right: 3px;
}

.widget-carousel .carousel-post .post-content .post-meta a {
    color: #d0d0d0;
    text-decoration: none;
}

.widget-carousel .owl-next {
    font-size: 0;
    position: absolute;
    top: 50%;
    right: -150px;
    transform: translateY(-50%);
    -webkit-transition: 650ms;
    -moz-transition: 650ms;
    -ms-transition: 650ms;
    -o-transition: 650ms;
    transition: 650ms;
}

.widget-carousel .owl-next:hover:before {
    background-color: #000;
}

.widget-carousel .owl-next:before {
    font-family: FontAwesome;
    content: '\f105';
    color: #fff;
    font-size: 23px;
    background: rgba(0, 0, 0, 0.6);
    width: 32px;
    height: 32px;
    display: block;
    text-align: center;
    -webkit-border-radius: 1px;
    -moz-border-radius: 1px;
    border-radius: 1px;
    -webkit-transition: 300ms;
    -moz-transition: 300ms;
    -ms-transition: 300ms;
    -o-transition: 300ms;
    transition: 300ms;
}

.widget-carousel .owl-prev {
    font-size: 0;
    position: absolute;
    top: 50%;
    left: -150px;
    transform: translateY(-50%);
    -webkit-transition: 650ms;
    -moz-transition: 650ms;
    -ms-transition: 650ms;
    -o-transition: 650ms;
    transition: 650ms;
}

.widget-carousel .owl-prev:hover:before {
    background-color: #000;
}

.widget-carousel .owl-prev:before {
    font-family: FontAwesome;
    content: '\f104';
    color: #fff;
    font-size: 23px;
    background: rgba(0, 0, 0, 0.6);
    width: 32px;
    height: 32px;
    display: block;
    text-align: center;
    -webkit-border-radius: 1px;
    -moz-border-radius: 1px;
    border-radius: 1px;
    -webkit-transition: 300ms;
    -moz-transition: 300ms;
    -ms-transition: 300ms;
    -o-transition: 300ms;
    transition: 300ms;
}

.pictures-posts:after {
    content: '';
    display: block;
    clear: both;
}

.pictures-posts .pic {
    float: left;
    width: 33.3333333%;
    padding: 1px;
}

.widget .pictures-posts .pic:nth-of-type(3n+1) {
    clear: left;
}

.pictures-posts .pic .overlay {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    display: block;
    background-color: rgba(0, 0, 0, 0.5);
    -webkit-transition: 300ms;
    -moz-transition: 300ms;
    -ms-transition: 300ms;
    -o-transition: 300ms;
    transition: 300ms;
    opacity: 0;
    z-index: 2;
}

.pictures-posts .pic a {
    display: block;
    position: relative;
    overflow: hidden;
}

.pictures-posts .pic a:before {
    position: absolute;
    top: -30px;
    left: 50%;
    color: #fff;
    font-family: FontAwesome;
    font-size: 16px;
    z-index: 10;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    background-color: rgba(0, 0, 0, 0.6);
    opacity: 0;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    -webkit-transition: 300ms;
    -moz-transition: 300ms;
    -ms-transition: 300ms;
    -o-transition: 300ms;
    transition: 300ms;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.pictures-posts .pic a img {
    width: 100%;
    -webkit-transition: 300ms;
    -moz-transition: 300ms;
    -ms-transition: 300ms;
    -o-transition: 300ms;
    transition: 300ms;
}

.pictures-posts .pic a:hover:before {
    top: 50%;
    opacity: 1;
}

.pictures-posts .pic a:hover .overlay {
    opacity: 1;
}

.pictures-posts .pic a:hover img {
    -webkit-transform: scale(1.09);
    -moz-transform: scale(1.09);
    -ms-transform: scale(1.09);
    -o-transform: scale(1.09);
    transform: scale(1.09);
}

.pictures-posts .pic.format-standard a:before {
    content: '\f040';
}

.pictures-posts .pic.format-audio a:before {
    content: '\f130';
}

.pictures-posts .pic.format-video a:before {
    content: '\f008';
}

.pictures-posts .pic.format-quote a:before {
    content: '\f10e';
}

.pictures-posts .pic.format-gallery a:before {
    content: '\f03e';
}

.pictures-posts .pic.format-link a:before {
    content: '\f0c1';
}

.pictures-posts .pic .tooltip .tooltip-inner {
    font-size: 10px;
    padding: 4px 8px;
    border-radius: 3px;
    word-wrap: break-word;
    background-color: rgba(0, 0, 0, 0.91);
}

.pictures-posts .pic .tooltip.top {
    margin-top: 0;
}

.pictures-posts .pic .tooltip.top .tooltip-arrow {
    border-top-color: rgba(0, 0, 0, 0.91);
}

/*-----------------------------------------------*/
/*Footer widgets*/
/*-----------------------------------------------*/
footer {
    background-color: #181818;
}

.footer .footer-posts-carousel {
    padding: 30px 0 0;
}

.footer .footer-posts-carousel .owl-nav {
    display: none;
}

.footer .footer-posts-carousel .owl-dots {
    display: none;
}

.footer .footer-posts-carousel .top-post {
    padding: 0;
}

footer .ad-footer {
    margin: 30px 0 30px;
}

footer .ad-footer img.img-responsive {
    margin-left: auto;
    margin-right: auto;
}

footer.has-widgets .ad-footer {
    margin-top: 0;
}

.footer-widgets {
    padding: 30px 0 0;
}

.footer-widgets .widget {
    color: #cecece;
    background: none;
    padding: 0;
    box-shadow: none;
}

.footer-widgets .widget a {
    color: #fff;
    font-weight: normal !important;
}

.footer-widgets .widget a:hover {
    color: #CD483C;
}

.footer-widgets .widget .widget-title {
    border-bottom: 0;
    background: none;
    border-bottom: 1px solid #656565;
    z-index: 5;
    overflow: visible;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}

.footer-widgets .widget .widget-title span {
    background: none;
    margin-right: 0;
    padding: 10px 0;
    float: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}

.footer-widgets .widget .widget-title span:before {
    display: none;
}

.footer-widgets .widget .widget-title:after {
    content: '';
    display: block;
    width: 70px;
    height: 3px;
    background-color: #CD483C;
    margin-bottom: -2px;
    z-index: 10;
    border-bottom: 0;
    border-top: 0;
}

.footer-widgets .widget .social_widget_container a {
    text-align: center;
    line-height: 35px;
    border: none;
    margin: 0 5px 5px 0;
    display: inline-block;
}

.footer-widgets .widget .social_widget_container a i {
    width: 35px;
    height: 35px;
    line-height: 35px;
    border: 1px solid #303030;
    color: #959595;
    -webkit-transition: 300ms;
    -moz-transition: 300ms;
    -ms-transition: 300ms;
    -o-transition: 300ms;
    transition: 300ms;
}

.footer-widgets .widget .social_widget_container a i:hover {
    background: #CD483C;
    border: 1px solid #CD483C;
    color: #fff;
}

.footer-widgets .widget img {
    max-width: 100%;
    height: auto;
}

.footer-widgets .widget select,
.footer-widgets .widget .widget_text input[type=text],
.footer-widgets .widget .widget_text input[type=email],
.footer-widgets .widget .widget_text input[type=password] {
    background: rgba(255, 255, 255, 0.1);
    border: rgba(255, 255, 255, 0.1);
    color: #959595;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}

.footer-widgets .widget select option {
    color: #fff;
}

.footer-widgets .widget ul li a {
    border-bottom: 1px dotted #303030;
}

.footer-widgets .widget ul li span.post-count {
    background-color: #303030;
    border: 1px solid #303030;
    text-align: center;
    -webkit-transition: 300ms;
    -moz-transition: 300ms;
    -ms-transition: 300ms;
    -o-transition: 300ms;
    transition: 300ms;
}

.footer-widgets .widget .calendar_wrap table {
    text-align: center;
    width: 100%;
    border: 1px solid #303030;
}

.footer-widgets .widget .calendar_wrap table caption {
    color: #fff;
}

.footer-widgets .widget .calendar_wrap table tbody {
    border: 1px solid #303030;
}

.footer-widgets .widget .calendar_wrap table tbody td {
    border: 1px solid #303030;
}

.footer-widgets .widget .calendar_wrap table tbody td a {
    color: #fff;
}

.footer-widgets .widget .calendar_wrap table tbody td a:hover {
    color: #CD483C;
}

.footer-widgets .widget .tagcloud a {
    border: 1px solid #303030;
}

.footer-widgets .widget .tagcloud a:hover {
    border: 1px solid #CD483C;
    color: #fff;
}

.footer-widgets .widget.widget_recent_comments li {
    border-bottom: 1px dotted #303030;
}

.footer-widgets .widget.widget_search form input {
    background: rgba(255, 255, 255, 0.1);
    border: rgba(255, 255, 255, 0.1);
}

.footer-widgets .widget.widget_text {
    color: #959595;
}

.footer-widgets .widget .posts-list {
    border-bottom: 1px dotted #303030;
}

.footer-widgets .widget .posts-list:last-of-type {
    border-bottom: none;
}

.footer-widgets .widget .small-post .post-content .post-title a {
    color: #fff;
}

.footer-widgets .widget .wpcf7-form input[type=text],
.footer-widgets .widget .wpcf7-form input[type=number],
.footer-widgets .widget .wpcf7-form input[type=date],
.footer-widgets .widget .wpcf7-form input[type=email],
.footer-widgets .widget .wpcf7-form input[type=password],
.footer-widgets .widget .wpcf7-form textarea {
    width: 100%;
    background: rgba(255, 255, 255, 0.1);
    border: rgba(255, 255, 255, 0.1);
    color: #959595;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}

.footer-widgets .widget .wpnl input[type=email] {
    width: 100%;
    background: rgba(255, 255, 255, 0.1);
    border: rgba(255, 255, 255, 0.1);
    color: #959595;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}

.footer-widgets .widget .big-post.has-post-thumbnail .post-image img {
    width: 100%;
}

.footer-widgets .widget_window_mag_login_box .login-form .log {
    border: none;
    padding: 8px;
    border-radius: 0;
    background: rgba(255, 255, 255, 0.1);
    border: rgba(255, 255, 255, 0.1);
}

.footer-widgets .widget_window_mag_login_box .login-form .pwd {
    border: none;
    padding: 8px;
    border-radius: 0;
    background: rgba(255, 255, 255, 0.1);
    border: rgba(255, 255, 255, 0.1);
}

.footer-widgets .widget_window_mag_login_box .user-login ul li:after {
    color: #fff;
}

.footer-widgets .widget_window_mag_login_box .user-login ul li a {
    border: none;
}

/*-----------------------------------------------*/
/*Footer Rights*/
/*-----------------------------------------------*/
.has-widgets .rights .rights-wrapper {
    border-top: solid 1px rgba(255, 255, 255, 0.2);
}

.rights .rights-wrapper {
    padding: 20px 0;
    color: #8f8f8f;
    line-height: 30px;
    font-size: 13px;
}

.rights .rights-wrapper .love {
    display: inline-block;
    width: 17px;
    height: 15px;
    margin: 0 2px;
    vertical-align: middle;
    background: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiIHN0YW5kYWxvbmU9Im5vIj8+DQo8c3ZnIHdpZHRoPSIxN3B4IiBoZWlnaHQ9IjE1cHgiIHZpZXdCb3g9IjAgMCAxNyAxNSIgdmVyc2lvbj0iMS4xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB4bWxuczpza2V0Y2g9Imh0dHA6Ly93d3cuYm9oZW1pYW5jb2RpbmcuY29tL3NrZXRjaC9ucyI+DQogICAgPCEtLSBHZW5lcmF0b3I6IHNrZXRjaHRvb2wgMy40LjQgKDM5NSkgLSBodHRwOi8vd3d3LmJvaGVtaWFuY29kaW5nLmNvbS9za2V0Y2ggLS0+DQogICAgPHRpdGxlPmhlYXJ0Mjk4PC90aXRsZT4NCiAgICA8ZGVzYz5DcmVhdGVkIHdpdGggc2tldGNodG9vbC48L2Rlc2M+DQogICAgPGRlZnM+PC9kZWZzPg0KICAgIDxnIGlkPSJXZWxjb21lIiBzdHJva2U9Im5vbmUiIHN0cm9rZS13aWR0aD0iMSIgZmlsbD0ibm9uZSIgZmlsbC1ydWxlPSJldmVub2RkIiBza2V0Y2g6dHlwZT0iTVNQYWdlIj4NCiAgICAgICAgPGcgaWQ9IkJvdHRvbSIgc2tldGNoOnR5cGU9Ik1TQXJ0Ym9hcmRHcm91cCIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoLTc1MC4wMDAwMDAsIC04OTUuMDAwMDAwKSIgZmlsbD0iI0ZBNjk2OSI+DQogICAgICAgICAgICA8ZyBpZD0iRm9vdGVyIiBza2V0Y2g6dHlwZT0iTVNMYXllckdyb3VwIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgtMS4wMDAwMDAsIDcyOS4wMDAwMDApIj4NCiAgICAgICAgICAgICAgICA8ZyBpZD0iwqktMjAxNS1Db3Vyc21vcywtSW5jLSstLS1FbmdsaXNoLS0tLS0tLS0tLS0tKy1Hcm91cC0rLWdvb2dsZS1wbGF5LSstYXBwbGUiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDQxNS4wMDAwMDAsIDQwLjAwMDAwMCkiIHNrZXRjaDp0eXBlPSJNU1NoYXBlR3JvdXAiPg0KICAgICAgICAgICAgICAgICAgICA8ZyBpZD0iwqktMjAxNS1Db3Vyc21vcywtSW5jLSstLS1FbmdsaXNoLS0tLS0tLS0tLS0tKy1Hcm91cCI+DQogICAgICAgICAgICAgICAgICAgICAgICA8ZyBpZD0iwqktMjAxNS1Db3Vyc21vcy4tTWFkLSstaGVhcnQyOTgiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDE1OS4wMDAwMDAsIDEyNC4wMDAwMDApIj4NCiAgICAgICAgICAgICAgICAgICAgICAgICAgICA8ZyBpZD0iaGVhcnQyOTgiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDE3Ny4wMDAwMDAsIDIuMDAwMDAwKSI+DQogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIDxwYXRoIGQ9Ik0xMi4wNzc1Mzg1LDEuMzA5MzUzOTRlLTE2IEMxMC42NTkxMTU0LDEuMzA5MzUzOTRlLTE2IDkuMzgxNzY5MjMsMC42MDUxMjI4NSA4LjQ4NzM4NDYyLDEuNTcxNzkzNjEgQzcuNTkzMDc2OTIsMC42MDUxMjI4NSA2LjMxNTY1Mzg1LDAgNC44OTcyMzA3NywwIEMyLjE5MjYxNTM4LDEuMzA5MzUzOTRlLTE2IDAsMi4xOTkzMjQzMiAwLDQuOTEyNDA3ODYgQzAsNS42NDEzNjM2NCAwLjEyODM4NDYxNSw2LjM0Mjg2MjQxIDAuMzUzMjMwNzY5LDcuMDEyNzM5NTYgQzAuMzUzMjMwNzY5LDcuMDEyNzM5NTYgMC41NTcxMTUzODUsNy42MTcxNjIxNiAwLjczNzczMDc2OSw3Ljk0OTg4OTQzIEMyLjgwMiwxMi4yMDM5OTI2IDguNDg3Mzg0NjIsMTQuOTYyNjI5IDguNDg3Mzg0NjIsMTQuOTYyNjI5IEM4LjQ4NzM4NDYyLDE0Ljk2MjYyOSAxNC4xNzI3NjkyLDEyLjIwMzk1NTggMTYuMjM3MDM4NSw3Ljk0OTg4OTQzIEMxNi4yMzcwMzg1LDcuOTQ5ODg5NDMgMTYuNTAzMzg0Niw3LjM4MzA1ODk3IDE2LjYyMTUzODUsNy4wMTI3Mzk1NiBDMTYuODM2MjMwOCw2LjMzOTc2NjU4IDE2Ljk3NDc2OTIsNS42NDEzNjM2NCAxNi45NzQ3NjkyLDQuOTEyNDA3ODYgQzE2Ljk3NDc2OTIsMi4xOTkzMjQzMiAxNC43ODIxNTM4LDEuMzA5MzUzOTRlLTE2IDEyLjA3NzUzODUsMS4zMDkzNTM5NGUtMTYgTDEyLjA3NzUzODUsMS4zMDkzNTM5NGUtMTYgWiIgaWQ9IlNoYXBlIj48L3BhdGg+DQogICAgICAgICAgICAgICAgICAgICAgICAgICAgPC9nPg0KICAgICAgICAgICAgICAgICAgICAgICAgPC9nPg0KICAgICAgICAgICAgICAgICAgICA8L2c+DQogICAgICAgICAgICAgICAgPC9nPg0KICAgICAgICAgICAgPC9nPg0KICAgICAgICA8L2c+DQogICAgPC9nPg0KPC9zdmc+");
}

.rights .rights-wrapper a {
    color: #bebebe;
    -webkit-transition: 300ms;
    -moz-transition: 300ms;
    -ms-transition: 300ms;
    -o-transition: 300ms;
    transition: 300ms;
}

.rights .rights-wrapper a:focus,
.rights .rights-wrapper a:active {
    text-decoration: none;
}

.rights .rights-wrapper a:hover {
    color: #fff;
    text-decoration: none;
}

.rights .rights-wrapper .social-footer-icons {
    text-align: right;
}

.rights .rights-wrapper .social-footer-icons a {
    display: inline-block;
    text-decoration: none;
    font-size: 16px;
    padding-left: 24px;
}

.rights .rights-wrapper .footer-menu {
    padding: 0;
    text-align: right;
    margin-bottom: 0;
}

.rights .rights-wrapper .footer-menu li {
    display: inline-block;
    margin-left: 10px;
}

.rights .rights-wrapper .footer-menu li a {
    text-transform: uppercase;
    word-wrap: break-word;
}

.rights .rights-wrapper .navbar-alert {
    line-height: 30px;
    color: #8f8f8f;
    text-align: right;
}

/*-----------------------------------------------*/
/*Code Highlighting*/
/*-----------------------------------------------*/
.hljs {
    display: block;
    overflow-x: auto;
    padding: 0.5em;
    background: #23241f;
}

.hljs,
.hljs-tag,
.hljs-subst {
    color: #f8f8f2;
}

.hljs-strong,
.hljs-emphasis {
    color: #a8a8a2;
}

.hljs-bullet,
.hljs-quote,
.hljs-number,
.hljs-regexp,
.hljs-literal,
.hljs-link {
    color: #ae81ff;
}

.hljs-code,
.hljs-title,
.hljs-section,
.hljs-selector-class {
    color: #a6e22e;
}

.hljs-strong {
    font-weight: bold;
}

.hljs-emphasis {
    font-style: italic;
}

.hljs-keyword,
.hljs-selector-tag,
.hljs-name,
.hljs-attr {
    color: #f92672;
}

.hljs-symbol,
.hljs-attribute {
    color: #66d9ef;
}

.hljs-params,
.hljs-class .hljs-title {
    color: #f8f8f2;
}

.hljs-string,
.hljs-type,
.hljs-built_in,
.hljs-builtin-name,
.hljs-selector-id,
.hljs-selector-attr,
.hljs-selector-pseudo,
.hljs-addition,
.hljs-variable,
.hljs-template-variable {
    color: #e6db74;
}

.hljs-comment,
.hljs-deletion,
.hljs-meta {
    color: #75715e;
}

/*-----------------------------------------------*/
/*Advertisement*/
/*-----------------------------------------------*/
.ad-header {
    margin-top: 30px;
}

.ad-header img {
    margin-right: auto;
    margin-left: auto;
}

.ad-post-header,
.ad-post-footer {
    margin-bottom: 30px;
}

.ad-post-header img,
.ad-post-footer img {
    margin-right: auto;
    margin-left: auto;
}

/*-----------------------------------------------*/
/*Block header style*/
/*-----------------------------------------------*/
.windowmag-preset1 .block-name,
.windowmag-preset1 .sidebar .widget .widget-title {
    background: none;
    border-bottom-color: #CD483C;
}

.windowmag-preset1 .block-name span,
.windowmag-preset1 .sidebar .widget .widget-title span {
    background: #CD483C;
}

.windowmag-preset1 .block-name span:before,
.windowmag-preset1 .sidebar .widget .widget-title span:before {
    border-left-color: #CD483C;
}

.windowmag-preset2 .block-name,
.windowmag-preset2 .sidebar .widget .widget-title{
    border: none;
    background: none;
    border-radius: 0;
}

.windowmag-preset2 .block-name span,
.windowmag-preset2 .sidebar .widget .widget-title span{
    border-bottom-color: transparent;
    background: #CD483C;
    background: -moz-linear-gradient(-45deg, rgba(255, 255, 255, 0) 8%, #CD483C 8%, #CD483C 92%, rgba(255, 255, 255, 0) 92%);
    background: -webkit-linear-gradient(-45deg, rgba(255, 255, 255, 0) 8%, #CD483C 8%, #CD483C 92%, rgba(255, 255, 255, 0) 92%);
    background: linear-gradient(135deg, rgba(255, 255, 255, 0) 8%, #CD483C 8%, #CD483C 92%, rgba(255, 255, 255, 0) 92%);
    padding: 12px 25px;
    border-radius: 0;
}

.windowmag-preset2 .block-name span:before,
.windowmag-preset2 .sidebar .widget .widget-title span:before{
    display: none;
}

/*-----------------------------------------------*/
/*Responsive style*/
/*-----------------------------------------------*/
@media (max-width: 1200px) {
    .wrapper {
        max-width: none;
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        box-shadow: none;
        margin: 0;
    }
}

@media only screen and (max-width: 992px) {
    .singular .share-box .share-icons {
        float: none;
        width: 100%;
        margin-bottom: 0;
        display: block;
        text-align: center;
    }

    .singular .share-box .share-icons li {
        display: inline-block;
        float: none;
    }

    .singular .share-box .share-icons li a {
        text-align: center;
    }

    .singular .share-box .share-icons li a span {
        display: none;
    }

    .singular .share-box .share-icons li a i {
        text-align: center;
    }

    .singular .share-box .share-icons li:last-of-type a {
        border: none;
    }

    .rights .rights-wrapper {
        text-align: center;
    }

    .rights .rights-wrapper .footer-menu,
    .rights .rights-wrapper .social-footer-icons {
        text-align: center;
    }

    .rights .rights-wrapper .navbar-alert {
        text-align: center;
    }

    .rights .rights-wrapper .social-footer-icons a {
        padding: 0 12px;
    }
}

@media (max-width: 768px) {
    .top-header-posts .top-post .article img {
        -webkit-filter: blur(3px);
        -moz-filter: blur(3px);
        -ms-filter: blur(3px);
        -o-filter: blur(3px);
        filter: blur(3px);
    }

    .top-header-posts .top-post .article .listing-content {
        opacity: 1;
    }

    .top-header-posts .top-post .article .listing-content .post-title {
        bottom: 0;
        font-size: 15px;
        padding: 10px;
        word-wrap: break-word;
    }

    .top-header-posts .top-post .article .listing-content:before {
        top: 10px;
        right: 10px;
    }

    .top-header-posts .top-post .article .listing-content .top-post-time {
        top: 10px;
        left: 10px;
    }

    .navbar-fixed {
        position: relative !important;
    }

    .news-ticker .ticker-section {
        display: block;
        overflow: hidden;
    }

    .news-ticker .ticker-title {
        float: none;
        padding: 5px 6px;
        text-align: center;
    }

    .news-ticker .ticker-container {
        float: none;
    }

    .news-ticker .ticker-container .owl-nav {
        display: none;
    }

    .news-ticker .ticker-container .ticker-post {
        padding: 0;
        margin: 0;
    }

    .home-slider.center-slide .main-item {
        width: 100%;
    }

    .home-slider.center-slide .main-item .overlay {
        background-color: rgba(0, 0, 0, 0);
    }

    .home-slider.center-slide .main-item .post-data {
        opacity: 1;
        left: 10px;
        right: 10px;
    }

    .home-slider.center-slide .main-item .post-data .contents .post-title a {
        font-size: 16px;
    }

    .home-slider.center-slide .owl-nav {
        display: none;
    }

    .home-slider.double-slides {
        margin-bottom: 30px;
    }

    .home-slider.double-slides .owl-nav,
    .home-slider.double-slides .owl-dots {
        display: none;
    }

    .home-slider.double-slides .main-item img {
        width: 100%;
        -webkit-transform: translateX(0);
        -moz-transform: translateX(0);
        -ms-transform: translateX(0);
        -o-transform: translateX(0);
    }

    .home-slider.many-slides {
        margin-bottom: 30px;
    }

    .home-slider.many-slides .owl-nav,
    .home-slider.many-slides .owl-dots {
        display: none;
    }

    .list-post.has-post-thumbnail .post-image a:before {
        top: 15px;
        opacity: 1;
    }

    .carousel-box .carousel-post .post-image a:before {
        top: 15px;
        opacity: 1;
    }

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

    .blog-wrap .blog-grid .big-post {
        padding-bottom: 0;
        border-bottom: none;
        margin-bottom: 30px;
    }

    .blog-wrap .blog-grid .big-post:last-of-type {
        margin-bottom: 0;
    }

    .img-grid ul li.pic {
        width: 20%;
    }

    .img-grid ul li:nth-child(5n+1) {
        clear: left;
    }

    .masonry-grid .item:nth-of-type(2) {
        margin-top: 30px;
    }

    .post-cover .post-data {
        padding: 15px;
    }

    .post-cover .post-data .post-box-title {
        font-size: 20px !important;
        line-height: 30px !important;
        font-family: 'Montserrat', sans-serif !important;
    }

    .post-cover.category-cover .post-data {
        padding: 20px 15px;
    }

    .post-cover .post-data .post-box-meta {
        font-size: 80%;
        margin-top: 0;
        padding: 15px;
    }

    .post-cover .taxonomy-description {
        font-size: 90%;
        margin-top: 0;
        padding: 10px;
    }

    .post-cover .count {
        position: static;
    }

    .review-system .review-footer .review-score {
        position: relative;
        height: auto;
        min-width: auto;
        width: 100%;
        border-left: 0;
        border-bottom: 1px solid #868686;
    }

    .review-system .review-footer .review-description {
        padding: 10px;
    }

    .big-post .post-image a:before {
        top: 15px;
        opacity: 1;
    }

    .widget-carousel .carousel-post:before {
        top: 15px;
        opacity: 1;
    }

    .rights .rights-wrapper {
        text-align: center;
    }

    .rights .rights-wrapper .footer-menu,
    .rights .rights-wrapper .social-footer-icons {
        text-align: center;
    }

    .rights .rights-wrapper .navbar-alert {
        text-align: center;
    }

    .rights .rights-wrapper .social-footer-icons a {
        padding: 0 12px;
    }
}

@media (min-width: 768px) {
    .header-block.modern .ad-beside-logo img,
    .header-block .magazine .ad-beside-logo img {
        float: right;
    }

    .wrapper .navbar-fixed {
        width: 1200px;
    }

    .wrapper.wide .navbar-fixed {
        width: 100%;
    }

    .navbar-fixed {
        position: fixed;
        z-index: 80;
        width: 100%;
        max-width: 100%;
    }
}

@media only screen and (max-width: 960px) {
    #navbar {
        display: none;
    }

    .slicknav_menu {
        display: block;
    }
}

@media (min-width: 600px) and (max-width: 991px) {
    .widget .pictures-posts .pic {
        width: 25%;
    }

    .widget .pictures-posts .pic:nth-of-type(3n+1) {
        clear: none;
    }

    .widget .pictures-posts .pic:nth-of-type(4n+1) {
        clear: left;
    }
}

@media (min-width: 500px) and (max-width: 700px) {
    .img-grid ul li.pic {
        width: 25%;
    }

    .img-grid ul li:nth-child(5n+1) {
        clear: none;
    }

    .img-grid ul li:nth-child(4n+1) {
        clear: left;
    }
}

@media (max-width: 500px) {
    .list-post {
        border-bottom: none;
    }

    .list-post.has-post-thumbnail .post-image {
        width: 100%;
        float: none;
    }

    .img-grid ul li.pic {
        width: 33.333333%;
    }

    .img-grid ul li:nth-child(5n+1) {
        clear: none;
    }

    .img-grid ul li:nth-child(4n+1) {
        clear: none;
    }

    .img-grid ul li:nth-child(3n+1) {
        clear: left;
    }

    .list-post .post-image {
        float: none;
        width: 100%;
        margin-right: 0;
        margin-bottom: 15px;
        display: block;
    }
}

@media (max-width: 767px) {
    .page-header h1 {
        font-size: 20px;
    }

    .mfp-zoom-out-cur {
        overflow: hidden;
    }

    .social {
        text-align: center;
    }

    .error-page .error-logo {
        font-size: 90px;
    }

    .error-page .error-content form {
        width: 100%;
    }

    .error-page .error-content form input {
        width: 84%;
    }

    .error-page .error-content form button {
        width: 14%;
    }

    .post-box-meta span {
        display: inline-block;
        margin: 5px auto;
    }

    .post-navigation span {
        font-size: 14px;
    }

    .site-logo img {
        margin-right: auto !important;
        margin-left: auto !important;
    }

    .slogan {
        text-align: center;
    }

    .header-block.modern .ad-beside-logo,
    .header-block.magazine .ad-beside-logo {
        margin-top: 30px;
    }

    .owl-controls {
        display: none !important;
    }

    .bbioon-fly-box {
        display: none;
    }
}

