/*
Theme Name: Haste
Theme URI: https://haste.shufflehound.com
Author: Shufflehound
Author URI: http://shufflehound.com/
Description: Multi purpose WordPress theme
Version: 1.7
Requires at least: 5.2
Tested up to: 6.7
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: custom-colors, custom-menu, translation-ready, theme-options, right-sidebar, left-sidebar, full-width-template, threaded-comments, post-formats, featured-images
Text Domain: haste
*/


/*
** Main Typography
*/
* {
    box-sizing: inherit;
    -webkit-font-smoothing: antialiased;
    word-break: break-word;
    word-wrap: break-word;
}

body,
#wrapper {
    overflow-x: hidden;
    overflow-x: clip;
    max-width: 100%;
}

body {
    text-underline-offset: 2px;
    margin: 0;
}

body a:hover,
body a:focus {
    text-decoration: none;
}

body.sh-light-preview {
    background-color: #151515;
}

h1, h2, h3, h4, h5, h6 {
    margin-top: 0.6em;
    margin-bottom: 0px;
}

img {
    max-width: 100%;
	height: auto;
    vertical-align: middle;
}

picture {
    width: 100%;
}

.haste-image-radius {
	border-radius: 8px;
}

a {
    text-decoration: none;
}

p {
    line-height: var(--haste-line-height-body);
}

p:last-child {
    margin-bottom: 0;
}


/* Bootstrap */
dl, ol, ul {
    margin-top: 0;
}

.list-unstyled {
    padding-left: 0;
    list-style: none;
}

.ratio {
    position: relative;
    width: 100%;
}

.ratio-1x1 {
    --bs-aspect-ratio: 100%;
}

.ratio::before {
    display: block;
    padding-top: var(--bs-aspect-ratio);
    content: "";
}

.text-center {
    text-align: center;
}

.text-right,
.text-end {
    text-align: right;
}

.d-flex {
    display: flex!important;
}

.flex-column {
    flex-direction: column!important;
}

.flex-column-reverse {
    flex-direction: column-reverse!important;
}

@media (min-width: 768px) {
    .d-md-flex {
        display: flex!important;
    }
}

.align-items-center {
    align-items: center!important;
}

.justify-content-start {
    justify-content: flex-start!important;
}

.justify-content-center {
    justify-content: center!important;
}

.justify-content-end {
    justify-content: flex-end!important;
}

.card-body,
.flex-fill {
    flex: 1 1 auto!important;
}

.flex-grow-1 {
    flex-grow: 1!important;
}

.h1, h1 {
    font-size: 2.5rem;
}

.h2, h2 {
    font-size: 2rem;
}

.h3, h3 {
    font-size: 1.75rem;
}

.h4, h4 {
    font-size: 1.5rem;
}

.h5, h5 {
    font-size: 1.25rem;
}

.h6, h6 {
    font-size: 1rem;
}

p {
    margin-top: 0;
    margin-bottom: 1rem;
}

.ms-3 {
    margin-left: 1rem!important;
}

blockquote {
    margin: 0 0 1rem;
}
/* Bootstrap ends */

audio,
video,
iframe {
	max-width: 100%;
	display: block;
}

@media (min-width: 1024px) {
    .sh-sticky {
        position: -webkit-sticky;
        position: sticky;
        top: 0;
    }
}

.sh-radius-10 {
    border-radius: 10px;
}

.sh-sticky.sh-sticky-top-80 {
    top: 80px;
}

body.admin-bar .sh-sticky {
    top: 32px;
}

body.admin-bar .sh-sticky.sh-sticky-top-80 {
    top: 112px;
}

.sh-copy-link {
    cursor: pointer;
}

.sh-clear {
    clear: both;
}

.sh-hidden {
    display: none;
}

.sh-edit-link {
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: 100;
    opacity: 0;
    background-color: #ffffff;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    border-radius: 5px;
    box-shadow: 0px 7px 20px 2px rgb(70 70 70 / 7%)!important;
}

.sh-edit-link i {
    color: #212529;
    font-size: 18px;
    opacity: 0.6;
}

.elementor-widget-haste-testimonials:hover .sh-edit-link,
.sh-contactform7:hover .sh-edit-link,
.sh-tabs:hover .sh-edit-link,
.elementor-widget .sh-edit-link:hover,
.elementor-widget .sh-edit-link:focus {
    opacity: 1;
}

article .sh-edit-link:hover .sh-edit-link,
article .sh-edit-link:focus .sh-edit-link {
    opacity: 0;
}

.elementor-widget.elementor-widget-haste-blog-posts article .sh-item-container:hover .sh-edit-link,
.elementor-widget.elementor-widget-haste-blog-posts article .sh-item-container:focus .sh-edit-link,
.elementor-widget.elementor-widget-haste-portfolio .sh-portfolio-item .sh-item-container:hover .sh-edit-link,
.elementor-widget.elementor-widget-haste-portfolio .sh-portfolio-item .sh-item-container:focus .sh-edit-link {
    opacity: 1;
}

.elementor-widget.elementor-widget-haste-blog-posts article .sh-edit-link,
.elementor-widget.elementor-widget-haste-portfolio .sh-portfolio-item .sh-edit-link{
    right: 10px;
    bottom: 10px;
}

.sh-edit-link:hover i,
.sh-edit-link:focus i {
    opacity: 1;
}

.sh-disable-text-selection {
    -webkit-touch-callout: none;
      -webkit-user-select: none;
       -khtml-user-select: none;
         -moz-user-select: none;
          -ms-user-select: none;
              user-select: none;
}

.sh-position-relative {
    position: relative;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    overflow-wrap: break-word;
}



body p {
    margin-bottom: 1.5em;
}

*:focus {
    outline: none
}

.card {
    background-color: var(--haste-color-bg);
    border: 0px solid;
}



.woocommerce .woocommerce-ordering {
    position: relative;
}

.woocommerce .woocommerce-ordering:after,
.wpcf7-select-container:after {
	content: "\e912";
	font-family: 'Shufflehound-icons-free';
	font-weight: normal;
	font-size: 18px;

	display: block;
	position: absolute;
	top: 0;
	left: 90%;
	line-height: 1;
    pointer-events: none
}

.woocommerce .woocommerce-ordering:after {
    line-height: 50px;
    left: 85%;
}

.post-content a {
    text-decoration: underline;
}

.post-content ul {
    font-weight: 600;
}

.post-content ul li {
    padding: 5px 0;
}

.post-content h1,
.post-content h2,
.post-content h3,
.post-content h4,
.post-content h5,
.post-content h6 {
    margin-top: 60px;
    margin-bottom: 20px;
}

.has-drop-cap:not(:focus):first-letter {
    font-size: 300%;
    line-height: .68;
    font-weight: 700;
    text-decoration: underline;
    margin: 0em 0.2em 0 0;
    text-underline-offset: 10px;
}

.post-content figure.wp-block-image {
    margin-top: 40px!important;
}

.post-content blockquote.wp-block-quote {
    margin-top: 40px!important;
}

blockquote.wp-block-quote {
    border-left: 2px solid var(--haste-color-accent);
    padding-bottom: 5px;
}

blockquote.wp-block-quote p {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 5px;
    line-height: 1.6;
}

blockquote.wp-block-quote:before {
    content: "\f10d";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    text-transform: none;
    -webkit-font-smoothing: antialiased;
    font-size: 24px;
    display: block;
    margin-bottom: 35px;
    transform: rotate(180deg);
}

blockquote.wp-block-quote cite {
    font-style: normal;
    font-weight: 600;
    font-size: 20px;
    display: block;
    margin-top: 20px;
}

blockquote.wp-block-quote {
    text-align: center;
    padding-left: 5%;
    padding-right: 5%;
}

blockquote.wp-block-quote p {
    font-size: 40px;
    line-height: 1.2;
    font-weight: 600;
    margin-bottom: 0;
}

.alignwide {
    margin-left: -100px!important;
    margin-right: -100px!important;
    max-width: 100vw;
}

.alignfull {
    margin-left: calc(-100vw / 2 + 100% / 2)!important;
    margin-right: calc(-100vw / 2 + 100% / 2)!important;
    max-width: 100vw;
}

.alignfull img {
    width: 100vw;
}

.headroom {
    z-index: 1;
    will-change: transform;
    transition: transform 200ms linear;
}
.headroom--pinned {
    transform: translateY(0%);
}
.headroom--unpinned {
    transform: translateY(-100%);
}

.sh-sticky .elementor-column-wrap {
    display: flex;
    align-items: flex-start;
    overflow: visible;
}

body.sh-elementor-feature-container .sh-sticky {
    display: flex;
    align-items: flex-start;
    overflow: visible;
    flex-direction: column;
}

.sh-sticky .elementor-widget-wrap {
    position: sticky;
    position: -webkit-sticky;
    top: 0;
}

body.admin-bar .sh-sticky .elementor-widget-wrap {
    top: 32px;
}


/*
** Additional Typography
*/
.haste-animate-done {
    opacity: 1;
    animation-duration: 3s;
}

.sh-align-left {
    text-align: left;
}

.sh-align-center {
    text-align: center;
}

.sh-align-right {
    text-align: right;
}

.sh-block-align-left {
    margin-left: 0;
    margin-right: auto;
}

.sh-block-align-center {
    margin-left: auto;
    margin-right: auto;
}

.sh-block-align-right {
    margin-left: auto;
    margin-right: 0;
}

.sh-page-padding-default {
    margin-top: 90px;
    margin-bottom: 135px;
}

@media (max-width: 800px) {
    .sh-page-padding-default {
        margin-top: 40px;
    }
}

.sh-page-comments {
    margin-top: 60px;
}

.sh-full-width {
    width: 99.225vw;
    position: relative;
    margin-left: -49.59vw;
    left: 50%;
}

.is-sticky {
    z-index: 99999;
    position: relative;
}


/*
** WordPress Default Editor Styles
*/
.alignnone {
    margin: 5px 20px 20px 0;
}

.aligncenter,
div.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}

.alignright {
    float:right;
    margin: 5px 0 20px 20px;
}

.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

a img.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}

a img.alignnone {
    margin: 5px 20px 20px 0;
}

a img.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.wp-caption {
    background: #fff;
    border: 1px solid #f0f0f0;
    max-width: 96%;
    padding: 5px 3px 10px;
    text-align: center;
}

.wp-caption.alignnone {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
    margin: 5px 0 20px 20px;
}

.wp-caption img {
    border: 0 none;
    height: auto;
    margin: 0;
    max-width: 98.5%;
    padding: 0;
    width: auto;
}

.wp-caption p.wp-caption-text {
    font-size: 11px;
    line-height: 17px;
    margin: 0;
    padding: 0 4px 5px;
}


.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important;
}

.screen-reader-text:focus {
	background-color: #eee;
	clip: auto !important;
	clip-path: none;
	color: #444;
	display: block;
	font-size: 1em;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
}

.gallery-caption,
.bypostauthor {
    color: inherit;
}



/*
** CSS variables
*/
body.dark-mode input,
body.dark-mode textarea,
body.dark-mode select,
body.dark-mode button {
	color: var( --haste-color-text );
	border-color: var( --haste-color-border );
}

.sh-logo-content {
    line-height: 1;
}

.sh-logo-standard,
.sh-logo-dark {
    max-height: 200px;
}

@media (max-width: 767px) {
    .sh-logo-standard,
    .sh-logo-dark {
        max-height: 100px;
    } 
}

.sh-logo-dark,
.dark-mode .sh-logo-standard {
    display: none;
}

.dark-mode .sh-logo-dark {
    display: inline-block;
}

body,
.sh-navigation li ul.sub-menu,
.sh-blog-layout-shadow .sh-blog-item-container {
	background-color: var( --haste-color-bg );
}


#titlebar-content {
	border-top: 1px solid var( --haste-color-border );
	border-bottom: 1px solid var( --haste-color-border );
}


body,
.sh-navigation li a,
.sh-search-form-trigger-icon,
.sh-color-body {
	color: var( --haste-color-text );
}


h1, h2, h3, h4, h5, h6,
.sh-languages li a.sh-languages-active-item,
.sh-element-navigation li.current-menu-parent > a,
.sh-element-navigation li.current_page_item a,
.sh-element-navigation li.current-menu-item a,
.sh-element-navigation li.current-menu-ancestor > a
.sh-tab-title.active,
.sh-element-testimonial-name,
.sh-share a,
.sh-color-heading,
.haste-color-heading {
	color: var( --haste-color-heading );
}


.sh-font-heading,
blockquote.wp-block-quote p {
	font-family: var(--haste-font-heading);
}

a {
	color: var(--haste-color-link);
}

a:hover,
a:focus {
	color: var(--haste-color-link-hover);
}

.sh-icon-box-icon,
.sh-heading a .sh-heading-content:hover,
.sh-blog-item-title:hover,
.sh-blog-item-title:focus,
.sh-comment-meta .sh-comment-meta-edit a,
.woocommerce .sh-woocommerce-progress-item.active:hover a.button,
.sh-woocommerce-product-quickview:hover,
.haste-color-accent,
.haste-color-accent-hover:hover,
.sh-blog-item-meta-extended .sh-meta-author a:hover {
	color: var( --haste-color-accent );
}

.sh-woocommerce-product-add-to-cart a:hover {
	color: var( --haste-color-accent )!important;
}

.sh-line-before-text,
.sh-accordion-item.active .sh-accordion-item-title,
.btn,
.wpcf7-submit,
.sh-blog-item-numbers:hover,
.woocommerce-mini-cart__buttons.buttons a.button.checkout {
	background-color: var( --haste-color-accent );
}

::selection {
	background-color: var( --haste-color-accent )!important;
	color: #fff;
}
::-moz-selection {
	background-color: var( --haste-color-accent )!important;
	color: #fff;
}

.sh-blog-item-meta,
.sh-blog-item-meta a,
.sh-comment-meta a,
.sh-comment-author-moderator,
.sh-portfolio-item-category {
	color: var(--haste-color-meta)
}

input[type="submit"],
button[type="submit"],
.woocommerce-Price-amount,
.woocommerce-Message a.button,
.woocommerce form .form-row label,
.sh-navigation-cart p,
.haste-body-font {
	font-family: var(--haste-font-body);
}

.sh-wpeditor-content ul,
.sh-wpeditor-content li,
.haste-font-paragraph,
.woocommerce-review-link,
.woocommerce-Message,
address,
input,
textarea,
select {
	font-family: var(--haste-font-paragraph);
}

p,
.sh-tags a,
.woocommerce-Tabs-panel--description ul,
.woocommerce-Tabs-panel--description ol,
.sh-wpeditor-content ul,
.sh-wpeditor-content li {
	color: var( --haste-color-paragraph );
}

.sh-wpeditor-content table th,
.sh-wpeditor-content table td {
    padding: 15px 30px;
}

.post-content table:not(.shop_table) tbody tr:nth-child(odd) th,
.post-content table:not(.shop_table) tbody tr:nth-child(odd) td {
    background-color: #c0c0c01c;
}


.sh-pagination {
	text-align: var(--haste-pagination-align);
}


.sh-blog-page .sh-pagination {
	text-align: var(--haste-blog-pagination-align);
}

.sh-badge {
    display: inline-block;
    line-height: 14px;
    font-size: 10px;
    padding: 3px 5px;
    border-radius: 3px;
    background-color: #2a2a2a;
    color: #fff;
    font-weight: 600;
    margin-left: 4px;
    position: relative;
    top: -1px;
    font-size: 11px;
}


/*
** Blog
*/
.sh-blog-archive .sh-blog-item-title {
    margin-bottom: 15px;
    line-height: 1.4em;
}

.sh-blog-archive .sh-blog-layout-basic .sh-blog-item-media {
    margin-bottom: 30px;
}

.sh-blog-archive.sh-blog-layout-basic .sh-blog-item-meta {
    margin-bottom: 10px;
}

.sh-blog-archive.sh-blog-layout-basic .sh-blog-meta-categories-item {
    border-radius: 100px;
}

.sh-blog-archive.sh-blog-layout-basic:not(.sh-blog-related) .sh-blog-meta-categories-item {
    font-size: 16px;
    color: var(--haste-color-heading);
}




/*
** Sidebar
*/
.sh-page-with-sidebar:not(.sh-page-with-sidebar-off) > .sh-page-content {
	width: calc( var(--haste-site-width) - var(--haste-sidebar-width) );
}

.sh-sidebar-content {
	width: var(--haste-sidebar-width);
}

.sh-widget-item h1,
.sh-widget-item h2,
.sh-widget-item h3,
.sh-widget-item h4,
.sh-widget-item h5,
.sh-widget-item h6 {
    margin-top: 0;
}

.sh-widget-item:not(:last-child) {
	margin-bottom: var(--haste-sidebar-widget-gap);
}

.sh-page-with-sidebar-left .sh-sidebar-content {
	padding-right: var(--haste-sidebar-gap);
}

.sh-page-with-sidebar-right .sh-sidebar-content {
	padding-left: var(--haste-sidebar-gap);
}

.sh-sidebar {
    z-index: 1;
}

.sh-page-with-sidebar {
    display: flex;
    width: 100%;
}

@media (max-width: 800px) {
    .sh-page-with-sidebar {
        display: block;
    } 

    .sh-page-with-sidebar:not(.sh-page-with-sidebar-off) > .sh-page-content,
    .sh-sidebar-content {
        width: auto;
    }

    .sh-sidebar-content {
        padding-left: 0!important;
        padding-right: 0!important;
    }

    .woocommerce-result-count {
        width: 100%;
    }
}

.sh-page-with-sidebar-left {
    flex-direction: row-reverse;
}

.woocommerce .sh-sidebar h3 {
    font-size: 18px;
}




/*
** Widgets
*/

/* Filter price */
input.wc-block-price-filter__range-input {
    height: auto!important;
    line-height: normal!important;
}

.wc-block-price-filter__range-input--min::-webkit-slider-thumb,
.wc-block-price-filter__range-input--max::-webkit-slider-thumb {
    background-color: var(--haste-color-accent);
    border-color: var(--haste-color-accent);
}

.wc-block-components-price-slider__range-input-progress {
    --range-color: var(--haste-color-accent);
    opacity: 0.3;
}

.wc-block-components-price-slider__range-input-wrapper:before {
    background-color: var(--haste-color-border);
    opacity: 1;
}

.wp-block-woocommerce-price-filter > .wc-block-price-filter__title {
    margin-bottom: 20px;
}

.wc-block-components-price-slider__controls {
    display: inline-flex;
    margin-top: 0px;
    margin-bottom: 0px;
}

.wc-block-components-price-slider__actions {
    display: inline-flex;
    margin-left: 10px;
    float: right;
}

.wc-block-price-filter__button.wc-block-components-price-slider__button {
    height: 40px;
    line-height: 40px;
    padding: 0 20px;
    font-size: 14px;
    font-weight: 600;
    background-color: var(--haste-color-bg-light);
    color: var(--haste-color-heading);
}

.wc-block-price-filter__button.wc-block-components-price-slider__button:hover,
.wc-block-price-filter__button.wc-block-components-price-slider__button:focus {
    background-color: var(--haste-color-accent);
    color: #ffffff;
}

.wc-block-components-price-slider--is-input-inline .wc-block-components-price-slider__controls .wc-block-components-price-slider__amount {
    height: 40px;
    line-height: 40px;
    font-size: 14px;
    max-width: 80px;
    text-align: center;
    border-color: var(--haste-color-border)!important;
}

.wc-block-components-filter-reset-button {
    height: auto;
    line-height: normal;
    font-size: 14px;
}

.wc-block-components-price-slider__range-input-wrapper {
    margin: 25px 0;
    margin-bottom: 40px;
}

