/**
 *  ------------------ 404 Not Found ------------------------
*/
body .rey-page404:not(.--stretch) {
    min-height: 300px;
    max-width: 980px;
    padding: 0 15px;
    text-align: center;
    margin: 0 auto 50px;
}
.rey-page404 .container {
    max-width: 100%;
    width: 100%;
}

.rey-page404:not(.--stretch) .rey-pageTitle {
    font-family: "Cormorant", sans-serif;
    font-size: 62px;
    font-weight: 500;
    line-height: 63px;
    color: #595955;
    margin-bottom: 15px;
}

.rey-page404:not(.--stretch) .rey-pageSubtitle {
    font-family: "Cormorant", sans-serif;
    font-size: 35px;
    font-weight: 500;
    line-height: 40px;
    color: #595955;
    text-transform: uppercase;
    margin-bottom: 0;
}

.rey-page404 .rey-pageContent p {
    font-family: "Cormorant", sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 19px;
    text-align: center;
    color: #000000;
}

.rey-page404 .rey-pageContent a.btn:not(:disabled):not(.disabled) {
    font-family: "Cinzel", sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 19px;
    color: #B0541E;
    text-transform: uppercase;
    padding-bottom: 0;
}
.rey-page404 .rey-pageContent a.btn:not(:disabled):not(.disabled):after {
    height: 1px;
}
body.error404 {
    background: #fff;
}
@media screen and (max-width: 767px) {
    body .rey-page404:not(.--stretch) {
        margin: 0 auto 20px;
    }
}
@media screen and (max-width: 400px) {
    .rey-page404:not(.--stretch) .rey-pageSubtitle {
        font-size: 30px;
    }
}
/**
 *  ------------------ 404 Not Found ------------------------
*/


/**
 *  ------------------ Contact Us Page ------------------------
*/

.elementor-message{
    font-family: 'Cormorant';
    padding: 8px;
}

.elementor-message-success{
    border: 2px solid #61CE70;
}

body.theme-rey.contact-us-page .rey-siteContainer{
    padding-top: 0;
}

.contact-us-page .rey-siteContainer {
    max-width: 100%;
    padding: 0;
    width: 100%;
}
.contact-us-page .rey-pageTitle.entry-title {
    font-family: "Cormorant", sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 62px;
    line-height: 63.62px;
    text-align: center;
    color: #595955;
    margin-bottom: 11px;
    word-spacing: 6px;
}
.contact-us-page article .elementor-widget-container p {
    font-family: "Cormorant", sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 19px;
    text-align: center;
    color: #595955;
    margin-bottom: 0;
}
.contact-us-page article .elementor-widget-container p a {
    color: #B0541E;
}

.contact-us-page .rey-pageContent .elementor-section-boxed {
    max-width: 711px;
    margin: 0 auto;
    padding: 0 15px;
    width: 100%;
}

.contact-us-form .elementor-field-group input.elementor-field-textual::-webkit-outer-spin-button,
.contact-us-form .elementor-field-group input::-webkit-inner-spin-button{
    -webkit-appearance: none;
    -moz-appearance: textfield;
}

