.sp-megamenu-parent > li > a, .sp-megamenu-parent > li > span{
    color: #fff;
}

.sp-megamenu-parent > li.active > a, .sp-megamenu-parent > li:hover > a{
	color:#fff !important;	
	
}

/*.sp-megamenu-parent > li > a::before, .major-background-color, #sp-header.menu-fixed, #sp-logo-wrapper, .sppb-slider-fullwidth-wrapper .owl-controls .owl-dots .owl-dot.active span, .sppb-slider-fullwidth-wrapper .customNavigation a, .helix-social-share .helix-social-share-icon ul li div a:hover, .helix-social-share .helix-social-share-icon ul li div a:focus, .pagination-wrapper .pagination li span:hover, .pagination-wrapper .pagination li a:hover, .pagination-wrapper .pagination li span:focus, .pagination-wrapper .pagination li a:focus, .com-tags #adminForm .btn-group button, .blog-details-content-wrap .pager.pagenav li a, .blog-details-content-wrap .article-footer-wrap .helix-social-share ul li a, .sppb-addon-blocknumber .sppb-blocknumber-number, .sppb-addon-text-block.block-number .sppb-addon-title, .pricing-plan-comparison table tr th.featured-price, .sppb-addon-pricing-table:hover, .sppb-addon-pricing-table.featured, .sppb-addon-pricing-table.featured:hover .sppb-btn.sppb-btn-info{
	background:#fff !important;	
}*/


ul.social-icons > li a, ul.social-icons > li a:hover {
    color: #fff;
}

.sp-megamenu-parent > li > a {

    position: relative;
    font-size: 28px !important;
    font-weight: bold;

}

#sp-page-title {
    border-top: 2px solid #FFF;
}


.rsform-input-box, .rsform-text-box {
    width: 300px !important;
}

#sp-bottom {
    display: none;
}

embed{
	height:1000px;
	width:1100px;	
}

.mobile{
	display:none;
}

.membershipform{
	text-align:center;	
}

.membershipform a {
    font-size: 50px;
}

@media only screen and (max-width: 767px) {
	embed{
		height:400px;
		width:300px;	
		overflow-y: scroll;
		border: 5px solid red;
	}
	
	.desktop{
		display:none;
	}
	
	.mobile{
		display:block;
	}
	
	.membershipform a {
		font-size: 20px;
	}
	
}