/* Product categories */
.wc-block-product-categories-list-item-count:before,
.wc-block-product-categories-list-item-count:after {
    display: none;
}

.wc-block-product-categories-list-item-count span {
    float: right;
    border: 1px solid var(--haste-color-border);
    padding: 3px 5px;
    line-height: 1;
    border-radius: 4px;
    min-width: 22px;
    text-align: center;
    font-weight: 600;
    font-size: 12px;
    color: var(--haste-color-heading);
}

.wc-block-product-categories-list-item__name {
    font-weight: 600;
    color: var(--haste-color-heading);
}


/* Products */
.sh-sidebar .wc-block-grid__product {
    padding-left: 80px;
    position: relative;
    text-align: left;
    min-height: 70px;
}

.sh-sidebar .wc-block-grid__product-image {
    width: 60px;
    position: absolute;
    left: 0;
}

.sh-sidebar .wc-block-grid__product-image img {
    border-radius: 3px;
}

.sh-sidebar .wc-block-grid__product-onsale {
    display: none;
}

.sh-sidebar .wc-block-grid__product-title {
    margin-bottom: 5px;
}

.sh-sidebar .wc-block-grid__product-rating {
    margin: 0;
    display: inline-block; 
}


/* Tag Cloud */
.tag-cloud-link:after {
    content: ","
}


/* Search */
.wc-block-product-search__fields {
    position: relative;
}

.wc-block-product-search .wc-block-product-search__field {
    font-size: 14px;
    padding: 0 20px;
    border-width: 0px;
    background-color: var(--haste-color-bg-light);
    padding-right: 50px;
}

.wc-block-product-search__button {
    position: absolute!important;
    top: 1px; right: 1px; bottom: 1px;
    border-width: 0px; 
    height: auto; 
    line-height: normal;
    background: transparent;
    padding: 0 20px!important;
    opacity: 50%;
}

.wc-block-product-search__button:hover,
.wc-block-product-search__field:focus + .wc-block-product-search__button {
    opacity: 1;
}

.wc-block-product-search__button svg {
    display: none;
}

.wc-block-product-search__button:after {
    content: "\e968";
    font-family: 'Shufflehound-icons-free' !important;
    speak: never;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
}




/*
** Main font styling
*/
body {
	font-family: var(--haste-font-body);
	font-weight: var(--haste-weight-body);
	font-size: var(--haste-size-body);
	line-height: var(--haste-line-height-body);
}

.sh-navigation li ul.sub-menu {
	font-family: var(--haste-font-body);
}

h1, h2, h3, h4, h5, h6,
.haste-typography-heading,
.sh-woocommerce-review-meta-user .meta * {
	font-family: var(--haste-font-heading);
	font-weight: var(--haste-weight-heading);
	line-height: var(--haste-line-height-heading);
	letter-spacing: var(--haste-letter-spacing-heading);
}

p,
.sh-tags,
.sh-blog-item-meta,
.sh-comment-meta,
.woocommerce-Tabs-panel--description ul,
.woocommerce-Tabs-panel--description ol {
	font-family: var(--haste-font-paragraph);
	font-weight: var(--haste-weight-paragraph);
	font-size: var(--haste-size-paragraph);
}


/*
** Site width
*/
.sh-carousel-dots-container-on:not(.sh-carousel-dots-align-center) .flickity-page-dots {
	width: var(--haste-site-width);
}

.sh-carousel-prevnext-container-on .sh-carousel-custom-buttons {
	max-width: var(--haste-site-width);
}


/*
** Input
*/
input,
textarea,
select,
button {
    border-radius: 5px;
    border: 1px solid var(--haste-color-border);
    background-color: var(--haste-color-bg);
    box-sizing: border-box;
}

input[type="submit"],
button[type="submit"] {
    border-radius: 5px;
}

input:not([type="checkbox"]),
select,
button {
    height: 52px;
    line-height: 52px;
    padding: 0 20px;
}

input[type="checkbox"] {
    margin-right: 6px;
}

textarea {
    padding: 23px;
    width: 100%;
    resize: none;
}

input[type="submit"] {
    background-color: var(--haste-color-accent);
    color: #fff;
    border-width: 0px;
    padding: 0 30px;
    font-size: 14px;
}

input[type="submit"]:hover,
input[type="submit"]:focus {
    background-color: var(--haste-color-accent-hover);
}

input:focus,
textarea:focus {
    border: 2px solid var(--haste-color-accent);
}

.woocommerce #respond input#submit {
    background-color: var(--haste-color-heading);
    color: var(--haste-color-bg);
    padding: 0 30px;
    font-size: 16px;
    border-radius: 5px;
    height: 50px;
    line-height: 50px;
}

.woocommerce #respond input#submit:hover {
    background-color: var(--haste-color-accent);
    color: #ffffff;
}

.select2-container--default .select2-selection--single {
    background-color: var(--haste-color-);
    color: var( --haste-color-text );
    border-color: var( --haste-color-border );
}

.sh-select {
    display: inline-flex;
    position: relative;
}

.sh-select select {
    -webkit-appearance: none;
    -moz-appearance: none;
    text-indent: 1px;
    text-overflow: '';
    padding-right: 50px!important;
    cursor: pointer;
}

.sh-select:after {
    content: "\e912";
    font-family: "Shufflehound-icons-free";
    font-weight: normal;
    text-transform: none;
    -webkit-font-smoothing: antialiased;
    font-size: 21px;
    top: 50%;
    margin-top: -10px;
    margin-right: 7px;
    right: 1em;
    position: absolute;
    line-height: 1;
    pointer-events: none;
}

.sh-quantity {
    display: inline-flex;
    border-radius: 5px;
    border: 1px solid var(--haste-color-border);
    position: relative;
    margin-right: 10px;
}

.sh-quantity input {
    margin-right: 0!important;
    border-width: 0px!important;
    padding-right: 26px!important;
    -moz-appearance: textfield;
}

.sh-quantity input::-webkit-outer-spin-button,
.sh-quantity input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.sh-quantity-increase,
.sh-quantity-decrease {
    position: absolute;
    height: 12px;
    line-height: 0;
    padding: 0px;
    right: 7px;
    font-size: 18px;
    cursor: pointer;
    user-select: none; 
    /* border: 1px solid red; */
}

.sh-quantity-increase:hover,
.sh-quantity-decrease:hover {
    color: var(--haste-color-accent);
}

.sh-quantity-increase i,
.sh-quantity-decrease i {
    line-height: 12px;
}

.sh-quantity-increase {
    top: 13px;
}

.sh-quantity-decrease {
    top: 27px;
}

/*
** Keyframes
*/
@keyframes Haste_FadeIn {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}


/*
** Notice
*/
.sh-notice {
    background-color: var(--haste-color-bg-light);
    padding: 12px 20px;
    font-size: 16px;
    border-radius: 5px;
    margin: 15px 0;
}

.sh-notice-container {
    display: flex;
    align-items: center;
}

.sh-notice-text {
    display: block;
    flex: 1;
    margin: 0;
}

.sh-notice-button {
    display: block;
    background-color: var( --haste-color-accent );
    color: #ffffff;
    font-size: 12px;
    font-weight: bold;
    padding: 5px 10px;
    border-radius: 5px;
}

.sh-notice-button:hover {
    background-color: var( --haste-color-accent-hover );
    color: #fff;
}

/* Inline notice */
.sh-notice-inline {
    display: inline-block;
}

.sh-notice-inline .sh-notice-text {
    margin-right: 30px;
}

@media (max-width: 800px) {
    .sh-notice-admin-user .sh-notice-text {
        display: none!important;
    }
}


.sh-logo img {
    image-rendering: auto;
}




/*
** Header
*/
body.elementor-preview-mode .sh-header {
    pointer-events: none;
}

.sh-navigation {
    padding-left: 0px;
    margin-bottom: 0px;
    position: relative;
}

.sh-navigation li {
    display: inline-flex;
    align-items: center;
    padding: 0px;
}

.sh-navigation > li:last-child {
    padding-right: 0px!important;
}

.sh-navigation li:not(.sh-navigation-megamenu) li {
    position: relative;
}

.sh-navigation > li > a {
    font-weight: 600;
    font-size: 15px;
}

.sh-navigation > li:not(:first-child) {
    padding-left: 1vw;
}

.sh-navigation > li:not(:last-child) {
    padding-right: 1vw;
}

.sh-navigation li a {
    display: flex;
    align-items: center;
    position: relative;
    transition: 0s;
}

.sh-navigation li ul a {
    padding-top: 2px;
    padding-bottom: 2px;
}

.sh-navigation > li:first-child {
    padding-left: 0px!important;
}

.sh-navigation > li:last-child {
    padding-right: 0px!important;
}

.sh-nav-tag {
    position: absolute;
    right: -5px; top: -6px;
    background-color: #2a2a2a;
    color: #ffffff;
    font-size: 10px;
    border-radius: 3px;
    padding: 0px 6px;
    line-height: 15px;
    height: 15px;
    display: inline-block;
    transform: translateX(100%);
}


/* Navigation Break Fix */
.sh-navigation-break-fix {
    padding: 15px 0;
}

.sh-navigation-break-fix.sh-navigation > li.menu-item > a {
    min-height: 50px!important;
    max-height: 50px;
    line-height: 50px!important;
}

/* Navigation Inverese Hover */
.sh-navigation-inverse-hover .sh-navigation > li {
    opacity: 1;
    transition: opacity 0.3s ease;
}

.sh-navigation-inverse-hover .sh-navigation:hover > li {
    opacity: 0.6;
}

.sh-navigation-inverse-hover .sh-navigation > li:hover {
    opacity: 1;
    transition-duration: 0s;
}

.sh-navigation li.menu-item-has-children > a:after,
.sh-navigation-mobile li.menu-item-has-children > a:after {
    content: "\e912";
    font-family: "Shufflehound-icons-free";
    font-weight: normal;
    text-transform: none;
    -webkit-font-smoothing: antialiased;
    font-size: 15px;

    padding-left: 0.1em;
    top: 0.05em;
    position: relative;
}

.sh-navigation ul li.menu-item-has-children > a:after {
    position: absolute;
    right: 10px;
    top: 50%;
    padding-top: 0.2em;
    transform: translateY(-50%);
    line-height: 1;
}

.sh-navigation-depth-1 .sh-navigation li.menu-item-has-children > a:after {
    display: none;
}

.sh-navigation-depth-1 .sh-navigation li .sh-navigation-megamenu {
    display: none!important;
}

.sh-navigation-menu-submenu-icon-none .sh-navigation li.menu-item-has-children > a:after {
    content: "";
}

.sh-navigation-menu-submenu-icon-chevron-fa .sh-navigation li.menu-item-has-children > a:after {
    content: "\e912";
    font-family: "Shufflehound-icons-free";
    font-weight: normal;
    text-transform: none;
}

span.sh-menu-item-box {
    position: relative;
    width: 100%;
}

.sh-navigation-megamenu span.sh-menu-item-box {
    width: auto;
}

.sh-navigation-indicator-box ul.sh-navigation > li > a  {
    border-radius: 100px;
    line-height: 40px;
    display: block;
    padding: 0 20px;
}

.sh-navigation-indicator-box ul.sh-navigation > li.current-menu-item > a {
    background-color: var(--haste-color-accent);
    color: #ffffff
}

.sh-navigation-indicator-underline span.sh-menu-item-box {
    line-height: 1.8;
}

.sh-navigation-indicator-underline span.sh-menu-item-box:after {
    display: block;
    content: "";
    position: absolute;
    bottom: -6px;
    left: 0px;
    right: 0px;
    background-color: var(--haste-color-accent);
    height: 2px;
    border-radius: 100px;
    transition: 0.25s transform ease-in-out;
    transform: scaleX(0);
    transform-origin: 100% 50%;
}

.sh-navigation > li.current-menu-parent > a span.sh-menu-item-box:after,
.sh-navigation > li.current_page_item > a span.sh-menu-item-box:after,
.sh-navigation > li.current-menu-item > a span.sh-menu-item-box:after,
.sh-navigation > li.current-menu-ancestor > a span.sh-menu-item-box:after {
    transition: 0.25s width ease-in-out;
    width: 15px;
    transform: scaleX(1);
}

.sh-navigation > li.current-menu-parent:hover > a span.sh-menu-item-box:after,
.sh-navigation > li.current_page_item:hover > a span.sh-menu-item-box:after,
.sh-navigation > li.current-menu-item:hover > a span.sh-menu-item-box:after,
.sh-navigation > li.current-menu-ancestor:hover > a span.sh-menu-item-box:after {
    width: 100%;
}

.sh-navigation > li:hover > a span.sh-menu-item-box:after {
    transform: scaleX(1);
    transform-origin: 0px 50%;
}


/* Dropdown Menu */
.sh-navigation li ul.sub-menu {
    box-shadow: 0px 8px 20px 5px rgba( 0, 0, 0, 0.08 );
    background-color: var(--haste-color-bg-dm-light);
    padding-left: 0px;
    top: 100%;
    opacity: 1;
    transition: 0ms;
    z-index: 1000;
    width: 220px;
    display: block!important;
    visibility: hidden;
    position: absolute;
    font-size: 14px;
    font-weight: normal;

    transform: translateY(10px);
    transition: 0.4s transform ease-out;
    opacity: 0;
}

.sh-navigation li ul.sub-menu .sh-navigation-megamenu-container ul {
    transform: translateY(0px);
}

.sh-navigation li.sh-navigation-hover > ul {
    visibility: visible;
    opacity: 1;
    z-index: 11;
    transform: translateY(0px);
}


.sh-navigation ul.sub-menu a .sh-menu-item-box {
    opacity: 0;
}

.sh-navigation li.sh-navigation-hover ul.sub-menu a .sh-menu-item-box {
    opacity: 1;
    transition: opacity 0.4s, background 0.25s ease-out;
}

.sh-navigation ul.sub-menu {
    text-align: left;
	border-radius: 5px;
    padding: 15px 0px;
}

.sh-navigation ul.sub-menu li {
    display: block;
    width: 100%;
}

.sh-navigation ul.sub-menu li.menu-item a > .sh-menu-item-box {
    border-radius: 5px;
    padding: 5px 12px;
}

.sh-navigation ul.sub-menu ul.sub-menu {
    top: 0;
    right: -220px;
}

.sh-navigation ul.sub-menu li {
    padding: 0 15px;
}

.sh-navigation ul.sub-menu li.current-menu-item > a > .sh-menu-item-box,
.sh-navigation ul.sub-menu li:not(.woocommerce-mini-cart-item):hover > a > .sh-menu-item-box {
    background-color: var(--haste-color-border-light);
    font-weight: bold;
}

.sh-navigation ul.sub-menu li.current-menu-parent > a > .sh-menu-item-box {
    font-weight: bold;
}


/* Inverted dropdown open - 1 level */
.sh-navigation li ul.sub-menu.sh-navigation-inverted {
    right: 0;
    margin-left: -220px;
}


/* Inverted dropdown open - 2+ level */
.sh-navigation li ul.sub-menu.sh-navigation-inverted ul.sub-menu {
    left: -220px;
    right: auto;
}




/*
** Dark dropdown
*/
.sh-navigation-dropdown-dark .sh-navigation ul.sub-menu {
    background-color: #212121;
}

.sh-navigation-dropdown-dark .sh-navigation ul.sub-menu,
.sh-navigation-dropdown-dark .sh-navigation ul.sub-menu a {
    color: #fff;
}

.sh-navigation-dropdown-dark .woocommerce.widget_shopping_cart li.woocommerce-mini-cart-item.mini_cart_item {
    border-color: #3a3a3a;
}

.sh-navigation-dropdown-dark .sh-navigation ul.sub-menu li:not(.woocommerce-mini-cart-item):hover > a {
    background-color: #2c2c2c;
}


/* Navigation - Cart */
.sh-element-navigation-cart .widget_shopping_cart ul.woocommerce-mini-cart {
    position: relative;
    left: 0;
    width: auto;
    border-width: 0px;
    transition: none;
}

.sh-element-navigation-cart .sh-navigation li.sh-navigation-hover ul {
    visibility: visible;
}


.sh-navigation-megamenu-container {
    display: flex;
    justify-content: center;
}

.sh-navigation-mobile .sh-navigation-megamenu-container {
    display: block;
}

.sh-navigation-megamenu-content {
    display: flex;
}




/*
** Header - Megamenu
*/
.sh-navigation .sh-navigation-megamenu > ul.sub-menu {
    width: 100%;
    padding: 80px 30px;
    border-radius: 5px;
    left: 0; right: 0;
    width: 100%;
}

.elementor-section:not(.elementor-section-boxed) .sh-navigation-megamenu-container > li {
    max-width: 16.6666666667%;
}

.sh-navigation-megamenu-container > li:not(:last-child) {
    margin-right: 45px;
}

.sh-navigation-megamenu-container > li > a {
    font-weight: bold;
    font-size: 16px;
}

.sh-navigation-megamenu-container > li > a > .sh-menu-item-box {
    background-color: transparent!important;
}

.sh-navigation-megamenu-container li a:after {
    display: none;
}

.sh-navigation-megamenu.sh-navigation-hover ul.sub-menu ul {
    visibility: visible;
}

.sh-navigation .sh-navigation-megamenu > ul.sub-menu ul {
    position: static;
    display: block;
    width: auto;
    background: none;
    padding: 0;
    box-shadow: none;
    opacity: 1!important;
}

.sh-navigation .sh-navigation-megamenu > ul.sub-menu li {
    padding: 0;
}


/* Header overlay */
.sh-header-overlay {
    position: absolute;
    left: 0; top: 0; right: 0;
    z-index: 50;
}

body.admin-bar .sh-header-overlay {
    top: 32px;
}

@media (max-width: 782px) {
    body.admin-bar .sh-header-overlay {
        top: 46px;
    }
}


/* Sticky Header */
.sh-header-sticky {
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    background-color: #fff;
    z-index: 3000;
}

body.admin-bar .sh-header-sticky {
    top: 32px;
}

@media (max-width: 782px) {
    body.admin-bar .sh-header-sticky {
        top: 46px;
    }
}




/*
** Header Classic
*/
.sh-header-classic {
    font-size: 18px;
    border-bottom: 1px solid var(--haste-color-border);
}

.sh-header-overlay .sh-header-classic {
    border-bottom-width: 0px;
}

.sh-header-classic ul {
    margin-bottom: 0;
    padding-left: 0;
}

@media (min-width: 1025px) {
    .sh-header-classic-container {
        padding-left: 40px!important;
        padding-right: 40px!important;
    }
}

.sh-header-classic .container .sh-header-classic-container {
    padding-left: calc( var(--haste-site-gutter) / 2 )!important;
    padding-right: calc( var(--haste-site-gutter) / 2 )!important;  
}

.sh-header-classic-container {
    min-height: 100px;
}

.sh-header-classic-logo-content {
    position: relative;
    padding-top: 20px;
    padding-bottom: 20px;
}

.sh-header-classic-logo-content img[src$=".svg"],
.sh-footer-classic-logo img[src$=".svg"] {
    height: 30px;
}

.sh-header-classic .sh-navigation > li > a {
    line-height: 110px;
    height: 110px;
}

/* Header Classic Layout - Right */
.sh-header-classic-layout-right .sh-navigation-container,
.sh-header-classic-layout-right .sh-notice {
    display: table;
    margin-left: auto;
}

/* Header Classic Layout - Left */
.sh-header-classic-layout-left .sh-header-classic-container,
.sh-header-classic-layout-left .sh-notice {
    flex-direction: row-reverse;
}

/* Header Classic Layout - Center */
.sh-header-classic-layout-center .sh-header-classic-container {
    flex-direction: column;
    text-align: center;
    padding-top: 30px;
}

