/*!
Theme Name: Raha
Theme URI: https://themeforest.net/user/yungthemes/portfolio
Author: Yungthemes
Author URI: https://themeforest.net/user/yungthemes
Description: A Creative WordPress Blog & Shop Theme
Version: 1.1
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: raha
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.

Raha is based on Underscores https://underscores.me/, (C) 2012-2017 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Default
# Typography
# Elements
# Forms
# Post Like System
# OWL Carousel
# Justified Gallery
# Navigation
    ## Links
    ## Menus
# Accessibility
# Clearings
# Site
# Header
    ## Header One
    ## Header Two
    ## Header Three
# Content
    ## Posts and pages
        ### Posts Navigation
        ### Post
            #### Standard
            #### Standard Grid
            #### Standard List
            #### Masonry
            #### Dynamic Masonry
            #### List
            #### List Two
            #### Chess
            #### Chess Two
        ### Gallery
        ### Quote && Link
        ### Single Post
    ## Comments
    ## Widgets
        ### Default Widgets
        ### About Me
        ### Ad
        ### Latest Posts
        ### Social Media
        ### Tags
        ### Null Instagram
# Footer
# Error 404
# King Composer
    ## Featured Area
    ## Portfolio
    ## Promo Box
    ## Author Info
# Infinite scroll
# Media
    ## Captions
    ## Galleries
# Gutenberg
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
/* normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */

/* Document
     ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html {
    line-height: 1.15; /* 1 */
    -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
     ========================================================================== */

/* Remove the margin in all browsers. */

body {
    margin: 0;
}

/* Grouping content
     ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
    box-sizing: content-box; /* 1 */
    height: 0; /* 1 */
    overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

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

/* Text-level semantics
     ========================================================================== */

/* Remove the gray background on active links in IE 10. */

a {
    background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
  */

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

/* Add the correct font weight in Chrome, Edge, and Safari. */

b,
strong {
    font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

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

/* Add the correct font size in all browsers. */

small {
    font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

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

sub {
    bottom: -0.25em;
}

sup {
    top: -0.5em;
}

/* Embedded content
     ========================================================================== */

/* Remove the border on images inside links in IE 10. */

img {
    border-style: none;
}

/* Forms
     ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

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

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input { /* 1 */
    overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select { /* 1 */
    text-transform: none;
}

/* Correct the inability to style clickable types in iOS and Safari. */

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

/* Remove the inner border and padding in Firefox. */

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

/* Restore the focus styles unset by the previous rule. */

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

/* Correct the padding in Firefox. */

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

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *      `fieldset` elements in all browsers.
 */

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

/* Add the correct vertical alignment in Chrome, Firefox, and Opera. */

progress {
    vertical-align: baseline;
}

/* Remove the default vertical scrollbar in IE 10+. */

textarea {
    overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

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

/* Correct the cursor style of increment and decrement buttons in Chrome. */

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

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

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

/* Remove the inner padding in Chrome and Safari on macOS. */

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

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
    -webkit-appearance: button; /* 1 */
    font: inherit; /* 2 */
}

/* Interactive
     ========================================================================== */

/* Add the correct display in Edge, IE 10+, and Firefox. */

details {
    display: block;
}

/* Add the correct display in all browsers. */

summary {
    display: list-item;
}

/* Misc
     ========================================================================== */

/* Add the correct display in IE 10+. */

template {
    display: none;
}

/* Add the correct display in IE 10. */

[hidden] {
    display: none;
}

/*--------------------------------------------------------------
# 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;
    }
}

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

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
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;
}

blockquote:before {
    font-family: "IcoFont";
    content: "\efcd";
    line-height: 1.5;
    font-size: 35px;
    position: relative;
    display: block;
    max-width: 60px;
    margin: 0 auto 0.3em;
}

blockquote:after {
    content: "";
    position: relative;
    display: block;
    max-width: 60px;
    margin: 1.5em auto 1.5em;
    border-bottom: 1px solid;
}

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 {
    /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see https://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
    box-sizing: inherit;
}

body {
    background-color: #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.7em;
}

dt {
    font-weight: bold;
}

dd {
    margin: 0 1.5em 1.5em;
}

img {
    height: auto;
    /* Make sure images are scaled correctly. */
    max-width: 100%;
    /* Adhere to container width. */
}

figure {
    margin: 1em 0;
    /* Extra wide images within figure tags don't overflow the content area. */
}

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

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

th {
    text-align: center;
    background-color: #f4f4f4;
}

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
    border: 1px solid #f4f4f4;
    background-color: #f4f4f4;
    color: rgba(0, 0, 0, 0.8);
    letter-spacing: 1px;
    font-size: 0.75rem;
    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;
    color: rgba(0, 0, 0, 1);
}

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.75rem;
    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 {
    border: 1px solid #eee;
}

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

textarea {
    width: 100%;
}

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

::-webkit-input-placeholder {
    color: #454545;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 11px;
}

:-moz-placeholder {
    color: #454545;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 11px;
}

::-moz-placeholder {
    color: #454545;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 11px;
}

:-ms-input-placeholder {
    color: #454545;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 11px;
}

.full-search input::-webkit-input-placeholder {
    color: #fff;
    font-size: 30px;
    opacity: 1;
}

.full-search input:-moz-placeholder {
    color: #fff;
    font-size: 30px;
    opacity: 1;
}

.full-search input::-moz-placeholder {
    color: #fff;
    font-size: 30px;
    opacity: 1;
}

.full-search input:-ms-input-placeholder {
    color: #fff;
    font-size: 30px;
    opacity: 1;
}

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

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

.searchform .search-submit {
    line-height: 1.7;
    background-color: #fff;
    position: absolute;
    top: 0;
    right: 0;
    border: none;
    background: none;
    padding: 5px 15px 5px 0;
    height: 35px;
}

.searchform .search-submit i {
    font-size: 12px;
    color: #000;
    padding-left: 15px;
    border-left: 1px solid;
}

/*--------------------------------------------------------------
# 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;
    background-color: #fff !important;
    font-size: 14px;
    margin: auto 15px;
    display: inline-block;
    cursor: pointer;
    width: 2.3em;
    height: 2.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;
}

.owl-theme .owl-dots .owl-dot span {
    width: 1px;
    height: 8px;
    margin: 0 5px;
    background: #D6D6D6;
    display: block;
    -webkit-backface-visibility: visible;
    border-radius: 10px;
    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;
}

.owl-theme .owl-dots .owl-dot.active span {
    height: 11px;
}

/*--------------------------------------------------------------
# Justified Gallery
--------------------------------------------------------------*/
.justified-gallery {
    width: 100%;
    position: relative;
    overflow: hidden;
}

.justified-gallery > a,
.justified-gallery > div,
.justified-gallery > figure {
    position: absolute;
    display: inline-block;
    overflow: hidden;
    /* background: #888888; To have gray placeholders while the gallery is loading with waitThumbnailsLoad = false */
    filter: "alpha(opacity=10)";
    opacity: 0.1;
    margin: 0;
    padding: 0;
}

.justified-gallery > a > img,
.justified-gallery > div > img,
.justified-gallery > figure > img,
.justified-gallery > a > a > img,
.justified-gallery > div > a > img,
.justified-gallery > figure > a > img {
    position: absolute;
    top: 50%;
    left: 50%;
    margin: 0;
    padding: 0;
    border: none;
    filter: "alpha(opacity=0)";
    opacity: 0;
}

.justified-gallery > a > .caption,
.justified-gallery > div > .caption,
.justified-gallery > figure > .caption {
    display: none;
    position: absolute;
    bottom: 0;
    padding: 5px;
    background-color: #000;
    left: 0;
    right: 0;
    margin: 0;
    color: #fff;
    font-size: 12px;
    font-weight: 300;
    font-family: sans-serif;
}

.justified-gallery > a > .caption.caption-visible,
.justified-gallery > div > .caption.caption-visible,
.justified-gallery > figure > .caption.caption-visible {
    display: initial;
    filter: "alpha(opacity=70)";
    opacity: 0.7;
    -webkit-transition: opacity 500ms ease-in;
    -moz-transition: opacity 500ms ease-in;
    -o-transition: opacity 500ms ease-in;
    transition: opacity 500ms ease-in;
}

.justified-gallery > .entry-visible {
    filter: "alpha(opacity=100)";
    opacity: 1;
    background: none;
}

.justified-gallery > .entry-visible > img,
.justified-gallery > .entry-visible > a > img {
    filter: "alpha(opacity=100)";
    opacity: 1;
    -webkit-transition: opacity 500ms ease-in;
    -moz-transition: opacity 500ms ease-in;
    -o-transition: opacity 500ms ease-in;
    transition: opacity 500ms ease-in;
}

.justified-gallery > .jg-filtered {
    display: none;
}

.justified-gallery > .spinner {
    position: absolute;
    bottom: 0;
    margin-left: -24px;
    padding: 10px 0 10px 0;
    left: 50%;
    filter: "alpha(opacity=100)";
    opacity: 1;
    overflow: initial;
}

.justified-gallery > .spinner > span {
    display: inline-block;
    filter: "alpha(opacity=0)";
    opacity: 0;
    width: 8px;
    height: 8px;
    margin: 0 4px 0 4px;
    background-color: #000;
    border-radius: 6px;
}

/*--------------------------------------------------------------
# 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
--------------------------------------------------------------*/
.site-brand {
    padding: 15px 0;
    margin-bottom: 30px;
}

.site-brand-inner {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    -webkit-align-items: center;
    width: 100%;
}

.logo {
    display: inline-block;
    width: 22%;
    text-align: center;
    padding: 5px 0;
}

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

.logo h1 {
    margin: 0;
}

.site-brand .logo-text {
    width: auto;
    margin: 0 auto;
}

.site-brand .logo-text h1 {
    margin: 0 10px;
}

.main-navigation.left {
    display: inline-block;
    width: 100%;
    padding-right: 30px;
    padding-left: 30px;
}

.main-navigation.right {
    display: inline-block;
    width: 100%;
    padding-left: 30px;
    padding-right: 30px;
}

.main-navigation.right .main-navigation-inner > ul {
    float: left;
}

.main-navigation.left .main-navigation-inner > ul {
    float: right;
}

.left .menu-btn {
    text-align: left;
}

.right .menu-btn {
    text-align: right;
}

.menu-btn-inner {
    display: inline-block;
    cursor: pointer;
    margin-top: 5px;
}

.menu-btn span {
    background-color: #000;
    display: block;
    height: 1px;
    width: 25px;
    margin: 10px 0;
}

.main-navigation {
    clear: both;
    display: block;
    width: 100%;
    text-align: center;
    padding: 20px 0 10px;
}

.main-navigation a {
    display: block;
    text-decoration: none;
    text-transform: uppercase;
    letter-spacing: 1px;
    line-height: normal;
    font-size: 0.96em;
    padding: 10px 0 20px 0;
}

.main-navigation ul {
    display: block;
    list-style: none;
    margin: 0;
    padding-left: 0;
    z-index: 9;
}

.main-navigation ul ul {
    background-color: #000;
    opacity: 0;
    position: absolute;
    left: 50%;
    top: 40px;
    z-index: 999;
    visibility: hidden;
    overflow: 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 5px 15px rgba(0, 0, 0, 0.07);
    -o-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.07);
    -moz-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.07);
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.07);
    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: 45px;
    overflow: visible;
}

.main-navigation ul ul ul {
    left: 325px;
    top: 0;
    z-index: 99;
}

.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 ul ul .push-left > ul {
    left: -100px;
    width: 100%;
}

.main-navigation ul ul > li.push-left:hover > ul,
.main-navigation ul ul > li.push-left.focus > ul {
    left: -330px;
}

.main-navigation ul ul a {
    width: 210px;
    line-height: normal;
    padding: 17px 0 17px 0;
    color: #fff;
}

.main-navigation ul ul a:hover {
    color: #a5a5a5;
}

