/*
============================================
*   [Table of contents]
* ==========================================
    Theme Default Css
    01.	Common Css
    02.	Above Header
    03.	Navigation
    04.	Cart
    05.	Slider
    06.	Heading Default
    07. Portfolio/Gallery
    08. Blog Post Section
    09. Blog Post Image Carousel
    10. Author-Area
    11. Comments-Area
    12. Form Part for Comment
    13. Footer Section
    14. Back To Top Start
    15. Breadcrumb Section
    16. Pagination
    17. 404 Page

========================================== */


/*------ Theme Default Css
=======================================*/

/* Google Fonts */
@import url('https://fonts.googleapis.com/css2?family=Fira+Sans:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Permanent+Marker&display=swap');

/*===== 01. Common Classes Start =====*/

.layout-overlay::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: .8;
    background: #000000 none repeat scroll 0 0;
    z-index: -1;
}

.primary-color,
.av-link {
    color: var(--sp-primary);
}

.bg-primary {
    background-color: var(--sp-primary);
}

.bg-primary-light {
    background-color: var(--sp-primary-light);
}

.av-my-default {
    margin: 50px 0;
}
.av-mt-default {
    margin-top: 50px;
}
.av-mb-default {
    margin-bottom: 50px;
}

.av-py-default {
    padding: 50px 0;
}
.av-pt-default {
    padding-top: 50px;
}
.av-pb-default {
    padding-bottom: 50px;
}

.av-load-item {
    display: none;
}

.av-load-spinner {
    position: relative;
    cursor: pointer;
    width: 20px;
    height: 20px;
    display: inline-block;
    vertical-align: middle;
}

.av-load-spinner i {    
    vertical-align: super;
}

.loadspinner .av-load-spinner i {
    animation: 0.8s rotate 0.4s linear forwards infinite;
}
@keyframes rotate {
  to {
    transform: translate(0%, 0%) rotate(405deg);
  }
}

.blog-filter .av-masonry .post-filter {
    display: none;
}

.av-column-12.blog-masonry-btn {
    padding-top: 15px;
    padding-bottom: 15px;
    margin-top: -15px;
    background-color: #ffffff;
}

.av-btn-effect-0 {
    overflow: hidden;
}

.av-btn.av-btn-effect-0 span {
    transition: all .2s ease;
}

.av-btn.av-btn-effect-0 span:first-child {
    display: block;
    transform: translate(0);
}

.av-btn.av-btn-effect-0 span:last-child {
    font-size: 18px;
    display: block;
    position: absolute;
    left: 50%;
    transform: translateY(200%) translateX(-50%);
    line-height: 32px;
}

.av-btn.av-btn-effect-0:hover span:first-child,
.av-btn.av-btn-effect-0:focus span:first-child {
    transform: translateY(-200%);
}

.av-btn.av-btn-effect-0:hover span:last-child,
.av-btn.av-btn-effect-0:focus span:last-child {
    transform: translateY(-100%) translateX(-50%);
}

/*===== // =====*/

#page.site {
    overflow-x: hidden;
}

/*===== 03. Above Header =====*/

.header-above-info {
    color: #ffffff;
    background-color: var(--sp-secondary);
}

.header-above-light .header-above-info {
    color: var(--sp-secondary-dark);
    background-color: #ffffff;
}

