/*
Theme Name: 2018 Theme
Template: activello
*/

body {
    font-size: 14px;
    line-height: 1.6;
    color: #101010;
    background-color: #fff
}
body, a {
	font-family: 'Source Sans 3';
	font-weight: 400;
}
.row {
	margin-right: 0;
	margin-left: 0;
}
.ewd-hidden,
.fsp-hidden {
	display: none;
}
.clear {
	clear: both;
}
.below-990 {
	display: none;
}
a:hover {
	text-decoration: none;
}
.main-content-area {
	margin-top: 0;
}
.regular-content {
	min-height: 460px;
	padding-bottom: 60px;
}
.uppercase {
	text-transform: uppercase;
}
.arrow-link::after {
	margin-left: 12px;
	content: 'b';
	font-family: 'untitled-font-7';
	text-transform: none;
	font-size: 11px;
}
.down-caret::after {
	margin-left: 12px;
	content: 'd';
	font-family: 'ewd-toggle-icon';
	text-transform: none;
	font-size: 11px;
}
.up-caret::after {
	margin-left: 12px;
	content: 'D';
	font-family: 'ewd-toggle-icon';
	text-transform: none;
	font-size: 11px;
}
.main-content-area {
	margin-bottom: 0;
}
.container {
	max-width: 1390px;
}
.cta {
	padding: 8px 16px;
    width: auto;
    float: left;
    color: #ffffff;
    border-radius: 4px;
    cursor: pointer;
    margin-bottom: 12px;
    text-align: center;
}
.secondary-cta {
	padding: 8px 16px;
    width: auto;
    float: left;
    color: #9B9B9B;
    border: 1px #9B9B9B solid;
    border-radius: 4px;
    cursor: pointer;
    margin-bottom: 8px;
    text-align: center;
}
.purple {
	background: #5588AD;
	color: #ffffff;
}
.hover-purple:hover {
	color: #ffffff;
	background: #5588AD;
}
.border-purple {
	border: 1px solid #5588AD;
}
.white {
	color: #5588AD;
	background: #ffffff;
}
.text-faded-white {
	color: rgba(256,256,256,0.6);
	border: 1px solid rgba(256,256,256,0.6);
}
.hover-text-white:hover {
	color: #ffffff;
	border: 1px solid #ffffff;
}
.hover-white:hover {
	background: #ffffff;
	color: #5588AD;
}
.green {
	background: #7CA3BF;
	color: #ffffff;
}
.green:hover {
	background: #91B5CE;
	color: #ffffff;
}
.hover-blue:hover {
	color: #ffffff;
	background: #1b335f;
}
.hover-blue input[type=submit]:hover {
	color: #ffffff;
	background: #1b335f;
}
.px12-font {
	font-size: 12px;
}


/**********************************************
* FONTS
**********************************************/
@font-face { /* declare fonts */
  font-family: 'untitled-font-7';
  src: url("fonts/untitled-font-7.eot");
    src: url('fonts/untitled-font-7.woff2') format('woff2'),
         url('fonts/untitled-font-7.woff') format('woff'),
         url("fonts/untitled-font-7.ttf") format("truetype"),
    url("fonts/untitled-font-7.svg#untitled-font-7") format("svg");
    font-weight: normal;
    font-style: normal;
}
@font-face { /* declare fonts */
  font-family: 'ewd-toggle-icon';
  src: url("fonts/ewd-toggle-icon.eot");
    src: url('fonts/ewd-toggle-icon.woff2') format('woff2'),
         url('fonts/ewd-toggle-icon.woff') format('woff'),
         url("fonts/ewd-toggle-icon.ttf") format("truetype"),
    url("fonts/ewd-toggle-icon.svg#ewd-toggle-icon") format("svg");
    font-weight: normal;
    font-style: normal;
}


/**********************************************
* HEADER
**********************************************/
#masthead {
	display: flex;
	width: 100%;
	background: #1b335f;
}
#masthead .nav-container {
	position: relative;
	width: 100%;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	align-items: center;
}
.nav-plugins-and-rwd {
	display: flex;
	align-items: center;
	height: 100%;
}
.plugins-menu-toggle {
	color: #ffffff;
	cursor: pointer;
}
.plugins-menu-toggle:hover {
	font-weight: 600;
}
.website-design-link {
	color: #ffffff;
	margin-left: 18px;
	cursor: pointer;
}
.plugins-menu-container,
.themes-menu-container {
	clear: both;
	padding: 12px 0px;
    background: #ffffff;
    width: 100%;
}
.plugin-menu-page,
.theme-menu-page {
    float: left;
    text-align: center;
    width: calc(100% / 8);
    padding-right: 24px;
}
.plugin-menu-page img {
	padding: 0px 18px;
}
.plugins-menu-plugin-title,
.themes-menu-theme-title {
	display: block;
	margin-top: 8px;
	color: #888888;
	font-size: 12px;
}
#logo {
	display: flex;
	justify-content: center;
	width: 240px;
	height: auto;
	padding: 16px 0;
}
.custom-logo {
	width: 240px;
	height: auto;
}
.site-name {
	float: left;
}
.tagline {
	color: #ffffff;
	float: left;
	padding-left: 14px;
	margin-top: 14px;
}
.navbar-default {
	border: none;
	margin-right: 45px;
}
.navbar.navbar-default {
	background: none;
	box-shadow: none;
}
.navbar-default .navbar-nav>li>a {
	color: #D3DFF5;
}
.navbar-default .navbar-nav>li>a:hover {
	color: #FFFFFF;
}
.navbar-default .navbar-nav> li {
	margin-right: 45px;
}
.navbar-default .navbar-nav> li:last-of-type {
	margin-right: 20px;
}
.navbar-default .navbar-nav> li> a {
	text-transform: none;
	font-weight: 400;
	padding: 10px 0px;
}
.navbar-default .navbar-nav>.active>a, 
.navbar-default .navbar-nav>.active>a:focus, 
.navbar-default .navbar-nav>.active>a:hover {
	background-color: transparent;
	color: #ffffff;
}
.menu-item-41626 {
	margin-right: 0px;
}
.menu-item-41626 a {
	padding: 0px 12px !important;
    margin-top: 10px !important;
    border: #fff 2px solid !important;
    border-radius: 4px !important;
    text-transform: uppercase !important;
    color: #ffffff !important;
    font-weight: 600 !important;
}
.nav-social-icons {
	display: flex;
	width: 72px;
	position: absolute;
	right: 0;
}
.fsp-header-social-icon {
	margin-left: 2px;
	color: #D3DFF5;
}
.fsp-header-social-icon:hover {
	color: #fff;
}
.fsp-header-social-icon .dashicons {
	width: 24px;
	height: 24px;
	font-size: 24px;
}

@media screen and (max-width: 1199px) {
	.nav-social-icons {
		order: 1;
		width: 100%;
		position: relative;
		justify-content: center;
		right: initial;
		margin-top: 16px;
	}
	#logo {
		order: 2;
		width: 100%;
	}
	.nav-plugins-and-rwd {
		order: 3;
	}
	.navbar-default {
		order: 4;
		margin-right: initial;
		margin-top: 0 !important;
	}
	.navbar-default .row {
		margin-right: -15px;
	}
}

/********************************************
* FOOTER
********************************************/
#footer-area {
	background: #1b335f;
	padding-top: 120px;
}
#footer-area h4 {
    color: #ffffff;
    font-size: 16px;
    font-weight: 600;
}
#footer-area ul {
	list-style-type: none;
	padding-left: 0;
}
#footer-area ul li {
	width: 220px;
	float: left;
	border: none;
}
#footer-area ul li a {
	color: #ffffff;
}
.plugins-footer-menu-container {
	width: calc(100% - 240px);
	float: left;
	padding-bottom: 100px;
	padding-right: 100px;
	max-width: 600px;
}
.support-footer-menu-container {
	float: right;
	width: 140px;
	margin-right: 100px;
	padding-bottom: 100px;
}
.footer-logo {
	width: 200px;
	margin: 0 auto;
	padding-bottom: 18px;
}
.footer-logo a {
	color: #ffffff;
}
.footer-logo span {
	display: inline-block;
	margin-left: 8px;
}


/********************************************
* HOMEPAGE
********************************************/
.homepage-banner-container {
	background: #fff;
}
.homepage-banner {
	padding-top: 100px;
	padding-bottom: 80px;
}
.homepage-banner-overlay-container {
	width: 40%;
	float: left;
}
.homepage-banner-image {
	width: 60%;
	float: right;
}
.homepage-banner-overlay-title {
	font-size: 52px;
    color: #1b335f;
    font-weight: 600;
    max-width: 600px;
    margin: 0 auto;
}
.homepage-banner-overlay-subtitle {
	margin-top: 18px;
	margin-bottom: 48px;
}

.homepage-reviews-container {
	padding-top: 60px;
	padding-bottom: 60px;
	background: #1b335f;
}

.homepage-upcp-images {
	width: 60%;
	float: left;
	padding-left: 6%;
	padding-top: 40px;
	padding-bottom: 40px;
}
.homepage-upcp-text {
	width: 40%;
	float: right;
	margin-top: 6%;
	margin-bottom: 48px;
	padding: 40px 0px;
}
.homepage-upcp-featured {
	font-size: 12px;
	color: #9B9B9B;
}
.homepage-upcp-title h3 {
	font-size: 30px;
	color: #260f48;
	font-weight: 600;
}
.homepage-upcp-text-content {
	font-size: 16px;
	margin-top: 30px;
	max-width: 320px;
}
.homepage-upcp-link {
	margin-top: 18px;
}
.homepage-upcp-link a {
	color: #7CA3BF;
	font-weight: 600;
}

.homepage-map-section {
	width: 100%;
	min-height: 360px;
	background: url("https://www.fivestarplugins.com/wp-content/uploads/2019/09/band_world2.jpg");
	background-position: center center;
	text-align: center;
}
.homepage-map-section-text-overlay {
	padding: 140px 20% 120px;
	font-size: 60px;
	font-weight: 600;
	color: #ffffff;
}

.homepage-links-section {
	min-height: 320px;
}
.homepage-affiliates-link {
	width: 50%;
	float: left;
    padding-left: 25%;
    padding-right: 5%;
    margin-top: 100px;
    text-align: center;
    border-right: 2px solid #bfbfbf;
    padding-bottom: 12px;
}
.homepage-affiliates-link a h3,
.homepage-blog-link a h3 {
	color: #260f48;
	font-weight: 600;
	margin-bottom: 30px;
}
.homepage-affiliates-link a,
.homepage-blog-link a {
	color: #5588AD;
	font-weight: 600;
}
.homepage-blog-link {
	width: 50%;
	float: left;
	padding-right: 25%;
	padding-left: 5%;
	margin-top: 100px;
	text-align: center;
}

.homepage-ufaq-section {
	background: #1b335f;
}
.homepage-ufaq-images {
	width: 60%;
	float: left;
	padding-right: 6%;
	padding-top: 40px;
	padding-bottom: 40px;
}
.homepage-ufaq-text-container {
	width: 40%;
	float: left;
	margin-top: 6%;
	padding-bottom: 48px;
}
.homepage-ufaq-text {
	width: 100%;
	max-width: 360px;
	float: right;
	padding: 40px 0px;
}
.homepage-ufaq-featured {
	font-size: 12px;
	color: #9B9B9B;
}
.homepage-ufaq-title h3 {
	font-size: 30px;
	color: #ffffff;
	font-weight: 600;
}
.homepage-ufaq-text-content {
	font-size: 16px;
	color: #ffffff;
	margin-top: 30px;
}
.homepage-ufaq-link {
	margin-top: 18px;
}
.homepage-ufaq-link a {
	color: #7CA3BF;
	font-weight: 600;
}

