body, html {
    max-width: 100%;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
}

body {
    color: var(--limestone-body-color);
    font-family: var(--limestone-primary-font);
    font-size: 16px;
    font-weight: 400;
    line-height: 1.85;
    overflow-x: hidden !important;
    word-wrap: break-word;
    background-clip: var(--limestone-white-neutral);
}

*{
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

*, ::after, ::before {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

*:focus {
    outline: none;
}

article, aside, figcaption, figure, footer, header, hgroup, main, nav, section {
    display: block;
}

i, span, a {
    display: inline-block;
}

dl {
    margin-bottom: 28px;
}

dt {
    font-weight: 600;
}

dd {
    margin: 0 0 28px;
}

pre {
    background: var(--limestone-light-neutral);
    max-width: 100%;
    overflow: auto;
    padding: 30px;
    white-space: pre-wrap;
    margin: 20px 0;
}

pre, code, kbd, tt, var {
    font-size: 87.5%;
    font-family: Monaco, Consolas, 'Andale Mono', 'DejaVu Sans Mono', monospace;
    font-size: 15px;
}

abbr, acronym {
    border-bottom: 1px dotted var(--limestone-light-neutral);
    cursor: help;
}

mark, ins {
    background: var(--limestone-light-neutral);
    color: var(--limestone-headline-color);
    text-decoration: none;
}

del {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    text-decoration: line-through;
}

big {
    font-size: 125%;
}

b, strong {
    font-weight: 600;
}

small {
    font-size: 80%;
}

sub, sup {
    position: relative;
    font-size: 75%;
    line-height: 0;
    vertical-align: baseline;
}

sub {
    bottom: -0.25em;
}

sup {
    top: -0.5em;
}

hr {
    margin: 20px 0;
    border: 0;
    border-top: 1px solid var(--limestone-border-color);
    height: 0;
}

table {
    margin: 0 0 20px;
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0;
}

table, th, td {
    border: 1px solid var(--limestone-border-color);
}

th {
    text-align: inherit;
    text-align: -webkit-match-parent;
    font-weight: 600;
    font-family: var(--limestone-secondary-font);
    font-weight: 600;
    color: var(--limestone-headline-color);
}

th, td {
    padding: 12px;
    font-size: 15px;
}

img {
    width: 100%;
    height: auto;
    vertical-align: middle;
    border-style: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

iframe {
    width: 100%;
    display: block;
}

embed, iframe, object {
    max-width: 100%;
}

figure {
    margin: 20px 0;
}

svg {
    position: relative;
    height: 1em;
    width: 1em;
    fill: currentColor;
}

ol, ul {
    padding: 0 0 0 20px;
    margin: 0 0 20px;
    list-style-position: inside;
}

ol li li, ul li li {
    list-style-position: inside;
}

ol li:not(:last-child), ul li:not(:last-child) {
    margin-bottom: 8px;
}

ol li > ol, ol li > ul, ul li > ol, ul li > ul {
    margin-top: 8px;
    margin-bottom: 0;
}

a {
    color: var(--limestone-primary-color);
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    text-decoration: none;
    background-color: rgba(0, 0, 0, 0);
}

a:hover {
    color: var(--limestone-secondary-color);
}

a:hover, a:focus, a:active {
    text-decoration: none;
    outline: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}

a:active {
    color: inherit;
}

.fal, .far {
    font-family: 'Font Awesome 5 Pro' !important;
}

p {
    margin: 0 0 20px;
}

h1, h2, h3, h4, h5, h6 {
    font-family: var(--limestone-secondary-font);
    font-weight: 600;
    line-height: 1.2;
    margin: 0 0 20px;
    letter-spacing: -0.02em;
}

h1, h1 a, h2, h2 a, h3, h3 a, h4, h4 a, h5, h5 a, h6, h6 a {
    color: var(--limestone-headline-color);
}

h1 {
    font-size: 60px;
}

h2 {
    font-size: 48px;
}

h3 {
    font-size: 30px;
}

h4 {
    font-size: 24px;
}

h5 {
    font-size: 20px;
}

h6 {
    font-size: 16px;
}

.overflow-hidden {
    overflow: hidden;
}

.overflow-x-hidden {
    overflow-x: hidden;
}

.overflow-y-hidden {
    overflow-y: hidden;
}

.elementor-text-editor p:last-child {
    margin: 0;
}

.elementor-widget-text-editor p:last-child {
    margin: 0;
}

.elementor-heading-title {
    margin: 0;
}

.elementor-icon-list-icon, .elementor-icon-list-text {
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.clearfix::after {
    display: block;
    clear: both;
    content: '';
}

.elementor-icon-wrapper {
    line-height: 1;
}

.limestone-body-content {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    min-height: 100vh;
    overflow-x: hidden;
}

.regular-font-icon .fas {
    font-family: 'Font Awesome 5 Pro';
    font-weight: 400;
}

@media only screen and (max-width: 479px) {
    .hide-xs-device {
        display: none;
    }
}

.limestone-sticky.limestone-sticky-active {
    position: fixed !important;
    top: 0;
    left: 0 !important;
    width: 100%;
    z-index: 2;
    -webkit-animation: sticky_section 1.2s;
    animation: sticky_section 1.2s;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}

.limestone-sticky-gap {
    display: none;
}

.limestone-sticky-gap.active-sticky-gap {
    display: block;
}

.admin-bar .limestone-sticky.limestone-sticky-active {
    top: 32px;
}

@media screen and (max-width: 782px) {
    .admin-bar .limestone-sticky.limestone-sticky-active {
        top: 46px;
    }
}

input, button, select, optgroup, textarea {
    display: block;
    width: 100%;
    height: 60px;
    padding: 0 30px;
    color: var(--limestone-body-color);
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    font-family: var(--limestone-primary-font);
    font-size: 16px;
    font-weight: 500;
    line-height: 1.4;
    background-color: var(--limestone-light-neutral);
    border: 1px solid rgba(0, 0, 0, 0);
    border-radius: 0;
}

input:focus, button:focus, select:focus, optgroup:focus, textarea:focus {
    color: var(--limestone-headline-color);
    border-color: var(--limestone-primary-color);
}

@media only screen and (max-width: 767px) {
    input, button, select, optgroup, textarea {
        font-size: 15px;
    }
}

textarea {
    height: 150px;
    padding-top: 20px;
}

select {
    word-wrap: normal;
}

select {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    background-image: url('data:image/svg+xml;utf8,<svg viewBox=%270 0 140 140%27 width=%2714%27 height=%2714%27 xmlns=%27http://www.w3.org/2000/svg%27><g><path d=%27m121.3,34.6c-1.6-1.6-4.2-1.6-5.8,0l-51,51.1-51.1-51.1c-1.6-1.6-4.2-1.6-5.8,0-1.6,1.6-1.6,4.2 0,5.8l53.9,53.9c0.8,0.8 1.8,1.2 2.9,1.2 1,0 2.1-0.4 2.9-1.2l53.9-53.9c1.7-1.6 1.7-4.2 0.1-5.8z%27 fill=%27000%27/></g></svg>') !important;
    background-position: right 20px top 50% !important;
    background-repeat: no-repeat !important;
}

select::-ms-expand {
    display: none;
}

select:focus {
    outline: rgba(0, 0, 0, 0);
}

select option {
    background-color: var(--limestone-light-neutral);
    padding: 10px;
}

input[type='radio'], input[type='checkbox'] {
    display: inline-block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0;
    width: 15px;
    height: 15px;
    cursor: pointer;
}

input[type='color'] {
    width: 60px;
    height: 60px;
    padding: 0;
}

[type='number']::-webkit-inner-spin-button, [type='number']::-webkit-outer-spin-button {
    height: auto;
}

[type='search'] {
    outline-offset: -2px;
    -webkit-appearance: none;
}

[type='search']::-ms-clear {
    display: none;
    width: 0;
    height: 0;
}

[type='search']::-ms-reveal {
    display: none;
    width: 0;
    height: 0;
}

input[type='search']::-webkit-search-decoration, input[type='search']::-webkit-search-cancel-button, input[type='search']::-webkit-search-results-button, input[type='search']::-webkit-search-results-decoration {
    -webkit-appearance: none;
}

::-webkit-file-upload-button {
    font: inherit;
    -webkit-appearance: button;
}

[hidden] {
    display: none !important;
}

::-webkit-input-placeholder {
    color: inherit;
    opacity: 1;
    font-size: inherit;
}

::-moz-placeholder {
    color: inherit;
    opacity: 1;
    font-size: inherit;
}

:-ms-input-placeholder {
    color: inherit;
    opacity: 1;
    font-size: inherit;
}

::-ms-input-placeholder {
    color: inherit;
    opacity: 1;
    font-size: inherit;
}

::placeholder {
    color: inherit;
    opacity: 1;
    font-size: inherit;
}

[role='button'] {
    cursor: pointer;
}

button, [type='button'], [type='reset'], [type='submit'] {
    -webkit-appearance: button;
}

button:not(:disabled), [type='button']:not(:disabled), [type='reset']:not(:disabled), [type='submit']:not(:disabled) {
    cursor: pointer;
}

button::-moz-focus-inner, [type='button']::-moz-focus-inner, [type='reset']::-moz-focus-inner, [type='submit']::-moz-focus-inner {
    padding: 0;
    border-style: none;
}

input[type='reset'], input[type='submit'], button[type='submit'] {
    width: auto;
    padding: 15px 40px;
    font-family: var(--limestone-secondary-font);
    font-size: 16px;
    font-weight: 600;
    line-height: 1;
    text-transform: capitalize;
    text-decoration: none;
    color: var(--limestone-headline-color);
    background-color: var(--limestone-primary-color);
    border: none;
    border-radius: 0;
}

input[type='reset']:hover, input[type='submit']:hover, button[type='submit']:hover {
    background-color: var(--limestone-secondary-color);
}

button[type='submit'] i {
    margin-left: 10px;
}

.wpcf7-form-control-wrap {
    display: block;
}

.wpcf7-not-valid-tip {
    margin-top: 10px;
}

label {
    display: inline-block;
    cursor: pointer;
    font-size: 16px;
    font-weight: 600;
    color: var(--limestone-headline-color);
    margin: 0 0 10px;
}

.wpcf7-spinner {
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    bottom: 15px;
    margin: 0;
}

.input-filed {
    margin-bottom: 30px;
}

.input-filed.mb-15 {
    margin-bottom: 15px;
}

.mf-checkbox-option label {
    color: inherit;
}

.metform-btn {
    height: auto;
}

.metform-btn .fas {
    font-family: 'Font Awesome 5 Pro';
    font-weight: 400;
    vertical-align: middle;
}

button.metform-btn, button.metform-btn:not(.toggle) {
    -webkit-box-shadow: none;
    box-shadow: none;
}

.limestone-boxed-layout .limestone-body-content {
    background-color: rgba(219, 84, 97, 0.1);
    max-width: var(--limestone-boxed-width);
    margin: 0 auto;
}

@media only screen and (min-width: 768px) {
    .limestone-site-border .limestone-body-content {
        border: 30px solid var(--limestone-primary-color);
    }
}

.container {
    width: 100%;
    max-width: var(--limestone-container-width);
    margin: auto;
    padding-left: 15px;
    padding-right: 15px;
}

.container.container-elementor {
    max-width: 100%;
    padding: 0;
}

.container.have-sidebar {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.container.have-sidebar .content-area {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 69.892%;
    flex: 0 0 69.892%;
    max-width: 69.892%;
}

@media only screen and (max-width: 1024px) {
    .container.have-sidebar .content-area {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
}

.container.have-sidebar .sidebar-area {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 30.109%;
    flex: 0 0 30.109%;
    max-width: 30.109%;
    padding-left: 10px;
}

@media only screen and (max-width: 1024px) {
    .container.have-sidebar .sidebar-area {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
        margin-top: 80px;
        padding-left: 0;
    }
}

.container.have-sidebar .content-area-full {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}

.container.have-sidebar.left-sidebar {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
}

.container.have-sidebar.left-sidebar .sidebar-area {
    padding-left: 0;
    padding-right: 65px;
}

.container.have-sidebar.no-sidebar .content-area {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}

.container-gap {
    padding-top: 61px;
    padding-bottom: 61px;
}

@media only screen and (max-width: 1024px) {
    .container-gap {
        padding-top: 20px;
        padding-bottom: 20px;
    }
}

.elementor .elementor-section.elementor-section-boxed > .elementor-container {
    max-width: var(--limestone-container-width);
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}

.screen-reader-text {
    border: 0;
    clip: rect(1px, 1px, 1px, 1px);
    -webkit-clip-path: inset(50%);
    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: #f1f1f1;
    border-radius: 3px;
    -webkit-box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    clip: auto !important;
    -webkit-clip-path: none;
    clip-path: none;
    color: #21759b;
    display: block;
    font-size: 0.875rem;
    font-weight: 600;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000;
}

#primary[tabindex='-1']:focus {
    outline: 0;
}

.infinite-scroll .posts-navigation, .infinite-scroll.neverending .site-footer {
    display: none;
}

.infinity-end.neverending .site-footer {
    display: block;
}

.alignleft {
    float: left;
    margin-right: 1.5em;
    margin-bottom: 1.5em;
}

.alignright {
    float: right;
    margin-left: 1.5em;
    margin-bottom: 1.5em;
}

.aligncenter {
    clear: both;
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 1.5em;
}

.size-auto, .size-full, .size-large, .size-medium, .size-thumbnail {
    max-width: 100%;
    height: auto;
}

.page-content .wp-smiley, .entry-content .wp-smiley, .comment-content .wp-smiley {
    border: none;
    margin-bottom: 0;
    margin-top: 0;
    padding: 0;
}

.custom-logo-link {
    display: inline-block;
}

.wp-caption {
    margin-bottom: 1.5em;
    max-width: 100%;
}

.wp-caption img[class*='wp-image-'] {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.wp-caption-text {
    text-align: center;
    font-size: 15px;
    font-weight: 500;
    margin: 10px 0;
    color: var(--limestone-headline-color);
}

.gallery-caption {
    display: block;
}

.gallery {
    margin-bottom: 1.5em;
    margin-left: -7px;
    margin-right: -7px;
}

.elementor-image-gallery .gallery {
    margin-bottom: 0;
}

.elementor-image-gallery .gallery a {
    display: block;
}

.gallery-item {
    display: inline-block;
    text-align: center;
    vertical-align: top;
    width: 100%;
    margin: 0;
    padding: 7px;
}

.gallery-columns-2 .gallery-item {
    max-width: 50%;
}

.gallery-columns-3 .gallery-item {
    max-width: 33.33%;
}

.gallery-columns-4 .gallery-item {
    max-width: 25%;
}

.gallery-columns-5 .gallery-item {
    max-width: 20%;
}

.gallery-columns-6 .gallery-item {
    max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
    max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
    max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
    max-width: 11.11%;
}

.gallery-columns-6 .gallery-caption, .gallery-columns-7 .gallery-caption, .gallery-columns-8 .gallery-caption, .gallery-columns-9 .gallery-caption {
    display: none;
}

.wp-block-button {
    margin-bottom: 20px;
}

.wp-block-button__link {
    font-family: var(--limestone-secondary-font);
    font-size: 15px;
    font-weight: 600;
    line-height: 1.3;
    border-radius: 30px;
    text-transform: capitalize;
    text-decoration: none;
    padding: 15px 30px;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    color: var(--limestone-headline-color);
    background-color: var(--limestone-primary-color);
}

.wp-block-button__link:hover {
    color: var(--limestone-headline-color);
    background-color: var(--limestone-secondary-color);
    border-color: var(--limestone-secondary-color);
}

.is-style-outline .wp-block-button__link {
    padding: 13px 30px;
}

.is-style-outline .wp-block-button__link:hover {
    color: var(--limestone-headline-color);
    background-color: var(--limestone-secondary-color);
    border-color: var(--limestone-secondary-color);
}

.is-style-squared .wp-block-button__link {
    border-radius: 0;
}

.wp-block-file__button {
    font-family: var(--limestone-secondary-font);
    font-size: 15px;
    font-weight: 600;
    line-height: 1.3;
    border-radius: 30px;
    text-transform: capitalize;
    text-decoration: none;
    padding: 15px 30px;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    color: var(--limestone-headline-color);
    background-color: var(--limestone-primary-color);
}

.wp-block-file__button:hover {
    color: var(--limestone-headline-color);
    border-color: var(--limestone-secondary-color);
    background-color: var(--limestone-secondary-color);
}

.wp-block-calendar {
    margin: 20px 0;
}

.wp-block-calendar table th {
    color: var(--limestone-headline-color);
    background-color: rgba(0, 0, 0, 0);
    font-weight: 600;
    border-top: 0;
}

.wp-block-calendar table td {
    color: var(--limestone-body-color);
}

.wp-block-calendar table td#today {
    color: var(--limestone-headline-color);
    background-color: var(--limestone-primary-color);
}

.wp-block-calendar table td#today a {
    color: var(--limestone-headline-color);
}

.wp-block-calendar table caption, .wp-block-calendar caption {
    font-size: 16px;
    font-weight: 600;
    width: 100%;
    background-color: var(--limestone-primary-color);
    color: var(--limestone-headline-color);
    padding: 10px;
    margin: 0;
    text-align: center;
}

.wp-block-calendar .wp-calendar-nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 15px;
    font-weight: 500;
}

.wp-block-calendar a {
    text-decoration: none;
}

.blocks-gallery-caption {
    text-align: center;
    width: 100%;
    margin-bottom: 25px;
    font-size: 15px;
    font-weight: 600;
    color: var(--limestone-headline-color);
}

.blocks-gallery-caption, .wp-block-embed figcaption, .wp-block-image figcaption {
    text-align: center;
    font-size: 15px;
}

.wp-block-cover {
    margin-bottom: 1.5em;
}

.wp-block-cover p:not(.has-text-color) {
    color: var(--limestone-white-neutral);
}

.wp-block-separator {
    margin: 40px 0;
}

.wp-block-separator:not(.is-style-dots) {
    background-color: var(--limestone-dark-neutral);
    border: 0;
    height: 2px;
    text-align: left;
    border-color: rgba(0, 0, 0, 0);
    max-width: 100%;
    max-width: 150px;
    margin-left: auto;
    margin-right: auto;
}

.wp-block-separator.is-style-wide {
    max-width: 280px;
}

.wp-block-separator.alignfull {
    width: 100%;
    max-width: 100%;
}

.wp-block-separator.is-style-dots:before {
    content: '···············';
    color: var(--limestone-dark-neutral);
    font-size: 1.6875em;
    letter-spacing: 1.5rem;
    padding-left: 1.5rem;
}

blockquote, .wp-block-quote {
    position: relative;
    font-family: var(--limestone-secondary-font);
    font-size: 22px;
    font-weight: 500;
    line-height: 1.45;
    padding: 0 0 0 80px;
    margin: 0 0 30px;
    color: var(--limestone-headline-color);
}

blockquote p, .wp-block-quote p {
    margin: 0;
}

blockquote a, .wp-block-quote a {
    color: var(--limestone-headline-color);
}

blockquote a:hover, .wp-block-quote a:hover {
    color: var(--limestone-secondary-color);
}

blockquote::before, .wp-block-quote::before {
    content: '';
    font-family: 'Font Awesome 5 Pro';
    font-size: 45px;
    font-weight: 300;
    line-height: 1;
    position: absolute;
    left: 0;
    top: 0;
    color: var(--limestone-primary-color);
}

blockquote cite, .wp-block-quote cite {
    display: block;
    margin-top: 25px;
    font-family: var(--limestone-secondary-font);
    font-size: 16px;
    font-weight: 600;
    font-style: normal;
    line-height: 1;
    position: relative;
    padding-left: 70px;
}

blockquote cite::before, .wp-block-quote cite::before {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 40px;
    height: 2px;
    background-color: var(--limestone-secondary-color);
}

blockquote cite br, .wp-block-quote cite br {
    display: none;
}

blockquote cite em, blockquote cite a, .wp-block-quote cite em, .wp-block-quote cite a {
    font-style: normal;
    color: inherit;
}

.wp-block-quote.has-text-align-right {
    padding: 0 80px 0 0;
}

.wp-block-quote.has-text-align-right::before {
    left: auto;
    right: 0;
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}

.wp-block-quote.has-text-align-right cite {
    padding-left: 0;
    padding-right: 70px;
}

.wp-block-quote.has-text-align-right cite::before {
    left: auto;
    right: 0;
}

.wp-block-quote.is-style-large {
    padding: 0 0 0 80px;
}

.wp-block-quote.is-style-large cite {
    font-size: 18px;
    text-align: left;
}

.wp-block-quote.is-large p, .wp-block-quote.is-style-large p {
    font-style: normal;
    font-size: 24px;
    line-height: 1.6;
}

.wp-block-pullquote {
    margin: 0 0 30px;
    border-top: 3px solid var(--limestone-primary-color);
    border-bottom: 3px solid var(--limestone-primary-color);
    color: var(--limestone-headline-color);
    padding: 0;
}

.wp-block-pullquote blockquote {
    margin: 0;
    border: none;
    padding: 105px 0 35px;
}

.wp-block-pullquote blockquote::before {
    left: 50%;
    top: 30px;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}

.wp-block-pullquote blockquote cite {
    padding-left: 0;
    padding-top: 20px;
    margin-top: 20px;
}

.wp-block-pullquote blockquote cite::before {
    left: 50%;
    top: 0;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}

.wp-block-pullquote p, .wp-block-pullquote.is-style-solid-color blockquote p {
    font-size: 20px;
}

.wp-block-pullquote.is-style-solid-color blockquote {
    width: 100%;
    text-align: center;
}

.wp-caption-text, .sticky, .gallery-caption, .bypostauthor, .screen-reader-text {
    visibility: visible;
}

#wp-admin-bar-elementor_edit_page .elementor-edit-link-title {
    display: initial;
}

.editor-styles-wrapper .has-large-font-size, .has-large-font-size {
    font-size: 18px;
}

.wp-block-media-text {
    margin-bottom: 30px;
}

.wp-block-media-text .wp-block-media-text__content {
    color: var(--limestone-headline-color);
}

#wp-calendar caption {
    caption-side: top;
}

.wp-block-tag-cloud {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 20px;
}

.wp-block-tag-cloud a {
    font-size: 15px !important;
    font-weight: 500;
    text-transform: capitalize;
    line-height: 1;
    padding: 10px 20px;
    margin: 10px 0 0 10px;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    color: var(--limestone-headline-color);
    border: 1px solid var(--limestone-border-color);
    background-color: rgba(0, 0, 0, 0);
}

.wp-block-tag-cloud a:hover {
    background-color: var(--limestone-primary-color);
    border-color: var(--limestone-primary-color);
    color: var(--limestone-secondary-color);
}

.entry-content .wp-block-search, .wp-block-categories-dropdown {
    margin-bottom: 20px;
}

.has-background {
    color: var(--limestone-headline-color);
    padding: 15px;
}

.wp-block-table thead, .wp-block-table tfoot {
    border: none;
}

.wp-block-table.is-style-stripes tbody tr:nth-child(odd) {
    background-color: var(--limestone-light-neutral);
}

.wp-block-archives a, .wp-block-categories a, .wp-block-page-list a {
    color: var(--limestone-headline-color);
    font-weight: 600;
}

.wp-block-archives a:hover, .wp-block-categories a:hover, .wp-block-page-list a:hover {
    color: var(--limestone-primary-color);
}

.wp-block-archives-list li:not(:last-child) {
    margin-bottom: 15px;
}

.wp-block-latest-comments time {
    font-size: 14px;
    margin: 10px 0;
}

.wp-block-latest-comments .wp-block-latest-comments__comment-author, .wp-block-latest-comments .wp-block-latest-comments__comment-link {
    color: var(--limestone-headline-color);
    font-weight: 600;
}

.wp-block-latest-comments .wp-block-latest-comments__comment-author:hover, .wp-block-latest-comments .wp-block-latest-comments__comment-link:hover {
    color: var(--limestone-primary-color);
}

.wp-block-latest-posts .wp-block-latest-posts__post-title {
    font-family: var(--limestone-secondary-font);
    font-size: 16px;
    font-weight: 600;
    line-height: 1.3;
    color: var(--limestone-headline-color);
}

.wp-block-latest-posts .wp-block-latest-posts__post-title:hover {
    color: var(--limestone-primary-color);
}

.wp-block-latest-posts time {
    line-height: 1;
    margin-top: 8px;
}

.wp-block-latest-posts li:not(:last-child) {
    margin-bottom: 20px;
}

.wp-block-rss .wp-block-rss__item-title a {
    font-family: var(--limestone-secondary-font);
    font-size: 16px;
    font-weight: 600;
    line-height: 1.3;
    color: var(--limestone-headline-color);
}

.wp-block-rss .wp-block-rss__item-title a:hover {
    color: var(--limestone-primary-color);
}

.wp-block-post-template li:not(:last-child) {
    margin-bottom: 30px;
}

.wp-block-post-template li .wp-block-post-title {
    font-size: 24px;
    margin: 0 0 15px;
}

.wp-block-post-template li .wp-block-post-date {
    line-height: 1;
    margin-bottom: 10px;
}

.wp-block-post-template li .wp-block-post-featured-image {
    margin-bottom: 25px;
}

.wp-block-query-pagination {
    margin: 35px 0;
}

.wp-block-query-pagination .wp-block-query-pagination-numbers {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.wp-block-query-pagination .wp-block-query-pagination-numbers .page-numbers {
    display: block;
    height: 50px;
    width: 50px;
    margin: 5px 5px 0;
    padding: 0;
    color: var(--limestone-body-color);
    font-size: 14px;
    font-weight: 600;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border: 1px solid var(--limestone-border-color);
    border-radius: 50%;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.wp-block-query-pagination .wp-block-query-pagination-numbers .page-numbers.current, .wp-block-query-pagination .wp-block-query-pagination-numbers .page-numbers:not(.dots):hover {
    color: var(--limestone-headline-color);
    background-color: var(--limestone-secondary-color);
    border-color: var(--limestone-secondary-color);
}

.wp-block-query-pagination .wp-block-query-pagination-next {
    color: var(--limestone-headline-color);
    font-weight: 600;
}

.wp-block-comments-title {
    font-size: 32px;
}

.wp-block-comment-author-name a {
    color: var(--limestone-headline-color);
    font-weight: 600;
    font-size: 20px;
}

.wp-block-comment-date time {
    font-size: 14px;
}

.wp-block-comment-content {
    margin-top: 15px;
}

.wp-block-comment-reply-link a {
    font-size: 15px;
    font-weight: 500;
}

.wp-block-post-comments-form .comment-form {
    margin-top: 15px;
}

.wp-block-group {
    margin-bottom: 10px;
    padding: 10px;
}

.wp-block-group p:last-child {
    margin: 0;
}

.wp-block-post-comments-form input:not([type='submit']), .wp-block-post-comments-form textarea {
    border-color: rgba(0, 0, 0, 0);
}

.wp-block-post-comments-form input:not([type='submit']):focus, .wp-block-post-comments-form textarea:focus {
    border-color: var(--limestone-primary-color);
}

.site-header {
    position: relative;
    z-index: 999;
}

.site-header .header-container {
    max-width: 1750px;
    padding: 0 15px;
    margin: auto;
}

.site-header .header-navigation {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.default-header .limestone-site-logo {
    margin-right: 30px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
}

@media only screen and (max-width: 767px) {
    .default-header .limestone-site-logo {
        margin-right: 15px;
    }
}

.default-header .header-navigation {
    min-height: 100px;
}

.default-header .limestone-nav-menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}

.default-header .limestone-button-wrapper {
    margin-left: auto;
    padding-left: 30px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
}

@media only screen and (max-width: 767px) {
    .default-header .limestone-button-wrapper {
        display: none;
    }
}

.site-footer {
    margin-top: auto;
}

.site-footer.default-footer {
    background-color: var(--limestone-dark-neutral);
}

.site-footer .footer-widgets {
    padding: 80px 0;
}

.site-footer .footer-widgets .footer-widget-wrap {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 30px 1fr 30px 1fr 30px 1fr;
    grid-template-columns: repeat(4, 1fr);
    grid-column-gap: 30px;
    grid-row-gap: 50px;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}

@media only screen and (max-width: 1024px) {
    .site-footer .footer-widgets .footer-widget-wrap {
        -ms-grid-columns: (1fr)[2];
        grid-template-columns: repeat(2, 1fr);
    }
}

@media only screen and (max-width: 767px) {
    .site-footer .footer-widgets .footer-widget-wrap {
        -ms-grid-columns: (1fr)[1];
        grid-template-columns: repeat(1, 1fr);
    }
}

.site-footer .footer-widgets .widget-title {
    padding: 0;
    border: none;
    color: var(--limestone-white-neutral);
    font-size: 22px;
    margin: 0 0 35px;
}

.site-footer .footer-widgets .widget {
    margin: 0;
}

.site-footer .footer-widgets .widget, .site-footer .footer-widgets .widget a {
    color: var(--limestone-footer-color);
}

.site-footer .footer-widgets .widget a:hover, .site-footer .footer-widgets .widget .widget-title a {
    color: var(--limestone-white-neutral);
}

.site-footer .footer-widgets .widget table, .site-footer .footer-widgets .widget th, .site-footer .footer-widgets .widget td {
    border-color: rgba(255, 255, 255, 0.1);
}

.site-footer .footer-widgets .widget th, .site-footer .footer-widgets .widget .wp-caption-text {
    color: var(--limestone-white-neutral);
}

.site-footer .footer-widgets .widget.widget_block .wp-block-categories li, .site-footer .footer-widgets .widget.widget_block .wp-block-archives li, .site-footer .footer-widgets .widget.widget_categories li, .site-footer .footer-widgets .widget.widget_archive li {
    color: var(--limestone-footer-color);
}

.site-footer .footer-widgets .widget.widget_block .wp-block-categories li a::before, .site-footer .footer-widgets .widget.widget_block .wp-block-archives li a::before, .site-footer .footer-widgets .widget.widget_categories li a::before, .site-footer .footer-widgets .widget.widget_archive li a::before {
    color: var(--limestone-white-neutral);
}

.site-footer .footer-widgets .widget.widget_calendar .wp-calendar-nav a {
    color: var(--limestone-white-neutral);
}

.site-footer .footer-widgets .widget.widget_block .wp-block-latest-comments .comment-author-link a, .site-footer .footer-widgets .widget.widget_recent_comments .comment-author-link a {
    color: var(--limestone-white-neutral);
}

.site-footer .footer-widgets .widget.widget_rss li a.rsswidget {
    color: var(--limestone-white-neutral);
}

.site-footer .footer-widgets .widget.widget_tag_cloud .tagcloud a {
    color: var(--limestone-footer-color);
    border: 1px solid rgba(255, 255, 255, 0.1);
    background-color: rgba(0, 0, 0, 0);
}

.site-footer .footer-widgets .widget.widget_tag_cloud .tagcloud a:hover {
    color: var(--limestone-headline-color);
    border-color: var(--limestone-secondary-color);
    background-color: var(--limestone-secondary-color);
}

.site-footer .footer-widgets .widget.limestone-wp-recent-posts .post-title a {
    color: var(--limestone-white-neutral);
}

.site-footer .footer-widgets .widget.limestone-wp-cta {
    background-color: var(--limestone-headline-color);
}

.site-footer .footer-widgets .widget.limestone-wp-cta .limestone-button {
    color: var(--limestone-white-neutral);
}

.site-footer .footer-copyright {
    font-size: 16px;
    padding: 25px 0;
    text-align: center;
    background-color: #1f212c;
}

.site-footer .footer-copyright p {
    margin: 0;
    color: var(--limestone-footer-color);
}

.limestone-grid-lines {
    position: absolute;
    z-index: -1;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

.limestone-grid-lines span {
    position: absolute;
    z-index: 1;
    width: 1px;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.07);
}

.limestone-grid-lines span:nth-child(1) {
    left: 20%;
}

.limestone-grid-lines span:nth-child(2) {
    left: 40%;
}

.limestone-grid-lines span:nth-child(3) {
    left: 60%;
}

.limestone-grid-lines span:nth-child(4) {
    left: 80%;
}

.page-title-wrapper {
    position: relative;
    padding: 45px 0;
    background-color: var(--limestone-dark-neutral);
    background-size: cover;
    background-position: center;
    text-align: left;
    z-index: 1;
    line-height: 1;
}

@media only screen and (max-width: 1200px) {
    .page-title-wrapper {
        padding: 61px 0;
    }
}

@media only screen and (max-width: 1024px) {
    .page-title-wrapper {
        padding: 40px 0;
    }
}

.page-title-wrapper::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
}

.page-title-wrapper .page-content-wrap {
    max-width: 85%;
    margin: ;
}

@media only screen and (max-width: 1024px) {
    .page-title-wrapper .page-content-wrap {
        max-width: 100%;
    }
}

.page-title-wrapper .page-title {
    font-size: 48px;
    margin: 0;
    color: var(--limestone-white-neutral);
    line-height: 1.3;
}

@media only screen and (max-width: 1200px) {
    .page-title-wrapper .page-title {
        font-size: 38px;
    }
}

@media only screen and (max-width: 1024px) {
    .page-title-wrapper .page-title {
        font-size: 32px;
    }
}

@media only screen and (max-width: 479px) {
    .page-title-wrapper .page-title {
        font-size: 28px;
    }
}

.page-title-wrapper .limestone-breadcrumb {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: 25px;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.4;
    color: var(--limestone-primary-color);
}

.page-title-wrapper .limestone-breadcrumb a {
    color: var(--limestone-white-neutral);
}

.page-title-wrapper .limestone-breadcrumb .separator {
    color: var(--limestone-white-neutral);
    margin: 0 15px;
    font-size: 16px;
    position: relative;
    top: 1px;
}

.page-title-wrapper .limestone-breadcrumb .separator .fas {
    font-family: 'Font Awesome 5 pro';
    font-weight: 400;
}

.page-title-wrapper .entry-post-meta {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 20px 0 0;
    font-size: 16px;
}

.page-title-wrapper .entry-post-meta, .page-title-wrapper .entry-post-meta a {
    color: var(--limestone-white-neutral);
}

.page-title-wrapper .entry-post-meta i {
    margin-right: 10px;
}

.page-title-wrapper .entry-post-meta a:hover {
    color: var(--limestone-primary-color);
}

@media only screen and (max-width: 767px) {
    .page-title-wrapper .entry-post-meta .comments span {
        display: none;
    }
}

.page-title-wrapper .entry-post-meta > span {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 10px;
}

.page-title-wrapper .entry-post-meta > span:not(:last-child) {
    margin-right: 25px;
}

@media only screen and (max-width: 767px) {
    .page-title-wrapper .entry-post-meta > span:not(:last-child) {
        margin-right: 20px;
    }
}

.page-title-wrapper .post-categories {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    list-style: none;
    margin: 0 0 20px;
    padding: 0;
}

.page-title-wrapper .post-categories li {
    margin: 0 5px 10px;
}

.page-title-wrapper .post-categories a {
    font-family: var(--limestone-secondary-font);
    font-size: 15px;
    font-weight: 500;
    text-transform: capitalize;
    line-height: 1;
    color: var(--limestone-headline-color);
    background-color: var(--limestone-primary-color);
    padding: 10px 15px;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.page-title-wrapper .post-categories a:hover {
    color: var(--limestone-headline-color);
    background-color: var(--limestone-secondary-color);
}

.site-preloader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    z-index: 999999;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.site-preloader .animation-preloader {
    position: absolute;
    z-index: 1000;
}

.site-preloader .animation-preloader .spinner {
    -webkit-animation: preloader-spinner 1s infinite linear;
    animation: preloader-spinner 1s infinite linear;
    border-radius: 50%;
    border: 3px solid rgba(0, 0, 0, 0.2);
    border-top-color: var(--limestone-dark-neutral);
    height: 9em;
    width: 9em;
    margin: 0 auto 3em;
}

@media only screen and (max-width: 767px) {
    .site-preloader .animation-preloader .spinner {
        width: 8em;
        height: 8em;
    }
}

@media only screen and (max-width: 479px) {
    .site-preloader .animation-preloader .spinner {
        width: 6em;
        height: 6em;
    }
}

.site-preloader .animation-preloader .text-loading {
    font-family: var(--limestone-secondary-font);
    font-size: 4.5em;
    font-weight: 700;
    line-height: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    text-align: center;
}

@media only screen and (max-width: 1024px) {
    .site-preloader .animation-preloader .text-loading {
        font-size: 3.5em;
    }
}

@media only screen and (max-width: 767px) {
    .site-preloader .animation-preloader .text-loading {
        font-size: 2.5em;
    }
}

@media only screen and (max-width: 479px) {
    .site-preloader .animation-preloader .text-loading {
        font-size: 1.8em;
    }
}

.site-preloader .animation-preloader .text-loading .letters-loading {
    color: rgba(0, 0, 0, 0.1);
    position: relative;
    margin: 0 6px;
}

@media only screen and (max-width: 767px) {
    .site-preloader .animation-preloader .text-loading .letters-loading {
        margin: 0 4px;
    }
}

.site-preloader .animation-preloader .text-loading .letters-loading::before {
    -webkit-animation: preloader-letter-loading 4s infinite;
    animation: preloader-letter-loading 4s infinite;
    color: var(--limestone-headline-color);
    content: attr(data-text-preloader);
    left: 0;
    opacity: 0;
    position: absolute;
    -webkit-transform: rotateY(-90deg);
    transform: rotateY(-90deg);
}

.site-preloader .animation-preloader .text-loading .letters-loading:nth-child(2)::before {
    -webkit-animation-delay: 0.2s;
    animation-delay: 0.2s;
}

.site-preloader .animation-preloader .text-loading .letters-loading:nth-child(3)::before {
    -webkit-animation-delay: 0.4s;
    animation-delay: 0.4s;
}

.site-preloader .animation-preloader .text-loading .letters-loading:nth-child(4)::before {
    -webkit-animation-delay: 0.6s;
    animation-delay: 0.6s;
}

.site-preloader .animation-preloader .text-loading .letters-loading:nth-child(5)::before {
    -webkit-animation-delay: 0.8s;
    animation-delay: 0.8s;
}

.site-preloader .animation-preloader .text-loading .letters-loading:nth-child(6)::before {
    -webkit-animation-delay: 1s;
    animation-delay: 1s;
}

.site-preloader .animation-preloader .text-loading .letters-loading:nth-child(7)::before {
    -webkit-animation-delay: 1.2s;
    animation-delay: 1.2s;
}

.site-preloader .animation-preloader .text-loading .letters-loading:nth-child(8)::before {
    -webkit-animation-delay: 1.4s;
    animation-delay: 1.4s;
}

.site-preloader .animation-preloader .text-loading .letters-loading:nth-child(9)::before {
    -webkit-animation-delay: 1.6s;
    animation-delay: 1.6s;
}

.site-preloader .animation-preloader .text-loading .letters-loading:nth-child(10)::before {
    -webkit-animation-delay: 1.8s;
    animation-delay: 1.8s;
}

.site-preloader .animation-preloader .text-loading .letters-loading:nth-child(11)::before {
    -webkit-animation-delay: 2s;
    animation-delay: 2s;
}

.site-preloader .animation-preloader .text-loading .letters-loading:nth-child(12)::before {
    -webkit-animation-delay: 2.2s;
    animation-delay: 2.2s;
}

.site-preloader .animation-preloader .text-loading .letters-loading:nth-child(13)::before {
    -webkit-animation-delay: 2.4s;
    animation-delay: 2.4s;
}

.site-preloader .animation-preloader .text-loading .letters-loading:nth-child(14)::before {
    -webkit-animation-delay: 2.6s;
    animation-delay: 2.6s;
}

.site-preloader .animation-preloader .text-loading .letters-loading:nth-child(15)::before {
    -webkit-animation-delay: 2.8s;
    animation-delay: 2.8s;
}

.site-preloader .animation-preloader .text-loading .letters-loading:nth-child(16)::before {
    -webkit-animation-delay: 3s;
    animation-delay: 3s;
}

.site-preloader .animation-preloader .loading-text {
    font-size: 15px;
    font-weight: 500;
    line-height: 1;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 8px;
    color: var(--limestone-headline-color);
    margin: 1.5em 0 0;
}

.site-preloader .preloader-layer {
    position: absolute;
    top: 0;
    width: 33.3333%;
    height: 100%;
    overflow: hidden;
}

.site-preloader .preloader-layer.layer-one {
    left: 0;
}

.site-preloader .preloader-layer.layer-two {
    left: 33.3333%;
}

.site-preloader .preloader-layer.layer-three {
    left: 66.6666%;
}

.site-preloader .preloader-layer .overly {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: var(--limestone-white-neutral);
}

.entry-post {
    position: relative;
    line-height: 1;
    margin-bottom: 30px;
}

.entry-post .entry-media {
    position: relative;
    overflow: hidden;
}

.entry-post .entry-media img {
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}

.entry-post .entry-media .post-categories {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    list-style: none;
    margin: 0;
    padding: 0;
    z-index: 1;
    position: absolute;
    left: 20px;
    top: 20px;
}

.entry-post .entry-media .post-categories li {
    margin: 0 10px 10px 0;
}

.entry-post .entry-media .post-categories a {
    font-family: var(--limestone-secondary-font);
    font-size: 15px;
    font-weight: 500;
    text-transform: capitalize;
    line-height: 1;
    color: var(--limestone-headline-color);
    background-color: var(--limestone-primary-color);
    padding: 12px 15px;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

@media only screen and (max-width: 767px) {
    .entry-post .entry-media .post-categories a {
        font-size: 14px;
        padding: 10px 12px;
    }
}

.entry-post .entry-media .post-categories a:hover {
    color: var(--limestone-headline-color);
    background-color: var(--limestone-secondary-color);
}

.entry-post .entry-summary {
    padding: 40px;
    background-color: var(--limestone-white-neutral);
    -webkit-box-shadow: 0px 4px 60px rgba(0, 0, 0, 0.07);
    box-shadow: 0px 4px 60px rgba(0, 0, 0, 0.07);
}

@media only screen and (max-width: 1024px) {
    .entry-post .entry-summary {
        padding: 40px 30px;
    }
}

@media only screen and (max-width: 479px) {
    .entry-post .entry-summary {
        padding: 35px 25px;
    }
}

.entry-post .entry-summary .entry-post-meta {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 0 20px;
    font-size: 16px;
}

@media only screen and (max-width: 479px) {
    .entry-post .entry-summary .entry-post-meta {
        font-size: 15px;
    }
}

.entry-post .entry-summary .entry-post-meta, .entry-post .entry-summary .entry-post-meta a {
    color: var(--limestone-body-color);
}

.entry-post .entry-summary .entry-post-meta i {
    margin-right: 10px;
}

@media only screen and (max-width: 479px) {
    .entry-post .entry-summary .entry-post-meta i {
        margin-right: 8px;
    }
}

.entry-post .entry-summary .entry-post-meta a:hover {
    color: var(--limestone-primary-color);
}

.entry-post .entry-summary .entry-post-meta > span {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 10px;
}

.entry-post .entry-summary .entry-post-meta > span:not(:last-child) {
    margin-right: 25px;
}

@media only screen and (max-width: 479px) {
    .entry-post .entry-summary .entry-post-meta > span:not(:last-child) {
        margin-right: 15px;
    }
}

@media only screen and (max-width: 767px) {
    .entry-post .entry-summary .entry-post-meta .comments span {
        display: none;
    }
}

.entry-post .entry-summary .post-title {
    font-size: 22px;
    line-height: 1.3;
    margin: 0 0 25px;
    word-wrap: break-word;
}

@media only screen and (max-width: 767px) {
    .entry-post .entry-summary .post-title {
        font-size: 20px;
    }
}

.entry-post .entry-summary .post-title a {
    display: inline;
}

.entry-post .entry-summary p {
    margin: 0 0 25px;
    font-size: 16px;
    line-height: 1.85;
}

@media only screen and (max-width: 479px) {
    .entry-post .entry-summary p {
        font-size: 15px;
    }
}

.entry-post .entry-summary .read-more {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: var(--limestone-body-color);
    font-family: var(--limestone-secondary-font);
    font-size: 15px;
    font-weight: 600;
}

.entry-post .entry-summary .read-more i {
    margin-left: 8px;
}

.entry-post .entry-summary .read-more:hover {
    color: var(--limestone-primary-color);
}

.entry-post.no-thumbnail .entry-summary {
    background-color: var(--limestone-light-neutral);
    -webkit-box-shadow: none;
    box-shadow: none;
}

.entry-post-details .entry-content-area {
    padding: 45px 30px;
    background-color: var(--limestone-white-neutral);
    -webkit-box-shadow: 0px 4px 60px rgba(0, 0, 0, 0.07);
    box-shadow: 0px 4px 60px rgba(0, 0, 0, 0.07);
}

@media only screen and (max-width: 1200px) {
    .entry-post-details .entry-content-area {
        padding: 45px 30px;
    }
}

@media only screen and (max-width: 479px) {
    .entry-post-details .entry-content-area {
        padding: 40px 25px;
    }
}

@media only screen and (max-width: 479px) {
    .entry-post-details .entry-content {
        font-size: 15px;
    }
}

.entry-post-details .entry-content .post-password-form label {
    width: 100%;
    margin: 0;
}

.entry-post-details .entry-content .post-password-form p {
    position: relative;
}

.entry-post-details .entry-content .post-password-form p:last-child {
    margin-bottom: 0;
}

.entry-post-details .entry-content .post-password-form input {
    margin-top: 10px;
    border: none;
    background-color: var(--limestone-light-neutral);
}

.entry-post-details .entry-content .post-password-form input[type='submit'] {
    position: absolute;
    width: auto;
    bottom: 0;
    right: 0;
    padding: 0 45px;
    color: var(--limestone-headline-color);
    background-color: var(--limestone-primary-color);
}

.entry-post-details .entry-content .post-password-form input[type='submit']:hover {
    color: var(--limestone-headline-color);
    background-color: var(--limestone-secondary-color);
}

.entry-post-details .entry-content .post-password-form input[type='password'] {
    padding-right: 140px;
}

.entry-post-details .entry-content .wp-block-archives-list, .entry-post-details .entry-content .wp-block-latest-comments, .entry-post-details .entry-content .wp-block-latest-posts, .entry-post-details .entry-content .wp-block-rss, .entry-post-details .entry-content .wp-block-categories-list, .entry-post-details .entry-content .wp-block-page-list {
    padding: 0;
}

.entry-post-details .entry-content .wp-block-archives-list, .entry-post-details .entry-content .wp-block-archives-list li, .entry-post-details .entry-content .wp-block-latest-comments, .entry-post-details .entry-content .wp-block-latest-comments li, .entry-post-details .entry-content .wp-block-latest-posts, .entry-post-details .entry-content .wp-block-latest-posts li, .entry-post-details .entry-content .wp-block-rss, .entry-post-details .entry-content .wp-block-rss li, .entry-post-details .entry-content .wp-block-categories-list, .entry-post-details .entry-content .wp-block-categories-list li, .entry-post-details .entry-content .wp-block-page-list, .entry-post-details .entry-content .wp-block-page-list li {
    list-style: none;
}

.entry-post-details .entry-content .wp-block-search__button {
    background-color: var(--limestone-primary-color);
    color: var(--limestone-headline-color);
    border: none;
}

.entry-post-details .entry-content .wp-block-search__button:hover {
    background-color: var(--limestone-secondary-color);
}

.entry-post-details .entry-tags-share {
    margin-top: 60px;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 2fr 20px 1fr;
    grid-template-columns: 2fr 1fr;
    grid-gap: 20px;
}

@media only screen and (max-width: 767px) {
    .entry-post-details .entry-tags-share {
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
    }
}

.entry-post-details .entry-tags-share .post-tags-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    margin: -10px 0 0 -10px;
}

.entry-post-details .entry-tags-share .post-tags-wrap a {
    font-size: 16px;
    font-weight: 600;
    text-transform: capitalize;
    line-height: 1;
    padding: 12px 20px;
    margin: 10px 0 0 10px;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    color: var(--limestone-body-color);
    border: 1px solid var(--limestone-border-color);
}

@media only screen and (max-width: 479px) {
    .entry-post-details .entry-tags-share .post-tags-wrap a {
        font-size: 15px;
        padding: 12px 15px;
    }
}

.entry-post-details .entry-tags-share .post-tags-wrap a:hover {
    color: var(--limestone-headline-color);
    background-color: var(--limestone-secondary-color);
    border-color: var(--limestone-secondary-color);
}

.entry-post-details .entry-tags-share .post-share-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    margin: -10px 0 0 -10px;
}

@media only screen and (max-width: 767px) {
    .entry-post-details .entry-tags-share .post-share-wrap {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }
}

.entry-post-details .entry-tags-share .post-share-wrap a {
    width: 40px;
    height: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 15px;
    color: var(--limestone-primary-color);
    background-color: #fff4ea;
    border-radius: 50%;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    margin: 10px 0 0 10px;
}

.entry-post-details .entry-tags-share .post-share-wrap a:hover {
    color: var(--limestone-headline-color);
    background-color: var(--limestone-secondary-color);
}

.entry-post-details .entry-tags-share > div:first-child {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}

.entry-post-details .entry-author-info {
    position: relative;
    background-color: var(--limestone-light-neutral);
    padding: 40px 50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 60px;
}

@media only screen and (max-width: 1200px) {
    .entry-post-details .entry-author-info {
        padding: 40px;
    }
}

@media only screen and (max-width: 479px) {
    .entry-post-details .entry-author-info {
        padding: 40px 30px;
    }
}

@media only screen and (max-width: 767px) {
    .entry-post-details .entry-author-info {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
    }
}

.entry-post-details .entry-author-info .author-avatar {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 160px;
    flex: 0 0 160px;
    margin-right: 50px;
}

@media only screen and (max-width: 1200px) {
    .entry-post-details .entry-author-info .author-avatar {
        margin-right: 40px;
    }
}

@media only screen and (max-width: 767px) {
    .entry-post-details .entry-author-info .author-avatar {
        margin-right: 0;
        margin-bottom: 30px;
    }
}

.entry-post-details .entry-author-info .author-avatar img {
    border-radius: 50%;
}

.entry-post-details .entry-author-info .name {
    font-size: 20px;
    margin: 0 0 20px;
}

.entry-post-details .entry-author-info p {
    margin: 0;
}

.entry-post-details .entry-author-info .user-links {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    list-style: none;
    margin: 0;
    padding: 0;
    margin-top: 20px;
}

.entry-post-details .entry-author-info .user-links li {
    margin: 0 25px 0 0;
}

.entry-post-details .entry-author-info .user-links a {
    font-size: 16px;
    color: var(--limestone-body-color);
}

.entry-post-details .entry-author-info .user-links a:hover {
    color: var(--limestone-primary-color);
}

.entry-post-details .entry-post-navigation {
    margin-top: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.entry-post-details .entry-post-navigation .next-post, .entry-post-details .entry-post-navigation .prev-post {
    max-width: 40%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 40%;
    flex: 0 0 40%;
    margin-top: 30px;
    line-height: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 20px;
}

@media only screen and (max-width: 1200px) {
    .entry-post-details .entry-post-navigation .next-post, .entry-post-details .entry-post-navigation .prev-post {
        max-width: 45%;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 45%;
        flex: 0 0 45%;
        gap: 25px;
    }
}

@media only screen and (max-width: 767px) {
    .entry-post-details .entry-post-navigation .next-post, .entry-post-details .entry-post-navigation .prev-post {
        max-width: 100%;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
    }
}

.entry-post-details .entry-post-navigation .next-post {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    text-align: right;
    margin-left: auto;
}

.entry-post-details .entry-post-navigation .post-thumbnail {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 80px;
    flex: 0 0 80px;
}

.entry-post-details .entry-post-navigation .post-title {
    font-family: var(--limestone-secondary-font);
    font-size: 16px;
    font-weight: 600;
    color: var(--limestone-headline-color);
    line-height: 1.5;
    margin: 0;
    word-break: break-word;
}

@media only screen and (max-width: 1200px) {
    .entry-post-details .entry-post-navigation .post-title {
        font-size: 16px;
    }
}

.entry-post-details .entry-post-navigation .post-title a {
    display: block;
}

.entry-post-details .entry-post-navigation .post-title a:hover {
    color: var(--limestone-primary-color);
}

.entry-post-details .entry-post-navigation .read-more {
    font-size: 16px;
    font-weight: 500;
    color: var(--limestone-body-color);
    text-transform: capitalize;
    margin-top: 15px;
}

@media only screen and (max-width: 1200px) {
    .entry-post-details .entry-post-navigation .read-more {
        font-size: 15px;
    }
}

.entry-post-details .entry-post-navigation .read-more i {
    font-size: 15px;
    margin-left: 10px;
    position: relative;
    top: 1px;
}

.entry-post-details .entry-post-navigation .read-more:hover {
    color: var(--limestone-primary-color);
}

.primary-sidebar {
    padding: 40px 30px;
    background-color: var(--limestone-white-neutral);
    -webkit-box-shadow: 0px 4px 60px rgba(0, 0, 0, 0.07);
    box-shadow: 0px 4px 60px rgba(0, 0, 0, 0.07);
}

@media only screen and (max-width: 1200px) {
    .primary-sidebar {
        padding: 40px 30px;
    }
}

@media only screen and (max-width: 479px) {
    .primary-sidebar {
        padding: 40px 25px;
    }
}

.widget:not(:last-child) {
    margin-bottom: 15px;
}

.widget.widget_block ul, .widget.widget_block ol, .widget ul, .widget ol {
    padding: 0;
    list-style: none;
    margin: 0;
}

.widget.widget_block ul li, .widget.widget_block ol li, .widget ul li, .widget ol li {
    margin: 0;
}

.widget .widget-title {
    font-size: 18px;
    margin: 0 0 30px;
    padding: 0 0 25px;
    border-bottom: 1px solid var(--limestone-border-color);
    position: relative;
}

.widget a {
    color: var(--limestone-body-color);
}

.widget a:hover {
    color: var(--limestone-primary-color);
}

.widget.widget_block .wp-block-categories li, .widget.widget_block .wp-block-archives li, .widget.widget_categories li, .widget.widget_archive li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    color: var(--limestone-body-color);
    font-size: 16px;
    font-weight: 500;
    text-transform: capitalize;
    line-height: 1.4;
}

.widget.widget_block .wp-block-categories li:not(:last-child), .widget.widget_block .wp-block-archives li:not(:last-child), .widget.widget_categories li:not(:last-child), .widget.widget_archive li:not(:last-child) {
    margin-bottom: 18px;
}

.widget.widget_block .wp-block-categories li .children, .widget.widget_block .wp-block-archives li .children, .widget.widget_categories li .children, .widget.widget_archive li .children {
    margin-top: 18px;
    padding-left: 30px;
    width: 100%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
}

.widget.widget_block .wp-block-categories li a, .widget.widget_block .wp-block-archives li a, .widget.widget_categories li a, .widget.widget_archive li a {
    position: relative;
    max-width: calc(100% - 30px);
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.widget.widget_block .wp-block-categories li a::before, .widget.widget_block .wp-block-archives li a::before, .widget.widget_categories li a::before, .widget.widget_archive li a::before {
    content: '';
    font-family: 'Font Awesome 5 Pro';
    font-size: 14px;
    font-weight: 400;
    vertical-align: middle;
    margin-right: 15px;
    color: var(--limestone-primary-color);
}

.widget.widget_block .wp-block-categories li a:hover, .widget.widget_block .wp-block-archives li a:hover, .widget.widget_categories li a:hover, .widget.widget_archive li a:hover {
    padding-left: 8px;
}

.widget.widget_calendar caption {
    font-family: var(--limestone-secondary-font);
    font-size: 16px;
    font-weight: 500;
    color: var(--limestone-headline-color);
    background-color: var(--limestone-primary-color);
    text-align: center;
    margin: 0;
    padding: 8px;
}

.widget.widget_calendar table {
    margin: 0 0 15px;
    text-align: center;
}

.widget.widget_calendar table th {
    border-top: 0;
}

.widget.widget_calendar table td#today {
    color: var(--limestone-headline-color);
    background-color: var(--limestone-primary-color);
}

.widget.widget_calendar table td a {
    color: var(--limestone-primary-color);
}

.widget.widget_calendar .wp-calendar-nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 15px;
    font-weight: 500;
}

.widget.widget_calendar .wp-calendar-nav a {
    color: var(--limestone-headline-color);
}

.widget.widget_calendar .wp-calendar-nav a:hover {
    color: var(--limestone-primary-color);
}

.widget.widget_block .wp-block-latest-posts li:not(:last-child), .widget.widget_pages li:not(:last-child), .widget.widget_meta li:not(:last-child), .widget.widget_nav_menu li:not(:last-child), .widget.widget_recent_entries li:not(:last-child) {
    margin-bottom: 10px;
}

.widget.widget_block .wp-block-latest-posts li .children, .widget.widget_block .wp-block-latest-posts li .sub-menu, .widget.widget_pages li .children, .widget.widget_pages li .sub-menu, .widget.widget_meta li .children, .widget.widget_meta li .sub-menu, .widget.widget_nav_menu li .children, .widget.widget_nav_menu li .sub-menu, .widget.widget_recent_entries li .children, .widget.widget_recent_entries li .sub-menu {
    margin-top: 10px;
    padding-left: 30px;
}

.widget.widget_block .wp-block-latest-posts li a, .widget.widget_pages li a, .widget.widget_meta li a, .widget.widget_nav_menu li a, .widget.widget_recent_entries li a {
    font-size: 16px;
    font-weight: 500;
    line-height: 1.4;
    position: relative;
}

.widget.widget_block .wp-block-latest-posts li a:hover, .widget.widget_pages li a:hover, .widget.widget_meta li a:hover, .widget.widget_nav_menu li a:hover, .widget.widget_recent_entries li a:hover {
    padding-left: 5px;
}

.widget.widget_recent_entries li a {
    font-weight: 600;
    line-height: 1.5;
}

.widget.widget_block .wp-block-latest-comments li:not(:last-child), .widget.widget_recent_comments li:not(:last-child) {
    margin-bottom: 10px;
}

.widget.widget_block .wp-block-latest-comments li a, .widget.widget_recent_comments li a {
    color: var(--limestone-headline-color);
    font-size: 16px;
    font-weight: 500;
    line-height: 1.8;
}

.widget.widget_block .wp-block-latest-comments li a:hover, .widget.widget_recent_comments li a:hover {
    color: var(--limestone-primary-color);
}

.widget.widget_block .wp-block-latest-comments li .comment-author-link a, .widget.widget_recent_comments li .comment-author-link a {
    font-weight: 700;
}

.widget.widget_rss .rss-widget-title {
    color: var(--limestone-headline-color);
}

.widget.widget_rss li:not(:last-child) {
    margin-bottom: 25px;
}

.widget.widget_rss li a.rsswidget {
    font-size: 16px;
    font-weight: 600;
    display: block;
    color: var(--limestone-headline-color);
    margin-bottom: 5px;
    line-height: 1.6;
}

.widget.widget_rss li a.rsswidget:hover {
    color: var(--limestone-primary-color);
}

.widget.widget_rss li span.rss-date, .widget.widget_rss li cite {
    display: block;
    font-size: 14px;
    margin-bottom: 10px;
    font-weight: 500;
}

.widget.widget_rss li cite {
    margin-top: 10px;
    margin-bottom: 0;
    display: block;
}

.widget .wp-block-rss__item:not(:last-child) {
    margin-bottom: 20px;
}

.widget .wp-block-rss__item .wp-block-rss__item-title a {
    font-size: 16px;
    font-weight: 600;
    display: block;
    color: var(--limestone-headline-color);
    margin-bottom: 5px;
    line-height: 1.4;
}

.widget .wp-block-rss__item .wp-block-rss__item-title a:hover {
    color: var(--limestone-primary-color);
}

.widget .wp-block-rss__item .wp-block-rss__item-publish-date {
    display: block;
    font-size: 14px;
    margin-bottom: 10px;
    font-weight: 500;
}

.widget .wp-block-rss__item .wp-block-rss__item-author {
    margin-bottom: 15px;
    display: block;
}

.widget.widget_text {
    font-size: 16px;
}

.widget.widget_text .wp-caption-text {
    padding: 0;
}

@media only screen and (max-width: 479px) {
    .widget.widget_text {
        font-size: 15px;
    }
}

.widget.widget_tag_cloud .tagcloud {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: -10px 0 0 -10px;
}

.widget.widget_tag_cloud .tagcloud a {
    font-size: 16px !important;
    font-weight: 500;
    text-transform: capitalize;
    line-height: 1;
    padding: 10px 20px;
    margin: 10px 0 0 10px;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    color: var(--limestone-body-color);
    background-color: var(--limestone-light-neutral);
}

.widget.widget_tag_cloud .tagcloud a:hover {
    background-color: var(--limestone-primary-color);
    color: var(--limestone-headline-color);
}

.widget.widget_search form {
    position: relative;
}

.widget.widget_search input {
    padding: 0 50px 0 30px;
    background-color: var(--limestone-light-neutral);
    border-color: rgba(0, 0, 0, 0);
}

.widget.widget_search input:focus {
    border-color: var(--limestone-primary-color);
}

.widget.widget_search input[type='submit'], .widget.widget_search button[type='submit'] {
    padding: 0;
    background-color: rgba(0, 0, 0, 0);
    color: var(--limestone-headline-color);
    position: absolute;
    right: 30px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: auto;
    height: auto;
}

.widget.widget_block.widget_search .wp-block-search__label {
    font-size: 16px;
    font-weight: 500;
    color: var(--limestone-headline-color);
    display: block;
    margin-bottom: 15px;
}

.widget.widget_block.widget_search .wp-block-search__input {
    padding: 0 30px;
    height: 60px;
    border: 1px solid rgba(0, 0, 0, 0);
    background-color: var(--limestone-light-neutral);
}

.widget.widget_block.widget_search .wp-block-search__input:focus {
    border-color: var(--limestone-primary-color);
}

.widget.widget_block.widget_search .wp-block-search__button {
    min-width: 90px;
    height: 60px;
    position: static;
    font-size: 14px;
    padding: 0;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
    background-color: var(--limestone-primary-color);
    color: var(--limestone-white-neutral);
    border: 1px solid var(--limestone-primary-color);
}

.widget.widget_block.widget_search .wp-block-search__button:hover {
    background-color: var(--limestone-secondary-color);
    color: var(--limestone-white-neutral);
    border-color: var(--limestone-secondary-color);
}

.widget.widget_block.widget_search .wp-block-search__button-inside .wp-block-search__inside-wrapper {
    border-color: var(--limestone-border-color);
}

.widget.widget_block.widget_search .wp-block-search__button-inside .wp-block-search__button {
    margin: 0;
    min-width: 60px;
}

.widget.widget_block.widget_search .wp-block-search__button-inside .wp-block-search__button svg {
    fill: var(--limestone-secondary-color);
}

.widget .blocks-gallery-grid .blocks-gallery-image, .widget .blocks-gallery-grid .blocks-gallery-item, .widget .wp-block-gallery .blocks-gallery-image, .widget .wp-block-gallery .blocks-gallery-item {
    margin: 0 1em 1em 0;
}

.widget .blocks-gallery-grid .blocks-gallery-image:last-child, .widget .blocks-gallery-grid .blocks-gallery-item:last-child, .widget .wp-block-gallery .blocks-gallery-image:last-child, .widget .wp-block-gallery .blocks-gallery-item:last-child {
    margin-right: 0;
}

.widget .gallery {
    margin-bottom: 0;
}

.widget.widget_block h1, .widget.widget_block h2, .widget.widget_block h3, .widget.widget_block h4, .widget.widget_block h5, .widget.widget_block h6 {
    font-size: 18px;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 10px;
    margin-left: 0px;
    color:#292929;
}

.widget.widget_block.widget_recent_entries .wp-block-latest-posts__post-title {
    font-weight: 500;
    color: var(--limestone-headline-color);
}

.widget.widget_block.widget_recent_entries .wp-block-latest-comments__comment-date {
    font-weight: 600;
}

.widget.limestone-wp-recent-posts li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.widget.limestone-wp-recent-posts li:not(:last-child) {
    margin-bottom: 30px;
}

.widget.limestone-wp-recent-posts li .post-thumbnail {
    width: 80px;
    height: 80px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    margin-right: 25px;
    overflow: hidden;
}

@media only screen and (min-width: 1025px) and (max-width: 1200px) {
    .widget.limestone-wp-recent-posts li .post-thumbnail {
        width: 70px;
        height: 70px;
        margin-right: 20px;
    }
}

@media only screen and (max-width: 479px) {
    .widget.limestone-wp-recent-posts li .post-thumbnail {
        width: 60px;
        height: 60px;
        margin-right: 15px;
    }
}

.widget.limestone-wp-recent-posts li .post-thumbnail img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}