.main-navigation li {
    display: inline-block;
    position: relative;
    margin-right: 25px;
    font-size: 14px;
}

.main-navigation .main-navigation-inner > ul > li:last-child {
    margin-right: 0;
}

.main-navigation li li {
    margin: 0;
    border-bottom: 1px solid #222222;
    padding: 0 5px;
}

.main-navigation li li:last-child {
    border: none;
}

.main-navigation .page_item_has_children a,
.main-navigation .menu-item-has-children a {
    padding-right: 8px;
}

.widget .menu .page_item_has_children > .plus-menu:after,
.main-navigation .page_item_has_children > .plus-menu:after,
.widget .menu .menu-item-has-children > .plus-menu:after,
.main-navigation .menu-item-has-children > .plus-menu:after {
    content: "";
    width: 5px;
    height: 1px;
    background-color: #000;
    position: absolute;
    display: inline-block;
    top: calc(50% + -3px);
    right: 0;
    transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    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 {
    display: block;
}

.widget .menu .page_item_has_children > .plus-menu:before,
.main-navigation .page_item_has_children > .plus-menu:before,
.widget .menu .menu-item-has-children > .plus-menu:before,
.main-navigation .menu-item-has-children > .plus-menu:before {
    content: "";
    width: 1px;
    height: 5px;
    background-color: #000;
    position: absolute;
    display: inline-block;
    top: calc(50% + -3px);
    right: 2px;
    transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    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;
}

.widget .menu .menu-item-has-children:hover > .plus-menu:before,
.main-navigation .menu-item-has-children:hover > .plus-menu:before {
    height: 0;
}

.widget .menu .page_item_has_children:hover > .plus-menu:before,
.main-navigation .page_item_has_children:hover > .plus-menu:before {
    height: 0;
}

.widget .menu ul .menu-item-has-children > .plus-menu:after,
.widget .menu ul .menu-item-has-children > .plus-menu:before,
.main-navigation ul ul .menu-item-has-children > .plus-menu:after,
.main-navigation ul ul .menu-item-has-children > .plus-menu:before,
.main-navigation ul ul .page_item_has_children > .plus-menu:after,
.main-navigation ul ul .page_item_has_children > .plus-menu:before {
    background-color: #fff;
}

.main-navigation ul ul .page_item_has_children > .plus-menu:after,
.main-navigation ul ul .menu-item-has-children > .plus-menu:after {
    right: 16px;
    top: 50%;
}

.main-navigation ul ul .menu-item-has-children > .plus-menu:before,
.main-navigation ul ul .page_item_has_children > .plus-menu:before {
    right: 18px;
    top: 50%;
}

/* Widget Menu */
.widget.widget_nav_menu .menu {
    text-align: left;
    width: 100%;
    margin: 0 0 30px 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 {
    border-bottom: 1px solid #222222;
    padding-bottom: 0;
}

.widget.widget_nav_menu .menu li li:last-child {
    border: none;
}

.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;
    color: #fff;
}

.widget.widget_nav_menu .menu ul {
    background-color: #000;
    margin-top: 10px;
    margin-bottom: 10px;
    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;
    border-top: 1px solid #222;
}

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

.widget.widget_nav_menu .menu .plus-menu {
    float: right;
    width: 28px;
    height: 35px;
    display: inline-block;
    position: absolute;
    right: 0;
    cursor: pointer;
}

.widget .menu .page_item_has_children > .plus-menu:after,
.widget .menu .menu-item-has-children > .plus-menu:after {
    right: 12px !important;
    top: 50%;
}

.widget .menu .menu-item-has-children > .plus-menu:before,
.widget .menu .page_item_has_children > .plus-menu:before {
    right: 14px !important;
    top: 50%;
}

.widget .menu .menu-item-has-children:hover > .plus-menu:before,
.widget .menu .page_item_has_children:hover > .plus-menu:before {
    height: 5px;
}

.widget.widget_nav_menu .menu .plus-menu.active:before {
    height: 0 !important;
}

/* Footer Menu */
.menu-footer .main-navigation {
    padding: 23px 0 0;
}

.menu-footer .main-navigation .menu > ul > li,
.menu-footer .main-navigation > ul > li {
    margin: 0 13px;
    display: inline-block;
}

.menu-footer .main-navigation .menu > ul > li > a,
.menu-footer .main-navigation > ul > li > a {
    padding: 8px 0 5px 0;
}

.menu-footer .main-navigation .menu > ul > li.page_item_has_children > a,
.menu-footer .main-navigation .menu > ul > li.menu-item-has-children > a,
.menu-footer .main-navigation > ul > li.page_item_has_children > a,
.menu-footer .main-navigation > ul > li.menu-item-has-children > a {
    padding-right: 8px;
}

.menu-footer .main-navigation ul ul {
    top: auto;
    bottom: 26px;
}

.menu-footer .main-navigation .menu > ul > li:hover > ul,
.menu-footer .main-navigation .menu > ul > li.focus > ul,
.menu-footer .main-navigation > ul > li:hover > ul,
.menu-footer .main-navigation > ul > li.focus > ul {
    top: auto;
    bottom: 31px;
}

.menu-footer .main-navigation ul ul ul {
    bottom: auto;
    top: 0;
}

.menu-footer .main-navigation .menu > ul > li.page_item_has_children > .plus-menu:before,
.menu-footer .main-navigation .menu > ul > li.menu-item-has-children > .plus-menu:before,
.menu-footer .main-navigation .menu > ul > li.page_item_has_children > .plus-menu:after,
.menu-footer .main-navigation .menu > ul > li.menu-item-has-children > .plus-menu:after,
.menu-footer .main-navigation > ul > li.page_item_has_children > .plus-menu:before,
.menu-footer .main-navigation > ul > li.menu-item-has-children > .plus-menu:before,
.menu-footer .main-navigation > ul > li.page_item_has_children > .plus-menu:after,
.menu-footer .main-navigation > ul > li.menu-item-has-children > .plus-menu:after {
    top: calc(70% + -3px);
}

/*--------------------------------------------------------------
# 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; /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

.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;
    /* Above WP toolbar. */
}

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
    outline: 0;
}

/*--------------------------------------------------------------
# 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;
}

/*--------------------------------------------------------------
# Site
--------------------------------------------------------------*/
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: 30px 30px 30px 30px;
    transition: all 0.6s ease-in-out 0.1s;
    -o-transition: all 0.6s ease-in-out 0.1s;
    -moz-transition: all 0.6s ease-in-out 0.1s;
    -webkit-transition: all 0.6s ease-in-out 0.1s;
}

.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);
}

.aside-button {
    width: 28px;
    height: 25px;
    margin: 0 auto 30px auto;
    position: relative;
    cursor: pointer;
}

.aside-button span {
    width: 28px;
    height: 1px;
    background-color: #000;
    position: absolute;
    top: 50%;
    display: block;
    transform: rotate(0);
    -o-transform: rotate(0);
    -ms-transform: rotate(0);
    -moz-transform: rotate(0);
    -webkit-transform: rotate(0);
    transition: all 0.28s cubic-bezier(.01, .94, .48, .99) 0s;
    -o-transition: all 0.28s cubic-bezier(.01, .94, .48, .99) 0s;
    -moz-transition: all 0.28s cubic-bezier(.01, .94, .48, .99) 0s;
    -webkit-transition: all 0.28s cubic-bezier(.01, .94, .48, .99) 0s;
}

.widget-active .aside-button span:first-child,
.menu-right-active .aside-button span:first-child,
.menu-left-active .aside-button span:first-child {
    transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    transition: all 0.4s cubic-bezier(.01, .94, .48, .99) 0.6s;
    -o-transition: all 0.4s cubic-bezier(.01, .94, .48, .99) 0.6s;
    -moz-transition: all 0.4s cubic-bezier(.01, .94, .48, .99) 0.6s;
    -webkit-transition: all 0.4s cubic-bezier(.01, .94, .48, .99) 0.6s;
}

.widget-active .aside-button span:last-child,
.menu-right-active .aside-button span:last-child,
.menu-left-active .aside-button span:last-child {
    transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transition: all 0.5s cubic-bezier(.01, .94, .48, .99) 0.6s;
    -o-transition: all 0.5s cubic-bezier(.01, .94, .48, .99) 0.6s;
    -moz-transition: all 0.5s cubic-bezier(.01, .94, .48, .99) 0.6s;
    -webkit-transition: all 0.5s cubic-bezier(.01, .94, .48, .99) 0.6s;
}

.back-ground {
    background-color: rgba(0, 0, 0, 0.6);
    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.6s ease-in-out 0.1s;
    -o-transition: all 0.6s ease-in-out 0.1s;
    -moz-transition: all 0.6s ease-in-out 0.1s;
    -webkit-transition: all 0.6s ease-in-out 0.1s;
}

.widget-active .back-ground,
.menu-left-active .back-ground,
.menu-right-active .back-ground {
    opacity: 1;
    visibility: visible;
}

.search-bg {
    background-color: #000;
    height: 0;
    width: 100%;
    left: 0;
    cursor: pointer;
    opacity: 1;
    visibility: hidden;
    overflow-x: hidden;
    overflow-y: auto;
    position: fixed;
    text-align: center;
    bottom: 0;
    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;
    z-index: 9991;
}

.search-active .search-bg {
    height: 100%;
    opacity: 1;
    visibility: visible;
}

.full-search {
    position: fixed;
    width: 35%;
    z-index: 9992;
    opacity: 0;
    top: -15%;
    left: 50%;
    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%);
    -ms-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
}

.search-active .full-search {
    top: 50%;
    opacity: 1;
}

.full-search .searchform {
    width: 100%;
    display: block;
}

.full-search .searchform .search-input {
    height: 60px;
    border: 1px solid #fff;
    border-radius: 0;
    background-color: rgba(0, 0, 0, 0);
    color: #fff;
    padding: 6px 10px;
    font-size: 30px;
    text-align: center;
    width: 100%;
}

.full-search .searchform .search-submit {
    display: none;
}

.cancel-btn {
    cursor: pointer;
    width: 70px;
    height: 70px;
    position: fixed;
    z-index: 9993;
    transition: all 0.32s ease-in-out 0.17s;
    -o-transition: all 0.32s ease-in-out 0.17s;
    -moz-transition: all 0.32s ease-in-out 0.17s;
    -webkit-transition: all 0.32s ease-in-out 0.17s;
}

.search-active .cancel-btn {
    transition: all 0.45s ease-in-out 0s;
    -o-transition: all 0.45s ease-in-out 0s;
    -moz-transition: all 0.45s ease-in-out 0s;
    -webkit-transition: all 0.45s ease-in-out 0s;
}

.cancel-btn-inner {
    cursor: pointer;
    width: 28px;
    height: 28px;
    margin: auto;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    transform: rotate(90deg);
    -o-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
}

.cancel-btn span {
    width: 28px;
    height: 1px;
    background-color: #fff;
    position: absolute;
    top: 50%;
    display: block;
    transform: rotate(0);
    -o-transform: rotate(0);
    -ms-transform: rotate(0);
    -moz-transform: rotate(0);
    -webkit-transform: rotate(0);
    transition: all 0.32s cubic-bezier(.01, .94, .48, .99) 0s;
    -o-transition: all 0.32s cubic-bezier(.01, .94, .48, .99) 0s;
    -moz-transition: all 0.32s cubic-bezier(.01, .94, .48, .99) 0s;
    -webkit-transition: all 0.32s cubic-bezier(.01, .94, .48, .99) 0s;
}

.search-active .cancel-btn span {
    transition: all 0.5s cubic-bezier(.01, .94, .48, .99) 0.5s;
    -o-transition: all 0.5s cubic-bezier(.01, .94, .48, .99) 0.5s;
    -moz-transition: all 0.5s cubic-bezier(.01, .94, .48, .99) 0.5s;
    -webkit-transition: all 0.5s cubic-bezier(.01, .94, .48, .99) 0.5s;
}

