/**
Theme Name: Subscriber
Author: Brainstorm Force
Author URI: http://wpastra.com/about/
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.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: subscriber
Template: astra
*/


/* Header */
header .site-logo-img {
	position: absolute;
    top: 8px;
}
header .custom-logo-link img {
	width: 90px;
	-webkit-filter: drop-shadow(4px 8px 4px #00000052);
	        filter: drop-shadow(4px 8px 4px #00000052);
}
@media screen and (max-width: 767px) {
	header .custom-logo-link img {
	width: 48px;
}
}

/* Home Page - Săgeată în jos Loop Bounce */
.hge-arrow-down.bounce {
	position: absolute;
	bottom: -30px;
	left: 0;
	right: 0;
	animation: bounce 2s infinite;
	-webkit-animation: bounce 2s infinite;
	-moz-animation: bounce 2s infinite;
	-o-animation: bounce 2s infinite;
}
 
@-webkit-keyframes bounce {
	0%, 20%, 50%, 80%, 100% {-webkit-transform: translateY(0);}	
	40% {-webkit-transform: translateY(-30px);}
	60% {-webkit-transform: translateY(-15px);}
}
@keyframes bounce {
	0%, 20%, 50%, 80%, 100% {-webkit-transform: translateY(0);transform: translateY(0);}
	40% {-webkit-transform: translateY(-30px);transform: translateY(-30px);}
	60% {-webkit-transform: translateY(-15px);transform: translateY(-15px);}
}


/* Carousel buton Play */
.hge-buton-play a::before {
    content: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 384 512"><!--!Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free Copyright 2024 Fonticons, Inc.--><path fill="white" d="M73 39c-14.8-9.1-33.4-9.4-48.5-.9S0 62.6 0 80L0 432c0 17.4 9.4 33.4 24.5 41.9s33.7 8.1 48.5-.9L361 297c14.3-8.7 23-24.2 23-41s-8.7-32.2-23-41L73 39z"/></svg>');
    width: 16px;
    line-height: 1;
    display: block;
    margin-right: 8px;
    visibility: visible;
    opacity: 1;
    fill: white;
    color: white;
}

/* Footer */
footer {
	position: relative;
}
footer ol, footer ul { padding-left: 0; }
footer .site-above-footer-wrap {
	min-height: 30px !important;
    padding: 10px 0 0 !important;
}
footer .site-above-footer-wrap img {
    width: 260px;
	margin-top: -90px;
	position: relative;
	z-index: 1;
}
footer .site-above-footer-wrap:before {
    content: "";
    position: absolute;
    top: -19px;
    left: 0;
    right: 0;
    padding-top: 20px;
    background: var(--ast-global-color-2);
    -webkit-clip-path: polygon(100% 0%, 50% 100%, 0% 0%);
    clip-path: polygon(0% 100%, 100% 100%, 50% 0%);
}
footer section#block-9 {
    margin-bottom: 0;
}
footer .wp-block-uagb-image--align-none {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}
@media only screen and (max-width: 767px) { 
	footer .site-above-footer-wrap { margin-bottom: 0; }
	footer .site-above-footer-wrap img {
    width: 180px;
	margin-top: -64px;
}
.ast-mobile-header-wrap .ast-mobile-header-content.content-align-flex-start:before {
    background-color: #000;
    content: "";
    width: 100%;
    height: 112vh;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
}
}

/* Pagini */ 
.ast-plain-container.ast-no-sidebar #primary { padding: 0 0 4em; }
.home.ast-plain-container.ast-no-sidebar #primary, 
.home-page.ast-plain-container.ast-no-sidebar #primary { padding: 0; }
.ast-plain-container.ast-no-sidebar .custom-post-container { padding: 20px 20px 4em; }
.lb-nav a.lb-next { width: 10%; }
.lb-nav a.lb-prev { width: 10%; }
.lb-image, .lb-nav {
    -ms-touch-action: pinch-zoom;
    touch-action: pinch-zoom; 
    max-width: none;
    user-select: none;
}
.lb-container { touch-action: manipulation; }
.lb-nav { pointer-events: none !important; }
.lb-nav a { pointer-events: auto; }
