/*
 Theme Name:   Hello Elementor Child
 Description:  hello elementor child theme
 Author:       Gino
 Author URI:   https://www.webgorilla.ch
 Template:     hello-elementor
 Version:      1.0
 Text Domain:  hello-elementor-child
*/

/* LSD Dashboard */
#webgorilla-lsd_dashboard, .lsd_dashboard {
	max-width: 100vw !important;
	margin-bottom: 4rem !important;
	padding: 0 !important; 
}
	
/* LSD Dashboard Menu */
#webgorilla-lsd_menu ul { 
	height: fit-content !important;
	border-radius: .5rem !important;
	border: 1px solid #F0F0F0 !important;
	transition: all .25s ease-in-out !important;
	list-style: none !important;
	margin: 0 !important;
	padding: 0 !important;
}

#webgorilla-lsd_menu li {
	display: flex;
	flex-direction: row;
	align-items: center;
	padding: 1rem !important;
	width: 100%;
	border-bottom: 1px solid #F0F0F0;
	font-weight: normal;
}

#webgorilla-lsd_menu li:hover {
	box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px !important;
}

#webgorilla-lsd_menu > ul > li > a {
	display: flex !important;
	align-items: center !important;
	padding: 0 !important;
	column-gap: .5rem !important;
}

#webgorilla-lsd_menu > ul > li > a > i {
	color: #4a4a4a;
	top: 0 !important;
}

.lsd-active {
	font-weight: bold !important;
	opacity: 1 !important;
	box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px !important;
}
.lsd-active > a > i {
	color: #d0021b !important;
}

#lsd_dashboard_menus_manage {
	border-top: none !important;
}
#lsd_dashboard_menus_logout {
	border-bottom: none !important;
}

/* LSD Dashboard Content */
#webgorilla-lsd_content, #lsd_dashboard_form {
	padding-left: 2rem;
}
#webgorilla-lsd_content h2, #lsd_dashboard_form h2 {
	font-size: 18px !important;
	font-weight: normal !important;
	border-bottom: 2px solid #eee !important;
	margin-bottom: 2rem !important;
	padding-bottom: 16px !important;
	line-height: 22px !important;
}

/* LSD Dashboard Subscriptions */
.lsd-dashboard-subscriptions {
	 margin-bottom: 2rem !important;
}
.webgorilla-lsd_subscription_packages {
	padding: 0;
}
.lsd-dashboard-subscriptions h2, .lsd-dashboard-packages h2 {
	font-weight: normal !important;
	font-size: 18px !important;
	margin-top: 0 !important;
	margin-bottom: 1rem !important;
	padding-top: 0 !important;
}
.lsd-dashboard-subscriptions p {
	font-size: small;
	font-weight: normal;
	margin-bottom: 1rem !important;
}
.lsd-dashboard-subscription-description p {
	font-size: small;
	font-weight: normal;
}
.lsd-dashboard-subscriptions ul, .lsd-dashboard-packages ul {
	margin-top: 1rem !important;
}
.webgorilla-lsd_subscription_packages > li {
	display: flex;
	flex-direction: column;
	padding: 1rem;
	margin-bottom: 1rem;
	border: 1px solid #F0F0F0;
	border-radius: .25rem;
	list-style: none;
}
.webgorilla-lsd_subscription_packages > li:hover {
	box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px !important;
}
.webgorilla-lsd_subscription_packages .lsd-row {
	display: flex;
	flex-direction: row;
	align-items: center;
}
.webgorilla-lsd_subscription_packages .lsd-row .lsd-col-9 {
	width: 75%;
}
.webgorilla-lsd_subscription_packages .lsd-row .lsd-col-3 {
	width: 25%;
}
.lsd-subscription-details, .lsd-package-details {
	list-style: none;	
	padding: 0;
}
.lsd-subscription-details > li > .lsd-icon, .lsd-package-details > li > .lsd-icon {
	color: #d0021b;
}