.search-active .cancel-btn span:first-child {
    transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
}

.search-active .cancel-btn span:last-child {
    transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
}

/* Loading */
.raha-loader {
    position: fixed;
    right: 0;
    left: 0;
    top: 0;
    bottom: 0;
    opacity: 1;
    display: block;
    background-color: #fff;
    z-index: 9998;
    transition: opacity 0.3s ease 0s;
    -o-transition: opacity 0.3s ease 0s;
    -moz-transition: opacity 0.3s ease 0s;
    -webkit-transition: opacity 0.3s ease 0s;
}

.raha-loader .loading-text {
    position: absolute;
    top: 47%;
    left: 50%;
    right: 0;
    bottom: 0;
    font-family: Roboto, "Helvetica Neue", -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
    font-size: 17px;
    font-weight: bold;
    text-align: center;
    color: #000;
    width: 100%;
    height: 30px;
    line-height: 28px;
    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%);
    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;
}

.loading-1,
.loading-2,
.loading-3 {
    display: inline-block;
    position: absolute;
    top: 50%;
    left: 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%);
}

.loading-2 svg,
.loading-3 svg,
.loading-1 svg {
    display: inline-block;
    text-align: center;
    position: relative;
}

.raha-loader.animate-run .loading-1 .loader-border {
    stroke-dasharray: 51 51;
    stroke-dashoffset: 408;
    stroke-width: 0.09em;
    stroke: rgba(0, 0, 0, 0.9);
    fill: transparent;
    transition: all 2s ease-in-out 0s;
    -o-transition: all 2s ease-in-out 0s;
    -moz-transition: all 2s ease-in-out 0s;
    -webkit-transition: all 2s ease-in-out 0s;
    animation: load-more 2.5s cubic-bezier(0.15, 0.44, 0.9, 0.6) infinite;
    -o-animation: load-more 2.5s cubic-bezier(0.15, 0.44, 0.9, 0.6) infinite;
    -moz-animation: load-more 2.5s cubic-bezier(0.15, 0.44, 0.9, 0.6) infinite;
    -webkit-animation: load-more 2.5s cubic-bezier(0.15, 0.44, 0.9, 0.6) infinite;
}

.raha-loader.animate-run .loading-2 svg {
    position: relative;
    transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    animation: svg-rotate 2.5s cubic-bezier(0.15, 0.44, 0.9, 0.6) infinite;
    -o-animation: svg-rotate 2.5s cubic-bezier(0.15, 0.44, 0.9, 0.6) infinite;
    -moz-animation: svg-rotate 2.5s cubic-bezier(0.15, 0.44, 0.9, 0.6) infinite;
    -webkit-animation: svg-rotate 2.5s cubic-bezier(0.15, 0.44, 0.9, 0.6) infinite;
}

@keyframes svg-rotate {
    100% {
        transform: rotate(360deg);
    }
}

@-o-keyframes svg-rotate {
    100% {
        -o-transform: rotate(360deg);
    }
}

@-moz-keyframes svg-rotate {
    100% {
        -moz-transform: rotate(360deg);
    }
}

@-webkit-keyframes svg-rotate {
    100% {
        -webkit-transform: rotate(360deg);
    }
}

.raha-loader.animate-run .loading-2 .loader-circle {
    stroke-dasharray: 91;
    stroke-dashoffset: 0;
    stroke-width: 0.09em;
    stroke: rgba(0, 0, 0, 0.9);
    fill: transparent;
    transition: all 2s ease-in-out 0s;
    -o-transition: all 2s ease-in-out 0s;
    -moz-transition: all 2s ease-in-out 0s;
    -webkit-transition: all 2s ease-in-out 0s;
}

.raha-loader .loading-3 .loading-text {
    top: 70%;
}

.raha-loader.animate-run .loading-3 .loader-triangle {
    stroke-dasharray: 97;
    stroke-dashoffset: 408;
    stroke-width: 0.09em;
    stroke: rgba(0, 0, 0, 0.9);
    fill: transparent;
    transition: all 2s ease-in-out 0s;
    -o-transition: all 2s ease-in-out 0s;
    -moz-transition: all 2s ease-in-out 0s;
    -webkit-transition: all 2s ease-in-out 0s;
    animation: load-more 2.5s cubic-bezier(0.15, 0.44, 0.9, 0.6) infinite;
    -o-animation: load-more 2.5s cubic-bezier(0.15, 0.44, 0.9, 0.6) infinite;
    -moz-animation: load-more 2.5s cubic-bezier(0.15, 0.44, 0.9, 0.6) infinite;
    -webkit-animation: load-more 2.5s cubic-bezier(0.15, 0.44, 0.9, 0.6) infinite;
}

/*----- Scroll Top -----*/
.scroll-wrapper {
    position: fixed;
    right: 20px;
    bottom: 20px;
    cursor: pointer;
    width: 46px;
    height: 46px;
    background-color: #fff;
    z-index: 999;
    border-radius: 50%;
}

.site.layout-one .scroll-wrapper {
    right: 90px;
}

.circle-scroll {
    stroke-dasharray: 2180;
    stroke-dashoffset: 2180;
    stroke-width: 0.09em;
    stroke: rgba(0, 0, 0, 0.9);
    fill: transparent;
}

.scroll-path {
    stroke-dasharray: 300;
    stroke-dashoffset: 300;
    stroke-width: 0.09em;
    stroke: rgba(0, 0, 0, 0.9);
    fill: transparent;
}

/*----- Site Border -----*/
.border-site {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    border-style: solid;
    z-index: 9997;
    pointer-events: none;
}

body.admin-bar .border-site {
    margin-top: 32px;
}

/*----- layout one -----*/
.site.layout-one {
    padding-right: 70px;
    display: block;
    position: relative;
}

.layout-one .cancel-btn {
    bottom: -70px;
    right: 0;
}

.search-active .layout-one .cancel-btn {
    bottom: 0;
}

/*----- layout two -----*/
.layout-two .search-bg {
    height: 100%;
    width: 0;
}

.search-active .layout-two .search-bg {
    width: 100%;
}

.layout-two .full-search {
    top: 50%;
    left: auto;
    right: -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%);
}

.search-active .layout-two .full-search {
    top: 50%;
    right: 50%;
}

.site.layout-two .cancel-btn-inner {
    transform: rotate(0);
    -o-transform: rotate(0);
    -ms-transform: rotate(0);
    -moz-transform: rotate(0);
    -webkit-transform: rotate(0);
}

body.admin-bar .layout-two .cancel-btn {
    top: 32px;
}

.layout-two .cancel-btn {
    top: 0;
    left: -70px;
}

.search-active .layout-two .cancel-btn {
    left: 0;
}

/*----- layout three -----*/
.full-search input:focus {
    color: #fff;
    border: 1px solid #fff;
}

.site.layout-three {
    padding-left: 70px;
    display: block;
    position: relative;
}

.site.layout-three .widget-area-popup {
    right: auto;
    left: -30%;
}

.widget-active .site.layout-three .widget-area-popup {
    right: auto;
    left: 0;
}

.layout-three .cancel-btn {
    bottom: -70px;
    left: 0;
}

