/*
Theme Name: Organiky
Theme URI: http://elementor.zozothemes.com/organiky/
Author: zozothemes
Author URI: https://zozothemes.com/
Description: Organiky brings your site to life with header video and immersive featured images. With a focus on business sites, it features multiple sections on the front page as well as widgets, navigation and social menus, a logo, and more. Personalize its asymmetrical grid with a custom color scheme and showcase your multimedia content with post formats. Our default theme for 2019 works great in many languages, for any abilities, and on any device.
Version: 1.0.6
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: organiky
Tags: one-column, two-columns, right-sidebar, flexible-header, custom-colors, custom-header, custom-menu, custom-logo, editor-style, featured-images, footer-widgets, post-formats, rtl-language-support, sticky-post, theme-options, threaded-comments, translation-ready
*/
/*-------------------------------------------
              TABLE OF CONTENT
---------------------------------------------*/
/**! 01. Normalize **/
/**! 02. Typography **/
/**! 03. Accessibility **/
/**! 04. Theme Default Styles **/
/**! 05. Buttons **/
/**! 06. Alignments **/
/**! 07. Header Common Style **/
/**! 08. Social Icons General Style **/
/**! 09. Header Styles **/
/**! 10. Sticky/Fixed Header Space Styles **/
/**! 11. Full Screen Search **/
/**! 12. Mobile Header Styles **/
/**! 13. Page Title **/
/**! 14. Portfolio Styles **/
/**! 15. Blog Layout and Styles **/
/**! 16. Owl Carousel **/
/**! 17. Widget Styles **/
/**! 18. Elementor Styles **/
/**! 19. Woo Styles **/
/**! 20. Footer Styles **/
/**! 21. Animation key frames **/
/**! 22. Extra Spacing **/
/**! 23. Responsive Styles **/
/**! 24. RTL( Right to Left ) Styles **/
/*--------------------------------------------------------------
01. Normalize
--------------------------------------------------------------*/
body {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    overflow-x: hidden;
}

a {
    text-decoration: none;
    outline: none;
    cursor: pointer;
    color: #191919;
    text-decoration: none;
    outline: none;
    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;
    -o-transition: all 0.3s ease-in-out 0s;
    -ms-transition: all 0.3s ease-in-out 0s;
}

a:focus,
a:hover,
a:active {
    text-decoration: none;
    outline: none;
    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;
    -o-transition: all 0.3s ease-in-out 0s;
    -ms-transition: all 0.3s ease-in-out 0s;
}

.rev-btn,
.rev-btn:hover {
    transition: all 0.3s ease-in-out 0s !important;
    -moz-transition: all 0.3s ease-in-out 0s !important;
    -webkit-transition: all 0.3s ease-in-out 0s !important;
    -o-transition: all 0.3s ease-in-out 0s !important;
    -ms-transition: all 0.3s ease-in-out 0s !important;
}

ul {
    list-style: disc;
    padding: 0;
}

ul, ol {
    padding-left: 1.59rem;
}

ul ol {
    padding-left: 1.5rem;
}

dl, ol, ul {
    margin-bottom: 25px;
}

ul ul {
    list-style-type: circle;
}

li > ul, li > ol {
    padding-left: 2rem;
}

.entry-content li, .comment-text li, .type-page li {
    line-height: 2.2;
}

.widget ul, .widget ol {
    padding-left: initial;
    list-style-type: none;
}

b, strong {
    font-weight: 600;
}

ul:last-child,
ol li:last-child {
    margin-bottom: 0px;
}

ul.nav > li {
    display: inline-block;
    float: left;
}

.header-inner .navbar ul.nav > li {
    float: none;
}

img,
video {
    max-width: 100%;
    height: auto;
}

img {
    display: block;
    margin: 0 auto;
}

.img-scale img {
    transform: scale(0.9);
}

select {
    height: 50px;
    line-height: 47px;
    padding: 0 10px;
    color: #797979;
    border: solid 1px #efefef;
}

select:focus {
    outline: 0;
}

iframe {
    border: 0;
}

input:focus {
    outline: 0;
}

span:focus {
    outline: 0;
}

::selection {
    color: #fff;
}

pre {
    background: #eeeeee none repeat scroll 0 0;
    margin-bottom: 1.6em;
    max-width: 100%;
    overflow: auto;
    padding: 1.6em;
}

table td,
table th {
    border: 1px solid #efefef;
    padding: 5px 10px;
}

input {
    border: 1px solid #efefef;
}

table {
    margin-bottom: 25px;
    width: 100%;
    text-align: center;
}

audio, video {
    max-width: 100%;
}

i.fa-brands {
    font-style: normal;
}

.media {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: start;
    align-items: flex-start;
}

.media-body {
    -ms-flex: 1;
    flex: 1;
    -ms-flex-item-align: center !important;
    align-self: center !important;
}

.cus-top-info .media {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: start;
    align-items: flex-start;
}

.cus-top-info .media-body {
    align-self: center !important;
}

.cus-top-info .media-body {
    -ms-flex: 1;
    flex: 1;
}

/*--------------------------------------------------------------
02. Typography
--------------------------------------------------------------*/
.typo-white,
.typo-white p,
.typo-white h1,
.typo-white h2,
.typo-white h3,
.typo-white h4,
.typo-white h5,
.typo-white h6,
.typo-white .portfolio-filter li a {
    color: #fff;
}

.typo-dark,
.typo-dark p,
.typo-dark h1,
.typo-dark h2,
.typo-dark h4,
.typo-dark h5,
.typo-dark h6,
.typo-dark .portfolio-filter li a {
    color: #191919;
}

/*--------------------------------------------------------------
03. Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
    clip: rect(1px, 1px, 1px, 1px);
    height: 1px;
    overflow: hidden;
    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;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    -o-border-radius: 3px;
    -ms-border-radius: 3px;
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    -webkit-box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    -moz-box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    -ms-box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    -o-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: 400;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000;
    /* Above WP toolbar. */
}

.bypostauthor > .comment-body > .comment-meta > .comment-author .avatar {
    border: 1px solid #191919;
    padding: 2px;
}

/*--------------------------------------------------------------
04. Theme Default Styles
--------------------------------------------------------------*/
.pull-left {
    float: left;
}

.pull-right {
    float: right;
}

figure {
    margin: 0;
    margin-bottom: 20px;
}

iframe {
    width: 100%;
}

pre {
    padding: 20px;
    background: #f8f8f8;
}

ins {
    text-decoration: none;
}

.gallery-item {
    display: inline-block;
    text-align: left;
    vertical-align: top;
    margin: 0 0 1.5em;
    padding: 0 1em 0 0;
    width: 50%;
}

.gallery-item a, .gallery-item a:hover, .gallery-item a:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
    background: none;
    display: inline-block;
    max-width: 100%;
}

.gallery-item a img {
    display: block;
    -webkit-transition: -webkit-filter 0.2s ease-in;
    transition: -webkit-filter 0.2s ease-in;
    transition: filter 0.2s ease-in;
    transition: filter 0.2s ease-in, -webkit-filter 0.2s ease-in;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

table td {
    padding: 5px;
}

table td {
    border: 1px solid #eaeaea;
    padding: 8px 10px;
    color: #797979;
    text-align: center;
}

.site-footer table td {
    color: #fff;
}

ul.sub-menu {
    padding-left: 5px;
}

.navbar {
    padding: 0;
    background: #fff;
}

.organiky-content-wrapper {
    background: #fff;
    clear: both;
}

.container,
.boxed-container,
.custom-container {
    margin: 0 auto;
    max-width: 1200px;
    width: 100%;
}

.custom-container {
    padding: 0 15px;
}

.full-width-container .custom-container {
    width: 100%;
    max-width: 100%;
}

.container,
.boxed-container,
.custom-container {
    margin: 0 auto;
    width: 100%;
}

.header-inner ul.navbar-items.nav.pull-right li.nav-item .nav-item-inner {
    position: relative;
}

.header-inner ul.navbar-items.nav.pull-right li.nav-item {
    margin-top: -10px;
}

.header-inner ul.navbar-items.nav.pull-right {
    height: 70px;
    margin: 10px 0;
    padding: 0 0px 0 14px;
    border-radius: 0;
}

.organiky-content-wrapper > div {
    position: relative;
}

.organiky-content-wrapper > div.zozo-login-parent {
    position: fixed;
}

/*Custom Container*/
.img-before::before {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle;
}

.nav-item-inner img {
    display: inline-block;
    vertical-align: middle;
}

.nav-item-inner img:before {
    content: "";
    height: 100%;
    vertical-align: middle;
    display: inline-block;
}

.site-title {
    font-size: 30px;
    font-weight: 700;
    vertical-align: middle;
}

article.post.sticky {
    position: relative;
}

.sticky-post-icon {
    color: #797979;
    font-size: 20px;
    right: 20px;
    position: absolute;
    top: 20px;
    -webkit-opacity: 0.7;
    -moz-opacity: 0.7;
    opacity: 0.7;
}

.main-logo img.custom-logo,
.header-inner .sticky-logo img {
    padding: 10px 0;
}

ul:last-child, ol li:last-child {
    margin-bottom: 0px;
}

.entry-content > ul.wp-block-gallery {
    padding-left: 0px;
    margin-left: 0;
}

.page-template .post-comments-wrapper.clearfix {
    margin-top: 70px;
}

.comments h6 {
    font-weight: 400;
}

.page-links {
    clear: both;
    float: none;
    padding-top: 15px;
}

.page-links .page-number {
    display: inline-block;
    padding: 0;
    color: #fff;
    margin-right: 5px;
    width: 45px;
    text-align: center;
    margin: 0;
    line-height: 45px;
    border-radius: 5px;
    height: 45px;
    background: #efefef;
    -webkit-transition: all 350ms ease 0s;
    -moz-transition: all 350ms ease 0s;
    -ms-transition: all 350ms ease 0s;
    -o-transition: all 350ms ease 0s;
    transition: all 350ms ease 0s;
}

span.post-page-numbers.current .page-number,
.page-links a .page-number:hover {
    color: #fff;
    -webkit-transition: all 350ms ease 0s;
    -moz-transition: all 350ms ease 0s;
    -ms-transition: all 350ms ease 0s;
    -o-transition: all 350ms ease 0s;
    transition: all 350ms ease 0s;
}

.post-comments .post-box-title {
    margin-bottom: 45px;
    font-size: 23px;
    color: #191919;
}

.comment-respond .comment-reply-title {
    font-weight: 400;
    line-height: 1;
}

.comment-respond .comment-reply-title small {
    margin-left: 15px;
}

.comment-respond .comment-reply-title small a {
    font-size: 18px;
    color: #62a403;
}

.comment-respond .comment-reply-title small a:hover {
    color: #191919;
}

.comment-reply-title a {
    text-decoration: underline;
}

.comment-respond .comment-form p.logged-in-as > a {
    color: #191919 !important;
}

.post-comments-wrapper h1,
.post-comments-wrapper h2,
.post-comments-wrapper h3,
.post-comments-wrapper h4,
.post-comments-wrapper h5,
.post-comments-wrapper h6 {
    color: #191919;
}

.comment-reply-title,
.post-comments .post-box-title {
    font-size: 24px;
    font-weight: 400;
    color: #191919;
    line-height: 1;
}

.post-password-form input[type="password"] {
    line-height: 39px;
    padding-left: 10px;
    padding-right: 10px;
    border: 1px solid #eaeaea;
}

.post-password-form input[type="password"]:focus {
    background: #fff;
}

ul.comments h2 {
    margin-top: 25px;
}

ul.comments h2:first-of-type {
    margin-top: 0;
}

.post-password-form input[type="submit"],
.post-password-form input[type="password"] {
    border-radius: 4px;
}

.single-post-template .entry-content > h3.entry-title {
    margin-top: 0px;
}

.single-post-template .entry-content h1,
.single-post-template .entry-content h2,
.single-post-template .entry-content h3,
.single-post-template .entry-content h4,
.single-post-template .entry-content h5,
.single-post-template .entry-content h6 {
    color: #191919;
}

.single-post-template .entry-content h6 {
    margin-bottom: 27px;
}

.single-post .elementor-top-section {
    padding: 0;
}

.post-comments div#respond {
    padding: 31px 40px 49px;
    background: #f7f7f7;
    border-radius: 6px;
}

.organiky-single-post .post-comments .comments > * {
    margin-bottom: 30px;
}

.post-comments .comments .comment {
    margin-bottom: 30px;
    padding: 30px 30px;
    border: 1px solid #efefef;
    border-radius: 4px;
}

.single-post-template .entry-content > h3:first-child {
    margin-top: 0;
}

img.alignleft,
img.alignright {
    float: none;
    margin: 0;
    margin-bottom: 15px;
}

img.alignleft {
    float: left;
    margin-right: 15px;
}

img.alignright {
    float: right;
    margin-left: 9%;
}

.alignnone {
    margin: 0;
}

.page .content-area p:last-child img.alignright {
    margin-left: 63%;
}

.pull-left {
    float: left;
}

.pull-right {
    float: right;
}

figure.wp-caption.aligncenter {
    text-align: center;
}

figure.wp-caption.alignright {
    text-align: right;
}

.wp-caption-text {
    font-size: 13px;
    line-height: 1.6;
    padding: 0.5rem;
    text-align: center;
}

/*.back-to-top*/
.back-to-top > i {
    height: 45px;
    position: fixed;
    right: 20px;
    width: 45px;
    z-index: 9999;
    bottom: 20px;
    color: #fff;
    font-size: 10px;
    text-align: center;
    line-height: 45px;
    font-weight: 900;
    border-radius: 50%;
}

.back-to-top.position-right > i {
    right: -100px;
}

.back-to-top.position-right.back-to-top-on > i {
    right: 20px;
}

.back-to-top.position-left > i {
    left: -100px;
}

.back-to-top.position-left.back-to-top-on > i {
    left: 20px;
    right: auto;
}

.secondary-menu-area {
    overflow-y: auto;
}

.form-control {
    color: #797979;
}

.form-control:focus {
    box-shadow: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
}

/* Organiky 404 style */
.site-main .error-404 {
    padding-top: 100px;
    padding-bottom: 100px;
}

.error-404 header .image-wrap-404 img {
    margin: 0 auto;
    margin-bottom: 26px;
}

.error-404 .error-description {
    font-size: 20px;
    margin-bottom: 24px;
}

.error-404 .page-title {
    font-size: 50px;
    line-height: 60px;
    font-weight: 400;
    padding: 0px 0 5px;
    margin-bottom: 0;
}

.error-404 .error-txt {
    font-size: 150px;
    line-height: 1;
    letter-spacing: 8px;
    margin-bottom: 12px;
}

span.error-smile {
    color: #fff;
    font-weight: 400;
    font-size: 60px;
    line-height: 69px;
    margin-right: 15px;
}

span.smile-text {
    font-size: 21px;
}

.img-right-align img {
    margin: 0 80px 0 auto;
}

.img-left-align img {
    margin: 47px 0 0 40px;
}

p.img-left-align {
    margin-bottom: 0;
}

.err-content .btn {
    border: 1px solid;
    background: transparent;
    color: #191919;
    margin-top: -30px;
    font-size: 18px;
    line-height: 48px;
    padding: 0 50px;
}

.err-content .btn:hover {
    color: #fff;
}

.error-404 header.page-header > * {
    position: relative;
    text-align: center;
}

.error-404 header.page-header > *:last-child {
    margin-bottom: 0;
}

.page-header a.home-link {
    padding: 6px 25px 6px 25px;
    border-radius: 0;
    text-align: center;
    display: inline-block;
    width: auto;
    color: #fff;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 1px;
    border-radius: 5px;
    font-size: 16px;
}

.page-header a.home-link:hover {
    background: transparent;
    color: #fff;
}

.relative {
    position: relative;
}

/* Page Loader */
.page-loader {
    position: fixed;
    left: 0px;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 9999;
    background-color: #ffffff !important;
}

/*Icons*/
span.before-icon {
    padding-right: 8px;
    width: auto;
    height: auto;
    vertical-align: middle;
}

/* Letter Caption */
.letter-caption p::first-letter {
    position: relative;
    float: left;
    top: 5px;
    margin: 0px 15px 0px 0px;
    line-height: 1.0em;
    font-size: 54px;
    font-weight: 400;
    display: inline-block;
    text-transform: uppercase;
}

/* Image Fluid */
.services-thumb .img-fluid,
.team-thumb .img-fluid,
.portfolio-img .img-fluid {
    width: 100%;
}

/* Cost Calculator */
.btQuoteBooking .btQuoteSliderValue {
    color: #fff;
}

.btQuoteBooking .btQuoteTotalText {
    color: #fff;
}

/*Footer */
.footer-top-wrap > * > .row > div {
    -ms-flex-item-align: center !important;
    align-self: center !important;
    -webkit-align-self: center !important;
}

.footer-top-wrap > * > .row > div:last-child {
    padding-right: 0;
}

.footer-top-wrap > * > .row > div:first-child {
    padding-left: 0;
}

.footer-top-wrap.boxed-container {
    position: relative;
    border-radius: 10px;
    overflow: hidden;
    z-index: 1;
}

.footer-top-wrap.boxed-container:before {
    width: 55px;
    height: 50px;
    content: " ";
    background-image: url(assets/images/leafs.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    right: 0;
    top: 7px;
    animation: blinker 1s linear infinite;
    -moz-animation: blinker 1s linear infinite;
    -webkit-animation: blinker 1s linear infinite;
}

.footer-top-wrap {
    width: 100%;
    position: relative;
}

.footer-middle-wrap a {
    color: #797979;
}

.footer-middle-wrap {
    padding: 80px 0px;
    background: #0b0a0a;
}

.footer-middle-wrap li a {
    line-height: 23px;
}

.footer-middle-wrap .widget-title {
    border-bottom: unset;
    margin-bottom: 20px;
}

.footer-middle-wrap .col-lg-3:first-child .widget.widget_text {
    margin-bottom: 20px;
}

.footer-bottom {
    color: #ffffff;
    background: #191919;
    padding-top: 25px;
    padding-bottom: 25px;
}

.footer-bottom a {
    color: #ddd;
}

.col-lg-12 .widget.widget_media_image img {
    margin: 0 auto;
}

.footer-top-wrap .feature-box-wrapper {
    padding: 0;
    margin-bottom: 0;
}

.footer-top-wrap .feature-box-wrapper.cus-feature1 .feature-box-icon > span {
    font-size: 34px;
    width: 40px;
    height: 40px;
    line-height: 40px;
}

.footer-top-wrap .feature-box-wrapper.cus-feature1 > .media > *:first-child {
    margin-right: 20px;
    margin-top: 10px;
}

.footer-top-wrap .feature-box-wrapper.cus-feature1 > .media .feature-box-title {
    color: #fff;
    margin-bottom: 3px;
}

.footer-middle-wrap ul.nav.social-icons {
    display: inline-block;
    padding-top: 3px;
}

/*--------------------------------------------------------------
05. Buttons
--------------------------------------------------------------*/
.btn,
button {
    cursor: pointer;
    padding: 15px 25px;
    border: none;
    border-radius: 4px;
    font-size: 14px;
    font-weight: 600;
}

.btn,
button:focus {
    outline: none;
}

.elementor-button .elementor-button-text {
    display: inline-block;
}

.nav-item-inner a.organiky-popup-trigger.btn {
    vertical-align: inherit;
    background: #fff;
    color: #191919;
}

.sticky-head.header-sticky .nav-item-inner a.organiky-popup-trigger.btn {
    color: #fff;
}

a.organiky-popup-trigger.btn.secondary-color:hover {
    color: #fff;
    background: #191919;
}

.btn.focus, .btn:focus {
    box-shadow: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
}

.btn.classic,
.btn.bordered:hover {
    color: #fff;
}

.btn,
.btn-default,
button {
    color: #ffffff;
}

button:focus {
    outline: none;
    outline: none;
}

.btn.btn-default, .btn.btn-bordered,
.about-widget.widget-content .author-url a {
    font-size: 15px;
    padding: 15px 30px;
    color: #fff;
    line-height: 1;
    font-weight: 600;
    position: relative;
    border-radius: 4px !important;
    -webkit-border-radius: 4px !important;
    -moz-border-radius: 4px !important;
    -ms-border-radius: 4px !important;
    -o-border-radius: 4px !important;
}

.btn.btn-default:hover, .btn.btn-bordered:hover,
.btn.btn-default.theme-color:hover,
.about-widget.widget-content .author-url a:hover {
    background: #070e20;
    color: #fff;
}

.btn.btn-bordered {
    background: transparent;
    border: 1px solid #fff;
}

.btn.btn-bordered:hover {
    border: 1px solid #070e20;
}

.btn.classic:hover {
    background: #fff !important;
    color: #070e20;
}

.btn.link {
    background: none;
    padding: 0;
}

.btn.link:hover {
    background: none;
    color: unset;
}

.btn.bordered {
    background: transparent;
    border: 1px solid #eaeaea;
}

.btn.underline {
    text-decoration: underline;
}

.btn.inverse {
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    background: #fff;
    color: #070e20;
}

.btn.inverse:hover {
    color: #fff;
}

.btn-light:not(:disabled):not(.disabled).active,
.btn-light:not(:disabled):not(.disabled):active,
.show > .btn-light.dropdown-toggle {
    box-shadow: none;
    background-color: transparent;
    border-color: none;
}

.input-group-btn:not(:first-child) > .btn,
.input-group-btn:not(:first-child) > .btn-group {
    margin-left: 0;
}

input[type="submit"]:hover {
    cursor: pointer;
}

input[type="submit"]:hover,
.btn:hover,
button:hover,
.search-form .input-group .btn:hover {
    color: #fff;
    background-color: #070e20;
}

.feature-box-btn .btn.classic:hover {
    color: #fff;
}

.btn.bordered:hover {
    color: #fff;
}

.full-btn .elementor-button-link {
    width: 100%;
}

/*--------------------------------------------------------------
06. 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;
}

/*--------------------------------------------------------------
07. Header Common Style
--------------------------------------------------------------*/
.organiky-header {
    background-color: #fff;
}

.organiky-header.header-absolute {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    left: 0;
    position: absolute;
    right: 0;
    z-index: 999;
}

.organiky-header .navbar-nav .nav-item {
    list-style: none;
}

.organiky-header .header-inner .nav-link {
    padding-top: 0;
    padding-bottom: 0;
    transition: unset;
    -moz-transition: unset;
    -webkit-transition: unset;
    -o-transition: unset;
    -ms-transition: unset;
}

.organiky-header .header-inner .organiky-main-menu > li.menu-item:first-child > .nav-link {
    padding-left: 0;
}

.header-inner .navbar .custom-container a.btn.organiky-btn {
    padding: 0 38px;
    vertical-align: top;
    border-radius: 0 !important;
}

.header-inner .navbar .custom-container a.btn.organiky-btn:focus {
    color: #fff;
}

.header-absolute.boxed-container .navbar .navbar-inner {
    padding-right: 0;
}

.rtl .header-absolute.boxed-container .navbar .navbar-inner {
    padding-right: 15px;
    padding-left: 0;
}

.rtl .navbar {
    padding-left: 0;
}

.organiky-header ul.dropdown-menu > li > a {
    transition: all 0.2s ease-in-out 0s;
    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;
    -o-transition: all 0.2s ease-in-out 0s;
    -ms-transition: all 0.2s ease-in-out 0s;
}

.organiky-header .header-inner .organiky-main-menu > li:last-child > .nav-link {
    padding-right: 0;
}

.rtl .organiky-header .header-inner ul.organiky-main-menu > li:last-child > .nav-link {
    padding-left: 0;
    padding-right: 15px;
}

.rtl .organiky-header .header-inner .organiky-main-menu > li.menu-item:first-child > .nav-link {
    padding-left: 15px;
    padding-right: 0;
}

.navbar ul ul.social-icons li:first-child .nav-link {
    padding-left: 10px;
}

.topbar ul ul.social-icons li:last-child .nav-link,
.logobar ul ul.social-icons li:last-child .nav-link,
.navbar ul ul.social-icons li:last-child .nav-link {
    margin-right: 0;
}

.organiky-header ul.dropdown-menu li .nav-link {
    padding: 10px 20px;
    font-size: 16px;
    line-height: 22px;
}

.organiky-header ul.dropdown-menu li .nav-link:before {
    content: "\e61a";
    font-family: themify;
    font-size: 11px;
    font-weight: 900;
    position: absolute;
    left: 10px;
    opacity: 0;
    line-height: 20px;
    transition: all .3s;
    transform: rotate(0);
}

.organiky-header ul.dropdown-menu li .nav-link:hover:before {
    left: 20px;
    opacity: 1;
    transform: rotate(180deg);
    transition: all .3s;
}

.organiky-header ul.dropdown-menu li.current-menu-item .nav-link:before {
    opacity: 1;
    left: 20px;
}

.organiky-header ul.dropdown-menu li.current-menu-item .nav-link {
    padding-left: 38px;
    opacity: 1;
}

.organiky-header ul.dropdown-menu:not(.mega-dropdown-menu) li:first-child > .nav-link {
    padding-top: 20px;
}

.organiky-header ul.dropdown-menu:not(.mega-dropdown-menu) li:last-child > .nav-link {
    padding-bottom: 20px;
    border: 0;
}

.organiky-header ul.dropdown-menu li .nav-link,
.organiky-header ul.dropdown-menu li .nav-link:hover {
    transition: all 0.3s ease-in-out 0s;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    -ms-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
}

.organiky-header ul.dropdown-menu li .nav-link:hover {
    padding-left: 38px;
}

/*mega menu */
.organiky-header ul.dropdown-menu li > ul.mega-child-dropdown-menu > li:last-child .nav-link {
    border: none;
    padding-bottom: 0;
}

.organiky-header .header-inner ul.dropdown-menu.mega-dropdown-menu > li > a:after {
    content: "";
}

.organiky-header ul.dropdown-menu.mega-dropdown-menu > li > a {
    font-size: 16px;
    font-weight: 400;
}

.organiky-header ul.dropdown-menu li > ul.mega-child-dropdown-menu > li .nav-link {
    position: relative;
}

.boxed-container {
    position: relative;
    margin-left: auto;
    margin-right: auto;
}

.nav.pull-center {
    position: static;
    left: 0;
    right: 0;
    float: none;
    display: inline-block;
    text-align: center;
    -webkit-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
}

.nav.pull-center.show-opacity {
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
    -webkit-transition: opacity ease 0.35s;
    -moz-transition: opacity ease 0.35s;
    transition: opacity ease 0.35s;
}

.nav.pull-center .nav,
ul.logobar-items.nav.pull-center {
    display: inline-flex;
}

.search-form .input-group .form-control {
    background: transparent none repeat scroll 0 0;
    border: 1px solid #eaeaea;
    border-right: 0;
    height: 55px;
    line-height: 55px;
}

.search-form .input-group .input-group-btn {
    line-height: 55px;
    height: 55px;
    display: inherit;
}

.mobile-bar-items .search-form .input-group .input-group-btn {
    height: 55px;
    line-height: 55px;
}

.mobile-bar-items .search-form .input-group .btn {
    line-height: 55px;
}

input[type="submit"] {
    -webkit-transition: all ease 0.35s;
    -moz-transition: all ease 0.35s;
    transition: all ease 0.35s;
}

input[type="submit"],
.search-form .input-group .btn {
    border: none;
    color: #ffffff;
    line-height: 40px;
    padding: 0 15px;
}

form.post-password-form input[type="submit"] {
    line-height: 40px;
    padding: 2px 20px 1px;
}

.wpcf7 input[type="submit"]:hover {
    background: #191919;
    color: #fff;
}

.search-form .input-group .btn {
    padding: 0 19px;
    border-radius: 0;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.search-form .input-group .btn:hover,
.search-form .input-group .btn:focus,
.search-form .input-group .btn:active {
    transition: all 0.35s ease-in-out 0s;
    -moz-transition: all 0.35s ease-in-out 0s;
    -webkit-transition: all 0.35s ease-in-out 0s;
    -o-transition: all 0.35s ease-in-out 0s;
    -ms-transition: all 0.35s ease-in-out 0s;
}

.search-form .input-group .btn:focus {
    box-shadow: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
}

.nav-item-inner .search-form {
    display: inline-block;
    vertical-align: middle;
    width: 100%;
}

.sticky-logo {
    display: none;
}

.nav-link {
    padding: 0 15px;
}

.navbar .search-form {
    vertical-align: unset;
}

.navbar .search-form .input-group .form-control,
.navbar .search-form .input-group .form-control:focus,
.navbar .search-form .input-group .form-control:active {
    border: unset;
    color: #797979;
}

.navbar .search-form .input-group .form-control::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    color: #797979;
}

.navbar .search-form .input-group .form-control::-moz-placeholder { /* Firefox 19+ */
    color: #797979;
}

.navbar .search-form .input-group .form-control:-ms-input-placeholder { /* IE 10+ */
    color: #797979;
}

.navbar .search-form .input-group .form-control:-moz-placeholder { /* Firefox 18- */
    color: #797979;
}

.navbar .search-form .input-group .form-control::-webkit-input-placeholder,
.elementor-element .zozo-mc-form input.form-control::-webkit-input-placeholder,
.post-comments-wrapper .form-control::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    color: #797979;
}

.navbar .search-form .input-group .form-control::-moz-placeholder,
.elementor-element .zozo-mc-form input.form-control::-moz-placeholder,
.post-comments-wrapper .form-control::-moz-placeholder { /* Firefox 19+ */
    color: #797979;
}

.navbar .search-form .input-group .form-control:-ms-input-placeholder,
.elementor-element .zozo-mc-form input.form-control,
.post-comments-wrapper .form-control:-ms-input-placeholder { /* IE 10+ */
    color: #797979;
}

.navbar .search-form .input-group .form-control:-moz-placeholder,
.elementor-element .zozo-mc-form input.form-control:-ms-input-placeholder,
.post-comments-wrapper .form-control:-ms-input-placeholder { /* Firefox 18- */
    color: #797979;
}

.widget_search .search-form .input-group .form-control::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    font-size: 16px;
}

.widget_search .search-form .input-group .form-control::-moz-placeholder { /* Firefox 19+ */
    font-size: 16px;
}

.widget_search .search-form .input-group .form-control:-ms-input-placeholder { /* IE 10+ */
    font-size: 16px;
}

.widget_search .search-form .input-group .form-control:-moz-placeholder { /* Firefox 18- */
    font-size: 16px;
}

.navbar .search-form .input-group span.input-group-btn {
    height: 55px;
    line-height: 55px;
}

.navbar .search-form .input-group span.input-group-btn button.btn {
    padding: 0 8px;
    background: unset;
    color: #797979;
}

.main-logo {
    display: inline-block;
    vertical-align: middle;
    margin-top: -53px;
    color: #fff;
    background: #62a403;
    border-radius: 10px;
}

.main-logo > * {
    line-height: 1;
    display: block;
}

.main-logo > *.logo-tagline {
    font-weight: 400;
    font-size: 15px;
}

.main-logo a.site-title {
    margin-bottom: 7px;
    color: #191919;
    font-size: 27px;
}

.mobile-logo .main-logo a.site-title {
    color: #191919;
}

.header-inner .search-toggle-wrap a.full-search-toggle {
    font-size: 18px;
}

.header-inner .main-logo img {
    padding: 0;
}

.organiky-header-custom-info li:last-of-type {
    padding-right: 0;
}

.organiky-header-custom-info li:first-of-type {
    padding-left: 0;
    padding-right: 0;
}

.logobar .organiky-header-custom-info li:first-of-type {
    padding-right: 25px;
}

.organiky-header-custom-info li {
    display: inline-block;
    padding: 0 25px;
}

.main-logo a.site-title {
    margin-bottom: 7px;
    color: #fff;
}

.main-logo a.site-title:hover {
    color: #e5e5e5;
}

.topbar {
    background: #191919;
    color: #fff;
    z-index: 2;
    margin-left: 268px;
    border-radius: 10px;
    margin-top: 10px;
    margin-right: 15px;
}

.organiky-header-custom-info li.organiky-header-phone p.info-text {
    font-size: 14px;
    font-weight: 400;
    margin-bottom: 0;
}

.navbar ul.organiky-header-custom-info,
.organiky-header-custom-info li {
    position: relative;
    padding-left: 0;
}

.organiky-header-custom-info li.organiky-header-phone i.ti-location-pin {
    margin-left: 5px;
    font-size: 18px;
    position: relative;
    animation: blinker 1s linear infinite;
    -moz-animation: blinker 1s linear infinite;
    -webkit-animation: blinker 1s linear infinite;
    vertical-align: -1px;
}

.header-inner .navbar .nav-item-inner .media a {
    height: 42px;
    line-height: 42px;
    display: inline-block;
    padding: 0 25px;
    font-weight: 400;
    font-size: 15px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    position: relative;
    overflow: hidden;
    z-index: 0;
}

.header-inner .nav-item-inner .media a,
.header-inner .nav-item-inner .media a:hover {
    transition: all 0.3s;
    -moz-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    -ms-transition: all 0.3s;
}

@-webkit-keyframes shakeX {
    0%, to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
    }
    10%, 30%, 50%, 70%, 90% {
        -webkit-transform: translate3d(-10px, 0, 0);
        transform: translate3d(-10px, 0, 0);
    }
    20%, 40%, 60%, 80% {
        -webkit-transform: translate3d(10px, 0, 0);
        transform: translate3d(10px, 0, 0);
    }
}

p.lable-txt {
    font-size: 15px;
}

p.info-text > a {
    display: flex;
}

.header-inner li.organiky-header-location .media i {
    font-size: 30px;
    color: #2b88ff;
}

.topbar-items.pull-right .nav-item:last-child .nav-item-inner:last-of-type {
    padding-right: 0;
}

/*Home Header Variations*/
.home-variation-two .main-logo,
.home-variation-three .main-logo,
.home-variation-four .main-logo,
.home-variation-five .main-logo {
    background: transparent;
    margin-top: 0;
}

.header-inner.home-variation-two .main-logo img,
.header-inner.home-variation-three .main-logo img,
.header-inner.home-variation-four .main-logo img,
.header-inner.home-variation-five .main-logo img {
    margin-top: 0;
}

.home-variation-two .topbar-items .header-phone span,
.home-variation-two .topbar-items .header-email span,
.home-variation-two .topbar-items .header-address span,
.home-variation-three .topbar-items .header-phone span,
.home-variation-three .topbar-items .header-email span,
.home-variation-three .topbar-items .header-address span,
.home-variation-five .topbar-items .header-phone span,
.home-variation-five .topbar-items .header-email span,
.home-variation-five .topbar-items .header-address span {
    color: #fff;
}

.home-variation-two .topbar-items .theme-color,
.home-variation-three .topbar-items .theme-color {
    color: #fff !important;
}

.home-variation-three .topbar,
.home-variation-four .topbar,
.home-variation-five .topbar {
    border-radius: 0;
}

.home-variation-three .header-topbar-text-2 .h-donate-btn,
.home-variation-four .header-topbar-text-2 .h-donate-btn,
.home-variation-two .header-topbar-text-2 .h-donate-btn,
.home-variation-five .header-topbar-text-2 .h-donate-btn {
    display: none;
}

.header-inner.home-variation-four ul.navbar-items.nav.pull-right,
.header-inner.home-variation-five ul.navbar-items.nav.pull-right {
    margin: 0;
}

header .header-inner.home-variation-four .woo-icon-count,
header .header-inner.home-variation-five .woo-icon-count {
    right: -5px;
    bottom: -5px;
}

.home-variation-four .zozo-woo-key-search select,
.home-variation-five .zozo-woo-key-search select {
    height: 50px;
    line-height: 39px;
}

.home-variation-four .zozo-woo-ajax-key-search .zozo-woo-key-search .zozo-woo-key-field,
.home-variation-five .zozo-woo-ajax-key-search .zozo-woo-key-search .zozo-woo-key-field {
    height: 50px;
    line-height: 50px;
}

.home-variation-four .zozo-input-group-text:before,
.home-variation-five .zozo-input-group-text:before {
    top: 25px;
}

.home-variation-four .zozo-woo-ajax-key-search .zozo-woo-key-search button.zozo-btn,
.home-variation-five .zozo-woo-ajax-key-search .zozo-woo-key-search button.zozo-btn {
    height: 50px;
    line-height: 53px;
}

