/*!
Theme Name: Betsy
Theme URI: https://themeforest.net/user/feabthemes/portfolio
Author: feabthemes
Author URI: http://betsy.mortezayung.com
Description: A Clean WordPress Blog & Shop Theme
Version: 1.1
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: betsy
Tags: custom-logo, custom-menu, two-columns, three-columns, custom-colors, post-formats, custom-header, translation-ready, right-sidebar, left-sidebar

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Post Like System
# OWL Carousel
# Navigation
    ## Links
    ## Menus
# Site
# Header
# Content
    ## Posts and pages
    ## Single Post
    ## Quote % Link Post
    ## Comments
    ## Error 404
# Footer
# Accessibility
# Alignments
# Clearings
# Widgets
    ## Default Widgets
    ## About Me
    ## Ad
    ## Latest Posts
    ## Social Media
    ## Tags
    ## Instagram
# Media
    ## Captions
    ## Galleries
# Gutenberg
# King Composer
    ## Post
    ## Promo Box
    ## About Author
    ## Featured Posts
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
html {
    line-height: 1.15; /* 1 */
    -webkit-text-size-adjust: 100%;
}

body {
    margin: 0;
}

hr {
    box-sizing: content-box;
    height: 0;
    overflow: visible;
}

pre {
    font-family: monospace, monospace;
    font-size: 1em;
}

a {
    background-color: transparent;
}

abbr[title] {
    border-bottom: none;
    text-decoration: underline;
    text-decoration: underline dotted;
}

b,
strong {
    font-weight: bolder;
}

code,
kbd,
samp {
    font-family: monospace, monospace;
    font-size: 1em;
}

small {
    font-size: 80%;
}

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

sub {
    bottom: -0.25em;
}

sup {
    top: -0.5em;
}

img {
    border-style: none;
}

button,
input,
optgroup,
select,
textarea {
    font-family: inherit;
    font-size: 100%;
    line-height: 1.15;
    margin: 0;
}

button,
input {
    overflow: visible;
}

button,
select {
    text-transform: none;
}

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

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
    border-style: none;
    padding: 0;
}

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
    outline: 1px dotted ButtonText;
}

fieldset {
    padding: 0.35em 0.75em 0.625em;
}

legend {
    box-sizing: border-box;
    color: inherit;
    display: table;
    max-width: 100%;
    padding: 0;
    white-space: normal;
}

progress {
    vertical-align: baseline;
}

textarea {
    overflow: auto;
}

[type="checkbox"],
[type="radio"] {
    box-sizing: border-box;
    padding: 0;
}

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
    height: auto;
}

[type="search"] {
    -webkit-appearance: textfield;
    outline-offset: -2px;
}

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

::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit;
}

details {
    display: block;
}

summary {
    display: list-item;
}

template {
    display: none;
}

[hidden] {
    display: none;
}
::-moz-selection {
    color: #fff;
    background-color: #ff6a67;
}
::selection {
    color: #fff;
    background-color: #ff6a67;
}


/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
optgroup,
textarea {
    color: #404040;
    font-family: sans-serif;
    font-size: 16px;
    font-size: 1rem;
    line-height: 1.5;
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    clear: both;
    margin-bottom: 1rem;
}

h1, h2, h3, h4, h5, h6, p, a {
    word-wrap: break-word;
    word-break: normal;
}

p {
    margin-bottom: 1.5em;
}

dfn, cite, em, i {
    font-style: italic;
}

blockquote {
    margin: 0 1.5em;
}

blockquote cite {
    font-style: normal;
    font-size: 14px;
    color: #6c7781;
}

address {
    margin: 0 0 1.5em;
}

pre {
    background: #eee;
    font-family: "Courier 10 Pitch", Courier, monospace;
    font-size: 15px;
    font-size: 0.9375rem;
    line-height: 1.6;
    margin-bottom: 1.6em;
    max-width: 100%;
    overflow: auto;
    padding: 1.6em;
}

code, kbd, tt, var {
    font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
    font-size: 15px;
    font-size: 0.9375rem;
}

abbr, acronym {
    border-bottom: 1px dotted #666;
    cursor: help;
}

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

big {
    font-size: 125%;
}

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
html {
    box-sizing: border-box;
}

*,
*:before,
*:after {
    box-sizing: inherit;
}

body {
    background: #fff;
}

hr {
    background-color: #ccc;
    border: 0;
    height: 1px;
    margin-bottom: 1.5em;
}

ul, ol {
    margin: 0 0 1.5em 0.5em;
}

ul {
    list-style: disc;
}

ol {
    list-style: decimal;
}

li > ul,
li > ol {
    margin-bottom: 0;
    margin-left: 0.8em;
}

dt {
    font-weight: bold;
}

dd {
    margin: 0 1.5em 1.5em;
}

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

figure {
    margin: 1em 0;
}

table {
    margin: 0 0 1.5em;
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0;
    border: 1px solid;
}

th {
    background-color: #f1f1f1;
}

td,
th {
    border-right: 1px solid;
    border-bottom: 1px solid;
    font-weight: normal;
    letter-spacing: 1px;
    padding: 12px 13px;
    color: #000;
}

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
    border: 1px solid rgba( 0,0,0,0 );
    letter-spacing: 1px;
    font-size: 0.8rem;
    padding: 5px 15px;
    transition: all 0.2s ease-in-out 0s;
    -o-transition: all 0.2s ease-in-out 0s;
    -moz-transition: all 0.2s ease-in-out 0s;
    -webkit-transition: all 0.2s ease-in-out 0s;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
    cursor: pointer;
    border: 1px solid rgba( 0,0,0,0 );
}

button:active, button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
    border: 1px solid;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
    border: 1px solid;
    background: #fff;
    color: rgba(0, 0, 0, 0.8);
    letter-spacing: 1px;
    font-size: 0.8rem;
    padding: 6px 15px;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
    color: #111;
}

select {
    border: 1px solid;
    padding: 6px 15px;
}

textarea {
    width: 100%;
}

label {
    max-width: 100%;
    color: #000;
    margin-bottom: 8px;
    font-size: 14px;
}

.searchform {
    display: inline-block;
    margin: 0 auto;
    position: relative;
}

.searchform .search-input {
    line-height: 1.7;
    padding-right: 50px;
    height: 36px;
    width: 100%;
}

.searchform .search-submit {
    line-height: normal;
    position: absolute;
    top: 0;
    right: 0;
    border: none;
    background: none;
    padding: 5px 15px 5px 15px;
    height: 36px;
}

.searchform .search-submit i {
    font-size: 12px;
}

/* Loading Site */
.loading-site {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 99998;
    background-color: #fff;
}
.loading-site-inner {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
}

.loading-site span{
    display: inline-block;
    width: 80px;
    height: 80px;
    z-index: 99999;
    border-radius: 50%;
    animation: loading 1s ease infinite;
    -o-animation: loading 1s ease infinite;
    -moz-animation: loading 1s ease infinite;
    -webkit-animation: loading 1s ease infinite;
}

@-moz-keyframes loading {
    0% {
        -moz-transform: scale(1,1);
    }
    50% {
        -moz-transform: scale(1.3,1.3);
        opacity: 0.7;
    }
    100% {
        -moz-transform: scale(1.3,1.3);
        opacity: 1;
    }
}

@-webkit-keyframes loading {
    0% {
        -webkit-transform: scale(1,1);
    }
    50% {
        -webkit-transform: scale(1.3,1.3);
        opacity: 0.7;
    }
    100% {
        -webkit-transform: scale(1.3,1.3);
        opacity: 1;
    }
}

@-o-keyframes loading {
    0% {
        -o-transform: scale(1,1);
    }
    50% {
        -o-transform: scale(1.3,1.3);
        opacity: 0.7;
    }
    100% {
        -o-transform: scale(1.3,1.3);
        opacity: 1;
    }
}

@keyframes loading {
    0% {
        -webkit-transform: scale(1,1);
        transform: scale(1,1);
    }
    50% {
        -webkit-transform: scale(1.3,1.3);
        transform: scale(1.3,1.3);
        opacity: 0.7;
    }
    100% {
        -webkit-transform: scale(1,1);
        transform: scale(1,1);
        opacity: 1;
    }
}

/* Scroll Top */
.scroll-wrapper {
    opacity: 0;
    visibility: hidden;
    position: fixed;
    right: 20px;
    bottom: 20px;
    cursor: pointer;
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 39px;
    font-size: 14px;
    border-radius: 50%;
    z-index: 9999;
    transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    -webkit-transition: all 0.3s ease-in-out 0s;
}

.show-scroll.scroll-wrapper {
    opacity: 1;
    visibility: visible;
}

/*--------------------------------------------------------------
# Post Like System
--------------------------------------------------------------*/
.yung-post-like #icon-gear {
    font-size: 13px;
    margin: 0;
    display: inline-block;
    -webkit-animation: spin 2s infinite linear;
    -moz-animation: spin 2s infinite linear;
    -o-animation: spin 2s infinite linear;
    animation: spin 2s infinite linear;
}

@-moz-keyframes spin {
    0% {
        -moz-transform: rotate(0deg);
    }
    100% {
        -moz-transform: rotate(359deg);
    }
}

@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(359deg);
    }
}

@-o-keyframes spin {
    0% {
        -o-transform: rotate(0deg);
    }
    100% {
        -o-transform: rotate(359deg);
    }
}

@keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg);
    }
}

a.yung-post-like {
    font-weight: normal;
    display: inline-block;
    width: auto;
    -moz-transition: all 0.3s ease-out 0.2s;
    -webkit-transition: all 0.3s ease-out 0.2s;
    -o-transition: all 0.3s ease-out 0.2s;
}

.yung-post-like .icon_heart {
    color: #ed4956;
}

a.yung-post-like:hover,
a.liked:hover {
    color: #000;
}

/*--------------------------------------------------------------
# OWL Carousel
--------------------------------------------------------------*/
.owl-theme .owl-nav {
    margin-top: 0;
    text-align: center;
    -webkit-tap-highlight-color: transparent;
}

.owl-theme .owl-nav [class*='owl-'] {
    color: #000;
    font-size: 14px;
    margin: auto 15px;
    display: inline-block;
    cursor: pointer;
    width: 3em;
    height: 3em;
    line-height: 2em !important;
    border-radius: 50%;
    border: none !important;
    position: absolute;
    top: 0;
    bottom: 0;
}

.owl-theme .owl-nav [class*='owl-'] i {
    line-height: 1.2;
}

.owl-theme .owl-nav .owl-prev {
    left: 0;
}

.owl-theme .owl-nav .owl-next {
    right: 0;
}

.owl-theme .owl-nav [class*='owl-']:hover {
    text-decoration: none;
}

.owl-theme .owl-nav .disabled {
    opacity: 0.5;
    cursor: default;
}

.owl-theme .owl-nav.disabled + .owl-dots {
    margin-top: 10px;
}

.owl-theme .owl-dots {
    text-align: center;
    -webkit-tap-highlight-color: transparent;
}

.owl-theme .owl-dots .owl-dot {
    display: inline-block;
    zoom: 1;
    *display: inline;
    background-color: inherit
}

.owl-theme .owl-dots .owl-dot span {
    width: 8px;
    height: 8px;
    margin: 0 5px;
    display: block;
    -webkit-backface-visibility: visible;
    border-radius: 10px;
    border: 1px dashed;
    transition: all 0.1s ease-out 0s;
    -o-transition: all 0.1s ease-out 0s;
    -moz-transition: all 0.1s ease-out 0s;
    -webkit-transition: all 0.1s ease-out 0s;
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
    background: #000;
}

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
    transition: all 0.28s ease-in-out 0s;
    -o-transition: all 0.28s ease-in-out 0s;
    -moz-transition: all 0.28s ease-in-out 0s;
    -webkit-transition: all 0.28s ease-in-out 0s;
}

a:focus {
    outline: 0;
}

a:hover, a:active {
    outline: 0;
    text-decoration: none;
}

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
.res-menu,
.main-navigation-inner .aside-button,
.main-navigation .plus-menu,
.res-menu{
    display: none;
}
.res-menu {
    text-align: left;
}
.res-menu-inner {
    height: 20px;
    padding-top: 3px;
    cursor: pointer;
    margin-bottom: -4px;
    display: inline-block;
}
.res-menu span {
    display: block;
    width: 20px;
    height: 2px;
    margin-bottom: 5px;
    background-color: #000;
}

.res-menu span:last-child {
    margin-bottom: 0;
}

.res-menu-span {
    float: left;
}

.res-menu p {
    text-transform: uppercase;
    float: left;
    margin: -4px 0 0 6px;
    color: #000;
    font-size: 13px;
}
.main-navigation {
    width: 85%;
    display: inline-block;
}