/* LSD Dashboard Favorites */
.lsd-dashboard_favorites_grid {
	display: grid !important;
	grid-template-columns: repeat(3, 1fr) !important;
	grid-gap: 2rem !important;
}
.lsd-dashboard_favorites_grid_element {
	display: flex !important;
	flex-direction: column !important;
	padding: 1rem !important;
	border: 1px solid #F0F0F0 !important;
	border-radius: .25rem !important;
	transition: all .25s ease-in-out !important;
}
.lsd-dashboard_favorites_grid_element:hover {
	box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px !important;
}
.lsd-dashboard_favorites_grid_element_body {
	display: flex; 
	flex-direction: row !important;
	align-items: center !important;
	justify-content: space-between !important;
	column-gap: 1rem !important;
	border-top: 1px solid #F0F0F0 !important;
	margin: 1rem 0 !important;
	padding-top: 1rem !important;
}
.lsd-dashboard_favorites_grid_element img {
	height: 192px !important;
	width: 100% !important;
	object-fit: cover !important;
}
.lsd-dashboard_favorites_grid_element_body h5 {
	font-size: 18px !important;
	margin: 0 !important;
	padding: 0 !important;
}
.lsd-dashboard_favorites_grid_element_body .lsd-icon:hover {
	color: #d0021b !important;
}

	
/* utility classes */	
.webgorilla-row {
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: space-between;
}
.webgorilla-col_3 {
	width: 25% !important;
}
.webgorilla-col_4 {
	width: 33.33% !important;
}
.webgorilla-col_6 {
	width: 50% !important;
}

/* html elements */
#lsd_dashboard_form_message {
	margin-left: 2rem !important;
}
.lsd-col-2 {
	padding: 0 !important;
}
.lsd-alert {
	padding: 1rem !important;
	margin-bottom: 2rem !important;
	font-size: 14px !important;
	color: #000 !important;
	background: transparent !important;
	background-color: transparent !important;
	border-left: 1px solid #F0F0F0 !important;
	border-right: 1px solid #F0F0F0 !important;
	border-bottom: 1px solid #F0F0F0 !important;
	border-bottom-left-radius: .25rem !important;
	border-bottom-right-radius: .25rem !important;
	border-top-left-radius: 0 !important;
	border-top-right-radius: 0 !important;
	margin-top: 0 !important;
}
.lsd-alert ul {
	margin: 0 !important;
	padding: 0 !important;
}
.lsd-alert a {
	color: #d0021b !important;
	text-decoration: underline !important;
}
#lsd_dashboard_form_message .lsd-info, .lsd-alert.lsd-info {
	border-top: 2px solid #d0021b !important;
}
#lsd_dashboard_form_message .lsd-warning, .lsd-alert.lsd-warning {
	border-top: 2px solid #cad002 !important;
}
#lsd_dashboard_form_message .lsd-error, .lsd-alert.lsd-error {
	border-top: 2px solid #d0021b !important
}
#lsd_dashboard_form_message .lsd-success, .lsd-alert.lsd-success {
	border-top: 2px solid #169924 !important
}
.lsd-button {
	background-color: #d0021b !important;
	box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px !important;
	padding: 1rem 2rem !important;
	font-size: 18px !important;
	border-radius: .25rem !important;
}
.lsd-button:hover {
	color: white !important;
}
.lsd-status-publish {
	color: green !important;
}
.lsd-status-trash {
	color: crimson !important;
}
button {
	border-radius: .25rem !important;
	cursor: pointer !important;
	padding: .25rem .5rem !important;
}	
button:hover {
	color: white !important;
}	
label {
	display: flex;
	flex-direction: row;
	align-items: center;
	column-gap: .5rem;
	font-size: 14px !important;
}
label i {
	margin-right: .5rem;
	font-size: 14px;
	color: gold;
}	
span.webgorilla-label_required {
	color: crimson;
	margin-left: .5rem;
}
span.webgorilla-label_additional {
	font-size: smaller;
	font-style: italic;
	margin-left: .5rem;
}	
.webgorilla-input, .webgorilla-select, .webgorilla-textarea {
	display: flex !important;
	align-items: center !important;
	padding: .75rem !important;
	background-color: #f2f2f2 !important;
	border-radius: .25rem !important;
	vertical-align: center !important;
}
p {
	margin-block-end: 0 !important;
}
b.webgorilla-subtitle {
	margin: 1rem 0;
	font-size: 16px !important;
}
strong {
	font-weight: normal !important;
}