<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
/*
Theme Name: Blog Expert
Theme URI: https://www.themeinwp.com/theme/blog-expert/
Author: ThemeInWP
Author URI: https://www.themeinwp.com
Description: Blog Expert is a clean, modern and perfect minimal WordPress theme specially for bloggers. With stunning styling options at your fingertips, Blog Expert is designed with a combination of pure elegance and attention to details. The blog theme offers a stunning and awesome visual experience to showcase your content with responsive grid system layout optimized for mobile touch and swipe. Perfect for personal blog, fashion blog, lifestyle blog, travel blog, food blog, craft blog, tech blog, creative blog, photography and many many more. We now support Elementor Page Builder Plugin.
Requires at least: 5.3
Tested up to: 6.3
Requires PHP: 5.5
Version: 1.2.9
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: blog-expert
Tags: blog, news, photography, one-column, two-columns, left-sidebar, right-sidebar, custom-background, custom-menu, featured-images, full-width-template, custom-header, rtl-language-support, translation-ready, theme-options, threaded-comments, footer-widgets
*/
/*--------------------------------------------------------------
&gt;&gt;&gt; TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
    ##search
    ##Admin only visible css
    ##Social Icon
    ##Slider
    ## Homepage
	## Posts and pages
# Footer
    ##Backtotop
# Infinite scroll
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
html {
    font-family: sans-serif;
    font-size: 100%;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
}
body {
    margin: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
    display: block;
}
audio,
canvas,
progress,
video {
    display: inline-block;
    vertical-align: baseline;
}
audio:not([controls]) {
    display: none;
    height: 0;
}
[hidden],
template {
    display: none;
}
a {
    background-color: transparent;
}
a:active,
a:hover {
    outline: 0;
}
abbr[title] {
    border-bottom: 1px dotted;
}
b,
strong {
    font-weight: bold;
}
dfn {
    font-style: italic;
}
h1 {
    margin: 0.67em 0;
}
mark {
    background: #ff0;
    color: #000;
}
small {
    font-size: 80%;
}
sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}
sup {
    top: -0.5em;
}
sub {
    bottom: -0.25em;
}
img {
    border: 0;
}
svg:not(:root) {
    overflow: hidden;
}
figure {
    margin: 0 auto;
}
hr {
    box-sizing: content-box;
    height: 0;
}
pre {
    overflow: auto;
}
code,
kbd,
pre,
samp {
    font-family: monospace, monospace;
    font-size: 1em;
}
button,
input,
optgroup,
select,
textarea {
    color: inherit;
    font: inherit;
    margin: 0;
}
button {
    overflow: visible;
}
button,
select {
    text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
    -webkit-appearance: button;
    cursor: pointer;
}
button[disabled],
html input[disabled] {
    cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0;
}
input {
    line-height: normal;
}
input[type="checkbox"],
input[type="radio"] {
    box-sizing: border-box;
    padding: 0;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
    height: auto;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}
fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
}
legend {
    border: 0;
    padding: 0;
}
textarea {
    overflow: auto;
}
optgroup {
    font-weight: bold;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
td,
th {
    padding: 0;
}
/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
html {
    -webkit-font-smoothing: antialiased;
    -moz-font-smoothing: grayscale;
    -moz-osx-font-smoothing: grayscale;
}
body,
button,
input,
select,
textarea {
    color: #333;
    font-family: 'Roboto Slab', serif;
    font-size: 14px;
    line-height: 2em;
    font-weight: 300;
}
h1, h2, h3, h4, h5, h6 {
    color: #585858;
    clear: both;
    font-weight: 400;
    font-family: 'Oswald', sans-serif;
}
body .primary-font {
    font-family: 'Oswald', sans-serif;
}
body .alt-font {
    font-family: 'Roboto Slab', serif;
}
p {
    margin-bottom: 15px;
}
dfn, cite, em, i {
    font-style: italic;
}
blockquote {
    margin: 0 1.5em;
}
blockquote,
q {
    background: #f9f9f9;
    border-left: 10px solid #ccc;
    margin: 15px auto;
    padding: 0.5em 25px;
    quotes: "\201C" "\201D" "\2018" "\2019";
}
blockquote:before,
q:before {
    color: #ccc;
    content: open-quote;
    font-size: 4em;
    line-height: 0.1em;
    margin-right: 0.25em;
    vertical-align: -0.4em;
}
blockquote p,
q p {
    display: inline;
}
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 http://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 3em;
}
ul {
    list-style: disc;
}
ol {
    list-style: decimal;
}
li &gt; ul,
li &gt; ol {
    margin-bottom: 0;
    margin-left: 1.5em;
}
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. */
}
table {
    margin: 0 0 1.5em;
    width: 100%;
}
/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
    border: 1px solid;
    border-color: #ccc #ccc #bbb;
    border-radius: 3px;
    background: #e6e6e6;
    color: rgba(0, 0, 0, 0.8);
    font-family: 'Oswald', sans-serif;
}
button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
    border-color: #ccc #bbb #aaa;
}
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-color: #aaa #bbb #bbb;
}
.twp-btn {
    display: inline-block;
    padding: 8px 22px;
    border-width: 1px;
    border-style: solid;
    -moz-border-radius: 25px;
    -webkit-border-radius: 25px;
    border-radius: 25px;
    text-decoration: none;
    font-weight: 300;
    position: relative;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    box-shadow: 0 2px 10px 0 rgba(51, 51, 51, .18);
}
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 {
    color: #666;
    border: 1px solid #ccc;
    border-radius: 3px;
    font-family: 'Oswald', sans-serif;
    padding: 10px;
    outline: 0;
}
select {
    border: 1px solid #ccc;
}
textarea {
    width: 100%;
}
.meta-icon {
    margin-right: 5px;
    font-size: 18px;
    line-height: 1.4;
    vertical-align: middle;
}
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
    color: #434343;
    text-decoration: none;
}
a:visited {
    color: inherit;
}
a:hover, a:focus, a:active {
    color: #ff5c67;
    text-decoration: none;
}
a:active {
    color: inherit;
}
a:active {
    color: inherit;
}
a:hover,
a:focus,
a:active {
    outline: 0;
}
a:focus-visible {
    outline: thin dotted;
}
/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
#top-menu {
    list-style: none;
    margin: 0 auto;
    padding: 0;
}
#top-menu li {
    display: inline-block;
}
#top-menu li a {
    display: block;
    padding: 8px 10px;
}
#top-menu li:first-child a {
    padding-left: 0;
}
#masthead {
    background: #fff;
    position: relative;
    width: 100%;
    left: 0;
    right: 0;
    z-index: 999;
}
.site-branding {
    margin: 0 auto;
    padding-top: 25px;
    text-align: center;
}
.site-branding .site-title {
    font-size: 62px;
    line-height: 1.4;
    letter-spacing: 3px;
    margin:0 auto;
}
.site-branding .custom-logo-link{
   display:inline-block;
    margin: 15px auto;
}
.top-header {
    background: #fff;
    border-top: 1px solid #e8e8e8;
    border-bottom: 1px solid #e8e8e8;
    text-align: center;
}
.nav-affix .top-header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
}
.admin-bar .nav-affix .top-header {
    top: 32px;
}
@media only screen and (max-width: 600px) {
    .admin-bar .nav-affix .top-header {
        top: 0;
    }
}
.main-navigation {
    position: relative;
    border-left: 1px solid #e8e8e8;
    border-right: 1px solid #e8e8e8;
}
.main-navigation .icon-sidr,
.main-navigation .icon-search {
    position: absolute;
    color: #000;
    font-size: 30px;
    line-height: 68px;
    width: 80px;
    cursor: pointer;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.main-navigation .icon-sidr {
    border-right: 1px solid #e8e8e8;
    left: 0;
}
.main-navigation .icon-search {
    right: 0;
    border-left: 1px solid #e8e8e8;
}
.main-navigation .toggle-menu {
    height: 68px;
    text-align: center;
    cursor: pointer;
    font-size: 15px;
    margin-left: 80px;
    margin-right: 80px;
    display: none;
}
.ham {
    width: 23px;
    height: 2px;
    top: 35px;
    display: block;
    margin-left: auto;
    margin-right: auto;
    background-color: #252525;
    position: relative;
    -webkit-transition: all .25s ease-in-out;
    -moz-transition: all .25s ease-in-out;
    -ms-transition: all .25s ease-in-out;
    -o-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out;
}
.ham:before,
.ham:after {
    position: absolute;
    content: '';
    width: 100%;
    height: 2px;
    left: 0;
    background-color: #252525;
    -webkit-transition: all .25s ease-in-out;
    -moz-transition: all .25s ease-in-out;
    -ms-transition: all .25s ease-in-out;
    -o-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out;
}
.ham:before {
    top: -8px;
}
.ham:after {
    top: 8px;
}
.ham.exit {
    background-color: transparent;
}
.ham.exit:before {
    -webkit-transform: translateY(8px) rotateZ(-45deg);
    -moz-transform: translateY(8px) rotateZ(-45deg);
    -ms-transform: translateY(8px) rotateZ(-45deg);
    -o-transform: translateY(8px) rotateZ(-45deg);
    transform: translateY(8px) rotateZ(-45deg);
}
.ham.exit:after {
    -webkit-transform: translateY(-8px) rotateZ(45deg);
    -moz-transform: translateY(-8px) rotateZ(45deg);
    -ms-transform: translateY(-8px) rotateZ(45deg);
    -o-transform: translateY(-8px) rotateZ(45deg);
    transform: translateY(-8px) rotateZ(45deg);
}
.main-navigation .menu ul {
    display: inline-block;
    margin: 0 80px;
    padding: 0;
    list-style: none;
    vertical-align: top;
}
.main-navigation .menu ul &gt; li {
    float: left;
}
.main-navigation .menu ul li {
    position: relative;
    display: block;
}
.main-navigation .menu ul li i {
    padding: 0 10px;
    display: inline-block;
}
.main-navigation .menu ul &gt; li &gt; a {
    line-height: 68px;
    padding: 0 25px;
}
@media only screen and (min-width: 992px) {
    .main-navigation .menu ul ul li {
        float: none;
        width: 250px;
    }
    .main-navigation .menu ul &gt; li &gt; a {
        position: relative;
        display: block;
    }
    .main-navigation .menu &gt; ul &gt; li:hover &gt; a:after,
    .main-navigation .menu &gt; ul &gt; li:focus &gt; a:after,
    .main-navigation .menu &gt; ul &gt; li.current-menu-item &gt; a:after {
        background: #ff5c67;
        position: absolute;
        content: "";
        width: 90%;
        height: 2px;
        bottom: -1px;
        left: 0;
        right: 0;
        margin-left: auto;
        margin-right: auto;
    }
    .main-navigation .menu ul ul li:hover a,
    .main-navigation .menu ul ul li:focus a {
        background: #333;
    }
    .main-navigation .menu ul ul li:focus-within a {
        background: #333;
    }
    .main-navigation .menu ul ul a {
        color: #e4e4e4;
        display: block;
        padding: 15px 30px;
        line-height: inherit;
    }
    .main-navigation .menu ul ul a:before {
        margin-right: 10px;
        position: absolute;
        left: 15px;
        top: 35%;
        display: inline-block;
        font-family: "Ionicons";
        font-style: normal;
        font-weight: normal;
        font-variant: normal;
        text-transform: none;
        text-rendering: auto;
        line-height: 1;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        content: "\f3d1";
    }
    .main-navigation .menu ul ul a:hover {
        background-color: #161616;
    }
    .main-navigation .menu ul ul {
        position: absolute;
        text-align: left;
        visibility: hidden;
        filter: alpha(opacity=0);
        opacity: 0;
        margin: 0 auto;
        padding: 0;
        box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
        -webkit-transition: opacity 0.2s, top 0.4s, visibility 0s linear 0.4s;
        -moz-transition: opacity 0.2s, top 0.4s, visibility 0s linear 0.4s;
        -ms-transition: opacity 0.2s, top 0.4s, visibility 0s linear 0.4s;
        -o-transition: opacity 0.2s, top 0.4s, visibility 0s linear 0.4s;
        transition: opacity 0.2s, top 0.4s, visibility 0s linear 0.4s;
    }
    .main-navigation .menu li:hover &gt; ul,
    .main-navigation .menu li:focus &gt; ul{
        visibility: visible;
        filter: alpha(opacity=1);
        opacity: 1;
        z-index: 999;
        -webkit-transition: opacity 0.4s, top 0.4s;
        -moz-transition: opacity 0.4s, top 0.4s;
        -ms-transition: opacity 0.4s, top 0.4s;
        -o-transition: opacity 0.4s, top 0.4s;
        transition: opacity 0.4s, top 0.4s;
    }
    .main-navigation .menu li:focus-within &gt; ul{
        visibility: visible;
        filter: alpha(opacity=1);
        opacity: 1;
        z-index: 999;
        -webkit-transition: opacity 0.4s, top 0.4s;
        -moz-transition: opacity 0.4s, top 0.4s;
        -ms-transition: opacity 0.4s, top 0.4s;
        -o-transition: opacity 0.4s, top 0.4s;
        transition: opacity 0.4s, top 0.4s;
    }
    .main-navigation .menu &gt; ul &gt; li &gt; ul {
        top: 100%;
        left: 0;
        background-color: #161616;
    }
    .main-navigation .menu &gt; ul &gt; li:last-child &gt; ul {
        left: auto;
        right: 0;
    }
    .main-navigation .menu &gt; ul &gt; li:hover &gt; ul {
        top: 90%;
    }
    .main-navigation .menu ul ul ul {
        top: -20px;
        left: 100%;
        background-color: #BDC3C7;
    }
    .main-navigation .menu &gt; ul &gt; li:last-child ul ul,
    .main-navigation .menu &gt; ul &gt; li:nth-last-child(2) ul ul {
        left: -100%;
    }
    .main-navigation .menu ul ul li:hover ul,
    .main-navigation .menu ul ul li:focus ul{
        top: 0;
    }
    .main-navigation .menu ul ul li:focus-within ul{
        top: 0;
    }
}
.main-navigation .menu .menu-mobile {
    margin: 0;
    padding: 0;
    display: block;
    list-style: none;
    text-align: left;
    position: relative;
    z-index: 9999;
    background-color: #fff;
    display: none;
}
.main-navigation .menu .menu-mobile li {
    display: block;
    border-top: 1px solid #eee;
    float: none;
}
.main-navigation .menu .menu-mobile li a {
    color: #000;
    line-height: 50px;
    letter-spacing: 0.05em;
    display: block;
    position: relative;
    padding-right: 30px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.main-navigation .menu .menu-mobile li a:hover {
    opacity: 0.7;
}
.main-navigation .menu .menu-mobile li a i {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: 30px;
    z-index: 1;
}
.main-navigation .menu .menu-mobile li a i.active:after {
    width: 13px;
    height: 1px;
}
.main-navigation .menu .menu-mobile li a i:before,
.main-navigation .menu .menu-mobile li a i:after {
    content: '';
    width: 13px;
    height: 1px;
    background-color: #848484;
    position: absolute;
    margin: auto;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}
.main-navigation .menu .menu-mobile li a i:after {
    width: 1px;
    height: 13px;
}
.main-navigation .menu .menu-mobile li .sub-menu {
    list-style: none;
    padding: 0;
    margin: 0;
    border-top: 1px solid #eee;
    display: none;
}
.main-navigation .menu .menu-mobile li .sub-menu &gt; li a {
    margin-left: 15px;
}
.main-navigation .menu .menu-mobile li .sub-menu &gt; li:first-child {
    border-top: 0;
}
.popup-search {
    position: fixed;
    width: 0;
    height: 100%;
    overflow-y: auto;
    text-align: center;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    padding: 20px;
    z-index: 9999;
    opacity: 0;
    visibility: hidden;
    background-color: rgba(51, 51, 51, 0.94);
    margin: auto;
    overflow: hidden;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.reveal-search .popup-search {
    opacity: 1;
    visibility: visible;
    width: 100%;
}
.reveal-search .table-align {
    height: 100%;
    width: 100%;
}
.popup-search .close-popup {
    position: fixed;
    bottom: 80px;
    right: 0;
    left: 0;
    margin: auto;
    cursor: pointer;
    z-index: 1;
    width: 40px;
    height: 30px;
    opacity: 1;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.popup-search .close-popup:after,
.popup-search .close-popup:before {
    content: '';
    height: 1px;
    width: 41px;
    position: absolute;
    background-color: #fff;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    margin: auto;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.popup-search .close-popup:before {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
.popup-search .close-popup:after {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}
/*--------------------------------------------------------------
## PRELOADER
--------------------------------------------------------------*/
.preloader {
    width: 100%;
    height: 100%;
    position: fixed;
    left: 0;
    top: 0;
    background: url(images/preloader.gif) center no-repeat #fff;
    background-size: 80px 80px;
    z-index: 9999;
}
.preloader {
    -webkit-transition: all 0.7s ease;
    -moz-transition: all 0.7s ease;
    -ms-transform: all 0.7s ease;
    transition: all 0.7s ease;
}
.page-loaded .preloader {
    transform: translateY(-100%);
    -o-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    -webkit-transform: translateY(-100%);
}
.page-loaded .header {
    transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    -webkit-transform: translateY(0);
}
.page-loaded .navbar-default {
    transform: translateY(0);
    transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    -webkit-transform: translateY(0);
}
/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
    clip: rect(1px, 1px, 1px, 1px);
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden;
}
.screen-reader-text:focus {
    background-color: #f1f1f1;
    border-radius: 3px;
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    clip: auto !important;
    color: #21759b;
    display: block;
    font-size: 14px;
    font-size: 0.875rem;
    font-weight: bold;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000;
    /* Above WP toolbar. */
}
/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
    outline: 0;
}
/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
    display: inline;
    float: left;
    margin-right: 1.5em;
}
.alignright {
    display: inline;
    float: right;
    margin-left: 1.5em;
}
.aligncenter {
    clear: both;
    display: block;
    margin-left: auto;
    margin-right: auto;
}
/*--------------------------------------------------------------
# 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;
}
/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
##color and font
--------------------------------------------------------------*/
.primary-bgcolor {
    background-color: #f7f7f7;
    color: #444444;
}
.primary-bgcolor a,
h1.primary-bgcolor,
h2.primary-bgcolor,
h3.primary-bgcolor,
h4.primary-bgcolor,
h5.primary-bgcolor,
h6.primary-bgcolor,
.primary-bgcolor h1,
.primary-bgcolor h2,
.primary-bgcolor h3,
.primary-bgcolor h4,
.primary-bgcolor h5,
.primary-bgcolor h6 {
    color: #444444;
}
.primary-textcolor {
    color: #333;
}
.secondary-bgcolor {
    background: #fafafa;
}
.alt-bgcolor {
    background: #ff5c67;
    color: #ffffff;
}
.alt-bgcolor a,
.alt-bgcolor i {
    color: #fff;
}
.alt-textcolor {
    color: #ff5c67 !important;
}
.light-bgcolor {
    background: #384254;
    color: #fff;
}
.white-textcolor {
    color: #FFF;
}
.bg-overlay {
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    opacity: .80;
}
.inner-heading,
.block-text {
    color: #434343;
    display: block;
}
.inner-heading {
    padding-top: 20px;
}
.block-text &gt; span {
    font-size: 44.8px;
    font-size: 2.8rem;
    line-height: 1.6;
    border-bottom: solid 1px;
}
/*--------------------------------------------------------------
##Admin only visible css
--------------------------------------------------------------*/
.v-align-top {
    vertical-align: top;
}
.v-align-middle {
    vertical-align: middle;
}
.v-align-bottom {
    vertical-align: bottom;
}
.table-align {
    display: table;
}
.table-align .table-align-cell {
    display: table-cell;
}
.display-info {
    padding-top: 200px;
    padding-bottom: 200px;
}
.col-pad-0 {
    margin: 0 auto;
}
.col-pad-0 [class*="col-"] {
    padding: 0 !important;
}
.margin-0 {
    margin: 0 auto !important;
}
.sticky {
    display: block;
}
.home.blog .site-content,
.site-content {
    margin: 0 auto;
    padding: 45px 15px 60px;
}
@media (min-width: 768px) {
    .home.blog .site-content, .site-content {
        width: 750px;
    }
}
@media (min-width: 992px) {
    .home.blog .site-content, .site-content {
        width: 970px;
    }
}
@media (min-width: 1200px) {
    .home.blog .site-content, .site-content {
        width: 1170px;
    }
}
.home .site-content {
    padding-top: 0;
    padding-bottom: 0;
}
.data-bg {
    background-size: cover;
    background-repeat: no-repeat;
}
.boxed-layout {
    max-width: 1170px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
}
#primary,
#secondary {
    float: left;
    width: 100%;
}
@media only screen and (min-width: 992px) {
    #primary {
        width: 66.66%;
    }
    #secondary {
        width: 33.33%;
    }
    body.left-sidebar #secondary {
        border-right: 1px solid #e8e8e8;
        padding-right: 25px;
    }
    body.left-sidebar #primary {
        padding-left: 25px;
    }
    body.right-sidebar #primary {
        padding-right: 25px;
    }
    body.right-sidebar #secondary {
        border-left: 1px solid #e8e8e8;
        padding-left: 25px;
    }
    .sidebar-full-width #secondary {
        width: 100%;
    }
}
@media only screen and (max-width: 991px) {
    body.right-sidebar #secondary {
        padding-left: 15px;
        padding-right: 15px;
    }
}
body.no-sidebar #primary {
    max-width: 1010px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 15px;
    padding-right: 15px;
    float: none;
}
body.left-sidebar #primary {
    float: right;
}
body.no-sidebar #primary {
    width: 100%;
}
body.no-sidebar #secondary {
    display: none !important;
    width: 0px;
    height: 0px;
    visibility: hidden;
    filter: alpha(opacity=0);
    opacity: 0;
}
.section-block {
    clear: both;
    padding-top: 50px;
    padding-bottom: 50px;
}
.section-block:before,
.section-block:after {
    clear: both;
    content: "";
    display: table;
}
body .inner-banner {
    background-position: center center;
    padding: 110px 0;
    position: relative;
}
body .inner-banner-img {
    width: 100%;
    display: block;
    position: relative;
    overflow: hidden;
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-position: center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.breadcrumbs {
    color: #ff5c67;
    font-size: 11px;
    float: right;
    font-weight: 400;
    letter-spacing: 0.2em;
    padding: 5px 0;
    text-transform: uppercase;
}
.breadcrumbs ul {
    list-style: none;
    margin: 0 auto;
    padding: 0;
}
.breadcrumbs ul li {
    display: inline;
}
.breadcrumbs ul li a,
.breadcrumbs a {
    color: #bfbdbd;
}
.breadcrumbs ul .trail-item span {
    position: relative;
    padding-left: 7px;
    padding-right: 7px;
}
.breadcrumbs ul .trail-item.trail-begin span {
    padding-left: 0;
}
.breadcrumbs ul li span:before {
    background: #afafaf;
    content: "";
    display: block;
    width: 1px;
    height: 13.2px;
    position: absolute;
    top: 2px;
    left: 0;
    -webkit-transform: rotate(30deg);
    -moz-transform: rotate(30deg);
    -ms-transform: rotate(30deg);
    -o-transform: rotate(30deg);
    transform: rotate(30deg);
}
.breadcrumbs ul .trail-item.trail-begin span:before {
    content: none;
}
.inner-header-overlay {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    filter: alpha(opacity=0);
    opacity: 0;
    z-index: 1;
}
.page-inner-title header.entry-header {
    position: relative;
    z-index: 2;
}
.page-links {
    clear: both;
    margin: 0 0 1.5em;
}
.entry-meta {
    text-align: center;
    padding: 20px 0;
}
.meta-info {
    padding-left: 5px;
    padding-right: 5px;
    text-transform: uppercase;
    letter-spacing: .05em;
}
.entry-meta a {
    font-size: 14px;
    font-size: 0.875rem;
}
.entry-header .entry-title {
    margin: 0 0 20px;
    position: relative;
    display: inline-block;
    vertical-align: middle;
    text-transform: uppercase;
    width: 100%;
}
.entry-header .entry-title span {
    display: block;
    font-size: 20px;
    line-height: 1.2;
    margin-top: 15px;
}
.entry-title {
    display: block;
    padding: 0;
    margin: 0 15px;
    position: relative;
    letter-spacing: .02em;
    text-transform: uppercase;
}
.title-seperator {
    display: inline-block;
    height: 2px;
    margin: 15px 0;
    width: 90px;
}
.site-content .entry-content .twp-image-archive {
    display: inline-block;
    position: relative;
}
.site-content .entry-content .image-left {
    float: left;
}
.site-content .entry-content .image-right {
    float: right;
}
.twp-article-wrapper,
article.post {
    position: relative;
}
.twp-article-wrapper:before,
.twp-article-wrapper:after,
article.post:before,
article.post:after {
    background: #e8e8e8;
    display: block;
    content: "";
    position: absolute;
    left: inherit;
    right: 0;
    top: 0;
}
article.post:before,
article.post:after {
    left: 0;
    right: inherit;
    top: inherit;
    bottom: 0;
}
.twp-article-wrapper:before,
article.post:before {
    width: 200px;
    height: 1px;
}
.twp-article-wrapper:after,
article.post:after {
    width: 1px;
    height: 160px;
}
.twp-archive-content {
    padding-left: 15px;
    padding-right: 15px;
}
.site-content .entry-footer {
    border: 1px solid #e8e8e8;
    text-transform: uppercase;
    padding: 5px 15px;
    margin: 15px auto 50px;
}
span.cat-links,
span.comments-link {
    margin-right: 10px;
}
@media only screen and (min-width: 768px) {
    .site-content .entry-content .image-left {
        margin-right: 3%;
    }
    .home.blog .site-content .entry-content .image-left,
    .archive .site-content .entry-content .image-left {
        width: 50%;
    }
    .site-content .entry-content .image-right {
        margin-left: 3%;
    }
    .home.blog .site-content .entry-content .image-right,
    .archive .site-content .entry-content .image-right {
        width: 50%;
    }
    .home.blog .site-content .entry-content.archive-image-full p,
    .archive .site-content .entry-content.archive-image-full p {
        width: 100%;
    }
}
.archive-image-full {
    text-align: center;
    padding-left: 15px;
    padding-right: 15px;
}
.site-content .entry-content .image-full {
    text-align: center;
    margin: 0 auto 30px;
}
.site-content .entry-content .twp-image-archive {
    position: relative;
}
/*------------------------------------------------------------
 * ## Post-navigation
 *------------------------------------------------------------
 */
.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
    background: #fafafa;
    border: 1px solid #e8e8e8;
    margin-bottom: 30px;
    position: relative;
}
.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
    width: 50%;
    float: left;
}
.nav-links {
    display: table;
    width: 100%;
}
.nav-previous,
.nav-next {
    display: table-cell;
    padding: 15px;
}
.nav-previous:before,
.nav-next:after {
    content: "";
    display: inline-block;
    font-family: "Ionicons";
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    position: absolute;
    top: 42%;
    text-transform: none;
    text-rendering: auto;
    line-height: 1;
    vertical-align: middle;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.nav-previous:before {
    content: "\f3d2";
    left: 15px;
}
.nav-next:after {
    content: "\f3d3";
    right: 15px;
}
.nav-previous a,
.nav-next a {
    padding: 0 15px;
    display: inline-block;
    vertical-align: middle;
}
.nav-next .meta-nav:after,
.nav-previous .meta-nav:after {
    content: ":";
    display: inline-block;
    padding: 0 5px;
    font-weight: 900;
}
.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
    text-align: right;
    float: right;
    width: 50%;
}
.site-main .comment-navigation:after,
.site-main .posts-navigation:after,
.site-main .post-navigation:after {
    content: '';
    width: 1px;
    height: 100%;
    position: absolute;
    top: 0;
    left: 50%;
    background: #e4e4e4;
}
/*------------------------------------------------------------
 * ## Asides
 *------------------------------------------------------------
 */
