/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
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
*/

/*
    Sharq Media styles
*/

body {
    position: relative;
}

body.home:before {
    content: '';
    position: absolute;
    left: -20vw;
    top: 40%;
    background-image: url('http://bartvanderpeijlphotography.nl/wp-content/uploads/2022/09/bart-background-image.jpg');
    background-size: contain;
    background-repeat: no-repeat;
    width: 50vw;
    height: 200vh;
    opacity: .6;
}

header#site-header {
    position: absolute;
    z-index: 1;
    margin: 0px auto;
    width: 100%;
}

header .site-navigation ul.menu li {
    margin-right: 10px;
}

header .site-navigation ul.menu li:last-child {
    margin-right: 0px;
}

.site-header .site-navigation ul.menu li a {
    text-decoration: none;
    transition: 0.3s ease-in-out;
}

.site-navigation ul.menu li a:hover {
/*  color: #fff;
    background-color: #B0A689; */
    color: #B0A689;
    border-bottom: 3px solid #B0A689;
}

.site-navigation ul.menu li.current-menu-item a {
    font-weight: bold;
    color: #B0A689;
    border-bottom: 3px solid #B0A689;
}

.sharq-header-image:before{
    content: '';
    position: absolute;
    z-index: 1;
    width: 12px;
    height: 268px;
    top: 30%;
    left: 20px;
    background-image: url('http://bartvanderpeijlphotography.nl/wp-content/uploads/2022/09/photography.svg');
}

.sharq-header-image:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 300px;
    bottom: 0;
    background-image: url('http://bartvanderpeijlphotography.nl/wp-content/uploads/2022/09/header-to-content-gradient.svg');
}

.sharq-header-text {
    top: -30vh!important;
/*
    animation: fadeIn ease 4s;
    -webkit-animation: fadeIn ease 4s;
    -moz-animation: fadeIn ease 4s;
    -o-animation: fadeIn ease 4s;
    -ms-animation: fadeIn ease 4s;
*/
}
    
/*
    @keyframes fadeIn {
      0% {opacity: 0;}
      75% {opacity: 0;}
      100% {opacity: 1;}
    }
*/


.sharq-header-icon {
    top: -30vh!important;
}

.sharq-header-arrow {
    animation: movearrow 2s infinite;
}

@keyframes movearrow {
    0% {top: 0px;}
    50% {top: -20px;}
    100% {top: 0px;}
}

.sharq-image-left a:after, .sharq-image-left-2 a:after {
    content: '';
    position: absolute;
    border: 2px solid #DBD9CB;
    width: 100%;
    height: 92%;
    top: 3%;
    right: -3%;
}

.sharq-image-left-2 a:after {
    border: 2px solid #AEA68C;
}

.sharq-image-right a:after, .sharq-image-right-2 a:after {
    content: '';
    position: absolute;
    border: 2px solid #797367;
    width: 100%;
    height: 92%;
    top: 3%;
    left: -3%;
}

.sharq-image-right-2 a:after {
    border: 2px solid #797367;
}

.sharq-image-titel {
    margin-bottom: 0!important;
    padding-bottom: 0!important;
}

/* Button styles */

a.elementor-button-link.elementor-button span {
    color: #fff;
    transition: 0.2s ease-in-out;
}

a.elementor-button-link.elementor-button:hover {
    background: none!important;
}

a.elementor-button-link.elementor-button:hover span {
    color: #b0a689!important;
}

/* Footer styles */

.site-footer {
    height: 400px;
    position: relative;
}

.footer-inner {
    height: 100%;
}

.site-footer:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 400px;
    top: 0;
    background-image: url('http://bartvanderpeijlphotography.nl/wp-content/uploads/2022/09/header-to-content-gradient-darker-1.svg');
}

.site-footer:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 300px;
    bottom: 0;
    background-image: url(http://bartvanderpeijlphotography.nl/wp-content/uploads/2022/09/header-to-content-gradient.svg);
    opacity: .6;
}

.site-footer .footer-inner:after {
    content: '';
    position: absolute;
    object-fit: cover;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-image: url('http://bartvanderpeijlphotography.nl/wp-content/uploads/2022/11/Bart-van-der-Peijl.jpg');
    background-position: center 100%;
    z-index: -1;
    opacity: 1;
}

.site-logo {
    z-index: 1;
}

.sharq-footer-links {
    z-index: 1;
    width: 70%;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    position: relative;
}

.sharq-footer-links:after {
    content: '';
    position: absolute;
    z-index: 1;
    width: 12px;
    height: 268px;
    top: 18%;
    right: -50px;
    background-image: url(http://bartvanderpeijlphotography.nl/wp-content/uploads/2022/09/photography.svg);
}

.sharq-footer-links h4 {
    font-weight: 600;
    margin-right: 40px;
}

/* Portfolio page */

figure.gallery-item {
    height: 400px;
    position: relative;
}

.gallery-icon.portrait a img {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    object-fit: cover;
    width: 100%;
    height: 100%;
    padding: 0 30px 30px 0;
}

/* Portfolio page - masonry gallery plugin styling */

.post-hover-content {
    top: 0;
    left: 0;
    height: 100%;
}

.post-hover-content h3 {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
}

.post-hover-content h3 a {
    position: absolute;
    width: 100%;
    height: 100%;
    padding: 0 10%;
    top: 0;
    bottom: 50%;
    right: 50%;
    transform: translate(50%,50%);
}

.post-hover-content h3 a:before {
    content: '';
    position: absolute;
    height: 100%;
    width: 100%;
    top: -50%;
    left: 0;
}

/* Responsive styles */

@media screen and (max-width: 990px) {
    
    header#site-header {
        z-index: 10;
    }
    
    .site-navigation-toggle-holder.show {
        padding-top: 0;
        z-index: 1000;
    }
    
/*
    nav.site-navigation-dropdown.show {
        position: fixed;
        height: 100vh;
        width: 100%;
        padding-top: 100px;
        margin-top: 0;
        top: 0;
    }
*/

    .site-navigation-toggle-holder .site-navigation-toggle {
        padding-top: 4px;
        padding-right: 0;
    }

    .eicon-menu-bar:before {
        color: #b0a589;
    }
    
    .site-branding.show-logo {
        z-index: 1000;
    }
    
    .site-navigation-dropdown {
        z-index: 100;
    }

    .site-navigation-toggle-holder .site-navigation-toggle {
        background-color: rgb(0 0 0 / 0%);
    }
    
    .site-navigation-dropdown ul.menu li a {
        text-decoration: none;
    }

    .site-navigation-dropdown ul.menu li.current-menu-item a {
        background: #b0a589;
    }

    ul#menu-hoodmenu {
        height: calc(100vh + 100px);
        height: 120vh;
        margin-top: -104px;
    }
    
    ul#menu-hoodmenu li:first-child {
        margin-top: 100px;
    }
    
    .sharq-header-arrow {
        padding-top: 200px;
    }
    
    .sharq-header-arrow img {
        margin-bottom: -120px;
    }
    
    .site-branding {
        z-index: 9;
    }
    
    .sharq-header-icon {
        top: 18vh!important;
    }
    
    .sharq-header-text {
        top: 19vh!important;
        padding: 0px 40px;
    }
    
    .sharq-footer-links {
        width: 76%;
        align-items: start;
        flex-direction: column;
    }
    
    .site-footer .footer-inner:after {
        background-position: 26% 100%;
    }
}