/**
Theme Name: ReHORECA
Author: Enhance Digital Agency
Author URI: https://enhance.gr
Description: Astra is the fastest, fully customizable & beautiful theme suitable for blogs, personal portfolios and business websites. It is very lightweight (less than 50KB on frontend) and offers unparalleled speed. Built with SEO in mind, Astra comes with schema.org code integrated so search engines will love your site. Astra offers plenty of sidebar options and widget areas giving you a full control for customizations. Furthermore, we have included special features and templates so feel free to choose any of your favorite page builder plugin to create pages flexibly. Some of the other features: # WooCommerce Ready # Responsive # Compatible with major plugins # Translation Ready # Extendible with premium addons # Regularly updated # Designed, Developed, Maintained & Supported by Brainstorm Force. Looking for a perfect base theme? Look no further. Astra is fast, fully customizable and beautiful theme!
Version: 1.0.1
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: rehoreca
Template: astra
*/

:root {
    --orange: #ED832B;
    --brown: #452111;
    --green: #152C12;
    --dust-green: #496545;
    --banana: #FBFFD2;
    --beige: #E0DCD1;
    --celeste: #C4D1D9;
    --beige: #F9F7F2;
    --base-transition: 0.2s linear;
    --btn-offset: 2.5em;
    --bodym: 1.1rem;
    --nav-arrows: 32px;
}


/*
 * =====HEADER==========
 * */

#ast-desktop-header .main-header-menu>li.menu-item:before {
    --size: 0px;
    content: "";
    width: var(--size);
    height: var(--size);
    background-image: url("/wp-content/uploads/2026/05/leaf-orange-element-menu.svg");
    background-size: contain;
    background-repeat: no-repeat;
    background-origin: center;
    position: absolute;
    left: 50%;
    /* 	top:50%; */
    top: 0;
    transform: translate(-50%, -50%);
    opacity: 0;
    transition: opacity 0.25s linear, top 0.2s linear;
}

#ast-desktop-header .main-header-menu>li.current_page_item:before,
#ast-desktop-header .main-header-menu>li.menu-item:hover:before {
    --size: 16px;
    top: calc(50% - 24px);
    opacity: 1;
}

/*Member CTA*/


#ast-desktop-header li.member-cta.menu-item:before {
    content: none;
}

#ast-desktop-header li.member-cta.menu-item {
    line-height: 1.5;
}

#ast-desktop-header li.member-cta.menu-item a {
    background-color: var(--orange);
    color: white;
    height: unset;
    padding: 8px 12px;
}

#ast-desktop-header li.member-cta.menu-item:hover a {
    background-color: var(--brown);
    /* 	color:var(--orange); */
}

/*Mobile*/
#ast-mobile-popup li.member-cta.menu-item.current-menu-item a,
#ast-mobile-popup li.member-cta.menu-item a {
    background-color: var(--orange);
    color: white;
    width: max-content;
    margin-left: 20px;
    margin-top: 20px;
    padding: 12px 16px;
    line-height: 1em;
}

#ast-mobile-popup li.member-cta.menu-item:hover a {
    background-color: white;
    color: var(--orange);
}

/*Socials*/

.ast-header-social-wrap .header-social-inner-wrap a {
    transition: background var(--base-transition);
    -webkit-transition: background var(--base-transition);
    -moz-transition: background var(--base-transition);
    -ms-transition: background var(--base-transition);
    -o-transition: background var(--base-transition);
}

/*Off-Canvas Socials*/

#ast-mobile-popup .ast-mobile-popup-inner .header-widget-area {
    padding-left: 20px;
    margin-top: 80px;
}

#ast-mobile-popup .ast-mobile-popup-inner .elementor-icon-wrapper .elementor-icon {
    background-color: var(--orange);
}

#ast-mobile-popup .ast-mobile-popup-inner .elementor-icon-wrapper .elementor-icon:hover {
    background-color: white;
}

#ast-mobile-popup .ast-mobile-popup-inner .elementor-icon-wrapper .elementor-icon:hover svg {
    fill: var(--orange);
}

@media(max-width:767px) {
    #ast-seach-full-screen-form.ast-search-box.full-screen .search-form {
        width: 100%;
    }
}


/*
 * Page - Home
 * */

/* .home-team-item .elementor-widget-theme-post-featured-image {
    aspect-ratio: 1 / 1;
    filter: grayscale(1);
} */

