/*
Theme Name: Maranatha Child
Description: A child theme for Maranatha.
Author: Your Name
Version: 1.0
Template: maranatha
*/

/*
This stylesheet is loaded instead of the parent theme's stylesheet, which is enqueued in functions.php.
To override styles, copy them here from the original stylesheet, then change the properties.

See http://churchthemes.com/guides/developer/child-theming/ and the WordPress Codex:
http://codex.wordpress.org/Child_Themes
*/
.grecaptcha-badge { 
    visibility: hidden;
}
body.page-template-sermons .maranatha-sermon-short .maranatha-entry-content.maranatha-entry-content-short {
    margin: auto 0em;
    text-align: center;
}

@media only screen and (max-width: 767px) {
	.footer-give {
    	text-align: center; }
}

.sermontypelabel {
	font-size: x-small;
  color: #ccccdd;
  display: inline-block;
  vertical-align: middle;
	line-height:.5em;
}


details summary {
      list-style: none; /* Remove default caret */
    }

details summary::before {
      content: '►'; /* Right-pointing triangle */
      display: inline-block;
      margin-right: 0.5em;
      transition: transform 0.2s ease-in-out;
      transform-origin: 0.5em 50%;
      font-size: 0.8em;
      vertical-align: middle;
    }

   details[open] summary::before {
      transform: rotate(90deg); /* Rotate for open state */
    }