/*  Close icon style */
.close {
    position: absolute;
    right: 16px;
    top: 16px;
    width: 32px;
    height: 32px;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
    filter: alpha(opacity=30);
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1;
    transition: all 0.3s;
    -moz-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    -ms-transition: all 0.3s;
}

.close:hover {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
    filter: alpha(opacity=100);
    cursor: pointer;
    background: #191919;
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1;
}

.close:hover:before, .close:hover:after {
    transform: rotate(90deg);
    transition: all ease .4s;
}

.close:before,
.close:after {
    position: absolute;
    content: ' ';
    height: 16px;
    width: 2px;
    background-color: #fff;
    right: 15px;
    top: 8px;
    transition: all ease .4s;
    -webkit-transition: all ease .4s;
    -moz-transition: all ease .4s;
}

.close:before {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}

.close:after {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.close.secondary-space-toggle:before,
.close.secondary-space-toggle:after {
    background: #fff !important;
    transition: all 0.3s;
    -moz-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    -ms-transition: all 0.3s;
    height: 16px;
    width: 2px;
    right: 19px;
    top: 11px;
}

.close.secondary-space-toggle {
    position: absolute;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    padding: 0;
    background: #62a403;
    transition: all 0.3s;
    -moz-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    -ms-transition: all 0.3s;
}

.secondary-menu-area.left-overlay {
    background: #fff;
    -webkit-box-shadow: 0 0 25px rgb(23 23 23 / 6%);
    -moz-box-shadow: 0 0 25px rgba(23, 23, 23, .06);
    -ms-box-shadow: 0 0 25px rgba(23, 23, 23, .06);
    -o-box-shadow: 0 0 25px rgba(23, 23, 23, .06);
    box-shadow: 0 0 25px rgb(23 23 23 / 6%);
}

/*--------------------------------------------------------------
08. Social Icons General Style
--------------------------------------------------------------*/
.social-icons .nav {
    display: block;
}

ul.social-icons > li {
    text-align: center;
    text-align: -webkit-center;
    padding: 0;
}

ul.social-icons > li > a i {
    width: 35px;
    height: 35px;
    line-height: 35px;
}

.logobar ul.social-icons > li > a {
    width: 30px;
    height: 30px;
    line-height: 30px;
}

.logobar ul.social-icons > li > a > i {
    height: 30px;
    line-height: 30px;
}

ul.social-icons > li > a {
    width: 35px;
    height: 35px;
    line-height: 35px;
    display: inline-block;
    text-align: center;
    transition: all ease 0.35s;
    -webkit-transition: all ease 0.35s;
    -moz-transition: all ease 0.35s;
    -ms-transition: all ease 0.35s;
    padding: 0;
    font-size: 14px;
    border-radius: 3px;
}

ul.social-icons > li:last-child > a {
    margin-right: 0;
}

.post-meta ul.social-icons > li > a {
    background: #f9f9f9 none repeat scroll 0 0;
    color: #171717;
    border: medium none;
    font-size: 12px;
    height: 30px;
    line-height: 30px;
    width: 30px;
    display: block;
    text-align: center;
    box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1);
    -ms-box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1);
    -o-box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1);
}

.post-meta ul.social-icons > li > a i {
    width: 28px;
    height: 28px;
    line-height: 28px;
    margin-right: 0;
    color: #797979;
}

.post-meta ul.social-icons > li > a:hover i {
    color: #fff;
}

ul.social-icons.social-transparent > li a {
    background: transparent;
    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    -o-border-radius: 0;
    -ms-border-radius: 0;
    box-shadow: unset;
    -webkit-box-shadow: unset;
    -moz-box-shadow: unset;
    -ms-box-shadow: unset;
    -o-box-shadow: unset;
}

/*Social Icons Colors*/
ul.social-icons.social-circled > li a,
article ul.social-icons > li > a {
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
}

ul.social-icons.social-rounded > li a {
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
}

ul.social-icons.social-transparent > li a {
    background: transparent;
}

ul.social-icons.social-white > li a,
ul.social-icons.social-h-white > li a:hover {
    color: #fff;
}

ul.social-icons.social-black > li a,
ul.social-icons.social-h-black > li a:hover {
    color: rgba(0, 0, 0, 0.6);
}

ul.social-icons.social-bg-white > li a,
ul.social-icons.social-hbg-white > li a:hover {
    background-color: #fff;
}

ul.social-icons.social-bg-black > li a,
ul.social-icons.social-hbg-black > li a:hover {
    background-color: #191919;
}

ul.social-icons.social-bg-light > li a,
ul.social-icons.social-hbg-light > li a:hover {
    background: #e7eeff;
}

ul.social-icons.social-bg-dark > li a,
ul.social-icons.social-hbg-dark > li a:hover {
    background: #191919;
}

ul.social-icons.social-bg-trans > li a,
ul.social-icons.social-bg-transparent > li a {
    background: transparent;
}

/* Social Media Colors */
ul.social-icons.social-hbg-transparent > li a:hover {
    background: transparent;
}

ul.social-icons.social-own > li a.social-fb,
ul.social-icons.social-h-own > li a.social-fb:hover,
article.post ul.social-icons > li > a.social-fb,
ul.social-icons > li > a.share-fb:hover {
    color: #3b5999;
}

ul.social-icons.social-own > li a.social-twitter,
ul.social-icons.social-h-own > li a.social-twitter:hover,
article.post ul.social-icons > li > a.social-twitter,
ul.social-icons > li > a.share-twitter:hover {
    color: #55acee;
}

ul.social-icons.social-own > li a.social-instagram,
ul.social-icons.social-h-own > li a.social-instagram:hover,
article.post ul.social-icons > li > a.social-instagram,
ul.social-icons > li > a.share-instagram:hover {
    color: #e4405f;
}

ul.social-icons.social-own > li a.social-linkedin,
ul.social-icons.social-h-own > li a.social-linkedin:hover,
article.post ul.social-icons > li > a.social-linkedin,
ul.social-icons > li > a.share-linkedin:hover,
ul.social-icons > li > a.share-linkedin:hover {
    color: #0077B5;
}

ul.social-icons.social-own > li a.social-pinterest,
ul.social-icons.social-h-own > li a.social-pinterest:hover,
article.post ul.social-icons > li > a.social-pinterest,
ul.social-icons > li > a.share-pinterest:hover {
    color: #bd081c;
}

ul.social-icons.social-own > li a.social-youtube,
ul.social-icons.social-h-own > li a:hover.social-youtube,
article.post ul.social-icons > li > a.social-youtube,
ul.social-icons > li > a.share-youtube:hover {
    color: #cd201f;
}

ul.social-icons.social-own > li a.social-vimeo,
ul.social-icons.social-h-own > li a.social-vimeo:hover,
article.post ul.social-icons > li > a.social-vimeo,
ul.social-icons > li > a.share-vimeo:hover {
    color: #1ab7ea;
}

ul.social-icons.social-own > li a.social-soundcloud,
ul.social-icons.social-h-own > li a.social-soundcloud:hover,
article.post ul.social-icons > li > a.social-soundcloud,
ul.social-icons > li > a.share-soundcloud:hover {
    color: #ff3300;
}

ul.social-icons.social-own > li a.social-yahoo,
ul.social-icons.social-h-own > li a.social-yahoo:hover,
article.post ul.social-icons > li > a.social-yahoo,
ul.social-icons > li > a.share-yahoo:hover {
    color: #410093;
}

ul.social-icons.social-own > li a.social-tumblr,
ul.social-icons.social-h-own > li a.social-tumblr:hover,
article.post ul.social-icons > li > a.social-tumblr,
ul.social-icons > li > a.share-tumblr:hover {
    color: #34465d;
}

ul.social-icons.social-own > li a.social-paypal,
ul.social-icons.social-h-own > li a.social-paypal:hover,
article.post ul.social-icons > li > a.social-paypal,
ul.social-icons > li > a.share-paypal:hover {
    color: #003087;
}

ul.social-icons.social-own > li a.social-mailto,
ul.social-icons.social-h-own > li a.social-mailto:hover,
article.post ul.social-mailto > li > a.social-mailto,
ul.social-icons > li > a.share-mailto:hover {
    color: #ffa500;
}

ul.social-icons.social-own > li a.social-flickr,
ul.social-icons.social-h-own > li a.social-flickr:hover,
article.post ul.social-icons > li > a.social-flickr,
ul.social-icons > li > a.share-flickr:hover {
    color: #ff0084;
}

ul.social-icons.social-own > li a.social-dribbble,
ul.social-icons.social-h-own > li a.social-dribbble:hover,
article.post ul.social-icons > li > a.social-dribble,
ul.social-icons > li > a.share-dribble:hover {
    color: #ea4c89;
}

ul.social-icons.social-own > li a.social-rss,
ul.social-icons.social-h-own > li a.social-rss:hover,
article.post ul.social-icons > li > a.social-rss,
ul.social-icons > li > a.share-rss:hover {
    color: #ff6600;
}

ul.social-icons.social-own > li a.social-tiktok,
ul.social-icons.social-h-own > li a.social-tiktok:hover,
article.post ul.social-icons > li > a.social-tiktok,
ul.social-icons > li > a.share-tiktok:hover {
    color: #FC2858;
}

ul.social-icons.social-own > li a.social-whatsapp,
ul.social-icons.social-h-own > li a.social-whatsapp:hover,
article.post ul.social-icons > li > a.social-whatsapp,
ul.social-icons > li > a.share-whatsapp:hover {
    color: #0D5E54;
}

/* Social Media Background Colors */
ul.social-icons.social-bg-own > li a.social-fb,
ul.social-icons.social-hbg-own > li a.social-fb:hover,
article.post ul.social-icons > li > a.social-fb:hover {
    background: #3b5999;
}

ul.social-icons.social-bg-own > li a.social-twitter,
ul.social-icons.social-hbg-own > li a.social-twitter:hover,
article.post ul.social-icons > li > a.social-twitter:hover {
    background: #55acee;
}

ul.social-icons.social-bg-own > li a.social-instagram,
ul.social-icons.social-hbg-own > li a.social-instagram:hover,
article.post ul.social-icons > li > a.social-instagram:hover {
    background: #e4405f;
}

ul.social-icons.social-bg-own > li a.social-linkedin,
ul.social-icons.social-hbg-own > li a.social-linkedin:hover,
article.post ul.social-icons > li > a.social-linkedin:hover {
    background: #0077B5;
}

ul.social-icons.social-bg-own > li a.social-pinterest,
ul.social-icons.social-hbg-own > li a.social-pinterest:hover,
article.post ul.social-icons > li > a.social-pinterest:hover {
    background: #bd081c;
}

ul.social-icons.social-bg-own > li a.social-youtube,
ul.social-icons.social-hbg-own > li a.social-youtube:hover,
article.post ul.social-icons > li > a.social-youtube:hover {
    background: #cd201f;
}

ul.social-icons.social-bg-own > li a.social-vimeo,
ul.social-icons.social-hbg-own > li a.social-vimeo:hover,
article.post ul.social-icons > li > a.social-vimeo:hover {
    background: #1ab7ea;
}

ul.social-icons.social-bg-own > li a.social-soundcloud,
ul.social-icons.social-hbg-own > li a.social-soundcloud:hover,
article.post ul.social-icons > li > a.social-soundcloud:hover {
    background: #ff3300;
}

ul.social-icons.social-bg-own > li a.social-yahoo,
ul.social-icons.social-hbg-own > li a.social-yahoo:hover,
article.post ul.social-icons > li > a.social-yahoo:hover {
    background: #410093;
}

ul.social-icons.social-bg-own > li a.social-tumblr,
ul.social-icons.social-hbg-own > li a.social-tumblr:hover,
article.post ul.social-icons > li > a.social-tumblr:hover {
    background: #34465d;
}

ul.social-icons.social-bg-own > li a.social-paypal,
ul.social-icons.social-hbg-own > li a.social-paypal:hover,
article.post ul.social-icons > li > a.social-paypal:hover {
    background: #003087;
}

ul.social-icons.social-bg-own > li a.social-mailto,
ul.social-icons.social-hbg-own > li a.social-mailto:hover,
article.post ul.social-icons > li > a.social-mailto:hover {
    background: #ffa500;
}

ul.social-icons.social-bg-own > li a.social-flickr,
ul.social-icons.social-hbg-own > li a.social-flickr:hover,
article.post ul.social-icons > li > a.social-flickr:hover {
    background: #ff0084;
}

ul.social-icons.social-bg-own > li a.social-dribbble,
ul.social-icons.social-hbg-own > li a.social-dribbble:hover,
article.post ul.social-icons > li > a.social-dribble:hover {
    background: #ea4c89;
}

ul.social-icons.social-bg-own > li a.social-rss,
ul.social-icons.social-hbg-own > li a.social-rss:hover,
article.post ul.social-icons > li > a.social-rss:hover {
    background: #ff6601;
}

ul.social-icons.social-bg-own > li a.social-bloglovin,
ul.social-icons.social-hbg-own > li a.social-bloglovin:hover {
    background: #00BFF8;
}

ul.social-icons.social-bg-own > li a.social-tiktok,
ul.social-icons.social-hbg-own > li a.social-tiktok:hover {
    background: #FC2858;
}

ul.social-icons.social-bg-own > li a.social-whatsapp,
ul.social-icons.social-hbg-own > li a.social-whatsapp:hover {
    background: #0D5E54;
}

ul.social-icons.social-own > li a.social-bloglovin,
ul.social-icons.social-h-own > li a.social-bloglovin:hover {
    color: #00BFF8;
}

/* Social Hover Effects */
ul.social-icons.social-h-white > li a:hover {
    color: #fff;
}

ul.social-icons.social-h-black > li a:hover {
    color: #191919;
}

ul.social-icons.social-hbg-white > li a:hover {
    background-color: #fff;
}

ul.social-icons.social-hbg-black > li a:hover {
    background-color: #191919;
}

ul.social-icons.social-hbg-light > li a:hover {
    background: rgba(255, 255, 255, 0.5);
}

ul.social-icons.social-hbg-dark > li a:hover {
    background: rgba(0, 0, 0, 0.5);
}

/*--------------------------------------------------------------
09. Header Styles
--------------------------------------------------------------*/
.topbar,
.logobar,
.navbar {
    position: relative;
}

/*Topbar*/
.topbar {
    background: #191919;
    color: #fff;
    z-index: 2;
    border-radius: 10px;
}

.topbar-items,
.logobar-items {
    margin: 0;
}

ul.topbar-items {
    font-weight: 400;
}

.topbar-items > li {
    height: 50px;
    line-height: 50px;
}

.custom-container.topbar-inner {
    padding: 0 20px;
}

.topbar-items > li img,
.logobar-items > li img,
.navbar-items > li img {
    margin-top: -4px;
}

.navbar-items > li img {
    margin-top: -12px;
}

.header-sticky .navbar-items > li img {
    margin-top: 0;
}

.topbar-items .nav-item-inner,
.logobar-items .nav-item-inner,
.navbar-items .nav-item-inner {
    padding-right: 25px;
}

.logobar-items .nav-item-inner .mini-cart-dropdown {
    padding-left: 0;
}

.header-inner ul.navbar-items.nav.pull-right li.nav-item:nth-child(3) .nav-item-inner {
    padding-right: 0;
}

.navbar-items.pull-left .nav-item:first-child .nav-item-inner {
    z-index: 9;
    position: relative;
}

.topbar .topbar-items.pull-right .nav-item:first-child .nav-item-inner {
    padding-right: 0;
}

.topbar-items .nav-item:last-child .nav-item-inner,
.logobar-items .nav-item:last-child .nav-item-inner:last-child,
.navbar-items .nav-item:last-child .nav-item-inner:last-child {
    padding-right: 0;
}

.topbar-items .nav-item-inner {
    position: relative;
}

.topbar-items .nav-item:first-child .nav-item-inner:after {
    content: unset;
}

.topbar-items .nav-item .nav-item-inner .nav .menu-item:first-child .nav-link {
    padding-right: 0;
    padding-left: 0;
}

.topbar-items .nav-item .nav-item-inner .nav .dropdown-menu .menu-item .nav-link {
    padding: 10px 20px;
}

.topbar-items .nav-item .nav-item-inner .nav .dropdown-menu .menu-item .nav-link:hover {
    padding-left: 38px;
}

.topbar-items .nav-item .nav-item-inner .nav .dropdown-menu .menu-item:last-child .nav-link {
    padding-bottom: 20px;
}

.topbar-items .nav-item .nav-item-inner .nav .dropdown-menu .menu-item:first-child .nav-link {
    padding-top: 20px;
}

.header-topbar-text-2 .h-donate-btn {
    position: absolute;
    background: #62a403;
    right: -195px;
    padding: 0 31px;
    border-radius: 6px;
    font-weight: 600;
}

.header-topbar-text-2 .h-donate-btn:hover {
    color: #fff !important;
}

.header-phone span,
.header-email span,
.header-address span {
    padding-right: 8px;
    vertical-align: 0px;
}

.topbar-items .form-control,
.topbar-items .input-group-btn,
.topbar-items .btn,
.logobar-items .form-control,
.logobar-items .input-group-btn,
.logobar-items .btn {
    font-size: inherit;
}

ul.logobar-items.nav.pull-left > .nav-item:nth-child(2) {
    padding-left: 20px;
}

.header-inner ul.social-icons.social-black > li a {
    color: #797979;
}

.header-inner .search-form .input-group .input-group-btn,
.header-inner .search-form .input-group .form-control {
    line-height: 50px;
    height: 50px;
}

.header-inner .search-form .input-group .form-control {
    background: transparent none repeat scroll 0 0;
    border: 1px solid #eaeaea;
    border-right: 0;
    border-radius: 0;
    width: 300px;
}

.header-inner .search-form .input-group .btn {
    background: #62a403;
    border: solid 1px #62a403;
    border-left: 0;
    font-size: 17px;
}

.header-inner .search-form .input-group-btn.form-focus .btn {
    border: solid 1px;
    border-left: 0;
}

.header-inner .search-form .input-group .btn:focus {
    box-shadow: none;
    outline: none;
}

.header-inner a.btn.header-btn {
    padding-left: 15px;
    padding-right: 15px;
}

.btn.secondary-color:hover {
    color: #fff;
    background: #191919;
}

.organiky-header .header-inner .menu-top-bar-menu-container .nav-link {
    padding: 0 10px;
}

.organiky-header .header-inner .menu-top-bar-menu-container li:first-child .nav-link {
    padding-left: 0;
}

.organiky-header .header-inner .menu-top-bar-menu-container li:last-child .nav-link {
    padding-right: 0;
}

.topbar-center-item,
.logobar-center-item {
    display: inline-block;
    -webkit-transition: margin 0.5s ease 0s;
    -moz-transition: margin 0.5s ease 0s;
    -ms-transition: margin 0.5s ease 0s;
    -o-transition: margin 0.5s ease 0s;
    transition: margin 0.5s ease 0s;
}

.topbar-items ul.social-icons > li > a {
    box-shadow: unset;
    -webkit-box-shadow: unset;
    -moz-box-shadow: unset;
    -ms-box-shadow: unset;
    -o-box-shadow: unset;
}

.topbar-items ul.social-icons > li > a:hover i {
    color: #fff;
    opacity: 0.8;
}

.topbar-items li.menu-item {
    position: relative;
}

.topbar-items li.menu-item:last-of-type:after {
    background-color: transparent;
}

.welcome-txt {
    letter-spacing: 1.2px;
}

li.cus-top-menu-link {
    float: left;
    list-style: none;
}

li.cus-top-menu-link a {
    padding: 0 13px;
    position: relative;
}

li.cus-top-menu-link a:after {
    content: "";
    width: 1px;
    height: 11px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: #eaeaea;
    left: -1px;
    border-radius: 10px;
}

li.cus-top-menu-link:first-child a:after {
    content: unset;
}

li.cus-top-menu-link:first-child a {
    padding-left: 0;
}

ul.topbar-items.nav.pull-right li.nav-item:first-child,
ul.topbar-items.nav.pull-right li.nav-item:last-child {
    position: relative;
}

li.cus-top-menu-link:last-child a {
    padding-right: 0;
}

li.cus-top-menu-link:first-child a
.organiky-header-phone .media-body a {
    padding: 6px 18px 7px 17px;
    border-radius: 30px;
    margin-top: -5px;
    font-weight: 400;
    background: #62a403;
}

.topbar a, .mobile-topbar-wrap a {
    font-weight: 500;
}

/*Mobile Top Header*/
ul.organiky-header-custom-info,
ul.mobile-topbar-items {
    padding-left: 0;
}

.organiky-header-custom-info li {
    list-style: none;
}

.mobile-topbar-wrap .mobile-topbar-items.part-top {
    color: #797979;
    font-family: DM Sans;
    font-weight: 400;
    font-size: 14px;
    padding: 15px 0;
}

.custom-top-txt {
    margin-bottom: 5px;
}

.custom-top-txt i {
    vertical-align: -1px;
}

/* Logobar */
.logobar-items > li {
    height: 100px;
    line-height: 100px;
}

.logobar-items .header-button .btn:hover {
    background: #191919;
}

.logobar {
    display: flex;
}

ul.logobar-items.nav.pull-left {
    position: relative;
}

.wiguard-header-custom-info li:first-of-type {
    padding-left: 0;
}

.wiguard-header-custom-info li {
    display: inline-block;
    padding: 0 12px;
}

ul.logobar-items.nav.pull-left .wiguard-header-custom-info {
    padding-left: 0;
}

.header-inner .logobar .media i {
    font-size: 17px;
    vertical-align: middle;
    line-height: 40px;
    height: 40px;
    width: 40px;
    color: #fff;
    text-align: center;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    margin-left: 0;
    margin-right: 12px;
    z-index: 0;
}

.header-inner .logobar-inner .media i:after {
    background: #62a403;
}

.header-inner .logobar-inner .media i:after {
    border-radius: 50%;
    color: #fff;
    content: "";
    width: 40px;
    height: 40px;
    display: block;
    position: absolute;
    top: 50%;
    z-index: -1;
    left: 0;
    transform: translateY(-50%);
}

/* Navbar */
.header-button .btn,
.header-sticky .header-button .btn {
    color: #fff;
}

.header-button .btn:hover {
    background: rgba(255, 255, 255, 0.25);
}

.header-sticky .header-button .btn:hover {
    background: #191919;
}

.navbar a.btn.organiky-btn.btn-default:active {
    color: #fff;
}

.navbar a.login-form-trigger,
.logobar a.login-form-trigger {
    font-size: 0;
}

.navbar a.login-form-trigger:hover:before,
.logobar a.login-form-trigger:hover:before,
.navbar a.login-form-trigger:before,
.logobar a.login-form-trigger:before {
    transition: all 300ms ease;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
}

.home-variation-four .logobar a.login-form-trigger,
.home-variation-four .logobar span.logged-prefix-txt,
.home-variation-four .logobar .mini-cart-dropdown .mini-cart-item,
.home-variation-five .logobar a.login-form-trigger,
.home-variation-five .logobar span.logged-prefix-txt,
.home-variation-five .logobar .mini-cart-dropdown .mini-cart-item {
    width: 50px;
    height: 50px;
    line-height: 50px;
    display: inline-block;
    text-align: center;
    background: #eceae4;
    border-radius: 8px;
}

/* General Menu */
.menu-tag {
    color: #fff;
    padding: 0px 12px 1px;
    background: #00b15f;
    float: right;
    font-size: 11px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    -ms-border-radius: 30px;
    -o-border-radius: 30px;
    border-radius: 30px;
    animation: blinker 1s linear infinite;
    -moz-animation: blinker 1s linear infinite;
    -webkit-animation: blinker 1s linear infinite;
}

.menu-tag.menu-tag-hot {
    background: red;
}

.menu-tag.menu-tag-new {
    background: #56bd5c;
}

/* Mega Dropdown Menu */
.organiky-main-menu .dropdown-menu .dropdown-menu {
    margin: 0;
    top: 0;
    left: 100%;
    transform: none;
}

ul.dropdown-menu li:hover .dropdown-menu {
    left: 100%;
    transform: none;
    transition: all 0.4s ease-in-out;
}

.navbar-items.pull-right .organiky-main-menu > li.menu-item-has-children:nth-last-child(4) ul.dropdown-menu ul.dropdown-menu,
.navbar-items.pull-right .organiky-main-menu > li.menu-item-has-children:nth-last-child(2) ul.dropdown-menu ul.dropdown-menu,
.navbar-items.pull-right .organiky-main-menu > li.menu-item-has-children:nth-last-child(2) ul.dropdown-menu ul.dropdown-menu,
.navbar-items.pull-right .organiky-main-menu > li.menu-item-has-children:last-child ul.dropdown-menu ul.dropdown-menu {
    left: -100%;
}

.navbar-items.pull-left .organiky-main-menu > li.menu-item-has-children ul.dropdown-menu ul.dropdown-menu {
    left: -100%;
}

.organiky-header .header-inner .organiky-main-menu > li.menu-item-has-children > a:after,
ul.dropdown-menu > li.menu-item-has-children > a:after {
    content: "\e61a";
    font-family: themify;
    font-size: 10px;
    font-weight: 400;
    margin: 0;
    border: 0;
    vertical-align: top;
    padding-left: 5px;
}

ul.dropdown-menu > li.menu-item-has-children > a {
    position: relative;
}

ul.dropdown-menu > li.menu-item-has-children > a:after {
    content: "\e649";
    font-family: themify;
    font-size: 10px;
    font-weight: 400;
    margin: 0;
    border: 0;
    vertical-align: top;
    padding-left: 8px;
    position: absolute;
    right: 15px;
}

.sub-menu > li.dropdown:hover:after {
    content: "\f104";
}

.sub-menu > li.dropdown:after {
    content: "\f105";
    font-family: FontAwesome;
    position: absolute;
    color: inherit;
    line-height: normal;
    top: 10px;
    right: 30px;
    font-size: 12px;
}

span.menu-icon {
    padding-right: 10px;
}

li.dropdown {
    position: relative;
}

li.dropdown:hover:before {
    opacity: 1;
    -ms-transition: all .35s;
    -o-transition: all .35s;
    -moz-transition: all .35s;
    -webkit-transition: all .35s;
    transition: all .35s;
}

li.dropdown:before {
    opacity: 0;
    position: absolute;
    content: "";
    width: 0;
    height: 0;
    bottom: 6px;
    left: 50%;
    -ms-transition: all .35s;
    -o-transition: all .35s;
    -moz-transition: all .35s;
    -webkit-transition: all .35s;
    transition: all .35s;
}

li.dropdown.mega-dropdown:before {
    content: unset;
}

li.dropdown.mega-dropdown > a:before {
    content: "";
    opacity: 0;
    position: absolute;
    content: "";
    width: 0;
    height: 0;
    bottom: 6px;
    left: 50%;
    -ms-transition: all .35s;
    -o-transition: all .35s;
    -moz-transition: all .35s;
    -webkit-transition: all .35s;
    transition: all .35s;
    border-bottom-color: #2b88ff;
}

li.dropdown.mega-dropdown:hover > a:before {
    opacity: 1;
}

li.dropdown.mega-dropdown > a {
    position: relative;
}

ul.dropdown-menu > li.menu-item-has-children:before {
    opacity: 0;
}

.dropdown-menu {
    padding: 0;
    border: none;
    border-top: solid 4px;
    display: block;
    opacity: 0;
    visibility: hidden;
    min-width: 300px;
    border-radius: 0;
    transform: scaleY(0);
    -webkit-transform: scaleY(0);
    -moz-transform: scaleY(0);
    -ms-transform: scaleY(0);
    -o-transform: scaleY(0);
    transform-origin: center top 0;
    -webkit-transform-origin: center top 0;
    -moz-transform-origin: center top 0;
    -ms-transform-origin: center top 0;
    -o-transform-origin: center top 0;
    transition: all 0.3s ease-in-out 0s;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    -ms-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    box-shadow: 0 16px 50px rgba(0, 0, 0, .08);
    -webkit-box-shadow: 0 16px 50px rgba(0, 0, 0, .08);
    -moz-box-shadow: 0 16px 50px rgba(0, 0, 0, .08);
    -ms-box-shadow: 0 16px 50px rgba(0, 0, 0, .08);
    -o-box-shadow: 0 16px 50px rgba(0, 0, 0, .08);
}

.header-inner ul.cart-dropdown-menu,
.header-inner ul.wishlist-dropdown-menu {
    margin-top: -5px;
    transform: scaleY(100%);
    -webkit-transform: scaleY(100%);
    -moz-transform: scaleY(100%);
    -ms-transform: scaleY(100%);
    -o-transform: scaleY(100%);
}

.dropdown.mega-dropdown {
    position: static;
}

.organiky-main-menu .dropdown-menu {
    margin: 0;
    line-height: 30px;
}

.sticky-head.header-sticky .dropdown-menu .dropdown-menu {
    margin: 0;
}

.mega-dropdown .mega-dropdown-menu {
    margin: 0 auto;
}

.mega-dropdown .mega-dropdown-menu.mega-dropdown-full {
    width: 100%;
}

.dropdown:hover > .dropdown-menu {
    opacity: 1;
    visibility: visible;
    transform: scaleY(1);
    -webkit-transform: scaleY(1);
    -moz-transform: scaleY(1);
    -ms-transform: scaleY(1);
    -o-transform: scaleY(1);
}

.dropdown-menu li.menu-item.current-menu-item a,
.organiky-main-menu li.menu-item.dropdown .dropdown-menu.mega-dropdown-menu > li > a {
    position: relative;
}

.organiky-main-menu li.menu-item.dropdown .dropdown-menu.mega-dropdown-menu > li > a {
    padding-top: 0;
    position: relative;
    padding-bottom: 15px;
    margin-bottom: 8px;
    color: #191919;
}

.organiky-main-menu li.menu-item.dropdown .dropdown-menu.mega-dropdown-menu > li > a:after {
    width: 35px;
    position: absolute;
    bottom: 0;
    height: 2px;
    left: 0;
    background: #62a403;
    content: '';
    border-radius: 50px;
}

.organiky-header ul.dropdown-menu li.mega-child-dropdown .nav-link {
    padding-left: 0;
}