@media(max-width:767px) {
    .home-team-item .elementor-widget-theme-post-featured-image img {
        max-width: 400px;
    }
}

/*Sunergates Carousel*/
.related-carousel .elementor-swiper-button svg path,
.about-poioi-carousel .elementor-swiper-button svg path,
.home-sunergates-carousel .elementor-swiper-button svg path {
    transition: fill var(--base-transition);
}

.related-carousel .elementor-swiper-button:hover svg path,
.about-poioi-carousel .elementor-swiper-button:hover svg path,
.home-sunergates-carousel .elementor-swiper-button:hover svg path {
    fill: var(--orange);
}

.home-sunergatis-img img {
    height: 75px;
    object-fit: contain;
}


.home-blog-loop-carousel .uc-active-item {
    display: none !important;
}

/*Nea*/

/* .home-blog-main-img img{
	height:525px;
} */

.home-blog-main-img a {
    display: block;
}

.home-blog-main-img img,
.home-blog-item-img img {
    aspect-ratio: 16 / 9;
    object-fit: cover;
}

.time-format .elementor-post-info__item--type-date {
    line-height: 1em;
}

.home-blog-loop-item:hover {
    color: unset;
}

.home-blog-loop-item .elementor-widget-image img {
    /* opacity: 0.3; */
    transition: opacity var(--base-transition);
    -webkit-transition: opacity var(--base-transition);
    -moz-transition: opacity var(--base-transition);
    -ms-transition: opacity var(--base-transition);
    -o-transition: opacity var(--base-transition);
}

.uc-active-item .home-blog-loop-item .elementor-widget-image img,
.home-blog-loop-item:hover .elementor-widget-image img {
    opacity: 1;
}

.home-blog-loop-item .home-blog-text {
    transition: background var(--base-transition);
}

.uc-active-item .home-blog-loop-item .home-blog-text,
.home-blog-loop-item:hover .home-blog-text {
    background-color: var(--beige);
}

#nomothetiko-side .owl-nav .fas:before,
#services-loop-slider .owl-nav .fas:before,
.home-blog-loop-slider .owl-nav .fas:before,
.home-blog-loop-carousel .owl-nav .fas:before {
    content: none;
}

#nomothetiko-side .owl-nav .fas,
#services-loop-slider .owl-nav .fas,
.home-blog-loop-slider .owl-nav .fas,
.home-blog-loop-carousel .owl-nav .fas {
    content: "";
    width: 1em;
    height: 1em;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    transition: background-image var(--base-transition);
}


#services-loop-slider .elementor-widget-container .owl-carousel .owl-nav .owl-prev,
.home-blog-loop-slider .elementor-widget-container .owl-carousel .owl-nav .owl-prev,
.home-blog-loop-carousel .elementor-widget-container .owl-carousel .owl-nav .owl-prev {
    left: -100px;
    box-shadow: none;
}

#services-loop-slider .elementor-widget-container .owl-carousel .owl-nav .owl-next,
.home-blog-loop-slider .elementor-widget-container .owl-carousel .owl-nav .owl-next,
.home-blog-loop-carousel .elementor-widget-container .owl-carousel .owl-nav .owl-next {
    right: -100px;
    box-shadow: none;
}

#services-loop-slider .elementor-widget-container .owl-carousel .owl-nav .owl-next {
    right: calc(32px - 100px);
}


#nomothetiko-side .elementor-widget-container .owl-carousel .owl-nav .owl-prev {
    left: -8px;
}

#nomothetiko-side .elementor-widget-container .owl-carousel .owl-nav .owl-next {
    right: 32px;
}

.elementor-element.home-blog-loop-slider .elementor-widget-container .owl-carousel .owl-nav .owl-next,
.elementor-element.home-blog-loop-slider .elementor-widget-container .owl-carousel .owl-nav .owl-prev {
    top: 358px;
    /* 	transform:translatey(-50%); */
}