.main-navigation ul {
    list-style: none;
    margin: 0;
    padding-left: 0;
}

.main-navigation ul ul {
    background-color: #fff;
    opacity: 0;
    position: absolute;
    left: 50%;
    top: 50px;
    visibility: hidden;
    transition: all 0.2s ease-in-out 0s;
    -o-transition: all 0.2s ease-in-out 0s;
    -moz-transition: all 0.2s ease-in-out 0s;
    -webkit-transition: all 0.2s ease-in-out 0s;
    box-shadow: 0 10px 15px rgba(0, 0, 0, 0.06);
    -o-box-shadow: 0 10px 15px rgba(0, 0, 0, 0.06);
    -moz-box-shadow: 0 10px 15px rgba(0, 0, 0, 0.06);
    -webkit-box-shadow: 0 10px 15px rgba(0, 0, 0, 0.06);
    transform: translateX(-50%);
    -o-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
}

.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
    opacity: 1;
    visibility: visible;
    z-index: 999;
    top: 54px;
}

.main-navigation ul ul ul {
    left: 285px;
    top: 0;
    box-shadow: 10px 0 15px rgba(0, 0, 0, 0.06);
    -o-box-shadow: 10px 0 15px rgba(0, 0, 0, 0.06);
    -moz-box-shadow: 10px 0 15px rgba(0, 0, 0, 0.06);
    -webkit-box-shadow: 10px 0 15px rgba(0, 0, 0, 0.06);
}

.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
    opacity: 1;
    visibility: visible;
    z-index: 99;
    left: 50%;
    top: 0;
    transform: translateX(50%);
    -o-transform: translateX(50%);
    -ms-transform: translateX(50%);
    -moz-transform: translateX(50%);
    -webkit-transform: translateX(50%);
}

.main-navigation li {
    float: left;
    position: relative;
    margin-right: 20px;
}

.main-navigation li li {
    margin: 0;
    padding: 0;
    display: block;
}

.main-navigation a {
    display: block;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 13px;
    line-height: 53px;
    height: 54px;
    text-decoration: none;
}

.main-navigation ul ul a {
    width: 200px;
    color: #000;
    line-height: 1.5;
    height: auto;
    padding: 13px 15px;
}

/* Widget Menu */
.widget.widget_nav_menu .menu {
    text-align: left;
    width: 100%;
    margin: 0;
    list-style: none;
    padding: 0;
}

.widget.widget_nav_menu .menu li {
    display: block;
    margin-right: 0;
    padding-bottom: 4px;
    padding-top: 0;
    font-size: 14px;
    position: relative;
}

.widget.widget_nav_menu .menu li li {
    padding-bottom: 0;
}

.widget.widget_nav_menu .menu a {
    text-decoration: none;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 0.96em;
    text-align: left;
    display: inline-block;
    line-height: normal;
}

.widget.widget_nav_menu .menu ul {
    padding-left: 20px;
    padding-right: 0;
    padding-top: 5px;
    margin: 0;
    padding-bottom: 5px;
    position: relative;
    top: 0;
    opacity: 1;
    visibility: visible;
    display: none;
    width: 100%;
    transition: all 0s ease-out 0s;
    -o-transition: all 0s ease-out 0s;
    -moz-transition: all 0s ease-out 0s;
    -webkit-transition: all 0s ease-out 0s;
}

.widget.widget_nav_menu .menu a {
    padding: 8px 8px 8px 0;
    line-height: normal;
}

.widget.widget_nav_menu .menu ul a {
    width: auto;
    padding: 1px 0;
    line-height: 36px;
}

.widget.widget_nav_menu .menu ul {
    margin-top: 10px;
    margin-bottom: 5px;
    padding-right: 20px;
}

.widget.widget_nav_menu .menu ul ul {
    display: none;
    margin: 0;
    padding-right: 0;
    padding-left: 12px;
    padding-top: 3px;
    padding-bottom: 6px;
}

.widget.widget_nav_menu .menu ul ul ul {
    border: none;
    padding-top: 0;
    padding-bottom: 0;
}

.plus-menu {
    float: right;
    width: 28px;
    height: 35px;
    display: inline-block;
    position: absolute;
    right: 0;
    cursor: pointer;
    text-align: center;
    line-height: 35px;
    font-size: 8px;
}

.plus-menu > i{
    transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -webkit-transition: all 0.3s ease-out 0s;
}
.plus-menu.active > i{
    transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
}

/*--------------------------------------------------------------
# Site
--------------------------------------------------------------*/
.site {
    display: block;
    position: relative;
}
.back-ground {
    height: 100%;
    width: 100%;
    left: 0;
    cursor: pointer;
    opacity: 0;
    visibility: hidden;
    overflow-x: hidden;
    overflow-y: auto;
    position: fixed;
    text-align: center;
    bottom: 0;
    z-index: 999;
    transition: all 0.5s ease-in-out 0s;
    -o-transition: all 0.5s ease-in-out 0s;
    -moz-transition: all 0.5s ease-in-out 0s;
    -webkit-transition: all 0.5s ease-in-out 0s;
}

.menu-active .back-ground,
.search-active .back-ground,
.widget-active .back-ground {
    opacity: 0.9;
    visibility: visible;
}
.aside-button {
    width: 28px;
    height: 25px;
    margin: 0 auto 30px auto;
    position: relative;
    cursor: pointer;
}

.aside-button span {
    width: 28px;
    height: 2px;
    background-color: #000;
    position: absolute;
    top: 50%;
    display: block;
}

.seven-active .seven-btn span:nth-child(3),
.aside-button span:first-child {
    transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
}
.seven-active .seven-btn span:nth-child(1),
.seven-active .seven-btn span:nth-child(2),
.aside-button span:last-child {
    transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
}

body.admin-bar .header-seven,
body.admin-bar .widget-area-popup {
    height: calc(100% + -32px);
    top: 32px;
}

.widget-area.widget-area-popup {
    background-color: #fff;
    height: 100%;
    width: 30%;
    position: fixed;
    z-index: 9990;
    top: 0;
    right: -30%;
    overflow-x: hidden;
    padding: 40px 40px 40px 40px;
    transition: all 0.5s ease-in-out 0s;
    -o-transition: all 0.5s ease-in-out 0s;
    -moz-transition: all 0.5s ease-in-out 0s;
    -webkit-transition: all 0.5s ease-in-out 0s;
}

.widget-active .widget-area-popup {
    right: 0;
    box-shadow: 0 0 35px rgba(0, 0, 0, 0.14);
    -o-box-shadow: 0 0 35px rgba(0, 0, 0, 0.14);
    -moz-box-shadow: 0 0 35px rgba(0, 0, 0, 0.14);
    -webkit-box-shadow: 0 0 35px rgba(0, 0, 0, 0.14);
}

.full-search {
    box-shadow: 0 0 26px rgba(0, 0, 0, 0.2);
    -o-box-shadow: 0 0 26px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 0 26px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0 0 26px rgba(0, 0, 0, 0.2);
    transition: all 0.5s ease-in-out 0s;
    -o-transition: all 0.5s ease-in-out 0s;
    -moz-transition: all 0.5s ease-in-out 0s;
    -webkit-transition: all 0.5s ease-in-out 0s;
    transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    opacity: 0;
    visibility: hidden;
    text-align: center;
    position: fixed;
    top: 50%;
    left: 50%;
    z-index: 9991;
}

.search-active .full-search {
    opacity: 1;
    visibility: visible;
}

.full-search .searchform .search-input{
    height: 50px;
    width: 500px;
    font-size: 15px;
    padding-right: 80px;
    border-color: #fff;
}

.full-search .searchform .search-submit{
    height: 50px;
    padding: 5px 25px 5px 25px;
}
.full-search .searchform .search-submit i{
    font-size: 17px;
}
.site-content {
    padding-top: 80px;
    padding-bottom: 80px;
}
.push-seven .site-content {
    padding-top: 40px;
}
.site-main {
    position: relative;
}
.push-seven .site-main {
    padding: 0 25px;
}
/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
.header-brand {
    width: 100%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    -webkit-align-items: center;
    position: relative;
    padding: 45px 15px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    border-bottom: 1px dashed;
}

.header-brand-inner {
    z-index: 9;
    position: relative;
    width: 100%;
}

.logo-text h1 {
    margin-bottom: 10px;
}

.logo-text p {
    margin: 0;
}

.logo {
    margin: 0 auto;
    display: block;
}

.social-media {
    margin-top: 20px;
}

.social-media ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.social-media li {
    display: inline-block;
    margin: 0 3px;
    padding: 0;
}

.social-media a {
    padding: 0 4px;
    font-size: 15px;
}

.header-wrapper {
    padding: 0 15px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    -webkit-align-items: center;
    width: 100%;
    height: 54px;
    border-bottom: 1px dashed;
}

.header-toggle {
    width: 20%;
    text-align: right;
    display: inline-block;
    margin-left: auto;
    margin-right: 0;
}

.bar-btn {
    display: inline-block;
    margin-left: 15px;
}
.bar-btn-inner {
    height: 22px;
    padding-top: 3px;
    cursor: pointer;
    margin-bottom: -4px;
}
.bar-btn span {
    display: block;
    width: 20px;
    height: 2px;
    margin-bottom: 5px;
    background-color: #000;
}

.bar-btn span:last-child {
    margin-bottom: 0;
}

.cart-btn {
    display: inline-block;
    margin-left: 15px;
    color: #000;
    margin-right: 8px;
}
.cart-btn a{
    color: #000;
    position: relative;
}
.cart-btn span{
    position: absolute;
    top: -5px;
    right: -5px;
    height: 16px;
    line-height: 15px;
    z-index: 9;
    padding: 0 3px;
    border-radius: 50%;
    font-size: 11px;
}

.search-btn {
    display: inline-block;
    color: #000;
}
.search-btn-inner {
    cursor: pointer;
}

/* Header One */
.header-three .header-brand-inner,
.header-one .header-brand-inner{
    text-align: center;
}

/* Header Two */
.header-two .header-brand-inner{
    width: 100%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    -webkit-align-items: center;
}
.header-two .social-media{
    margin: 0;
    width: 30%;
    display: inline-block;
}
.header-two .logo-text,
.header-two .logo {
    width: 40%;
    text-align: center;
}
.header-two .logo-text.logo-left,
.header-two .logo.logo-left {
    text-align: left;
    margin: 0 auto 0 0;
}
.header-two .header-toggle {
    width: 30%;
    display: inline-block;
}
.header-two .main-navigation {
    width: 100%;
    text-align: center;
}

.header-two .main-navigation li {
    float: none;
    display: inline-block;
}

/* Header Four */
.header-four .header-brand {
    padding: 15px;
}
.header-four .header-brand-inner {
    z-index: inherit;
    width: 100%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    -webkit-align-items: center;
}

.header-four .logo-text,
.header-four .logo {
    text-align: left;
    margin-right: 40px;
    height: 100%;
    padding: 6px 0;
}
.header-four .logo img {
    height: 100%;
}
.header-four .header-toggle {
    width: 50%;
}

.header-four .social-media {
    display: inline-block;
    margin-top: 0;
    border-right: 2px solid
    #000;
    margin-right: 10px;
    padding-right: 10px;
}

/* Header Five */
.header-five .header-brand-inner {
    width: 100%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    -webkit-align-items: center;
}

.ad-header {
    display: inline-block;
    width: 40%;
}
.header-five .logo-text,
.header-five .logo {
    text-align: center;
    margin: 0 auto;
}
.header-five .logo-text.logo-left,
.header-five .logo.logo-left {
    text-align: left;
    margin: 0 auto 0 0;
}
.header-five .logo-text,
.header-five .logo  {
    display: inline-block;
    order: -1;
    -o-order: -1;
    -moz-order: -1;
    -ms-flex-order: -1;
    -webkit-order: -1;
}

/* Header Six */
.header-six {
    position: relative;
}
.header-six .header-brand {
    padding-top: 85px;
    margin-top: -60px;
}
.header-six .header-brand-inner {
    text-align: center;
}
.header-six .header-wrapper {
    z-index: 99;
    position: relative;
    border: none;
    padding-top: 15px;
}
.header-one .main-navigation ul ul,
.header-three .main-navigation ul ul,
.header-four .main-navigation ul ul,
.header-five .main-navigation ul ul,
.header-six .main-navigation ul ul {
    left: 0;
    transform: translateX(0);
    -o-transform: translateX(0);
    -ms-transform: translateX(0);
    -moz-transform: translateX(0);
    -webkit-transform: translateX(0);
}