.mega-dropdown-menu {
    top: auto;
    left: 0;
    right: 0;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.mega-dropdown-menu > li.mega-child-dropdown {
    margin-bottom: 0;
}

.dropdown-menu.mega-dropdown-menu {
    padding: 30px 15px 0px 15px;
}

.mega-dropdown-menu > li {
    float: left;
}

.mega-child-dropdown-menu {
    list-style: none;
    padding-left: 0;
}

.mega-child-dropdown-menu > li {
    padding-left: 0;
}

.mega-child-dropdown > a,
.mega-child-heading > a {
    font-weight: bold;
    font-size: 17px;
    line-height: 17px;
}

.mega-child-item-disabled {
    font-weight: bold;
    padding-left: 10px;
    font-size: 17px;
    line-height: 17px;
    display: block;
    padding-top: 7px;
    padding-bottom: 7px;
}

.mega-child-widget {
    padding: 0;
}

.menu-item.menu-item-logo {
    padding: 0 30px;
}

.mega-sub-dropdown.max-col-1.left-side .mega-sub-dropdown-menu {
    left: -100%;
}

.mega-sub-dropdown.max-col-2 .mega-sub-dropdown-menu {
    width: 174%;
}

.mega-sub-dropdown.max-col-3 .mega-sub-dropdown-menu {
    width: 261%;
}

.mega-sub-dropdown.max-col-4 .mega-sub-dropdown-menu {
    width: 348%;
}

.mega-sub-dropdown.max-col-2.left-side .mega-sub-dropdown-menu {
    left: -174%;
}

.mega-sub-dropdown.max-col-3.left-side .mega-sub-dropdown-menu {
    left: -261%;
}

.mega-sub-dropdown.max-col-4.left-side .mega-sub-dropdown-menu {
    left: -348%;
}

.mega-sub-dropdown.max-col-1.left-side .mega-sub-dropdown-menu > li.mega-sub-child {
    float: none;
}

.navbar-items.pull-right .organiky-main-menu > li.menu-item-has-children:nth-last-child(2) ul.dropdown-menu ul.dropdown-menu,
.navbar-items.pull-right .organiky-main-menu > li.menu-item-has-children:nth-last-child(2) ul.dropdown-menu ul.dropdown-menu,
.navbar-items.pull-right .organiky-main-menu > li.menu-item-has-children:last-child ul.dropdown-menu ul.dropdown-menu {
    left: -100%;
}

.mega-sub-dropdown-menu > li.mega-sub-child {
    float: left;
}

.mega-sub-dropdown-menu > li.mega-sub-child > a {
    display: inline-block;
}

ul.mega-sub-child-inner {
    padding-left: 0;
}

.mega-sub-dropdown.max-col-2 .mega-sub-dropdown-menu > li.mega-sub-child {
    width: 50%;
}

.mega-sub-dropdown.max-col-3 .mega-sub-dropdown-menu > li.mega-sub-child {
    width: 33.333%;
}

.mega-sub-dropdown.max-col-4 .mega-sub-dropdown-menu > li.mega-sub-child {
    width: 25%;
}

.organiky-main-menu > li .mega-child-widget img {
    max-height: 100%;
    width: 100%;
}

.organiky-header .header-inner .organiky-main-menu > li > a {
    position: relative;
    display: inline;
}

.organiky-header .header-inner .organiky-main-menu > li > a:before {
    display: block;
    content: unset;
    position: absolute;
    bottom: -12px;
    left: 15px;
    border-radius: 0;
    width: 25px;
    height: 3px;
    background: #62a403;
    transition: all .4s ease;
    margin-bottom: 21px;
    visibility: hidden;
    opacity: 0;
}

.organiky-header .header-inner .organiky-main-menu > li:first-child > a:before {
    left: 0 !important;
}

.header-inner .navbar ul.nav > li.cus-mega-menu .mega-dropdown-menu.container {
    padding: 20px;
}

.mega-menu-ad {
    position: relative;
}

.mega-ad-content {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    z-index: 2;
}

.organiky-header .cus-mega-menu ul.dropdown-menu li > ul.mega-child-dropdown-menu > li .nav-link:before {
    left: -10px;
}

.organiky-header .cus-mega-menu ul.dropdown-menu li > ul.mega-child-dropdown-menu > li .nav-link:hover:before {
    left: 0;
}

.organiky-header .cus-mega-menu ul.dropdown-menu li > ul.mega-child-dropdown-menu > li .nav-link:hover {
    padding-left: 20px;
}

.organiky-header ul.dropdown-menu li > ul.mega-child-dropdown-menu > li.current-menu-item .nav-link:hover {
    padding-left: 0;
}

.organiky-main-menu li.menu-item.dropdown.cus-mega-menu .dropdown-menu.mega-dropdown-menu > li > a:before,
.organiky-header .cus-mega-menu ul.dropdown-menu li > ul.mega-child-dropdown-menu > li.current-menu-item .nav-link:before {
    content: unset;
}

.cus-mega-menu .mega-child-widget .widget:last-child {
    margin-bottom: 0;
}

.widget .mega-ad-content .btn.btn-default {
    padding: 12px 23px 12px;
    text-transform: uppercase;
    font-size: 13px;
    letter-spacing: 0.5px;
    color: #fff;
}

.mega-ad-content h3 {
    font-size: 26px;
    line-height: 34px;
    margin-bottom: 20px;
}

/*Sticky Part*/
.sticky-outer {
    height: auto;
}

.sticky-outer .header-sticky,
.sticky-outer .sticky-scroll.show-menu {
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 99;
}

.logged-in.admin-bar .sticky-outer .header-sticky,
.logged-in.admin-bar .sticky-outer .sticky-scroll.show-menu {
    top: 31px;
}

.boxed-container .sticky-head.header-sticky,
.boxed-container .sticky-scroll.show-menu {
    width: 100%;
    left: 0 !important;
}

.boxed-container .sticky-outer .header-sticky,
.boxed-container .sticky-outer .sticky-scroll.show-menu {
    left: auto;
    right: auto;
}

.sticky-outer .header-sticky .sticky-logo,
.sticky-outer .sticky-scroll.show-menu .sticky-logo,
.sticky-outer .header-sticky .sticky-logo .main-logo,
.sticky-outer .header-sticky .mobile-logo .main-logo {
    display: inline-block;
}

li.organiky-header-phone {
    list-style: none;
}

/* Secondary Space Styles */
.secondary-menu-area {
    background-color: #ffffff;
    height: 100%;
    position: fixed;
    width: 350px;
    z-index: 999999;
    margin-bottom: 20px;
    overflow-y: auto;
}

.secondary-menu-area.left-overlay,
.secondary-menu-area.left-push {
    left: -350px;
}

.secondary-menu-area.right-overlay,
.secondary-menu-area.right-push {
    right: -350px;
    left: auto;
}

.secondary-menu-area.full-overlay {
    position: fixed;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    text-align: center;
    display: none;
    background: #191919;
}

.secondary-menu-area-inner {
    padding: 40px 30px;
}

.secondary-menu-area-inner .widget-title {
    color: #191919;
    border-bottom: unset;
    margin-bottom: 20px;
    padding-bottom: 0;
    padding-left: 0px;
}

.secondary-space-toggle {
    display: inline-block;
    position: relative;
    vertical-align: middle;
    width: 30px;
}

a.secondary-space-toggle:before {
    content: "\e669";
    font-family: 'themify';
    font-size: 23px;
    color: #62a303;
    font-weight: 100;
    transition: all .3s;
}

a.secondary-space-toggle:hover:before,
a.secondary-space-toggle:before {
    transition: all .3s;
}

a.secondary-space-toggle:hover:before {
    opacity: 0.8;
}

.home-nature a.secondary-space-toggle:before {
    color: #fff !important;
}

.home-nature .header-sticky a.secondary-space-toggle:before {
    color: #252525 !important;
}

.secondary-space-toggle > span {
    display: block;
    height: 1px;
    border-bottom: 2px solid;
    margin: auto;
    margin-top: 6px;
    margin-bottom: 6px;
    width: 30px;
    display: none;
    -webkit-transition: all ease 0.5s;
    -moz-transition: all ease 0.5s;
    -ms-transition: all ease 0.5s;
    -o-transition: all ease 0.5s;
    transition: all ease 0.5s;
}

.secondary-space-toggle > span:nth-child(2) {
    width: 22px;
}

.secondary-space-toggle.active > span:first-child {
    bottom: 5px;
    margin: 0;
    position: absolute;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}

.secondary-space-toggle.active > span:nth-child(2) {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -moz-opacity: 0;
    -khtml-opacity: 0;
    opacity: 0;
}

.secondary-space-toggle.active > span:last-child {
    bottom: 5px;
    margin: 0;
    position: absolute;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.nav-item-inner .secondary-space-toggle.active > span:last-child,
.nav-item-inner .secondary-space-toggle.active > span:first-child {
    bottom: 29px;
}

.secondary-menu-area-inner ul.menu li {
    position: relative;
    border: 0;
}

.secondary-menu-area.full-overlay > .secondary-menu-area-inner {
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    bottom: 0;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    padding: 0;
}

.full-overlay .widget_nav_menu .zmm-dropdown-toggle {
    right: 50px;
    line-height: 54px;
}

.full-overlay .widget_nav_menu li {
    padding: 14px 0 !important;
    font-size: 24px;
    font-weight: 400;
    display: block;
}

.organiky-wrapper {
    position: relative;
}

body.secondary-push-actived {
    width: 100%;
}

.organiky-content-wrapper .container .wrap {
    max-width: 100%;
}

.organiky-content > .organiky-content-inner,
.search-results .organiky-content > .organiky-content-inner {
    padding: 100px 0;
}

section.no-results.not-found {
    color: #797979;
}

section.no-results.not-found .page-header {
    margin-bottom: 10px;
}

.no-results h1.page-title {
    text-shadow: unset;
    font-size: 28px;
    color: #191919;
}

.no-results .search-form .input-group .form-control {
    height: 60px;
    line-height: 60px;
    border: 3px solid #eaeaea;
}

.no-results .search-form .input-group .btn {
    height: 60px;
    line-height: 60px;
    padding: 0 30px;
}

.secondary-menu-area .contact-widget a {
    color: #797979;
}

/*header address*/
/* General */
.header-inner .nav-item-inner .media {
    line-height: 1;
    vertical-align: middle;
    display: inline-flex;
}

.header-inner .media i {
    margin-left: 12px;
    font-size: 14px;
    font-weight: 100;
    position: relative;
    margin-top: 0;
}

.header-inner .media i.fa-phone {
    transform: rotate(100deg);
}

.header-inner .topbar .nav-item-inner .media a {
    padding: 6px 13px 6px;
    display: block;
    margin-top: -3px;
    background: #62a403;
    border-radius: 30px;
    font-weight: 500;
}

.topbar a.login-form-trigger {
    position: relative;
    font-weight: 400;
}

ul.nav.header-info > li {
    padding: 0 25px 0 25px;
    text-align: left;
}

.header-info.organiky-header-multi-info > li.nav-item {
    position: relative;
}

.header-info.organiky-header-multi-info > li.nav-item:after {
    content: "";
    position: absolute;
    top: 50%;
    right: 0;
    left: auto;
    width: 1px;
    height: 50px;
    background: #eaeaea;
    display: block;
    transform: translateY(-50%);
}

.header-info.organiky-header-multi-info > li.nav-item:last-child:after {
    display: none;
}

ul.nav.header-info > li:last-child {
    padding-right: 0;
}

.organiky-header-custom-info li.organiky-header-phone i {
    font-size: 18px;
    margin-right: 13px;
    margin-top: 0;
    color: #fff;
    margin-left: 0;
    background: #62a403;
    width: 47px;
    height: 47px;
    line-height: 47px;
    text-align: center;
    border-radius: 7px;
    vertical-align: middle;
}

.organiky-header-custom-info li.inzofin-header-phone:hover i {
    animation: shakeX 1s linear;
    -moz-animation: shakeX 1s linear;
    -webkit-animation: shakeX 1s linear;
}

.header-inner .nav-item-inner .media h6 {
    color: #252525;
    font-weight: 400;
    line-height: 1;
}

.organiky-header-custom-info li.organiky-header-phone h6 a {
    font-size: 19px;
    transition: all .3s;
    color: #62a403;
}

.header-inner.home-variation-four .navbar .nav-item-inner .media a,
.header-inner.home-variation-five .navbar .nav-item-inner .media a {
    padding: 0;
    line-height: 32px;
    height: auto;
    font-size: 18px;
}

.header-inner.home-variation-four .navbar .nav-item-inner .media a:hover {
    color: #252525;
}

.header-inner.home-variation-five .navbar .nav-item-inner .media a:hover {
    color: #fff;
}

.header-inner.home-variation-four ul.navbar-items.nav.pull-right li.nav-item,
.header-inner.home-variation-five ul.navbar-items.nav.pull-right li.nav-item {
    margin-top: 0;
}

.header-inner.home-variation-five .navbar .organiky-woo-categories a {
    color: #252525;
}

/*--------------------------------------------------------------
10. Sticky/Fixed Header Space Styles
--------------------------------------------------------------*/
.sticky-header-space {
    background-color: #ffffff;
    height: 100%;
    position: fixed;
    width: 350px;
    z-index: 99999;
    overflow: auto;
    -webkit-transition: all 0.8s ease 0s;
    -moz-transition: all 0.8s ease 0s;
    -o-transition: all 0.8s ease 0s;
    -ms-transition: all 0.8s ease 0s;
    transition: all 0.8s ease 0s;
    padding: 15px 20px;
}

.sticky-header-space.left-sticky {
    left: 0;
}

.sticky-header-space.right-sticky {
    right: 0;
}

.sticky-header-space .nav li {
    padding: 10px 0px;
    display: block;
    text-align: left;
}

.sticky-header-space .nav.social-icons li {
    display: inline-block;
}

.sticky-head.header-sticky {
    box-shadow: 0px 0 20px -1px rgba(0, 0, 0, .1);
    -ms-box-shadow: 0px 0 20px -1px rgba(0, 0, 0, .1);
    -moz-box-shadow: 0px 0 20px -1px rgba(0, 0, 0, .1);
    -o-box-shadow: 0px 0 20px -1px rgba(0, 0, 0, .1);
    -webkit-box-shadow: 0px 0 20px -1px rgba(0, 0, 0, .1);
}

/* Mobile/Sticky Menu Style  */
.sticky-header-space .organiky-main-menu .menu-item-has-children,
.mobile-bar .organiky-main-menu .menu-item-has-children {
    position: relative;
}

.mobile-header {
    box-shadow: 0px 0 17px -19px rgba(0, 0, 0, .1);
    -ms-box-shadow: 0px 0 17px -19px rgba(0, 0, 0, .1);
    -moz-box-shadow: 0px 0 17px -19px rgba(0, 0, 0, .1);
    -o-box-shadow: 0px 0 17px -19px rgba(0, 0, 0, .1);
    -webkit-box-shadow: 0px 0 17px -19px rgba(0, 0, 0, .1);
}

.zmm-dropdown-toggle {
    position: absolute;
    right: 0;
    top: 0;
    cursor: pointer;
    line-height: 45px;
    font-weight: 400;
    padding: 0 12px;
    font-size: 12px;
}

span.zmm-dropdown-toggle.fa-minus {
    font-family: fontAwesome;
}

.widget_nav_menu .zmm-dropdown-toggle.ti-plus,
.widget_nav_menu .zmm-dropdown-toggle.ti-minus {
    color: #191919;
    font-size: 9px;
    line-height: 40px;
}

.widget_nav_menu .zmm-dropdown-toggle.ti-plus:before {
    content: "\e64b";
    font-family: themify;
}

.widget_nav_menu .zmm-dropdown-toggle.ti-minus:before {
    content: "\e648";
    font-family: themify;
}

.organiky-mobile-main-menu .nav-link {
    padding: 0;
}

ul.organiky-mobile-menu li.menu-item a {
    position: relative;
    line-height: 45px;
    font-weight: 600;
}

ul.organiky-mobile-menu .sub-menu.sub-menu .zmm-dropdown-toggle {
    border-bottom: none;
    border-top: none;
    border-right: none;
    line-height: 38px;
}

ul.organiky-mobile-menu li.menu-item {
    position: relative;
}

/* Mobile Top bar */
.mobile-topbar-wrap {
    height: auto;
    min-height: 40px;
    line-height: 1;
    padding: 0 15px;
}

ul.mobile-topbar-items > li {
    line-height: 35px;
    min-height: 35px;
    height: auto;
    width: 100%;
    font-size: 14px;
    list-style: none;
}

ul.mobile-topbar-items {
    text-align: center;
}

.header-navbar-text-1 .h-donate-btn {
    font-size: 15px;
    font-weight: 500;
    padding: 11px 23px;
    border-radius: 0;
    color: #fff !important;
}

.header-navbar-text-1 .h-donate-btn:after {
    content: "\e6a0";
    font-family: "themify";
    color: #ffffff;
    position: absolute;
    top: 48%;
    transform: translateY(-50%);
    margin-left: 7px;
    border-radius: 0px;
    line-height: 16px;
    padding-left: 1px;
    color: #fff !important;
    font-weight: 200;
}

.header-navbar-text-1 .h-donate-btn {
    font-size: 13px;
    font-weight: 400;
    padding: 8px 35px 8px 15px;
    border-radius: 0;
    position: relative;
    border: solid 2px;
    border-radius: 4px;
    margin-top: -1px;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    text-transform: uppercase;
    letter-spacing: 1px;
    overflow: hidden;
    z-index: 1;
}

.header-navbar-text-1 .h-donate-btn:hover:after,
.header-navbar-text-1 .h-donate-btn:after {
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.header-navbar-text-1 .h-donate-btn:hover {
    color: #fff !important;
    background: transparent;
    border: solid 2px;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.header-navbar-text-1 .h-donate-btn:before {
    content: "";
    position: absolute;
    top: -2px;
    left: -2px;
    width: calc(100% + 4px);
    width: -webkit-calc(100% + 4px);
    height: calc(100% + 4px);
    height: -webkit-calc(100% + 4px);
    background-color: #f3f8fc;
    transform-origin: right center;
    -webkit-transform-origin: right center;
    -webkit-transform: scale(0, 1);
    -khtml-transform: scale(0, 1);
    -moz-transform: scale(0, 1);
    -ms-transform: scale(0, 1);
    -o-transform: scale(0, 1);
    transform: scale(0, 1);
    -webkit-transition: transform .25s cubic-bezier(.37, .31, .2, .85);
    -khtml-transition: transform .25s cubic-bezier(.37, .31, .2, .85);
    -moz-transition: transform .25s cubic-bezier(.37, .31, .2, .85);
    -ms-transition: transform .25s cubic-bezier(.37, .31, .2, .85);
    -o-transition: transform .25s cubic-bezier(.37, .31, .2, .85);
    transition: transform .25s cubic-bezier(.37, .31, .2, .85);
    z-index: -1;
}

.header-navbar-text-1 .h-donate-btn:hover:before {
    transform-origin: left center;
    -webkit-transform-origin: left center;
    -webkit-transform: scale(1, 1);
    -khtml-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    transform: scale(1, 1);
}

.grid-layout .post .post-more a.read-more,
.grid-layout .page .post-more a.read-more,
.grid-layout .product .post-more a.read-more {
    position: relative;
    overflow: hidden;
}

/*mobile footer sticky*/
.mobile-footer-sticky-bar {
    z-index: 999999;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background: #fff;
    text-align: center;
    box-shadow: 0 0.5rem 1rem rgb(51 51 51 / 15%);
    display: none !important;
}

.nav-fill.mobile-footer-sticky-list .nav-item a {
    height: 61px;
    line-height: 61px;
    display: block;
    font-size: 15px;
    color: #191919;
    position: relative;
    border-right: 1px solid #eaeaea;
    text-shadow: 0 0 #f5f5f5;
}

.nav-fill.mobile-footer-sticky-list .nav-item a span {
    position: relative;
    display: inline-block;
    width: 40px;
    height: 40px;
    line-height: 42px;
    background: #f7f7f7;
    border-radius: 50%;
    margin-top: 12px;
}

.nav-fill.mobile-footer-sticky-list .nav-item a span.ti-shopping-cart {
    background: #f9e0ff;
}

.nav-fill.mobile-footer-sticky-list .nav-item a span.ti-layout-grid2 {
    background: #ffebd5;
}

.nav-fill.mobile-footer-sticky-list .nav-item a span.ti-user {
    background: #eef0e5;
}

.nav-fill.mobile-footer-sticky-list .nav-item a span.ti-home {
    background: #ffe8e8;
}

.mobile-footer-sticky-bar .container {
    padding: 0;
}

.mobile-footer-sticky-bar .woo-icon-count {
    position: absolute;
    font-style: normal;
    font-family: 'DM Sans';
    text-align: center;
    box-shadow: none;
    left: -8px;
    top: 11px;
}

.mobile-footer-sticky-bar .organiky-header-phone .media-body a {
    padding: 3px 12px 5px 12px;
    border-radius: 30px;
    margin-top: -5px;
    font-weight: 400;
    background: #62a403;
    font-size: 11px;
}

/*--------------------------------------------------------------
11. Full Screen Search
--------------------------------------------------------------*/
.full-search-wrapper {
    background: rgba(0, 0, 0, 0.95);
    height: 100%;
    width: 100%;
    left: 0;
    right: 0;
    position: fixed;
    display: none;
    top: 0;
    z-index: 999999;
}

.full-search-wrapper .search-form {
    position: absolute;
    width: 60%;
    left: 0;
    right: 0;
    margin: 0 auto;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
}

.full-search-wrapper .input-group {
    width: 100%;
}

.full-search-wrapper .search-form .form-control {
    background: transparent;
    font-size: 18px;
    height: 60px;
    padding: 5px 18px 5px 0px;
    color: #fff;
    border: 0;
    border-bottom: 3px solid #eaeaea;
    border-radius: 0;
}

.full-search-wrapper .search-form .input-group .btn {
    border: none;
    cursor: pointer;
    padding: 9px 5px;
    position: absolute;
    right: 0;
    background: transparent;
    font-size: 18px;
}

.header-inner .search-toggle-wrap a.full-search-toggle {
    font-size: 20px;
    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;
    -o-transition: all 0.3s ease-in-out 0s;
    -ms-transition: all 0.3s ease-in-out 0s;
}

.full-search-wrapper .search-form .input-group .btn:hover {
    background: transparent;
    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;
    -o-transition: all 0.3s ease-in-out 0s;
    -ms-transition: all 0.3s ease-in-out 0s;
}

.full-search-wrapper .search-form .input-group .input-group-btn {
    width: auto;
    line-height: 60px;
    height: 60px;
}

.full-search-wrapper .input-group-btn .btn.btn-default {
    background: transparent;
    border: none;
    font-size: 20px;
    line-height: 45px;
    padding: 0;
    position: absolute;
    top: 0;
    right: 0;
}

/* Toggle Text Search Wrap Styles */
.textbox-search-wrap .form-control {
    width: 0;
    height: 0;
    padding: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -moz-opacity: 0;
    -khtml-opacity: 0;
    opacity: 0;
    -webkit-transition: all 0.8s ease 0s;
    -moz-transition: all 0.8s ease 0s;
    -o-transition: all 0.8s ease 0s;
    -ms-transition: all 0.8s ease 0s;
    transition: all 0.8s ease 0s;
}

.search-toggle-wrap.active .textbox-search-wrap .form-control {
    width: 200px;
    border-right: 1px solid #ccc;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1;
    height: 40px;
    line-height: 40px;
    padding: 10px;
}

.textbox-search-wrap .textbox-search-toggle,
.search-toggle-wrap .textbox-search-wrap,
.search-toggle-wrap .full-bar-search-wrap {
    display: inline-block;
}

.full-bar-search-wrap {
    position: absolute;
    top: 0;
    left: 0;
    visibility: hidden;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -moz-opacity: 0;
    -khtml-opacity: 0;
    opacity: 0;
    z-index: 9;
    -webkit-transition: all 0.8s ease 0s;
    -moz-transition: all 0.8s ease 0s;
    -o-transition: all 0.8s ease 0s;
    -ms-transition: all 0.8s ease 0s;
    transition: all 0.8s ease 0s;
    background: #fff;
}

.full-bar-search-wrap.active {
    visibility: visible;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1;
}

.header-sticky .full-bar-search-wrap {
    margin-top: 0;
}

.full-bar-search-wrap,
.full-bar-search-wrap .search-form,
.full-bar-search-wrap .input-group,
.full-bar-search-wrap .input-group .form-control {
    height: auto;
    width: 100%;
}

.full-bar-search-wrap .input-group .form-control {
    font-size: 18px;
    line-height: 1;
    padding: 0 14px;
    font-weight: 400;
}

.full-bar-search-wrap .input-group .form-control::placeholder {
    color: #797979 !important;
}

.header-inner .full-bar-search-wrap .search-form .input-group .form-control {
    border: none;
    line-height: 90px;
    height: 90px;
}

.header-inner .full-bar-search-wrap .search-form .input-group .input-group-btn,
.header-inner .full-bar-search-wrap .search-form .input-group .form-control {
    z-index: 2;
    background: #fff;
}

.close.full-bar-search-toggle {
    z-index: 99;
    vertical-align: middle;
    top: 50%;
    border: solid 2px #eaeaea;
    border-radius: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    width: 43px;
    height: 43px;
    right: 16px;
    line-height: 43px;
}

.close.full-bar-search-toggle {
    background: #fff;
}

.close.full-bar-search-toggle::after,
.close.full-bar-search-toggle::before {
    right: 18px;
    top: 11px;
    background: #3e3e3e;
}

.close.full-bar-search-toggle:hover::after,
.close.full-bar-search-toggle:hover::before {
    top: 12px;
}

.header-inner a.close.full-bar-search-toggle {
    padding: 0;
}

.header-inner a.full-bar-search-toggle {
    text-align: center;
    padding: 0 0 0 9px;
    font-size: 20px;
    color: #fff;
    line-height: 94px;
}

.header-inner .header-sticky .navbar a.full-bar-search-toggle {
    color: #fff;
}

.header-inner a.full-bar-search-toggle .ti-search {
    display: inline-block;
}

.header-inner .search-toggle-wrap {
    padding: 0;
    height: 90px;
}

.search-toggle-wrap {
    position: relative;
    padding: 0 10px;
}

.bottom-search-toggle {
    display: inline-block;
}

a.bottom-search-toggle {
    font-size: 20px;
    line-height: 1;
}

.bottom-search-wrap {
    background: #555 none repeat scroll 0 0;
    display: inline-block;
    padding: 0 10px;
    position: absolute;
    right: 0;
    top: 100%;
    width: 275px;
    visibility: hidden;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -moz-opacity: 0;
    -khtml-opacity: 0;
    opacity: 0;
    -webkit-transition: all 0.8s ease 0s;
    -moz-transition: all 0.8s ease 0s;
    -o-transition: all 0.8s ease 0s;
    -ms-transition: all 0.8s ease 0s;
    transition: all 0.8s ease 0s;
    background: #fff;
    box-shadow: 11px 10px 38px 0px rgba(0, 0, 0, 0.1);
    padding: 20px;
    transition: 0.3s;
    z-index: 99;
    height: 90px;
    line-height: 1;
}

.bottom-search-wrap form.search-form {
    height: 50px;
    border: unset;
    font-weight: 400;
    font-size: 16px;
    background: #f6f6f6;
}

.navbar .bottom-search-wrap .search-form .input-group span.input-group-btn button.btn {
    height: 50px;
    line-height: 1;
    vertical-align: middle;
}

.bottom-search-wrap .search-form .input-group .form-control {
    height: 50px;
}

.bottom-search-wrap .search-form .input-group span.input-group-btn {
    line-height: 50px;
    height: 50px;
}

.header-inner .search-toggle-wrap.active a.bottom-search-toggle i.ti-search:before {
    content: "\e646";
}

.search-toggle-wrap.active .bottom-search-wrap {
    visibility: visible;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1;
}

/*--------------------------------------------------------------
12. Mobile Header Styles
--------------------------------------------------------------*/
.mobile-header,
.mobile-header .sticky-outer {
    position: relative;

}

.mobile-header {
    z-index: 999;
    height: auto;
    overflow: hidden;
}

.mobile-header .mobile-header-inner ul > li img {
    margin-bottom: 6px;
    padding: 5px 0;
    -webkit-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.mobile-header-items li i {
    font-size: 20px;
}

.mobile-header-items li a i {
    vertical-align: middle;
}

.mobile-header .mobile-header-inner ul > li {
    transition: 0.70s ease-in-out;
    display: contents;
}

.mobile-header .sticky-head,
.mobile-header .header-sticky,
.mobile-header .sticky-scroll,
.mobile-header .sticky-scroll.show-menu {
    height: auto;
    overflow: hidden;
    transition: 0.70s ease-in-out;
}

.header-sticky .topbar,
.header-sticky .logobar,
.header-sticky .navbar {
    transition: 0.70s ease-in-out;
}

.mobile-header-inner .sticky-outer {
    height: auto;
}

.header-inner .sticky-outer {
    height: auto;
}

.organiky-mobile-menu ul.sub-menu li > a {
    padding: 0 15px;
    font-size: 15px;
    line-height: 38px;
}

/* Mobile Bar Styles */
.mobile-bar {
    background: #ffffff none repeat scroll 0 0;
    position: fixed;
    z-index: 999999;
    height: 100%;
    max-width: 400px;
    width: 90%;
    overflow: auto;
    padding-top: 50px;
    padding-bottom: 30px;
}

.mobile-bar-toggle.close {
    right: 15px;
}

.mobile-bar.animate-from-left {
    top: 0;
    left: -100%;
}

.mobile-bar.animate-from-right {
    top: 0;
    right: -100%;
}

.mobile-bar.animate-from-top {
    top: -100%;
    left: 0;
}

.mobile-bar.animate-from-bottom {
    bottom: -100%;
    left: 0;
}

body.mobile-bar-active {
    overflow: hidden;
}

ul.mobile-bar-items > li.nav-item {
    padding: 15px 0;
}

.mobile-bar ul.organiky-main-menu {
    padding: 0;
}

.mobile-bar ul.organiky-main-menu > li {
    line-height: 36px;
}

.mobile-bar .main-logo,
.mobile-logo {
    text-align: center;
    text-align: -webkit-center;
}

.mobile-header .container {
    position: relative;
    height: auto;
}

/* Top sliding Bar Styles */
.top-sliding-bar {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    width: 100%;
    z-index: 9999;
}

.top-sliding-bar-inner {
    position: relative;
    background: #191919;
    display: none;
    overflow: hidden;
    height: auto;
    padding: 25px 0;
}

.logged-in.admin-bar .top-sliding-bar .top-sliding-bar-inner {
    padding-top: 60px;
    padding-bottom: 31px;
}

.top-sliding-bar .widget {
    color: #fff;
}

.top-sliding-toggle {
    border-left: 51px solid rgba(0, 0, 0, 0);
    border-top: 51px solid #191919;
    bottom: 0px;
    height: 50px;
    position: absolute;
    right: 0;
    width: 100px;
    outline: none;
    text-align: right;
    transition: all ease 0.5s;
}

.logged-in.admin-bar .top-sliding-toggle {
    top: 32px;
}

.logged-in.admin-bar .top-sliding-toggle.fa-minus {
    top: unset;
}

.top-sliding-toggle::before {
    bottom: 11px;
    color: #ffffff;
    content: "\e61a";
    font-family: themify;
    height: 30px;
    position: absolute;
    right: 4px;
    width: 57px;
    line-height: 30px;
    text-align: center;
    font-size: 18px;
}

.top-sliding-toggle.ti-minus::before {
    content: "\e622";
}

.top-icon-part.align-self-center {
    background: #fff;
    width: 70px;
    height: 70px;
    margin-right: 20px;
    display: inline-block;
    line-height: 70px;
    border-radius: 50%;
}

.top-icon-part img.img-fluid {
    max-width: 41px;
    padding-top: 14px;
}

.cus-top-info .text-white {
    font-weight: 500;
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 0;
}

.cus-top-info h3.text-white {
    font-weight: 900;
    font-size: 24px;
    line-height: 40px;
    margin-bottom: 0;
}

.widget .cus-top-info .top-slid-text {
    padding-top: 0;
}

.medi-coupon-txt {
    font-size: 16px;
    display: block;
}

span.medi-coupon-code {
    font-size: 12px;
    padding: 4px 14px 4px;
    background: #62a403;
    border: dashed 2px;
    margin-left: 10px;
    border-radius: 30px;
}

/*--------------------------------------------------------------
13. Page Title
--------------------------------------------------------------*/
.parallax-item {
    background-attachment: fixed;
    background-position: 50% 0;
    background-repeat: no-repeat;
    position: relative;
}

.page-title-wrap-inner .container .page-title-inner {
    margin-bottom: 0px;
    border-radius: 0px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    -ms-border-radius: 0px;
    -o-border-radius: 0px;
    margin-top: 0;
    position: relative;
}

.page-title-inner {
    display: table;
    width: 100%;
}

.page-title-inner > div {
    display: table-cell;
    vertical-align: middle;
    float: none;
}

.page-title-wrap-inner {
    position: relative;
    background: #fff;
    color: #fff;
    z-index: 0;
    padding-top: 65px;
    padding-right: 40px;
    padding-bottom: 65px;
    padding-left: 40px;
}

.page-title-wrap {
    position: relative;
}

.page-title-wrap:before {
    content: "";
    width: 70px;
    height: 70px;
    position: absolute;
    bottom: -40px;
    z-index: 9;
    left: 0;
    right: 0;
    margin: auto;
    background: #62a403;
    border-radius: 50%;
    border: solid #fff 6px;
    border-top-left-radius: 0;
    transform: rotate(74deg);
}

.page-title-wrap:after {
    content: " ";
    position: absolute;
    left: 2px;
    right: 0px;
    bottom: -18px;
    color: #fff;
    margin: auto;
    background-image: url(assets/images/org-leaf-symbol.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    text-align: center;
    border-radius: 50%;
    z-index: 99;
    transform: rotate(-20deg);
    width: 28px;
    height: 33px;
    animation: blinker 1s linear infinite;
    -moz-animation: blinker 1s linear infinite;
    -webkit-animation: blinker 1s linear infinite;
}

.organiky-page .page-title-wrap-inner > .page-title-overlay {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}

.page-title-overlay {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}

.page-title-inner .pull-left:last-child {
    width: auto;
}

.organiky-content.organiky-wooarchive .page-title-wrap .page-title-wrap-inner a:hover {
    color: #797979;
}

.page-title-inner .breadcrumb-wrap {
    font-size: 17px;
}

.page-title-inner .pull-left .breadcrumb-wrap .breadcrumb {
    text-align: left;
}

.page-title-inner .pull-center {
    text-align: center;
}

.page-title-inner .pull-right {
    text-align: right;
    width: auto;
}

h1.page-title {
    text-transform: capitalize;
    margin-bottom: 0;
    -ms-word-break: break-word;
    word-break: break-word;
    z-index: 9;
    position: relative;
    font-size: 42px;
    color: #252525;
}

.single-post h1.page-title {
    margin: auto;
}

.pull-center h1.page-title {
    margin-bottom: 10px;
}

.breadcrumb {
    margin: 0;
    border: none;
    display: inline;
    text-transform: capitalize;
    -ms-word-break: break-word;
    word-break: break-word;
}

.page-title-inner > div > *:last-child {
    margin-bottom: 0;
}

.page-title-inner > div > .breadcrumb > * {
    word-break: break-all;
    position: relative;
    z-index: 2;
}

.page-title-inner .breadcrumb {
    display: inline-block;
    position: relative;
    line-height: 23px;
}

.page-title-inner .page-title {
    position: relative;
}

.page-title-inner > div > * {
    margin-bottom: 10px;
}

.page-title-inner .breadcrumb span.current {
    padding-right: 0;
}

.page-title-inner > .pull-left > * {
    text-align: left;
}

.breadcrumb > *:last-child {
    padding-right: 0;
}

.breadcrumb > a::after {
    position: relative;
    margin: 0 4px 0 6px;
    padding: 0;
    border-radius: 50px;
    font-size: 10px;
    content: "\e649";
    font-family: themify;
    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;
    -o-transition: all 0.3s ease-in-out 0s;
    -ms-transition: all 0.3s ease-in-out 0s;
}

.breadcrumb > a:last-child::after {
    display: none;
}

.page-title-wrap .page-title-desc {
    margin-bottom: 10px;
}

/*Default*/
.page-title-default .page-title {
    display: inline-block;
    font-size: 55px;
    line-height: 65px;
    font-weight: 400;
}

.error-404-area .page-title-default .page-title,
.error-404-area .page-title-default .breadcrumb > * {
    color: #fff;
}

/*--------------------------------------------------------------
15. Blog Layout and Styles
--------------------------------------------------------------*/
article.post {
    background: #fff;
    position: relative;
}

.single-post-template article.post {
    margin-bottom: 24px;
}

.single-post-template .post-author a {
    display: inline-block;
    clear: both;
}

.single-post-template .article-inner > *:first-child.entry-header {
    padding-top: 0;
}

.single-post-template article .article-inner .entry-content {
    overflow: hidden;
    margin-bottom: 45px;
    padding-bottom: 0;
}

.single-post-template article .article-inner > * {
    clear: both;
    float: none;
    margin-bottom: 10px;
}

.single-post-template .article-inner .post-format-wrap {
    margin-bottom: 20px;
}

.single-post .article-inner.post-items {
    margin-bottom: 40px;
}

.single-post-template article .article-inner .top-meta:nth-child(2) {
    padding-bottom: 21px;
    margin-bottom: 30px;
    position: relative;
    border-bottom: solid 2px #eaeaea;
}

.single-post .bottom-meta ul.social-icons > li {
    margin-right: 0;
}

.article-inner > * {
    margin-bottom: 20px;
}

.article-inner > *:last-child {
    margin-bottom: 0;
}

.single-post-template .top-meta .post-meta > ul > li {
    margin-right: 15px;
    position: relative;
}

.post-meta > ul > li.nav-item a {
    margin-right: 15px;
}

.post-meta > ul > li.nav-item a:last-child {
    margin-right: 0px;
}

.single-post .post-meta > ul > li.nav-item .post-comment a {
    margin-top: 2px;
    display: inline-block;
}

.single-post-template .bottom-meta .post-meta > ul > li a {
    font-size: 14px !important;
}

.single-post .bottom-meta ul li a {
    font-weight: 400;
    color: #797979;
}

.post-meta ul li.nav-item:last-child a:after {
    display: none;
}

.post-meta > ul > li.nav-item .post-category a,
.post-meta > ul > li.nav-item .post-tags a {
    margin-right: 0;
    position: relative;
}

.post-meta > ul > li.nav-item .post-category a {
    padding-left: 5px;
    position: relative;
    display: inline-block;
    text-decoration: none;
    margin: 0;
    margin-right: 0;
    border-radius: 30px;
    line-height: 1;
}

.single-post .bottom-meta .post-meta > ul > li.nav-item .post-category i,
.single-post .bottom-meta .post-meta > ul > li.nav-item .post-tags i {
    display: none;
}

.single .top-meta .post-meta ul.nav > li.nav-item .post-category a:first-of-type {
    padding-left: 0;
}

.single .top-meta .post-meta ul.nav > li.nav-item .post-category a:last-child {
    padding-right: 0;
}

.top-meta ul li i {
    margin-right: 5px;
    font-size: 13px;
    font-weight: 700;
    vertical-align: middle;
}

.single-post-template .top-meta .post-meta > ul > li i {
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    margin-right: 10px;
    vertical-align: initial;
}

.entry-meta .post-category {
    padding-left: 1px;
}

.post-meta > ul > li.nav-item .post-tags a {
    color: #fff;
    margin-right: 5px;
    margin-bottom: 5px;
    font-size: 13px;
    text-decoration: none;
    border: 1px solid #eeeeee;
    line-height: 27px;
}

.single-post .post-meta > ul > li.nav-item .post-tags a {
    font-size: 13px !important;
    padding: 4px 12px;
    display: inline-block;
    text-decoration: none;
    line-height: normal;
    margin-bottom: 6px;
    margin-right: 6px;
    letter-spacing: 0.5px;
    color: #797979;
    border: 1px solid #eaeaea;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-transition: all ease 0.35s;
    -moz-transition: all ease 0.35s;
    transition: all ease 0.35s;
}

.single-post .post-meta > ul > li.nav-item .post-tags a:hover {
    color: #fff;
}

.post-meta > ul > li.nav-item a:last-child {
    margin-right: 0px;
}

.single-post .bottom-meta ul li a {
    font-weight: 400;
    color: #797979;
}

.single-post-template .post-meta .post-social {
    display: inline-flex;
}

.post-meta > ul > li.nav-item .post-social a {
    margin-right: 6px;
}

.entry-title {
    -ms-word-wrap: break-word;
    word-wrap: break-word;
    color: #191919;
}

.single-post h3.entry-title {
    font-size: 35px;
    line-height: 40px;
}

.post-format-wrap {
    position: relative;
    margin-left: -36px;
    margin-right: -36px;
}

.blog-template .post-format-wrap {
    margin-bottom: 35px;
}

/* Archive Template */
.archive-template .post-format-wrap {
    margin-left: -36px;
    margin-right: -36px;
}

.post-quote-wrap > .blockquote {
    margin-bottom: 0;
}

.site-main.archive-template.list-layout h3.entry-title {
    font-size: 20px;
    line-height: 1;
}

.site-main.archive-template.list-layout .article-inner .entry-meta.top-meta {
    padding-bottom: 0;
}

.site-main.archive-template.list-layout .article-inner .entry-meta.bottom-meta {
    padding-top: 15px;
}

.site-main.archive-template.list-layout .entry-content {
    padding-top: 15px;
    padding-bottom: 15px;
}

/* Author Template */
.entry-meta .post-category span {
    padding-right: 10px;
}

.author-info-wrapper .media.author-info .media-left {
    padding-right: 0px;
}

.pull-center .author-info-wrapper .media.author-info {
    display: inline-block;
}

.pull-center .author-info-wrapper .media.author-info .media-left {
    margin-bottom: 20px;
}

.nav.author-social > li > a > i {
    height: 30px;
    line-height: 30px;
    width: 30px;
}

span.view-count {
    padding: 2px 10px;
    background: rgb(255, 7, 236);
    color: #fff;
    margin: 0 10px;
    text-align: center;
    text-align: -webkit-center;
}

.post-meta .post-author .author-img img {
    border-radius: 30px;
    -moz-border-radius: 30px;
    -webkit-border-radius: 30px;
    -o-border-radius: 30px;
    -ms-border-radius: 30px;
    width: 20px;
}

.single-post-template .top-meta .post-meta .post-author .author-img img {
    width: 20px;
}

.single .post-author a > span.author-img {
    margin-right: 10px;
}

.single .post-author a > span {
    margin-right: 0;
    text-transform: capitalize;
    font-weight: 400;
}

.post-author a > span {
    display: inline-block;
    vertical-align: middle;
    margin-right: 0px;
}

.media-left.author-img > img {
    max-width: inherit;
    width: auto;
}

ul.comments {
    list-style: none;
}

.organiky-page ul.comments {
    padding-left: 0;
}

ul.comments .media-body {
    overflow: auto;
}

.single-post .author-info {
    background: #f7f9ff;
    padding: 30px;
    margin-top: 45px;
    margin-bottom: 43px;
    border-radius: 6px;
}

.single-post .author-info .author-avatar.me-3 {
    margin-right: 25px !important;
}

.single-post .author-info .posts-count h5 {
    margin-bottom: 10px;
    font-weight: 400;
    font-size: 20px;
    line-height: 1;
}

.single-post .author-info .posts-count h5 a.author-link {
    color: #191919;
}

.single-post .author-info .author-bio p {
    margin-bottom: 18px;
}

.author-info ul.social-icons > li > a {
    box-shadow: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    width: 40px;
    height: 40px;
    font-size: 15px;
    line-height: 42px;
    text-align: center;
    color: #fff !important;
}

.author-info ul.social-icons > li > a:hover {
    color: #fff;
}

.single-post .author-info .author-avatar.mr-3 {
    margin-right: 25px !important;
}

.author-info-wrapper .author-avatar img {
    margin-bottom: 0;
    border-radius: 50%;
}

.author-template article .entry-title a,
.category-template article .entry-title a,
.search-template article .entry-title a,
.archive-template article .entry-title a,
.tag-template article .entry-title a {
    color: #191919;
}

.author-template .entry-title,
.category-template .entry-title,
.search-template .entry-title,
.archive-template .entry-title,
.tag-template .entry-title {
    font-size: 1.3125rem;
    line-height: 1.5;
}

.author-template .entry-meta.top-meta,
.category-template .entry-meta.top-meta,
.search-template .entry-meta.top-meta,
.archive-template .entry-meta.top-meta,
.tag-template .entry-meta.top-meta {
    margin-bottom: 15px;
}

.author-template article.post footer a, .author-template article.post footer,
.category-template article.post footer a, .category-template article.post footer,
.search-template article.post footer a, .search-template article.post footer,
.archive-template article.post footer a, .archive-template article.post footer,
.tag-template article.post footer a, .tag-template article.post footer {
    font-size: 13px;
    font-weight: 400;
    text-transform: uppercase;
}

.grid-layout article .post-thumb-wrap {
    position: relative;
    overflow: hidden;
    border-top-right-radius: 0;
    border-top-left-radius: 0;
}

@-webkit-keyframes shine {
    100% {
        left: 125%;
    }
}

@keyframes shine {
    100% {
        left: 125%;
    }
}

/* ---- Gallery Styles ---- */
.left-gallery-grid,
.right-gallery-grid,
.right-gallery-grid > .grid-popup {
    float: left;
    max-width: 50%;
}

.left-gallery-grid .grid-popup {
    border-right: 1px solid #ffffff;
}

.right-gallery-grid > .grid-popup {
    border: 1px solid #ffffff;
}

.right-gallery-grid {
    margin-right: -1px;
    margin-top: -2px;
}

.single-post-template .right-gallery-grid {
    margin-top: -1px;
}

.right-gallery-grid > .grid-popup:nth-of-type(1n+5) {
    display: none;
}

/*-------------------------------
     Post Layout Styles
---------------------------------*/
article.post {
    margin-bottom: 50px;
    height: auto;
    overflow: hidden;
    padding: 0;
}

.standard-layout article.post,
.standard-layout article.page {
    padding: 36px;
    box-shadow: rgba(2, 2, 2, 0.06) 0px 0px 50px;
    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;
    -o-transition: all 0.3s ease-in-out 0s;
    -ms-transition: all 0.3s ease-in-out 0s;
}

.standard-layout article.post .article-inner > .post-format-wrap:first-child {
    margin-top: -36px;
}

.standard-layout article.page {
    padding: 30px;
    margin-bottom: 30px;
}

article.post .post-format-wrap .post-overlay-items {
    padding: 10px 30px;
}

.post-thumb-wrap {
    position: relative;
    overflow: hidden;
}

.single-post-template .post-thumb-wrap {
    padding: 0 30px 15px;
}

.single-post-template .post-thumb-wrap img {
    border-radius: 10px;
}

.post-full-thumb-wrap {
    height: auto;
    position: relative;
    width: 100%;
    background-color: #fff;
}

.blog-template.grid-layout ul.nav li {
    display: inline-block;
    line-height: 1;
    position: relative;
}

.blog-template .entry-title a {
    font-size: 24px;
    line-height: 34px;
    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;
    -o-transition: all 0.3s ease-in-out 0s;
    -ms-transition: all 0.3s ease-in-out 0s;
}

.blog-template .entry-title {
    line-height: 0;
}

.grid-layout .top-standard-post article.post header.entry-header {
    margin-top: 0;
    padding-top: 0;
}

.list-layout .article-inner .entry-meta.top-meta,
.list-layout .post-meta .nav .post-category {
    padding-bottom: 0;
}

.grid-layout article {
    display: inline-block;
    box-shadow: 0 20px 50px rgb(0 0 0 / 5%);
    -webkit-box-shadow: 0 20px 50px rgb(0 0 0 / 5%);
    -moz-box-shadow: 0 20px 50px rgb(0 0 0 / 5%);
    display: inline-block;
    padding: 0 30px 26px;
    overflow: hidden;
}

.grid-layout article:before {
    content: unset;
    width: 0;
    height: 0;
    border-bottom: 35px solid;
    border-left: 35px solid transparent;
    position: absolute;
    bottom: 20px;
    right: 20px;
    opacity: 1;
    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;
    -o-transition: all 0.3s ease-in-out 0s;
    -ms-transition: all 0.3s ease-in-out 0s;
}

.grid-layout article:hover:before {
    opacity: 1;
    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;
    -o-transition: all 0.3s ease-in-out 0s;
    -ms-transition: all 0.3s ease-in-out 0s;
}

.grid-layout.grid-normal > article,
.grid-layout .isotope > article {
    opacity: 0;
    transition: opacity 0.35s ease-in;
    border-radius: 10px;
}

.grid-layout.grid-normal > article.grid-dyno-visible,
.grid-layout .isotope > article.grid-dyno-visible {
    opacity: 1;
}

.grid-layout h3.entry-title {
    line-height: 28.8px;
    font-size: 24px;
    position: relative;
    margin-bottom: 25px;
    padding-bottom: 22px;
    border-bottom: 1px solid #eaeaea;
}

.grid-layout .bottom-meta .post-meta .nav .post-category {
    padding-bottom: 0;
}

.grid-layout .post .post-more a.read-more,
.grid-layout .page .post-more a.read-more,
.grid-layout .product .post-more a.read-more {
    text-decoration: none;
    color: #fff;
    display: block;
    font-weight: 600;
    font-size: 15px;
    overflow: hidden;
    line-height: 1;
    border-bottom: solid 2px;
    padding-bottom: 2px;
}

.grid-layout .article-inner > footer.entry-footer .bottom-meta .post-more {
    position: relative;
    display: flex;
}

.post-meta ul li.nav-item a.read-more {
    margin-right: 0;
    border-radius: 0;
    -webkit-transition: all 350ms ease 0s;
    -moz-transition: all 350ms ease 0s;
    -ms-transition: all 350ms ease 0s;
    -o-transition: all 350ms ease 0s;
    transition: all 350ms ease 0s;
}

.post-meta ul li.nav-item a.read-more:hover {
    -webkit-transition: all 350ms ease 0s;
    -moz-transition: all 350ms ease 0s;
    -ms-transition: all 350ms ease 0s;
    -o-transition: all 350ms ease 0s;
    transition: all 350ms ease 0s;
}

.standard-layout .entry-meta.bottom-meta {
    margin-top: 25px;
    padding-top: 25px;
    border-top: 1px solid #f1f1f1;
}

.article-inner header.entry-header {
    margin-bottom: 15px;
}

.grid-layout .article-inner > .post-format-wrap {
    margin-bottom: 35px;
}

.blog-template .entry-meta.top-meta {
    margin-bottom: 15px;
}

.search-template article.page,
.search-template article.product {
    padding: 30px;
    border: 1px solid #eaeaea;
    border-radius: 10px;
    box-shadow: 0 3px 35px -8px #ccc;
}

.search-template article.product .post-format-wrap:first-child {
    margin-top: -30px;
}

.search-template article.product {
    overflow: hidden;
}

.entry-content .wp-block-button:not(.is-style-squared) .wp-block-button__link {
    border-radius: 5px;
}

input[type="search"] {
    padding: 0.36rem 0.66rem;
}

.single .entry-content form.wp-block-search {
    margin-bottom: 1.5em;
}

figure.alignnone, figure.aligncenter {
    width: auto !important;
}

/* Post Overlay */
article.post .post-format-wrap .post-overlay-items {
    padding: 0 30px 30px;
}

article.post:last-child,
.single-post .article-inner > *:last-child,
.grid-layout .article-inner > *:last-child,
.list-layout .article-inner > .post-list-right-part > *:last-child {
    margin-bottom: 5px;
}

.grid-layout .article-inner > *,
.list-layout .article-inner > .post-list-right-part > * {
    margin-bottom: 20px;
}

.post-overlay-items {
    bottom: 0;
    position: absolute;
    max-width: 100%;
    left: 0;
    right: 0;
}

.article-inner .post-overlay-items .entry-meta.top-meta {
    padding: 0;
}

.set-bg-img {
    background-position: center center;
    background-size: cover;
    min-height: 400px;
    width: 100%;
    max-height: 400px;
}

.post-full-thumb-wrap .post-overlay-items {
    position: relative;
    padding: 40px 0 60px;
}

.post-full-thumb-wrap .post-overlay-items.thumb-exists {
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
}

.post-overlay-items > * {
    margin-bottom: 10px;
    line-height: 1.2;
}

.post-overlay-items > *:last-child {
    margin-bottom: 0;
}

.post-overlay-items.video-post-overlay {
    position: relative;
}

/* Grid Layout */
.grid-layout article.post .post-format-wrap .post-overlay-items {
    padding: 0 20px 20px;
}

.article-inner > .post-format-wrap,
.grid-layout .article-inner > .post-format-wrap {
    margin-top: 0px;
}

.post-format-wrap {
    position: relative;
    margin-left: -30px;
    margin-right: -30px;
}

.post-thumb-wrap {
    position: relative;
    overflow: hidden;
}

.grid-layout .post-thumb-wrap {
    overflow: visible;
}

.grid-layout.isotope article.post {
    float: none;
}

article.post .article-inner.text-center > * {
    padding-left: 15px;
    padding-right: 15px;
}

article .article-inner > *.entry-meta:first-child {
    padding-top: 30px;
}

.single-post-template article.post .article-inner > *.entry-meta:first-child {
    padding-bottom: 21px;
    margin-bottom: 22px;
    position: relative;
    border-bottom: solid 2px #efefef;
}

.single-post-template article.post .article-inner > *.entry-meta:first-child {
    padding-top: 0;
}

.single-post-template article.post .article-inner > *.entry-meta:first-child .post-meta {
    margin-bottom: 0;
}

.standard-layout article.post .article-inner > *.entry-content {
    margin-bottom: 10px;
}

article.post .article-inner > *.post-nav-icon,
article.post .article-inner > *.post-format-wrap {
    padding: 0;
}

article.post a.more-icon {
    font-size: 14px;
    color: #fff;
    display: block;
    background: #dddddd;
    padding: 16px 0;
    text-align: center;
    -moz-transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.blog-wrapper.blog-style-1 .post-author > a:hover,
article.post .article-inner:hover .entry-title a {
    -moz-transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.text-center .pull-left,
.text-center .top-meta ul li,
.text-center .pull-right,
.text-center .bottom-meta ul li {
    float: none;
    clear: both;
    display: block;
    width: 100%;
}

.grid-layout .post-meta > ul > li .post-date a {
    letter-spacing: 0;
}

.post-quote-wrap,
.post-link-wrap {
    background-size: cover;
    text-align: center;
}

.grid-layout .article-inner .entry-meta.top-meta {
    margin-bottom: 9px;
    line-height: 1;
}

.grid-layout .post-meta > ul > li.nav-item a {
    margin-right: 0px;
}

.grid-layout .top-meta .post-meta > ul > li.nav-item a {
    letter-spacing: 0.3px;
    text-transform: uppercase;
    font-size: 14px;
    line-height: 1;
    color: #797979;
}

.grid-layout .top-meta .post-meta > ul > li.nav-item i {
    margin-right: 9px;
    font-size: 13px;
}

.grid-layout .article-inner .entry-meta.top-meta:first-child .post-meta .post-date a {
    display: inline-block;
    color: #797979;
}

.grid-layout .article-inner .entry-meta.top-meta:first-child {
    margin-bottom: 9px;
}

.grid-layout .article-inner header.entry-header {
    margin-bottom: 13px;
    position: relative;
}

.grid-layout .article-inner > .entry-content {
    margin-bottom: 19px;
}

.post-meta > ul > li.nav-item .post-author a {
    text-transform: capitalize;
    color: #797979;
    font-weight: 600;
}

.grid-layout article .top-meta:nth-child(2) .post-date {
    padding: 8px 13px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    background: #fff;
}

.grid-layout article .top-meta:nth-child(2) {
    margin-top: -60px;
}

/* List Layout*/
.site-main.list-layout .post-quote-wrap > .blockquote,
.site-main.list-layout .post-link-inner,
.site-main.list-layout .post-format-wrap .post-audio-wrap {
    margin-bottom: 0;
}

.list-layout .article-inner .post-list-left-part {
    margin-top: 0;
}

.list-layout .article-inner > * {
    margin-bottom: 0;
}

.list-layout .article-inner .post-list-left-part,
.list-layout .article-inner .post-list-right-part {
    float: left;
    width: 50%;
}

.list-layout .article-inner .post-list-right-part {
    padding: 0 20px;
}

.list-layout .article-inner .post-list-right-part.post-list-full {
    width: 100%;
    margin-top: 0;
}

.site-main.list-layout .blockquote {
    border-left: 0;
}

.site-main.list-layout .post-format-wrap {
    margin: 0;
}

.list-layout article.post {
    padding: 30px;
    border: 1px solid #eee;
}

.list-layout .article-inner .post-list-left-part {
    padding-left: 0;
}

.list-layout article.post header.entry-header {
    padding-top: 0;
}

/*Pagination*/
.post-pagination-wrap {
    margin-top: 30px;
}

.standard-layout .post-pagination-wrap {
    margin-top: 70px;
}

.pagination li.nav-item {
    display: inherit;
    margin-right: 7px;
}

.nav.pagination > li.nav-item a,
.nav.pagination > li.nav-item span {
    padding: 0;
    width: 45px;
    text-align: center;
    margin: 0;
    line-height: 45px;
    border-radius: 5px;
    height: 45px;
    background: #252525;
    -webkit-transition: all 350ms ease 0s;
    -moz-transition: all 350ms ease 0s;
    -ms-transition: all 350ms ease 0s;
    -o-transition: all 350ms ease 0s;
    transition: all 350ms ease 0s;
}

.nav.pagination > li.nav-item.active span,
.nav.pagination > li.nav-item a:hover {
    background: #252525;
}

.nav.pagination > li.nav-item a {
    color: #fff;
}

.nav.pagination > li.nav-item span {
    color: #fff;
}

.nav.pagination > li.nav-item a.next-page, .nav.pagination > li.nav-item a.prev-page {
    padding: 0;
    line-height: 45px;
    border-radius: 5px;
    height: 45px;
}

.nav.pagination > li.nav-item.active a {
    background-color: #efefef;
    -webkit-transition: all 350ms ease 0s;
    -moz-transition: all 350ms ease 0s;
    -ms-transition: all 350ms ease 0s;
    -o-transition: all 350ms ease 0s;
    transition: all 350ms ease 0s;
}

.nav.pagination > li.nav-item a:hover {
    color: #fff;
    -webkit-transition: all 350ms ease 0s;
    -moz-transition: all 350ms ease 0s;
    -ms-transition: all 350ms ease 0s;
    -o-transition: all 350ms ease 0s;
    transition: all 350ms ease 0s;
}

.nav.pagination > li.nav-item a.next-page i, .nav.pagination > li.nav-item a.prev-page i {
    font-size: 13px;
    display: inline-block;
}

.nav.pagination > li.nav-item a.next-page i.ti-arrow-top-right {
    transform: rotate(45deg);
    margin-left: -7px;
}

.nav.pagination > li.nav-item a.prev-page i.ti-arrow-top-left {
    transform: rotate(-45deg);
    margin-right: -7px;
}

.nav.pagination > li.nav-item.active a,
.nav.pagination > li.nav-item.next a,
.nav.pagination > li.nav-item.previous a {
    color: #fff;
}

.nav.pagination > li.nav-item.next a,
.nav.pagination > li.nav-item.previous a {
    background: transparent;
}

.page-links .page-number, .page-links .post-page-numbers {
    background: #252525;

}

.page-links .page-number,
.page-links .post-page-numbers {
    display: inline-block;
    color: #fff;
    border-radius: 5px;
    margin-right: 3px;
    width: 45px;
    height: 45px;
    line-height: 45px;
    text-align: center;

}

.page-links .post-page-numbers.current,
.page-links .page-number:hover,
.page-links .post-page-numbers:hover {
    color: #fff;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.gallery-item {
    display: inline-block;
    text-align: center;
    vertical-align: top;
    margin: 0 0 1.5em;
    padding: 0 1em 0 0;
    width: 33%;
}

.gallery-columns-1 .gallery-item {
    width: 100%;
}

.gallery-columns-2 .gallery-item {
    max-width: 50%;
}

.gallery-item a,
.gallery-item a:hover,
.gallery-item a:focus {
    box-shadow: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    background: none;
    display: inline-block;
    max-width: 100%;
}

.gallery-item a img {
    display: block;
    -webkit-transition: -webkit-filter 0.2s ease-in;
    transition: -webkit-filter 0.2s ease-in;
    transition: filter 0.2s ease-in;
    transition: filter 0.2s ease-in, -webkit-filter 0.2s ease-in;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.gallery-item a:hover img,
.gallery-item a:focus img {
    -webkit-filter: opacity(60%);
    filter: opacity(60%);
}

.gallery-caption {
    display: block;
    text-align: left;
    padding: 0 10px 0 0;
    margin-bottom: 0;
}

/*Categories */
.post .post-tags a {
    display: inline-block;
}

.post .post-category a {
    display: inline-block;
}

/*----------------------------------
    Single Post Layouts
------------------------------------*/
blockquote,
.wp-block-quote,
.wp-block-quote.is-large,
.single-post-template .wp-block-quote.is-large,
.single-post-template .wp-block-quote.is-style-large {
    font-size: 22px;
    line-height: 34px;
    background: #f7f9ff;
    margin: 30px 0 28px;
    padding: 32px 43px 34px;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-right: unset;
    border-left: 4px solid;
    z-index: 1;
    font-weight: 400;
    position: relative;
    overflow: hidden;
    color: #191919;
}

blockquote p,
.wp-block-quote p,
.wp-block-quote.is-large p,
.single-post-template .wp-block-quote.is-large p,
.single-post-template .wp-block-quote.is-style-large p {
    margin-bottom: 0;
}

.elementor-text-editor > p:last-child {
    margin-bottom: 0;
}

.single-post-template blockquote.wp-block-quote {
    padding: 32px 30px 34px;
}

.single-post-template blockquote:before,
.comments blockquote:before,
.page blockquote:before,
blockquote:before,
.wp-block-quote:before,
.wp-block-quote.is-large:before {
    content: "\e67e";
    font-family: themify;
    font-size: 110px;
    position: absolute;
    right: 40px;
    bottom: -31px;
    color: #616161;
    z-index: -1;
    overflow: hidden;
    display: block;
    width: auto;
    opacity: .09;
    font-weight: 700;
    line-height: 130px;
}

blockquote.wp-block-quote.has-text-align-right {
    padding-right: 60px;
    border-right: solid 4px;
    border-radius: 10px;
    border-left: 0px;
}

.wp-block-quote.is-large:before, .wp-block-quote.is-style-large:before {
    width: 128px;
}

.single-post-template blockquote .quote-author, .single-post-template blockquote cite {
    padding-left: 23px;
    position: relative;
}

.single-post-template blockquote cite {
    display: inline-block;
}

.single-post-template blockquote > cite {
    font-size: 17px;
    line-height: 36px;
    font-weight: 400;
    text-transform: capitalize;
}

.single-post-template blockquote cite {
    font-size: 17px;
}

.single-post-template .wp-block-quote.is-style-large cite {
    font-size: 22px;
    line-height: 36px;
    font-weight: 400;
    text-transform: capitalize;
}

.single-post-template blockquote .quote-author::before, .single-post-template blockquote cite::before {
    content: "";
    width: 15px;
    height: 2px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    left: 0;
}

.wp-block-quote.has-text-align-right:before {
    left: 21px;
    right: auto;
    border-top-left-radius: 0;
    border-top-right-radius: 11px;
}

.wp-block-pullquote.is-style-solid-color blockquote {
    position: relative;
    color: #fff;
}

blockquote.wp-block-quote p {
    margin-bottom: 10px;
}

blockquote.has-text-color.has-very-dark-gray-color > p {
    color: #191919;
}

.single-post-template blockquote > * {
    z-index: 1;
    position: relative;
    margin-bottom: 0;
}

p.quote-author {
    margin-top: 10px;
    padding-left: 24px;
    position: relative;
    color: #a9a9a9;
    font-size: 16px;
}

p.quote-author:before {
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 10px;
    height: 2px;
    background: #8d9297;
    left: 0;
}

.organiky-single-post .post-full-thumb-wrap .post-video-wrap {
    max-height: 500px;
    overflow: hidden;
    position: relative;
    text-align: center;
    text-align: -webkit-center;
}

blockquote.about-quote {
    background: #ffffff;
    padding: 20px;
    font-style: italic;
    line-height: 36px;
}

.single-post .custom-post-nav {
    padding: 0 0;
}

.post-navigation-wrapper .nav-links.custom-post-nav > div {
    min-height: auto;
    background-size: cover;
    color: #898585;
    text-transform: capitalize;
    position: relative;
    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;
    -o-transition: all 0.3s ease-in-out 0s;
    -ms-transition: all 0.3s ease-in-out 0s;
    background-image: none !important;
    background-color: transparent;
    max-width: 44%;
    float: left;
}

.post-navigation-wrapper .nav-links.custom-post-nav > div {
    font-size: 15px;
}

.post-navigation-wrapper .nav-links.custom-post-nav .prev-nav-link {
    padding-left: 55px;
}

.post-navigation-wrapper .nav-links.custom-post-nav .next-nav-link {
    padding-right: 55px;
}

.post-navigation-wrapper .nav-links.custom-post-nav > div h4 {
    font-size: 18px;
    line-height: 28px;
    margin-bottom: 0;
    padding: 0;
}

.post-navigation-wrapper .nav-links.custom-post-nav > div a:hover h4,
.post-navigation-wrapper .nav-links.custom-post-nav > div h4 {
    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;
    -o-transition: all 0.3s ease-in-out 0s;
    -ms-transition: all 0.3s ease-in-out 0s;
}

.post-comments-wrapper input[type=checkbox] {
    display: inline-block;
    width: 11px;
    margin-right: 4px;
}

.post-comments-wrapper label {
    display: inline-block !important;
    vertical-align: middle;
    width: auto;
    margin-top: -6px;
}

cite.quote-author {
    display: block;
    position: relative;
    font-style: inherit;
    font-size: 16px;
    line-height: 1.2;
    font-weight: 400;
    color: #bcbcbc;
    margin-top: 15px;
}

span.post-nav-link-sub {
    display: block;
    font-size: 13px;
    font-weight: 400;
    padding-bottom: 10px;
}

.post-navigation-wrapper .nav-links.custom-post-nav > div.next-nav-link {
    text-align: right;
    float: right;
}

.post-navigation-wrapper .nav-links.custom-post-nav > div a {
    font-size: 16px;
    font-weight: 400;
    word-break: break-word;
    padding-left: 0;
    line-height: 1;
    display: block;
    position: unset;
}

.post-navigation-wrapper .nav-links.custom-post-nav > .prev-nav-link a:after,
.post-navigation-wrapper .nav-links.custom-post-nav > .next-nav-link a:after {
    font-family: themify;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    font-size: 30px;
    font-size: 13px;
    padding: 0;
    border-radius: 6px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    color: #fff;
    border: 2px solid;
    width: 40px;
    height: 40px;
    line-height: 36px;
    text-align: center;
}

.post-navigation-wrapper .nav-links.custom-post-nav .prev-nav-link a:after {
    left: 0;
    content: "\e64a";
    display: inline-block;
    bottom: -21px;
}

.post-navigation-wrapper .nav-links.custom-post-nav .next-nav-link a:after {
    content: "\e649";
    right: 0;
    display: inline-block;
    bottom: -24px;
}

.post-navigation-wrapper .nav-links.custom-post-nav > .prev-nav-link a:after,
.post-navigation-wrapper .nav-links.custom-post-nav > .next-nav-link a:after,
.post-navigation-wrapper .nav-links.custom-post-nav > .prev-nav-link a:hover:after,
.post-navigation-wrapper .nav-links.custom-post-nav > .next-nav-link a:hover:after {
    -webkit-transition: all 350ms ease 0s;
    -moz-transition: all 350ms ease 0s;
    -ms-transition: all 350ms ease 0s;
    -o-transition: all 350ms ease 0s;
    transition: all 350ms ease 0s;
}

.post-navigation-wrapper .nav-links.custom-post-nav > div.next-nav-link i {
    float: right;
}

.post-navigation-wrapper .nav-links.custom-post-nav > div > * {
    position: relative;
    z-index: 1;
}

.single-post .custom-post-nav > .prev-nav-link > .post-nav-text,
.single-post .custom-post-nav > .next-nav-link > .post-nav-text {
    display: none;
}

.custom-post-nav > .prev-nav-link > .post-nav-text, .custom-post-nav > .next-nav-link > .post-nav-text {
    margin: 0 10px;
}

.single-post .post-navigation-wrapper .nav-links.custom-post-nav > div > i {
    color: #fff;
    background: #191919;
    width: 45px;
    height: 50px;
    display: none;
    margin-bottom: 0;
    line-height: 50px;
    text-align: center;
}

.post-navigation-wrapper.clearfix {
    position: relative;
    margin-top: 0;
    padding: 40px 0px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    border: 1px dashed #eaeaea;
    border-left: unset;
    border-right: unset;
}

.single-post .custom-post-nav {
    margin: 0 0;
}

.single-post-template article.post .post-format-wrap .post-overlay-items {
    padding-bottom: 0;
    color: #fff;
}

.single-post-content {
    line-height: 30px;
}

.single-post-content .lead {
    font-size: 17px;
    line-height: 34px;
    font-weight: 400;
}

.single-post-template article.post .post-format-wrap .post-overlay-items .post-meta ul li a {
    color: #fff;
}

.post-full-thumb-wrap .owl-carousel {
    max-height: 500px;
}

.organiky-single-post .post-link-inner,
.organiky-single-post .post-quote-wrap > .blockquote {
    padding: 150px 15px;
}

.organiky-single-post .post-quote-wrap blockquote {
    margin-bottom: 0;
}

.post-audio-full-wrap .post-audio-wrap {
    padding-left: 15px;
    padding-right: 15px;
}

.post-navigation .nav-links > * {
    min-width: 180px;
    width: auto;
}

.single-post .custom-post-nav .prev-nav-link > a, .single-post .custom-post-nav .next-nav-link > a {
    padding: 0;
    box-shadow: none;
}

.navigation.post-navigation .nav-next {
    float: right;
}

.post-navigation .nav-links .nav-next,
.post-navigation .nav-links .nav-previous {
    position: relative;
}

.post-navigation .nav-links .nav-previous a,
.post-navigation .nav-links .nav-next a {
    border-style: solid;
    border-width: 1px;
    display: inline-block;
}

.post-navigation .nav-links .nav-previous a {
    padding: 6px 15px 6px 32px;
}

.post-navigation .nav-links .nav-next a {
    padding: 6px 32px 6px 15px;
}

.post-navigation .nav-links .nav-next a:hover,
.post-navigation .nav-links .nav-previous a:hover {
    color: #fff;
}

.post-navigation .nav-links .nav-previous:before,
.post-navigation .nav-links .nav-next:after {
    font-family: fontawesome;
    position: absolute;
    top: 50%;
    font-size: 20px;
    color: #191919;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    transform: translateY(-50%);
}

.post-navigation .nav-links .nav-previous:hover:before,
.post-navigation .nav-links .nav-next:hover:after {
    color: #fff;
    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;
    -o-transition: all 0.4s ease-in-out 0s;
    -ms-transition: all 0.4s ease-in-out 0s;
}

.post-navigation .nav-links .nav-previous:before {
    content: "\f104";
    left: 14px;
}

.post-navigation .nav-links .nav-next:after {
    content: "\f105";
    right: 14px;
}

.related-slider-wrapper {
    margin-top: 85px;
}

.related-slider-wrapper h4 {
    color: #191919;
    margin-bottom: 30px;
    font-size: 25px;
    line-height: 30px;
}

/*  Standard Layout */
.standard-layout .post-video-wrap iframe,
.single-post-template .post-video-wrap iframe {
    min-height: 400px;
}

.top-standard-post article.post {
    margin-bottom: 30px;
    max-width: 100%;
    width: 100% !important;
}

.grid-layout .post-video-wrap iframe,
.list-layout .post-video-wrap iframe {
    min-height: 200px;
}

/* Link Post */
.post-link-inner i {
    font-size: 35px;
    color: #fff;
}

.post-link-inner h4 {
    padding-top: 20px;
}

.post-link-wrap a.post-link:hover {
    opacity: .7;
}

.post-audio-wrap .mejs__audio {
    max-width: 100%;
}

.post-video-wrap {
    min-height: 200px;
}

/*  Quote Post */
.post-quote-wrap > .blockquote,
.post-link-inner {
    padding: 50px 15px;
    background-color: rgba(0, 0, 0, 0.7);
}

.post-quote-wrap > .blockquote h4,
.post-link-wrap .post-link-inner a {
    color: #fff;
    line-height: 42px;
}

.post-quote-wrap > .blockquote .blockquote-footer {
    color: #ffffff;
    margin-top: 10px;
}

.post-quote-wrap blockquote.blockquote {
    text-align: center;
    text-align: -webkit-center;
}

.blockquote {
    font-size: 18px;
    color: rgba(0, 0, 0, 0.8);
}

.post-quote-wrap.blockquote-theme .blockquote,
.post-link-wrap.post-link-theme .post-link-inner {
    border: 25px rgba(0, 0, 0, 0.05) solid;
}

/* Post Comments */
.comments .media > .media-left img {
    margin-right: 20px;
}

.comment-like {
    cursor: pointer;
}

ul.nav.comments-like-nav > li {
    position: relative;
    text-align: center;
    width: 30px;
    margin: 0;
    padding: 0;
}

span.comment-likes-count, span.comment-dislikes-count {
    position: absolute;
    top: -100%;
    left: 0;
    text-align: center;
    background: #191919;
    color: #fff;
    border-radius: 4px;
    width: 30px;
    visibility: hidden;
    opacity: 0;
    transition: opacity ease 0.35s;
}

.comments-like-nav > li:hover span.comment-likes-count, .comments-like-nav > li:hover span.comment-dislikes-count {
    opacity: 1;
    visibility: visible;
}

.single-post-template .top-meta .post-meta > ul > li .post-comment {
    line-height: 28px;
}

.single-post .post-meta > ul > li.nav-item .post-comment a:before {
    content: "\e645";
    font-family: themify;
    vertical-align: middle;
    margin-right: 8px;
    font-size: 13px;
}

.comments li.comment {
    padding-bottom: 10px;
    margin-bottom: 30px;
    border-bottom: 1px dashed #eeeeee;
}

.comments li.comment:last-child {
    margin-bottom: 0;
}

.post-comments-wrapper {
    margin-top: 40px;
}

.post-comments-wrapper .comment-form-author,
.post-comments-wrapper .comment-form-url,
.post-comments-wrapper .comment-form-email {
    margin-bottom: 20px;
}

.post-comments-wrapper .comment-form-cookies-consent {
    display: none;
}

.post-comments-wrapper .comment-form-comment {
    margin-bottom: 10px;
}

p.comment-form-cookies-consent {
    margin-bottom: 7px;
}

.post-comments-wrapper .form-control {
    font-size: 15px;
    border-radius: 4px;
    padding: 8px 15px;
    border: solid 1px #fff;
}

.post-comments-wrapper textarea {
    height: 140px;
    padding: .475rem .75rem;
}

.post-comments-wrapper input {
    display: block;
    font-size: 0.75rem;
    line-height: 2.25;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

.post-comments-wrapper p.form-submit input {
    margin-top: 0;
}

.post-comments .comment-meta {
    margin-bottom: 10px;
}

.post-comments-wrapper p.form-submit input:hover {
    background: #191919;
}

.post-comments-wrapper p.form-submit input {
    display: inline-block;
    width: auto;
    position: relative;
    padding: 0px 32px;
    font-weight: 600;
    text-transform: uppercase;
    line-height: 1;
    height: 41px;
    letter-spacing: 1px;
    border-radius: 5px;
}

.post-comments .media-body img {
    margin: 6px 0 0 0;
}

ul.comments > li {
    max-width: 100%;
}

ul.comments .media-body p:last-child {
    margin-bottom: 0;
}

ul.comments .comment-respond {
    margin-bottom: 24px;
}

.post-comments span.author {
    font-size: 20px;
    font-weight: 700;
    color: #191919;
    display: block;
    margin-bottom: 2px;
    line-height: 23px;
}

.comment-meta span.date {
    font-weight: 400;
    font-size: 13px;
    text-transform: uppercase;
}

.comment-text span.reply a {
    float: right;
    font-weight: 600;
    text-transform: capitalize;
    font-size: 13px;
    padding: 0px 12px 1px;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    color: #fff;
    line-height: 28px;
}

.comment-text span.reply a:hover {
    background: #191919;
}

.comments .author-img img {
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
}

.post-comments-wrapper ul.children {
    padding-left: 40px;
}

.organiky-single-post .post-comments .comments {
    margin-bottom: 20px;
    padding-left: 0;
}

p.logged-in-as > a {
    color: #191919;
    text-transform: capitalize;
}

div#comments_pagination {
    display: inline-flex;
    margin-top: 10px;
    margin-bottom: 30px;
}

.post-comments .page-numbers {
    display: inline-block;
    padding: 0;
    color: #fff;
    font-size: 15px;
    border-radius: 5px;
    margin-right: 7px;
    width: 45px;
    height: 45px;
    line-height: 45px;
    background: #efefef;
    text-align: center;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.post-comments .page-numbers.current {
    background: transparent;
    color: #fff;
}

.post-comments .prev.page-numbers:hover,
.post-comments .next.page-numbers:hover,
.post-comments .page-numbers:hover {
    color: #fff;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.post-comments .next.page-numbers,
.post-comments .prev.page-numbers {
    font-size: 0;
}

.post-comments .next.page-numbers::before {
    content: "\e65a";
    font-family: 'themify';
    font-size: 13px;
    transform: rotate(45deg);
    margin-left: -6px;
    display: inline-block;
}

.post-comments .prev.page-numbers::before {
    content: "\e65b";
    font-family: 'themify';
    font-size: 13px;
    transform: rotate(-45deg);
    margin-left: 4px;
    display: inline-block;
}

p.comment-notes {
    margin-bottom: 15px;
}

.comment-form p.form-submit {
    margin-top: 10px;
    margin-bottom: 0px;
}

/*--------------------------------------
    General Meta Styles
----------------------------------------*/
.nav.comments-share > li,
.comments-like-nav > li {
    padding: 0 8px;
}

.post-meta .author-img {
    display: inline-block;
    vertical-align: middle;
    margin-right: 8px;
    letter-spacing: .5px;
}

.single-post span.author-img {
    margin-right: 0;
    display: inline-block;
}

.post-meta .nav .nav-item:first-child,
.nav.comments-share > li:first-child,
.comments-like-nav > li:first-child {
    padding-left: 0;
}

.post-meta .nav .nav-item:last-child,
.nav.comments-share > li:last-child,
.comments-like-nav > li:last-child {
    padding-right: 0;
}

.post-tags a {
    padding-left: 4px;
}

article .entry-title a {
    color: #252525;
}

.standard-layout article.post:first-child header.entry-header {
    padding-top: 0;
}

.post-fav-wrap a.icon.icon-heart.post-fav-done,
.single-post-template article.post .post-format-wrap .post-overlay-items .post-fav-wrap a.icon.icon-heart.post-fav-done {
    color: #e72153;
}

.post-fav-wrap a > * {
    display: inline-block;
    vertical-align: inherit;
}

.single-post-template article .article-inner > .top-meta li.nav-item:last-child {
    margin-right: 0;
    padding-right: 0;
}

.single-post-template article .article-inner > .top-meta li.nav-item:last-child:after {
    display: none;
}

.single-post .bottom-meta ul li .post-tags i {
    display: none;
}

.single-post-template article .article-inner > .top-meta li.nav-item {
    position: relative;
}

.single-post-template .top-meta .post-meta > ul > li a {
    color: #797979;
}

.icon-like:before,
.icon-dislike:before {
    font-size: 15px;
}

span.like-count,
span.dlike-count {
    padding: 0 6px;
    display: inline-block;
    font-family: "Work Sans";
}

ul.nav.nav-block > li {
    display: inline-block;
}

ul.nav.nav-block {
    display: block;
}

/* Post Meta*/
.post-category > a:first-child,
.post-tags > a:first-child {
    padding-left: 0;
}

.pull-center .author-info-wrapper .media-left.author-avatar img {
    webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
}

.posts-count h5 {
    text-transform: capitalize;
    font-size: 18px;
    margin-bottom: 20px;
    font-weight: normal;
}

.posts-count h6:before {
    content: "\e639";
}

.posts-count h6:before {
    font-family: themify;
    font-size: 13px;
    padding-right: 10px;
    vertical-align: middle;
}

/*  Magnific Popup Styles */
.mfp-fade.mfp-bg {
    opacity: 0;
    -webkit-transition: all 0.15s ease-out;
    -moz-transition: all 0.15s ease-out;
    transition: all 0.15s ease-out;
}

.mfp-fade.mfp-bg.mfp-ready {
    opacity: 0.8;
}

.mfp-fade.mfp-bg.mfp-removing {
    opacity: 0;
}

.mfp-fade.mfp-wrap .mfp-content {
    opacity: 0;
    -webkit-transition: all 0.15s ease-out;
    -moz-transition: all 0.15s ease-out;
    transition: all 0.15s ease-out;
}

.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
    opacity: 1;
}

.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
    opacity: 0;
}

.post-video-wrap {
    position: relative;
}

.post-video-wrap iframe {
    border: none;
}

.video-play-icon {
    left: -30px;
    position: absolute !important;
    right: auto;
    bottom: 10%;
}

.video-play-icon > span {
    font-size: 20px;
    color: #fff;
}

.grid-layout .video-play-icon > span {
    font-size: 70px;
}

.zoom-anim-dialog {
    max-width: 800px;
    margin: 0 auto;
    position: relative;
}

.zoom-anim-dialog .mfp-close {
    left: auto;
    position: absolute;
}

/*------------------------
    Infinite Scroll
--------------------------*/
#infscr-loading {
    bottom: -30px;
    left: 0;
    position: absolute;
    right: 0;
}

#infscr-loading > img {
    left: 50%;
    position: absolute;
    top: 0%;
    transform: translateX(-50%);
    margin-top: 40px;
    min-width: 100px;
    min-height: 100px;
}

#infscr-loading > div {
    margin: 0 auto;
    text-align: center;
    text-align: -webkit-center;
    font-size: 20px;
}

/*--------------------------------------------------------------
16. Owl Carousel
--------------------------------------------------------------*/
.owl-carousel,
.owl-carousel .owl-item {
    position: relative;
}

/*owl navigation*/
.owl-carousel .owl-dots {
    text-align: center;
    margin-top: 30px !important;
    margin: auto;
}

.org-product-style-3 .owl-carousel .owl-dots {
    margin-top: 10px !important;
}

.owl-carousel .owl-dot {
    display: inline-block;
}

.owl-dot.active span {
    border-width: 1px;
    border-style: solid;
}

.owl-dot span {
    display: block;
    height: 15px;
    margin: 0 6px;
    width: 15px;
    border-radius: 0% 50% 50% 50%;
    -webkit-border-radius: 0% 50% 50% 50%;
    -moz-border-radius: 0% 50% 50% 50%;
    -ms-border-radius: 0% 50% 50% 50%;
    -o-border-radius: 0% 50% 50% 50%;
    border: 2px solid #dfdfdf;
    z-index: 999999;
    background: #fff;
    transform: rotate(78deg);
}

/*owl Navigation*/
.owl-carousel .owl-nav {
    text-align: center;
    font-size: 0px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    right: 0;
}

.owl-prev,
.owl-next {
    padding: 0 10px;
    color: #191919;
    background-color: #FFF;
    border-radius: 50%;
    transition: all .3s;
}

.owl-prev:hover,
.owl-next:hover {
    background: #fff;
    transition: all .3s;
}

.owl-prev {
    margin-right: 10px;
    left: -22px;
}

.owl-next {
    left: auto;
    right: -22px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

.owl-carousel .owl-nav .owl-prev:before, .owl-carousel .owl-nav .owl-next:before {
    font-family: themify;
    font-size: 14px;
    line-height: 44px;
}

.owl-carousel .owl-nav .owl-prev:before {
    content: "\e629";
}

.owl-carousel .owl-nav .owl-next:before {
    content: "\e628";
}

.owl-prev,
.owl-next,
.blog-template .owl-carousel .owl-nav .owl-prev,
.blog-template .owl-carousel .owl-nav .owl-next,
.related-slider-wrapper .owl-carousel .owl-nav .owl-prev,
.related-slider-wrapper .owl-carousel .owl-nav .owl-next,
.portfolio-related-slider .owl-carousel .owl-nav .owl-prev,
.portfolio-related-slider .owl-carousel .owl-nav .owl-next {
    width: 45px;
    height: 45px;
    color: #fff;
}

.owl-nav .owl-prev:hover,
.owl-nav .owl-next:hover,
.blog-template .owl-carousel .owl-nav .owl-prev:hover,
.blog-template .owl-carousel .owl-nav .owl-next:hover,
.related-slider-wrapper .owl-carousel .owl-nav .owl-prev:hover,
.related-slider-wrapper .owl-carousel .owl-nav .owl-next:hover,
.portfolio-related-slider .owl-carousel .owl-nav .owl-prev:hover,
.portfolio-related-slider .owl-carousel .owl-nav .owl-next:hover {
    color: #fff;
}

.related-slider-content {
    padding: 20px;
    -webkit-box-shadow: 0px 3px 10px 0px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0px 3px 10px 0px rgba(0, 0, 0, 0.15);
    -ms-box-shadow: 0px 3px 10px 0px rgba(0, 0, 0, 0.15);
    box-shadow: 0px 3px 10px 0px rgba(0, 0, 0, 0.15);
    margin-bottom: 30px;
}

h6.related-title {
    margin-bottom: 0;
}

.related-slider-content .related-title a {
    font-size: 15px;
    line-height: 24px;
}

.related-slider-content-wrap {
    margin: 0 5px;
}

.related-slider-content-wrap:hover .related-slider-content .related-title a {
    color: #fff;
    -webkit-transition: all 0.15s ease-out;
    -moz-transition: all 0.15s ease-out;
    transition: all 0.15s ease-out;
}

/*--------------------------------------------------------------
17. Widget Styles
--------------------------------------------------------------*/
.widget-area .widget {
    padding: 25px;
    border-radius: 10px;
    border: 1px solid #eee;
}

.widget .widget-title {
    position: relative;
    padding: 0 0px 0 27px;
    z-index: 2;
}

.widget-area .widget:last-child {
    margin-bottom: 0;
}

.widget .widget-title::before {
    content: "";
    font-family: '';
    width: 19px;
    height: 26px;
    background-image: url(assets/images/org-leaf-symbol1.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    font-size: 18px;
    top: 3px;
    position: absolute;
    left: 0;
    border-radius: 50%;
    z-index: -1;
}

.site-footer .widget .widget-title::before {
    top: 0px;
}

.widget:hover .widget-title::before {
    animation: blinker 1s linear infinite;
    -moz-animation: blinker 1s linear infinite;
    -webkit-animation: blinker 1s linear infinite;
}

.widget.widget_block .wp-block-group__inner-container > h2::before {
    width: 30px;
}

.site-footer .widget {
    margin: 0 0 30px;
}

.cus-widget-wrap .widget .widget-title {
    font-size: 22px;
    margin-bottom: 15px;
    line-height: 28px;
}

.widget .btn.btn-default {
    padding: 20px 30px;
}

.widget.widget_nav_menu ul.menu li {
    position: relative;
}

.site-footer .widget.widget_nav_menu ul.menu li:first-child {
    padding-top: 0;
}

.site-footer .widget.widget_nav_menu ul.menu li:last-child {
    padding-bottom: 0;
}

.site-footer .widget.widget_nav_menu ul.menu li {
    padding: 8px 0;
    line-height: 30px;
}

/*widget general*/
.widget {
    max-width: 100%;
    overflow: hidden;
    margin-bottom: 30px;
}

a
.woocommerce .footer-middle-wrap .widget.widget_text {
    margin-bottom: 20px;
}

.textwidget.custom-html-widget dt {
    font-weight: 500;
    margin-top: 16px;
    text-decoration: underline;
    text-decoration-color: currentColor;
}

.textwidget.custom-html-widget dd {
    margin-bottom: 0;
}

.widget .nav {
    display: block;
}

.comments-wrap > * i {
    font-size: 13px;
    vertical-align: unset;
}

.comments-wrap span {
    font-size: 13px;
}

.side-item .comments-wrap span {
    font-size: 11px;
    color: #2b88ff;
}

.side-item .comments-wrap span {
    line-height: 1;
}

.side-item .comments-wrap span {
    position: relative;
    align-items: center;
    font-weight: normal;
    text-decoration: none;
    padding-left: 21px;
    background-color: #fff;
    margin-bottom: 0;
    margin-right: 10px;
    word-break: break-word;
    line-height: 17px;
    border-radius: 30px;
    font-size: 13px;
    position: relative;
    color: #797979;
    display: inline-block;
}

.side-item .comments-wrap {
    line-height: 23px;
}

.side-item .comments-wrap span:before {
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    border-radius: 50%;
    font-weight: 700;
    content: "\e72b";
    font-family: "themify";
}

.widget.widget_media_image img.wp-image-18863 {
    margin: 0 0 14px 0;
    width: 180px;
}

.widget.widget_media_image img {
    margin: 0 0 9px 0;
    width: 226px;
}

.site-footer .footer-bottom .widget.widget_media_image img {
    max-width: 250px !important;
    width: 250px;
    margin-bottom: 0;
}

.footer-middle-wrap .col-lg-12 .widget .text-center {
    margin: 0 auto;
}

.footer-middle-wrap .col-lg-12 .widget {
    text-align: center;
}

.site-footer .widget.widget_calendar .widget-title,
.site-footer .widget.widget_categories .widget-title,
.site-footer .widget.widget_search .widget-title,
.site-footer .widget.widget_tag_cloud .widget-title,
.site-footer .widget.widget_nav_menu .widget-title {
    margin-bottom: 20px !important;
}

.site-footer .widget.widget_archive select {
    margin-top: 7px;
    margin-bottom: 5px;
}

.site-footer .widget select {
    margin-bottom: 8px;
    background-image: url(assets/images/icon-select1.png);
}

.site-footer .widget.widget_search form.search-form {
    margin-bottom: 10px;
}

.footer-middle-wrap .wp-block-image.size-full {
    margin-bottom: 6px !important;
}

/*widgets title*/
.widget-title {
    margin-bottom: 30px;
    position: relative;
    padding-top: 0;
    padding-left: 20px;
}

.widget-area .widget .widget-title,
.organiky-content-inner .widget-title {
    margin-bottom: 23px;
}

.organiky-content-inner .widget-title {
    padding-bottom: 0px;
}

.organiky-content-inner .cus-main-sidebar .widget:first-child .widget-title {
    color: #fff;
    padding: 14px 16px !important;
    margin-bottom: 0;
    line-height: 1.1;
    font-size: 18px;
    letter-spacing: 0px;
}

.organiky-content-inner .cus-main-sidebar .widget:first-child .widget-title:before {
    content: unset;
}

.widget .menu-service-menu-container ul li {
    padding: 0;
    margin-bottom: 5px;
}

.widget-area .widget .menu-service-menu-container ul > li > a:hover {
    color: #fff;
}

.widget select {
    width: 100%;
    border: 1px solid #efefef;
    color: #797979;
    border-radius: 4px;
    -webkit-appearance: none;
    -moz-appearance: window;
    background-image: url(assets/images/icon-select.png);
    background-repeat: no-repeat;
    background-position: 101% 50%;
    padding-right: 0;
    padding-left: 15px;
    z-index: 1;
    position: relative;

}

.woocommerce .widget-area .widget .widget-title {
    font-size: 22px;
    line-height: 30px;
}

.widget ul li,
.widget ol li {
    text-transform: capitalize;
    padding: 9px 0;
}

.widget.widget_nav_menu ul.menu li.custom-menu-css-class {
    padding-bottom: 0;
}

ul.sub-menu li {
    padding-left: 8px !important;
}

.elementor-widget-sidebar ul.sub-menu li {
    padding-left: 8px !important;
}

.elementor-widget-sidebar .widget.widget_nav_menu ul.sub-menu li:first-child {
    padding-bottom: 0;
}

.widget ul li:last-child,
.widget ol li:last-child {
    padding-bottom: 0;
}

.widget ul .children li {
    padding-left: 15px;
}

.widget p:last-child {
    margin-bottom: 0;
}

.widget ul:last-child {
    margin-bottom: 0;
}

.widget .comments-wrap > *:last-child {
    margin-right: 0;
}

.widget .comments-wrap > * {
    display: inline-block;
    margin-right: 15px;
}

.widget.organiky_latest_post_widget .comments-wrap > * i {
    padding-right: 5px;
    font-weight: bold;
}

.widget_block .wp-block-group__inner-container > h2 {
    position: relative;
    padding: 0 0px 0 27px;
    z-index: 2;
    font-size: 24px;
    line-height: 34px;
    margin-bottom: 23px;
}

/*widgets Menu*/
.organiky-content-inner .cus-main-sidebar .widget:first-child .menu.flex-column {
    border: 3px solid !important;
    margin-top: -1px;
    padding: 9px 13px !important;
    border-radius: 0px;
}

.organiky-content-inner .cus-main-sidebar .widget.widget_nav_menu ul > li a {
    font-size: 1em;
    line-height: 1.5em;
}

.organiky-content-inner .cus-main-sidebar .widget.widget_nav_menu ul > li > a {
    padding: 10px 33px 11px 7px !important;
    text-indent: 0 !important;
    display: block;
    font-size: 13px !important;
}

.organiky-content-inner .cus-main-sidebar .widget.widget_nav_menu ul > li:last-child > a {
    border-bottom: none;
}

.organiky-content-inner .cus-main-sidebar .widget.widget_nav_menu ul li.menu-item a:before {
    content: unset;
}

.organiky-content-inner .cus-main-sidebar .widget.widget_nav_menu ul li.menu-item {
    padding: 0;
}

.organiky-content-inner .cus-main-sidebar .widget.widget_nav_menu:first-child ul .sub-menu li:first-child {
    margin-top: 0;
    border-top: 0px dashed #eaeaea;
}

.organiky-content-inner .cus-main-sidebar .widget.widget_nav_menu:first-child ul.sub-menu {
    padding-left: 10px;
}

.organiky-content-inner .cus-main-sidebar .widget.widget_nav_menu:first-child ul.sub-menu li {
    padding-left: 0 !important;
}

.cus-main-sidebar .widget.widget_nav_menu ul.menu {
    height: 423px;
    overflow-y: auto;
    position: relative;
}

/* Scrollbar */
.cus-main-sidebar .widget.widget_nav_menu ul.menu:-webkit-scrollbar-track,
.organiky-woo-categories-wrap ul.organiky-woo-categories:-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    background-color: #F5F5F5;
}

.cus-main-sidebar .widget.widget_nav_menu ul.menu::-webkit-scrollbar,
.organiky-woo-categories-wrap ul.organiky-woo-categories::-webkit-scrollbar {
    width: 6px;
    background-color: #F5F5F5;
}

.cus-main-sidebar .widget.widget_nav_menu ul.menu::-webkit-scrollbar-thumb,
.organiky-woo-categories-wrap ul.organiky-woo-categories::-webkit-scrollbar-thumb {
    background-color: #cacaca;
    border-radius: 30px;
}

/* Widget Recent Comments */
.widget_recent_comments li.recentcomments,
.widget_meta li {
    border-bottom: 1px solid #eaeaea;
    padding-top: 10px;
    padding-bottom: 10px !important;
}

.widget_recent_comments li.recentcomments:first-child {
    padding-top: 0px;
}

.widget_recent_comments li.recentcomments:last-child {
    padding-bottom: 0 !important;
}

.widget_recent_comments .comment-author-link {
    position: relative;
    padding-left: 24px;
}

.widget_recent_comments .comment-author-link:before {
    content: "\e644";
    font-size: 14px;
    font-family: 'themify';
    line-height: 0;
    position: absolute;
    top: 11px;
    left: 0;
}

/* Widget terms menu */
.widget .terms-menu li {
    padding: 0;
    padding-bottom: 20px;
}

.widget .terms-menu li > span {
    margin-right: 15px;
}

.col-lg-2 .widget.widget_media_image img {
    max-width: 132px !important;
}

/*Video*/
.widget_media_video .mejs__container,
.widget_media_video .mejs__overlay-play,
.widget_media_video .wp-video-shortcode video,
video.wp-video-shortcode {
    height: 100%;
    max-width: 100%;
}

/*Widget Testimonials*/

/*About widget*/
.about-widget img {
    margin-bottom: 20px;
}

.about-widget img.mx-auto {
    margin-left: inherit !important;
    margin-right: inherit !important;
    border-radius: 15px;
}

img.sign-image {
    margin-top: 20px;
    max-width: 250px;
}

.about-widget.widget-content .author-url a {
    display: inline-block;
    padding: 14px 22px 12px;
}

.about-widget.widget-content {
    text-align: center;
}

.about-widget.widget-content .about-description {
    margin-top: 20px;
    margin-bottom: 17px;
}

/*Author widget*/
.zozo_author_widget img {
    margin: 0 0 10px 0;
}

.zozo_author_widget span {
    display: block;
}

/*Contact Info */
.footer-top-sidebar .contact-widget-info > p > span:first-child {
    font-size: 40px;
}

.contact-widget-info > p > span:first-child {
    line-height: 2;
    display: table-cell;
    margin-right: 15px;
    float: left;
    margin-top: 0;
    color: #62a403;
    font-weight: 100;
    width: 19px;
    height: 32px;
    line-height: 32px;
    display: inline-block;
    text-align: center;
    font-size: 18px;
    background-position: center center !important;
    background-repeat: no-repeat !important;
    border-radius: 50%;
}

span.c-title {
    display: block;
}

.contact-widget-info > p > span.ti-map-alt:before {
    content: "\e693";
}

.contact-widget-info > p > span:last-child {
    display: table-cell;
    vertical-align: middle;
}

.contact-widget-info > p > span.ti-mobile:before {
    content: "\f095";
    font-family: 'FontAwesome';
}

.contact-widget-info > p {
    margin-bottom: 15px;
}

p.contact-text {
    margin-bottom: 15px;
}

.contact-widget-wrap.contact-widget-bg-activated {
    padding: 30px;
    border-radius: 5px;
    background-size: cover;
    position: relative;
    overflow: hidden;
}

.contact-widget-wrap.contact-widget-bg-activated > * {
    position: relative;
    z-index: 5;
}

.contact-widget-wrap.contact-widget-bg-activated:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.8);
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 0;
}

/*instagram widget*/
/*Instagram Pictures*/
.widget .instagram-pics li {
    display: inherit;
    float: left;
    height: 90px;
    width: 33.3333%;
    padding: 3px !important;
}

.widget .instagram-pics li .insta-footer-img {
    background-position: center;
    height: 100%;
    width: 100%;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -ms-background-size: cover;
    -o-background-size: cover;
}

.instagram-pics.instagram-size-thumbnail li {
    height: 85px;
    width: 85px;
}

.instagram-pics.instagram-size-large li {
    height: 150px;
    width: 50%;
}

/* Cols */
.widget .instagram-pics.insta-col-2 li {
    width: 50%;
}

.widget .instagram-pics.insta-col-3 li {
    width: 33.3333%;
}

.widget .instagram-pics.insta-col-4 li {
    width: 25%;
}

.widget .instagram-pics.insta-col-5 li {
    width: 20%;
}

.widget .instagram-pics.insta-col-6 li {
    width: 16.66666%;
}

.widget .instagram-pics.insta-col-8 li {
    width: 12.5%;
}

.widget .instagram-pics.insta-col-10 li {
    width: 10%;
}


ul.nav.instagram-pics {
    margin: 0 -3px;
}

.widget .instagram-pics.instagram-size-original li {
    width: 100%;
    height: 150px;
}

.widget-area .instagram-pics.instagram-size-large li {
    width: 33.3%;
    height: 100px;
}

.widget.null-instagram-feed .clear {
    text-align: center;
    margin-bottom: 0;
}

.null-instagram-feed p a {
    padding: 8px 25px;
    display: inline-block;
    border-radius: 40px;
    -moz-border-radius: 40px;
    -webkit-border-radius: 40px;
    -o-border-radius: 40px;
    -ms-border-radius: 40px;
    margin-top: 20px;
    color: #fff;
}

.null-instagram-feed p a:hover {
    background: #191919;
}

/* Instagram Hover Effects */
.instagram-pics > li > a div.insta-footer-img {
    position: relative;
}

.widget .instagram-pics > li > a div.insta-footer-img {
    position: relative;
    overflow: hidden;
}

.instagram-pics > li > a div.insta-footer-img:before {
    position: absolute;
    top: 0;
    left: -75%;
    z-index: 2;
    display: block;
    content: '';
    width: 50%;
    height: 100%;
    background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .3) 100%);
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .3) 100%);
    -webkit-transform: skewX(-25deg);
    transform: skewX(-25deg);
}

.instagram-pics > li > a div.insta-footer-img:hover:before {
    -webkit-animation: shine .75s;
    animation: shine .75s;
}

@-webkit-keyframes shine {
    100% {
        left: 125%;
    }
}

@keyframes shine {
    100% {
        left: 125%;
    }
}

/* Tag cloud */
.widget.widget_tag_cloud a.tag-cloud-link,
.wp-block-tag-cloud a {
    font-size: 13px !important;
    font-weight: 400;
    color: #fff;
    padding: 4px 11px 5px;
    display: inline-block;
    text-decoration: none;
    line-height: normal;
    margin-bottom: 4px;
    text-transform: capitalize;
    margin-right: 2px;
    border-radius: 4px;
    letter-spacing: 0px;
    border: 1px solid #eaeaea;
    -webkit-transition: all ease 0.35s;
    -moz-transition: all ease 0.35s;
    transition: all ease 0.35s;
}

.wp-block-tag-cloud a:hover {
    color: #fff;
}

.widget.widget_tag_cloud a.tag-cloud-link:hover,
.tagcloud a.tag-cloud-link:hover,
.wp-block-tag-cloud a:hover {
    background: #191919;
    color: #fff;
    border: solid 1px #191919;

}

.widget.widget_tag_cloud a.tag-cloud-link:hover {
    background: #21212d;
    color: #fff;
}

.tagcloud a.tag-cloud-link {
    font-size: 13px !important;
    font-weight: 400;
    color: #fff;
    padding: 6px 12px;
    display: inline-block;
    text-decoration: none;
    line-height: normal;
    margin-bottom: 6px;
    margin-right: 2px;
    letter-spacing: 1px;
    border: 1px solid #eaeaea;
    -webkit-transition: all ease 0.35s;
    -moz-transition: all ease 0.35s;
    transition: all ease 0.35s;
}

.tagcloud a.tag-cloud-link:hover {
    color: #fff;
    border: 1px solid;
}

/*Footer CTA*/
.site-footer .cta-btn a.btn,
.site-footer .cta-btn a.btn:hover {
    border: solid #fff 2px;
    color: #fff;
}

.site-footer span.c-title {
    color: #191919;
    font-weight: 400;
}

/*widget service menu*/
.widget-area .widget .menu-services-menu-container ul > li > a {
    padding: 10px 13px 10px 13px;
    display: block;
    color: #fff;
}

.widget ul li.menu-item-object-organiky-services {
    padding: 0;
    border-bottom: 1px solid #3f4663;
}

.widget .menu-item-object-organiky-services.current-menu-item a,
.widget .menu-item-object-organiky-services a:hover {
    color: #fff;
    background: #191919;
    transform: scale(1.02);
    -webkit-transition: all ease 0.35s;
    -moz-transition: all ease 0.35s;
    transition: all ease 0.35s;
}

.widget .menu-item-object-organiky-services a {
    -webkit-transition: all ease 0.35s;
    -moz-transition: all ease 0.35s;
    transition: all ease 0.35s;
}

.widget ul li.menu-item-object-organiky-services:before {
    content: "";
}

.widget .menu-services-menu-container ul li.menu-item:before {
    content: "";
    display: none;
}

.widget .menu-item-object-organiky-services a {
    position: relative;
    font-weight: normal;
}

.widget-area .widget_categories ul li {
    padding-left: 0;
    position: relative;
}

.widget-area .widget_categories ul li a:before {
    position: absolute;
    left: 0;
    content: "\e60a";
    font-family: 'themify';
}

.widget .menu-item-object-organiky-service a:hover,
.widget .menu-item-object-organiky-service.current-menu-item a {
    color: #fff;
    -webkit-transition: all 400ms linear;
    -ms-transition: all 400ms linear;
    transition: all 400ms linear;
    border-color: #191919;
}

.site-footer .widget .menu-item-object-organiky-service.current-menu-item a {
    background: transparent;
    color: #797979;
}

.widget-area strong {
    color: #191919;
}

/* Widget testimonial */
.widget-area .testimonial-wrapper .testimonial-inner {
    padding: 25px 5% 15px !important;
}

.widget-area .testimonial-wrapper .testimonial-inner p {
    font-size: 15px !important;
    line-height: 28px !important;
}

.widget-area .testimonial-wrapper .testimonial-info .client-name {
    color: #191919;
}

/*widget calender*/
.widget_calendar th,
.widget_calendar td {
    text-align: center;
    border: 1px solid #eaeaea;
    font-size: 14px;
}

.widget_calendar td {
    color: #797979;
}

.widget_calendar tr {
    border-bottom: 1px solid #eee;
}

.widget_calendar table {
    border-collapse: collapse;
    margin: 0;
    width: 100%;
}

.widget_calendar .calendar_wrap nav.wp-calendar-nav {
    margin-top: 15px;
    line-height: 1;
}

.widget_calendar .calendar_wrap nav.wp-calendar-nav .wp-calendar-nav-next {
    float: right;
}

.widget_calendar .calendar_wrap th,
.widget_calendar tfoot td a,
.wp-block-calendar table th {
    color: #fff;
}

.wp-block-calendar table caption {
    text-align: center;
    font-weight: 400;
    color: #797979;
    border-bottom: solid 1px #eaeaea;
    margin-bottom: 20px;
}

.widget_calendar .calendar_wrap td a,
.entry-content .wp-block-calendar table td a {
    font-weight: 600;
    text-decoration: none;
}

.entry-content .wp-calendar-nav span {
    display: table-cell;
    font-size: 1em;
    font-weight: 500;
    line-height: 1;
    padding: 0% 2.5% 1% 2.5%;
    text-align: center;
}

.widget .textwidget p br {
    display: none;
}

.widget .textwidget > p strong {
    margin-top: 16px;
    display: block;
}

.entry-content .wp-calendar-nav {
    display: table;
    width: 100%;
}

.widget_calendar td,
.widget_calendar th {
    padding: 0.38em;
}

.widget_calendar td#today {
    font-weight: 600;
}

