button#purchase-10782-1-annual, 
button#purchase-10782-5-annual, 
button#purchase-10782-30-annual, 
button#purchase-10782-5-lifetime, 
button#purchase-10782-1-lifetime, 
button#purchase-10782-30-lifetime,
button#purchase-10657-1-annual,
button#purchase-10657-5-annual,
button#purchase-10657-30-annual,
button#purchase-10657-1-lifetime, 
button#purchase-10657-5-lifetime, 
button#purchase-10657-30-lifetime,
button#purchase-10766-1-annual,
button#purchase-10766-5-annual,
button#purchase-10766-30-annual,
button#purchase-10766-1-lifetime, 
button#purchase-10766-5-lifetime, 
button#purchase-10766-30-lifetime,
button#purchase-16359-1-annual,
button#purchase-16359-5-annual,
button#purchase-16359-30-annual,
button#purchase-16359-1-lifetime, 
button#purchase-16359-5-lifetime, 
button#purchase-16359-30-lifetime {
    background: #338eef;
    font-weight: 500;
    font-size: 24px;
}

button#purchase-13544-1-annual,
button#purchase-13544-5-annual,
button#purchase-13544-30-annual,
button#purchase-13544-1-lifetime,
button#purchase-13544-5-lifetime,
button#purchase-13544-30-lifetime {
	background: #ffed36;
	color: #000;
}

button#purchase-14541-1-annual,
button#purchase-14541-5-annual,
button#purchase-14541-30-annual,
button#purchase-14541-1-lifetime,
button#purchase-14541-5-lifetime,
button#purchase-14541-30-lifetime {
	background: #ffde59;
    color: #000;
}

.parent-pageid-4444 .login-btn {
	display: none;
}

#cp-popular-plan {
    position: relative !important;
}

.cp-popular-tag {
    position: absolute;
    right: 10px;
    top: 10px;
}

/* Product Gallery Slider for WooCommerce Pro */
button#purchase-13711-1-annual,
button#purchase-13711-5-annual,
button#purchase-13711-30-annual,
button#purchase-13711-1-lifetime,
button#purchase-13711-5-lifetime,
button#purchase-13711-30-lifetime {
	background: #d63638;
}

/* Sales Page */
#purchase-16938-1-annual {
    border-radius: 8px;
    background: #fcb900 !important;
    color: #000;
    width: 150px !important;
    font-size: 18px !important;
    padding: 10px;
}

.blessed-friday-nav-link {
    color: #fff;
    background: #000 !important;
    font-weight: 700;
    padding: 8px 16px !important;
    border-radius: 8px;
}

.focussed-pricing-btn {
	background-color: #000000;
}

/* Contact Form */
.page-id-4493 {
    font-family: var(--wp--preset--font-family--primary)!important;
}

.page-id-4493 .wpforms-container .wpforms-field-label {
	font-weight: bolder;
}

.page-id-4493 button#wpforms-submit-4495 {
    background: var(--wp--preset--color--primary) !important;
    height: 55px;
    width: 130px;
}

.page-id-4493 #wpforms-confirmation-4495 {
	background: #0000ff;
    border: #fff;
    box-sizing: border-box;
    color: #fff;
    border-radius: 10px;
}

.page-id-4564 .wp-block-post-title {
    margin: 15px 0;
}

/* Social Proof */
.cp-social-proof b {
	font-weight: bold;
}
.cp-social-proof {
	position: fixed;
	bottom: 20px;
	left: 20px;
	z-index: 9999999999999 !important;
	font-family: 'Open Sans', sans-serif;
	display: none;  
}
.cp-custom-notification {
	width: 350px;
	border: 0;
	text-align: left;
	z-index: 99999;
	box-sizing: border-box;
	font-weight: 400;
	border-radius: 6px;
	box-shadow: 2px 2px 10px 2px hsla(0, 4%, 4%, 0.2);
	background-color: #fff;
	position: relative;
	cursor: pointer;
	padding: 10px 5px;
}
.cp-custom-notification-container {
	display: flex !important;
	align-items: center;
	height: 80px;
}
.cp-custom-notification-image-wrapper img {
	max-height: 73px;
	width: 90px;
	overflow: hidden;
	border-radius: 6px 0 0 6px;
	object-fit: contain;
	vertical-align: middle;
}
.cp-custom-notification-content-wrapper {
	margin: 0;
	height: 100%;
	color: gray;
	padding-left: 20px;
	padding-right: 20px;
	border-radius: 0 6px 6px 0;
	flex: 1;
	display: flex !important;
	flex-direction: column;
	justify-content: center;
}
.cp-custom-notification-content {
	font-family: inherit !important;
	margin: 0 !important;
	padding: 0 !important;
	font-size: 13px;
	line-height: 16px;
	color: #000;
}
.cp-custom-notification-content small {
	margin-top: 3px !important;
	display: block !important;
	font-size: 12px !important;
	opacity: .8;
}
.cp-custom-close {
	position: absolute;
	top: 8px;
	right: 8px;
	height: 12px;
	width: 12px;
	cursor: pointer;
	transition: .2s ease-in-out;
	transform: rotate(45deg);
	opacity: 0;
}
.cp-custom-close::before {
	content: "";
	display: block;
	width: 100%;
	height: 2px;
	background-color: gray;
	position: absolute;
	left: 0;
	top: 5px;
}
.cp-custom-close::after {
	content: "";
	display: block;
	height: 100%;
	width: 2px;
	background-color: gray;
	position: absolute;
	left: 5px;
	top: 0;
}
.cp-custom-close:hover {
	opacity: 1;
}
.cp-custom-notification-content a {
	text-decoration: none;
	color: #039be5;
	font-weight: bold;
}