.sh-header-classic-layout-center .sh-header-classic-logo-content {
    padding-bottom: 20px;
}

.sh-header-classic-layout-center .sh-notice-admin-user {
    margin-bottom: 30px;
}

/* Header Classic Layout - Side */
.sh-header-classic-layout-side {
    position: fixed;
    left: 0;
    top: 0;
    bottom: 0;
    width: 300px;
    z-index: 1000;
    background-color: var(--haste-color-bg);
    padding-top: 60px;
    border-right: 1px solid var(--haste-color-border);
}

.sh-header-classic-layout-side .sh-header-classic-container {
    flex-direction: column;
    text-align: center;
}

.sh-header-classic-layout-side .sh-header-classic-logo-content {
    padding-top: 30px;
    padding-bottom: 30px;
}

.sh-header-classic-layout-side .sh-navigation li {
    display: block;
}

.sh-header-classic-layout-side .sh-navigation li a {
    display: inline-flex;
    padding-top: 8px;
    padding-bottom: 8px;
}

.sh-header-classic-layout-side .sh-navigation li,
.sh-header-classic-layout-side .sh-navigation li a {
    padding-left: 0px!important;
    padding-right: 0px!important;
}


/* Contenent Left Padding */
body.sh-header-classic-in-left-side #wrapper {
    padding-left: 300px;
}


/* Header Mobile Classic */
.sh-header-mobile-classic {
    text-align: center;
    font-size: 21px;
    padding: 20px;
}

.sh-navigation-fullscreen-trigger {
    display: none;
}

.sh-navigation-fullscreen-trigger .sh-navigation-menu-toggle {
    display: block;
}

@media (max-width: 1000px) {
    .sh-navigation-classic {
        display: none;
    }

    .sh-navigation-fullscreen-trigger {
        display: table;
        margin-left: auto;
    }
}




/*
** Titlebar Classic
*/
.sh-titlebar-content {
    position: relative;
}

.sh-titlebar-classic {
    margin-top: 110px;
    margin-bottom: 105px;
    text-align: center;
}

.sh-titlebar-classic .sh-breadcrumbs-title {
    font-size: 60px;
    margin-top: 10px;
    margin-bottom: 0px;
}

@media (max-width: 600px) {
    .sh-titlebar-classic .sh-breadcrumbs-title {
        font-size: 40px;
    }
}

.sh-breadcrumbs {
    font-size: 16px;
    font-weight: 600;
}

.sh-breadcrumbs a {
    font-weight: 400;
}

.sh-breadcrumbs a:last-child {
    font-weight: 600;
}

.sh-breadcrumbs a {
    font-weight: normal;
}

.sh-breadcrumbs a,
.sh-breadcrumbs i {
    color: inherit;
}

.sh-breadcrumbs i {
    font-size: 12px;
    padding: 0 8px;
    position: relative;
    top: -1px;
}

.sh-breadcrumbs a:hover {
    color: var(--haste-color-accent);
}

.sh-breadcrumbs-icon {
    margin-top: 20px;
    font-size: 24px;
}

.sh-breadcrumbs i.fa-angle-right:before {
    display: none;
}

.sh-breadcrumbs i.fa-angle-right:after {
    content: '/';
    font-size: 16px;
    font-weight: 400;
    font-family: var(--haste-font-body);
}




/*
** Footer Classic
*/
.sh-footer-content {
    position: relative;
}

.sh-footer-classic {
    font-size: 12px;
    margin-top: 90px;
    border-top: 1px solid var(--haste-color-border);
}

.sh-footer-classic.sh-footer-classic-no-spacing {
    margin-top: 0;
}

.sh-footer-classic .sh-widget-item {
    display: inline-block;
    vertical-align: top;
    margin-right: -4px;
    padding-right: 40px;
}

.sh-footer-classic-columns.sh-columns-3-1 .sh-widget-item {
    width: 22%;
}

.sh-footer-classic-columns.sh-columns-3-1 .sh-widget-item:first-child {
    width: 34%;
}

@media (max-width: 700px) {
    .sh-footer-classic .sh-widget-item,
    .sh-footer-classic .sh-widget-item:first-child {
        width: 100%!important;
    }
}

.sh-footer-classic-widgets {
    padding-top: 90px;
    padding-bottom: 0px;
}

.sh-footer-classic-widgets .sh-social-icons-list {
    margin-top: 40px;
}

.sh-footer-classic-copyrights {
    padding-top: 30px;
    padding-bottom: 100px;
    font-size: 14px;
    font-weight: 400;
}

.sh-developer-copyrights i,
i.sh-developer-copyrights-live {
    display: inline-block;
    background-color: #ff1a65;
    color: #fff;
    width: 24px;
    height: 24px;
    line-height: 25px;
    text-align: center;
    border-radius: 100px;
    margin-left: 2px;
    margin-right: 2px;
    font-size: 80%;
}

@media (max-width: 800px) {
    .sh-footer-classic-copyrights-content {
        display: block;
    }
}

.sh-footer-classic .sh-notice {
    float: right;
}

.sh-footer-classic .sh-social-icons-item {
    margin-bottom: 8px;
}




/*
** Boxed layout
*/
@media (min-width: 1064px) {
    body.sh-boxed-layout .haste-content-populated {
        padding-left: 0px!important;
        padding-right: 0px!important;
    }
}



/*
** Widgets
*/
.widget_search label > span {
    display: none;
}

.widget-title {
    font-size: 18px;
}

.sh-widget-item ul {
    list-style: none;
    padding-left: 0px;
}

.sh-widget-item ul ul {
    padding-left: 20px;
}

.sh-widget-item ul,
.sh-widget-item p,
.sh-widget-item a {
    /* color: #7c7c7c; */
    font-size: 15px;
}

.sh-widget-item a {
    color: var(--haste-color-paragraph);
}

.sh-widget-item a:hover {
    color: var(--haste-color-accent);
}

.sh-widget-item ul li {
    padding-bottom: 10px;
}

.sh-widget-title,
.sh-footer-classic .wp-block-group__inner-container > h2 {
    font-size: 18px;
    margin-bottom: 20px;
}




/*
** Edit buttons
*/
.sh-edit-page {
    display: block;
    position: absolute;
    border-radius: 5px;
    padding: 4px 10px;
    font-size: 11px;
    font-weight: bold;
    margin-top: 10px;
    margin-bottom: 10px;
    background-color: #fafafa;
    z-index: 100;
    transition: 0.3s all ease-in-out;
    color: #272727;
    border: #272727 2px solid;
    opacity: 0;
    right: 10px;
}

.sh-header:hover .sh-edit-page-header,
.sh-titlebar:hover .sh-edit-page-titlebar,
.sh-footer-content:hover .sh-edit-page-footer {
    opacity: 1;
}

.sh-edit-page-header {
    top: 37px;
    right: 15px;
}

.sh-edit-page-titlebar {
    top: 20px;
    right: 15px;
}

.sh-edit-page-footer {
    right: 15px;
    bottom: 0px;
}

body.sh-backtotop-active .sh-edit-page-footer {
    bottom: 60px;
}

body.elementor-editor-active .sh-edit-page {
    display: none;
}




/*
** Columns
*/
.sh-columns-1 .sh-column-item,
.sh-columns-1 .swiper-slide,
.sh-section-carousel-columns-1.elementor-section .elementor-top-column {
    width: 100%;
}

.sh-columns-2 .sh-column-item,
.sh-columns-2 .swiper-slide,
.sh-section-carousel-columns-2.elementor-section .elementor-top-column {
    width: 50%;
}

.sh-columns-3 .sh-column-item,
.sh-columns-3 .swiper-slide,
.sh-section-carousel-columns-3.elementor-section .elementor-top-column {
    width: 33.33%;
}

.sh-columns-4 .sh-column-item,
.sh-columns-4 .swiper-slide,
.sh-section-carousel-columns-4.elementor-section .elementor-top-column {
    width: 25%;
}

.sh-columns-5 .sh-column-item,
.sh-columns-5 .swiper-slide,
.sh-section-carousel-columns-5.elementor-section .elementor-top-column {
    width: 20%;
}

.sh-columns-6 .sh-column-item,
.sh-columns-6 .swiper-slide,
.sh-section-carousel-columns-6.elementor-section .elementor-top-column {
    width: 16.6666666667%;
}

.sh-columns-1 .sh-carousel-content .sh-column-item:nth-child(n+2),
.sh-columns-2 .sh-carousel-content .sh-column-item:nth-child(n+3),
.sh-columns-3 .sh-carousel-content .sh-column-item:nth-child(n+4),
.sh-columns-4 .sh-carousel-content .sh-column-item:nth-child(n+5),
.sh-columns-5 .sh-carousel-content .sh-column-item:nth-child(n+6) {
    display: none;
}

.sh-columns-1 .sh-carousel-content .flickity-slider .sh-column-item:nth-child(n+2),
.sh-columns-2 .sh-carousel-content .flickity-slider .sh-column-item:nth-child(n+3),
.sh-columns-3 .sh-carousel-content .flickity-slider .sh-column-item:nth-child(n+4),
.sh-columns-4 .sh-carousel-content .flickity-slider .sh-column-item:nth-child(n+5),
.sh-columns-5 .sh-carousel-content .flickity-slider .sh-column-item:nth-child(n+6) {
    display: block;
}

@media (max-width: 1300px) {
    .sh-columns-4 .swiper-slide,
    .sh-columns-5 .swiper-slide {
        min-width: 33.33%!important;
    }
}

@media (max-width: 1000px) {
    .sh-columns-3 .swiper-slide,
    .sh-columns-4 .swiper-slide,
    .sh-columns-5 .swiper-slide {
        min-width: 50%!important;
    }
}

@media (max-width: 600px) {
    .sh-columns-mobile-1 .sh-column-item,
    .sh-columns-mobile-1 .swiper-slide {
        min-width: 100%!important;
    }

    .sh-columns-mobile-2 .sh-column-item,
    .sh-columns-mobile-2 .swiper-slide {
        min-width: 50%!important;
    }

    .sh-columns-mobile-3 .sh-column-item,
    .sh-columns-mobile-3 .swiper-slide {
        min-width: 33.33%!important;
    }
}


/* Crop Last Visible Column */
.sh-columns-2.sh-columns-cropped-on .flickity-slider .sh-column-item {
    width: 93%;
}

.sh-columns-3.sh-columns-cropped-on .flickity-slider .sh-column-item {
    width: 38%;
}

.sh-columns-4.sh-columns-cropped-on .flickity-slider .sh-column-item {
    width: 27%;
}

.sh-columns-5.sh-columns-cropped-on .flickity-slider .sh-column-item {
    width: 21.5%;
}

.sh-section-carousel-on.elementor-section .elementor-container,
.sh-section-carousel-on.elementor-section .elementor-row {
    display: block;
}

.sh-section-carousel-on.elementor-section .elementor-row .elementor-row {
    display: flex;
}

@media (max-width: 800px) {
    .sh-section-carousel-on.elementor-section .elementor-column {
        margin-bottom: 30px;
    }
}

body.elementor-editor-active .sh-section-carousel-on.elementor-section .elementor-column {
    width: 100%;
    padding-bottom: 30px;
}

body.elementor-editor-active .sh-section-carousel-on.elementor-section .elementor-column:last-child {
    margin-bottom: 0px;
}

body.elementor-editor-active .sh-section-carousel-on.elementor-section:after {
    content: "Section as Carousel (will display horizontally)";
    display: block;
    position: absolute;
    top: 0;
    left: 50%;
    width: 300px;
    margin-left: -150px;
    font-size: 12px;
    text-align: center;
    color: #fff;
    background-color: #71d7f7;
    line-height: 24px;
    opacity: 0;
}
@media (max-width: 800px) {
    body.elementor-editor-active .sh-section-carousel-on.elementor-section:after {
        font-size: 11px;
        width: 230px;
        margin-left: -115px;
    }
}

body.elementor-editor-active .sh-section-carousel-on.elementor-section:hover:after {
    opacity: 1;
}

@media (max-width: 600px) {
    .sh-blog:not(.haste-swiper) .sh-blog-item {
        width: 100%;
    }

    div:not(.swiper-wrapper) > .sh-column-item,
    div:not(.swiper-wrapper) > .sh-carousel-item,
    div:not(.swiper-wrapper) > .sh-portfolio-item,
    div:not(.swiper-wrapper) > .sh-footer-classic .sh-widget-item {
        min-width: 50%;
    }
}




/*
** Carousel - Navigation
*/
.sh-carousel-nav-item {
    text-align: center;
}

.sh-carousel-nav-item-image {
    width: 88px;
    height: 88px;
    margin: 20px auto;
    display: flex;
    align-items: center;
    justify-content: center;
}

.sh-carousel-nav-item-image-content {
    width: 60px;
    height: 60px;
    border-radius: 100px;
    background-color: var(--haste-color-bg-light);
    background-position: 50% 50%;
    background-size: cover;
    cursor: pointer;
    transition: 0.4s all ease-out;
    opacity: 0.5;
}

.swiper-slide-active .sh-carousel-nav-item-image-content {
    width: 80px;
    height: 80px;
    border: 4px solid var(--haste-color-bg);
    box-shadow: 0px 0px 0px 3px var(--haste-color-accent);
    opacity: 1;
}

.sh-carousel-nav-item-name {
    font-weight: bold;
}

.sh-carousel-nav-item-name,
.sh-carousel-nav-item-title {
    position: relative;
    transition: 0.4s all ease-out;
}

.swiper-slide-active .sh-carousel-nav-item-name {
    opacity: 1;
    bottom: 0px;
}

.sh-carousel-nav .flickity-button {
    display: none!important;
}


/* Carousel Next/Prev Options */
.sh-carousel-nextprev-on .flickity-prev-next-button {
    visibility: visible;
}

@media (max-width: 767px) {
    .sh-carousel-nextprev-on .flickity-prev-next-button {
        display: none;
    }
}


/* Carousel Dots */
.flickity-page-dots .dot:first-child {
    margin-left: 0!important; /* Disable first dot left margin when changing spacing */
}

.flickity-page-dots .dot:last-child {
    margin-right: 0!important; /* Disable last dot right margin when changing spacing */
}

.sh-carousel .flickity-page-dots {
    display: none;
}

.sh-carousel-dots-status-on .sh-carousel .flickity-page-dots {
    display: block;
}

.sh-carousel-dots-status-off .sh-carousel {
    padding-bottom: 0px;
}


/* Carousel Dots - Align */
.sh-carousel-dots-align-left .flickity-page-dots {
    text-align: left;
}

.sh-carousel-dots-align-right .flickity-page-dots {
    text-align: right;
}


/* Carousel Remote */
.sh-carousel-remote {
    display: inline-flex;
    box-shadow: 0px 20px 29px 0px rgba(0,0,0,0.10)!important;
    background-color: var(--haste-color-bg-dm-light);
    overflow: hidden;
}

.sh-carousel-remote .sh-carousel-remote-prev {
    border-right: 1px solid var(--haste-color-border-light);
}

.sh-carousel-remote .swiper-button {
    position: static;
    display: block!important;
    margin-top: 0;
}

.swiper-button:not(.swiper-button-disabled):hover {
    color: var( --haste-color-accent );
}

.swiper-button i {
    position: relative;
}

.swiper-button-prev i {
    left: 0;
}

.swiper-button-prev:not(.swiper-button-disabled):hover i {
    left: -3px;
}

.swiper-button-next:after,
.swiper-button-prev:after {
    display: none!important;
}

.swiper-button-next i {
    right: 0px;
}

.swiper-button-next:not(.swiper-button-disabled):hover i {
    right: -3px;
}




/*
** Portfolio
*/
.elementor-widget-haste-portfolio {
    z-index: 0;
}

.sh-portfolio:not(.haste-swiper):not(.sh-portfolio-layout-grid1):not(.sh-portfolio-layout-grid2):not(.sh-portfolio-layout-grid3) {
    --haste-column-gap: 40px;
    --haste-column-gap-top: 40px;
    display: flex;
    flex-flow: row wrap;
    margin: calc(-1 * var(--haste-column-gap-top)) 0 0 calc(-1 * var(--haste-column-gap));
}

.sh-portfolio:not(.haste-swiper):not(.sh-portfolio-layout-grid1):not(.sh-portfolio-layout-grid2):not(.sh-portfolio-layout-grid3) .sh-portfolio-item .sh-portfolio-item-container {
    margin: var(--haste-column-gap-top) 0 0 var(--haste-column-gap);
}

.sh-portfolio.haste-swiper.sh-swiper-rows .sh-portfolio-item:not(:first-child) {
    padding-top: var(--haste-column-gap-top);
}

.sh-portfolio-item {
    display: inline-block;
    position: relative;
    vertical-align: top;
}

body.elementor-editor-active .sh-masonry .sh-portfolio-item {
    margin-right: -4px;
}

.sh-portfolio-item-inactive {
    opacity: 0.5;
}

.sh-portfolio-item-container {
    position: relative;
    overflow: hidden;
}

.sh-portfolio-item-container,
.sh-portfolio-item-image {
    border-radius: 8px;
}

.sh-portfolio-list.haste-swiper {
    margin: 0;
}

.sh-portfolio-list.haste-swiper .sh-portfolio-item-container {
    margin: 0;
}

.sh-portfolio-item-image img {
    width: 100%;
}

.sh-portfolio-item-text {
    display: flex;
    flex-direction: column;
    --haste-element-content-gap: 3px;
}

.sh-portfolio-item-image {
    position: relative;
    overflow: hidden;
    -webkit-mask-image: -webkit-radial-gradient(white, black);
    mask-image: -webkit-radial-gradient(white, black);
}

.sh-portfolio-item-title {
    font-weight: 700;
    font-size: 18px;
    margin: 0;
    transition: 0.3s all ease-out;
}

.sh-portfolio-item-title:hover {
    color: var(--haste-color-accent);
}

.sh-portfolio-item-category {
    font-size: 16px;
}

.sh-portfolio-item-category a {
    color: inherit;
}

.sh-portfolio-item-category a:hover {
    color: var(--haste-color-accent);
}

.elementor-widget-haste-portfolio:not(.sh-portfolio-details-reverse-on) .sh-portfolio-item-category {
    margin-bottom: var(--haste-element-content-gap);
}

.sh-portfolio-details-reverse-on .sh-portfolio-item-category {
    margin-top: var(--haste-element-content-gap);
}

.sh-portfolio-item-category-item {
    display: inline-block;
    margin-right: -4px;
}

.sh-portfolio-item-category-item + .sh-portfolio-item-category-item:before {
    content: ", ";
}

.sh-portfolio-item-description {
    margin-top: 5px;
    font-size: 16px;
}

.sh-portfolio-details-reverse-on .sh-portfolio-item-text {
    flex-direction: column-reverse;
}

.sh-portfolio-detalis-reverse-on .sh-portfolio-item-category {
    margin-top: 3px;
    margin-bottom: 0px;
}


.sh-portfolio-style-floating-box .sh-portfolio-item-text {
    transform: scale(1) translateX(-100%);
}

.sh-portfolio-overlay-on-hover.sh-portfolio-style-floating-box .sh-portfolio-item-image:hover .sh-portfolio-item-text {
    transform: translateX(0);
}

.sh-portfolio-overlay-on-load .sh-portfolio-item .sh-overlay,
.sh-portfolio-overlay-on-load .sh-portfolio-item-image .sh-portfolio-item-text,
.sh-portfolio-overlay-on-hover .sh-portfolio-item-image:hover .sh-portfolio-item-text {
    opacity: 1;
    transform: scale(1);
}




/*
** Portfolio - Basic
*/
.sh-portfolio-style-basic {
    margin-top: -30px;
    margin-right: -30px;
}

.sh-portfolio-style-basic .sh-portfolio-item-title {
    font-size: 24px;
}