.blog .format-aside .entry-title,
.archive .format-aside .entry-title {
    display: none;
}
/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
    font-size: 16px;
    font-size: 1em;
    margin-left: auto;
    margin-right: auto;
}
.footer-widget .widget {
    margin-bottom: 1.5em;
}
#secondary .widget:last-child {
    margin-bottom: 20px;
}
.widget ol,
.widget ul {
    list-style: none;
    padding-left: 0;
    padding-right: 0;
    margin-left: 0;
    margin-right: 0;
}
.widget ol li,
.widget ul li {
    margin-bottom: 10px;
}
/* Make sure select elements fit in widgets. */
.widget select {
    max-width: 100%;
}
.widget-title {
    font-size: 18px;
    margin: 0 auto 20px;
    padding-bottom: 15px;
    position: relative;
    text-transform: uppercase;
}
.bordered-widget-title.widget-title {
    border-bottom: 1px solid #e0e0e0;
}
.bordered-widget-title.widget-title:after {
    background: #ff5c67;
    content: "";
    height: 1px;
    left: 0;
    position: absolute;
    top: 100%;
    width: 100px;
}
.center-widget-title.widget-title {
    text-align: center;
    line-height: 100%;
    padding: 0;
    position: relative;
}
.center-widget-title.widget-title span {
    display: inline-block;
    padding: 8px 15px;
}
.center-widget-title.widget-title:before {
    content: "";
    display: block;
    position: absolute;
    background: #e8e8e8;
    width: 100%;
    height: 6px;
    margin-top: -3px;
    left: 0;
    right: 0;
    top: 50%;
    z-index: -1;
}
.search-form {
    text-align: center;
}
.widget .search-form label {
    width: 75%;
    margin-bottom: 0;
    vertical-align: middle;
}
.search-form label .search-field {
    height: 45px;
    -webkit-border-radius: 0;
    border-radius: 0;
}
.widget .search-form label .search-field {
    width: 100%;
}
.search-form .search-submit {
    border: 0;
    background: #ff5c67;
    color: #fff;
    height: 45px;
    padding-left: 20px;
    padding-right: 20px;
    -webkit-border-radius: 0;
    border-radius: 0;
}
.widget .search-form .search-submit {
    vertical-align: bottom;
}
.popup-search .search-form {
    max-width: 720px;
    margin-left: auto;
    margin-right: auto;
}
.popup-search .search-form label {
    width: 85%;
    width: calc(100% - 200px);
}
.popup-search .search-form .search-submit {
    float: right;
    width: 200px;
    height: 70px;
    line-height: 70px;
    padding-top: 0;
    padding-bottom: 0;
}
.popup-search .search-form label .search-field {
    background: #000;
    background: rgba(0, 0, 0, .65);
    color: #fff;
    border: 0;
    height: 70px;
    line-height: 70px;
    padding-top: 0;
    padding-bottom: 0;
    width: 100%;
}
@media only screen and (max-width: 767px) {
    .popup-search .search-form label,
    .popup-search .search-form .search-submit {
        float: none;
        margin: 10px 0;
        width: 100%;
    }
}
.widget ul li {
    border-bottom: 1px solid #e8e8e8;
    padding-bottom: 10px;
}
#sidr-nav .widget ul li {
    border-color: #484848;
}
#sidr-nav .widget a {
    color: #fff;
}
.widget:not(.blog_expert_social_widget):not(.blog_expert_popular_post_widget) ul li {
    margin: 0 0 15px;
    display: block;
}
.widget:not(.blog_expert_social_widget):not(.blog_expert_popular_post_widget) ul li a {
    color: inherit;
    display: inline-flex;
    margin: 0 0 0 -5px;
    -webkit-transition: all 0.15s ease-in-out;
    -moz-transition: all 0.15s ease-in-out;
    transition: all 0.15s ease-in-out;
}
.widget:not(.blog_expert_social_widget):not(.blog_expert_popular_post_widget) ul li a:hover {
    color: #b3ad9e;
    margin: 0;
}
.widget:not(.blog_expert_social_widget):not(.blog_expert_popular_post_widget) ul li a:hover:before {
    opacity: 1;
}
.widget:not(.blog_expert_social_widget):not(.blog_expert_popular_post_widget) ul li a:before {
    -webkit-transition: all 0.15s ease-in-out;
    -moz-transition: all 0.15s ease-in-out;
    transition: all 0.15s ease-in-out;
    pointer-events: none;
    color: #b3ad9e;
    content: "- ";
    opacity: 0;
}
.widget ul li:last-child {
    border-bottom: 0;
    padding-bottom: 0;
}
.widget_tag_cloud,
.widget_product_tag_cloud {
    margin-bottom: 4em;
    position: relative;
    z-index: 2;
}
.widget_tag_cloud .tagcloud,
.widget_product_tag_cloud .tagcloud {
    margin-bottom: 1.2em;
    *zoom: 1;
}
.widget_tag_cloud .tagcloud:before, .widget_tag_cloud .tagcloud:after,
.widget_product_tag_cloud .tagcloud:before,
.widget_product_tag_cloud .tagcloud:after {
    display: table;
    content: "";
}
.widget_tag_cloud .tagcloud:after,
.widget_product_tag_cloud .tagcloud:after {
    clear: both;
}
.widget_tag_cloud .tagcloud a,
.widget_product_tag_cloud .tagcloud a {
    position: relative;
    color: #616161;
    cursor: pointer;
    display: inline-block;
    float: left;
    font-size: 100% !important;
    font-weight: 300;
    line-height: 1.3;
    margin: 0 12px 12px 0;
    padding: 10px 13px 4px 15px;
    padding: .84em 1em .84em 1.3em;
    position: relative;
    text-align: center;
    text-transform: capitalize;
    vertical-align: middle;
    -webkit-transition: color 0.3s ease, border-color 0.3s ease, background-color 0.3s ease, box-shadow 0.3s ease;
    transition: color 0.3s ease, border-color 0.3s ease, background-color 0.3s ease, box-shadow 0.3s ease;
}
.widget_tag_cloud .tagcloud a:hover,
.widget_product_tag_cloud .tagcloud a:hover {
    background-color: #f5f4f0;
}
.widget_tag_cloud .tagcloud a::before,
.widget_product_tag_cloud .tagcloud a::before,
.widget_tag_cloud .tagcloud a::after,
.widget_product_tag_cloud .tagcloud a::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 1px solid #e8e8e8;
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    -ms-transition: all .3s linear;
    -o-transition: all .3s linear;
    transition: all .3s linear;
}
.widget_tag_cloud .tagcloud a:hover::before,
.widget_product_tag_cloud .tagcloud a:hover::before {
    margin-top: 4px;
    margin-left: -4px;
}
.widget_tag_cloud .tagcloud a:hover::after,
.widget_product_tag_cloud .tagcloud a:hover::after {
    margin-top: -4px;
    margin-left: 4px;
    z-index: -1;
}
.author-info .profile-image {
    background-position: 50% 50% !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
    border-radius: 100%;
    height: 124px;
    margin: auto;
    width: 124px;
}
.author-info .author-details {
    text-align: center;
}
.author-info .author-social {
    margin-top: 20px;
    padding-bottom: 20px;
    text-align: center;
}
.author-info .author-social &gt; a {
    border: 1px solid #d2d2d2;
    border-radius: 100%;
    color: #d2d2d2;
    display: inline-block;
    font-size: 11px;
    height: 40px;
    line-height: 40px;
    margin: 0 4px;
    width: 40px;
}
.author-info .author-social .meta-icon {
    margin: 0 auto;
    padding: 0;
    font-size: 24px;
}
.bg-image-1 {
    background-repeat: no-repeat;
    background-size: cover;
    width: 130px;
    height: 100px;
    display: block;
}
.trend-item {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    color: #fff;
    font-weight: 700;
    opacity: .45;
    text-align: center;
    text-shadow: 1px 4px 4px #5c5c5c;
    font-size: 80px;
    line-height: 100%;
}
.article-list {
    display: table;
    position: relative;
    width: 100%;
}
.article-list .article-image {
    float: left;
    width: 120px;
    vertical-align: middle;
    position: relative;
    margin-right: 30px;
}
.article-list .article-body {
    display: table-cell;
    vertical-align: top;
    left: 105px;
    bottom: 15px;
}
.article-list .article-body .posts-date {
    padding: 3px 15px;
}
.trend-item span.number {
    line-height: 90px;
}
.meta-span i,
.entry-footer i {
    margin-left: 5px;
    margin-right: 5px;
}
/*Widget Calander*/
#wp-calendar {
    width: 100%;
    margin: 0;
}
#wp-calendar caption {
    text-align: right;
    color: #333;
    margin-bottom: 15px;
    margin-top: -10px;
}
#wp-calendar thead th {
    text-align: center;
}
#wp-calendar tbody td {
    background: #f5f5f5;
    border: 1px solid #e8e8e8;
    text-align: center;
    padding: 8px;
}
#wp-calendar tbody td:hover {
    background: #fff;
}
#wp-calendar tbody .pad {
    background: none;
}
#wp-calendar tfoot #next {
    text-transform: uppercase;
    text-align: right;
    border: none;
    background: none;
}
#wp-calendar tfoot #prev {
    text-transform: uppercase;
    text-align: left;
    border: none;
    background: none;
}
#wp-calendar tfoot td.pad {
    display: none;
}
/*------------------------------------------------------------
 * ## Comments
 *------------------------------------------------------------
 */