.homepage-meet-team {
	text-align: center;
}
.homepage-team-members {
	max-width: 800px;
	margin: 0 auto;
}
.team-member {
	width: 160px;
	height: 160px;
	margin: 24px 20px;
	float: left;
}

.homepage-browse-plugins {
	width: 100%;
	height: 160px;
	background: #7CA3BF;
}
.homepage-browse-button-container {
	margin: 0 auto;
	text-align: center;
	width: 190px;
	padding-top: 60px;
}


/***********************************************
* AFFILIATES
***********************************************/
.affiliates-banner-container {
	width: 100%;
	min-height: 600px;
	background: url("https://www.etoilewebdesign.com/wp-content/uploads/2018/06/BG_Top.jpg");
	background-position: center center;
	text-align: center;
}
.affiliates-header-text-overlay {
	max-width: 700px;
	padding-top: 220px;
	margin: 0 auto;
	font-size: 48px;
	font-weight: 600;
	color: #ffffff;
}

.affiliates-path-select-section {
	background: #1b335f;
	padding-top: 24px;
}
.affiliates-path-select-text {
	max-width: 520px;
	padding-bottom: 18px;
	margin: 0 auto;
	font-size: 24px;
	color: #ffffff;
	font-weight: 600;
	text-align: center;
}
.affiliates-path-select-ctas {
	max-width: 340px;
	padding-bottom: 12px;
	margin: 0 auto;
}
.affiliates-path-select-ctas.new-affiliate-ctas {
	max-width: none;
	margin: 0;
	width: 262px;
	margin-left: calc(50% - 131px);
}
.affiliates-path-select-ctas.new-affiliate-ctas div {
	margin-right: 9px !important;
	margin-left: 9px !important;
	width: 113px !important;
	text-align: center !important;
}

.affiliates-faqs-section {
	text-align: center;
}
.affiliates-faqs-section h3 {
	font-size: 36px;
    color: #1b335f;
    font-weight: 600;
    margin-bottom: 36px;
    margin-top: 24px;
}
.affiliates-faqs-container {
	max-width: 900px;
	padding-left: 160px;
	margin: 0 auto;
	text-align: left;
}
.affiliates-faq {
	width: calc(100% / 2);
	min-height: 200px;
	float: left;
	padding-right: 50px;
	padding-bottom: 36px;
}
.affiliates-faq-question {
	font-size: 16px;
	font-weight: 600;
	color: #1b335f;
}
.affiliates-faq-read-more-toggle {
	text-align: center;
    padding-right: 50px;
    font-size: 20px;
    margin-bottom: 48px;
    cursor: pointer;
}

.affiliates-reviews-container {
	padding-top: 60px;
	padding-bottom: 60px;
	background: #1b335f;
}

.affiliates-checkerboard-image,
.affiliates-checkerboard-text {
	width: 50%;
	float: left;
	min-height: 500px;
}
.affiliates-influencer-banner {
	background: url("https://www.etoilewebdesign.com/wp-content/uploads/2018/07/Infulencers-colored.jpg");
	background-size: cover;
	background-position: center center;
}
.affiliates-developer-banner {
	background: url("https://www.etoilewebdesign.com/wp-content/uploads/2018/07/Theme-Developers-coloured.jpg");
	background-size: cover;
	background-position: center center;
}
.affiliates-checkerboard-text-inner {
	margin-top: 60px;
    max-width: 260px;
}
.affiliates-checkerboard-text-inner.new-affiliates-inner {
	margin-top: 10px;
	max-width: 90%;
}
.affiliates-checkerboard-text-inner.left {
	float: left;
	margin-left: 60px;
}
.affiliates-checkerboard-text-inner.right {
 	float: right;
    margin-right: 60px;
 }
.affiliates-checkboard-title h3{
	font-size: 36px;
    margin-bottom: 24px;
    color: #1b335f;
    font-weight: 600;
}

.affiliates-browse-plugins {
	width: 100%;
	height: 160px;
	background: #7CA3BF;
}
.affiliates-browse-button-container {
	margin: 0 auto;
	text-align: center;
	width: 200px;
	padding-top: 60px;
}

.ewd-affiliate-edit-profile h4 {
	margin-bottom: 18px;
    margin-top: 18px;
    font-size: 24px;
    font-weight: 600;
}
.affiliate-strong {
	font-weight: 600;
}
.affiliate-graphic-preview.icon {
	max-width: 220px;
}
.affiliate-graphic-preview.banner {
	max-width: 860px;
}
.affiliate-graphic-results {
	margin-bottom: 24px;
}

.ewd-affiliate-dashboard-page {
	max-width: 900px;
	margin: 0 auto;
}
.ewd-affiliate-dashboard-statistics,
.ewd-affiliate-dashboard-profile {
	width: 40%;
	float: left;
	border: 4px #efefef solid;
	border-radius: 4px;
}
.ewd-affiliate-dashboard-statistics {
	margin: 18px 2% 36px 8%;
}
.ewd-affiliate-dashboard-profile {
	margin: 18px 8% 36px 2%;
	padding: 12px 24px;
}
.ewd-affiliate-dashboard-links {
	margin: 18px 8%;
}

.ewd-affiliate-dashboard-statistics h4 {
	font-size: 24px;
	font-weight: 600;
	background: #7CA3BF;
	color: #ffffff;
	margin-top: 0px;
	padding: 12px 0px 12px 24px;
}
.ewd-affiliate-dashboard-statistics h4 span {
	display: block;
	float: left;
	width: 240px;
}
.ewd-affiliate-dashboard-statistics-field {
    padding: 4px 24px;
    font-size: 16px;
    font-weight: 600;
}
.ewd-affiliate-dashboard-label {
    width: 240px;
    float: left;
}
.ewd-affiliate-dashboard-total-sales {
	margin-top: 24px
}
.ewd-affiliate-dashboard-total-sales-value {
	font-size: 48px;
	font-weight: 400;
}

.ewd-affiliate-label label {
	margin-bottom: 2px;
}
.ewd-affiliate-dashboard-profile input[type="submit"] {
	line-height: 30px;
	margin-top: 6px;
	padding: 0px 48px;
}

.ewd-affiliate-link-content {
	margin-top: 16px;
}
.ewd-affiliate-link-content-img {
	width: 60px;
	margin-right: 24px;
	float: left;
}
.ewd-affiliate-link-content-text {
	float: left;
	font-weight: 600;
}


/***********************************************
* PLUGINS PAGE
***********************************************/
.plugins-banner-container {
	min-height: 520px;
	background-image: url("https://www.fivestarplugins.com/wp-content/uploads/2019/09/plugins_page_banner_background.jpg");
	background-size: cover;
	background-position: bottom center;
	margin-bottom: 100px;
}
.plugins-banner-text-overlay {
	text-align: center;
	padding-top: 150px;
}
.plugins-banner-text-overlay-inner {
	max-width: 760px;
	margin: 0 auto;
	font-size: 52px;
	color: #ffffff;
	font-weight: 600;
}

.plugins-plugin-container {
	max-width: 720px;
	margin: 0 auto;
	margin-bottom: 48px;
}
.plugins-plugin-icon {
	float: left;
	margin-right: 80px;
}
.plugins-plugin-details {
	max-width: 480px;
	float: left;
}
.plugins-plugin-title {
	color: #3d4144;
	font-size: 24px;
    font-weight: 600;
    margin-bottom: 4px;
}
.plugins-plugin-excerpt a span {
	color: #7CA3BF;
	font-weight: 600;
}
.plugins-plugin-excerpt {
	margin-bottom: 18px;
}

.plugins-affiliate-outreach {
	min-height: 360px;
	max-width: 960px;
	background-image: url("https://www.etoilewebdesign.com/wp-content/uploads/2018/06/BG_Affiliate-ad.jpg");
	background-size: cover;
	background-position: center center;
	margin: 0 auto;
	margin-top: 12px;
	margin-bottom: 48px;
}
.plugins-affiliate-outreach-overlay {
	padding-top: 60px;
    font-size: 48px;
    max-width: 580px;
    font-weight: 600;
    color: #ffffff;
    margin-left: 120px;
    margin-bottom: 48px;
}
.plugins-affiliate-outreach .cta {
	margin-left: 120px;
}

.plugins-reviews-container {
	margin-top: 24px;
	padding-top: 60px;
	padding-bottom: 60px;
	background: #1b335f;
}

.plugins-premium-benefits-section {
	text-align: center;
	margin-bottom: 60px;
}
.plugins-premium-benefits-section h3 {
	font-size: 48px;
	color: #1b335f;
	margin: 36px 0px 24px 0px;
	font-weight: 600;
}
.plugins-premium-benefits-inner {
	max-width: 970px;
	margin: 0 auto;
}
.plugins-premium-benefits {
	max-width: 700px;
	float: right;
	text-align: left;
	margin-top: 60px;
}
.plugins-premium-benefits ul {
	list-style:none;
}
.plugins-premium-benefits ul li {
	background: url("https://www.fivestarplugins.com/wp-content/uploads/2019/11/dash-asset-checkmark.png");
	background-repeat: no-repeat;
	background-size: 11px auto;
	background-position: 0 9px;
	width: calc(50% - 22px);
	padding-left: 22px;
	padding-bottom: 6px;
	line-height: 2;
	float: left;
}
.plugins-money-back-guarantee {
	background-image: url("https://www.etoilewebdesign.com/wp-content/uploads/2023/01/Badge.png");
	background-size: cover;
	width: 241px;
	height: 240px;
	float: left;
	margin-right: 20px;
}


/***********************************************
* PLUGIN SALES PAGE
***********************************************/
.plugin-sales-banner-container {
	min-height: 760px;
	background-size: cover;
	background-position: center center;
}
.plugin-sales-banner-container.five-star-restaurant-menu,
.plugin-sales-banner-container.five-star-restaurant-menu-dev {
	background-image: url("https://www.fivestarplugins.com/wp-content/uploads/2019/09/menus_oursite_mainscreen.jpg");
}
.plugin-sales-banner-container.five-star-restaurant-reservations {
	background-image: url("https://www.fivestarplugins.com/wp-content/uploads/2019/09/reservations_oursite_mainscreen2.jpg");
}
.plugin-sales-banner-container.five-star-business-profile {
	background-image: url("https://www.fivestarplugins.com/wp-content/uploads/2020/01/bpfpw_oursite_mainscreen2.jpg");
}
.plugin-sales-banner-container.five-star-restaurant-reviews {
	background-image: url("https://www.fivestarplugins.com/wp-content/uploads/2020/02/grfwp_oursite_mainscreen.jpg");
}
.plugin-sales-header-text-overlay {
	font-size: 52px;
    max-width: 600px;
    margin-left: 10%;
    padding-top: 100px;
    color: #ffffff;
    font-weight: 600;
    line-height: 1.25;
}
.plugin-sales-overlay-ctas {
	margin-left: 10%;
	margin-top: 42px;
}
.plugin-sales-overlay-ctas .cta {
	margin-top: 18px;
}
.plugin-sales-overlay-ctas .cta:hover {
    transform: scale(1.1);
}