.header-one .main-navigation ul ul ul,
.header-three .main-navigation ul ul ul,
.header-four .main-navigation ul ul ul,
.header-five .main-navigation ul ul ul,
.header-six .main-navigation ul ul ul {
    left: 285px;
    transform: translateX(-50%);
    -o-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
}

/* Header Seven */
.seven-btn {
    width: 40px;
    height: 35px;
    position: fixed;
    top: 25%;
    left: 0;
    z-index: 9;
    cursor: pointer;
    display: none;
    transition: all 0.5s ease-in-out 0s;
    -o-transition: all 0.5s ease-in-out 0s;
    -moz-transition: all 0.5s ease-in-out 0s;
    -webkit-transition: all 0.5s ease-in-out 0s;
}
.seven-btn span {
    display: block;
    width: 20px;
    height: 2px;
    top: 10px;
    left: 10px;
    position: absolute;
    background-color: #000;
    transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    -webkit-transition: all 0.3s ease-in-out 0s;
}

.seven-active .seven-btn span:nth-child(1),
.seven-active .seven-btn span:nth-child(3),
.seven-btn span:nth-child(2) {
    top: 17px;
}

.seven-btn span:nth-child(3) {
    top: 24px;
}

.seven-active .seven-btn span:nth-child(1) {
    visibility: hidden;
}

.push-seven {
    padding-left: 400px;
}
.header-seven {
    position: fixed;
    z-index: 9;
    left: 0;
    bottom: 0;
    top: 0;
    width: 400px;
    text-align: center;
}
.header-seven .header-brand {
    background-color: #fff;
    height: 100% !important;
    border-right: 1px dashed;
    border-bottom: none;
    background-attachment: inherit !important;
}
.header-seven .header-toggle {
    width: 100%;
    text-align: center;
    display: block;
    margin-top: 30px;
    margin-left: 0;
    margin-right: 0
}
.header-seven .main-navigation {
    margin-top: 20px;
}
.header-seven .main-navigation ul ul {
    top: 0;
    left: 80%;
    transform: translateX(0);
    -o-transform: translateX(0);
    -ms-transform: translateX(0);
    -moz-transform: translateX(0);
    -webkit-transform: translateX(0);
}

.header-seven .main-navigation ul li:hover > ul,
.header-seven .main-navigation ul li.focus > ul {
    top: 0;
    left: 85%;
}
.header-seven .main-navigation ul ul ul {
    top: 0;
    left: 285px;
    transform: translateX(-50%);
    -o-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
}

.header-seven .main-navigation ul ul li:hover > ul,
.header-seven .main-navigation ul ul li.focus > ul {
    left: 50%;
}
.header-seven .plus-menu {
    height: 28px;
    line-height: 28px;
}
.header-seven .main-navigation li {
    float: none;
    position: relative;
    display: block;
    margin: 0;
}

.header-seven .main-navigation a {
    display: inline-block;
    line-height: 38px;
    height: 39px;
}
.header-seven .main-navigation ul ul a {
    line-height: 43px;
    height: 44px;
    padding: 0;
}

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
/* Pagination */
.betsy-pagination {
    display: block;
    width: 100%;
}
.site-main .comment-navigation,
.posts-navigation {
    width: 100%;
}

.site-main .comment-navigation .nav-links,
.posts-navigation .nav-links {
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    width: 100%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next {
    display: inline-block;
    margin-left: 0;
    margin-right: auto;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous {
    order: 1;
    -ms-flex-order: 1;
    -webkit-order: 1;
    display: inline-block;
    margin-left: auto;
    margin-right: 0;
}

.comment-navigation,
.posts-navigation {
    line-height: 1.4em;
}

.comment-navigation .nav-next a,
.posts-navigation .nav-next a {
    margin-left: 0;
    margin-right: auto;
}

.comment-navigation .nav-next a,
.posts-navigation .nav-next a,
.comment-navigation .nav-previous a,
.posts-navigation .nav-previous a {
    color: #000;
    line-height: 1.4em;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    -webkit-align-items: center;
    padding: 3px 8px;
    border: 1px dashed;
}

.comment-navigation .nav-next a:hover,
.posts-navigation .nav-next a:hover,
.comment-navigation .nav-previous a:hover,
.posts-navigation .nav-previous a:hover {
    color: #000;
}

.comment-navigation .nav-previous .svg-more,
.posts-navigation .nav-previous .svg-more {
    margin-left: 5px;
}

.comment-navigation .nav-next .svg-more,
.posts-navigation .nav-next .svg-more {
    margin-right: 5px;
}

.comment-navigation .nav-next .svg-line,
.posts-navigation .nav-next .svg-line {
    stroke-dashoffset: 3.5;
}
.svg-more {
    padding-top: 1px;
    display: inline-block;
    height: 1.4em;
    line-height: 1.4em;
    width: 1.1em;
}

.svg-line {
    fill: none;
    stroke: #000;
    stroke-width: 0.09em;
    stroke-miterlimit: 10;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-dasharray: 2.2, 4;
    stroke-dashoffset: 3;
    transition: all 0.4s ease-in-out 0s;
    -o-transition: all 0.4s ease-in-out 0s;
    -moz-transition: all 0.4s ease-in-out 0s;
    -webkit-transition: all 0.4s ease-in-out 0s;
}

.nav-next a:hover .svg-line,
.nav-previous a:hover .svg-line,
.read-more a:hover .svg-line {
    stroke-dasharray: 18.4, 10;
}

.svg-polyline {
    fill: none;
    stroke: #000;
    stroke-width: 0.1em;
    stroke-miterlimit: 10;
    stroke-linecap: round;
    stroke-linejoin: round;
}

/* Number */
.betsy-pagination.number {
    text-align: center;
}
.betsy-pagination.number a{
    padding: 3px 8px;
    border: 1px dashed;
    margin: 0 2px;
    color: #777;
}
.betsy-pagination.number i{
    font-size: 13px;
}

.betsy-pagination.number span{
    padding: 3px 6px;
}

/* Load More */
.betsy-pagination.load-more {
    text-align: center;
    display: block;
}

.load-more-post {
    position: relative;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    width: 100%;
    text-align: center;
}

.load-more-btn {
    display: inline-block;
    margin: 0 auto;
}
.load-more-btn a {
    position: relative;
    display: inline-block;
    color: #424242;
}
.load-more-btn span {
    position: absolute;
    top: 44%;
    left: 50%;
    right: 0;
    bottom: 0;
    width: 100%;
    text-align: center;
    display: block;
    transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
}
.load-more-btn rect {
    stroke-dasharray: 5;
    stroke-dashoffset: 200;
    stroke-width: 1px;
    fill: transparent;
}
.loader-border-run {
    animation: load-more 5s ease-in-out infinite;
    -o-animation: load-more 5s ease-in-out infinite;
    -moz-animation: load-more 5s ease-in-out infinite;
    -webkit-animation: load-more 5s ease-in-out infinite;
}
@keyframes load-more {
    100% {
        stroke-dashoffset: 0;
    }
}

@-o-keyframes load-more {
    100% {
        stroke-dashoffset: 0;
    }
}

@-moz-keyframes load-more {
    100% {
        stroke-dashoffset: 0;
    }
}

@-webkit-keyframes load-more {
    100% {
        stroke-dashoffset: 0;
    }
}

.unclickable {
    pointer-events: none;
    cursor: default;
}

.opacity-animation {
    opacity: 0;
    animation: opacity 0.2s ease-in forwards;
    -o-animation: opacity 0.2s ease-in forwards;
    -moz-animation: opacity 0.2s ease-in forwards;
    -webkit-animation: opacity 0.2s ease-in forwards;
}

@keyframes opacity {
    100% {
        opacity: 1;
    }
}

@-o-keyframes opacity {
    100% {
        opacity: 1;
    }
}

@-moz-keyframes opacity {
    100% {
        opacity: 1;
    }
}

@-webkit-keyframes opacity {
    100% {
        opacity: 1;
    }
}
.posts-area .article-item.animate-wait {
    transition: opacity 0.4s ease 0s;
    -o-transition: opacity 0.4s ease 0s;
    -moz-transition: opacity 0.4s ease 0s;
    -webkit-transition: opacity 0.4s ease 0s;
    opacity: 0;
}

.posts-area .article-item.animate-wait.animate-run {
    opacity: 1 !important;
    transform: translateY(50px);
    -o-transform: translateY(50px);
    -ms-transform: translateY(50px);
    -moz-transform: translateY(50px);
    -webkit-transform: translateY(50px);
    animation: load-posts 0.4s ease forwards;
    -o-animation: load-posts 0.4s ease forwards;
    -moz-animation: load-posts 0.4s ease forwards;
    -webkit-animation: load-posts 0.4s ease forwards;
}

@keyframes load-posts {
    100% {
        transform: translateY(0);
        -webkit-transform: translateY(0);
    }
}

@-o-keyframes load-posts {
    100% {
        transform: translateY(0);
        -o-transform: translateY(0);
    }
}

@-moz-keyframes load-posts {
    100% {
        transform: translateY(0);
        -moz-transform: translateY(0);
    }
}

@-webkit-keyframes load-posts {
    100% {
        transform: translateY(0);
        -webkit-transform: translateY(0);
    }
}

/* Page Links */
.page-links {
    display: inline-block;
    width: 100%;
    clear: both;
    margin: 0 0 0.6em;
}

.page-links a {
    display: inline-block;
}

.page-links span {
    width: 20px;
    height: 36px;
    display: inline-block;
    line-height: 36px;
}


/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.posts-area .sticky-post-area .post.sticky,
.post.sticky {
    display: block;
    padding: 40px;
    border: 1px dashed;
}
.posts-area .post.sticky {
    padding: 0 15px;
    border: none;
}
.dynamic .posts-area .post.sticky {
    padding: 0;
}

.dynamic .posts-area .sticky-post-area .post.sticky {
    padding: 40px;
}

.updated:not(.published) {
    display: none;
}
.page-header {
    margin-bottom: 60px;
    background-color: #eee;
    padding: 80px 0 80px 0;
    color: #000;
}
.page-header h2 {
    display: inline-block;
    margin: 0 20px 0 0;
}
.page-header p {
    display: inline-block;
    margin: 0;
    font-size: 17px;
}
.page-header span {
    display: inline-block;
    float: right;
    font-size: 23px;
}
.title-page {
    font-size: 18px;
    margin-bottom: 40px;
    border-bottom: 1px dashed;
    padding-bottom: 10px;
    display: inline-block;
    padding-right: 10px;
    border-right: 1px dashed;
}
.hentry.page,
.post {
    margin-bottom: 40px;
}
.entry-header {
    margin-bottom: 20px;
}
.audio-wrapper,
.audio-embed,
.video-wrapper,
.video-embed,
.owl-gallery-slider,
.post-thumbnail {
    margin-bottom: 20px;
    position: relative;
}

.audio-wrapper .mejs-poster {
    display: block !important;
}

.post-thumbnail img {
    width: 50%;
}
.like-count,
.post-date,
.post-author,
.post-heading span {
    display: inline-block;
}
.post-thumbnail a,
.middle-head,
.bottom-head,
.top-head {
    display: block;
}
.post-heading span{
    color: #555;
}
.post-author,
.entry-category {
    position: relative;
    margin-right: 20px;
}
.like-count:before,
.post-author:before,
.entry-category:before {
    content: "";
    position: absolute;
    width: 3px;
    height: 3px;
    top: 51%;
    right: -14px;
    border-radius: 50%;
}
.entry-title{
    margin: 10px 0;
    text-transform: uppercase;
    word-spacing: 2px;
}
.like-count a,
.like-count a:hover,
.entry-title a{
    color: #000;
}
.post-author img{
    width: 20px;
    border-radius: 50%;
    margin: -3px 2px 0 1px;
}
.like-count {
    position: relative;
    margin-left: 20px;
}
.like-count:before {
    right: auto;
    left: -12px;
}
.like-count i.icon_heart,
.like-count i.icon_heart_alt {
    margin-left: 3px;
}
.like-count a:hover i.icon_heart_alt {
    color: #ed4956;
}
.entry-footer {
    position: relative;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    -webkit-align-items: center;
    width: 100%;
}

.entry-footer.border-none:before {
    display: none;
}

.entry-footer:before {
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(50%);
    -o-transform: translateY(50%);
    -ms-transform: translateY(50%);
    -moz-transform: translateY(50%);
    -webkit-transform: translateY(50%);
    width: 100%;
    border-bottom: 1px dashed;
}
.post-share {
    display: inline-block;
    background-color: #fff;
    z-index: 7;
    padding-right: 5px;
}
.post-share a{
    color: #555;
    display: inline-block;
    margin-right: 5px;
    padding: 3px;
    line-height: 1.3;
}
.post-share a:last-child{
    margin: 0;
}
.post-share p{
    margin: 0 4px 0 0;
    display: inline-block;
    color: #555;

}

.read-more {
    display: inline-block;
    margin: 0 0 0 auto;
    z-index: 7;
    padding-left: 8px;
    background-color: #fff;
}
.read-more .svg-more{
    margin-left: 5px;
}

.read-more a {
    color: #555;
    line-height: 1.4em;
    position: relative;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    -webkit-align-items: center;
}
.read-more a:hover {
    color: #555;
}
.read-more .svg-polyline,
.read-more .svg-line {
    stroke: #555;
}
.read-more .svg-line {
    stroke-dasharray: 2.2, 4;
}

/* List Two */
.list-two {
    display: inline-block;
    width: 49.5%;
    padding-right: 20px;
}
.list-two .entry-header {
    margin: 0;
    width: 100%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    -webkit-align-items: center;
}

.list-two .owl-gallery-slider,
.list-two .post-thumbnail {
    display: inline-block;
    width: 50%;
    margin: 0;
}

.list-two .post-heading {
    display: inline-block;
    width: 50%;
    margin-bottom: 0;
    padding-left: 20px;
}
.list-two .no-post-thumbnail {
    margin-right: 20px;
    position: relative;
    display: inline-block;
    width: 50%;
}
.archive-content .post .no-post-thumbnail:before,
.archive-content .page .no-post-thumbnail:before{
    content: "Page";
    position: relative;
    display: block;
    font-size: 25px;
    left: 0;
    top: 0;
    padding: 30px 0 30px 30px;
    right: 0;
}
.archive-content .post .no-post-thumbnail:before {
    content: "Post";
}

/* Post Overlay */
.post-overlay .post-thumbnail,
.post-overlay .entry-header {
    margin-bottom: 0;
    position: relative;
}
.post-overlay .post-thumbnail:before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    top: 0;
    right: 0;
    background-color: rgba(0,0,0,0.5);
    z-index: 1;
}
.post-heading.overlay-inner {
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 0 0 40px 40px;
    z-index: 2;
}
.post-heading.overlay-inner .post-author a:hover,
.post-heading.overlay-inner .top-head a:hover,
.post-heading.overlay-inner h4 a,
.post-heading.overlay-inner .like-count a,
.post-heading.overlay-inner span {
    color: #fff;
}

.post-list .post-overlay {
    display: block;
}

.post-list .post-overlay .entry-header {
    display: block;
    width: 100%;
}
.post-list .post-overlay .post-thumbnail,
.post-list .post-overlay .post-heading {
    margin-bottom: 0;
}

.post-list .post-overlay .post-thumbnail a {
    margin-bottom: -22%;
    margin-top: -22%;
}

/*--------------------------------------------------------------
## Single Post
--------------------------------------------------------------*/
.page .edit-link-post,
.meta-single-tags {
    margin-bottom: 1.5em;
    display: block;
    width: 100%;
    clear: both;
}
.meta-single-tags a {
    margin-right: 5px;
}

.meta-single-tags span {
    font-size: 14px;
    padding: 0 2px;
}

.single-post .edit-link-post{
    display: inline-block;
    margin: 0 0 0 auto;
    background-color: #fff;
    z-index: 7;
    position: relative;
    padding-left: 5px;
}
.single-post .page,
.single-post .post {
    margin-bottom: 0;
}

/* Layout Two */
.single-three .entry-header,
.single-two .entry-header {
    margin-bottom: 25px;
}
.single-two .post-heading {
    margin: -80px 15% 0 15%;
    text-align: center;
    z-index: 1;
    padding: 20px;
    background-color: #fff;
    position: relative;
}
.single-two.format-audio .post-heading,
.single-two.format-video .post-heading {
    margin-top: 0;
    padding: 0;
}

/* Layout Three */
.single-three .entry-header {
    position: relative;
}
.single-three .post-thumbnail:before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    top: 0;
    right: 0;
    background-color: rgba(0,0,0,0.5);
}
.single-three .post-heading.has-thumbnail {
    position: absolute;
    bottom: 40px;
    left: 40px;
}
.single-three .post-heading.has-thumbnail h4 a,
.single-three .post-heading.has-thumbnail .like-count a,
.single-three .post-heading.has-thumbnail span {
    color: #fff;
}

