/*
Theme Name: NJ One Call Theme
Theme URI: https://wordpress.org/themes/twentysixteen/
Template: twentysixteen
Author: the WordPress team
Author URI: https://wordpress.org/
Description: Twenty Sixteen Child Theme
Tags: one-column,two-columns,right-sidebar,accessibility-ready,custom-background,custom-colors,custom-header,custom-menu,editor-style,featured-images,flexible-header,microformats,post-formats,rtl-language-support,sticky-post,threaded-comments,translation-ready,blog
Version: 2.1.1586210161
Updated: 2020-04-06 16:56:01

*/

/*---------Schedule Accordion---------*/

/* Style the buttons that are used to open and close the accordion panel */
.btn-container{
  /*width: 100%;*/
  display: inline-block;
/*   background-color: #c3c0b9; */
  padding: 10px 18px;
  color: #3b4e72;
  font-family: "ProximaNovaRg", Helvetica, sans-serif;
  font-size: 1.1em;
  font-weight: bold;
  letter-spacing: .25px;
  text-transform: uppercase;

}
.accordion {
    background-color: #fff;
    border: none;
    border-bottom: solid 2px #3b4e72;
    color: #000;
    cursor: pointer;
    padding: 0;
    margin-bottom: 25px;
    width: 100%;
    text-align: left;
    outline: none;
    transition: 0.4s;
}

/* 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: #ccc;
}

/* Style the accordion panel. Note: hidden by default */
.panel {
  padding: 0 15px 50px 15px;
  background-color: white;
  display: none;
  overflow: hidden;
}

.sched-col{
  flex-direction: column;

}

.time{
  justify-content: flex-end;
  padding-right: 15px;
}

.panel hr{
  margin: 0;
}

.accordion:after {
  content: '\02795'; /* Unicode character for "plus" sign (+)*/
  font-size: .8em;
  color: #D3D3D3;
  float: right;
  margin: 15px 15px 0 0;
}

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

#schedule{
  margin: 50px 100px;
}