.plugin-sales-reviews-container {
	padding-top: 60px;
	padding-bottom: 60px;
	background: #1b335f;
}


.plugin-sales-features-section {
	margin-top: 80px;
	margin-bottom: 36px;
}
.plugin-sales-features-title {
	width: 50%;
	padding-left: 20%;
}
.plugin-sales-features-title h3, .plugin-sales-features-title h1 {
 	font-size: 36px;
	color: #1b335f;
	font-weight: 600;
 }
.plugin-sales-features-text {
	width: 40%;
	float: left;
	padding-left: 20%;
	margin-top: 30px;
}
.plugin-sales-features-image {
	width: 60%;
	float: left;
	overflow: hidden;
}
.plugin-sales-feature-title {
	font-size: 22px;
	line-height: 1.2;
	font-weight: 600;
	margin-bottom: 18px;
	color: #1b335f;
}
.plugin-sales-feature-text {
	margin-bottom: 18px;
}
.plugin-sales-features-image img {
	width: 130%;
	max-width: 1250px;
}

.plugin-sales-compatible-themes-section {
	margin-top: 0;
	margin-bottom: 36px;
	max-width: 900px;
}
.plugin-sales-compatible-themes-title h3 {
 	font-size: 48px;
	color: #1b335f;
	font-weight: 600;
	text-align: center;
}
.plugin-sales-compatible-themes-text {
	margin-top: 20px;
	margin-bottom: 40px;
	text-align: center;
}
.plugin-sales-compatible-themes-button {
	position: relative;
	float: left;
	width: 200px;
	padding: 12px 0;
	margin: 0 calc(50% - 100px) 40px;
	text-align: center;
	background-color: #1B335F;
	color: #fff;
	border-radius: 3px;
}
.plugin-sales-compatible-themes-button:hover {
	background-color: #2e4d87;
	color: #fff;
}

.plugin-sales-ultimate-section {
	margin-top: 0;
	margin-bottom: 36px;
	max-width: 900px;
}
.plugin-sales-ultimate-title {
}
.plugin-sales-ultimate-title h3 {
 	font-size: 48px;
	color: #1b335f;
	font-weight: 600;
	text-align: center;
}
.plugin-sales-ultimate-text {
	margin-top: 20px;
	margin-bottom: 40px;
	text-align: center;
}
.plugin-sales-ultimate-section table {
	width: 100%;
	border-collapse: collapse;
}
.plugin-sales-ultimate-section table th,
.plugin-sales-ultimate-section table td {
	border: 1px solid #ccc;
	padding: 6px 0;
	text-align: center;
	font-size: 16px;
}
.plugin-sales-ultimate-section table th {
	padding: 9px 0;
}
.plugin-sales-ultimate-section table td img {
	width: 20px;
	height: 20px;
}
.plugin-sales-ultimate-section table th:nth-of-type(3n+3),
.plugin-sales-ultimate-section table td:nth-of-type(3n+3) {
	background-color: #e6eefa;
}




.plugin-sales-plans-section {
	max-width: 900px;
}
.plugin-sales-plans-title {
	text-align: center;
	margin-bottom: 48px;
}
.plugin-sales-plans-title h3 {
	font-size: 48px;
	color: #1b335f;
	margin-bottom: 24px;
	font-weight: 600;
}
.plugin-sales-plans-brief {
	text-align: center;
	margin-bottom: 48px;
	font-size: 1.6em;
}
.plugin-sales-plans-brief a {
	font-size: .75em;
}
.plugin-sales-plans-options {
	padding-bottom: 60px;
}
.plugin-sales-plan {
	width: 28%;
	float: left;
	margin: 0 2.5%;
	max-width: 360px;
	box-shadow: 0px 0px 5px 5px #cccccc;
}
.plugin-sales-plan-single-ultimate {
	margin: 0 36%;
}
.plugin-sales-plan:hover {
	transform: scale(1.1);
}
.plugin-sales-plan-inner {
	padding: 18px 8px;
}
.plugin-sales-plan h3 {
	font-size: 30px;
	color: #1b335f;
	text-align: center;
}
.plugin-sales-plan h3 span {
	display: block;
}
.plugin-sales-price {
	font-size: 20px;
	color: #7CA3BF;
	margin-bottom: 18px;
	text-align: center;
}
.plugin-sales-plan ul {
	list-style:none;
}
.plugin-sales-plan ul li {
	background: url("https://www.fivestarplugins.com/wp-content/uploads/2019/11/dash-asset-checkmark.png");
	background-repeat: no-repeat;
	background-size: 11px auto;
	background-position: 0 9px;
	width: calc(100% - 22px);
	padding-left: 22px;
	padding-bottom: 6px;
	line-height: 2;
}
.plugin-sales-plan-purchase {
	margin-top: -10px;
	line-height: 3;
	font-size: 16px;
	text-align: center;
	z-index: 12;
}

#plugin-sales-plans-ultimate {
	display: none;
}

#plugin-sales-plans-selector,
#plugin-sales-plans-currency-selector {
	clear: both;
	position: relative;
	float: left;
	width: 200px;
	margin-left: calc(50% - 100px);
	margin-bottom: 38px;
}
#plugin-sales-plans-premium-selector,
#plugin-sales-plans-ultimate-selector,
#plugin-sales-plans-euros-selector,
#plugin-sales-plans-dollars-selector {
	position: relative;
	float: left;
	width: 98px;
	padding: 8px 0;
	text-align: center;
	border: 1px solid #7CA3BF;
	background: #fff;
	color: #7CA3BF;
	cursor: pointer;
}
.plugin-sales-plans-selector-active,
.plugin-sales-plans-currency-selector-active {
	background: #7CA3BF !important;
	color: #fff !important;
}


.plugin-sales-premium-benefits-section {
	text-align: center;
	margin-bottom: 60px;
}
.plugin-sales-premium-benefits-section h3 {
	font-size: 48px;
	color: #1b335f;
	margin: 60px 0px 24px 0px;
	font-weight: 600;
}
.plugin-sales-premium-benefits-inner {
	max-width: 970px;
	margin: 0 auto;
}
.plugin-sales-premium-benefits {
	max-width: 700px;
	float: right;
	text-align: left;
	margin-top: 36px;
}
.plugin-sales-premium-benefits ul {
	list-style:none;
}
.plugin-sales-premium-benefits ul li {
	background: url("https://www.fivestarplugins.com/wp-content/uploads/2019/11/dash-asset-checkmark.png");
	background-repeat: no-repeat;
	background-size: 11px auto;
	background-position: 0 9px;
	width: calc(50% - 22px);
	padding-left: 22px;
	padding-bottom: 6px;
	line-height: 2;
	float: left;
}
.plugin-sales-money-back-guarantee {
	background-image: url("https://www.etoilewebdesign.com/wp-content/uploads/2023/01/Badge.png");
	background-size: cover;
	width: 241px;
	height: 240px;
	float: left;
	margin-right: 20px;
}

.plugin-sales-gutter-catch-section {
	text-align: center;
	background: #7CA3BF;
}
.plugin-sales-gutter-catch-section h3 {
	font-size: 48px;
	color: #ffffff;
	padding: 80px 0px 30px 0px;
	font-weight: 600;
}
.plugin-sales-gutter-ctas {
	width: 220px;
	margin: 0 auto;
	padding-bottom: 48px;
}
.plugin-sales-gutter-ctas.no-padding {
	padding: 0;
}
.plugin-sales-gutter-ctas .cta {
	float: none;
	margin: 0 auto;
}
.plugin-sales-gutter-ctas .cta.white {
	width: 160px;
	font-weight: 600;
	margin-bottom: 12px;
	font-size: 16px;
}
.seven-day-trial-explanation {
	margin: 0 auto;
	color: #ffffff;
	max-width: 600px;
	padding: 24px 24px 60px;
	font-weight: 600;
}


/***********************************************
* BLOG
***********************************************/
.blog-page-header-background {
	min-height: 460px;
	background-image: url("https://www.fivestarplugins.com/wp-content/uploads/2019/09/blog_page_banner_background.jpg");
	background-size: cover;
	background-position: center center;
}
.blog-page-posts-container {
	max-width: 900px;
	margin-top: -240px;
	background: #ffffff;
}
.blog-page-title h1 {
	color: #1b335f;
	font-weight: 600;
	margin-bottom: 18px;
}
.blog-page-description {
	position: relative;
	margin-bottom: 30px;
}
.blog-page-post.first-blog-post {
	width: 100%;
}
.blog-page-post {
	width: 80%;
	float: left;
	margin-bottom: 60px;
}
.blog-page-post-image {
	width: 30%;
    padding-right: 24px;
    float: left;
    background: #ffffff;
    text-align: center;
}
.blog-page-post-no-image {
	display: none;
}
.blog-page-post-content {
	background: #ffffff;
    width: 70%;
    float: left;
}
.blog-page-post-content-no-image {
    width: 100%;
}
.blog-page-post.first-blog-post .blog-page-post-content {
	padding-right: 36px;
}
.blog-page-post-featured {
	margin-left: 16px;
    font-weight: 600;
}
.blog-page-post-title {
	margin: 0px 0px 12px 16px;
	color: #1b335f;
	font-size: 22px;
	font-weight: 600;
}
.blog-page-post-text {
	margin: 0px 0px 12px 16px;
}
.blog-page-post-date-author {
	margin-left: 16px;
}
.blog-page-topics {
	width: 40%;
	float: right;
	padding-left: 12%;
	display: none; /* Temporarily until we get this set up */
}
.paging-navigation {
	margin-bottom: 96px;
}

.posts-reviews-container {
	padding-top: 60px;
	padding-bottom: 60px;
	background: #1b335f;
}

.posts-browse-plugins {
	width: 100%;
	height: 160px;
	background: #7CA3BF;
}
.posts-browse-button-container {
	margin: 0 auto;
	text-align: center;
	width: 200px;
	padding-top: 60px;
}

.blog-post-banner-image {
	min-height: 400px;
	background-size: cover;
	background-position: center center;
}
.blog-post-content {
	margin-top: -260px;
}
.blog-post-main-title {
	min-height: 280px;
    font-size: 60px;
    padding: 40px 60px;
    background: #ffffff;
    max-width: 800px;
    margin: 0 auto;
    color: #1b335f;
	font-weight: 600;
	line-height: 1.6;
}
.blog-post-social-sharing {
	width: calc(100% - 960px);
    float: left;
    padding-left: calc(100% - 1200px);
}
.blog-post-main-content {
	max-width: 800px;
	padding: 20px 60px;
	margin: 0 auto;
}
.blog-post-upper-cta {
	width: 160px;
	float: left;
	padding-left: 40px;
}
.blog-post-main-ctas {
	background: #1b335f;
}
.blog-post-main-ctas-inner {
	max-width: 960px;
	margin: 0 auto;
	margin-top: 80px;
}
.blog-post-main-cta {
	width: 100%;
	float: left;
	text-align: center;
	padding: 60px 40px;
}
.blog-post-main-cta-title {
    font-size: 16px;
    font-weight: 600;
    max-width: 240px;
    margin: 0 auto;
    color: #ffffff;
}
.cta-container {
	max-width: 200px;
    margin: 0 auto;
    margin-top: 18px;
}
.blog-post-recent-posts {
	padding: 20px 100px;
	margin-top: 60px;
	max-width: 1080px;
}
.blog-post-recent-post {
	margin-bottom: 48px;
}
.blog-post-recent-post-image {
	width: 30%;
    padding-right: 24px;
    float: left;
    background: #ffffff;
    text-align: center;
}
.blog-post-recent-post-content {
	background: #ffffff;
    width: 70%;
    float: left;
}
.blog-post-posts-cta {
	text-align: center;
	font-size: 16px;
	font-weight: 600;
}