.widget.limestone-wp-recent-posts li .post-title {
    font-size: 18px;
    line-height: 1.3;
    margin: 0;
    color: var(--limestone-headline-color);
}

@media only screen and (max-width: 1200px) {
    .widget.limestone-wp-recent-posts li .post-title {
        font-size: 16px;
    }
}

@media only screen and (max-width: 479px) {
    .widget.limestone-wp-recent-posts li .post-title {
        font-size: 15px;
    }
}

.widget.limestone-wp-recent-posts li .post-title a {
    color: inherit;
}

.widget.limestone-wp-recent-posts li .post-date {
    display: block;
    font-size: 15px;
    line-height: 1;
    margin-bottom: 10px;
}

@media only screen and (max-width: 479px) {
    .widget.limestone-wp-recent-posts li .post-date {
        font-size: 14px;
    }
}

.widget.limestone-wp-cta {
    position: relative;
    z-index: 1;
    padding: 175px 40px 40px 40px;
    background-color: #000;
}

@media only screen and (max-width: 1200px) {
    .widget.limestone-wp-cta {
        padding: 175px 30px 40px 30px;
    }
}

.widget.limestone-wp-cta .widget-title {
    border: none;
    margin: 0 0 30px;
    padding: 0;
    color: var(--limestone-white-neutral);
    font-size: 24px;
    line-height: 1.5;
}

@media only screen and (max-width: 479px) {
    .widget.limestone-wp-cta .widget-title {
        font-size: 20px;
    }
}

.widget.limestone-wp-cta .limestone-button {
    color: var(--limestone-headline-color);
}

@media only screen and (max-width: 1200px) {
    .widget.limestone-wp-cta .limestone-button {
        padding: 18px 22px;
    }
}

.widget.limestone-wp-cta .cta-background {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    background-size: cover;
    background-position: center;
}

.widget.limestone-wp-cta .cta-background::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    background-color: #000;
    opacity: 0.65;
}

.comments-area {
    margin-top: 60px;
}

.comments-area .comments-title, .comments-area .comment-reply-title {
    font-size: 22px;
    margin: 0 0 50px;
    position: relative;
    line-height: 1.2;
    letter-spacing: -0.44px;
}

.comments-area .comment-respond .comment-reply-title {
    margin: 0 0 10px;
}

.comments-area .comment-respond .comment-reply-title small {
    font-size: 70%;
    margin-left: 5px;
}

.comments-area .comment-respond .comment-reply-title small a {
    color: var(--limestone-primary-color);
}

.comments-area .comment-respond form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.comments-area .comment-respond p {
    margin: 0;
}

@media only screen and (max-width: 767px) {
    .comments-area .comment-respond p {
        font-size: 15px;
    }
}

.comments-area .comment-respond .logged-in-as {
    margin-bottom: 30px;
}

.comments-area .comment-respond .comment-notes {
    -webkit-box-ordinal-group: -2;
    -ms-flex-order: -3;
    order: -3;
    display: block;
    margin-bottom: 35px;
    width: 100%;
}

@media only screen and (max-width: 479px) {
    .comments-area .comment-respond .comment-notes {
        font-size: 15px;
    }
}

.comments-area .comment-respond .comment-notes .required-field-message {
    font-weight: 500;
}

.comments-area .comment-respond .comment-form-comment, .comments-area .comment-respond .comment-form-url, .comments-area .comment-respond .comment-form-cookies-consent, .comments-area .comment-respond .comment-form-author, .comments-area .comment-respond .comment-form-email {
    margin-bottom: 20px;
}

.comments-area .comment-respond .comment-form-comment, .comments-area .comment-respond .comment-form-url, .comments-area .comment-respond .comment-form-cookies-consent {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
}

.comments-area .comment-respond .comment-form-author, .comments-area .comment-respond .comment-form-email {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    -webkit-box-ordinal-group: -1;
    -ms-flex-order: -2;
    order: -2;
}

@media only screen and (max-width: 479px) {
    .comments-area .comment-respond .comment-form-author, .comments-area .comment-respond .comment-form-email {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
    }
}

.comments-area .comment-respond .comment-form-url {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
}

.comments-area .comment-respond .comment-form-author {
    padding-right: 10px;
}

@media only screen and (max-width: 479px) {
    .comments-area .comment-respond .comment-form-author {
        padding-right: 0;
    }
}

.comments-area .comment-respond .comment-form-email {
    padding-left: 10px;
}

@media only screen and (max-width: 479px) {
    .comments-area .comment-respond .comment-form-email {
        padding-left: 0;
    }
}

.comments-area .comment-respond .comment-form-cookies-consent {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.comments-area .comment-respond .comment-form-cookies-consent #wp-comment-cookies-consent {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    margin-right: 10px;
    position: relative;
    top: 5px;
}

.comments-area .comment-respond .comment-form-cookies-consent label {
    color: var(--limestone-body-color);
    display: inline-block;
    margin: 0;
    font-size: 16px;
    line-height: 1.6;
}

@media only screen and (max-width: 767px) {
    .comments-area .comment-respond .comment-form-cookies-consent label {
        font-size: 15px;
    }
}

.comments-area .comment-respond .form-submit {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
}

.comments-area .comment-respond .submit-btn {
    border: none;
    height: 55px;
    margin-top: 10px;
}

.comments-area .comment-respond .submit-btn:hover {
    border-color: var(--limestone-primary-color);
}

.comments-area .comment-list {
    margin: 0 0 60px;
    padding: 0;
    list-style: none;
    line-height: 1;
}

.comments-area .comment-list li {
    margin: 0 0 45px;
}

.comments-area .comment-list .children {
    margin: 45px 0 0 35px;
    padding: 0;
    list-style: none;
}

@media only screen and (max-width: 479px) {
    .comments-area .comment-list .children {
        margin: 40px 0 0 30px;
    }
}

.comments-area .comment-list .children li:last-child {
    padding: 0;
    margin: 0;
    border: none;
}

.comments-area .comment-list .comment-respond {
    margin-top: 40px;
}

.comments-area .comment-list .comment-body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

