/* Font Awesome on WordPress */

.fa, .far, .fas {
/* font-family: "Font Awesome 5 Free" !important; */
	font-family: "FontAwesome" !important;
}

/* Font Awesome Buttons */
.fc-icon-rapcal, .fc-icon-rapcal .fas {
  /* font-family: "Font Awesome 5 Free" !important; */
	font-family: "FontAwesome" !important;
}


/* Full Calendar Overrides Per Brian */
.fc-direction-ltr .fc-button-group > .fc-button:not(:first-child), #rapcalendar_view_nav button {
  margin-left: 5px !important;
  border-radius: 0.25em !important;
}
.fc-direction-ltr .fc-button-group > .fc-button:not(:last-child) {
  border-radius: 0.25em !important;
}



#calendar {
  max-width: 1100px;
  margin: 40px auto;
}
/* Calendar Filtering */
.rap-filter-menu-container {
  position: relative;
}
.rapcal-filter-dropdown {
  position: absolute;
  /* top: 100%; */
  width: 100%;
  max-width: 250px;
  top: -10px;
  right: 0;
  z-index: 1000;
  /* display: none; */
  min-width: 10rem;
  padding: .5rem 0px .5rem 0px !important; /* .5rem 0 */
  margin: 0;
  font-size: 1rem;
  color: #212529;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  /*border: 1px solid rgba(0,0,0,.15);
    border-radius: .25rem;*/
  background: rgba(255, 255, 255, 1); /* 0.5 for opacity */
  box-shadow: 0 8px 32px 0 rgba(31, 38, 135, 0.37);
  backdrop-filter: blur(4px);
  -webkit-backdrop-filter: blur(4px);
  border-radius: 10px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  opacity: 1;
  pointer-events: auto;
  -webkit-transition: all 0.5s ease-in;
  -moz-transition: all 0.5s ease-in;
  -ms-transition: all 0.5s ease-in;
  -o-transition: all 0.5s ease-in;
  transition: all 0.5s ease-in;
  cursor: pointer;
}
.rapcal-filter-menu .rapcal-filter-dropdown li a {
  display: block;
  width: 100%;
  padding: .25rem 1rem;
  clear: both;
  font-weight: 400;
  color: #212529;
  text-align: inherit;
  text-decoration: none;
  white-space: nowrap;
  background-color: transparent;
  border: 0;
}
.rapcal-filter-menu .rapcal-filter-dropdown li i {
  margin-top: 4px;
  float: right;
  color: inherit;
}
/* Hover state */
.rapcal-filter-menu .rapcal-filter-dropdown li:hover a {
  background: #0a58ca;
  color: #fff;
}
/* Filter title */
.rapcal-filter-dropdown-title {
  font-weight: bold;
  border-bottom: 1px solid #ccc !important;
}
.rapcal-filter-menu .rapcal-filter-dropdown li:hover a.rapcal-filter-dropdown-title {
  background-color: transparent;
  color: #000;
}
.rapcal-filter-menu .rapcal-filter-dropdown li:hover a.rapcal-filter-dropdown-title i {
  color: #a80000;
}
.rapcal-element-hide {
  /* Hiding */
  opacity: 0;
  pointer-events: none;
}
/*
.fc-listFilterButton-button::after {
	content: "hi";
}
*/
/* Fix FC header on mobile */
/* List View Styles */
.rapcal-event-title {
  margin-top: 0;
}
time.icon {
  font-size: 1em; /* change icon size */
  display: block;
  position: relative;
  width: 5em; /*6em*/
  height: 5em;
  background-color: #fff;
  /* margin: 2em auto; */
  margin: 0;
  border-radius: 0.6em;
  box-shadow: 0 1px 0 #bdbdbd, 0 2px 0 #fff, 0 3px 0 #bdbdbd, 0 4px 0 #fff, 0 5px 0 #bdbdbd, 0 0 0 1px #bdbdbd;
  overflow: hidden;
  -webkit-backface-visibility: hidden;
  -webkit-transform: rotate(0deg) skewY(0deg);
  -webkit-transform-origin: 50% 10%;
  transform-origin: 50% 10%;
}
time.icon * {
  display: block;
  width: 100%;
  font-size: .8em; /* 1 em */
  font-weight: bold;
  font-style: normal;
  text-align: center;
}
time.icon strong {
  position: absolute;
  top: 0;
  padding: 0.4em 0;
  color: #fff;
  background-color: #989898;
  border-bottom: 1px dashed #666666;
  box-shadow: 0 2px 0 #989898;
  text-transform: uppercase;
}
time.icon em {
  position: absolute;
  bottom: 0.3em;
  color: #d30909;
}
time.icon span {
  width: 100%;
  font-size: 1.6em; /*1.8em;*/
  letter-spacing: -0.05em;
  padding-top: 1.1em; /*1.2em */
  color: #2f2f2f;
}
time.icon:hover, time.icon:focus {
  -webkit-animation: shadow-drop-center 0.4s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
  animation: shadow-drop-center 0.4s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
}

