/*
Theme Name: demex
Theme URI: https://demex.ro
Template: hello-elementor
Author: demex
Author URI: https://demex.ro
Version: 1.0.1612179697
Updated: 2021-02-01 11:41:37

*/

.page-header {
	background-color: var(--e-global-color-5d7d4c7,#FFA333);
	text-align: center;
	min-height: 250px;
    display: flex;
    justify-content: center;
    align-items: center;	
}

a {
   color: var(--e-global-color-5d7d4c7,#FFA333);
}

a:hover,a:active {
   color: var(--e-global-color-primary);
}

h1.entry-title {
	color: white;
}


.home-banner {
	min-height:130px;
}

@media (min-width:768px) {
	.home-banner {
	min-height:250px;
  }
}

@media (min-width:1025px) {
	.home-banner {
	min-height:500px;
  }
}

.servicii-hexagon a.elementor-icon {	
   clip-path: polygon(7% 25%, 50% 0, 93% 25%, 93% 75%, 50% 100%, 7% 75%);	
}
