/*!
Theme Name: Raleigh Rescue Mission
Theme URI: http://www.raleighrescue.org/
Author: Good Soup Creative
Author URI: http://www.goodsoupcreative.com
Description: Custom WordPress Theme
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: raleigh-rescue-mission

*/

.page-id-5730 #annoucement {
	display: none !important;
}

.volunteer-header.in-kind-gifts {
    background-color: #ff7546;
}
.volunteer-header.wishlist {
    background-color: #f09f54;
}

#accordion{
    z-index: 3;
    position: relative;
    background: #FFF;
    padding: 80px 0;}

/* Style the buttons that are used to open and close the accordion panel */
.accordion-heading{
	text-align: center;
    font-family: "soleil", sans-serif;
    font-weight: 600;
    color: #142f66;
    letter-spacing: 1px;
    font-size: 29px;
    margin-bottom: 50px;
}

.accordion {
    background-color: #ecf2e4;
    color: #000000;
    cursor: pointer;
    padding: 14px 50px;
    width: 100%;
    text-align: left;
    border: none;
    outline: none;
    transition: 0.4s;
    border-radius: 0;
    font-family: "soleil", sans-serif;
    font-weight: 600;
    font-style: normal;
    font-size: 24px;
    line-height: 35px;
    position: relative;
    padding-top: 20px;
    letter-spacing: 0;
	position: relative;
}

/* Add a background color to the button if it is clicked on (add the .active class with JS), and when you move the mouse over it (hover) */
/*.active, .accordion:hover {
  background-color: #4f638c;
}*/

/* Style the accordion panel. Note: hidden by default */
.panel {
	padding: 0 50px;
    background-color: white;
    overflow: hidden;
    transition: max-height 0.2s ease-out 0s;
    font-family: "brandon-grotesque", sans-serif;
    font-weight: 400;
    font-style: normal;
    color: rgb(79 99 140);
    font-size: 24px;
    line-height: 35px;
    border: none !important;
    border-radius: 0px !important;
    box-shadow: none !important;
    margin-top: 2px;
    margin-bottom: 2px;
  max-height: 0;
  overflow: hidden;
  opacity: 0;
  transition: max-height 0.2s ease-out;
}

.panel p{
    font-weight: 600;
    color: #6d6d6d;
}

.accordion:after {
    content: '\00ff0b';
    font-size: 32px;
    color: #000000;
    float: right;
    margin-left: 5px;
    transform: translate(-50%, -50%);
    right: 0px;
    top: 50%;
    position: absolute;
}

.accordion.active:after {
  content: "\00ff0d"; /* Unicode character for "minus" sign (-) */
}

.panel.active{
   padding: 20px 50px;
   opacity: 1;
}

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

.accordion {
    font-size: 19px !important;
	line-height: 25px !important; 
	position: relative; }	
	
	.accordion:after {
    right: 20px;
    top: 45px;
		position: absolute;
	}

}