@media(max-width:1366px) {

    #services-loop-slider .elementor-widget-container .owl-carousel .owl-nav .owl-prev,
    .home-blog-loop-slider .elementor-widget-container .owl-carousel .owl-nav .owl-prev,
    .home-blog-loop-carousel .elementor-widget-container .owl-carousel .owl-nav .owl-prev {
        left: -40px;
    }

    .home-blog-loop-slider .elementor-widget-container .owl-carousel .owl-nav .owl-next,
    .home-blog-loop-carousel .elementor-widget-container .owl-carousel .owl-nav .owl-next {
        right: -40px;
    }

    #services-loop-slider .elementor-widget-container .owl-carousel .owl-nav .owl-next {
        right: calc(32px - 40px);
    }
}

@media(max-width:767px) {

    .elementor-element.home-blog-loop-slider .elementor-widget-container .owl-carousel .owl-nav .owl-next,
    .elementor-element.home-blog-loop-slider .elementor-widget-container .owl-carousel .owl-nav .owl-prev {
        top: 308px;
    }

    .elementor-element.home-blog-loop-slider .elementor-widget-container .owl-carousel .owl-nav .owl-next {
        right: 12px !important;
    }

    .elementor-element.home-blog-loop-slider .elementor-widget-container .owl-carousel .owl-nav .owl-prev {
        left: 12px !important;
    }

    #services-loop-slider .elementor-widget-container .owl-carousel .owl-nav .owl-next {
        right: calc(32px - 20px);
    }

    #services-loop-slider .elementor-widget-container .owl-carousel .owl-nav .owl-prev {
        left: -20px;
    }
}

#nomothetiko-side .owl-nav .fa-arrow-left,
#services-loop-slider .owl-nav .fa-arrow-left,
.home-blog-loop-slider .owl-nav .fa-arrow-left,
.home-blog-loop-carousel .owl-nav .fa-arrow-left {
    background-image: url("/wp-content/uploads/2026/05/velaki-aristera.svg");
}

#nomothetiko-side .owl-nav .fa-arrow-left:hover,
#services-loop-slider .owl-nav .fa-arrow-left:hover,
.home-blog-loop-slider .owl-nav .fa-arrow-left:hover,
.home-blog-loop-carousel .owl-nav .fa-arrow-left:hover {
    background-image: url("/wp-content/uploads/2026/05/orange-left.svg");
}

#nomothetiko-side .owl-nav .fa-arrow-right,
#services-loop-slider .owl-nav .fa-arrow-right,
.home-blog-loop-slider .owl-nav .fa-arrow-right,
.home-blog-loop-carousel .owl-nav .fa-arrow-right {
    background-image: url("/wp-content/uploads/2026/05/velaki-dexia.svg");
}

#nomothetiko-side .owl-nav .fa-arrow-right:hover,
#services-loop-slider .owl-nav .fa-arrow-right:hover,
.home-blog-loop-slider .owl-nav .fa-arrow-right:hover,
.home-blog-loop-carousel .owl-nav .fa-arrow-right:hover {
    background-image: url("/wp-content/uploads/2026/05/orange-right.svg");
}

@media(min-width:767px) {
    .home-blog-loop-slider .elementor-widget-container .owl-carousel .owl-nav {
        display: none;
    }
}

/*
 * PINNED SECTION
 * */

.elementor-element.coat-img {
    width: max-content;
    z-index: 9;
}

.coat-img img {
    aspect-ratio: 1 / 1;
    width: 350px;
    object-fit: contain;
    object-position: center center;
}

.elementor-element.coat-img.deg--15 img {
    transform: rotate(-15deg);
}

.elementor-element.coat-img.deg--30 img {
    transform: rotate(-30deg);
}

.elementor-element.coat-img.deg-45 img {
    transform: rotate(45deg);
}

.elementor-element.coat-img.deg-150 img {
    transform: rotate(150deg);
}

.elementor-element.coat-img.flip-hor img {
    transform: scalex(-1);
}

.elementor-element.coat-img.deg-hor img {
    transform: scalex(-1) rotate(15deg);
}

/*
 * Page - About Us 
 * */

.founder-img img {
    width: 200px;
    aspect-ratio: 1 / 1;
    object-fit: contain;
}

@media(max-width:767px) {
    .founder-img img {
        width: 100%;
        height: 75px;
    }
}

.about-main-subtitle .elementor-heading-title {
    display: inline-block;
    line-height: 1em;
    height: calc(2 * 1em);
}

.about-omada-item .about-omada-img img {
    max-width: 400px;
}

/*
 * Page - Contact
 * */

.faq-accordion .elementor-widget-text-editor {
    color: var(--dust-green);
    font-size: var(--bodym);
}