.blog-post-browse-plugins {
	width: 100%;
	height: 160px;
	background: #7CA3BF;
	margin-top: 80px;
}
.blog-post-browse-button-container {
	margin: 0 auto;
	text-align: center;
	width: 200px;
	padding-top: 60px;
	font-weight: 600;
}

/* TEMPORARY */
.blog-post-upper-cta,
.blog-post-social-sharing {
	height: 1px;
	overflow: hidden;
}


/***********************************************
* LICENSE PAYMENT
***********************************************/
.grey-background {
	background: #eeeeee;
}
.license-payment-container {
	max-width: 1170px;
	margin: 36px auto;
	background: #ffffff;
	padding: 30px 72px 30px 48px;
	box-shadow: 0px 0px 5px 5px #dddddd;
}
.license-payment-title h3 {
	font-weight: 600;
	margin-bottom: 24px;
}
.license-payment-explanation {
	font-size: 13px;
}
.license-payment-cart-checkout-container {
	margin-top: 42px;
}
.license-payment-cart {
	width: 65%;
	float: left;
}
.license-payment-checkout {
	width: 35%;
	float: left;
}
.license-payment-cart-title,
.license-payment-checkout-title {
	margin-bottom: 16px;
	font-size: 18px;
}
.license-payment-cart-item {
	margin-bottom: 36px;
}
.license-payment-cart-item-image {
	width: 141px;
	float: left;
}
.license-payment-cart-item-content {
	width: calc(100% - 141px);
	float: left;
	padding: 0px 42px;
}
.license-payment-cart-item-title {
	margin-bottom: 12px;
	font-size: 20px;
}
.cart-delete-item {
	width: 12px;
	height: 17px;
	background-image: url("https://www.etoilewebdesign.com/wp-content/uploads/2018/06/Trash.png");
	background-size: cover;
	float: right;
	margin-right: 72px;
	margin-top: 6px;
	cursor: pointer;
}
.license-payment-cart-quantity {
	margin-bottom: 6px;
}
.cart-item-quantity {
	width: 24px;
	text-align: center;
	margin-right: 12px;
}
.cart-type-selector {
	width: 160px;
	height: 24px;
	margin-right: 12px;
}
.cart-item-payment-frequency {
	height: 24px;
}
.cart-license-details-link {
	padding-left: 38px;
}
.cart-license-details-link a {
	color: #7CA3BF;
}
.cart-license-details-link a:hover {
	text-decoration: none;
}
input[type="checkbox"].cart-item-support-checkbox {
	float: left;
	margin-right: 16px;
	margin-left: 10px;
}
.cart-item-support-explanation {
	width: 200px;
	float: left;
	display: block;
	color: #888888;
}
.license-payment-checkout-item {
	margin-bottom: 24px;
}
.license-payment-checkout-item-title {
	font-size: 18px;
	font-weight: 600;
	margin-bottom: 12px;
}
.checkout-item-name {
	color: #888888;
}
.checkout-item-price,
.checkout-item-annual-price {
	float: right;
	font-weight: 600;
}
.license-payment-checkout-total {
	margin-top: 36px;
}
.license-payment-checkout-buy-buttons {
	margin-top: 18px;
}
.license-payment-checkout-buy-buttons .cta {
	float: right;
}
.license-payment-checkout-cc-toggle {
	float: right;
	color: #888888;
	cursor: pointer;
}
.license-payment-checkout-cc-toggle.cc-form-open {
	text-align: center;
	float: none;
	margin-bottom: 24px;
	margin-top: 12px;
	font-size: 16px;
	font-weight: 600;
	color: #000000;
}

.license-payment-discount-code-toggle {
	float: right;
	color: #888888;
	cursor: pointer;
	padding-top: 12px;
}
.license-payment-discount-code-form {
	text-align: right;
    padding-top: 18px;
}
.license-payment-discount-code-submit {
	margin-top: 8px;
	border-radius: 4px;
}

.license-payment-additional-plugins {
	margin-top: 48px;
}
.license-payment-additional-title {
	font-size: 28px;
	font-weight: 600;
}
.license-payment-additional-plugins-inner {
	margin-top: 48px;
	min-height: 260px;
}
.additional-plugin  {
	width: calc(70% / 6);
	float: left;
	text-align: center;
	margin-right: 4%;
	margin-left: 1%;
	padding: 1%;
	cursor: pointer;
}
.additional-plugin:hover {
	box-shadow: 0px 0px 3px 3px #dddddd;
}
.additional-plugin-image {
	padding: 2%;
}
.additional-plugin-name {
	margin-top: 12px;
}
.additional-plugin:hover .additional-plugin-add-to-cart {
	display: block;
}
.additional-plugin-add-to-cart.cta {
	float: none;
	margin-top: 16px;
	padding: 8px;
}

.payment-errors {
	font-size: 20px;
	color: #b20505;
}

.license-payment-checkout-paypal-toggle {
	position: relative;
	margin-top: 20px;
	cursor: pointer;
	transition: color .35s;
}
.license-payment-checkout-paypal-toggle:hover {
	color: #1B335F;
}

.license-payment-rwd {
	display: flex;
	width: 100%;
}

/***********************************************
* THANK YOU
***********************************************/
.thank-you-headline {
	background: #ffffff;
}
.thank-you-headline-inner {
	max-width: 480px;
    margin: 0 auto;
    padding: 120px 16px 80px;
}
.thank-you-headline-inner h1 {
	text-align: center;
    font-weight: 600;
    font-size: 42px;
    margin-bottom: 42px;
    color: #1b335f;
}

.thank-you-banner-container {
	background-image: url("https://www.etoilewebdesign.com/wp-content/uploads/2018/06/Support-BG.jpg");
	background-position: center center;
	max-width: 1955px;
	margin: 0 auto;
	min-height: 600px;
}
.thank-you-banner-header {
	max-width: 460px;
    margin: 0 auto;
    text-align: center;
    color: #ffffff;
    font-size: 48px;
    line-height: 1.2;
    padding: 120px 12px 48px;
}
.thank-you-banner-header span {
	display: block;
}
.thank-you-banner-subheader {
	max-width: 460px;
    text-align: center;
    margin: 0 auto;
    color: #ffffff;
    font-size: 18px;
    margin-bottom: 48px;
}
.thank-you-banner-icons {
	max-width: 660px;
	margin: 0 auto;
}
.thank-you-icon {
	width: calc(100% /4);
    float: left;
    padding-top: 80px;
    background-repeat: no-repeat;
    background-position: center;
    color: #ffffff;
    font-size: 12px;
    text-align: center;
}
.youtube-icon {
	background-image: url("https://www.etoilewebdesign.com/wp-content/uploads/2018/06/Youtube.png");
}
.wordpress-icon {
	background-image: url("https://www.etoilewebdesign.com/wp-content/uploads/2018/06/WP.png");
}
.ewd-icon {
	background-image: url("https://www.etoilewebdesign.com/wp-content/uploads/2018/06/FAQs.png");
}
.documentation-icon {
	background-image: url("https://www.etoilewebdesign.com/wp-content/uploads/2018/06/Documentation.png");
}
.thank-you-affiliate-ctas {
	background: #1b335f;
	padding-bottom: 36px;
}
.thank-you-affiliate-ctas-inner {
	max-width: 560px;
	margin: 0 auto;
	text-align: center;
	color: #ffffff;
}
.thank-you-affiliate-ctas-text {
	padding: 30px 16px 16px;
	font-size: 16px;
	font-weight: 600;
}
.thank-you-affiliate-ctas-container {
	width: 398px;
	max-width: 100%;
	margin: 0 auto;
	padding: 0px 10px;
}
.thank-you-affiliate-ctas-container .cta {
	background: #ffffff;
    color: #1b335f;
    font-weight: 600;
}
.thank-you-affiliate-ctas-container .cta:first-of-type {
	margin-right: 24px;
}
.thank-you-email-message {
	max-width: 820px;
	margin: 0 auto;
}
.thank-you-email-message span {
	display: block;
}
.thank-you-email-message h3 {
	margin-top: 60px;
	margin-bottom: 24px;
	color: #1b335f;
	font-size: 48px;
	font-weight: 600;
	text-align: center;
}
.thank-you-email-message-content {
	margin-bottom: 60px;
	padding: 18px;
}


/***********************************************
* THANK YOU
***********************************************/
.support-center-container h1 {
	text-align: center;
}

.support-center-plugin-selection {
	margin-top: 48px;
	margin-bottom: 24px;
}

.support-center-support-type {
	margin-bottom: 36px;
}

.support-center-results-area {
	margin-bottom: 48px;
	min-height: 360px;
}

.support-center-browse-plugins {
	width: 100%;
	height: 160px;
	background: #7CA3BF;
}
.support-center-browse-button-container {
	margin: 0 auto;
	text-align: center;
	width: 190px;
	padding-top: 60px;
}


/***********************************************
* AFFILIATE PAGES
***********************************************/
.affiliate-landing-div {
	width: 50%;
	float: left;
	margin-bottom: 24px;
}
.ewd-affiliate-form-field {
	margin-bottom: 2px;
}

.affiliates-reviews-container-mobile, .affiliates-faqs-section-mobile {
	display: none;
}

/***********************************************
* MEDIA QUERIES
***********************************************/
@media (max-width: 1024px) {
	#about-us-menu-item {
		display: none;
	}
}
@media (max-width: 991px) {
	.main-content-inner {
		margin-bottom: 0;
	}
	.below-990 {
		display: inline;
	}
	.above-990 {
		display: none;
	}

	#plugins-menu-toggle-container, 
	#themes-menu-toggle-container {
		margin-top: 48px;
	}
	.navbar.navbar-default {
		margin-top: 48px;
	}
	.plugin-menu-page {
		padding-right: 18px;
	}


	.homepage-banner-image {
		width: 100%;
	}
	.homepage-banner-overlay-container {
		width: 100%;
	}
	.homepage-banner-overlay-title,
	.homepage-banner-overlay-subtitle {
		text-align: center;
	}
	.homepage-banner-ctas .cta {
		float: none;
		width: 220px;
		margin: 0px auto 12px auto;
	}
	.homepage-banner-ctas .secondary-cta {
		float: none;
		width: 200px;
		margin: 4px auto 12px auto;
		display: block;
		padding: 6px 16px;
	}
	.homepage-upcp-text,
	.homepage-upcp-images,
	.homepage-ufaq-text-container,
	.homepage-ufaq-images {
		width: 100%;
		text-align: center;
		padding: 0;
	}
	.homepage-upcp-text-content,
	.homepage-ufaq-text-content {
		margin: 24px auto 0px auto;
	}
	.homepage-ufaq-text {
		float: none;
		margin: 0 auto;
	}
	.homepage-affiliates-link {
		padding-left: 5%;
	}
	.homepage-blog-link {
		padding-right: 5%;
	}


	.license-payment-cart {
		width: 100%;
		border-bottom: 2px solid #dddddd;
		margin-bottom: 36px;
	}
	.license-payment-checkout {
		width: 100%;
	}
	.additional-plugin {
		width: calc(85% / 3);
		min-height: 275px;
	}


	.plugin-sales-plan {
		width: 90%;
		float: none;
		margin: 0px auto 36px;
	}
	.plugin-sales-premium-benefits {
		float: none;
		margin: 36px auto 24px;
		padding-left: 48px;
	}
	.plugin-sales-money-back-guarantee {
		float: none;
		margin: 0 auto;
	}

	/*new mobile css*/
	.cta {
		font-weight: bold;
		height: 50px;
		padding-top: 14px !important;
	}
	.secondary-cta {
		font-weight: bold;
		height: 46px;
		padding-top: 11px !important;
	}

	.ewd-affiliate-dashboard-statistics {
		margin: 18px 2% 36px 0%;
		width: 48%;
	}
	.ewd-affiliate-dashboard-profile {
		margin: 18px 0% 36px 2%;
		width: 48%;
	}
}

