#wl-pro-wrap {
	text-align: center;
}
#wl-pro-banner {
	background-image: url('../img/banner-art.png'), linear-gradient( to right, #6e2ec3 , #f2295b );
	padding: 40px 10px;
	background-size: cover;
	background-position: bottom right;
	background-repeat: no-repeat;
}
#wl-pro-banner .wl-large-title {
	color: #fff;
	font-weight: 700;
}
#wl-pro-banner .wl-large-title h4 {
	margin-bottom: 0;
	font-weight: 300;
}
#wl-pro-banner .wl-large-title h1 {
	color: #fff;
}
#wl-pro-features {
	padding: 50px 0;
}
.wl-desc {
	font-size: 17px;
}
#wl-pro-widgets .wl-desc {
	color: #fff;
}
#woolementor_upgrade #wl-pro-wrap {
	font-family: "Nunito",Sans-serif;
}
#wl-pro-features h1.wl-large-title {
	color: #3B2C73;
	font-weight: bold;
}
#wl-pro-features h4.wl-desc {
	font-size: 16px;
	font-weight: normal;
	color: #484848;
}
.wl-pro-row {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	align-content: center;
}
.wl-half {
	padding: 40px 15px;
	flex: 46%;
}
.wl-pro-feature {
}
.wl-pro-feature.wl-half {}
.wl-widget-subtitle {}
.wl-pro-feature h3.wl-widget-subtitle {
	color: #E9345F;
	text-transform: uppercase;
	font-weight: normal;
	margin-bottom: 0;
}
.wl-pro-feature h2.wl-widget-title {
	text-transform: capitalize;
	line-height: 44px;
	margin-top: 10px;
	margin-bottom: 20px;
	float: none;
}
.wl-pro-feature p.wl-widget-desc {}
#wl-pro-widgets {
	background-image: linear-gradient( to right, #6e2ec3 , #f2295b );
	padding: 10px 0;
}
#wl-widgets-heading {}
#wl-widgets-heading h1.wl-large-title {
	color: #fff;
	font-weight: bold;
}
#wl-widgets-heading p.wl-widget-desc {
	color: #fff;
	font-size: 14px;
}
#wl-widgets-list {}
#wl-widgets-list ul {}
#wl-widgets-list ul li {
	padding: 15px 10px;
	flex: 27%;
	background: #fff;
	margin: 10px;
	border-radius: 4px;
}
#wl-widgets-list ul li i {}
#wl-widgets-list ul li a {
	color: #484848;
	font-size: 12px;
	text-transform: capitalize;
	text-decoration: navajowhite;
	padding-left: 10px;
}
#wl-pro-upgrade {
	padding: 40px 0 0 0;
}
#wl-invite {
	color: #000;
}
#wl-invite .wl-invite-title {
	padding-top: 6;
	text-align: left;
}
#wl-invite .wl-invite-title h4 {
	margin-bottom: 30px;
	margin-top: 30px;
}
#wl-download button.wl-button {
	background-image: linear-gradient( 60deg, #6e2ec3 , #f2295b );
	color: #fff;
	padding: 16px 50px;
	border: 0px solid transparent;
	border-radius: 8px;
	text-transform: uppercase;
	cursor: pointer;
}
#woolementor_upgrade > .cx-subheading{
	margin-bottom: 0;
}
/*==========  Mobile First Method  ==========*/
/* Custom, iPhone Retina */ 
@media only screen and (min-width : 320px) {
    #wl-widgets-list ul li {
		flex: 100%;
	}
	#wl-pro-banner .wl-large-title h4 {
		font-size: 18px;
	}
	#wl-pro-banner .wl-large-title h1 {
		font-size: 28px;
	}
	#wl-pro-features h1.wl-large-title {
		font-size: 28px;
	}
	.wl-pro-feature h2.wl-widget-title {
		font-size: 28px;
	}
	.wl-pro-feature h3.wl-widget-subtitle {
		font-size: 16px;
	}
	#wl-widgets-heading h1.wl-large-title {
		font-size: 26px;
	}
	#wl-invite .wl-invite-title h4 {
		font-size: 18px;
	}
	#wl-download button.wl-button {
		padding: 16px 32px;
		font-size: 14px;
	}
	#wl-pro-upgrade {
		padding: 20px 0;
	}
	.wl-half {
		padding: 20px 15px;
		flex: 100%;
	}
}

/* Extra Small Devices, Phones */ 
@media only screen and (min-width : 480px) {
}

/* Small Devices, Tablets */
@media only screen and (min-width : 768px) {
    #wl-widgets-list ul li {
		flex: 27%;
	}
	#wl-invite .wl-invite-title {
		text-align: center;
	}
	#wl-pro-banner .wl-large-title h4 {
		font-size: 28px;
	}
	#wl-pro-banner .wl-large-title h1 {
		font-size: 60px;
	}
	#wl-pro-features h1.wl-large-title {
		font-size: 60px;
	}
	.wl-pro-feature h2.wl-widget-title {
		font-size: 44px;
	}
	.wl-pro-feature h3.wl-widget-subtitle {
		font-size: 22px;
	}
	#wl-widgets-heading h1.wl-large-title {
		font-size: 56px;
	}
	#wl-invite .wl-invite-title h4 {
		font-size: 40px;
	}
	#wl-download button.wl-button {
		padding: 16px 50px;
		font-size: 36px;
	}
	#wl-pro-upgrade {
		padding: 40px 0 0 0;
		margin-bottom: -40px;
	}
	.wl-half {
		padding: 40px 15px;
		flex: 46%;
	}
}

/* Medium Devices, Desktops */
@media only screen and (min-width : 992px) {
    
}

/* Large Devices, Wide Screens */
@media only screen and (min-width : 1200px) {
	#wl-invite .wl-invite-title {
		text-align: left;
	}
    #wl-widgets-list ul li {
		flex: 27%;
	}
	#wl-download button.wl-button {
		font-size: 26px;
	}
	#wl-invite .wl-invite-title h4 {
		font-size: 34px;
	}
}
@media only screen and (min-width : 1367px) {
	#wl-invite .wl-invite-title {
		padding-left: 110px;
	}
}