.sh-portfolio-style-basic .sh-portfolio-item-text {
    margin-top: 25px;
}

.sh-portfolio-style-basic .sh-portfolio-item-container,
.sh-portfolio-style-basic-shadow .sh-portfolio-item-container {
    overflow: visible;
}

.sh-portfolio-style-basic:not(.sh-portfolio-layout-grid1) .sh-portfolio-item .sh-edit-link,
.sh-portfolio-style-basic-shadow:not(.sh-portfolio-layout-grid1) .sh-portfolio-item .sh-edit-link {
    right: 0!important;
    bottom: 0!important;
}




/*
** Portfolio - Basic Shadow
*/
.sh-portfolio-style-basic-shadow .sh-portfolio-item-container {
    background-color: var(--haste-color-bg);
}

.sh-portfolio-style-basic-shadow .sh-portfolio-item-text {
    padding: 25px 30px;
}

.sh-portfolio-style-basic-shadow .sh-portfolio-item-with-details .sh-portfolio-item-container {
    box-shadow: 0px 10px 20px 0px rgba( 0, 0, 0, 0.05 );
}

.sh-portfolio-style-basic-shadow .sh-portfolio-item-image {
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
}




/*
** Portfolio - Floating Text
*/
.sh-portfolio-style-floating .sh-portfolio-item-text {
    position: absolute;
    bottom: 30px;
    left: 30px;
    opacity: 0;
    transition: 0.3s all cubic-bezier(0.43, 0.61, 0, 1.05);
}

.sh-portfolio-style-floating .sh-portfolio-item-text,
.sh-portfolio-style-floating .sh-portfolio-item-text .sh-portfolio-item-category,
.sh-portfolio-style-floating .sh-portfolio-item-text h5 {
    color: #ffffff;
}

.sh-portfolio-style-floating .sh-item-container .sh-overlay {
    opacity: 1;
}

.sh-portfolio-style-floating .sh-portfolio-item-text .sh-overlay-content-button-accent {
    margin-top: 20px;
}

.sh-portfolio-overlay-on-hover .sh-portfolio-style-floating .sh-overlay-content-button,
.sh-portfolio-overlay-on-hover .sh-portfolio-style-basic .sh-overlay-content-button,
.sh-portfolio-overlay-on-hover .sh-portfolio-style-basic-shadow .sh-overlay-content-button {
    position: relative;
    transition: 0.2s all ease-out;
    left: -15px;
}

.sh-portfolio-overlay-on-hover .sh-portfolio-style-floating .sh-item-container:hover .sh-overlay-content-button,
.sh-portfolio-overlay-on-hover .sh-portfolio-style-basic .sh-item-container:hover .sh-overlay-content-button,
.sh-portfolio-overlay-on-hover .sh-portfolio-style-basic-shadow .sh-item-container:hover .sh-overlay-content-button {
    left: 0px;
}




/*
** Portfolio - Floating Box
*/
.sh-portfolio-style-floating-box .sh-portfolio-item-text {
    position: absolute;
    bottom: 0px;
    left: 0px;
    background-color: var(--haste-color-bg);
    padding: 25px 40px;
    border-radius: 8px;
    opacity: 0;
    transition: 0.3s all ease-out;
    margin: 20px;
}

.sh-portfolio-style-floating .sh-portfolio-item-text h5 {
    font-size: 24px;
}




/*
** Portfolio Layout - Grid 1
*/
.sh-portfolio-layout-grid1 {
    --haste-columns-gap: 40px;
    --haste-grid-columns: 2;
    --haste-grid-height: 341px;
    display: grid;
    grid-gap: var( --haste-columns-gap );
    grid-template-columns: repeat( var(--haste-grid-columns), 1fr);
    grid-auto-rows: var(--haste-grid-height);
}

.sh-portfolio-layout-grid1,
.sh-portfolio-layout-grid1 .sh-portfolio-item-container {
    margin: 0!important;
}

.sh-portfolio-layout-grid1 .sh-portfolio-item img {
    width: 100%;
    object-fit: cover;
}

.sh-portfolio-layout-grid1 .sh-portfolio-item img,
.sh-portfolio-layout-grid1 .sh-item-container,
.sh-portfolio-layout-grid1 .sh-portfolio-item-container,
.sh-portfolio-layout-grid1 .sh-portfolio-item-image,
.sh-portfolio-layout-grid1 .sh-background-image-animate {
    height: 100%;
}

@media (min-width: 1100px) {
    .sh-portfolio-layout-grid1 {
        --haste-grid-columns: 4;
    }

    .sh-portfolio-layout-grid1 .sh-portfolio-item:first-child,
    .sh-portfolio-layout-grid1 .sh-portfolio-item:nth-child(7) {
        grid-column-end: span 2;
        grid-row-end: span 2;
    }

    .sh-portfolio-layout-grid1 .sh-portfolio-item:nth-child(4),
    .sh-portfolio-layout-grid1 .sh-portfolio-item:nth-child(8) {
        grid-column-end: span 2;
        grid-row-end: span 1;
    }
}

@media (max-width: 600px) {
    .sh-portfolio-layout-grid1 {
        --haste-grid-columns: 1;
        --haste-grid-height: 200px;
    }
}




/*
** Portfolio Layout - Grid 2
*/
.sh-portfolio-layout-grid2 {
    --haste-columns-gap: 40px;
    --haste-grid-columns: 2;
    --haste-grid-height: 600px;
    display: grid;
    grid-gap: var( --haste-columns-gap );
    grid-template-columns: repeat( var(--haste-grid-columns), 1fr);
    grid-auto-rows: var(--haste-grid-height);
}

.sh-portfolio-layout-grid2,
.sh-portfolio-layout-grid2 .sh-portfolio-item-container {
    margin: 0!important;
}

.sh-portfolio-layout-grid2 .sh-portfolio-item img {
    width: 100%;
    object-fit: cover;
}

.sh-portfolio-layout-grid2 .sh-portfolio-item img,
.sh-portfolio-layout-grid2 .sh-item-container,
.sh-portfolio-layout-grid2 .sh-portfolio-item-container,
.sh-portfolio-layout-grid2 .sh-portfolio-item-image,
.sh-portfolio-layout-grid2 .sh-background-image-animate {
    height: 100%;
}

@media (min-width: 1100px) {
    .sh-portfolio-layout-grid2 {
        --haste-grid-columns: 2;
    }

    .sh-portfolio-layout-grid2 .sh-portfolio-item:nth-child(1),
    .sh-portfolio-layout-grid2 .sh-portfolio-item:nth-child(4),
    .sh-portfolio-layout-grid2 .sh-portfolio-item:nth-child(7) {
        grid-row-end: span 1;
        grid-column-end: span 2;
    }
}

@media (max-width: 600px) {
    .sh-portfolio-layout-grid2 {
        --haste-grid-columns: 1;
        --haste-grid-height: 200px;
    }
}




/*
** Portfolio Layout - Grid 3
*/
.sh-portfolio-layout-grid3 {
    --haste-columns-gap: 40px;
    --haste-grid-columns: 2;
    --haste-grid-height: 400px;
    display: grid;
    grid-gap: var( --haste-columns-gap );
    grid-template-columns: repeat( var(--haste-grid-columns), 1fr);
    grid-auto-rows: var(--haste-grid-height);
}

.sh-portfolio-layout-grid3,
.sh-portfolio-layout-grid3 .sh-portfolio-item-container {
    margin: 0!important;
}

.sh-portfolio-layout-grid3 .sh-portfolio-item img {
    width: 100%;
    object-fit: cover;
}

.sh-portfolio-layout-grid3 .sh-portfolio-item img,
.sh-portfolio-layout-grid3 .sh-item-container,
.sh-portfolio-layout-grid3 .sh-portfolio-item-container,
.sh-portfolio-layout-grid3 .sh-portfolio-item-image,
.sh-portfolio-layout-grid3 .sh-background-image-animate {
    height: 100%;
}

@media (min-width: 1100px) {
    .sh-portfolio-layout-grid3 {
        --haste-grid-columns: 4;
    }

    .sh-portfolio-layout-grid3 .sh-portfolio-item:nth-child(1),
    .sh-portfolio-layout-grid3 .sh-portfolio-item:nth-child(8),
    .sh-portfolio-layout-grid3 .sh-portfolio-item:nth-child(11) {
        grid-row-end: span 2;
        grid-column-end: span 2;
    }
}

@media (max-width: 600px) {
    .sh-portfolio-layout-grid3 {
        --haste-grid-columns: 1;
        --haste-grid-height: 200px;
    }
}


/* Portfolio - Equal Height */
.sh-portfolio-equal-height .sh-portfolio-item {
	width: auto!important;
}

.sh-portfolio-equal-height  .sh-portfolio-item img {
	display: block;
	height: 500px;
	width: auto;
    max-width: none;
}


/* Portfolio - Carousel Indicator */
.sh-carousel-indicator {
    padding-top: 50px;
}

.sh-carousel-indicator-bar {
    display: table;
    width: 100%;
	background-color: #f0f0f0;
	height: 4px;
}

.sh-carousel-indicator-bar span {
	display: block;
	width: 20%;
	height: 4px;
	background-color: #2664ff;
}

.sh-carousel-indicator[data-rtl="on"] span {
	float: right;
}

.sh-carousel-indicator-align-center .sh-carousel-indicator {
    margin-left: auto;
    margin-right: auto;
}

.sh-carousel-indicator-align-right .sh-carousel-indicator {
    margin-left: auto;
}




/*
** Portfolio Single
*/
.sh-portfolio-single-main {
    display: flex;
    margin-top: 90px;
    margin-bottom: 30px;
}

.sh-portfolio-single-main-media {
    position: relative;
    width: 50%;
}

.sh-portfolio-single-main-media .sh-blog-single-share {
    position: absolute;
    top: 20px; left: 20px;
    border-radius: 5px;
    z-index: 1;
    margin-top: 0;
}

.sh-portfolio-single-main-media .sh-share-item {
    background-color: transparent;
    color: var(--haste-color-heading);
    border-width: 0px;
}

.sh-portfolio-single-main-media .sh-share-item:hover {
    color: var(--haste-color-accent);
    border-width: 0px;
}

.sh-portfolio-single-main-media .sh-share-item i {
    opacity: 1;
}

.sh-portfolio-single-main-media img {
    border-radius: 8px;
}

.sh-portfolio-single-main-content {
    width: 50%;
    padding-left: 60px;
    padding-top: 0px;
}

@media (max-width: 700px) {
    .sh-portfolio-single-main {
        flex-direction: column-reverse;
    }

    .sh-portfolio-single-main-media,
    .sh-portfolio-single-main-content {
        width: 100%;
        padding: 0;
    }

    .sh-portfolio-single-main-content {
        margin-bottom: 60px;
    }
}

.sh-portfolio-single-media:not(:last-child) {
    margin-bottom: 40px;
}

.sh-portfolio-single-media img {
    width: 100%;
}

.sh-portfolio-single-title {
    margin-bottom: 20px;
}

.sh-portfolio-single-title h1 {
    font-size: 60px;
    max-width: 800px;
    margin: 0 auto;
}
@media (max-width: 600px) {
    .sh-portfolio-single-title h1 {
        font-size: 40px;
    }
}

.sh-portfolio-single .sh-portfolio-single-title {
    margin-bottom: 20px;
}

.sh-portfolio-single-breadcrumbs {
    margin-bottom: 40px;
}

.sh-portfolio-single .sh-portfolio-single-details {
    margin-top: 10px;
}

.sh-portfolio-single .sh-portfolio-single-related-content > h3 {
    margin-bottom: 45px;
}

.sh-portfolio-single .sh-portfolio-single-related .sh-portfolio-item-title {
    line-height: 1.4;
    margin-bottom: 5px
}

.sh-portfolio-single .sh-portfolio-single-description {
    margin-bottom: 70px;
}

.sh-portfolio-single .sh-portfolio-single-related-content {
    padding: 90px 20px;
}


/* Media Right */
@media (min-width: 750px) {
    .sh-portfolio-single-layout-media-right .sh-portfolio-single-main {
        flex-direction: row-reverse;
    }
}

.sh-portfolio-single-layout-media-right .sh-portfolio-single-main-content {
    padding-right: 60px;
    padding-left: 0;
}


/* Media Below and Above */
.sh-portfolio-single-layout-media-below .sh-portfolio-single-main {
    flex-direction: column-reverse;
}

.sh-portfolio-single-layout-media-above .sh-portfolio-single-main {
    flex-direction: column;
}

.sh-portfolio-single-layout-media-below .sh-portfolio-single-main > div,
.sh-portfolio-single-layout-media-above .sh-portfolio-single-main > div {
    width: 100%;
}

.sh-portfolio-single-layout-media-below .sh-portfolio-single-main-content {
    padding-left: 0;
}

.sh-portfolio-single-layout-media-above .sh-portfolio-single-main-content {
    padding-left: 0;
    padding-top: 60px;
}

@media (min-width: 750px) {
    .sh-portfolio-single-layout-media-below .sh-portfolio-single-main-content > div,
    .sh-portfolio-single-layout-media-above .sh-portfolio-single-main-content > div {
        display: flex;
    } 

    .sh-portfolio-single-layout-media-below .sh-portfolio-single-description,
    .sh-portfolio-single-layout-media-above .sh-portfolio-single-description {
        width: 50%;
        padding-right: 100px;
    }
}

.sh-portfolio-single-layout-media-below .sh-portfolio-single-main-media img,
.sh-portfolio-single-layout-media-above .sh-portfolio-single-main-media img {
    width: 100%;
}


/* Media Above */
.sh-breacrumbs {
    display: inline-block;
    font-size: 14px;
}


/* Tags */
.sh-tags {
    font-size: 18px;
}

.sh-tags span {
    font-weight: bold;
    margin-right: 2px;
}

.sh-tag-item {
    display: inline-block;
    padding-left: 2px;
    opacity: 0.75;
}

.sh-tag-item:hover {
    color: var(--haste-color-accent);
    text-decoration: underline;
    opacity: 1;
}

span.sh-tag-item-comma {
    opacity: 0.75;
    color: var( --haste-color-paragraph );
    font-weight: normal;
}




/*
** Blog
*/
.elementor-widget-haste-blog-posts {
    z-index: 0;
}

.sh-blog:not(.haste-swiper) {
    --haste-column-gap: 40px;
    --haste-column-gap-top: 50px;
    display: flex;
    flex-flow: row wrap;
    margin: calc(-1 * var(--haste-column-gap-top)) 0 0 calc(-1 * var(--haste-column-gap));
}

.sh-blog:not(.haste-swiper) .sh-blog-item .sh-item-container {
    padding: var(--haste-column-gap-top) 0 0 var(--haste-column-gap);
}

.sh-blog.haste-swiper.sh-swiper-rows .sh-blog-item:not(:first-child) {
    padding-top: var(--haste-column-gap-top);
}

.sh-blog.sh-columns-1:not(.haste-swiper) {
    margin-top: 0px!important;
}

.sh-blog.sh-columns-1:not(.haste-swiper) .sh-blog-item:first-child .sh-item-container {
    padding-top: 0px!important;
}




/*
** Blog Posts
*/
.sh-blog-item {
    display: inline-block;
    position: relative;
    vertical-align: top;
}

.sh-blog-item-container {
    position: relative;
    transition: 0.3s background, 0.3s box-shadow ease-out;
    --haste-categories-accent-color: var(--haste-color-accent); 
}

.sh-blog-item-media {
    position: relative;
    overflow: hidden;
    min-height: 60px;
}

.sh-blog-item-media img {
    width: 100%;
}

.sh-blog-item-title {
    font-weight: 600;
    font-size: 24px;
    margin-top: 0px;
    transition: color 0.3s ease-out;
}

.sh-blog-item-content {
    margin: 0 auto;
}

.sh-blog-item-meta {
    font-size: 14px;
    --haste-blog-meta-seperator: "-";
    --haste-blog-meta-seperators-size: 1;
}

.sh-blog-meta-seperator-size-small .sh-blog-item-meta {
    --haste-blog-meta-seperators-size: 0.7;
}

.sh-blog-meta-seperator-size-large .sh-blog-item-meta {
    --haste-blog-meta-seperators-size: 1.5;
}

.sh-blog-meta-seperator-size-xlarge .sh-blog-item-meta {
    --haste-blog-meta-seperators-size: 2;
}

.sh-blog-item-meta > div {
    display: inline-block;
    margin-right: 0.5em;
}

.sh-blog-item-meta > div:not(:first-child):before {
    content: var(--haste-blog-meta-seperator);
    display: inline-block;
    margin-right: 0.5em;
    transform: scale( var(--haste-blog-meta-seperators-size) );
}

.sh-blog-item-meta a:hover {
    opacity: 0.7;
}


.sh-blog-item-meta-extended {
    display: flex;
    align-items: center;
}

.sh-blog-item-meta-extended-image {
    padding-right: 20px;
}

.sh-blog-item-meta-extended-image img {
    border-radius: 100px;
    width: 46px;
    height: 46px;
}

body.single-post .sh-blog-item-meta-extended-image img {
    width: auto;
    height: auto;
}

.sh-blog-item-meta-extended-content {
    flex: 1;
}

.sh-blog-item-meta-extended .sh-meta-author {
    display: block;
    margin-bottom: -2px;
}

.sh-blog-item-meta-extended .sh-meta-author a {
    color: var( --haste-color-heading );
    font-size: 14px;
}

.sh-meta-author img {
	border-radius: var(--haste-user-radius);
    margin-right: 0.5em;
    position: relative;
    top: -2px;
}

.sh-meta-author a {
    font-weight: 600;
}


/* Blog Posts Read More */
.sh-blog-item-readmore {
    display: inline-flex;
    align-items: center;
    order: 10;
}

.sh-blog-item-readmore span {
    margin-right: 0.5em;
}

.sh-blog-item-title-container,
.sh-blog-item-excerpt-container {
    display: block;
}

.sh-blog-item-excerpt {
    margin-bottom: 15px;
    font-size: 20px;
}

.sh-blog-item-excerpt a {
    color: inherit;
}

.sh-blog-meta-categories {
    display: block;
    position: relative;
    margin: -5px -3px;
}

.sh-blog-meta-categories-item {
    display: inline-block;
    font-weight: bold;
    font-weight: 900;
    font-size: 12px;
    color: #fff;
    padding: 2px 10px;
    margin: 5px 3px;
    background-color: var(--haste-categories-accent-color);
}

.sh-blog-single .sh-blog-meta-categories-item {
    border-radius: 100px;
}

.sh-blog-single .sh-blog-item-meta .sh-meta-author {
    font-size: 16px;
}

.sh-blog-meta-categories-item-in.sh-blog-meta-categories-item {
    display: none!important;
    margin-right: 0!important;
    font-weight: normal;
}

.sh-blog-meta-categories-item:hover,
.sh-blog-meta-categories-item:focus {
    color: rgba( 255, 255, 255, 0.7 );
}

.sh-blog-item-content.sh-blog-meta-categories-not-boxed .sh-blog-meta-categories-item-in {
    display: inline-block!important;
    color: inherit;
}

.sh-blog-meta-categories-not-boxed .sh-blog-meta-categories {
    margin: 0;
    margin-right: 0.4em;
    line-height: 1;
}

.sh-blog-meta-categories-not-boxed .sh-blog-meta-categories-item {
    color: var(--haste-categories-accent-color);
    background-color: transparent;
    font-size: inherit; 
    padding: 0;
    margin: 0;
    min-height: auto;
}

.sh-blog-meta-categories-not-boxed .sh-blog-meta-categories-item:not(:last-child) {
    margin-right: 8px;
}

.sh-meta-comments i {
    padding-right: 3px;
}

