/* 
Theme Name: AFOS
Theme URI: https://github.com/elementor/hello-theme/
Description: AFOS 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
*/

html {
    scroll-padding-top: 130px; /* desktop & laptop */
}

@media (max-width: 1024px) {
    html {
        scroll-padding-top: 150px; /* tablet */
    }
}

@media (max-width: 767px) {
    html {
        scroll-padding-top: 140px; /* mobile */
    }
}

.e-n-accordion-item-title-text {
    display: flex;
    align-items: flex-start;
}

.e-n-accordion-item-title-text span {
    color: #FF0000;
    display: inline-block;
    position: relative;
    font-family: "JetBrains Mono";
    margin-right: 40px;
	vertical-align: middle;
	flex-shrink: 0; /* sprječava da se smanjuje */
}

.e-n-accordion-item-title-text span::before {
    content: url(/wp-content/uploads/2026/04/sat1.svg);
    margin-right: 8px;
	display: inline-block;
	position: relative;
	vertical-align: middle;
}

.elementor-widget-image a {
    display: block;
}

.elementor-widget-image a img {
    width: 100% !important;
    max-width: 100% !important;
    height: auto;
}

.link a {
    font-weight: 400 !important;
    text-transform: none !important;
    letter-spacing: normal !important;
	color: inherit !important;
    text-decoration: none !important;
}

.menu-button a {
    background-color: #FF0000;
    color: white !important;
    border-radius: 8px;
	border-color: #F0F2F51A;
	border-style: solid;
	font-family: "Plus Jakarta Sans";
	font-weight: 700 !important;
	margin-left: 10px !important;
}

.elementor-nav-menu--dropdown .menu-button a {
  margin-left: 0 !important;
}

.menu-button .elementor-item:after {
  display: none !important;
}

.menu-button a:hover {
    background-color: #FF000000;
	border-color: #F0F2F51A;
	border-radius: 8px;
	border-style: solid;
}

.footer-nav a:hover {
  color: #ff0000 !important;
}

.elementor-lightbox .elementor-slideshow__title {
  display: none !important;
}


@media (max-width: 900px) {
  .elementor-nav-menu--layout-horizontal {
    display: none;
  }
}