.header-above-info .header-widget {
    height: 100%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.header-above-info .widget-left, .header-above-info .widget-right {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.header-above-info .widget-right {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

.header-above-dark .widget-left .widget {
    border-right: 1px solid rgba(221, 221, 221, 0.25);
}

.header-above-dark .widget-left .widget:last-child {
    border-right: 0;
}

.header-above-dark .widget-right .widget:not(:first-child) {
    border-left: 1px solid rgba(221, 221, 221, 0.25);
}

.header-above-dark .widget-right .widget.widget_social_widget:first-child li a {
    border-left: 1px solid rgba(221, 221, 221, 0.25);
}

.header-above-dark .widget-right .widget.widget_social_widget:first-child li:last-child a {
    border-right: 1px solid rgba(221, 221, 221, 0.25);
}

/*===== // =====*/

/*===== 04. Navigation Start =====*/

.logo img {
	max-width: 180px;
}

li.av-button-area {
    padding-left: 1px;
}

.header-widget-info ul.header-wrap-right {
    padding-left: 0;
}

.theme-menu-right .menu-right > ul > li:nth-child(2) {
    padding-left: 4px;
    margin-left: 6px;
}

.theme-menu-left .menu-right > ul {
    padding-left: 0;
    justify-content: flex-start;
    min-height: 60px;
    padding-right: 24px;
    border-right: 1px solid rgb(189 189 189 / 0.45);
}

.navbar-area .menubar {
    flex: auto;
}

.menubar .menu-wrap > li > a {
    line-height: 60px;
}

.menubar .menu-wrap > li > a:before {
    position: absolute;
    top: 0;
    left: 0;
    max-width: 0;
    padding: 0 16px;
    overflow: hidden;
    color: var(--sp-primary);
    content: attr(data-hover);
    opacity: 0;
    font-weight: 500;
    white-space: nowrap;
    -webkit-transition: max-width .5s;
    -moz-transition: max-width .5s;
    transition: max-width .5s;
}

.header .widget_nav_menu li.menu-item-has-children > a:before,
.footer .widget_nav_menu li.menu-item-has-children > a:before,
.footer ul.menu-wrap > li.dropdown > a:before,
.menubar ul.menu-wrap > li.dropdown > a:before {
    padding-left: 25px;
}

.menubar .menu-wrap > li.active > a:before,
.menubar .menu-wrap > li.focus > a:before,
.menubar .menu-wrap > li:hover > a:before {
    max-width: 100%;
    opacity: 1;
}

.navbar-area .menubar .menu-wrap > li:after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: 0;
    height: 16px;
    display: inline-block;
    margin: auto;
    border-right: 4px dotted var(--sp-secondary-dark);
    opacity: 1;
    z-index: -1;
}

.navbar-area .menubar .menu-wrap > li:last-child:after {
    display: none;
}

.navigator-wrapper button.about-toggle,
.navigator-wrapper button.menu-toggle {
    background: none;
    border: none;
    border-radius: 0;
}

.navigator-wrapper button.about-toggle:focus,
.navigator-wrapper button.menu-toggle:focus {
    outline-color: var(--sp-primary);
    background-color: var(--sp-primary-light);
}

.header-search-close:after,
.header-search-close:before {
    background-color: #ffffff;
}

.share-toolkit {
    position: relative;
}

.share-toolkit .toolkit-hover {
    display: inline-block;
}

.share-toolkit-list .widget.widget_social_widget {
    margin-top: 0;
}

.flash-hover:hover,
.flash-hover:focus {
    color: var(--sp-secondary);
    background: none;
}

.style-dark .flash-hover.active {
    color: #ffffff;
}

.bookmark-toolkit ul,
.bookmark-toolkit ul li,
.share-toolkit ul,
.share-toolkit li {
    list-style: none;
    padding: 0;
    margin: 0;
}

.bookmark-toolkit ul,
.share-toolkit ul {
    position: absolute;
    z-index: 10;
    max-width: 500px;
    display: flex;
    border-radius: 0;
    overflow: hidden;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: var(--sp-transition);
    transition: var(--sp-transition);
}

.bookmark-toolkit ul {
    min-width: 290px;
    top: 100%;
    right: 0;
    color: var(--sp-primary);
    background-color: #ffffff;
    -webkit-box-shadow: 0 5px 30px -3px rgb(0 0 0 / 10%);
    box-shadow: 0 5px 30px -3px rgb(0 0 0 / 10%);
    padding: 12px 16px;
    font-size: 14px;
    -webkit-transform: translate3d(0, -8px, 0);
    transform: translate3d(0, -8px, 0);
}

.bookmark-total {
    position: absolute;
    top: 6px;
    right: 6px;
    background-color: var(--sp-secondary);
    color: #ffffff;
    width: 14px;
    height: 14px;
    line-height: 15px;
    font-size: 8px;
    font-weight: 600;
    border-radius: 50%;
}

.share-toolkit ul {
    top: 3px;
    left: 100%;
    max-width: 500px;
    -webkit-transform: translate3d(-8px, 0, 0);
    transform: translate3d(-8px, 0, 0);
}

.share-toolkit ul li {
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateX(-50px);
    transform: translateX(-50px);
    -webkit-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
}

.share-toolkit:hover ul li:nth-child(1),
.share-toolkit:focus-within ul li:nth-child(1) {
    -webkit-transition: .35s cubic-bezier(.075,.82,.165,1) .3s;
    transition: .35s cubic-bezier(.075,.82,.165,1) .3s;
}

.share-toolkit:hover ul li:nth-child(2),
.share-toolkit:focus-within ul li:nth-child(2) {
    -webkit-transition-delay: .1s;
    transition-delay: .1s;
}

.share-toolkit:hover ul li:nth-child(3),
.share-toolkit:focus-within ul li:nth-child(3) {
    -webkit-transition-delay: .2s;
    transition-delay: .2s;
}

.share-toolkit:hover ul li:nth-child(4),
.share-toolkit:focus-within ul li:nth-child(4) {
    -webkit-transition-delay: .3s;
    transition-delay: .3s;
}

.share-toolkit:hover ul li:nth-child(5),
.share-toolkit:focus-within ul li:nth-child(5) {
    -webkit-transition-delay: .4s;
    transition-delay: .4s;
}

.share-toolkit:hover ul li:nth-child(6),
.share-toolkit:focus-within ul li:nth-child(6) {
    -webkit-transition-delay: .5s;
    transition-delay: .5s;
}

.share-toolkit:hover ul li:nth-child(7),
.share-toolkit:focus-within ul li:nth-child(7) {
    -webkit-transition-delay: .6s;
    transition-delay: .6s;
}

.share-toolkit:hover ul li:nth-child(8),
.share-toolkit:focus-within ul li:nth-child(8) {
    -webkit-transition-delay: .7s;
    transition-delay: .7s;
}

.share-toolkit:hover ul li:nth-child(9),
.share-toolkit:focus-within ul li:nth-child(9) {
    -webkit-transition-delay: .8s;
    transition-delay: .8s;
}

.share-toolkit:hover ul li:nth-child(10),
.share-toolkit:focus-within ul li:nth-child(10) {
    -webkit-transition-delay: .9s;
    transition-delay: .9s;
}

.share-toolkit:hover ul li:nth-child(11),
.share-toolkit:focus-within ul li:nth-child(11) {
    -webkit-transition-delay: .10s;
    transition-delay: .10s;
}

.share-toolkit:hover ul li:nth-child(12),
.share-toolkit:focus-within ul li:nth-child(12) {
    -webkit-transition-delay: .11s;
    transition-delay: .11s;
}

.share-toolkit:hover ul li:nth-child(13),
.share-toolkit:focus-within ul li:nth-child(13) {
    -webkit-transition-delay: .12s;
    transition-delay: .12s;
}

.share-toolkit:hover ul li:nth-child(14),
.share-toolkit:focus-within ul li:nth-child(14) {
    -webkit-transition-delay: .13s;
    transition-delay: .13s;
}

.share-toolkit:hover ul li:nth-child(15),
.share-toolkit:focus-within ul li:nth-child(15) {
    -webkit-transition-delay: .14s;
    transition-delay: .14s;
}

.share-toolkit:hover ul li:nth-child(16),
.share-toolkit:focus-within ul li:nth-child(16) {
    -webkit-transition-delay: .15s;
    transition-delay: .15s;
}

.share-toolkit:hover ul li,
.share-toolkit:focus-within ul li {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateX(0);
    transform: translateX(0);
}

.bookmark-toolkit:hover ul,
.bookmark-toolkit:focus-within ul,
.share-toolkit:hover ul,
.share-toolkit:focus-within ul {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.share-toolkit ul a {
    border: 1px solid #f1f1f1;
    overflow: hidden;
    transition: .3s background-color ease-in-out;
}

.share-toolkit ul li:first-child a {
    border-left: 0;
}

.share-toolkit ul a i {
    width: 100%;
    height: 100%;
    line-height: 32px;
    display: block;
    -webkit-transition: var(--sp-transition);
    transition: var(--sp-transition);
}

.share-toolkit ul a:hover i, .share-toolkit ul a:focus i {
    color: var(--sp-primary);
}

/*===== // =====*/

/*===== 05. Cart =====*/

.cart-wrapper .cart-icon-wrap i {
    display: inline-block;
    color: inherit;
    vertical-align: text-bottom;
    font-size: 22px;
}

.cart-wrapper .cart-icon {
    background-image: url(../images/cart_icon.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    width: 17px;
    height: 21px;
}

.cart-wrapper {
    position: relative;
}

.cart-wrapper .cart-icon-wrap span {
    width: 20px;
    height: 20px;
    line-height: 22px;
    display: inline-block;
    font-size: 10px;
    margin-left: 10px;
    color: #ffffff;
    border-width: 0;
    border-style: solid;
    border-radius: 50%;
    text-align: center;
    background-color: var(--sp-primary);
}

.header-wrap-right .cart-wrapper .cart-icon-wrap {
    width: auto;
}

.shopping-cart {
    position: absolute;
    top: 100%;
    right: 0;
    z-index: 1;
    width: 100%;
    min-width: 260px;
    padding: 20px;
    color: var(--sp-primary);
    background: #ffffff;
    border-radius: 0 3px 3px;
    border: 0;
    opacity: 0;
    visibility: hidden;
    -webkit-box-shadow: 0 5px 30px -3px rgb(0 0 0 / 10%);
    box-shadow: 0 5px 30px -3px rgb(0 0 0 / 10%);
    -webkit-transform: translate3d(0, -8px, 0);
    transform: translate3d(0, -8px, 0);
}

.cart-wrapper.focus .shopping-cart {
    opacity: 1;
    visibility: visible;
}

.menu-wrap .dropdown-menu li a sup,
.menu-wrap .dropdown-menu li a sub,
.theme-mobile-menu div.mobile-menu a:hover,
.navbar-area .menubar .menu-wrap .dropdown-menu > li.active > a,
.navbar-area .menubar .menu-wrap > li.active > a,
.navbar-area .menubar .menu-wrap > li.focus > a,
.navbar-area .menubar .menu-wrap > li:hover > a {
    color: var(--sp-primary);
}

.menu-right .cart-wrapper:hover .shopping-cart,
.menu-right .cart-wrapper:focus .shopping-cart,
.menu-right .cart-wrapper:focus-within .shopping-cart {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.shopping-cart .cart-header {
    border-bottom: 1px solid rgb(189 189 189 / 0.45);
    padding-bottom: 15px;
}

.shopping-cart .cart-header .cart-total {
    float: right;
}

.shopping-cart .cart-badge {
    color: #ffffff;
    font-size: 11px;
    margin: 0;
    width: 20px;
    height: 20px;
    line-height: 2;
    text-align: center;
    vertical-align: super;
    border-radius: 100px;
    display: inline-block;
    background-color: var(--sp-primary);
}

div.shopping-cart ul.cart-items {
    padding: 0;
    margin: 0;
    padding-top: 20px;
    list-style: none;
    max-height: 188px;
    overflow-x: hidden;
    overflow-y: auto;
}

div.shopping-cart ul.cart-items li {
    display: inline-block;
    width: 100%;
    margin: 0 10px 10px 0;
    padding: 0;
    font-size: 15px;
    position: relative;
}

.shopping-cart .cart-items .item-img {
    float: left;
    margin-right: 12px;
    width: 70px;
    height: 70px;
    border-radius: 50%;
    text-align: center;
    line-height: 4.5;    
    border-width: 1px;
    border-style: solid;
    border-color: var(--sp-primary);
}

.shopping-cart .cart-items .item-img img {
    width: 90%;
    border-radius: 50%;
    display: inline-block;
    float: none;
    margin: auto;
    margin-top: 3px;
}

.shopping-cart .cart-items .item-name {
    font-size: 14px;
    font-weight: 600;
    display: block;
    padding-top: 15px;
}

.shopping-cart .cart-items .amount {
    font-size: 12px;
    font-weight: 600;
    margin-right: 0;
    color: #222;
}

.shopping-cart .cart-items .quantity {
    font-size: 13px;
    font-weight: 800;
    color: red;
}

.shopping-cart .av-btn {
    display: block;
}

.widget_shopping_cart .av-btn i,
.shopping-cart .av-btn i {
    font-size: 12px;
    margin-left: 5px;
    position: relative;
    top: -1px;
}

div.shopping-cart ul a.remove {
    float: right;
    margin-top: 0;
    margin-right: 6px;
    width: 20px;
    height: 20px;
    line-height: 20px;
    text-align: center;
    border-radius: 100%;
    color: #ffffff !important;
    background-color: var(--sp-primary);
    box-shadow: 0 0 10px rgb(0 0 0 / 0.15);
}

/* ---//--- */

/*===== 06. Slider =====*/

.slider-wrapper {
    position: relative;
    overflow: hidden;
    width: 100%;
    padding: 0;
    color: #ffffff;
    background-color: #333;
    z-index: 0;
}

.main-slider {
    position: relative;
    z-index: 0;
}

.main-slider .item img {
    width: 100%;
    height: 100%;
}

.main-slider .item iframe {
    width: 100%;
    height: 100%;
    min-height: 490px;
}

.main-slider .item {
    width: 100%;
    position: relative;
    background-color: var(--sp-secondary);
    min-height: 490px;
    z-index: 0;
}

.section-10 .main-slider .item {
    min-height: 650px;
}

.theme-slider {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
}

.theme-slider:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    z-index: -1;
}

.theme-table {
    overflow: hidden;
    display: table;
    width: 100%;
    height: 100%;
}

.theme-table-cell {
    display: table-cell;
    vertical-align: middle;
}

.theme-slider div.theme-content {
    position: relative;
    max-width: 635px;
    width: 100%;
}

.theme-slider .text-left {
    margin-right: auto;
}

.theme-slider .text-center {
    margin: auto;
}

.theme-slider .text-right {
    margin-left: auto;
}

.theme-content .post-categories {
    display: inline-block;
    list-style: none;
    padding: 0;
    margin: 0;
    margin-bottom: 22px;
}

.theme-content .post-categories a {
    padding: 0 10px;
    line-height: 30px;
    background-color: var(--sp-primary);
    border-radius: 4px;
    display: inline-block;
}

.theme-content .post-categories a {
    margin-left: 6px;
    margin-top: 6px;
}

.theme-content .post-categories a:hover,
.theme-content .post-categories a:focus {
    color: #ffffff;
}

.theme-content .post-categories a:first-child {
    margin-left: 0;
    padding: 0;
}

.theme-content .post-categories a:nth-child(1),
.theme-content .post-categories a:nth-child(n+3) {
    background-color: #ff5c00;
}

.theme-content .post-categories a:nth-child(2),
.theme-content .post-categories a:nth-child(2n+2) {
    background-color: #6fa81a;
}

.theme-content .post-categories a:nth-child(3),
.theme-content .post-categories a:nth-child(3n+3) {
    background-color: #d61523;
}

.theme-content .post-categories a:nth-child(4),
.theme-content .post-categories a:nth-child(4n+4) {
    background-color: var(--sp-primary);
}

.theme-content h1 {
    font-size: 40px;
    font-weight: 700;
    margin-bottom: 0;
}

.theme-content .author-sub-date {
    display: inline-block;
    margin-top: 30px;
}

.theme-content .author-sub-date .author-image {
    border-radius: 3px;
    width: 50px;
    height: 50px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
}

.theme-content .author-sub-date .post-date {
    margin-left: 32px;
}

.theme-content .author-sub-date .post-date:not(.author-name):not(.comments-link) a {
    display: inline-block;
    padding: 0 16px;
    line-height: 38px;
    border-radius: 3px;
    border: 1px solid #ffffff;
    color: #ffffff;
    text-decoration: none;
}

.theme-content .author-sub-date .post-date:not(.author-name):not(.comments-link) a:before {
    content: "\f073";
    font-family: 'FontAwesome';
    margin-right: 10px;
    font-size: 15px;
    vertical-align: baseline;
}

/* ===== Slider Nav ===== */

.slider-wrapper .tns-visually-hidden {
    display: none;
}

.slider-nav button {
    width: 45px;
    height: 45px;
    display: inline-block;
    font-size: 16px;
    cursor: pointer;
    text-align: center;
    padding: 0;
    color: var(--sp-secondary);
    background-color: #ffffff;
    position: relative;
    border-radius: 50%;
    outline: none;
    border: none;
    -webkit-transition: var(--sp-transition);
    transition: var(--sp-transition);
}

.slider-nav button:hover,
.slider-nav button:focus {
    background-color: var(--sp-primary);
    color: #ffffff;
}

.slider-wrapper .slider-nav button {
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto 0;
    opacity: 1;
}

.slider-nav button.prev i {
    margin-left: 2px;
}

.slider-nav button.next i {
    margin-right: 2px;
}

.slider-nav button:before,
.slider-nav button:after {
    content: "";
    position: absolute;
    background-color: inherit;
    border-radius: 100%;
    top: 0;
    bottom: 0;
    margin: auto 0;
    z-index: -1;
}

.slider-nav button:before {
    width: 100px;
    height: 65px;
}

.slider-nav button:after {
    width: 50px;
    height: 50px;
}

.slider-wrapper .slider-nav .prev {
    right: auto;
    left: -6px;
}

.slider-wrapper .slider-nav .next {
    right: -6px;
    left: auto;
}

.slider-nav button.prev:before {
    left: -70px;
}
.slider-nav button.prev:after {
    left: -16px;
}

.slider-nav button.next:before {
    right: -70px;
}
.slider-nav button.next:after {
    right: -16px;
}

.tns-nav {
    position: relative;
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 0;
}

.tns-nav button {
    margin: 0;
    margin-left: 10px;
    width: 8px;
    height: 8px;
    padding: 0;
    background-color: rgb(255 255 255 / 30%);
    border: none;
}

.tns-nav button:first-child {
    margin-left: 0;
}

.tns-nav button.tns-nav-active {
    width: 25px;
    background-color: var(--sp-primary);
}

.slider-wrapper .tns-nav {
    position: absolute;
    bottom: 65px;
    left: 0;
    right: 0;
    z-index: 1;
}

.customize-tools {
    position: relative;
    background-color: #ffffff;
    z-index: 0;
    height: 86px;
}

.main-slider-thumbnails {
    text-align: center;
    list-style: none;
    overflow: hidden;
    overflow-x: auto;
    width: fit-content;
    max-height: 150px;
    max-width: 1098px;
    white-space: nowrap;
    background-color: #ffffff;
    margin: 0 auto;
    transform: translateY(-75px);
    padding: 3.5px;
    box-shadow: 0 0 15px -3px rgb(0 0 0 / 45%);
}

.main-slider-thumbnails {
    -ms-overflow-style: none;
    overflow: -moz-scrollbars-none;
    scrollbar-width: none;
}

.main-slider-thumbnails::-webkit-scrollbar {
    display: none;  /* Safari and Chrome */
}

.main-slider-thumbnails li {
    display: inline-block;
    cursor: pointer;
    min-width: 215px;
    min-height: 142px;
    max-width: 215px;
    max-height: 142px;
    outline: none;
    background-color: #14212a;
    position: relative;
    z-index: 0;
}

.main-slider-thumbnails li:after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
    background-color: rgb(0 0 0 / 45%);
    transition: all .3s cubic-bezier(.645,.045,.355,1);
}

.main-slider-thumbnails li.tns-nav-active:after {
    background-color: rgb(0 0 0 / 0%);
}

.main-slider-thumbnails img {
    max-height: 142px;
    vertical-align: bottom;
    height: auto;
    min-height: 142px;
    width: 100%;
    max-width: 250px;
}

.section-10 .customize-tools {
    height: 0;
}

.section-10 .main-slider-thumbnails {
    max-width: 1052px;
    max-height: 170px;
    transform: translateY(-115%);
    background: none;
    box-shadow: none;
    padding: 0;
}

.section-10 .main-slider-thumbnails li {
    border: 10px solid #14212a;
    height: 170px;
    min-width: 250px;
    min-height: 170px;
    max-width: 250px;
    max-height: 170px;
    margin: 0 5px;
}

.section-10 .main-slider-thumbnails li:after {
    border: 5px solid #ffffff;
    background-color: rgb(0 0 0 / 0%);
}

.section-10 .main-slider-thumbnails li.tns-nav-active {
    border-color: var(--sp-primary);
}

.section-10.slider-wrapper .slider-nav button {
    top: auto;
    bottom: 93px;
}

.section-15 .main-slider .item img,
.section-14 .main-slider .item img,
.section-13 .main-slider .item img,
.section-11 .main-slider .item img {
    object-fit: cover;
    min-height: 475px;
}

.section-14 .theme-content h1,
.section-13 .theme-content h1,
.section-11 .theme-content h1 {
    font-size: 22px;
    font-weight: 500;
    letter-spacing: 0.35px;
}

.section-13 .theme-content h1.post-title {
    font-size: 30px;
}

.section-15 .theme-content h1 {
    font-size: 18px;
    font-weight: 500;
    letter-spacing: 0.35px;
}

.section-15 .theme-content .author-sub-date .post-date,
.section-14 .theme-content .author-sub-date .post-date,
.section-13 .theme-content .author-sub-date .post-date,
.section-11 .theme-content .author-sub-date .post-date {
    margin-left: 2px;
}

.section-11 .theme-content .author-sub-date .author-image {
    width: 35px;
    height: 35px;
}

.section-15 .theme-content .author-sub-date .post-date:not(.author-name):not(.comments-link) a,
.section-14 .theme-content .author-sub-date .post-date:not(.author-name):not(.comments-link) a,
.section-13 .theme-content .author-sub-date .post-date:not(.author-name):not(.comments-link) a,
.section-11 .theme-content .author-sub-date .post-date:not(.author-name):not(.comments-link) a {
    line-height: 36px;
    font-size: 15px;
}

.section-15 .theme-slider div.theme-content,
.section-15 .theme-table-cell,
.section-14 .theme-slider div.theme-content,
.section-14 .theme-table-cell,
.section-13 .theme-slider div.theme-content,
.section-13 .theme-table-cell,
.section-11 .theme-slider div.theme-content,
.section-11 .theme-table-cell {
    vertical-align: bottom;
    position: unset;
}

.section-11 .theme-content h1 {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    z-index: 0;
    padding: 20px 30px;
}

.section-15 .theme-slider .av-container,
.section-14 .theme-slider .av-container,
.section-13 .theme-slider .av-container,
.section-11 .theme-slider .av-container {
    padding: 0 30px 10px;
}

.section-15 .main-slider .item,
.section-14 .main-slider .item,
.section-13 .main-slider .item,
.section-11 .main-slider .item {
    min-height: 470px;
}

.section-15 .theme-content .more-link,
.section-14 .theme-content .more-link,
.section-13 .theme-content .more-link,
.section-11 .theme-content .more-link {
    background-color: var(--sp-primary);
    color: #ffffff;
    padding: 5px 16px 6px;
    padding-left: 35px;
    border-radius: 3px;
    margin-top: 6px;
}

.section-15 .theme-content .more-link:after,
.section-14 .theme-content .more-link:after,
.section-13 .theme-content .more-link:after,
.section-11 .theme-content .more-link:after {
    color: #ffffff;
    z-index: 0;
    left: 12px;
    top: 5px;
}

.section-15 .theme-content .more-link:hover,
.section-15 .theme-content .more-link:focus,
.section-14 .theme-content .more-link:hover,
.section-14 .theme-content .more-link:focus,
.section-13 .theme-content .more-link:hover,
.section-13 .theme-content .more-link:focus,
.section-11 .theme-content .more-link:hover,
.section-11 .theme-content .more-link:focus {
    padding-left: 16px;
    padding-right: 35px;
}

.section-15 .more-link:before,
.section-14 .more-link:before,
.section-13 .more-link:before,
.section-11 .more-link:before {
    background-color: var(--sp-primary);
    z-index: 0;
}

.section-15 .more-link:hover:before,
.section-15 .more-link:focus:before,
.section-14 .more-link:hover:before,
.section-14 .more-link:focus:before,
.section-13 .more-link:hover:before,
.section-13 .more-link:focus:before,
.section-11 .more-link:hover:before,
.section-11 .more-link:focus:before {
    left: 120%;
    visibility: visible;
}

.section-15 .more-link:hover:after,
.section-15 .more-link:focus:after,
.section-14 .more-link:hover:after,
.section-14 .more-link:focus:after,
.section-13 .more-link:hover:after,
.section-13 .more-link:focus:after,
.section-11 .more-link:hover:after,
.section-11 .more-link:focus:after {
    left: 78%;
}

.section-15 .theme-slider .av-container,
.section-14 .theme-slider .av-container,
.section-13 .theme-slider .av-container,
.section-11 .theme-slider .av-container {
    padding: 0;
}

.section-11 .theme-slider .cover-slider {
    padding: 22px 20px 15px;
    transition: all .5s ease-in-out;
    background-color: rgb(0 0 0 / 50%);
    transform: translateY(100%);
}

.section-11 .main-slider > .item:hover .cover-slider {
    transform: translateY(0%);
}

.section-14 .theme-slider .cover-slider,
.section-13 .theme-slider .cover-slider {
    padding: 24px 50px;
}

.section-15 .theme-slider .cover-slider {
    padding: 24px 45px;
}

.section-15 .theme-content .post-categories,
.section-14 .theme-content .post-categories,
.section-13 .theme-content .post-categories,
.section-11 .theme-content .post-categories {
    margin-bottom: 18px;
}

.section-12.slider-wrapper {
    background-color: #ffffff;
}

.section-12 .theme-slider .av-container {
    padding: 0 72px;
}

.section-12 .theme-slider div.theme-content {
    max-width: 100%;
}

.section-12 .theme-slider .cover-icon {
    float: left;
    width: 55px;
    height: 55px;
    font-size: 36px;
    line-height: 55px;
    margin-top: 55px;
    border-right: 1px solid rgb(255 255 255 / 50%);
}

.section-12 .theme-slider .cover-slider {
    margin-left: 80px;
    text-align: left;
}

.section-12 .theme-content h1 {
    font-size: 36px;
    font-weight: 500;
}

.slidenter {
    position: relative;
    overflow: hidden;
    z-index: 0;
}

.section-15 .theme-content .author-sub-date,
.section-14 .theme-content .author-sub-date,
.section-13 .theme-content .author-sub-date {
    display: block;
    margin-top: 0;
    margin-bottom: 18px;
}

.section-15 div.theme-content .post-date,
.section-14 div.theme-content .post-date,
.section-13 div.theme-content .post-date {
    top: 25px;
    right: 25px;
}

.section-15 .theme-content span.author-image,
.section-14 .theme-content span.author-image,
.section-13 .theme-content span.author-image {
    border-radius: 100%;
    width: 40px;
    height: 40px;
}

.section-16 .main-slider .item {
    background-color: #ffffff;
    padding-bottom: 1.75%;
}

.section-16 .main-slider .item .theme-slider div.theme-content {
    opacity: 0;
    transition: all .3s cubic-bezier(.645,.045,.355,1);
}

.section-16 .main-slider .tns-item:not(.tns-slide-active) + .tns-slide-active + .tns-slide-active .theme-slider div.theme-content {
    opacity: 1;
}

.section-17 .main-slider .item {
    background-color: #ffffff;
    padding-bottom: 1.75%;
}

.section-16 .main-slider .item img {
    min-height: 456px;
    max-height: 456px;
    object-fit: cover;
}

.section-17 .main-slider .item img {
    min-height: 605px;
    max-height: 605px;
    object-fit: cover;
}

.section-16 .main-slider .theme-slider {
    width: 100%;
    position: relative;
    min-height: 456px;
}

.section-17 .main-slider .theme-slider {
    width: 100%;
    position: relative;
    min-height: 605px;
}

.section-17 .theme-slider div.theme-content,
.section-16 .theme-slider div.theme-content {
    position: absolute;
    bottom: -115px;
    left: 0;
    right: 0;
    max-width: 618px;
    padding: 25px 25px 30px;
    border-radius: 10px;
    background-color: #ffffff;
    color: var(--sp-secondary);
    z-index: 1;
    box-shadow: 0 0 10px 0 rgb(0 0 0 / 25%);
}

.section-17 .main-slider .theme-table,
.section-16 .main-slider .theme-table {
    overflow: unset;
}

.section-17 .main-slider .theme-slider:after,
.section-16 .main-slider .theme-slider:after {
    z-index: 0;
}

.section-17 .theme-content .post-categories a,
.section-16 .theme-content .post-categories a {
    color: #ffffff;
}

.section-17 .theme-content h1,
.section-16 .theme-content h1 {
    font-size: 36px;
    font-weight: 600;
}

.section-17 .theme-content .author-sub-date .post-date:not(.author-name):not(.comments-link) a,
.section-16 .theme-content .author-sub-date .post-date:not(.author-name):not(.comments-link) a {
    border-color: var(--sp-secondary);
    color: var(--sp-secondary);
}

.section-17.slider-wrapper,
.section-16.slider-wrapper {
    background-color: #ffffff;
}

.section-17.slider-wrapper .slider-nav button {
    top: -25%;
}

.section-18 .customize-tools {
    position: absolute;
    top: 15%;
    bottom: 0;
    right: 90px;
    transform: translateY(15%);
    background: none;
}

.section-18 .main-slider-thumbnails {
    overflow: hidden;
    overflow-x: hidden;
    overflow-y: auto;
    max-height: 560px;
    background: none;
    list-style: none;
    padding: 0;
    box-shadow: none;
}

.section-18 .main-slider-thumbnails li {
    display: block;
    margin-bottom: 20px;
    border: 2px solid #ffffff;
    min-width: 264px;
    min-height: 118px;
    max-width: 264px;
    max-height: 118px;
    box-shadow: none;
    overflow: hidden;
    list-style: none;
    padding: 0;
}

.section-18 .main-slider-thumbnails img {
    max-height: 100%;
    min-height: 100%;
    max-width: 100%;
}

.section-18 .main-slider-thumbnails li:last-child {
    margin-bottom: 0;
}

/*===== // =====*/

/*===== 08. Heading Default =====*/

.heading-title {
    margin-bottom: 2rem;
}

.heading-default {
    width: 100%;
    max-width: 100%;
    margin: 0 auto 45px;
    text-align: center;
}

.heading-default > span {
    font-weight: 600;
    display: block;
    margin-bottom: 9px;
    color: var(--sp-primary);
}

.heading-default p {
    color: #777777;
    display: block;
    margin: 0;
    margin-top: 10px;
}

.heading-default h3 {
    font-size: 22px;
    font-weight: 600;
    position: relative;
    max-width: 100%;
    margin: 0 auto;
    padding: 11px 15px;
    border: 1px solid rgb(189 189 189 / 0.45);
    z-index: 0;
}

.heading-default h3>* {
    position: relative;
    z-index: 1;
}

.heading-default h3:after {
    content: "";
    position: absolute;
    bottom: -12px;
    left: 50%;
    z-index: -1;
    width: 22px;
    height: 22px;
    border: 1px solid rgb(189 189 189 / 0.45);
    border-right: none;
    border-bottom: none;
    background-color: #ffffff;
    -webkit-transform: translateX(-50%) rotate(-135deg);
    transform: translateX(-50%) rotate(-135deg);
}

.heading-white > span,
.heading-white h3,
.heading-white p {
    color: #ffffff;
}

/*===== // =====*/

/*===== 12. Portfolio/Gallery =====*/
.blocks-gallery-grid.tns-slider, .post-items .post-image .wp-block-gallery {
    display: block;
    position: relative;
    z-index: 0;
}

.wp-block-gallery li.blocks-gallery-item.tns-item {
    width: 100%;
    margin: 0;
}

.wp-block-gallery .tns-controls {
    left: 15px;
    bottom: 15px;
    position: absolute;
    z-index: 1;
}

.wp-block-gallery .tns-controls button {
    background: none;
    border: none;
    font-size: 12px;
    padding: 0;
    height: 26px;
    width: 26px;
    line-height: 1.2;
    background-color: var(--sp-primary);
    text-align: center;
    border-radius: 100px;
}

.wp-block-gallery .tns-controls button:first-child {
    margin-right: 5px;
}

.wp-block-gallery .tns-controls .fa-chevron-left {
    margin-right: 1px;
}

.wp-block-gallery .tns-controls .fa-chevron-right {
    margin-left: 3px;
}

.lazy-blur {
    filter: blur(25px);
    transform: scale(1.4);
}

.no-blur {
    filter: blur(0);
    transform: scale(1);
    transition: filter 0.6s ease-in, transform 0.8s ease-in-out;
}

.gallery-area {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -moz-flex;
    display: -webkit-flex;
    display: flex;
    flex-direction: row;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    flex-wrap: wrap;
}

.gallery-area.gallery-carousel {
    display: block;
}

.gallery-area .gallery-item {
    margin: 0;
}

.mfp-close-btn-in button.mfp-close {
    display: inline-block;
    max-width: 40px;
    height: 40px;
    text-align: center;
    right: 0;
    padding: 0;
    background-color: var(--sp-primary);
}

.gallery-item,
.portfolio-item {    
    width: 100%;
    overflow: hidden;
    position: relative;
    z-index: 0;
}

.gallery-item .gallery-icon img,
.portfolio-item .portfolio-icon img {
    width: 100%;
    -webkit-transform: scale3d(1.02, 1.02, 1.02);
    transform: scale3d(1.02, 1.02, 1.02);
}

.gallery-item .gallery-icon,
.portfolio-item .portfolio-icon {
    width: 100%;
    position: relative;
    overflow: hidden;
    background-color: var(--sp-secondary);
}

.gallery-item .gallery-caption,
.portfolio-item .portfolio-caption {    
    font-weight: 400;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    padding: 58px 28px;
    color: #ffffff;
    text-align: center;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -moz-flex;
    display: -webkit-flex;
    display: flex;
    flex-direction: column;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.gallery-item:hover .gallery-caption,
.portfolio-item:hover .portfolio-caption,
.gallery-item:focus-within .gallery-caption,
.portfolio-item:focus-within .portfolio-caption {
    opacity: 1;
    visibility: visible;
}

.gallery-item .gallery-caption:before,
.portfolio-item .portfolio-caption:before {
    position: absolute;
    top: 50%;
    right: 30px;
    bottom: 50%;
    margin: auto;
    left: 30px;
    border-radius: 50%;
    content: '';
    opacity: 0;
    background-color: var(--sp-primary);
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
    -webkit-transition-delay: 0.6s;
    transition-delay: 0.6s;
}

.gallery-item h6, .portfolio-item h6,
.gallery-item p, .portfolio-item p {
    opacity: 0;
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, -webkit-transform 0.35s, -moz-transform 0.35s, -o-transform 0.35s, transform 0.35s;
}

.gallery-item h6, .portfolio-item h6 {
    -webkit-transform: translate3d(0%, 50%, 0);
    transform: translate3d(0%, 50%, 0);
    -webkit-transition-delay: 0.3s;
    transition-delay: 0.3s;
}

.gallery-item p, .portfolio-item p {
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
}

.gallery-item i, .portfolio-item i {
    display: inline-block;
    transition: .5s ease-in;
    visibility: hidden;
    opacity: 0;
    transform: translateY(10px);
}

.gallery-item:hover .gallery-icon img,
.portfolio-item:hover .portfolio-icon img,
.gallery-item:focus-within .gallery-icon img,
.portfolio-item:focus-within .portfolio-icon img {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
}

.gallery-item:hover .gallery-caption,
.portfolio-item:hover .portfolio-caption,
.gallery-item:focus-within .gallery-caption,
.portfolio-item:focus-within .portfolio-caption {
    background: url(../images/bg/pattern.png) repeat 0, 0 rgba(0,0,0,.6);
}

.gallery-item:hover h6, .portfolio-item:hover h6,
.gallery-item:focus-within h6, .portfolio-item:focus-within h6 {
    opacity: 1;
    -webkit-transform: translate3d(0%, 0%, 0);
    transform: translate3d(0%, 0%, 0);
    -webkit-transition-delay: 0.3s;
    transition-delay: 0.3s;
}

.gallery-item:hover p, .portfolio-item:hover p,
.gallery-item:focus-within p, .portfolio-item:focus-within p {
    opacity: 1;
    -webkit-transition-delay: 0.6s;
    transition-delay: 0.6s;
}

.gallery-item:hover i, .portfolio-item:hover i,
.gallery-item:focus-within i, .portfolio-item:focus-within i {
    visibility: visible;
    opacity: 1;
    transform: translateY(0px);
}

.gallery-item:hover .gallery-caption:before,
.portfolio-item:hover .portfolio-caption:before,
.gallery-item:focus-within .gallery-caption:before,
.portfolio-item:focus-within .portfolio-caption:before {
    top: 30px;
    bottom: 30px;
    max-width: 122px;
    max-height: 122px;
    opacity: 1;
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
}

.gallery-item h6,
.portfolio-item h6 {
    font-size: 15px;
}

.portfolio-item i {
    font-size: 30px;
}

.gallery-item i {
    font-size: 15px;
    width: 15px;
    height: 15px;
    line-height: normal;
    border-radius: 50%;
    margin: 0 auto;
}

.gallery-item .gallery-caption span {
    position: relative;
    z-index: 1;
    line-height: 1.2;
    font-size: 15px;
    font-style: normal;
}

/*===== // =====*/

/*===== 18. Blog Post Section =====*/

.post-items {
    position: relative;
    width: 100%;
    padding: 10px;
    border-radius: 10px;
    border: 1px solid rgb(189 189 189 / 0.45);
    z-index: 0;
    display: -webkit-box;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: center;
    -webkit-align-items: flex-start;
    align-items: flex-start;
    background-color: #ffffff;
}

.post-section .av-masonry {
    margin-bottom: -1.85rem;
}

.av-masonry .post-items {
    display: inline-block;
    margin-bottom: 1.85rem;
    margin-top: 35px;
    clear: both;
}

.av-masonry .post-items:last-child {
    margin-bottom: 0;
}

.post-meta ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.post-shadow .post-items {
    border: none;
    box-shadow: 0px 0px 6.96px 1.04px rgba(33, 33, 33, 0.15);
}

.post-image {
    width: 100%;
    position: relative;
    overflow: hidden;
    border-radius: 8px;
    z-index: 0;
    transition: all .3s;
    -webkit-transform: translate(0,0);
    transform: translate(0,0);
}

.post-weekend .post-image-figure .post-image.post-video iframe,
.post-items .post-image-figure .post-image.post-video iframe {
    display: none;
}

.post-image .play-btn {
    position: absolute;
    z-index: 666;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: transparent;
    border: 0;
    padding: 0;
}

.post-image .play-btn div {
    width: 55px;
    height: 55px;
    line-height: 55px;
    border-radius: 100%;
    font-size: 20px;
    text-align: center;
    display: inline-block;
    color: var(--sp-primary);
    background-color: #ffffff;
}

.post-image .play-btn i {
    margin-left: 2px;
}

.post-items:hover .post-image, .post-items:focus-within .post-image {
    -webkit-transform: translate(0,-3px);
    transform: translate(0,-3px);
    -webkit-box-shadow: 0 15px 35px -15px rgb(0 0 0 / 20%), 0 5px 25px 0 rgb(0 0 0 / 10%), 0 10px 10px -5px rgb(0 0 0 / 15%);
    box-shadow: 0 15px 35px -15px rgb(0 0 0 / 20%), 0 5px 25px 0 rgb(0 0 0 / 10%), 0 10px 10px -5px rgb(0 0 0 / 15%);
}

.post-image:before {
    position: absolute;
    top: 0;
    left: -40px;
    z-index: 0;
    display: block;
    content: '';
    width: 30%;
    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);
    transition: 0.8s;
    opacity: 0;
}

.post-items:hover .post-image:before, .post-items:focus-within .post-image:before {
    left: 125%;
    opacity: 1;
}

@-webkit-keyframes shine {100% {left: 125%;}}@keyframes shine {100% {left: 125%;}}

.post-image-figure {
    position: relative;
    z-index: 0;
}

.post-items .post-image-figure iframe {
    min-height: 175px;
    margin: 0;
    padding: 0;
    display: block;
}

.post-image > a {
    position: relative;
    z-index: 0;
    display: block;
    overflow: hidden;
}

.post-image:hover .author-name,
.post-image:hover .author-name a,
.post-image:focus-within .author-name,
.post-image:focus-within .author-name a,
.post-items .post-image a:hover,
.post-items .post-image a:focus {
    color: #ffffff;
}

.post-image .author-name,
.post-items .post-hover:after,
.post-items .post-hover:before,
.post-image .post-meta,
.post-image > a img {
    -webkit-transform: rotate(0) scale(1);
    transform: rotate(0) scale(1);
    -webkit-transition: all 1.3s;
    transition: all 1.3s;
}

.post-items:hover .post-image > a img,
.post-items:focus-within .post-image > a img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

.post-image .post-hover:after {
    content: "";
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.75);
    z-index: 0;
}

.post-image .post-hover:before,
.post-image .post-meta {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.post-image .post-hover:before {
    content: "\f002";
    font-family: FontAwesome;
    max-width: 60px;
    max-height: 60px;
    color: #ffffff;
    background-color: var(--sp-primary);
    border-radius: 100%;
    border: 1px solid transparent;
    z-index: 2;
}

.post-image .post-meta {
    position: absolute;
    bottom: 0;
    left: 0;
    margin: 0 auto;
    padding: 0;
    width: 100%;
    text-align: center;
    color: #ffffff;
    z-index: 0;
}
.post-image .author-name,
.post-image .post-hover:after,
.post-items .post-hover:before {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    visibility: hidden;
    opacity: 0;
}

.post-image:hover .author-name,
.post-items:hover .post-hover:after,
.post-items:hover .post-hover:before,
.post-image:focus-within .author-name,
.post-items:focus-within .post-hover:after,
.post-items:focus-within .post-hover:before {
    visibility: visible;
    opacity: 1;
}

.post-items:hover .post-image .post-hover:before,
.post-items:hover .post-image .post-meta ul li a,
.post-items:hover .post-image .posted-on,
.post-items:focus-within .post-image .post-hover:before,
.post-items:focus-within .post-image .post-meta ul li a,
.post-items:focus-within .post-image .posted-on {
    border-color: #ffffff;
}

.post-meta .posted-on:not(.post-date),
.post-meta p, .post-meta p, .post-date p {
    margin: 0;
}

.post-format .post-shape {
    position: absolute;
    top: -35px;
    left: 15px;
    width: 66px;
    height: 66px;
    text-align: center;
    display: block;
    border-radius: 100%;
    overflow: hidden;
    z-index: 1;
}

.post-padding .post-shape {
    top: -83px;
}

.post-format .post-icon {
    width: 60px;
    height: 60px;
    line-height: 60px;
    border-radius: 100%;
    overflow: hidden;
    margin: 3px 0 0 3px;
    background-color: #ffffff;
    box-shadow: 0px 0px 6.96px 1.04px rgb(33 33 33 / 15%);
}

.post-format .post-icon>* {
    display: inline-block;
    vertical-align: middle;
}

.post-format .post-icon img {
    transform: translateY(8px);
    max-height: 30px;
}

.post-image-figure .post-format .post-shape {
    top: -35px;
    left: 10px;
}

.postIconFill {
    width: 70px;
    height: 70px;
    position: absolute;
    top: 0;
    left: 0;
    margin: auto;
    display: inline-block;
    background-color: var(--sp-primary);
    opacity: 0;
    z-index: -1;
}

.post-items:hover .postIconFill,
.post-items:focus-within .postIconFill {
    -webkit-animation: fill 2s;
    animation: fill 2s;
    opacity: 1;
}

@-webkit-keyframes fill{0%{top:100px;}100%{top:0px;}}@keyframes fill{0%{top:100px;}100%{top:0px;}}

.section-15 .theme-content .post-date,
.section-14 .theme-content .post-date,
.section-13 .theme-content .post-date,
.post-items .post-date {
    min-height: 50px;
    min-width: 50px;
    max-width: max-content;
    text-align: center;
    display: inline-block;
    color: #ffffff;
    background-color: var(--sp-primary);
    border: 1px solid transparent;
    padding: 6px;
    font-size: 14px;
    font-weight: 600;
    text-transform: capitalize;
    letter-spacing: 0.65px;
    border-radius: 5px;
    position: absolute;
    top: -50px;
    right: 0;
}

.post-padding .post-date {
    top: -67px;
}

.section-15 .theme-content .post-date span,
.section-14 .theme-content .post-date span,
.section-13 .theme-content .post-date span,
.post-items .post-date span {
    font-size: 22px;
    line-height: 1;
    font-weight: 600;
    display: block;
    word-break: break-word;
}

.section-15 .theme-content .post-date a:hover,
.section-15 .theme-content .post-date a:focus,
.section-14 .theme-content .post-date a:hover,
.section-14 .theme-content .post-date a:focus,
.section-13 .theme-content .post-date a:hover,
.section-13 .theme-content .post-date a:focus,
.post-items .post-date a:hover, .post-items .post-date a:focus {
    color: #ffffff;
}

.post-image .posted-on {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}

.post-image .author-name {
    width: 100%;
    height: 100%;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: var(--sp-primary);
}

.post-image .author-name p {
    margin: 0;
}

.post-image .author-name > a {
    max-width: max-content;
    display: inline-block;
    margin: 0 auto;
    font-size: 14px;
}

.post-image .post-list {
    position: absolute;
    bottom: 18px;
    left: 0;
    z-index: 1;
}

.post-image .post-list,
.post-image .posted-on {
    margin: 20px 0 0 20px;
    display: inline-block;
}

.post-image .author-name img {
    display: inline-block;
    margin-bottom: 5px;
    border-radius: 100%;
}

.post-title {
    font-weight: 600;
}

.post-content {
    width: 100%;
    padding: 21px 10px 6px;
}

.post-content.post-padding {
    padding: 30px 10px 6px;
}

.post-content p {
    margin: 15px 0 5px;
}

.post-content blockquote {
    margin-top: 15px;
}

.post-content blockquote>p {
    margin-top: 0;
}

.post-content .gallery {
    display: inline-block;
}

.post-meta.up {
    margin-bottom: 12px;
}

.post-meta {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 16px;
    position: relative;
    z-index: 0;
}

.post-items .post-meta ul,
.post-meta > span {
    flex: auto;
    text-align: left;
    line-height: 1;
}

.post-meta > span:not(.post-date) {
    flex: auto;
    text-align: left;
    line-height: 1;
}

.post-meta > span:not(.post-date) {
    padding: 0 5px;
}

.post-meta > span:nth-child(even) {
    border-right: 0;
}

.post-meta > span i {
    margin-right: 5px;
    color: var(--sp-primary);
}

.more-link {
    position: relative;
    line-height: 30px;
    white-space: nowrap;
    display: inline-block;
    padding-left: 25px;
    text-decoration: none;
    font-weight: 500;
    color: var(--sp-secondary);
    overflow: hidden;
}

.more-link:hover, .more-link:focus {
    padding-left: 0;
    padding-right: 25px;
}

.more-link:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    margin-left: -12px;
    width: 30px;
    height: 100%;
    background-color: #ffffff;
    transition: 0.6s ease-in-out;
    visibility: hidden;
    z-index: -1;
}

.more-link:hover:before, .more-link:focus:before {
    left: 120%;
    visibility: visible;
}

.more-link:after {
    content: "\f178";
    font-family: fontawesome;
    font-size: 16px;
    position: absolute;
    top: 0;
    left: 0;
    display: inline-block;
    text-align: center;
    color: var(--sp-secondary);
    border-radius: 3px;
    transition: .6s ease-in-out;
    z-index: -2;
}

.more-link:hover:after, .more-link:focus:after {
    color: var(--sp-primary);
    left: 85%;
}

.post-items .post-meta ul, .post-items .post-meta ul li {
    padding: 0;
    display: inline-block;
    text-align: left;
}

.post-items .post-meta ul li a {
    display: inline-block;
    font-weight: 400;
    line-height: normal;
    padding: 0;
    color: var(--sp-secondary);
    border: 0;
}

.post-items .post-meta ul li a:hover,
.post-items .post-meta ul li a:focus {
    color: var(--sp-primary);
}

.post-items .post-meta ul li:not(:first-child) {
    margin-left: 12px;
}

.post-items .post-meta ul li a:not(:first-child):not(:nth-child(2)) {
    margin-left: 3px;
}

.post-items .post-meta ul li a:nth-child(n+5) {
    margin-top: 10px;
}

.post-items ul:not(.post-categories) li a,
.post-items ol:not(.post-categories) li a,
.post-items table a, strong a, blockquote a, code a, p a,
span:not(.author-name):not(.comments-link):not(.posted-on):not(.post-list) a {
    color: var(--sp-primary);
    text-decoration: underline;
}

.post-items ul:not(.post-categories) li a:hover,
.post-items ol:not(.post-categories) li a:hover,
.post-items table a:hover, strong a:hover, blockquote a:hover, code a:hover, p a:hover,
span:not(.author-name):not(.comments-link):not(.posted-on):not(.post-list) a:hover,
.post-items ul:not(.post-categories) li a:focus,
.post-items ol:not(.post-categories) li a:focus,
.post-items table a:focus, strong a:focus, blockquote a:focus, code a:focus, p a:focus,
span:not(.author-name):not(.comments-link):not(.posted-on):not(.post-list) a:focus {
    outline: none;
    text-decoration-style: dotted;
    text-underline-offset: 1px;
}

.trending-section .tns-ovh.tns-ah {
    min-height: 398px;
}

.trending-list {
    margin-top: -20px;
    min-height: 398px;
    max-height: 450px;
    display: block;
}

.post-item-list {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    margin-top: 18px;
}

.footer .widget_fiona_blog_post_categories_widget .post-item-list:first-child {
    margin-top: 0;
}

.post-item-list .post-image-figure {
    flex-basis: 90px;
    max-width: 90px;
    flex-shrink: 0;
    margin-right: 10px;
}

.post-item-list .post-content {
    padding: 5px 0;
}

.post-item-list .post-meta {
    margin-bottom: 2px;
}

.post-item-list .post-meta > span:not(.post-date) {
    padding: 0;
}

.post-item-list .post-image {
    border-radius: 4px;
}

.post-item-list .post-image img {
    max-height: 86px;
    min-height: 86px;
}

.post-item-list .post-meta ul li a {
    color: var(--sp-primary);
    font-size: 14px;
}

.post-item-list .post-meta .post-date {
    font-size: 14px;
    margin-top: 6px;
}

.post-item-list .post-title {
    font-size: 15.27px;
}

.post-warp {
    min-height: 398px;
    border-radius: 10px;
    overflow: hidden;
    position: relative;
    z-index: 0;
    background-color: var(--sp-secondary);
}

.post-warp .post-content {
    position: absolute;
    bottom: 0;
    left: 0;
    color: #ffffff;
    padding: 20px;
    z-index: 0;
}

.post-warp .post-image-figure:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #14212b;
    opacity: 0.3;
    z-index: 0;
}

.post-warp .post-meta a {
    padding: 0 10px;
    line-height: 30px;
    background-color: var(--sp-primary);
    border-radius: 4px;
    display: inline-block;
    margin-left: 6px;
}

.post-warp .post-meta a:hover,
.post-warp .post-meta a:focus {
    color: #ffffff;
}

.post-warp .post-meta a:first-child {
    display: none;
}

.post-warp .post-meta a:first-child,
.post-warp .post-meta a:nth-child(2) {
    margin-left: 0;
}

.post-warp .post-meta a:nth-child(1),
.post-warp .post-meta a:nth-child(n+3) {
    background-color: #ff5c00;
}

.post-warp .post-meta a:nth-child(2),
.post-warp .post-meta a:nth-child(2n+2) {
    background-color: #6fa81a;
}

.post-warp .post-meta a:nth-child(3),
.post-warp .post-meta a:nth-child(3n+3) {
    background-color: #d61523;
}

.post-warp .post-meta a:nth-child(4),
.post-warp .post-meta a:nth-child(4n+4) {
    background-color: var(--sp-primary);
}

.trending-single .post-warp .post-image-figure img {
    object-fit: cover;
    min-height: 398px;
}

.trending-single .post-warp .post-image {
    min-height: 398px;
}

.trending-single .post-warp .post-categories a {
    margin-top: 6px;
}

.post-slider {
    position: relative;
    color: #ffffff;
    background-color: var(--sp-secondary);
    overflow: hidden;
    min-height: 328px;
    z-index: 0;
}

.post-slider .post-image {
    border-radius: 0;
}

.post-slider .posto * {
    text-align: center;
}

.post-slider .posto blockquote p {
    color: var(--sp-secondary-dark);
}

.post-slider .more-link {
    color: #ffffff;
}

.post-slider .more-link:after {
    z-index: 0;
}

.post-slider .post-meta > span.author-name {
    text-align: right;
}

.post-slider .post-content {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 30px 45px;
    z-index: 0;
}

.post-slider .post-content:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
}