.site-footer .widget_calendar th,
.site-footer .widget_calendar td {
    border: 1px solid #576374;
}

.site-footer .widget_calendar caption {
    border-bottom: 1px solid #576374;
    color: #fff;
}

.widget_calendar caption {
    text-align: center;
    border-bottom: 1px solid #eaeaea;
    font-weight: 600;
    color: #797979;
}

.widget_calendar span.wp-calendar-nav-next {
    display: inline-block;
    float: right;
}

/* Widget Button*/
.widget-area a.btn.btn-block {
    border-radius: 0px 0px 10px 10px;
    margin-top: 15px;
    padding: 13px 40px;
    text-align: left;
    position: relative;
    font-size: 18px;
}

.widget-area a.btn.btn-block span {
    position: absolute;
    right: 50px;
    top: 50%;
    transform: translateY(-50%);
}

.widget-area a.btn.btn-block.btn-border {
    border: 1px solid #f1f1f1;
    background: transparent;
    color: #191919;
}

.widget-area a.btn.btn-block.btn-border:hover {
    background: #191919;
    color: #fff;
}

/*Twitter Widget*/
.zozo-twitter-widget .twitter-wrap.media {
    margin-bottom: 20px;
    padding-bottom: 20px;
}

.widget .zozo-twitter-widget ul li.tweet-item {
    padding: 0;
}