.comments-area-wrapper {
    padding-left: 15px;
    padding-right: 15px;
}
.comment-content a {
    word-wrap: break-word;
}
.bypostauthor {
    display: block;
}
.comments-area .comments-title, .comments-area .comment-reply-title {
    margin: 30px auto;
    text-transform: uppercase;
}
.comment-respond .comment-reply-title {
    margin-top: 50px;
}
.comments-area .comment-list {
    padding-left: 0;
    margin-left: 0;
}
.comments-area .comment-list, .comments-area .comment-list .children {
    list-style-type: none;
}
.comments-area .comment-metadata {
    margin-bottom: 15px;
}
.comments-area .comment-metadata a {
    color: #c2c2c2;
    font-weight: 300;
    font-size: 13px;
}
.comments-area .comment-author img {
    width: 60px;
    height: 60px;
    float: left;
    margin-right: 20px;
}
.comments-area .comment-author a {
    color: #35353c;
    font-size: 14px;
    text-decoration: none;
}
.comments-area .comment-author .says {
    display: none;
}
.comments-area .comment-metadata {
    font-size: 12px;
}
.comments-area .comment-content {
    margin-top: 10px;
    color: #808086;
    font-weight: 300;
    line-height: 30px;
}
.comment-body {
    border-top: 1px solid #e8e8e8;
    padding-top: 30px;
}
.comments-area .comment-content,
.comments-area .comment-awaiting-moderation,
.comments-area .reply {
    padding-left: 80px;
}
.comments-area .comment-awaiting-moderation {
    font-size: 12px;
}
.comments-area .reply {
    margin-bottom: 20px;
}
.comments-area .reply .comment-reply-link {
    font-size: 13px;
    text-transform: uppercase;
    text-decoration: none;
}
.comments-area .reply .comment-reply-link:hover {
    color: #3c3c3c;
}
.comments-area .comment-respond {
    outline: 0;
}
.comments-area .comment-form-comment label, .comments-area .comment-form-comment textarea {
    width: 100%
}
.comments-area .comment-form-comment textarea,
.comments-area .comment-respond .comment-form-author input,
.comments-area .comment-respond .comment-form-email input,
.comments-area .comment-respond .comment-form-url input {
    border: 1px solid #e8e8e8;
    box-shadow: none;
    padding: 8px 10px;
    color: #808086;
    font-weight: 300;
    font-size: 13px;
    outline: 0;
}
.comments-area .comment-respond .form-submit input {
    background: #3c3c3c;
    border: none;
    border-radius: 30px;
    color: #fff;
    display: inline-block;
    font-weight: 300;
    padding: 12px 35px;
    text-decoration: none;
    margin-top: 20px;
    outline: 0;
}
.comments-area .comment-respond .form-submit input,
.comments-area .comment-respond .form-submit input:hover {
    -webkit-transition: all .2s ease-out;
    -moz-transition: all .2s ease-out;
    -o-transition: all .2s ease-out;
    transition: all .2s ease-out;
}
.comments-area .comment-respond .comment-form-author label,
.comments-area .comment-respond .comment-form-email label,
.comments-area .comment-respond .comment-form-url label {
    width: 100px;
}
.comments-area .comment-notes {
    margin-bottom: 30px;
    font-weight: 300;
}
.comments-area .comment-form label {
    color: #808086;
    font-weight: 300;
    font-size: 13px;
}
.comments-area .blog-img-wide.blogdetails img {
    height: auto;
    padding: 20px;
    width: 100%;
}
.post-edit-link {
    font-size: 13px;
    font-weight: normal;
}
.comment-form label {
    color: #707070;
    font-size: 15px;
    font-weight: 700;
    display: block;
    line-height: 1.5;
    text-transform: uppercase;
}
.comment-form input[type="text"],
.comment-form input[type="email"],
.comment-form input[type="url"],
.comment-form textarea {
    border-color: #e4e4e4;
    width: 100%;
}
.comment-form-author,
.comment-form-email {
    width: 50%;
    float: left;
}
.comment-form-author {
    padding-right: 10px;
}
.comment-form-email {
    padding-left: 10px;
}
.comment.depth-4 ol {
    margin-left: 0;
    padding-left: 0;
}
@media only screen and (max-width: 767px) {
    .comments-area .comment-list,
    .comments-area .comment-list .children {
        margin-left: 0;
        padding-left: 0;
    }
}
/*--------------------------------------------------------------
##Social Icon
--------------------------------------------------------------*/
.social-icons {
    width: 100%;
    float: left;
    margin-left: 0;
    padding-left: 0;
}
.social-icons ul {
    float: none;
    margin: 0 auto;
    padding: 0;
}
.social-icons ul li {
    display: block;
    float: left;
}
.social-icons ul a {
    position: relative;
}
.social-icons ul a span {
    display: none;
    filter: alpha(opacity=0);
    opacity: 0;
    visibility: hidden;
}
.social-icons ul li a:after {
    display: inline-block;
    font-weight: 400;
    height: 46px;
    margin: 0 auto;
    line-height: 46px;
    text-align: center;
    width: 36px;
    font-size: 22px;
    opacity: .84;
    -webkit-transition: 0.5s ease-in-out;
    -moz-transition: 0.5s ease-in-out;
    -ms-transition: 0.5s ease-in-out;
    -o-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
}
.social-icons.bordered-radius ul a:after {
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    -ms-border-radius: 100%;
    -o-border-radius: 100%;
    border-radius: 100%;
}
.social-icons ul a:after {
    display: inline-block;
    font-family: "Ionicons";
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    text-rendering: auto;
    width: 46px;
    font-size: 20px;
    line-height: 46px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.social-icons ul a[href*="dribbble.com"]:after {
    content: "\f22d";
}
.social-icons ul a[href*="facebook.com"]:after {
    content: "\f231";
}
.social-icons ul a[href*="twitter.com"]:after,
.author-social .ion-social-twitter:before{
    content: "";
    -webkit-mask: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' version='1.1' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M18.244 2.25h3.308l-7.227 8.26 8.502 11.24H16.17l-5.214-6.817L4.99 21.75H1.68l7.73-8.835L1.254 2.25H8.08l4.713 6.231zm-1.161 17.52h1.833L7.084 4.126H5.117z'%3E%3C/path%3E%3C/svg%3E") no-repeat;
    mask: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' version='1.1' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M18.244 2.25h3.308l-7.227 8.26 8.502 11.24H16.17l-5.214-6.817L4.99 21.75H1.68l7.73-8.835L1.254 2.25H8.08l4.713 6.231zm-1.161 17.52h1.833L7.084 4.126H5.117z'%3E%3C/path%3E%3C/svg%3E") no-repeat;
    -webkit-mask-position: center;
    mask-position: center;
    background-color: currentColor;
    -webkit-mask-size: 20px;
    mask-size: 20px;
    display: inline-block;
    vertical-align: middle;
}
.social-icons ul a[href*="twitter.com"]:after {
    height: 46px;
    width: 36px;
}
.author-social .ion-social-twitter:before{
    height: 40px;
    width: 40px;
}
.social-icons ul a[href*="linkedin.com"]:after {
    content: "\f239";
}
.social-icons ul a[href*="instagram.com"]:after {
    content: "\f351";
}
.social-icons ul a[href*="youtube.com"]:after {
    content: "\f24d";
}
.social-icons ul a[href*="vimeo.com"]:after {
    content: "\f245";
}
.social-icons ul a[href*="plus.google.com"]:after {
    content: "\f34f";
}
.social-icons ul a[href*="pinterest.com"]:after {
    content: "\f2b1";
}
.social-icons ul a[href*="tumblr.com"]:after {
    content: "\f241";
}
.social-icons ul a[href*="wordpress.org"]:after {
    content: "\f249";
}
.social-icons ul a[href*="whatsapp.com"]:after {
    content: "\f4f0";
}
.social-icons ul a:hover[href*="reddit.com"]:after {
    content: "\f23b";
}
/*--------------------------------------------------------------
##Slider
--------------------------------------------------------------*/
.twp-slider-wrapper {
    border-bottom: 1px solid #e8e8e8;
    overflow: hidden;
    clear: both;
}
.twp-slider-wrapper .owl-carousel .owl-stage-outer {
    overflow: visible
}
.rtl .owl-carousel .owl-stage-outer {
    /*rtl:begin:ignore*/
    position: relative;
    -webkit-transform: translate3d(0, 0, 0);
    direction: ltr;
    /*rtl:end:ignore*/
}
.twp-slider {
    width: 900px;
    margin: 0 auto;
}
.single-slide {
    height: 465px;
    overflow: hidden;
    position: relative;
}
.slide-bg {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    -webkit-background-size: cover;
    background-size: cover;
    background-position: center center;
}
.twp-slider-wrapper .owl-nav {
    left: 0;
    position: absolute;
    top: 50%;
    width: 100%;
    z-index: 2;
}
.twp-slider-wrapper .owl-nav &gt; div {
    background: #ff5c67;
    color: #fff;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    display: inline-block;
    font-size: 25px;
    height: 45px;
    line-height: 45px;
    margin-top: -22.5px;
    text-align: center;
    width: 45px;
}
.twp-slider-wrapper .owl-nav &gt; div.owl-prev {
    float: left;
    margin-left: -36px;
}
.twp-slider-wrapper .owl-nav &gt; div.owl-next {
    float: right;
    margin-right: -36px;
}
.owl-dots {
    text-align: center;
    padding: 15px 0 0;
    width: 100%;
}
body .twp-slider .owl-dots {
    padding-top: 20px;
}
.owl-dots .owl-dot {
    display: inline-block;
    zoom: 1;
    *display: inline;
}
.owl-dots .owl-dot span {
    width: 12px;
    height: 12px;
    margin: 5px 7px;
    background: transparent;
    border: 1px solid #3c3c42;
    display: block;
    -webkit-backface-visibility: visible;
    -webkit-transition: opacity 200ms ease;
    -moz-transition: opacity 200ms ease;
    -ms-transition: opacity 200ms ease;
    -o-transition: opacity 200ms ease;
    transition: opacity 200ms ease;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    transition: all 0.3s ease;
}
.owl-dots .owl-dot.active span,
.owl-dots .owl-dot:hover span {
    background: #3c3c42;
}
.slide-text {
    bottom: 0;
    padding: 0 20px;
    position: absolute;
    display: none;
    width: 100%;
}
.slide-text-wrapper {
    position: relative;
    text-align: left;
    z-index: 1;
}
.owl-item.active .slide-text {
    display: block;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .twp-slider {
        width: 680px;
    }
    .single-slide {
        height: 390px;
    }
}
@media only screen and (max-width: 767px) {
    .single-slide {
        height: inherit;
    }
    .slide-bg {
        height: 240px;
        position: relative;
    }
    .slide-text-wrapper h2 {
        font-size: 20px;
    }
    .twp-btn {
        padding: 4px 15px;
        -moz-border-radius: 20px;
        -webkit-border-radius: 20px;
        border-radius: 20px;
    }
    .twp-slider {
        width: 280px;
    }
}
@media only screen and (min-width: 480px) and (max-width: 767px) {
    .twp-slider {
        width: 400px;
    }
}
/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
.site-footer {
    background: #f7f7f7;
}
.site-footer .footer-widget .widget-area {
    border-left: 1px solid #333;
    display: table-cell;
    text-align: center;
    width: 33%;
    width: calc(100% / 3);
}
.site-footer .footer-widget .widget-area:last-child {
    border-right: 1px solid #333;
}
.site-footer .footer-widget .widget-area .widget {
    padding: 0.8em 10%;
}
.site-footer .footer-widget .widget-area .widget .widget-title {
    text-transform: uppercase;
}
.site-info .site-copyright {
    border-top: 1px solid #e8e8e8;
    padding: 25px 0;
    margin: 0 auto;
}
.site-info .site-copyright span.heart {
    animation: heartify .5s infinite alternate;
    -webkit-animation: heartify .5s infinite alternate;
    -moz-animation: heartify .5s infinite alternate;
    -o-animation: heartify .5s infinite alternate;
    -ms-animation: heartify .5s infinite alternate;
}
@-webkit-keyframes heartify {
    from {
        -webkit-transform: scale(0.8);
        transform: scale(0.8);
    }
}
@-moz-keyframes heartify {
    from {
        -moz-transform: scale(0.8);
        transform: scale(0.8);
    }
}
@keyframes heartify {
    from {
        -webkit-transform: scale(0.8);
        -moz-transform: scale(0.8);
        transform: scale(0.8);
    }
}
/*--------------------------------------------------------------
##Back to top
--------------------------------------------------------------*/
.scroll-up {
    position: fixed;
    z-index: 8000;
    bottom: 45px;
    right: 30px;
    display: none;
    width: 48px;
    height: 48px;
    border: 1px solid #333;
    background: #fff;
    font-size: 24px;
    line-height: 48px;
    text-align: center;
    text-decoration: none;
    cursor: pointer;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}
.scroll-up i {
    color: #333;
}
@media (max-width: 767px) {
    .scroll-up {
        right: 20px;
        bottom: 20px;
    }
}
/*--------------------------------------------------------------
# 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. */
embed,
iframe,
object {
    max-width: 100%;
}
/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
    margin-bottom: 1.5em;
    max-width: 100%;
}
.wp-caption img[class*="wp-image-"] {
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.wp-caption .wp-caption-text {
    margin: 0.8075em 0;
}
.wp-caption-text {
    text-align: center;
}
/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
    margin-bottom: 1.5em;
}
.gallery-item {
    display: inline-block;
    text-align: center;
    vertical-align: top;
    width: 100%;
}
.gallery-columns-2 .gallery-item {
    max-width: 50%;
}
.gallery-columns-3 .gallery-item {
    max-width: 33.33%;
}
.gallery-columns-4 .gallery-item {
    max-width: 25%;
}
.gallery-columns-5 .gallery-item {
    max-width: 20%;
}
.gallery-columns-6 .gallery-item {
    max-width: 16.66%;
}
.gallery-columns-7 .gallery-item {
    max-width: 14.28%;
}
.gallery-columns-8 .gallery-item {
    max-width: 12.5%;
}
.gallery-columns-9 .gallery-item {
    max-width: 11.11%;
}
.gallery-caption {
    display: block;
}
.nav-links .page-numbers {
    background: transparent;
    display: block;
    float: left;
    height: 30px;
    line-height: 30px;
    text-align: center;
    border: 1px solid #ccc;
    margin-right: 7px;
    padding-left: 15px;
    padding-right: 15px;
    font-weight: 700;
}
.nav-links .page-numbers.current,
.nav-links .page-numbers:hover,
.nav-links .page-numbers:focus,
.woocommerce nav.woocommerce-pagination ul li a:focus,
.woocommerce nav.woocommerce-pagination ul li a:hover,
.woocommerce nav.woocommerce-pagination ul li span.current {
    background: #271919;
    color: #fff;
    border-color: #1f1e1e;
}
.woocommerce nav.woocommerce-pagination ul li a,
.woocommerce nav.woocommerce-pagination ul li span {
    padding: 0 15px;
    display: block !important;
    height: 40px;
    line-height: 40px;
}
.woocommerce ul.products li.product .onsale {
    background: #ff5c67;
    color: #fff;
    top: 15px;
    left: 0;
    width: 60px;
    height: 24px;
    line-height: 24px;
    text-align: center;
    padding: 0;
    border-radius: 0;
    min-height: inherit;
}
.recent-blog {
    max-width: 1170px;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
}
.updated:not(.published) {
    display: none;
}
.bg-shadow {
    position: relative;
    border: 1px solid #e8e8e8;
}
.twp-entry-content iframe {
    margin: 0 auto;
    text-align: center;
    width: 100%;
}
.article-header {
    position: relative;
    z-index: 1;
}
.ribbon {
    padding: .34em 1em;
    min-width: 170px;
    position: relative;
    color: #ffffff;
    text-align: center;
    display: inline-block;
    float: right;
    margin-right: -5px;
}
.ribbon-span:after {
    content: "";
    bottom: -.4em;
    position: absolute;
    display: block;
    border-style: solid;
    border-color: #055e69 transparent transparent transparent;
    z-index: -1;
}
.ribbon-span:after {
    right: 0;
    border-width: .4em .4em 0 0;
}
.ribbon-span i {
    padding-left: 8px;
    padding-right: 8px;
}
.read-more {
    display: table;
    text-align: center;
    margin: 15px auto;
    border: 1px solid #e8e8e8;
    padding: 8px 15px;
}
.read-more i {
    padding-left: 5px;
}
.tags-links a {
    padding-left: 5px;
    padding-right: 5px;
    letter-spacing: 0.123em;
}
.sticky header:before {
    content: "\f2a6";
    display: inline-block;
    font-family: "Ionicons";
    speak: none;
    color: #928f8f;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    text-rendering: auto;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 52px;
    display: inline-block;
    float: left;
    transform: rotate(-45deg);
}
.sidr-class-sidr-button-close {
    padding: 0 15px;
    text-transform: uppercase;
    margin: 10px auto;
    font-weight: 700;
    display: inline-block;
    border-radius: 25px;
    height: 30px;
    line-height: 30px;
    float: right;
}
.sidr-class-sidr-button-close,
.sidr-class-sidr-button-close:active,
.sidr-class-sidr-button-close:visited {
    outline: none !important;
}
/*Woocommerce Support*/
.woocommerce div.product .woocommerce-tabs ul.tabs {
    text-align: center;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li {
    border: 0;
    background: none;
    padding: 0;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li a {
    padding: 15px 20px;
    display: block;
}
.woocommerce div.product .woocommerce-tabs ul.tabs:before,
.woocommerce div.product .woocommerce-tabs ul.tabs:after,
.woocommerce div.product .woocommerce-tabs ul.tabs li:before,
.woocommerce div.product .woocommerce-tabs ul.tabs li:after {
    display: none;
}
.wc-tabs &gt; li &gt; a:hover,
.wc-tabs &gt; li &gt; a:focus {
    text-decoration: none;
    outline: none
}
.wc-tabs &gt; li &gt; a:hover {
    color: #606060;
    background: none
}
.wc-tabs &gt; li.active &gt; a,
.wc-tabs &gt; li.active &gt; a:hover,
.wc-tabs &gt; li.active &gt; a:focus,
.wc-tabs &gt; li.is-active &gt; a,
.wc-tabs &gt; li.is-active &gt; a:hover,
.wc-tabs &gt; li.is-active &gt; a:focus {
    color: #606060;
    background: none;
    border: none;
    cursor: default;
    border-bottom: 2px solid #606060
}
nav.woocommerce-MyAccount-navigation ul {
    list-style: none;
    margin: 0 auto;
    padding: 0;
    background: #f4f6f8;
}
nav.woocommerce-MyAccount-navigation ul li {
    display: block;
    margin: 0 auto;
}
nav.woocommerce-MyAccount-navigation ul li a {
    padding: 5px 15px;
    display: block;
    border: 0;
}
body.woocommerce span.onsale:hover,
body.woocommerce span.onsale:focus {
    background: #333;
    color: #fff;
}
.form-control,
.single-post article label input[type="password"],
.product-tools table.variations .form-select select,
.woocommerce-cart #calc_shipping_state,
.woocommerce-checkout #calc_shipping_state,
#billing_first_name, #shipping_first_name,
#billing_last_name, #shipping_last_name,
#billing_email, #shipping_email,
#billing_phone, #shipping_phone,
#billing_address_1,
#shipping_address_1,
#billing_address_2,
#shipping_address_2,
#billing_company,
#shipping_company,
input#billing_state,
input#shipping_state,
#billing_postcode,
#shipping_postcode,
#billing_city,
#shipping_city,
#order_comments,
#account_username,
#account_password,
#account_password-2 {
    display: block;
    line-height: 1.5;
    font-size: 14px;
    color: #606060;
    text-transform: none;
    border: 2px solid #E5E5E5;
    border-radius: 5px;
    background-color: #fff;
    -webkit-appearance: none;
    -moz-appearance: none;
    -o-appearance: none;
    appearance: none;
    width: 100%;
    height: 48px;
    margin-bottom: 24px;
    padding: 0 16px;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.woocommerce div.product .product_title {
    padding-bottom: 15px;
}
.woocommerce #respond input#submit,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button {
    height: 50px;
    line-height: 50px;
    padding: 0 30px !important;
    color: #fff;
    display: block;
    text-align: center;
}
.woocommerce #respond input#submit,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button,
.woocommerce #respond input#submit.alt,
.woocommerce a.button.alt,
.woocommerce button.button.alt,
.woocommerce input.button.alt {
    background-color: #ff5c67;
}
.woocommerce #respond input#submit.alt:hover,
.woocommerce a.button.alt:hover,
.woocommerce button.button.alt:hover,
.woocommerce input.button.alt:hover {
    background-color: #e4101e;
}
@media only screen and (min-width: 769px) {
    .woocommerce ul.products li.product,
    .woocommerce-page ul.products li.product {
        width: 33.33%;
        padding: 0 15px;
        margin: 0 auto 30px;
    }
    .woocommerce ul.products li.product:nth-child(3n+1),
    .woocommerce-page ul.products li.product:nth-child(3n+1) {
        clear: left;
        padding-left: 0;
    }
    .woocommerce ul.products li.first,
    .woocommerce-page ul.products li.first {
        clear: right;
    }
    .woocommerce ul.products li.product:nth-child(3n),
    .woocommerce-page ul.products li.product:nth-child(3n) {
        padding-right: 0;
    }
    .woocommerce table.shop_table {
        width: 97%;
    }
}
@media only screen and (max-width: 1024px) {
    .twp-recent-widget .article-list {
        display: block;
    }
    .twp-recent-widget .article-list .article-image {
        display: inline-block;
        vertical-align: middle;
        float: none;
    }
    .twp-recent-widget .article-list .article-body {
        display: inline-block;
        vertical-align: middle;
        width: 70%;
        width: calc(100% - 200px);
    }
}
@media only screen and (max-width: 991px) {
    body.left-sidebar .recent-blog,
    body.left-sidebar .site-content {
        display: table;
        width: 100%;
        height: 100%;
        padding-left: 15px;
        padding-right: 15px;
    }
    body.left-sidebar #primary {
        display: table-header-group;
        float: none;
    }
    body.left-sidebar #secondary {
        display: table-footer-group;
        float: none;
    }
    .top-bar .pull-left,
    .top-bar .pull-right {
        float: none !important;
    }
    .top-bar .auxiliary-nav,
    .top-bar .social-icons {
        text-align: center;
    }
    .top-bar .social-icons ul li {
        display: inline-block;
        float: none;
    }
    .site-branding .site-title {
        font-size: 42px;
        line-height: 1.4;
    }
}
.elementor-html .preloader {
    display: none;
}
#gallery-1.owl-carousel .owl-nav {
    left: 0;
    position: absolute;
    top: 50%;
    margin-top: -25px;
    width: 100%;
    z-index: 2;
    height: 1px;
}
#gallery-1.owl-carousel .owl-nav &gt; div {
    background: #ff5c67;
    color: #fff;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    display: inline-block;
    font-size: 25px;
    height: 45px;
    line-height: 45px;
    text-align: center;
    width: 45px;
}
#gallery-1.owl-carousel .owl-nav &gt; div.owl-prev {
    float: left;
    margin-left: 15px;
}
#gallery-1.owl-carousel .owl-nav &gt; div.owl-next {
    float: right;
    margin-right: 15px;
}
/*Gutenberg Fix*/
.wp-block-gallery {
    list-style: none;
    padding: 0;
    margin: 0 auto;
}
.wp-block-quote {
    margin: 30px 0 30px 0 !important;
    padding: 50px !important;
    font-style: normal;
    text-align: left;
    quotes: none;
    box-sizing: border-box;
    font-weight: 400;
    position: relative;
    border-left: 0 !important;
    background: #e8e8e8;
}
.wp-block-quote:before {
    content: "";
    background-image: url(assets/icons/icon-quote-top.svg);
    width: 40px;
    height: 41px;
    position: absolute;
    top: 10px;
    left: 40px;
    padding: 0;
    background-color: transparent;
    margin: 0 auto;
}
.wp-block-quote:after {
    content: none;
    display: none;
}
.wp-block-quote cite {
    display: block;
    font-size: 14px;
    font-style: normal;
}
.wp-block-quote.is-style-large {
    margin-bottom: 23px;
    margin-top: 0 !important;
}
.wp-block-quote.is-style-large p {
    font-size: 24px !important;
    line-height: 1.5 !important;
}
.wp-block-quote p {
    line-height: 25px !important;
}
@media only screen and (min-width: 768px) {
    .alignfull {
        margin-left: calc(50% - 50vw);
        margin-right: calc(50% - 50vw);
        width: auto;
        max-width: 1000%;
    }
    .alignwide {
        margin-left: calc(25% - 25vw);
        margin-right: calc(25% - 25vw);
        width: auto;
        max-width: 1000%;
    }
    .alignwide img,
    .alignfull img {
        display: block;
        margin: 0 auto;
    }
}
.floating-post-navigation {
    position: fixed;
    top: 50%;
    z-index: 999;
    width: 340px;
    height: 200px;
    overflow: hidden;
    background: #000;
    color: #fff;
    filter: alpha(opacity=0);
    opacity: 0;
    visibility: hidden;
    box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.1);
    -webkit-transform: translate3d(0, -50%, 0);
    -moz-transform: translate3d(0, -50%, 0);
    -ms-transform: translate3d(0, -50%, 0);
    -o-transform: translate3d(0, -50%, 0);
    transform: translate3d(0, -50%, 0);
    -webkit-transition: all .4s cubic-bezier(.24, .6, .25, 1);
    -moz-transition: all .4s cubic-bezier(.24, .6, .25, 1);
    -o-transition: all .4s cubic-bezier(.24, .6, .25, 1);
    transition: all .4s cubic-bezier(.24, .6, .25, 1);
}
.theme-floatingbar-active .floating-post-navigation {
    filter: alpha(opacity=100);
    opacity: 1;
    visibility: visible;
}
.floating-post-navigation img{
    filter: alpha(opacity=65);
    opacity: .65;
}
.floating-navigation-prev {
    right: calc(100% - 50px);
}
.floating-navigation-prev:hover {
    right: calc(100% - 339px);
    -webkit-box-shadow: 0 2px 10px rgba(0, 0, 0, .1);
    -moz-box-shadow: 0 2px 10px rgba(0, 0, 0, .1);
    box-shadow: 0 2px 10px rgba(0, 0, 0, .1);
}
.floating-navigation-next {
    left: calc(100% - 50px);
}
.floating-navigation-next:hover {
    left: calc(100% - 339px);
    -webkit-box-shadow: 0 2px 10px rgba(0, 0, 0, .1);
    -moz-box-shadow: 0 2px 10px rgba(0, 0, 0, .1);
    box-shadow: 0 2px 10px rgba(0, 0, 0, .1);
}
.floating-post-navigation img {
    object-fit: cover;
    position: absolute;
    top: 0;
    height: 100% !important;
}
.floating-navigation-prev img {
    right: 50px;
}
.floating-navigation-next img {
    left: 50px;
}
.floating-post-navigation a{
    color: #fff;
}
.floating-post-navigation a:hover span,
.floating-post-navigation a:focus span{
    color: #fff !important;
}
.floating-post-navigation .floating-navigation-label {
    position: absolute;
    top: 0;
    writing-mode: vertical-rl;
    right: 0;
    height: 100%;
    text-align: center;
    width: 50px;
    line-height: 50px;
    text-transform: uppercase;
    font-size: 12px;
    z-index: 2;
    letter-spacing: 3px;
}
.floating-navigation-next .floating-navigation-label {
    right: auto;
    left: 0;
}
.floating-post-navigation .floating-navigation-title {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 20px;
    width: 100%;
    padding: 20px 60px 20px 20px;
    z-index: 2;
}
.floating-navigation-next .floating-navigation-title {
    padding: 20px 20px 20px 60px;
}
.widget_text a:not(.more-link):not(.button) {
    text-decoration: underline;
}
.wp-block-gallery .owl-controls .owl-nav{
    left: 0;
    position: absolute;
    top: 50%;
    width: 100%;
    z-index: 2;
}
.wp-block-gallery .owl-controls .owl-nav &gt; div {
    background: #ff5c67;
    color: #fff;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    display: inline-block;
    font-size: 25px;
    height: 45px;
    line-height: 45px;
    margin-top: -22.5px;
    text-align: center;
    width: 45px;
}
.wp-block-gallery .owl-controls .owl-nav &gt; div.owl-prev {
    float: left;
    margin-left: 15px;
}
.wp-block-gallery .owl-controls .owl-nav &gt; div.owl-next {
    float: right;
    margin-right: 15px;
}
.rtl .nav-previous:before,
.rtl .owl-carousel .owl-prev .ion-ios-arrow-left:before {
    /*rtl:begin:ignore*/
    content: "\f3d3";
    /*rtl:end:ignore*/
}
.rtl .nav-next:after,
.rtl .read-more .ion-ios-arrow-right:before,
.rtl .twp-btn .ion-ios-arrow-right:before,
.rtl .owl-carousel .owl-next .ion-ios-arrow-right:before {
    /*rtl:begin:ignore*/
    content: "\f3d2";
    /*rtl:end:ignore*/
}
.rtl.sidr-open .switch input + div{
    /*rtl:begin:ignore*/
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    /*rtl:end:ignore*/
}</pre></body></html>