.post-slider .post-slide + .post-meta {
    margin-bottom: 0;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 30px;
}

.post-slider .post-meta > span i {
    color: #ffffff;
}

.post-slider .post-slide {
    display: table;
    width: 100%;
    height: 100%;
    overflow: hidden;
    padding-bottom: 30px;
}

.post-slide .posto {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}

.post-slider .post-title {
    font-size: 35px;
}

.post-slider .more-link {
    color: #ffffff;
    background-color: var(--sp-primary);
    padding: 3px 12px 3px 35px;
    border-radius: 4px;
}

.post-slider .more-link:hover,
.post-slider .more-link:focus {
    padding: 3px 35px 3px 12px;
}

.post-slider .more-link:after {
    z-index: 0;
    line-height: 2.2;
    left: 12px;
    color: #ffffff;
}

.post-slider .more-link:hover:after,
.post-slider .more-link:focus:after {
    left: 80%;
}

.lifestyle-section .tns-outer {
    position: relative;
    z-index: 0;
}

.lifestyle-section .tns-controls button {
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto 0;
    width: 60px;
    height: 60px;
    line-height: 58px;
    display: inline-block;
    cursor: pointer;
    font-size: 25px;
    text-align: center;
    color: #ffffff;
    background: none;
    border-radius: 5px;
    border: none;
    outline: none;
    z-index: 1;
}