.contact-us-page .rey-pageContent .elementor-section-boxed.section-location {
    max-width: 100%;
    padding: 0;
    margin-top: 30px;
}
.contact-us-page .rey-pageContent .elementor-section-boxed.section-location .elementor-container {
    max-width: 100%;
    padding: 0;
}
.contact-us-page .contact-us-form .elementor-form {
    margin-top: 42px;
}
.contact-us-form .elementor-form-fields-wrapper {
    margin: 0 !important;
    display: grid;
    grid-gap: 2px 17px;
    grid-template-columns: repeat(2, 3fr);
}
.elementor-field-type-textarea {
    grid-column: 2 / -2;
    grid-row: 1 / span 3;
}
.elementor-field-type-textarea textarea {
    min-height: 100%;
    resize: none;
}
.elementor-field-type-submit {
    grid-column: 2 / -2;
    grid-row: 4 / span 3
}
.contact-us-form .elementor-field-group {
    padding: 0 !important;
}
.contact-us-form .elementor-field-group .elementor-field-textual {
    border: 1px solid #CDA788;
    border-radius: 0;
    padding: 11px 13px;
    min-height: 41px;
    height: 100%;
    font-family: "Cormorant", sans-serif;
    font-size: 14px;
    color: #000000;
}
.contact-us-form .elementor-field-group .elementor-field-textual::placeholder {
    font-family: "Cormorant", sans-serif;
    font-size: 14px;
    color: #000000;
    opacity: 1;
}
.contact-us-form .elementor-field-group .elementor-field-textual:focus {
    outline: none;
    box-shadow: none;
}
.contact-us-form .elementor-field-type-submit button {
    padding: 0;
    font-weight: 400;
}
.contact-us-form .elementor-field-type-submit button > span {
    display: block;
    width: 100%;
    text-align: right;
}
.contact-us-form .elementor-field-type-submit button span.elementor-button-text {
    font-family: "Cinzel", sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 19px;
    text-transform: uppercase;
    border-bottom: 1px solid #B0541E;
    color: #B0541E;
    display: inline-block;
    margin-top: -17px;
    margin-right: -3px;
}
.contact-us-form .elementor-field-type-submit button span.elementor-button-text.elementor-form-spinner {
    display: none;
}
.contact-us-page .elementor-container .elementor-column.contact-map-content {
    padding: 0;
    background: #F7F7F7;
}
.contact-us-page .contact-map-content {
    width: 504px !important;
    float: left;
}
.contact-us-page .contact-map {
    width: calc(100% - 504px) !important;
    float: left;
    padding: 0;
}
.contact-us-page .elementor-container .elementor-column.contact-map-content {
    padding: 44px 78px 44px 75px;
}
.contact-us-page .elementor-widget-heading {
    margin-bottom: 0 !important;
}
.contact-us-page .rey-siteContent .elementor-widget-heading h2 {
    font-family: "Cormorant", sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 48px;
    line-height: 58px;
    text-align: center;
    color: #595955;
    margin-bottom: 18px;
}
.contact-us-page .rey-siteContent .elementor-widget-image img {
    width: 100%;
    height: 218px;
}
.contact-map-content .elementor-icon-list-items {
    max-width: 219px;
    margin: 12px auto 0 !important;
}
.contact-map-content .elementor-icon-list-items li:not(:last-child) {
    margin-bottom: 32px;
}
.contact-map-content .elementor-icon-list-items .elementor-icon-list-text {
    padding-left: 17px;
    font-family: "Cormorant", sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 19px;
    color: #000000;
}
.contact-map-content .elementor-icon-list-items .elementor-icon-list-icon {
    margin-top: 5px;
}
.contact-us-page .elementor-widget-google_maps iframe {
    height: 100%;
    min-height: 678px;
    -webkit-filter: grayscale(90%);
    -moz-filter: grayscale(90%);
    -ms-filter: grayscale(90%);
    -o-filter: grayscale(90%);
    filter: grayscale(90%);
}
.contact-us-page {
    background: #fff;
}
.contact-map-content .elementor-icon-list-items li > a span.elementor-icon-list-text {
    position: relative;
}
.contact-map-content .elementor-icon-list-items li > a span.elementor-icon-list-text:after {
    content: "";
    position: absolute;
    width: calc(100% - 17px);
    height: var(--btn-line-size, 2px);
    display: block;
    bottom: 0;
    left: 17px;
    background: #000;
    -webkit-transition: opacity 0.4s var(--easeoutcubic),-webkit-transform 0.4s var(--easeoutcubic);
    transition: opacity 0.4s var(--easeoutcubic),-webkit-transform 0.4s var(--easeoutcubic);
    transition: transform 0.4s var(--easeoutcubic),opacity 0.4s var(--easeoutcubic);
    transition: transform 0.4s var(--easeoutcubic),opacity 0.4s var(--easeoutcubic),-webkit-transform 0.4s var(--easeoutcubic);
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: center right;
    transform-origin: center right;
}
.contact-map-content .elementor-icon-list-items li > a span.elementor-icon-list-text:hover:after {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
    -webkit-transform-origin: center left;
    transform-origin: center left;
}
@media screen and (min-width: 768px) {
    body.contact-us-page #content {
        padding-top: 61px;
    }
}
@media screen and (max-width: 991.98px) {
    .contact-us-page .elementor-container .elementor-column.contact-map-content {
        padding: 30px 25px 50px;
    }
    .contact-us-page .contact-map-content {
        width: 370px !important;
    }
    .contact-us-page .contact-map {
        width: calc(100% - 370px) !important;
    }
}
@media screen and (max-width: 767.98px) {
    .contact-us-form .elementor-field-group textarea.elementor-field-textual {
        min-height: 147px;
    }
    .contact-us-form .elementor-form-fields-wrapper {
        display: block;
    }
    .contact-us-form .elementor-field-group {
        margin-bottom: 12px;
    }
    .contact-us-form .elementor-field-type-submit button > span {
        text-align: center;
        margin-top: -10px;
    }
    .contact-us-page .elementor-section-boxed.section-location .elementor-container {
        display: flex;
        flex-direction: column;
    }
    .contact-us-page .contact-map {
        order: 2;
        width: 100% !important;
    }
    .contact-us-page .contact-map-content {
        order: 1;
        width: 100% !important;
    }
    .contact-us-page .rey-siteContent .elementor-widget-image img {
        max-width: 282px;
        height: 175px;
    }
    .contact-us-page .elementor-widget-google_maps iframe {
        min-height: 592px;
    }
    .contact-us-page .rey-pageTitle.entry-title {
        font-weight: 500;
        font-size: 48px;
        line-height: 58px;
        color: #595955;
        margin-bottom: 65px;
        margin-bottom: 35px;
    }
    .contact-us-page .rey-siteContent .elementor-widget-heading h2 {
        font-weight: 500;
        font-size: 48px;
        line-height: 58px;
        text-align: center;
        color: #595955;
        margin-bottom: 37px;
    }
    .contact-us-page .descrip-page.elementor-widget:not(:last-child) {
        margin-bottom: 0;
    }
    .contact-us-page .rey-siteMain .elementor-section .elementor-column {
        padding: 0 20px;
        margin-bottom: 12px !important;
    }
    .elementor-field-type-textarea textarea {
        min-height: 148px;
    }
    .contact-us-form .elementor-field-type-submit button span.elementor-button-text {
        margin-top: 0;
        margin-right: 0;
    }
    .contact-us-page .elementor-section-boxed.section-location {
        margin-top: 10px;
    }
    .contact-us-page .elementor-container .elementor-column.contact-map-content {
        margin-bottom: 0 !important;
        padding: 31px 20px 47px;
    }
    .contact-map-content .elementor-icon-list-items {
        margin: 40px auto 0 !important;
    }
    .contact-us-page .elementor-section .elementor-column.contact-map {
        padding: 0;
        margin-bottom: 0 !important;
    }
    .contact-map-content .elementor-icon-list-items .elementor-icon-list-icon {
        margin-top: 0;
    }
    .contact-map-content .elementor-icon-list-items .elementor-icon-list-icon > svg {
        margin-top: -5px;
    }
}
/**
 *  ------------------ End Contact Us Page ------------------------
 *  ------------------ All Blog ------------------------
*/
.cus-blog-list .reyEl-bPostGrid-item {
    display: flex;
    flex-direction: column;
    width: 100%;
}
.cus-blog-list .reyEl-bPostGrid-item:not(:first-child) {
    margin-top: 30px;
}
.blog-list .cus-blog-main-heading .elementor-heading-title {
    margin-top: 7px;
    color: #595955;
}
.cus-blog-list .reyEl-bPostGrid-item .reyEl-bpost-thumb {
    order: 1;
    margin-bottom: 26px;
}
.cus-blog-list .reyEl-bPostGrid-item > div:not(:first-child),
.cus-blog-list .reyEl-bPostGrid-item > h3 {
    max-width: 861px;
    margin: 0 auto;
    padding: 0 15px;
    text-align: left;
    width: 100%;
}
.cus-blog-list .reyEl-bPostGrid-item div.rey-postInfo,
.cus-blog-list .reyEl-bPostGrid-item .reyEl-bpost-title,
.cus-blog-list .reyEl-bPostGrid-item .reyEl-bpost-content,
.cus-blog-list .reyEl-bPostGrid-item .reyEl-bpost-footer {
    max-width: 861px;
    margin: 0 auto;
    padding: 0 15px;
	text-align: left;
    width: 100%;
}
.cus-blog-list .reyEl-bPostGrid-item .reyEl-bpost-content {
    font-family: "Cormorant", sans-serif;
    font-size: 16px;
    line-height: 19px;
    color: #000000;
    margin-bottom: 28px;
}
.cus-blog-list .reyEl-bPostGrid-itemInner {
    display: flex;
    flex-direction: column;
    width: 100%;
}
.cus-blog-list .reyEl-bPostGrid-item .reyEl-bpost-title {
    margin: 0 auto 20px;
}
.cus-blog-list .reyEl-bPostGrid-item > h3 {
    margin: 0 auto 20px;
}
.cus-blog-list .reyEl-bPostGrid-item div.rey-postInfo {
    order: 3;
    margin: 0 auto 22px;
    pointer-events: none;
}
.cus-blog-list .reyEl-bPostGrid-item .reyEl-bpost-title {
    order: 2;
}
.cus-blog-list .reyEl-bPostGrid-item .reyEl-bpost-title a {
    position: relative;
}
.cus-blog-list .reyEl-bPostGrid-item .reyEl-bpost-title a:after {
    content: "";
    position: absolute;
    width: 100%;
    height: var(--btn-line-size, 2px);
    display: block;
    bottom: 0;
    left: 0;
    background: currentColor;
    -webkit-transition: opacity 0.4s var(--easeoutcubic),-webkit-transform 0.4s var(--easeoutcubic);
    transition: opacity 0.4s var(--easeoutcubic),-webkit-transform 0.4s var(--easeoutcubic);
    transition: transform 0.4s var(--easeoutcubic),opacity 0.4s var(--easeoutcubic);
    transition: transform 0.4s var(--easeoutcubic),opacity 0.4s var(--easeoutcubic),-webkit-transform 0.4s var(--easeoutcubic);
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: center right;
    transform-origin: center right;
}
.cus-blog-list .reyEl-bPostGrid-item .reyEl-bpost-title a:hover:after {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
    -webkit-transform-origin: center left;
    transform-origin: center left;
}
.cus-blog-list .reyEl-bPostGrid-item .reyEl-bpost-content {
    order: 4;
}
.cus-blog-list .reyEl-bPostGrid-item .reyEl-bpost-footer {
    align-items: center;
    display: flex;
    order: 5;
}
.cus-blog-list .reyEl-bPostGrid-item .rey-postInfo span,
.cus-blog-list .reyEl-bPostGrid-item .rey-postInfo span a {
    font-family: "Cinzel", sans-serif;
    font-size: 14px;
    line-height: 19px;
    color: #CDA788;
    font-weight: 400;
}
.cus-blog-list .rey-postAuthor + .rey-entryDate:before {
    margin-right: 5px;
}
.cus-blog-list .reyEl-bPostGrid-item .reyEl-bpost-content p {
    font-family: "Cormorant", sans-serif;
    font-size: 16px;
    line-height: 19px;
    color: #000000;
    margin-bottom: 28px;
}
.cus-blog-list .reyEl-bPostGrid-item .reyEl-bpost-footer .btn-line-active {
    font-family: "Cinzel", sans-serif;
    font-size: 10px;
    line-height: 13px;
    color: #B0541E;
    font-weight: 400;
}
.cus-blog-list .reyEl-bPostGrid-item .reyEl-bpost-footer .btn-line-active:after {
    height: 1px;
    width: 98.5%;
    left: 2px;
    bottom: 3px;
}
.cus-blog-list .reyEl-bPostGrid-item .reyEl-bpost-footer .rey-postDuration {
    font-family: "Cinzel", sans-serif;
    font-size: 10px;
    margin-top: -4px;
    line-height: 13px;
    color: #595955;
    font-weight: 400;
    position: relative;
}
.cus-blog-list .reyEl-bPostGrid-item .reyEl-bpost-footer .rey-postDuration:before {
    content: '.';
    left: -5px;
    bottom: 0;
    color: #B0541E;
    position: absolute;
}
.cus-blog-main-heading:after {
    left: 49.3% !important;
}
.cus-blog-list .rey-pagination {
    display: flex;
    align-items: center;
}
.cus-blog-list .rey-pagination .page-numbers {
    font-family: "Cormorant", sans-serif;
    font-size: 23.3333px;
    line-height: 28px;
    color: #B0541E;
    width: auto;
    height: auto;
    margin: 0 28px 0 0;
}
.cus-blog-list .rey-pagination .page-numbers:hover {
    color: #B0541E;
    font-weight: bold;
}
.cus-blog-list .rey-pagination .page-numbers.current {
    line-height: 28px;
    border: none;
    font-weight: bold;
    color: #B0541E;
}
.cus-blog-list .rey-pagination .prev,
.cus-blog-list .rey-pagination .next {
    border: 1px solid #B0541E;
    width: 77px;
    height: 41px;
    border-radius: 35px;
}
@media screen and (max-width: 1024px) {
    .cus-blog-list .reyEl-bPostGrid-item {
        max-width: 100%;
        flex: 100%;
    } 
}
@media screen and (max-width: 767.98px) {
    .cus-blog-list .reyEl-bPostGrid-item .reyEl-bpost-content p {
        margin-bottom: 33px;
    }
    .cus-blog-list {
        padding: 0 20px;
    }
    .cus-blog-list .reyEl-bPostGrid-item > div:not(:first-child), 
    .cus-blog-list .reyEl-bPostGrid-item > h3 {
        max-width: 100%;
        padding: 0;
    }
    body .elementor .cus-blog-list .reyEl-bPostGrid-item .reyEl-bpost-title {
        font-weight: 500;
        font-size: 36px;
        line-height: 44px;
        color: #595955;
    }
    body .elementor .elementor-element.elementor-element-be5defa .elementor-heading-title {
        font-size: 48px;
        line-height: 58px;
    }
    body .elementor .cus-blog-main-heading:after {
        left: 50% !important;
        bottom: -38px;
        height: 26px;
    }
    body .elementor .cus-blog-main-heading {
        margin-bottom: 86px!important;
    }
    .cus-blog-list .reyEl-bPostGrid-item .reyEl-bpost-thumb {
        margin-bottom: 30px;
    }
    .blog-list .rey-siteContent .elementor-section.elementor-section-boxed>.elementor-container {
        padding: 27px 0px 42px 0px !important;
    }
    .cus-blog-list .reyEl-bPostGrid-item:not(:first-child) {
        margin-top: 18px;
    }
}
/**
 *  ------------------ End All Blog ------------------------
*/
/**
 *  ------------------ Blog Detail------------------------
*/
.blog-details .rey-postCategories ul {
    display: none;
}
.blog-details .rey-postInfo .rey-postAuthor,
.blog-details .rey-postInfo .rey-entryComment,
.blog-details .rey-postInfo .rey-postDuration {
    display: none;
}
.cus-blog-list .reyEl-bPostGrid-item .reyEl-bpost-thumb {
    max-width: 913px;
    width: 100%;
    margin: 0 auto 26px;
    height: 551px;
}
.cus-blog-list .reyEl-bPostGrid-item .reyEl-bpost-thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.rey-siteMain.post-width--c .rey-siteMain-inner.blog-details {
    max-width: 950px;
    width: 100%;
}
.blog-details .rey-entryDate:before {
    display: none;
}
.blog-details .rey-postTitle.entry-title {
    position: relative;
    font-family: "Cormorant", sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 62px;
    line-height: 63.61px;
    color: #595955;
    margin-bottom: 100px;
    text-align: center;
}
.blog-details .rey-postTitle.entry-title:after {
    content: '';
    width: 1px;
    height: 34px;
    background-color: #B0541E;
    display: block;
    position: absolute;
    left: 50%;
    bottom: -61px;
    transform: translatex(-50%);
}
.single .blog-details .rey-postItem .rey-postMedia {
    max-width: 950px;
    margin: 0 auto 59px;
    height: 573px;
}
.single .blog-details .rey-postItem .rey-postMedia img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.blog-details .rey-postContent {
    max-width: 950px;
    margin: 0 auto;
}
.blog-details .rey-postContent h3 {
    font-family: "Cinzel", sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 19px;
    color: #000000;
    text-transform: uppercase;
    max-width: 910px;
    margin: 0 auto 56px;
}
.blog-details .rey-postContent p {
    font-family: "Cormorant", sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 19px;
    color: #000000;
    max-width: 910px;
    margin: 0 auto 19px;
}
.rey-postSocialShare.--colored li a {
    background: none !important;
    padding: 0;
}
.rey-postSocialShare.--colored li a svg {
    color: #B0541E;
}
.nav-links .nav-previous,
.nav-links .nav-next {
    flex-basis: unset;
    max-width: 176px;
    width: 100%;
    padding: 0;
}
.nav-links .nav-previous > a,
.nav-links .nav-next > a {
    display: inline-block;
    width: 100%;
}
.blog-details .rey-postNav.post-navigation {
    margin-top: 0; 
}
.nav-links .nav-previous > a span:not(.rey-postNav__meta),
.nav-links .nav-next > a span:not(.rey-postNav__meta) {
    display: none;
}