/* Filter Pop-Up */
/* Bootstrap */
/* List View */
#rapCalEventDetail {
  display: none;
}
.rapCalListCol {
}

.rapCalListColor {
  height: 60px;
  flex-shrink: 0;
  width: 10px;
  border-radius: 3px;
  background: #ddd;
  float: left;
  margin-right: 20px;
}


.rapcal-container-list {
  display: none;
}
.rapCalListDayNumber {
  font-size: 24px;
  color: #3b485c;
  font-weight: bold;
}
/* Card View */
.rapcal-card {
  border: 1px solid #dddddd;
  border-top: 6px solid #666;
  min-height: 300px;
  text-align: center;
}
.rapcal-card > * {
  box-shadow: 0 2px 30px rgba(0, 0, 0, 0.2);
  border-radius: 5px;
  background: #fff;
  /* padding: 2rem 1rem;
	 cursor: pointer; 
	transition: 300ms transform;*/
}
.rapcal-card:hover > * {
  box-shadow: 0 1px 32px 0 rgba(31, 38, 135, 0.37);
  backdrop-filter: blur(4px);
  -webkit-backdrop-filter: blur(4px);
  border: 1px solid rgba(255, 255, 255, 0.18);
}
.rapcal-card .card-title {
  color: #3b485c;
}






/*WordPress Theme Corrections 

.entry-content > *:not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.is-style-wide) {
    max-width: 900px;
    width: calc(100% - 4rem);
}



*/

.custom-list-cards, .rapcal-list-top {
overflow-y:scroll !important;	
}

.rapcal-filter-dropdown li {
list-style: none;
padding-left: 0;
}



/* Event Detail */

#shareeventnav {
    background-color: #f2f8fc !important;
}
#rapClassEventJumbotronOld {
    background-image: linear-gradient(306deg, rgba(54, 54, 54, 0.05) 0%, rgba(54, 54, 54, 0.05) 33.333%, rgba(85, 85, 85, 0.05) 33.333%, rgba(85, 85, 85, 0.05) 66.666%, rgba(255, 255, 255, 0.05) 66.666%, rgba(255, 255, 255, 0.05) 99.999%), linear-gradient(353deg, rgba(81, 81, 81, 0.05) 0%, rgba(81, 81, 81, 0.05) 33.333%, rgba(238, 238, 238, 0.05) 33.333%, rgba(238, 238, 238, 0.05) 66.666%, rgba(32, 32, 32, 0.05) 66.666%, rgba(32, 32, 32, 0.05) 99.999%), linear-gradient(140deg, rgba(192, 192, 192, 0.05) 0%, rgba(192, 192, 192, 0.05) 33.333%, rgba(109, 109, 109, 0.05) 33.333%, rgba(109, 109, 109, 0.05) 66.666%, rgba(30, 30, 30, 0.05) 66.666%, rgba(30, 30, 30, 0.05) 99.999%), linear-gradient(189deg, rgba(77, 77, 77, 0.05) 0%, rgba(77, 77, 77, 0.05) 33.333%, rgba(55, 55, 55, 0.05) 33.333%, rgba(55, 55, 55, 0.05) 66.666%, rgba(145, 145, 145, 0.05) 66.666%, rgba(145, 145, 145, 0.05) 99.999%), linear-gradient(90deg, rgb(9, 201, 186), rgb(18, 131, 221));
}