.lifestyle-section .tns-controls button:first-child {
    left: 0;
}

.lifestyle-section .tns-controls button:nth-child(2) {
    right: 0;
}

.lifestyle-section .tns-nav {
    position: absolute;
    bottom: 35px;
    left: 0;
    width: 100%;
    z-index: 1;
}

.post-weekend {
    display: block;
    text-align: center;
    position: relative;
    z-index: 0;
}

.post-weekend .post-list {
    width: 100%;
    text-align: center;
}

.post-weekend .post-categories * {
    text-align: center;
    color: var(--sp-primary);
    font-size: 13px;
    font-weight: 500;
    letter-spacing: 0.3px;
}

.post-weekend .post-image {
    border-radius: 0;
}

.post-weekend .post-content {
    padding: 16px 10px 6px;
}

.post-weekend .post-format .post-shape {
    top: -15px;
    left: -15px;
    width: 41px;
    height: 41px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.post-weekend .post-format .post-icon {
    width: 35px;
    height: 35px;
    margin: auto;
    line-height: 36px;
    font-size: 15px;
    background-color: var(--sp-primary);
    color: #ffffff;
    box-shadow: 0px 0px 0px 2px rgb(255 255 255);
}

.post-weekend .post-meta {
    margin-bottom: 10px;
}

.post-weekend .post-title {
    font-size: 15px;
    line-height: 1.35;
}

.post-weekend .post-content p {
    margin: 8px 0 6px;
    font-size: 15px;
}

/*===== // =====*/

/*===== 19. Blog Post Image Carousel =====*/

.post-image-carousel {
    width: 100%;
    overflow: hidden;
    z-index: 1;
}

.post-image-carousel.owl-carousel .owl-item img {
    width: auto;
    max-width: 100%;
}

.post-image-carousel:before {   
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    visibility: hidden;
    opacity: 0;
    z-index: 1;
}

.post-items:hover .post-image-carousel:before {
    visibility: visible;
    opacity: 1;
}

.post-image-carousel.owl-theme .owl-nav {
    text-align: center;
    -webkit-tap-highlight-color: transparent;
    line-height: 0;
    margin: 0;
}

.post-image-carousel.owl-theme .owl-nav [class*=owl-] {
    width: 51px;
    height: 180px;
    line-height: 60px;
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto 0;
    z-index: 10;
    cursor: pointer;
    text-align: center;
    transition: all .2s ease 0s;
    color: #ffffff;
    background-color: rgba(0, 0, 0, 0.75);
    border: none;
    opacity: 0;
    visibility: hidden;
    border-radius: 0;
    z-index: 2
}

.post-image-carousel.owl-theme .owl-nav .owl-prev {
    left: -20px;
}

.post-image-carousel.owl-theme .owl-nav .owl-next {
    right: -20px;
}

.post-items:hover .post-image-carousel.owl-theme .owl-prev {
    right: auto;
    left: 8px;
    opacity: 1;
    visibility: visible;
}

.post-items:hover .post-image-carousel.owl-theme .owl-next {
    left: auto;
    right: 8px;
    opacity: 1;
    visibility: visible;
}

.post-image-carousel.owl-theme .owl-prev:hover,
.post-image-carousel.owl-theme .owl-next:hover {
    background-color: rgba(214, 21, 35, 0.75);
}

/*===== // =====*/

/*===== 20. Author-Area =====*/

.author-details {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    flex-wrap: nowrap;
    text-align: center;
    padding: 40px;
    margin: 1.5rem auto;
    border-radius: 3px;
    overflow: hidden;
    border: 1px solid rgb(189 189 189 / 0.45);
}

.author-details .section-header {
    width: 100%;
    display: block;
    margin-bottom: 26px;
}

.author-details .section-header h2 {
    font-size: 25px;
    font-weight: 600;
    line-height: 1;
}

.author-details .media {
    width: 100%;
    display: block;
}

.author-details .media .auth-mata {
    margin-bottom: 20px;
}

.author-details .media .auth-mata img {
    max-width: 143px;
    border-radius: 100%;
    margin: auto;
    box-shadow: 0 0 15px rgb(0 0 0 / 15%);
}

.author-details .media .media-body {
    flex-basis: 90%;
    -ms-flex-negative: 1;
    flex-shrink: 1;
    -ms-flex-positive: 0;
    flex-grow: 0;
}

.author-details .media .media-body h4 {
    margin-bottom: .5rem;
}

.author-details .media .media-body p {
    margin: 0;
    line-height: 1.5;
}

.media-body.author-meta-det > a:not(.av-btn) {
    color: var(--sp-primary);
}

.media-body.author-meta-det .av-btn {
    display: table;
    margin: 12px auto 0;
}

/*===== // =====*/

/*===== 21. Comments-Area =====*/

.comments-title h3, .comment-reply-title {
    font-size: 20px;
}

.toggle-comments {
    width: 100%;
    text-align: center;
    margin-top: 1.5rem;
}

.fiona-blog-is-toggle-comments .comments-area {
    display: none;
}

.fiona-blog-is-toggle-comments.comments-visible .comments-area {
    display: block;
}

.comments-area {
    margin-top: 1.5rem;
}

.single-comments-title,
.comments-title {
    text-align: left;
}

.comment-list {
    margin: 0;
    padding: 0;
    list-style: none;
}

.comments-area li {
    list-style: none;
}

.comments-area .comment-body {
    position: relative;
    padding: 25px 25px 25px 112px;
    min-height: 120px;
    overflow-wrap: break-word;
    word-wrap: break-word;
    border-radius: 3px;
    z-index: 0;
    margin-bottom: 1rem;
}

.comments-area .comment-list > .comment > .comment-body {
    border-top: 1px solid rgb(189 189 189 / 0.25);
    border-bottom: 1px solid rgb(189 189 189 / 0.25);
}

.comments-area .comment-meta {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: flex-start;
    align-items: flex-start;
    -ms-flex-direction: column;
    flex-direction: column;
}

.comments-area .comment-meta .comment-author img {
    position: absolute;
    z-index: 0;
    left: 20px;
    top: 28px;
    width: 76px;
    border-radius: 6px;
}

.comment-meta .comment-metadata {
    width: 100%;
    line-height: 1.5;
    font-size: 14px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-justify-content: space-between;
    justify-content: space-between;
    margin-bottom: -2px;
    margin-top: -2px;
}

.comment-content {
    position: relative;
    z-index: 0;
    padding: 6px 20px 6px 0;
}

.comment-metadata time {
    display: inline-block;
    vertical-align: sub;
}

.comment-content p {
    margin: 0;
}

.comment-metadata .edit-link, .comment-body .reply {
    position: relative;
    z-index: 0;
    padding: 4px 8px;
    background-color: var(--sp-primary);
    color: #ffffff !important;
    width: max-content;
    margin-left: auto;
    font-size: 14px;
    overflow: hidden;
    border-radius: 4px;
}

.comment-metadata .edit-link a, .comment-body .reply a {
    padding-left: 5px;
    color: #ffffff !important;
    text-decoration: none !important;
}

.comment-metadata .edit-link:before {
    content: "\f044";
    font-family: FontAwesome;
}

.comment-body .reply:before {
    content: "\f178";
    font-family: FontAwesome;
}

.comment-metadata .edit-link:before, .comment-body .reply:before {
    font-size: 12px;
    color: #ffffff;
}

.comment-metadata .edit-link:before {
    vertical-align: text-bottom;
}

.comment-body .reply {
    text-align: right;
}

.comment-list .children {
    position: relative;
    padding: 0;
    margin: 0;
    margin-left: 2.5rem;
    z-index: 0;
}

#cancel-comment-reply-link {
    color: var(--sp-primary);
    text-decoration: underline;
}