.search-active .layout-three .cancel-btn {
    bottom: 0;
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/

/*--------------------------------------------------------------
## Header One
--------------------------------------------------------------*/
.header-one {
    position: fixed;
    right: 0;
    bottom: 0;
    width: 70px;
    margin: 0;
    height: 100%;
    background-color: #fff;
    border-left: 1px solid;
    z-index: 999;
    padding: 20px 0 0 0;
    transition: all 0.7s ease-in-out 0s;
    -o-transition: all 0.7s ease-in-out 0s;
    -moz-transition: all 0.7s ease-in-out 0s;
    -webkit-transition: all 0.7s ease-in-out 0s;
}

body.admin-bar .header-one {
    height: calc(100% + -32px);
}

.header-one-inner {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    align-content: space-between;
    -webkit-align-content: space-between;
    height: 100%;
}

/*----- top -----*/
.header-one .top {
    display: inline-block;
    width: 100%;
    text-align: center;
}

.toggle-btn {
    display: inline-block;
    margin: 0 auto;
}

.toggle-btn-inner {
    cursor: pointer;
    position: relative;
    height: 18px;
    display: inline-block;
    width: 35px;
}

.toggle-btn span {
    background-color: #000;
    display: block;
    height: 1px;
    width: 25px;
    position: absolute;
    transition: all 0.5s cubic-bezier(.22, 1.6, .23, 1.59) 0s;
    -o-transition: all 0.5s cubic-bezier(.22, 1.6, .23, 1.59) 0s;
    -moz-transition: all 0.5s cubic-bezier(.22, 1.6, .23, 1.59) 0s;
    -webkit-transition: all 0.5s cubic-bezier(.22, 1.6, .23, 1.59) 0s;
}

.toggle-btn span:first-child {
    top: 0;
    right: 0;
    margin-top: 3px;
}

.toggle-btn span:last-child {
    bottom: 0;
    left: 0;
    margin-bottom: 3px;
}

.toggle-btn-inner:hover span:first-child {
    right: 10px;
}

.toggle-btn-inner:hover span:last-child {
    left: 10px;
}

.cart-link {
    height: auto;
    line-height: 0;
    margin-top: 10px;
}

.cart-link a {
    font-size: 20px;
}

/*----- main -----*/
.header-one .main {
    display: inline-block;
    width: 100%;
    text-align: center;
}

.social-media {
    transform: rotate(-180deg);
    -o-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    -moz-transform: rotate(-180deg);
    -webkit-transform: rotate(-180deg);
}

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

.social-media li {
    display: block;
    padding: 0;
    margin: 0 0 15px 0;
    position: relative !important;
}

.header-one .social-media li {
    margin: 0 auto 15px auto;
    width: 21px;
    line-height: normal;
}

.social-media li:last-child {
    margin-bottom: 0;
}

.social-media li a {
    display: inline-block;
    margin: 0 auto;
    line-height: 22px;
}

.social-media li i {
    font-size: 15px;
}

.header-one .rota,
.header-three .rota {
    transform: rotate(180deg);
    -o-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
}

.social-media li a p {
    display: inline-block;
    position: relative;
    line-height: 14px;
    font-size: 14px;
    margin: 0 auto;
    text-align: center;
    white-space: normal;
    transform: rotate(90deg);
    -o-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
}

.tooltip_link {
    position: relative;
}

.raha-tooltip {
    position: absolute !important;
    text-transform: capitalize;
    background: #000;
    padding: 5px 8px;
    color: #fff;
    text-align: center;
    border-radius: 3px;
    font-size: 11px;
    line-height: normal;
    z-index: 1070;
    margin: 0;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
    font-style: normal;
    font-weight: 400;
}

.raha-tooltip:after {
    content: " ";
    position: absolute;
    border-width: 5px;
    border-style: solid;
}

.raha-tooltip.left {
    left: calc(100% + 8px);
    top: 0;
    margin: 0;
    transform: translateX(0) rotate(180deg);
    -o-transform: translateX(0) rotate(180deg);
    -ms-transform: translateX(0) rotate(180deg);
    -moz-transform: translateX(0) rotate(180deg);
    -webkit-transform: translateX(0) rotate(180deg);
}

.raha-tooltip.left:after {
    top: 50%;
    left: 100%;
    margin-top: -5px;
    border-color: transparent transparent transparent black;
}

.raha-tooltip.center {
    top: 100%;
    margin: 8px 0 0 0;
    left: 50%;
    transform: translateX(-50%);
    -o-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
}

.raha-tooltip.center:after {
    bottom: 100%;
    left: 50%;
    margin-left: -5px;
    border-color: transparent transparent black transparent;
}

.raha-tooltip.customize-unpreviewable {
    display: none;
}

/*----- bottom -----*/
.header-one .bottom {
    display: inline-block;
    width: 100%;
    text-align: center;
    position: relative;
    height: 70px;
}

.search-btn {
    display: block;
    margin: 0 auto;
    height: 70px;
    line-height: 70px;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
}

.header-one .search-btn p {
    margin-left: 25px;
}

.search-btn p {
    display: inline-block;
    margin: 0 auto;
    cursor: pointer;
    line-height: 14px;
    font-size: 14px;
    letter-spacing: 1px;
    color: #000;
    padding-bottom: 3px;
    text-align: center;
    white-space: normal;
    transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
}

.search-btn p:before {
    content: "";
    position: absolute;
    width: 20px;
    height: 1px;
    background-color: #000;
    top: 51%;
    left: 0;
    bottom: auto;
    transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
}

.header-one .search-btn p:hover {
    padding-left: 10px;
}

.search-btn p:hover:before {
    width: 30px;
}

.header-one .icon-search {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 20px;
}

.icon-search i {
    color: #1a1a1a;
    font-size: 16px;
    cursor: pointer;
    padding: 5px;
    display: inline-block;
    margin: 0 auto;
}

/*--------------------------------------------------------------
## Header Two
--------------------------------------------------------------*/
.header-two {
    line-height: 65px;
    border-bottom: 1px solid;
    height: 70px;
    position: relative;
}

.header-two-inner {
    position: relative;
    transition: all 0.7s ease-in-out 0s;
    -o-transition: all 0.7s ease-in-out 0s;
    -moz-transition: all 0.7s ease-in-out 0s;
    -webkit-transition: all 0.7s ease-in-out 0s;
}

.header-sticky {
    background-color: #fff;
    height: 69px;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 999;
}

body.admin-bar .header-sticky {
    top: 32px;
}

.header-sticky.visible-bottom {
    top: -70px;
}

body.admin-bar .header-sticky.visible-bottom {
    top: -102px;
}

.header-sticky.visible {
    box-shadow: 0 0 35px rgba(0, 0, 0, 0.1);
    -o-box-shadow: 0 0 35px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 0 35px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0 0 35px rgba(0, 0, 0, 0.1);
    top: 0;
}

body.admin-bar .header-sticky.visible {
    top: 32px;
}

/*----- top -----*/
.header-two .toggle-btn {
    height: 68px;
    line-height: 77px;
    float: right;
    margin: 0 10px 0 0;
    display: block;
}

.header-two .cart-link {
    float: right;
    height: 68px;
    line-height: 70px;
    margin-right: 20px;
    margin-top: 0;
}

/*----- main -----*/
.header-two .social-media {
    text-align: center;
    transform: none;
    -o-transform: none;
    -ms-transform: none;
    -moz-transform: none;
    -webkit-transform: none;
}

.header-two .social-media li {
    display: inline-block;
    margin: 0 15px;
    line-height: normal;
}

.header-two .social-media li a p {
    line-height: 14px;
    letter-spacing: 1px;
    transform: none;
    -o-transform: none;
    -ms-transform: none;
    -moz-transform: none;
    -webkit-transform: none;
}

/*----- bottom -----*/
.header-two .search-btn {
    display: inline-block;
    position: relative;
    margin: 0;
    padding-bottom: 0;
    padding-left: 10px;
    transform: none;
    -o-transform: none;
    -ms-transform: none;
    -moz-transform: none;
    -webkit-transform: none;
    height: auto;
    line-height: normal;
}

.header-two .search-btn p {
    display: block;
    position: relative;
}

.header-two .search-btn p:before {
    left: -25px;
    top: 47%;
}

.header-two .search-btn p:hover {
    padding-left: 10px;
}

.header-two .icon-search {
    text-align: left;
    margin-left: 7px;
}

/*--------------------------------------------------------------
## Header Three
--------------------------------------------------------------*/
.layout-three .header-one {
    right: auto;
    left: 0;
    border-right: 1px solid;
    border-left: none;
}

.layout-three .raha-tooltip.left {
    right: calc(100% + 5px);
    left: auto;
}

.layout-three .raha-tooltip.left:after {
    right: 100%;
    left: auto;
    border-color: transparent black transparent transparent;
}

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.main-area {
    padding-bottom: 30px;
}

.sticky {
    display: block;
}

.sticky-post-area {
    width: 100%;
}

.post-sticky .post-inner {
    background-color: #fff;
}

.post-sticky .post-inner .post-thumbnail,
.post-sticky .post-inner .audio-wrapper,
.post-sticky .post-inner .audio-embed,
.post-sticky .post-inner .video-wrapper,
.post-sticky .post-inner .video-embed,
.post-sticky .post-inner .justified-gallery,
.post-sticky .post-inner .owl-gallery-slider {
    margin: 0 0 -1px 0;
}

.post-sticky .post-inner .entry-content {
    padding: 20px;
    border: 1px solid;
    text-align: center !important;
}

.post-sticky .post-inner .entry-content .post-excerpt {
    text-align: center !important;
}

.hentry {
    padding-bottom: 30px;
}

.updated:not(.published) {
    display: none;
}

.page-content,
.entry-content,
.entry-summary {
    margin: 0;
}

.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;
}

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

.no-results {
    width: 100%;
    text-align: center;
    padding: 40px 0 100px;
}

.no-results p,
.no-results h2 {
    margin-bottom: 30px;
}

/*--------------------------------------------------------------
### Posts Navigation
--------------------------------------------------------------*/
.raha-pagination {
    padding-bottom: 30px;
}

.page .raha-pagination {
    padding-bottom: 0;
}

.raha-pagination a {
    color: #000;
    position: relative;
}

.site-main .comment-navigation,
.site-main .posts-navigation {
    width: 100%;
}

.site-main .comment-navigation .nav-links,
.site-main .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;
}

/* Classic */
.comment-navigation,
.posts-navigation {
    line-height: 1.4em;
    font-size: 14px;
}

.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;
    font-size: 14px;
    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;
}

.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;
}

/* Number */
.raha-pagination.number {
    text-align: center;
}

.raha-pagination.number a,
.raha-pagination.number span {
    display: inline-block;
    margin: 0 7px;
    font-size: 14px;
    padding: 0 5px;
    position: relative;
}

/* Load More */
.raha-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 {
    margin: 0 auto;
    background-color: #f4f4f4;
    color: rgba(0, 0, 0, 0.8);
    letter-spacing: 1px;
    font-size: 0.8rem;
    width: 120px;
    height: 40px;
    line-height: 38px;
    display: block;
    position: relative;
    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;
}

.load-more-btn svg {
    display: inline-block;
    text-align: center;
    position: relative;
}

.load-more-btn .loading-text {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.load-border {
    opacity: 0;
    stroke-dasharray: 34 126;
    stroke-dashoffset: 160;
    stroke-width: 0.09em;
    stroke: rgba(0, 0, 0, 0.6);
    fill: transparent;
    transition: all 2s ease-in-out 0s;
    -o-transition: all 2s ease-in-out 0s;
    -moz-transition: all 2s ease-in-out 0s;
    -webkit-transition: all 2s ease-in-out 0s;
    animation: load-more 2.5s cubic-bezier(0.35, 0.04, 0.63, 0.95) infinite, opacity 0.4s ease-in forwards;
    -o-animation: load-more 2.5s cubic-bezier(0.35, 0.04, 0.63, 0.95) infinite, opacity 0.4s ease-in forwards;
    -moz-animation: load-more 2.5s cubic-bezier(0.35, 0.04, 0.63, 0.95) infinite, opacity 0.4s ease-in forwards;
    -webkit-animation: load-more 2.5s cubic-bezier(0.35, 0.04, 0.63, 0.95) infinite, opacity 0.4s ease-in forwards;
}

@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;
    }
}

.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);
    }
}

/*--------------------------------------------------------------
### 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 {
    padding-bottom: 30px;
}

/* header */
.post-thumbnail {
    position: relative;
    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 {
    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);
}

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

.post-thumbnail a {
    display: block;
    text-align: center;
}

.format-icon {
    position: absolute;
    display: block;
    text-align: center;
    z-index: 9;
    left: 0;
    right: 0;
    bottom: 0;
    visibility: hidden;
    opacity: 0;
    transform: scale(0.5, 0.5);
    -o-transform: scale(0.5, 0.5);
    -ms-transform: scale(0.5, 0.5);
    -moz-transform: scale(0.5, 0.5);
    -webkit-transform: scale(0.5, 0.5);
    transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
}

.item-related-inner:hover .format-icon,
.widget.recent-widget-slider li:hover .format-icon,
.post-inner:hover .post-thumbnail .format-icon {
    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);
}

.format-icon:before {
    content: "";
    position: absolute;
    left: 50%;
    bottom: -50px;
    width: 100px;
    height: 100px;
    border-radius: 50%;
    background-color: #fff;
    transform: translateX(-50%);
    -o-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
}

.format-icon i {
    position: absolute;
    bottom: 0;
    padding-bottom: 10px;
    font-size: 1.4em;
    color: #000;
    left: 50%;
    transform: translateX(-50%);
    -o-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
}

.format-icon .icon_quotations {
    font-size: 2em;
    padding-bottom: 5px;
}

/* content */
.header-content {
    margin-bottom: 1.5em;
}

.page-heading,
.woocommerce .header-content {
    margin-bottom: 30px;
    text-align: center;
}

.header-content h3 a {
    font-size: 1.75rem;
}

.header-content a,
.posted-on {
    text-transform: capitalize;
    letter-spacing: 1px;
    font-size: 14px;
}

.header-content .entry-title a {
    text-transform: none;
    font-size: inherit;
}

.post-author {
    display: inline-block;
    position: relative;
    padding-right: 20px;
    padding-left: 25px;
}

.post-author:after {
    content: "";
    width: 2px;
    height: 2px;
    position: absolute;
    right: 10px;
    top: 50%;
    border-radius: 50%;
    transform: translateY(50%);
    -o-transform: translateY(50%);
    -ms-transform: translateY(50%);
    -moz-transform: translateY(50%);
    -webkit-transform: translateY(50%);
}

.post-author img {
    border-radius: 50%;
    height: 20px;
    width: 20px;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    display: block;
}

.entry-category,
.posted-on {
    color: #000;
}

.entry-title {
    margin: 8px 0 13px;
}

.read-more {
    margin: 0 auto 1.5em;
    display: inline-block;
}

.read-more a {
    color: #000;
    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: #000;
}

.text-more {
    display: inline-block;
    font-size: 14px;
    margin-right: 5px;
    line-height: 1.4em;
}

.svg-more {
    padding-top: 1px;
    display: inline-block;
    height: 1.4em;
    line-height: 1.4em;
    width: 1em;
}

.svg-line {
    fill: none;
    stroke: #000;
    stroke-width: 0.09em;
    stroke-miterlimit: 10;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-dasharray: 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;
}

.read-more p,
.more-link p {
    margin: 0;
}

/* footer */
.entry-footer {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    -webkit-align-items: center;
    width: 100%;
}

.left-footer {
    display: inline-block;
    line-height: 0;
    margin-left: 0;
    margin-right: auto;
}

.left-footer a {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    -webkit-align-items: center;
}

.left-footer span {
    font-size: 14px;
    display: inline-block;
    line-height: 1.4;
}

.left-footer i {
    display: inline-block;
    font-size: 15px;
    margin-left: 4px;
}

.like-count {
    color: #666;
    margin-right: 10px;
    display: inline-block;
}

.comment-count {
    color: #666;
    margin-right: 10px;
    display: inline-block;
}

.right-footer {
    margin-left: auto;
    margin-right: 0;
}

.share-button {
    position: relative;
}

.share-button-inner {
    display: inline-block;
    cursor: pointer;
    padding: 0 5px;
    margin-left: -5px;
    position: relative;
}

.share-button-inner span {
    color: #000;
    width: 4px;
    height: 4px;
    border: 1px solid #000;
    display: block;
    border-radius: 50%;
    margin-top: 1px;
}