.sh-underline,
.sh-underline-animated {
    display: inline-block;
    text-decoration: none;
    background-image: linear-gradient( transparent, transparent );
    background-position: 0% 100%;
    background-repeat: no-repeat;
    background-size: 0% 2px;
    transition: background-size .3s;
}

.sh-underline-animated,
.sh-underline:hover,
.sh-underline:focus {
    background-size: 100% 2px;
}

.sh-underline-animated:hover,
.sh-underline-animated:focus {
    background-size: 30% 2px;
}


/* Blog Item Media  */
.sh-blog-item-media-link {
    display: flex;
    align-items: center;
    position: relative;
    border-radius: 3px;
    padding: 10px 15px;
    font-size: 16px;
}

.sh-blog-item-media-link-bg {
    position: absolute;
    top: 0; left: 0; right: 0; bottom: 0;
    background-color: #2664ff;
    border-radius: 3px;
    opacity: 0.08;
}

.sh-blog-item-media-link span {
    text-decoration: underline;
}

.sh-blog-item-media-link i {
    padding-right: 15px;
    font-size: 20px;
}

.sh-overlay-meta {
    position: absolute;
    display: flex;
    align-items: center;
    font-size: 13px;
    line-height: 1;
    z-index: 1;
}

.sh-blog-item {
    --haste-overlay-gap: 15px;
}

.sh-overlay-meta-top {
    --haste-overlay-gap: 20px;
    top: var(--haste-overlay-gap);
    right: var(--haste-overlay-gap);
}

.sh-overlay-meta-bottom {
    --haste-overlay-gap: 20px;
    left: var(--haste-overlay-gap);
    bottom: var(--haste-overlay-gap);
}

.sh-overlay-meta-top > div {
    margin-left: 10px;
}

.sh-overlay-meta-bottom > div {
    margin-right: 10px;
}

.sh-meta-review span:nth-child(n+2) {
    display: none;
}

.sh-meta-review .sh-star-rating {
    margin: 0;
}

.sh-meta-review .sh-star-rating span:before {
    font-size: 14px;
}

.sh-meta-review .sh-star-rating {
    margin-right: 3px;
}

.sh-blog-meta-media {
    background-color: var(--haste-color-bg);
}

.sh-blog-meta-media i {
    font-size: 10px;
}

.sh-blog-meta-media .fa-music {
    font-size: 12px;
}

.sh-blog-meta-media-gallery i {
    font-size: 18px;
}

.sh-blog-meta-media-gallery i + span {
    margin-left: 6px;
}

.sh-blog-meta-media:not(.sh-blog-meta-media-gallery) {
    padding: 2px 10px;
}

.sh-blog-meta-media,
.sh-meta-review,
.sh-blog-meta-categories-item {
    padding: 2px 10px;
    border-radius: 5px;
    min-height: 24px;
    display: inline-flex;
    align-items: center;
    font-weight: 600;
}

.sh-blog-meta-categories-item {
    padding: 3px 15px;
}

.sh-meta-review .sh-star-rating{
    border-radius: 100px;
}

.sh-blog-item-media,
.sh-aspect-ratio-content {
    border-radius: 10px;
    position: relative;
}


.sh-single-element .sh-meta-review {
    padding: 0;
}

.sh-meta-review {
    background-color: var(--haste-color-bg);
    line-height: 1;
    box-shadow: 0px 3px 15px 0px rgb(0 0 0 / 8%);
    border-radius: 100px;
    font-size: 14px;
    letter-spacing: -0.02em;
    font-weight: bold;
}

.sh-blog-item-meta .sh-meta-review {
    background-color: transparent;
    box-shadow: none;
}


/* BLog Item Order */
.sh-blog-element-order-standard .sh-blog-layout-cover .sh-blog-item-content,
.sh-blog-element-order-title-first .sh-blog-item-content,
.sh-blog-element-order-title-first-meta-second .sh-blog-item-content {
    display: flex;
    flex-direction: column;
}


/* BLog Item Order - Standard */
.sh-blog-element-order-standard .sh-blog-layout-cover .sh-blog-item-meta {
    order: 1;
}

.sh-blog-element-order-standard .sh-blog-layout-cover .sh-blog-item-title-container {
    order: 2;
}

.sh-blog-element-order-standard .sh-blog-layout-cover .sh-blog-item-excerpt-container {
    order: 3;
}


/* BLog Item Order - Title First */
.sh-blog-element-order-title-first .sh-blog-item-title-container {
    order: 1;
}

.sh-blog-element-order-title-first .sh-blog-item-excerpt-container {
    order: 2;
}

.sh-blog-element-order-title-first .sh-blog-item-meta {
    order: 3;
}


/* BLog Item Order - Meta Second */
.sh-blog-element-order-title-first-meta-second .sh-blog-item-title-container {
    order: 1;
}

.sh-blog-element-order-title-first-meta-second .sh-blog-item-meta {
    order: 2;
}

.sh-blog-element-order-title-first-meta-second .sh-blog-item-excerpt-container {
    order: 3;
}


/*
** Blog Posts - Basic
*/
.sh-blog-layout-basic .sh-blog-item-title,
.sh-blog-layout-cover .sh-blog-item-title {
    margin-bottom: 13px;
}

.sh-blog-layout-basic .sh-blog-item-media {
    margin-bottom: 20px;
}

.sh-blog-layout-basic .sh-blog-item-content .sh-blog-meta-categories,
.sh-blog-layout-cover .sh-blog-item-content .sh-blog-meta-categories,
.sh-blog-layout-basic .sh-blog-item-meta,
.sh-blog-layout-cover .sh-blog-item-meta {
    margin-bottom: 5px;
}


/*
** Blog Posts - Search
*/
.sh-blog-layout-search .sh-blog-item-content {
    padding-top: 10px;
}

.sh-blog-layout-search h3 {
    line-height: 1.4em;
    margin: 0px 0px 15px 0px;
}

.sh-not-found {
    width: 100%;
}

.sh-not-found .sh-item-container {
    padding-top: 0;
}

.sh-not-found h1 {
    font-size: 36px;
}

.sh-not-found p {
    max-width: 510px;
    margin: 0 auto;
    margin-top: 20px;
}

.sh-not-found p a:hover {
    text-decoration: underline;
    text-decoration-thickness: 1px;
}


/*
** Blog Posts - Shadow
*/
.sh-blog-layout-shadow .sh-blog-item-media {
    margin-bottom: 0;
}

.sh-blog-layout-shadow .sh-blog-item-container {
    border-radius: 8px;
    position: relative;
    overflow: hidden;
    background-color: #9c9c9c0d;
}

.sh-blog-layout-shadow .sh-blog-item-media {
    border-radius: 0px;
}

.sh-blog-layout-shadow .sh-blog-item-content {
    padding: 35px 40px;
}

.sh-blog-layout-shadow .sh-blog-item-footer {
    border-top: 1px solid var( --haste-color-border-light );
    padding-top: 30px;
    padding-bottom: 30px;
}

.sh-blog-layout-shadow .sh-blog-item-title {
    font-size: 20px;
    margin-bottom: 12px;
}

.sh-blog-layout-shadow .format-link .sh-blog-item-media,
.sh-blog-layout-shadow .format-quote .sh-blog-item-media {
    padding: 35px 40px;
    padding-bottom: 0px;
}




/*
** Blog Posts - Cover Light
*/
.sh-blog-layout-cover-light .sh-blog-item-content {
    padding: 65px 40px 60px 40px;
}

.sh-blog-layout-cover-light .sh-blog-item-container {
    background-color: #f9f9f9;
    border-radius: 5px;
}

.sh-blog-layout-cover-light .sh-blog-item-container:hover .sh-background-image {
    opacity: 1;
}

.sh-blog-layout-cover-light .sh-background-image {
    transform: scale( 1 )!important;
    opacity: 0;
    transition: 0.3s all ease;
}

.sh-blog-layout-cover-light .sh-background-filter {
    background: rgba( 250, 250, 250, 0.90 );
}


body.dark-mode .sh-blog-layout-cover-light .sh-background-filter {
    background: rgba( 0, 0, 0, 0.90 );
}

.sh-blog-layout-cover-light .sh-blog-item-content,
.sh-blog-layout-cover-light .sh-blog-item-media {
    z-index: 100;
    position: relative;
}




/*
** Blog Posts - Side
*/
.sh-blog-layout-side .sh-blog-item-media,
.sh-blog-layout-side-50-50 .sh-blog-item-media,
.sh-blog-layout-side-30-70 .sh-blog-item-media,
.sh-blog-layout-side-70-30 .sh-blog-item-media {
    width: 100%;
}

.sh-blog-layout-side,
.sh-blog-layout-side-50-50,
.sh-blog-layout-side-30-70,
.sh-blog-layout-side-70-30 {
    --haste-blog-side-margin: 30px;
}

.sh-blog-layout-side .sh-blog-item-media,
.sh-blog-layout-side-50-50 .sh-blog-item-media,
.sh-blog-layout-side-30-70 .sh-blog-item-media,
.sh-blog-layout-side-70-30 .sh-blog-item-media {
    margin-bottom: 0px;
}

.sh-blog-reverse-layout .sh-blog-item-container {
    flex-direction: row-reverse;
}

@media (min-width: 750px) {
    .sh-blog-layout-side .sh-blog-item-container,
    .sh-blog-layout-side-50-50 .sh-blog-item-container,
    .sh-blog-layout-side-30-70 .sh-blog-item-container,
    .sh-blog-layout-side-70-30 .sh-blog-item-container {
        display: flex;
        align-items: center;
    }

    .sh-blog:not(.sh-blog-reverse-layout) .sh-blog-layout-side .sh-blog-item-media-container,
    .sh-blog:not(.sh-blog-reverse-layout) .sh-blog-layout-side-50-50 .sh-blog-item-media-container,
    .sh-blog:not(.sh-blog-reverse-layout) .sh-blog-layout-side-30-70 .sh-blog-item-media-container,
    .sh-blog:not(.sh-blog-reverse-layout) .sh-blog-layout-side-70-30 .sh-blog-item-media-container {
        margin-right: var(--haste-blog-side-margin);
    }
    
    .sh-blog-reverse-layout .sh-blog-layout-side .sh-blog-item-media-container,
    .sh-blog-reverse-layout .sh-blog-layout-side-50-50 .sh-blog-item-media-container,
    .sh-blog-reverse-layout .sh-blog-layout-side-30-70 .sh-blog-item-media-container,
    .sh-blog-reverse-layout .sh-blog-layout-side-70-30 .sh-blog-item-media-container {
        margin-left: var(--haste-blog-side-margin);
    }


    .sh-blog-layout-side .sh-blog-item-media-container {
        width: 40%;
    
    }
    
    .sh-blog-layout-side .sh-blog-item-content {
        width: 60%;
    }
    
    
    .sh-blog-layout-side-50-50 .sh-blog-item-media-container {
        width: 50%;
    }
    
    .sh-blog-layout-side-50-50 .sh-blog-item-content {
        width: 50%;
    }
    
    
    .sh-blog-layout-side-30-70 .sh-blog-item-media-container {
        width: 30%;
    }
    
    .sh-blog-layout-side-30-70 .sh-blog-item-content {
        width: 70%;
    }
    
    
    .sh-blog-layout-side-70-30 .sh-blog-item-media-container {
        width: 60%;
    }
    
    .sh-blog-layout-side-70-30 .sh-blog-item-content {
        width: 40%;
    }
}

@media (max-width: 749px) {
    .sh-blog-layout-side .sh-blog-item-media-container,
    .sh-blog-layout-side-50-50 .sh-blog-item-media-container,
    .sh-blog-layout-side-30-70 .sh-blog-item-media-container,
    .sh-blog-layout-side-70-30 .sh-blog-item-media-container {
        margin-bottom: 30px;
    }
}




/*
** Blog Posts - Cover
*/
.sh-blog-layout-cover:not(.sh-blog-layout-cover-floating-box) .sh-blog-item-container,
.sh-blog-layout-cover:not(.sh-blog-layout-cover-floating-box) .sh-blog-item-container h3,
.sh-blog-layout-cover:not(.sh-blog-layout-cover-floating-box) .sh-blog-item-meta,
.sh-blog-layout-cover:not(.sh-blog-layout-cover-floating-box) .sh-blog-item-meta a {
    color: #fff;
}

.sh-blog-layout-cover .sh-blog-item-content {
    margin: 30px 40px;
    position: relative;
    z-index: 10;
}

.sh-blog-layout-cover .sh-aspect-ratio-content {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}

.sh-blog-layout-cover .sh-blog-item-meta {
    display: inline-block;
}

.sh-background-link {
    display: block;
    position: absolute;
    top: 0; left: 0; right: 0; bottom: 0;
    z-index: 2;
}

.sh-background-image {
    position: absolute;
    top: 0; left: 0; right: 0; bottom: 0;
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: no-repeat;
}

.sh-background-image,
.sh-background-image-animate {
    transition: transform 0.5s cubic-bezier(0.32, 0.68, 0.52, 1.14);
}

.sh-background-image-animate {
    display: block;
}


.sh-background-filter {
    position: absolute;
    top: 0; left: 0; right: 0; bottom: 0;
    background: linear-gradient( 0deg, rgba( 26,26,26,0.70 ) 0%, rgba( 26,26,26,0.30 ) 100% );
}


/* Aspect Ratio */
.sh-blog-aspect-ratio-portrait .sh-aspect-ratio {
    padding-bottom: 177.77%; /* 9:16 */
}

.sh-blog-aspect-ratio-portrait-small .sh-aspect-ratio {
    padding-bottom: 135.41%; /* 11:16 */
}
.sh-blog-aspect-ratio-landscape .sh-aspect-ratio {
    padding-bottom: 56.25%; /* 16:9 */
}




/*
** Blog Posts - Cover Floating Box
*/
.sh-blog-layout-cover-floating-box .sh-background-filter {
     display: none;
}

.sh-blog-layout-cover-floating-box .sh-blog-item-content {
    position: relative;
    z-index: 1;
    background-color: var( --haste-color-bg );
}

.sh-blog-layout-cover-floating-box .sh-blog-item-content {
    padding: 20px 30px;
    margin: 20px;
    border-radius: 5px;
}




/*
** Blog Posts - Cover - Grid Style - Block
*/
.sh-blog-layout-grid-block .sh-blog-item {
    display: block;
    float: left;
}

.sh-blog-layout-grid-block .post-order-1,
.sh-blog-layout-grid-block .post-order-7 {
    width: 50%;
}

.sh-blog-layout-grid-block .post-order-2,
.sh-blog-layout-grid-block .post-order-3,
.sh-blog-layout-grid-block .post-order-5,
.sh-blog-layout-grid-block .post-order-6 {
    width: 25%;
}

.sh-blog-layout-grid-block .post-order-4,
.sh-blog-layout-grid-block .post-order-8 {
    width: 50%;
}

.sh-blog-layout-grid-block .post-order-4 .sh-aspect-ratio,
.sh-blog-layout-grid-block .post-order-8 .sh-aspect-ratio {
    padding-bottom: 50%;
}


.sh-blog-layout-grid-block .post-order-1 .sh-blog-item-title,
.sh-blog-layout-grid-block .post-order-7 .sh-blog-item-title,
.sh-blog-layout-grid-block .post-order-4 .sh-blog-item-title,
.sh-blog-layout-grid-block .post-order-8 .sh-blog-item-title {
    font-size: 36px;
}

.sh-blog-layout-grid-block .post-order-1 .sh-blog-item-content,
.sh-blog-layout-grid-block .post-order-7 .sh-blog-item-content,
.sh-blog-layout-grid-block .post-order-4 .sh-blog-item-content,
.sh-blog-layout-grid-block .post-order-8 .sh-blog-item-content {
    max-width: 560px;
}


@media (max-width: 1300px) {
    .sh-blog-layout-grid-block .sh-blog-item .sh-blog-item-title {
        font-size: 24px;
    }
}

@media (max-width: 1000px) {
    .sh-blog-layout-grid-block .sh-blog-item {
        width: 50%
    }

    .sh-blog-layout-grid-block .post-order-1,
    .sh-blog-layout-grid-block .post-order-7,
    .sh-blog-layout-grid-block .post-order-4,
    .sh-blog-layout-grid-block .post-order-8 {
        width: 100%;
    }

    .sh-blog-layout-grid-block .sh-blog-item .sh-blog-item-title {
        font-size: 18px;
    }
}

@media (max-width: 600px) {
    .sh-blog-layout-grid-block .sh-blog-item {
        width: 100%
    }

    .sh-blog-layout-grid-block .sh-aspect-ratio {
        padding-bottom: 65%;
    }
}




/*
** Blog Posts - Cover - Grid Style - Line
*/
.sh-blog-layout-grid-line .sh-blog-item {
    display: block;
    float: left;
}

.sh-blog-layout-grid-line .sh-blog-item {
    width: 25%;
}

.sh-blog-layout-grid-line .sh-blog-item .sh-aspect-ratio {
    padding-bottom: 150%;
}

.sh-blog-layout-grid-line .post-order-1,
.sh-blog-layout-grid-line .post-order-6,
.sh-blog-layout-grid-line .post-order-7,
.sh-blog-layout-grid-line .post-order-12 {
    width: 50%;
}

.sh-blog-layout-grid-line .post-order-1 .sh-aspect-ratio,
.sh-blog-layout-grid-line .post-order-6 .sh-aspect-ratio,
.sh-blog-layout-grid-line .post-order-7 .sh-aspect-ratio,
.sh-blog-layout-grid-line .post-order-12 .sh-aspect-ratio {
    padding-bottom: 75%;
}

.sh-blog-layout-grid-line .sh-blog-item-title {
    font-size: 24px;
}

@media (max-width: 1000px) {
    .sh-blog-layout-grid-line .sh-blog-item {
        width: 50%
    }

    .sh-blog-layout-grid-line .sh-blog-item .sh-aspect-ratio {
        padding-bottom: 75%;
    }

    .sh-blog-layout-grid-line .post-order-1,
    .sh-blog-layout-grid-line .post-order-6,
    .sh-blog-layout-grid-line .post-order-7,
    .sh-blog-layout-grid-line .post-order-12 {
        width: 100%;
    }

    .sh-blog-layout-grid-line .sh-blog-item-title {
        font-size: 18px;
    }
}

@media (max-width: 600px) {
    .sh-blog-layout-grid-line .sh-blog-item {
        width: 100%
    }
}




/*
** Blog Posts - Small and Small Numbers
*/
.sh-blog-layout-small .sh-blog-item-container,
.sh-blog-layout-small-numbers .sh-blog-item-container {
    display: flex;
}

.sh-blog-layout-small .sh-blog-item-media,
.sh-blog-layout-small-numbers .sh-blog-item-media {
    width: 86px;
    min-width: 86px;
}

.sh-blog-layout-small .sh-blog-item-content,
.sh-blog-layout-small-numbers .sh-blog-item-content {
    padding-left: 20px;
    margin: 0;
}

.sh-blog-layout-small .sh-blog-item-title,
.sh-blog-layout-small-numbers .sh-blog-item-title {
    font-size: 15px;
}




/*
** Blog Posts - Small
*/
.sh-blog-layout-small .sh-blog-item-media {
    width: 86px;
    min-width: 86px;
}




/*
** Blog Posts - Small Numbers
*/
.sh-blog-layout-small-numbers .sh-blog-item-media {
    width: 50px;
    min-width: 50px;
}

.sh-blog-item-numbers {
    width: 50px;
    height: 50px;
    line-height: 48px;
    text-align: center;
    font-weight: bold;
    font-size: 18px;
    border-radius: 8px;
    transition: 0.3s color ease;
    color: var(--haste-color-accent);
    position: relative;
    overflow: hidden;
}