/* About Author */
.about-author {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    -webkit-align-items: center;
    width: 100%;
    position: relative;
    padding: 40px;
    margin-top: 80px;
    border: 1px dashed;
}

.author-avatar {
    display: inline-block;
    width: 19%;
}

.author-avatar img {
    width: 100%;
}

.author-description {
    display: inline-block;
    width: 79%;
    padding-left: 20px;
}

.author-description h5 {
    margin-bottom: 10px;
    letter-spacing: 1px;
    text-transform: capitalize;
}

.author-description span {
    margin-top: -10px;
    display: block;
    margin-bottom: 10px;
    color: #aca9bd;
    letter-spacing: 1px;
}

.author-description p {
    color: #606060;
    margin-bottom: 10px;
}

.user-social-media {
    display: block;
}

.user-social-media ul {
    margin: 0 0 0 -5px;
    padding: 0;
    list-style: none;
}

.user-social-media li {
    display: inline-block;
    margin-right: 6px;
}

.user-social-media a {
    padding: 3px 5px;
    font-size: 18px;
}

/* Related Posts */
.related-posts {
    display: block;
    margin-top: 80px;
    width: 100%;
}

.related-posts h6 {
    font-size: 1.25rem;
    margin-bottom: 25px;
    border-bottom: 1px dashed;
    padding-bottom: 10px;
    display: inline-block;
    padding-right: 10px;
    border-right: 1px dashed;
}

.item-related {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    margin: 0 -15px;
}

.item-related-inner {
    width: 50%;
    display: inline-block;
    margin: 0 15px;
}

.item-related h5 {
    margin-bottom: 5px;
}
.item-related h5 a {
    letter-spacing: 1px;
}

.item-related .thumb-post .related-image {
    height: 300px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.item-related .thumb-post {
    margin-bottom: 15px;
    display: block;
    width: 100%;
}
.item-related .list-post-inner {
    position: relative;
}
.item-related .list-post {
     display: block;
     width: 100%;
 }
.list-related .item-related{
    display: block;
    width: 100%;
}

.list-related .item-related-inner {
    width: 100%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    -webkit-align-items: center;
    margin-bottom: 40px;
}

.list-related .item-related-inner:last-child {
    margin-bottom: 0;
}

.list-related .list-post > span,
.list-related .list-post > p {
    margin-bottom: 10px;
    display: block;
}
.list-related .list-post,
.list-related .thumb-post {
    display: inline-block;
    width: 100%;
}
.list-related .thumb-post {
    margin-right: 30px;
    margin-bottom: 0;
}
.list-related .item-related .thumb-post .related-image {
    height: 250px;
}

/* Posts Navigation */
.post-next,
.post-previous {
    position: fixed;
    top: 50%;
    z-index: 999;
    display: none;
    transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transition: left 0.4s ease 0s, right 0.4s ease 0s;
    -o-transition: left 0.4s ease 0s, right 0.4s ease 0s;
    -moz-transition: left 0.4s ease 0s, right 0.4s ease 0s;
    -webkit-transition: left 0.4s ease 0s, right 0.4s ease 0s;
}
.post-next a,
.post-previous a {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    -webkit-align-items: center;
    width: 100%;
    color: inherit;
    background-color: #fff;
}

.post-previous i,
.post-next i {
    font-size: 20px;
    color: #fff;
    z-index: 9;
    position: relative;
}

.post-previous h6,
.post-next h6 {
    color: #000;
    margin-bottom: 7px;
}

.content-arrow,
.content-link {
    display: inline-block;
}
.content-arrow{
    width: 80px;
    height: 80px;
    line-height: 80px;
    position: relative;
    text-align: center;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.content-arrow:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0,0,0,0.2);
    transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    -moz-transition: all 0.4s ease 0s;
    -webkit-transition: all 0.4s ease 0s;
}
.push-seven .post-next {
    right: -231px;
}

.push-seven .post-previous {
    left: 171px;
    z-index: 8;
}

.push-seven .post-previous:hover {
    left: 399px;
}
.post-previous {
    left: -181px;
}
.post-previous:hover {
    left: 0;
}
.post-previous:hover .content-arrow:before {
    background-color: rgba(0,0,0,0.4);
}
.post-previous .content-link {
    padding-right: 10px;
    text-align: right;
    width: 180px;
    padding-top: 2px;
    padding-bottom: 2px;
}

.post-next {
    right: -181px;
}
.post-next:hover {
    right: 0;
}
.post-next:hover .content-arrow:before {
    background-color: rgba(0,0,0,0.5);
}
.post-next .content-link {
    padding-left: 10px;
    text-align: left;
    width: 180px;
    padding-top: 2px;
    padding-bottom: 2px;
}

.push-seven .post-next .content-arrow{
    text-align: left;
    padding-left: 10px;
}
.push-seven .post-previous .content-arrow {
    text-align: right;
    padding-right: 10px;
}


/*--------------------------------------------------------------
## Quote % Link Post
--------------------------------------------------------------*/
.quote-post {
    color: #000;
}
.quote-post .post-inner {
    padding: 100px 40px;
    font-size: 25px;
    margin-top: 25px !important;
    border: 1px dashed;
    position: relative;
    display: block;
}
.quote-post .post-inner:before {
    font-family: "FontAwesome";
    position: absolute;
    top: -30px;
    left: 50%;
    color: #000;
    background-color: #fff;
    font-size: 42px;
    line-height: 1;
    padding: 10px 100px;
    transform: translateX(-50%);
    -o-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
}
.quote-post.format-link .post-inner:before {
    content: "\f0c1";
}
.quote-post.format-quote .post-inner:before {
    content: "\f10d";
}
.quote-post .post-content{
    padding-top: 10px;
    text-align: center;
    display: block;
    width: 100%;
}
.quote-post  p:last-child,
.quote-post  blockquote{
    margin: 0;
}
.quote-post .post-content blockquote {
    text-align: left !important;
}


/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comment-content a {
    word-wrap: break-word;
}

.comments-area {
    margin-top: 80px;
    display: block;
    padding: 40px;
    border: 1px dashed;
}

.comments-title {
    font-size: 18px;
    margin-bottom: 20px;
    border-bottom: 1px dashed;
    padding-bottom: 10px;
    display: inline-block;
    padding-right: 10px;
    border-right: 1px dashed;
}

.comments-title a {
    display: block;
    margin-top: 5px;
}

.comments-area .comments {
    margin-bottom: 20px;
}

.comment-list,
.commentlist {
    margin: 0;
    padding: 0;
    list-style: none;
}

.comment-list .children {
    list-style: none;
    margin-left: 30px;
}

.comment-list > li,
.commentlist > li {
    padding: 20px 0 20px 0;
}

.comment-list .children li {
    padding: 20px 0 20px 0;
}

.comment-list > li:last-child,
.commentlist > li:last-child {
    padding: 20px 0 20px 0;
}

.comment-list > li:first-child,
.commentlist > li:first-child {
    padding: 0 0 20px 0;
}

.comment-list li:last-child,
.commentlist li:last-child {
    border-bottom: none;
}

.comment-list .comment-respond {
    margin-bottom: 20px;
    margin-top: 15px;
}

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

.author-img,
.commentlist img {
    float: left;
    padding: 0 20px 20px 0;
}

.author-img {
    padding: 0 20px 0 0;
}

.commentlist p {
    margin-top: 0 !important;;
    margin-bottom: 1.5em !important;
}

.comment-meta {
    line-height: 1.2;
}

.comment-meta br{
    display: none;
}
.comment-meta em {
    margin-right: 10px;
}
.comment-meta em,
.comment-meta span {
    display: inline-block;
    color: #888;
}

.comment-meta a {
    margin-left: 10px;
    text-transform: uppercase;
    font-size: 13px;
}

.comment-meta span.date {
    font-size: 13px;
}

.comment-meta span.reply {
    float: right;
    margin-top: 3px;
    font-size: 13px;
}

.comment-meta span.author {
    color: #000;
    padding-right: 31px;
    position: relative;
    margin-right: 15px;
}

.comment-meta span.author a {
    margin: 0;
}

.comment-meta span.author:after {
    content: "";
    position: absolute;
    right: 0;
    width: 15px;
    height: 1px;
    background-color: #888;
    top: 50%;
    margin-top: 1px;
}

