﻿@charset "utf-8";
	
.iconPin {
color: red;
}
.iconClock {
    color: #4CAF50;
}
/******Section Events Start******/
section.sec-event {
    display: table;
    width: calc(100% - 60px);
    padding: 30px;
}
section.sec-event-title {
    width: 100%;
    text-align: center;
    color: #50bdc7;
    font-size: 2em;
    text-transform: uppercase;
    font-family: 'Lulo', Arial, sans-serif;
    margin-bottom: 25px;
}

section.sec-event-subTitle {
    width: calc(100% - 100px);
    text-align: center;
    color: white;
    /* text-shadow: 0 0 5px #7b7b7b; */
    font-size: 1.2em;
    padding: 10px 50px;
    margin-top: -10px;
    display:none;
}

section.sec-event-row {
    /* display: table; temporary remove due to firefox */
    width: 100%;
    margin-bottom: 5px;
    min-height: 100px;
    padding-right: 15px;
}
section.sec-event-date {
    color: #50bdc7;
    font-weight: bold;
    width: 50px;
    text-align: center;
    float: left;
    position: relative;
    font-size: 13.824px;
    font-family: "Trade Gothic";
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    text-transform: uppercase;
}
section.sec-event-date::after {
    content: "";
    height: 31px;
    width: 3px;
    background: #ffffff;
    position: absolute;
    right: -3px;
    top: 12px;
}

section.sec-event-date .day {
    font-size: 35px;
    line-height:1;
}
section.sec-event-date .month {
    font-size: 20px;
    margin-top: -5px;
}
section.sec-event-name {
    float: left;
    /*font-size: 16px;*/
    width: calc(100% - 100px);
    margin-left: 15px;
}
section.sec-event-listing-more {
    position: absolute;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
}
section.sec-event-name a {
    color: #bdc7e5;
    text-decoration: none;
}

section.sec-event-name a:hover {
    text-decoration: underline;
}

section.sec-event-more {
    width: 100%;
    height: 45px;
    display: table;
}
section.sec-event-btn {
    background: #FF9800;
    display: table;
    bottom: 180px;
    padding: 10px 15px;
    font-weight: bold;
    color: #ffffff;
    margin: auto;
    text-align: center;
    font-size: 13.824px;
    font-family: "AvenirNextLTPro-Bold";
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    text-transform: uppercase;
    transition-duration: 0.2s;
}
/*section.sec-event-btn:hover {
    background: black;
    color: white;
}*/

/***********Event listing**********/
	
/******Section Events Start******/
section.sec-event-listing {
    display: table;
    width: 100%;
    position: relative;
    padding-bottom: 55px;
}

section.sec-event-listing-title {
    width: 100%;
    text-align: center;
    color: #ff9800;
    font-size: 2em;
    text-transform: uppercase;
    font-family: 'Cocogoose', Arial, sans-serif;
}

section.sec-event-listing-subTitle {
    width: calc(100% - 100px);
    text-align: center;
    color: #3e3e3e;
    font-size: 1.2em;
    padding: 10px 50px;
    margin-top: -30px;
}

section.sec-event-listing-row {
    /*display: table;*/
    width: calc(25% - 22px);
    background: #fdfdfd;
    border: 1px solid #e8e8e8;
    margin: 10px;
    margin-bottom: 15px;
    position: relative;
    float: left;
    min-height: 250px;
}

section.sec-event-listing-date {
    color: #8096c3;
    font-size: 20px;
    font-family: Poppins;
    font-weight: 600;
    text-align: center;
    padding: 10px 5px;
    position: relative;
}
.event-date-ico {
    position: absolute;
    left: 10px;
    color: #b3ccc9;
}

/*section.sec-event-listing-date::after {
    content: "";
    height: 13px;
    width: 13px;
    background: #ff9800;
    position: absolute;
    right: -6px;
    top: 22px;
    transform: rotate(44deg);
}*/

section.sec-event-listing-date .day {
    font-size: 1.2em;
    line-height: 0.8em;
}

section.sec-event-listing-date .month {
    font-size: 0.8em;
}