.tweet-profile-pic img {
    max-width: 50px;
}

/*Tab Widget*/
.widget.zozo_advance_tab_post_widget .widget-title {
    text-align: center;
    text-align: -webkit-center;
}

.zozo_advance_tab_post_widget .nav-tabs .nav-link {
    line-height: 36px;
    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    -o-border-radius: 0;
    -ms-border-radius: 0;
    background: #ececec;
    color: #191919;
    border: 0;
    font-weight: 400;
}

.widget.zozo_advance_tab_post_widget p {
    font-size: 13px;
    line-height: 1;
    margin-bottom: 10px;
}

.zozo_advance_tab_post_widget .nav-tabs .nav-item.show .nav-link,
.widget .nav-tabs .nav-link.active {
    color: #fff;
    box-shadow: 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12), 0 2px 4px -1px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12), 0 2px 4px -1px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12), 0 2px 4px -1px rgba(0, 0, 0, 0.3);
    -ms-box-shadow: 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12), 0 2px 4px -1px rgba(0, 0, 0, 0.3);
    -o-box-shadow: 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12), 0 2px 4px -1px rgba(0, 0, 0, 0.3);
    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;
    -o-transition: all 0.3s ease-in-out 0s;
    -ms-transition: all 0.3s ease-in-out 0s;
}

.post-item-comment span:before,
.side-item-meta span.post-item-comment:before {
    content: "\e645";
    font-family: themify;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    margin-right: 10px;
    vertical-align: top;
}

.post-item-date span:before,
.side-item-meta span.post-item-date:before {
    content: "\e6b6";
    font-family: themify;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    margin-right: 10px;
    vertical-align: top;
}

.zozo_advance_tab_post_widget .post-item > .post-image {
    max-width: 110px;
    position: relative;
}

ul.nav.nav-tabs {
    display: flex;
    border-bottom: 0;
}

.tab-content {
    padding: 30px 0 0;
    position: relative;
}

.zozo_advance_tab_post_widget ul.post-newsfeed li,
.zozo_advance_tab_post_widget li.recentcomments {
    padding: 20px 0;
    border-bottom: 1px solid #d5eaea;
}

.zozo_advance_tab_post_widget ul.post-newsfeed li:first-child,
.zozo_advance_tab_post_widget li.recentcomments:first-child {
    padding-top: 0;
}

.zozo_advance_tab_post_widget ul.post-newsfeed li:last-child,
.zozo_advance_tab_post_widget li.recentcomments:last-child {
    padding-bottom: 0;
    border: none;
}

.zozo_advance_tab_post_widget .post-image a {
    display: block;
    position: relative;
}

.post-item:hover .post-image a:before {
    position: absolute;
    top: 0;
    left: 0;
    content: "";
    background: rgba(0, 0, 0, 0.4);
    width: 100%;
    height: 100%;
    -webkit-transition: .2s ease all;
    transition: .2s ease all;
}

/*Widget Latest Post*/
.organiky_latest_post_widget img,
.organiky_popular_post_widget img,
.elementor-widget-wp-widget-organiky_latest_post_widget img.img-responsive.wp-post-image {
    margin: 0 17px 5px 0;
    float: left;
    -o-border-radius: 4px;
    -ms-border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    max-width: 80px;
}

.widget.organiky_latest_post_widget li,
.organiky_popular_post_widget li,
.elementor-widget-wp-widget-organiky_latest_post_widget li {
    margin-bottom: 0;
    clear: both;
    padding: 9px 0;
}

.widget.widget_media_image {
    margin-bottom: 12px;
}

ul.nav.social-icons.social-widget.social-transparent.social-bg-transparent.social-hbg-transparent > li > a {
    width: 25px;
    height: 25px;
    line-height: 25px;
    text-align: left;
}

.widget.organiky_latest_post_widget li:first-child,
.organiky_popular_post_widget li:first-child,
.elementor-widget-wp-widget-organiky_latest_post_widget li:first-child {
    padding-top: 0;
}

.widget.organiky_latest_post_widget li:last-child,
.organiky_popular_post_widget li:last-child,
.elementor-widget-wp-widget-organiky_latest_post_widget li:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
}

.organiky_latest_post_widget li a,
.organiky_popular_post_widget li a,
.elementor-widget-wp-widget-organiky_latest_post_widget li a {
    margin-bottom: 5px;
    display: block;
    -webkit-transition: .3s ease all;
    transition: .3s ease all;
    color: #191919;
    margin-bottom: 8px;
    display: block;
    line-height: 24px;
    font-weight: 700;
}

.organiky_latest_post_widget .side-item-meta span,
.organiky_popular_post_widget .side-item-meta span,
.elementor-widget-wp-widget-organiky_latest_post_widget .side-item-meta span {
    align-items: center;
    font-weight: normal;
    padding-left: 18px;
    margin-bottom: 0;
    margin-right: 10px;
    word-break: break-word;
    line-height: 20px;
    border-radius: 18px;
    font-size: 15px;
    position: relative;
    color: #62a403;
    display: inline-block;
}

.organiky_latest_post_widget .side-item-meta,
.organiky_popular_post_widget .side-item-meta,
.elementor-widget-wp-widget-organiky_latest_post_widget .side-item-meta {
    line-height: 23px;
}

.organiky_latest_post_widget .side-item-meta span:before,
.organiky_popular_post_widget .side-item-meta span:before,
.elementor-widget-wp-widget-organiky_latest_post_widget .side-item-meta span:before {
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    border-radius: 50%;
    font-weight: 700;
    content: "\e72b";
    font-family: "themify";
    margin-top: 0px;
    font-size: 12px;
}

.widget.organiky_latest_post_widget li .side-item,
.organiky_popular_post_widget li .side-item,
.elementor-widget-wp-widget-organiky_latest_post_widget .side-item {
    clear: both;
    float: none;
    display: flex;
    align-items: center;
}

.widget.organiky_latest_post_widget li .side-image,
.organiky_popular_post_widget li .side-image,
.elementor-widget-wp-widget-organiky_latest_post_widget li .side-image {
    float: left;
}

.widget.organiky_latest_post_widget li .side-item-text,
.organiky_popular_post_widget li .side-item-text,
.elementor-widget-wp-widget-organiky_latest_post_widget li .side-item-text {
    display: table-cell;
}

aside.widget-area section.organiky_latest_post_widget li .side-item {
    display: flex;
}

aside.widget-area section.organiky_latest_post_widget li .side-item-text {
    align-self: center;
}