.share-icon {
    overflow: hidden;
    display: inline-block;
    border-radius: 20px;
    position: absolute;
    width: 180px;
    right: 17px;
    top: 0;
    bottom: 0;
}

.share-icon > a {
    margin-right: 12px;
    position: absolute;
    right: 0;
    transform: translateX(30px);
    -o-transform: translateX(30px);
    -ms-transform: translateX(30px);
    -moz-transform: translateX(30px);
    -webkit-transform: translateX(30px);
}

.share-icon.share-active > a:nth-child(1) {
    transform: translateX(-95px);
    -o-transform: translateX(-95px);
    -ms-transform: translateX(-95px);
    -moz-transform: translateX(-95px);
    -webkit-transform: translateX(-95px);
}

.share-icon.share-active > a:nth-child(1),
.share-icon > a:nth-child(4) {
    transition: transform 0.4s ease-in-out 0s, color 0.4s ease-in-out 0s;
    -o-transition: -o-transform 0.4s ease-in-out 0s, color 0.4s ease-in-out 0s;
    -moz-transition: -moz-transform 0.4s ease-in-out 0s, color 0.4s ease-in-out 0s;
    -webkit-transition: -webkit-transform 0.4s ease-in-out 0s, color 0.4s ease-in-out 0s;
}

.share-icon.share-active > a:nth-child(2) {
    transform: translateX(-61px);
    -o-transform: translateX(-61px);
    -ms-transform: translateX(-61px);
    -moz-transform: translateX(-61px);
    -webkit-transform: translateX(-61px);
}

.share-icon.share-active > a:nth-child(2),
.share-icon > a:nth-child(3) {
    transition: transform 0.4s ease-in-out 0.15s, color 0.4s ease-in-out 0s;
    -o-transition: -o-transform 0.4s ease-in-out 0.15s, color 0.4s ease-in-out 0s;
    -moz-transition: -moz-transform 0.4s ease-in-out 0.15s, color 0.4s ease-in-out 0s;
    -webkit-transition: -webkit-transform 0.4s ease-in-out 0.15s, color 0.4s ease-in-out 0s;
}

.share-icon.share-active > a:nth-child(3) {
    transform: translateX(-29px);
    -o-transform: translateX(-29px);
    -ms-transform: translateX(-29px);
    -moz-transform: translateX(-29px);
    -webkit-transform: translateX(-29px);
}

.share-icon.share-active > a:nth-child(3),
.share-icon > a:nth-child(2) {
    transition: transform 0.4s ease-in-out 0.3s, color 0.4s ease-in-out 0s;
    -o-transition: -o-transform 0.4s ease-in-out 0.3s, color 0.4s ease-in-out 0s;
    -moz-transition: -moz-transform 0.4s ease-in-out 0.3s, color 0.4s ease-in-out 0s;
    -webkit-transition: -webkit-transform 0.4s ease-in-out 0.3s, color 0.4s ease-in-out 0s;
}

.share-icon.share-active > a:nth-child(4) {
    transform: translateX(-2px);
    -o-transform: translateX(-2px);
    -ms-transform: translateX(-2px);
    -moz-transform: translateX(-2px);
    -webkit-transform: translateX(-2px);
}

.share-icon.share-active > a:nth-child(4),
.share-icon > a:nth-child(1) {
    transition: transform 0.4s ease-in-out 0.45s, color 0.4s ease-in-out 0s;
    -o-transition: -o-transform 0.4s ease-in-out 0.45s, color 0.4s ease-in-out 0s;
    -moz-transition: -moz-transform 0.4s ease-in-out 0.45s, color 0.4s ease-in-out 0s;
    -webkit-transition: -webkit-transform 0.4s ease-in-out 0.45s, color 0.4s ease-in-out 0s;
}

.share-icon > a:nth-child(4) {
    margin-right: 5px;
}

.share-icon > a > i {
    font-size: 14px;
}

/*--------------------------------------------------------------
#### Standard
--------------------------------------------------------------*/
/*--------------------------------------------------------------
#### Standard Grid
--------------------------------------------------------------*/
.posts-area > article.standard-grid.col-lg-6:nth-of-type(1),
.posts-area > article.standard-grid.col-lg-6:nth-of-type(3n+1) {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}

/*--------------------------------------------------------------
#### Standard List
--------------------------------------------------------------*/
.posts-area > article.standard-list.post-list:nth-of-type(1) .post-inner,
.posts-area > article.standard-list.post-list:nth-of-type(3n+1) .post-inner {
    display: block;
}

.posts-area > article.standard-list.post-list:nth-of-type(1) .post-thumbnail,
.posts-area > article.standard-list.post-list:nth-of-type(1) .audio-wrapper,
.posts-area > article.standard-list.post-list:nth-of-type(1) .audio-embed,
.posts-area > article.standard-list.post-list:nth-of-type(1) .video-wrapper,
.posts-area > article.standard-list.post-list:nth-of-type(1) .video-embed,
.posts-area > article.standard-list.post-list:nth-of-type(1) .justified-gallery,
.posts-area > article.standard-list.post-list:nth-of-type(1) .owl-gallery-slider,
.posts-area > article.standard-list.post-list:nth-of-type(3n+1) .post-thumbnail,
.posts-area > article.standard-list.post-list:nth-of-type(3n+1) .audio-wrapper,
.posts-area > article.standard-list.post-list:nth-of-type(3n+1) .audio-embed,
.posts-area > article.standard-list.post-list:nth-of-type(3n+1) .video-wrapper,
.posts-area > article.standard-list.post-list:nth-of-type(3n+1) .video-embed,
.posts-area > article.standard-list.post-list:nth-of-type(3n+1) .justified-gallery,
.posts-area > article.standard-list.post-list:nth-of-type(3n+1) .owl-gallery-slider {
    margin-bottom: 20px;
}

.posts-area > article.standard-list.post-list:nth-of-type(1) .entry-header,
.posts-area > article.standard-list.post-list:nth-of-type(3n+1) .entry-header {
    width: 100%;
    display: block;
}

.posts-area > article.standard-list.post-list:nth-of-type(1) .entry-content,
.posts-area > article.standard-list.post-list:nth-of-type(3n+1) .entry-content {
    display: block;
    width: 100%;
    padding: 0;
}

/*--------------------------------------------------------------
#### Masonry
--------------------------------------------------------------*/
.col-lg-8 .posts-area .col-lg-4 .share-icon {
    position: absolute;
    width: 140px;
    right: 12px;
    top: -1px;
}

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

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

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

.dynamic .raha-pagination {
    padding-top: 30px;
}

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

.dynamic .posts-area:before {
    content: "";
    position: absolute;
    top: 0;
    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: 30px;
    padding-right: 0;
    padding-left: 0;
    border-top: 1px solid;
}

.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 .post-sticky {
    position: relative;
    z-index: 9;
    background-color: #fff;
}

.dynamic .post-sticky .post-inner {
    margin: 0 -15px;
}

/*--------------------------------------------------------------
#### List
--------------------------------------------------------------*/
.post-list .post-inner {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    width: 100%;
    overflow: hidden;
}

.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 {
    width: 51%;
    display: inline-block;
}

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

/*--------------------------------------------------------------
#### List Two
--------------------------------------------------------------*/
.post-list.post-list-two .entry-header,
.post-list.post-chess-two .entry-header {
    width: 50%;
    display: inline-block;
}

.post-list.post-list-two .entry-content,
.post-list.post-chess-two .entry-content {
    display: inline-block;
    width: 50%;
    padding: 8px 18px;
}

.posts-area > article.post-list.post-list-two:nth-of-type(2n) {
    padding-left: 0;
    padding-right: 15px;
}

.post-list.post-list-two {
    padding-left: 15px;
    padding-right: 0;
}

.post-list-two .post-content {
    display: none;
}

.post-list-two .header-content {
    margin-bottom: 0;
}

.thumbnail-list {
    height: 230px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    display: block;
    position: relative;
}

/*--------------------------------------------------------------
#### Chess
--------------------------------------------------------------*/
.post-list.post-chess .entry-content {
    display: inline-block;
    width: 50%;
}

.posts-area > article.post-list.post-chess:nth-of-type(2n) .entry-content {
    display: inline-block;
    width: 50%;
    padding: 15px 30px 15px 0;
}

.post-list.post-chess .entry-header {
    width: 50%;
    display: inline-block;
}

.posts-area > article.post-list.post-chess:nth-of-type(2n) .entry-header {
    width: 50%;
    display: inline-block;
    margin-right: 0;
    order: 1;
    -moz-order: 1;
    -ms-flex-order: 1;
    -webkit-order: 1;
}

/*--------------------------------------------------------------
#### Chess Two
--------------------------------------------------------------*/
.posts-area > article.post-list.post-chess-two:nth-of-type(2n) {
    padding-left: 0;
    padding-right: 15px;
}

.post-list.post-chess-two {
    padding-left: 15px;
    padding-right: 0;
}

.post-list.post-chess-two .entry-content,
.post-list.post-chess-two .entry-content {
    display: inline-block;
    width: 50%;
}

.posts-area > article.post-list.post-chess-two:nth-of-type(4n) .entry-header,
.posts-area > article.post-list.post-chess-two:nth-of-type(4n-1) .entry-header {
    width: 50%;
    display: inline-block;
    margin-right: 0;
    order: 1;
    -moz-order: 1;
    -ms-flex-order: 1;
    -webkit-order: 1;
}

.post-chess-two .post-content {
    display: none;
}

.post-chess-two .header-content {
    margin-bottom: 0;
}

/*--------------------------------------------------------------
### Gallery
--------------------------------------------------------------*/
.justified-gallery a {
    display: block;
    height: 100%;
}

.justified-gallery a:after,
.justified-gallery a:before {
    font-family: "ElegantIcons";
    position: absolute;
    color: #fff;
    z-index: 9;
    font-size: 1.6em;
    line-height: 0.8;
    padding: 6px 10px;
    visibility: hidden;
    opacity: 0;
    transition: all 0.3s cubic-bezier(.6, -0.28, .74, .05) 0s;
    -o-transition: all 0.3s cubic-bezier(.6, -0.28, .74, .05) 0s;
    -moz-transition: all 0.3s cubic-bezier(.6, -0.28, .74, .05) 0s;
    -webkit-transition: all 0.3s cubic-bezier(.6, -0.28, .74, .05) 0s;
}

.justified-gallery a:before {
    content: "\21";
    top: 0;
    right: 0;
    transform: rotate(45deg) translate3d(0, 15px, 0);
    -o-transform: rotate(45deg) translate3d(0, 15px, 0);
    -ms-transform: rotate(45deg) translate3d(0, 15px, 0);
    -moz-transform: rotate(45deg) translate3d(0, 15px, 0);
    -webkit-transform: rotate(45deg) translate3d(0, 15px, 0);
}

.justified-gallery a:after {
    content: "\22";
    bottom: 0;
    left: 0;
    transform: rotate(45deg) translate3d(0, -15px, 0);
    -o-transform: rotate(45deg) translate3d(0, -15px, 0);
    -ms-transform: rotate(45deg) translate3d(0, -15px, 0);
    -moz-transform: rotate(45deg) translate3d(0, -15px, 0);
    -webkit-transform: rotate(45deg) translate3d(0, -15px, 0);
}

.justified-inner:hover a:before,
.justified-inner:hover a:after {
    transform: rotate(45deg) translate3d(0, 0, 0);
    -o-transform: rotate(45deg) translate3d(0, 0, 0);
    -ms-transform: rotate(45deg) translate3d(0, 0, 0);
    -moz-transform: rotate(45deg) translate3d(0, 0, 0);
    -webkit-transform: rotate(45deg) translate3d(0, 0, 0);
    visibility: visible;
    opacity: 1;
}

.justified-inner {
    position: relative;
    overflow: hidden;
}