section.sec-event-listing-name {
    padding: 0 15px;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

section.sec-event-listing-name a {
    color: #3e3e3e;
    text-decoration: none;
}

section.sec-event-listing-name a:hover {
    color: #cacaca;
}

section.sec-event-listing-summary {
    color: #a7a7a7;
    text-decoration: none;
    padding: 15px;
}


section.sec-event-listing-btn {
    background: #ff9800;
    padding: 10px 15px;
    font-weight: bold;
    text-transform: uppercase;
    color: #ffffff;
    position: absolute;
    bottom: 30px;
    left: 50%;
    transform: translateX(-50%);
    transition-duration: 0.2s;
    font-family: "AvenirNextLTPro-Bold";
}

section.sec-event-listing-btn:hover {
    background: black;
    color: white;
}

section.sec-event-listing-paginated {
    position: absolute;
    bottom: 0;
    width: 100%;
}

section.sec-event-listing-paginated-column {
    display: table;
    margin: auto;
}

section.sec-event-listing-paginated-btn {
    background: #fdfdfd;
    padding: 5px;
    float: left;
    margin: 3px;
    width: 20px;
    min-height: 20px;
    text-align: center;
    border: 1px solid #ececec;
    transition-duration: 0.2s;
}


section.sec-event-listing-paginated-btn:hover {
	background: #eaeaea;
}
section.sec-event-listing-paginated-btn:active {
	background: #eaeaea;
}

section.sec-event-listing-paginated-column a {
    color: #424242;
}

section.sec-event-listing-popup {
    background: rgba(0, 0, 0, 0.6);
    z-index: 1;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

section.sec-event-listing-popup-content {
    background: white;
    width: 600px;
    height: 300px;
    margin: auto;
    margin-top: 10%;
    position: relative;
}

section.sec-event-popup-btn-close a {
    color: #dedede;
}

section.sec-event-popup-btn-close a:hover {
    color: #F44336;
}

section.sec-event-popup-btn-close {
    font-size: 1.5em;
    position: absolute;
    right: 0;
    top: 0;
    padding: 10px;
    cursor: pointer;
    transition-duration: 0.2s;
    z-index: 1;
}

/******Section Events Details Start******/
section.sec-event-detail {
    display: table;
    width: 100%;
    position: relative;
}

section.sec-event-detail-title {
    width: 100%;
    text-align: center;
    color: #ff9800;
    font-size: 2em;
    text-transform: uppercase;
    font-family: 'Lulo', Arial, sans-serif;
    margin-bottom: 20px;
}

section.sec-event-detail-row {
    display: table;
    width: calc(100% - 80px);
    margin-bottom: 15px;
    background: #fdfdfd;
    border: 1px solid #e8e8e8;
    position: relative;
    padding: 40px;
}

section.sec-event-detail-date {
    color: #8096c3;
    font-size: 1.5em;
    font-family: "AvenirNextLTPro-Bold";
    font-weight: bold;
    text-align: center;
    padding: 30px 0 10px 0;
    position: relative;
}

.event-date-ico {
    position: absolute;
    left: 10px;
    color: #b3ccc9;
}

section.sec-event-detail-date .day {
    font-size: 1.2em;
    line-height: 0.8em;
}

section.sec-event-detail-date .month {
    font-size: 0.8em;
}

section.sec-event-detail-name {
    font-size: 1em;
    padding: 15px;
    font-weight: bold;
    text-align: center;
}

section.sec-event-detail-name a {
    color: #3e3e3e;
    text-decoration: none;
}

section.sec-event-detail-name a:hover {
    color: #cacaca;
}

section.sec-event-detail-body {
    color: #a7a7a7;
    text-decoration: none;
    padding: 30px 0 50px 0;
}

section.sec-event-detail-more a {
	text-decoration: none;
}

section.sec-event-detail-btn {
    background: #dcdcdc;
    padding: 10px 15px;
    font-weight: bold;
    text-align: center;
    text-transform: uppercase;
    color: #ffffff;
    font-family: "AvenirNextLTPro-Bold";
    display: table;
    margin: 20px;
}

section.sec-event-detail-btn:hover {
    background: #636363;
}

section.sec-event-detail-location, section.sec-event-detail-time {
    padding-bottom: 5px;
    text-align: center;
}


/************************************Mobile Start********************************************/
@media (min-width: 320px) and (max-width: 500px) {


section.sec-event-row {
	display:table; /*adding this line for fire fox issue */
    min-height: 0;
    margin-bottom: 15px;
}
section.sec-event {
    display: table;
    width: calc(100% - 30px);
    padding: 15px;
}
section.sec-event-title {
    font-size: 1.2em;
}
section.sec-event-name {
    font-size: 0.8em;
}
/* Duplicate
section.sec-event-name {
    font-size: 0.8em;
}
*/
section.sec-event-date {
    font-size: 1.2em;
}
section.sec-event-date .day {
    font-size: 1.2em;
    line-height: 1;
}
section.sec-event-date .month {
    font-size: 0.8em;
    margin-top: -5px;
}
section.sec-event-btn {
    font-size: 0.6em;
}

section.sec-event-listing-title {
    font-size: 1.2em;
}
section.sec-event-listing-row {
    width: 100%;
    margin: 0 0 15px 0;
    min-height: 0;
}
section.sec-event-listing-more {
    position: unset;
    margin: 10px 0;
    transform: translateX(0);
}
section.sec-event-listing-name {
    font-size: 0.8em;
}

section.sec-event-detail-date {
    padding: 5px;
}
section.sec-event-detail-title {
    font-size: 1.2em;
}

section.sec-event-detail-row {
    padding: 15px;
    width: calc(100% - 30px);
}
section.sec-event-detail-name {
    font-size: 0.8em;
    padding: 0;
}
section.sec-event-detail-body {
    padding: 15px 0 0 0;
    font-size: 0.8em;
    text-align: center;
}
section.sec-event-detail-btn {
    font-size: 0.6em;
    margin: auto;
}

}

/******Tablet Section******/
@media (min-width: 501px) and (max-width: 1024px){
section.sec-event {
    padding: 50px 30px;
}
section.sec-event-title {
    font-size: 3em;
}

section.sec-event-row {
	display:table; /*adding this line for fire fox issue */
    margin-bottom: 15px;
    min-height: 120px;
}

section.sec-event-date {
    width: 100px;
}
section.sec-event-date .day {
    font-size: 4em;
}
section.sec-event-date .month {
    font-size: 2em;
}

section.sec-event-date::after {
    height: 60px;
    width: 5px;
    right: -3px;
    top: 15px;
}
section.sec-event-name {
    width: calc(100% - 170px);
    font-size: 1.5em;
    margin-left: 25px;
}

section.sec-event-btn {
    font-size: 0.8em;
}

section.sec-event-listing-row {
    width: calc(50% - 22px);
}


}