.contact-info .elementor-widget-icon-box .elementor-icon-box-title,
.contact-info .elementor-widget-icon-box .elementor-icon-box-description {
    font-size: var(--bodym);
}

.contact-info .elementor-widget-icon-box .elementor-icon-box-description a {
    color: white;
}

.contact-info .elementor-widget-icon-box .elementor-icon-box-description a:hover {
    color: var(--orange);
}

/*Contact Form*/

/* Contact form*/

/*General Field Styling*/
#enhance-contact-form .wpcf7 input.wpcf7-form-control:not([type=submit]),
#enhance-contact-form .wpcf7 textarea.wpcf7-form-control {
    border-radius: 0px;
    background-color: white;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    -ms-border-radius: 0px;
    -o-border-radius: 0px;
}

/*Input Styling*/
#enhance-contact-form .wpcf7 input.wpcf7-form-control:not([type=submit]) {
    border: 0px;
    /*  border-bottom: 1px solid; */
    padding: 12px;
}

/*Global Text Color*/
#enhance-contact-form .wpcf7 input.wpcf7-form-control:not([type=submit]),
#enhance-contact-form .wpcf7 textarea.wpcf7-form-control,
#enhance-contact-form .wpcf7 input.wpcf7-form-control:not([type=submit])::placeholder,
#enhance-contact-form .wpcf7 textarea.wpcf7-form-control::placeholder {
    color: ;
}

/*Border Styling+ Focus*/
#enhance-contact-form .wpcf7 textarea.wpcf7-form-control,
#enhance-contact-form .wpcf7 textarea.wpcf7-form-control:focus {
    border: 1px solid;
}

/*Label Styling*/
#enhance-contact-form label {
    font-size: 1rem;
    /*defies inherited*/
    color: white;
    font-weight: 700;
    /*defies inherited*/
}

/*GDPR Styling*/
#enhance-contact-form .wpcf7-acceptance .wpcf7-list-item {
    margin-left: 0px;
}

#enhance-contact-form .wpcf7-acceptance .wpcf7-list-item small {
    font-size: 0.8rem;
    /*     font-weight: 400; */
}

#enhance-contact-form .wpcf7-acceptance .wpcf7-list-item small a {
    /*privacy policy*/
    text-decoration: underline;
    color: white;
    /* display: inline-block; */
}

#enhance-contact-form .wpcf7-acceptance .wpcf7-list-item small a:hover {
    /* transform:translatex(8px); */
    color: var(--orange);
}

#enhance-contact-form .wpcf7 input[type=checkbox] {
    border-radius: 0px;
}

/*Form Spacing*/
#enhance-contact-form .wpcf7 form>p {
    /*General*/
    margin-bottom: 2rem;
}

#enhance-contact-form .wpcf7 form>p:has(.wpcf7-submit) {
    /*Submit*/
    margin-bottom: 0px;
}

#enhance-contact-form .wpcf7 form>p:has(textarea) {
    /*Textarea*/
    margin-top: 1.4em;
}

/*Invalid Input*/
#enhance-contact-form .wpcf7 .wpcf7-not-valid-tip {
    margin: 0;
    top: 100%;
    color: var(--orange);
}

/*Submit Button Styling*/
#enhance-contact-form .wpcf7 input[type=submit] {
    padding: 1rem 4rem;
    background-color: var(--ast-global-color-0);
    color: white;
    font-size: 1rem;
    font-weight: bold;
    transition: 0.2s;
    border-radius: 0;
}

#enhance-contact-form .wpcf7 input[type=submit]:hover {
    background-color: white;
    color: var(--orange);
}

#enhance-contact-form .hidden-fields-container {
    display: none;
}

/*
 * Page - Services 
 * */



#services-remote-tabs .ue-remote-tabs .uc-items-wrapper {
    display: grid;
    gap: 40px;
    grid-template-columns: repeat(3, 1fr);
}

@media(max-width:767px) {
    #services-remote-tabs .ue-remote-tabs .uc-items-wrapper {
        display: flex;
        flex-direction: column;
    }
}

#services-remote-tabs .ue-item {
    justify-content: flex-start;
}

#services-remote-tabs .ue-item-link {
    flex-direction: column;
}