@media (max-width: 778px) {
	#themes-menu-toggle-container {
		display: none;
	}
	.plugin-menu-page {
		width: calc(100% / 4);
		margin-bottom: 24px;
		padding-right: 24px;
	}
	.plugins-menu-plugin-title, 
	.themes-menu-theme-title {
		min-height: 34px;
	}


	.homepage-affiliates-link {
		width: 100%;
		border-right: none;
	}
	.homepage-blog-link {
		width: 100%;
		margin-bottom: 100px;
	}


	.cart-delete-item {
		margin-right: 0px;
	}
	.license-payment-cart-item-content {
		padding: 0px 0px 0px 42px;
	}


	.plugin-sales-features-title {
		width: 100%;
		text-align: center;
		padding: 0px 10%;
	}
	.plugin-sales-features-text {
		width: 100%;
		padding: 0px 7%;
	}
	.plugin-sales-features-image {
		width: 100%;
		float: none;
	}
	.plugin-sales-premium-benefits ul {
		max-width: 380px;
		margin: 0 auto;
	}
	.plugin-sales-premium-benefits ul li {
		width: 100%;
		max-width: 300px;
	}

	.affiliates-checkerboard-image {
		display: none;
	}
	.affiliates-checkerboard-text {
		width: 100%;
		min-height: 0;
	}
	.affiliates-checkerboard-text-inner.left,
	.affiliates-checkerboard-text-inner.right {
		float: none;
		margin: 40px auto;
		text-align: center;
	}
	.affiliates-faqs-container {
		padding-left: 60px;
	}


	.blog-post-main-title {
		font-size: 48px;
	}
	.blog-post-recent-posts {
		padding: 20px 20px;
	}

	.ewd-affiliate-dashboard-statistics,
	.ewd-affiliate-dashboard-profile {
		width: 100%;
		margin: 8px auto 16px auto;
		max-width: 520px;
		float: none;
	}
}

@media (max-width: 560px) {
	.plugins-footer-menu-container {
		width: 100%;
	}
	.support-footer-menu-container {
		width: 100%;
		margin-right: 0px;
	}
	#footer-area ul li {
		width: 100%;
	}


	.license-payment-cart-item-image {
		width: 81px;
	}
	.license-payment-cart-item-content {
		width: calc(100% - 81px);
	}


	.plugin-sales-premium-benefits {
		padding-left: 0;
	}


	.affiliates-faq {
		width: 100%;
		min-height: 0;
		text-align: center;
	}


	.blog-page-header-background {
		background: #5588AD;
		display: none;
	}
	.blog-page-posts-container {
		background: transparent;
		margin-top: 0;
	}
	.blog-page-title {
		padding: 0 16px;
	}
	.blog-page-description {
		padding: 0 16px;
	}

	.blog-page-post {
		width: 100%;
	}

	.blog-page-post.first-blog-post .blog-page-post-image {
		width: 100%;
		padding: 0px 16px;
	}
	.blog-page-post.first-blog-post .blog-page-post-content {
		width: 100%;
		padding: 0px 16px;
	}
	.blog-page-post-featured {
		display: none;
	}
	.blog-page-post.first-blog-post .blog-page-post-text {
		display: inline;
	}
	.blog-page-post-text,
	.blog-page-post-date-author {
		display: none;
	}

	.blog-page-post-image {
		width: 120px;
		padding-right: 0;
	}
	.blog-page-post-content {
		width: calc(100% - 120px);
	}

	.blog-post-main-title {
		padding: 40px 20px;
		line-height: 1.2;
		font-size: 38px;
	}
	.blog-post-main-cta {
		width: 100%;
	}
	.blog-page-post:nth-of-type(1n+2) .blog-page-post-title {
		line-height: 1.2;
		font-size: 18px;
		text-transform: uppercase;
		color: #777;
	}

	.affiliate-landing-div {
		width: 100%;
	}

	/*new mobile css*/
	.homepage-banner {
		padding-top: 40px;
	}
	.homepage-upcp-text {
		margin-top: 60px;
	}
	.homepage-upcp-link, .homepage-ufaq-link {
		margin-top: 60px;
	}
	.homepage-blog-link {
		margin-top: 60px;
		padding-top: 60px;
		border-top: 1px solid #bfbfbf;
	}
	.plugins-banner-text-overlay-inner {
		font-size: 42px;
	}
	.plugins-affiliate-outreach-overlay {
		font-size: 30px;
		margin-left: 24px;
	}
	.plugins-affiliate-outreach .cta {
		margin-left: 24px;
	}	
	.plugins-plugin-icon {
		width: 75px;
		margin-right: 16px;
	}
	.plugins-plugin-icon img {
		width: 75px;
		height: 75px;
	}
	.plugins-plugin-buy-now .cta {
		width: 100px;
		height: 28px;
		padding-top: 3px !important;
	}
	.plugins-plugin-details {
	    width: calc(100% - 91px);
	}
	.plugin-sales-plan-purchase {
		height: 58px;
		padding-top: 5px;
	}
	.plugin-sales-feature-text {
		font-size: 16px;
		line-height: 1.6;
	}
	.plugin-sales-price {
		font-size: 22px;
	}
	.license-payment-checkout-buy-buttons .cta {
		background: #7CA3BF;
		padding-top: 2px !important;
		width: 140px;
		height: 32px;
		text-transform: uppercase;
	}
	.license-payment-container {
		margin: 16px auto 36px;
	}
	.additional-plugin {
		min-height: 275px;
	}
	.additional-plugin-add-to-cart {
		display: block !important;
	}
	.affiliates-banner-container {
		min-height: 480px;
	}
	.affiliates-header-text-overlay {
		padding-top: 100px;
	}
	.affiliates-path-select-ctas a div {
		width: 174px;
		margin-left: calc(50% - 87px);
	}
	.blog-post-content {
		margin-top: 0;
	}
	.blog-post-main-cta .cta, .affiliates-browse-button-container .cta, .blog-post-browse-button-container .cta  {
		width: 200px;
		margin-left: calc(50% - 100px);
	}
	.blog-post-main-content {
		max-width: none;
		padding: 20px;
	}
}

@media (max-width: 490px) { 
	.plugin-menu-page {
		width: 40%;
		padding: 12px;
		margin: 0;
		min-height: 160px;
	}
	.plugin-menu-page:nth-of-type(2n+1) {
		margin-left: 10%;
	}

	.homepage-banner-overlay-title {
		font-size: 42px;
	}
	.homepage-map-section-text-overlay {
		font-size: 48px;
	}


	.additional-plugin {
		width: calc(90% / 2);
	}
	.license-payment-container {
		padding: 30px 24px;
	}
	.license-payment-cart-item-image {
		width: 100%;
		text-align: center;
		margin-bottom: 18px;
	}
	.license-payment-cart-item-image img {
		max-width: 100px;
	}
	.license-payment-cart-item-content {
		width: 100%;
		padding: 0px;
		text-align: center;
	}
	.cart-item-support-checkbox {
		float: none;
	}
	.cart-item-support-explanation {
		float: none;
		display: inline;
	}


	.plugin-sales-banner-container.ultimate-product-catalog {
		background-image: url("https://www.etoilewebdesign.com/wp-content/uploads/2018/06/UPCP-1.jpg");
	}
	.plugin-sales-banner-container.ultimate-faq {
		background-image: url("https://www.etoilewebdesign.com/wp-content/uploads/2018/06/FAQ-1.jpg");
	}
	.plugin-sales-banner-container.ultimate-appointment-scheduling {
		background-image: url("https://www.etoilewebdesign.com/wp-content/uploads/2018/06/Appointments.jpg");
	}
	.plugin-sales-banner-container.front-end-only-users {
		background-image: url("https://www.etoilewebdesign.com/wp-content/uploads/2018/06/FE-UO.jpg");
	}
	.plugin-sales-banner-container.order-tracking {
		background-image: url("https://www.etoilewebdesign.com/wp-content/uploads/2018/06/Status-tracking.jpg");
	}
	.plugin-sales-banner-container.ultimate-reviews {
		background-image: url("https://www.etoilewebdesign.com/wp-content/uploads/2018/06/Reviews.jpg");
	}
	.plugin-sales-banner-container.woocommerce-filters {
		background-image: url("https://www.etoilewebdesign.com/wp-content/uploads/2018/06/Filters.jpg");
	}
	.plugin-sales-banner-container.ultimate-slider {
		background-image: url("https://www.etoilewebdesign.com/wp-content/uploads/2018/06/Slider.jpg");
	}
	.plugin-sales-banner-container.ultimate-showcase {
		background-image: url("https://www.etoilewebdesign.com/wp-content/uploads/2018/06/Showcase-1.jpg");
	}
	.plugin-sales-banner-container.keep-calm-and-e-comm {
		background-image: url("https://www.etoilewebdesign.com/wp-content/uploads/2018/06/KCAEC-1.jpg");
	}
	.plugin-sales-banner-container {
		text-align: center;
	}
	.plugin-sales-header-text-overlay {
		font-size: 56px;
		margin-left: 0;
	}
	.plugin-sales-overlay-ctas {
		margin: 42px auto 0px;
		width: 145px;
	}
	.plugin-sales-overlay-ctas .cta {
		float: none;
	}


	.thank-you-icon {
		width: calc(100% / 2);
	}


	.blog-post-main-title {
		font-size: 42px;
	}
	.blog-post-recent-post-image {
		padding-right: 0px;
	}
}


@media (min-width: 1200px) {
	.container {
		width: 1120px;
	}
}

@media (min-width: 1480px) {
	.container {
		width: 1370px;
	}
}


/***********************************************
* REVIEW SLIDER
***********************************************/
.review-slider-container {
	max-width: 540px;
	margin: 0 auto;
	padding: 0 20px;
	text-align: center;
}
.review-slider-review-text {
	margin-bottom: 18px;
	min-height: 60px;
}
.review-slider-review-text a,
.review-slider-review-author a {
	color: #ffffff;
}
.review-slider-selector-container-inner {
	width: 88px;
    margin: 0 auto;
    text-align: center;
    padding-left: 16px;
    margin-top: 36px;
}
.review-slider-selector {
    border: 1px #cccccc solid;
    height: 10px;
    width: 10px;
    float: left;
    margin-right: 8px;
    border-radius: 5px;
    cursor: pointer;
}
.review-selector-selected {
	background: #cccccc;
}


