/*
Theme Name: on-miamibeachTheme
Theme URI: http://bobarama.com/
Version: 1.0
Description: A customized version of Divi.
Author: Bob Hemphill
Author URI: http://www.bobarama.com
Template: Divi
*/

/* Remove Elegant Themes Branding */
#footer-info {display: none;}

#bbpress-forums .status-closed, #bbpress-forums .status-closed a {color: #000000;}

#bbpress-forums div.odd.status-closed,
#bbpress-forums ul.odd.status-closed {
	background-color: #FFFFC7;
  border: solid 1px #e6db55;
}

#bbpress-forums div.bbp-the-content-wrapper textarea.bbp-the-content {
  background-color: #f6f6f6;
}

div.bbp-template-notice.info {
    display: none;
}

.et_right_sidebar #main-content .forum .container:before {
  display:none;
}

.single a.post-thumbnail {display:none;}


/** Mobile App Style header and Drop Down Menu **/

@media (max-width: 980px) {
 .container.et_menu_container {
 width: calc( 50% - 60px);
 }
}

@media (max-width: 720px) {
 .container.et_menu_container {
 width: calc( 75% - 60px);
 }
}

@media (max-width: 540px) {
 .container.et_menu_container {
 width: calc( 100% - 60px);
 }
}

/*Mega-Menu*/

#top-menu li.mega-menu > ul > li > a:first-child {
	border-top: 2px solid rgba(146, 212, 233, 0.69);
	background-color: rgb(244, 246, 255);
	margin-bottom: 0.5em;
	line-height: 1.5em;
	/*border-left: 2px solid rgba(146, 212, 233, 0.69);*/
}

/* Contact Form*/

.et-pb-contact-message {
	color: #ffffff !important;
}

.em-locations-map {
	display: none;
}

.rmheader {
	background-color: white;
}

/*RegistrationMagic CSS*/

.rmagic .buttonarea {
	margin-top: 0;
}

.rmfield {
    text-align: left;
}

.rminput {
    text-align: left;
}