#cancel-comment-reply-link:hover,
#cancel-comment-reply-link:focus {
    text-decoration: none;
}

/*===== // =====*/

/*===== 22. Form Part for Comment =====*/

.comment-respond {
    margin-top: 20px;
}

.comment-reply-title {
    text-align: left;
    margin-bottom: 15px;
}

.single-comments-title h2 {
    margin-top: 15px;
    font-size: 22px;
    margin-bottom: 15px;
}

.comments-title {
    text-align: center;
    padding: 10px;
    border: 1px solid rgb(189 189 189 / 0.35);
}

.comment-form {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: center;
}

.comment-form > p:not(.comment-notes):not(.comment-form-comment):not(.comment-form-cookies-consent):not(.form-submit) {
    flex: auto;
}

.comment-form > p:nth-child(2n+1):not(.comment-notes):not(.comment-form-comment):not(.comment-form-cookies-consent):not(.form-submit) {
    margin-right: 30px;
}

.comment-form p.comment-form-url:not(.comment-notes):not(.comment-form-comment):not(.comment-form-cookies-consent):not(.form-submit) {
    margin-right: 0;
}

.comment-form-comment {
    max-width: 100%;
    flex-basis: 100%;
}

.comment-form > p:not(:last-child) {
    margin-bottom: 30px;
}

.comment-form-cookies-consent, .form-submit {
    width: 100%;
}

/*===== // =====*/

/*===== 23. Footer Section =====*/

.footer-section {
    padding-top: 60px;
	background: #F1F1F1;
}

.footer .footer-copy .widget-center {
    padding-bottom: 24px;
}

.footer .footer-copy .widget-center:first-child {
    padding-bottom: 0;
}

.footer .footer-copy .widget-center + .widget-center {
    padding-bottom: 0;
    padding-top: 24px;
}

.footer-info-wrapper li:not(:last-child) {
    margin-right: 25px;
}

.contact-info-wrapper .widget,
.footer-info-wrapper .widget {
    padding: 30px 18px;
    background-color: #ffffff;
    overflow: hidden;
    display: block;
}

.footer-info-wrapper .widget {
    border-radius: 3px;
    box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.22);
}

.footer-info-wrapper .contact-icon {
    font-size: 74px;
    height: 74px;
    padding-right: 18px;
    margin-right: 18px;
    border-right: 1px solid #dddde0;
}

.footer-info-wrapper .contact-area .contact-icon i {
    text-shadow: 1200px 1000px 0 rgb(0 0 0 / 0.1);
    transition: text-shadow 0.5s ease;
}

.footer-info-wrapper .contact-area:hover .contact-icon i,
.footer-info-wrapper .contact-area:focus-within .contact-icon i {
    text-shadow: 240px 24px 0 rgb(0 0 0 / 0.1);
}

.footer-info-wrapper .contact-info span.text {
    font-size: 20px;
    font-weight: 600;
}

.footer-info-wrapper .contact-info:not(:hover):not(:focus) span.text {
    color: var(--sp-secondary);
}

.footer-info-wrapper .contact-info span.title {
    color: #777777;
    margin-top: 5px;
}

.footer-main {
    padding: 45px 0;
    border-bottom: 1px solid rgb(189 189 189 / 0.45);
}

.footer-copyright {
    padding: 24px 0;
}

.footer-main .contact-area:not(:last-child) {
    margin-bottom: 15px;
}

.footer .mail-form .av-mail-field:focus {
    background-image: var(--sp-gradient-focus);
}

/*===== // =====*/

/*===== 24. Back To Top Start =====*/

.scrollup {
    position: fixed;
    top: 0;
    right: 25px;
    width: 42px;
    height: 42px;
    line-height: 42px;
    padding: 0;
    font-size: 20px;
    text-align: center;
    cursor: pointer;
    color: #ffffff;
    background-color: var(--sp-primary);
    border: none;
    outline: none;
    border-bottom-left-radius: 50%;
    border-top-left-radius: 50%;
    border-bottom-right-radius: 50%;
    box-shadow: 0 0 12px 0 rgba(0, 0, 0, .2);
    -webkit-transition: .9s;
    transition: .9s;
    z-index: 99;
    visibility: hidden;
    opacity: 0;
}

.scrollup i {
    display: inline-block;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}

.scrollup.is-active {
    top: 98%;
    -webkit-transform: translateY(-98%);
    transform: translateY(-98%);
    opacity: 1;
    visibility: visible;
}

.scrollup.is-active:hover,
.scrollup.is-active:focus {
    color: #ffffff;
    transform: translateY(-98%) rotate(-45deg);
    -webkit-transform: translateY(-98%) rotate(-45deg);
    -moz-transform: translateY(-98%) rotate(-45deg);
    -o-transform: translateY(-98%) rotate(-45deg);
    -ms-transform: translateY(-98%) rotate(-45deg);
}