.sh-blog-item-numbers:after {
    content: "";
    display: block;
    position: absolute;
    top: 0; left: 0; right: 0; bottom: 0;
    background-color: var(--haste-color-accent);
    opacity: 0.07;
}

.sh-blog-item-numbers:hover {
    color: #fff;
}




/*
** Blog Posts - Halfcover
*/
.sh-blog-layout-halfcover .sh-blog-item-content {
    margin-top: -120px;
    background-color: var(--haste-color-bg);
    position: relative;
    z-index: 1;
    margin-left: 20px;
    margin-right: 20px;
    padding: 40px 30px;
    padding-bottom: 0;
}

@media (max-width: 600px) {
    .sh-blog-layout-halfcover .sh-blog-item-content {
        margin-top: -90px;
    }
}




/*
** Blog Categories
*/
.sh-blog-categories-item {
    display: flex;
    align-items: center;
    margin: 4px 0;
    margin-left: 2px;
    margin-bottom: 20px;
}

.swiper .sh-blog-categories-item {
    margin-bottom: 4px;
}

.sh-blog-categories-item-content,
.sh-blog-categories-item-count {
    color: var(--haste-color-heading);
}

.sh-blog-categories-item-image {
    margin-right: 15px;
    width: 50px;
    min-width: 50px;
    height: 50px;
    border-radius: 100px;
    background-color: #fafafa;
    background-position: 50% 50%;
    background-size: cover;
    position: relative;
    image-rendering: -webkit-optimize-contrast;
}

.sh-blog-categories-item-image:after {
    content: "";
    display: block;
    position: absolute;
    top: 0; left: 0; right: 0; bottom: 0;
    border: 0px solid var(--haste-color-bg);
    box-shadow: 0px 0px 0px 0px var(--haste-color-accent);
    opacity: 0;
    border-radius: 100px;
    transition: 0.3s all ease-out;
}

.sh-blog-categories-item:hover .sh-blog-categories-item-image:after {
    opacity: 1;
    border-width: 4px;
    box-shadow: 0px 0px 0px 2px var(--haste-color-accent);
}

.sh-blog-categories-item:hover .sh-blog-categories-item-content {
    font-weight: 600;
}

.sh-blog-categories-item-content {
    flex: 1;
}




/*
** Blog Single Post
*/
.sh-blog-single-head, 
.sh-blog-single-narrow {
    max-width: 900px;
    margin: 0 auto;
}

.sh-blog-single-related {
    background-color: var( --haste-color-bg-light );
}

.sh-blog-single-related:not(.sh-portfolio-single-related) {
    padding: 90px 20px;
}

.sh-blog-single-related > .container > h3 {
    margin-top: 0;
    margin-bottom: 70px;
    font-size: 30px;
}

.sh-blog-single-related .sh-blog-item .sh-blog-item-title,
.sh-blog-single-related .sh-blog-item h3 {
    margin-bottom: 0;
}

.sh-blog-single .sh-blog-single-related .sh-blog-item-title-container {
    margin-bottom: 15px;
}

.sh-blog-item-subtitle {
    font-size: 20px;
    margin-top: 20px;
}

.sh-blog-single .sh-blog-item-subtitle {
    position: relative;
    margin-top: -5px;
    margin-bottom: 23px;
}

.sh-blog-single-tags-and-share {
    display: flex;
    align-items: flex-end;
}

.sh-blog-single-main-media {
    position: relative;
}

.sh-blog-single-main-media .sh-blog-single-share {
    position: absolute;
    bottom: 20px; left: 20px;
    border-radius: 5px;
    z-index: 1;
    margin-top: 0;
}

@media (max-width: 600px) {
    .sh-blog-single-tags-and-share {
        display: block;
    }

    .sh-blog-single-share {
        margin-top: 30px;
    }

    .sh-blog-single .sh-auto-read {
        margin-top: 25px;
    }
}

.sh-blog-single-tags {
    flex: 1;
}

.sh-blog-single .sh-blog-single-author {
    margin-top: 110px;
}

.sh-blog-page .sh-blog-single-author {
    margin-bottom: 60px;
}

.sh-blog-single-prev-next {
    margin-top: 110px;
}

.sh-blog-single-prev-next .container {
    border-top: 1px solid var(--haste-color-border);
    padding-top: 55px;
    padding-bottom: 55px;
}

.sh-blog-single .sh-comments {
    margin-top: 100px;
}
.sh-blog-single-media-placeholder .sh-aspect-ratio-content {
    background-color: #f3f3f3;
}

.sh-blog-single .sh-blog-single-media-container {
    margin-bottom: 60px;
}

.sh-blog-single-media > audio,
.sh-blog-single-media > video {
    width: 100%;
}

.sh-blog-single-media {
    position: relative;
    overflow: hidden;
    border-radius: 8px;
}

.sh-blog-single-media,
.sh-blog-single-media img {
    border-radius: 8px;
}

.sh-blog-single-media-gallery img {
    border-radius: 8px;
}

.sh-blog-single-copyrights {
    text-align: right;
    margin-top: 20px;
}

.elementor-widget-container > .sh-blog-single-copyrights {
    margin-top: 0;
}

.sh-blog-single-copyrights-show-off .sh-blog-single-copyrights {
    display: none;
}

.sh-dynamic-ratio {
    position: relative;
    padding-bottom: 50%;
}

.sh-dynamic-ratio-content {
    position: absolute;
    top: 0; bottom: 0; left: 0; right: 0;
}

.sh-dynamic-ratio-content iframe {
    width: 100%;
    height: 100%;
}

.sh-blog-single-head .sh-blog-item-meta,
.sh-blog-single-head .sh-blog-item-meta-extended {
    flex: 1;
}

.sh-blog-single-head .sh-blog-meta-categories-item {
    font-size: 14px;
}

.sh-blog-single-head-details {
    display: flex; align-items: flex-end;
}

.sh-blog-single-title {
    font-size: 50px;
    margin-bottom: 13px;
    margin-top: 20px;
    line-height: 125%;
    font-weight: 800;
}

@media (max-width: 600px) {
    .sh-blog-single-title { 
        font-size: 40px;
    }
}

.sh-blog-single .sh-blog-item-meta > div {
    font-size: 14px;
}

.sh-blog-single-head .sh-meta-review {
    padding: 0;
}

.sh-blog-single .sh-blog-single-content {
    margin-bottom: 60px;
}

.sh-blog-single .post-content > p {
    font-size: 18px;
    line-height: 1.8em;
}

.sh-blog-single .sh-blog-single-head .sh-blog-meta-categories-item {
    background-color: var(--haste-color-accent);
}

.sh-blog-single .sh-blog-single-head .sh-blog-meta-categories-item:hover {
    background-color: var(--haste-color-accent-hover);
    color: #ffffff;
}

.sh-blog-single-head .sh-blog-item-title {
    font-size: 40px;
}

.sh-blog-single .sh-blog-single-head {
    margin-bottom: 51px;
}

.sh-blog-single .sh-blog-single-related .sh-blog-item-content {
    display: flex;
    flex-direction: column-reverse;
}

.sh-blog-single-copyrights {
    text-align: right;
    margin-top: 10px;
    font-size: 13px;
    font-weight: 600;
}


/* Single Author */
.sh-blog-single-author {
    display: flex;
}

.sh-author-button {
    display: inline-block;
    background-color: var(--haste-color-accent);
    color: #fff;
    font-weight: 600;
    border-radius: 100px;
    padding: 3px 20px;
    font-size: 14px;
    margin-top: 22px;
}

.sh-author-button:hover,
.sh-author-button:focus {
    background-color: var(--haste-color-accent-hover);
    color: #fff;
}

.sh-author-button i {
    font-size: 18px;
    position: relative;
    bottom: -2px;
    padding-left: 5px;
}

.sh-blog-single-author-image {
    width: 160px;
}

.sh-blog-single-author-name {
    margin-top: 5px;
    margin-bottom: 15px;
    font-size: 30px;
}

.sh-blog-single-author-content {
    flex: 1;
    padding-left: 70px;
    font-size: 16px;
}

.sh-blog-single-author-description {
    color: #676767;
    font-size: 16px;
}

@media (max-width: 600px) {
    .sh-blog-single .sh-blog-single-author {
        display: block;
        margin-top: 60px;
    }

    .sh-blog-single-author-content {
        padding-left: 0px;
    }

    body:not(.author) .sh-blog-single-author {
        display: block;
        text-align: center;
    }

    body:not(.author) .sh-blog-single-author-image {
        width: auto;
        margin-bottom: 20px;
    }
}


/* Author Page */
body.author .sh-blog-single-author {
    flex-direction: column;
    max-width: 750px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 140px;
    text-align: center;
}

body.author .sh-blog-single-author-content {
    padding-left: 0;
    margin-top: -40px;
}

body.author .sh-blog-single-author-image {
    width: auto;
}

body.author .sh-blog-single-author-name {
    font-size: 60px;
    margin-bottom: 30px;
}

body.author .sh-author-button {
    display: none;
}

body.author .sh-blog-single-author-description p {
    line-height: 1.8;
    font-size: 18px;
}

body.author .sh-blog-single-author-title {
    display: inline-flex;
    padding: 7px 30px;
    background-color: var(--haste-color-heading);
    color: var(--haste-color-bg);
    font-size: 16px;
    font-weight: 600;
    border-radius: 100px;
    margin-bottom: 10px;
}

.sh-author-posts {
    text-align: center;
    font-size: 24px;
    margin-bottom: 60px;
}

@media (max-width: 600px) {
    body.author .sh-blog-single-author-name {
        font-size: 30px;
    }

    body.author .sh-blog-single-author {
        margin-bottom: 60px;
    }
}


/* Single Categories */
.sh-blog-single .sh-single-categories {
    margin-top: 10px;
    margin-bottom: 10px;
}

.sh-single-categories {
    margin-left: -10px;
}

.sh-single-categories a,
.sh-single-categories span {
    display: inline-block;
    font-weight: 600;
    margin-left: 10px;
}

.sh-single-categories span {
    font-weight: 400;
}

.sh-single-categories-style-text {
    font-size: 20px;
}

.sh-single-categories-style-text a:not(:last-child):after {
    content: ",";
}

.sh-single-categories-style-text a {
    color: var(--haste-color-heading);
}

.sh-single-categories-style-text *:nth-child(2) {
    margin-left: 5px;
}

.sh-single-categories-style-boxed a {
    background-color: var(--haste-color-accent);
    color: #fff;
    padding: 6px 15px;
    line-height: 1;
    font-size: 12px;
    border-radius: 100px;
}

.sh-single-categories-style-boxed a:hover {
    background-color: var(--haste-color-accent-hover);
}


/* Single Comments Button */
.sh-comments-button a {
    display: block;
    padding: 17px 30px;
    background-color: var(--haste-color-bg-light);
    border-radius: 8px;
    text-align: center;
    color: var(--haste-color-heading);
    font-size: 16px;
    font-weight: 600;
}

.sh-comments-button a .sh-comments-button-count {
    display: inline-block;
    padding: 0px 5px;
    background-color: var(--haste-color-accent);
    color: #fff;
    font-weight: 600;
    border-radius: 100px;
    height: 18px;
    line-height: 19px;
    margin-left: 5px;
    font-size: 14px;
}

.sh-blog-single .sh-comments-button {
    margin-top: 50px;
}


/* Single Prev Next */
.sh-prev-next {
    align-items: center;
}

.sh-prev-next-item {
    width: 40%;
}

@media (max-width: 600px) {
    .sh-prev-next-item {
        justify-content: center!important;
    }
}

.sh-prev-next-all {
    width: 20%;
    text-align: center;
}

.sh-prev-next-all a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    line-height: 1;
    background-color: var(--haste-color-bg-light);
    color: var(--haste-color-heading);
    border-radius: 5px;
    font-size: 19px;
}

.sh-prev-next-all a:hover {
    background-color: var(--haste-color-accent);
    color: #ffffff;
}

.sh-prev-next-item-label {
    display: flex;
    color: var(--haste-color-heading);
    max-width: 400px;
}

.sh-prev-next-item-label h6 {
    font-weight: bold;
    padding: 0 20px;
    margin-top: 0;
    font-size: 20px;
    line-height: 1.6;
}

.sh-prev-next-item-label i {
    font-size: 24px;
    position: relative;
    bottom: -2px;
}

.sh-prev-next-item-label:hover * {
    color: var(--haste-color-accent);
}

@media (max-width: 600px) {
    .sh-prev-next {
        display: block!important;
    }

    .sh-prev-next > div {
        width: 100%;
    }

    .sh-blog-single-prev-next {
        margin-top: 60px;
    }

    .sh-prev-next-all {
        margin: 10px 0;
    }
}


/* Single Review */
.sh-review {
    margin-top: 40px;
    padding-top: 40px;
    margin-bottom: 40px;
    padding-bottom: 40px;
    border-top: 1px solid #8484841f;
    border-bottom: 1px solid #8484841f;
}

.sh-review-details {
    display: flex;
}

.sh-review-details-item {
    width: 50%;
}

.sh-review-details-item h6 {
    font-size: 18px;
    margin: 0;
}

.sh-review-details-item ul {
    max-width: 80%;
    padding-left: 0px;
    margin-top: 10px;
    list-style: none;
}

.sh-review-details-item li {
    position: relative;
    padding: 5px 0;
    padding-left: 25px;
}

.sh-review-details-pros li:before,
.sh-review-details-cons li:before {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    text-transform: none;
    -webkit-font-smoothing: antialiased;

    position: absolute;
    left: 0;
    font-size: 12px;
    top: 0.8em;
}

.sh-review-details-pros li:before {
    content: "\f00c";
    color: #1fb281;
}

.sh-review-details-cons li:before {
    content: "\f00d";
    opacity: 0.4;
}

.sh-review-verdict {
    display: flex;
    align-items: center;
    margin-bottom: 45px;
}

.sh-review-verdict-image {
    padding-right: 20px;
}

.sh-review-verdict-image img {
    border-radius: 8px;
    width: 270px;
}

.sh-review-verdict-content {
    flex: 1;
    padding-right: 40px;
}

.sh-review-verdict-content-title {
    font-size: 30px;
    margin-bottom: 25px;
}

.sh-review-verdict-content-verdict {
    font-size: 18px;
}

.sh-review-verdict-score {
    display: inline-flex;
}

.sh-review-verdict-score-number {
    line-height: 1;
    font-size: 18px;
    margin: 0;
    margin-bottom: 8px;
    padding-left: 10px;
}

.sh-review-verdict-score-number span {
    opacity: 0.5;
}

.sh-review-verdict-score-stars {
    line-height: 1;
}

@media (max-width: 600px) {
    .sh-review-verdict {
        display: block;
        text-align: center;
    }

    .sh-review-verdict-image {
        padding-right: 0px;
        padding-bottom: 20px;
    }

    .sh-review-verdict-content {
        padding-bottom: 20px;
    }

    .sh-review-details {
        display: block;
    }

    .sh-review-details-item {
        width: 100%;
    }
}


/* Single Project Description */
.sh-portfolio-single-description-content {
    position: relative;
}

.sh-portfolio-single-description-content p {
    font-size: 18px;
}

.sh-portfolio-single-description h3 {
    font-size: 24px;
    margin-bottom: 25px;
}

.sh-portfolio-single-description-button {
    display: inline-block;
}

.sh-portfolio-single-description-button a {
    display: flex;
    align-items: center;
    margin-top: 30px;
    font-size: 16px;
    line-height: 50px;
    height: 50px;
    padding: 0 30px;
    font-weight: bold;
    background-color: var(--haste-color-bg-light);
    color: var(--haste-color-heading);
    border-radius: 3px;
}

.sh-portfolio-single-description-button a:hover {
    background-color: var(--haste-color-accent);
    color: #fff;
}

.sh-portfolio-single-description-button i {
    font-size: 20px;
    padding-left: 10px;
}


/* Single Project Details */
.sh-portfolio-single-details a:hover {
    opacity: 0.7;
}

.sh-portfolio-single-details-item:not(:last-child) {
    margin-bottom: 30px;
}

.sh-portfolio-single-details-item {
    display: block;
    position: relative;
    padding-left: 1.3em;
    list-style-type: disc;
    overflow-wrap: break-word;
    word-wrap: break-word;
}

.sh-portfolio-single-details-item:after {
    content: "";
    display: block;
    position: absolute;
    top: 0.7em;
    left: 0px;
    background-color: var(--haste-color-accent);
    width: 5px;
    height: 5px;
    border-radius: 100px;
}

.sh-portfolio-single-details-inline .sh-portfolio-single-details-item {
    display: inline-block;
    vertical-align: top;
    width: calc(50% - 1.4em);
    margin-right: -4px;
}




/*
** Comments
*/
.sh-comments-title,
.sh-comments .comment-reply-title {
	font-size: 24px;
}

.sh-comments-title {
	margin-bottom: 60px;
}

.sh-comments-list {
    padding-left: 0px;
}


/* Comments Item */
.sh-comment-item {
    margin-top: 35px;
}

.sh-comment-item + .sh-comment-item {
    margin-top: 0px;
    padding-top: 30px;
}

.sh-comment-item-content {
    display: flex;
}

.sh-comment-item-content-image {
    position: relative;
    width: 55px;
    margin-right: 20px;
}

.sh-comment-item-content-data {
    flex: 1;
}

.sh-comment-item .comment-author img {
    width: 55px;
}

.sh-comment-text {
    display: block;
    margin: 12px 0;
}

.sh-comment-text p {
    margin-bottom: 0px;
    line-height: 1.8;
}

.sh-comment-author {
    margin-bottom: 4px;
}

.sh-comment-author a {
    color: #858585;
}

.sh-comment-author-name {
    margin-right: 15px;
}

.sh-comment-meta {
    margin-top: 2px;
}

.sh-comment-meta > span {
    display: inline-block;
    font-size: 14px;
    margin-right: 10px;
}

.sh-comment-meta-footer {
    font-weight: 600;
}

.sh-comment-meta-footer span {
    font-size: 13px;
}

.sh-comment-meta-edit a {
    text-decoration: underline;
}

.sh-user-image img {
    border-radius: var(--haste-user-radius);
}

.sh-comment-author-moderator {
    display: inline-block;
    margin-left: 10px;
    font-weight: 600;
    position: absolute;
    top: -5px;
    right: -5px;
}

.sh-comment-author-moderator i {
    display: inline-block;
    width: 22px;
    height: 22px;
    line-height: 22px;
    border-radius: 22px;
    text-align: center;
    font-size: 10px;
    background-color: #2664ff;
    color: #fff;
    position: relative;
    top: -2px;
    margin-right: -1px;
}

.sh-comment-author-moderator span {
    font-size: 14px;
}

.sh-comments-list ol.children {
    padding-left: 23px;
}

.sh-comments-list ol.children > div {
    border-left: 5px solid #8C8C8C12;
    padding-left: 45px;
}

.comment-respond #cancel-comment-reply-link {
    padding-left: 20px;
    font-size: 14px;
}

.comment-respond .comment-reply-title {
    padding-bottom: 15px;
}

.sh-comments-list .comment-respond {
    padding-left: 75px;
    padding-top: 30px;
}

.sh-comments-list ol.children .comment-respond {
    padding-left: 120px;
    padding-top: 30px;
}

.sh-comments-list ol.children ol.children {
    padding-left: 75px;
}

.sh-comment-meta-like {
    height: 20px;
}

.sh-comment-meta-like .wpulike {
    padding: 0;
}


/* Comment Form */
.sh-comment-form {
    margin-top: 85px;
}

.sh-comment-form #submit {
    font-weight: bold;
    font-size: 13px;
}