#rapClassEventJumbotron {
background-image: linear-gradient(306deg, rgba(54, 54, 54, 0.05) 0%, rgba(54, 54, 54, 0.05) 33.333%,rgba(85, 85, 85, 0.05) 33.333%, rgba(85, 85, 85, 0.05) 66.666%,rgba(255, 255, 255, 0.05) 66.666%, rgba(255, 255, 255, 0.05) 99.999%),linear-gradient(353deg, rgba(81, 81, 81, 0.05) 0%, rgba(81, 81, 81, 0.05) 33.333%,rgba(238, 238, 238, 0.05) 33.333%, rgba(238, 238, 238, 0.05) 66.666%,rgba(32, 32, 32, 0.05) 66.666%, rgba(32, 32, 32, 0.05) 99.999%),linear-gradient(140deg, rgba(192, 192, 192, 0.05) 0%, rgba(192, 192, 192, 0.05) 33.333%,rgba(109, 109, 109, 0.05) 33.333%, rgba(109, 109, 109, 0.05) 66.666%,rgba(30, 30, 30, 0.05) 66.666%, rgba(30, 30, 30, 0.05) 99.999%),linear-gradient(189deg, rgba(77, 77, 77, 0.05) 0%, rgba(77, 77, 77, 0.05) 33.333%,rgba(55, 55, 55, 0.05) 33.333%, rgba(55, 55, 55, 0.05) 66.666%,rgba(145, 145, 145, 0.05) 66.666%, rgba(145, 145, 145, 0.05) 99.999%),linear-gradient(90deg, rgb(215,51,71),rgb(0,82,156));
	color:#fff;
}

#rapClassCourseName {
    font-size: 1.75rem !important;
	color:#fff !important;
}

#rapClassEventDetailModal {
    padding-right: 0 !important;
    z-index: 8675309;
	top:80px;
	/* height:auto !important; */
}

/* List view alternating rows */
.rapCalRowShading {
    /*padding: .75rem 1.25rem;
    margin-bottom: 0;*/
    background-color: rgba(0,0,0,.03);
    border-bottom: 1px solid rgba(0,0,0,.125);
	border-top: 1px solid rgba(0,0,0,.125);
}

#rapcontainer-listview h4 {
	line-height: 1.2;
	margin:0 !important;
}

/*#rapcontainer-listview .btn {
font-size: 1rem !important;
}
*/




#rapcontainer-listview p {
	color:#555 !important;
}



.btn-primary, .fc-button-primary {
	background-color:#00529b !important;
	border:1px solid #01427b !important;
}

.btn-primary:hover, .fc-button-primary:hover {
	background-color:#01427b !important;
}

.custom-list-cards .btn, .rapcal-list-top .btn {
	font-size: 1rem !important;
	margin-right:10px;
}



.fc-toolbar-title {
	text-align:center;
}

/*
.rapcal-type-class{
	background-color:#6f42c1;
	color:#ffffff;
}

.rapcal-type-class:hover {
	background-color:#592da8;
}

.rapcal-type-event {
	background-color:#007bff;
	color:#ffffff;
}

.rapcal-type-event:hover {
	background-color:#0765c9;
}
*/

.rapcal-type-class-text {
	color:#6f42c1;
}

.rapcal-type-event-text {
	color:#007bff;
}



.fc-daygrid-event {
	color:#000;
}

.fc-daygrid-day-number, .fc-col-header-cell-cushion  {
	color:#000;
	text-decoration: none;
}

.fc table {
    /*border: 0.1rem solid #dcd7ca;*/
    border-collapse: collapse;
    border-spacing: 0;
    empty-cells: show;
    margin: 0rem 0;
    max-width: 100%;
    overflow: hidden;
    width: 100%;
}

.fc-scrollgrid-section-header {
	margin-bottom:0;
	padding-bottom:0;
}

.fc-scroller {
  height: auto !important;
}

.fc-head .fc-widget-header {
  margin-right: 0 !important;
}

.fc-scroller {
  overflow: visible !important;
}

.fc-daygrid-day {
	margin:0;
	padding:0;
}

.rapcal-event-detail-save {
	list-style: none !important;
	padding-left: 0 !important;
}

@media (max-width: 767.98px) {
    .fc .fc-toolbar.fc-header-toolbar {
        display: block;
        text-align: center;
    }

    .fc-header-toolbar .fc-toolbar-chunk {
        display: block;
    }
}


/* The modals needsa higher z-index to break out of Divi */
#rapcalModalSelectInstructors {
    padding-right: 0 !important;
    z-index: 8675309;
	top:80px;
	/* height:auto !important; */
}

#rapcalModalSelectDateRange {
    padding-right: 0 !important;
    z-index: 8675309;
	top:80px;
	min-height:200px;
	/* height:auto !important; */
}

.datepicker-dropdown { 
	 z-index: 8675309;
}

.fc .fc-scroller-harness {
    overflow-y: auto !important;
}
		