.blog-details .rey-postFooter {
    max-width: 50%;
    margin: 0 auto;
    border: none;
    padding-top: 40px;
    position: relative;
    z-index: 1;
}
.blog-details .rey-postFooter ul {
    padding-top: 0;
}
.blog-details .rey-postFooter ul li {
    margin-left: 0;
    margin-right: 9px;
}
.blog-details .rey-postFooter:after {
    content: 'Share';
    font-family: "Cinzel", sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 10px;
    line-height: 13px;
    color: #B0541E;
    position: absolute;
    left: 0;
    right: 0;
    top: 17px;
    text-align: center;
}
.blog-details .rey-postFooter:before {
    display: none;
}
.blog-details .wp-block-image {
    margin-bottom: 30px;
}
.blog-details .wp-block-columns {
    margin-bottom: 33px;
    margin-top: 51px;
}
.blog-details .post-navigation {
    max-width: 950px;
    margin: 0 auto;
}
.blog-details .wp-block-columns .wp-block-column:not(:first-child) {
    margin-left: 18px;
}
.blog-details .rey-postNav .nav-links {
    margin-top: -43px;
}
.blog-details + .newsletter-form-post .widget ,
.blog-details + .newsletter-form-post .rey-sidebarInner-inside {
    max-width: 370px;
    margin: 0 auto;
}
.blog-details .rey-postInfo .rey-entryDate a {
    font-family: "Cinzel", sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 19px;
    text-align: center;
    color: #CDA788;
    text-decoration: none;
    pointer-events: none;
}
.newsletter-form-post form > p,
.newsletter-form-post .rey-sidebarInner-inside form > p {
    font-family: "Cinzel", sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 19px;
    text-align: center;
    color: #000000;
    text-transform: uppercase;
    margin-bottom: 13px;
}
.klaviyo_field_group {
    position: relative;
}
.klaviyo_field_group button {
    position: absolute;
    font-size: 0;
    background: url('../images/arrow-blog.svg');
    width: 40px;
    height: 7px;
    background-size: 40px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 17px;
}
.blog-details .rey-postHeader {
    margin-bottom: 23px;
    padding-top: 0 !important;
}
body.single.theme-rey .rey-siteContainer  {
    margin-top: 0;
    padding-bottom: 68px;
    padding-top: 30px;
}
.rey-siteContent .newsletter-form-post {
    margin-top: 61px;
}
.blog-details .rey-postContent > .wp-block-image img {
    height: 632px;
    object-fit: cover;
    width: 100%;
}
.blog-details .rey-postContent > .wp-block-image,
.blog-details .rey-postContent > .wp-block-gallery {
    max-width: 100%;
    width: 100%;
    margin: 71px auto 20px;
}
.newsletter-form-post .klaviyo_field_group input,
.blog-details + .newsletter-form-post .rey-sidebarInner-inside input {
    max-width: 360px;
    height: 41px;
    margin: 0 auto;
    border: 1px solid #B0541E;
    border-radius: 0;
    padding: 8px 55px 11px 12px;
}
.newsletter-form-post .klaviyo_field_group input::placeholder,
.blog-details + .newsletter-form-post .rey-sidebarInner-inside input::placeholder {
    font-family: "Cormorant", sans-serif;
    font-size: 14px;
    color: #000000;
	opacity: 1;
}
.newsletter-form-post .klaviyo_field_group button,
.blog-details + .newsletter-form-post .rey-sidebarInner-inside button {
    height: 40px;
    width: 40px;
    font-size: 0 !important;
    background: transparent !important;
    padding: 11px 10px;
}
.newsletter-form-post .klaviyo_field_group button:after,
.blog-details + .newsletter-form-post .rey-sidebarInner-inside button:after {
    content: "";
    background: url('../images/arrow-rig.svg') no-repeat;
    width: 40px;
    height: 7px;
    position: absolute;
    background-position: right;
    animation: none;
    margin: 0;
    border: none;
    left: unset;
    top: unset;
}
.newsletter-form-post .klaviyo_field_group button:hover:after,
.blog-details + .newsletter-form-post .rey-sidebarInner-inside button:hover:after {
    width: 30px;
    transition: 0.3s all;
}
@media screen and (min-width: 768px) {
    .nav-links .nav-previous > a span.rey-postNav__meta,
    .nav-links .nav-next > a span.rey-postNav__meta {
        max-width: 176px;
        height: 44px;
        border: 1px solid #B0541E;
        box-sizing: border-box;
        border-radius: 35px;
        position: relative;
        line-height: 44px;
        font-family: "Cinzel", sans-serif;
        font-style: normal;
        font-weight: normal;
        font-size: 14px;
        color: #B0541E;
        text-transform: uppercase;
        letter-spacing: -1px;
        word-spacing: 4px;
        text-align: center;
    }
    .nav-links .nav-previous > a span.rey-postNav__meta:after,
    .nav-links .nav-next > a span.rey-postNav__meta:after {
        content: "";
        width: 40px;
        height: 7px;
        position: absolute;
        background-position: right;
        background: url('../images/arrow-rig.svg') no-repeat;
        background-size: 100% 100%;
        transform: translateY(-50%);
        top: 50%;
    }
    .nav-links .nav-previous > a:hover span.rey-postNav__meta:after, 
    .nav-links .nav-next > a:hover span.rey-postNav__meta:after{
        width: 30px;
        /* transition: width ease 0.3s; */
    }
    .nav-links .nav-previous > a span.rey-postNav__meta {
        padding-left: 41px;
    }
    .nav-links .nav-next > a span.rey-postNav__meta {
        padding-right: 51px;
    }
    .nav-links .nav-next > a span.rey-postNav__meta:after {
        right: 25px;
    }
    .nav-links .nav-previous > a span.rey-postNav__meta:after {
        transform: translateY(-50%) rotate(180deg);
        left: 13px;
    }
}
@media screen and (max-width: 767.98px){
    .blog-details .wp-block-image {
        margin-bottom: 0;
    }
    .single .blog-details .rey-postItem .rey-postMedia {
        margin: 0 auto 38px;
    }
    .rey-siteContent .newsletter-form-post {
        margin-bottom: 6px;
    }
}
@media screen and (max-width: 450px) {
    .cus-blog-list .reyEl-bPostGrid-item .reyEl-bpost-thumb,
    .single .blog-details .rey-postItem .rey-postMedia {
        height: 226px;
    }
}
/**
 *  ------------------ End Blog Detail ------------------------
*/