.comment-text p {
    margin-bottom: 0.2rem;
}

.comment-content {
    overflow: hidden;
    margin-top: 10px;
    margin-bottom: -10px;
}

.comment-content a {
    word-wrap: break-word;
    -ms-word-wrap: break-word;
}

.comment-content ol,
.comment-content ul {
    margin-bottom: 0.8rem;
}

.comments-area .no-comments {
    letter-spacing: 1px;
    margin: 0;
    padding: 0;
    text-align: center;
}

.logged-in-as a {
    letter-spacing: 1px;
}

.comment-form {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    width: 100%;
}

.comment-det-wrapper {
    width: 100%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}

.comment-form .comment-det-wrapper p {
    display: inline-block;
    padding-right: 15px;
}

.comment-form .comment-det-wrapper p:last-child {
    padding: 0;
}

.comment-form .comment-form-cookies-consent input {
    width: auto;
    margin-right: 8px;
}
.comment-form .comment-form-cookies-consent label {
    margin: 0;
}

.comment-form p {
    margin-bottom: 20px;
    width: 100%;
}

.comment-form p:last-child {
    margin: 0;
}

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

.form-submit {
    margin-bottom: 0 !important;
}

#commentform.comment-form .form-submit {
    width: auto;
    margin: 0;
    display: inline-block;
}

.form-submit .submit {
    padding: 6px 20px;
    width: 100%;
    margin-bottom: 0;
}

.bypostauthor {
    display: block;
}

.pingback .comment-edit {
    display: block;
}

.bypostauthor {
    display: block;
}

/*--------------------------------------------------------------
# Error 404
--------------------------------------------------------------*/
.heading-404 {
    font-size: 10rem;
    font-family: inherit;
    line-height: 1;
    margin-bottom: 60px;
}

.error-404 {
    text-align: center;
    margin: 70px 0 90px;
}

.error-404 h1 {
    margin-bottom: 30px;
}

.error-404 p {
    margin-bottom: 50px;
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
.footer-widget-area {
    margin-bottom: 40px;
}
.footer-widget section.widget:last-child {
    margin: 0;
}
.footer-bottom {
    margin-bottom: 20px;
    padding-top: 20px;
    border-top: 1px dashed;
}
.footer-bottom .logo,
.footer-bottom .logo-text{
    text-align: center;
}
.footer-bottom .social-media{
    text-align: right;
}
.footer-bottom .social-media,
.site-info p {
    margin: 0;
}

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
    border: 0;
    clip: rect(1px, 1px, 1px, 1px);
    clip-path: inset(50%);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute !important;
    width: 1px;
    word-wrap: normal !important;
}

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

#content[tabindex="-1"]:focus {
    outline: 0;
}

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
    display: inline;
    float: left;
    margin-right: 24px;
    margin-bottom: 16px;
}

.alignright {
    display: inline;
    float: right;
    margin-left: 24px;
    margin-bottom: 16px;
}

.aligncenter {
    clear: both;
    display: block;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}

.alignnone {
    clear: both;
}

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
    content: "";
    display: table;
    table-layout: fixed;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
    clear: both;
}

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.order-1 .widget-area {
    padding: 0 0 0 10px;
}

.widget-area {
    padding-right: 10px;
}
.widgettitle,
.widget-title {
    margin-bottom: 25px;
    display: inline-block;
    border-bottom: 1px dashed;
    padding-bottom: 10px;
    border-right: 1px dashed;
    padding-right: 10px;
    font-size: 1rem;
}
.widget {
    margin: 0 0 40px;
    padding: 20px;
    border: 1px dashed;
}

.widget-area section:first-child {
    margin: 0 0 40px !important;
}

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

.widget-area.widget-area-popup section:last-child {
    margin: 0 0 40px;
}


.widget select {
    max-width: 100%;
    width: 100%;
}

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

.widget ul ul {
    padding-left: 30px;
    padding-top: 15px;
    list-style: none;
}

.widget li {
    display: block;
    overflow: hidden;
    color: #888;
    padding-bottom: 15px;
    padding-top: 0;
}

.widget li:last-child {
    padding-bottom: 0;
}

/*--------------------------------------------------------------
## Default Widgets
--------------------------------------------------------------*/
.widget .searchform {
    width: 100%;
    display: block;
}

.widget .searchform .search-input {
    width: 100%;
}

.widget_recent_entries span {
    float: right;
}

.widget_media_image,
.widget_media_video,
.widget_media_audeo {
    text-align: center;
}

.widget_calendar #wp-calendar {
    margin: 0;
    border-color: #ccc !important;
}

.widget_calendar caption {
    margin: 0;
    color: #000;
    text-align: center;
    padding-bottom: 0;
}

.widget_calendar td,
.widget_calendar th {
    padding: 10px 0;
    text-align: center;
    border-color: #ccc !important;
}

.widget_calendar #today {
    color: #bd4147;
}

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

.widget_recent_comments li:last-child {
    border: none;
}

.widget_recent_comments li {
    border-bottom: 1px solid #e2e2e2;
    padding: 8px 0;
}

.widget_archive li,
.widget_categories li {
    text-align: right;
}

.widget_archive a,
.widget_categories a {
    float: left;
    display: inline-block;
}
/*--------------------------------------------------------------
## About Me
--------------------------------------------------------------*/
.about-widget {
    position: relative;
}

.avatar-author {
    position: relative;
    text-align: center;
}

.avatar-author .widget-title {
    text-align: center;
}

.avatar-author img {
    border-radius: 50%;
    width: 75%;
    border: 1px dashed;
    padding: 10px;
}

.desc-author h4 {
    margin-bottom: 10px;
}

.desc-author > span {
    margin-bottom: 10px;
    letter-spacing: 1px;
    margin-top: -8px;
    display: block;
}

.desc-author > p,
.signature-img {
    margin-bottom: 20px;
}

.signature-img img {
    padding: 0 25%;
}

.desc-author {
    padding-top: 20px;
    text-align: center;
}

.about-widget .desc-author ul {
    list-style: none;
    padding: 0;
}

.about-widget .desc-author li {
    display: inline-block;
    padding: 0 5px;
    position: relative;
    overflow: inherit;
}

.about-widget .desc-author ul li a {
    padding: 2px;
    display: block;
}

.about-widget .desc-author ul li i {
    font-size: 15px;
}

/*--------------------------------------------------------------
## Ad
--------------------------------------------------------------*/
.yung-ad-widget,
.yung-promo-widget {
    padding: 0;
    border: none;
    background-color: inherit;
}

/*--------------------------------------------------------------
## Latest Posts
--------------------------------------------------------------*/
.widget.recent-widget li {
    padding-bottom: 20px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    width: 100%;
    align-items: center;
    -webkit-align-items: center;
}

.widget.recent-widget li:last-child {
    padding-bottom: 0;
}

.widget.recent-widget-slider li {
    display: block !important;
    margin-bottom: 0;
}

.widget.recent-widget ul h5 {
    font-size: 18px;
    margin-bottom: 5px;
}
.recent-widget .list-post {
    padding-left: 20px;
    width: 65%;
}
.recent-widget-slider .list-post h5 {
    display: inline-block;
    position: relative;
    margin-bottom: 0;
}

.recent-widget-slider .list-post span {
    display: block;
}

.recent-widget img {
    width: 100%;
}

.recent-widget-slider .thumb-post {
    width: 100%;
    display: block;
}

.thumb-post {
    position: relative;
    overflow: hidden;
    display: inline-block;
    width: 35%;
}

.thumb-post a {
    display: block;
    position: relative;
}

.recent-widget-slider .list-post {
    display: block;
    padding: 15px 0 0;
    width: 100%;
    margin-bottom: 10px;
}

.widget .owl-theme .owl-nav.disabled + .owl-dots {
    margin-top: 5px;
    margin-bottom: -3px;
}

.widget .format-icon i {
    font-size: 1.3em;
}

.widget .format-icon .icon_quotations {
    font-size: 1.9em;
}

/*--------------------------------------------------------------
## Social Media
--------------------------------------------------------------*/
.widget.social-widget .widget-title {
    margin-bottom: 15px;
}

.widget.social-widget ul {
    text-align: center;
}

.widget.social-widget li {
    position: relative;
    overflow: unset;
    display: inline-block;
    padding: 0 10px;
    margin: 5px 0;
}

.social-widget i {
    font-size: 16px;
}

/*--------------------------------------------------------------
## Tags
--------------------------------------------------------------*/
.widget.tags-widget .widget-title {
    margin-bottom: 15px;
}

.widget.tags-widget ul {
    text-align: center;
    margin-bottom: -15px;
}

.widget.tags-widget li {
    overflow: unset;
    display: inline-block;
    text-align: center;
    padding: 0 5px 10px;
}

.tags-widget a {
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 13px;
}

.tags-widget span {
    font-size: 14px;
    padding: 0 2px;
}

/*--------------------------------------------------------------
## Instagram
--------------------------------------------------------------*/
.widget.zoom-instagram-widget li {
    padding-bottom: 0;
}

/* Footer Instagram */
.instagram-footer {
    width: 100%;
    display: block;
    margin-bottom: 40px;
}
.instagram-footer .null-instagram-feed .widget-title {
    display: none;
}

.instagram-footer .zoom-instagram-widget {
    color: #000;
    margin: 0;
    padding: 0;
    background-color: inherit;
    border: none;
}
.instagram-footer .zoom-instagram-widget ul {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    width: 100%;
    justify-content: center;
    -webkit-justify-content: center;
}
.instagram-footer .zoom-instagram-widget li {
    display: inline-block;
    padding: 0;
    width: 100%;
    position: relative;
}
.instagram-footer .zoom-instagram-widget li a.zoom-instagram-link {
    margin: 0 auto;
    display: block !important;
    overflow: hidden;
    width: 100% !important;
    height: 250px !important;
}
.instagram-footer .zoom-instagram-widget li a.zoom-instagram-link:before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #000;
    opacity: 0;
    z-index: 6;
    transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    -moz-transition: all 0.4s ease 0s;
    -webkit-transition: all 0.4s ease 0s;
}
.instagram-footer .zoom-instagram-widget li:hover a.zoom-instagram-link:before {
    opacity: 0.5;
}
.instagram-footer .zoom-instagram-widget .zoom-instagram-icon-wrap {
    bottom: 20% !important;
}
.instagram-footer .zoom-instagram-widget .zoom-instagram-icon-wrap a {
    width: 30px !important;
    height: 30px !important;
}
.instagram-footer .zoom-instagram-widget__item .hover-controls {
    position: absolute;
    top: 50%;
    left: 50%;
    margin: 0;
    z-index: 7;
    line-height: 1;
    transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
}
.instagram-footer .zoom-instagram-widget span.dashicons {
    font-size: 24px !important;
    width: 30px !important;
    height: 30px !important;
}
.instagram-footer .zoom-instagram-widget span.counter {
    font-size: 16px !important;
}
.instagram-footer .zoom-instagram-widget span:nth-child(2) {
    margin-right: 10px;
}
.instagram-footer .zoom-instagram-icon-wrap,
.instagram-footer .zoom-instagram-widget__overlay::after {
    display: none;
}

/*--------------------------------------------------------------
# Footer Widget
--------------------------------------------------------------*/
.push-seven .site-footer .container {
    padding-left: 40px;
    padding-right: 40px;
}

/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
    border: none;
    margin-bottom: 0;
    margin-top: 0;
    padding: 0;
}

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

.custom-logo-link {
    display: inline-block;
}

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
    margin-bottom: 1.5em;
    max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.wp-caption .wp-caption-text {
    margin: 0.8075em 0;
}

.wp-caption-text {
    text-align: center;
}

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
    margin-bottom: 1.5em;
}

.gallery-item {
    display: inline-block;
    text-align: center;
    vertical-align: top;
    width: 100%;
}

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

.gallery-columns-3 .gallery-item {
    max-width: 33.33%;
}

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

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

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

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

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

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

.gallery-caption {
    display: block;
}
/*--------------------------------------------------------------
# Gutenberg
--------------------------------------------------------------*/
.single-post [class*='wp-block'],
.page [class*='wp-block'] {
    margin-bottom: 1.5em;
}

.block-no-vertical-margins {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
}

.block-no-bottom-margin {
    margin-bottom: 0 !important;
}

.block-1em-vertical-margins {
    margin-top: 1em !important;
    margin-bottom: 1em !important;
}

.block-1em-bottom-margin {
    margin-bottom: 1em !important;
}

.block-border {
    border: 1px solid #222;
    padding: 0.5em 1.0em;
}

.block-border-bottom {
    border-bottom: 1px solid #222;
    padding-bottom: 1.0em;
}

