/******************/
/***** ARROWS *****/
/******************/

#leftArrow{
    position: absolute;
    top: 40%;
    left: 1vw;
    font-size: 80px;
    z-index: 100;
    padding: 20px;
}

#leftArrow:hover{
    cursor: pointer;
    text-shadow: 0px 0px 10px #666;
}

#rightArrow{
    position: absolute;
    top: 40%;
    right: 1vw;
    font-size: 80px;
    z-index: 100;
    padding: 20px;
}

#rightArrow:hover{
    cursor: pointer;
    text-shadow: 0px 0px 10px #666;
}

/**************************/
/*****  SHARE  *****/
/**************************/

#shareOptions a:link{
	text-decoration: none;
    color:black;
}
#shareOptions a:visited{
	text-decoration: none;
    color:black;
}
#shareOptions a:active{
	text-decoration: none;
    color:black;
}

#shareBG{
	height: 100vh;
    width: 100vw;
    top: 0px;
    position: fixed;
    background: rgba(0, 0, 0, 0.17);
    z-index: 1050;
    display: none;
}

.share_option{
	padding: 12px;
    border-bottom: 1px solid #e6e4e4;
    text-align: center;
    text-decoration: none;
    color: black;
    cursor: pointer;
}
.share_option:hover{
    color: #F28C00;
}

/**************************/
/*****  EVENTS  *****/
/**************************/

#carouselContainer{
    height: 70vh;
}

#carouselEventContainer{
    white-space: nowrap;
    text-align: center;
}

.event_holder{
    opacity: 0;
    transform: scale(.8);
    position: absolute;
    left: 6vw;
    top: 0px;
    z-index: 0;
    transition: .7s;
}

.leftEvent{
    display: block;
    position: absolute;
    left: 6vw;
    top: 0px;
    opacity:.4;
    transform: scale(.8) !important;
}
.rightEvent{
    display: block;
    position: absolute;
    left: 27vw;
    top: 0px;
    opacity:.4;
    transform: scale(.8) !important;
}

.centerEvent{
    display: block;
    position: absolute;
    left: 17vw;
    z-index: 1;
    opacity: 1;
    transform: scale(1);
}

.flyer_image{
    max-height: 60vh;
    overflow: hidden;
    width: 300px;
    height: 400px;
    background: rgb(41, 41, 41);
    border-top-right-radius: 20px;
    border-top-left-radius: 20px;
}
.img_loading img{
    width: 300px;
    height: 400px;
    object-fit: cover;
    border-top-right-radius: 20px;
    border-top-left-radius: 20px;
    cursor: pointer;
    background: rgb(51, 51, 51);
}

.final_image{
    width: 300px;
    height: 400px;
    object-fit: cover;
    border-top-right-radius: 20px;
    border-top-left-radius: 20px;
    cursor: pointer;
    background: rgb(51, 51, 51);
    opacity:0;
    transition: .8s;
}

.final_image_loaded{
    opacity: 1;
}

.flyer_lower_section{
    color: black;
    width: 300px;
    display: inline-block;
    background: white;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
    height: 115px;
}
.flyer_date{
    display: inline-block;
    text-align: center;
    line-height: 1.3;
    padding-top:4px;
    padding-right:0px;
}
.flyer_cost{
    text-transform: uppercase;
    font-size: 10pt;
    color: #4CAF50;
    padding-top: 10px;
    padding-right: 2px;
    padding-left: 2px;
}

.date_month{
    color:red;
    text-transform: uppercase;
    font-size:11pt;
}
.date_num{
    font-weight: 600;
}
.flyer_lowerTop_section{
    padding-top:7px;
}
.flyer_lowerBottom_section{
    font-size: 18pt;
    margin-top: 22px;
    height: 40px;
}

.flyer_cat_icon{
    height: 17px;
    width: 17px;
    border-radius: 50%;
    display: inline-block;
    text-align: center;
}
.flyer_cat_icon img{
    width: 66%;
    padding-top:3px;
}

.flyer_middle{
    display: inline-block;
    overflow: hidden;
    text-overflow: ellipsis;
    padding-right: 5px;
    vertical-align: text-bottom;
    line-height: 1.5;
    text-align: left;
}
.flyer_location, .flyer_title{
    padding-right:3px;
}
.bottom_title, .bottom_location{
    font-size: 11pt;
    white-space: nowrap;
}
.flyer_map_icon{
    display: inline-block;
}
.flyer_title, .flyer_location{
    display: inline-block;
    padding-left:3px;
}
.flyer_map_icon i{
    width: 16px;
    text-align: center;
}

.attending_num{
    font-size: 12pt;
    text-align: left;
    padding-left: 10px;
    line-height: 2.3;
    cursor: pointer;
}
.attending_photo{
    height: 36px;
    width: 36px;
    display: inline-block;
    margin-left: -15px;
    vertical-align: text-bottom;
}

.photo_first{
    margin-left: 0px !important;
}


.attending_photo img{
    width: 100%;
    border-radius: 50%;
    border: 1px solid lightgray;
}
.attending_icons{
    white-space: nowrap;
    padding-left: 10px;
    text-align: left;
    cursor: pointer;
}
.attending_button{
    font-size: 11pt;
    border: 1px solid grey;
    border-radius: 20px;
    display: inline-block;
    padding: 6px;
    padding-left: 10px;
    padding-right: 10px;
    white-space: nowrap;
    float: left;
    line-height: 1;
    cursor: pointer;
}

.heart_icon, .share_icon{
    cursor: pointer;
}

.heart_icon{
    position: absolute;
    right: 45px;
}
.share_icon{
    position: absolute;
    right: 10px;
}

.img_loading{
    height: 400px;
    width: 300px;
    border-top-right-radius: 20px;
    border-top-left-radius: 20px;
    text-align: center;
}

/* DESKTOP ONLY */
@media only screen and (min-width: 800px) {

	#shareOptions{
		position: fixed;
	    top: 19%;
	    left: 71%;
	    z-index: 1100;
	    width: 20%;
	    background: white;
	    box-shadow: 1px 3px 11px grey;
	    display: none;
		border-radius: 10px;
	    overflow: hidden; 
	}

}

/* MOBILE ONLY */
@media only screen and (max-width: 800px) {

    .centerEvent{
        left: 20vw;
    }

    .leftEvent{
        left: 7vw;
    }

    #rightArrow, #leftArrow{
        font-size: 40px;
    }

    .rightEvent{
        left: 33vw;
    }
    .flyer_image{
        width: 230px;
        height: 300px;
    }
    .flyer_image img{
        width: 250px;
        height: 350px;
    }
    .flyer_lower_section{
        width: 230px;
    }

    .img_loading{
        width: 350px;
        height: 350px;
    }
	#shareOptions{
		position: fixed;
		top:100%;
	    left: 5%;
	    z-index: 1100;
	    width: 90%;
	    background: white;
	    box-shadow: 1px 3px 11px grey;
	    transition: .3s;
		border-radius: 10px;
	    overflow: hidden; 
	}
    
}