/* 
Theme Name: Hello Elementor Child
Theme URI: #
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Upperweb Site
Author URI: #
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
*/

/*
    Add your custom styles here
*/
/* body {
	background-color: #e6e5e1;
} */
body {
	background-color: #fff;
}
.site-header {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
}

/* Footer CSS  */
.valley-site-footer p,
.valley-footer-bottom p{
    padding-bottom: 0;
    margin-bottom: 0;
}
.valley-site-footer .elementor-nav-menu li {
    border-bottom: 1px solid #e7e6e6;
}
.valley-site-footer .elementor-nav-menu li a {
    position: relative;
    padding-left: 20px !important;
    transition: 0.3s !important;
}
.valley-site-footer .elementor-nav-menu li a:before {
    content: '\e87d';
    font-family: eicons;
    opacity: 1 !important;
    background: transparent !important;
    position: absolute;
    left: 0;
    top: 3px;
    transform: translateY(50%);
    transition: 0.1s !important;
}
/* .site-header .site-branding {
    position: relative;
    margin-bottom: 20px;
    padding-bottom: 20px;
}

.site-header .site-branding:after {
    content: "";
    width: 54px;
    height: 3px;
    background-color: #000;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
    position: absolute;
} */

.val-big-button a {
    text-align: left;
}
.val-gallery-height, 
.val-gallery-height-upper {
    min-height: 40vh;
}

.val-absulate-link, .val-absulate-link a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
	.val-gallery-height {
		width: 50%;
	}
}