.block-no-border {
    border: none !important;
}

.block-rounded,
.block-rounded-all {
    border-radius: 8px !important;
    padding: 1.0em 1.5em;
}

.block-rounded-top {
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    padding-top: 1.0em;
}

.block-rounded-bottom {
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
    padding-bottom: 1.0em;
}

.block-rounded-left {
    border-top-left-radius: 8px;
    border-bottom-left-radius: 8px;
    padding-left: 1.0em;
}

.block-rounded-right {
    border-top-right-radius: 8px;
    border-bottom-right-radius: 8px;
    padding-bottom: 1.0em;
}

.block-bg-transparent-gray {
    background-color: rgba(0, 0, 0, 0.1) !important;
}

/* Quote */
.wp-block-quote {
    margin: 20px 0;
    border-left: 4px solid #000;
    padding-left: 1em;
}

.wp-block-pullquote blockquote:after,
blockquote.wp-block-quote:after,
blockquote.wp-block-pullquote:after,
.wp-block-quote blockquote:after,
.wp-block-pullquote blockquote:before,
blockquote.wp-block-quote:before,
blockquote.wp-block-pullquote:before,
.wp-block-quote blockquote:before {
    display: none;
}

.wp-block-quote blockquote,
blockquote.wp-block-quote {
    text-align: inherit;
}

blockquote.wp-block-quote,
.wp-block-quote blockquote,
.wp-block-pullquote blockquote,
blockquote.wp-block-pullquote {
    font-family: inherit;
    font-size: inherit;
    font-weight: inherit;
    letter-spacing: inherit;
    line-height: inherit;
    text-align: inherit;
    text-transform: inherit;
    text-decoration: inherit;
    color: inherit;
}

.wp-block-pullquote {
    border-top: 4px solid #555d66;
    border-bottom: 4px solid #555d66;
    padding: 50px 0;
}

.wp-block-pullquote blockquote {
    color: #40464d;
}

.wp-block-pullquote cite,
.wp-block-pullquote footer,
.wp-block-pullquote__citation {
    color: #40464d;
    text-transform: uppercase;
    font-style: normal;
}

/* Block Columns */
.wp-block-columns {
    grid-column-gap: 1.0em;
}

.wp-block-columns *[class^="wp-block-"] {
    margin: 0;
}

/* Buttons */
.wp-block-button {
    border-radius: 3px;
}

.wp-block-button a {
    border: 0;
}

.wp-block-cover p {
    margin-bottom: 0;
}

.wp-block-file__button,
.wp-block-file a.wp-block-file__button:active,
.wp-block-file a.wp-block-file__button:focus,
.wp-block-file a.wp-block-file__button:hover,
.wp-block-file a.wp-block-file__button:visited,
.wp-block-cover .wp-block-cover-image-text a,
.wp-block-cover .wp-block-cover-image-text a:active,
.wp-block-cover .wp-block-cover-image-text a:focus,
.wp-block-cover .wp-block-cover-image-text a:hover,
.wp-block-cover .wp-block-cover-text a,
.wp-block-cover .wp-block-cover-text a:active,
.wp-block-cover .wp-block-cover-text a:focus,
.wp-block-cover .wp-block-cover-text a:hover,
.wp-block-cover h2 a, .wp-block-cover h2 a:active,
.wp-block-cover h2 a:focus, .wp-block-cover h2 a:hover,
.wp-block-cover-image .wp-block-cover-image-text a,
.wp-block-cover-image .wp-block-cover-image-text a:active,
.wp-block-cover-image .wp-block-cover-image-text a:focus,
.wp-block-cover-image .wp-block-cover-image-text a:hover,
.wp-block-cover-image .wp-block-cover-text a,
.wp-block-cover-image .wp-block-cover-text a:active,
.wp-block-cover-image .wp-block-cover-text a:focus,
.wp-block-cover-image .wp-block-cover-text a:hover,
.wp-block-cover-image h2 a,
.wp-block-cover-image h2 a:active,
.wp-block-cover-image h2 a:focus,
.wp-block-cover-image h2 a:hover,
.wp-block-button,
.wp-block-button a {
    color: #fff !important;
}

.wp-block-button.is-style-outline {
    color: #32373c !important;
}

.wp-block-button.is-style-outline a {
    color: #32373c !important;
}

.wp-block-button:not([style]) a:hover,
.wp-block-button:not([style]) a:focus {
    color: #fff;
}

.wp-block-button.alignwide,
.wp-block-button.alignfull {
    display: block;
}

.wp-block-categories {
}

.wp-block-categories-list ul {
    margin: 0;
    padding: 0 0 0 2em;
}

.wp-block-categories-list li {
    margin: 0;
    padding: 0;
}

.wp-block-categories-list li {
    padding: 0.25em 0;
}

.wp-block-categories-list ul ul {
    padding-left: 2em;
}

.wp-block-categories-list ul ul li:last-child {
    padding-bottom: 0;
}

.wp-block-categories-dropdown {
}

/* Preformatted */
.wp-block-code,
.wp-block-preformatted {
    background: inherit;
    border: 1px solid #e2e4e7;
    border-radius: 4px;
    font-family: 'Inconsolata', monospace;
    font-size: .8em;
    height: auto;
    margin: 0;
    margin-bottom: 1.5em;
    outline: none;
    overflow: auto;
    padding: 10px 15px;
    vertical-align: middle;
    width: 100%;
    word-wrap: break-word;
    white-space: pre-wrap;
}

.wp-block-preformatted {
    border: none;
    border-radius: 0;
    padding: 0;
}

.wp-block-code .blocks-plain-text {
    background: transparent;
    border: none !important;
    color: inherit !important;
    font-family: inherit !important;
    font-size: 0.8em;
    margin: 0 !important;
    overflow-x: auto !important;
    padding: 0 !important;
}

/* Cover Images */
.wp-block-cover-image.has-parallax {
    min-height: 25vw;
}

.is-ios .wp-block-cover-image.has-parallax {
    background-attachment: scroll;
}

#content .wp-block-cover-image.has-parallax {
    margin-bottom: 0;
}

/* Dropcaps */
ul.wp-block-gallery,
ul.wp-block-gallery li {
    padding: 0;
    margin-left: 0;
}

.wp-block-image.aligncenter {
    margin: 0 auto;
}

@media (max-width: 767px) {
    figure.wp-block-image.alignleft {
        max-width: 50%;
    }

    figure.wp-block-image.alignright {
        max-width: 50%;
    }
}

figure.wp-block-image.alignleft {
    margin: .5em 1.0em 1.0em 0;
}

figure.wp-block-image.alignright {
    margin: .5em 0 1.0em 1.0em;
}

figure.wp-block-image.aligncenter {
    margin: 1.0em auto 1.0em auto;
}

/* Embed */
.wp-block-embed {
    clear: both;
}

*[class^="wp-block-embed-"] {
    clear: both;
}

/* Latest Posts */
.wp-block-latest-posts__post-date {
    color: inherit;
    margin-bottom: 0;
    opacity: 0.8;
}

.wp-block-latest-posts li {
    padding: 0.25em 0;
    margin: 0;
}

.wp-block-latest-posts.is-grid li {
    border: 0;
}

/* Separator */
.wp-block-separator {
    background-color: #8f98a1;
    border: none;
    box-sizing: content-box;
    height: 2px;
    margin: 1.65em auto;
    max-width: 100px;
    width: 100px;
}

.wp-block-separator.is-style-dots,
.wp-block-separator.is-style-wide {
    max-width: 100%;
    width: 100%;
}

/* Text Columns */
@media only screen and ( max-width: 580px ) {
    .wp-block-text-columns,
    .wp-block-text-columns.aligncenter {
        display: block;
    }

    .wp-block-text-columns.columns-2 .wp-block-column,
    .wp-block-text-columns.columns-3 .wp-block-column,
    .wp-block-text-columns.columns-4 .wp-block-column {
        float: none;
        margin-left: 0;
        margin-right: 0;
        width: 100%;
    }
}

/* Verse */
.wp-block-verse {
    background: 0 0;
    border: none;
    border-width: 0;
    font-family: inherit;
    font-size: inherit;
    box-shadow: none;
    margin: 0;
    padding: 1em 1em 1em 1.2em;
    width: 100%;
}

/* Full and Wide */
@media screen and (max-width: 767px) {
    *[class^="wp-block-"].alignleft,
    *[class^="wp-block-"].alignright {
        max-width: 75%;
    }
}

.wp-block-cover-image.alignwide,
.wp-block-cover-image.aligncenter {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}

.wp-block-cover-image.alignright {
    width: 30%;
    margin-left: 1.5em;
}

.wp-block-cover-image.alignleft {
    width: 30%;
    margin-right: 1.5em;
}

.alignfull,
.alignwide,
.aligncenter {
    clear: both;
}

.wp-block-cover-image {
    background-position: center center;
}