@media only screen and (max-width: 767px) {
    .comments-area .comment-list .comment-body {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}

.comments-area .comment-list .comment-body .comment-avatar {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100px;
    flex: 0 0 100px;
    margin-right: 40px;
}

@media only screen and (max-width: 767px) {
    .comments-area .comment-list .comment-body .comment-avatar {
        margin-right: 0;
        margin-bottom: 30px;
    }
}

.comments-area .comment-list .comment-body .comment-avatar img {
    border-radius: 50%;
}

.comments-area .comment-list .comment-body .comment-content {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    position: relative;
    z-index: 1;
}

.comments-area .comment-list .comment-body .comment-content img {
    margin: 15px 0;
}

.comments-area .comment-list .comment-body .comment-content li {
    margin-bottom: 10px;
    padding: 0;
    border: none;
}

.comments-area .comment-list .comment-body .comment-content .name {
    font-family: var(--limestone-secondary-font);
    font-size: 16px;
    font-weight: 600;
    text-transform: capitalize;
    margin: 0 0 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

@media only screen and (max-width: 767px) {
    .comments-area .comment-list .comment-body .comment-content .name {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
    }
}

.comments-area .comment-list .comment-body .comment-content .name .date {
    font-family: var(--limestone-primary-font);
    font-size: 15px;
    font-weight: 400;
    display: block;
    margin: 0;
    padding-left: 20px;
    position: relative;
    color: var(--limestone-body-color);
}

@media only screen and (max-width: 767px) {
    .comments-area .comment-list .comment-body .comment-content .name .date {
        padding-left: 0;
        padding-top: 10px;
    }
}

.comments-area .comment-list .comment-body .comment-content .comment-text {
    font-size: 16px;
    line-height: 1.8;
}

.comments-area .comment-list .comment-body .comment-content .comment-text p:last-of-type {
    margin: 0;
}

.comments-area .comment-list .comment-body .comment-content .comment-reply-link {
    margin-top: 20px;
    font-size: 15px;
    font-weight: 700;
    color: var(--limestone-body-color);
}

.comments-area .comment-list .comment-body .comment-content .comment-reply-link i {
    position: relative;
    top: 1px;
    margin-left: 10px;
}

.comments-area .comment-list .comment-body .comment-content .comment-reply-link:hover {
    color: var(--limestone-primary-color);
}

.comments-area .no-comments {
    margin: 0;
    font-family: var(--limestone-secondary-font);
    font-size: 18px;
    font-weight: 700;
    color: var(--limestone-headline-color);
}

.limestone-pagination, .woocommerce-pagination {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    list-style: none;
    clear: both;
    margin: 0;
    padding: 30px 0 0;
}

.limestone-pagination li, .woocommerce-pagination li {
    margin: 0 !important;
}

.limestone-pagination .page-numbers, .woocommerce-pagination .page-numbers {
    display: block;
    height: 50px;
    width: 50px;
    margin: 10px 10px 0 0;
    padding: 0;
    color: var(--limestone-body-color);
    font-size: 16px;
    font-weight: 600;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border: 1px solid var(--limestone-border-color);
    border-radius: 50%;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.limestone-pagination .page-numbers.current, .limestone-pagination .page-numbers:not(.dots):hover, .woocommerce-pagination .page-numbers.current, .woocommerce-pagination .page-numbers:not(.dots):hover {
    color: var(--limestone-headline-color);
    background-color: var(--limestone-secondary-color);
    border-color: var(--limestone-secondary-color);
}

.page-links {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    line-height: 1;
    clear: both;
}

.page-links .page-links-title {
    color: var(--limestone-body-color);
    font-weight: 700;
    margin-right: 10px;
}

.page-links .post-page-numbers {
    width: 30px;
    height: 30px;
    border: 1px solid var(--limestone-border-color);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 14px;
    margin-left: 5px;
    color: var(--limestone-body-color);
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.page-links .post-page-numbers:hover, .page-links .post-page-numbers.current {
    color: var(--limestone-headline-color);
    background-color: var(--limestone-secondary-color);
    border-color: var(--limestone-secondary-color);
}

.back-to-top {
    position: fixed;
    right: 0;
    bottom: 30px;
    width: 50px;
    height: 50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    z-index: 22;
    background-color: var(--limestone-primary-color);
    color: var(--limestone-headline-color);
    border-radius: 5px;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    font-size: 20px;
    opacity: 0;
    visibility: hidden;
}

@media only screen and (max-width: 767px) {
    .back-to-top {
        bottom: 20px;
    }
}

@media only screen and (max-width: 767px) {
    .back-to-top:not(.show-on-mobile) {
        display: none;
    }
}

.back-to-top:hover {
    color: var(--limestone-headline-color);
    background-color: var(--limestone-secondary-color);
}

.back-to-top.active {
    opacity: 1;
    visibility: visible;
    right: 30px;
}

@media only screen and (max-width: 767px) {
    .back-to-top.active {
        right: 20px;
    }
}

.error-content-area {
    padding: 130px 0;
    max-width: 65%;
    margin: auto;
    text-align: center;
}

.error-content-area .error-illustration {
    margin-bottom: 80px;
}

.error-content-area .error-title {
    font-size: 36px;
    line-height: 1.3;
    margin: 0 0 30px;
}

.error-content-area .error-message {
    font-size: 16px;
    font-weight: 500;
    margin: 0 0 35px;
}

.error-content-area .limestone-button {
    padding: 16px 35px;
}

.not-found-wrapper .not-found-title {
    font-size: 36px;
    margin-bottom: 0 0 15px;
}

.not-found-wrapper .limestone-search-form {
    padding-top: 10px;
}

.not-found-wrapper .limestone-search-form .search-submit {
    padding: 0;
    width: 70px;
    height: 60px;
}

.limestone-popup-wrapper {
    position: fixed;
    left: 0;
    top: 0;
    width: 100vw;
    height: 100vh;
    z-index: 99999;
    display: none;
    -webkit-animation-name: popupFadeIn;
    animation-name: popupFadeIn;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    -webkit-animation-duration: 0.4s;
    animation-duration: 0.4s;
}

.limestone-popup-wrapper .popup-overly {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    background: rgba(0, 0, 0, 0.5);
    cursor: pointer;
}

.limestone-popup-wrapper .popup-container {
    position: relative;
    z-index: 2;
    max-width: 100%;
    max-height: 100%;
    overflow: hidden;
    display: none;
    -webkit-animation-name: popupFadeIn;
    animation-name: popupFadeIn;
    -webkit-animation-duration: 0.5s;
    animation-duration: 0.5s;
    background-color: var(--limestone-white-neutral);
}

.limestone-popup-wrapper .popup-container .popup-close {
    position: absolute;
    right: 10px;
    top: 10px;
    z-index: 2;
    line-height: 1;
    font-size: 22px;
    width: 40px;
    height: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    cursor: pointer;
    color: var(--limestone-primary-color);
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.limestone-popup-wrapper.show-popup {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.limestone-popup-wrapper.show-popup .popup-container {
    display: block;
}

.limestone-offcanvas-wrapper {
    position: fixed;
    left: 0;
    top: 0;
    width: 100vw;
    height: 100vh;
    z-index: 9999;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-transition: all 0.3s linear 0.15s;
    -o-transition: all 0.3s linear 0.15s;
    transition: all 0.3s linear 0.15s;
}

.limestone-offcanvas-wrapper .offcanvas-overly {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    background: rgba(0, 0, 0, 0.7);
    cursor: pointer;
    -webkit-transition: all 0.3s linear 0.15s;
    -o-transition: all 0.3s linear 0.15s;
    transition: all 0.3s linear 0.15s;
}

.limestone-offcanvas-wrapper .offcanvas-container {
    position: relative;
    z-index: 2;
    max-width: 100%;
    height: 100%;
    overflow: hidden;
    width: 420px;
    background-color: var(--limestone-white-neutral);
    -webkit-transition: all 0.3s linear 0.15s;
    -o-transition: all 0.3s linear 0.15s;
    transition: all 0.3s linear 0.15s;
    overflow: hidden;
    overflow-y: scroll;
}

.limestone-offcanvas-wrapper .offcanvas-container::-webkit-scrollbar {
    width: 0;
}

.limestone-offcanvas-wrapper .offcanvas-container .offcanvas-close {
    position: absolute;
    left: 0;
    top: 0;
    width: 45px;
    height: 45px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 18px;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    cursor: pointer;
    color: var(--limestone-white-neutral);
    background-color: var(--limestone-dark-neutral);
    z-index: 2;
}

.admin-bar .limestone-offcanvas-wrapper {
    top: 32px;
}

@media screen and (max-width: 782px) {
    .admin-bar .limestone-offcanvas-wrapper {
        top: 46px;
    }
}

.limestone-offcanvas .offcanvas-toggle-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.limestone-offcanvas .offcanvas-toggle {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    cursor: pointer;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.limestone-offcanvas .offcanvas-toggle.dots-icon .toggle-inner {
    width: 25px;
    height: 25px;
    position: relative;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.limestone-offcanvas .offcanvas-toggle.dots-icon .toggle-inner span {
    display: inline-block;
    position: absolute;
    width: 5px;
    height: 5px;
    background-color: var(--limestone-dark-neutral);
    left: 0;
    top: 0;
    border-radius: 50%;
}

.limestone-offcanvas .offcanvas-toggle.dots-icon .toggle-inner span:nth-child(1) {
    -webkit-transform: translate(0px, 0px);
    -ms-transform: translate(0px, 0px);
    transform: translate(0px, 0px);
}

.limestone-offcanvas .offcanvas-toggle.dots-icon .toggle-inner span:nth-child(2) {
    left: 50%;
    -webkit-transform: translate(-50%, 0px);
    -ms-transform: translate(-50%, 0px);
    transform: translate(-50%, 0px);
}

.limestone-offcanvas .offcanvas-toggle.dots-icon .toggle-inner span:nth-child(3) {
    left: 100%;
    -webkit-transform: translate(-100%, 0px);
    -ms-transform: translate(-100%, 0px);
    transform: translate(-100%, 0px);
}

.limestone-offcanvas .offcanvas-toggle.dots-icon .toggle-inner span:nth-child(4) {
    top: 50%;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
}

.limestone-offcanvas .offcanvas-toggle.dots-icon .toggle-inner span:nth-child(5) {
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.limestone-offcanvas .offcanvas-toggle.dots-icon .toggle-inner span:nth-child(6) {
    top: 50%;
    left: 100%;
    -webkit-transform: translate(-100%, -50%);
    -ms-transform: translate(-100%, -50%);
    transform: translate(-100%, -50%);
}

.limestone-offcanvas .offcanvas-toggle.dots-icon .toggle-inner span:nth-child(7) {
    top: 100%;
    -webkit-transform: translate(0, -100%);
    -ms-transform: translate(0, -100%);
    transform: translate(0, -100%);
}

.limestone-offcanvas .offcanvas-toggle.dots-icon .toggle-inner span:nth-child(8) {
    left: 50%;
    top: 100%;
    -webkit-transform: translate(-50%, -100%);
    -ms-transform: translate(-50%, -100%);
    transform: translate(-50%, -100%);
}

.limestone-offcanvas .offcanvas-toggle.dots-icon .toggle-inner span:nth-child(9) {
    left: 100%;
    top: 100%;
    -webkit-transform: translate(-100%, -100%);
    -ms-transform: translate(-100%, -100%);
    transform: translate(-100%, -100%);
}

.limestone-offcanvas .offcanvas-toggle.dots-icon-two {
    width: 55px;
    height: 50px;
    background-color: var(--limestone-dark-neutral);
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.limestone-offcanvas .offcanvas-toggle.dots-icon-two .toggle-inner {
    width: 15px;
    height: 15px;
    position: relative;
}

.limestone-offcanvas .offcanvas-toggle.dots-icon-two .toggle-inner span {
    display: inline-block;
    position: absolute;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background-color: var(--limestone-white-neutral);
    left: 0;
    top: 0;
}

.limestone-offcanvas .offcanvas-toggle.dots-icon-two .toggle-inner span:nth-child(1) {
    -webkit-transform: translate(0px, 0px);
    -ms-transform: translate(0px, 0px);
    transform: translate(0px, 0px);
}

.limestone-offcanvas .offcanvas-toggle.dots-icon-two .toggle-inner span:nth-child(2) {
    left: 100%;
    -webkit-transform: translate(-100%, 0);
    -ms-transform: translate(-100%, 0);
    transform: translate(-100%, 0);
}

.limestone-offcanvas .offcanvas-toggle.dots-icon-two .toggle-inner span:nth-child(3) {
    left: 0;
    top: 100%;
    -webkit-transform: translate(0, -100%);
    -ms-transform: translate(0, -100%);
    transform: translate(0, -100%);
}

.limestone-offcanvas .offcanvas-toggle.dots-icon-two .toggle-inner span:nth-child(4) {
    left: 100%;
    top: 100%;
    -webkit-transform: translate(-100%, -100%);
    -ms-transform: translate(-100%, -100%);
    transform: translate(-100%, -100%);
}

.limestone-offcanvas .offcanvas-toggle.toggle-button {
    position: relative;
    z-index: 1;
    font-family: var(--limestone-primary-font);
    font-size: 16px;
    font-weight: 700;
    line-height: 1.25;
    text-transform: capitalize;
    text-decoration: none;
    border: none;
    border-radius: 0;
    color: var(--limestone-headline-color);
    background-color: var(--limestone-primary-color);
    overflow: hidden;
    padding: 15px 30px;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    --icon-spacing: 10px;
}

.limestone-offcanvas .offcanvas-toggle.toggle-button .fas {
    font-family: 'Font Awesome 5 Pro';
    font-weight: 400;
}

.limestone-offcanvas .offcanvas-toggle.toggle-button.icon-left {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
}

.limestone-offcanvas .offcanvas-toggle.toggle-button.icon-left .button-icon {
    margin-right: var(--icon-spacing);
}

.limestone-offcanvas .offcanvas-toggle.toggle-button.icon-right .button-icon {
    margin-left: var(--icon-spacing);
}

.limestone-offcanvas .offcanvas-toggle:hover.dots-icon .toggle-inner span {
    -webkit-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
}

.limestone-offcanvas .offcanvas-toggle:hover.dots-icon .toggle-inner span:nth-child(1) {
    left: 0;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
}

.limestone-offcanvas .offcanvas-toggle:hover.dots-icon .toggle-inner span:nth-child(2) {
    left: 0;
    top: 0;
    -webkit-transform: translate(0px, 0px);
    -ms-transform: translate(0px, 0px);
    transform: translate(0px, 0px);
}

.limestone-offcanvas .offcanvas-toggle:hover.dots-icon .toggle-inner span:nth-child(3) {
    left: 50%;
    top: 0;
    -webkit-transform: translate(-50%, 0px);
    -ms-transform: translate(-50%, 0px);
    transform: translate(-50%, 0px);
}

.limestone-offcanvas .offcanvas-toggle:hover.dots-icon .toggle-inner span:nth-child(4) {
    left: 0;
    top: 100%;
    -webkit-transform: translate(0, -100%);
    -ms-transform: translate(0, -100%);
    transform: translate(0, -100%);
}

.limestone-offcanvas .offcanvas-toggle:hover.dots-icon .toggle-inner span:nth-child(6) {
    left: 100%;
    top: 0;
    -webkit-transform: translate(-100%, 0px);
    -ms-transform: translate(-100%, 0px);
    transform: translate(-100%, 0px);
}

.limestone-offcanvas .offcanvas-toggle:hover.dots-icon .toggle-inner span:nth-child(7) {
    left: 50%;
    top: 100%;
    -webkit-transform: translate(-50%, -100%);
    -ms-transform: translate(-50%, -100%);
    transform: translate(-50%, -100%);
}

.limestone-offcanvas .offcanvas-toggle:hover.dots-icon .toggle-inner span:nth-child(8) {
    left: 100%;
    top: 100%;
    -webkit-transform: translate(-100%, -100%);
    -ms-transform: translate(-100%, -100%);
    transform: translate(-100%, -100%);
}

.limestone-offcanvas .offcanvas-toggle:hover.dots-icon .toggle-inner span:nth-child(9) {
    left: 100%;
    top: 50%;
    -webkit-transform: translate(-100%, -50%);
    -ms-transform: translate(-100%, -50%);
    transform: translate(-100%, -50%);
}

.limestone-offcanvas .offcanvas-toggle:hover.dots-icon-two .toggle-inner span {
    -webkit-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
}

.limestone-offcanvas .offcanvas-toggle:hover.dots-icon-two .toggle-inner span:nth-child(1) {
    left: 0;
    top: 100%;
    -webkit-transform: translate(0, -100%);
    -ms-transform: translate(0, -100%);
    transform: translate(0, -100%);
}

.limestone-offcanvas .offcanvas-toggle:hover.dots-icon-two .toggle-inner span:nth-child(2) {
    left: 0;
    top: 0;
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
}

.limestone-offcanvas .offcanvas-toggle:hover.dots-icon-two .toggle-inner span:nth-child(4) {
    left: 100%;
    top: 0;
    -webkit-transform: translate(-100%, 0);
    -ms-transform: translate(-100%, 0);
    transform: translate(-100%, 0);
}

.limestone-offcanvas .offcanvas-toggle:hover.dots-icon-two .toggle-inner span:nth-child(3) {
    left: 100%;
    top: 100%;
    -webkit-transform: translate(-100%, -100%);
    -ms-transform: translate(-100%, -100%);
    transform: translate(-100%, -100%);
}

.limestone-offcanvas .offcanvas-toggle:hover.toggle-button {
    color: var(--limestone-headline-color);
    background-color: var(--limestone-secondary-color);
}

.limestone-offcanvas .limestone-offcanvas-wrapper {
    z-index: 0;
    visibility: hidden;
}

.limestone-offcanvas .limestone-offcanvas-wrapper .offcanvas-container {
    -webkit-transform: translateX(100%);
    -ms-transform: translateX(100%);
    transform: translateX(100%);
    opacity: 0;
    visibility: hidden;
}

.limestone-offcanvas .limestone-offcanvas-wrapper .offcanvas-overly {
    opacity: 0;
    visibility: hidden;
}

.limestone-offcanvas .limestone-offcanvas-wrapper.offcanvas-left {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}

.limestone-offcanvas .limestone-offcanvas-wrapper.offcanvas-left .offcanvas-close {
    left: auto;
    right: 0;
}

.limestone-offcanvas .limestone-offcanvas-wrapper.offcanvas-left .offcanvas-container {
    -webkit-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    transform: translateX(-100%);
}

.limestone-offcanvas .limestone-offcanvas-wrapper.show-offcanvas {
    z-index: 9999;
    visibility: visible;
}

.limestone-offcanvas .limestone-offcanvas-wrapper.show-offcanvas .offcanvas-container {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
    visibility: visible;
}

.limestone-offcanvas .limestone-offcanvas-wrapper.show-offcanvas .offcanvas-overly {
    opacity: 1;
    visibility: visible;
}

.limestone-maintenance-page .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100vw;
    height: 100vh;
}

.limestone-maintenance-page .container .maintenance-content {
    max-width: 50%;
    text-align: center;
}

@media only screen and (max-width: 1024px) {
    .limestone-maintenance-page .container .maintenance-content {
        max-width: 75%;
    }
}

@media only screen and (max-width: 767px) {
    .limestone-maintenance-page .container .maintenance-content {
        max-width: 80%;
    }
}

@media only screen and (max-width: 479px) {
    .limestone-maintenance-page .container .maintenance-content {
        max-width: 100%;
    }
}

.limestone-maintenance-page .container .maintenance-img {
    margin-bottom: 35px;
}

.limestone-maintenance-page .container .maintenance-title {
    font-size: 42px;
    line-height: 1.3;
}

@media only screen and (max-width: 767px) {
    .limestone-maintenance-page .container .maintenance-title {
        font-size: 32px;
    }
}

@media only screen and (max-width: 479px) {
    .limestone-maintenance-page .container .maintenance-title {
        font-size: 28px;
    }
}

.limestone-maintenance-page .container p {
    margin: 0;
}

@-webkit-keyframes preloader-spinner {
    to {
        -webkit-transform: rotateZ(360deg);
        transform: rotateZ(360deg);
    }
}

@keyframes preloader-spinner {
    to {
        -webkit-transform: rotateZ(360deg);
        transform: rotateZ(360deg);
    }
}

@-webkit-keyframes preloader-letter-loading {
    0%, 75%, 100% {
        opacity: 0;
        -webkit-transform: rotateY(-90deg);
        transform: rotateY(-90deg);
    }

    25%, 50% {
        opacity: 1;
        -webkit-transform: rotateY(0deg);
        transform: rotateY(0deg);
    }
}

@keyframes preloader-letter-loading {
    0%, 75%, 100% {
        opacity: 0;
        -webkit-transform: rotateY(-90deg);
        transform: rotateY(-90deg);
    }

    25%, 50% {
        opacity: 1;
        -webkit-transform: rotateY(0deg);
        transform: rotateY(0deg);
    }
}

@-webkit-keyframes sticky_section {
    0% {
        -webkit-transform: translateY(-100%);
        transform: translateY(-100%);
    }

    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

@keyframes sticky_section {
    0% {
        -webkit-transform: translateY(-100%);
        transform: translateY(-100%);
    }

    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

@-webkit-keyframes popupFadeIn {
    0% {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

@keyframes popupFadeIn {
    0% {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

@-webkit-keyframes fadeIn {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes fadeIn {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@-webkit-keyframes fadeInDown {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-20px);
        transform: translateY(-20px);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

@keyframes fadeInDown {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-20px);
        transform: translateY(-20px);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

@-webkit-keyframes fadeInLeft {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-20px);
        transform: translateX(-20px);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}

@keyframes fadeInLeft {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-20px);
        transform: translateX(-20px);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}

@-webkit-keyframes fadeInRight {
    0% {
        opacity: 0;
        -webkit-transform: translateX(20px);
        transform: translateX(20px);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}

@keyframes fadeInRight {
    0% {
        opacity: 0;
        -webkit-transform: translateX(20px);
        transform: translateX(20px);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}

@-webkit-keyframes fadeInUp {
    0% {
        opacity: 0;
        -webkit-transform: translateY(20px);
        transform: translateY(20px);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

@keyframes fadeInUp {
    0% {
        opacity: 0;
        -webkit-transform: translateY(20px);
        transform: translateY(20px);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

@-webkit-keyframes zoomIn {
    from {
        opacity: 0;
        -webkit-transform: scale3d(0.3, 0.3, 0.3);
        transform: scale3d(0.3, 0.3, 0.3);
    }

    50% {
        opacity: 1;
    }
}

@keyframes zoomIn {
    from {
        opacity: 0;
        -webkit-transform: scale3d(0.3, 0.3, 0.3);
        transform: scale3d(0.3, 0.3, 0.3);
    }

    50% {
        opacity: 1;
    }
}

@-webkit-keyframes zoomInDown {
    from {
        opacity: 0;
        -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
        transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    }

    60% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    }
}

@keyframes zoomInDown {
    from {
        opacity: 0;
        -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
        transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    }

    60% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    }
}

@-webkit-keyframes zoomInLeft {
    from {
        opacity: 0;
        -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
        transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    }

    60% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    }
}

@keyframes zoomInLeft {
    from {
        opacity: 0;
        -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
        transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    }

    60% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    }
}

@-webkit-keyframes zoomInRight {
    from {
        opacity: 0;
        -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
        transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    }

    60% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    }
}

@keyframes zoomInRight {
    from {
        opacity: 0;
        -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
        transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    }

    60% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    }
}

@-webkit-keyframes zoomInUp {
    from {
        opacity: 0;
        -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
        transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    }

    60% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    }
}

@keyframes zoomInUp {
    from {
        opacity: 0;
        -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
        transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    }

    60% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    }
}

@-webkit-keyframes bounce {
    0%, 20%, 53%, 80%, 100% {
        -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }

    40%, 43% {
        -webkit-transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
        transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
        -webkit-transform: translate3d(0, -30px, 0);
        transform: translate3d(0, -30px, 0);
    }

    70% {
        -webkit-transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
        transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
        -webkit-transform: translate3d(0, -15px, 0);
        transform: translate3d(0, -15px, 0);
    }

    90% {
        -webkit-transform: translate3d(0, -4px, 0);
        transform: translate3d(0, -4px, 0);
    }
}

@keyframes bounce {
    0%, 20%, 53%, 80%, 100% {
        -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        -o-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }

    40%, 43% {
        -webkit-transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
        -o-transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
        transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
        -webkit-transform: translate3d(0, -30px, 0);
        transform: translate3d(0, -30px, 0);
    }

    70% {
        -webkit-transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
        -o-transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
        transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
        -webkit-transform: translate3d(0, -15px, 0);
        transform: translate3d(0, -15px, 0);
    }

    90% {
        -webkit-transform: translate3d(0, -4px, 0);
        transform: translate3d(0, -4px, 0);
    }
}

@-webkit-keyframes bounceIn {
    0% {
        opacity: 0;
        -webkit-transform: scale(0.3);
        transform: scale(0.3);
    }

    50% {
        opacity: 1;
        -webkit-transform: scale(1.05);
        transform: scale(1.05);
    }

    70% {
        -webkit-transform: scale(0.9);
        transform: scale(0.9);
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@keyframes bounceIn {
    0% {
        opacity: 0;
        -webkit-transform: scale(0.3);
        transform: scale(0.3);
    }

    50% {
        opacity: 1;
        -webkit-transform: scale(1.05);
        transform: scale(1.05);
    }

    70% {
        -webkit-transform: scale(0.9);
        transform: scale(0.9);
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@-webkit-keyframes bounceInDown {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-2000px);
        transform: translateY(-2000px);
    }

    60% {
        opacity: 1;
        -webkit-transform: translateY(30px);
        transform: translateY(30px);
    }

    80% {
        -webkit-transform: translateY(-10px);
        transform: translateY(-10px);
    }

    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

@keyframes bounceInDown {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-2000px);
        transform: translateY(-2000px);
    }

    60% {
        opacity: 1;
        -webkit-transform: translateY(30px);
        transform: translateY(30px);
    }

    80% {
        -webkit-transform: translateY(-10px);
        transform: translateY(-10px);
    }

    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

@-webkit-keyframes bounceInLeft {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-2000px);
        transform: translateX(-2000px);
    }

    60% {
        opacity: 1;
        -webkit-transform: translateX(30px);
        transform: translateX(30px);
    }

    80% {
        -webkit-transform: translateX(-10px);
        transform: translateX(-10px);
    }

    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}

@keyframes bounceInLeft {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-2000px);
        transform: translateX(-2000px);
    }

    60% {
        opacity: 1;
        -webkit-transform: translateX(30px);
        transform: translateX(30px);
    }

    80% {
        -webkit-transform: translateX(-10px);
        transform: translateX(-10px);
    }

    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}

@-webkit-keyframes bounceInRight {
    0% {
        opacity: 0;
        -webkit-transform: translateX(2000px);
        transform: translateX(2000px);
    }

    60% {
        opacity: 1;
        -webkit-transform: translateX(-30px);
        transform: translateX(-30px);
    }

    80% {
        -webkit-transform: translateX(10px);
        transform: translateX(10px);
    }

    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}

@keyframes bounceInRight {
    0% {
        opacity: 0;
        -webkit-transform: translateX(2000px);
        transform: translateX(2000px);
    }

    60% {
        opacity: 1;
        -webkit-transform: translateX(-30px);
        transform: translateX(-30px);
    }

    80% {
        -webkit-transform: translateX(10px);
        transform: translateX(10px);
    }

    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}

@-webkit-keyframes bounceInUp {
    0% {
        opacity: 0;
        -webkit-transform: translateY(2000px);
        transform: translateY(2000px);
    }

    60% {
        opacity: 1;
        -webkit-transform: translateY(-30px);
        transform: translateY(-30px);
    }

    80% {
        -webkit-transform: translateY(10px);
        transform: translateY(10px);
    }

    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

@keyframes bounceInUp {
    0% {
        opacity: 0;
        -webkit-transform: translateY(2000px);
        transform: translateY(2000px);
    }

    60% {
        opacity: 1;
        -webkit-transform: translateY(-30px);
        transform: translateY(-30px);
    }

    80% {
        -webkit-transform: translateY(10px);
        transform: translateY(10px);
    }

    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

@-webkit-keyframes slideInDown {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-100%);
        transform: translateY(-100%);
    }

    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

@keyframes slideInDown {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-100%);
        transform: translateY(-100%);
    }

    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

@-webkit-keyframes slideInLeft {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-100%);
        transform: translateX(-100%);
    }

    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}

@keyframes slideInLeft {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-100%);
        transform: translateX(-100%);
    }

    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}

@-webkit-keyframes slideInRight {
    0% {
        opacity: 0;
        -webkit-transform: translateX(100%);
        transform: translateX(100%);
    }

    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}

@keyframes slideInRight {
    0% {
        opacity: 0;
        -webkit-transform: translateX(100%);
        transform: translateX(100%);
    }

    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}

@-webkit-keyframes slideInUp {
    0% {
        opacity: 0;
        -webkit-transform: translateY(100%);
        transform: translateY(100%);
    }

    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

@keyframes slideInUp {
    0% {
        opacity: 0;
        -webkit-transform: translateY(100%);
        transform: translateY(100%);
    }

    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

@-webkit-keyframes rotateIn {
    0% {
        -webkit-transform-origin: center;
        transform-origin: center;
        -webkit-transform: rotate3d(0, 0, 1, -200deg);
        transform: rotate3d(0, 0, 1, -200deg);
        opacity: 0;
    }

    100% {
        -webkit-transform-origin: center;
        transform-origin: center;
        -webkit-transform: none;
        transform: none;
        opacity: 1;
    }
}

@keyframes rotateIn {
    0% {
        -webkit-transform-origin: center;
        transform-origin: center;
        -webkit-transform: rotate3d(0, 0, 1, -200deg);
        transform: rotate3d(0, 0, 1, -200deg);
        opacity: 0;
    }

    100% {
        -webkit-transform-origin: center;
        transform-origin: center;
        -webkit-transform: none;
        transform: none;
        opacity: 1;
    }
}

@-webkit-keyframes rotateInDownLeft {
    0% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate3d(0, 0, 1, -45deg);
        transform: rotate3d(0, 0, 1, -45deg);
        opacity: 0;
    }

    100% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: none;
        transform: none;
        opacity: 1;
    }
}

@keyframes rotateInDownLeft {
    0% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate3d(0, 0, 1, -45deg);
        transform: rotate3d(0, 0, 1, -45deg);
        opacity: 0;
    }

    100% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: none;
        transform: none;
        opacity: 1;
    }
}

@-webkit-keyframes rotateInDownRight {
    0% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate3d(0, 0, 1, 45deg);
        transform: rotate3d(0, 0, 1, 45deg);
        opacity: 0;
    }

    100% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: none;
        transform: none;
        opacity: 1;
    }
}

@keyframes rotateInDownRight {
    0% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate3d(0, 0, 1, 45deg);
        transform: rotate3d(0, 0, 1, 45deg);
        opacity: 0;
    }

    100% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: none;
        transform: none;
        opacity: 1;
    }
}

@-webkit-keyframes rotateInUpLeft {
    0% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate3d(0, 0, 1, 45deg);
        transform: rotate3d(0, 0, 1, 45deg);
        opacity: 0;
    }

    100% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: none;
        transform: none;
        opacity: 1;
    }
}

@keyframes rotateInUpLeft {
    0% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate3d(0, 0, 1, 45deg);
        transform: rotate3d(0, 0, 1, 45deg);
        opacity: 0;
    }

    100% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: none;
        transform: none;
        opacity: 1;
    }
}

@-webkit-keyframes rotateInUpRight {
    0% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate3d(0, 0, 1, -90deg);
        transform: rotate3d(0, 0, 1, -90deg);
        opacity: 0;
    }

    100% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: none;
        transform: none;
        opacity: 1;
    }
}

@keyframes rotateInUpRight {
    0% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate3d(0, 0, 1, -90deg);
        transform: rotate3d(0, 0, 1, -90deg);
        opacity: 0;
    }

    100% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: none;
        transform: none;
        opacity: 1;
    }
}

@-webkit-keyframes flash {
    0%, 50%, 100% {
        opacity: 1;
    }

    25%, 75% {
        opacity: 0;
    }
}

@keyframes flash {
    0%, 50%, 100% {
        opacity: 1;
    }

    25%, 75% {
        opacity: 0;
    }
}

@-webkit-keyframes pulse {
    0% {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }

    50% {
        -webkit-transform: scale3d(1.05, 1.05, 1.05);
        transform: scale3d(1.05, 1.05, 1.05);
    }

    100% {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
}

@keyframes pulse {
    0% {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }

    50% {
        -webkit-transform: scale3d(1.05, 1.05, 1.05);
        transform: scale3d(1.05, 1.05, 1.05);
    }

    100% {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
}

@-webkit-keyframes rubberBand {
    0% {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }

    30% {
        -webkit-transform: scale3d(1.25, 0.75, 1);
        transform: scale3d(1.25, 0.75, 1);
    }

    40% {
        -webkit-transform: scale3d(0.75, 1.25, 1);
        transform: scale3d(0.75, 1.25, 1);
    }

    50% {
        -webkit-transform: scale3d(1.15, 0.85, 1);
        transform: scale3d(1.15, 0.85, 1);
    }

    65% {
        -webkit-transform: scale3d(0.95, 1.05, 1);
        transform: scale3d(0.95, 1.05, 1);
    }

    75% {
        -webkit-transform: scale3d(1.05, 0.95, 1);
        transform: scale3d(1.05, 0.95, 1);
    }

    100% {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
}

@keyframes rubberBand {
    0% {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }

    30% {
        -webkit-transform: scale3d(1.25, 0.75, 1);
        transform: scale3d(1.25, 0.75, 1);
    }

    40% {
        -webkit-transform: scale3d(0.75, 1.25, 1);
        transform: scale3d(0.75, 1.25, 1);
    }

    50% {
        -webkit-transform: scale3d(1.15, 0.85, 1);
        transform: scale3d(1.15, 0.85, 1);
    }

    65% {
        -webkit-transform: scale3d(0.95, 1.05, 1);
        transform: scale3d(0.95, 1.05, 1);
    }

    75% {
        -webkit-transform: scale3d(1.05, 0.95, 1);
        transform: scale3d(1.05, 0.95, 1);
    }

    100% {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
}

@-webkit-keyframes shake {
    0%, 100% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }

    10%, 30%, 50%, 70%, 90% {
        -webkit-transform: translate3d(-10px, 0, 0);
        transform: translate3d(-10px, 0, 0);
    }

    20%, 40%, 60%, 80% {
        -webkit-transform: translate3d(10px, 0, 0);
        transform: translate3d(10px, 0, 0);
    }
}

@keyframes shake {
    0%, 100% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }

    10%, 30%, 50%, 70%, 90% {
        -webkit-transform: translate3d(-10px, 0, 0);
        transform: translate3d(-10px, 0, 0);
    }

    20%, 40%, 60%, 80% {
        -webkit-transform: translate3d(10px, 0, 0);
        transform: translate3d(10px, 0, 0);
    }
}

@-webkit-keyframes headShake {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }

    6.5% {
        -webkit-transform: translateX(-6px) rotateY(-9deg);
        transform: translateX(-6px) rotateY(-9deg);
    }

    18.5% {
        -webkit-transform: translateX(5px) rotateY(7deg);
        transform: translateX(5px) rotateY(7deg);
    }

    31.5% {
        -webkit-transform: translateX(-3px) rotateY(-5deg);
        transform: translateX(-3px) rotateY(-5deg);
    }

    43.5% {
        -webkit-transform: translateX(2px) rotateY(3deg);
        transform: translateX(2px) rotateY(3deg);
    }

    50% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}

@keyframes headShake {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }

    6.5% {
        -webkit-transform: translateX(-6px) rotateY(-9deg);
        transform: translateX(-6px) rotateY(-9deg);
    }

    18.5% {
        -webkit-transform: translateX(5px) rotateY(7deg);
        transform: translateX(5px) rotateY(7deg);
    }

    31.5% {
        -webkit-transform: translateX(-3px) rotateY(-5deg);
        transform: translateX(-3px) rotateY(-5deg);
    }

    43.5% {
        -webkit-transform: translateX(2px) rotateY(3deg);
        transform: translateX(2px) rotateY(3deg);
    }

    50% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}