.justified-inner:before,
.justified-inner:after {
    font-family: "ElegantIcons";
    position: absolute;
    color: #fff;
    z-index: 9;
    font-size: 1.6em;
    line-height: 0.8;
    padding: 6px 10px;
    visibility: hidden;
    opacity: 0;
    transition: all 0.3s cubic-bezier(.6, -0.28, .74, .05) 0s;
    -o-transition: all 0.3s cubic-bezier(.6, -0.28, .74, .05) 0s;
    -moz-transition: all 0.3s cubic-bezier(.6, -0.28, .74, .05) 0s;
    -webkit-transition: all 0.3s cubic-bezier(.6, -0.28, .74, .05) 0s;
}

.justified-inner:before {
    content: "\21";
    top: 0;
    left: 0;
    transform: rotate(-45deg) translate3d(0, 15px, 0);
    -o-transform: rotate(-45deg) translate3d(0, 15px, 0);
    -ms-transform: rotate(-45deg) translate3d(0, 15px, 0);
    -moz-transform: rotate(-45deg) translate3d(0, 15px, 0);
    -webkit-transform: rotate(-45deg) translate3d(0, 15px, 0);
}

.justified-inner:after {
    content: "\22";
    bottom: 0;
    right: 0;
    transform: rotate(-45deg) translate3d(0, -15px, 0);
    -o-transform: rotate(-45deg) translate3d(0, -15px, 0);
    -ms-transform: rotate(-45deg) translate3d(0, -15px, 0);
    -moz-transform: rotate(-45deg) translate3d(0, -15px, 0);
    -webkit-transform: rotate(-45deg) translate3d(0, -15px, 0);
}

.justified-inner:hover:before,
.justified-inner:hover:after {
    transform: rotate(-45deg) translate3d(0, 0, 0);
    -o-transform: rotate(-45deg) translate3d(0, 0, 0);
    -ms-transform: rotate(-45deg) translate3d(0, 0, 0);
    -moz-transform: rotate(-45deg) translate3d(0, 0, 0);
    -webkit-transform: rotate(-45deg) translate3d(0, 0, 0);
    visibility: visible;
    opacity: 1;
}

/*--------------------------------------------------------------
### Quote && Link
--------------------------------------------------------------*/
.quote-post .post-inner {
    display: block !important;
    position: relative;
}

.quote-post .post-content {
    text-align: center;
    background-color: #f4f4f4;
    padding: 80px;
    color: #fff;
}

.single-post .quote-post .post-content {
    text-align: center;
}

.quote-post .post-inner:after {
    content: "";
    position: absolute;
    top: 80px;
    bottom: 80px;
    left: 80px;
    right: 80px;
    border: 5px solid #000;
    border-radius: 0 50px 0 50px;
}

.link-post.format-link .post-content:after,
.link-post.format-link .post-content:before {
    content: "\ef71";
}

.quote-post.format-quote .post-content:before,
.quote-post.format-quote .post-content:after {
    content: "\efcd";
}

.quote-post .post-content:after {
    font-family: "IcoFont";
    color: #000;
    font-size: 25px;
    position: absolute;
    bottom: 120px;
    right: calc(80px - 1px);
    background-color: #f4f4f4;
    z-index: 11;
    line-height: 1.2;
}

.quote-post .post-content:before {
    font-family: "IcoFont";
    color: #000;
    font-size: 25px;
    position: absolute;
    top: 120px;
    left: calc(80px - 1px);
    background-color: #f4f4f4;
    z-index: 11;
    line-height: 1.2;
}

.quote-post .post-content-inner {
    position: relative;
    z-index: 9;
    padding: 70px 30px;
}

.quote-post .post-content p,
.link-post .post-content p {
    margin: 0;
}

.quote-post .post-content cite {
    font-size: 20px;
    color: #252525;
}

.link-post .post-content p a,
.quote-post .post-content blockquote {
    font-size: 23px !important;
    font-weight: 700 !important;
    text-align: center !important;
    width: 100%;
    display: block;
    letter-spacing: 1px;
    color: #252525 !important;
    margin: 0;
    border: none;
    padding: 0;
}

.quote-post blockquote:before {
    display: none;
}

.quote-post blockquote:after {
    display: none;
}

/* Link */
.quote-post.format-link .post-content-inner {
    padding: 0;
}

.link-post.format-link .post-content-inner:before {
    content: "";
    position: absolute;
    top: 10px;
    bottom: 10px;
    left: 10px;
    right: 10px;
    background-color: #000;
    border-radius: 0 41px 0 41px;
}

.link-post.format-link.quote-post.link-post .post-content-inner a {
    padding: 105px 30px;
    color: #fff !important;
    position: relative;
    z-index: 9;
    border-radius: 0 50px 0 50px;
}

.quote-post.format-link .post-content:after {
    line-height: 0;
    font-size: 30px;
    padding: 25px 15px;
    bottom: 90px;
    right: calc(80px - -9px);
    border-radius: 20px 0 0 0;
}

.quote-post.format-link .post-content:before {
    line-height: 0;
    font-size: 30px;
    padding: 25px 15px;
    top: 90px;
    left: calc(80px - -9px);
    border-radius: 0 0 20px 0;
}

/* Quote Post Custom */
.col-lg-12.quote-post .post-content,
.posts-area > article.standard-grid.col-lg-6:nth-of-type(1).quote-post .post-content,
.posts-area > article.standard-grid.col-lg-6:nth-of-type(3n+1).quote-post .post-content,
.posts-area > article.standard-list:nth-of-type(1).quote-post .post-content,
.posts-area > article.standard-list:nth-of-type(3n+1).quote-post .post-content {
    padding: 80px 25%;
}

.col-lg-12.quote-post .post-inner:after,
.posts-area > article.standard-grid.col-lg-6:nth-of-type(1).quote-post .post-inner:after,
.posts-area > article.standard-grid.col-lg-6:nth-of-type(3n+1).quote-post .post-inner:after,
.posts-area > article.standard-list:nth-of-type(1).quote-post .post-inner:after,
.posts-area > article.standard-list:nth-of-type(3n+1).quote-post .post-inner:after {
    left: 25%;
    right: 25%;
}

.col-lg-12.quote-post .post-content:after,
.posts-area > article.standard-grid.col-lg-6:nth-of-type(1).quote-post .post-content:after,
.posts-area > article.standard-grid.col-lg-6:nth-of-type(3n+1).quote-post .post-content:after,
.posts-area > article.standard-list:nth-of-type(1).quote-post .post-content:after,
.posts-area > article.standard-list:nth-of-type(3n+1).quote-post .post-content:after {
    right: calc(25% - 1px);
}

.col-lg-12.quote-post .post-content:before,
.posts-area > article.standard-grid.col-lg-6:nth-of-type(1).quote-post .post-content:before,
.posts-area > article.standard-grid.col-lg-6:nth-of-type(3n+1).quote-post .post-content:before,
.posts-area > article.standard-list:nth-of-type(1).quote-post .post-content:before,
.posts-area > article.standard-list:nth-of-type(3n+1).quote-post .post-content:before {
    left: calc(25% - 1px);
}

.col-lg-12.quote-post.format-link .post-content:after,
.posts-area > article.standard-grid.col-lg-6:nth-of-type(1).quote-post.format-link .post-content:after,
.posts-area > article.standard-grid.col-lg-6:nth-of-type(3n+1).quote-post.format-link .post-content:after,
.posts-area > article.standard-list:nth-of-type(1).quote-post.format-link .post-content:after,
.posts-area > article.standard-list:nth-of-type(3n+1).quote-post.format-link .post-content:after {
    right: calc(25% - -9px);
}

.col-lg-12.quote-post.format-link .post-content:before,
.posts-area > article.standard-grid.col-lg-6:nth-of-type(1).quote-post.format-link .post-content:before,
.posts-area > article.standard-grid.col-lg-6:nth-of-type(3n+1).quote-post.format-link .post-content:before,
.posts-area > article.standard-list:nth-of-type(1).quote-post.format-link .post-content:before,
.posts-area > article.standard-list:nth-of-type(3n+1).quote-post.format-link .post-content:before {
    left: calc(25% - -9px);
}

.col-lg-4.quote-post .post-content {
    padding: 40px;
}

.col-lg-4.quote-post .post-inner:after {
    left: 40px;
    right: 40px;
    top: 40px;
    bottom: 40px;
}

.col-lg-4.quote-post .post-content:after {
    bottom: 100px;
    right: calc(40px - 1px);
}

.col-lg-4.quote-post .post-content:before {
    top: 100px;
    left: calc(40px - 1px);
}

.col-lg-4.quote-post.format-link .post-content:after {
    bottom: 50px;
    right: calc(40px - -9px);
}

.col-lg-4.quote-post.format-link .post-content:before {
    top: 50px;
    left: calc(40px - -9px);
}

/*--------------------------------------------------------------
### Single Post
--------------------------------------------------------------*/
.single-post.layout-four .entry-content {
    margin-top: -60px;
}

.single-post.layout-four .header-content {
    margin: 0 4em 1.5em;
    background-color: #fff;
    z-index: 9;
    position: relative;
    padding: 20px 20px 0 20px;
}

.single-post.single-five .entry-category {
    padding-left: 21px;
    position: relative;
}

.single-post.single-five .entry-category:before {
    content: "";
    width: 2px;
    height: 2px;
    position: absolute;
    left: 10px;
    top: 50%;
    border-radius: 50%;
    transform: translateY(50%);
    -o-transform: translateY(50%);
    -ms-transform: translateY(50%);
    -moz-transform: translateY(50%);
    -webkit-transform: translateY(50%);
}

.single-post.single-five .header-content {
    text-align: left;
}

.single-post.single-five .entry-footer {
    margin-top: 15px;
}

.single-post.single-five .post-content .header-content {
    margin: 0;
    display: block;
    width: 100%;
    clear: both;
}

.single-post .entry-title {
    color: #000;
}

.single-post .post-thumbnail,
.single-post .audio-wrapper,
.single-post .audio-embed,
.single-post .video-wrapper,
.single-post .video-embed,
.single-post .justified-gallery,
.single-post .owl-single-gallery-slider {
    margin-bottom: 20px;
}

.single-post .entry-header.layout-three .post-thumbnail,
.single-post .entry-header.layout-three .audio-wrapper,
.single-post .entry-header.layout-three .audio-embed,
.single-post .entry-header.layout-three .video-wrapper,
.single-post .entry-header.layout-three .video-embed,
.single-post .entry-header.layout-three .justified-gallery,
.single-post .entry-header.layout-three .owl-single-gallery-slider {
    margin-bottom: 30px;
}

.single-post .header-content {
    text-align: center;
}

.single-post .post-content h1,
.single-post .post-content h2,
.single-post .post-content h3,
.single-post .post-content h4,
.single-post .post-content h5,
.single-post .post-content h6,
.single-port-content-inner h1,
.single-port-content-inner h2,
.single-port-content-inner h3,
.single-port-content-inner h4,
.single-port-content-inner h5,
.single-port-content-inner h6 {
    margin-bottom: 1.3rem;
    margin-top: 2rem;
    font-family: inherit;
    letter-spacing: inherit;
    color: #191e23;
    text-transform: inherit;
    text-decoration: inherit;
}

.meta-single {
    display: block;
    width: 100%;
    clear: both;
}

.meta-single-tags,
.edit-link-post {
    margin-bottom: 15px;
    display: block;
}

.meta-single-tags a {
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 13px;
    margin-right: 5px;
}

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

.single-post .share-icon {
    overflow: unset;
    position: relative;
    width: auto;
    right: 0;
    top: 0;
    bottom: 0;
}

.single-post .share-icon a {
    margin-right: 20px;
    position: relative;
    display: inline-block;
    transform: none;
    -o-transform: none;
    -ms-transform: none;
    -moz-transform: none;
    -webkit-transform: none;
}

.single-post .share-icon a:last-child {
    margin-right: 0;
}