aside.widget-area section.organiky_latest_post_widget li .side-item-text a {
    display: block;
    width: 152px;
    white-space: nowrap;
    overflow: hidden !important;
    text-overflow: ellipsis;
    position: relative;
    margin-bottom: 5px;
    padding-bottom: 10px;
}

aside.widget-area section.organiky_latest_post_widget li .side-item-text a::before {
    content: "";
    width: 22px;
    height: 2px;
    position: absolute;
    bottom: 0;
}

.widget.widget_archive ul li {
    position: relative;
    width: 100%;
}

ul.nav.social-icons.social-widget.social-transparent.social-bg-transparent.social-hbg-transparent > li > a {
    width: 35px;
    height: 35px;
    line-height: 30px;
    text-align: center;
    border: solid 1px #eaeaea;
    border-radius: 30px;
}

/*widget rss*/
.rsswidget img {
    display: inherit;
    margin: 0px !important;
    width: 16px;
    vertical-align: initial;
}

li a.rsswidget {
    font-weight: 600;
    display: block;
    line-height: 28px;
}

.rsswidget .rss-date {
    font-style: italic;
}

.widget_rss ul li {
    margin-bottom: 17px;
    padding-bottom: 17px;
    border-bottom: 1px solid #eaeaea;
    padding-top: 0;
}

.widget_rss ul li:last-child {
    margin-bottom: 0;
    border-bottom: 0;
    padding-bottom: 0;
}

.rssSummary {
    margin-top: 10px;
    margin-bottom: 10px;
}

.widget_rss cite {
    font-weight: 600;
}

.widget-area strong {
    color: #191919;
}

/*Widget Social*/
.widget ul.social-icons > li {
    padding: 0;
}

.zozo_social_widget ul.social-icons.social-bg-dark > li a {
    background: #313b48;
    margin-right: 8px;
    width: 45px;
    height: 45px;
    line-height: 46px;
}

/*Widget search*/
.widget_search .search-form .input-group .form-control,
.widget_search .search-form .input-group .btn {
    height: 55px;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    background: #fff;
}

.site-footer .widget_search .search-form .input-group .form-control {
    background: #fff;
    color: #252525;
}

.widget_search .search-form .input-group .form-control:focus,
.widget_search .search-form .input-group .btn:focus {
    border-color: #efefef !important;
}

.widget_search .search-form .input-group .form-control {
    border-right: none;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
    font-size: 15px;
}

.widget_search .search-form .input-group .btn {
    width: 55px;
    line-height: 56px;
    position: relative;
    border-left: none;
    font-size: 16px;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
}

.widget_search .search-form .input-group .btn:hover {
    color: #fff;
    background-color: #191919;
}

.widget_search .search-form .input-group .btn:focus {
    box-shadow: none;
}

.widget.widget_archive li,
.widget.widget_categories li,
.widget.widget_pages li,
.widget.widget_meta li,
.widget.widget_recent_comments li {
    border-bottom: 1px dashed #dadada;
}

.widget-area .widget.widget_recent_entries ul li a,
.widget-area .widget.widget_archive ul li a,
.widget-area .widget.widget_pages ul li a,
.widget-area .widget.widget_meta ul li a,
.widget-area .widget.widget_nav_menu ul li a,
.widget-area .widget.widget_categories ul li a {
    position: relative;
    padding-left: 21px;
    font-weight: 500;
}

.widget-area .widget_categories ul li a:before,
.widget-area .widget.widget_recent_entries ul li a::before,
.widget-area .widget.widget_archive ul li a::before,
.widget-area .widget.widget_pages ul li a::before,
.widget-area .widget.widget_meta ul li a::before {
    position: absolute;
    left: 0;
    content: "\e64d";
    font-family: themify;
    font-size: 14px;
    color: #797979;
    font-weight: 700;
}

.widget.widget_archive li:first-child,
.widget.widget_categories li:first-child,
.widget.widget_pages li:first-child,
.widget.widget_meta li:first-child,
.widget.widget_recent_comments li:first-child,
.widget.widget_recent_entries li:first-child {
    padding-top: 0;
}

.widget.widget_meta ul li:last-child {
    padding-bottom: 0 !important;
}

.widget li:last-child, .widget.widget_recent_entries li:last-child {
    border-bottom: 0 !important;
}

.widget.widget_categories ul .children li:first-child,
.widget.widget_pages ul .children li:first-child {
    border-top: 0;
    padding-top: 10px;
}

.widget.widget_categories ul .children li:first-child,
.widget.widget_pages ul .children li:first-child,
.widget.widget_nav_menu ul .sub-menu li:first-child {
    margin-top: 12px;
    border-top: 1px dashed #dadada;
}

.widget ul .children li {
    padding-left: 15px;
}

.widget.widget_nav_menu ul .sub-menu li:first-child {
    margin-top: 12px;
}

.organiky-mobile-main-menu ul li {
    list-style: none;
}

.site-footer ul.sub-menu li,
.widget-area ul.sub-menu li {
    padding-left: 9px !important;
}

footer .widget.widget_nav_menu ul .sub-menu li:first-child {
    border-top: 0;
}

.elementor-widget-sidebar .widget ul li.menu-item {
    padding: 5.5px 0;
}

.elementor-widget-sidebar .widget ul > li.menu-item:first-child {
    padding-top: 0;
}

.elementor-widget-wp-widget-nav_menu .menu li {
    line-height: 26px;
    margin-bottom: 1em;
}

.elementor-widget-wp-widget-nav_menu .menu li:before {
    content: ">";
    margin-right: 17px;
    background: #191919;
    width: 20px;
    height: 20px;
    line-height: 20px;
    display: inline-block;
    text-align: center;
    color: #fff;
}

.elementor-widget-wp-widget-nav_menu .menu li:last-child {
    margin-bottom: 0;
}

.light-menu.elementor-widget-wp-widget-nav_menu .menu li a {
    color: #fff;
}

.widget_recent_entries span.post-date {
    display: block;
    font-size: 12px;
    opacity: .9;
    text-transform: uppercase;
    margin-top: 10px
}

.footer-middle-sidebar .widget li.half-col.menu-item {
    float: left;
    width: 46%;
}

.widget ul li.menu-item a:before {
    content: "\e649";
    font-family: themify;
    padding-right: 6px;
    font-size: 10px;
    color: #797979;
    font-weight: 900;
}

.site-footer .widget ul li.menu-item a:before {
    color: #797979;
    content: unset;
}

.rtl .footer-middle-sidebar .widget li.half-col.menu-item {
    float: right;
    text-align: right;
}

/*Widget text-testimonial*/
.widget .owl-carousel .owl-nav {
    position: absolute;
    right: 16px;
    top: -43px;
}

.widget .owl-carousel .owl-nav .owl-next:hover,
.widget .owl-carousel .owl-nav .owl-prev:hover {
    opacity: 1;
}

.widget .owl-carousel .owl-nav .owl-next,
.widget .owl-carousel .owl-nav .owl-prev {
    font-size: 0;
    border-radius: 0;
    width: 20px;
    padding: 0;
    height: 20px;
    margin: 0;
    top: auto;
    right: auto;
    box-shadow: none;
    color: #000;
    opacity: 0.5;
}

.widget .owl-carousel .owl-nav .owl-prev:before,
.widget .owl-carousel .owl-nav .owl-next:before {
    font-family: themify;
    font-size: 11px;
    line-height: 20px;
}

.widget .slide-newsfeed .post-excerpt {
    margin: 0;
    padding: 15px 15px;
    position: relative;
    font-style: normal;
    border: solid 5px #eaeaea;
}

.organiky_testimonial_slide_widget .owl-carousel .owl-item img {
    max-width: 100%;
    border-radius: 50%;
    height: 70px;
    width: 70px !important;
    margin-top: 15px;
    margin-bottom: 15px;
}

.organiky_testimonial_slide_widget .slide-post-title {
    line-height: 1;
    margin-bottom: 0;
    text-decoration: none;
    text-transform: capitalize;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 0.5px;
    display: block;
    padding-bottom: 0;
}

.organiky_testimonial_slide_widget .user-info {
    font-size: 13px;
}

.organiky_testimonial_slide_widget .slide-post-title p {
    color: #191919;
    font-weight: 500;
    margin-top: 13px;
    margin-bottom: 6px;
    display: block;
}

/*Widget Mailchimp*/
.zozo-mc.btn {
    color: #fff;
    z-index: 9;
    line-height: 1;
    height: 100%;
    border-radius: 0;
}

.organiky_mailchimp_widget input.zozo-mc.btn:hover {
    background: #191919;
}

.zozo-mc-form input.form-control {
    height: 50px;
    padding: 0 15px;
    border: 1px solid #eff4ff;
    font-size: 15px;
    border-radius: 0;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
    border-right: 0;
    background: #fff;
}

.zozo-mc-form input.form-control:focus {
    background: #fff;
}

.zozo-mc.btn.btn-block {
    width: auto;
}

.mailchimp-shortcode-classic .zozo-mc-form input.form-control {
    margin-bottom: 18px;
    border: 0;
    text-align: center;
    border-bottom: 1px solid #eaeaea;
    max-width: 50%;
    margin: 0 auto 40px auto;
    border-radius: 0;
}

.mailchimp-shortcode-classic span.input-group-btn {
    margin: 0 auto;
    display: block;
    text-align: center;
}

.organiky_mailchimp_widget input.zozo-mc.btn {
    padding: 0 15px;
    background-color: #303133;
}

.organiky_mailchimp_widget button.zozo-mc.btn {
    padding: 0 17px;
    font-size: 16px;
}

.organiky_mailchimp_widget input.input-group-addon.zozo-mc.btn.btn-default {
    border-top-left-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
}

form.zozo-mc-form .input-group {
    border-radius: 0px;
}

.mailchimp-wrapper .btn, .mailchimp-wrapper button {
    padding: 12px 20px;
    height: 50px;
    border-radius: 0;
}

.mailchimp-shortcode-classic .mailchimp-wrapper button {
    border-radius: 5px !important;
    padding: 0 25px;
}

.widget-area .zozo-mc-form input.form-control {
    border: 1px solid #eaeaea;
    color: #797979;
}

.widget-area .organiky_mailchimp_widget input.zozo-mc.btn,
.widget-area .organiky_mailchimp_widget button.zozo-mc.btn {
    background: #aaa;
}

.widget-area .organiky_mailchimp_widget button.zozo-mc.btn .icon.icon-Mail:before {
    content: "\e671";
}

p.zozo-mc-subtitle {
    margin-top: 0;
}

.footer-middle-wrap .widget.organiky_mailchimp_widget,
.footer-middle-wrap .widget.widget_block {
    margin-bottom: 13px;
}

.privacy-txt a:hover {
    color: #fff;
}

/*Custom Mailchimp*/
.footer-top-sidebar form.zozo-mc-form .input-group {
    border: none;
    border-radius: 30px;
    background: #fff;
}

.footer-top-sidebar form.zozo-mc-form .input-group input {
    border: solid 1px #fff;
    border-top-left-radius: 30px;
    border-bottom-left-radius: 30px;
    font-size: 15px;
}

.cus-newsletter h4.typo-white {
    font-size: 22px;
    margin-bottom: 5px;
    line-height: 28px;
}

.footer-top-sidebar .organiky_mailchimp_widget .zozo-mc.btn {
    padding: 0 21px;
    font-size: 15px;
    border-radius: 0 !important;
    font-weight: 400;
    margin-left: -25px;
    border: none;
    line-height: 37px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    border-radius: 0px !important;
    border-top-right-radius: 30px !important;
    border-bottom-right-radius: 30px !important;
}

.footer-top-sidebar .organiky_mailchimp_widget .zozo-mc.btn:hover {
    background: #62a403;
}

.cus-newsletter {
    position: relative;
    padding-left: 101px;
}

.cus-newsletter:before {
    content: "\e6b7";
    font-family: stroke-gap-icons;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    font-size: 44px;
    height: 45px;
    line-height: 47px;
}

.cus-newsletter:after {
    content: "";
    position: absolute;
    top: 27%;
    height: 38px;
    width: 1.5px;
    left: 73px;
    background: #fff;
    transform: translate(-50%);
}

/*--------------------------------------------------------------
18. Elementor Styles
--------------------------------------------------------------*/
.elementor-section {
    position: relative;
    padding: 120px 0;
}

.elementor-inner {
    margin: 0 -15px;
}

.elementor-column-gap-default > .elementor-column > .elementor-element-populated {
    padding: 0 15px;
}

.elementor-section .elementor-inner-section {
    padding: 0 0;
}

body .elementor-widget:not(:last-child) {
    margin-bottom: 0;
}

.elementor-inner-section > .elementor-container.elementor-column-gap-default {
    margin: 0 -15px;
}

body[class*="single-organiky"] .elementor-inner-section > .elementor-container.elementor-column-gap-default {
    margin: 0;
}

.elementor-shape-top {
    top: -2px !important;
}

.elementor-column-gap-wide > .elementor-column > .elementor-element-populated,
.elementor-column-gap-narrow > .elementor-column > .elementor-element-populated,
.elementor-column-gap-extended > .elementor-column > .elementor-element-populated,
.elementor-column-gap-wider > .elementor-column > .elementor-element-populated,
.elementor-container.elementor-column-gap-wide > .elementor-column.elementor-inner-column > .elementor-element-populated,
.elementor-container.elementor-column-gap-narrow > .elementor-column.elementor-inner-column > .elementor-element-populated,
.elementor-container.elementor-column-gap-extended > .elementor-column.elementor-inner-column > .elementor-element-populated,
.elementor-container.elementor-column-gap-wider > .elementor-column.elementor-inner-column > .elementor-element-populated {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}

/* pattern */
section.elementor-element.pattern-dot:after {
    content: "";
    bottom: 0;
    right: 0;
    top: 20%;
    width: 150px;
    height: 50%;
    -webkit-transform: translate3d(0, 50%, 0);
    transform: translate3d(0, 50%, 0);
    background-color: initial;
    background-image: -webkit-radial-gradient(rgba(39, 51, 62, .3) 3px, transparent 0);
    background-image: radial-gradient(rgba(39, 51, 62, .3) 3px, transparent 0);
    background-size: 30px 30px;
    position: absolute;
}

/*--------------------------------------------------------------
20. Footer Styles
--------------------------------------------------------------*/
footer.site-footer {
    position: relative;
    color: #797979;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}

.site-footer .widget {
}

.footer-menu {
    padding: 0;
}

.footer-menu > li {
    display: inline-block;
}

.footer-bottom .footer-menu a {
    padding-right: 4px;
}

.footer-bottom .footer-menu a::after {
    content: "/";
    margin-left: 10px;
}

.footer-bottom .footer-menu li:last-child a::after {
    display: none;
}

.site-footer .textwidget img {
    margin: inherit;
}

.widget .footer-info {
    border: 1px solid #191919;
    padding: 18px 12px;
}

.footer-additional-cta {
    margin-top: 7px;
}

.footer-additional-cta h3 {
    font-weight: 400;
}

footer img.footer-logo {
    width: 140px;
    height: auto;
}

.site-footer .search-form input.form-control {
    color: inherit;
}

.medi-phone h5 {
    font-size: 16px;
    margin-bottom: 0;
    color: #797979;
    font-weight: 500;
    line-height: 28px;
}

.medi-phone h4 {
    font-size: 18px;
    margin-bottom: 0;
}

.medi-phone:before {
    content: "\e719";
    font-family: 'themify';
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
}

.medi-phone {
    padding-left: 26px;
    position: relative;
    vertical-align: middle;
    display: inline-block;
}

section#media_image-9 {
    float: left;
}

.widget.widget_media_image img.wp-image-14883, .widget.widget_media_image img.wp-image-14884 {
    margin-right: 11px;
    display: inline-block;
}

.footer-middle-wrap .widget .medi-email,
.footer-middle-wrap .widget .medi-time .time-subtitle,
.footer-middle-wrap .widget .medi-address {
    padding-left: 26px;
    position: relative;
    padding-bottom: 3px;
    padding-top: 3px;
}

.footer-middle-wrap .widget .medi-email:before {
    content: "\e75a";
}

.footer-middle-wrap .widget .medi-time .time-subtitle:before {
    content: "\e72b";
}

.footer-middle-wrap .widget .medi-address:before {
    content: "\e693";
}

.footer-middle-wrap .widget .medi-email:before,
.footer-middle-wrap .widget .medi-time .time-subtitle:before,
.footer-middle-wrap .widget .medi-address:before {
    font-family: 'themify';
    color: #797979;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
}

.footer-template-custom .footer-middle-wrap .col-lg-6 {
    padding-right: 100px;
}

/*Footer Top*/
.widget .footer-info .media::before {
    margin-right: 16px;
    font-size: 28px;
    vertical-align: middle;
    line-height: 55px;
    height: 55px;
}

.widget ul.nav.footer-info > li {
    padding: 0 10px;
}

.widget ul.nav.footer-info .media-body > *,
.widget .footer-info .media-body > * {
    font-size: 18px;
}

.footer-top-wrap .widget .widget-title {
    padding-bottom: 0 !important;
    text-transform: uppercase;
    margin-bottom: 0;
}

.footer-top-wrap .widget .widget-title:before {
    content: unset;
}

.footer-top-wrap .footer-content a:hover {
    color: #252525;
}

.footer-top-wrap ul.social-icons > li > a {
    width: 50px;
    height: 50px;
    line-height: 56px;
    border-radius: 50%;
    margin-right: 5px;
    font-size: 18px;
    background: #fff;
}

.footer-top-wrap .custom-footertop-widget .media {
    -ms-flex-align: center;
    align-items: center;
}

.footer-top-wrap .footer-box-icon {
    font-size: 36px;
}

.footer-top-wrap .text-center.ft-icon {
    font-size: 70px;
    opacity: 0.2;
    position: absolute;
    right: 27px;
    bottom: 3px;
    z-index: -1;
}

.footer-top-wrap .widget.widget_media_image img {
    width: 100%;
}

.footer-template-custom .footer-top-wrap > * > .row > div {
    position: relative;
}

.footer-top-wrap > * > .row > div {
    -ms-flex-item-align: center !important;
    align-self: center !important;
    -webkit-align-self: center !important;
}

.footer-top-wrap .wp-block-image.size-full,
.footer-top-wrap .wp-block-image.size-full img {
    margin-bottom: 0px !important;
}

.footer-content h4 {
    color: #fff;
    font-size: 22px;
    line-height: 30px;
}

/*Footer Middle*/
.footer-middle-sidebar h2 {
    color: inherit;
}

/*Footer Order Online*/
.medi-order-online .medi-wrap {
    border-radius: 10px;
}

.medi-order-online .medi-wrap h4 {
    font-size: 25px;
    line-height: 35px;
    color: #222;
    margin: 0 0 30px;
    font-weight: 400;
}

.medi-order-online .medi-wrap .media {
    margin: 0;
}

.medi-order-online .medi-wrap .media {
    overflow: hidden;
}

.medi-order-online .medi-wrap .media .medi-count {
    height: 45px;
    width: 45px;
    text-align: center;
    background-color: transparent;
    border: 2px solid #62a403;
    font-size: 18px;
    font-weight: 500;
    float: left;
    margin-right: 24px;
    line-height: 43px;
    border-radius: 50%;
    position: relative;
    color: #222;
}

.medi-order-online .medi-wrap .media .medi-count.lit-pink {
    background-color: #FFE8E8;
    border: 2px solid #FFE8E8;
}

.medi-order-online .medi-wrap .media .medi-count.lit-blue {
    background-color: #DCE8FF;
    border: 2px solid #DCE8FF;
}

.medi-order-online .medi-wrap .media .medi-count.lit-orange {
    background-color: #FFEBD5;
    border: 2px solid #FFEBD5;
}

.medi-order-online .medi-wrap .media .ti-angle-right.medi-count {
    font-size: 14px;
    font-weight: 400;
}

.medi-order-online .medi-wrap .media .medi-text {
    text-align: left;
}

.medi-order-online .medi-wrap .media .medi-text .medi-title {
    font-size: 23px;
    line-height: 32px;
    color: #273142;
    font-weight: 400;
}

.medi-order-online .medi-wrap .media .medi-text .medi-text1 {
    font-size: 20px;
    color: #273142;
    display: block;
    font-weight: 400;
    margin-bottom: 0;
}

.medi-order-online .medi-wrap .media .medi-text .medi-text2 {
    font-size: 16px;
    color: #797979;
    display: block;
}

.site-footer .widget.widget_archive li,
.site-footer .widget.widget_categories li,
.site-footer .widget.widget_pages li,
.site-footer .widget.widget_meta li,
.site-footer .widget.widget_recent_comments li,
.site-footer .widget_rss ul li {
    border-bottom: 1px dashed #576374;
}

.site-footer .widget.widget_categories ul .children li:first-child,
.site-footer .widget.widget_pages ul .children li:first-child {
    border-top: 1px dashed #576374;
}

/*Footer Bottom*/
.footer-bottom.footer-bottom-fixed {
    bottom: 0;
    left: 0;
    position: fixed;
    right: 0;
    z-index: 1;
}

.footer-fixed .footer-bottom.footer-bottom-fixed {
    position: relative;
}

.footer-bottom .footer-bottom-inner ul.pull-center li.nav-item {
    display: block;
    margin-bottom: 30px;
}

.footer-bottom .footer-bottom-inner ul.pull-center li.nav-item:last-child {
    margin-bottom: 0;
}

.post-navigation-wrapper .nav-links.custom-post-nav > div.prev-nav-link {
    text-align: left;
}

.footer-bottom-widget .textwidget .ref-color {
    color: #fff;
    font-weight: 500;
    padding: 6px 15px;
    border-radius: 30px;
    font-size: 15px;
}

.footer-bottom-items .copyright-text-wrap {
    line-height: 30px;
}

.footer-bottom .footer-bottom-items .nav-item-inner li,
.footer-bottom .footer-bottom-items .nav-item-inner li a,
.footer-bottom .footer-bottom-items ul.social-icons > li > a i {
    line-height: 1;
    height: 13px;
}

.footer-bottom-inner.container .col-md-12 {
    line-height: 1;
}

/*--------------------------------------------------------------
21. Animation key frames
--------------------------------------------------------------*/
@keyframes blinker {
    0% {
        opacity: 1.0;
    }
    50% {
        opacity: 0.3;
    }
    100% {
        opacity: 1.0;
    }
}

@keyframes rotation {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(359deg);
    }
}

@keyframes rotationtwo {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(359deg);
    }
}

@keyframes slide-bg {
    0% {
        transform: translateY(-100%);
    }
    50% {
        transform: translateY(-40%);
    }
    75% {
        transform: translateY(25%);
    }
    100% {
        transform: translateY(50%);
    }
}

.rotation,
.rotation img,
.rotation.rs-layer {
    animation: rotation 12s infinite linear;
}

.rotation,
.rotationtwo img,
.rotationtwo.rs-layer {
    animation: rotationtwo 15s infinite linear;
}

.blinker img,
.blinker.rs-layer {
    animation: blink 1.5s linear infinite;
}

/*Sticky Menu*/
@-webkit-keyframes header_sticky {
    0% {
        margin-top: -150px;
        opacity: 0;
    }
    50% {
        margin-top: -90px;
        opacity: 0.5;
    }
    100% {
        margin-top: 0;
        opacity: 1;
    }
}

@keyframes header_sticky {
    0% {
        margin-top: -150px;
        opacity: 0;
    }
    50% {
        margin-top: -90px;
        opacity: 0.5;
    }
    100% {
        margin-top: 0;
        opacity: 1;
    }
}

.sticky-outer .header-sticky,
.sticky-outer .sticky-scroll.show-menu {
    -webkit-animation-name: header_sticky;
    animation-name: header_sticky;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
}

.medi-load-anim:before {
    content: "";
    width: 22px;
    background: #fff;
    -webkit-filter: blur(6px);
    filter: blur(6px);
    top: 0;
    left: -9px;
    -webkit-transform: skewX(-25deg);
    transform: skewX(-25deg);
    -webkit-animation: medi-load-anim 1s linear 2ms 6 forwards;
    animation: medi-load-anim 1s linear 2ms 6 forwards;
    opacity: 0;
}

@-webkit-keyframes medi-load-anim {
    0% {
        opacity: 0;
        left: -15px;
    }
    20% {
        opacity: .3;
        left: 0;
    }
    30% {
        opacity: .45;
        left: 5px;
    }
    50% {
        opacity: .45;
        left: 25px;
    }
    80% {
        opacity: .45;
        left: 42px;
    }
    to {
        opacity: 0;
        left: 44px;
    }
}

@keyframes medi-load-anim {
    0% {
        opacity: 0;
        left: -15px;
    }
    20% {
        opacity: .3;
        left: 0;
    }
    30% {
        opacity: .45;
        left: 5px;
    }
    50% {
        opacity: .45;
        left: 25px;
    }
    80% {
        opacity: .45;
        left: 42px;
    }
    to {
        opacity: 0;
        left: 44px;
    }
}

/* Bootstrap Hidden Styles */
.hidden-xs-up {
    display: none !important;
}

@media (max-width: 575px) {
    .hidden-xs-down {
        display: none !important;
    }
}

@media (min-width: 576px) {
    .hidden-sm-up {
        display: none !important;
    }
}

@media (max-width: 767px) {
    .hidden-sm-down {
        display: none !important;
    }

    .page-title-inner > div > *, .single-post h1.page-title {
        max-width: 100%;
    }

    .single-post .author-info {
        display: block;
    }

    .media.author-info .author-avatar img {
        margin: 0;
        margin-bottom: 20px;
    }

    .media.author-info .author-avatar {
        margin: 0 !important;
    }

    .secondary-menu-area {
        box-shadow: none;
    }

    .organiky_testimonial_slide_widget .owl-carousel.owl-drag .owl-item {
        width: 100% !important;
    }
}

@media (min-width: 768px) {
    .hidden-md-up {
        display: none !important;
    }

    .entry-content > *.alignfull, .entry-summary > *.alignfull {
        margin-top: calc(2 * 1rem);
        margin-bottom: calc(2 * 1rem);
    }
}

@media (max-width: 991px) {
    .hidden-md-down {
        display: none !important;
    }
}

@media (min-width: 992px) {
    .hidden-lg-up {
        display: none !important;
    }
}

@media (max-width: 1199px) {
    .hidden-lg-down {
        display: none !important;
    }
}

@media (min-width: 1200px) {
    .hidden-xl-up {
        display: none !important;
    }
}

.hidden-xl-down {
    display: none !important;
}

@media only screen and (max-device-width: 1024px) and (orientation: landscape) {
    .hidden-md-land-down {
        display: none !important;
    }

    .hidden-lg-land-up {
        display: block !important;
    }
}

/*--------------------------------------------------------------
22. Extra Spacing
--------------------------------------------------------------*/
.margin-bottom-0 {
    margin-bottom: 0px !important;
}

.margin-bottom-25 {
    margin-bottom: 25px !important;
}

.margin-bottom-30 {
    margin-bottom: 30px !important;
}

.margin-bottom-35 {
    margin-bottom: 35px !important;
}

.margin-bottom-40 {
    margin-bottom: 40px !important;
}

.padding-0 {
    padding: 0px !important;
}

.padding-lr-15 {
    padding-left: 15px !important;
    padding-right: 15px !important;
}

/*--------------------------------------------------------------
23. Responsive Styles
--------------------------------------------------------------*/

@media only screen and (max-width: 1699px) {
    ul.topbar-items.nav.pull-right .header-address,
    .navbar-inner ul.nav.social-icons {
        display: block;
    }
}

@media only screen and (max-width: 1500px) {
    ul.topbar-items.nav.pull-right .header-address,
    .navbar-inner ul.nav.social-icons {
        display: none;
    }

    .home-variation-two ul.topbar-items.nav.pull-right .header-address,
    .home-variation-three ul.topbar-items.nav.pull-right .header-address,
    .home-variation-four ul.topbar-items.nav.pull-right .header-address,
    .home-variation-four ul.topbar-items.nav.pull-right .navbar-inner ul.nav.social-icons,
    .home-variation-five ul.topbar-items.nav.pull-right .header-address,
    .home-variation-five ul.topbar-items.nav.pull-right .navbar-inner ul.nav.social-icons {
        display: block;
    }
}

/* 1024 - Styles */
@media only screen and (max-width: 1024px) {
    /*Mobile Header*/
    .mobile-header-items .nav-item .nav-item-inner {
        padding-right: 30px;
    }

    .mobile-header-items .nav-item:last-child .nav-item-inner:last-child {
        padding-right: 0;
    }

    .footer-top-wrap.boxed-container {
        transform: translateY(0%);
    }

    /* Sidebar Full Image */
    .center-full-image {
        margin-bottom: 120px !important;
        margin-top: 30px !important;
    }

    /*Footer Info*/
    .widget ul.nav.footer-info > li {
        padding: 0 2px;
    }

    ul.organiky-mobile-menu ul.sub-menu {
        padding: 0;
        width: 100%;
    }

    /*Full Single Image*/
    .right-full-image {
        margin-top: 125px;
    }

    .left-full-image {
        margin-bottom: 125px !important;
    }

    .center-full-image {
        margin: 125px 0 !important;
    }

    /*RTL*/
    .rtl .mobile-header-items .nav-item:last-child .nav-item-inner:last-child {
        padding-left: 0;
    }

    .rtl .mobile-header-items .nav-item .nav-item-inner {
        padding-left: 30px;
        padding-right: 0;
    }

    .max-width-none .elementor-image img {
        max-width: 100% !important;
    }

    /* Body */
    body.page-template-default {
        margin: 0;
    }

    .mobile-bar-inner .nav-item-inner .mobile-logo img {
        max-width: 200px;
    }

    .main-logo a.site-title {
        margin-bottom: 7px;
    }

    .footer-top-wrap {
        width: 100%;
    }

    .page-title-wrap-inner {
        margin-top: 0;
        padding-top: 60px !important;
        padding-bottom: 60px !important;
    }

    .footer-top-wrap ul.social-icons > li > a {
        width: 40px;
        height: 40px;
        line-height: 45px;
        font-size: 14px;
    }

    .footer-top-wrap .col-lg-3 {
        width: 50%;
    }

    .footer-top-wrap .col-lg-9 {
        width: 73%;
    }

    .footer-top-wrap .col-lg-9 .footer-top-sidebar .widget_text:before {
        top: 50%;
        transform: translateY(-50%);
    }

    .footer-top-wrap .col-lg-9 .footer-top-sidebar .widget_text p {
        line-height: 28px;
    }

    .footer-top-wrap {
        padding-top: 0px !important;
        padding-bottom: 0px !important;
    }

    .footer-top-wrap .col-lg-3 {
        text-align: right;
    }

    .footer-top-wrap > * > .row > div:first-child,
    .footer-top-wrap > * > .row > div:nth-child(3) {
        padding-left: 0;
    }

    .footer-top-wrap > * > .row > div:last-child,
    .footer-top-wrap > * > .row > div:nth-child(2) {
        padding-right: 0;
    }

    .footer-top-wrap > * > .row > div:first-child,
    .footer-top-wrap > * > .row > div:nth-child(2) {
        margin-bottom: 0px;
    }

    .menu-tag {
        bottom: 72%;
    }

    .organiky-mobile-menu ul.sub-menu li > a .menu-tag {
        line-height: 21px;
        margin-top: 6px;
    }

    .main-logo {
        color: #797979;
        background: none;
        margin-top: 0;
        padding: 0;
    }

    .main-logo a.site-title:hover {
        color: #62a403;
    }

    .footer-top-wrap.boxed-container {
        border-radius: 0;
    }

    .page-title-wrap:before {
        width: 60px;
        height: 60px;
        bottom: -37px;
    }

    .page-title-wrap:after {
        left: 0;
        bottom: -20px;
        width: 23px;
        height: 32px;
    }

    section.res-hide-float .float-parallax {
        opacity: 0;
    }

    .header-topbar-text-2 .h-donate-btn {
        display: none;
    }

}

@media only screen and (max-width: 1024px) and (min-width: 992px) {
    /*Spacing 1024*/
    .section-spacing-1024 {
        margin-top: 30px;
    }

}

@media (min-width: 1024px) {
    .site-footer.footer-fixed {
        bottom: 0;
        left: 0;
        margin: 0 auto;
        max-width: 100%;
        position: fixed;
        right: 0;
        z-index: -1;
    }

    aside.widget-area.right-widget-area {
        padding-left: 15px;
    }

    .site-footer .footer-middle-wrap .col-lg-4:not(:last-child) {
        padding-right: 15px;
    }
}

@media only screen and (max-width: 1023px) {
    .site-footer.footer-fixed {
        position: relative;
    }

    .organiky-content-inner .widget-area {
        margin-top: 0;
    }
}

@media only screen and (min-width: 992px) {
    .pull-md-3, .pull-lg-3 {
        right: 25%;
    }

    .pull-md-4, .pull-lg-4 {
        right: 33.191919%;
    }

    .pull-md-6, .pull-lg-6 {
        right: 50%;
    }

    .pull-md-8, .pull-lg-8 {
        right: 66.666667%;
    }

    .pull-md-9, .pull-lg-9 {
        right: 75%;
    }

    .push-md-3, .push-lg-3 {
        left: 25%;
    }

    .push-md-4, .push-lg-4 {
        left: 33.191919%;
    }

    .push-md-6, .push-lg-6 {
        left: 50%;
    }

    .push-md-8, .push-lg-8 {
        left: 66.666667%;
    }

    .offset-md-2, .offset-lg-2 {
        margin-left: 16.666667%;
    }

    /*RTL*/
    .rtl .push-md-4,
    .rtl .push-lg-4 {
        right: 33.191919%;
        left: auto;
    }

    .rtl .pull-md-8,
    .rtl .pull-lg-8 {
        left: 66.666667%;
        right: auto;
    }
}

@media only screen and (max-width: 991px) {
    .organiky-content-inner .widget-area {
        padding-top: 80px;
    }

    .footer-bottom {
        text-align: center;
    }

    .footer-bottom-items.nav {
        margin: 0 !important;
        padding: 0 0 0px;
        text-align: center;
    }

    .footer-bottom-items.nav:last-child {
        padding-bottom: 0;
    }

    .site-footer .footer-bottom-items .widget:last-child {
        margin-bottom: 0;
    }

    .site-footer [class*="col-lg-"]:last-child .widget:last-child {
        margin-bottom: 0;
    }

    ul.sub-menu li {
        padding-left: 10px !important;
    }

    /* VC call to action additional */
    section.additional-call-to-action {
        margin-top: 0px !important;
    }

    .widget ul.nav.footer-info > li {
        display: block;
        margin-bottom: 35px;
    }

    .footer-top-wrap {
        width: 100%;
    }

    .organiky-wrapper.demo-home-4 .header-slider-wrapper {
        margin-top: 0px;
    }

    .footer-middle-wrap .col-lg-3:nth-child(1), .footer-middle-wrap .col-lg-3:nth-child(4) {
        width: 100%;
    }

    .footer-middle-wrap .col-lg-3:nth-child(2), .footer-middle-wrap .col-lg-3:nth-child(3) {
        width: 100%;
    }

    .footer-top-wrap .col-lg-9 .footer-top-sidebar {
        display: block;
    }

    .footer-top-wrap .col-lg-9 .footer-top-sidebar .organiky_mailchimp_widget {
        width: 100%;
        margin-left: 0;
    }

    .footer-top-wrap .col-lg-9 .footer-top-sidebar .widget_text:before {
        top: auto;
        transform: none;
        display: block;
        position: relative;
        margin: auto;
        left: auto;
        margin-bottom: 15px;
    }

    .footer-top-wrap .col-lg-9 .footer-top-sidebar .widget_text {
        padding-left: 0;
        text-align: center;
        margin-bottom: 20px;
    }

    .footer-top-wrap .col-lg-3 .footer-top-sidebar {
        text-align: center;
    }

    .footer-top-wrap .col-lg-9,
    .footer-top-wrap .col-lg-3 {
        width: 100%;
    }

    .footer-top-wrap > * > .row > div:first-child,
    .footer-top-wrap > * > .row > div:nth-child(2),
    .footer-top-wrap > * > .row > div:first-child {
        margin-bottom: 30px;
    }

    .footer-top-wrap > * > .row > div:last-child,
    .footer-top-wrap > * > .row > div:nth-child(2),
    .footer-top-wrap > * > .row > div:nth-child(3),
    .footer-top-wrap > * > .row > div:first-child {
        padding-right: 0;
        padding-left: 0;
    }

    .footer-top-wrap > * > .row > div:nth-child(3) {
        margin-bottom: 40px;
    }

    .footer-middle-wrap .widget:last-child {
        margin-bottom: 0;
    }

    .site-footer [class*="col-lg-"]:last-child {
        margin-bottom: 0;
    }

    .site-footer [class*="col-lg-"] {
        margin-bottom: 35px;
    }

    .footer-top-wrap.boxed-container .col-lg-4 {
        padding: 0 20px !important;
    }

    .footer-top-wrap > * > .row > div.col-lg-4:first-child {
        padding-top: 20px !important;
    }

    .footer-top-wrap {
        margin-bottom: 0 !important;
    }

    .footer-middle-wrap {
        padding-top: 70px !important;
    }

    .res-bg-cut .elementor-widget-wrap {
        background-position: 0px 535px !important;
    }

    .site-footer .footer-top-sidebar .widget {
        margin: 0 0 0px;
    }
}