.sh-comment-form-column {
    display: inline-block;
    width: 48.5%;
    margin-right: -4px;
}

.sh-comment-form-column-author {
    margin-right: calc(3% - 4px);
}

.sh-comment-form-column input {
    display: block;
    width: 100%;
    height: 62px;
    line-height: 62px;
    box-sizing: border-box;
}

.comment-form-comment {
    margin-bottom: 18px;
}

.comment-form-cookies-consent {
    position: relative;
    margin-top: 20px;
}

input#wp-comment-cookies-consent {
    position: absolute;
    height: 16px;
    width: 16px;
    top: 5px;
}

label[for="wp-comment-cookies-consent"] {
    padding-left: 30px;
}




/*
** Share
*/
.sh-share {
    --haste-share-gap: 10px;
    --haste-share-size: 50px;
    display: inline-flex;
    margin-left: calc(var(--haste-share-gap)*-1);
}

.sh-share-item {
    display: inline-flex;
    margin-left: var(--haste-share-gap);
    transition: all 0.6s cubic-bezier(0.86, -0.31, 0.07, 1.26);
}

.sh-share-item-content {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    color: var( --haste-color-heading );
    width: var(--haste-share-size);
    height: var(--haste-share-size);
    cursor: pointer;
    position: relative;
}

.sh-share-item-content i {
    position: relative;
    z-index: 1;
}

.sh-share-item-bg {
    position: absolute;
    top: 0; right: 0; bottom: 0; left: 0;
    background-color: var( --haste-color-bg );
    border: 1px solid var( --haste-color-bg-light );
    border-radius: 100px;
    transition: all 0.25s ease;
}

.sh-share-item:not(.sh-share-animation-trigger) .sh-share-item-content:hover .sh-share-item-bg {
    transform: scale(1.2);
    box-shadow: 0px 10px 20px 0px rgba(0,0,0,0.1);
    border-color: transparent;
}

.sh-share-item:not(.sh-share-animation-trigger):hover i {
    color: var( --haste-color-accent );
}

.sh-share-animation-trigger {
    position: relative;
    z-index: 10;
}


/* Share - Animation Right */
.sh-share-animation-slide-right .sh-share-item-action {
    position: absolute;
    left: 0; top: 0;
    margin-left: 0;
    opacity: 0;
}

.sh-share-animation-slide-right:hover .sh-share-item-action {
    opacity: 1;
}

.sh-share-animation-slide-right:hover .sh-share-animation-trigger {
    opacity: 0.7;
}

.sh-share-animation-slide-right:hover .sh-share-item-action:nth-child(2) { transform: translateX(calc(1 * (var(--haste-share-size) + var(--haste-share-gap)))); }
.sh-share-animation-slide-right:hover .sh-share-item-action:nth-child(3) { transform: translateX(calc(2 * (var(--haste-share-size) + var(--haste-share-gap)))); }
.sh-share-animation-slide-right:hover .sh-share-item-action:nth-child(4) { transform: translateX(calc(3 * (var(--haste-share-size) + var(--haste-share-gap)))); }
.sh-share-animation-slide-right:hover .sh-share-item-action:nth-child(5) { transform: translateX(calc(4 * (var(--haste-share-size) + var(--haste-share-gap)))); }
.sh-share-animation-slide-right:hover .sh-share-item-action:nth-child(6) { transform: translateX(calc(5 * (var(--haste-share-size) + var(--haste-share-gap)))); }
.sh-share-animation-slide-right:hover .sh-share-item-action:nth-child(7) { transform: translateX(calc(6 * (var(--haste-share-size) + var(--haste-share-gap)))); }
.sh-share-animation-slide-right:hover .sh-share-item-action:nth-child(8) { transform: translateX(calc(7 * (var(--haste-share-size) + var(--haste-share-gap)))); }
.sh-share-animation-slide-right:hover .sh-share-item-action:nth-child(9) { transform: translateX(calc(8 * (var(--haste-share-size) + var(--haste-share-gap)))); }




/*
** Overlay
*/
.sh-overlay,
.sh-overlay-hover,
.sh-overlay-blog-post-format {
    display: block;
    position: absolute;
    top: 0; left: 0; right: 0; bottom: 0;
    opacity: 0;
    transition: opacity 0.2s ease;
}

.sh-overlay:hover,
.sh-overlay:focus,
.sh-portfolio-item-image:hover .sh-overlay {
    opacity: 1;
}

.sh-item-container,
.haste-image {
    position: relative;
    transition: 0.3s all ease-out;
}

.sh-portfolio-item-image img,
.sh-blog-item-media img {
    transition: 0.3s all ease-out;
}




/*
** Overlay Animations
*/
.sh-overlay-animation-zoom-in .sh-portfolio-item-image:hover .sh-background-image-animate,
.sh-overlay-animation-zoom-in .sh-blog-item-media:hover .haste-image,
.sh-overlay-animation-zoom-in .sh-item-container:hover .haste-image,
.sh-overlay-animation-zoom-in .sh-item-container:hover .sh-background-image {
    transform: scale( 1.08 );
}

.sh-overlay-animation-zoom-out .sh-portfolio-item-image .sh-background-image-animate,
.sh-overlay-animation-zoom-out .sh-blog-item-media .haste-image,
.sh-overlay-animation-zoom-out .sh-item-container .sh-background-image {
    transform: scale( 1.08 );
}
.sh-overlay-animation-zoom-out .sh-portfolio-item-image:hover .sh-background-image-animate,
.sh-overlay-animation-zoom-out .sh-blog-item-media:hover .haste-image,
.sh-overlay-animation-zoom-out .sh-item-container:hover .sh-background-image {
    transform: scale( 1 );
}

.sh-overlay-animation-lift-up .sh-item-container {
    top: 0px;
}
.sh-overlay-animation-lift-up .sh-item-container:hover {
    top: -8px;
}

.sh-overlay-animation-lift-down .sh-item-container {
    top: 0px;
}
.sh-overlay-animation-lift-down .sh-item-container:hover {
    top: 8px;
}




/*
** Overlay Background
*/
/* Colors */
.sh-overlay {
    transition: 0.3s all ease;
}

.sh-overlay-background-off .sh-item-container .sh-overlay {
    background-color: transparent;
}

.sh-overlay-background-accent-color .sh-item-container .sh-overlay {
    background-color: rgba( 23, 89, 253, 0.9 );
}

.sh-overlay-background-light-color .sh-item-container .sh-overlay {
    background-color: rgba( 255, 255, 255, 0.7 );
}

.sh-overlay-background-light-low-color .sh-item-container .sh-overlay {
    background-color: rgba( 255, 255, 255, 0.2 );
}

.sh-overlay-background-dark-color .sh-item-container .sh-overlay {
    background-color: rgba( 0, 0, 0, 0.7 );
}

.sh-portfolio-style-floating .sh-item-container .sh-overlay,
.sh-overlay-background-gradients-colors .sh-overlay {
    background: linear-gradient( to bottom, rgba( 50, 50, 50, 0 ) 0%, rgba( 16, 15, 15, .5 ) 93% );
}

.sh-portfolio-overlay-on-hover .sh-portfolio-style-floating .sh-item-container .sh-overlay {
    opacity: 0;
}

.sh-portfolio-overlay-on-hover .sh-portfolio-style-floating .sh-item-container:hover .sh-overlay {
    opacity: 1;
}


/* Black and White */
.sh-overlay-background-blackwhite-colorful .sh-item-container .sh-blog-item-media img,
.sh-overlay-background-blackwhite-colorful .sh-item-container .sh-portfolio-item-image img {
    filter: grayscale( 100% );
}
.sh-overlay-background-blackwhite-colorful .sh-item-container:hover .sh-blog-item-media img,
.sh-overlay-background-blackwhite-colorful .sh-item-container:hover .sh-portfolio-item-image img {
    filter: grayscale( 0% );
}

.sh-overlay-background-colorful-blackwhite .sh-item-container:hover .sh-blog-item-media img,
.sh-overlay-background-colorful-blackwhite .sh-item-container:hover .sh-portfolio-item-image img {
    filter: grayscale( 100% );
}

.sh-overlay-background-colorful-blackwhite-focus:hover .sh-item-container .sh-blog-item-media img,
.sh-overlay-background-colorful-blackwhite-focus:hover .sh-item-container .sh-portfolio-item-image img {
    filter: grayscale( 100% );
}
.sh-overlay-background-colorful-blackwhite-focus .sh-item-container:hover .sh-blog-item-media img,
.sh-overlay-background-colorful-blackwhite-focus .sh-item-container:hover .sh-portfolio-item-image img {
    filter: grayscale( 0% );
}


/* Blur */
.sh-portfolio-overlay-on-load .sh-overlay-background-blur-low .sh-item-container .sh-portfolio-item-image img,
.sh-overlay-background-blur-low .sh-item-container .sh-portfolio-item-image:hover img,
.sh-overlay-background-blur-low .sh-item-container .sh-blog-item-media:hover img {
    filter: blur( 2px );
}

.sh-portfolio-overlay-on-load .sh-overlay-background-blur-medium .sh-item-container .sh-portfolio-item-image img,
.sh-overlay-background-blur-medium .sh-item-container .sh-portfolio-item-image:hover img,
.sh-overlay-background-blur-medium .sh-item-container .sh-blog-item-media:hover img {
    filter: blur( 4px );
}

.sh-portfolio-overlay-on-load .sh-overlay-background-blur-high .sh-item-container .sh-portfolio-item-image img,
.sh-overlay-background-blur-high .sh-item-container .sh-portfolio-item-image:hover img,
.sh-overlay-background-blur-high .sh-item-container .sh-blog-item-media:hover img {
    filter: blur( 8px );
}




/*
** Overlay Alignment
*/
.sh-overlay-center {
    display: flex;
	align-items: center;
	justify-content: center;
}




/*
** Overlay Contents
*/
.sh-overlay-content-button {
    width: 60px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    color: var(--haste-color-heading);
    font-size: 24px;
}

.sh-overlay-content-button:hover {
    color: var(--haste-color-accent);
}

.sh-overlay-content-button-round {
    border-radius: 100px;
    background-color: var(--haste-color-bg);
}

.sh-overlay-content-button-square {
    background-color: var(--haste-color-bg);
}

.sh-overlay-content-button-clean {
    background-color: transparent;
    color: #fff;
}

.sh-overlay-content-button-accent {
    display: flex;
    justify-content: center;
    align-items: center;
    color: #ffffff;
    background-color: var(--haste-color-accent);
    width: 55px;
    height: 32px;
    line-height: 32px;
    border-radius: 100px;
    font-size: 20px;
    text-align: center;
}

.sh-overlay-content-button-accent:hover,
.sh-overlay-content-button-accent:focus {
    background-color: var(--haste-color-accent-hover);
    color: #ffffff;
}




/*
** Overlay Blog
*/
.sh-overlay-blog-post-format {
    opacity: 1;
    pointer-events: none;
}

.sh-overlay-blog-post-format-container {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
}

.sh-overlay-blog-post-format .sh-shape-circle {
    position: relative;
    z-index: 5;
}

.sh-shape-circle {
    width: 50px;
    height: 50px;
    line-height: 51px;
    border-radius: 100px;
    text-align: center;
    background-color: #fff;
    color: #3c3c3c;
    font-size: 12px;
}

.sh-overlay-medium-blog-post-format .sh-shape-circle {
    width: 40px;
    height: 40px;
    line-height: 41px;
    font-size: 10px;
}

.sh-overlay-small-blog-post-format .sh-shape-circle {
    width: 30px;
    height: 30px;
    line-height: 32px;
    font-size: 9px;
}

.sh-blog-item-media:hover .sh-overlay-blog-post-format-container div {
    color: var(--haste-color-accent);
}




/*
** Pagination
*/
.sh-pagination,
.sh-pagination-button {
    display: flex;
    margin-top: 60px;
    margin-bottom: 0;
}

.sh-pagination .pagination {
    display: inline-flex;
    background-color: var(--haste-color-bg-light);
    padding: 10px 35px;
    border-radius: 100px;
    margin: 0;
    list-style: none;
}

.sh-pagination .page-item .page-link {
    display: block;
    width: 40px;
    height: 40px;
    line-height: 38px;
    margin-right: 5px;
    padding: 0;
    border-radius: 100px;
    text-align: center;
    border: 2px solid transparent;
    color: var(--haste-color-heading);
    font-weight: bold;
    font-size: 14px;
    background-color: transparent;
}

.sh-pagination .page-item .page-link:focus {
    box-shadow: none;
}

.sh-pagination .page-item:last-child a {
    margin-right: 0;
}

.sh-pagination .page-item.active .page-link,
.sh-pagination .page-link.current {
    background-color: var(--haste-color-accent);
    color: #ffffff;
}

.sh-pagination .page-item:not(.active) .page-link:hover {
    color: var( --haste-color-accent );
}

.sh-pagination .page-item .next,
.sh-pagination .page-item .prev {
    width: auto;
}

.sh-pagination .page-item .prev {
    margin-right: 15px;
}

.sh-pagination .page-item .next {
    margin-left: 15px;
}

.sh-pagination-button {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 50px;
    line-height: 50px;
    background-color: var(--haste-color-bg-light);
    font-weight: 600;
    cursor: pointer;
    border-radius: 8px;
    padding: 0 30px;
}

.sh-pagination-button * {
    transition: 0.5s all ease;
}

.sh-pagination-button:hover * {
    opacity: 0.7;
}

.sh-pagination-button i {
    padding-left: 10px;
}




/*
** Back To Top
*/
.sh-backtotop {
    position: fixed;
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    bottom: 20px; right: 20px;
    cursor: pointer;
    background-color: #252525;
    z-index: 200;
    visibility: hidden;
    transition: all 0.4s cubic-bezier( .51, .92, .24, 1.15 );
    opacity: 0;
    font-size: 18px;
	border-radius: var( --haste-radius-backtotop );
	color: var( --haste-color-backtotop );
	background-color: var( --haste-color-backtotop-bg );
}

.sh-backtotop.active {
    visibility: visible;
    opacity: 1;
}

.sh-backtotop:hover,
.sh-backtotop:focus {
	background-color: var( --haste-color-backtotop-bg );
}




/*
** Back to top
*/
.sh-backtotop {
	color: var( --haste-color-backtotop );
}

.sh-backtotop:hover,
.sh-backtotop:focus {
	color: var( --haste-color-backtotop-hover );
	background-color: var( --haste-color-backtotop-bg-hover );
}




/*
** Aspect Ratio
*/
.sh-aspect-ratio {
	width: 100%;
	padding-bottom: 75%; /* 4:3 */
	position: relative;
}

.sh-aspect-ratio-1-1 {
    padding-bottom: 100%; /* 1:1 */
}

.sh-aspect-ratio-16-9 {
    padding-bottom: 56.25%; /* 16:9 */
}

.sh-aspect-ratio-content {
	position: absolute;
    overflow: hidden;
	top: 0; bottom: 0; left: 0; right: 0;
    background-size: cover;
    background-position: 50% 50%;
}

.sh-aspect-ratio-content > img {
    height: 100%!important;
    width: 100%;
    object-fit: cover;
}




/*
* Loading
*/
.sh-loading {
    position: absolute;
    top: 50%;
    left: 50%;
}

.sh-loading-icon {
    display: block;
    position: relative;
    margin: 0;
}

.sh-loading-icon:before {
    background-color: #c7c7c7;
}

.sh-loading-icon:after {
    top: 14px;
    background-color: #2b2b2b;
}




/*
* 404 page
*/
body.sh-titlebar-active .sh-404-page {
    padding-top: 30px;
}

.sh-404-image {
    margin-bottom: 60px;
}

.sh-404-image-dark,
body.dark-mode .sh-404-image-light {
    display: none;
}

body.dark-mode .sh-404-image-dark {
    display: block;
}

.sh-404-title {
    font-size: 40px;
    margin-bottom: 20px;
}

.sh-404-description {
    display: inline-block;
    max-width: 460px;
}

.sh-404-description,
.sh-404-description p {
    font-size: 18px;
}

.sh-404-button {
    margin-top: 40px;
}

.sh-404-button a {
    color: var(--haste-color-heading);
}




/*
* Select2
*/
.select2-container--haste .select2-selection--single {
    min-height: 64px;
    line-height: 64px;
    padding: 0 23px;
    border-radius: 8px;
    border: 1px solid #ededed;
    background-color: #fdfdfd;
}

.select2-container--haste .select2-selection--single .select2-selection__arrow b {
    font: normal normal normal 1em/1 "LineIcons";
    font-weight: normal;
    text-transform: none;
    -webkit-font-smoothing: antialiased;
    font-size: 10px;
    margin-top: -2px;
    position: absolute;
    top: 50%;
    right: 35px;
    width: 0;
}

.select2-container--haste .select2-selection--single .select2-selection__arrow b:after {
    content: "\ea58";
}

.select2-container--haste .select2-dropdown {
    box-shadow: 0px 5px 20px 5px rgba(0, 0, 0, 0.06);
    border-width: 0px;
    padding: 15px 0;
    min-width: 180px;
}

.select2-container--haste .select2-results__option {
    margin: 0 15px;
    padding: 8px 15px;
    font-size: 14px;
    color: #202020;
    border-radius: 5px;
}

.select2-container--haste .select2-results__option:hover {
    background-color: #f6f6f6;
}

.select2-container--haste .select2-results__option--highlighted.select2-results__option--selectable {
    font-weight: bold;
}




/*
** HTML helpers
*/
.sh-html-button.btn {
    font-size: 13px;
    font-weight: bold;
    padding: 14px 28px;
}

.sh-html-button.btn i {
    font-size: 16px;
}

body:not(.elementor-editor-active) .sh-item-container.haste-animate,
body:not(.elementor-editor-active) .sh-portfolio-item-container.haste-animate,
body:not(.elementor-editor-active) .sh-blog-item-container.haste-animate {
    opacity: 0;
}

.sh-elementor-section-tabs > .elementor-container {
    display: block!important;
}

.sh-elementor-section-tabs > .elementor-container > .elementor-column {
    width: 100%;
    padding-left: 0px;
    padding-right: 0px;
}

body:not(.elementor-editor-active) .sh-elementor-section-tabs > .elementor-container > .elementor-column {
    display: none;
}

body:not(.elementor-editor-active) .sh-elementor-section-tabs > .elementor-container > .elementor-column:first-child {
    display: block;
}

.sh-elementor-section-tabs-tabs {
    margin-bottom: 20px;
}

.sh-elementor-section-tabs-tabs span {
    font-weight: bold;
    padding: 5px 10px;
    margin-right: 5px;
    border: 1px solid #ccc;
    border-radius: 5px;
    cursor: pointer;
}

.sh-elementor-section-tabs-tabs span.active {
    color: var(--haste-color-accent);
}




/*
** Bootstrap
*/
.tooltip-inner {
    padding: .45rem .95rem;
}

.sh-swiper {
    --haste-carousel-padding-bottom: 80px;
}

.sh-swiper-nav .swiper-wrapper {
    display: flex;
    justify-content: center;
    transform: none!important;
}

.sh-swiper-nav .swiper-slide {
    width: 100px!important;
}

.sh-swiper-nav .sh-carousel-nav-item-name,
.sh-swiper-nav .sh-carousel-nav-item-title {
    opacity: 0;
}

.sh-swiper-nav .swiper-slide-active .sh-carousel-nav-item-name,
.sh-swiper-nav .swiper-slide-active .sh-carousel-nav-item-title {
    opacity: 1;
}

.sh-carousel-vertical-align-middle .swiper-wrapper {
    align-items: center;
}

.sh-carousel-vertical-align-bottom .swiper-wrapper {
    align-items: flex-end;
}