.single-post .rey-siteContent .rey-postItem .rey-postItem-catText{
    display: none !important;
    margin: 0;
    padding: 0;
    position: unset;
}

.single-format-standard .rey-postComments{
    display: none;
}

.klaviyo_messages {
    max-width: 360px;
    margin: 0 auto;
}

.klaviyo_messages .error_message {
    font-family: "Cormorant", sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 12px;
    line-height: 15px;
    color: #cf2929;
    margin-top: 5px;
}
.klaviyo_messages .success_message {
    font-family: "Cormorant", sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 12px;
    line-height: 15px;
    color: #B0541E;
    margin-top: 5px;
}

body.single.single-post {
    background: #fff;
}

@media screen and (max-width: 767px){
    .blog-details .rey-postTitle.entry-title{
        font-family: Cormorant;
        font-style: normal;
        font-weight: 500;
        font-size: 48px;
        line-height: 58px;
        text-align: center;
        color: #595955;
        margin-bottom: 68px;
    }

    .blog-details .rey-postTitle.entry-title:after{
        bottom: -42px;
        height: 26px;
    }

    .single .rey-siteMain {
        padding: 0 20px;
    }

    .blog-details .rey-postHeader{
        margin-bottom: 13px;
    }

    .blog-details .rey-postContent h3{
        margin-top: 0;
        margin-bottom: 28px;
    }

    .blog-details .rey-postContent p{
        margin-bottom: 20px;
    }

    .blog-details .rey-postContent p:last-child {
        margin-bottom: 0;
    }

    .blog-details  .rey-postContent p + .wp-block-columns{
        margin: 43px 0;
        flex-wrap: nowrap;
    }
    .blog-details .wp-block-columns .wp-block-column:not(:first-child) {
        margin-left: 7px;
    }

    .rey-siteMain.post-width--c .rey-siteMain-inner.blog-details >.status-publish{
        margin-bottom: 16px;
    }

    .nav-links .nav-previous > a span, 
    .nav-links .nav-next > a span{
        font-family: Cinzel;
        font-style: normal;
        font-weight: normal;
        font-size: 14px;
        line-height: 19px;
        color: #B0541E;
        text-transform: uppercase;
        display: inline-block;
        border-bottom: 1px solid #B0541E;
    }

    .blog-details .rey-postNav .nav-links{
        margin-top: -94px;
        margin-bottom: 110px;
    }

    .blog-details .rey-postFooter{
        margin-top: 45px;
        margin-bottom: 7px;
    }
    .blog-details .rey-postContent > .wp-block-image {
        margin-top: 43px;
    }
    .blog-details .rey-postContent > .wp-block-image img {
        width: 100%;
    }
    .blog-details + .newsletter-form-post .rey-sidebarInner-inside {
        max-width: 100%;
        width: 100%;
    }
    .blog-details + .newsletter-form-post .rey-sidebarInner-inside input {
        max-width: 100%;
        width: 100%;
    }
    .single .newsletter-mobile-sec {
        display: none;
    }
    .newsletter-form-post .rey-sidebarInner-inside form > p {
        margin-bottom: 21px;
    }
    .single .rey-siteContainer {
        padding-bottom: 40px;
    }
    .klaviyo_messages {
        max-width: 100%;
    }
}
@media screen and (max-width: 575px) {
    .blog-details .rey-postContent > .wp-block-image img {
        height: 249px;
    }
}
/**
 *  ------------------ End Blog Detail ------------------------
*/
/**
 *  ------------------ CMS Page ------------------------
*/
.cms-page .rey-pageTitle.entry-title {
    font-family: "Cormorant", sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 62px;
    line-height: 63px;
    text-align: center;
    color: #595955;
}
.cms-page .rey-pageContent h3 {
    font-family: "Cinzel", sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 25px;
    line-height: 30px;
    color: #595955;
}