#services-remote-tabs .ue-item-link .ue-item-image {
    background-color: var(--orange);
    border-radius: 50%;
    --size: 100px;
    width: var(--size);
    height: var(--size);
    transition: background var(--base-transition);
}

#services-remote-tabs .ue-item.ue-item-active .ue-item-link .ue-item-image,
#services-remote-tabs .ue-item-link:hover .ue-item-image {
    background-color: var(--dust-green);
}

#services-remote-tabs .ue-item-link .ue-item-image img {
    padding: 1.4rem;
}

#services-remote-tabs .ue-item .ue-item-link .ue-item-title {
    color: var(--brown) !important;
}

#services-remote-tabs .ue-item:last-child {
    grid-column: 2;
}

/*ALTERNATE*/

#services-remote-tabs.alternate .ue-item .ue-item-element-gap {
    display: none;
}

#services-remote-tabs.alternate .ue-remote-tabs .uc-items-wrapper {
    grid-template-columns: repeat(7, 1fr);
}

#services-remote-tabs.alternate .ue-item-link .ue-item-image {
    --size: 75px;
    position: relative;
    overflow: visible;
}

#services-remote-tabs.alternate .ue-item .ue-item-link .ue-item-image::before {
    content: "";
    --size: calc(100% + 15px);
    width: var(--size);
    height: var(--size);
    background-color: white;
    border-radius: 50%;
    z-index: -1;
    transform: translate(-50%, -50%);
    left: 50%;
    top: 50%;
    opacity: 0;
    transition: opacity var(--base-transtion);
}

#services-remote-tabs.alternate .ue-item.ue-item-active .ue-item-link .ue-item-image::before,
#services-remote-tabs.alternate .ue-item-link:hover .ue-item-image::before {
    opacity: 1;
}

#services-remote-tabs.alternate .ue-item-link .ue-item-image img {
    padding: 1rem;
}

#services-remote-tabs.alternate .ue-item:last-child {
    grid-column: unset;
}

#services-remote-tabs.alternate .ue-item .ue-item-image::before {
    content: none;
}

/*Numbering*/

#services-remote-tabs .ue-remote-tabs .uc-items-wrapper {
    counter-reset: ue-item;
}

#services-remote-tabs .ue-item {
    counter-increment: ue-item;
}

#services-remote-tabs .ue-item .ue-item-image::before {
    content: counter(ue-item, decimal-leading-zero);
    color: var(--dust-green);
    display: inline-grid;
    place-items: center;
    font-weight: 700;
    position: absolute;
    width: 2rem;
    height: 2rem;
    border-radius: 50%;
    background-color: var(--beige);
}

/*MOBILE EDITION*/

.service-mobile-item .img-wrapper {
    height: 100px;
    width: 100px;
    padding: 1.4em;
}

.service-mobile-item .img-wrapper img {
    width: 100%;
    height: 100%;
    aspect-ratio: 1 / 1;
}

.service-mobile-item:hover {
    cursor: pointer;
}

#services-mobile-grid .e-loop-item:last-child {
    grid-column: 2;
}


@media(max-width:767px) {
    #services-mobile-grid .e-loop-item:last-child {
        grid-column: unset;
    }
}

/*Popup*/

.cpt-popup-container {
    display: flex;
    flex-direction: column;
    gap: 40px;
}

.cpt-popup-container #cpt-popup-title {
    font-size: 1.4rem;
    color: var(--orange);
    font-weight: bold;
}

.cpt-popup-container #cpt-popup-content {
    color: white;
}

/*
 * Page - Search Results 
 * */

.sr-string {
    color: var(--orange);
}

/*
 * --------FOOTER---------------
 * */

/*designed by*/
a.designed-enhance:hover {
    color: var(--brown);
}

/*
 * Global
 * */

/*
 * Underline Button*/
.elementor-element.underline-button {
    width: max-content;
}

.underline-button .elementor-button-content-wrapper {
    position: relative;
    display: flex;
    flex-direction: column;
}

/*underline after*/
.underline-button .elementor-button-content-wrapper:after {
    content: "";
    /* 	width:calc(100% - var(--btn-offset)); */
    width: calc(65% - var(--btn-offset));

    height: 5px;
    background-color: var(--orange);
    transition: width var(--base-transition);
}

/*hover state*/
.underline-button:hover .elementor-button-content-wrapper:after {
    width: 100%;
}