.swiper-button {
    display: none;
    width: 60px;
    height: 60px;
    line-height: 64px;
    background: var(--haste-color-bg-dm-light);
    margin-top: calc(-25px - (var(--haste-carousel-padding-bottom) / 2));
    text-align: center;
    box-shadow: 0px 14px 18px 0px rgb(0 0 0 / 3%);
    background-image: none!important;
    color: var(--haste-color-heading);
}

.swiper-buttons-medium .swiper-button {
    width: 60px;
    height: 60px;
    line-height: 64px;
}

.swiper-buttons-small .swiper-button {
    width: 50px;
    height: 50px;
    line-height: 52px;
}

.swiper-button i {
    font-size: 20px;
    pointer-events: none;
}

.swiper-buttons-status-on .swiper-button {
    display: block;
    pointer-events: auto;
}

@media (max-width: 750px) {
    .swiper-buttons-status-on .swiper-button {
        display: none;
    }
}
  
.sh-swiper {
    --haste-carousel-prevnext-spacing: 0px;
}


.swiper-button-prev,
.swiper-rtl .swiper-button-next {
    left: var(--haste-carousel-prevnext-spacing);
    right: auto;
}

.swiper-button-next,
.swiper-rtl .swiper-button-prev {
    left: auto;
    right: var(--haste-carousel-prevnext-spacing);
}

.swiper-horizontal > .swiper-scrollbar,
.swiper-container-horizontal > .swiper-scrollbar {
    left: 0%;
    width: 100%;
    height: 3px;
    background-color: rgba(129, 129, 129, 0.1);
}

.sh-masonry .swiper-slide {
    height: auto;
}

.swiper {
    position: relative;
    overflow: hidden;
}

.swiper .sh-blog-item {
    display: block;
}


.swiper .sh-blog-item-container {
    margin-top: 0!important;
}

.swiper-full-width-on .swiper {
    overflow: visible;
}

.haste-swiper.sh-blog {
    margin: 0px!important;
}

.haste-swiper .sh-visual-box {
    flex: none;
}

.swiper-pagination {
    display: none;
}

.swiper-pagination-status-on .swiper-pagination {
    display: block;
}

.swiper-pagination-status-on .swiper-wrapper,
.swiper-scrollbar-status-on .swiper-wrapper {
    padding-bottom: var(--haste-carousel-padding-bottom);
}


.swiper-pagination {
    --haste-dots-color: var(--haste-color-border);
}

.swiper-pagination-bullet:first-child {
    margin-left: 0px!important;
}

.swiper-pagination-bullet:last-child {
    margin-right: 0px!important;
}

.swiper-pagination-bullet {
    position: relative;
    background-color: transparent;
    border-radius: 100px;
    opacity: 1;
}

.swiper-pagination-bullet,
.swiper-pagination-bullet:after {
    width: 22px;
    height: 22px;
}

.swiper-pagination-bullet:before,
.swiper-pagination-bullet:after {
    content: "";
    position: absolute;
    border-radius: 100%;
}

.swiper-pagination-bullet:before {
    top: 8px;
    left: 8px;
    width: 6px;
    height: 6px;
    background-color: var(--haste-dots-color);
    z-index: 2;
}

.swiper-pagination-bullet:after {
    top: 0px;
    left: 0px;
    border: 2px solid var(--haste-dots-color);
    opacity: 0;
}

.swiper-pagination-bullet-active {
    --haste-dots-color: var(--haste-color-accent);
}

.swiper-pagination-bullet-active:after {
    opacity: 1;
}

.swiper-scrollbar {
    display: none;
    border-radius: 100px;
}

.swiper-scrollbar > div {
    border-radius: 0px;
    background-color: var(--haste-color-accent);
    border-radius: 100px;
}

.swiper-scrollbar-status-on .swiper-scrollbar {
    display: block;
}

.swiper-wrapper {
    transition-timing-function: cubic-bezier( 0.2, 1, 0.22, 1 );
}

.sh-navigation-cart {
    position: relative;
    z-index: 1000;
}

.hsy {
    font-weight: bold;
    font-style: normal;
}

.hsy-0:before { content: '0'; }
.hsy-1:before { content: '1'; }
.hsy-2:before { content: '2'; }
.hsy-3:before { content: '3'; }
.hsy-4:before { content: '4'; }
.hsy-5:before { content: '5'; }
.hsy-6:before { content: '6'; }
.hsy-7:before { content: '7'; }
.hsy-8:before { content: '8'; }
.hsy-9:before { content: '9'; }
.hsy-01:before { content: '01'; }
.hsy-02:before { content: '02'; }
.hsy-03:before { content: '03'; }
.hsy-04:before { content: '04'; }
.hsy-05:before { content: '05'; }
.hsy-06:before { content: '06'; }
.hsy-07:before { content: '07'; }
.hsy-08:before { content: '08'; }
.hsy-09:before { content: '09'; }




/*
** Sidemenu buttons
*/
.sh-sidebuttons {
	position: fixed;
	top: 25%;
	right: 0;
	z-index: 150;
}

body.elementor-preview-mode .sh-sidebuttons .sh-sidebuttons-container .sh-sidebuttons-item:not(.sh-sidebuttons-item-dark-mode) {
    display: none;
}

@media (max-width: 700px) {
    .sh-sidebuttons {
        top: 35%;
    }

    .sh-sidebuttons .sh-sidebuttons-item {
        width: 44px;
        height: 44px;
        line-height: 44px;
    }

    .sh-sidebuttons-item i {
        font-size: 16px;
    }

    .sh-sidebuttons .sh-sidebuttons-item-text {
        font-size: 9px;
        line-height: 14px;
        padding: 0px 3px;
    }

    .sh-sidebuttons .sh-sidebuttons-darkmode {
        height: 44px;
    }

    .sh-sidebuttons .sh-sidebuttons-darkmode-item {
        height: 44px;
        line-height: 44px;
    }
}

.sh-sidebuttons-container {
	border-top-left-radius: 5px;
	border-bottom-left-radius: 5px;
	box-shadow: 0px 7px 20px 2px rgb(70 70 70 / 7%);
	color: var( --haste-color-heading );

}

.sh-sidebuttons-container,
.sh-sidebuttons-item a,
.sh-sidebuttons .sh-sidebuttons-darkmode {
	background-color: var(--haste-color-bg);
}

body.dark-mode .sh-sidebuttons-container,
body.dark-mode .sh-sidebuttons-item a,
body.dark-mode .sh-sidebuttons .sh-sidebuttons-darkmode,
body.dark-mode .sh-cookies-container {
	background-color: #212121;
}

body.dark-mode .sh-sidebuttons-item:not(:last-child) {
    border-bottom-color: #424242;
}

.sh-sidebuttons-item {
	width: 60px;
	height: 60px;
	line-height: 60px;
	text-align: center;
	font-size: 20px;
	position: relative;
}

.sh-sidebuttons-item:first-child a {
	border-top-left-radius: 5px;
}

.sh-sidebuttons-item:last-child a {
	border-bottom-left-radius: 5px;
}

.sh-sidebuttons-item a {
	display: block;
	width: 100%;
	height: 100%;
	position: relative;
	z-index: 1;
	transition: none;
}

.sh-sidebuttons-item:hover a i {
	transform: scale(0.85);
}

.sh-sidebuttons-item i {
	color: var( --haste-color-heading );
	opacity: 0.9;
	transition: 0.25s transform ease-out;
}

.sh-sidebuttons-item:not(:last-child) {
	border-bottom: 1px solid var( --haste-color-border );
}

.sh-sidebuttons-item-text {
	position: absolute;
	top: 0; right: 0;
	background-color: var(--haste-color-accent);
	font-size: 11px;
	line-height: 16px;
	padding: 0 5px;
	color: #ffffff;
	font-weight: bold;
}

.sh-sidebuttons-hover {
	position: absolute;
	top: 0; bottom: 0;
	left: 5px;
	transform: translateX(0%);
	background-color: #f6f6f6;
	font-size: 14px;
	padding: 0 20px;
	white-space: nowrap;
	transition: 0.15s transform ease-out;
	color: #2a2a2a;
    opacity: 0;
}

body.dark-mode .sh-sidebuttons-hover {
    background-color: #1D1D1D;
    color: #fff; 
}

.sh-sidebuttons-item:hover .sh-sidebuttons-hover {
	transform: translateX(-100%);
    opacity: 1;
}

.sh-sidebuttons-hover span {
	display: block;
	position: relative;
	transform: translateX(0%);
	transition: 0.5s all ease-out;
	opacity: 1;
}


.sh-sidebuttons .sh-sidebuttons-item.sh-sidebuttons-item-dark-mode:first-child .sh-sidebuttons-darkmode {
    border-top-left-radius: 5px;
}

.sh-sidebuttons .sh-sidebuttons-darkmode {
    border-bottom-left-radius: 5px;
}


.sh-sidebuttons-darkmode {
	text-align: center;
    height: 60px;
    overflow: hidden;
    position: relative;
    z-index: 1;
}

.sh-sidebuttons-darkmode-item {
	border-radius: 5px;
	cursor: pointer;
	height: 60px;
	line-height: 60px;
	text-align: center;
    font-size: 20px;
}

.sh-sidebuttons-darkmode-item.active {
    display: none;
}

.sh-sidebuttons-darkmode-item[data="day"] {
	font-size: 20px;
}

.sh-sidebuttons-darkmode-item[data="night"] {
	font-size: 16px;
}

.sh-sidebuttons-darkmode-item.active {
	background-color: var(--haste-color-bg);
}

.sh-sidebuttons-darkmode-item i {
	transition: 0.25s transform ease-out;
}

.sh-sidebuttons-darkmode-item:not(.active):hover i {
	transform: scale(0.85);
}

.image-hover-test {
	transition: 0.25s all ease-out;
	position: relative;
	overflow: hidden;
}

.image-hover-test:hover {
	transform: scale(.9);
}

.sh-auto-read-hover-animation-lift-up .sh-auto-read:hover {
    transform: translateY(-3px);
}

.sh-auto-read {
    visibility: hidden;
    display: inline-flex;
    align-items: center;
    background-color: var(--haste-color-bg);
    color: var(--haste-color-heading);
    padding: 8px 25px;
    font-size: 16px;
    border-radius: 100px;
    border: 1px solid #7c7c7c1f;
    transition: 0.3s all ease-out;
    position: relative;
}

.sh-auto-read:hover {
    opacity: 0.75;
}

.sh-auto-read-text {
    font-weight: 600;
    text-decoration: underline;
}

.sh-auto-read i {
    font-size: 10px;
    margin-right: 10px;
    position: relative;
    bottom: -1px;
}

.sh-auto-read-seperator {
    padding: 0 5px;
}




/*
** Custom Cursor
*/
.sh-custom-cursors-el {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 502;
    pointer-events: none;
    transition: 0.1s transform;
}

.sh-custom-cursors-el-content {
    width: 70px;
    height: 70px;
    border-radius: 50%;
    background-color: var(--haste-color-bg);
    position: absolute;
    top: 50%;
    left: 50%;
    transform-origin: 0% 0%;
    transform: scale(0) translate3d(-50%, -50%, 0) rotate( 0deg);
    filter: drop-shadow(5px 10px 20px rgba(0, 0, 0, 0.1));
    transition: transform 0.6s cubic-bezier(0.19, 1, 0.22, 1);
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}

@media (max-width: 750px) {
    .sh-custom-cursors-el-content {
        display: none;
    }
}

.sh-custom-cursors-el.is-active .sh-custom-cursors-el-content {
    opacity: 1;
    transform: scale(1) translate3d(-50%, -50%, 0) rotate(0deg);
}

body.is-cursor-active .sh-custom-cursors-el.is-mouse-down .sh-custom-cursors-el-content {
    transform: scale(0.85) translate3d(-50%, -50%, 0) rotate(0deg);
}

body.is-cursor-active .sh-custom-cursors-el.is-mouse-down .sh-custom-cursors-el-content i:first-child {
    transform: translateX(-4px);
}

body.is-cursor-active .sh-custom-cursors-el.is-mouse-down .sh-custom-cursors-el-content i:last-child {
    transform: translateX(4px);
}

.sh-custom-cursors-el-content i {
    display: block;
    position: relative;
    font-size: 20px;
    line-height: 0.7;
    transition: transform 0.6s cubic-bezier(0.19, 1, 0.22, 1);
}


/* Custom Cursor - Style */
.sh-custom-cursors-el.sh-custom-cursor-style-simple i {
    display: none;
}

.sh-custom-cursors-el.sh-custom-cursor-style-simple .sh-custom-cursors-el-content { 
    width: 40px;
    height: 40px;
    opacity: 0.8;
}


/* Prev/next styling */
.custom-cursor-image {
    position: relative;
    padding-top: 5px;
    padding-bottom: 5px;
}

.custom-cursor-image-content {
    position: absolute;
    top: 100%;
    pointer-events: none; 
    transition: 0.2s transform;
    z-index: 100;
}

.custom-cursor-image-content img {
    overflow: hidden;
    display: inline-block;
    box-shadow: 0 20px 40px 0 rgba(0,0,0,0.2);
    max-width: initial;
    transition: transform 0.6s cubic-bezier(0.19, 1, 0.22, 1);
    transform: scale(0);
    max-width: 160px;
}

.custom-cursor-image.active .custom-cursor-image-content img {
    transform: scale(1);
}




/*
** Cookies message
*/
.sh-cookies {
    position: fixed;
    z-index: 210;
    bottom: 40px; left: 50%;
    transform: translateX(-50%);
    width: 826px;
}

.sh-cookies-container {
    background-color: var(--haste-color-bg);
    box-shadow: 0px 22px 54px 0px rgb(49 49 49 / 17%);
    border-radius: 5px;
    padding: 25px 30px;
}

.sh-cookies-animated .sh-cookies-container {
    opacity: 0;
}

body.sh-loaded .sh-cookies-animated .sh-cookies-container {
    animation: slide-in 500ms forwards;
}

@keyframes slide-in {
    0% {
        opacity: 0;
        transform: translateY(50%);
    }
    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

.sh-cookies-content {
    display: flex;
    align-items: center;
}

.sh-cookies-image {
    min-width: 65px;
    width: 65px;
    height: 65px;
    background-size: cover;
    background-position: center center;
    margin-right: 20px;
    border-radius: 100px;
}

.sh-cookies-text {
    margin-right: 12%;
    font-size: 16px;
}

.sh-cookies-text,
.sh-cookies-text p {
    line-height: 160%;
}

.sh-cookies-text a {
    color: inherit;
}

.sh-cookies-text a:hover {
    color: var(--haste-color-accent);
}

.sh-cookies-button {
    cursor: pointer;
    white-space: nowrap;
    border-radius: 100px;
    color: var(--haste-color-bg);
    background-color: var(--haste-color-bg-inverse);
}

.sh-cookies-button:hover,
.sh-cookies-button:focus {
    color: #ffffff;
    background-color: var(--haste-color-accent);
}

.sh-cookies-close {
    font-size: 18px;
    cursor: pointer;
}

.sh-cookies-close:hover,
.sh-cookies-close:focus {
    opacity: 0.7;
}

@media (max-width: 1000px) {
    .sh-cookies {
        width: auto;
        left: 0; right: 0;
        transform: none;
        margin: 0 20px;
        bottom: 20px!important;
    }

    .sh-cookies-text {
        margin-right: 20px;
    }

    .sh-cookies-text p {
        font-size: 14px;
    }
}

@media (max-width: 700px) {
    .sh-cookies-image,
    .sh-cookies-close {
        display: none;
    }

    .sh-cookies-button {
        margin-right: 0px;
    }
}




/*
** Mobile navigation
*/
.sh-header-mobile-window {
    display: none;
}

.houndbox-container.houndobox-mobile-navigation .houndbox-toolbar {
    padding-right: 30px;
    --houndbox-bar-height: 114px;
}

.houndbox-container.houndobox-mobile-navigation .houndbox-button--counter,
.houndbox-container.houndobox-mobile-navigation .houndbox-button--autoplay {
    display: none!important;
}

.sh-header-mobile-window-content {
    width: 100%;
    padding-left: 30px;
    padding-right: 30px;
}

.sh-header-mobile-window-logo {
    padding-top: 40px;
}

.sh-header-mobile-window-navigation {
    padding-top: 60px;
}

.sh-header-mobile-window-logo img {
    max-width: 135px;
}

.sh-header-mobile-window-social {
    padding-top: 40px;
}

.sh-header-mobile-window-social:before {
    content: "";
    position: absolute;
    display: block;
    left: 0; right: 0;
    border-top: 1px solid rgb(120 120 120 / 12%);
}

.sh-header-mobile-window-social-items {
    padding-top: 12px;
}

.sh-header-mobile-window-social-items a {
    display: inline-block;
    padding: 2px;
    margin-right: 30px;
}

.sh-header-mobile-window-social-items i {
    font-size: 20px;
}

.sh-header-mobile-window-social-title {
    font-size: 16px;
    font-weight: 300;
    margin-bottom: 10px;
    padding-top: 30px;
}

.sh-navigation-mobile {
    width: 100%;
    padding: 0;
}

.sh-navigation-mobile,
.sh-navigation-mobile ul {
    display: block;
    list-style: none;
}

.sh-navigation-mobile ul {
    visibility: visible;
    position: relative;
    opacity: 1;
    padding-left: 20px;
    width: auto!important;
    left: 0px!important;
}

.sh-navigation-mobile ul {
    padding-top: 15px;
    padding-bottom: 15px;
}

.sh-navigation-mobile > li {
    padding-top: 5px;
    padding-bottom: 5px;
}

.sh-navigation-mobile li {
    margin-right: 0px!important;
}

.sh-navigation-mobile a {
    font-size: 16px;
    position: relative;
}

.sh-navigation-mobile li a {
    display: block;
    font-size: 18px;
    color: var(--haste-color-heading);
    font-weight: 600;
}

.sh-navigation-mobile li.current-menu-item > a,
.sh-navigation-mobile li.current_page_parent > a,
.sh-navigation-mobile li.current-menu-ancestor > a {
    text-decoration: underline;
}

.sh-navigation-mobile li.menu-item-has-children > a:after {
    display: block;
    top: 0px;
    position: absolute;
    right: 0;
    font-size: 20px;
}




/*
** Houndbox
*/
.houndbox-container {
    --houndbox-color-bg: var(--haste-color-bg);
    --houndbox-color-text: var(--haste-color-heading);
}

.houndbox-container a {
    color: inherit;
}

.houndbox-toolbar-absolute .houndbox-toolbar {
    --houndbox-bar-height: 90px;
    padding-right: 50px;
}

.houndbox-content-html {
    overflow-x: hidden;
}

.houndbox-disable-scrollbar {
    position: static;
}

.houndbox-disable-scrollbar .sh-sidebuttons {
    right: 16.7999267578125px;
}

.sh-search-window .houndbox-bg:after {
    opacity: 0.3;
}




/*
** Tooltop
*/
.sh-tooltip:before {
    content: attr(data-title);
    position: absolute;
    transform: translateX(-50%);
    left: 50%;
    margin-top: 5px;
    padding: 10px 15px;
    border-radius: 5px;
    background: #000;
    color: #fff;
    text-align: center;
    opacity: 0;
    visibility: hidden;
    top: 100%;
    line-height: 1.2;
    white-space: nowrap;
    font-size: 13px;
    transition: all 0.3s ease;
    display: block;
}

.sh-tooltip[sh-tooltip-placement="top"]:before {
    top: auto;
    bottom: 100%;
    margin-top: 0px;
    margin-bottom: 5px;
}

.sh-tooltip:hover:before {
    opacity: 1;
    visibility: visible;
}

.sh-portfolio-item-container .sh-tooltip:before {
    opacity: 0;
    visibility: hidden;
    display: none;
}