@media (min-width: 768px) {

    .site-main {
        overflow-x: hidden;
    }

    .col-lg-8.offset-lg-2 .entry-content,
    .col-lg-12 .entry-content {
        overflow: visible;
    }

    .col-lg-8.offset-lg-2 .entry-content .alignfull,
    .col-lg-12 .entry-content .alignfull,
    .col-lg-8.offset-lg-2 .entry-content .wp-block-cover.alignfull,
    .col-lg-12 .entry-content .wp-block-cover.alignfull,
    .col-lg-8.offset-lg-2 .entry-content .wp-block-cover-image.alignfull,
    .col-lg-12 .entry-content .wp-block-cover-image.alignfull,
    .col-lg-8.offset-lg-2 .entry-content .wp-block-image.alignfull,
    .col-lg-12 .entry-content .wp-block-image.alignfull {
        margin-left: calc(-50vw + 50%);
        margin-right: calc(-50vw + 50%);
        max-width: 100vw;
        width: 100vw;
    }

    .col-lg-8.offset-lg-2 .entry-content .wp-block-file.alignfull,
    .col-lg-12 .entry-content .wp-block-file.alignfull,
    .col-lg-8.offset-lg-2 .entry-content .wp-block-gallery.alignfull,
    .col-lg-12 .entry-content .wp-block-gallery.alignfull,
    .col-lg-8.offset-lg-2 .entry-content .wp-block-video.alignfull,
    .col-lg-12 .entry-content .wp-block-video.alignfull,
    .col-lg-8.offset-lg-2 .entry-content .wp-block-audio.alignfull,
    .col-lg-12 .entry-content .wp-block-audio.alignfull,
    .col-lg-8.offset-lg-2 .entry-content .wp-block-columns.alignfull,
    .col-lg-12 .entry-content .wp-block-columns.alignfull,
    .col-lg-8.offset-lg-2 .entry-content .wp-block-text-columns.alignfull,
    .col-lg-12 .entry-content .wp-block-text-columns.alignfull,
    .col-lg-8.offset-lg-2 .entry-content .wp-block-table.alignfull,
    .col-lg-12 .entry-content .wp-block-table.alignfull,
    .col-lg-8.offset-lg-2 .entry-content .wp-block-preformatted.alignfull,
    .col-lg-12 .entry-content .wp-block-preformatted.alignfull,
    .col-lg-8.offset-lg-2 .entry-content .wp-block-button.alignfull,
    .col-lg-12 .entry-content .wp-block-button.alignfull,
    .col-lg-8.offset-lg-2 .entry-content .wp-block-verse.alignfull,
    .col-lg-12 .entry-content .wp-block-verse.alignfull,
    .col-lg-8.offset-lg-2 .entry-content .wp-block-latest-posts.alignfull,
    .col-lg-12 .entry-content .wp-block-latest-posts.alignfull,
    .col-lg-8.offset-lg-2 .entry-content .wp-block-categories.alignfull,
    .col-lg-12 .entry-content .wp-block-categories.alignfull,
    .col-lg-8.offset-lg-2 .entry-content .wp-block-pullquote.alignfull,
    .col-lg-12 .entry-content .wp-block-pullquote.alignfull,
    .col-lg-8.offset-lg-2 .entry-content [class^="wp-block-embed"].alignfull,
    .col-lg-12 .entry-content [class^="wp-block-embed"].alignfull,
    .col-lg-8.offset-lg-2 .entry-content p.alignfull,
    .col-lg-12 .entry-content p.alignfull {
        margin-left: calc(-44vw + 44%) !important;
        margin-right: calc(-44vw + 44%) !important;
        max-width: 100vw;
        width: auto;
    }

    .col-lg-8.offset-lg-2 .entry-content .alignwide,
    .col-lg-12 .entry-content .alignwide {
        margin-left: calc(-25vw + 25%);
        margin-right: calc(-25vw + 25%);
        width: auto;
        max-width: 100vw;
    }


    .push-seven .col-lg-8.offset-lg-2 .entry-content .alignfull,
    .push-seven .col-lg-12 .entry-content .alignfull,
    .push-seven .col-lg-8.offset-lg-2 .entry-content .wp-block-cover.alignfull,
    .push-seven .col-lg-12 .entry-content .wp-block-cover.alignfull,
    .push-seven .col-lg-8.offset-lg-2 .entry-content .wp-block-cover-image.alignfull,
    .push-seven .col-lg-12 .entry-content .wp-block-cover-image.alignfull,
    .push-seven .col-lg-8.offset-lg-2 .entry-content .wp-block-image.alignfull,
    .push-seven .col-lg-12 .entry-content .wp-block-image.alignfull {
        margin-left: calc(-10vw + 10%);
        margin-right: calc(-10vw + 10%);
        max-width: 100vw;
        width: auto;
    }

    .push-seven .col-lg-8.offset-lg-2 .entry-content .wp-block-file.alignfull,
    .push-seven .col-lg-12 .entry-content .wp-block-file.alignfull,
    .push-seven .col-lg-8.offset-lg-2 .entry-content .wp-block-gallery.alignfull,
    .push-seven .col-lg-12 .entry-content .wp-block-gallery.alignfull,
    .push-seven .col-lg-8.offset-lg-2 .entry-content .wp-block-video.alignfull,
    .push-seven .col-lg-12 .entry-content .wp-block-video.alignfull,
    .push-seven .col-lg-8.offset-lg-2 .entry-content .wp-block-audio.alignfull,
    .push-seven .col-lg-12 .entry-content .wp-block-audio.alignfull,
    .push-seven .col-lg-8.offset-lg-2 .entry-content .wp-block-columns.alignfull,
    .push-seven .col-lg-12 .entry-content .wp-block-columns.alignfull,
    .push-seven .col-lg-8.offset-lg-2 .entry-content .wp-block-text-columns.alignfull,
    .push-seven .col-lg-12 .entry-content .wp-block-text-columns.alignfull,
    .push-seven .col-lg-8.offset-lg-2 .entry-content .wp-block-table.alignfull,
    .push-seven .col-lg-12 .entry-content .wp-block-table.alignfull,
    .push-seven .col-lg-8.offset-lg-2 .entry-content .wp-block-preformatted.alignfull,
    .push-seven .col-lg-12 .entry-content .wp-block-preformatted.alignfull,
    .push-seven .col-lg-8.offset-lg-2 .entry-content .wp-block-button.alignfull,
    .push-seven .col-lg-12 .entry-content .wp-block-button.alignfull,
    .push-seven .col-lg-8.offset-lg-2 .entry-content .wp-block-verse.alignfull,
    .push-seven .col-lg-12 .entry-content .wp-block-verse.alignfull,
    .push-seven .col-lg-8.offset-lg-2 .entry-content .wp-block-latest-posts.alignfull,
    .push-seven .col-lg-12 .entry-content .wp-block-latest-posts.alignfull,
    .push-seven .col-lg-8.offset-lg-2 .entry-content .wp-block-categories.alignfull,
    .push-seven .col-lg-12 .entry-content .wp-block-categories.alignfull,
    .push-seven .col-lg-8.offset-lg-2 .entry-content .wp-block-pullquote.alignfull,
    .push-seven .col-lg-12 .entry-content .wp-block-pullquote.alignfull,
    .push-seven .col-lg-8.offset-lg-2 .entry-content [class^="wp-block-embed"].alignfull,
    .push-seven .col-lg-12 .entry-content [class^="wp-block-embed"].alignfull,
    .push-seven .col-lg-8.offset-lg-2 .entry-content p.alignfull,
    .push-seven .col-lg-12 .entry-content p.alignfull {
        margin-left: calc(-7vw + 7%) !important;
        margin-right: calc(-7vw + 7%) !important;
        max-width: 100vw;
        width: auto;
    }

    .push-seven .col-lg-8.offset-lg-2 .entry-content .alignwide,
    .push-seven .col-lg-12 .entry-content .alignwide {
        margin-left: calc(-4vw + 4%);
        margin-right: calc(-4vw + 4%);
        width: auto;
        max-width: 100vw;
    }


}

/*--------------------------------------------------------------
# King Composer
--------------------------------------------------------------*/
.kc-elm .row {
    clear: both;
    width: calc( 100% + 30px);
}

.kc-elm .row.dynamic {
    width: 100%;
    margin: 0 auto;
}

/*--------------------------------------------------------------
## Post
--------------------------------------------------------------*/
.posts-area {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%;
}

.posts-area.masonry {
    display: block;
    width: 100%;
}

.post-thumbnail {
    overflow: hidden;
}
.post-thumbnail.zooming {
    position: relative;
    overflow: hidden;
}

.post-thumbnail.zooming_in a {
    transform: scale(1, 1);
    -o-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -webkit-transform: scale(1, 1);
    transition: all 0.9s ease 0s;
    -o-transition: all 0.9s ease 0s;
    -moz-transition: all 0.9s ease 0s;
    -webkit-transition: all 0.9s ease 0s;
}

.post-thumbnail.zooming_in a:hover {
    transform: scale(1.03, 1.03);
    -o-transform: scale(1.03, 1.03);
    -ms-transform: scale(1.03, 1.03);
    -moz-transform: scale(1.03, 1.03);
    -webkit-transform: scale(1.03, 1.03);
}

.post-thumbnail.zooming_out a {
    transform: scale(1.03, 1.03);
    -o-transform: scale(1.03, 1.03);
    -ms-transform: scale(1.03, 1.03);
    -moz-transform: scale(1.03, 1.03);
    -webkit-transform: scale(1.03, 1.03);
    transition: all 0.9s ease 0s;
    -o-transition: all 0.9s ease 0s;
    -moz-transition: all 0.9s ease 0s;
    -webkit-transition: all 0.9s ease 0s;
}

.post-thumbnail.zooming_out a:hover {
    transform: scale(1, 1);
    -o-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -webkit-transform: scale(1, 1);
}

.post-thumbnail.mask a:before {
    z-index: 1;
    position: absolute;
    right: 0;
    left: 0;
    top: 0;
    bottom: 0;
    content: "";
    background-color: rgba(0, 0, 0, 0);
    transition: all 0.6s ease 0s;
    -o-transition: all 0.6s ease 0s;
    -moz-transition: all 0.6s ease 0s;
    -webkit-transition: all 0.6s ease 0s;
}

.post-thumbnail.mask a:hover:before {
    background-color: rgba(0, 0, 0, 0.3);
}

.post-thumbnail.gray_scale a {
    filter: grayscale(0);
    -ms-filter: gray(0);
    -webkit-filter: grayscale(0);
    transition: all 0.6s ease 0s;
    -o-transition: all 0.6s ease 0s;
    -moz-transition: all 0.6s ease 0s;
    -webkit-transition: all 0.6s ease 0s;
}

.post-thumbnail.gray_scale a:hover {
    filter: grayscale(100%);
    -ms-filter: gray(100%);
    -webkit-filter: grayscale(100%);
}

.post-thumbnail.blur a {
    filter: blur(0);
    -ms-filter: blur(0);
    -webkit-filter: blur(0);
    transition: all 0.6s ease 0s;
    -o-transition: all 0.6s ease 0s;
    -moz-transition: all 0.6s ease 0s;
    -webkit-transition: all 0.6s ease 0s;
}

.post-thumbnail.blur a:hover {
    filter: blur(2px);
    -ms-filter: blur(2px);
    -webkit-filter: blur(2px);
}

/* Dynamic Masonry */
.dynamic {
    position: relative;
    overflow: hidden;
}

.row.dynamic > div {
    padding: 0;
}

.dynamic > div {
    padding: 0 15px;
}

.dynamic .betsy-pagination {
    padding-top: 40px;
}

.dynamic .dynamic-masonry .post-inner {
    margin: 0 40px;
}

.dynamic .posts-area:before {
    content: "";
    position: absolute;
    top: 0;
    border: 1px dashed;
    bottom: 0;
    left: calc(50% - 1px);
    width: 1px;
    transform: translateX(50%);
    -o-transform: translateX(50%);
    -ms-transform: translateX(50%);
    -moz-transform: translateX(50%);
    -webkit-transform: translateX(50%);
}

.dynamic-masonry {
    padding-top: 40px;
    padding-right: 0;
    padding-left: 0;
    border-top: 1px dashed;
}

.posts-area > article.dynamic-masonry.col-lg-6:nth-of-type(1),
.posts-area > article.dynamic-masonry.col-lg-6:nth-of-type(2),
.dynamic .post-sticky {
    padding-top: 0;
    border: none;
}

.dynamic .sticky-post-area .post-sticky {
    position: relative;
    z-index: 7;
    background-color: #fff;
    padding: 40px;
    border: 1px dashed;
    margin-bottom: 0;
}
.sticky-post-area {
    background-color: #fff;
    padding-bottom: 40px;
    z-index: 7;
    position: relative;
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
}
.dynamic .sticky-post-area {
    padding-left: 0;
    padding-right: 0;
}
.sticky-post-area .post.sticky {
    margin-bottom: 0;
}

/* Post List */
.post-list .post-inner {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    -webkit-align-items: center;
    width: 100%;
}

.post-list .post-thumbnail,
.post-list .audio-wrapper,
.post-list .audio-embed,
.post-list .video-wrapper,
.post-list .video-embed,
.post-list .justified-gallery,
.post-list .owl-gallery-slider {
    margin-bottom: 0;
}

.post-list .entry-header {
    margin-bottom: 0;
    width: 48%;
    display: inline-block;
}

.post-list .entry-content {
    display: inline-block;
    width: 52%;
    padding: 15px 0 15px 30px;
}

.standard-list .post-heading,
.post-list .post-heading {
    margin-bottom: 20px;
}

/* Post Head */
.thumbnail-center .post-thumbnail img{
    position: absolute;
    top: 50%;
    left: 50%;
    object-fit: cover;
    -o-object-fit: cover;
    transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    height: 100%;
    width: 100%;
}

.thumbnail-center.standard-grid .post-thumbnail a,
.thumbnail-center.post-head .post-thumbnail a{
    padding-top: 430px;
}
.thumbnail-center.standard-grid .post-overlay .post-thumbnail a,
.thumbnail-center.post-head .post-overlay .post-thumbnail a{
    padding-top: 550px;
}

