/*/*-------------------------------CALENDAR-------------------------------------*/

/*-------------------GEN-------------------------*/

#EventsCalSection{
	z-index: 1;
}

.calTitle{
	position:relative;
	font-size: 15vw;
    position: relative;
    width: 100%;
    top: 0;
    text-align: center;
    margin: 1% 0 1% 0;
}


#calendar{
	position:relative;
	width:100%;
	border-top-left-radius: 20px;
	border-top-right-radius: 20px;
    border: 1px solid var(--brandGold01);
	
}

#eventsCalendarPage .scrollIndCon{
	display: none;
}

/*-------------HEADER------------------*/


.fc-header-toolbar{
	position:relative;
	margin: 0 0 20px 0;
	border-bottom: 1px solid var(--brandGold01);
}

.fc-toolbar-title{
	font-family: "corsivo";
    font-size: 1.44vw;
    position: relative;
    margin: 1.2% auto;
    display: block;
    color: var(--brandSlate01);
    text-align: center;
}

.fc-button-group{
	position: absolute;
    text-align: center;
    width: 100%;
    top: -5%;
}

.fc-button-primary{
	appearance: none;
	background: none;
	border: none;
}

.fc-prev-button, .fc-next-button{
	font-size: 1.5em;
    margin: 0 8%;
    cursor: pointer;
    color: var(--brandSlate01);
    transition: 100ms;
}

.fc-prev-button:hover, .fc-next-button:hover{
    color: var(--brandRust01);

}

.fc-prev-button::after{
	content: '\2190';
}

.fc-next-button::after{
	content: '\2192';
}

.fc-today-button{
	font-family: "corsivo";
	font-size:1em;
	position:absolute;
	top: -3%;
    left: 1%;
	padding: 6px 12px;
    border-radius: 20px;
	color:var(--brandGold01);
    border: 1px solid var(--brandGold01);
    z-index: 1;
    transition: 200ms;
}

.fc-today-button:enabled{
	cursor: pointer;
}

.fc-today-button:enabled:hover{
	color: var(--brandTan01);
	background-color: var(--brandGold01);
}

.fc-today-button:disabled{
	opacity: 0.33;
}

/*-------------WEEKDAYS------------------*/

.fc-col-header-cell{
	position:relative;
    width: calc(100% / 7);
}

.fc-col-header-cell .fc-scrollgrid-sync-inner{
	font-family:"cocomat";
	font-size: 0.66em;
	padding: 0px 10px;
	text-align: right;
	text-transform:uppercase;
	color: var(--brandSlate01);
}

/*-------------BLOCKS------------------*/


.fc-scrollgrid{
	position:relative;
	width: 100%;
	/*left: -1px;*/
}

tbody, .fc-scrollgrid-section, .fc-scroller, .fc-scroller-harness, .fc-daygrid-body, .fc-scrollgrid-sync-table {
	overflow: visible !important;
}

.fc-view-harness, .fc-view{
	position:relative;
	width:100%;
}

.fc-view-harness{
	height: 100% !important;
	top: 1px;
}


table{
	border-spacing: 0px;
	border-collapse: collapse;
}

tbody{
	vertical-align: unset;
}

tr, td{
	padding: 0;
	/*border: 1px solid;*/
}

.fc-scrollgrid-sync-table{
    position: relative;
    width: calc(100% + 2px ) !important;
    height: fit-content !important;
    left: -1px;
}

.fc-scroller-harness,
.fc-scroller,
.fc-daygrid-body{
	position:relative;
	width:100% !important;
}

.fc-daygrid-day{
	position: relative;
    width: calc(100% / 7);
    height: 140px;
    border: 1px solid var(--brandGold01);
    border-spacing: 0;
    padding: 0px;
    margin: 0px;
    box-sizing: border-box;
}

.fc-day-other{
	opacity: 0.33;
}

.fc-daygrid-day-top{
	font-family:"cocomat";
	font-size: 0.8em;
	padding: 8px;
	text-align: right;
	color: var(--brandSlate01);
}

/*.fc-daygrid-event-harness:has(.singleEvent){
	position: relative;
	width: 210%;
}*/

/*.fc-daygrid-day-events:has(.singleEvent) {
	overflow: hidden;
}*/

