/*
 * Styling for the mgoc-hooks plugin
 *
 * These are to style HTML fragments added by the hooks and filters in this plugin.
 */

body.bbp-search .bbp-search-form {
    display: none;
}
@media screen and (min-width: 700px) {
  .bbp-search-form {
      margin-right: 6em;
  }
}

/*
 * These rules moved to our child theme, July 2025:
 *
.bbp-reply-author {
    width: 150px;
    float: left;
    margin-right: 20px;
    text-align: center;
}

.bbp-reply-content {
    overflow: hidden;
}
*/

/* 
.campl-unstyled-list {
  list-style: none;
}
ul.campl-unstyled-list li {
  list-style-type: none;
  margin-left: 0;
}

.hidden {
  display: none !important;
  visibility: hidden;
}

i.fa {
  width: 1.25em;
  text-align: center;
}
.theme-blue i.fa {
  color: #0072cf;
}

.genesis-nav-menu a {
  font-family: "myriad-pro", myriad, Myriad Pro, verdana, arial, sans-serif;
}

input[type="radio"],
input[type="checkbox"]  {
  width: auto;
}
span.wpcf7-form-control span.wpcf7-list-item {
  display: block;
}

div.wpcf7-form-control.g-recaptcha {
  margin-top: 1em;  
  margin-bottom: 1em;  
}

.entry-content ol, .entry-content p, .entry-content ul {
  font-size: 1.2em;
}

@media only screen and (max-width: 882px) {

	.page-template-section-landing-php .section-left .full-box .left,
	.page-template-section-landing-php .half-box .image {
		float: none;
                width: 250px;
                margin-left: auto;
                margin-right: auto;
	}

	.footer-widgets ul { display: block; }

}

*/
