/* 
Theme Name: salus-eu
Theme URI: https://github.com/elementor/hello-theme-child/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: David Pravst
Author URI: https://www.perestrojka.net/
Template: hello-elementor
Version: 2.0.0
Text Domain: salus-eu
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 */

/* skrij page header, ker ne dela switcher v nastavitvah */
.page-header {
  display: none;
}


/* menu padding podmeniji */
.menu-is-active ul li li {
  padding-left: 15px;
}


/* buttons */

.salus-button-white .elementor-button {
  background-color: white;
  color: #0E5E53;
}

.salus-button-white .elementor-button:hover {
  background-color: #CCDED9;
}


/* ni margina pri textu */

.elementor-widget-container p {
  margin-bottom: 0px;
}

/* je pa margin na novicah */

.single-post .elementor-widget-container p {
  margin-bottom: 24px;
}


/* poudarek v besedilu barva */

.text-poudarek {
  color: #0E5E53;
}

.text-poudarek-na-podlagi {
  color: #98BCB3;
}


/* footer poravnava lang switcher */

.elementor-widget-wpml-language-switcher .wpml-ls a {
  padding: 0;
}

.elementor-widget-wpml-language-switcher .wpml-ls {
  padding: 0;
}


/* obrazec za search na mobile */

@media (max-width: 748px) {
    .e-search-form {
      flex-direction: column;
      gap: 16px;
    }
    .e-search-submit {
      justify-content: center;
    }
}


/* višina številk pod mapo */


@media (max-width: 767px) {
    .box-stevilke {
      padding-top: 350px;
    }
}

@media (max-width: 667px) {
    .box-stevilke {
      padding-top: 250px;
    }
}

@media (max-width: 567px) {
    .box-stevilke {
      padding-top: 150px;
    }
}

@media (max-width: 467px) {
    .box-stevilke {
      padding-top: 50px;
    }
}

@media (max-width: 367px) {
    .box-stevilke {
      padding-top: 20px;
    }
}


/* linki hover javne objave */

.elementor-posts--skin-classic a:hover {
  color: #64998D!important;
}