/*.fader {
    position: absolute;
    top: 18%;
    right: 0;
    width: 25%;
    height: 82%;
    background: linear-gradient(to left, var(--brandTan01), rgba(0,0,0,0));
}*/

.fc-daygrid-event-harness-abs{
	position:absolute;
	top: 80% !important;
	width: auto;
	overflow: visible;
	background-color: var(--brandMauve02);
}

.weddingEvent, .multiDayEvent{
	position:absolute;
	width:98%;
	top: 80% !important;
	padding: 5px 0 3px 2%;
	background-color: var(--brandMauve02);
	cursor: default;
}

.fc-daygrid-event{
	font-family:"cocomat";
	font-size: 0.8em;
	color: var(--brandSlate01);
	transition: 200ms;
}


.singleEvent:hover .fc-event-time,
.singleEvent:hover .fc-event-title{
	color: var(--brandRust01);
}

.fc-event-time,
.fc-event-title,
.fc-event-title-container{
	position:relative;
	display: inline-block;
}

.fc-event-time{
	margin: 0 3px 0 5px;
}

.fc-event-main-frame{
	padding: 0 0 0 5px;
}

.innerWrapper{
	position:relative;
	width: 222%;
}

.outerWrapper{
	position: relative;
	overflow: hidden;
	margin: 2px 0;
    padding: 1px;
}

.outerWrapper:after{
	content: '';
    position: absolute;
    width: 25%;
    height: 105%;
    top: 0;
    right: -12%;
    z-index: 0;
    background: linear-gradient(to left, var(--brandTan01)55%, rgba(0,0,0,0));
}

.infoBlock{
	position:absolute;
	width:440px;
	min-width: 200px;
	height: fit-content;
	margin: 0px 0 0 10px;
	padding: 10px;
	background-color:var(--brandMauve01);
	z-index: 1;
	cursor: default;
	opacity: 0;
	pointer-events: none;
	transform: translateX(-5px);
	transition: 500ms;
}

.fc-day-fri .infoBlock{
	margin: 0 0 0 -66%;
}

.fc-day-sat .infoBlock{
	margin: 0 0 0 -152%;
}


.fadeIn{
	z-index: 1;
	opacity: 1;
	pointer-events: initial;
	transform: translateX(0);
}



.calEvTitle{
	font-family:"corsivo";
	font-size:1.33em;
	margin:0 0 5px 0;
	color: var(--brandSlate01);
}

.calEvDate{
	font-family:"cocomat";
	font-size: 1.0em;
	margin:10px 0;
	color: var(--brandSlate01);
}

.calEvDes{
	font-family:"cocomat";
	font-size: 1em;
	line-height: 1.33em;
	margin:10px 0;
	color: var(--brandSlate01);
}

.calEvDes a{
	font-family: "corsivo";
	font-size: 1.33em;
	position: relative;
	width: fit-content;
	margin: 0px 0 5px 0;
	padding: 10px 14px;
	display: block;
	border-radius: 50px;
	border: 1px solid var(--brandSlate01);
	color: var(--brandRust01);
	background-color: var(--brandSlate01);
	transition: 200ms;
}

.calEvDes a:hover{
	color: var(--brandSlate01);
	background-color: var(--brandMauve01);
}

.closer{
	font-family:"cocomat";
	font-size: 1.33em;
	position: absolute;
    top: 0px;
    right: 13px;
	margin:10px 0;
	color: var(--brandSlate01);
	cursor: pointer;
	z-index: 2;
}








.hostEventSection{
	position:relative;
	margin: 100px 0 100px 0;
	z-index: 0;
}

.hostEventTitle{
	font-family: "boylanNeue";
	font-size: 13.3vw;
	line-height: 1em;
	text-align: center;
	width: 100%;
	margin: -3% auto 0 auto;
	color: rgba(0,0,0,0);
	-webkit-text-stroke: 1px var(--brandGold01);
	text-stroke: 1px var(--brandGold01);
	cursor: default;
}

/*------------------------------------------------MEDIAQS-----------------------------------------------------*/
/*------------------------------------------------MEDIAQS-----------------------------------------------------*/
/*------------------------------------------------MEDIAQS-----------------------------------------------------*/
/*------------------------------------------------MEDIAQS-----------------------------------------------------*/
/*------------------------------------------------MEDIAQS-----------------------------------------------------*/
/*------------------------------------------------MEDIAQS-----------------------------------------------------*/
/*------------------------------------------------MEDIAQS-----------------------------------------------------*/
/*------------------------------------------------MEDIAQS-----------------------------------------------------*/