/* Post Slider */
.slider-heading {
    width: 25%;
    display: inline-block;
    padding-right: 30px;
    padding-left: 15px;
    align-self: center;
    -webkit-align-self: center;
}
.slider-heading h4 {
    margin-bottom: 8px;
}
#custom-nav {
    padding-top: 20px;
}
.slider-heading [class*='owl'] {
    background-color: inherit;
    color: #000 !important;
    padding: 0;
    font-size: 16px;
    line-height: 1;
}
.slider-heading [class*='owl'].disabled {
    color: #777 !important;
}
.slider-heading .owl-prev {
    margin-right: 20px;
}
.posts-area.owl-post-slider {
    display: inline-block;
    width: 75%;
    padding-right: 15px;
    padding-left: 15px;
}
.posts-area.owl-post-slider .owl-nav {
    position: absolute;
    left: -25%;
    bottom: 35%;
    transform: translateY(35%);
}
.posts-area.owl-post-slider .owl-nav [class*="owl-"] {
    position: relative;
    left: 0;
    right: 0;
}
.post-slider {
    margin: 0 !important;
}
.post-slider.sticky {
    padding: 0 !important;
}
.post-slider .post-author img {
    display: inline-block;
    width: 20px;
}
.thumbnail-overlay {
    height: 400px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.post-slider .entry-header {
    margin-bottom: 0;
}
.post-slider .post-heading.overlay-inner {
    padding-bottom: 20px;
    padding-left: 20px;
}

/* Post Grid */
.standard-grid-2 .post-overlay .post-thumbnail img,
.post-grid .post-overlay .post-thumbnail img{
    position: absolute;
    top: 50%;
    left: 50%;
    object-fit: cover;
    -o-object-fit: cover;
    transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    height: 100%;
    width: 100%;
}

.standard-grid-2 .post-overlay .post-thumbnail a {
    padding-top: 700px;
}
.post-grid .post-overlay .post-thumbnail a {
    padding-top: 500px;
}

.standard-grid-2 .post-heading.overlay-inner,
.post-grid .post-heading.overlay-inner {
    padding-right: 5px;
}

/*--------------------------------------------------------------
## Promo Box
--------------------------------------------------------------*/
.promobox-inner {
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
}
.promobox-image {
    position: relative;
    height: 300px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.promobox-inner .promobox-image {
     width: 100%;
     position: relative;
}

.promobox-content {
    text-align: center;
    position: absolute;
    top: 55%;
    left: 50%;
    transform: translate(-50%, -55%);
    -o-transform: translate(-50%, -55%);
    -moz-transform: translate(-50%, -55%);
    -webkit-transform: translate(-50%, -55%);
}
.promobox-link {
    text-align: center;
    background-color: #fff;
    padding: 7px;
    border-radius: 2px;
}
.promobox-link a {
    padding: 9px 12px;
    display: block;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 14px;
    font-weight: 800;
    border: 1px dashed;
    transition: 0.3s all ease-in-out;
    -o-transition: 0.3s all ease-in-out;
    -moz-transition: 0.3s all ease-in-out;
    -webkit-transition: 0.3s all ease-in-out;
}


/*--------------------------------------------------------------
## About Author
--------------------------------------------------------------*/
.author-info {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    width: 100%;
    align-items: center;
    -webkit-align-items: center;
}

.author-info-img {
    display: inline-block;
    width: 35%;
    padding-right: 40px;
    position: relative;
}

.author-info-img img {
    border-radius: 10px;
}

.author-info-img h4 {
    letter-spacing: 1px;
    background-color: #fff;
    position: absolute;
    bottom: 0;
    width: calc(100% - 40px);
    text-align: center;
    padding: 15px 0;
    margin: 0;
    font-size: 19px;
    border-bottom: 1px dashed;
    border-right: 1px dashed;
    border-left: 1px dashed;
}

.author-info-text {
    display: inline-block;
    width: 65%;
    padding-left: 40px;
    border-left: 1px dashed;
}

.author-info-text span {
    letter-spacing: 1px;
    margin-top: -8px;
    display: block;
}

.author-info-text p {
    margin-bottom: 0;
}

.author-info-text img {
    margin-top: 15px;
    width: 30%;
}

.author-info-social {
    margin-top: 15px;
}

.author-info-social ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.author-info-social li {
    display: inline-block;
    margin-right: 15px;
    position: relative;
}

.author-info-social p {
    margin: 0;
}


/*--------------------------------------------------------------
## Featured Posts
--------------------------------------------------------------*/
/* Default */
.featured-item {
    position: relative;
}
.featured-item-img {
    display: block;
    position: relative;
    height: 650px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.featured-text {
    background-color: #fff;
    left: 50%;
    position: absolute;
    text-align: center;
    top: 50%;
    transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    z-index: 7;
    width: 370px;
}

.featured-text-inner {
    padding: 20px 30px;
    border: 1px dashed;
    margin: 10px;
}
.featured-text-inner .read-more {
    margin: 15px auto 0;
    padding: 0;
    background-color: inherit;
}

.featured-text-inner > span,
.featured-text-inner p,
.featured-text-inner h3 {
    display: block;
    margin: 10px 0 0 0;
}

.featured-text-inner > a,
.featured-text-inner > span {
    text-transform: capitalize;
    font-size: 14px;
    letter-spacing: 1px;
}
.featured-text-inner .read-more a {
    color: #000;
}
/* Featured One */
.featured-full-inner {
    position: relative;
}

.featured-full .tab-content {
    display: block;
    height: 650px;
    position: relative;
    overflow: hidden;
}

.featured-full .tab {
    position: absolute;
    width: 100%;
    height: 100%;
    visibility: hidden;
    opacity: 0;
    transform: translateX(-100%);
    -o-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    -moz-transform: translateX(-100%);
    -webkit-transform: translateX(-100%);
}

.featured-full .tab.active {
    visibility: visible;
    opacity: 1;
    transform: translateX(0);
    -o-transform: translateX(0);
    -ms-transform: translateX(0);
    -moz-transform: translateX(0);
    -webkit-transform: translateX(0);
}
.featured-full .featured-text {
    left: auto;
    text-align: inherit;
    top: 0;
    transform: translate(0, 0);
    -o-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -webkit-transform: translate(0, 0);
    width: 320px;
    right: 0;
    bottom: 0;
    margin: 40px 0;
}

.featured-full .featured-text-inner {
    margin: 0;
    border: none;
    position: absolute;
    top: 42%;
    transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
}
.featured-full .featured-item-img {
    margin-right: 260px;
}
.slick-tab-links-full {
    position: absolute;
    bottom: 70px;
    right: 0;
    margin: 0;
    padding: 0 80px;
    width: 320px;
    left: auto;
}
.featured-full .slick-tab-links-full a {
    color: inherit;
    height: 45px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    display: block;
    position: relative;
    border-radius: 50%;
    margin: 0 4px;
}
.featured-full .slick-tab-links-full a:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    background-color: #fff;
    opacity: 0.4;
    transition: all 0.4s ease-in-out 0s;
    -o-transition: all 0.4s ease-in-out 0s;
    -moz-transition: all 0.4s ease-in-out 0s;
    -webkit-transition: all 0.4s ease-in-out 0s;
}
.featured-full .slick-tab-links-full .active a:before {
    opacity: 0;
}
.featured-full .slick-next,
.featured-full .slick-prev {
    position: absolute;
    margin: 0;
    height: 100%;
    line-height: 45px !important;
    width: 45px;
}
.featured-full .slick-prev {
    left: 30px;
}
.featured-full .slick-next {
    right: 30px;
}

/* Featured Two */
.featured-two .tabs {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    width: 100%;
}

.featured-two .tab-content {
    display: inline-block;
    width: 70%;
    margin-right: 40px;
    position: relative;
}

.featured-two .slick-tab-links {
    display: inline-block;
    width: 30%;
    margin: 0;
    padding: 0;
    list-style: none;
    height: 650px;
    overflow-y: hidden;
}

.featured-two .slick-tab-links li {
    padding: 0;
    margin-bottom: 40px;
}

.featured-two .slick-tab-links a {
    position: relative;
    height: 310px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    display: block;
    width: 100%;
}

.featured-two .tab {
    position: absolute;
    width: 100%;
    height: 100%;
    visibility: hidden;
    opacity: 0;
    transform: scale(0.95, 0.95);
    -o-transform: scale(0.95, 0.95);
    -ms-transform: scale(0.95, 0.95);
    -moz-transform: scale(0.95, 0.95);
    -webkit-transform: scale(0.95, 0.95);
}

.featured-two .tab.active {
    visibility: visible;
    opacity: 1;
    transform: scale(1, 1);
    -o-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -webkit-transform: scale(1, 1);
}

.featured-two .slick-prev,
.featured-two .slick-next {
    margin: auto 0;
}

.featured-area .featured-two .slick-prev {
    left: 50%;
    top: 10px;
    bottom: auto;
    transform: translateX(-50%);
    -o-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
}

.featured-area .featured-two .slick-slider .slick-next {
    right: 50%;
    bottom: 10px;
    top: auto;
    transform: translateX(50%);
    -o-transform: translateX(50%);
    -ms-transform: translateX(50%);
    -moz-transform: translateX(50%);
    -webkit-transform: translateX(50%);
}

.featured-area .featured-two .tabs .slick-slider .slick-disabled {
    visibility: hidden;
    opacity: 0;
}

/* Featured Three */
.slick-featured-area-three {
    margin: 0 -10px;
}
.featured-three .featured-text {
    width: 80%;
}

.featured-three .featured-item .featured-item-img {
    margin: 0 10px;
}

.featured-three .featured-item .featured-text {
    visibility: hidden;
    opacity: 0;
    transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    -webkit-transition: all 0.3s ease-in-out 0s;
}

.featured-three .featured-item.slick-current .featured-text {
    visibility: visible;
    opacity: 1;
}

.featured-three .featured-item .featured-item-img:before {
    content: "";
    background-color: rgba(0, 0, 0, 0.4);
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    opacity: 1;
    z-index: 1;
    transition: all 0.4s ease-in-out 0s;
    -o-transition: all 0.4s ease-in-out 0s;
    -moz-transition: all 0.4s ease-in-out 0s;
    -webkit-transition: all 0.4s ease-in-out 0s;
}

.featured-three .featured-item.slick-current .featured-item-img:before {
    background-color: rgba(0, 0, 0, 0);
    opacity: 0;
}

.featured-four .slick-prev,
.featured-four .slick-next,
.featured-three .slick-prev,
.featured-three .slick-next {
    opacity: 0;
    transition: all 0.4s ease-in-out 0s;
    -o-transition: all 0.4s ease-in-out 0s;
    -moz-transition: all 0.4s ease-in-out 0s;
    -webkit-transition: all 0.4s ease-in-out 0s;
}

.featured-four .slick-prev,
.featured-three .slick-prev {
    left: 0;
}

.featured-four .slick-next,
.featured-three .slick-next {
    right: 0;
}

.featured-four .slick-slider:hover .slick-prev,
.featured-three .slick-slider:hover .slick-prev {
    left: 20px;
    opacity: 1;
}

.featured-four .slick-slider:hover .slick-next,
.featured-three .slick-slider:hover .slick-next {
    right: 20px;
    opacity: 1;
}

/* Featured Four */
.featured-four .slick-slider {
    margin: 0 -10px;
}

.featured-four .featured-item {
    margin: 0 10px;
}

.featured-four .featured-item.slick-slide .featured-text {
    visibility: visible;
    opacity: 1;
}

.featured-four .featured-item.slick-slide .featured-item-img:before {
    display: none;
}

.featured-four .featured-item.slick-slide:before {
    background-color: rgba(0, 0, 0, 0);
}

/* Featured Six */
.featured-five .owl-item .featured-text {
    visibility: hidden;
    opacity: 0;
    transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    -webkit-transition: all 0.3s ease-in-out 0s;
}

.featured-five .owl-item .featured-item:before {
    content: "";
    background-color: rgba(0, 0, 0, 0.4);
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    opacity: 1;
    z-index: 1;
    transition: all 0.4s ease-in-out 0s;
    -o-transition: all 0.4s ease-in-out 0s;
    -moz-transition: all 0.4s ease-in-out 0s;
    -webkit-transition: all 0.4s ease-in-out 0s;
}

.featured-five .owl-item.active.center .featured-item:before {
    background-color: rgba(0, 0, 0, 0);
    opacity: 0;
}

.featured-five .owl-item.active.center .featured-text {
    visibility: visible;
    opacity: 1;
}

/* Featured Seven */
.featured-eight-inner,
.featured-seven-inner {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    width: 100%;
}
.featured-seven .colum-1 {
    width: 67%;
    padding-right: 40px;
}
.featured-seven .colum-2 {
    width: 33%;
}
.featured-seven .featured-text,
.featured-eight .featured-text {
    position: relative;
    left: 0;
    top: 0;
    text-align: left;
    transform: translate(0, 0);
    -o-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -webkit-transform: translate(0, 0);
    width: 100%;
}
.featured-seven .featured-text-inner,
.featured-eight .featured-text-inner {
    margin: 20px 0 0;
    padding: 0;
    background-color: inherit;
    border: none;
}

.featured-area .featured-seven .colum-1 .featured-item-img{
    height: 700px;
}
.featured-seven .colum-2 .featured-item {
    width: 100%;
    display: block;
}
.featured-seven .colum-2 .featured-item:first-child{
    padding-bottom: 40px;
}
.featured-seven .colum-2 .featured-item-img {
    height: 250px !important;
}

/* Featured Eight */
.featured-eight .colum-1{
    width: 70%;
    padding: 0 40px;
}
.featured-eight .colum-2{
    order: -1;
    -o-order: -1;
    -moz-order: -1;
    -ms-flex-order: -1;
    -webkit-order: -1;
}
.featured-eight .colum-2,
.featured-eight .colum-3{
    width: 30%;
}

.featured-eight .colum-2 .featured-item:first-child,
.featured-eight .colum-3 .featured-item:first-child {
    padding-bottom: 40px;
}
.featured-area .featured-eight .colum-1 .featured-item-img{
    height: 700px;
}
.featured-eight .colum-2 .featured-item-img,
.featured-eight .colum-3 .featured-item-img {
    height: 250px !important;
}

/* Featured Nine */
.featured-nine .featured-item-img{
    height: 200px !important;
}

.featured-nine .featured-text{
    position: relative;
    left: 0;
    top: 0;
    text-align: left;
    transform: translate(0, 0);
    -o-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -webkit-transform: translate(0, 0);
    width: 100% !important;
}
.featured-nine .featured-text-inner {
    margin: 0;
    padding: 20px 25px;
    background-color: inherit;
    border-top: none;
}

.featured-nine .owl-theme .owl-nav.disabled + .owl-dots {
    margin-top: 20px;
}