@-webkit-keyframes swing {
    20% {
        -webkit-transform: rotate3d(0, 0, 1, 15deg);
        transform: rotate3d(0, 0, 1, 15deg);
    }

    40% {
        -webkit-transform: rotate3d(0, 0, 1, -10deg);
        transform: rotate3d(0, 0, 1, -10deg);
    }

    60% {
        -webkit-transform: rotate3d(0, 0, 1, 5deg);
        transform: rotate3d(0, 0, 1, 5deg);
    }

    80% {
        -webkit-transform: rotate3d(0, 0, 1, -5deg);
        transform: rotate3d(0, 0, 1, -5deg);
    }

    100% {
        -webkit-transform: rotate3d(0, 0, 1, 0deg);
        transform: rotate3d(0, 0, 1, 0deg);
    }
}

@keyframes swing {
    20% {
        -webkit-transform: rotate3d(0, 0, 1, 15deg);
        transform: rotate3d(0, 0, 1, 15deg);
    }

    40% {
        -webkit-transform: rotate3d(0, 0, 1, -10deg);
        transform: rotate3d(0, 0, 1, -10deg);
    }

    60% {
        -webkit-transform: rotate3d(0, 0, 1, 5deg);
        transform: rotate3d(0, 0, 1, 5deg);
    }

    80% {
        -webkit-transform: rotate3d(0, 0, 1, -5deg);
        transform: rotate3d(0, 0, 1, -5deg);
    }

    100% {
        -webkit-transform: rotate3d(0, 0, 1, 0deg);
        transform: rotate3d(0, 0, 1, 0deg);
    }
}

@-webkit-keyframes tada {
    0% {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }

    10%, 20% {
        -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
        transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
    }

    30%, 50%, 70%, 90% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
        transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    }

    40%, 60%, 80% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
        transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    }

    100% {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
}

@keyframes tada {
    0% {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }

    10%, 20% {
        -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
        transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
    }

    30%, 50%, 70%, 90% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
        transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    }

    40%, 60%, 80% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
        transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    }

    100% {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
}

@-webkit-keyframes wobble {
    0% {
        -webkit-transform: none;
        transform: none;
    }

    15% {
        -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
        transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
    }

    30% {
        -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
        transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
    }

    45% {
        -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
        transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
    }

    60% {
        -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
        transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
    }

    75% {
        -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
        transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    }

    100% {
        -webkit-transform: none;
        transform: none;
    }
}

@keyframes wobble {
    0% {
        -webkit-transform: none;
        transform: none;
    }

    15% {
        -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
        transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
    }

    30% {
        -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
        transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
    }

    45% {
        -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
        transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
    }

    60% {
        -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
        transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
    }

    75% {
        -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
        transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    }

    100% {
        -webkit-transform: none;
        transform: none;
    }
}

@-webkit-keyframes jello {
    0%, 11.1%, to {
        -webkit-transform: none;
        transform: none;
    }

    22.2% {
        -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
        transform: skewX(-12.5deg) skewY(-12.5deg);
    }

    33.3% {
        -webkit-transform: skewX(6.25deg) skewY(6.25deg);
        transform: skewX(6.25deg) skewY(6.25deg);
    }

    44.4% {
        -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
        transform: skewX(-3.125deg) skewY(-3.125deg);
    }

    55.5% {
        -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
        transform: skewX(1.5625deg) skewY(1.5625deg);
    }

    66.6% {
        -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
        transform: skewX(-0.78125deg) skewY(-0.78125deg);
    }

    77.7% {
        -webkit-transform: skewX(0.390625deg) skewY(0.390625deg);
        transform: skewX(0.390625deg) skewY(0.390625deg);
    }

    88.8% {
        -webkit-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
        transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
    }
}

@keyframes jello {
    0%, 11.1%, to {
        -webkit-transform: none;
        transform: none;
    }

    22.2% {
        -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
        transform: skewX(-12.5deg) skewY(-12.5deg);
    }

    33.3% {
        -webkit-transform: skewX(6.25deg) skewY(6.25deg);
        transform: skewX(6.25deg) skewY(6.25deg);
    }

    44.4% {
        -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
        transform: skewX(-3.125deg) skewY(-3.125deg);
    }

    55.5% {
        -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
        transform: skewX(1.5625deg) skewY(1.5625deg);
    }

    66.6% {
        -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
        transform: skewX(-0.78125deg) skewY(-0.78125deg);
    }

    77.7% {
        -webkit-transform: skewX(0.390625deg) skewY(0.390625deg);
        transform: skewX(0.390625deg) skewY(0.390625deg);
    }

    88.8% {
        -webkit-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
        transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
    }
}

@-webkit-keyframes lightSpeedIn {
    0% {
        -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
        transform: translate3d(100%, 0, 0) skewX(-30deg);
        opacity: 0;
    }

    60% {
        -webkit-transform: skewX(20deg);
        transform: skewX(20deg);
        opacity: 1;
    }

    80% {
        -webkit-transform: skewX(-5deg);
        transform: skewX(-5deg);
        opacity: 1;
    }

    100% {
        -webkit-transform: none;
        transform: none;
        opacity: 1;
    }
}

@keyframes lightSpeedIn {
    0% {
        -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
        transform: translate3d(100%, 0, 0) skewX(-30deg);
        opacity: 0;
    }

    60% {
        -webkit-transform: skewX(20deg);
        transform: skewX(20deg);
        opacity: 1;
    }

    80% {
        -webkit-transform: skewX(-5deg);
        transform: skewX(-5deg);
        opacity: 1;
    }

    100% {
        -webkit-transform: none;
        transform: none;
        opacity: 1;
    }
}

@-webkit-keyframes rollIn {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-100%) rotate(-120deg);
        transform: translateX(-100%) rotate(-120deg);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateX(0px) rotate(0deg);
        transform: translateX(0px) rotate(0deg);
    }
}

@keyframes rollIn {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-100%) rotate(-120deg);
        transform: translateX(-100%) rotate(-120deg);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateX(0px) rotate(0deg);
        transform: translateX(0px) rotate(0deg);
    }
}

@-webkit-keyframes slider_animate_up {
    0% {
        opacity: 0;
        -webkit-transform: translateY(30px);
        transform: translateY(30px);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

@keyframes slider_animate_up {
    0% {
        opacity: 0;
        -webkit-transform: translateY(30px);
        transform: translateY(30px);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

@-webkit-keyframes slider_animate_left {
    0% {
        -webkit-transform: translate3d(-60px, 0, 0);
        transform: translate3d(-60px, 0, 0);
        opacity: 0;
    }

    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
        opacity: 1;
    }
}

@keyframes slider_animate_left {
    0% {
        -webkit-transform: translate3d(-60px, 0, 0);
        transform: translate3d(-60px, 0, 0);
        opacity: 0;
    }

    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
        opacity: 1;
    }
}

@-webkit-keyframes slider_animate_right {
    0% {
        -webkit-transform: translate3d(60px, 0, 0);
        transform: translate3d(60px, 0, 0);
        opacity: 0;
    }

    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
        opacity: 1;
    }
}

@keyframes slider_animate_right {
    0% {
        -webkit-transform: translate3d(60px, 0, 0);
        transform: translate3d(60px, 0, 0);
        opacity: 0;
    }

    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
        opacity: 1;
    }
}

@-webkit-keyframes slider_animate_down {
    0% {
        -webkit-transform: translate3d(0, -30px, 0);
        transform: translate3d(0, -30px, 0);
        opacity: 0;
    }

    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
        opacity: 1;
    }
}

@keyframes slider_animate_down {
    0% {
        -webkit-transform: translate3d(0, -30px, 0);
        transform: translate3d(0, -30px, 0);
        opacity: 0;
    }

    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
        opacity: 1;
    }
}

@-webkit-keyframes pulse-border {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1;
    }

    100% {
        -webkit-transform: scale(1.3);
        transform: scale(1.3);
        opacity: 0;
    }
}

@keyframes pulse-border {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1;
    }

    100% {
        -webkit-transform: scale(1.3);
        transform: scale(1.3);
        opacity: 0;
    }
}

@-webkit-keyframes pulse-border-2 {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1;
    }

    100% {
        -webkit-transform: scale(1.5);
        transform: scale(1.5);
        opacity: 0;
    }
}

@keyframes pulse-border-2 {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1;
    }

    100% {
        -webkit-transform: scale(1.5);
        transform: scale(1.5);
        opacity: 0;
    }
}

.animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

.animated.hinge {
    -webkit-animation-duration: 2s;
    animation-duration: 2s;
}

.fadeIn {
    -webkit-animation-name: fadeIn;
    animation-name: fadeIn;
}

.fadeInDown {
    -webkit-animation-name: fadeInDown;
    animation-name: fadeInDown;
}

.fadeInLeft {
    -webkit-animation-name: fadeInLeft;
    animation-name: fadeInLeft;
}

.fadeInRight {
    -webkit-animation-name: fadeInRight;
    animation-name: fadeInRight;
}

.fadeInUp {
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
}

.zoomIn {
    -webkit-animation-name: zoomIn;
    animation-name: zoomIn;
}

.zoomInDown {
    -webkit-animation-name: zoomInDown;
    animation-name: zoomInDown;
}

.zoomInLeft {
    -webkit-animation-name: zoomInLeft;
    animation-name: zoomInLeft;
}

.zoomInRight {
    -webkit-animation-name: zoomInRight;
    animation-name: zoomInRight;
}

.zoomInUp {
    -webkit-animation-name: zoomInUp;
    animation-name: zoomInUp;
}

.bounce {
    -webkit-animation-name: bounce;
    animation-name: bounce;
}

.bounceIn {
    -webkit-animation-name: bounceIn;
    animation-name: bounceIn;
}

.bounceInDown {
    -webkit-animation-name: bounceInDown;
    animation-name: bounceInDown;
}

.bounceInLeft {
    -webkit-animation-name: bounceInLeft;
    animation-name: bounceInLeft;
}

.bounceInRight {
    -webkit-animation-name: bounceInRight;
    animation-name: bounceInRight;
}

.bounceInUp {
    -webkit-animation-name: bounceInUp;
    animation-name: bounceInUp;
}

.slideInDown {
    -webkit-animation-name: slideInDown;
    animation-name: slideInDown;
}

.slideInLeft {
    -webkit-animation-name: slideInLeft;
    animation-name: slideInLeft;
}

.slideInRight {
    -webkit-animation-name: slideInRight;
    animation-name: slideInRight;
}

.slideInUp {
    -webkit-animation-name: slideInUp;
    animation-name: slideInUp;
}

.rotateIn {
    -webkit-animation-name: rotateIn;
    animation-name: rotateIn;
}

.rotateInDownLeft {
    -webkit-animation-name: rotateInDownLeft;
    animation-name: rotateInDownLeft;
}

.rotateInDownRight {
    -webkit-animation-name: rotateInDownRight;
    animation-name: rotateInDownRight;
}

.rotateInUpLeft {
    -webkit-animation-name: rotateInUpLeft;
    animation-name: rotateInUpLeft;
}

.rotateInUpRight {
    -webkit-animation-name: rotateInUpRight;
    animation-name: rotateInUpRight;
}

.flash {
    -webkit-animation-name: flash;
    animation-name: flash;
}

.pulse {
    -webkit-animation-name: pulse;
    animation-name: pulse;
}

.rubberBand {
    -webkit-animation-name: rubberBand;
    animation-name: rubberBand;
}

.shake {
    -webkit-animation-name: shake;
    animation-name: shake;
}

.headShake {
    -webkit-animation-name: headShake;
    animation-name: headShake;
}

.swing {
    -webkit-animation-name: swing;
    animation-name: swing;
}

.tada {
    -webkit-animation-name: tada;
    animation-name: tada;
}

.wobble {
    -webkit-animation-name: wobble;
    animation-name: wobble;
}

.jello {
    -webkit-animation-name: jello;
    animation-name: jello;
}

.lightSpeedIn {
    -webkit-animation-name: lightSpeedIn;
    animation-name: lightSpeedIn;
}

.rollIn {
    -webkit-animation-name: rollIn;
    animation-name: rollIn;
}

.limestone-site-logo {
    font-family: var(--limestone-secondary-font);
    font-size: 32px;
    font-weight: 600;
    line-height: 1.35;
    text-transform: capitalize;
}

.limestone-site-logo a {
    color: var(--limestone-headline-color);
}

.limestone-site-logo a:hover {
    color: var(--limestone-primary-color);
}

.limestone-site-logo a img {
    max-width: 200px;
}

.limestone-nav-menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.limestone-nav-menu .nav-menu-wrapper {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}

.limestone-nav-menu .nav-menu-wrapper ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.limestone-nav-menu .nav-menu-wrapper .primary-menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.limestone-nav-menu .nav-menu-wrapper .primary-menu.primary-menu > li {
    height: 100px;
}

.limestone-nav-menu .nav-menu-wrapper .primary-menu.primary-menu > li > a {
    height: 100%;
}

.limestone-nav-menu .nav-menu-wrapper a {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 5px;
    color: var(--limestone-headline-color);
    font-family: var(--limestone-secondary-font);
    font-size: 18px;
    font-weight: 600;
    text-transform: capitalize;
    line-height: 1.4;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

@media only screen and (max-width: 1366px) {
    .limestone-nav-menu .nav-menu-wrapper a {
        font-size: 16px;
    }
}

.limestone-nav-menu .nav-menu-wrapper a:hover {
    color: var(--limestone-primary-color);
}

.limestone-nav-menu .nav-menu-wrapper a .submenu-toggler {
    margin-left: 8px;
    font-size: 90%;
}

.limestone-nav-menu .nav-menu-wrapper li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 0 10px;
    position: relative;
    height: 100%;
}

@media only screen and (max-width: 1349px) {
    .limestone-nav-menu .nav-menu-wrapper li {
        margin: 0 5px;
    }
}

.limestone-nav-menu .nav-menu-wrapper .sub-menu {
    position: absolute;
    left: 0;
    top: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    background-color: var(--limestone-white-neutral);
    -webkit-box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.05);
    box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.05);
    width: 260px;
    opacity: 0;
    pointer-events: none;
    will-change: opacity, transform;
    z-index: 10;
    -webkit-transform: translate3d(0, 18px, 0);
    transform: translate3d(0, 18px, 0);
    -webkit-transition: opacity 0.3s cubic-bezier(0.165, 0.84, 0.44, 1), -webkit-transform 0.4s cubic-bezier(0.1, 0.76, 0.37, 1.19);
    transition: opacity 0.3s cubic-bezier(0.165, 0.84, 0.44, 1), -webkit-transform 0.4s cubic-bezier(0.1, 0.76, 0.37, 1.19);
    -o-transition: opacity 0.3s cubic-bezier(0.165, 0.84, 0.44, 1), transform 0.4s cubic-bezier(0.1, 0.76, 0.37, 1.19);
    transition: opacity 0.3s cubic-bezier(0.165, 0.84, 0.44, 1), transform 0.4s cubic-bezier(0.1, 0.76, 0.37, 1.19);
    transition: opacity 0.3s cubic-bezier(0.165, 0.84, 0.44, 1), transform 0.4s cubic-bezier(0.1, 0.76, 0.37, 1.19), -webkit-transform 0.4s cubic-bezier(0.1, 0.76, 0.37, 1.19);
}

.limestone-nav-menu .nav-menu-wrapper .sub-menu a {
    padding: 15px 20px;
    width: 100%;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    font-size: 16px;
}

.limestone-nav-menu .nav-menu-wrapper .sub-menu a .submenu-toggler i {
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
}

.limestone-nav-menu .nav-menu-wrapper .sub-menu li {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    margin: 0 !important;
    padding: 0;
}

.limestone-nav-menu .nav-menu-wrapper .sub-menu li:not(:last-child) {
    border-bottom: 1px solid var(--limestone-border-color);
}

.limestone-nav-menu .nav-menu-wrapper .sub-menu li .sub-menu {
    left: 100%;
    top: 80%;
}

.limestone-nav-menu .nav-menu-wrapper .sub-menu li:hover > .sub-menu {
    top: 0;
}

.limestone-nav-menu .nav-menu-wrapper li.current_page_item > a {
    color: var(--limestone-primary-color);
}

.limestone-nav-menu .nav-menu-wrapper li:hover > .sub-menu {
    opacity: 1;
    -webkit-transform: none !important;
    -ms-transform: none !important;
    transform: none !important;
    pointer-events: all;
}

.limestone-nav-menu .nav-menu-wrapper .primary-menu > li:first-child {
    margin-left: 0 !important;
}

.limestone-nav-menu .nav-menu-wrapper .primary-menu > li:last-child {
    margin-right: 0 !important;
}