@media only screen and (min-device-width: 991px) {
    .widget:last-child {
        margin-bottom: 0;
    }

    .mega-child-widget .widget:last-child {
        margin-bottom: 30px;
    }
}

@media only screen and (max-width: 768px) {
    .widget-area .contact-widget.widget-content {
        padding: 30px 15px;
    }

    .organiky_latest_post_widget img, .organiky_popular_post_widget img,
    .widget.organiky_latest_post_widget li .side-image, .organiky_popular_post_widget li .side-image,
    .widget.widget_charitable_campaigns_widget .campaign .wp-post-image {
        float: none !important;
    }

    .footer-top-wrap {
        width: 100%;
        margin-bottom: 0 !important;
    }

    .error-404 header.page-header > * {
        text-align: center;
    }

    .site-main .error-404.text-left {
        text-align: center !important;
    }

    .site-footer .footer-top-wrap [class*="col-lg-"] {
        width: 100%;
        -ms-flex-item-align: center !important;
        align-self: center !important;
        -webkit-align-self: normal !important;
    }

    .site-footer .footer-top-wrap [class*="col-lg-"] {
        margin-bottom: 0;
    }

    .mobile-footer-sticky-bar {
        display: block !important;
    }

    .elementor-section .elementor-element.res-w-100 {
        width: 100% !important;
    }

    .owl-carousel .owl-nav {
        top: 35%;
        left: 0;
        transform: translateY(-50%);
    }

    .owl-prev {
        left: -7px;
        position: absolute;
    }

    .owl-next {
        right: -7px;
        position: absolute;
    }

    .elementor-section .elementor-element.res-w-100 .elementor-widget-container.feature-box-wrapper {
        padding: 0px 30px 0px 30px !important;
    }

    .ad-banner-off.on-sale-off {
        top: 41%;
        right: 42%;
    }

    .footer-middle-wrap .col-lg-3:nth-child(1),
    .footer-middle-wrap .col-lg-3:nth-child(2),
    .footer-middle-wrap .col-lg-3:nth-child(3),
    .footer-middle-wrap .col-lg-3:nth-child(4) {
        width: 100%;
        padding: 0 15px;
    }

    .footer-top-wrap .col-lg-3 {
        text-align: left;
    }

    .footer-middle-wrap {
        padding-bottom: 50px !important;
        padding-top: 50px !important;
    }

    .footer-bottom {
        margin-bottom: 0px;
    }

    .widget.widget_media_image img {
        margin: 0 0 8px 0;
    }
}

@media only screen and (max-width: 767px) {
    .organiky-content > .organiky-content-inner,
    .search-results .organiky-content > .organiky-content-inner {
        padding: 70px 0;
    }

    .elementor-section {
        padding: 50px 0;
    }

    .page-title-wrap-inner .container .page-title-inner {
        margin-top: 0;
    }

    .organiky-content-inner > .container > .row > .col-md-4 {
        padding-left: 15px;
    }

    .organiky-content-inner > .container > .row > .col-md-8 {
        padding-right: 15px;
    }

    .portfolio-info .custom-post-nav .prev-nav-link,
    .portfolio-info .custom-post-nav .next-nav-link {
        max-width: 100% !important;
        width: 100%;
        margin-bottom: 20px;
    }

    .portfolio-info .custom-post-nav .prev-nav-link > a,
    .portfolio-info .custom-post-nav .next-nav-link > a {
        min-width: 250px !important;
    }

    .site-footer.footer-fixed {
        position: relative;
    }

    .footer-bottom.footer-bottom-fixed {
        position: relative;
    }

    /*page title*/
    .page-title-inner .pull-left,
    .page-title-inner .pull-right {
        width: 100%;
    }

    .page-title-inner > div {
        display: block;
    }

    .page-title-inner > .pull-left > * {
        text-align: center;
    }

    .breadcrumb {
        display: block;
        text-align: center;
    }

    .error-404 h3.page-title {
        position: relative;
    }

    .err-content .btn {
        margin-top: 60px;
    }

    /* POst nav */
    .post-navigation-wrapper .nav-links.custom-post-nav > div a {
        margin: 0 auto;
    }

    .comment-meta span.date {
        margin-right: 10px;
    }

    /*Image Grid*/
    .image-grid-wrapper.image-grid-1 .image-grid-inner {
        margin-bottom: 10px;
    }

    /*Widget Area*/
    .widget-area {
        padding-top: 60px;
    }

    /* Elementor styles */
    /*Footer Info*/
    .widget ul.nav.footer-info > li {
        padding: 0 10px;
        width: 100%;
        margin-bottom: 30px;
    }

    .widget ul.nav.footer-info > li:last-child {
        margin-bottom: 0;
    }

    /* post Navigation */
    .zozo-mc-form .input-group {
        display: flex;
        width: 100%;
    }

    .single-post-template article .article-inner > .top-meta {
        padding-bottom: 21px;
        margin-bottom: 22px;
        position: relative;
        border-bottom: solid 2px #efefef;
    }

    .single-post-template article .article-inner .top-meta:nth-child(2) {
        margin-left: 0;
        margin-right: 0;
    }

    .site-footer .footer-top-wrap [class*="col-lg-"] {
        width: 100%;
        -ms-flex-item-align: center !important;
        align-self: center !important;
        -webkit-align-self: normal !important;
    }

    .footer-middle-wrap .col-lg-3:nth-child(1),
    .footer-middle-wrap .col-lg-3:nth-child(2),
    .footer-middle-wrap .col-lg-3:nth-child(3),
    .footer-middle-wrap .col-lg-3:nth-child(4) {
        width: 100%;
        padding: 0 15px;
    }

    .footer-middle-wrap .col-lg-3:last-child {
        margin-bottom: 0px;
    }

    .widget.widget_media_image img {
        width: 180px;
    }

    .section-title-wrapper.res-sec-title .title-separator {
        bottom: -3px;
    }

    .footer-top-wrap {
        padding-bottom: 30px !important;
    }

    .page-title-wrap-inner {
        padding-right: 15px;
        padding-left: 15px;
    }

    .single-post-template .post-thumb-wrap {
        padding: 0 30px 5px;
    }

    .single-post .entry-meta .post-meta {
        float: none;
        margin-bottom: 10px;
    }

    .organiky-content-inner .widget-area {
        padding-top: 50px;
    }


}

@media only screen and (max-width: 738px) {
    .cus-newsletter:after {
        top: 29%;
    }

    .elementor-section .elementor-element.res-w-100 .elementor-widget-container.feature-box-wrapper {
        padding: 10px 30px 10px 30px !important;
    }

    .footer-bottom-items.nav {
        margin: auto !important;
        padding: 0 0 0px;
        text-align: center;
        float: none;
        width: 100%;
        display: grid;
    }

    .footer-bottom-items.nav.pull-left,
    .footer-bottom-items.nav.pull-right {
        text-align: center;
        display: grid;
        margin-bottom: 10px !important;
    }

    .footer-bottom-items .copyright-text-wrap {
        line-height: 30px;
        margin-bottom: 0;
    }
}

@media only screen and (max-width: 680px) {
    .post-comments-wrapper .comment-form-cookies-consent label {
        margin-top: 5px;
    }

    .footer-bottom-items.nav.pull-right {
        margin-bottom: 0px !important;
    }
}

@media only screen and (max-width: 640px) {
    .single-post .post-meta.pull-left {
        margin-bottom: 30px;
    }

    .organiky-single-post .post-comments .comments .comment {
        padding: 15px;
    }

    ul.mobile-topbar-items > li {
        width: 100%;
    }

    .single-post-template .top-meta .post-meta > ul > li {
        margin-bottom: 9px;
    }

    .single-post .entry-meta .post-meta {
        float: none;
        margin-bottom: 0;
    }

    .single-post .entry-meta > .post-meta.pull-right, .single-post .entry-meta > .post-meta.pull-left {
        display: block;
    }

    .single-post .entry-meta > .post-meta.pull-right {
        margin-top: 5px;
    }

    .organiky-single-post .post-comments .comments .comment {
        padding: 15px;
    }

    .elementor-section .elementor-element.res-w-100 .elementor-widget-container.feature-box-wrapper {
        padding: 30px 20px 24px 30px !important;
    }

    .footer-top-wrap .col-lg-9 .footer-top-sidebar {
        display: block;
    }

    .footer-top-wrap .col-lg-9 .footer-top-sidebar .organiky_mailchimp_widget {
        width: 100%;
        margin-left: 0;
    }

    .footer-top-wrap .col-lg-9 .footer-top-sidebar .widget_text:before {
        top: auto;
        transform: none;
        display: block;
        position: relative;
        margin: auto;
        left: auto;
        margin-bottom: 15px;
    }

    .footer-top-wrap .col-lg-9 .footer-top-sidebar .widget_text {
        padding-left: 0;
        text-align: center;
        margin-bottom: 20px;
    }

    .footer-top-wrap .col-lg-3 .footer-top-sidebar {
        text-align: center;
    }

    .widget.widget_media_image {
        margin-bottom: 10px;
    }

    .single-post-template article .article-inner .top-meta:nth-child(2) {
        padding-bottom: 10px;
    }

    .post-navigation-wrapper .nav-links.custom-post-nav > div {
        width: 100%;
        display: block;
        max-width: 100%;
        margin-bottom: 18px;
        text-align: center;
    }

    .post-navigation-wrapper .nav-links.custom-post-nav > div.next-nav-link,
    .post-navigation-wrapper .nav-links.custom-post-nav > div.prev-nav-link {
        text-align: center;
    }

    .post-navigation-wrapper .nav-links.custom-post-nav .prev-nav-link a:after,
    .post-navigation-wrapper .nav-links.custom-post-nav .next-nav-link a:after {
        position: relative;
        top: auto;
        transform: none;
        display: block;
        margin: 12px auto 0px;
        bottom: auto;
        left: auto;
        right: auto;
    }

    .post-comments-wrapper input[type=checkbox] {
        float: left;
    }

    .post-navigation-wrapper .nav-links.custom-post-nav > .prev-nav-link {
        padding-left: 0;
    }

    .post-navigation-wrapper .nav-links.custom-post-nav > .next-nav-link {
        padding-right: 0;
    }

    .post-navigation-wrapper .nav-links.custom-post-nav > div a h4 {
        margin-bottom: 10px !important;
    }

    .post-navigation-wrapper.clearfix {
        padding: 35px 0px 30px;
    }
}

@media only screen and (max-width: 782px) and (min-width: 400px) {
    .logged-in.admin-bar .sticky-outer .header-sticky,
    .logged-in.admin-bar .sticky-outer .sticky-scroll.show-menu {
        top: 46px;
    }
}

@media only screen and (max-width: 400px) {
    .logged-in.admin-bar .mobile-header-inner .sticky-outer .header-sticky,
    .logged-in.admin-bar .mobile-header-inner .sticky-outer .sticky-scroll.show-menu {
        top: 0;
    }

    .container.float-video-container {
        transform: translateY(100%);
    }

    .comments .media .media-left img {
        margin-right: 10px;
        width: 40px !important;
    }
}

@media only screen and (max-width: 575px) {
    .team .team-info {
        padding-top: 30px;
    }

    .full-search-wrapper .search-form {
        width: 80%;
    }

    body .zegen-content-wrapper .page-title-wrap-inner {
        padding: 40px 0;
    }

    .single-post-template blockquote {
        margin: 30px 0;
    }

    .error-404 .error-txt {
        font-size: 100px;
    }

    .error-404 .page-title {
        font-size: 37px;
        line-height: 40px;
        padding-bottom: 5px;
    }

    .error-404 .error-description {
        font-size: 16px;
    }

    .error-404 .error-description {
        font-size: 20px;
        margin-bottom: 24px;
    }

    .elementor-section .elementor-element.res-w-100 .elementor-widget-container.feature-box-wrapper {
        padding: 50px 20px 34px 30px !important;
    }

    .zozo-login-parent .zozo-login-inner {
        width: 400px;
        padding: 23px 30px 0px;
        border-radius: 10px;
    }
}

@media only screen and (max-width: 480px) {
    .elementor-section .elementor-element.res-w-100 .elementor-widget-container.feature-box-wrapper {
        padding: 60px 20px 44px 30px !important;
    }

    .ad-banner-off.on-sale-off {
        top: 65%;
        right: 9%;
    }

    .med-big-ad2 .ad-banner-off.on-sale-off {
        top: 47%;
        right: 15%;
    }

    blockquote,
    .wp-block-quote, .wp-block-quote.is-large,
    .single-post-template .wp-block-quote.is-large,
    .single-post-template .wp-block-quote.is-style-large {
        padding: 24px 23px;
    }
}

@media only screen and (max-width: 480px) {
    .elementor-section .elementor-element.res-w-100 .elementor-widget-container.feature-box-wrapper {
        padding: 70px 20px 44px 30px !important;
    }

    body {
        line-height: 28px;
    }

    .footer-middle-wrap.boxed-container {
        padding-right: 20px;
        padding-left: 20px;
    }
}

@media only screen and (max-width: 480px) {
    .elementor-section .elementor-element.res-w-100 .elementor-widget-container.feature-box-wrapper {
        padding: 70px 20px 44px 30px !important;
    }

    body {
        line-height: 28px;
    }

    .footer-bottom-widget .textwidget .ref-color {
        padding: 4px 15px;
        margin-top: 5px;
        font-size: 14px;
    }
}

@media only screen and (max-width: 360px) {
    .widget-area .widget {
        padding: 25px 20px;
    }

    .mobile-logo .main-logo a.site-title, .sticky-logo .mobile-logo .main-logo a.site-title {
        font-size: 22px;
    }

    .mobile-logo .main-logo span.logo-tagline {
        font-size: 14px;
    }

    .elementor-section .elementor-element.res-w-100 .elementor-widget-container.feature-box-wrapper {
        padding: 100px 10px 80px 10px !important;
    }

    .footer-bottom-items .copyright-text-wrap {
        line-height: 30px;
    }
}

@media only screen and (max-width: 340px) {
    ul.comments {
        padding-left: 10px;
    }
}

/*--------------------------------------------------------------
24. RTL( Right to Left ) Styles
--------------------------------------------------------------*/
.rtl {
    direction: rtl;
}

/*RTL Float*/
.rtl .pull-left,
.rtl .page-title-inner .pull-left {
    float: right;
}

.rtl .pull-right {
    float: left;
}

.rtl .organiky-single-post .post-comments .comment-text {
    margin-right: 15px;
}

.rtl .post-box-title {
    margin-bottom: 25px;
}

.rtl .search-toggle-wrap,
.rtl .widget .side-item-text {
    padding-right: 15px;
}

.rtl .organiky-header .header-inner .organiky-main-menu > li.menu-item-has-children > a:after {
    padding-right: 8px;
    padding-left: 0;
}

/*RTL Btn*/
.rtl .search-form .input-group .btn,
.rtl .search-form .input-group .form-control {
    border-bottom-left-radius: .25rem;
    border-top-left-radius: .25rem;
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
    border-left: none;
}

.rtl .full-search-wrapper .search-form .input-group .btn {
    text-align: left;
    position: absolute;
    left: 0;
}

.rtl .search-form .input-group .form-control {
    border-bottom-left-radius: 4px;
    border-top-left-radius: 4px;
    border-left: 0;
    padding-right: 15px;
}

.rtl blockquote.blockquote {
    border-left: none;
}

.rtl .widget-area .widget_categories ul li, .rtl .widget-area .widget_archive ul li {
    padding-left: 0;
    padding-right: 25px;
}

.rtl .widget-area .widget_categories ul li a:before,
.rtl .widget-area .widget_archive ul li a:before {
    right: 0;
    content: "\e629";
}

.rtl .single-post-template blockquote {
    padding-left: 0;
    padding-right: 170px;
}

.rtl .single-post-template blockquote:before {
    left: auto;
    right: 25px;
}

.rtl p.quote-author {
    padding-left: 0;
    padding-right: 20px;
}

.rtl p.quote-author:before {
    left: auto;
    right: 0;
}

.rtl .single-post-template article .article-inner > .top-meta li.nav-item {
    padding-left: 0;
}

/*RTL Header Styles*/
.rtl .topbar-items .nav-item-inner,
.rtl .logobar-items .nav-item-inner,
.rtl .navbar-items .nav-item-inner {
    padding-left: 15px;
    padding-right: 0;
}

.rtl .topbar-items .nav-item:last-child .nav-item-inner,
.rtl .logobar-items .nav-item:last-child .nav-item-inner:last-child,
.rtl .navbar-items .nav-item:last-child .nav-item-inner:last-child {
    padding-left: 0;
}

.rtl .header-inner .media i {
    margin-right: 0;
    margin-left: 16px;
}

.rtl .pull-right .breadcrumb {
    text-align: left;
}

.rtl ul.nav.header-info > li:first-child {
    padding-right: 0px;
}

.rtl ul.nav.header-info > li:last-child {
    padding-right: 10px;
}

.rtl .nav.pull-center {
    float: right;
}

/*RTL Main Menu*/
.rtl .organiky-main-menu li a.dropdown-toggle:after {
    margin-right: 8px;
}

.rtl span.menu-icon,
.rtl .post-tags-before {
    padding-left: 10px;
}

.rtl .dropdown-menu {
    right: 0;
}

.rtl .organiky-main-menu .dropdown-menu .dropdown-menu {
    top: -3px;
    right: 100%;
}

.rtl ul.dropdown-menu > li,
.rtl ul.mega-child-dropdown-menu > li {
    text-align: right;
}

.rtl .mega-dropdown-menu > li {
    float: right;
}

.rtl .organiky-main-menu > li > .dropdown-menu li.dropdown > a:after {
    content: "\f105";
    font-family: "FontAwesome";
    left: 20px;
    right: auto;
}

.rtl .organiky-main-menu > li > .dropdown-menu li.dropdown:hover > a:after {
    content: "\f104";
    font-family: "FontAwesome";
    left: 20px;
    right: auto;
}

.rtl span.menu-tag {
    display: inline-block;
    padding: 5px 8px;
    line-height: 1;
    margin: 0 0 0 7px;
}

.rtl ul.organiky-mobile-menu li.menu-item {
    text-align: right;
}

.rtl .zozo-woo-ajax-key-search .zozo-woo-key-search button.zozo-btn {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
    border-bottom-left-radius: 4px;
    border-top-left-radius: 4px;
}

.rtl .zozo-woo-ajax-key-search .zozo-woo-key-search .zozo-woo-key-field {
    padding-left: 0;
    padding-right: 12px;
}

.rtl .header-navbar-text-1 .h-donate-btn:after {
    right: 0;
    margin-left: 0;
    margin-right: 10px;
}

/*Sticky Header*/
.rtl .zmm-dropdown-toggle {
    left: 0;
    right: auto;
}

/*Sliders*/
/*Portfolio*/
.rtl .portfolio-icons p a:last-child {
    margin-right: 6px;
}

/*Related Slider*/
.rtl .related-slider-wrapper .related-meta > div {
    padding-right: 0;
}

.rtl .owl-prev {
    margin-left: 10px;
    margin-right: 0;
}

/*RTL Meta Icons*/
.rtl .post-meta .post-author .author-img img {
    margin-left: 10px;
    margin-right: 0;
}

.rtl .post-meta .nav .nav-item,
.rtl .nav.comments-share > li,
.rtl .comments-like-nav > li {
    padding: 0 0px 0 12px;
}

.rtl .post-meta .post-fav-wrap li.nav-item {
    padding-left: 0 !important;
}

.rtl span.like-count,
.rtl span.dlike-count {
    padding: 0 7px 0 0px;
}

/*Blog*/
.rtl span.before-icon {
    padding-right: 0;
    padding-left: 10px;
}

.rtl .blog-wrapper .post-author .author-img {
    margin-right: 0;
    margin-left: 5px;
}

.rtl .top-meta ul > li,
.rtl .bottom-meta ul > li {
    float: right;
    margin-left: 15px;
    margin-right: 0;
}

.rtl .top-meta ul li:last-child,
.rtl .bottom-meta ul li:last-child {
    margin-left: 0;
}

.rtl .feature-box-wrapper.cus-feature1 > .media > *:first-child {
    margin-right: 0;
    margin-left: 20px;
}

/*Services*/
.rtl .widget-area .widget .menu-item-object-organiky-service a:before {
    left: 20px;
    right: auto;
}

.rtl .contact-widget-info > p > span:first-child {
    float: right;
    margin-right: 0;
    margin-left: 15px;
}

.rtl .services-title > .service-title-element {
    padding-left: 0px;
    padding-right: 15px;
}

.rtl .testimonial-wrapper.testimonial-default .testimonial-inner > *.testimonial-excerpt:before {
    left: 0;
    right: auto;
}

.rtl .testimonial-wrapper.testimonial-default .owl-item .testimonial-inner > .testimonial-thumb:first-child {
    float: right;
    margin-right: 0;
    margin-left: 15px;
}

.rtl ul.nav.bottom-meta-list.meta-left, .rtl ul.nav.top-meta-list.meta-left {
    float: right;
}

.rtl .blog-style-classic-pro .post-more a:before {
    margin-right: 0;
    margin-left: 10px;
    content: "\e629";
}

.rtl .day-counter-wrapper .day-counter .counter-item > h3:after {
    right: auto;
    left: -10px;
}

.rtl section.error-404.not-found.text-left,
.rtl .error-404 header.page-header > * {
    text-align: right !important;
}

.rtl .error-404 header .image-wrap-404 {
    left: 0;
    right: auto;
}

/* RTL Mailchimp */
.rtl .mailchimp-wrapper .mc-form .input-group input.form-control {
    border-left: none;
    padding-right: 25px;
    padding-left: 12px;
    border-right: 1px solid #fff;
    border-top-right-radius: 0;
    -moz-border-top-right-radius: 50px;
    -webkit-border-top-right-radius: 50px;
    -o-border-top-right-radius: 50px;
    -ms-border-top-right-radius: 50px;
    border-bottom-right-radius: 50px;
    -moz-border-bottom-right-radius: 50px;
    -webkit-border-bottom-right-radius: 50px;
    -o-border-bottom-right-radius: 50px;
    -ms-border-bottom-right-radius: 50px;
    border-top-left-radius: unset;
    -moz-border-top-left-radius: unset;
    -webkit-border-top-left-radius: unset;
    -o-border-top-left-radius: unset;
    -ms-border-top-left-radius: unset;
    border-bottom-left-radius: unset;
    -moz-border-bottom-left-radius: unset;
    -webkit-border-bottom-left-radius: unset;
    -o-border-bottom-left-radius: unset;
    -ms-border-bottom-left-radius: unset;
}

.rtl .mailchimp-wrapper .input-group .input-group-btn .mc-submit-btn {
    border-top-left-radius: 50px;
    -moz-border-top-left-radius: 50px;
    -webkit-border-top-left-radius: 50px;
    -o-border-top-left-radius: 50px;
    -ms-border-top-left-radius: 50px;
    border-bottom-left-radius: 50px;
    -moz-border-bottom-left-radius: 50px;
    -webkit-border-bottom-left-radius: 50px;
    -o-border-bottom-left-radius: 50px;
    -ms-border-bottom-left-radius: 50px;
    border-top-right-radius: unset;
    -moz-border-top-right-radius: unset;
    -webkit-border-top-right-radius: unset;
    -o-border-top-right-radius: unset;
    -ms-border-top-right-radius: unset;
    border-bottom-right-radius: unset;
    -moz-border-bottom-right-radius: unset;
    -webkit-border-bottom-right-radius: unset;
    -o-border-bottom-right-radius: unset;
    -ms-border-bottom-right-radius: unset;
}

.rtl .footer-top-sidebar .organiky_mailchimp_widget .zozo-mc.btn {
    margin-left: 0;
}

.rtl .cus-newsletter:before {
    left: auto;
    right: 0;
}

.rtl .cus-newsletter:after {
    left: auto;
    right: 73px;
}

.rtl .cus-newsletter {
    padding-left: 0;
    padding-right: 101px;
}

.rtl .widget ul li.menu-item a {
    padding-right: 21px;
}

/*RTL Widgets*/
.rtl .zozo_advance_tab_post_widget .post-item > .post-item-desc {
    padding-right: 20px;
}

.rtl .widget,
.rtl .site-footer .widget .widget-title,
.rtl .tab-content,
.rtl .zozo_advance_tab_post_widget .post-item > .post-item-desc {
    text-align: right;
}

body.rtl {
    text-align: unset;
}

.rtl .site-footer .widget .widget-title,
.rtl .tab-content, .rtl .zozo_advance_tab_post_widget .post-item > .post-item-desc {
    text-align: right;
}

.rtl .widget li.cat-item a,
.rtl .widget.widget_archive li a,
.rtl .widget .author-counts a {
    display: inline-block;
}

.rtl i.icon {
    padding-left: 10px;
    padding-right: 0;
}

.rtl .widget .footer-info .media::before {
    margin-right: 0px;
    margin-left: 16px;
}

.rtl .widget ul li.menu-item a:before {
    position: absolute;
    top: 47%;
    transform: translateY(-50%);
    right: -10px;
    content: "\e629";
}

.rtl .widget ul li.menu-item:before {
    display: none;
}

/*Rtl For widgets */
.rtl .mr-3 {
    margin-right: 0 !important;
    margin-left: 1rem;
}

.rtl .contact-widget > p > span {
    margin-right: 0;
    margin-left: 10px;
}

/*Post Widget*/
.rtl .widget.organiky_latest_post_widget li .side-image,
.rtl .organiky_popular_post_widget li .side-image {
    float: right;
}

.rtl .organiky_latest_post_widget img,
.rtl .organiky_popular_post_widget img {
    margin: 0 0 10px 10px;
}

.rtl .widget.organiky_latest_post_widget li .side-item .side-item-text,
.rtl .organiky_popular_post_widget li .side-item .side-item-text {
    padding-right: 0;
}

.rtl .widget .comments-wrap > * {
    margin-right: 0;
    margin-left: 15px;
}

.rtl .widget .comments-wrap > *:last-child {
    margin-left: 0;
}

/* Gutenberg Blocks */
.page-has-no-sidebar .entry-content > *.alignfull, .page-has-no-sidebar .entry-summary > *.alignfull {
    position: relative;
    clear: both;
    padding: 0;
    margin-left: calc(50% - 50vw);
    margin-right: calc(51% - 50vw);
    width: auto;
    max-width: 1000%;
}

.page-has-no-sidebar .entry-content > *.wp-block-columns.alignfull,
.page-has-no-sidebar .entry-summary > *.wp-block-columns.alignfull {
    padding-left: 45px;
    padding-right: 45px;
    background: #fff;
}

.wp-block-gallery {
    clear: both;
}

.widget_media_gallery .wp-block-gallery {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
}

.widget.widget_block.widget_media_gallery {
    margin-bottom: 11px;
}

.wp-block-image {
    margin-top: 20px;
    margin-bottom: 20px;
}

.blocks-gallery-caption {
    font-size: 14px;
}

.blocks-gallery-grid figcaption,
.wp-block-gallery figcaption {
    line-height: 23px;
}

.wp-block-image img {
    margin-left: 0;
}

table.wp-block-table, table.wp-block-table.aligncenter, table.wp-block-table.alignleft, table.wp-block-table.alignright {
    width: 100%;
}

blockquote.wp-block-quote.is-style-large {
    border-left: none;
    padding: 10px 25px 10px 75px;
    margin: 35px 0px;
    font-style: italic;
}

.single-post-template blockquote a {
    color: #232323;
    font-weight: 400;
}

.single-post-template blockquote cite a {
    color: inherit;
}

.wp-block-cover-image-text, .wp-block-cover-text, section.wp-block-cover-image h2 {
    color: #fff !important;
}

.wp-block-cover, .wp-block-cover-image {
    margin-bottom: 1.5em;
}

.wp-block-cover.has-background-dim.alignleft {
    margin-top: 6px;
}

.wp-block-button {
    margin-bottom: 10px;
}

.wp-block-pullquote {
    border: 0;
}

figure.wp-block-pullquote.alignleft {
    text-align: left;
}

figure.wp-block-pullquote.alignright {
    text-align: right;
}

.wp-block-button {
    margin-bottom: 15px;
}

.wp-block-button__link:hover {
    background: #191919;
}

.is-style-outline .wp-block-button__link:hover {
    background: #191919;
    color: #fff !important;
}

.wp-block-video {
    overflow: hidden;
}

.has-large-font-size {
    font-size: 36px;
    line-height: 42px;
    color: #191919;
}

.wp-block-cover-image .wp-block-cover-image-text,
.wp-block-cover .wp-block-cover-text,
section.wp-block-cover-image > h2 {
    color: #fff !important;
}

.wp-block-cover, .wp-block-cover-image {
    margin-bottom: 1.5em;
}

.wp-block-calendar tfoot a {
    color: #fff;
}

.wp-block-table {
    margin-bottom: 20px;
}

ul.wp-block-categories.wp-block-categories-list.aligncenter {
    text-align: center;
}

ul ul.children {
    list-style: none;
}

.wp-block-table td, .wp-block-table th {
    border: 1px solid #eaeaea;
    padding: 9px 10px;
}

.wp-block-table.has-fixed-layout {
    width: auto;
}

.wp-block-table.is-style-stripes td,
.wp-block-code {
    border: 1px solid #eaeaea;
}

.single-post-template figure.wp-block-pullquote blockquote {
    margin: 0;
}

.wp-block-table.is-style-stripes tbody tr:nth-child(odd) {
    background-color: #f8f8f8;
}

.wp-block-button.is-style-squared .wp-block-button__link {
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
}

.wp-block-button__link {
    font-weight: 500;
}

.wp-block-button__link, .wp-block-button.is-style-outline .wp-block-button__link:hover {
    color: #fff !important;
}

.is-style-outline .wp-block-button__link:hover {
    border: 2px solid transparent;
}

.entry-content > p[style^="font-size"] {
    line-height: 1.2;
}

.gallery-columns-1 .gallery-item {
    width: 100%;
}

.gallery-columns-2 .gallery-item {
    width: 50%;
}

.gallery-columns-3 .gallery-item {
    width: 33.33%;
}

.gallery-columns-4 .gallery-item {
    width: 20%;
}

.gallery-columns-5 .gallery-item {
    width: 20%;
}

.gallery-columns-6 .gallery-item {
    width: 16.66667%;
}

.gallery-columns-7 .gallery-item {
    width: 14.28571%;
}

.gallery-columns-8 .gallery-item {
    width: 12.5%;
}

.gallery-columns-9 .gallery-item {
    width: 11.11111%;
}

.sticky-logo,
.header-sticky .main-logo,
.sticky-scroll.show-menu .main-logo {
    display: none;
}

.header-sticky .sticky-logo,
.sticky-scroll.show-menu .sticky-logo {
    display: block;
}

.bold-text {
    color: #191919;
    font-weight: 400;
}

.wp-block-quote[style*="text-align:right"]:before,
.wp-block-quote[style*="text-align: right"]:before {
    right: 0;
    left: auto;
}

.wp-block-quote[style*="text-align:right"],
.wp-block-quote[style*="text-align: right"] {
    padding: 0 60px 0 0;
    border-right: none;
    font-style: normal;
}

.wp-block-quote.is-style-large cite br {
    display: none;
}

.wp-block-image img {
    margin-left: 0;
}

.wp-block-archives select {
    width: auto;
    border: solid 1px #eaeaea;
    color: #797979;
    margin-bottom: 20px;
    border-radius: 0;
}

.wp-block-archives.wp-block-archives-dropdown select {
    margin-bottom: 12px;
}

.entry-content select {
    width: 100%;
    padding: 0 10px 0px 7px;
    margin-bottom: 8px;
    background-image: url(assets/images/icon-select1.png);
    width: 100%;
    border-radius: 4px;
    -webkit-appearance: none;
    -moz-appearance: window;
    background-repeat: no-repeat;
    background-position: 100% 51%;
    padding-right: 0;
    padding-left: 15px;
    background-color: #f8f8f8;
    border: solid 1px #f8f8f8;
}

.wp-block-calendar table {
    margin-bottom: 0;
}

.wp-block-calendar td a {
    font-weight: 400;
}

.wp-block-search {
    margin-bottom: 15px;
}

nav.wp-calendar-nav {
    margin-bottom: 0;
}

.entry-content nav.wp-calendar-nav {
    margin-bottom: 20px;
}

.wp-block-calendar tbody td, .wp-block-calendar th {
    color: #797979;
}

.wp-block-categories.wp-block-categories-dropdown select {
    border: solid 1px #f8f8f8;
    color: #797979;
    margin-bottom: 0;
    border-radius: 4px;
}

article.post footer a, article.post footer {
    font-weight: 500;
}

.grid-layout .entry-meta.bottom-meta {
    line-height: 1;
}

.wp-block-search .wp-block-search__input {
    border-radius: 4px;
    height: 55px;
    border: 1px solid #eaeaea;
    padding: 0 15px;
    background: #fff;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.wp-block-search .wp-block-search__label {
    margin-bottom: 10px;
}

.wp-block-search .wp-block-search__input:focus {
    background-color: #fff;
}

.widget-area .wp-block-search__label {
    font-weight: 400;
}

.wp-block-search .wp-block-search__button {
    font-size: 15px;
    padding: 0 20px;
    border-radius: 4px;
    text-transform: uppercase;
    color: #fff;
    border: none;
    margin-left: 0;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    z-index: 1;
}

.wp-block-search .wp-block-search__button,
.wp-block-search .wp-block-search__input:focus,
.wp-block-search .wp-block-search__input {
    -webkit-transition: all 350ms ease 0s;
    -moz-transition: all 350ms ease 0s;
    -ms-transition: all 350ms ease 0s;
    -o-transition: all 350ms ease 0s;
    transition: all 350ms ease 0s;
}

.wp-block-latest-comments__comment-date {
    color: #797979;
    display: block;
    font-size: 13px;
}

table.wp-block-table, table.wp-block-table.aligncenter, table.wp-block-table.alignleft, table.wp-block-table.alignright {
    width: 100%;
}

.wp-caption-text {
    color: #797979;
    font-size: 14px;
    line-height: 1.6;
    margin: 0;
    padding: 0.5rem;
    text-align: center;
}

.site-footer .wp-caption-text {
    color: #fff;
}

.alignnone {
    margin: 0;
}

.widget li.wp-block-latest-comments__comment {
    margin-bottom: 0;
}

.widget.widget_block .wp-block-archives:not(.alignwide):not(.alignfull),
.widget.widget_block .wp-block-categories:not(.alignwide):not(.alignfull),
.widget.widget_block .wp-block-code,
.widget.widget_block .wp-block-columns:not(.alignwide):not(.alignfull),
.widget.widget_block .wp-block-cover:not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.aligncenter),
.widget.widget_block .wp-block-embed:not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.aligncenter),
.widget.widget_block .wp-block-gallery:not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.aligncenter),
.widget.widget_block .wp-block-group:not(.has-background):not(.alignwide):not(.alignfull),
.widget.widget_block .wp-block-image:not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.aligncenter),
.widget.widget_block .wp-block-latest-comments:not(.aligncenter):not(.alignleft):not(.alignright),
.widget.widget_block .wp-block-latest-posts:not(.aligncenter):not(.alignleft):not(.alignright),
.widget.widget_block .wp-block-media-text:not(.alignwide):not(.alignfull), .wp-block-preformatted,
.widget.widget_block .wp-block-pullquote:not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright),
.widget.widget_block .wp-block-quote,
.wp-block-quote.is-large,
.widget.widget_block .wp-block-quote.is-style-large,
.wp-block-verse, .widget.widget_block .wp-block-video:not(.alignwide):not(.alignfull) {
    margin-bottom: 1rem;
    margin-top: 0;
}