.scrollup.is-active:hover i,
.scrollup.is-active:focus i {
    transform: translateY(0) rotate(45deg);
    -webkit-transform: translateY(0) rotate(45deg);
    -moz-transform: translateY(0) rotate(45deg);
    -o-transform: translateY(0) rotate(45deg);
    -ms-transform: translateY(0) rotate(45deg);
}

/*===== // =====*/

/*===== 25. Breadcrumb Section =====*/

.breadcrumb-area {
    width: 100%;
    position: relative;
    z-index: 0;
    overflow: hidden;
    height: auto;
    display: block;
    color: #ffffff;
    background-size: cover;
    background-attachment: fixed;
    clip-path: polygon(0% 0%, 100% 0%, 100% 90%, 52% 90%, 50.5% 100%, 49% 90%, 0% 90%);
    margin-bottom: -23px;
}

.breadcrumb-area:before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: var(--sp-primary);
    z-index: 0;
    opacity: 0.75;
}

.breadcrumb-content {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    width: 100%;
    height: 100%;
    padding: 35px 0 55px;
    min-height: 236px;
}

.breadcrumb-heading {
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 0;
    height: 100%;
    width: 100%;
    max-width: 50%;
}

.breadcrumb-heading h2 {
    font-weight: 500;
    margin-bottom: 0;
    font-size: 26px;
    letter-spacing: 0.75px;
}

.breadcrumb-list {
    flex-shrink: 0;
    list-style: none;
    width: 100%;
    max-width: 50%;
    padding: 0;
    margin: 0;
    font-size: 15px;
}

.breadcrumb-list li {
    display: inline-block;
    word-break: break-word;
}

.breadcrumb-list li i {
    vertical-align: middle;
}

.breadcrumb-list li i.fa.fa-chevron-right {
    font-size: 80%;
    margin-right: 2px;
}

.breadcrumb-list li span {
    color: var(--sp-primary);
    display: inline-block;
}

.breadcrumb-content .breadcrumb-list li a {
    color: #ffffff;
}

.breadcrumb-center .breadcrumb-content {
    -ms-flex-direction: column;
    flex-direction: column;
    justify-content: center;
}

.breadcrumb-center .breadcrumb-heading {
    text-align: center;
}

.breadcrumb-center .breadcrumb-list {
    text-align: center;
}

.breadcrumb-right .breadcrumb-content {
    flex-direction: row-reverse;
}

.breadcrumb-right .breadcrumb-list,
.breadcrumb-left .breadcrumb-heading {
    text-align: left;
}

.breadcrumb-left .breadcrumb-list,
.breadcrumb-right .breadcrumb-heading {
    text-align: right;
}

.breadcrumb-footer {
    position: relative;
    background-color: var(--sp-primary);
}

.breadcrumb-content-below {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: space-between;
    min-height: 83px;
}

.breadcrumb-content-below .breadcrumb-list,
.breadcrumb-content-below .breadcrumb-widget {
    flex: 1;
    line-height: 0.5;
}

.breadcrumb-content-below .breadcrumb-list {
    text-align: left;
}

.breadcrumb-content-below .breadcrumb-widget {
    text-align: right;
}

.breadcrumb-widget .widget {
    display: inline-block;
    max-width: 180px;
}

.breadcrumb-home {
    margin-right: 20px;
}

.breadcrumb-home a {
    display: inline-block;
    line-height: 1.65;
    padding: 0 0.49rem;
    font-size: 22px;
    color: var(--sp-secondary-dark);
    background-color: #ffffff;
}

.breadcrumb-home a:hover,
.breadcrumb-home a:focus {
    color: var(--sp-primary);
}

/*===== // =====*/

/*===== 27. Pagination =====*/

nav.woocommerce-pagination,
.pagination {
    position: relative;
    text-align: center;
    z-index: 0;
    width: 100%;
    max-width: fit-content;
    display: block;
    margin: 0 auto;
    margin-top: 50px;
    padding: 12px 10px;
    box-shadow: 0px 0px 5.52px 0.48px rgba(0, 0, 0, 0.2);
}
.pagination h2 {
    display: none;
}
nav.woocommerce-pagination ul {
    line-height: 40px;
}

nav.woocommerce-pagination ul,
.pagination .nav-links {
    display: inline-flex;
}

.pagination .page-numbers:not(.dots) {    
    font-weight: 600;
    border-width: 2px;
    border-style: solid;
    border-color: transparent;
    display: flow-root;
    font-size: 16px;
    line-height: 1.1;
    min-width: 25px;
    text-align: center;
    padding: 2px;
    transition: all 0.3s ease 0s;
    vertical-align: baseline;
    white-space: nowrap;
    border-radius: 0;
    cursor: pointer;
}

.pagination .nav-links .prev.page-numbers,
.pagination .nav-links .next.page-numbers,
.pagination .nav-links .page-numbers.current {
    color: #ffffff;
    background-color: var(--sp-primary);
}

.pagination .page-numbers:not(.dots):not(:last-child) {
    margin-right: 10px;
}

/*===== // =====*/

/*===== 30. 404 Page =====*/

.section404 {
    position: relative;
    overflow: hidden;
    z-index: 0;
}

.av-text-404 {
    text-align: center;
}

.av-text-404 h1 {
    font-size: 515px;
    line-height: 0.8;
}

.av-text-404 h1, .av-text-404 img {
    display: inline-block;
    max-width: 104px;
    vertical-align: middle;
}

.av-text-404 h2 {
    font-size: 36px;
    margin: 20px 0 10px;
    color: var(--sp-primary);
}

.av-text-404 p {
    margin: 0 0 18px;
}

.balloon {
    max-width: 480px;
    margin: 0 auto;
    padding-top: 30px;
    position: relative;
    z-index: 0;
    min-height: 360px;
    background-image: url('../images/balloonRope.png');
    background-repeat: no-repeat;
    background-size: 70%;
    background-position: center 192px;
}
.balloon > div {
    width: 170px;
    height: 196px;
    background: rgba(182, 15, 97, 0.9);
    border-radius: 0;
    border-radius: 80% 80% 80% 80%;
    margin: 0 auto;
    position: absolute;
    padding: 10px;
    box-shadow: inset 17px 7px 10px rgba(182, 15, 97, 0.9);
    -webkit-transform-origin: bottom center;
}
.balloon > div:nth-child(1) {
    background: #01ca02;
    top: 38px;
    left: 13px;
    box-shadow: inset 30px 0px 25px 5px #018703;
    animation: balloon1 6s ease-in-out infinite;
}
.balloon > div:nth-child(1):before {
    color: #01ca02;
    left: 79px;
    transform: rotate(-9deg);
}
.balloon > div:nth-child(2) {
    background: #fb3c4e;
    top: 13px;
    left: 156px;
    box-shadow: inset 0px 20px 25px 5px #a82835;
    animation: balloon2 6s ease-in-out infinite;
}
.balloon > div:nth-child(2):before {
    color: #fb3c4e;
    left: 59px;
}
.balloon > div:nth-child(3) {
    background: #ff5c01;
    left: 320px;
    box-shadow: inset 20px 20px 25px 0px #ac3e01;
    animation: balloon3 6s ease-in-out infinite;
}
.balloon > div:nth-child(3):before {
    color: #ff5c01;
    left: 64px;
}
.balloon > div:before {
    color: rgba(182, 15, 97, 0.9);
    position: absolute;
    bottom: -17px;
    left: 70px;
    content: "▲";
    font-size: 22px;
}
.balloon span {
    font-size: 120px;
    font-weight: 700;
    color: #ffffff;
    position: relative;
    display: block;
}
/*BALLOON 1*/
@keyframes balloon1 {
    0%,
    100% {
      transform: translate(0px, 0px) rotate(336deg);
    }
    50% {
      transform: translate(-20px, -15px) rotate(340deg);
    }
}
/* BAllOON 2*/
@keyframes balloon2 {
    0%,
    100% {
      transform: translateY(0) rotate(5deg);
    }
    50% {
      transform: translateY(-15px) rotate(-5deg);
    }
}
/* BAllOON 3*/
@keyframes balloon3 {
    0%,
    100% {
      transform: translate(10px, -10px) rotate(-336deg);
    }
    50% {
      transform: translate(-15px, 10px) rotate(-340deg);
    }
}

/*===== // =====*/

/*---------------------------------------
    Screen Reader Text
-----------------------------------------*/
/* Accessibility */
/* Text meant only for screen readers. */
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  word-wrap: normal;
  /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto;
  clip-path: none;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  height: auto;
  right: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar. */
}

/* Do not show the outline on the skip link target. */
#content {
    background: #ffffff;
}

#content[tabindex="-1"]:focus {
  outline: 0;
}

/*---------------------------------------
    Blog Sticky Start
-----------------------------------------*/

.bg-sticky {
    position: absolute;
    top: 30px;
    right: 15px;
    display: block;
    text-align: center;
    letter-spacing: 0.5px;
    font-size: 16px;
    font-weight: 600;
    padding: 0 .62em;
    line-height: 30px;
    border-radius: 3px;
    color: #ffffff;
    background-color:#1ed12f;
    z-index: 9;
}

.bg-sticky.rounded-circle {
    border-radius: 100%;
}

.post-image-figure .post-icons {
    position: absolute;
    right: 10px;
    top: 0;
}

.post-icons {
    text-align: right;
}

.post-icons ul {
    padding: 0;
    list-style: none;
    display: inline-block;
    text-align: right;
}

.post-items div.post-icons ul li a {
    display: block;
    padding: 5px 9px;
    background-color: var(--sp-secondary);
    color: #ffffff !important;
    border-radius: 3px;
    font-size: 14px;
    text-align: center;
}

.post-items div.post-icons ul li:not(:first-child) {
    margin-left: 0;
}

.post-items .post-image-figure div.post-icons ul li a {
    display: block;
    margin-bottom: 4px;
}

.post-items .post-icons ul li a:hover,
.post-items .post-icons ul li a:focus {
    background-color: var(--sp-primary);
}

/*===== // =====*/

/*---------------------------------------
    Transition
-----------------------------------------*/

.blog-img-carousel, .blog-img-carousel:before,
.service-icon, .service-content > a,
.service-item, .service-item:before,
.pricing-item, .features-item,
.features-icon, .av-link,
.gallery-item .gallery-icon img,
.portfolio-item .portfolio-icon img, a {
    -webkit-transition: var(--sp-transition);
    transition: var(--sp-transition);
}

/*===== // =====*/
@keyframes spin{from{transform:rotate(0deg) scale(1)}to{transform:rotate(360deg)}}@keyframes spinReverse{from{transform:rotate(0deg) scale(1)}to{transform:rotate(-360deg)}}@keyframes animationFramesOne{0%{transform:translate(0) rotate(0deg)}20%{transform:translate(73px,-1px) rotate(36deg)}40%{transform:translate(141px,72px) rotate(72deg)}60%{transform:translate(83px,122px) rotate(108deg)}80%{transform:translate(-40px,72px) rotate(144deg)}to{transform:translate(0) rotate(0deg)}}@keyframes animationFramesTwo{0%{transform:translate(0) rotate(0deg)}20%{transform:translate(-73px,1px) rotate(-36deg)}40%{transform:translate(-141px,-72px) rotate(-72deg)}60%{transform:translate(-83px,-122px) rotate(-108deg)}80%{transform:translate(40px,-72px) rotate(-144deg)}to{transform:translate(0) rotate(0deg)}}

.author-box {
    position: relative;
    z-index: 0;
    overflow: hidden;
    text-align: center;
    border: 1px solid rgb(189 189 189 / 0.45);
}

.author-box .author-content {
    position: relative;
    padding: 30px 25px 25px;
    overflow: hidden;
}

.widget.widget_social_widget ul.blog-author-social {
    flex-wrap: wrap;
    margin-top: -10px;
}

.widget.widget_social_widget ul.blog-author-social li {
    margin-top: 10px;
}

.author-box .shape1 {
    position: absolute;
    top: 26%;
    left: 13%;
    z-index: -1;
}

.author-box .shape1 img {
    width: auto;
    max-width: unset;
    animation: animationFramesOne 15s linear infinite;
}

.author-box .shape2 {
    position: absolute;
    bottom: 50%;
    left: 25%;
    z-index: -1;
}

.author-box .shape2 img {
    width: auto;
    max-width: unset;
    animation: animationFramesTwo 15s linear infinite;
}

.author-box .shape3 {
    position: absolute;
    top: 2%;
    left: 8%;
    z-index: -1;
}

.author-box .shape3 img {
    width: auto;
    max-width: unset;
    animation: spin 10s linear infinite;
}

.author-box .shape4 {
    position: absolute;
    top: 13%;
    left: 23%;
    z-index: -1;
}

.author-box .shape4 img {
    width: auto;
    max-width: unset;
    animation: spinReverse 10s linear infinite;
}

.author-box .shape5 {
    position: absolute;
    top: 3.25%;
    left: 42%;
    z-index: -1;
}

.author-box .shape5 img {
    width: auto;
    max-width: unset;
    animation: spin 10s linear infinite;
}

.author-box .shape6 {
    position: absolute;
    top: 10%;
    right: 6%;
}

.author-box .shape6 img {
    width: auto;
    max-width: unset;
    animation: spinReverse 10s linear infinite;
}

.author-box .shape7 {
    position: absolute;
    top: 25%;
    right: 4%;
}

.author-box .shape7 img {
    width: auto;
    max-width: unset;
    animation: spin 10s linear infinite;
}

.author-box .shape8 {
    position: absolute;
    bottom: 21%;
    right: 6%;
}

.author-box .shape8 img {
    width: auto;
    max-width: unset;
    animation: spinReverse 10s linear infinite;
}

.author-box .shape9 {
    position: absolute;
    bottom: 12%;
    right: 10%;
}

.author-box .shape9 img {
    width: auto;
    max-width: unset;
    animation: animationFramesOne 15s linear infinite;
}

.author-box .shape10 {
    position: absolute;
    bottom: -4%;
    right: 18%;
}

.author-box .shape10 img {
    width: auto;
    max-width: unset;
    animation: animationFramesTwo 15s linear infinite;
}

.author-box .shape11 {
    position: absolute;
    top: 2%;
    left: 70%;
}

.author-box .shape11 img {
    width: auto;
    max-width: unset;
    animation: animationFramesOne 15s linear infinite;
}