.limestone-nav-menu .nav-menu-wrapper.nav-right .primary-menu {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

.limestone-nav-menu .nav-menu-wrapper.nav-left .primary-menu {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}

.limestone-nav-menu .navbar-toggler {
    width: 50px;
    height: 42px;
    border: 1px solid var(--limestone-headline-color);
    border-radius: 5px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    cursor: pointer;
    display: none;
    font-size: 22px;
    color: var(--limestone-headline-color);
}

.limestone-nav-menu .navbar-toggler .line {
    height: 2px;
    width: 30px;
    display: block;
    margin: 6px auto;
    background-color: var(--limestone-headline-color);
}

.limestone-nav-menu .slide-panel-wrapper {
    display: none;
}

.limestone-nav-menu .slide-panel-wrapper .slide-panel-overly {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100vh;
    z-index: 9998;
    background-color: rgba(0, 0, 0, 0.15);
    visibility: hidden;
    opacity: 0;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    cursor: pointer;
}

.limestone-nav-menu .slide-panel-wrapper .slide-panel-content {
    position: fixed;
    z-index: 9999;
    background-color: var(--limestone-white-neutral);
    overflow: hidden;
    width: 340px;
    height: 100vh;
    left: 0;
    top: 0;
    -webkit-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    transform: translateX(-100%);
    opacity: 0;
    -webkit-transition: -webkit-transform 0.45s ease-in-out;
    transition: -webkit-transform 0.45s ease-in-out;
    -o-transition: transform 0.45s ease-in-out;
    transition: transform 0.45s ease-in-out;
    transition: transform 0.45s ease-in-out, -webkit-transform 0.45s ease-in-out;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    overflow-y: scroll;
    overflow-x: hidden;
    padding: 50px 30px 40px;
}

.limestone-nav-menu .slide-panel-wrapper .slide-panel-content::-webkit-scrollbar {
    width: 0;
}

@media only screen and (max-width: 479px) {
    .limestone-nav-menu .slide-panel-wrapper .slide-panel-content {
        width: calc(100% - 50px);
    }
}

.limestone-nav-menu .slide-panel-wrapper .slide-panel-close {
    position: absolute;
    top: 20px;
    right: 30px;
    z-index: 2;
    font-size: 28px;
    line-height: 1;
    color: var(--limestone-headline-color);
    cursor: pointer;
}

.limestone-nav-menu .slide-panel-wrapper.show-panel .slide-panel-overly {
    opacity: 1;
    visibility: visible;
}

.limestone-nav-menu .slide-panel-wrapper.show-panel .slide-panel-content {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
}

.limestone-nav-menu .slide-panel-wrapper .slide-panel-logo {
    font-size: 30px;
    font-weight: 700;
    line-height: 1;
    color: var(--limestone-secondary-color);
    margin-bottom: 40px;
    max-width: 150px;
}

.limestone-nav-menu .slide-panel-wrapper .slide-panel-menu ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.limestone-nav-menu .slide-panel-wrapper .slide-panel-menu ul.primary-menu {
    border-top: 1px solid var(--limestone-border-color);
}

.limestone-nav-menu .slide-panel-wrapper .slide-panel-menu a {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 15px 45px 15px 0;
    color: var(--limestone-headline-color);
    font-family: var(--limestone-secondary-font);
    font-size: 16px;
    font-weight: 600;
    line-height: 1.4;
    text-transform: capitalize;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    border-bottom: 1px solid var(--limestone-border-color);
}

.limestone-nav-menu .slide-panel-wrapper .slide-panel-menu a .submenu-toggler {
    margin-left: 10px;
    position: absolute;
    right: 0;
    top: 0;
    width: 45px;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-left: 1px solid var(--limestone-border-color);
}

.limestone-nav-menu .slide-panel-wrapper .slide-panel-menu a .submenu-toggler i {
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.limestone-nav-menu .slide-panel-wrapper .slide-panel-menu a .submenu-toggler.submenu-active i {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
}

.limestone-nav-menu .slide-panel-wrapper .slide-panel-menu li {
    margin: 0;
}

.limestone-nav-menu .slide-panel-wrapper .slide-panel-menu li.current_page_item > a {
    color: var(--limestone-primary-color);
}

.limestone-nav-menu .slide-panel-wrapper .slide-panel-menu .sub-menu {
    display: none;
}

.limestone-nav-menu .slide-panel-wrapper .slide-panel-menu .sub-menu a {
    padding-left: 20px;
}

.limestone-nav-menu .slide-panel-wrapper .limestone-button-wrapper {
    display: block;
    margin-top: 40px;
    padding-left:40px;
    margin-bottom: 10px;
}

.limestone-nav-menu .slide-panel-wrapper .limestone-button-wrapper .limestone-button {
    width: 80%;
    padding: 20px 40px;
    -webkit-box-align: center
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

@media only screen and (max-width: 1200px) {
    .limestone-nav-menu.mobile-expand-xl {
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
    }

    .limestone-nav-menu.mobile-expand-xl .nav-menu-wrapper {
        display: none;
    }

    .limestone-nav-menu.mobile-expand-xl .navbar-toggler {
        display: -webkit-inline-box;
        display: -ms-inline-flexbox;
        display: inline-flex;
    }

    .limestone-nav-menu.mobile-expand-xl .slide-panel-wrapper {
        display: block;
    }
}

@media only screen and (max-width: 1024px) {
    .limestone-nav-menu.mobile-expand-lg {
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
    }

    .limestone-nav-menu.mobile-expand-lg .nav-menu-wrapper {
        display: none;
    }

    .limestone-nav-menu.mobile-expand-lg .navbar-toggler {
        display: -webkit-inline-box;
        display: -ms-inline-flexbox;
        display: inline-flex;
    }

    .limestone-nav-menu.mobile-expand-lg .slide-panel-wrapper {
        display: block;
    }
}

@media only screen and (max-width: 767px) {
    .limestone-nav-menu.mobile-expand-md {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
    }

    .limestone-nav-menu.mobile-expand-md .nav-menu-wrapper {
        display: none;
    }

    .limestone-nav-menu.mobile-expand-md .navbar-toggler {
        display: -webkit-inline-box;
        display: -ms-inline-flexbox;
        display: inline-flex;
    }

    .limestone-nav-menu.mobile-expand-md .slide-panel-wrapper {
        display: block;
    }
}

.limestone-nav-menu.mobile-expand-all {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

.limestone-nav-menu.mobile-expand-all .nav-menu-wrapper {
    display: none;
}

.limestone-nav-menu.mobile-expand-all .navbar-toggler {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
}

.limestone-nav-menu.mobile-expand-all .slide-panel-wrapper {
    display: block;
}

body.admin-bar .limestone-nav-menu .slide-panel-wrapper .slide-panel-overly, body.admin-bar .limestone-nav-menu .slide-panel-wrapper .slide-panel-content {
    top: 32px;
    height: calc(100vh - 32px);
}

@media screen and (max-width: 782px) {
    body.admin-bar .limestone-nav-menu .slide-panel-wrapper .slide-panel-overly, body.admin-bar .limestone-nav-menu .slide-panel-wrapper .slide-panel-content {
        top: 46px;
        height: calc(100vh - 46px);
    }
}

.limestone-search-form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.limestone-search-form .search-submit {
    padding: 0;
    width: 80px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 80px;
    flex: 0 0 80px;
    height: 70px;
}

.limestone-search-form .search-submit i {
    margin: 0;
}

.limestone-search-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}

.limestone-search-wrapper .search-icon {
    cursor: pointer;
    font-size: 18px;
    line-height: 1;
    color: var(--limestone-headline-color);
    padding: 8px;
}

.limestone-search-wrapper .limestone-search-canvas {
    position: fixed;
    left: 50%;
    top: 50%;
    width: 65%;
    -webkit-transition: 0.65s ease;
    -o-transition: 0.65s ease;
    transition: 0.65s ease;
    padding: 35px;
    z-index: 99999;
    -webkit-transform: translate(-50%, -50%) scale(0.5);
    -ms-transform: translate(-50%, -50%) scale(0.5);
    transform: translate(-50%, -50%) scale(0.5);
    opacity: 0;
    visibility: hidden;
}

@media only screen and (max-width: 1024px) {
    .limestone-search-wrapper .limestone-search-canvas {
        width: 80%;
    }
}

@media only screen and (max-width: 767px) {
    .limestone-search-wrapper .limestone-search-canvas {
        width: 100%;
    }
}

@media only screen and (max-width: 479px) {
    .limestone-search-wrapper .limestone-search-canvas {
        padding: 30px;
    }
}

.limestone-search-wrapper .limestone-search-canvas .canvas-inner {
    position: relative;
}

.limestone-search-wrapper .limestone-search-canvas .search-close {
    position: absolute;
    color: var(--limestone-white-neutral);
    right: 35px;
    top: 0;
    font-size: 25px;
    line-height: 1;
    padding: 5px;
    cursor: pointer;
}

@media only screen and (max-width: 479px) {
    .limestone-search-wrapper .limestone-search-canvas .search-close {
        font-size: 20px;
    }
}

.limestone-search-wrapper .limestone-search-canvas input {
    background-color: rgba(0, 0, 0, 0);
    border: none;
    border-bottom: 1px solid var(--limestone-white-neutral);
    padding: 0;
    color: var(--limestone-white-neutral);
}

.limestone-search-wrapper .limestone-search-canvas input:focus {
    border-bottom-color: var(--limestone-white-neutral);
}

.limestone-search-wrapper .limestone-search-overly {
    position: fixed;
    left: 0;
    top: 0;
    width: 100vw;
    height: 100vh;
    -webkit-transition: 0.55s ease;
    -o-transition: 0.55s ease;
    transition: 0.55s ease;
    background-color: #000;
    z-index: 99998;
    opacity: 0;
    visibility: hidden;
}

.limestone-search-wrapper.show-search-canvas .limestone-search-canvas {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translate(-50%, -50%) scale(1);
    -ms-transform: translate(-50%, -50%) scale(1);
    transform: translate(-50%, -50%) scale(1);
}

.limestone-search-wrapper.show-search-canvas .limestone-search-overly {
    opacity: 1;
    visibility: visible;
}

.limestone-section-title {
    position: relative;
    line-height: 1;
    --line-gap: 20px;
    --icon-gap: 15px;
}

.limestone-section-title .title {
    font-size: 45px;
    font-weight: 600;
    letter-spacing: -0.9px;
    margin: 0;
}

@media only screen and (max-width: 1200px) {
    .limestone-section-title .title {
        font-size: 38px;
    }
}

@media only screen and (max-width: 1024px) {
    .limestone-section-title .title {
        font-size: 36px;
    }
}

@media only screen and (max-width: 767px) {
    .limestone-section-title .title {
        font-size: 32px;
    }
}

@media only screen and (max-width: 479px) {
    .limestone-section-title .title {
        font-size: 28px;
    }
}

.limestone-section-title .title span {
    display: inline;
}

.limestone-section-title .subtitle {
    font-size: 16px;
    font-weight: 500;
    line-height: 1.2;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 20px;
}

.limestone-section-title .subtitle .line {
    width: 2px;
    height: 20px;
    background-color: var(--limestone-primary-color);
    margin-right: var(--line-gap);
}

.limestone-section-title .subtitle .icon {
    color: var(--limestone-body-color);
    margin-right: var(--icon-gap);
    line-height: 1;
}

.limestone-section-title .subtitle .icon .fas {
    font-family: 'Font Awesome 5 Pro';
    font-weight: 400;
}

.limestone-button {
    position: relative;
    z-index: 1;
    font-family: var(--limestone-secondary-font);
    font-size: 16px;
    font-weight: 500;
    line-height: 1.188;
    text-transform: capitalize;
    border: none;
    border-radius: 10px;
    color: var(--limestone-headline-color);
    background-color: var(--limestone-primary-color);
    padding: 18px 35px;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
    cursor: pointer;
    --icon-spacing: 10px;
}

@media only screen and (max-width: 767px) {
    .limestone-button {
        padding: 16px 30px;
        font-size: 15px;
    }
}

.limestone-button .button-text {
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    color: #ffffff;
}

.limestone-button .button-icon {
    position: relative;
    font-size: 15px;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: var(--limestone-headline-color);
}

.limestone-button.icon-left {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
}

.limestone-button.icon-left .button-icon {
    margin-right: var(--icon-spacing);
}

.limestone-button.icon-right .button-icon {
    margin-left: var(--icon-spacing);
}

.limestone-button.icon-top {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
}

.limestone-button.icon-top .button-icon {
    margin-bottom: var(--icon-spacing);
}

.limestone-button .fas, .limestone-button .fa {
    font-family: 'Font Awesome 5 Pro';
    font-weight: 400;
    color: #ffffff;
    vertical-align: middle;
}

.limestone-button::before, .limestone-button::after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: 0;
    z-index: -1;
    background-color: var(--limestone-secondary-color);
    -webkit-transition: linear 0.2s;
    -o-transition: linear 0.2s;
    transition: linear 0.2s;
}

.limestone-button::after {
    left: auto;
    right: 0;
}

.limestone-button:hover, .limestone-button:hover .button-text, .limestone-button:hover .button-icon {
    color: var(--limestone-headline-color);
}

.limestone-button.hover-normal::before {
    width: 100%;
    height: 100%;
    visibility: visible;
    opacity: 0;
}

.limestone-button.hover-normal:hover::before {
    opacity: 1;
    visibility: visible;
}

.limestone-button.hover-left:hover::before {
    width: 100%;
}

.limestone-button.hover-right:hover::after {
    width: 100%;
}

.limestone-button.hover-left-right:hover::before, .limestone-button.hover-left-right:hover::after {
    width: 55%;
}

.limestone-button.hover-top::before {
    width: 100%;
    height: 0;
}

.limestone-button.hover-top:hover::before {
    height: 100%;
}

.limestone-button.hover-bottom::after {
    width: 100%;
    height: 0;
    top: auto;
    bottom: 0;
}

.limestone-button.hover-bottom:hover::after {
    height: 100%;
}

.limestone-button.hover-top-bottom::before {
    width: 100%;
    height: 0;
}

.limestone-button.hover-top-bottom::after {
    width: 100%;
    height: 0;
    top: auto;
    bottom: 0;
}

.limestone-button.hover-top-bottom:hover::before, .limestone-button.hover-top-bottom:hover::after {
    height: 100%;
}

.limestone-check-list {
    margin: 0;
    padding: 0;
    list-style: none;
    line-height: 1;
    --icon-space: 15px;
}

.limestone-check-list li {
    margin: 0;
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.limestone-check-list li:not(:last-child) {
    margin-bottom: 25px;
}

.limestone-check-list li .list-icon {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 30px;
    height: 30px;
    font-size: 14px;
    color: var(--limestone-primary-color);
    background-color: rgba(255, 143, 38, 0.2);
    border-radius: 50%;
}

.limestone-check-list li .list-text {
    color: var(--limestone-headline-color);
    font-family: var(--limestone-secondary-font);
    font-size: 18px;
    font-weight: 500;
    line-height: 1.4;
}

@media only screen and (max-width: 767px) {
    .limestone-check-list li .list-text {
        font-size: 16px;
    }
}

.limestone-check-list.icon-left .list-icon {
    margin-right: var(--icon-space);
}

.limestone-check-list.icon-right li {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
}

.limestone-check-list.icon-right .list-icon {
    margin-left: var(--icon-space);
}

.limestone-iconic-info-box {
    position: relative;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    line-height: 1;
    z-index: 1;
    background-color: var(--limestone-light-neutral);
    padding: 40px 45px;
    overflow: hidden;
    --badge-h-offset: 0px;
    --badge-v-offset: 0px;
    --badge-rotate: 0deg;
    --icon-space: 35px;
}

.limestone-iconic-info-box::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    opacity: 0;
    visibility: hidden;
}

.limestone-iconic-info-box .left-bordered, .limestone-iconic-info-box .right-bordered, .limestone-iconic-info-box .top-bordered, .limestone-iconic-info-box .bottom-bordered {
    position: absolute;
    -webkit-transition: all 0.4s ease-out 0s;
    -o-transition: all 0.4s ease-out 0s;
    transition: all 0.4s ease-out 0s;
    background-color: var(--limestone-primary-color);
    width: 0;
    height: 0;
}

.limestone-iconic-info-box .left-bordered {
    left: 0;
    top: 0;
    width: 3px;
}

.limestone-iconic-info-box .right-bordered {
    right: 0;
    top: 0;
    width: 3px;
}

.limestone-iconic-info-box .top-bordered {
    top: 0;
    left: 0;
    height: 3px;
}

.limestone-iconic-info-box .bottom-bordered {
    bottom: 0;
    left: 0;
    height: 3px;
}

.limestone-iconic-info-box.text-center {
    text-align: center;
}

.limestone-iconic-info-box.text-center .box-title {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.limestone-iconic-info-box.text-right {
    text-align: right;
}

.limestone-iconic-info-box.text-right .box-title {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

.limestone-iconic-info-box.text-left {
    text-align: left;
}

.limestone-iconic-info-box.icon-top .box-icon {
    margin-bottom: var(--icon-space);
}

.limestone-iconic-info-box.icon-left {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.limestone-iconic-info-box.icon-left .box-icon {
    margin-right: var(--icon-space);
}

@media only screen and (max-width: 479px) {
    .limestone-iconic-info-box.icon-left.icon-back-top {
        -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
        justify-content: flex-start !important;
    }

    .limestone-iconic-info-box.icon-left.icon-back-top .box-icon {
        margin-right: 0;
        margin-bottom: var(--icon-space);
    }
}

.limestone-iconic-info-box.icon-right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
}

.limestone-iconic-info-box.icon-right .box-icon {
    margin-left: var(--icon-space);
}

.limestone-iconic-info-box.icon-right .box-title {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
}

.limestone-iconic-info-box.icon-right.text-left .box-title {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

.limestone-iconic-info-box.icon-right.text-right .box-title {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}

@media only screen and (max-width: 479px) {
    .limestone-iconic-info-box.icon-right.icon-back-top .box-icon {
        margin-left: 0;
        margin-bottom: var(--icon-space);
    }
}

@media only screen and (max-width: 479px) {
    .limestone-iconic-info-box.icon-left.icon-back-top, .limestone-iconic-info-box.icon-right.icon-back-top {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .limestone-iconic-info-box.icon-left.icon-back-top .box-title, .limestone-iconic-info-box.icon-right.icon-back-top .box-title {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .limestone-iconic-info-box.icon-left.icon-back-top.text-right, .limestone-iconic-info-box.icon-right.icon-back-top.text-right {
        -webkit-box-align: end !important;
        -ms-flex-align: end !important;
        align-items: flex-end !important;
    }

    .limestone-iconic-info-box.icon-left.icon-back-top.text-right .box-title, .limestone-iconic-info-box.icon-right.icon-back-top.text-right .box-title {
        -webkit-box-align: end !important;
        -ms-flex-align: end !important;
        align-items: flex-end !important;
    }

    .limestone-iconic-info-box.icon-left.icon-back-top.text-center, .limestone-iconic-info-box.icon-right.icon-back-top.text-center {
        -webkit-box-align: center !important;
        -ms-flex-align: center !important;
        align-items: center !important;
    }

    .limestone-iconic-info-box.icon-left.icon-back-top.text-center .box-title, .limestone-iconic-info-box.icon-right.icon-back-top.text-center .box-title {
        -webkit-box-align: center !important;
        -ms-flex-align: center !important;
        align-items: center !important;
    }

    .limestone-iconic-info-box.icon-left.icon-back-top.text-left, .limestone-iconic-info-box.icon-right.icon-back-top.text-left {
        -webkit-box-align: start !important;
        -ms-flex-align: start !important;
        align-items: flex-start !important;
    }

    .limestone-iconic-info-box.icon-left.icon-back-top.text-left .box-title, .limestone-iconic-info-box.icon-right.icon-back-top.text-left .box-title {
        -webkit-box-align: start !important;
        -ms-flex-align: start !important;
        align-items: flex-start !important;
    }
}

.limestone-iconic-info-box .box-content {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}

.limestone-iconic-info-box .box-icon {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    font-size: 55px;
    color: var(--limestone-primary-color);
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    position: relative;
    z-index: 1;
}

.limestone-iconic-info-box .box-icon img {
    width: 55px;
    height: 55px;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
}

.limestone-iconic-info-box .box-title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 22px;
    line-height: 1.4;
    margin: 0 0 15px;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.limestone-iconic-info-box .box-title a {
    display: block;
    color: inherit;
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
}

.limestone-iconic-info-box .box-title a:hover {
    color: inherit;
}

.limestone-iconic-info-box .title-divider {
    display: block;
    width: 100%;
    height: 1px;
    background-color: var(--limestone-border-color);
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    margin: 0 0 15px;
}

.limestone-iconic-info-box .description {
    margin: 0;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.85;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.limestone-iconic-info-box .read-more-btn {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 25px;
    font-family: var(--limestone-secondary-font);
    font-size: 14px;
    font-weight: 500;
    color: var(--limestone-body-color);
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.limestone-iconic-info-box .read-more-btn .fas {
    font-family: 'Font Awesome 5 Pro';
    font-weight: 400;
}

.limestone-iconic-info-box .read-more-btn .btn-icon {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: relative;
}

.limestone-iconic-info-box .read-more-btn.icon-left {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
}

.limestone-iconic-info-box .read-more-btn.icon-left .btn-icon {
    margin-left: 0;
    margin-right: 10px;
}

.limestone-iconic-info-box .read-more-btn.icon-right .btn-icon {
    margin-left: 10px;
}

.limestone-iconic-info-box .read-more-btn:hover {
    color: var(--limestone-primary-color);
}

.limestone-iconic-info-box .box-badge {
    position: absolute;
    right: var(--badge-h-offset);
    top: var(--badge-v-offset);
    padding: 5px 10px;
    border-radius: 0;
    vertical-align: middle;
    background: var(--limestone-primary-color);
    color: var(--limestone-white-neutral);
    font-size: 12px;
    font-weight: 500;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    line-height: 1;
    -webkit-transform: rotate(var(--badge-rotate));
    -ms-transform: rotate(var(--badge-rotate));
    transform: rotate(var(--badge-rotate));
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.limestone-iconic-info-box .box-badge.badge-top-left {
    left: var(--badge-h-offset);
    right: auto;
}

.limestone-iconic-info-box .box-badge.badge-bottom-left {
    top: auto;
    bottom: var(--badge-v-offset);
    left: var(--badge-h-offset);
    right: auto;
}

.limestone-iconic-info-box .box-badge.badge-bottom-right {
    top: auto;
    bottom: var(--badge-v-offset);
}

.limestone-iconic-info-box .box-wrapper-link {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 3;
}

.limestone-iconic-info-box:hover::before {
    opacity: 1;
    visibility: visible;
}

.limestone-iconic-info-box:hover .left-bordered, .limestone-iconic-info-box:hover .right-bordered {
    height: 100%;
}

.limestone-iconic-info-box:hover .top-bordered, .limestone-iconic-info-box:hover .bottom-bordered {
    width: 100%;
}

.limestone-iconic-info-box:hover .box-icon .icon-fancy-bg {
    height: 100%;
    border-radius: 0;
    background-color: var(--limestone-primary-color);
}

.limestone-fancy-info-box {
    position: relative;
    z-index: 1;
    line-height: 1;
}

.limestone-fancy-info-box, .limestone-fancy-info-box .icon, .limestone-fancy-info-box .subtitle, .limestone-fancy-info-box .content, .limestone-fancy-info-box .title, .limestone-fancy-info-box .description, .limestone-fancy-info-box .read-more-btn {
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.limestone-fancy-info-box .icon {
    position: relative;
    z-index: 2;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 80px;
    height: 80px;
    font-size: 45px;
    line-height: 2;
    color: var(--limestone-primary-color);
    background-color: var(--limestone-light-neutral);
    margin: 0 30px -50px auto;
}

@media only screen and (min-width: 1025px) and (max-width: 1200px) {
    .limestone-fancy-info-box .icon {
        width: 65px;
        height: 65px;
        font-size: 32px;
        margin: 0 20px -35px auto;
    }
}

@media only screen and (max-width: 479px) {
    .limestone-fancy-info-box .icon {
        width: 70px;
        height: 70px;
        font-size: 32px;
        margin: 0 20px -35px auto;
    }
}

.limestone-fancy-info-box .content {
    position: relative;
    z-index: 1;
    padding: 40px;
    background-color: var(--limestone-white-neutral);
    -webkit-box-shadow: 0px 4px 60px rgba(0, 0, 0, 0.07);
    box-shadow: 0px 4px 60px rgba(0, 0, 0, 0.07);
}

@media only screen and (min-width: 1025px) and (max-width: 1200px) {
    .limestone-fancy-info-box .content {
        padding: 35px 30px;
    }
}

@media only screen and (max-width: 479px) {
    .limestone-fancy-info-box .content {
        padding: 35px 30px;
    }
}

.limestone-fancy-info-box .subtitle {
    font-size: 16px;
    font-weight: 500;
    color: var(--limestone-body-color);
    line-height: 1.5;
    margin-bottom: 20px;
}

.limestone-fancy-info-box .title {
    font-size: 20px;
    margin: 0 0 20px;
    line-height: 1.4;
}

@media only screen and (min-width: 1025px) and (max-width: 1200px) {
    .limestone-fancy-info-box .title {
        font-size: 18px;
    }
}

@media only screen and (max-width: 479px) {
    .limestone-fancy-info-box .title {
        font-size: 18px;
    }
}

.limestone-fancy-info-box .description {
    margin: 0;
    font-size: 16px;
    line-height: 1.75;
}

@media only screen and (min-width: 1025px) and (max-width: 1200px) {
    .limestone-fancy-info-box .description {
        font-size: 15px;
    }
}

@media only screen and (max-width: 479px) {
    .limestone-fancy-info-box .description {
        font-size: 15px;
    }
}

.limestone-fancy-info-box .read-more-btn {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    font-family: var(--limestone-secondary-font);
    font-size: 14px;
    font-weight: 500;
    line-height: 1;
    text-transform: capitalize;
    padding: 16px 30px;
    color: var(--limestone-headline-color);
    background-color: var(--limestone-primary-color);
    visibility: hidden;
    opacity: 0;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
}

@media only screen and (min-width: 1025px) and (max-width: 1200px) {
    .limestone-fancy-info-box .read-more-btn {
        padding: 15px 25px;
    }
}

.limestone-fancy-info-box .read-more-btn.icon-right .btn-icon {
    margin-left: 8px;
}

.limestone-fancy-info-box .read-more-btn.icon-left .btn-icon {
    margin-right: 8px;
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
}

.limestone-fancy-info-box.text-right {
    text-align: right;
}

.limestone-fancy-info-box.text-right .icon {
    margin: 0 auto -50px 30px;
}

.limestone-fancy-info-box:hover .icon {
    background-color: var(--limestone-primary-color);
    color: var(--limestone-headline-color);
}

.limestone-fancy-info-box:hover .content {
    background-color: var(--limestone-dark-neutral);
    -webkit-box-shadow: none;
    box-shadow: none;
}

.limestone-fancy-info-box:hover .subtitle, .limestone-fancy-info-box:hover .title, .limestone-fancy-info-box:hover .description {
    color: var(--limestone-white-neutral);
}

.limestone-fancy-info-box:hover .read-more-btn {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(100%);
    -ms-transform: translateY(100%);
    transform: translateY(100%);
}

.limestone-iconic-image-card {
    position: relative;
    z-index: 1;
    line-height: 1;
    --image-width: 100%;
    --image-height: 320px;
    --icon-space: 30px;
}

.limestone-iconic-image-card, .limestone-iconic-image-card .image img, .limestone-iconic-image-card .image::before, .limestone-iconic-image-card .content, .limestone-iconic-image-card .content::before, .limestone-iconic-image-card .title, .limestone-iconic-image-card .subtitle, .limestone-iconic-image-card .description, .limestone-iconic-image-card .icon {
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.limestone-iconic-image-card .title a {
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
}

.limestone-iconic-image-card .title a, .limestone-iconic-image-card .title a:hover {
    color: inherit;
}

.limestone-iconic-image-card .description {
    margin: 0;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.85;
    color: var(--limestone-body-color);
}

.limestone-iconic-image-card .read-more {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-family: var(--limestone-secondary-font);
    font-size: 14px;
    font-weight: 600;
    line-height: 1.2;
    color: var(--limestone-body-color);
    margin-top: 20px;
}

.limestone-iconic-image-card .read-more:hover {
    color: var(--limestone-primary-color);
}

.limestone-iconic-image-card .read-more.icon-left {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
}

.limestone-iconic-image-card .read-more.icon-left .read-more-icon {
    margin-right: 8px;
}

.limestone-iconic-image-card .read-more.icon-right .read-more-icon {
    margin-left: 8px;
}

.limestone-iconic-image-card .image {
    overflow: hidden;
}

.limestone-iconic-image-card .image img {
    width: var(--image-width);
    height: var(--image-height);
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
}

.limestone-iconic-image-card .icon {
    color: var(--limestone-primary-color);
    line-height: 0.5;
}

.limestone-iconic-image-card .icon img {
    width: 55px;
    height: 55px;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
}

.limestone-iconic-image-card:hover .image img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}

.limestone-iconic-image-card.design-one {
    --image-width: 300px;
    --image-height: 215px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 10px;
    -webkit-box-shadow: 0px 4px 60px rgba(0, 0, 0, 0.07);
    box-shadow: 0px 4px 60px rgba(0, 0, 0, 0.07);
}

@media only screen and (max-width: 1349px) {
    .limestone-iconic-image-card.design-one {
        --image-width: 275px;
    }
}

@media only screen and (max-width: 1024px) {
    .limestone-iconic-image-card.design-one {
        --icon-space: 25px;
    }
}

@media only screen and (max-width: 767px) {
    .limestone-iconic-image-card.design-one {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        --image-width: 100%;
    }
}

.limestone-iconic-image-card.design-one .image {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
}

@media only screen and (max-width: 767px) {
    .limestone-iconic-image-card.design-one .image {
        width: 100%;
    }
}

.limestone-iconic-image-card.design-one .content {
    margin-left: 40px;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}

@media only screen and (max-width: 767px) {
    .limestone-iconic-image-card.design-one .content {
        margin-left: 0;
        padding: 35px;
    }
}

.limestone-iconic-image-card.design-one .icon {
    font-size: 55px;
    margin-bottom: var(--icon-space);
}

@media only screen and (max-width: 1024px) {
    .limestone-iconic-image-card.design-one .icon {
        font-size: 42px;
    }
}

.limestone-iconic-image-card.design-one .title {
    font-size: 20px;
    font-weight: 600;
    margin: 0 0 10px;
}

.limestone-iconic-image-card.design-two {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
}

@media only screen and (max-width: 479px) {
    .limestone-iconic-image-card.design-two {
        --icon-space: 25px;
    }
}

.limestone-iconic-image-card.design-two .image {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    margin: -150px 0 0;
}

.limestone-iconic-image-card.design-two .content {
    position: relative;
    z-index: 2;
    margin: 0 30px;
    padding: 25px 40px;
    background-color: var(--limestone-white-neutral);
}

@media only screen and (max-width: 1200px) {
    .limestone-iconic-image-card.design-two .content {
        padding: 25px 30px;
    }
}

@media only screen and (max-width: 479px) {
    .limestone-iconic-image-card.design-two .content {
        margin: 0 20px;
    }
}

.limestone-iconic-image-card.design-two .icon {
    font-size: 45px;
    margin-right: var(--icon-space);
}

@media only screen and (max-width: 479px) {
    .limestone-iconic-image-card.design-two .icon {
        margin-right: 0;
        margin-bottom: var(--icon-space);
    }
}

.limestone-iconic-image-card.design-two .title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 22px;
    font-weight: 600;
    margin: 0 0 20px;
    padding: 0 0 25px;
    border-bottom: 1px solid var(--limestone-border-color);
}

@media only screen and (max-width: 1200px) {
    .limestone-iconic-image-card.design-two .title {
        font-size: 20px;
    }
}

@media only screen and (max-width: 479px) {
    .limestone-iconic-image-card.design-two .title {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
    }
}

.limestone-iconic-image-card.design-two:hover .content {
    background-color: #e65a11;
}

.limestone-iconic-image-card.design-two:hover .icon, .limestone-iconic-image-card.design-two:hover .title, .limestone-iconic-image-card.design-two:hover .description, .limestone-iconic-image-card.design-two:hover .read-more {
    color: var(--limestone-white-neutral);
}

.limestone-iconic-image-card.design-two:hover .title {
    border-color: var(--limestone-white-neutral);
}

.limestone-iconic-image-card.design-three {
    --image-height: 270px;
}

@media only screen and (max-width: 1200px) {
    .limestone-iconic-image-card.design-three {
        --image-height: 250px;
    }
}

@media only screen and (max-width: 479px) {
    .limestone-iconic-image-card.design-three {
        --image-height: 220px;
        --icon-space: 25px;
    }
}

.limestone-iconic-image-card.design-three .image {
    margin: 0 30px -50px;
    position: relative;
    z-index: 2;
}

@media only screen and (max-width: 1200px) {
    .limestone-iconic-image-card.design-three .image {
        margin: 0 25px -50px;
    }
}

.limestone-iconic-image-card.design-three .content {
    padding: 90px 50px 40px;
    background-color: var(--limestone-white-neutral);
    -webkit-box-shadow: 0px 4px 60px rgba(0, 0, 0, 0.07);
    box-shadow: 0px 4px 60px rgba(0, 0, 0, 0.07);
    border: 1px solid rgba(0, 0, 0, 0);
}

@media only screen and (max-width: 1200px) {
    .limestone-iconic-image-card.design-three .content {
        padding: 90px 35px 40px;
    }
}

.limestone-iconic-image-card.design-three .icon {
    font-size: 55px;
    margin-right: var(--icon-space);
}

@media only screen and (max-width: 1024px) {
    .limestone-iconic-image-card.design-three .icon {
        font-size: 48px;
    }
}

@media only screen and (max-width: 479px) {
    .limestone-iconic-image-card.design-three .icon {
        margin-right: 0;
        margin-bottom: var(--icon-space);
    }
}

.limestone-iconic-image-card.design-three .title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 22px;
    font-weight: 600;
    margin: 0 0 30px;
    padding: 0 0 35px;
    border-bottom: 1px solid var(--limestone-border-color);
}

@media only screen and (max-width: 1200px) {
    .limestone-iconic-image-card.design-three .title {
        font-size: 20px;
    }
}

@media only screen and (max-width: 479px) {
    .limestone-iconic-image-card.design-three .title {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
    }
}

.limestone-iconic-image-card.design-three .read-more {
    font-family: var(--limestone-secondary-font);
    font-size: 14px;
    font-weight: 500;
    line-height: 1;
    padding: 14px 30px;
    color: var(--limestone-headline-color);
    background-color: var(--limestone-secondary-color);
    margin-top: 35px;
}

.limestone-iconic-image-card.design-three:hover .content {
    border-color: var(--limestone-dark-neutral);
}

.limestone-pricing-table {
    position: relative;
    z-index: 1;
    line-height: 1;
    background-color: var(--limestone-light-neutral);
    padding: 50px;
}

@media only screen and (max-width: 1200px) {
    .limestone-pricing-table {
        padding: 50px 35px;
    }
}

.limestone-pricing-table .table-header {
    padding-bottom: 50px;
    margin-bottom: 50px;
    border-bottom: 1px solid var(--limestone-border-color);
}

.limestone-pricing-table .table-title {
    font-size: 22px;
    margin: 0;
}

.limestone-pricing-table .table-desc {
    margin: 15px 0 0;
    font-size: 16px;
    line-height: 1.4;
    color: var(--limestone-body-color);
}

.limestone-pricing-table .table-price {
    margin-top: 45px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
}

.limestone-pricing-table .table-price .table-currency {
    font-family: var(--limestone-secondary-font);
    font-size: 45px;
    font-weight: 600;
    color: var(--limestone-primary-color);
    letter-spacing: -0.02em;
    line-height: 0.75;
}

@media only screen and (max-width: 1200px) {
    .limestone-pricing-table .table-price .table-currency {
        font-size: 42px;
    }
}

.limestone-pricing-table .table-price .table-price-text {
    font-family: var(--limestone-secondary-font);
    font-size: 45px;
    font-weight: 600;
    line-height: 0.75;
    color: var(--limestone-primary-color);
    letter-spacing: -0.02em;
}

@media only screen and (max-width: 1200px) {
    .limestone-pricing-table .table-price .table-price-text {
        font-size: 42px;
    }
}

.limestone-pricing-table .table-price .table-period {
    font-family: var(--limestone-secondary-font);
    font-size: 16px;
    font-weight: 400;
    color: var(--limestone-primary-color);
    letter-spacing: -0.02em;
}

@media only screen and (max-width: 1200px) {
    .limestone-pricing-table .table-price .table-period {
        font-size: 15px;
    }
}

.limestone-pricing-table .table-btn {
    margin-top: 40px;
}

.limestone-pricing-table .limestone-button {
    padding: 18px 30px;
}

.limestone-pricing-table .features-list {
    margin: 0;
    padding: 0;
    list-style: none;
}

.limestone-pricing-table .features-list li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.limestone-pricing-table .features-list li:not(:last-child) {
    margin-bottom: 20px;
}

.limestone-pricing-table .features-list li .feature-icon {
    font-size: 20px;
    margin-right: 10px;
    color: var(--limestone-primary-color);
}

@media only screen and (max-width: 1200px) {
    .limestone-pricing-table .features-list li .feature-icon {
        font-size: 18px;
    }
}

.limestone-pricing-table .features-list li .feature-icon .fa-check {
    font-family: 'Font Awesome 5 Pro';
    font-weight: 400;
}

.limestone-pricing-table .features-list li .feature-text {
    font-size: 18px;
    font-weight: 400;
    line-height: 1.5;
}

@media only screen and (max-width: 1200px) {
    .limestone-pricing-table .features-list li .feature-text {
        font-size: 16px;
    }
}

.limestone-pricing-table .table-badge {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 2;
    width: 100%;
    -webkit-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    transform: translateY(-100%);
    font-family: var(--limestone-secondary-font);
    font-size: 16px;
    font-weight: 600;
    line-height: 1;
    text-transform: uppercase;
    color: var(--limestone-headline-color);
    background-color: var(--limestone-primary-color);
    text-align: center;
    padding: 12px 10px;
}

.limestone-team-members {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 30px 1fr 30px 1fr 30px 1fr;
    grid-template-columns: repeat(4, 1fr);
    grid-row-gap: 30px;
    grid-column-gap: 30px;
}

@media only screen and (max-width: 1200px) {
    .limestone-team-members {
        -ms-grid-columns: (1fr)[3];
        grid-template-columns: repeat(3, 1fr);
    }
}

@media only screen and (max-width: 1024px) {
    .limestone-team-members {
        -ms-grid-columns: (1fr)[2];
        grid-template-columns: repeat(2, 1fr);
    }
}

@media only screen and (max-width: 767px) {
    .limestone-team-members {
        -ms-grid-columns: (1fr)[1];
        grid-template-columns: repeat(1, 1fr);
    }
}

.limestone-team-member {
    position: relative;
    z-index: 1;
    line-height: 1;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.limestone-team-member .member-info {
    position: relative;
    z-index: 1;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.limestone-team-member .member-name {
    font-size: 20px;
    font-weight: 600;
    color: var(--limestone-headline-color);
    margin: 0 0 10px;
    text-transform: capitalize;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.limestone-team-member .member-name a {
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
}

.limestone-team-member .member-name a, .limestone-team-member .member-name a:hover {
    color: inherit;
}

.limestone-team-member .member-title {
    font-size: 15px;
    font-weight: 500;
    text-transform: capitalize;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    margin: 0;
}

.limestone-team-member .member-image {
    position: relative;
    z-index: 1;
    overflow: hidden;
    margin-bottom: 30px;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.limestone-team-member .member-image::after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    background-color: rgba(42, 44, 56, 0.7);
    opacity: 0;
    visibility: hidden;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.limestone-team-member .social-links {
    position: absolute;
    z-index: 2;
    padding: 10px 20px;
    background-color: var(--limestone-primary-color);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 20px;
    visibility: visible;
    opacity: 0;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
}

.limestone-team-member .social-links.links-from-bottom {
    left: 30px;
    bottom: 0;
}

.limestone-team-member .social-links.links-from-top {
    left: 30px;
    top: 0;
}

.limestone-team-member .social-links.links-from-left {
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.limestone-team-member .social-links.links-from-right {
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.limestone-team-member .social-links.links-from-bottom-center {
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    bottom: 0;
}

.limestone-team-member .social-links a {
    font-size: 16px;
    color: var(--limestone-headline-color);
}

.limestone-team-member:hover .member-image::after {
    opacity: 1;
    visibility: visible;
}

.limestone-team-member:hover .social-links {
    visibility: visible;
    opacity: 1;
}

.limestone-team-member:hover .social-links.links-from-bottom {
    bottom: 20px;
}

.limestone-team-member:hover .social-links.links-from-top {
    top: 20px;
}

.limestone-team-member:hover .social-links.links-from-left {
    left: 20px;
}

.limestone-team-member:hover .social-links.links-from-right {
    right: 20px;
}

.limestone-team-member:hover .social-links.links-from-bottom-center {
    bottom: 20px;
}

.limestone-counter-box {
    position: relative;
    z-index: 1;
    line-height: 1;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.limestone-counter-box::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    opacity: 0;
    visibility: hidden;
}

.limestone-counter-box:hover::before {
    opacity: 1;
    visibility: visible;
}

.limestone-counter-box.text-center {
    text-align: center;
}

.limestone-counter-box.text-right {
    text-align: right;
}

.limestone-counter-box.text-left {
    text-align: left;
}

.limestone-counter-box.icon-top .counter-icon {
    margin-bottom: 40px;
}

.limestone-counter-box.icon-left {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.limestone-counter-box.icon-left .counter-icon {
    margin-right: 40px;
}

.limestone-counter-box.icon-right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
}

.limestone-counter-box.icon-right .counter-icon {
    margin-left: 40px;
}

.limestone-counter-box .counter-icon {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    font-size: 20px;
    color: var(--limestone-primary-color);
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.limestone-counter-box .counter-icon img {
    width: 20px;
    height: 20px;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
}

.limestone-counter-box .counter-inner {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}

.limestone-counter-box .counter-wrap {
    font-family: var(--limestone-secondary-font);
    font-size: 45px;
    font-weight: 600;
    line-height: 1;
    letter-spacing: -1.35px;
    color: var(--limestone-headline-color);
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 15px;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.limestone-counter-box .counter-wrap .counter-title {
    margin-left: 25px;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}

.limestone-counter-box .counter-title {
    font-family: var(--limestone-primary-font);
    font-size: 18px;
    font-weight: 600;
    line-height: 1.5;
    color: var(--limestone-body-color);
    margin: 0;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.limestone-counter-box .title-divider {
    display: block;
    width: 100%;
    height: 1px;
    background-color: var(--limestone-border-color);
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    margin: 15px 0 0;
}

.limestone-counter-box .counter-desc {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.65;
    margin: 15px 0 0;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    color: var(--limestone-body-color);
}

.limestone-accordion .accordion-item {
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    background-color: var(--limestone-light-neutral);
}

.limestone-accordion .accordion-item:not(:last-child) {
    margin-bottom: 15px;
}

.limestone-accordion .accordion-item .accordion-header {
    color: var(--limestone-headline-color);
    font-family: var(--limestone-secondary-font);
    font-size: 16px;
    font-weight: 500;
    line-height: 1.4;
    cursor: pointer;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    border-bottom: 1px solid rgba(0, 0, 0, 0);
    padding: 20px 70px 20px 30px;
    position: relative;
}

@media only screen and (max-width: 479px) {
    .limestone-accordion .accordion-item .accordion-header {
        padding: 15px 60px 15px 20px;
    }
}

.limestone-accordion .accordion-item .accordion-header .icons {
    position: absolute;
    right: 0;
    top: 0;
    width: 60px;
    height: 100%;
    background-color: var(--limestone-primary-color);
    color: var(--limestone-headline-color);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}

@media only screen and (max-width: 479px) {
    .limestone-accordion .accordion-item .accordion-header .icons {
        width: 50px;
    }
}

.limestone-accordion .accordion-item .accordion-header .icons span {
    position: absolute;
    right: 50%;
    top: 50%;
    -webkit-transform: translate(50%, -50%);
    -ms-transform: translate(50%, -50%);
    transform: translate(50%, -50%);
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    visibility: visible;
    opacity: 1;
}

.limestone-accordion .accordion-item .accordion-header .icons .icon-close {
    visibility: hidden;
    opacity: 0;
}

.limestone-accordion .accordion-item .accordion-header .icons .fas {
    font-family: 'Font Awesome 5 Pro';
    font-weight: 400;
}

.limestone-accordion .accordion-item .accordion-header.active-header {
    border-color: var(--limestone-border-color);
}

.limestone-accordion .accordion-item .accordion-header.active-header .icons {
    background-color: rgba(0, 0, 0, 0);
    color: var(--limestone-primary-color);
}

.limestone-accordion .accordion-item .accordion-header.active-header .icon-close {
    visibility: visible;
    opacity: 1;
}

.limestone-accordion .accordion-item .accordion-header.active-header .icon-open {
    visibility: hidden;
    opacity: 0;
}

.limestone-accordion .accordion-item .accordion-content {
    padding: 25px 30px;
}

.limestone-accordion .accordion-item .accordion-content p:last-of-type {
    margin: 0;
}

.limestone-accordion .accordion-item.active-accordion {
    background-color: var(--limestone-white-neutral);
    -webkit-box-shadow: 0px 4px 60px rgba(0, 0, 0, 0.05);
    box-shadow: 0px 4px 60px rgba(0, 0, 0, 0.05);
}

.limestone-carousel-active {
    --grid-gap: 30px;
}

.limestone-carousel-active .slick-list {
    margin-left: calc(var(--grid-gap) / -2);
    margin-right: calc(var(--grid-gap) / -2);
}

.limestone-carousel-active .limestone-carousel-item {
    padding-left: calc(var(--grid-gap) / 2);
    padding-right: calc(var(--grid-gap) / 2);
}

.limestone-carousel-active.slick-vertical .slick-list {
    margin-left: 0;
    margin-right: 0;
    margin-top: calc(var(--grid-gap) / -1);
}

.limestone-carousel-active.slick-vertical .limestone-carousel-item {
    padding-left: 0;
    padding-right: 0;
    padding-top: var(--grid-gap);
}

.limestone-carousel-active.slick-vertical .slick-slide {
    border: none;
}

.limestone-carousel-active.slick-dotted.slick-slider {
    margin-bottom: 0;
}

.limestone-carousel-active .slick-slide img {
    display: inline-block;
}

.limestone-carousel-wrapper {
    position: relative;
    display: block !important;
}

.limestone-carousel-wrapper .limestone-carousel-arrows {
    --arrow-h-p: 0;
    --arrow-v-p: 50%;
    --arrow-space: 10px;
    --transform-x: 0px;
    --transform-y: -50%;
}

.limestone-carousel-wrapper .limestone-carousel-arrows .fas {
    font-family: 'Font Awesome 5 Pro';
}

.limestone-carousel-wrapper .limestone-carousel-arrows .slick-arrow {
    position: absolute;
    z-index: 8;
    top: var(--arrow-v-p);
    left: var(--arrow-h-p);
    -webkit-transform: translate(var(--transform-x), var(--transform-y));
    -ms-transform: translate(var(--transform-x), var(--transform-y));
    transform: translate(var(--transform-x), var(--transform-y));
    width: 50px;
    height: 50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background-color: var(--limestone-primary-color);
    color: var(--limestone-white-neutral);
    font-size: 15px;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    gap: 10px;
}

.limestone-carousel-wrapper .limestone-carousel-arrows .slick-arrow i {
    font-weight: 400;
    font-size: 20px;
}

.limestone-carousel-wrapper .limestone-carousel-arrows .limestone-next-arrow {
    left: auto;
    right: var(--arrow-h-p);
    -webkit-transform: translate(calc(-1 * var(--transform-x)), var(--transform-y));
    -ms-transform: translate(calc(-1 * var(--transform-x)), var(--transform-y));
    transform: translate(calc(-1 * var(--transform-x)), var(--transform-y));
}

.limestone-carousel-wrapper .limestone-carousel-arrows.same-position-h, .limestone-carousel-wrapper .limestone-carousel-arrows.same-position-v {
    position: absolute;
    -webkit-transform: translate(var(--transform-x), var(--transform-y));
    -ms-transform: translate(var(--transform-x), var(--transform-y));
    transform: translate(var(--transform-x), var(--transform-y));
}

.limestone-carousel-wrapper .limestone-carousel-arrows.same-position-h .slick-arrow, .limestone-carousel-wrapper .limestone-carousel-arrows.same-position-v .slick-arrow {
    position: relative;
    top: 0;
    left: 0;
    right: 0;
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
}

.limestone-carousel-wrapper .limestone-carousel-arrows.same-position-h {
    --arrow-h-p: 50%;
    --arrow-v-p: 100%;
    --transform-x: -50%;
    --transform-y: -50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    left: var(--arrow-h-p);
    top: var(--arrow-v-p);
}

.limestone-carousel-wrapper .limestone-carousel-arrows.same-position-h .limestone-prev-arrow {
    margin: 0 calc(var(--arrow-space) / 2) 0 0;
}

.limestone-carousel-wrapper .limestone-carousel-arrows.same-position-h .limestone-next-arrow {
    margin: 0 0 0 calc(var(--arrow-space) / 2);
}

.limestone-carousel-wrapper .limestone-carousel-arrows.same-position-v {
    --arrow-h-p: 100%;
    --arrow-v-p: 50%;
    --transform-x: -100%;
    --transform-y: -50%;
    left: var(--arrow-h-p);
    top: var(--arrow-v-p);
}

.limestone-carousel-wrapper .limestone-carousel-arrows.same-position-v .limestone-prev-arrow {
    margin: 0 0 calc(var(--arrow-space) / 2) 0;
}

.limestone-carousel-wrapper .limestone-carousel-arrows.same-position-v .limestone-next-arrow {
    margin: calc(var(--arrow-space) / 2) 0 0 0;
}

.limestone-carousel-wrapper .limestone-carousel-dots {
    --dots-h-p: 50%;
    --dots-v-p: 100%;
    --transform-x: -50%;
    --transform-y: 40px;
    position: absolute;
    left: var(--dots-h-p);
    top: var(--dots-v-p);
    -webkit-transform: translate(var(--transform-x), var(--transform-y));
    -ms-transform: translate(var(--transform-x), var(--transform-y));
    transform: translate(var(--transform-x), var(--transform-y));
    z-index: 9;
}

.limestone-carousel-wrapper .limestone-carousel-dots.sync-vertical {
    --dots-h-p: 100%;
    --dots-v-p: 50%;
    --transform-x: -50px;
    --transform-y: -50%;
}

.limestone-carousel-wrapper .limestone-carousel-dots.sync-vertical .slick-dots {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.limestone-carousel-wrapper .limestone-carousel-dots .slick-dots {
    margin: 0;
    padding: 0;
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: relative;
    bottom: 0;
    gap: 7px;
}

.limestone-carousel-wrapper .limestone-carousel-dots .slick-dots li {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    cursor: pointer;
    background-color: rgba(255, 143, 38, 0.5);
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    margin: 0;
}

.limestone-carousel-wrapper .limestone-carousel-dots .slick-dots li.slick-active {
    background-color: var(--limestone-primary-color);
}

.limestone-carousel-wrapper .limestone-carousel-dots .slick-dots li:first-child {
    margin-left: 0;
}

.limestone-carousel-wrapper .limestone-carousel-dots .slick-dots li:last-child {
    margin-right: 0;
}

.limestone-carousel-wrapper .limestone-carousel-dots .slick-dots button {
    display: none;
}

.limestone-carousel-wrapper .limestone-carousel-dots.dots-right {
    left: auto;
    right: 0;
    -webkit-transform: translate(0);
    -ms-transform: translate(0);
    transform: translate(0);
}

.limestone-carousel-wrapper .limestone-carousel-dots.dots-left {
    left: 0;
    -webkit-transform: translate(0);
    -ms-transform: translate(0);
    transform: translate(0);
}

.limestone-advanced-carousel .limestone-carousel-active {
    --grid-gap: 0;
}

.limestone-advanced-carousel .limestone-carousel-item {
    position: relative;
    z-index: 1;
}

.limestone-advanced-carousel .slider-content-wrapper {
    position: relative;
    padding: 140px 0;
    z-index: 1;
}

.limestone-advanced-carousel .slider-item-bg {
    background-color: var(--limestone-dark-neutral);
    background-size: cover;
    background-position: center;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}

.limestone-advanced-carousel .slider-item-bg::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    background-color: var(--limestone-dark-neutral);
    opacity: 0.85;
}

.limestone-advanced-carousel .slider-container {
    max-width: var(--limestone-container-width);
    margin: auto;
    padding: 0 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}

.limestone-advanced-carousel .slider-content {
    max-width: 50%;
    line-height: 1;
    text-align: left;
    position: relative;
    z-index: 2;
}

@media only screen and (max-width: 1200px) {
    .limestone-advanced-carousel .slider-content {
        max-width: 60%;
    }
}

@media only screen and (max-width: 1024px) {
    .limestone-advanced-carousel .slider-content {
        max-width: 70%;
    }
}

@media only screen and (max-width: 767px) {
    .limestone-advanced-carousel .slider-content {
        max-width: 95%;
    }
}

.limestone-advanced-carousel .slider-content > * {
    -webkit-transition: 1.2s;
    -o-transition: 1.2s;
    transition: 1.2s;
    -webkit-animation-duration: 1.2s;
    animation-duration: 1.2s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

.limestone-advanced-carousel .slider-subtitle {
    padding: 12px 20px;
    font-family: var(--limestone-secondary-font);
    font-size: 18px;
    font-weight: 600;
    line-height: 1.2;
    text-transform: capitalize;
    color: var(--limestone-headline-color);
    background-color: var(--limestone-white-neutral);
    margin-bottom: 30px;
    -webkit-animation-delay: 0.2s;
    animation-delay: 0.2s;
}

@media only screen and (max-width: 1024px) {
    .limestone-advanced-carousel .slider-subtitle {
        padding: 10px 20px;
        font-size: 16px;
    }
}

@media only screen and (max-width: 767px) {
    .limestone-advanced-carousel .slider-subtitle {
        padding: 10px 15px;
        font-size: 15px;
    }
}

.limestone-advanced-carousel .slider-title {
    font-size: 75px;
    text-transform: capitalize;
    line-height: 1.2;
    color: var(--limestone-white-neutral);
    margin: 0;
    -webkit-animation-delay: 0.3s;
    animation-delay: 0.3s;
}

@media only screen and (max-width: 1366px) {
    .limestone-advanced-carousel .slider-title {
        font-size: 68px;
    }
}

@media only screen and (max-width: 1200px) {
    .limestone-advanced-carousel .slider-title {
        font-size: 62px;
    }
}

@media only screen and (max-width: 1024px) {
    .limestone-advanced-carousel .slider-title {
        font-size: 48px;
    }
}

@media only screen and (max-width: 767px) {
    .limestone-advanced-carousel .slider-title {
        font-size: 36px;
    }
}

@media only screen and (max-width: 479px) {
    .limestone-advanced-carousel .slider-title {
        font-size: 32px;
    }
}

.limestone-advanced-carousel .slider-desc {
    font-size: 18px;
    font-weight: 500;
    line-height: 1.75;
    color: var(--limestone-white-neutral);
    margin-top: 35px;
    margin-bottom: 0;
    -webkit-animation-delay: 0.4s;
    animation-delay: 0.4s;
}

@media only screen and (max-width: 1024px) {
    .limestone-advanced-carousel .slider-desc {
        font-size: 16px;
        margin-top: 30px;
    }
}

.limestone-advanced-carousel .slider-button {
    margin-top: 40px;
    -webkit-animation-delay: 0.5s;
    animation-delay: 0.5s;
}

.limestone-testimonial-carousel .testimonial-item {
    position: relative;
    z-index: 1;
    line-height: 1;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.limestone-testimonial-carousel .testimonial-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

@media only screen and (max-width: 767px) {
    .limestone-testimonial-carousel .testimonial-header {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        justify-items: flex-start;
    }
}

.limestone-testimonial-carousel .reviewer-image {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
}

.limestone-testimonial-carousel .reviewer-image img {
    width: 100px;
    height: 85px;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: top center;
    object-position: top center;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.limestone-testimonial-carousel .tagline {
    font-size: 20px;
    font-weight: 600;
    line-height: 1.2;
    margin: 0 0 12px;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

@media only screen and (max-width: 1200px) {
    .limestone-testimonial-carousel .tagline {
        font-size: 18px;
    }
}

@media only screen and (max-width: 479px) {
    .limestone-testimonial-carousel .tagline {
        font-size: 16px;
    }
}

.limestone-testimonial-carousel .star-rating {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0;
}

.limestone-testimonial-carousel .star-rating i {
    display: inline-block;
    position: relative;
    margin-right: 4px;
    font-style: normal;
    font-family: 'eicons';
    font-size: 16px;
    color: var(--limestone-body-color);
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.limestone-testimonial-carousel .star-rating i:last-child {
    margin-right: 0;
}

@media only screen and (max-width: 1024px) {
    .limestone-testimonial-carousel .star-rating i {
        font-size: 15px;
    }
}

.limestone-testimonial-carousel .star-rating i::before {
    content: '';
    display: block;
    font-size: inherit;
    font-family: inherit;
    position: absolute;
    overflow: hidden;
    color: var(--limestone-primary-color);
    top: 0;
    left: 0;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.limestone-testimonial-carousel .star-rating i.star-empty::before {
    display: none;
}

.limestone-testimonial-carousel .star-rating i.star-1::before {
    width: 10%;
}

.limestone-testimonial-carousel .star-rating i.star-2::before {
    width: 20%;
}

.limestone-testimonial-carousel .star-rating i.star-3::before {
    width: 30%;
}

.limestone-testimonial-carousel .star-rating i.star-4::before {
    width: 40%;
}

.limestone-testimonial-carousel .star-rating i.star-5::before {
    width: 50%;
}

.limestone-testimonial-carousel .star-rating i.star-6::before {
    width: 60%;
}

.limestone-testimonial-carousel .star-rating i.star-7::before {
    width: 70%;
}

.limestone-testimonial-carousel .star-rating i.star-8::before {
    width: 80%;
}

.limestone-testimonial-carousel .star-rating i.star-9::before {
    width: 90%;
}

.limestone-testimonial-carousel .description {
    font-family: var(--limestone-secondary-font);
    font-size: 18px;
    font-weight: 400;
    line-height: 1.8;
    color: var(--limestone-headline-color);
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

@media only screen and (max-width: 1200px) {
    .limestone-testimonial-carousel .description {
        font-size: 16px;
    }
}

.limestone-testimonial-carousel .reviewer-name {
    font-size: 20px;
    font-weight: 600;
    line-height: 1.2;
    margin: 0 0 12px;
    position: relative;
    padding-left: 60px;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

@media only screen and (max-width: 1200px) {
    .limestone-testimonial-carousel .reviewer-name {
        font-size: 18px;
    }
}

@media only screen and (max-width: 1024px) {
    .limestone-testimonial-carousel .reviewer-name {
        padding-left: 45px;
    }
}

@media only screen and (max-width: 479px) {
    .limestone-testimonial-carousel .reviewer-name {
        padding: 15px 0 0;
        margin: 0 0 10px;
    }
}

.limestone-testimonial-carousel .reviewer-name::before {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 40px;
    height: 2px;
    background-color: var(--limestone-primary-color);
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

@media only screen and (max-width: 1024px) {
    .limestone-testimonial-carousel .reviewer-name::before {
        width: 30px;
    }
}

@media only screen and (max-width: 479px) {
    .limestone-testimonial-carousel .reviewer-name::before {
        left: 0;
        top: 0;
        -webkit-transform: translate(0);
        -ms-transform: translate(0);
        transform: translate(0);
        width: 35px;
    }
}

.limestone-testimonial-carousel .reviewer-title {
    font-size: 16px;
    font-weight: 400;
    line-height: 1;
    padding-left: 60px;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

@media only screen and (max-width: 1200px) {
    .limestone-testimonial-carousel .reviewer-title {
        font-size: 15px;
    }
}

@media only screen and (max-width: 1024px) {
    .limestone-testimonial-carousel .reviewer-title {
        padding-left: 45px;
    }
}

@media only screen and (max-width: 479px) {
    .limestone-testimonial-carousel .reviewer-title {
        padding-left: 0;
    }
}

.limestone-testimonial-carousel.design-one {
    padding: 45px 60px;
    background-color: var(--limestone-light-neutral);
}

@media only screen and (max-width: 767px) {
    .limestone-testimonial-carousel.design-one {
        padding: 45px 30px;
    }
}

.limestone-testimonial-carousel.design-one .reviewer-image {
    margin-right: 45px;
}

@media only screen and (max-width: 1200px) {
    .limestone-testimonial-carousel.design-one .reviewer-image {
        margin-right: 30px;
    }
}

@media only screen and (max-width: 767px) {
    .limestone-testimonial-carousel.design-one .reviewer-image {
        margin-right: 0;
        margin-bottom: 25px;
    }
}

.limestone-testimonial-carousel.design-one .description {
    margin: 35px 0 30px;
}

.limestone-testimonial-carousel.design-two .testimonial-item {
    position: relative;
    padding-bottom: 10px;
}

.limestone-testimonial-carousel.design-two .testimonial-item::after {
    content: '';
    position: absolute;
    left: 15px;
    right: 15px;
    bottom: 0;
    height: 10px;
    background-color: var(--limestone-light-neutral);
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.limestone-testimonial-carousel.design-two .testimonial-header {
    background-color: var(--limestone-light-neutral);
    margin: 0 15px;
    padding: 20px 35px;
}

@media only screen and (max-width: 1024px) {
    .limestone-testimonial-carousel.design-two .testimonial-header {
        padding: 20px 25px;
    }
}

.limestone-testimonial-carousel.design-two .reviewer-image {
    margin-right: 20px;
}

@media only screen and (max-width: 767px) {
    .limestone-testimonial-carousel.design-two .reviewer-image {
        margin-right: 0;
        margin-bottom: 20px;
    }
}

.limestone-testimonial-carousel.design-two .reviewer-image img {
    width: 70px;
    height: 70px;
    border-radius: 50%;
}

.limestone-testimonial-carousel.design-two .description {
    margin: 0 0 30px;
    color: var(--limestone-body-color);
}

.limestone-testimonial-carousel.design-two .testimonial-content {
    background-color: var(--limestone-white-neutral);
    padding: 40px 45px;
    -webkit-box-shadow: 0px 4px 60px rgba(0, 0, 0, 0.07);
    box-shadow: 0px 4px 60px rgba(0, 0, 0, 0.07);
}

@media only screen and (max-width: 1024px) {
    .limestone-testimonial-carousel.design-two .testimonial-content {
        padding: 40px 35px;
    }
}

.limestone-testimonial-carousel.design-three .testimonial-item {
    padding: 0 40px 50px;
    -webkit-box-shadow: 0px 4px 60px rgba(0, 0, 0, 0.07);
    box-shadow: 0px 4px 60px rgba(0, 0, 0, 0.07);
    background-color: var(--limestone-white-neutral);
}

@media only screen and (max-width: 1024px) {
    .limestone-testimonial-carousel.design-three .testimonial-item {
        padding: 0 35px 50px;
    }
}

@media only screen and (max-width: 767px) {
    .limestone-testimonial-carousel.design-three .testimonial-item {
        padding: 35px 30px;
    }
}

.limestone-testimonial-carousel.design-three .testimonial-header {
    margin: 0 0 0 -40px;
}

@media only screen and (max-width: 1024px) {
    .limestone-testimonial-carousel.design-three .testimonial-header {
        margin: 0 0 0 -35px;
    }
}

@media only screen and (max-width: 767px) {
    .limestone-testimonial-carousel.design-three .testimonial-header {
        margin: 0;
    }
}

.limestone-testimonial-carousel.design-three .tagline {
    font-size: 18px;
}

@media only screen and (max-width: 1024px) {
    .limestone-testimonial-carousel.design-three .tagline {
        font-size: 16px;
    }
}

.limestone-testimonial-carousel.design-three .star-rating i {
    font-size: 15px;
}

.limestone-testimonial-carousel.design-three .reviewer-name {
    font-size: 18px;
}

.limestone-testimonial-carousel.design-three .reviewer-image {
    margin-right: 30px;
}

@media only screen and (max-width: 1024px) {
    .limestone-testimonial-carousel.design-three .reviewer-image {
        margin-right: 25px;
    }
}

@media only screen and (max-width: 767px) {
    .limestone-testimonial-carousel.design-three .reviewer-image {
        margin-right: 0;
        margin-bottom: 25px;
    }
}

.limestone-testimonial-carousel.design-three .reviewer-image img {
    width: 125px;
    height: 100px;
}

@media only screen and (max-width: 1024px) {
    .limestone-testimonial-carousel.design-three .reviewer-image img {
        width: 110px;
        height: 90px;
    }
}

@media only screen and (max-width: 767px) {
    .limestone-testimonial-carousel.design-three .reviewer-image img {
        width: 100px;
        height: 80px;
    }
}

.limestone-testimonial-carousel.design-three .description {
    margin: 35px 0 30px;
}

.limestone-testimonial-carousel.design-four {
    background-color: var(--limestone-primary-color);
    padding: 40px 35px;
}

.limestone-testimonial-carousel.design-four .testimonial-header {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.limestone-testimonial-carousel.design-four .reviewer-image {
    margin-bottom: 30px;
}

.limestone-testimonial-carousel.design-four .tagline-rating {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

@media only screen and (max-width: 767px) {
    .limestone-testimonial-carousel.design-four .tagline-rating {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
    }
}

.limestone-testimonial-carousel.design-four .tagline {
    margin: 0 18px 0 0;
}

@media only screen and (max-width: 767px) {
    .limestone-testimonial-carousel.design-four .tagline {
        margin: 0 0 12px;
    }
}

.limestone-testimonial-carousel.design-four .star-rating i {
    color: rgba(0, 0, 0, 0.5);
}

.limestone-testimonial-carousel.design-four .star-rating i::before {
    color: var(--limestone-headline-color);
}

.limestone-testimonial-carousel.design-four .reviewer-info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

@media only screen and (max-width: 767px) {
    .limestone-testimonial-carousel.design-four .reviewer-info {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
    }
}

.limestone-testimonial-carousel.design-four .reviewer-name {
    margin: 0;
    font-family: var(--limestone-primary-font);
    font-size: 20px;
    font-weight: 600;
}

.limestone-testimonial-carousel.design-four .reviewer-name::after {
    content: '/';
}

@media only screen and (max-width: 767px) {
    .limestone-testimonial-carousel.design-four .reviewer-name::after {
        display: none;
    }
}

.limestone-testimonial-carousel.design-four .reviewer-name::before {
    background-color: var(--limestone-headline-color);
}

.limestone-testimonial-carousel.design-four .reviewer-title {
    font-family: var(--limestone-primary-font);
    font-size: 15px;
    font-weight: 400;
    color: var(--limestone-headline-color);
    position: relative;
    top: 1px;
}

@media only screen and (min-width: 768px) {
    .limestone-testimonial-carousel.design-four .reviewer-title {
        padding-left: 0;
    }
}

@media only screen and (max-width: 767px) {
    .limestone-testimonial-carousel.design-four .reviewer-title {
        top: 0;
        margin-top: 10px;
    }
}

.limestone-testimonial-carousel.design-four .description {
    margin: 25px 0 30px;
}

.limestone-brand-logos {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 30px 1fr 30px 1fr 30px 1fr 30px 1fr;
    grid-template-columns: repeat(5, 1fr);
    grid-row-gap: 30px;
    grid-column-gap: 30px;
}

@media only screen and (max-width: 1024px) {
    .limestone-brand-logos {
        -ms-grid-columns: (1fr)[3];
        grid-template-columns: repeat(3, 1fr);
    }
}

@media only screen and (max-width: 767px) {
    .limestone-brand-logos {
        -ms-grid-columns: (1fr)[2];
        grid-template-columns: repeat(2, 1fr);
    }
}

.limestone-brand-logos .logo-wrap {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.limestone-brand-logos .logo-wrap img {
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
}

.limestone-brand-logos .logo-wrap a {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
}

.limestone-brand-logos .slick-track {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.limestone-brand-logos .limestone-carousel-item {
    height: auto;
}

.limestone-brand-logos .limestone-carousel-item .logo-wrap {
    height: 100%;
}

.limestone-post-boxes {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 30px 1fr 30px 1fr;
    grid-template-columns: repeat(3, 1fr);
    grid-row-gap: 30px;
    grid-column-gap: 30px;
    line-height: 1;
    --meta-gap: 10px;
}

@media only screen and (max-width: 1024px) {
    .limestone-post-boxes {
        -ms-grid-columns: (1fr)[2];
        grid-template-columns: repeat(2, 1fr);
    }
}

@media only screen and (max-width: 767px) {
    .limestone-post-boxes {
        -ms-grid-columns: (1fr)[1];
        grid-template-columns: repeat(1, 1fr);
    }
}

.limestone-post-boxes .limestone-post-box {
    position: relative;
    min-width: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.limestone-post-boxes .limestone-post-box .post-thumbnail {
    position: relative;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    margin-bottom: 30px;
}

.limestone-post-boxes .limestone-post-box .post-thumbnail .thumbnail-wrap {
    overflow: hidden;
}

.limestone-post-boxes .limestone-post-box .post-thumbnail img {
    width: 100%;
    height: 290px;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}

.limestone-post-boxes .limestone-post-box .post-thumbnail .post-category {
    --translate-x: 0;
    --translate-y: 0;
    position: absolute;
    left: 20px;
    top: 20px;
    -webkit-transform: translate(var(--translate-x), var(--translate-y));
    -ms-transform: translate(var(--translate-x), var(--translate-y));
    transform: translate(var(--translate-x), var(--translate-y));
    z-index: 2;
    font-family: var(--limestone-secondary-font);
    font-size: 15px;
    font-weight: 500;
    text-transform: capitalize;
    line-height: 1;
    color: var(--limestone-headline-color);
    background-color: var(--limestone-primary-color);
    padding: 8px 15px;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.limestone-post-boxes .limestone-post-box .post-thumbnail .post-date {
    --translate-x: 0;
    --translate-y: 0;
    position: absolute;
    right: 15px;
    top: 15px;
    -webkit-transform: translate(var(--translate-x), var(--translate-y));
    -ms-transform: translate(var(--translate-x), var(--translate-y));
    transform: translate(var(--translate-x), var(--translate-y));
    z-index: 2;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
    height: 70px;
    width: 70px;
    border-radius: 50%;
    padding: 10px;
    font-family: var(--limestone-secondary-font);
    font-size: 16px;
    font-weight: 600;
    line-height: 1.1;
    text-transform: capitalize;
    color: var(--limestone-headline-color);
    background-color: var(--limestone-primary-color);
}

.limestone-post-boxes .limestone-post-box:hover .post-thumbnail img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}

.limestone-post-boxes .limestone-post-box .post-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    position: relative;
    z-index: 2;
}

.limestone-post-boxes .limestone-post-box .post-title {
    font-size: 22px;
    line-height: 1.35;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    margin: 0;
}

.limestone-post-boxes .limestone-post-box .post-title:hover {
    text-decoration: underline;
    text-underline-offset: 5px;
}

.limestone-post-boxes .limestone-post-box .post-title a {
    color: inherit;
    display: block;
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
}

.limestone-post-boxes .limestone-post-box .post-title a:hover {
    color: inherit;
}

.limestone-post-boxes .limestone-post-box .post-excerpt {
    font-size: 16px;
    line-height: 1.85;
    margin: 25px 0 0;
}

.limestone-post-boxes .limestone-post-box .read-more {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 14px;
    font-weight: 600;
    line-height: 1.2;
    text-transform: capitalize;
    color: var(--limestone-body-color);
    margin-top: 20px;
    -ms-flex-item-align: start;
    align-self: flex-start;
}

.limestone-post-boxes .limestone-post-box .read-more i {
    margin-left: 10px;
}

.limestone-post-boxes .limestone-post-box .read-more:hover {
    color: var(--limestone-primary-color);
}

.limestone-post-boxes .limestone-post-box .post-meta {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.limestone-post-boxes .limestone-post-box .post-meta a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.3;
    color: var(--limestone-body-color);
    text-transform: capitalize;
}

.limestone-post-boxes .limestone-post-box .post-meta a:hover {
    color: var(--limestone-primary-color);
}

.limestone-post-boxes .limestone-post-box .post-meta a:not(:last-child) {
    margin-right: 25px;
}

.limestone-post-boxes .limestone-post-box .post-meta a i {
    margin-right: 10px;
}

.limestone-post-boxes .limestone-post-box .post-meta .post-category {
    color: var(--limestone-primary-color);
    font-weight: 500;
}

.limestone-post-boxes .limestone-post-box.meta-before-title .post-meta {
    margin-bottom: var(--meta-gap);
}

.limestone-post-boxes .limestone-post-box.meta-before-title .post-meta a {
    margin-bottom: 10px;
}

.limestone-post-boxes .limestone-post-box.meta-after-title .post-title {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
}

.limestone-post-boxes .limestone-post-box.meta-after-title .post-excerpt {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
}

.limestone-post-boxes .limestone-post-box.meta-after-title .read-more {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4;
}

.limestone-post-boxes .limestone-post-box.meta-after-title .post-meta {
    margin-top: var(--meta-gap);
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
}

.limestone-post-boxes .limestone-post-box.meta-after-title .post-meta a {
    margin-top: 10px;
}

.limestone-post-boxes .limestone-post-box.thumb-bottom .post-thumbnail {
    -webkit-box-ordinal-group: 11;
    -ms-flex-order: 10;
    order: 10;
    margin-top: 30px;
}

.limestone-post-boxes .limestone-pagination {
    padding: 0;
    grid-column: 1/-1;
}

.limestone-progress-bar {
    position: relative;
    line-height: 1;
    --title-gap: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.limestone-progress-bar .progress-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    color: var(--limestone-headline-color);
    font-family: var(--limestone-secondary-font);
    font-size: 16px;
    font-weight: 600;
    line-height: 1.3;
}

.limestone-progress-bar .elementor-counter-number {
    position: relative;
    z-index: 2;
    color: var(--limestone-headline-color);
    font-family: var(--limestone-secondary-font);
    font-size: 16px;
    font-weight: 600;
}

.limestone-progress-bar .elementor-counter-number::after {
    content: '%';
}

.limestone-progress-bar .elementor-progress-wrapper {
    width: 100%;
    height: 7px;
    background-color: var(--limestone-light-neutral);
    position: relative;
    z-index: 1;
    overflow: hidden;
}

.limestone-progress-bar .elementor-progress-wrapper .elementor-progress-bar {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    background-color: var(--limestone-primary-color);
    width: 0;
    -webkit-transition: width 2s;
    -o-transition: width 2s;
    transition: width 2s;
    height: auto;
}

.limestone-progress-bar .circle-progress {
    width: 110px;
    height: 110px;
    background: var(--limestone-light-neutral);
    border-radius: 50%;
    position: relative;
    z-index: 1;
    -webkit-transition: 2s;
    -o-transition: 2s;
    transition: 2s;
    --line-width: 10px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.limestone-progress-bar .circle-progress::before {
    content: '';
    position: absolute;
    left: 50%;
    top: 50%;
    width: calc(100% - var(--line-width) * 2);
    height: calc(100% - var(--line-width) * 2);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    border-radius: 50%;
    background-color: var(--limestone-white-neutral);
    z-index: 1;
}

.limestone-progress-bar.bar-circle .progress-header {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
}

.limestone-progress-bar.title-top {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.limestone-progress-bar.title-top .progress-header {
    margin-bottom: var(--title-gap);
}

.limestone-progress-bar.title-bottom {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
}

.limestone-progress-bar.title-bottom .progress-header {
    margin-top: var(--title-gap);
}

.limestone-progress-bar.text-center {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
}

.limestone-progress-bar.text-end {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    text-align: right;
}

.elementor-widget-limestone-video-popup {
    width: 100%;
}

.limestone-video-popup {
    position: relative;
    z-index: 1;
}

.limestone-video-popup, .limestone-video-popup .popup-video, .limestone-video-popup .popup-video .btn-icon {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.limestone-video-popup .popup-video .btn-icon {
    width: 55px;
    height: 55px;
    border-radius: 50%;
    color: var(--limestone-primary-color);
    background-color: var(--limestone-light-neutral);
    font-size: 12px;
    border: 1px solid rgba(31, 33, 44, 0.1);
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.limestone-video-popup .popup-video .btn-text {
    font-family: var(--limestone-secondary-font);
    font-size: 16px;
    font-weight: 500;
    text-decoration: underline;
    text-transform: capitalize;
    line-height: 1;
    color: var(--limestone-headline-color);
    margin-left: 15px;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.limestone-video-popup.has-video-thumbnail {
    background-size: cover;
    background-position: center;
    background-color: var(--limestone-dark-neutral);
    width: 100%;
    height: 435px;
}

.limestone-video-popup.has-video-thumbnail::after {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: rgba(26, 26, 26, 0.5);
    z-index: -1;
}

.limestone-video-popup.has-video-thumbnail .popup-video .btn-icon {
    background-color: var(--limestone-white-neutral);
    border: none;
}

.limestone-video-popup.has-video-thumbnail .popup-video .btn-text {
    color: var(--limestone-white-neutral);
}

.limestone-history-timeline {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 40px 1fr 40px 1fr 40px 1fr;
    grid-template-columns: repeat(4, 1fr);
    grid-row-gap: 40px;
    grid-column-gap: 40px;
    position: relative;
    z-index: 1;
    line-height: 1;
    --year-size: 80px;
}

@media only screen and (max-width: 1200px) {
    .limestone-history-timeline {
        -ms-grid-columns: (1fr)[3];
        grid-template-columns: repeat(3, 1fr);
    }
}

@media only screen and (max-width: 1024px) {
    .limestone-history-timeline {
        -ms-grid-columns: (1fr)[2];
        grid-template-columns: repeat(2, 1fr);
    }
}

@media only screen and (max-width: 767px) {
    .limestone-history-timeline {
        -ms-grid-columns: (1fr)[1];
        grid-template-columns: repeat(1, 1fr);
    }
}

.limestone-history-timeline .limestone-carousel-active {
    --grid-gap: 40px;
}

.limestone-history-timeline .history-timeline-line {
    width: calc(100% + 110px);
    height: 1px;
    background-color: var(--limestone-border-color);
    position: absolute;
    left: 50%;
    top: calc(var(--year-size) / 2);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: -1;
}

.limestone-history-timeline .limestone-history-box {
    position: relative;
    z-index: 1;
}

.limestone-history-timeline .limestone-history-box, .limestone-history-timeline .limestone-history-box .timeline-year, .limestone-history-timeline .limestone-history-box .timeline-content, .limestone-history-timeline .limestone-history-box .timeline-content::before, .limestone-history-timeline .limestone-history-box .title, .limestone-history-timeline .limestone-history-box .description {
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.limestone-history-timeline .limestone-history-box .timeline-year {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: var(--year-size);
    height: var(--year-size);
    border-radius: 50%;
    color: var(--limestone-headline-color);
    background-color: var(--limestone-primary-color);
    font-size: 18px;
    font-weight: 600;
    line-height: 1;
    margin-bottom: 40px;
}

.limestone-history-timeline .limestone-history-box .timeline-content {
    position: relative;
    padding: 30px 35px;
    background-color: var(--limestone-light-neutral);
    z-index: 1;
}

@media only screen and (max-width: 1200px) {
    .limestone-history-timeline .limestone-history-box .timeline-content {
        padding: 30px;
    }
}

.limestone-history-timeline .limestone-history-box .timeline-content::before {
    content: '';
    position: absolute;
    left: 20px;
    top: 0;
    width: 30px;
    height: 25px;
    -webkit-transform: translateY(calc(-100% + 5px));
    -ms-transform: translateY(calc(-100% + 5px));
    transform: translateY(calc(-100% + 5px));
    background-color: var(--limestone-light-neutral);
    -webkit-clip-path: polygon(0 0, 0% 100%, 100% 100%);
    clip-path: polygon(0 0, 0% 100%, 100% 100%);
}

.limestone-history-timeline .limestone-history-box .title {
    font-size: 18px;
    margin-bottom: 15px;
}

.limestone-history-timeline .limestone-history-box .description {
    font-size: 16px;
    line-height: 1.8;
    font-weight: 400;
    margin: 0;
}

.limestone-history-timeline .limestone-history-box:hover .timeline-year {
    background-color: var(--limestone-secondary-color);
}

.limestone-history-timeline .limestone-history-box:hover .timeline-content, .limestone-history-timeline .limestone-history-box:hover .timeline-content::before {
    background-color: var(--limestone-secondary-color);
}

.limestone-history-timeline .limestone-history-box:hover .description {
    color: var(--limestone-headline-color);
}

.limestone-content-switcher .switcher-btn-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 40px;
}

.limestone-content-switcher .switcher-btn-wrapper .switcher-btns {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background-color: var(--limestone-primary-color);
    border-radius: 0;
    padding: 18px 30px;
    line-height: 1;
}

@media only screen and (max-width: 479px) {
    .limestone-content-switcher .switcher-btn-wrapper .switcher-btns {
        padding: 16px 20px;
    }
}

.limestone-content-switcher .switcher-btn-wrapper .switch-btn {
    color: var(--limestone-headline-color);
    font-family: var(--limestone-secondary-font);
    font-size: 16px;
    font-weight: 600;
}

.limestone-content-switcher .switcher-btn-wrapper .switcher-input-label {
    position: relative;
    margin: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 40px;
    height: 20px;
    margin: 0 15px;
}

.limestone-content-switcher .switcher-btn-wrapper .switcher-checkbox {
    width: 0;
    height: 0;
    opacity: 0;
}

.limestone-content-switcher .switcher-btn-wrapper .switcher-slider {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background-color: var(--limestone-white-neutral);
    border-radius: 10px;
    cursor: pointer;
}

.limestone-content-switcher .switcher-btn-wrapper .switcher-slider::before {
    content: '';
    position: absolute;
    left: 0;
    width: 20px;
    height: 20px;
    background-color: var(--limestone-headline-color);
    border-radius: 20px;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    -webkit-transition-duration: 300ms;
    -o-transition-duration: 300ms;
    transition-duration: 300ms;
}

.limestone-content-switcher .switcher-btn-wrapper input:checked + .switcher-slider::before {
    -webkit-transform: translateX(100%);
    -ms-transform: translateX(100%);
    transform: translateX(100%);
}

.limestone-content-switcher .switcher-content-container .switcher-content-wrap:not(.active) {
    display: none;
}

.limestone-portfolio-items {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 30px 1fr 30px 1fr;
    grid-template-columns: repeat(3, 1fr);
    grid-row-gap: 30px;
    grid-column-gap: 30px;
}

@media only screen and (max-width: 1024px) {
    .limestone-portfolio-items {
        -ms-grid-columns: (1fr)[2];
        grid-template-columns: repeat(2, 1fr);
    }
}

@media only screen and (max-width: 767px) {
    .limestone-portfolio-items {
        -ms-grid-columns: (1fr)[1];
        grid-template-columns: repeat(1, 1fr);
    }
}

.limestone-portfolio-items .portfolio-item {
    position: relative;
    z-index: 1;
    min-width: 0;
    line-height: 1;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.limestone-portfolio-items .portfolio-thumbnail {
    position: relative;
    overflow: hidden;
}

.limestone-portfolio-items .portfolio-thumbnail::before {
    content: '';
    left: 0;
    top: 0;
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 1;
    background: rgba(0, 0, 0, 0);
    visibility: hidden;
    opacity: 0;
}

.limestone-portfolio-items .portfolio-thumbnail img {
    width: 100%;
    height: auto;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}

.limestone-portfolio-items .read-more {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-family: var(--limestone-secondary-font);
    font-size: 14px;
    font-weight: 600;
    color: var(--limestone-body-color);
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.limestone-portfolio-items .read-more .fas {
    font-family: 'Font Awesome 5 Pro';
    font-weight: 400;
}

.limestone-portfolio-items .read-more i, .limestone-portfolio-items .read-more svg {
    margin-left: 8px;
}

.limestone-portfolio-items .categories {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 5px;
    color: var(--limestone-body-color);
}

.limestone-portfolio-items .categories a {
    display: block;
    font-size: 15px;
    font-weight: 500;
    color: var(--limestone-body-color);
    margin-right: 10px;
    margin-bottom: 10px;
}

.limestone-portfolio-items .categories a::after {
    content: ',';
}

.limestone-portfolio-items .categories a:last-child {
    margin-right: 0;
}

.limestone-portfolio-items .categories a:last-child::after {
    display: none;
}

.limestone-portfolio-items .title {
    margin: 0;
}

.limestone-portfolio-items .title a {
    display: block;
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
}

.limestone-portfolio-items .title a, .limestone-portfolio-items .title a:hover {
    color: inherit;
}

.limestone-portfolio-items, .limestone-portfolio-items .portfolio-thumbnail::before, .limestone-portfolio-items .portfolio-thumbnail, .limestone-portfolio-items .portfolio-content, .limestone-portfolio-items .title a, .limestone-portfolio-items .divider, .limestone-portfolio-items .categories a, .limestone-portfolio-items .read-more {
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.limestone-portfolio-items .portfolio-item:hover .portfolio-thumbnail img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}

.limestone-portfolio-items .portfolio-item:hover .portfolio-thumbnail::before {
    opacity: 1;
    visibility: visible;
}

.limestone-portfolio-items.design-one .portfolio-thumbnail img {
    height: 340px;
}

@media only screen and (max-width: 1200px) {
    .limestone-portfolio-items.design-one .portfolio-thumbnail img {
        height: 300px;
    }
}

.limestone-portfolio-items.design-one .portfolio-content {
    background-color: var(--limestone-white-neutral);
    position: relative;
    z-index: 2;
    margin: -75px 0px 0px 100px;
    padding: 30px;
    -webkit-box-shadow: 0px 4px 60px rgba(0, 0, 0, 0.07);
    box-shadow: 0px 4px 60px rgba(0, 0, 0, 0.07);
}

@media only screen and (max-width: 1200px) {
    .limestone-portfolio-items.design-one .portfolio-content {
        margin-left: 40px;
    }
}

@media only screen and (max-width: 479px) {
    .limestone-portfolio-items.design-one .portfolio-content {
        margin-left: 25px;
    }
}

.limestone-portfolio-items.design-one .title {
    font-size: 20px;
    line-height: 1.35;
}

@media only screen and (min-width: 1025px) and (max-width: 1200px) {
    .limestone-portfolio-items.design-one .title {
        font-size: 18px;
    }
}

@media only screen and (max-width: 479px) {
    .limestone-portfolio-items.design-one .title {
        font-size: 18px;
    }
}

.limestone-portfolio-items.design-one .divider {
    display: block;
    height: 1px;
    background-color: var(--limestone-border-color);
    margin-top: 25px;
    margin-bottom: 20px;
}

.limestone-portfolio-items.design-one .portfolio-item:hover .portfolio-content {
    background-color: var(--limestone-primary-color);
}

.limestone-portfolio-items.design-one .portfolio-item:hover .divider {
    background-color: #ea8528;
}

.limestone-portfolio-items.design-one .portfolio-item:hover .title, .limestone-portfolio-items.design-one .portfolio-item:hover .read-more, .limestone-portfolio-items.design-one .portfolio-item:hover .categories, .limestone-portfolio-items.design-one .portfolio-item:hover .categories a {
    color: var(--limestone-headline-color);
}

.limestone-portfolio-items.design-two .portfolio-thumbnail img {
    height: 475px;
}

@media only screen and (max-width: 1200px) {
    .limestone-portfolio-items.design-two .portfolio-thumbnail img {
        height: 400px;
    }
}

@media only screen and (max-width: 767px) {
    .limestone-portfolio-items.design-two .portfolio-thumbnail img {
        height: 380px;
    }
}

.limestone-portfolio-items.design-two .portfolio-thumbnail::before {
    background-color: rgba(31, 33, 44, 0.85);
}

.limestone-portfolio-items.design-two .portfolio-content {
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 2;
    background-color: rgba(0, 0, 0, 0);
    padding: 40px 50px;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    transform: translateY(-20px);
}

@media only screen and (max-width: 1200px) {
    .limestone-portfolio-items.design-two .portfolio-content {
        padding: 40px;
    }
}

@media only screen and (max-width: 767px) {
    .limestone-portfolio-items.design-two .portfolio-content {
        padding: 35px 30px;
    }
}

.limestone-portfolio-items.design-two .categories, .limestone-portfolio-items.design-two .categories a {
    color: var(--limestone-white-neutral);
}

.limestone-portfolio-items.design-two .title {
    font-size: 24px;
    line-height: 1.35;
    color: var(--limestone-white-neutral);
    margin-bottom: 30px;
    text-decoration: underline;
}

@media only screen and (max-width: 1200px) {
    .limestone-portfolio-items.design-two .title {
        font-size: 22px;
    }
}

@media only screen and (max-width: 767px) {
    .limestone-portfolio-items.design-two .title {
        font-size: 20px;
    }
}

.limestone-portfolio-items.design-two .read-more {
    width: 55px;
    height: 55px;
    font-size: 18px;
    color: var(--limestone-headline-color);
    background-color: var(--limestone-primary-color);
    border-radius: 50%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.limestone-portfolio-items.design-two .read-more i, .limestone-portfolio-items.design-two .read-more svg {
    margin-left: 0;
}

.limestone-portfolio-items.design-two .portfolio-item:hover .portfolio-content {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
}

.limestone-portfolio-items.design-three {
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
}

@media only screen and (max-width: 1024px) {
    .limestone-portfolio-items.design-three {
        -ms-grid-columns: (1fr)[2];
        grid-template-columns: repeat(2, 1fr);
    }
}

@media only screen and (max-width: 767px) {
    .limestone-portfolio-items.design-three {
        -ms-grid-columns: (1fr)[1];
        grid-template-columns: repeat(1, 1fr);
    }
}

.limestone-portfolio-items.design-three .portfolio-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
}

.limestone-portfolio-items.design-three .portfolio-content {
    max-width: 320px;
    -webkit-box-shadow: 0px 4px 60px rgba(0, 0, 0, 0.07);
    box-shadow: 0px 4px 60px rgba(0, 0, 0, 0.07);
    background-color: var(--limestone-white-neutral);
    padding: 30px 35px;
    position: relative;
    z-index: 2;
    margin-right: 20px;
}

@media only screen and (max-width: 1024px) {
    .limestone-portfolio-items.design-three .portfolio-content {
        padding: 30px;
        max-width: 300px;
    }
}

@media only screen and (max-width: 479px) {
    .limestone-portfolio-items.design-three .portfolio-content {
        padding: 30px;
    }
}

.limestone-portfolio-items.design-three .portfolio-thumbnail {
    margin: -60px 0 0 100px;
}

@media only screen and (max-width: 1024px) {
    .limestone-portfolio-items.design-three .portfolio-thumbnail {
        margin: -60px 0 0 40px;
    }
}

@media only screen and (max-width: 479px) {
    .limestone-portfolio-items.design-three .portfolio-thumbnail {
        margin: -60px 0 0 30px;
    }
}

.limestone-portfolio-items.design-three .portfolio-thumbnail img {
    height: 310px;
}

@media only screen and (max-width: 1024px) {
    .limestone-portfolio-items.design-three .portfolio-thumbnail img {
        height: 240px;
    }
}

.limestone-portfolio-items.design-three .title {
    font-size: 20px;
    line-height: 1.35;
    margin-bottom: 20px;
}

@media only screen and (max-width: 1024px) {
    .limestone-portfolio-items.design-three .title {
        font-size: 18px;
    }
}

.limestone-portfolio-items.design-three .read-more {
    color: var(--limestone-primary-color);
}

.limestone-portfolio-items.design-three .portfolio-item:hover .title, .limestone-portfolio-items.design-three .portfolio-item:hover .read-more, .limestone-portfolio-items.design-three .portfolio-item:hover .categories, .limestone-portfolio-items.design-three .portfolio-item:hover .categories a {
    color: var(--limestone-headline-color);
}

.limestone-portfolio-items.design-three .portfolio-item:hover .portfolio-content {
    background-color: var(--limestone-primary-color);
}

.limestone-portfolio-items.design-four {
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
}

@media only screen and (max-width: 767px) {
    .limestone-portfolio-items.design-four {
        -ms-grid-columns: (1fr)[1];
        grid-template-columns: repeat(1, 1fr);
    }
}

.limestone-portfolio-items.design-four .portfolio-thumbnail img {
    height: 600px;
}

@media only screen and (max-width: 1024px) {
    .limestone-portfolio-items.design-four .portfolio-thumbnail img {
        height: 520px;
    }
}

@media only screen and (max-width: 767px) {
    .limestone-portfolio-items.design-four .portfolio-thumbnail img {
        height: 480px;
    }
}

.limestone-portfolio-items.design-four .portfolio-thumbnail::before {
    background-color: rgba(0, 0, 0, 0.65);
}

.limestone-portfolio-items.design-four .portfolio-content {
    max-width: 345px;
    position: absolute;
    left: 30px;
    right: 30px;
    bottom: 30px;
    z-index: 2;
    background-color: var(--limestone-white-neutral);
    padding: 40px 50px;
}

@media only screen and (max-width: 1349px) {
    .limestone-portfolio-items.design-four .portfolio-content {
        padding: 40px;
    }
}

@media only screen and (max-width: 1024px) {
    .limestone-portfolio-items.design-four .portfolio-content {
        padding: 30px;
    }
}

@media only screen and (max-width: 479px) {
    .limestone-portfolio-items.design-four .portfolio-content {
        left: 20px;
        right: 20px;
        max-width: 100%;
    }
}

.limestone-portfolio-items.design-four .categories, .limestone-portfolio-items.design-four .categories a {
    color: var(--limestone-primary-color);
}

.limestone-portfolio-items.design-four .title {
    font-size: 22px;
    line-height: 1.35;
    text-decoration: underline;
    margin: 0;
}

@media only screen and (max-width: 1024px) {
    .limestone-portfolio-items.design-four .title {
        font-size: 18px;
    }
}

.limestone-portfolio-items.design-four .read-more {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 50px;
    height: 0;
    opacity: 0;
    visibility: hidden;
    font-size: 16px;
    color: var(--limestone-primary-color);
    background-color: var(--limestone-white-neutral);
    border-radius: 50%;
}

.limestone-portfolio-items.design-four .read-more i, .limestone-portfolio-items.design-four .read-more svg {
    margin-left: 0;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.limestone-portfolio-items.design-four .portfolio-item:hover .portfolio-content {
    background-color: var(--limestone-primary-color);
}

.limestone-portfolio-items.design-four .portfolio-item:hover .title, .limestone-portfolio-items.design-four .portfolio-item:hover .categories, .limestone-portfolio-items.design-four .portfolio-item:hover .categories a {
    color: var(--limestone-headline-color);
}

.limestone-portfolio-items.design-four .portfolio-item:hover .read-more {
    opacity: 1;
    visibility: visible;
    height: 50px;
    margin-top: 25px;
}

.portfolio-archive-content .limestone-section-title {
    margin-bottom: 60px;
    text-align: center;
}

.limestone-image-gallery {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 30px 1fr 30px 1fr 30px 1fr;
    grid-template-columns: repeat(4, 1fr);
    grid-row-gap: 30px;
    grid-column-gap: 30px;
}

@media only screen and (max-width: 1024px) {
    .limestone-image-gallery {
        -ms-grid-columns: (1fr)[3];
        grid-template-columns: repeat(3, 1fr);
    }
}

@media only screen and (max-width: 767px) {
    .limestone-image-gallery {
        -ms-grid-columns: (1fr)[2];
        grid-template-columns: repeat(2, 1fr);
    }
}

.limestone-image-gallery .gallery-image {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    overflow: hidden;
}

.limestone-image-gallery .gallery-image a {
    display: block;
    position: relative;
}

.limestone-image-gallery .gallery-image:hover .hover-content {
    opacity: 1;
    visibility: visible;
}

.limestone-image-gallery .gallery-image:hover .hover-content .hover-icon, .limestone-image-gallery .gallery-image:hover .hover-content .gallery-title {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
}

.limestone-image-gallery .hover-content {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    z-index: 2;
    text-align: center;
    line-height: 1;
    background-color: rgba(255, 143, 38, 0.65);
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    opacity: 0;
}

.limestone-image-gallery .hover-content .hover-icon {
    font-size: 20px;
    color: var(--limestone-headline-color);
}

.limestone-image-gallery .hover-content .hover-icon .fas {
    font-family: 'Font Awesome 5 Pro';
    font-weight: 400;
}

.limestone-image-gallery .hover-content .gallery-title {
    font-size: 18px;
    font-weight: 500;
    color: var(--limestone-headline-color);
    margin: 15px 0 0;
}

.limestone-image-gallery .hover-content .gallery-title, .limestone-image-gallery .hover-content .hover-icon {
    -webkit-transform: translateY(10px);
    -ms-transform: translateY(10px);
    transform: translateY(10px);
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.limestone-custom-shape {
    width: 280px;
    height: 280px;
    background-color: var(--limestone-primary-color);
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.limestone-custom-shape.shape-circle {
    border-radius: 50%;
}

.limestone-custom-shape.shape-triangle {
    -webkit-clip-path: polygon(0 0, 0% 100%, 100% 100%);
    clip-path: polygon(0 0, 0% 100%, 100% 100%);
}

.limestone-custom-shape.shape-left {
    margin-right: auto;
}

.limestone-custom-shape.shape-center {
    margin: auto;
}

.limestone-custom-shape.shape-right {
    margin-left: auto;
}

body.woocommerce span.onsale, body.woocommerce-page span.onsale {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 30px;
    padding: 0 15px;
    font-size: 14;
    font-weight: 600;
    line-height: 1;
    border-radius: 0;
    min-width: inherit;
    min-height: inherit;
    text-align: center;
    text-transform: capitalize;
    color: var(--limestone-headline-color);
    background-color: var(--limestone-primary-color);
    margin: 0 !important;
    top: 20px !important;
    left: auto !important;
    right: 20px !important;
    z-index: 2;
}

body.woocommerce .button, body.woocommerce .single_add_to_cart_button, body.woocommerce .single_add_to_cart_button.alt, body.woocommerce #respond input#submit, body.woocommerce .actions .button, body.woocommerce .wc-forward, body.woocommerce-page .button, body.woocommerce-page .single_add_to_cart_button, body.woocommerce-page .single_add_to_cart_button.alt, body.woocommerce-page #respond input#submit, body.woocommerce-page .actions .button, body.woocommerce-page .wc-forward {
    position: relative;
    z-index: 1;
    font-family: var(--limestone-primary-font);
    font-size: 16px;
    font-weight: 500;
    line-height: 1.188;
    text-transform: capitalize;
    text-decoration: none;
    border: none;
    border-radius: 0;
    color: var(--limestone-headline-color);
    background-color: var(--limestone-primary-color);
    overflow: hidden;
    padding: 18px 35px;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
    cursor: pointer;
}

@media only screen and (max-width: 767px) {
    body.woocommerce .button, body.woocommerce .single_add_to_cart_button, body.woocommerce .single_add_to_cart_button.alt, body.woocommerce #respond input#submit, body.woocommerce .actions .button, body.woocommerce .wc-forward, body.woocommerce-page .button, body.woocommerce-page .single_add_to_cart_button, body.woocommerce-page .single_add_to_cart_button.alt, body.woocommerce-page #respond input#submit, body.woocommerce-page .actions .button, body.woocommerce-page .wc-forward {
        padding: 16px 30px;
        font-size: 15px;
    }
}

body.woocommerce .button:hover, body.woocommerce .single_add_to_cart_button:hover, body.woocommerce .single_add_to_cart_button.alt:hover, body.woocommerce #respond input#submit:hover, body.woocommerce .actions .button:hover, body.woocommerce .wc-forward:hover, body.woocommerce-page .button:hover, body.woocommerce-page .single_add_to_cart_button:hover, body.woocommerce-page .single_add_to_cart_button.alt:hover, body.woocommerce-page #respond input#submit:hover, body.woocommerce-page .actions .button:hover, body.woocommerce-page .wc-forward:hover {
    color: var(--limestone-headline-color);
    background-color: var(--limestone-secondary-color);
}

body.woocommerce .woocommerce-message, body.woocommerce .woocommerce-info, body.woocommerce-page .woocommerce-message, body.woocommerce-page .woocommerce-info {
    padding: 15px 30px 15px 55px;
    margin: 0 0 25px;
    color: var(--limestone-headline-color);
    background-color: var(--limestone-light-neutral);
    border-width: 2px;
    border-color: var(--limestone-primary-color);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    font-size: 16px;
    font-weight: 600;
}

@media only screen and (max-width: 767px) {
    body.woocommerce .woocommerce-message, body.woocommerce .woocommerce-info, body.woocommerce-page .woocommerce-message, body.woocommerce-page .woocommerce-info {
        font-size: 15px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
    }
}

body.woocommerce .woocommerce-message::before, body.woocommerce .woocommerce-info::before, body.woocommerce-page .woocommerce-message::before, body.woocommerce-page .woocommerce-info::before {
    color: var(--limestone-primary-color);
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

body.woocommerce .woocommerce-message::after, body.woocommerce .woocommerce-info::after, body.woocommerce-page .woocommerce-message::after, body.woocommerce-page .woocommerce-info::after {
    display: none;
}

body.woocommerce .woocommerce-message .button, body.woocommerce .woocommerce-info .button, body.woocommerce-page .woocommerce-message .button, body.woocommerce-page .woocommerce-info .button {
    -webkit-box-ordinal-group: 23;
    -ms-flex-order: 22;
    order: 22;
    padding: 15px 30px;
    font-size: 15px;
}

@media only screen and (max-width: 767px) {
    body.woocommerce .woocommerce-message .button, body.woocommerce .woocommerce-info .button, body.woocommerce-page .woocommerce-message .button, body.woocommerce-page .woocommerce-info .button {
        padding: 10px 20px;
        font-size: 14px;
        margin-top: 15px;
    }
}

body.woocommerce .woocommerce-form-login-toggle a, body.woocommerce .woocommerce-form-coupon-toggle a, body.woocommerce-page .woocommerce-form-login-toggle a, body.woocommerce-page .woocommerce-form-coupon-toggle a {
    font-weight: 500;
    color: var(--limestone-headline-color);
}

body.woocommerce table.shop_table, body.woocommerce-page table.shop_table {
    border-color: var(--limestone-border-color);
    border-radius: 0;
    margin: 0;
}

body.woocommerce table.shop_table td, body.woocommerce-page table.shop_table td {
    border-top: none;
}

body.woocommerce form .form-row, body.woocommerce-page form .form-row {
    padding: 0 0 10px;
}

body.woocommerce .select2-container, body.woocommerce-page .select2-container {
    height: 60px;
}

body.woocommerce .select2-container .select2-selection--single, body.woocommerce-page .select2-container .select2-selection--single {
    height: 60px;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: var(--limestone-light-neutral);
    border: 1px solid rgba(0, 0, 0, 0);
    border-radius: 0;
}

body.woocommerce .select2-container .select2-selection--single[aria-expanded='true'], body.woocommerce-page .select2-container .select2-selection--single[aria-expanded='true'] {
    border-color: var(--limestone-primary-color);
}

body.woocommerce .select2-container .select2-selection--single .select2-selection__rendered, body.woocommerce-page .select2-container .select2-selection--single .select2-selection__rendered {
    padding: 0 30px;
    color: var(--limestone-body-color);
}

body.woocommerce .select2-container .select2-selection--single .select2-selection__arrow, body.woocommerce-page .select2-container .select2-selection--single .select2-selection__arrow {
    top: 14px;
    right: 10px;
}

body.woocommerce .select2-container span.selection, body.woocommerce-page .select2-container span.selection {
    display: block;
}

body.woocommerce .select2-container .select2-search__field, body.woocommerce-page .select2-container .select2-search__field {
    border-color: var(--limestone-border-color);
    height: 55px;
    padding: 0 30px;
}

body.woocommerce .select2-container .select2-dropdown, body.woocommerce-page .select2-container .select2-dropdown {
    border-color: var(--limestone-border-color);
}

body.woocommerce .select2-container .select2-dropdown .select2-results__option, body.woocommerce-page .select2-container .select2-dropdown .select2-results__option {
    padding: 6px 15px;
    font-size: 14px;
}

.woocommerce-cart .limestone-grid-lines, .woocommerce-account .limestone-grid-lines, .woocommerce-checkout .limestone-grid-lines, .single-product .limestone-grid-lines {
    display: none;
}

.woocommerce-loop-top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 50px;
}

@media only screen and (max-width: 479px) {
    .woocommerce-loop-top {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
    }
}

.woocommerce-loop-top .woocommerce-result-count {
    color: var(--limestone-headline-color);
    font-size: 16px;
    font-weight: 500;
    line-height: 1.2;
    margin: 0;
    float: none;
}

@media only screen and (max-width: 479px) {
    .woocommerce-loop-top .woocommerce-result-count {
        margin-bottom: 15px;
    }
}

.woocommerce-loop-top .woocommerce-ordering {
    margin: 0;
    float: none;
}

.woocommerce-loop-top .woocommerce-ordering select {
    width: 270px;
    height: auto;
    padding: 15px 0;
    border-radius: 0;
    color: var(--limestone-headline-color);
    border: 0;
    border-bottom: 1px solid var(--limestone-border-color);
    background-color: rgba(0, 0, 0, 0);
    background-position: right 0 top 50% !important;
}

@media only screen and (max-width: 767px) {
    .woocommerce-loop-top .woocommerce-ordering select {
        width: 180px;
    }
}

.woocommerce ul.products {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0px -15px !important;
}

.woocommerce ul.products li.product {
    padding: 0 15px;
    margin: 0 0 50px;
    width: 100% !important;
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
    .woocommerce ul.products li.product {
        width: 50% !important;
    }
}

@media only screen and (min-width: 1025px) {
    .woocommerce ul.products li.product {
        width: 33.333333% !important;
    }
}

.woocommerce ul.products.columns-1 li.product {
    width: 100% !important;
}

@media only screen and (min-width: 1025px) {
    .woocommerce ul.products.columns-2 li.product {
        width: 50% !important;
    }
}

@media only screen and (min-width: 1025px) {
    .woocommerce ul.products.columns-3 li.product {
        width: 33.333333% !important;
    }
}

@media only screen and (min-width: 1201px) {
    .woocommerce ul.products.columns-4 li.product {
        width: 25% !important;
    }
}

@media only screen and (min-width: 1350px) {
    .woocommerce ul.products.columns-5 li.product {
        width: 20% !important;
    }
}

@media only screen and (min-width: 1350px) {
    .woocommerce ul.products.columns-6 li.product {
        width: 16.666666% !important;
    }
}

.woocommerce ul.products .product .woocommerce-product-inner {
    position: relative;
}

.woocommerce ul.products .product .woocommerce-product-inner .product-thumbnail {
    overflow: hidden;
    position: relative;
    margin-bottom: 30px;
}

.woocommerce ul.products .product .woocommerce-product-inner .product-thumbnail img {
    width: 100%;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}

.woocommerce ul.products .product .woocommerce-product-inner .product-thumbnail::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: var(--limestone-dark-neutral);
    z-index: 1;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.woocommerce ul.products .product .woocommerce-product-inner .product-thumbnail .cart-button {
    position: absolute;
    left: 50%;
    bottom: 10px;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    z-index: 1;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    min-width: -webkit-max-content;
    min-width: -moz-max-content;
    min-width: max-content;
}

.woocommerce ul.products .product .woocommerce-product-inner .product-thumbnail .cart-button a.button, .woocommerce ul.products .product .woocommerce-product-inner .product-thumbnail .cart-button .wc-forward {
    position: relative;
    padding: 15px 30px;
    margin: 0;
    font-size: 15px;
    font-weight: 500;
    line-height: 1;
}

.woocommerce ul.products .product .woocommerce-product-inner .product-thumbnail .cart-button a.button.loading, .woocommerce ul.products .product .woocommerce-product-inner .product-thumbnail .cart-button .wc-forward.loading {
    opacity: 1;
}

.woocommerce ul.products .product .woocommerce-product-inner .product-thumbnail .cart-button a.button.loading::before, .woocommerce ul.products .product .woocommerce-product-inner .product-thumbnail .cart-button .wc-forward.loading::before {
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    background-color: var(--limestone-primary-color);
}

.woocommerce ul.products .product .woocommerce-product-inner .product-thumbnail .cart-button a.button.loading::after, .woocommerce ul.products .product .woocommerce-product-inner .product-thumbnail .cart-button .wc-forward.loading::after {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    content: '' !important;
    z-index: 2;
    color: var(--limestone-white-neutral);
}

.woocommerce ul.products .product .woocommerce-product-inner .product-thumbnail .cart-button a.button.added {
    opacity: 1;
}

.woocommerce ul.products .product .woocommerce-product-inner .product-thumbnail .cart-button a.button.added::before {
    opacity: 0;
}

.woocommerce ul.products .product .woocommerce-product-inner .product-thumbnail .cart-button a.button.added::after {
    display: none;
}

.woocommerce ul.products .product .woocommerce-product-inner .product-thumbnail .cart-button .wc-forward {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.woocommerce ul.products .product .woocommerce-product-inner:hover .product-thumbnail img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}

.woocommerce ul.products .product .woocommerce-product-inner:hover .product-thumbnail::before {
    visibility: visible;
    opacity: 0.85;
}

.woocommerce ul.products .product .woocommerce-product-inner:hover .product-thumbnail .cart-button {
    opacity: 1;
    visibility: visible;
    bottom: 30px;
}

.woocommerce ul.products .product .woocommerce-product-inner .product-content {
    position: relative;
    line-height: 1;
}

.woocommerce ul.products .product .woocommerce-product-inner .content-left {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.woocommerce ul.products .product .woocommerce-product-inner .product-title {
    font-size: 16px;
    font-weight: 500;
    line-height: 1.2;
    margin: 0;
}

.woocommerce ul.products .product .woocommerce-product-inner .star-rating {
    margin: 12px 0 0 0;
    font-size: 14px;
    color: var(--limestone-primary-color);
    position: relative;
}

.woocommerce ul.products .product .woocommerce-product-inner .star-rating::before {
    color: var(--limestone-primary-color);
}

.woocommerce ul.products .product .woocommerce-product-inner .price {
    display: block;
    color: var(--limestone-headline-color);
    font-size: 16px;
    font-weight: 500;
    margin: 0;
    line-height: 1;
}

.woocommerce ul.products .product .woocommerce-product-inner .price del {
    text-decoration: line-through;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    color: var(--limestone-body-color);
}

.woocommerce ul.products .product .woocommerce-product-inner .price ins {
    font-weight: inherit;
    color: var(--limestone-headline-color);
}

.woocommerce.single-product div.product .woocommerce-summary-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}

@media only screen and (max-width: 1024px) {
    .woocommerce.single-product div.product .woocommerce-summary-wrap {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}

.woocommerce.single-product div.product .woocommerce-summary-wrap span.onsale {
    left: 20px !important;
    right: auto !important;
}

.woocommerce.single-product div.product .woocommerce-product-gallery {
    width: 45% !important;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 45%;
    flex: 0 0 45%;
    margin: 0;
    padding: 0;
}

@media only screen and (max-width: 1200px) {
    .woocommerce.single-product div.product .woocommerce-product-gallery {
        width: 50% !important;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
    }
}

@media only screen and (max-width: 1024px) {
    .woocommerce.single-product div.product .woocommerce-product-gallery {
        width: 100% !important;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        padding-right: 0;
    }
}

.woocommerce.single-product div.product .woocommerce-product-gallery .woocommerce-product-gallery__wrapper {
    border-radius: 3px;
    overflow: hidden;
    width: 100%;
}

.woocommerce.single-product div.product .woocommerce-product-gallery .woocommerce-product-gallery__image a {
    position: relative;
    display: block;
    pointer-events: none;
}

.woocommerce.single-product div.product .woocommerce-product-gallery .flex-control-thumbs {
    margin-top: 30px;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 15px 1fr 15px 1fr 15px 1fr;
    grid-template-columns: repeat(4, 1fr);
    grid-gap: 15px;
}

.woocommerce.single-product div.product .woocommerce-product-gallery .flex-control-thumbs li {
    float: none;
    width: 100%;
}

.woocommerce.single-product div.product .woocommerce-product-gallery .flex-control-thumbs img {
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    opacity: 1;
    border: 2px solid rgba(0, 0, 0, 0);
}

.woocommerce.single-product div.product .woocommerce-product-gallery .flex-control-thumbs img.flex-active {
    border-color: var(--limestone-primary-color);
}

.woocommerce.single-product div.product .entry-summary {
    width: 55% !important;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 55%;
    flex: 0 0 55%;
    float: none;
    margin: 0;
    padding: 30px 0 0 75px;
}

@media only screen and (max-width: 1024px) {
    .woocommerce.single-product div.product .entry-summary {
        width: 100% !important;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        padding-left: 0;
        padding-top: 60px;
    }
}

.woocommerce.single-product div.product .entry-summary .price {
    width: auto;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    font-size: 28px;
    font-weight: 600;
    color: var(--limestone-headline-color);
    line-height: 1;
    margin: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0 0 25px;
}

.woocommerce.single-product div.product .entry-summary .price del, .woocommerce.single-product div.product .entry-summary .price del > span {
    color: var(--limestone-body-color) !important;
    margin-right: 5px;
    text-decoration: line-through;
    opacity: 1;
}

.woocommerce.single-product div.product .entry-summary .woocommerce-product-rating {
    margin: 0 0 35px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    line-height: 1;
}

.woocommerce.single-product div.product .entry-summary .woocommerce-product-rating a.woocommerce-review-link {
    color: var(--limestone-headline-color);
    line-height: 1;
    margin-left: 10px;
    font-size: 15px;
    font-weight: 500;
}

.woocommerce.single-product div.product .entry-summary .woocommerce-product-rating .star-rating {
    font-size: 16px;
    line-height: 1;
    margin: 0;
    color: var(--limestone-primary-color);
    top: -1px;
}

.woocommerce.single-product div.product .entry-summary .woocommerce-product-rating .star-rating::before {
    color: var(--limestone-primary-color);
}

.woocommerce.single-product div.product .entry-summary .woocommerce-product-details__short-description p:last-child {
    margin: 0;
}

.woocommerce.single-product div.product .entry-summary p.stock {
    font-size: 16px;
    font-weight: 600;
    margin: 20px 0 0;
}

.woocommerce.single-product div.product .entry-summary p.stock.in-stock {
    color: var(--limestone-headline-color);
}

.woocommerce.single-product div.product .entry-summary p.stock.available-on-backorder {
    color: var(--limestone-secondary-color);
}

.woocommerce.single-product div.product .entry-summary .product_meta {
    padding: 45px 0 0;
    margin: 45px 0 0;
    border-top: 1px solid var(--limestone-border-color);
}

.woocommerce.single-product div.product .entry-summary .product_meta .sku_wrapper, .woocommerce.single-product div.product .entry-summary .product_meta .posted_in, .woocommerce.single-product div.product .entry-summary .product_meta .tagged_as {
    display: block;
    font-size: 16px;
    font-weight: 500;
    text-transform: capitalize;
    color: var(--limestone-body-color);
    margin-bottom: 10px;
    line-height: 1.4;
}

.woocommerce.single-product div.product .entry-summary .product_meta .sku_wrapper span, .woocommerce.single-product div.product .entry-summary .product_meta .sku_wrapper a, .woocommerce.single-product div.product .entry-summary .product_meta .posted_in span, .woocommerce.single-product div.product .entry-summary .product_meta .posted_in a, .woocommerce.single-product div.product .entry-summary .product_meta .tagged_as span, .woocommerce.single-product div.product .entry-summary .product_meta .tagged_as a {
    color: var(--limestone-body-color);
    margin-left: 8px;
}

.woocommerce.single-product div.product .entry-summary .product_meta .sku_wrapper a:hover, .woocommerce.single-product div.product .entry-summary .product_meta .posted_in a:hover, .woocommerce.single-product div.product .entry-summary .product_meta .tagged_as a:hover {
    color: var(--limestone-primary-color);
}

.woocommerce.single-product div.product .entry-summary form.cart {
    padding: 45px 0 0;
    margin: 45px 0 0;
    border-top: 1px solid var(--limestone-border-color);
}

.woocommerce.single-product div.product .entry-summary form.cart label {
    font-size: 15px;
    letter-spacing: 0.03em;
    margin-bottom: 0;
    margin-right: 8px;
    color: var(--limestone-headline-color);
    font-weight: 500;
    text-transform: capitalize;
}

.woocommerce.single-product div.product .entry-summary form.cart label a {
    color: inherit;
}

.woocommerce.single-product div.product .entry-summary form.cart label a:hover {
    color: var(--limestone-primary-color);
}

.woocommerce.single-product div.product .entry-summary form.cart .reset_variations {
    display: none !important;
}

.woocommerce.single-product div.product .entry-summary form.cart .woocommerce-grouped-product-list {
    border: none;
    margin-bottom: 28px;
}

.woocommerce.single-product div.product .entry-summary form.cart .woocommerce-grouped-product-list td {
    vertical-align: middle;
}

.woocommerce.single-product div.product .entry-summary form.cart .woocommerce-grouped-product-list .woocommerce-Price-amount {
    font-weight: 500;
    color: var(--limestone-primary-color);
}

.woocommerce.single-product div.product .entry-summary form.cart .woocommerce-grouped-product-list del .woocommerce-Price-amount {
    color: inherit;
    opacity: 0.5;
    text-decoration: line-through;
}

.woocommerce.single-product div.product .entry-summary form.cart .woocommerce-grouped-product-list ins {
    background: rgba(0, 0, 0, 0);
}

.woocommerce.single-product div.product .entry-summary form.cart .variations {
    margin-bottom: 10px;
}

.woocommerce.single-product div.product .entry-summary form.cart .variations td {
    padding: 0 0 20px 0;
    vertical-align: middle;
}

.woocommerce.single-product div.product .entry-summary form.cart .button-variable-wrapper .button-variable-item {
    background-color: var(--limestone-light-neutral);
    border: none;
    line-height: 40px;
    color: var(--limestone-headline-color);
    text-transform: capitalize;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    margin: 0 5px 5px 0;
    width: 40px;
    height: 40px;
}

.woocommerce.single-product div.product .entry-summary form.cart .button-variable-wrapper .button-variable-item span {
    font-size: 14px;
}

.woocommerce.single-product div.product .entry-summary form.cart .button-variable-wrapper .button-variable-item.selected, .woocommerce.single-product div.product .entry-summary form.cart .button-variable-wrapper .button-variable-item:hover {
    background-color: var(--limestone-primary-color);
    color: var(--limestone-white-neutral);
}

.woocommerce.single-product div.product .entry-summary form.cart .color-variable-wrapper .color-variable-item {
    padding: 0;
    border: none;
    margin: 0 5px 5px 0;
    opacity: 0.5;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.woocommerce.single-product div.product .entry-summary form.cart .color-variable-wrapper .color-variable-item span {
    border: 2px solid rgba(0, 0, 0, 0.2);
}

.woocommerce.single-product div.product .entry-summary form.cart .color-variable-wrapper .color-variable-item.selected {
    opacity: 1;
}

.woocommerce.single-product div.product .entry-summary form.cart .woocommerce-variation-add-to-cart {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.woocommerce.single-product div.product .entry-summary form.cart button {
    height: 55px;
    color: var(--limestone-headline-color);
    background-color: var(--limestone-primary-color);
    width: auto;
    padding: 0 35px;
}

@media only screen and (max-width: 767px) {
    .woocommerce.single-product div.product .entry-summary form.cart button {
        height: 45px;
        padding: 0 25px;
        font-size: 14px;
    }
}

.woocommerce.single-product div.product .entry-summary form.cart button:hover {
    color: var(--limestone-headline-color);
    background-color: var(--limestone-secondary-color);
}

.woocommerce.single-product div.product .entry-summary form.cart:not(.grouped_form) {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.woocommerce.single-product div.product .quantity {
    margin: 0 20px 0 0 !important;
}

.woocommerce.single-product div.product .quantity .qty {
    border-radius: 0;
    font-size: 15px !important;
    font-weight: 600;
    color: var(--limestone-headline-color);
    font-weight: 500;
    height: 55px !important;
    width: 80px;
    padding: 0 3px !important;
    border-radius: 0;
}

@media only screen and (max-width: 767px) {
    .woocommerce.single-product div.product .quantity .qty {
        height: 45px !important;
    }
}

.woocommerce.single-product div.product .quantity .qty:focus {
    border-color: var(--limestone-primary-color);
}

.woocommerce.single-product div.product .woocommerce-tabs {
    padding-top: 100px;
}

@media only screen and (max-width: 1024px) {
    .woocommerce.single-product div.product .woocommerce-tabs {
        padding-top: 80px;
    }
}

.woocommerce.single-product div.product .woocommerce-tabs ul.wc-tabs {
    margin: 0;
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    overflow: visible;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 30px;
}

.woocommerce.single-product div.product .woocommerce-tabs ul.wc-tabs:before, .woocommerce.single-product div.product .woocommerce-tabs ul.wc-tabs:after {
    display: none !important;
}

.woocommerce.single-product div.product .woocommerce-tabs ul.wc-tabs li {
    margin: 0 5px 10px 5px;
    padding: 0;
    border: none;
}

.woocommerce.single-product div.product .woocommerce-tabs ul.wc-tabs li a {
    font-family: var(--limestone-secondary-font);
    font-size: 16px;
    font-weight: 500;
    line-height: 1;
    text-transform: capitalize;
    border: none;
    border-radius: 0;
    padding: 18px 35px;
    color: var(--limestone-headline-color);
    background-color: var(--limestone-white-neutral);
    border: 1px solid var(--limestone-border-color);
}

@media only screen and (max-width: 1200px) {
    .woocommerce.single-product div.product .woocommerce-tabs ul.wc-tabs li a {
        padding: 18px 30px;
    }
}

@media only screen and (max-width: 1024px) {
    .woocommerce.single-product div.product .woocommerce-tabs ul.wc-tabs li a {
        font-size: 15px;
    }
}

@media only screen and (max-width: 767px) {
    .woocommerce.single-product div.product .woocommerce-tabs ul.wc-tabs li a {
        padding: 16px 25px;
    }
}

@media only screen and (max-width: 479px) {
    .woocommerce.single-product div.product .woocommerce-tabs ul.wc-tabs li a {
        font-size: 14px;
        padding: 14px 20px;
    }
}

.woocommerce.single-product div.product .woocommerce-tabs ul.wc-tabs li a:hover {
    color: var(--limestone-headline-color);
    background-color: var(--limestone-secondary-color);
    border-color: var(--limestone-secondary-color);
}

.woocommerce.single-product div.product .woocommerce-tabs ul.wc-tabs li.active a {
    color: var(--limestone-headline-color);
    background-color: var(--limestone-secondary-color);
    border-color: var(--limestone-secondary-color);
}

.woocommerce.single-product div.product .woocommerce-tabs ul.wc-tabs li:before, .woocommerce.single-product div.product .woocommerce-tabs ul.wc-tabs li:after {
    display: none !important;
}

.woocommerce.single-product div.product .woocommerce-Tabs-panel {
    margin-bottom: 0;
}

.woocommerce.single-product div.product .woocommerce-Tabs-panel > h2 {
    display: none;
}

.woocommerce.single-product div.product .woocommerce-Tabs-panel p:last-child {
    margin-bottom: 0;
}

.woocommerce.single-product div.product .woocommerce-Tabs-panel .shop_attributes {
    border: 1px solid var(--limestone-border-color);
}

.woocommerce.single-product div.product .woocommerce-Tabs-panel .shop_attributes th, .woocommerce.single-product div.product .woocommerce-Tabs-panel .shop_attributes td {
    font-family: inherit;
    font-weight: normal;
    font-style: normal;
    padding: 10px 20px;
    color: var(--limestone-headline-color);
    background-color: rgba(0, 0, 0, 0);
    vertical-align: middle;
    border-color: var(--limestone-border-color);
}

.woocommerce.single-product div.product .woocommerce-Tabs-panel .shop_attributes th {
    background-color: var(--limestone-light-neutral);
    width: 200px;
    font-weight: 500;
}

@media only screen and (max-width: 479px) {
    .woocommerce.single-product div.product .woocommerce-Tabs-panel .shop_attributes th {
        width: auto;
    }
}

.woocommerce.single-product div.product .woocommerce-Tabs-panel--reviews .woocommerce-Reviews-title {
    font-size: 24px !important;
    margin-bottom: 35px;
}

@media only screen and (max-width: 767px) {
    .woocommerce.single-product div.product .woocommerce-Tabs-panel--reviews .woocommerce-Reviews-title {
        font-size: 20px !important;
    }
}

.woocommerce.single-product div.product .woocommerce-Tabs-panel--reviews .woocommerce-noreviews {
    margin-bottom: 15px !important;
}

.woocommerce.single-product div.product .comment-reply-title, .woocommerce.single-product div.product .nice-select {
    display: none;
}

.woocommerce.single-product div.product #review_form #respond {
    -webkit-box-shadow: none;
    box-shadow: none;
}

.woocommerce.single-product div.product #review_form #respond .comment-form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 50px;
    background-color: var(--limestone-light-neutral);
}

@media only screen and (max-width: 479px) {
    .woocommerce.single-product div.product #review_form #respond .comment-form {
        padding: 35px;
    }
}

.woocommerce.single-product div.product #review_form #respond .comment-form .comment-notes {
    display: none;
}

.woocommerce.single-product div.product #review_form #respond .comment-form p {
    margin: 0 0 20px;
}

.woocommerce.single-product div.product #review_form #respond .comment-form .comment-form-rating, .woocommerce.single-product div.product #review_form #respond .comment-form .comment-form-comment, .woocommerce.single-product div.product #review_form #respond .comment-form .comment-form-cookies-consent, .woocommerce.single-product div.product #review_form #respond .comment-form .form-submit {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
}

.woocommerce.single-product div.product #review_form #respond .comment-form .comment-form-author, .woocommerce.single-product div.product #review_form #respond .comment-form .comment-form-email {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
}

@media only screen and (max-width: 479px) {
    .woocommerce.single-product div.product #review_form #respond .comment-form .comment-form-author, .woocommerce.single-product div.product #review_form #respond .comment-form .comment-form-email {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
    }
}

.woocommerce.single-product div.product #review_form #respond .comment-form .comment-form-author {
    padding-right: 10px;
}

@media only screen and (max-width: 479px) {
    .woocommerce.single-product div.product #review_form #respond .comment-form .comment-form-author {
        padding-right: 0;
    }
}

.woocommerce.single-product div.product #review_form #respond .comment-form .comment-form-email {
    padding-left: 10px;
}

@media only screen and (max-width: 479px) {
    .woocommerce.single-product div.product #review_form #respond .comment-form .comment-form-email {
        padding-left: 0;
    }
}

.woocommerce.single-product div.product #review_form #respond .comment-form label {
    font-size: 15px;
    font-weight: 500;
    line-height: 1.4;
    color: var(--limestone-headline-color);
    margin-bottom: 15px;
}

.woocommerce.single-product div.product #review_form #respond .comment-form .stars {
    margin-bottom: 10px;
}

.woocommerce.single-product div.product #review_form #respond .comment-form .stars a {
    color: var(--limestone-primary-color);
}

.woocommerce.single-product div.product #review_form #respond .comment-form input[type='text'], .woocommerce.single-product div.product #review_form #respond .comment-form input[type='email'], .woocommerce.single-product div.product #review_form #respond .comment-form textarea {
    font-size: 15px;
    background-color: var(--limestone-white-neutral);
}

.woocommerce.single-product div.product #review_form #respond .comment-form #comment {
    height: 120px;
}

.woocommerce.single-product div.product #review_form #respond .comment-form .comment-form-cookies-consent {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.woocommerce.single-product div.product #review_form #respond .comment-form .comment-form-cookies-consent label {
    margin: 0 0 0 10px;
}

.woocommerce.single-product div.product #review_form #respond .comment-form .comment-form-cookies-consent input[type='checkbox'] {
    top: 2px;
    position: relative;
    height: auto;
}

.woocommerce.single-product div.product #review_form #respond .comment-form .form-submit {
    margin: 10px 0 0;
}

.woocommerce.single-product div.product #review_form #respond .comment-form input.submit {
    height: auto;
    padding: 15px 35px;
}

.woocommerce.single-product div.product #review_form #respond .comment-form .comment-form-rating {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0 0 25px;
}

.woocommerce.single-product div.product #review_form #respond .comment-form .comment-form-rating label, .woocommerce.single-product div.product #review_form #respond .comment-form .comment-form-rating .stars {
    margin: 0;
    line-height: 1;
}

.woocommerce.single-product div.product #review_form #respond .comment-form .comment-form-rating .stars {
    margin-left: 20px;
    font-size: 16px;
}

.woocommerce.single-product div.product #reviews #comments ol.commentlist {
    padding: 0;
    margin: 0;
    list-style: none;
}

.woocommerce.single-product div.product #reviews #comments ol.commentlist li.review {
    position: relative;
    margin: 0 0 45px;
}

.woocommerce.single-product div.product #reviews #comments ol.commentlist li.review .star-rating {
    position: absolute;
    right: 10px;
    top: 0;
    font-size: 15px;
    color: var(--limestone-primary-color);
}

.woocommerce.single-product div.product #reviews #comments ol.commentlist li.review .star-rating::before {
    color: var(--limestone-primary-color);
}

.woocommerce.single-product div.product #reviews #comments ol.commentlist li.review .star-rating .count-rating {
    display: none;
}

@media only screen and (max-width: 767px) {
    .woocommerce.single-product div.product #reviews #comments ol.commentlist li.review .star-rating {
        font-size: 14px;
    }
}

@media only screen and (max-width: 479px) {
    .woocommerce.single-product div.product #reviews #comments ol.commentlist li.review .star-rating {
        position: relative;
        display: block;
        right: auto;
        float: none;
        margin-bottom: 15px;
    }
}

.woocommerce.single-product div.product #reviews #comments ol.commentlist li.review .comment_container {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.woocommerce.single-product div.product #reviews #comments ol.commentlist li.review img.avatar {
    position: relative;
    padding: 0;
    width: 70px;
    height: 70px;
    border-radius: 50%;
    margin-right: 30px;
    border: none;
}

@media only screen and (max-width: 479px) {
    .woocommerce.single-product div.product #reviews #comments ol.commentlist li.review img.avatar {
        width: 60px;
        height: 60px;
        margin-right: 15px;
    }
}

.woocommerce.single-product div.product #reviews #comments ol.commentlist li.review .comment-text {
    border: none;
    margin: 0;
    padding: 0;
    line-height: 1;
}

.woocommerce.single-product div.product #reviews #comments ol.commentlist li.review .meta {
    margin: 0 0 10px;
    color: var(--limestone-body-color);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.woocommerce.single-product div.product #reviews #comments ol.commentlist li.review .meta .woocommerce-review__dash {
    margin: 3px 10px 0;
}

.woocommerce.single-product div.product #reviews #comments ol.commentlist li.review .meta time {
    display: inline-block;
    margin: 3px 0 0;
}

.woocommerce.single-product div.product #reviews #comments ol.commentlist li.review .meta .woocommerce-review__author {
    font-size: 18px;
    color: var(--limestone-headline-color);
}

.woocommerce.single-product div.product #reviews #comments ol.commentlist li.review .description p {
    font-size: 16px;
    line-height: 1.75;
    margin: 0;
}

.woocommerce.single-product div.product #reviews #comments ol.commentlist ul.children {
    margin: 35px 0 0 50px;
}

@media only screen and (max-width: 479px) {
    .woocommerce.single-product div.product #reviews #comments ol.commentlist ul.children {
        margin: 35px 0 0 30px;
    }
}

.woocommerce.single-product section.related {
    padding-top: 130px;
    margin-bottom: -50px;
}

@media only screen and (max-width: 1024px) {
    .woocommerce.single-product section.related {
        padding-top: 100px;
    }
}

.woocommerce.single-product section.related h2 {
    font-size: 38px;
    margin-bottom: 50px;
    text-align: center;
}

@media only screen and (max-width: 1024px) {
    .woocommerce.single-product section.related h2 {
        font-size: 28px;
    }
}

body.woocommerce-cart .woocommerce-cart-form .actions {
    text-align: right !important;
}

body.woocommerce-cart .woocommerce-cart-form .actions .button {
    height: 55px;
    padding: 10px 35px;
    width: auto;
    font-size: 15px;
}

body.woocommerce-cart .woocommerce-cart-form .actions .button:disabled[disabled] {
    opacity: 0.7;
    color: var(--limestone-white-neutral);
}

body.woocommerce-cart .woocommerce-cart-form .actions .button:disabled[disabled]:hover {
    background-color: var(--limestone-secondary-color);
}

body.woocommerce-cart .woocommerce-cart-form .shop_table {
    border-width: 0 0 0 1px;
    border-radius: 0;
}

@media only screen and (max-width: 768px) {
    body.woocommerce-cart .woocommerce-cart-form .shop_table {
        border-top-width: 1px;
    }
}

body.woocommerce-cart .woocommerce-cart-form .shop_table thead th {
    font-family: var(--limestone-secondary-font);
    font-size: 16px;
    font-weight: 600;
    padding: 15px;
    border-left-color: rgba(0, 0, 0, 0);
    text-align: center;
}

body.woocommerce-cart .woocommerce-cart-form .shop_table tbody td {
    text-align: center;
    padding: 18px 15px;
    border-left-color: rgba(0, 0, 0, 0);
}

body.woocommerce-cart .woocommerce-cart-form .shop_table tbody td.actions {
    padding: 25px;
}

@media only screen and (max-width: 768px) {
    body.woocommerce-cart .woocommerce-cart-form .shop_table tbody td.actions .coupon {
        padding-bottom: 20px;
    }
}

body.woocommerce-cart .woocommerce-cart-form .shop_table tbody td.actions .input-text {
    width: 200px !important;
    height: 55px;
    padding: 0 25px;
    margin-right: 20px !important;
    background-color: var(--limestone-light-neutral);
    border-color: var(--limestone-light-neutral);
}

body.woocommerce-cart .woocommerce-cart-form .shop_table tbody td.actions .input-text:focus {
    border-color: var(--limestone-primary-color);
}

@media only screen and (max-width: 768px) {
    body.woocommerce-cart .woocommerce-cart-form .shop_table tbody td.actions .input-text {
        width: 100% !important;
        margin: 0 0 10px !important;
    }
}

@media only screen and (max-width: 768px) {
    body.woocommerce-cart .woocommerce-cart-form .shop_table tbody td.actions .button {
        width: 100%;
        float: none;
    }
}

body.woocommerce-cart .woocommerce-cart-form .shop_table tbody td .quantity .qty {
    width: 80px;
    height: 50px;
    border-radius: 0;
    font-size: 15px !important;
    color: var(--limestone-headline-color);
    padding: 0;
    margin: auto;
}

@media only screen and (max-width: 768px) {
    body.woocommerce-cart .woocommerce-cart-form .shop_table tbody td .quantity .qty {
        margin: 0 0 0 auto;
    }
}

body.woocommerce-cart .woocommerce-cart-form tbody .product-name {
    font-family: var(--limestone-secondary-font);
    font-size: 16px;
    font-weight: 500;
}

body.woocommerce-cart .woocommerce-cart-form tbody .product-name a {
    color: var(--limestone-headline-color);
}

body.woocommerce-cart .woocommerce-cart-form tbody .product-name a:hover {
    color: var(--limestone-primary-color);
}

body.woocommerce-cart .woocommerce-cart-form tbody .product-name dl.variation {
    display: none;
}

body.woocommerce-cart .woocommerce-cart-form tbody .product-price, body.woocommerce-cart .woocommerce-cart-form tbody .product-subtotal {
    color: var(--limestone-headline-color);
    font-size: 15px;
    font-weight: 500;
}

body.woocommerce-cart .woocommerce-cart-form tbody .product-price ins, body.woocommerce-cart .woocommerce-cart-form tbody .product-subtotal ins {
    color: var(--limestone-headline-color);
    background-color: rgba(0, 0, 0, 0);
}

body.woocommerce-cart .woocommerce-cart-form tbody .product-thumbnail {
    text-align: center !important;
    min-width: 120px;
}

body.woocommerce-cart .woocommerce-cart-form tbody .product-thumbnail a {
    display: block;
}

body.woocommerce-cart .woocommerce-cart-form tbody .product-thumbnail a img {
    width: 100%;
    max-width: 80px;
}

body.woocommerce-cart .woocommerce-cart-form tbody .product-remove a.remove {
    font-size: 16px;
    padding: 0 !important;
    font-weight: 500;
    color: var(--limestone-headline-color) !important;
    background-color: var(--limestone-primary-color);
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    margin: auto;
    width: 25px;
    height: 25px;
    line-height: 25px;
}

body.woocommerce-cart .woocommerce-cart-form tbody .product-remove a.remove:hover {
    color: var(--limestone-headline-color) !important;
    background-color: var(--limestone-secondary-color);
}

body.woocommerce-cart .woocommerce-cart-form .shop_table_responsive td::before {
    color: var(--limestone-headline-color);
}

body.woocommerce-cart .cart-collaterals {
    margin-top: 80px;
}

body.woocommerce-cart .cart-collaterals .cart_totals {
    padding: 40px 50px;
    background-color: var(--limestone-white-neutral);
    -webkit-box-shadow: 0px 4px 60px rgba(0, 0, 0, 0.07);
    box-shadow: 0px 4px 60px rgba(0, 0, 0, 0.07);
    width: 45%;
}

@media only screen and (max-width: 1024px) {
    body.woocommerce-cart .cart-collaterals .cart_totals {
        width: 60%;
        padding-left: 40px;
        padding-right: 40px;
    }
}

@media only screen and (max-width: 767px) {
    body.woocommerce-cart .cart-collaterals .cart_totals {
        padding: 30px;
        width: 100%;
    }
}

body.woocommerce-cart .cart-collaterals .cart_totals > h2 {
    font-size: 24px;
    margin-bottom: 30px;
    text-transform: capitalize;
}

body.woocommerce-cart .cart-collaterals .cart_totals table {
    border-left: 0;
    border-right: 0;
    border-bottom: 0;
    margin: 0;
}

body.woocommerce-cart .cart-collaterals .cart_totals th {
    vertical-align: middle !important;
    color: var(--limestone-headline-color);
    border: 1px solid var(--limestone-border-color);
    border-right: 0;
    padding: 15px;
    font-size: 15px;
    font-weight: 600;
}

body.woocommerce-cart .cart-collaterals .cart_totals td {
    border: 1px solid var(--limestone-border-color);
    padding: 15px;
}

body.woocommerce-cart .cart-collaterals .cart_totals .order-total th, body.woocommerce-cart .cart-collaterals .cart_totals .order-total td {
    color: var(--limestone-headline-color);
    font-weight: 500;
}

body.woocommerce-cart .cart-collaterals .cart_totals .woocommerce-shipping-calculator p {
    margin-bottom: 0;
}

body.woocommerce-cart .cart-collaterals .cart_totals .woocommerce-shipping-calculator input, body.woocommerce-cart .cart-collaterals .cart_totals .woocommerce-shipping-calculator .select2-container .select2-selection--single {
    background-color: var(--limestone-white-neutral);
    height: 55px;
    font-size: 15px;
    border: 1px solid var(--limestone-border-color);
}

body.woocommerce-cart .cart-collaterals .cart_totals .woocommerce-shipping-calculator .button {
    border: none;
    height: 40px;
    font-size: 14px;
    padding: 0 25px;
}

body.woocommerce-cart .cart-collaterals .cart_totals .woocommerce-shipping-calculator .shipping-calculator-button {
    color: var(--limestone-primary-color);
    font-weight: 500;
}

body.woocommerce-cart .cart-collaterals .cart_totals .woocommerce-shipping-calculator .shipping-calculator-button:hover {
    color: var(--limestone-headline-color);
}

body.woocommerce-cart .cart-collaterals .cart_totals .woocommerce-shipping-calculator .shipping-calculator-form {
    padding-top: 10px;
}

body.woocommerce-cart .cart-collaterals .cart_totals .form-row-wide > span {
    display: block;
}

body.woocommerce-cart .cart-collaterals .cart_totals .wc-proceed-to-checkout {
    padding: 25px 0 0;
}

body.woocommerce-cart .cart-collaterals .cart_totals .wc-proceed-to-checkout .checkout-button {
    margin-bottom: 0;
    width: 100%;
    padding: 18px 30px;
    font-size: 16px;
    font-weight: 600;
    color: var(--limestone-headline-color);
    background-color: var(--limestone-primary-color);
}

body.woocommerce-cart .cart-collaterals .cart_totals .wc-proceed-to-checkout .checkout-button:hover {
    color: var(--limestone-headline-color);
    background-color: var(--limestone-secondary-color);
}

.woocommerce-checkout .woocommerce-form-login.login {
    border: none !important;
    background-color: var(--limestone-light-neutral);
    padding: 25px 30px;
    border-radius: 0;
}

.woocommerce-checkout .woocommerce-form-login.login input[type='text'], .woocommerce-checkout .woocommerce-form-login.login input[type='password'] {
    background-color: var(--limestone-white-neutral);
    height: 55px;
}

.woocommerce-checkout .woocommerce-form-login.login label.woocommerce-form-login__rememberme {
    display: block;
}

.woocommerce-checkout .woocommerce-form-login.login label.woocommerce-form-login__rememberme input {
    position: relative;
    top: 2px;
    margin-right: 5px;
}

.woocommerce-checkout .woocommerce-form-login.login .button {
    width: auto;
    height: 45px;
    float: none;
}

.woocommerce-checkout form.checkout_coupon {
    border: none;
    border-radius: 0;
    background-color: var(--limestone-light-neutral);
    margin: 0 0 2em;
    padding: 25px 30px;
}

.woocommerce-checkout form.checkout_coupon .form-row {
    margin: 0;
}

.woocommerce-checkout form.checkout_coupon .form-row-first {
    width: 50%;
    padding-right: 30px;
}

@media only screen and (max-width: 479px) {
    .woocommerce-checkout form.checkout_coupon .form-row-first {
        padding-right: 0;
        width: 100%;
    }
}

.woocommerce-checkout form.checkout_coupon .form-row-last {
    width: 50%;
}

@media only screen and (max-width: 479px) {
    .woocommerce-checkout form.checkout_coupon .form-row-last {
        width: 100%;
    }
}

.woocommerce-checkout form.checkout_coupon input.input-text {
    height: 55px;
    background-color: var(--limestone-white-neutral);
    border-color: rgba(0, 0, 0, 0);
}

.woocommerce-checkout form.checkout_coupon input.input-text:focus {
    border-color: var(--limestone-primary-color);
}

.woocommerce-checkout form.checkout_coupon .button {
    height: 55px;
    width: auto;
}

.woocommerce-checkout #customer_details {
    margin: 0 -15px;
    width: inherit;
}

.woocommerce-checkout #customer_details .col-1, .woocommerce-checkout #customer_details .col-2 {
    width: 50%;
    -webkit-box-flex: inherit;
    -ms-flex: inherit;
    flex: inherit;
    max-width: 100%;
    padding: 0 15px;
}

@media only screen and (max-width: 767px) {
    .woocommerce-checkout #customer_details {
        margin: 0;
    }

    .woocommerce-checkout #customer_details .col-1, .woocommerce-checkout #customer_details .col-2 {
        width: 100%;
        padding: 0;
    }
}