/* Screenout Banner */
.cp-screen-out-banner {
	background: #ffffff;
	width: 400px;
	height: 400px;
	position: fixed;
	margin: auto;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	display: none;
}

.cp-bfcm-container {
	position: relative;
}

.cp-bfcm-close {
	position: absolute;
    right: 6px;
    top: 7px;
    color: #ff18c5;
	cursor: pointer;
}

/* Advertising Banner */
.cp-small-adv-banner {
    text-align: center;
    line-height: 50px;
    background: #6d9cff;
    color: #fff;
    border-radius: 15px;
    padding: 20px 50px;
    font-size: 19px;
	font-weight: 500;
}

.cp-small-adv-banner a {
    text-decoration: none;
    color: #000;
    background: #f8d72d;
    padding: 10px 26px;
    vertical-align: middle;
    border-radius: 10px;
}

@media screen and(max-width: 600px) {
    #fs_dashboard_container {
        top: 100px;
    }
}

.five-site-pricing-plan,
.thirty-site-pricing-plan {
	display: none;
}

/* Blogs */
.cp-posts-query-block {
    max-width: 1240px!important;
}


.page-id-4564 li.type-post {
    background: #fff;
    border-radius: 5px;
    box-shadow: 3px 4px 14px #bfbfbf;
}


.page-id-4564 li.type-post h2 a {
    padding: 5px 10px;
	text-decoration: none;
}

.page-id-4564 li.type-post .wp-block-post-date {
    padding: 5px 20px;
}

.page-id-4564 li.type-post h2 a {
	color: #000;
}

.page-id-4564 li.type-post .wp-block-post-date time a {
    color: #6c6c6c!important;
	text-decoration: none;
}

.page-id-5742 .site-header, .page-id-5742 .site-footer{
	display: none;
}

/* Annual Lifetime Toggle Switch */
.cp-toggle-switch {
  position: relative;
  display: inline-block;
  width: 60px;
  height: 34px;
}

.cp-toggle-switch input { 
  opacity: 0;
  width: 0;
  height: 0;
}

.cp-toggle-slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: .4s;
  transition: .4s;
}

.cp-toggle-slider:before {
  position: absolute;
  content: "";
  height: 26px;
  width: 26px;
  left: 4px;
  bottom: 4px;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
}

input:checked + .cp-toggle-slider {
  background-color: #03a0c7;
}

input:focus + .cp-toggle-slider {
  box-shadow: 0 0 1px #2196F3;
}

input:checked + .cp-toggle-slider:before {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(26px);
}

.cp-toggle-slider.cp-toggle-round {
  border-radius: 34px;
}

.cp-toggle-slider.cp-toggle-round:before {
  border-radius: 50%;
}

.cp-annual-lifetime-box {
    display: flex;
    align-items: center;
	justify-content: center;
}


.cp-annual-lifetime-box .cp-switch-items {
    margin: 0 10px;
}

.cp-switch-items h3 {
    font-weight: bold;
}

.cp-annual-lifetime-box .cp-save {
    color: red;
    font-size: 22px;
    margin-left: 6px;
	position: absolute;
}

/* Live Chat */
.cp-live-chat img {
    width: 65px;
    position: fixed;
    bottom: 25px;
    right: 25px;
    border: 2px solid #1d75bc;
    border-radius: 50px;
    padding: 4px;
}

/* Global featured on */
.cp-global-featured-on img {
	-webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
  	filter: grayscale(100%);
}

/* Custom Product Builder for WooCommerce */
.page-id-6368 input:checked + .cp-toggle-slider {
    background-color: #338eef;
}

/* Timer Plugins */
.hurrytimer-campaign.hurrytimer-campaign-8100 {
    background: #da1d29;
    width: 290px;
    text-align: center;
    display: block;
    margin: 0 auto;
    border-radius: 50px;
}

.hurrytimer-timer-block {
    margin-bottom: 4px!important;
}