/**
 * Welcome page
 */
/* Submenu item */
#adminmenu .wp-submenu a[href*="elara-welcome"]:not(.hide-if-no-customize) {
	background-color: #a375c5;
	color: #fff;
	padding: 9px 12px;
}

#adminmenu .wp-submenu a[href*="elara"]:hover {
	opacity: .8;
}

/* General */
.welcome-wrap {
	padding: 30px 20px;
}

.welcome-wrap h1 {
	font-size: 36px;
	margin-bottom: 1em;
}

/* Intro */
.welcome-intro {
	width: 100%;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-flow: row wrap;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap;
	justify-content: space-between;
	align-items: start;
}

.welcome-description {
	width: 100%;
	font-size: 14px;
	margin-top: 0;
	margin-bottom: 30px;
}

.welcome-screenshot {
	width: 100%;
	display: block;
	margin-bottom: 30px;
}

.welcome-screenshot img {
	width: 100%;
	height: auto;
}

@media (min-width:768px) {

	.welcome-description {
		width: 66%;
	}

	.welcome-screenshot {
		width: 30%;
	}
}

@media (min-width:1024px) {

	.welcome-description {
		font-size: 16px;
	}
}

@media (min-width:1440px) {

	.welcome-intro {
		width: 86%;
	}
}

@media (min-width:1600px) {

	.welcome-intro {
		width: 66%;
	}
}

/* Tab content */
.welcome-section {
	padding: 40px 0;
}

/* Cards */
.elara-welcome-cards,
.elara-features-table {
	width: 100%;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-flow: row wrap;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap;
	justify-content: start;
	align-items: stretch;
}

.elara-welcome-card {
	width: 100%;
	background-color: #fff;
	padding: 30px;
	border: 1px solid #eaeaea;
}

@media (min-width:768px) {

	.elara-welcome-card {
		width: 22%;
		margin-right: 20px;
	}

	.welcome-section-support .elara-welcome-card {
		width: 30%;
	}
}

/* Features table */
.elara-features-table {
	align-content: center;
	margin-bottom: 30px;
    margin-top: 30px;
}

@media (min-width:768px) {

	.elara-features-table {
		width: 100%;
	}
}

@media (min-width:1200px) {

	.elara-features-table {
		width: 86%;
	}
}

.elara-feature-item,
.elara-feature-item-is {
	background-color: #fff;
	font-size: 12px;
	line-height: 30px;
	border-bottom: 1px solid #eaeaea;
	padding-top: 5px;
	padding-bottom: 5px;
}

.elara-feature-item-heading {
	font-size: 14px;
}

.elara-feature-item-is .dashicons,
.elara-feature-item-is .dashicons-before:before {
	line-height: 24px;
	vertical-align: middle;
}

@media (min-width:768px) {

	.elara-feature-item,
	.elara-feature-item-is {
		padding-top: 0;
		padding-bottom: 0;
		font-size: 15px;
		line-height: 65px;
	}

	.elara-feature-item-heading {
		font-size: 20px;
	}
}

.elara-feature-item {
	width: 60%;
}

.elara-feature-item strong {
	padding: 0 20px;
	display: inline-block;
}

.elara-feature-item-is {
	width: 20%;
	text-align: center;
}

@media (min-width:768px) {

	.elara-feature-item {
		width: 70%;
	}

	.elara-feature-item-is {
		width: 15%;
	}
}

.elara-feature-item-is .dashicons-yes,
.elara-feature-item-is .dashicons-yes:before {
	color: #a54fed;
}
.elara-feature-item-is .dashicons-no-alt,
.elara-feature-item-is .dashicons-no-alt:before {
	color: #d04040;
}