/*------------------------------------------------------1560px----*/

@media (min-width:0px) and (max-width:1560px){

.fc-today-button {
	font-size: 0.6em;
	top: -10%;
}

.fc-daygrid-day {
    height: 120px;
}

.fc-daygrid-event {
    font-family: "cocomat";
    font-size: 0.7em;
}



}



/*------------------------------------------------------1200px----*/

@media (min-width:0px) and (max-width:1200px){

.calTitle {
    margin: 2% 0 1% 0;
}

.fc-today-button {
	font-size: 0.6em;
	top: -10%;
}


.fc-button-group {
    top: -18%;
}

.fc-daygrid-event {
    font-family: "cocomat";
    font-size: 0.7em;
}

.weddingEvent, .multiDayEvent, .fc-daygrid-event-harness-abs {
    top: 75% !important;
}

.infoBlock {
    width: 380px;
}

.fc-day-thu .infoBlock{
	margin: 0 0 0 -21%;
}

.fc-day-fri .infoBlock{
	margin: 0 0 0 -99%;
}

.fc-day-sat .infoBlock{
	margin: 0 0 0 -192%;
}

}



/*------------------------------------------------------821px----*/

@media (min-width:0px) and (max-width:821px){

.hostEventSection {
    margin: 60px 0 70px 0;
}

.fc-header-toolbar {
    margin: 0 0 5px 0;
}

.fc-toolbar-title {
    font-size: 0.8em;
}

.fc-today-button {
	font-size: 0.6em;
	top: -4%;
	left: 1.4%;
	padding: 2px 6px;
}

.fc-prev-button, .fc-next-button {
    font-size: 1.2em;
}

.fc-col-header-cell .fc-scrollgrid-sync-inner {
    font-size: 0.5em;
}

.fc-daygrid-day {
    height: 90px;
}

.fc-daygrid-day-top {
    font-size: 0.6em;
    padding: 6px 4px;
}

.fc-daygrid-event {
    font-size: 0.6em;
}

.weddingEvent .fc-event-title {
    width: 160%;
    font-size: 0.6em;
}

.infoBlock {
    width: 320px;
}

.fc-day-thu .infoBlock{
	margin: 0 0 0 -35%;
}

.fc-day-fri .infoBlock{
	margin: 0 0 0 -130%;
}

.fc-day-sat .infoBlock{
	margin: 0 0 0 -222%;
}


}


/*------------------------------------------------------660px----*/

@media (min-width:0px) and (max-width:660px){

.calTitle {
    margin: 13% 0 3% 0;
}

.fc-today-button {
    left: 3.4%;
}

.fc-button-group {
    top: -27%;
}

.fc-prev-button, .fc-next-button {
    font-size: 1.2em;
    margin: 0 16%;
}

.fc-daygrid-day {
    height: 70px;
}

.weddingEvent, .multiDayEvent, .fc-daygrid-event-harness-abs {
    padding: 0px 2% 0px 0px;
    top: 81% !important;
}

.fc-event-title-container {
    overflow: hidden;
}

.fc-daygrid-event {
    font-size: 9px;
}

.outerWrapper {
    height: 10px;
}

.innerWrapper {
    position:absolute;
    width:400%;
}


.hostEventSection {
    margin: 20px 0 70px 0;
}

.hostEventTitle {
    font-size: 23.3vw;
}

.infoBlock {
    width: 250px;
}

.fc-day-tue .infoBlock{
	margin: 0 0 0 -40%;
}

.fc-day-wed .infoBlock{
	margin: 0 0 0 -150%;
}

.fc-day-thu .infoBlock{
	margin: 0 0 0 -285%;
}

.fc-day-fri .infoBlock{
	margin: 0 0 0 -410%;
}

.fc-day-sat .infoBlock{
	margin: 0 0 0 -422%;
}

}



/*------------------------------------------------------600px----*/

@media (min-width:0px) and (max-width:600px){




}

/*------------------------------------------------------320px----*/

@media (min-width:0px) and (max-width:320px){



}




*/