/* 
Theme Name: Peak6
Theme URI: https://peak6.com
Description: Custom theme useing Elementor
Author: Peak6 Lans
Author URI: https://peak6.com/
Template: hello-elementor
Version: 1.0.1
Text Domain: hello-elementor-child

*/

/*
    Add your custom styles here
*/

.yellow {
	color: #FCB33B;
}

.pointer {
	cursor: pointer;
}

.eae-popup .mfp-ajax-holder .mfp-content, .eae-popup .mfp-inline-holder .mfp-content {
	background-color: #EFEDE8 !important;
}

.comments-area a, .page-content a {
    text-decoration: none !important ;
}


#news-container article.elementor-post {
	cursor: pointer;
	transition: 0.25s;
}

#news-container article.elementor-post:hover {
	box-shadow: 0 2px 20px 0 rgb(0 0 0 / 35%);
	transform: scale(1.02) translate(-2px);
}