/*
Theme Name: Hello Elementor Explay child
Template: hello-elementor
Description: Hello Elementor modificações por explay
Author: Explay web agency
*/



/* Logged in & out conditions */

.logged-in-condition .hide-logged-in {
	display: none!important;
}

.logged-out-condition .hide-logged-out {
	display: none!important;
}

/* Alert/Notice Styles - Custom EXPLAY alerts */
.explay-alert {
	padding: 15px 20px;
	margin: 20px;
	border-radius: 4px;
	border-left: 4px solid;
	font-size: 15px;
	line-height: 1.6;
}

.explay-alert.error {
	background-color: #f8d7da;
	color: #721c24;
	border-color: #f5c6cb;
}

.explay-alert.success {
	background-color: #d4edda;
	color: #155724;
	border-color: #c3e6cb;
}

.explay-alert.info {
	background-color: #d1ecf1;
	color: #0c5460;
	border-color: #bee5eb;
} 