.woocommerce-checkout #customer_details span.woocommerce-input-wrapper {
    width: 100%;
    display: block;
}

.woocommerce-checkout #customer_details .woocommerce-billing-fields > h3, .woocommerce-checkout #customer_details .woocommerce-additional-fields > h3 {
    font-size: 24px;
    margin-bottom: 30px;
    text-transform: capitalize;
}

.woocommerce-checkout #customer_details .woocommerce-shipping-fields #ship-to-different-address {
    font-size: 24px;
    text-transform: capitalize;
    cursor: pointer;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    margin-bottom: 30px;
}

.woocommerce-checkout #customer_details .woocommerce-shipping-fields #ship-to-different-address label {
    font-size: inherit;
    font-weight: inherit;
    font-family: inherit;
    margin: 0;
}

.woocommerce-checkout #customer_details .woocommerce-shipping-fields #ship-to-different-address:hover {
    color: var(--limestone-primary-color);
}

.woocommerce-checkout #customer_details .woocommerce-shipping-fields #ship-to-different-address #ship-to-different-address-checkbox {
    position: absolute;
    opacity: 0;
}

.woocommerce-checkout #customer_details .form-row {
    margin-bottom: 20px;
}

.woocommerce-checkout #customer_details .form-row textarea {
    height: 160px;
}

