/*
Theme Name: Salient Child Theme
Theme URI: http: //mysite.com/
Description: This is a custom child theme for Salient
Author: My Name
Author URI: http: //mysite.com/
Template: salient
Version: 0.1
*/
.rotate-1 {
	transform: rotate(200deg);
}
.rotate-2 {
	transform: rotate(-20deg) scaleX(-1);
}
.purchase-plan .edd_price_options ul li {
    list-style-type: none !important;
}
.purchase-plan .edd_price_options span {
	color: #FFF !important;
}
.notification-item .notificationx-content p {
    padding-bottom: 0 !important;
}

.notification-item .notificationx-image {
	flex-basis: 50px !important;
	min-width: 70px !important;
}

#notificationx-frontend .nx-container.nxc-bottom_left{
	z-index: 9999999999 !important;
}

.nectar-button.has-icon.more-portfolio span {
	color: #3880ff !important;
}
.smoa_pro_nav_menu-2, .smoa_pro_nav_menu-3, .smoa_pro_nav_menu-4 {
	display: none;
}
.fbr-open .fbr-toggle {
border-radius: 0 !important;}
.paynow-table .pricing-column-content h4, .paynow-table .pricing-column-content .interval, .paynow-table .pricing-column-content .pricing-table-desc, .paynow-table .pricing-column-content hr {
	display: none !important;
}
.single-download .heading-title, .single-download .edd_download_purchase_form {
	display: none;
}

.single-download #cta .edd_download_purchase_form {
	display: inline !important;
}
.fbr-layout-bottom .fbr-content {
	box-shadow: 0 5px 20px rgba(0,0,0,0.23);
}
.old-priced-container {
	font-size: 14px !important;
}
.edd-submit.button.white, .edd-submit.button.white, .edd-submit.button.white {
	background-color: #3880ff !important;
}

.edd_purchase_submit_wrapper .edd-submit.button.white, .edd-submit.button.white, .edd-submit.button.white {
	padding: 10px 22px!important;
	color: #FFF !important;
	    border-radius: 200px!important;
    -webkit-border-radius: 200px!important;
    box-shadow: none;
    -ms-transition: opacity .45s cubic-bezier(0.25, 1, 0.33, 1), transform .45s cubic-bezier(0.25, 1, 0.33, 1), border-color .45s cubic-bezier(0.25, 1, 0.33, 1), color .45s cubic-bezier(0.25, 1, 0.33, 1), background-color .45s cubic-bezier(0.25, 1, 0.33, 1), box-shadow .45s cubic-bezier(0.25, 1, 0.33, 1);
    -webkit-transition: opacity .45s cubic-bezier(0.25, 1, 0.33, 1), transform .45s cubic-bezier(0.25, 1, 0.33, 1), border-color .45s cubic-bezier(0.25, 1, 0.33, 1), color .45s cubic-bezier(0.25, 1, 0.33, 1), background-color .45s cubic-bezier(0.25, 1, 0.33, 1), box-shadow .45s cubic-bezier(0.25, 1, 0.33, 1);
    transition: opacity .45s cubic-bezier(0.25, 1, 0.33, 1), transform .45s cubic-bezier(0.25, 1, 0.33, 1), border-color .45s cubic-bezier(0.25, 1, 0.33, 1), color .45s cubic-bezier(0.25, 1, 0.33, 1), background-color .45s cubic-bezier(0.25, 1, 0.33, 1), box-shadow .45s cubic-bezier(0.25, 1, 0.33, 1);
}

#edd_register_fields, #edd_login_fields, .logged-in #edd_checkout_user_info {
	padding: 2%;
	width: 50% !important; 
	float: left;
	border: 1px solid #f2f2f2;
	background-color: #fcfcfc;
}




#edd_cc_fields, #edd_purchase_submit {
	padding: 1% 2%;
}

#edd_secure_site_wrapper .edd-icon {
	position: relative;
	top: 5px;
	padding-top: 5px;
}

#edd_checkout_form_wrap legend {
	font-size: 24px !important;
	margin-bottom: 1em;
}
.edd_checkout_register_login {
	color: #3880ff;
	text-decoration: underline;
}

@media (max-width: 768px) {
	.purchase-plan .edd_price_options ul li {
		text-align: center !important;
	}
	.edd_purchase_submit_wrapper {
		margin-top: 20px !important;
	}
	#edd_register_fields, #edd_login_fields, .logged-in #edd_checkout_user_info {
		padding: 2%;
		width: 100% !important; 
		float: left;
		border: 1px solid #f2f2f2;
		background-color: #fcfcfc;
	}
	#edd_register_fields {
		margin-bottom: 2em;
	}
}