/* Hexagon Variables News */
.single-hex-news {
	--hex-param: 20%;
		
	--hex-border-size: 5px;
	
	--hex-height: 300px;
	
	/* Animation */
	--hex-transition-duration--in: .75s;
	--hex-transition-duration--out: .75s;
	--hex-transition-timing-function--in: ease-in;
	--hex-transition-timing-function--out: ease-out;
	
	
	/* Colors */
	--hex-font-color: #151515;
	
	--hex-link-color: #151515;
	--hex-link-color--hover:  var(--hh-colors-green);
	
	--hex-icon-color: #151515;
	--hex-icon-color--hover:  var(--hh-colors-green);
	
	--hex-border-color: var(--hh-colors-green);
	--hex-border-color--hover: var(--hh-colors-yellow);
	
	--hex-bg-color: #FEFEFE;
	--hex-bg-color--hover: #FEFEFE;
   
	
	/* Hex Shadow */
	--hex-shadow: drop-shadow(0 0 5px transparent);
	--hex-shadow--hover: drop-shadow(4px 4px 5px gray);
	
	
	/* Hex Image */
	--hex-img-height: 100%; 
	--hex-img-position: center top;
	--hex-img-size: cover;    
	--hex-img-bg-color: transparent;
	--hex-img-bg-color--hover: transparent;
}


.single-hex-news {
	width: 250px;
}




/* Hexagon Variables Certifiactes */
.single-hex-certificate-border {		
	--hex-param: 25%;
		
	--hex-border-size: 3px;
	
	--hex-height: 220px;
	
	/* Animation */
	--hex-transition-duration--in: .75s;
	--hex-transition-duration--out: .75s;
	--hex-transition-timing-function--in: ease-in;
	--hex-transition-timing-function--out: ease-out;
	
	
	/* Colors */
	--hex-font-color: #151515;
	
	--hex-link-color: #151515;
	--hex-link-color--hover:  var(--hh-colors-green);
	
	--hex-icon-color: #151515;
	--hex-icon-color--hover:  var(--hh-colors-green);
	
	--hex-border-color: #CCC;
	--hex-border-color--hover: #BBB;
	
	--hex-bg-color: #EEE;
	--hex-bg-color--hover: #DDD;

	/* Hex Shadow */
	--hex-shadow: drop-shadow(0 0 5px transparent);
	--hex-shadow--hover: drop-shadow(2px 2px 5px gray);
	
	
	/* Hex Image */
	--hex-img-height: 100%;
	--hex-img-position: center center;
	--hex-img-size: contain;
	--hex-img-bg-color: transparent;
	--hex-img-bg-color--hover: transparent;
}

.single-hex-certificate-border {
	max-width: 230px;
}

.single-hex-certificate-border .single-hex-inner {
	padding: 60px 30px;
}


/* Hexagon Variables Certifiactes */
.single-hex-certificate-widget {		
	--hex-param: 25%;
		
	--hex-border-size: 3px;
	
	--hex-height: 150px;
	
	/* Animation */
	--hex-transition-duration--in: .75s;
	--hex-transition-duration--out: .75s;
	--hex-transition-timing-function--in: ease-in;
	--hex-transition-timing-function--out: ease-out;
	
	
	/* Colors */
	--hex-font-color: #151515;
	
	--hex-link-color: #151515;
	--hex-link-color--hover:  var(--hh-colors-green);
	
	--hex-icon-color: #151515;
	--hex-icon-color--hover:  var(--hh-colors-green);
	
	--hex-border-color: #CCC;
	--hex-border-color--hover: #BBB;
	
	--hex-bg-color: #EEE;
	--hex-bg-color--hover: #DDD;

	/* Hex Shadow */
	--hex-shadow: drop-shadow(0 0 5px transparent);
	--hex-shadow--hover: drop-shadow(2px 2px 5px gray);
	
	
	/* Hex Image */
	--hex-img-height: 100%;
	--hex-img-position: center center;
	--hex-img-size: contain;
	--hex-img-bg-color: transparent;
	--hex-img-bg-color--hover: transparent;
}

.single-hex-certificate-widget {
	width: 100%;
}

.widget_certificates .container .row > DIV:nth-of-type(even) .single-hex-certificate-widget  {
	margin-top: calc( var(--hex-height) / 2 );
}

.widget_certificates .container .row > DIV:nth-of-type(odd) .single-hex-certificate-widget  {
	margin-bottom: calc( var(--hex-height) / 2 );
}

.single-hex-certificate-widget .single-hex-inner {
	padding: 40px 15px;
}