/****************
NEW MOBILE MENU
****************/
.navbar-default .navbar-toggle {
	margin-top: 6px;
	padding-right: 0;
	margin-right: 0;
}
#ewd-new-mobile-menu {
	display: none;
	position: absolute;
	top: 100%;
	width: 100%;
	height: 200px;
	background: #1b335f;
	z-index: 100;
	box-shadow: 0 3px 5px #999;
}
#ewd-new-mobile-menu ul {
	position: relative;
	float: left;
	margin: 0;
	padding: 0;
	margin-top: 0;
	width: 100%;
	list-style: none;
}
#ewd-new-mobile-menu ul li {
	position: relative;
	float: left;
	width: 100%;
	margin: 0;
	padding: 0;
}
#ewd-new-mobile-menu ul li a {
	position: relative;
	float: left;
	width: 100%;
	margin: 0 !important;
	padding: 12px 8% !important;
	border: none !important;
	border-bottom: 1px solid #76678C !important;
	border-radius: 0 !important;
	color: rgba(255,255,255,.8);
	background: transparent;
	font-weight: normal !important;
	font-size: 14px !important;
	text-transform: capitalize !important;
	text-align: right;
}
#ewd-new-mobile-menu ul li:first-of-type a {
	border-top: 1px solid #76678C !important;
}
#ewd-new-mobile-menu ul li a:hover {
	background: #fff;
	color: #1b335f !important;
}

#ewd-new-mobile-menu-hamburger {
	border: none !important;
	width: 38px;
	height: 28px;
	background: url(https://www.etoilewebdesign.com/wp-content/uploads/2018/07/newHamburger.png);
	background-size: 38px 28px;
}
#ewd-new-mobile-menu-hamburger .icon-bar {
	display: none !important;
}
#ewd-new-mobile-menu ul li:nth-of-type(3) a {
	text-transform: uppercase !important;
	font-weight: bold !important;
	font-size: 15px !important;
	color: #fff;
}


/*******************************
PLUGIN SALES SCREENSHOT AREA
*******************************/
.plugin-sales-screenshots-section {
	position: relative;
	float: left;
	width: 100%;
	height: auto;
	overflow: hidden;
}
.plugin-sales-screenshot-container {
	position: relative;
	float: left;
	width: 220%;
	margin-top: 120px;
}
.plugin-sales-screenshot {
	position: relative;
    float: left;
	width: 23%;
    margin: 0 2%;
    height: auto;
    /*box-shadow: 0px 0px 28px 16px #dddddd;*/
    box-shadow: 0px 0px 40px 0px #dcdcdc;
    cursor: pointer;
}
.plugin-sales-screenshot:first-of-type {
	margin-left: -15.5%;
}
.plugin-sales-screenshot img {
	position: relative;
    float: left;
	width: 100%;
    height: auto;
}
.plugin-sales-screenshot-selectors {
	position: relative;
	float: left;
	width: 88px;
    margin: 36px 0 0 calc(50% - 44px);
    text-align: center;
    padding-left: 16px;
}
.screenshot-selector {
    border: 1px #bbbbbb solid;
    height: 10px;
    width: 10px;
    float: left;
    margin-right: 8px;
    border-radius: 5px;
    cursor: pointer;
}
.screenshot-selector.selector-selected {
	background: #bbbbbb;
}


/*******************************
Hide view demo button for UWCF
*******************************/
.plugin-sales-banner-container.woocommerce-filters .plugin-sales-overlay-ctas a:nth-of-type(2) {
    display: none;
}


/*******
MORE
*******/
.homepage-banner-ctas .purple {
	background: #7CA3BF;
	color: #fff;
}
.homepage-banner-ctas .purple:hover {
	background: #91B5CE;
	color: #fff;
}
.blog-page-post-featured-read-more {
	clear: both;
	position: relative;
	float: left;
	background: #7CA3BF;
	color: #fff;
	padding: 6px 8px;
	margin-left: 16px;
	border: none;
	border-radius: 3px;
	text-decoration: none;
	text-transform: uppercase;
}
.blog-page-post-featured-read-more:hover {
	background: #91B5CE;
	color: #fff;
	text-decoration: none;
}
.blog-page-post-read-more {
	color: #7CA3BF;
	font-weight: bold;
	text-decoration: none;
}
.blog-page-post-read-more:hover {
	text-decoration: underline;
	color: #7CA3BF;
}


/************
BLACK FRIDAY
************/
.black-friday-banner {
	display: none;
	width: 100%;
	height: auto;
}

.temp-hide {
	display: none;
}

#black-friday-promo-bar {
	display: none;
	background: #000;
	color: #fff;
	height: 64px;
	padding-top: 8px;
	font-size: 15px;
}
#black-friday-promo-bar #left {
	position: relative;
	float: left;
	box-sizing: border-box;
	width: 50%;
	padding-right: 12px;
	text-align: right;
	border-right: 2px solid #fff;
}
#black-friday-promo-bar #right {
	position: relative;
	float: left;
	box-sizing: border-box;
	width: 50%;
	padding-left: 12px;
	text-align: left;
}
#black-friday-promo-bar #bottom {
	position: relative;
	float: left;
	box-sizing: border-box;
	width: 100%;
	text-align: center;
}

.logo-black-friday {
	top: 68px !important;
}

.mobile-menu-black-friday {
	top: 140px !important;
}

.black-friday-sub-heading {
	display: none;
	color: #0ACBAA;
	font-size: 20px;
	font-weight: bold;
}
.black-friday-home-plugin-button {
	display: none;
}

@media screen and (max-width: 1050px) {
	#black-friday-promo-bar {
		height: 84px;
	}
	#black-friday-promo-bar #left {
		width: 100%;
		padding-right: 0;
		text-align: center;
		border-right: none;
	}
	#black-friday-promo-bar #right {
		width: 100%;
		padding-left: 0;
		text-align: center;
	}

	.logo-black-friday {
		top: 88px !important;
	}

	.mobile-menu-black-friday {
		top: 184px !important;
	}	
}

@media screen and (max-width: 500px) {
	#black-friday-promo-bar {
		height: 88px;
	}
	.logo-black-friday {
		top: 92px !important;
	}
	.mobile-menu-black-friday {
		top: 190px !important;
	}	
}

.postid-4132 .blog-post-banner-image {
	min-height: none !important;
	background-color: #30005E !important;
	background-image: url(https://www.etoilewebdesign.com/wp-content/uploads/2018/11/BFCM-2018-3.png) !important;
	background-size: 100% auto !important;
	background-position: top left !important;
	background-repeat: no-repeat !important;
}


.review-slider-review-text a {
	font-size: 20px;
}

@media screen and (max-width: 768px) {
	.map-text-hide-mobile-part {
		display: none;
	}
}


/*SUPPORT CENTER*/
.support-center-header {
	position: relative;
	float: left;
	width: 100%;
	height: 600px;
	padding-top: 40px;
	background: url(https://www.fivestarplugins.com/wp-content/themes/2018_Theme/img/supportcenterbackground2.jpg);
	background-size: cover;
}
.support-center-header h1 {
	color: #fff;
	text-align: center;
	font-family: 'Montserrat';
	font-weight: 600;
}
.support-center-header-description {
	position: relative;
	float: left;
	width: 84%;
	margin: 40px 0 32px 8%;
	text-align: center;
}
.support-center-header-description p {
	color: #fff;
	font-weight: 400;
	font-size: 14px;
}

.support-center-header-columns {
	clear: both;
	position: relative;
	float: left;
	width: 84%;
	margin-left: 8%;
	margin-top: 28px;
}
.support-center-header-column {
	position: relative;
	float: left;
	width: 47%;
}
.support-center-header-column:first-of-type {
	margin-right: 6%;
}
.support-center-header-column p {
	text-align: center;
	margin: 6px 0 10px;
	color: #fff;
	font-size: 16px;
}
.support-center-header-column-button {
	position: relative;
	float: left;
	width: 60%;
	margin-left: 20%;
	padding: 12px 0;
	text-align: center;
	background: #fff;
	color: #260F48;
	border: 2px solid #fff;
	border-radius: 3px;
	font-size: 18px;
	font-weight: bold;
	transition: background .3s, color .3s;
	cursor: pointer;
}
.support-center-header-column-button:hover {
	background: rgba(14, 1, 20, 0.15);
	color: #fff;
}

.support-center-header-select-your {
	position: relative;
	float: left;
	width: 84%;
	margin-left: 8%;
	margin-top: 64px;
	font-size: 20px;
	font-weight: 500;
	color: #fff;
}
.support-center-header-select-boxes {
	position: relative;
	float: left;
	width: 84%;
	margin-left: 8%;
	margin-top: 8px;
	background: #fff;
	padding: 32px;
}
.support-center-plugin-selection,
.support-center-support-type {
	position: relative;
	margin: 0;
	padding: 0;
}
.support-center-plugin-selection {
	width: 45%;
	float: left;
}
.support-center-support-type {
	width: 50%;
	float: right;
}
.support-center-header-select-boxes h3 {
	position: relative;
	float: left;
	margin: 0 16px 0 0;
	font-size: 20px;
}
.support-center-header-select-boxes select {
	position: relative;
	float: left;
	width: 180px;
	border-radius: 0;
	height: 28px;
	border: 1px solid #ccc;
}
.support-center-results-area,
#support-center-results-area-premium-form,
#support-center-results-area-free-form {
	position: relative;
	float: left;
	width: 100%;
	margin-top: 32px;
}
#support-center-results-area-premium-form,
#support-center-results-area-free-form {
	display: none;
}

@media screen and (max-width: 768px) {
	.support-center-header-description,
	.support-center-header-select-your,
	.support-center-header-select-boxes {
		width: 100%;
		margin-left: 0;
	}	
	.support-center-header-select-boxes select {
		width: 120px;
	}
	#support-explanations {
		display: none;
	}
	.support-center-header-column-button {
		width: 100%;
		margin: 0;
	}
}
@media screen and (max-width: 610px) {
	.support-center-header-select-boxes select {
		width: 100%;
		margin-top: 8px;
	}
}


/*homepage slider*/
.ewd-slider-section .slider .ewd-slide .slideText {
	width: 42%;
	margin-left: 8%;
	text-align: left;
}
.ewd-slider-section .slider .ewd-slide .slideText .slideTitle,
.ewd-slider-section .slider .ewd-slide .slideText .slideExcerpt {
	color: #1b335f;
	width: 100%;
	margin-left: 0;
}
.ewd-slider-section .slider .ewd-slide .slideText .slideTitle {
	font-weight: 700;
	font-size: 4rem !important;
	letter-spacing: -1px;
	line-height: 1.5;
}
.ewd-slider-section .slider .ewd-slide .slideText .slideExcerpt {
	line-height: 1.7;
	margin-top: 32px;
	font-size: 1.5em;
}
.ewd-slider-section .slider .ewd-slide .slideText ul.slideButtons li {
    margin: 24px 0 0;
    display: block;
    position: relative;
    float: left;
}
.ewd-slider-section .slider .ewd-slide .slideText ul.slideButtons li a {
    position: relative;
    float: left;
	padding: 13px 16px;
    width: auto;
    color: #fff;
    border-radius: 4px;
    cursor: pointer;
    margin-bottom: 0;
    text-align: center;
    background: #7CA3BF;
    line-height: 1;
    font-size: 14px;
    text-transform: uppercase;
    border: none;
    font-family: 'Source Sans 3';
    letter-spacing: 1px;
}
.ewd-slider-section .slider .ewd-slide .slideText ul.slideButtons li a:hover {
    background: #91B5CE;
    border: none;
    color: #fff;
}
@media screen and (max-width: 768px) {
	.ewd-slider-section .slider .ewd-slide .slideText .slideTitle,
	.ewd-slider-section .slider .ewd-slide .slideText .slideExcerpt {
		width: 100%;
		margin-left: 0;
	}
}