.cms-page .rey-pageContent h4 {
    font-family: "Cinzel", sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 20px;
    color: #B0541E;
    margin-bottom: 15px;
}
.cms-page .rey-pageContent h4:not(:first-child) {
    margin-top: 30px;
}
.cms-page .rey-pageContent p,
.cms-page .rey-pageContent li {
    font-family: "Cormorant", sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 20px;
    color: #000000;
}
.cms-page .rey-pageContent li {
    padding-bottom: 5px;
}
.rey-pageContent .wp-block-group .wp-block-group__inner-container ul {
    padding-left: 20px;
    margin-bottom: 0;
}
.rey-pageContent .wp-block-group .wp-block-group__inner-container p {
    padding-left: 20px;
}
@media screen and (max-width: 767px) {
    .cms-page .rey-pageTitle.entry-title {
        font-size: 48px;
        line-height: 58px;
    }
    .cms-page .rey-pageContent h3 {
        font-family: "Cinzel", sans-serif;
        font-style: normal;
        font-weight: 500;
        font-size: 20px;
        line-height: 30px;
        color: #595955;
    }
}
/**
 *  ------------------ End CMS Page ------------------------
*/

body.cms-page {
    background: #fff;
}
.cms-page .rey-pageTitle.entry-title {
    margin-bottom: 80px;
}
@media screen and (max-width: 767px) {
    .cms-page .rey-pageTitle.entry-title {
        margin-bottom: 30px;
    }
}