.author-box .author-head {
    font-size: 18px;
    font-weight: 600;
    padding: 15px;
    border-bottom: 1px solid rgb(189 189 189 / 0.45);
    position: relative;
    z-index: 0;
}

.author-head:after {
    content: "";
    position: absolute;
    bottom: -9px;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 18px;
    height: 18px;
    background-color: #ffffff;
    border: 1px solid rgb(189 189 189 / 0.45);
    border-top: 0;
    border-left: 0;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    z-index: -1;
}

.author-box .author-content img {
    display: block;
    max-width: 133px;
    border-radius: 100%;
    margin: auto;
    margin-bottom: 20px;
}

.heading-default.dark {
    margin: 0 auto 50px;
}

.heading-default.dark h3 {
    color: #ffffff;
    font-size: 18px;
    font-weight: 600;
    letter-spacing: 0.25px;
}

.heading-default.dark h3,
.heading-default.dark h3:after {
    background-color: var(--sp-secondary);
}

.author-box-main {
    background: url('../images/author-box-bg.png') no-repeat 100% center var(--sp-scrollbar);
    padding: 62px 0;
    text-align: center;
}

.author-box-full img {
    margin: auto;
    margin-bottom: 25px;
    max-width: 142px;
    border-radius: 100%;
    box-shadow: 0 0 15px rgb(0 0 0 / 12%);
}

.author-box-full h2 {
    font-size: 25px;
    color: var(--sp-primary);
    margin-bottom: 8px;
}

.author-box-full .widget.widget_social_widget {
    margin-top: 25px;
}

.post-category {
    position: relative;
    z-index: 0;
    overflow: hidden;
    border-radius: 10px;
    width: 100%;
    min-height: 80px;
}

.cate-thumb:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #000000;
    opacity: 0.5;
    z-index: 0;
}

.cate-thumb {
    position: relative;
    z-index: 0;
}

.cate-thumb img {
    width: 100%;
}

.cate-content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: #ffffff;
    box-shadow: 0 0 10px rgb(0 0 0 / 20%);
    padding: 9px;
    border-radius: 4px;
    line-height: 1;
    width: 90%;
    z-index: 0;
    -webkit-transition: var(--sp-transition);
    transition: var(--sp-transition);
}

.cate-content a {
    display: block;
    vertical-align: sub;
    color: #14212a;
    letter-spacing: 0.25px;
    position: relative;
    z-index: 0;
}

.cate-content h6 {
    display: inline-block;
    vertical-align: middle;
    font-weight: 600;
    margin-top: 4px;
}

.cate-content a:after {
    content: "";
    display: table;
    clear: both;
}

.cate-content .category-counts {
    float: right;
    color: #ffffff;
    background-color: var(--sp-primary);
    padding: 8px;
    font-size: 13.5px;
    font-weight: 600;
    border-radius: 4px;
    vertical-align: baseline;
    -webkit-transition: var(--sp-transition);
    transition: var(--sp-transition);
}

.post-category:hover .category-counts, .post-category:focus-within .category-counts {
    background-color: #ffffff;
    color: var(--sp-primary);
}

.post-category:hover .cate-content, .post-category:focus-within .cate-content {
    background-color: var(--sp-primary);
    color: #ffffff;
}

.post-category:hover .cate-content a,
.post-category:focus-within .cate-content a {
    color: #ffffff;
}

.widget_social_widget ul.style2,
.widget_social_widget ul.style2 li,
.widget_social_widget ul.style2 li a {
    display: block;
}

.widget_social_widget ul.style2 li {
    margin-right: 0;
}

.widget_social_widget ul.style2 li a {
    width: 100%;
    height: 100%;
    text-align: left;
    padding: 12px 20px;
    overflow: hidden;
    margin-right: 0;
    margin-bottom: 10px;
    line-height: 1.25;
    color: #ffffff;
    background-color: var(--sp-primary);
    border-radius: 0;
}

.widget_social_widget ul.style2 li:last-child {
    margin-bottom: 0;
}

.widget_social_widget ul.style2 li a:after {
    content: "\f105";
    font-family: FontAwesome;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 20px;
    width: 24px;
    height: 24px;
    margin: auto;
    text-align: center;
    line-height: 22px;
    border-radius: 100%;
    background-color: #ffffff;
    color: var(--sp-primary);
    font-weight: 900;
}

.widget_social_widget ul.style2 li a i {
    position: absolute;
    right: 60px;
    bottom: -18px;
    font-size: 65px !important;
    opacity: 0.35;
    transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    transform: scale(1, 1);
    transform-origin: 0 50% 0;
}

.widget_social_widget ul.style2 li a:hover i, .widget_social_widget ul.style2 li a:focus i {
    transform: translate(-20%, 15%) scale(1.35, 1.35);
}

.widget_social_widget ul.style2 li a span {
    opacity: 0.75;
    font-size: 95%;
}

.widget_social_widget ul.style2 li a:hover:after,
.widget_social_widget ul.style2 li a:focus:after {
    -webkit-animation: iconRightCaret 600ms ease;
    animation: iconRightCaret 600ms ease;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
}

.widget_social_widget ul.style3 {
    display: block;
}

.widget_social_widget ul.style3 li {
    display: inline-block;
    min-width: 30.5%;
    max-width: 30.5%;
    margin: 1.2% 0.85%;
}

.widget_social_widget ul.style3 li a {
    width: 100%;
    height: 100%;
    padding: 15px;
    line-height: 1.75;
    border-radius: 5px;
    background-color: var(--sp-primary);
    color: #ffffff;
}

.widget_social_widget ul.style3 li a:hover,
.widget_social_widget ul.style3 li a:focus {
    animation: jelly 0.5s;
}

@keyframes jelly {
    25% {
      transform: scale(0.9, 1.1);
    }
    50% {
      transform: scale(1.1, 0.9);
    }
    75% {
      transform: scale(0.95, 1.05);
    }
}

.widget_social_widget ul.style3 li a i {
    font-size: 25px;
}

.widget_social_widget ul.style3 li .socialText {
    font-size: 85%;
}

.widget_social_widget ul.style4 {
    display: block;
    padding-bottom: 15px;
}

.widget_social_widget ul.style4 li {
    display: inline-block;
    margin-right: 20px;
    padding-right: 25px;
    border-right: 1px solid rgb(189 189 189 / 0.45);
    margin-right: 0;
}

.sidebar .widget_social_widget ul.style4 li {
    margin-right: 6px;
    padding-right: 10px;
    padding-bottom: 0 !important;
}

.sidebar .widget_social_widget ul.style4 li h6 {
    font-size: 15px;
}

.sidebar .widget_social_widget ul.style4 li i {
    margin-right: 7px;
}

.widget_social_widget ul.style4 li:last-child {
    margin-right: 0;
    padding-right: 0;
    border-right: none;
}

.widget_social_widget ul.style4 li a {
    width: 100%;
    height: 100%;
    text-align: left;
    line-height: 1;
}

.widget_social_widget ul.style4 li a .socialText {
    display: inline-block;
}

.widget_social_widget ul.style4 .socialText h6 {
    font-weight: 500;
    font-size: 16px;
}

.widget_social_widget ul.style4 li a i {
    margin-right: 8px;
    font-size: 105%;
    color: var(--sp-primary);
}

.widget_social_widget ul.style3 .socicon-fa-facebook,
.widget_social_widget ul.style2 .socicon-fa-facebook {
    background-color: #4161b8;
}

.widget_social_widget ul.style3 .socicon-fa-twitter,
.widget_social_widget ul.style2 .socicon-fa-twitter {
    background-color: #009dfa;
}

.widget_social_widget ul.style3 .socicon-fa-instagram,
.widget_social_widget ul.style2 .socicon-fa-instagram {
    background-color: #ea007b;
}

.widget_social_widget ul.style3 .socicon-fa-pinterest,
.widget_social_widget ul.style2 .socicon-fa-pinterest {
    background-color: #e60024;
}

.widget_social_widget ul.style3 .socicon-fa-dribbble,
.widget_social_widget ul.style2 .socicon-fa-dribbble {
    background-color: #c32361;
}

.widget_social_widget ul.style3 .socicon-fa-linkedin,
.widget_social_widget ul.style2 .socicon-fa-linkedin {
    background-color: #2567b3;
}

.widget_social_widget ul.style3 .socicon-fa-youtube,
.widget_social_widget ul.style2 .socicon-fa-youtube {
    background-color: #f70000;
}

.widget_social_widget ul.style3 .socicon-fa-whatsapp,
.widget_social_widget ul.style2 .socicon-fa-whatsapp {
    background-color: #0fb317;
}

.widget_social_widget ul.style2 a.socicon-fa-facebook:after,
.widget_social_widget ul.style4 .socicon-fa-facebook i {
    color: #4161b8;
}

.widget_social_widget ul.style2 a.socicon-fa-twitter:after,
.widget_social_widget ul.style4 .socicon-fa-twitter i {
    color: #009dfa;
}

.widget_social_widget ul.style2 a.socicon-fa-instagram:after,
.widget_social_widget ul.style4 .socicon-fa-instagram i {
    color: #ea007b;
}

.widget_social_widget ul.style2 a.socicon-fa-pinterest:after,
.widget_social_widget ul.style4 .socicon-fa-pinterest i {
    color: #e60024;
}

.widget_social_widget ul.style2 a.socicon-fa-dribbble:after,
.widget_social_widget ul.style4 .socicon-fa-dribbble i {
    color: #c32361;
}

.widget_social_widget ul.style2 a.socicon-fa-linkedin:after,
.widget_social_widget ul.style4 .socicon-fa-linkedin i {
    color: #2567b3;
}

.widget_social_widget ul.style2 a.socicon-fa-youtube:after,
.widget_social_widget ul.style4 .socicon-fa-youtube i {
    color: #f70000;
}

.widget_social_widget ul.style2 a.socicon-fa-whatsapp:after,
.widget_social_widget ul.style4 .socicon-fa-whatsapp i {
    color: #0fb317;
}

/* Popup */
.mfp-close-btn-in .fiona-blog-popup .mfp-close {
    color: #ffffff;
    background-color: #14212a;
    border-radius: 100%;
    line-height: 29px;
    margin: 22px;
}
.fiona-blog-popup {
    position: relative;
    padding: 80px 30px 80px 60px;
    width: 100%;
    max-width: 760px;
    min-height: 432px;
    max-height: 432px;
    margin: auto;
    transition: 1s all;
    z-index: 999;
    border-radius: 10px;
    overflow: hidden;
    overflow-y: auto;
    background: url('../images/popup/elements.png') #ffffff;
    background-position: center center;
    border: 15px solid transparent;
    border-image: url('../images/popup/border.png') 15 / 15px round;
}
.popup-img {
    max-width: 290px;
    height: 100%;
    padding: 5px;
}
.popup-img img {
    max-width: 290px;
}
.mfp-fade.mfp-bg {
    opacity: 0;
    transition: all 0.15s ease-out;
}
.fiona-blog-poupBox {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-wrap: wrap;
}
.fiona-blog-poupBox .popup-content {
    flex: 1;
}
.fiona-blog-poupBox .popup-content .email-form {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}
.popup-form {
    margin-top: 20px;
}
.popup-content p {
    font-size: 15px;
}
.email-form .email-field {
    min-height: 34px;
    font-size: 14px;
    border-radius: 5px;
    background-color: #f2f2f2;
    border-color: transparent;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 36px;
    padding-right: 38px;
}
.email-form label {
    position: relative;
    z-index: 0;
}
.email-form label:before {
    content: "\f0f3";
    font-family: 'fontawesome';
    font-size: 14px;
    position: absolute;
    top: 6.75px;
    left: 15px;
    color: var(--sp-primary);
    opacity: 0.5;
}
.email-form .email-submit {
    position: absolute;
    right: 0;
}
.email-form .email-submit {
    position: absolute;
    top: 0;
    right: 0;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}
.email-form p {
    margin-top: 10px;
}
.email-form p span {
    font-size: 14px;
    vertical-align: revert;
    display: inline-block;
}
.email-form input[type="checkbox"] {
    width: 15px !important;
    height: 15px;
    border-width: 1px;
    border-radius: 3px;
}
.email-form input[type=checkbox]:checked {
    background: var(--sp-primary);
}
.email-form input[type=checkbox]:checked:before {
    color: #ffffff;
    font-size: 10px;
    line-height: 13px;
}
.popup-content h3 {
    margin-bottom: 3px;
}
.poup-widget .widget.widget_social_widget {
    margin-top: 13px;
}
/* overlay animate in */
.mfp-fade.mfp-bg.mfp-ready {
    opacity: 0.8;
}
/* overlay animate out */
.mfp-fade.mfp-bg.mfp-removing {
    opacity: 0;
}
.mfp-fade.mfp-wrap .mfp-content {
    opacity: 0;
    transition: all 0.4s ease-out;
}
.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
    opacity: 1;
}
.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
    opacity: 0;
}

.style-dark,
.style-dark .footer,
.style-dark #content,
.style-dark .header {
    color: #ffffff;
    background-color: var(--sp-secondary-dark);
}

.style-light .footer {
    color: var(--sp-secondary-dark);
    background-color: #ffffff;
}

.style-light .footer .widget_payment_methods li a {
    color: var(--sp-primary);
}

.style-light .footer .widget_payment_methods li a:hover,
.style-light .footer .widget_payment_methods li a:focus {
    color: var(--sp-secondary-dark);
}

.style-dark .menubar .menu-wrap > li > a {
    color: #ffffff;
}

.style-dark .header-search-toggle,
.style-dark .cart-icon-wrap, .style-dark .toolkit-hover,
.style-dark .flash-hover, .style-dark .bookmark-hover {
    color: #ffffff;
}

.style-dark .hamburger-menu div {
    background-color: #ffffff;
}

.style-dark .bookmark-total {
    background-color: var(--sp-primary);
}

.style-dark .sticky-menu {
    background-color: var(--sp-secondary-dark);
    box-shadow: 0 10px 15px rgb(255 255 255 / 5%);
}

.style-dark .sidebar > .widget {
    color: #ffffff;
    background-color: var(--sp-secondary-dark);
}

.style-dark .theme-mobile-nav,
.style-dark .customize-tools,
.style-dark .av-column-12.blog-masonry-btn,
.style-dark .more-link:before,
.style-dark .heading-default h3:after,
.style-dark .post-items {
    background-color: var(--sp-secondary-dark);
}

