/* 
Theme Name: Surreal Designs
Theme URI: https://proactive.ie
Description: Surreal Designs Theme
Author: Proactive
Author URI: https://proactive.ie/
Template: hello-elementor
Version: 1.0.1
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

.text-green {
    color: #84BE17;
}

.text-black {
    color: #000;
}

.text-white {
    color: #fff;
}

.fw-light {
    font-weight: 300 !important;
}

/* 
Header
*/
.sticky-logo{
    opacity: 0;
    transition: all 0.5s ease-in-out;
    max-height: 0;
}
.sticky-logo.active{
    opacity: 1;
    display: block;
    max-height: 10000px;
}

/* 
Home
*/

.process__title {
    font-size: 1.25rem;
    font-weight: 400 !important;
}
.process__title{
    display: flex;
}

.process__step{
    font-weight:700;
    font-size: 3.25rem;
    line-height: 1;
    padding-right: 0.75rem;
    margin-right: 1rem;
    border-right: 1px solid #84BE17;
    
}

.home__gallery .elementor-image-box-wrapper {
    position: relative;
}

.home__gallery .elementor-image-box-content .arrow {
    transform: rotate(90deg);
    display: none;
}

.home__gallery .elementor-image-box-title {
    font-size: 1rem;
    color: #000 !important;
}

.home__gallery .elementor-image-box-title a {
    font-size: 1rem;
    line-height: 1;
    color: #000 !important;
    margin-top: 0;
    margin-bottom: 0;
    position: relative;
}

.home__gallery .elementor-image-box-title a,
.home__gallery .elementor-image-box-title {
    color: #000;
}

.home__gallery .elementor-image-box-img img {
    height: 100%;
    width: 100%;
}

.home__gallery .elementor-image-box-img {
    position: relative;
}

@media screen and (min-width: 768px) {
    .home__gallery .elementor-image-box-content {
        position: absolute;
        bottom: 0;
    }
    .home__gallery .elementor-image-box-title img {
        margin-right: 0.5rem;
    }
    .home__gallery .elementor-image-box-title a {
        color: #fff !important;
        display: flex;
        justify-content: center;
        align-items: center;
        width: 100px;
    }
    .home__gallery .elementor-image-box-title {
        font-size: 1rem;
        line-height: 1;
        display: flex;
        align-items: center;
        color: #fff !important;
        width: 100%;
        margin-top: 0;
        margin-bottom: 0;
        transform: rotate(-90deg);
        transform-origin: bottom left;
        position: absolute;
        left: 97%;
        padding-left: 6em;
    }
    .home__gallery .elementor-image-box-content .arrow {
        display: block;
    }
    .home__gallery .elementor-image-box-img a:before {
        content: "";
        position: absolute;
        height: calc(100% - 6px);
        width: 100%;
        top: 0;
        right: 0;
        background: rgba(0, 0, 0, 0.2);
        transition: all 0.5s ease;
        transform-origin: bottom right;
    }
    .home__gallery .elementor-image-box-img a:hover:before {
        /* background: rgba(0, 0, 0, 0.0); */
        width: 0;
        height: 0;
    }
    .home__gallery .elementor-image-box-img a img {
        transition: all 0.5s ease;
    }
    /**.home__gallery .elementor-image-box-img a:hover img {
        margin-left: -15px;
        margin-top: -15px;
    }**/
}


/* 
Footer 
*/

.footer-contact p {
    font-size: 14px;
}

.footer-contact .gform_body,
.footer-contact .gform_footer {
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
}

.footer-contact .gform_footer .gform_button {
    margin-left: auto;
    background: #50585F;
    border-radius: 0;
    border: 1px solid #fff;
    color: #fff;
    font-weight: 700;
}

.footer-contact .gform_body label {
    font-size: 14px !important;
    color: #fff;
    font-weight: 400 !important;
}

.get-started h2 {
    font-size: 3rem;
    text-transform: uppercase;
}

.newsletter-column h2 {
    font-size: 2rem;
}

.footer-main__sub .elementor-column:first-child .elementor-widget-wrap {
    padding-left: 0 !important;
}

.footer-main__sub .menu-item {
    border-bottom: 1px solid #fff;
    padding-bottom: 0.5rem;
    margin-bottom: 0.5rem !important;
}

.footer-main__sub .menu-item a {
    font-weight: 300 !important;
}

.footer-main__sub .copyright {
    font-size: 0.875rem !important;
}

.footer-main__sub .copyright a {
    font-weight: 400;
}

.footer-main__sub .contact-details p {
    font-weight: 600 !important;
    font-size: 14px !important;
}

.footer-main__sub .terms-conditions {
    margin-bottom: 0;
}

.footer-main__sub .terms-copyright {
    margin-top: auto;
    margin-bottom: 0;
}

.footer-main__sub .terms-conditions-links a,
.footer-main__sub .terms-conditions-links {
    color: #84BE17;
    font-weight: 400;
    font-size: 14px !important;
}

.footer-main__sub .terms-copyright p {
    margin-bottom: 0;
}

.copyright-column .elementor-widget-wrap {
    flex-direction: column;
}

.copyright-column {
    position: relative;
}
/**
@media screen and (min-width: 768px) {
    .copyright-column:before {
        content: "";
        height: 134px;
        width: 134px;
        position: absolute;
        top: -68px;
        right: 25px;
        background: url('/wp-content/uploads/2022/05/surreal-design-footer-circles.png');
    }
}
**/

.btn-floating{
    border-right: 6px solid #84BE17;
    background: #000;
    color: #fff;
    position: fixed;
    bottom: 0;
    right: 0;
    z-index: 9999;
    width: 100%;
    padding: 1rem;
    text-align: center;
    font-family: 'Poppins', sans-serif;
    transition: all 0.3s ease-in-out;
}

.btn-floating__icon{
    display: none;
}

.btn-floating__text{
    z-index: 1;
    position: relative;
	color: #84BE17 !important;
}

@media screen and (min-width: 768px){
.btn-floating__text{
	color: #030000 !important;
}
}

.btn-floating:before{
    content: "";
    background: #84BE17;
    height: 100%;
    width: 6px;
    position: absolute;
    right: 0;
    top: 0;
    transition: all 0.3s ease-in-out;
}
.btn-floating:hover{
    color: #000;
}

.btn-floating:hover .btn-floating__text{
    color: #030000 !important;
}

.btn-floating:hover:before{
    width: 100%;
}

@media screen and (min-width: 768px){

    .btn-floating{
        max-width: 80px;
        width: 80px;
        height: 90px;
        max-height: 90px;
        overflow: hidden;
        top: 25%;
        bottom: auto;
    }
    .btn-floating__text{
        opacity: 0;
        display: flex;
        justify-content: center;
        align-items: center;
		color: #000 !important;
    }

    .btn-floating__icon{
        display: block;
        height: 45px;
    }

    .btn-floating__icon path{
        fill: #fff;
    }

    .btn-floating:hover{
        width: 150px;
        max-width: 1000px;
        max-height: 10000px;
        height: auto;
    }
    .btn-floating:hover .btn-floating__icon{
        display: none;
    }
    .btn-floating:hover .btn-floating__text{
        opacity: 1;
    }
}