/* Footer Text */

.fl-page-footer-widgets {
font-size:14px;	
}

/* CTA button */

@media (min-width: 768px) {
	.fl-page-header .fl-page-nav-wrap .navbar-nav > li.my-cta-btn > a {
  background-color: #ff5481;
  border-radius: 60px;
  color: #fff;
  padding: 10px 16px !important;
	margin-top:0px;
	margin-left:10px;
}
	
			.fl-page-header .fl-page-nav-wrap .navbar-nav > li.my-cta-btn > a {
	margin-top:4px;
}
		.fl-page-header.fl-page-header-fixed .fl-page-nav-wrap .navbar-nav > li.my-cta-btn > a {
	margin-top:-2px;
}


.fl-page-header.fl-page-nav-wrap .navbar-nav > li.my-cta-btn > a:hover {
  background-color: #ff5481;
}
	
	}

/* Menu Pricing */
.home li.menu-item-1581 a {
	display:none;
}

li.menu-item-630 a {
	display:none;
}

.home li.menu-item-630 a {
	display:list-item;
}
@media (max-width: 767px) {
	.home li.menu-item-630 a {
	display:none;
}
}

/* Article Callout */
article .callout {
    font-size: 17px;
    border-left: .25em solid;
    box-sizing: border-box;
    color: inherit;
    margin: 3em 0;
    padding: 1em 1.5em 1em 1.25em;
	background: #fff7e4;
    border-color: #ffdf92
	}

article .has-background {
	border-left: .25em solid;
    box-sizing: border-box;
    color: inherit;
    margin: 3em 0;
    padding: 1em 1.5em 1em;
		background: #efefef;
    border-color: #222222;
}

article .has-luminous-vivid-amber-background-color {
	background: #fff7e4;
    border-color: #ffdf92
}

article .wp-block-quote {
	border-left: .25em solid;
    box-sizing: border-box;
    color: inherit;
    margin: 3em 0;
    padding: 1em 1.5em 1em;
    border-color: #222222;
		font-size:22px;
}

/* Popular Posts */
.rltdpstsplgn-popular-posts article {
	display:flex;
	justify-content: space-between;
}
.rltdpstsplgn-popular-posts article .entry-header {
	display: inline-flex;
	align-self: center;
}

.rltdpstsplgn-popular-posts article .entry-content {
	display: inline-flex;
	min-width: 48px;
	margin-left:10px
}

.rltdpstsplgn-popular-posts article .entry-content img {
	border-radius:50%;
	padding: 0;
}

.rltdpstsplgn-popular-posts article .entry-header h5 {
	margin:0;
}

/* Related Posts */
#jp-relatedposts .jp-relatedposts-items-visual h4.jp-relatedposts-post-title {
    margin-top: 20px;
    font-size: 18px;
    line-height: 1.4em;
}

#jp-relatedposts h3.jp-relatedposts-headline em:before {
    display:none;
} 

h3.jp-relatedposts-headline, h3.sd-title {
    font-size: 20px !important;
	  margin-bottom: 0px !important;
}
@media (max-width: 768px) {
#jp-relatedposts h3.jp-relatedposts-headline {
    font-size: 16px;
}
}

#jp-relatedposts {
    display: none;
    padding-top: 1em;
    margin: 1em 0;
    position: relative;
    clear: both;
    background: #f8f8f8;
    padding: 30px;
    margin-top: 50px;
    border-radius: 4px;
}

/* Share Buttons */

#sharing_email .sharing_send, .sd-content ul li .option a.share-ustom, .sd-content ul li a.sd-button, .sd-content ul li.advanced a.share-more, .sd-content ul li.preview-item div.option.option-smart-off a, .sd-social-icon .sd-content ul li a.sd-button, .sd-social-icon-text .sd-content ul li a.sd-button, .sd-social-official .sd-content>ul>li .digg_button>a, .sd-social-official .sd-content>ul>li>a.sd-button, .sd-social-text .sd-content ul li a.sd-button {
    font-size: 16px;
    padding: 10px 20px 10px 20px;
}

div.sharedaddy h3.sd-title {
    margin-bottom: 20px !important;
}

/* Footer Text */
.fl-page-footer {
    font-size: 14px;
}

.terms-btn {
	padding:12px;
	display:inline-block;
}

@media (max-width: 768px) {
.terms-btn {
	margin-bottom:60px;
}
.fl-widget ul li {
  margin-bottom: 0;
}
.fl-widget ul li a {
  display: block;
  padding:12px 12px 12px 0;
}
}

/* For modal content that show up in website + app  */
.app-only {
	display:none;
}