/* 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: 30px;
    background-color: #F4F4F4;
    margin-bottom: 30px;
}

.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 {
    color: #606060 !important;
    padding: 3px 5px;
}

.user-social-media a:hover {
    color: #000 !important;;
}

/* Posts Navigation */
.posts-pagination {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    justify-content: space-between;
    -webkit-justify-content: space-between;
    width: 100%;
    position: relative;
    margin-bottom: 30px;
}

.posts-pagination 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: unset !important;
}

.posts-pagination a:hover {
    color: unset !important;
}

.posts-pagination i {
    font-size: 20px;
}

.posts-pagination h6 {
    color: #000;
}

.content-arrow,
.content-link {
    display: inline-block;
}

.post-previous {
    text-align: left;
    margin: 0 auto 0 0;
}

.post-previous .content-link {
    padding-left: 7px;
}

.post-next {
    text-align: right;
    margin: 0 0 0 auto;
}

.post-next .content-link {
    padding-right: 7px;
}

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

.related-posts h6 {
    font-size: 18px;
    text-align: center;
    margin-bottom: 20px;
}

.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 a {
    letter-spacing: 1px;
}

.item-related .thumb-post .related-image {
    height: 300px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.item-related .list-post-inner {
    position: relative;
}

/* Post Comments */
.comments-area {
    margin-bottom: 30px;
    display: block;
    padding: 30px;
    background-color: #f4f4f4;
}

.comment-respond {
    padding: 30px;
    background-color: #fff;
    margin-top: 35px;
    border-radius: 5px;
}

.comments-title {
    font-size: 18px;
    text-align: center;
    margin-bottom: 20px;
}

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

.comments-area .comments {
    margin-bottom: 0;
}

.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: 15px 0 15px 0;
}

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

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

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

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

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

.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 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;
}

.no-comments {
    text-align: center;
    letter-spacing: 1px;
}

.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%;
    text-align: center;
}

.comment-det-wrapper {
    width: 69.66666667%;
    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;
    margin-bottom: 0;
}

.comment-form p {
    margin-bottom: 15px;
    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: 30.33333333%;
    margin: 0 auto;
}

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

.bypostauthor {
    display: block;
}

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

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

.bypostauthor {
    display: block;
}

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

.order-responsive-a .widget-area {
    padding: 0 10px 0 0;
}

.widget {
    margin: 0 0 40px;
    padding: 30px;
    background-color: #f4f4f4;
}

.woocommerce .widget {
    margin: 0 0 40px;
    padding: 0;
    background-color: inherit;
}

.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-title {
    text-align: center;
    margin-bottom: 18px;
    margin-top: -4px;
    position: relative;
    font-size: 20px;
}

.sub-widget {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    text-align: center;
    margin: 10px auto 0;
    width: 50px;
    float: none !important;
}

.sub-widget span {
    width: 3px;
    height: 1px;
    background-color: #000;
    margin: 0 auto;
}

.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 dashed #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 img {
    border-radius: 50%;
    width: 75%;
}

.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: 15px;
}

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

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

.about-widget .desc-author ul {
    list-style: none;
    padding: 0;
    margin: -7px 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;
    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 h5 {
    font-size: 18px;
}

.list-post h5 {
    margin-bottom: 10px;
}

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

.recent-widget-slider .thumb-post,
.related-posts .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,
.related-posts .list-post {
    display: block;
    padding: 15px 0 0;
    text-align: center;
    width: 100%;
}

.list-post {
    display: inline-block;
    padding-left: 15px;
    width: 64%;
}

.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;
}

.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;
}

/*--------------------------------------------------------------
### Null Instagram
--------------------------------------------------------------*/
.null-instagram-feed {
    position: relative;
}

.null-instagram-feed li {
    position: relative;
}

.null-instagram-feed li a {
    display: block;
}

.null-instagram-feed > p {
    margin: 0;
}

.widget-area .null-instagram-feed ul {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
}

.widget-area .null-instagram-feed li {
    display: inline-block;
    padding-bottom: 2px;
    padding-left: 1px;
    padding-right: 1px;
    width: 33.3333%;
}

.widget-area .null-instagram-feed > p {
    text-align: center;
    width: 100%;
    margin-top: 15px;
    display: block;
}

.widget-area .null-instagram-feed > p > a {
    border: 1px solid #444;
    background-color: #444;
    color: #fff;
    letter-spacing: 1px;
    font-size: 0.75rem;
    padding: 8px 15px;
    display: inline-block;
    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;
}

/* Footer Instagram */
.footer-instagram {
    width: 100%;
    display: block;
    padding-bottom: 30px;
}

.footer-instagram .null-instagram-feed .widget-title {
    display: none;
}

.footer-instagram .null-instagram-feed {
    color: #000;
    margin: 0;
    padding: 0;
    background-color: inherit;
}

.footer-instagram .null-instagram-feed ul {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    width: 100%;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    justify-content: center;
    -webkit-justify-content: center;
}

.footer-instagram .null-instagram-feed li {
    display: inline-block;
    padding: 0;
    width: 20%;
    position: relative;
}

.footer-instagram .null-instagram-feed li a {
    margin: 0 auto;
    display: block;
    overflow: hidden;
}

.footer-instagram .null-instagram-feed li img {
    margin: 0 auto;
    display: block;
    -webkit-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    transform: scale(1, 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;
}

.footer-instagram .null-instagram-feed li a:hover img {
    -webkit-transform: scale(1.03, 1.03);
    -moz-transform: scale(1.03, 1.03);
    -ms-transform: scale(1.03, 1.03);
    -o-transform: scale(1.03, 1.03);
    transform: scale(1.03, 1.03);
}

.footer-instagram .null-instagram-feed li:nth-child(2n) {
    margin-top: 30px;
    margin-left: -30px;
    z-index: 9;
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
.site-footer {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    width: 100%;
    margin-top: 30px;
}

/* Left Footer */
.left-site-footer {
    display: inline-block;
    width: 100%;
    text-align: center;
    position: relative;
    background-color: #000;
    color: #fff;
}

.left-site-footer-inner {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
}

.left-site-footer h3 {
    color: #fff;
    margin-bottom: 10px;
}

.left-site-footer p {
    color: #eee;
    padding: 0 11%;
    margin-bottom: 30px;
    line-height: 1.5;
}

.raha-mailchimp {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    justify-content: center;
    -webkit-justify-content: center;
    position: relative;
}

.raha-mailchimp input {
    border: none;
    width: 35%;
    padding: 9px 19px;
}

.raha-mailchimp button {
    letter-spacing: 1px;
    text-transform: uppercase;
    font-size: 13px;
}

.raha-mailchimp input,
.raha-mailchimp button,
.raha-mailchimp input:hover,
.raha-mailchimp input:active,
.raha-mailchimp input:focus,
.raha-mailchimp button:hover,
.raha-mailchimp button:active,
.raha-mailchimp button:focus {
    border: none;
}

.raha-mailchimp .success-subscribed {
    color: #fff;
    margin: 0;
    position: absolute;
    bottom: -30px;
    right: 0;
    left: 0;
}

/* Subscribe Top */
.subscribe-top .left-site-footer,
.subscribe-top .right-site-footer,
.subscribe-top.site-footer {
    display: block;
}

.subscribe-top .left-site-footer-inner {
    padding: 130px 0;
    position: relative;
    top: 0;
    transform: translateY(0);
    -o-transform: translateY(0);
    -ms-transform: translateY(0);
    -moz-transform: translateY(0);
    -webkit-transform: translateY(0);
}

.subscribe-top .raha-mailchimp input {
    width: 24%;
}

.site-footer.subscribe-top .logo {
    padding: 0 40%;
}

/* Right Footer */
.right-site-footer {
    display: inline-block;
    width: 100%;
}

.site-footer .logo {
    display: block;
    width: 100%;
    padding: 0 26%;
}

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

.site-footer .logo p {
    margin: 0;
}

.site-info {
    text-align: center;
    color: #777;
    margin-top: 22px;
}

.site-info p {
    margin-bottom: 10px;
}

/* Footer Widget */
.footer-widget section.widget:last-child {
    margin: 0 0 10px;
}

.footer-widget .widget {
    background-color: inherit;
    padding: 0;
}

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

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

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

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

/*--------------------------------------------------------------
# King Composer
--------------------------------------------------------------*/
.kc-elm .row {
    clear: both;
    width: 100%;
    margin: 0 auto;
}

/*--------------------------------------------------------------
## Featured Area
--------------------------------------------------------------*/
.featured-area {
    position: relative;
}

/* Default */
.featured-item {
    position: relative;
}

.featured-item-img {
    position: relative;
    height: 650px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.featured-text {
    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: 9;
    width: 370px;
}

.featured-text-inner {
    padding: 40px;
    background-color: #fff;
}

.featured-text-inner .read-more {
    margin: 15px auto 0;
}

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

.featured-text-inner > a,
.featured-text-inner > span {
    text-transform: capitalize;
    font-size: 14px;
    letter-spacing: 1px;
}

/* Featured Full */
.featured-full .featured-item {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    width: 100%;
    align-items: center;
    -webkit-align-items: center;
    transition: 0s !important;
    -o-transition: 0s !important;
    -moz-transition: 0s !important;
    -webkit-transition: 0s !important;
}

.featured-full .featured-item-img {
    display: inline-block;
    width: 60%;
    margin-right: 70px;
    height: 600px;
    position: relative;
}

.featured-full .featured-item-img:before,
.featured-full .featured-item-img:after {
    content: "";
    position: absolute;
    height: 50%;
    left: 0;
    right: 0;
    background-color: #fff;
    transition: all 0.4s cubic-bezier(0.39, 0.58, 0.57, 1) 0s;
    -o-transition: all 0.4s cubic-bezier(0.39, 0.58, 0.57, 1) 0s;
    -moz-transition: all 0.4s cubic-bezier(0.39, 0.58, 0.57, 1) 0s;
    -webkit-transition: all 0.4s cubic-bezier(0.39, 0.58, 0.57, 1) 0s;
}

.featured-full .featured-item-img:before {
    top: 0;
}

.featured-full .slick-active .featured-item-img:before {
    height: 0;
}

.featured-full .featured-item-img:after {
    bottom: 0;
}

.featured-full .slick-active .featured-item-img:after {
    height: 0;
}

.featured-full .featured-text {
    display: inline-block;
    width: 40%;
    text-align: left;
    padding: 0 40px;
    position: relative;
    margin-top: -90px;
    -ms-flex-order: -1;
    order: -1;
    top: 0;
    left: 0;
    opacity: 0;
    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(-20px, 0);
    -o-transform: translate(-20px, 0);
    -ms-transform: translate(-20px, 0);
    -moz-transform: translate(-20px, 0);
    -webkit-transform: translate(-20px, 0);
}

.featured-full .slick-active .featured-text {
    opacity: 1;
    transform: translate(0, 0);
    -o-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -webkit-transform: translate(0, 0);
}

.featured-full .featured-text-inner {
    padding: 0;
    background-color: inherit;
    position: relative;
}

.featured-num {
    padding-bottom: 40px;
    line-height: normal;
}

.featured-num span {
    font-size: 60px;
    color: #e8e8e8;
    cursor: default;
    padding-left: 10px;
    position: relative;
}

.featured-full .featured-text-inner > span {
    position: absolute;
    bottom: -80px;
    left: 0;
    margin: 0;
}

.featured-full .featured-text-inner > span:before,
.featured-num span:before {
    content: "";
    position: absolute;
    width: 30px;
    height: 1px;
    top: 51%;
    left: -40px;
    transform: translateY(50%);
    -o-transform: translateY(50%);
    -ms-transform: translateY(50%);
    -moz-transform: translateY(50%);
    -webkit-transform: translateY(50%);
    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;
}

.featured-num span:before {
    background-color: #e8e8e8;
    width: 40px;
}

.featured-full .slick-dotted.slick-slider {
    margin: 0;
}

.featured-full .slick-dots {
    display: block;
    position: absolute;
    right: 0;
    bottom: 0;
    width: 70px;
    text-align: center;
}

.featured-full .slick-dots li {
    display: block;
    width: auto;
    color: #ccc;
    margin: 4px 0 0 0;
    height: auto;
}

.featured-full .slick-dots li.slick-active {
    color: #222;
}

.featured-full .slick-prev,
.featured-full .slick-next {
    right: 0;
    left: auto;
    margin: auto 19px;
    bottom: auto;
    color: #ccc;
    line-height: 2.26em !important;
    background-color: inherit !important;
    border: 1px solid #ccc !important;
    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;
}

.featured-full .slick-prev:hover,
.featured-full .slick-next:hover {
    color: #000;
    border: 1px solid #000 !important;
}

.featured-full .slick-next {
    top: 40px;
}

/* Featured Two */
.featured-two {
    padding: 0 15px;
}

.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: 30px;
    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: 30px;
}

.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);
    transition: transform 0.8s ease 0s, opacity 0.5s ease 0s, visibility 0.3s ease 0s;
    -o-transition: -o-transform 0.8s ease 0s, opacity 0.5s ease 0s, visibility 0.3s ease 0s;
    -moz-transition: -moz-transform 0.8s ease 0s, opacity 0.5s ease 0s, visibility 0.3s ease 0s;
    -webkit-transition: -webkit-transform 0.8s ease 0s, opacity 0.5s ease 0s, visibility 0.3s ease 0s;
}