/**
 *  ------------------ Footer ------------------------
*/
.cust-footer .cus-footer-contact-details ul > li .elementor-icon-list-text {
    font-family: "Cormorant", sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 19px;
    color: #000000;
}
footer .elementor .cust-footer .cus-footer-contact-details ul > li .elementor-icon-list-icon svg {
    width: 16px;
}
footer .elementor .cust-footer .cus-footer-contact-details ul > .elementor-icon-list-item:first-child .elementor-icon-list-icon svg {
    width: 13px;
}

.cust-footer .elementor-column .reyEl-menuTitle {
    margin-bottom: 35px;
}
.cust-footer .reyEl-menu-navWrapper .reyEl-menu-nav li {
    line-height: 17px;
    margin-bottom: 2.5px;
}
.cust-footer .reyEl-menu-navWrapper .reyEl-menu-nav li a:after {
    height: var(--btn-line-size, 1px);
}
footer .elementor .elementor-element.newsletter-block > .elementor-element-populated {
    padding: 0 33px 0 0;
}
footer .elementor .elementor-element.logo-address > .elementor-element-populated {
    padding: 0 0 0 33px;
}
footer .elementor .elementor-element.cus-footer-copyright > .elementor-container {
    padding: 30px 33px 20px 33px;
}
footer .elementor .elementor-element.cust-footer > .elementor-container {
    padding: 40px 0 71px 0;
}
footer .cust-footer .elementor-column .cus-suscribe-form-klaviyo.u-links-anim-ul form input.needsclick {
    height: 41px !important;
    border-radius: 0 !important;
    width: 100%;
}
footer .elementor  .newsletter-block .elementor-element-populated  .elementor-element.elementor-widget-heading .elementor-widget-container {
    margin: 0 0 25px 0;
}
.cust-footer .elementor-container .elementor-column:last-child .elementor-element:nth-child(2) .elementor-widget-container p {
    margin-bottom: 14px;
}
.cust-footer .elementor-container .elementor-column:last-child .elementor-element:nth-child(5) {
    margin-top: 8px;
}
footer .cus-payment-option .elementor-element-populated .cus-payment-icon.elementor-element {
    margin-bottom: 0;
}
footer .cus-payment-option .elementor-element-populated .cus-payment-icon.elementor-element p {
    margin-bottom: 0;
}

footer .cust-footer .cus-suscribe-form-klaviyo [component="[object Object]"]:last-child button:focus {
    box-shadow: none !important;
}
footer .cust-footer .cus-suscribe-form-klaviyo [component="[object Object]"]:last-child {
    right: 0;
    padding: 0 !important;
}

footer .cust-footer .cus-suscribe-form-klaviyo [component="[object Object]"]:last-child button:after {
    animation: none;
    margin: 0;
    border: none;
    left: unset;
    top: unset;
    cursor: pointer;
}
footer .elementor .elementor-element.elementor-widget-reycore-header-logo .rey-siteLogo img, 
footer .elementor .elementor-element.elementor-widget-reycore-header-logo .rey-siteLogo .custom-logo {
    max-width: 255px;
    max-height: 41px;
    width: 100%;
}
footer .cus-payment-option .elementor-widget-text-editor .elementor-widget-container p {
    margin-bottom: 0;
}
@media screen and (min-width: 1426px) and (max-width: 1440px) {
    footer .elementor .elementor-element.newsletter-block {
        max-width: 393px;
        width: 100%;
    }
}
@media screen and (max-width: 1199.98px) {
    footer .elementor .copyright-bottom .elementor-element > .elementor-widget-container,
    footer .elementor .elementor-element.cus-payment-text > .elementor-widget-container {
        margin: 0 0 20px 0;
    }
}
@media screen and (max-width: 1024px) {
    footer .elementor .elementor-element.logo-address > .elementor-element-populated {
        padding: 0 0 0 18px;
    }
    footer .elementor .elementor-element.item-shop {
        padding-left: 33px;
    }
}
@media screen and (max-width: 991.98px) {
    .cust-footer .elementor-column .reyEl-menuTitle {
        margin-bottom: 20px;
    }
    footer .elementor .elementor-element.cust-footer > .elementor-container {
        padding: 47px 0;
    }
}
@media screen and (max-width: 767.98px) {
    footer .elementor .item-support .elementor-element.reyEl-menu--vertical .reyEl-menu-nav .menu-item > a {
        font-size: 18px;
        line-height: 27px;
    }
    footer.rey-siteFooter.rey-siteFooter--custom .elementor .cus-footer-copyright .copyright-bottom .elementor-element {
        margin: 0;
    }
    footer.rey-siteFooter.rey-siteFooter--custom section.cus-footer-copyright ul.elementor-icon-list-items li.elementor-icon-list-item {
        margin: 0 0 18px 0;
    }
    footer .elementor-section .elementor-column {
        padding: 0 20px;
    }
    footer .elementor .elementor-element.logo-address > .elementor-element-populated {
        padding: 0;
    }
    footer .elementor .elementor-element.cust-footer > .elementor-container > .elementor-column:first-child {
        margin-bottom: 33px;
    }
    footer .elementor .elementor-element.newsletter-block > .elementor-element-populated {
        padding: 0;
        margin: 0 0 14px 0;
    }
    footer.rey-siteFooter.rey-siteFooter--custom .cust-footer .mobile-menu {
        padding: 20px 0;
    }
    footer.rey-siteFooter.rey-siteFooter--custom .cust-footer .mobile-menu h4.reyEl-menuTitle:before {
        font-size: 40px;
        width: 16px;
        height: 16px;
        top: 2px;
        right: 15px;  
    }
    footer .elementor .elementor-element.item-shop {
        padding-left: 20px;
    }
    footer.rey-siteFooter.rey-siteFooter--custom .cust-footer .mobile-menu h4.reyEl-menuTitle:before {
        content: '' !important;
        background: url('../images/plus.svg') no-repeat;
        background-size:  16px;
    }
    footer.rey-siteFooter.rey-siteFooter--custom .cust-footer .mobile-menu h4.reyEl-menuTitle.--active:before {
        content: '' !important;
        background: url('../images/minus.svg') no-repeat;
        background-size:  16px;
        top: 7px;
    }
    .cust-footer .reyEl-menu-navWrapper .reyEl-menu-nav li {
        margin-bottom: 14.5px;
    }
    .cust-footer .reyEl-menu-navWrapper .reyEl-menu-nav li:last-child {
        margin-bottom: 5px;
    }
    footer.rey-siteFooter.rey-siteFooter--custom .cust-footer .mobile-menu ul {
        margin-top: 23px;
    }
    footer .elementor .copyright-bottom .elementor-element > .elementor-widget-container {
        margin: 0 0 40px 0;
    }
    footer .elementor .elementor-element.cus-payment-text > .elementor-widget-container {
        margin: 0 0 27px 0;
    }
    footer .elementor .elementor-element.cust-footer > .elementor-container {
        padding: 47px 0 0;
    }
    footer .elementor .elementor-element.cus-footer-copyright > .elementor-container {
        padding: 15px 5px;
    }
    footer .elementor .cust-footer .cus-footer-contact-details ul > li .elementor-icon-list-icon svg {
        width: 16px;
    }
}
/**
 *  ------------------ End Footer ------------------------
*/