.woocommerce-checkout #add_payment_method #payment, .woocommerce-checkout #payment {
    border-radius: 0;
}

.woocommerce-checkout form.woocommerce-checkout {
    padding-top: 30px;
}

.woocommerce-checkout form.woocommerce-checkout #order_review_heading {
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 18px;
    text-transform: capitalize;
}

.woocommerce-checkout form.woocommerce-checkout #order_review .product-total {
    border-left: 1px solid var(--limestone-border-color);
}

.woocommerce-checkout form.woocommerce-checkout #order_review .woocommerce-checkout-review-order-table {
    margin-bottom: 50px;
    border-right: none;
    border-top: none;
    border-bottom: none;
}

.woocommerce-checkout form.woocommerce-checkout #order_review .woocommerce-checkout-review-order-table th {
    font-weight: 600;
}

.woocommerce-checkout form.woocommerce-checkout #order_review .woocommerce-checkout-review-order-table th, .woocommerce-checkout form.woocommerce-checkout #order_review .woocommerce-checkout-review-order-table td {
    border-left: none;
    padding: 15px;
}

.woocommerce-checkout form.woocommerce-checkout #order_review .woocommerce-checkout-review-order-table .cart-subtotal th {
    border-top: none;
}

.woocommerce-checkout form.woocommerce-checkout #order_review .woocommerce-checkout-review-order-table td.product-total, .woocommerce-checkout form.woocommerce-checkout #order_review .woocommerce-checkout-review-order-table .cart-subtotal td, .woocommerce-checkout form.woocommerce-checkout #order_review .woocommerce-checkout-review-order-table .order-total td {
    font-size: 15px;
    font-weight: 600;
    color: var(--limestone-headline-color);
    padding: 10px 15px;
}