.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 */
.featured-three .featured-text {
    position: relative;
    top: 0;
    left: 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: auto;
    padding: 0 7%;
}

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

.featured-three .featured-text-inner {
    margin-top: -20px;
    padding: 20px;
}

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

/* Featured-Four */
.featured-four .featured-text {
    width: 340px;
}

.featured-four .featured-text-inner {
    padding: 30px;
}

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

.featured-four .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-four .featured-item.slick-current .featured-text {
    visibility: visible;
    opacity: 1;
}

.featured-four .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-four .featured-item.slick-current .featured-item-img:before {
    background-color: rgba(0, 0, 0, 0);
    opacity: 0;
}

.featured-five .slick-prev,
.featured-five .slick-next,
.featured-four .slick-prev,
.featured-four .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-five .slick-prev,
.featured-four .slick-prev {
    left: 0;
}

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

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

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

/* Featured Five */
.featured-five .slick-slider {
    margin: 0 -15px;
}

.featured-five .featured-item .featured-item-img {
    margin: 0 15px;
}

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

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

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

/* Featured Six */
.featured-six .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-six .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-six .owl-item.active.center .featured-item:before {
    background-color: rgba(0, 0, 0, 0);
    opacity: 0;
}

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

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

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

.without-space {
    padding: 0 15px;
}

.without-space .portfolio-area > .col-lg-6,
.without-space .portfolio-area > .col-lg-4 {
    padding: 0;
}

.without-space .portfolio-pagination {
    padding-top: 30px;
}

.portfolio-item {
    position: relative;
}

.portfolio-inner {
    position: relative;
}

/* Full */
.portfolio-inner:before {
    position: absolute;
    right: 0;
    left: 0;
    top: 0;
    bottom: 0;
    content: "";
    z-index: 1;
    background-color: rgba(0, 0, 0, 0);
    opacity: 0;
    transition: 0.2s all ease 0.1s;
    -o-transition: 0.2s all ease 0.1s;
    -moz-transition: 0.2s all ease 0.1s;
    -webkit-transition: 0.2s all ease 0.1s;
}

.portfolio-inner:hover:before {
    background-color: rgba(0, 0, 0, 0.4);
    opacity: 1;
    transition: 0.3s all ease;
    -o-transition: 0.3s all ease;
    -moz-transition: 0.3s all ease;
    -webkit-transition: 0.3s all ease;
}

.portfolio-image .post-thumbnail {
    margin: 0;
}

.post-thumbnail.grid-image {
    position: relative;
    height: 450px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.portfolio-content {
    position: absolute;
    top: 0;
    bottom: 0;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    width: 100%;
}

.portfolio-content:before {
    content: "";
    z-index: 2;
    position: absolute;
    top: 50%;
    bottom: 50%;
    left: 50%;
    width: 2px;
    opacity: 0;
    background-color: #fff;
    transform: translateX(-50%);
    -o-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    transition: 0.3s all ease;
    -o-transition: 0.3s all ease;
    -moz-transition: 0.3s all ease;
    -webkit-transition: 0.3s all ease;
}

.portfolio-inner:hover .portfolio-content:before {
    opacity: 1;
    top: 0;
    bottom: 0;
}

.port-title h2 {
    font-weight: bold;
    letter-spacing: 0.06em;
}

.port-title span {
    font-size: 18px;
    letter-spacing: 0.3em;
}

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

.port-title a:hover {
    color: #fff;
}

.port-title,
.port-content {
    overflow: hidden;
    display: inline-block;
    width: 50%;
    z-index: 2;
    position: relative;
}

.port-title-inner {
    padding: 60px 30px 30px;
    text-align: right;
    opacity: 0;
    width: 100%;
    height: 100%;
    transform: translateX(30%);
    -o-transform: translateX(30%);
    -moz-transform: translateX(30%);
    -webkit-transform: translateX(30%);
    transition: 0.3s all ease;
    -o-transition: 0.3s all ease;
    -moz-transition: 0.3s all ease;
    -webkit-transition: 0.3s all ease;
}

.portfolio-inner:hover .port-title-inner {
    opacity: 1;
    transform: translateX(0);
    -o-transform: translateX(0);
    -moz-transform: translateX(0);
    -webkit-transform: translateX(0);
    transition: 0.3s all ease 0.3s;
    -o-transition: 0.3s all ease 0.3s;
    -moz-transition: 0.3s all ease 0.3s;
    -webkit-transition: 0.3s all ease 0.3s;
}

.port-content-inner {
    padding: 60px 30px 30px;
    text-align: left;
    background-color: #fff;
    opacity: 0;
    width: 100%;
    height: 100%;
    transform: translateX(-30%);
    -o-transform: translateX(-30%);
    -moz-transform: translateX(-30%);
    -webkit-transform: translateX(-30%);
    transition: 0.3s all ease;
    -o-transition: 0.3s all ease;
    -moz-transition: 0.3s all ease;
    -webkit-transition: 0.3s all ease;
}

.portfolio-inner:hover .port-content-inner {
    opacity: 1;
    transform: translateX(0);
    -o-transform: translateX(0);
    -moz-transform: translateX(0);
    -webkit-transform: translateX(0);
    transition: 0.3s all ease 0.3s;
    -o-transition: 0.3s all ease 0.3s;
    -moz-transition: 0.3s all ease 0.3s;
    -webkit-transition: 0.3s all ease 0.3s;
}

.port-content-inner > p {
    margin-top: 10px;
    margin-bottom: 10px;
    color: #000;
    font-size: 15px;
    letter-spacing: 0.03em;
    word-spacing: 0.03em;
}

.port-like a {
    color: #000;
    font-size: 15px;
}

.port-like a:hover {
    color: #000;
}

.port-like i {
    margin-left: 5px;
}

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

/* Standard */
.p-standard .portfolio-content {
    display: block;
    bottom: auto;
    top: 50%;
    z-index: 2;
    transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
}

.p-standard .portfolio-content:before {
    display: none;
}

.p-standard .port-title {
    width: 100%;
    height: 100%;
    display: block;
}

.p-standard .port-title-inner {
    padding: 0;
    text-align: center;
    transform: translateX(0);
    -o-transform: translateX(0);
    -moz-transform: translateX(0);
    -webkit-transform: translateX(0);
}

.portfolio-inner.p-standard:hover .port-title-inner {
    transition: 0.3s all ease;
    -o-transition: 0.3s all ease;
    -moz-transition: 0.3s all ease;
    -webkit-transition: 0.3s all ease;
}

/* Single Portfolio */
.port-layout-two {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    width: 100%;
}

.port-layout-two .entry-header {
    display: inline-block;
    width: 50%;
    min-width: 50%;
}

.single-port-content .header-content {
    text-align: left;
}

.single-port-content .entry-title {
    margin-bottom: 40px;
}

.port-layout-two .single-port-content {
    display: inline-block;
    width: 50%;
    margin-left: 30px;
}

.port-layout-two .post-thumbnail {
    margin-bottom: 0;
}

.single-portfolio .meta-single {
    margin: 15px 0;
}

/*--------------------------------------------------------------
## Promo Box
--------------------------------------------------------------*/
.promobox {
}

.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-content:after,
.promobox-content:before {
    content: "";
    height: 2px;
    background-color: #fff;
    position: absolute;
    left: 0;
    right: 0;
    transition: 0.3s all ease;
    -o-transition: 0.3s all ease;
    -moz-transition: 0.3s all ease;
    -webkit-transition: 0.3s all ease;
}

.promobox-link:after,
.promobox-link:before {
    content: "";
    background-color: #fff;
    width: 2px;
    position: absolute;
    top: 0;
    bottom: 0;
    transition: 0.3s all ease;
    -o-transition: 0.3s all ease;
    -moz-transition: 0.3s all ease;
    -webkit-transition: 0.3s all ease;
}

.promobox-content:before {
    top: 0;
}

.promobox-content:after {
    bottom: 0;
}

.promobox-link:before {
    left: 0;
}

.promobox-link:after {
    right: 0;
}

.promobox-inner:hover .promobox-content:before {
    top: -20px;
}

.promobox-inner:hover .promobox-content:after {
    bottom: -20px;
}

.promobox-inner:hover .promobox-link:before {
    left: -20px;
}

.promobox-inner:hover .promobox-link:after {
    right: -20px;
}

.promobox-link {
    text-align: center;
    background-color: #fff;
}

.promobox-link a {
    padding: 12px 15px;
    display: block;
    text-transform: uppercase;
    letter-spacing: 3px;
    font-size: 14px;
    font-weight: 800;
    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;
}

/*--------------------------------------------------------------
## Author Info
--------------------------------------------------------------*/
.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%;
}

.author-info-img img {
    border-radius: 50%;
}

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

.author-info-text h3 {
    letter-spacing: 1px;
}

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

.author-info-text p {
    margin-top: 15px;
    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;
}

/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
    /* Theme Footer (when set to scrolling) */
    display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
    display: block;
}

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

/* Make sure embeds and iframes fit their containers. */
video,
audio,
embed,
iframe,
object {
    max-width: 100%;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
    display: inline-block;
}

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
    margin-bottom: 1.5em;
    max-width: 100%;
    padding: 10px;
    border: 1px solid;
}

.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;
}

/*--------------------------------------------------------------
# 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;
}

/*--------------------------------------------------------------
## 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
--------------------------------------------------------------*/
.page [class*='wp-block'] {
    margin-bottom: 1rem;
}

.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-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;
    }

    .col-lg-8.offset-lg-2 .entry-content .port-layout-two .alignfull,
    .col-lg-12 .entry-content .port-layout-two .alignfull,
    .col-lg-8.offset-lg-2 .entry-content .port-layout-two .wp-block-cover.alignfull,
    .col-lg-12 .entry-content .port-layout-two .wp-block-cover.alignfull,
    .col-lg-8.offset-lg-2 .entry-content .port-layout-two .wp-block-cover-image.alignfull,
    .col-lg-12 .entry-content .port-layout-two .wp-block-cover-image.alignfull,
    .col-lg-8.offset-lg-2 .entry-content .port-layout-two .wp-block-image.alignfull,
    .col-lg-12 .entry-content .port-layout-two .wp-block-image.alignfull {
        margin-left: 0;
        margin-right: 0;
        max-width: 100%;
        width: 100%;
    }

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

    .col-lg-8.offset-lg-2 .entry-content .port-layout-two .alignwide,
    .col-lg-12 .entry-content .port-layout-two .alignwide {
        margin-left: 0;
        margin-right: 0;
        width: auto;
        max-width: 100%;
    }
}