/*text*/
.underline-button .elementor-button-text {
    transition: var(--base-transition);
    /* 	padding-left:var(--btn-offset); */
}

.underline-button:hover .elementor-button-text {
    color: var(--orange);
}


/*
 * Absolute Heading*/

.elementor-element.heading-parent {
    max-width: max-content;
}

.elementor-element.abs-heading {
    width: max-content;
    transform: translatex(-50%);
    left: 100%;
}

.line-height-icon .elementor-icon-wrapper {
    line-height: 1em;
}

/*bodyL Text Editor*/

.elementor-widget-text-editor.bodym {
    font-size: var(--bodym);
}

/*Color heading */

.color-heading i {
    font-style: unset;
}

.color-heading.brown i {
    color: var(--brown);
}

.color-heading.orange i {
    color: var(--orange);
}

/*Loop Grid Pagination*/
#pagination-edit .elementor-pagination {
    display: flex;

}

#pagination-edit .elementor-pagination .page-numbers.prev {
    margin-right: auto;
}

#pagination-edit .elementor-pagination .page-numbers.next {
    margin-left: auto;
}

/*Negate Astra*/
.ast-separate-container .ast-article-post {
    border: none;
}

.ast-grid-common-col {
    padding: 0;
}

@media(min-width: 768px) {
    .ast-width-md-4 {
        width: 100%;
    }
}

/*Link image*/

.link-img a {
    height: 100%;
}

/*Single Post*/
@media (max-width: 544px) {
    .ast-separate-container #content .ast-container {
        padding-left: 0;
        padding-right: 0;
    }
}

/*Cookies*/

.cky-preference-center,
.cky-consent-container .cky-consent-bar {
    background-color: white !important;
}

.cky-footer-shadow {
    display: none !important;
}

/*Fixed Socials*/

.elementor-location-floating_buttons .elementor-element.socials-fixed {
    width: max-content;
    position: fixed;
    right: 15px;
    top: 50%;
    transform: translatey(-50%);
}

@media(max-width:767px) {
    .elementor-location-floating_buttons .elementor-element.socials-fixed {
        gap: 4px;
    }

    .elementor-location-floating_buttons .elementor-element.socials-fixed .elementor-icon {
        font-size: 16px;
    }

    .elementor-location-floating_buttons .elementor-element.socials-fixed .elementor-icon svg {
        height: 16px;
        width: 16px;
    }
}

/*Video background*/

.elementor-widget-video .elementor-wrapper video {
    background-color: transparent;
}


/**
 * Haris
 */



body .wpcf7 form>div,
body .wpcf7 form>p {
    margin-bottom: 0;
}

h2.elementor-heading-title.elementor-size-default i {
    font-style: unset;
    color: var(--orange);
}

header.ast-header-sticked .ast-primary-header-bar.ast-primary-header.main-header-bar.site-header-focus-item {
    background: #f9f7f2;
}

header.ast-header-sticked .ast-mobile-header-wrap .ast-primary-header-bar {
    min-height: 110px;
    padding: 30px 0px 10px;
}

.ast-sticky-main-shrink #masthead .ast-sticky-shrunk .site-logo-img img {
    max-height: 85px !important;
    width: auto;
    height: 70px !important;
    width: auto !important;
    max-width: 100% !important;
}

body.page-slug-contact .wpcf7 textarea {
    resize: vertical;
    max-height: 300px;
    height: 200px;
    min-height: 200px;
}

@media only screen and (min-width: 1160px) {
    .hide-on-desktop {
        display: none !important;
    }
}


.header h2.elementor-heading-title,
.hp-outline-text-inline,
.hp-outline-text h2 {
    /* color: var(--brown); */
    -webkit-text-stroke: 2px var(--orange);
    -webkit-text-fill-color: transparent;
}

h2.elementor-heading-title.elementor-size-default i,
.text-main-color {
    color: var(--brown);
    -webkit-text-stroke: 0px !important;
    -webkit-text-fill-color: var(--brown);
}


body.single-post article a {
    color: var(--orange);
    transition: all 0.2s linear;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -ms-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
}

body.single-post article a:hover {
    color: var(--orange);
    text-decoration: underline;
    transition: all 0.2s linear;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -ms-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
}

.wpcf7 form.sent .wpcf7-response-output,
.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output, .wpcf7 form.payment-required .wpcf7-response-output {
	 color: white !important;
}