.woocommerce-checkout form.woocommerce-checkout #order_review .woocommerce-checkout-review-order-table tfoot th {
    border-top: 0;
}

.woocommerce-checkout form.woocommerce-checkout #order_review #payment {
    background-color: var(--limestone-light-neutral);
}

.woocommerce-checkout form.woocommerce-checkout #order_review #payment .about_paypal {
    margin-left: 10px;
}

.woocommerce-checkout form.woocommerce-checkout #order_review #payment .wc_payment_methods {
    padding: 20px 30px;
    border-bottom: 1px solid var(--limestone-border-color);
}

.woocommerce-checkout form.woocommerce-checkout #order_review #payment .place-order {
    padding: 20px 30px;
    margin: 0;
}

.woocommerce-checkout form.woocommerce-checkout #order_review #payment #place_order {
    float: none;
    margin-top: 10px;
    height: 55px;
    color: var(--limestone-headline-color);
    background-color: var(--limestone-primary-color);
}

.woocommerce-checkout form.woocommerce-checkout #order_review #payment #place_order:hover {
    color: var(--limestone-headline-color);
    background-color: var(--limestone-secondary-color);
}

.woocommerce-checkout #payment .woocommerce-notice {
    background-color: var(--limestone-white-neutral);
}

.woocommerce-checkout #payment input[type='radio'] {
    width: 15px;
    height: 15px;
    position: relative;
    top: 2px;
}

.woocommerce-checkout #payment label {
    color: var(--limestone-headline-color);
    display: inline-block;
    margin: 0 0 8px;
    font-weight: 600;
}

.woocommerce-checkout #payment div.payment_box {
    background-color: var(--limestone-white-neutral);
    color: var(--limestone-body-color);
}

.woocommerce-checkout #payment div.payment_box::before {
    border-color: var(--limestone-white-neutral);
    border-right-color: rgba(0, 0, 0, 0);
    border-left-color: rgba(0, 0, 0, 0);
    border-top-color: rgba(0, 0, 0, 0);
}

.woocommerce-account .content-area .woocommerce-form__label.woocommerce-form__label-for-checkbox.woocommerce-form-login__rememberme {
    display: block;
    width: 100%;
}

.woocommerce-account .content-area .woocommerce-MyAccount-navigation {
    margin-bottom: 30px;
    width: 30%;
    float: left;
    padding: 0 15px;
}

@media only screen and (max-width: 767px) {
    .woocommerce-account .content-area .woocommerce-MyAccount-navigation {
        width: 100%;
        margin-bottom: 60px;
    }
}

.woocommerce-account .content-area .woocommerce-MyAccount-navigation ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.woocommerce-account .content-area .woocommerce-MyAccount-navigation ul li {
    border-bottom: 1px solid var(--limestone-border-color);
}

.woocommerce-account .content-area .woocommerce-MyAccount-navigation ul li a {
    font-size: 16px;
    font-weight: 600;
    padding: 10px 0;
    color: var(--limestone-headline-color);
    position: relative;
    display: block;
}

@media only screen and (max-width: 767px) {
    .woocommerce-account .content-area .woocommerce-MyAccount-navigation ul li a {
        font-size: 15px;
        padding: 5px 10px;
    }
}

.woocommerce-account .content-area .woocommerce-MyAccount-navigation ul li a:hover {
    color: var(--limestone-primary-color);
}

.woocommerce-account .content-area .woocommerce-MyAccount-navigation ul li a:before {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    display: block;
    font-family: 'Font Awesome 5 Pro';
    color: var(--limestone-primary-color);
    margin-left: -16px;
    opacity: 0;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.woocommerce-account .content-area .woocommerce-MyAccount-navigation ul li.is-active > a, .woocommerce-account .content-area .woocommerce-MyAccount-navigation ul li a:hover {
    color: var(--limestone-primary-color);
    padding-left: 26px;
}

.woocommerce-account .content-area .woocommerce-MyAccount-navigation ul li.is-active > a:before, .woocommerce-account .content-area .woocommerce-MyAccount-navigation ul li a:hover:before {
    margin-left: 0;
    opacity: 1;
}

.woocommerce-account .content-area .woocommerce-MyAccount-content {
    margin-bottom: 30px;
    padding: 0 15px;
    width: 70%;
    float: left;
}

@media only screen and (max-width: 767px) {
    .woocommerce-account .content-area .woocommerce-MyAccount-content {
        width: 100%;
        margin-bottom: 0;
    }
}

.woocommerce-account .content-area .woocommerce-MyAccount-content .col-1, .woocommerce-account .content-area .woocommerce-MyAccount-content .col-2 {
    -webkit-box-flex: inherit;
    -ms-flex: inherit;
    flex: inherit;
    max-width: inherit;
}

.woocommerce-account .content-area .woocommerce-MyAccount-content .woocommerce-Addresses .woocommerce-Address {
    padding: 0;
}

@media only screen and (max-width: 767px) {
    .woocommerce-account .content-area .woocommerce-MyAccount-content .woocommerce-Addresses .woocommerce-Address.col-2 {
        padding-top: 30px;
    }
}

.woocommerce-account .content-area .woocommerce-MyAccount-content .form-row label {
    width: 100%;
}

.woocommerce-account .content-area .woocommerce-MyAccount-content .form-row .woocommerce-input-wrapper {
    width: 100%;
}

.woocommerce-account .content-area .woocommerce-MyAccount-content fieldset {
    padding: 15px;
    border: 1px solid var(--limestone-border-color);
    margin-bottom: 15px;
}

.woocommerce-account .content-area .woocommerce-MyAccount-content fieldset legend {
    color: var(--limestone-headline-color);
    font-weight: 600;
}

.woocommerce-account .content-area .woocommerce-MyAccount-content .woocommerce-order-details__title, .woocommerce-account .content-area .woocommerce-MyAccount-content .woocommerce-column__title, .woocommerce-account .content-area .woocommerce-MyAccount-content h3 {
    font-size: 28px;
}

@media only screen and (max-width: 1024px) {
    .woocommerce-account .content-area .woocommerce-MyAccount-content .woocommerce-order-details__title, .woocommerce-account .content-area .woocommerce-MyAccount-content .woocommerce-column__title, .woocommerce-account .content-area .woocommerce-MyAccount-content h3 {
        font-size: 24px;
        margin-bottom: 15px;
    }
}

.woocommerce-account .content-area .woocommerce-MyAccount-content table.shop_table {
    border: none;
    margin: 0;
}

.woocommerce-account .content-area .woocommerce-ResetPassword, .woocommerce-account .content-area .woocommerce-form {
    background-color: var(--limestone-light-neutral);
    border: none;
    padding: 30px;
    border-radius: 0;
    max-width: 670px;
    margin: 30px auto 0;
}

.woocommerce-account .content-area .woocommerce-ResetPassword .form-row, .woocommerce-account .content-area .woocommerce-form .form-row {
    width: 100%;
}

.woocommerce-account .content-area .woocommerce-ResetPassword input, .woocommerce-account .content-area .woocommerce-form input {
    background-color: var(--limestone-white-neutral);
}

.woocommerce-account .content-area .woocommerce-ResetPassword input:not(:focus), .woocommerce-account .content-area .woocommerce-form input:not(:focus) {
    border-color: rgba(0, 0, 0, 0);
}

.woocommerce-account .content-area .woocommerce-ResetPassword .woocommerce-button, .woocommerce-account .content-area .woocommerce-form .woocommerce-button {
    height: 50px;
}

.woocommerce-account .content-area .woocommerce-ResetPassword .woocommerce-LostPassword, .woocommerce-account .content-area .woocommerce-form .woocommerce-LostPassword {
    margin-bottom: 0;
}

.woocommerce-account .content-area .woocommerce-ResetPassword .woocommerce-LostPassword a, .woocommerce-account .content-area .woocommerce-form .woocommerce-LostPassword a {
    font-weight: 600;
}

.woocommerce-account .content-area .woocommerce-ResetPassword .woocommerce-form__label-for-checkbox, .woocommerce-account .content-area .woocommerce-form .woocommerce-form__label-for-checkbox {
    padding: 0;
    line-height: 50px;
}

.woocommerce-account .content-area .woocommerce-ResetPassword .woocommerce-form__label-for-checkbox span, .woocommerce-account .content-area .woocommerce-form .woocommerce-form__label-for-checkbox span {
    font-size: 15px;
}

.woocommerce-account .content-area .woocommerce-ResetPassword .woocommerce-form__label-for-checkbox .woocommerce-form__input-checkbox, .woocommerce-account .content-area .woocommerce-form .woocommerce-form__label-for-checkbox .woocommerce-form__input-checkbox {
    position: relative;
    top: -1px;
}

.woocommerce-account .content-area .woocommerce-notices-wrapper + h2 {
    text-align: center;
    font-size: 24px;
}

.woocommerce-account .content-area #customer_login {
    margin: 0 -15px;
    width: inherit;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.woocommerce-account .content-area #customer_login h2 {
    font-size: 24px;
}

.woocommerce-account .content-area #customer_login .u-column1.col-1, .woocommerce-account .content-area #customer_login .u-column2.col-2 {
    width: 50%;
    -webkit-box-flex: inherit;
    -ms-flex: inherit;
    flex: inherit;
    max-width: 100%;
    padding: 0 15px;
}

@media only screen and (max-width: 767px) {
    .woocommerce-account .content-area #customer_login {
        margin: 0;
    }

    .woocommerce-account .content-area #customer_login .u-column1.col-1, .woocommerce-account .content-area #customer_login .u-column2.col-2 {
        width: 100%;
        padding: 0;
    }
}

.woocommerce-account .content-area .woocommerce-password-strength.bad {
    background-color: rgba(0, 0, 0, 0);
    padding: 8px 0;
}

.woocommerce-account .content-area .woocommerce-table--order-details {
    margin-bottom: 50px;
    border-right: none;
    border-top: none;
    border-bottom: none;
}

.woocommerce-account .content-area .woocommerce-table--order-details th {
    font-weight: 600;
    border-right: 0;
}

.woocommerce-account .content-area .woocommerce-table--order-details th, .woocommerce-account .content-area .woocommerce-table--order-details td {
    padding: 15px;
}

.woocommerce-account .content-area .woocommerce-table--order-details td.product-total, .woocommerce-account .content-area .woocommerce-table--order-details .cart-subtotal td, .woocommerce-account .content-area .woocommerce-table--order-details .order-total td {
    font-size: 15px;
    font-weight: 600;
    color: var(--limestone-headline-color);
    padding: 10px 15px;
}

.woocommerce .woocommerce-form__label-for-checkbox.woocommerce-form-login__rememberme {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.woocommerce .woocommerce-form__label-for-checkbox.woocommerce-form-login__rememberme input {
    height: auto;
    margin-right: 10px;
}

.woocommerce-order ul.woocommerce-thankyou-order-details.order_details {
    margin: 0 0 30px;
}

.woocommerce-order ul.woocommerce-thankyou-order-details.order_details li {
    margin-right: 20px;
    padding-right: 20px;
    margin-bottom: 20px;
}

.woocommerce-order table.shop_table {
    border: none;
}

.woocommerce-order table.shop_table td {
    padding: 14px;
}

.woocommerce-order table.shop_table th, .woocommerce-order table.shop_table tfoot th {
    font-weight: 600;
}

.woocommerce-order table.shop_table tfoot th {
    border-top: none;
}

.woocommerce-order table.shop_table .product-name a {
    font-weight: 500;
}

.woocommerce-order .woocommerce-order-details {
    margin: 0;
}

.woocommerce-order .woocommerce-customer-details {
    margin: 0;
    padding-top: 50px;
}

.woocommerce-order .woocommerce-customer-details address {
    padding: 20px;
    border-radius: 0;
    border-color: var(--limestone-border-color);
}

@media only screen and (max-width: 768px) {
    .woocommerce-order .woocommerce-column--shipping-address {
        margin-top: 45px;
    }
}

.woocommerce-order .woocommerce-order-details__title, .woocommerce-order .woocommerce-column__title {
    font-size: 28px;
}

@media only screen and (max-width: 768px) {
    .woocommerce-order .woocommerce-order-details__title, .woocommerce-order .woocommerce-column__title {
        font-size: 22px;
    }
}
/* ---- KURİŞ kat_list görünümü: ok, kaydırma, renk & boyut ---- */
.kuris-katlist {
  /* Kolay kontrol için değişkenler: dilerseniz buradan değerleri güncelleyebilirsiniz */
  --kl-size: 16px;            /* Normal yazı boyutu */
  --kl-size-hover: 16px;      /* Hover yazı boyutu (isterseniz 17px yapın) */
  --kl-color: #222;           /* Normal renk */
  --kl-color-hover: #0073aa;  /* Hover rengi */
  --kl-shift: 6px;            /* Hover’daki sağa kayma miktarı */
  --kl-icon-size: 14px;       /* Ok simgesi boyutu */
  --kl-icon-gap: 12px;        /* Ok ile metin arasındaki boşluk */
}

/* Shortcode’un ürettiği liste içinde linklerin seçimi:
   Genelde <ul><li><a>...</a></li></ul> gelir; farklı yapı da olsa sadece <a>’lara etki eder. */
.kuris-katlist a {
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: var(--kl-icon-gap);
  color: #666666;
  font-size: var(--kl-size);
  text-decoration: none;
  transition: transform .25s ease, color .2s ease, font-size .2s ease;
  will-change: transform;
}

/* Solda 14px’lik sağa bakan ok */
.kuris-katlist a::before {
  content: "→";                 /* Dilerseniz "\f105" (Font Awesome) kullanabilirsiniz */
  font-size: var(--kl-icon-size);
  line-height: 1;
  display: inline-block;
  transform: translateX(0);
  transition: transform .25s ease;
}

/* Hover: hem link hem ok birlikte sağa 6px kayar; renk & boyut da değişebilir */
.kuris-katlist a:hover {
  color: #ec671b;
  font-size: var(--kl-size-hover);
  transform: translateX(var(--kl-shift));
}

.kuris-katlist a:hover::before {
  transform: translateX(var(--kl-shift));
}

/* (İsteğe bağlı) Liste düzeni için küçük iyileştirme */
.kuris-katlist li {
  list-style: none;         /* Tema kendi işaretini veriyorsa kaldırır */
  margin: .35em 0;
}