/*******************
TEMPORARY
*******************/
.plugin-sales-overlay-ctas a:nth-of-type(3),
.homepage-banner-ctas a:nth-of-type(2) {
	display: none;
}
.page-id-41666 .plugin-sales-overlay-ctas a:nth-of-type(2),
.page-id-29 .plugin-sales-overlay-ctas a:nth-of-type(2) {
	display: none;
}
.page-id-27 .plugin-sales-overlay-ctas a:nth-of-type(3),
.page-id-5 .plugin-sales-overlay-ctas a:nth-of-type(3),
.page-id-42344 .plugin-sales-overlay-ctas a:nth-of-type(3) {
	display: block;
}

@media screen and (min-width: 992px) {
	.homepage-upcp-images {
		width: 54%;
		padding-top: 100px;
	}
	.homepage-ufaq-images {
		width: 54%;
		padding-top: 100px;
		float: right;
	}
}
.homepage-upcp-images .above-990,
.homepage-upcp-images .below-990 {
	box-shadow: 0 0 8px #ccc;
}

.plugins-affiliate-outreach {
	display: none;
}
.plugins-plugin-icon {
	width: 141px;
	height: 141px;
}



/***********************************************
FDM LANDING PAGE
***********************************************/
.fsp-landing-page .plugin-sales-banner-container {
	/* background-image: url("https://www.fivestarplugins.com/wp-content/uploads/2020/06/menus_oursite_mainscreen2.jpg"); */
	background: #3064AF;
	position: relative;
	float: left;
	width: 100%;
	box-sizing: border-box;
	padding: 0 5%;
	min-height: 0;
	height: auto;
}
.fsp-landing-page .plugin-sales-header-text-overlay {
	position: relative;
	float: left;
	max-width: none;
	width: 100%;
	margin: 0;
	text-align: center;
	font-size: 44px;
	letter-spacing: -1px;
	font-weight: 600;
	padding-top: 64px
}
.fsp-landing-page-sub-title {
	position: relative;
	float: left;
	width: 100%;
	margin-top: 40px;
	text-align: center;
	font-size: 24px;
	color: #fff;
	font-weight: 300;
}
.fsp-landing-page .plugin-sales-overlay-ctas {
	position: relative;
	float: left;
	width: 100%;
	margin: 42px 0 0 0;
}
.fsp-landing-page .plugin-sales-overlay-ctas a:nth-of-type(3) {
	display: block;
}
.fsp-landing-page-button {
	position: relative;
	float: left;
	width: 180px;
	text-align: center;
	margin: 8px;
	padding: 12px 0;
	border: 2px solid #fff;
	border-radius: 1000px;
	background: transparent;
	color: #fff;
	font-size: 16px;
	box-sizing: border-box;
}
.fsp-landing-page-button:hover {
	background: #fff;
	color: #1B335F;
}
.fsp-landing-page-button:first-of-type {
	margin-left: calc(50% - 186px);
	margin-left: calc(50% - 286px);
}
.fsp-landing-page-button:nth-of-type(2) {
	background: #fff;
	color: #1B335F;
}
.fsp-landing-page-button:nth-of-type(2):hover {
	background: transparent;
	color: #fff;
}
.fsp-landing-page-free-trial {
	display: flex;
	justify-content: center;
	align-items: center;
	margin-top: 32px
}
.fsp-landing-page-free-trial p {
	display: inline-block;
	text-align: center;
	background: transparent;
	color: #fff;
	padding: 8px;
	border-radius: 3px;
}
.fsp-landing-page-image-container {
	position: relative;
	float: left;
	width: 100%;
	margin-top: 48px;
}
.fsp-landing-page-image {
	position: relative;
	float: left;
	width: 1082px;
	height: auto;
	margin-left: calc(50% - 541px);
}

@media screen and (max-width: 1400px) {
	.fsp-landing-page-image {
		width: 800px;
		margin-left: calc(50% - 400px);
	}
}
@media screen and (max-width: 1100px) {
	.fsp-landing-page-image {
		width: 70%;
		margin-left: 15%;
	}
}
@media screen and (max-width: 700px) {
	.fsp-landing-page-button,
	.fsp-landing-page-button:first-of-type {
		margin: 8px calc(50% - 92px);
	}
}

.fsp-landing-page .plugin-sales-reviews-container {
	position: relative;
	float: left;
	width: 100%;
	padding-top: 36px;
	padding-bottom: 36px;
}

.fsp-landing-page-jumpboxes {
	position: relative;
	float: left;
	width: 100%;
	box-sizing: border-box;
	padding: 80px 25% 0;
}
.fsp-landing-page-jumpboxes li {
	position: relative;
	float: left;
	width: 30%;
	margin-right: 5%;
	margin-bottom: 40px;
	list-style-type: none;
}
.fsp-landing-page-jumpboxes li:nth-of-type(3n+3) {
	margin-right: 0;
}
.fsp-landing-page-jumpbox-image-container {
	position: relative;
	float: left;
	width: 100%;
	margin-bottom: 8px;
	font-size: 4rem;
	color: #3064AF;
}
.fsp-landing-page-jumpbox-title {
	position: relative;
	float: left;
	width: 100%;
	margin-bottom: 8px;
	font-size: 22px;
	font-weight: 500;
}
.fsp-landing-page-jumpbox-text {
	position: relative;
	float: left;
	width: 100%;
	font-size: 16px;
	color: #888;
}
@media screen and (max-width: 900px) {
	.fsp-landing-page-jumpboxes {
		padding: 64px 10%;
	}
}
@media screen and (max-width: 568px) {
	.fsp-landing-page-jumpboxes li {
		width: 100%;
		margin-right: 0;
	}
}

.fsp-landing-page .plugin-sales-screenshot-container {
	margin-top: 60px;
}

.fsp-landing-page .plugin-sales-money-back-guarantee {
    margin-left: calc(50% - 120px);
}

.fsp-landing-page .plugin-sales-plans-section {
    margin-top: 50px;
}


/***********************************************
COMPATIBLE THEMES PAGE TEMPLATE
***********************************************/
.compatible-themes-content p {
	margin: 24px 0 40px;
	text-align: center;
	font-size: 1.5em;
}

.compatible-themes-area {
	position: relative;
	float: left;
	width: 100%;
}

.compatible-themes-table {
	position: relative;
	float: left;
	width: 100%;
}
.compatible-themes-table th,
.compatible-themes-table td {
	border: 1px solid #ccc;
	padding: 6px 0;
	text-align: center;
	font-size: 16px;
	width: 25%;
}
.compatible-themes-table tr th:first-of-type,
.compatible-themes-table tr td:first-of-type {
	width: 50%;
}
.compatible-themes-table th {
	padding: 9px 0;
}
.compatible-themes-table td a {
	font-size: 24px;
}


/*** sales page extra **/
.plugin-sales-price ins,
.plugin-sales-plan-inner li ins {
	display: block;
	font-weight: bold;
	text-decoration: none;
}
.plugin-sales-price del {
	color: #888;
	font-size: .9em;
}

/***********************************************
UPDATE BILLING INFORMATION PAGE
***********************************************/
.ewd-card-details-expiration.ewd-update-billing-information {
	float: left;
    margin-right: 6px;
    margin-top: 0px;
}
.ewd-exp-separator.ewd-update-billing-information {
	margin-right: 4px;
    display: inline-block;
    line-height: 24px;
}


/***********************************************
PREMIUM WEBSITE BUILDING PAGE
***********************************************/