.style-dark .post-items {
    box-shadow: 0px 0px 0px 1px rgb(189 189 189 / 45%);
}

.style-dark .sidebar .widget .widget-title:before,
.style-dark .heading-default h3:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: var(--sp-secondary-dark);
    z-index: -1;
}

.style-dark .cart-wrapper .cart-icon {
    background-image: url(../images/cart_icon_white.svg);
}

.style-dark .more-link,
.style-dark .post-items .post-meta a {
    color: #ffffff;
}

.style-dark .more-link:hover,
.style-dark .more-link:focus {
    color: var(--sp-primary);
}

.style-dark .sidebar .widget .widget-title {
    border-bottom: 1px solid rgb(189 189 189 / 0.45);
}

.style-dark .sidebar .widget .widget-title:after {
    border: 1px solid rgb(189 189 189 / 0.45);
    z-index: -2;
}

.style-dark .sidebar .widget.widget_calendar h5.widget-title {
    border: 1px solid rgb(189 189 189 / 0.45);
}

.style-dark .shopping-cart {
    background-color: var(--sp-secondary);
    color: #ffffff;
}

.style-dark .shopping-cart .cart-items .amount {
    color: #ffffff;
}

.style-dark .post-weekend .post-format .post-icon {
    box-shadow: 0px 0px 0px 2px var(--sp-secondary-dark);
}

.style-dark .mobi-head-top,
.style-dark .section-17 .theme-slider div.theme-content,
.style-dark .section-16 .theme-slider div.theme-content,
.style-dark .author-popup .author-div,
.style-dark .slider-nav button {
    color: #ffffff;
    background-color: var(--sp-secondary-dark);
}

.style-dark .section-17 .theme-slider div.theme-content,
.style-dark .section-16 .theme-slider div.theme-content {
    border: 1px solid rgb(189 189 189 / 0.45);
}

.style-dark .section-17 .theme-content .author-sub-date .post-date:not(.author-name):not(.comments-link) a,
.style-dark .section-16 .theme-content .author-sub-date .post-date:not(.author-name):not(.comments-link) a {
    border-color: #ffffff;
    color: #ffffff;
}

.style-dark .calendar_wrap table td {
    outline-color: rgb(189 189 189 / 0.45);
}

.style-dark .wp-calendar-nav,
.style-dark .calendar_wrap table caption,
.style-dark .sidebar .calendar_wrap {
    background-color: #71777b;
}

.style-dark .widget div.calendar_wrap .wp-calendar-nav span.wp-calendar-nav-prev a {
    border-color: rgb(255 255 255 / 35%);
}

.style-dark .opening-hours,
.style-dark .map-boxed,
.style-dark .map-head h4:after,
.style-dark .opening-heading h4:after,
.style-dark .send-your-enquiry,
.style-dark .send-your-enquiry h4:after,
.style-dark .author-head:after,
.style-dark .section-12.slider-wrapper {
    background-color: #14212a;
}

.style-dark .contact-info-wrapper .widget {
    background-color: var(--sp-secondary);
    color: #ffffff;
    border: 1px solid rgb(189 189 189 / 0.45);
}

.style-dark .contact-info-wrapper .contact-info span.text,
.style-dark .contact-info-wrapper .contact-info span.title {
    color: #ffffff;
}

.style-dark input[type="text"],
.style-dark input[type="email"],
.style-dark input[type="url"],
.style-dark input[type="password"],
.style-dark input[type="search"],
.style-dark input[type="number"],
.style-dark input[type="tel"],
.style-dark input[type="range"],
.style-dark input[type="date"],
.style-dark input[type="month"],
.style-dark input[type="week"],
.style-dark input[type="time"],
.style-dark input[type="datetime"],
.style-dark input[type="datetime-local"],
.style-dark input[type="color"],
.style-dark textarea,
.style-dark select {
    color: #ffffff;
    background-color: #14212a;
    border: 1px solid rgb(189 189 189 / 0.45);
}

.style-dark blockquote {
    background-color: rgb(189 189 189 / 0.25);
}

.style-dark .section-17 .main-slider .item,
.style-dark .section-16 .main-slider .item,
.style-dark .section-17.slider-wrapper,
.style-dark .section-16.slider-wrapper,
.style-dark .gallery-item,
.style-dark .header .widget_nav_menu .sub-menu,
.style-dark .navbar-area .menubar .dropdown-menu,
.style-dark .navigator-wrapper button.about-toggle:hover,
.style-dark .navigator-wrapper button.about-toggle:focus,
.style-dark .navigator-wrapper button.menu-toggle:focus,
.style-dark .navigator-wrapper button.menu-toggle:hover {
    background-color: var(--sp-secondary-dark);
}

.style-dark .footer .menu-wrap .dropdown-menu li a,
.style-dark .footer-copyright .widget_nav_menu .sub-menu li a,
.style-dark .header .widget_nav_menu .sub-menu li a,
.style-dark .navbar-area .menubar .dropdown-menu li a {
    color: #ffffff;
    border-bottom: 1px solid rgb(247 247 247 / 25%);
}

.style-dark .footer .menu-wrap .dropdown-menu li a:hover,
.style-dark .footer-copyright .widget_nav_menu .sub-menu li a:hover,
.style-dark .header .widget_nav_menu .sub-menu li a:hover,
.style-dark .navbar-area .menubar .dropdown-menu li a:hover,
.style-dark .footer .menu-wrap .dropdown-menu li a:focus,
.style-dark .footer-copyright .widget_nav_menu .sub-menu li a:focus,
.style-dark .header .widget_nav_menu .sub-menu li a:focus,
.style-dark .navbar-area .menubar .dropdown-menu li a:focus {
    color: var(--sp-primary);
}

.style-dark.woocommerce .woocommerce-ordering select.orderby {
    background-color: var(--sp-secondary-dark);
    box-shadow: 0 0 10px rgb(255 255 255 / 5%);
    border-color: rgb(255 255 255 / 35%);
}

.style-dark .product .product-single {
    background-color: var(--sp-secondary-dark);
}

.style-dark nav.woocommerce-pagination,
.style-dark .pagination {
    border: 1px solid rgb(189 189 189 / 0.45);
    box-shadow: none;
}

.style-dark.woocommerce div.product .woocommerce-tabs ul.tabs li.active {
    background: rgb(189 189 189 / 0.25);
    border-bottom-color: rgb(189 189 189 / 0.25);
}

.style-dark.woocommerce div.product .woocommerce-tabs ul.tabs::before {
    border-bottom-color: rgb(189 189 189 / 0.25);
}

.style-dark.woocommerce div.product .woocommerce-tabs ul.tabs li::after,
.style-dark.woocommerce div.product .woocommerce-tabs ul.tabs li::before {
    border: 1px solid rgb(189 189 189 / 0.25);
}

.style-dark p.woocommerce-notice.woocommerce-notice--success,
.style-dark div.woocommerce-info, .style-dark p.woocommerce-info,
.style-dark li.woocommerce-info {
    background-color: var(--sp-secondary-dark);
    box-shadow: 0 1px 0 1px rgb(255 255 255 / 35%);
    color: #ffffff;
}

.style-dark .woocommerce-account .woocommerce-MyAccount-content,
.style-dark .select2-container--default span.select2-selection--single {
    color: #ffffff;
    background-color: var(--sp-secondary-dark);
    border-color: rgb(255 255 255 / 35%);
}

.style-dark .select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #ffffff;
}

.style-dark .select2-results__options {
    background-color: var(--sp-secondary-dark);
}

.style-dark table,
.style-dark .woocommerce-checkout div#payment.woocommerce-checkout-payment {
    color: #ffffff;
    background-color: var(--sp-secondary-dark);
}

.style-dark .woocommerce-checkout div#payment.woocommerce-checkout-payment {
    box-shadow: 0 0 0 1px rgb(255 255 255 / 35%);
}

.style-dark .woocommerce-MyAccount-navigation ul li a {
    color: #ffffff;
    background-color: rgb(189 189 189 / 0.25);
}

.style-dark .woocommerce-MyAccount-navigation ul li.is-active a,
.style-dark .woocommerce-MyAccount-navigation ul li a:hover,
.style-dark .woocommerce-MyAccount-navigation ul li a:focus {
    color: #ffffff;
    background-color: var(--sp-secondary-dark);
}

.style-dark table td {
    border: 1px solid rgb(255 255 255 / 35%);
}

.style-dark input[type=checkbox], .style-dark input[type=radio],
.style-dark form[id*=give-form] #give-gateway-radio-list>li input[type=radio],
.style-dark form[id*=give-form] #give-gateway-radio-list>li input[type=checkbox],
.style-dark div.wpforms-container-full .wpforms-form input[type=radio],
.style-dark div.wpforms-container-full .wpforms-form input[type=checkbox] {
    background-color: var(--sp-secondary-dark);
}

.style-dark.woocommerce-checkout #payment .payment_method_paypal a.about_paypal {
    background-color: var(--sp-secondary-dark);
}

.style-dark.woocommerce-checkout #payment .payment_method_paypal a.about_paypal:hover,
.style-dark.woocommerce-checkout #payment .payment_method_paypal a.about_paypal:focus {
    background-color: var(--sp-primary);
}

.style-dark .woocommerce ul.order_details,
.style-dark.woocommerce-account .woocommerce-MyAccount-content,
.style-dark .woocommerce-MyAccount-navigation ul {
    color: #ffffff;
    background-color: var(--sp-secondary-dark);
    border: 1px solid rgb(255 255 255 / 35%);
}

.style-dark .woocommerce-MyAccount-navigation ul li a {
    border-bottom-color: rgb(255 255 255 / 35%);
}

.style-dark .fiona-popup,
.style-dark .author-box-main {
    background-color: var(--sp-secondary-dark);
}

.style-dark .mfp-close-btn-in .fiona-popup .mfp-close {
    background-color: var(--sp-primary);
}

.style-dark.woocommerce .products .product .woocommerce-loop-category__title .count {
    color: #ffffff;
}

/* Gallery Carousel */

.gallery .wrap {
    display: inline-grid !important;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
}
  
.wrap .gallery-item {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    height: auto;
}

.wrap .gallery-item > img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.widget_media_gallery .tns-nav button {
    background-color: rgb(158 158 158 / 65%);
}

.widget_media_gallery .tns-nav button.tns-nav-active {
    background: var(--sp-primary);
}

.widget_media_gallery .tns-nav {
    margin-top: 17px;
}

@media (min-width: 575px){
    .gallery-columns-1 .wrap{
      grid-template-columns: repeat(1, 1fr);
    }
    .gallery-columns-2 .wrap{
      grid-template-columns: repeat(2, 1fr);
    }
    .gallery-columns-3 .wrap{
      grid-template-columns: repeat(3, 1fr);
    }
    .gallery-columns-4 .wrap{
      grid-template-columns: repeat(3, 1fr);
    }
    .gallery-columns-5 .wrap{
      grid-template-columns: repeat(3, 1fr);
    }
    .gallery-columns-6 .wrap{
      grid-template-columns: repeat(3, 1fr);
    }
    .gallery-columns-7 .wrap{
      grid-template-columns: repeat(4, 1fr);
    }
    .gallery-columns-8 .wrap{
      grid-template-columns: repeat(4, 1fr);
    }
    .gallery-columns-9 .wrap{
      grid-template-columns: repeat(5, 1fr);
    }
    .gallery-columns-10 .wrap{
      grid-template-columns: repeat(5, 1fr);
    }
}

/* Audio Style Start */

.visualAudible__wrapper .playButton.medium {
    top: 7px;
    width: 30px;
    height: 30px;
}

.visualAudible__wrapper .sc-background-orange {
    background-color: var(--sp-primary);
    background-image: none;
}

.visualAudible__wrapper .playButton.medium .playButton__overlay {
    fill: var(--sp-primary);
}

.visualAudible__wrapper .visualAudible__body {
    margin: 90px 0 0;
}

.visualAudible__wrapper .soundHeader__rightRow {
    position: absolute;
    top: -106%;
    right: 15px;
}

.visualAudible__wrapper .logo.inverse.state-medium.alt svg path {
    fill: #ffffff;
}

.visualAudible__wrapper .title__h2.sc-link-dark, .visualAudible__wrapper .title__h1.g-text-visual {
    background-color: #ffffff;
    color: #212529;
    font-weight: 600;
    letter-spacing: 0.2px;
    font-size: 12px;
    text-decoration: none;
}

.visualAudible__wrapper .title__h1.g-text-visual {
    margin-bottom: 5px;
}

.visualAudible__wrapper .visualAudible__footer {
    bottom: 15%;
}

/* Audio Style End */

.navigation.posts-navigation .nav-links {
    position: relative;
    z-index: 0;
}

.navigation.posts-navigation .nav-links:after {
    content: '';
    display: table;
    clear: both;
}

.navigation.posts-navigation .nav-links .nav-previous {
    float: left;
}

.navigation.posts-navigation .nav-links .nav-next {
    float: right;
}

.navigation.posts-navigation .nav-links a {
    display: inline-block;
    line-height: 20px;
    padding: 6px 12px;
    background-color: var(--sp-primary);
    color: #ffffff;
    border-radius: 4px;
    font-size: 15px;
}

.navigation.posts-navigation .nav-links .nav-previous a:before,
.navigation.posts-navigation .nav-links .nav-next a:after {
    content: '\f112';
    font-family: fontawesome;
    font-size: 12px;
    display: inline-block;
}

.navigation.posts-navigation .nav-links .nav-previous a:before {
    margin-right: 5px;
}

.navigation.posts-navigation .nav-links .nav-next a:after {
    transform: rotateY(175deg);
    margin-left: 5px;
}

.navigation.posts-navigation .nav-links a:hover,
.navigation.posts-navigation .nav-links a:hover {
    text-decoration: underline;
}



.wp-block-table figcaption {
    text-align: center;
}

.wp-block-image figcaption {
    text-align: center;
}

.wp-block-file a.wp-block-file__button {
    background: var(--sp-primary);
}

.style-dark .footer-main table td {
    color: #fff;
}

blockquote.wp-block-quote.has-text-color p,blockquote.wp-block-quote.has-text-color p var,blockquote.wp-block-quote.has-text-color p cite,blockquote.wp-block-quote.has-text-color cite {
	color: inherit;
}