/* 
Theme Name: Hello Elementor Child
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: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 2.0.0
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 */


	/* HOME */
/* Section MAMFORCE - text color */
.section-mamforce a {
    color: #7678b6 !important;
}
.section-mamforce-2 a {
    color: #000000 !important;
}
/* Section MAMFORCE - hover text color */
.section-mamforce a:hover {
    color: #fdac26 !important;
}
.section-mamforce-2 a:hover {
    color: #fdac26 !important;
}

/* solution for post excerpt in case of using Elementor Loop */
.dd-post-excerpt {
	display: -webkit-box;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: normal;
	-webkit-line-clamp: 3;
	font-size: 13px;
}
.dd-post-title a {
	display: -webkit-box;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: normal;
	-webkit-line-clamp: 4 !important;
}
.dd-post-excerpt strong {
	font-weight: 400 !important;
}
/* badges around post lists */
/* sve tri kategorije Novosti, Natjecaji i Edukacije*/
.dd-post-excerpt-badge-kategorija-nov,  .dd-post-excerpt-badge-kategorija-edu {
    position: absolute;
    top: -20px;
    left: 0px;
    padding: 10px;
}
.dd-post-excerpt-badge-kategorija-nat {
    position: absolute;
    top: -20px;
    left: -20px;
    padding: 10px;
}
/*Novosti*/
.dd-post-excerpt-badge-kategorija-nov, .dd-post-excerpt-badge-kategorija-nov-home {
	background: #17af62;
}
/*Natječaji*/
.dd-post-excerpt-badge-kategorija-nat {
	background: #4f82c6;
}
/*Edukacije*/
.dd-post-excerpt-badge-kategorija-edu {
	background: #fdac26;
}
.dd-post-excerpt-badge-kategorija-nov-home {
	padding: 10px;
	/*position: absolute;*/
	/*top: 20px;*/
}
/* Edukacije - no post message */
.edu-no-post-msg {
	font-size: 22px;
}
/*Post lists - date */
.dd-post-excerpt-badge-datum .elementor-post-info__item--type-date {
	background: #7678b6;
    padding: 10px;
	margin-right: -30px;
	margin-bottom: -10px;
	bottom: 0px !important;
}
.dd-post-excerpt-badge-datum-projekti .elementor-post-info__item--type-date {
	background: #7678b6;
    padding: 10px;
	margin-right: -20px;
	margin-top: 0px;
	bottom: 0px !important;
}
.dd-post-excerpt-badge-datum-x .elementor-post-info__item--type-date {
	background: #7678b6;
    padding: 10px;
	margin-right: -20px;
	margin-top: -40px;
	bottom: 0px !important;
}
/* Novosti - Posts */
.dd-post-excerpt-badge-datum-nov .elementor-post-info__item--type-date {
	background: #7678b6;
    padding: 10px;
	margin-top: -40px;
	bottom: 0px !important;
}
.dd-post-excerpt-badge-datum-nov-v2 .elementor-post-info__item--type-date {
	background: #7678b6;
    padding: 10px;
	margin-top: -411px;
	bottom: 0px !important;
}
/*Post lists - date prefix */
.dd-post-excerpt-badge-datum .elementor-post-info__item-prefix, .dd-post-excerpt-badge-datum-x .elementor-post-info__item-prefix, .dd-post-excerpt-badge-datum-nov .elementor-post-info__item-prefix, .dd-post-excerpt-badge-datum-nov-v2 .elementor-post-info__item-prefix, .dd-post-excerpt-badge-datum-projekti .elementor-post-info__item-prefix {
	display: block !important;
	margin-right: 0px;
	padding-right: 10px;
	font-size: 18px;
	font-weight: 500;
}
/*Post lists - border */
.dd-post-okvir:hover {
	box-shadow: 0px 0px 15px 5px #A9A9A9;
	scale: 1.01;
	transition: 0.6s;
}
.dd-post-team-okvir:hover {
	box-shadow: 0px 0px 15px 5px #A9A9A9;
	scale: 1.01;
	transition: 0.6s;
	border-radius: 10px;
}

/* Posts - Read more */
.dd-post-read-more a {
  background:/*
    linear-gradient(
      to right,
      #7678b6,
      #7678b6
    )*/none,
    linear-gradient(
		to right,
		#7678b6,
		#17af62,
		#fdac26,
		#4f82c6
  );
  background-size: 100% 2px, 0 2px;
  background-position: 100% 100%, 0 100%;
  background-repeat: no-repeat;
  transition: background-size 400ms;

}
.dd-post-read-more a:hover {
	background-size: 0 2px, 100% 2px;
}

/* Fix - Elementor Custom Skin Equal Height */

.ecs-post-loop .elementor .elementor-section, .ecs-post-loop .post-natjecaji, .ecs-post-loop .elementor .elementor-container, .ecs-post-loop .type-post-natjecaji, .ecs-post-loop .type-post-novosti, .ecs-post-loop .type-post-projekti {
	height:100%;
}


/* Popup Search - z-index */
#elementor-popup-modal-7068, .dd-popup-search {
	z-index: 0 !important;
}

		/* PAGE PROJEKTI */
/* Projekti - Buttons - colors */
.projekti-u-pripremi .obelisk-button.style-3 {
	background: #4f82c6 !important;
}
.projekti-u-provedbi .obelisk-button.style-3 {
	background: #fdac26 !important;
}
.projekti-provedeni .obelisk-button.style-3 {
	background: #17af62 !important;
}

.progress-wrap svg.progress-circle path {
	stroke: #fdac26;
	stroke-width: 6;
}

/* badges around post lists */
/* sve tri kategorije U pripremi, U provedbi i Provedeni*/
.dd-post-excerpt-badge-kategorija-u-pripremi, .dd-post-excerpt-badge-kategorija-u-provedbi, .dd-post-excerpt-badge-kategorija-provedeni {
    position: absolute;
    top: -20px;
    left: 0px;
    padding: 10px;
}
/*
.dd-post-excerpt-badge-kategorija-u-pripremi, .dd-post-excerpt-badge-kategorija-u-provedbi, .dd-post-excerpt-badge-kategorija-provedeni {
    position: absolute;
    top: -20px;
    left: -20px;
    padding: 10px;
}
*/
/* Projekti u pripremi */
.dd-post-excerpt-badge-kategorija-u-pripremi {
	background: #7678b6;
}
/* Projekti u provedbi */
.dd-post-excerpt-badge-kategorija-u-provedbi {
	background: #fdac26;
}
/* Projekti provedeni */
.dd-post-excerpt-badge-kategorija-provedeni {
	background: #4f82c6;
}

.my-full-half-section{
	width:570px !important;
	max-width: 570px!important;
	min-width: 570px!important;
}

.dd-projekti-section-height {
	height: 40px !important;
}
	/* Strategije */
/* Accordion */
.strategije-accordion .elementor-accordion .elementor-tab-title {
	border-radius: 10px;
}

	/* WP MAPS PRO */
/* Infowindow Message for Posts - to center image */
.wp-maps-pro-img img {
	margin-left: auto;
	margin-right: auto;
}

.obelisk-button.style-3, .obelisk-contact-shortcode.style-4 .wpcf7-form p:nth-last-child(2) .wpcf7-submit {
	background: linear-gradient(to right,#7678B6,#FDAC26,#4F82C6) !important;
}

::-moz-selection {
background-color: #7678b6;
color: #ffffff;
}

::selection {
background-color: #7678b6;
color: #ffffff;
}

/* Cookie notice */
#cookie-notice .cookie-notice-container {
	border-top: 1px solid #696969;
}