.plugin-sales-banner-container.premium-website-building {
	background-image: url(https://www.fivestarplugins.com/wp-content/uploads/2022/03/site-design-back-2-2.jpg);
	min-height: auto;
	height: 500px;
	position: relative;
	overflow: hidden;
}
.premium-website-building .laptop-image {
	position: absolute;
	bottom: 0;
	right: -160px;
	width: 720px;
	height: 380px;
	background: url(https://www.fivestarplugins.com/wp-content/uploads/2022/03/rwd-laptop-2.png);
	background-size: 100% auto;
	background-position: top;
}
.premium-website-building .phone-image {
	position: absolute;
	bottom: 0;
	right: 400px;
	width: 260px;
	height: 300px;
	background: url(https://www.fivestarplugins.com/wp-content/uploads/2022/03/rwd-iphone.png);
	background-size: 100% auto;
	background-position: top;
}
.premium-website-building .cta.white {
	color: #000;
}
.premium-website-building .cta.text-faded-white {
	color: #fff;
	border-color: #fff;
}
@media screen and (max-width: 1200px) {
	.premium-website-building .laptop-image,
	.premium-website-building .phone-image {
		display: none;
	}
}
@media screen and (max-width: 568px) {
	.premium-website-building .plugin-sales-header-text-overlay {
		padding-top: 64px;
	}
}

.page-template-page_websitebuilding .plugin-sales-screenshot-container,
.page-template-page_websitebuilding-dev .plugin-sales-screenshot-container {
	margin-top: 80px;
}

.page-template-page_websitebuilding-dev .fsp-rwd-sales {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	flex-wrap: wrap;
	margin-top: 56px;
}

.fsp-rwd-sales h1, h3 {
	font-size: 36px;
	color: #1b335f;
	font-weight: 600;
}

.fsp-rwd-sales-main-content {
	display: flex;
	flex-direction: column;
	width: 63%;
	margin-right: 5%;
}
.fsp-rwd-sales-main-content h1 {
	margin-top: 0;
}
.fsp-rwd-sales-main-content p,
.fsp-rwd-sales-main-content p:first-child {
	margin: 20px 0;
}
.fsp-rwd-sales-main-content-subtitle {
	font-size: 1.25em;
	font-weight: bold;
}
.fsp-rwd-sales-main-content ul {
	width: 100%;
	box-sizing: border-box;
	border: 1px solid #e3e3e3;
	border-radius: 2px;;
	background: #fafafa;
	padding: 12px 16px;
	list-style-position: inside;
}

.fsp-rwd-faqs {
	width: 100%;
	margin-top: 64px;
}
.fsp-rwd-faqs h3 {
	text-align: center;
	margin-bottom: 40px;
}
.fsp-rwd-faqs .ewd-ufaq-faq-title .ewd-ufaq-post-margin-symbol span {
	font-size: 20px;
	margin-top: 5px;
}
.fsp-rwd-sales-main-content .ewd-ufaq-faqs {
	margin: 20px 0 40px;
}

.fsp-rwd-sales-sidebar {
	display: flex;
	flex-direction: column;
	width: 32%;
}
.fsp-rwd-sales-sidebar-contact-button {
	display: block;
	width: 100%;
	box-sizing: border-box;
	text-align: center;
	background: #1b335f;
	color: #fff;
	padding: 12px 16px;
	margin-bottom: 20px;
	font-size: 1.1em;
	font-weight: 600;
	border-radius: 2px;
	transition: background .35s;
}
.fsp-rwd-sales-sidebar-contact-button:hover,
.fsp-rwd-sales-sidebar-contact-button:focus,
.fsp-rwd-sales-sidebar-contact-button:active {
	background: #3d67b6;
	color: #fff;
}
.fsp-rwd-sales-sidebar-container {
	display: flex;
	flex-direction: column;
	width: 100%;
	box-sizing: border-box;
	border: 1px solid #e3e3e3;
	border-radius: 2px;;
	background: #fafafa;
	padding: 8px 16px;
}
.fsp-rwd-sales-sidebar-title {
	width: 100%;
	padding: 2px 0 10px;
	margin-bottom: 8px;
	text-align: center;
	font-weight: bold;
	border-bottom: 1px solid #e3e3e3;
}
.fsp-rwd-sales-sidebar-list {
	display: flex;
	flex-direction: column;
	width: 100%;
	padding: 0;
}
.fsp-rwd-sales-sidebar-list li {
	display: flex;
	justify-content: space-between;
	margin: 8px 0;
}
.fsp-rwd-sales-sidebar-list-label {
	width: 35%;
	font-weight: bold;
}
.fsp-rwd-sales-sidebar-list-text {
	width: 55%;
}

@media screen and (max-width: 992px) {
	.fsp-rwd-sales-sidebar,
	.fsp-rwd-sales-main-content {
		width: 100%;
		margin-right: 0;
	}
}

.fsp-rwd-packages {
	position: relative;
	float: left;
	width: 100%;
	margin-top: 28px;
}

.fsp-rwd-preselected-packages,
.fsp-rwd-custom-packages {
	position: relative;
	float: left;
	width: 100%;
}

.fsp-rwd-package {
	box-sizing: border-box;
	width: 21%;
	float: left;
	margin: 0 2%;
	box-shadow: 0px 0px 5px #ddd;
}
.fsp-rwd-custom-packages {
	margin: 0 36%;
}
.fsp-rwd-package:hover {
	transform: none;
}
.fsp-rwd-custom-packages:hover {
	transform: none;
}

@media screen and (max-width: 992px) {
	.fsp-rwd-package,
	.fsp-rwd-custom-packages {
		width: 50%;
		margin: 0 25% 48px;
	}
}
@media screen and (max-width: 768px) {
	.fsp-rwd-package,
	.fsp-rwd-custom-packages {
		width: 66%;
		margin: 0 17% 48px;
	}
}
@media screen and (max-width: 568px) {
	.fsp-rwd-package,
	.fsp-rwd-custom-packages {
		width: 90%;
		margin: 0 5% 48px;
	}
}

.fsp-rwd-package-inner {
	position: relative;
	float: left;
	box-sizing: border-box;
	width: 100%;
	padding: 18px 8px;
}

.fsp-rwd-package h4 {
	font-size: 30px;
	color: #1b335f;
	text-align: center;
	padding-bottom: 16px;
}
.fsp-rwd-package p {
	text-align: center;
}
.fsp-rwd-custom-packages p:first-of-type {
	margin: 10px 0 26px;
	font-size: 1.1em;
}
.fsp-rwd-package-price,
.fsp-rwd-custom-price {
	font-size: 20px;
	color: #7CA3BF;
	margin-bottom: 18px;
	font-weight: bold;
}
.fsp-rwd-package ul {
	list-style: none;
	padding: 0 30px;
}
.fsp-rwd-package ul li {
	background: url(https://www.fivestarplugins.com/wp-content/uploads/2019/11/dash-asset-checkmark.png);
	background-repeat: no-repeat;
	background-size: 11px auto;
	background-position: 0 9px;
	width: calc(100% - 22px);
	padding-left: 22px;
	padding-bottom: 6px;
	line-height: 2;
}
.fsp-rwd-custom-packages ul li {
	background: none;
	padding-left: 0;
}
.fsp-rwd-package ul li ul {
	padding: 0;
}
.fsp-rwd-custom-packages ul li input[type="checkbox"] {
	margin-right: 4px;
}
.fsp-rwd-package-purchase {
	position: relative;
	box-sizing: border-box;
	float: left;
	width: 100%;
	font-size: 16px;
	text-align: center;
	cursor: pointer;
}
.fsp-rwd-package-purchase input[type=submit] {
	width: 100%;
	background: #7ca3bf;
	color: #ffffff;
	padding: 4px 0;
}

.fsp-rwd-package-type-toggle {
	clear: both;
	position: relative;
	float: left;
	width: 200px;
	margin-left: calc(50% - 100px);
	margin-bottom: 38px;
}
.fsp-rwd-package-type {
	position: relative;
	float: left;
	width: 98px;
	padding: 8px 0;
	text-align: center;
	border: 1px solid #7CA3BF;
	background: #fff;
	color: #7CA3BF;
	cursor: pointer;
}
.fsp-rwd-package-type:hover {
	background: #E0ECF4;
}
.fsp-rwd-package-type-selected {
	background: #7CA3BF !important;
	color: #fff !important;
}
.fsp-rwd-package-type-selected:hover {
	background: #7CA3BF;
}

.fsp-rwd-package-explanation {
	position: relative;
	float: left;
	width: 100%;
	margin-top: 48px;
}

.fsp-rwd-license-payment-list {
	padding-bottom: 36px;
}
.fsp-rwd-align-right {
	text-align: right;
}

.fsp-rwd-early-access-form input[type='submit'] {
	background: #7CA3BF !important;
	color: #fff !important;
	margin-top: 8px;
}
.fsp-rwd-early-access-form input[type='submit']:hover {
	background: #1b335f !important;
}

.fsp-rwd-sales #contact-area {
	width: 60%;
	margin: 48px auto 0;
}
.fsp-rwd-sales #contact-area h3 {
	text-align: center;
	margin-bottom: 40px;
}
.fsp-rwd-sales #contact-area input,
.fsp-rwd-sales #contact-area textarea {
	max-width: 100%;
}
@media screen and (max-width: 900px) {
	.fsp-rwd-sales #contact-area {
		width: 100%;
	}
}


/***********************************************
SEMINARS PAGE
***********************************************/

.plugin-sales-banner-container.seminars {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	min-height: auto;
	height: 240px;
	background-image: url(https://www.fivestarplugins.com/wp-content/uploads/2022/03/site-design-back-2-2.jpg);
	overflow: hidden;
}
.plugin-sales-banner-container.seminars h1 {
	color: #fff;
	font-weight: bold;
}


/***********************************************
LICENSE PAGE EXTRA
***********************************************/
.license-payment-buy-now-button {
	display: flex;
	flex-direction: column;
	align-items: center;
	width: 100%;
	margin: 36px 0 0 0;
}
.paypal-cta-new,
.paypal-cta-new:hover,
.paypal-cta-new:focus {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 40px;
	background: #ffc439 url(https://www.etoilewebdesign.com/wp-content/uploads/2023/08/paywithpaypal.png);
	background-size: auto 20px;
	background-position: center center;
	background-repeat: no-repeat;
	border: none;
	border-radius: 6px;
	margin: 0;
	padding: 0;
}
.paypal-cta-new:hover {
	cursor: pointer;
	opacity: .7;
}

.license-payment-separate-paypal-from-stripe {
	display: flex;
	align-items: center;
	text-align: center;
	margin: 36px 0 32px;
	text-transform: uppercase;
}
.license-payment-separate-paypal-from-stripe::before,
.license-payment-separate-paypal-from-stripe::after {
	content: '';
	flex: 1;
	border-bottom: 1px solid #ccc;
}
.license-payment-separate-paypal-from-stripe:not(:empty)::before {
	margin-right: .75em;
}
.license-payment-separate-paypal-from-stripe:not(:empty)::after {
	margin-left: .75em;
}

.license-payment-checkout-paypal-notice {
	margin: 32px 0;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="tel"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
textarea:focus {
	outline-color: #0d71b9;
}

#stripe-submit:hover {
	background: #0d71b9;
}


/**************/
/* SITE MODAL */
/**************/
.fsp-site-modal,
.fsp-site-modal * {
	box-sizing: border-box;
}
.fsp-site-modal {
	position: fixed;
	z-index: 9999;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 100%;
	max-width: none !important;
	top: 0;
	left: 0;
	background: rgba(0,0,0,0.8);
}
.fsp-site-modal-inside {
	position: relative;
	display: flex;
	flex-direction: column;
	background-color: #fff;
	width: 80%;
	max-width: 550px;
	max-height: 80vh;
	padding: 24px;
	border-radius: 14px;
}
.fsp-site-modal-close {
	position: absolute;
	top: 16px;
	right: 16px;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 32px;
	height: 32px;
	border-radius: 8px;
	background: #f3f3f3;
	cursor: pointer;
}
.fsp-site-modal-close-inside {
	display: flex;
	justify-content: center;
	align-items: center;
	color: #000;
}
.fsp-site-modal-title {
	font-size: 24px;
	font-weight: bold;
	color: #000;
	margin: 16px 0 10px;
	width: 100%;
	text-align: center;
}
.fsp-site-modal-text {
	display: flex;
	flex-direction: column;
	margin: 12px 0 0 0;
	width: 100%;
	text-align: center;
}
.fsp-site-modal-text a {
	font-weight: 700;
	color: #101010;
	text-decoration: underline;
}
.fsp-site-modal .sib_signup_form {
	display: flex;
	flex-direction: column;
	width: 100%;
}
.fsp-site-modal .sib_signup_box_inside_1 {
	display: flex;
	flex-direction: column;
	align-items: center;
	width: 100%;
}
.fsp-site-modal-email-signup {
	display: flex;
	flex-direction: column;
	align-items: center;
	margin: 32px 0 10px;
	width: 100%;
}
.fsp-site-modal-email-input {
	width: 240px;
	height: 40px;
	padding: 8px 12px;
	border: 1px solid #d6d6d6 !important;
	box-shadow: none;
	border-radius: 3px !important;
	color: #101010 !important;
}
.fsp-site-modal-email-input::placeholder {
	color: #aaa;
}
.fsp-site-modal-buttons {
	display: flex;
	justify-content: center;
	margin-top: 24px;
	width: 100%;
}
input[type="submit"].fsp-site-modal-button {
	padding: 10px 24px;
	background: #1b335f;
	color:  #fff;
	font-size: 13px;
	font-weight: normal;
	font-family: inherit;
	text-decoration: none;
	line-height: 1;
	text-transform: initial;
	border: none;
	border-radius: 50px;
	cursor: pointer;
	transition: background .35s;
}
input[type="submit"].fsp-site-modal-button:hover {
	background: #375a9a;
	color: #fff;
}

.fsp-hidden, .fsp-hide-modal {
	display: none;
}


/****************/
/* SITE TOP BAR */
/****************/

.fsp-site-top-bar,
.fsp-site-top-bar * {
	box-sizing: border-box;
} 
.fsp-site-top-bar {
	display: flex;
	flex-direction: column;
	align-items: center;
	width: 100%;
	height: 44px;
	background: #000;
}
.fsp-site-top-bar-inside {
	display: flex;
	justify-content: center;
	width: 94%;
	max-width: 1340px;
	height: 44px;
	align-items: center;
	background: #000;
}
.fsp-site-top-bar-text {
	color: #fff;
	font-size: 16px;
	text-align: center;
	line-height: 1;
}
.fsp-site-top-bar-text a,
.fsp-site-top-bar-text a:hover {
	color: #fff;
	text-decoration: underline;
}

.fsp-site-newsletter-signup-p {
	max-width: 600px;
}