@charset "UTF-8";
/*
Theme Name:     Hestia Child
Theme URI:      https://themeisle.com/themes/hestia/
Template:       hestia
Author:         ThemeIsle
Author URI:     https://themeisle.com
Tested up to:   5.8.2
Requires PHP:   5.4.0

*/
@import url("../hestia/style.css");
html {
  scroll-padding-top: 140px;
}
a  {
	color: rgb(90, 120, 34);
}
a:hover, a:focus, aside .widget a, aside .widget a:hover {
	color: /*rgb(129, 131, 134);*/ white;
	opacity: 1 !important;
}
.navbar .navbar-nav > li .dropdown-menu li:hover > a {
  color: #5a7822 !important;
}
.navbar .navbar-nav > li .dropdown-menu li:hover > a, .navbar:not(.navbar-transparent) li:not(.btn):hover>a, .navbar li.on-section:not(.btn)>a, .navbar.full-screen-menu.navbar-transparent li:not(.btn):hover>a, .navbar.full-screen-menu .navbar-toggle:hover, .navbar:not(.navbar-transparent) .nav-cart:hover, .navbar:not(.navbar-transparent) .hestia-toggle-search:hover, body:not(.home) .navbar-default .navbar-nav>.active:not(.btn)>a {
	color: rgb(85, 85, 85)
}
a, .navbar .dropdown-menu li:hover>a, .navbar .dropdown-menu li:focus>a, .navbar .dropdown-menu li:active>a, .navbar .navbar-nav>li .dropdown-menu li:hover>a, body:not(.home) .navbar-default .navbar-nav>.active:not(.btn)>a, body:not(.home) .navbar-default .navbar-nav>.active:not(.btn)>a:hover, body:not(.home) .navbar-default .navbar-nav>.active:not(.btn)>a:focus, a:hover, .card-blog a.moretag:hover, .card-blog a.more-link:hover, .widget a:hover, .has-text-color.has-accent-color, p.has-text-color a {
  color: rgb(90, 120, 34);
}
.navbar a {
	font-size: 14px;
}
.navbar .dropdown-menu li > a {
	font-size: 13px;
}
input[type=submit], input[type=submit]:hover {
	color: white; background-color:  rgb(90, 120, 34);
}
.header-filter::before {
	background-color: rgba(0, 0, 0, 0.3);
}
.section-image:after {
	background-color: rgba(0, 0, 0, 0.5);
}
.search-field.form-control {
	color: #3C4858;
}
.hestia-features-title-area .description {
	color: #3C4858;
}
.hestia-features-title-area {
	text-align: left;
}
.hestia-features-title-area h2 {
	text-align: center;
	margin-bottom: 20px;
}
.hestia-features-title-area .hestia-title {
	text-align: left;
}
.hestia-features-content h4.info-title {
	margin: 0;
}
.hestia-info {
	display: flex !important;
	border: 1px solid gray;
	border-radius: 15px;
	padding: 35px 25px !important;
	margin-bottom: 15px !important;
	height: 190px;
	align-items: center; /* vertically centers the children */
  justify-content: center; /* optional: horizontally centers the children */
   transition: border-color 0.5s, background-color 0.3s;
  cursor: pointer; /* makes it feel clickable */
}
.hestia-info h4 {
  margin: 0; /* remove default heading margin */
  transition: color 0.3s;
}
.hestia-info:hover {
	  border-color: #5a7822; /* sky blue */
  background-color: rgba(90, 120, 34, 0.3); /* light transparent blue 
  /*background-color: #5a7822;*/
  color: white !important;
}
/*.hestia-info:hover h4 {
	
  color: white !important;
}*/
.hestia-info>a:hover h4 {
	opacity: 1 !important;
	
}
.hestia-info>a:hover {
	opacity: 1 !important;	
}
.header-filter-gradient {
	background: linear-gradient(90deg, rgb(58, 60, 63) 0%, rgb(90, 120, 34) 100%);
}

/*TEAM MEMBERS*/
.cv-modal {
  display: none;
  position: fixed;
  z-index: 9999;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.7);
}

.cv-content {
  background: #fff;
  margin: 2% auto; /* smaller top/bottom margin */
  padding: 10px;
  width: 95%;       /* bigger width */
  max-width: 1500px; /* bigger max width */
  height: 95%;      /* take more vertical space */
  border-radius: 8px;
  position: relative;
  display: flex;
  flex-direction: column;
}

.cv-content iframe {
  flex: 1;          /* fill modal height */
  width: 100%;
  border: none;
}

.close {
  position: absolute;
  top: 10px;
  right: 20px;
  font-size: 28px;
  cursor: pointer;
  color: red;
}
.MartinaMedvidovicKosanovic-cro, .AnamarijaStankovic-cro, .BrunislavMatasovic-cro, .DominikGoman-cro,.ElviraKovacAndric-cro, .IvanaBalic-cro, .JelenaKojcinovic-cro, .MilenkoKorica-cro, .NikolinaFilipovic-cro, .TomislavBalic-cro, .VlatkaGvozdic-cro {
    font-family: none !important;  /* remove font */
    display: inline-block;
    width: 25px !important;     /* size of your icon */
    height: 25px !important;
    background: url('/wp-content/uploads/icons/croris.png') no-repeat center center;
    background-size: contain;
    text-indent: -9999px;  /* hide any text/font content */
}
.MartinaMedvidovicKosanovic, .AnamarijaStankovic, .BrunislavMatasovic, .DominikGoman, .ElviraKovacAndric, .IvanaBalic, .JelenaKojcinovic, .MilenkoKorica, .NikolinaFilipovic, .TomislavBalic, .VlatkaGvozdic {
    font-family: none !important;  /* remove font */
    display: inline-block;
    width: 25px !important;     /* size of your icon */
    height: 25px !important;
    background: url('/wp-content/uploads/icons/cv.png') no-repeat center center;
    background-size: contain;
    text-indent: -9999px;  /* hide any text/font content */
}


/*FOOTER*/
.footer-my1 table, .footer-my1 table tr, .footer-my1 table td {
	border: 1px solid gray; border-collapse: collapse; vertical-align: top;
}
.footer-flex {
	width: 100% !important;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 0px;
    text-align: left !important;
    color: white;
	background: #1e1f21;
	padding: 2% 20%;
  margin-top: 30px;
}
.footer-my {
	background: #1e1f21 !important;
}
.footer-col {
    flex: 1 1 220px;
    min-width: 200px;
	border: 1px solid gray;
	padding: 15px;
}

.footer-logo {
    width: 250px;
    margin-top: 15px;
    max-width: 100%;
    height: auto;
}
.primary-menu-footer {
	margin-bottom: 0;
}
/* Mobile */
@media (max-width: 768px) {
    .footer-flex {
        padding: 5%;
        flex-direction: column;
    }

    .footer-col {
        width: 100%;
    }
}