.rey-siteFooter .klaviyo-form form.klaviyo-form .needsclick[data-testid="form-row"]:first-child .ql-editor span.ql-font-verdana {
    font-size: 18px !important;
    display: block;
    font-family: "Cormorant", sans-serif;
}
.rey-siteFooter .klaviyo-form form.klaviyo-form .needsclick[data-testid="form-row"]:last-child [component="[object Object]"]:last-child {
    position: relative !important;
    transition: none !important;
    top: 0;
}
.rey-siteFooter .cust-footer .cus-suscribe-form-klaviyo [component="[object Object]"]:last-child {
    position: relative !important;
    top: 0;
}
.rey-siteFooter .cust-footer .cus-suscribe-form-klaviyo [component="[object Object]"]:last-child {
    right: 0;
    padding: 0 !important;
    transform: none !important;
}
.rey-siteFooter .klaviyo-form form.klaviyo-form .needsclick[data-testid="form-row"]:last-child span.ql-font-verdana {
    font-size: 14px;
    margin-top: 5px;
    display: block;
    font-family: "Cormorant", sans-serif;
}
.rey-siteFooter .klaviyo-form form.klaviyo-form .needsclick[data-testid="form-row"]:first-child .ql-editor p br {
    display: none;
}
.rey-siteFooter .cust-footer .cus-suscribe-form-klaviyo {
    border: none;
}
footer.rey-siteFooter .cust-footer .elementor-column .cus-suscribe-form-klaviyo.u-links-anim-ul form input[name="email"] {
    border: 1px solid #B0541E !important;
    width: 100%;
    padding-right: 50px !important;
}
footer.rey-siteFooter .cust-footer .elementor-column .cus-suscribe-form-klaviyo.u-links-anim-ul form input[name="email"]:hover {
    border-color: #B0541E !important;
}
.rey-siteFooter .cust-footer .cus-suscribe-form-klaviyo [component="[object Object]"]:last-child button {
    position: absolute !important;
    right: 0;
}
footer .elementor .elementor-element.cus-footer-contact-details .elementor-icon-list-item a {
    position: relative;
}
footer .elementor .elementor-element.cus-footer-contact-details .elementor-icon-list-item a:hover {
    color: #000;
}
footer .elementor .elementor-element.cus-footer-contact-details .elementor-icon-list-item a:after{
    content: "";
    left: 0;
    position: absolute;
    width: 100%;
    height: var(--btn-line-size, 1px);
    display: block;
    bottom: 0;
    background: currentColor;
    -webkit-transition: opacity 0.4s var(--easeoutcubic),-webkit-transform 0.4s var(--easeoutcubic);
    transition: opacity 0.4s var(--easeoutcubic),-webkit-transform 0.4s var(--easeoutcubic);
    transition: transform 0.4s var(--easeoutcubic),opacity 0.4s var(--easeoutcubic);
    transition: transform 0.4s var(--easeoutcubic),opacity 0.4s var(--easeoutcubic),-webkit-transform 0.4s var(--easeoutcubic);
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: center right;
    transform-origin: center right;
}
footer .elementor .elementor-element.cus-footer-contact-details .elementor-icon-list-item a:hover:after {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
    -webkit-transform-origin: center left;
    transform-origin: center left;
}
.rey-siteFooter .elementor .elementor-element.newsletter-mobile-sec .needsclick[data-testid="form-row"]:last-child [component="[object Object]"]:first-child .needsclick:hover {
    border-color: #B0541E !important;
}
.elementor .newsletter-block .elementor-element:nth-child(5) > .elementor-widget-container {
    display: flex;
}
.elementor .newsletter-block .elementor-element:nth-child(5) > .elementor-widget-container > a:last-child i:before {
    font-size: 19px;
}
@media screen and (max-width: 767.98px) {
    body.home footer .newsletter-mobile-sec {
        background-color: #fff !important;
    }
    footer .klaviyo-form.klaviyo-form.klaviyo-form .kl-private-reset-css-Xuajs1 input {
        background: #fff !important;
    }
    footer .cus-payment-option .elementor-element-populated .cus-payment-icon.elementor-element p {
        text-align: center;
    }
    footer .cus-payment-option .elementor-element-populated .cus-payment-icon.elementor-element {
        width: 100%;
    }
    footer .elementor .elementor-element.cus-payment-icon .elementor-icon-list-icon svg {
        width: 30px;
    }
    footer.rey-siteFooter.rey-siteFooter--custom section.cus-footer-copyright ul.elementor-icon-list-items li:nth-child(5) svg,
    footer.rey-siteFooter.rey-siteFooter--custom section.cus-footer-copyright ul.elementor-icon-list-items li:nth-child(6) svg {
        width: 77px;
    } 
    footer.rey-siteFooter.rey-siteFooter--custom section.cus-footer-copyright ul.elementor-icon-list-items li.elementor-icon-list-item {
        display: inline-block;
        width: auto;
        flex: unset !important;
        margin-right: 8px!important;
    }
    footer.rey-siteFooter.rey-siteFooter--custom section.cus-footer-copyright ul.elementor-icon-list-items li:nth-child(6) {
        margin-right: 0 !important;
    }
    footer .elementor .elementor-element.newsletter-mobile-sec > .elementor-container {
        padding: 27px 0 41px !important;
    }
    footer .elementor .newsletter-mobile-sec .elementor-element.elementor-widget-heading {
        margin-bottom: 6px;
    }
    footer .elementor .newsletter-mobile-sec .elementor-element.elementor-widget-text-editor:nth-child(2) {
        margin-bottom: 0;
    }
    footer .elementor .newsletter-mobile-sec .elementor-element.elementor-widget-text-editor:nth-child(2) > .elementor-widget-container {
        margin-bottom: 0;
    }
    .rey-siteFooter .elementor .elementor-element.newsletter-mobile-sec .needsclick[data-testid="form-row"]:last-child [component="[object Object]"]:first-child .needsclick {
        display: block !important;
        width: 100%;
    }
    .klaviyo-form.klaviyo-form.klaviyo-form .kl-private-reset-css-Xuajs1 input {
        border-radius: 0px !important;
        border: 1px solid #B0541E !important;
        height: 41px !important;
        padding: 10px 60px 10px 13px !important;
        background: #F7F7F7 !important;
        font-family: "Cormorant", sans-serif !important;
        font-size: 14px !important;
        color: #000000 !important;
    }
    .klaviyo-form.klaviyo-form.klaviyo-form .kl-private-reset-css-Xuajs1 input:hover {
        border: 1px solid #B0541E !important;
    }
    .klaviyo-form.klaviyo-form.klaviyo-form .kl-private-reset-css-Xuajs1 input:focus {
        box-shadow: none !important;
        outline: none !important;
    }
    .klaviyo-form.klaviyo-form.klaviyo-form .kl-private-reset-css-Xuajs1 input::placeholder {
        font-family: "Cormorant", sans-serif !important;
        font-size: 14px !important;
        color: #000000 !important;
    }
    footer .elementor .newsletter-mobile-sec .elementor-element.elementor-widget-text-editor:nth-child(2) p {
        max-width: 80%;
        width: 100%;
        margin: 0 auto 18px;
    }
    .klaviyo-form.klaviyo-form.klaviyo-form .kl-private-reset-css-Xuajs1 {
        padding: 0 !important;
        display: block !important;
        width: 100%;
    }
    .rey-siteFooter .elementor .elementor-element.newsletter-mobile-sec .needsclick[data-testid="form-row"]:last-child [component="[object Object]"]:last-child {
        position: absolute !important;
        right: 0;
        width: 100%;
    }
    .rey-siteFooter .elementor .elementor-element.newsletter-mobile-sec .needsclick[data-testid="form-row"]:last-child [component="[object Object]"]:last-child button {
        height: 40px;
        width: 40px;
        font-size: 0 !important;
        background: transparent !important;
        position: absolute;
        right: 0;
        top: -3px;
    }
    .rey-siteFooter .elementor .elementor-element.newsletter-mobile-sec .needsclick[data-testid="form-row"]:last-child [component="[object Object]"]:last-child button:focus {
        box-shadow: none !important;
    }
    .rey-siteFooter .elementor .elementor-element.newsletter-mobile-sec .needsclick[data-testid="form-row"]:last-child [component="[object Object]"]:last-child button:after {
        content: "";
        background: url('../images/arrow-rig.svg') no-repeat;
        width: 40px;
        height: 7px;
        position: absolute;
        background-position: right;
        animation: none;
        margin: 0;
        border: none;
        left: unset;
        top: unset;
        right: 13px;
    }
    .rey-siteFooter .elementor .elementor-element.newsletter-mobile-sec .needsclick[data-testid="form-row"]:last-child [component="[object Object]"]:last-child button:hover:after {
        width: 30px;
        transition: 0.3s all;
    }
    .klaviyo-form.klaviyo-form.klaviyo-form .kl-private-reset-css-Xuajs1 input + .kl-private-reset-css-Xuajs1 span {
        padding: 10px !important;
        font-family: "Cormorant", sans-serif !important;
    }
    .rey-siteFooter .elementor .elementor-element.newsletter-mobile-sec .needsclick[data-testid="form-row"]:last-child [component="[object Object]"]:first-child .needsclick:hover {
        border-color: #B0541E !important;
    }
    .elementor .newsletter-block .elementor-element:nth-child(6) > .elementor-widget-container > a {
        margin-top: 3px;
    }
    .elementor .newsletter-block .elementor-element:nth-child(6) > .elementor-widget-container > a:last-child i:before {
        font-size: 19px;
    }
    .elementor .newsletter-block .elementor-element:nth-child(6) > .elementor-widget-container {
        display: flex;
        align-items: center;
    }
    footer.rey-siteFooter .cust-footer .mobile-menu ul#menu-footer-shop {
        margin-top: 23px !important;
    }
    footer .reyEl-menu--vertical .reyEl-menu-nav a {
        font-size: 18px !important;
        line-height: 27px !important;
    }
}
@media (min-width: 600px) and (max-width: 781px) {
    body.single .wp-block-column:not(:only-child) {
        flex-basis: unset !important;
        width: calc((100% - 18px)/2);
    }
}
@media (max-width: 599px) {
    body.single .wp-block-column {
        flex-basis: unset !important;
        width: calc((100% - 18px)/2);
    }
}
@media (max-width: 413px) {
    footer.rey-siteFooter.rey-siteFooter--custom section.cus-footer-copyright ul.elementor-icon-list-items li.elementor-icon-list-item {
        margin-right: 5px!important;
    }
    footer .elementor .elementor-element.cus-payment-icon .elementor-icon-list-icon svg {
        width: 22px;
    }
    footer.rey-siteFooter.rey-siteFooter--custom section.cus-footer-copyright ul.elementor-icon-list-items li:nth-child(2) svg {
        width: 12px;
    }
    footer.rey-siteFooter.rey-siteFooter--custom section.cus-footer-copyright ul.elementor-icon-list-items li:nth-child(4) svg {
        width: 28px;
    }
    footer.rey-siteFooter.rey-siteFooter--custom section.cus-footer-copyright ul.elementor-icon-list-items li:nth-child(5) svg, 
    footer.rey-siteFooter.rey-siteFooter--custom section.cus-footer-copyright ul.elementor-icon-list-items li:nth-child(6) svg {
        width: 54px;
    }
}