.wp-block-latest-comments .wp-block-latest-comments__comment .wp-block-latest-comments__comment-author {
    position: relative;
    padding-left: 24px;
}

.footer-bottom-widget .widget.widget_block .wp-block-image:not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.aligncenter) {
    margin-bottom: 0;
    margin-top: 5px;
}

.wp-block-group,
.calendar_wrap {
    position: relative;
    z-index: 1;
}

footer.wp-block-latest-comments__comment-meta {
    line-height: 28px;
}

.wp-block-latest-comments .wp-block-latest-comments__comment .wp-block-latest-comments__comment-author:before {
    content: "\e644";
    font-size: 14px;
    font-family: 'themify';
    line-height: 0;
    position: absolute;
    top: 11px;
    left: 0;
}

.widget.widget_block .wp-block-group .wp-block-archives li,
.widget.widget_block .wp-block-group .wp-block-categories li,
.widget.widget_block .wp-block-group .wp-block-pages li,
.widget.widget_block .wp-block-group .wp-block-meta li,
.widget.widget_block .wp-block-group .wp-block-recent_comments li,
.widget.widget_block .wp-block-group li.wp-block-latest-comments__comment,
.widget.widget_block .wp-block-group .wp-block-latest-posts.wp-block-latest-posts__list li {
    border-bottom: 1px dashed #dadada;
}

.widget.widget_block .wp-block-group .wp-block-archives li a,
.widget.widget_block .wp-block-group .wp-block-categories li a,
.widget.widget_block .wp-block-group .wp-block-pages li a,
.widget.widget_block .wp-block-group .wp-block-meta li a,
.widget.widget_block .wp-block-group .wp-block-recent_comments li a,
.widget.widget_block .wp-block-group li.wp-block-latest-comments__comment a:first-child {
    position: relative;
    padding-left: 21px;
    font-weight: 400;
}

.widget.widget_block .wp-block-group .wp-block-categories li a:before,
.widget-area .widget.widget_recent_entries li a::before,
.widget.widget_block .wp-block-group .wp-block-archives li a::before,
.widget.widget_block .wp-block-group .wp-block-pages li a::before,
.widget.widget_block .wp-block-group .wp-block-meta li a::before,
.widget.widget_block .wp-block-group .wp-block-nav-menu li a::before {
    position: absolute;
    left: 0;
    content: "\e64d";
    font-family: themify;
    font-size: 14px;
    color: #797979;
    font-weight: 900;
    line-height: 29px;
}

.site-footer .widget.widget_block .wp-block-group .wp-block-archives li,
.site-footer .widget.widget_block .wp-block-group .wp-block-categories li,
.site-footer .widget.widget_block .wp-block-group .wp-block-pages li,
.site-footer .widget.widget_block .wp-block-group .wp-block-meta li,
.site-footer .widget.widget_block .wp-block-group .wp-block-recent_comments li,
.site-footer .widget.widget_block .wp-block-group li.wp-block-latest-comments__comment,
.site-footer .widget.widget_block .wp-block-group .wp-block-latest-posts.wp-block-latest-posts__list li {
    border-bottom: 1px dashed #576374;
}

.widget.widget_block .wp-block-group .wp-block-archives li:first-child,
.widget.widget_block .wp-block-group .wp-block-categories li:first-child,
.widget.widget_block .wp-block-group .wp-block-pages li:first-child,
.widget.widget_block .wp-block-group .wp-block-meta li:first-child,
.widget.widget_block .wp-block-group .wp-block-recent_comments li:first-child,
.widget.widget_block .wp-block-group li:first-child,
.widget.widget_block .wp-block-group .wp-block-latest-posts.wp-block-latest-posts__list li:first-child {
    padding-top: 0;
}

.widget_block .wp-block-group__inner-container > h2,
.widget.widget_archive .widget-title,
.widget.widget_categories .widget-title {
    margin-bottom: 17px;
}

.widget.widget_pages .widget-title,
.widget.widget_archive .widget-title,
.widget.widget_meta .widget-title,
.widget.widget_recent_comments .widget-title,
.widget.widget_recent_entries .widget-title,
.widget.widget_recent_rss .widget-title,
.widget.widget_text .widget-title {
    margin-bottom: 17px;
}

.widget.widget_nav_menu .widget-title {
    margin-bottom: 10px;
}

.widget.widget_categories form select {
    margin-top: 5px;
}

.widget.widget_pages > ul > li:first-child, .widget_nav_menu ul.menu > li:first-child {
    padding-top: 0;
}

.widget.widget_block .wp-block-group__inner-container > h2:before {
    content: "";
    font-family: '';
    width: 19px;
    height: 26px;
    background-image: url(assets/images/org-leaf-symbol1.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    font-size: 18px;
    top: 4px;
    position: absolute;
    left: 0;
    border-radius: 50%;
    z-index: 1;
}

.widget.widget_block:hover .wp-block-group__inner-container > h2::before {
    animation: blinker 1s linear infinite;
    -moz-animation: blinker 1s linear infinite;
    -webkit-animation: blinker 1s linear infinite;
}

.site-footer .widget .widget-title {
    font-size: 22px;
    line-height: 30px;
}

/* ================================================================
 * SPACINGS
 * ================================================================ */
.padding-none {
    padding: 0 !important;
}

.padding-top-none {
    padding-top: 0 !important;
}

.padding-bottom-none {
    padding-bottom: 0 !important;
}

.padding-left-none {
    padding-left: 0 !important;
}

.padding-right-none {
    padding-right: 0 !important;
}

.padding-top-10 {
    padding-top: 10px;
}

.padding-top-20 {
    padding-top: 20px;
}

.padding-top-25 {
    padding-top: 25px;
}

.padding-top-30 {
    padding-top: 30px;
}

.padding-top-40 {
    padding-top: 40px;
}

.padding-top-50 {
    padding-top: 50px;
}

.padding-top-60 {
    padding-top: 60px;
}

.padding-top-70 {
    padding-top: 70px;
}

.padding-top-75 {
    padding-top: 75px;
}

.padding-top-80 {
    padding-top: 80px;
}

.padding-top-90 {
    padding-top: 90px;
}

.padding-top-100 {
    padding-top: 100px;
}

.padding-top-110 {
    padding-top: 110px;
}

.padding-bottom-none {
    padding-bottom: 0px;
}

.padding-bottom-10 {
    padding-bottom: 10px;
}

.padding-bottom-20 {
    padding-bottom: 20px;
}

.padding-bottom-30 {
    padding-bottom: 30px;
}

.padding-bottom-40 {
    padding-bottom: 40px;
}

.padding-bottom-50 {
    padding-bottom: 50px;
}

.padding-bottom-60 {
    padding-bottom: 60px;
}

.padding-bottom-70 {
    padding-bottom: 70px;
}

.padding-bottom-75 {
    padding-bottom: 75px;
}

.padding-bottom-80 {
    padding-bottom: 80px;
}

.padding-bottom-90 {
    padding-bottom: 90px;
}

.padding-bottom-100 {
    padding-bottom: 100px;
}

.padding-bottom-110 {
    padding-bottom: 110px;
}

.padding-10 {
    padding: 10px;
}

.padding-20 {
    padding: 20px;
}

.padding-30 {
    padding: 30px;
}

.padding-40 {
    padding: 40px;
}

.padding-50 {
    padding: 50px;
}

.padding-60 {
    padding: 60px;
}

.padding-70 {
    padding: 70px;
}

.padding-75 {
    padding: 75px;
}

.padding-80 {
    padding: 80px;
}

.padding-90 {
    padding: 90px;
}

.padding-100 {
    padding: 100px;
}

.padding-110 {
    padding: 110px;
}

.padding-tb-10 {
    padding-top: 10px;
    padding-bottom: 10px;
}

.padding-tb-0 {
    padding-top: 0px;
    padding-bottom: 0px;
}

.padding-tb-20 {
    padding-top: 20px;
    padding-bottom: 20px;
}

.padding-tb-30 {
    padding-top: 30px;
    padding-bottom: 30px;
}

.padding-tb-40 {
    padding-top: 40px;
    padding-bottom: 40px;
}

.padding-tb-50 {
    padding-top: 50px;
    padding-bottom: 50px;
}

.padding-tb-60 {
    padding-top: 60px;
    padding-bottom: 60px;
}

.padding-tb-70 {
    padding-top: 70px;
    padding-bottom: 70px;
}

.padding-tb-75 {
    padding-top: 75px;
    padding-bottom: 75px;
}

.padding-tb-80 {
    padding-top: 80px;
    padding-bottom: 80px;
}

.padding-tb-90 {
    padding-top: 90px;
    padding-bottom: 90px;
}

.padding-tb-100 {
    padding-top: 100px;
    padding-bottom: 100px;
}

.padding-tb-110 {
    padding-top: 110px;
    padding-bottom: 110px;
}

.padding-lr-10 {
    padding-left: 10px;
    padding-right: 10px;
}

.padding-lr-20 {
    padding-left: 20px;
    padding-right: 20px;
}

.padding-lr-30 {
    padding-left: 30px;
    padding-right: 30px;
}

.padding-lr-40 {
    padding-left: 40px;
    padding-right: 40px;
}

.padding-lr-50 {
    padding-left: 50px;
    padding-right: 50px;
}

.padding-lr-60 {
    padding-left: 60px;
    padding-right: 60px;
}

.padding-lr-70 {
    padding-left: 70px;
    padding-right: 70px;
}

.padding-lr-75 {
    padding-left: 75px;
    padding-right: 75px;
}

.padding-lr-80 {
    padding-left: 80px;
    padding-right: 80px;
}

.padding-lr-90 {
    padding-left: 90px;
    padding-right: 90px;
}

.padding-lr-100 {
    padding-left: 100px;
    padding-right: 100px;
}

.padding-lr-110 {
    padding-left: 110px;
    padding-right: 110px;
}

.margin-none {
    margin: 0 !important;
}

.margin-top-none {
    margin-top: 0 !important;
}

.margin-bottom-none {
    margin-bottom: 0 !important;
}

.margin-left-none {
    margin-left: 0 !important;
}

.margin-right-none {
    margin-right: 0 !important;
}

.margin-top-1 {
    margin-top: 1px;
}

.margin-top-2 {
    margin-top: 2px;
}

.margin-top-3 {
    margin-top: 3px;
}

.margin-top-4 {
    margin-top: 4px;
}

.margin-top-5 {
    margin-top: 5px;
}

.margin-top-6 {
    margin-top: 6px;
}

.margin-top-7 {
    margin-top: 7px;
}

.margin-top-8 {
    margin-top: 8px;
}

.margin-top-9 {
    margin-top: 9px;
}

.margin-top-10 {
    margin-top: 10px;
}

.margin-top-15 {
    margin-top: 15px;
}

.margin-top-20 {
    margin-top: 20px;
}

.margin-top-25 {
    margin-top: 25px;
}

.margin-top-30 {
    margin-top: 30px;
}

.margin-top-35 {
    margin-top: 35px;
}

.margin-top-40 {
    margin-top: 40px;
}

.margin-top-50 {
    margin-top: 50px;
}

.margin-top-60 {
    margin-top: 60px;
}

.margin-top-70 {
    margin-top: 70px;
}

.margin-top-75 {
    margin-top: 75px;
}

.margin-top-80 {
    margin-top: 80px;
}

.margin-top-90 {
    margin-top: 90px;
}

.margin-top-100 {
    margin-top: 100px;
}

.margin-top-110 {
    margin-top: 110px;
}

.margin-top-125 {
    margin-top: 125px;
}

.margin-top-130 {
    margin-top: 130px;
}

.margin-top-150 {
    margin-top: 150px;
}

.margin-bottom-0 {
    margin-bottom: 0px !important;
}

.margin-bottom-10 {
    margin-bottom: 10px !important;
}

.margin-bottom-20 {
    margin-bottom: 20px !important;
}

.margin-bottom-30 {
    margin-bottom: 30px !important;
}

.margin-bottom-40 {
    margin-bottom: 40px !important;
}

.margin-bottom-50 {
    margin-bottom: 50px;
}

.margin-bottom-60 {
    margin-bottom: 60px;
}

.margin-bottom-70 {
    margin-bottom: 70px;
}

.margin-bottom-75 {
    margin-bottom: 75px !important;
}

.margin-bottom-80 {
    margin-bottom: 80px;
}

.margin-bottom-90 {
    margin-bottom: 90px;
}

.margin-bottom-100 {
    margin-bottom: 100px;
}

.margin-bottom-110 {
    margin-bottom: 110px;
}

.margin-10 {
    margin: 10px;
}

.margin-20 {
    margin: 20px;
}

.margin-30 {
    margin: 30px;
}

.margin-40 {
    margin: 40px;
}

.margin-50 {
    margin: 50px;
}

.margin-60 {
    margin: 60px;
}

.margin-70 {
    margin: 70px;
}

.margin-75 {
    margin: 75px;
}

.margin-80 {
    margin: 80px;
}

.margin-90 {
    margin: 90px;
}

.margin-100 {
    margin: 100px;
}

.margin-110 {
    margin: 110px;
}

.margin-tb-10 {
    margin-top: 10px;
    margin-bottom: 10px;
}

.margin-tb-20 {
    margin-top: 20px;
    margin-bottom: 20px;
}

.margin-tb-30 {
    margin-top: 30px;
    margin-bottom: 30px;
}

.margin-tb-40 {
    margin-top: 40px;
    margin-bottom: 40px;
}

.margin-tb-50 {
    margin-top: 50px;
    margin-bottom: 50px;
}

.margin-tb-60 {
    margin-top: 60px;
    margin-bottom: 60px;
}

.margin-tb-70 {
    margin-top: 70px;
    margin-bottom: 70px;
}

.margin-tb-75 {
    margin-top: 75px;
    margin-bottom: 75px;
}

.margin-tb-80 {
    margin-top: 80px;
    margin-bottom: 80px;
}

.margin-tb-90 {
    margin-top: 90px;
    margin-bottom: 90px;
}

.margin-tb-100 {
    margin-top: 100px;
    margin-bottom: 100px;
}

.margin-tb-110 {
    margin-top: 110px;
    margin-bottom: 110px;
}

.margin-lr-10 {
    margin-left: 10px;
    margin-right: 10px;
}

.margin-lr-20 {
    margin-left: 20px;
    margin-right: 20px;
}

.margin-lr-30 {
    margin-left: 30px;
    margin-right: 30px;
}

.margin-lr-40 {
    margin-left: 40px;
    margin-right: 40px;
}

.margin-lr-50 {
    margin-left: 50px;
    margin-right: 50px;
}

.margin-lr-60 {
    margin-left: 60px;
    margin-right: 60px;
}

.margin-lr-70 {
    margin-left: 70px;
    margin-right: 70px;
}

.margin-lr-75 {
    margin-left: 75px;
    margin-right: 75px;
}

.margin-lr-80 {
    margin-left: 80px;
    margin-right: 80px;
}

.margin-lr-90 {
    margin-left: 90px;
    margin-right: 90px;
}

.margin-lr-100 {
    margin-left: 100px;
    margin-right: 100px;
}

.margin-lr-110 {
    margin-left: 110px;
    margin-right: 110px;
}

.padding-right-30 {
    padding-right: 30px;
}

.padding-left-50 {
    padding-left: 50px;
}

.margin-top-minus-150 {
    margin-top: -150px;
}

.margin-top-minus-90 {
    margin-top: -90px;
}

.margin-top-minus-50 {
    margin-top: -50px;
}

.btn-wrap .btn-lg {
    width: 100%;
}

.rev_slider .btn.btn-rounded {
    padding: 12px 54px 12px 54px !important;
}

.rev_slider .btn.btn-default,
.rev_slider .btn.btn-bordered {
    padding: 12px 42px !important;
}

.rev_slider .btn.btn-default i, .rev_slider .btn.btn-bordered i {
    display: contents;
    vertical-align: middle;
}

.rev_slider .btn.btn-default {
    border: 1px solid !important;
}

.rev_slider .btn.btn-default:hover {
    border-color: #191919 !important;
}

footer .widget .btn.link.before-icon {
    font-size: 18px;
}

footer .widget .btn.link.before-icon:before {
    content: "\e628";
    color: #fff;
    font-family: themify;
    padding-right: 12px;
    font-size: 12px;
    line-height: 26px;
}

.sticky-date .post-date > a > span {
    display: block;
    font-weight: 400;
}

/* Magnific Popup */
.mfp-iframe-holder .mfp-close, .mfp-image-holder .mfp-close {
    background: transparent;
    text-align: right;
}

span.ti-star.ti-half-star:after {
    content: "";
    position: absolute;
    height: 100%;
    width: 50%;
    right: 0;
    top: 0;
    background: #fff;
}

/*Customizer styles*/
.sticky-header-space > span.customize-partial-edit-shortcut,
.footer-top-wrap > span.customize-partial-edit-shortcut,
.footer-middle-wrap > span.customize-partial-edit-shortcut,
.footer-bottom > span.customize-partial-edit-shortcut {
    right: 10px;
}

/* custom Styles */

/* dotted image */
.image-dotted .elementor-image:before {
    content: "";
    position: absolute;
    background: url(assets/images/dots.png);
    width: 50%;
    height: 70%;
    right: -36px;
    top: -26px;
    z-index: -1;
}

.image-dotted .elementor-image {
    display: inline-block;
    position: relative;
    z-index: 0;
}

body.opacity-zero {
    opacity: 0;
    transition: opacity ease 0.35s;
}

body.opacity-one {
    opacity: 1;
    transition: opacity ease 0.35s;
}

/* Sticky Element Styles */
.organiky-sticky-wrapper.active {
    right: 0 !important;
}

a.organiky-sticky-trigger {
    position: absolute;
    right: 100%;
    top: 0;
    height: 50px;
    min-width: 50px;
    background: #191919;
    line-height: 50px;
    padding: 0 4px;
    text-align: center;
    color: #fff !important;
}

a.organiky-sticky-trigger > span {
    line-height: 44px;
    font-size: 17px;
    vertical-align: middle;
}

.organiky-sticky-wrapper {
    position: fixed;
    transition: all ease 0.35s;
    top: 50%;
    right: -350px;
    width: 350px;
    height: auto;
    left: auto;
    height: auto;
    min-height: 120px;
    background: #fff;
    z-index: 999;
}

.organiky-sticky-wrapper.position-middle {
    transform: translateY(-50%);
}

.organiky-sticky-content {
    background: #fff;
    padding: 20px;
    border: 1px solid #f7f7f7;
    color: #191919;
    text-align: left;
    max-height: 350px;
    overflow-y: scroll;
}

.organiky-sticky-wrapper.full-height .organiky-sticky-content {
    max-height: none;
    height: 85vh;
    padding: 30px 20px;
    overflow-y: scroll;
}

.organiky-sticky-wrapper.position-bottom {
    top: auto;
    bottom: 10%;
}

.organiky-sticky-wrapper.position-top {
    top: 20%;
    bottom: auto;
}

.organiky-sticky-wrapper.text_trigger a {
    width: auto;
    min-width: 100px;
    height: auto;
    line-height: 1.5;
    display: inline-block;
    padding: 15px 5px;
    color: #fff;
    border-radius: 5px 0 0 5px;
}

.organiky-sticky-wrapper.text_trigger a:hover {
    color: #fff;
}

.organiky-sticky-content form.wpcf7-form > p {
    margin-bottom: 5px;
}

.organiky-sticky-content input.wpcf7-form-control, .organiky-sticky-content select {
    height: 35px;
    line-height: 35px;
}

.organiky-sticky-wrapper.dark .organiky-sticky-content {
    background: #191919;
    color: #fff;
}

.wpcf7-form-control-wrap.Upload:before {
    content: "";
    width: 148px;
    height: 122px;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    background: url(assets/images/upload-prescription.png) no-repeat center center;
    pointer-events: none;
    background-size: 62%;
    display: block;
}

/* Organiky Weather */
/* Weather Styles */
.weather-img-wrap {
    padding: 10px 0;
}

.weather-days-report .weather-img-wrap {
    float: left;
    text-align: center;
    width: 20%;
    text-transform: uppercase;
    font-size: 12px;
}

.widget.zozo_weather {
    padding: 25px 0;
}

.weather-days-report .weather-img-wrap img {
    margin-top: 10px;
    max-width: 24px;
    margin: 0 auto;
    filter: brightness(3);
}

.weather-single-wrap > div {
    float: left;
    padding: 0 5px;
    width: 30%;
}

.widget .weather-model-1 img {
    filter: brightness(100);
    -webkit-filter: brightness(100); /* Safari 6.0 - 9.0 */
}

.weather-single-wrap > div:last-child {
    width: 20%;
}

.weather-single-wrap > div:first-child {
    width: 40%;
}

.weather-days-report .weather-img-wrap:nth-child(even):last-child {
    padding: 12px 0px;
}

.weather-model-2 .weather-value .weather-temp, .weather-main.weather-calc-default.weather-model-2 {
    color: #fff;
}

.weather-single-wrap .weather-img {
    text-align: center;
}

.weather-img > img {
    margin-bottom: 10px;
}

.weather-img img {
    max-width: 44px;
    margin-bottom: 10px;
}

.weather-stat {
    text-transform: uppercase;
}

.weather-value > * {
    float: left;
}

.weather-info {
    margin-top: 10px;
}

.weather-info > div > * {
    float: left;
}

.weather-info > div {
    margin-bottom: 10px;
}

.weather-info > div > img {
    margin-right: 10px;
    max-width: 20px;
}

.weather-days-report .weather-value > * {
    float: none;
}

.weather-single-wrap .weather-img > span {
    display: block;
    margin-bottom: 0;
}

.weather-stat-sub {
    text-transform: capitalize;
}

.weather-wind-value {
    margin-right: 4px;
}

.weather-min-max.clearfix {
    position: relative;
}

.weather-min-max > .weather-max-temp {
    margin-bottom: 26px;
}

.weather-min-max > div {
    text-align: center;
}

.weather-value .weather-temp {
    cursor: pointer;
    color: #545454;
}

.weather-title h5 {
    color: #fff;
}

.weather-short-wrap .weather-img > img {
    margin: 0;
    vertical-align: middle;
    max-width: 20px;
}

.navbar-items > li .weather-img img {
    max-height: 37px;
}

.weather-short-wrap > div {
    display: inline-block;
    margin-right: 10px;
    vertical-align: middle;
}

.weather-area strong {
    font-weight: 300;
}

.weather-value {
    font-size: 11px;
}

.weather-short-wrap > div:last-child {
    margin-right: 0;
}

/* Extra Styles */
.woocommerce .woo-top-meta select {
    height: auto;
    background-repeat: no-repeat;
    background-position: right;
    -webkit-appearance: none;
}

.woocommerce ul.products.owl-carousel li.product {
    width: 100%;
}

.single-format-gallery .page-links .page-number,
.single-format-gallery .post-page-numbers .page-number,
.single-format-standard .page-links .page-number,
.single-format-standard .post-page-numbers .page-number {
    border-radius: 5px;
    margin-right: 0;
    border: none;
}

.single-format-gallery .page-links .post-page-numbers,
.single-format-standard .page-links .post-page-numbers {
    padding: 0;
}

.single-format-standard .page-links .page-number,
.single-format-standard .post-page-numbers .page-number {
    border: none;
}

/* Woo Addon Styles */
.woo-thumb-wrap {
    position: relative;
}

.woocommerce .zozo-woo-buttons-pack {
    position: absolute;
    left: 0;
    bottom: 16px;
    right: 0;
    margin-right: 0;
    margin: auto;
    text-align: center;
}

a.zozo-product-compare-trigger {
    position: relative;
    top: auto;
    right: auto;
}

a.zozo-woo-view-trigger {
    background: #fff;
    color: #797979;
    height: 40px;
    width: 40px;
    line-height: 42px;
    position: absolute;
    top: 19px;
    right: 19px;
    margin-right: -10px;
    opacity: 0;
    visibility: hidden;
    font-size: 16px;
    text-align: center;
    -webkit-transition: all 350ms ease 0s;
    -moz-transition: all 350ms ease 0s;
    -ms-transition: all 350ms ease 0s;
    -o-transition: all 350ms ease 0s;
    transition: all 350ms ease 0s;
    border-radius: 0;
    box-shadow: 0 0 25px rgb(23 23 23 / 6%);
}

.woocommerce ul.products li.product:hover a.zozo-woo-view-trigger,
.woocommerce-page ul.products li.product:hover a.zozo-woo-view-trigger {
    margin-right: 2px;
    opacity: 1;
    visibility: visible;
    -webkit-transition: all 350ms ease 0s;
    -moz-transition: all 350ms ease 0s;
    -ms-transition: all 350ms ease 0s;
    -o-transition: all 350ms ease 0s;
    transition: all 350ms ease 0s;
}

/*Container Width*/
.organiky-blog .organiky-content-inner > .container,
.organiky-single-post .organiky-content-inner > .container {
    max-width: 1200px;
}

/*Login Popup*/
.zozo-login-parent .zozo-login-inner {
    width: 500px;
    padding: 33px 40px 25px;
    border-radius: 10px;
}

a.login-form-trigger:before,
span.logged-prefix-txt:before {
    content: "\f2c0";
    font-family: 'FontAwesome';
    font-weight: 400;
    font-size: 24px;
    color: #191919;
}

a.login-form-trigger {
    position: relative;
    font-weight: 500;
}

span.logged-prefix-txt {
    font-weight: 400;
    font-size: 0;
    margin-right: 5px;
}

.zozo-login-inner .login-form h3,
.zozo-login-inner .lost-password-form form h3 {
    font-size: 32px;
    text-transform: capitalize;
    padding: 0 0 20px !important;
    position: relative;
    border: none;
    margin-bottom: 20px;
    text-transform: capitalize;
    color: #191919;
    border-bottom: solid 1px #eaeaea;
}

.zozo-login-inner .login-form h3:before,
.zozo-login-inner .lost-password-form form h3:before {
    width: 70px;
    position: absolute;
    bottom: -2px;
    height: 2px;
    left: 0;
    background: #ddd;
    content: '';
}

.zozo-login-inner .login-form label,
.zozo-login-inner .lost-password-form label {
    font-weight: 400;
    letter-spacing: 0;
    color: #797979;
    margin-bottom: 5px;
    display: block;
}

.lost-password-form .zozo-arrow {
    height: 10px;
    width: 10px;
    border-color: #797979;
}

.move-to-prev-form {
    padding: 0;
}

.zozo-login-inner .lost-password-form form h3.text-center {
    text-align: left !important;
    font-size: 26px;
}

.zozo-login-inner .lost-password-form {
    padding-bottom: 14px;
}

.zozo-login-parent .zozo-login-inner input.form-control {
    line-height: 50px;
    height: 50px;
    border: solid 1px #eaeaea;
    padding: 0 15px;
}

.zozo-login-parent .zozo-login-inner input.form-control:focus {
    border: solid 1px;
    background: #fff;
}

.zozo-login-inner .social-head {
    font-weight: 400;
    letter-spacing: 0;
    text-align: center;
    font-size: 16px;
    margin-bottom: 2px;
    color: #797979;
}

.zozo-login-inner a.lost-password-trigger {
    float: right;
    margin-top: 15px;
}

.zozo-login-inner a.lost-password-trigger:hover {
    color: #252525;
}

.social-connect {
    margin-top: 22px;
    border-top: 1px solid #efefef;
    padding-top: 18px;
}

.zozo-login-inner .btn.btn-default {
    font-weight: 600;
    font-size: 15px;
    text-transform: uppercase;
    padding: 15px 27px 15px;
    margin-top: 6px;
}

.zozo-login-inner a.social-login-trigger.social-google:hover,
.zozo-login-inner a.social-login-trigger.social-fb:hover,
.zozo-login-inner a.social-login-trigger.social-google,
.zozo-login-inner a.social-login-trigger.social-fb {
    transition: all 0.3s;
    -moz-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    -ms-transition: all 0.3s;
}

.zozo-login-inner .social-login-wrap > div > a {
    border-radius: 50%;
    box-shadow: none;
    border: solid 2px #eaeaea;
}

.social-login-wrap a.social-login-trigger.social-google:hover,
.social-login-wrap a.social-login-trigger.social-fb:hover {
    box-shadow: none;
}

.zozo-login-close, .lost-password-close {
    cursor: pointer;
    position: absolute;
    right: 10px;
    top: 10px;
    width: 35px;
    height: 35px;
    padding: 9px 9px 9px 9px;
    background: #191919;
    opacity: 1;
    border-radius: 50%;
}

.zozo-login-inner .social-login-wrap > div {
    margin-bottom: 0;
}

.zozo-close:before,
.zozo-close:after,
.zozo-login-close, .lost-password-close,
.zozo-login-close:hover, .lost-password-close:hover {
    transition: all 0.3s;
    -moz-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    -ms-transition: all 0.3s;
}

.zozo-close:before,
.zozo-close:after {
    position: absolute;
    left: 16px;
    content: ' ';
    height: 15px;
    width: 2px;
    background-color: #fff;
}

/*Category Menu Shortcode*/

.organiky-woo-categories-wrap .organiky-woo-categories-icons {
    height: 56px;
    border-radius: 10px;
    line-height: 56px;
    padding: 0 25px;
    display: grid;
    text-align: left;
    text-transform: uppercase;
    background: #62a403;
    color: #fff;
    margin-top: 7px;
    margin-bottom: 7px;
}

.organiky-woo-category-default {
    margin: 0 25px;
}

.organiky-woo-categories-wrap * h5 {
    color: #fff;
    text-transform: capitalize;
    letter-spacing: 0.5px;
}

.organiky-woo-categories-wrap .organiky-woo-categories-icons span,
.organiky-woo-categories-wrap * h5 {
    line-height: 56px;
}

.organiky-woo-categories-wrap .organiky-woo-categories-icons span.organiky-woo-categories-dropdown {
    font-size: 12px;
    width: 30px;
    line-height: 32px;
    height: 30px;
    color: #fff;
    font-weight: 600;
    text-align: center;
    background: #6db703;
    border-radius: 8px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
}

.organiky-woo-categories-wrap .organiky-woo-categories-icons:hover span.organiky-woo-categories-dropdown {
    background: #000000;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
}

.organiky-woo-categories-wrap ul.organiky-woo-categories {
    height: 0;
    overflow-x: hidden;
    transform: scaleY(0);
    -webkit-transform: scaleY(0);
    -moz-transform: scaleY(0);
    -ms-transform: scaleY(0);
    -o-transform: scaleY(0);
    transform-origin: center top 0;
    -webkit-transform-origin: center top 0;
    -moz-transform-origin: center top 0;
    -ms-transform-origin: center top 0;
    -o-transform-origin: center top 0;
    transition: all 0.3s ease-in-out 0s;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    -ms-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
}

.organiky-woo-categories-wrap.active ul.organiky-woo-categories {
    display: block;
    height: 500px;
    padding: 20px 25px 0px;
    border-radius: 0;
    background: #fff;
    box-shadow: 0 16px 50px rgb(0 0 0 / 8%);
    -webkit-box-shadow: 0 16px 50px rgb(0 0 0 / 8%);
    -moz-box-shadow: 0 16px 50px rgba(0, 0, 0, .08);
    -ms-box-shadow: 0 16px 50px rgba(0, 0, 0, .08);
    -o-box-shadow: 0 16px 50px rgba(0, 0, 0, .08);
    transform: scaleY(1);
    -webkit-transform: scaleY(1);
    -moz-transform: scaleY(1);
    -ms-transform: scaleY(1);
    -o-transform: scaleY(1);
    transform-origin: center top 0;
    -webkit-transform-origin: center top 0;
    -moz-transform-origin: center top 0;
    -ms-transform-origin: center top 0;
    -o-transform-origin: center top 0;
    transition: all 0.3s ease-in-out 0s;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    -ms-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
}

.organiky-woo-categories-wrap ul.organiky-woo-categories .organiky-woo-product-category {
    line-height: 35px;
    list-style: none;
    font-size: 17px;
    color: #232424;
    letter-spacing: -.6px;
    font-weight: 500;
    border-bottom: 1px solid #f3f3f3;
    padding: 0 0 12px;
    margin: 0 0 12px;
}

.organiky-woo-product-category > a > img {
    margin-top: -6px;
}

@media (min-width: 992px) {
    .organiky-blog .col-lg-3,
    .organiky-single-post .col-lg-3 {
        -ms-flex: 0 0 33.191919%;
        flex: 0 0 33.191919%;
        max-width: 33.191919%;
    }

    .organiky-blog .col-lg-9,
    .organiky-single-post .col-lg-9 {
        -ms-flex: 0 0 66.666667%;
        flex: 0 0 66.666667%;
        max-width: 66.666667%;
    }
}

@media only screen and (max-width: 1024px) {
    .cus-main-sidebar .d-none-lg {
        display: none;
    }

    .d-none-lg {
        display: none;
    }

    .organiky-content-wrapper {
        overflow: hidden;
    }
}

/** */
.mobile-header-inner .sticky-outer {
    height: 0;
}

.chat-widgets {
}

.chat-widgets .zalo-chat-widget {
    bottom: 30px !important;
    right: 30px !important;
}

.chat-widgets .hotline-widget {
    visibility: visible;
    bottom: 170px;
    right: 30px;
    position: fixed;
    z-index: 2147483644;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 60px;
    height: 60px;
}

.chat-widgets .hotline-widget .hotline-icon {
    display: block;
    width: 50px;
    height: 50px;
    background-image: url("assets/images/phone2.svg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}

.chat-widgets .messenger-widget {
    visibility: visible;
    bottom: 100px;
    right: 30px;
    position: fixed;
    z-index: 2147483644;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 60px;
    height: 60px;
}

.chat-widgets .messenger-widget .messenger-icon {
    display: block;
    width: 50px;
    height: 50px;
    background-image: url("assets/images/messenger2.svg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}

@media only screen and (max-width: 639px) {
    .chat-widgets .zalo-chat-widget, .chat-widgets .hotline-widget, .chat-widgets .messenger-widget {
        right: 10px !important;
    }
}

/** optimize */
.is-lighthouse .elementor-element.elementor-element-ac2c69d,
.is-lighthouse .elementor-element.elementor-element-db5199c,
.is-lighthouse .elementor-element.elementor-element-54fd73e4,
.is-lighthouse .elementor-element.elementor-element-3d5ed6f,
.is-lighthouse .elementor-element.elementor-element-97d57dc,
.is-lighthouse .elementor-element.elementor-element-9be8215,
.is-lighthouse .elementor-element.elementor-element-0767f9c,
.is-lighthouse .elementor-element.elementor-element-c05500e,
.is-lighthouse .elementor-element.elementor-element-e4d4c64,
.is-lighthouse .elementor-element.elementor-element-7bdf2d9,
.is-lighthouse .elementor-element.elementor-element-6f587bc,
.is-lighthouse .elementor-element.elementor-element-80136d2,
.is-lighthouse .elementor-element.elementor-element-2ce72c1,
.is-lighthouse .elementor-element.elementor-element-b2c46a4,
.is-lighthouse .elementor-element.elementor-element-e079cdf,
.is-lighthouse .elementor-element.elementor-element-be34569,
/*.is-lighthouse .organiky-wrapper,*/
.is-lighthouse .organiky-content-wrapper,
.is-lighthouse .organiky-content-inner,
.is-lighthouse .chat-widgets,
.is-lighthouse .zalo-chat-widget,
/*.is-lighthouse .nav-item-inner,*/
.is-lighthouse .site-footer,
.is-lighthouse img.attachment-medium,
.is-lighthouse .footer-top-wrap,
.is-lighthouse .header-slider-wrapper,
.is-lighthouse .organiky-header .topbar,
/*.is-lighthouse .header-address,*/
.is-lighthouse .site-footer #block-7,
.is-lighthouse .site-footer #block-8,
.is-lighthouse #rev_slider_1_1_wrapper {
    display: none !important;
    border: 0;
    clip: rect(0, 0, 0, 0);
    clip-path: inset(50%);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
    word-wrap: normal !important;
    white-space: nowrap;
}

.is-lighthouse .elementor-element.elementor-element-a7953d3 p,
.is-lighthouse .site-footer #block-8 p {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: initial;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    display: -webkit-box;
}
