@import url('https://fonts.googleapis.com/css?family=Exo:300,400,700&display=swap');

-------------------------------
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    font-family: 'Exo', sans-serif !important;
	color:#575757;
}
.col-xs-offset-2 {
    margin-left: 0px;
}
.col-xs-8 {
    width: 100%;
}

.container {
    width: 100%;
    margin: -75px 0px 0px 0px !important;
}

.row {
    margin-left: 0px;
    margin-right: 0px;
}
#agenda .main-content {
    width: 100%;
	pointer-events: none;
	cursor: default;
}
.text-center {
    text-align: center;
    visibility: hidden;
}
#content {
    background: transparent none repeat scroll 0% 0%;
    padding: 25px 0px;
    position: relative;
}

#agenda .main-content article {
    width: 100%;
    border-bottom: 2px dotted #5AB6B2;
    display: inline-block;
    vertical-align: top;
    margin: 0px 0px 40px;
    text-align: left;
}

#agenda .event-img {
    padding: 0px 12px 20px;
    width: 25%;
    display: block;
    float: left;
}
a {
    color: #5AB6B2;
}

a:hover, a:focus {
    color: #5AB6B2;
    text-decoration: none;
}

#agenda .metas li {
    margin: 0px 0px 10px;
}

#event .h1 {
    font-family: 'Exo', sans-serif !important;
}

#event .event-content .location a {
    font-family: 'Exo', sans-serif !important;
    color: #5AB6B2;
    font-weight: 200;
    font-size: 2.1em;
}

#agenda .event-title {
    line-height: 31.5px !important;
    color: #555 !important;
    font-family: 'Exo', sans-serif !important;
    font-size: 30px !important;
    text-decoration: none !important;
    padding: 0px 0px !important;
}

.col-xs-offset-2 > h1 {
    font-family: 'Exo', sans-serif !important;
}
p {
    font-family: 'Exo', sans-serif !important;
    font-size: 1.4em;
    color: #444;
    line-height: 1.65em;
    font-weight: 100;
    text-decoration: none;
    margin-left: 180px;
}

.description p {
    margin-left: 0px;
}
.short-description{
    margin-left: 0px;
}

.location p{
    margin-left: 0px;
}

#event .event-content .dates li {
    font-family: 'Exo', sans-serif !important;
    font-size: 1.4em;
    font-weight: 200;
    list-style-type: none;
    padding: 0.5em 0px;
}
#agenda .fav i {
    color: #E9624E;
}
#agenda .fav i.active {
    color: #5AB6B2;
	visibility: hidden;
}

#agenda .metas {
    font-family: 'Exo', sans-serif !important;
    color: #5AB6B2;
    font-weight: 400;
    font-size: 1.4em;
}

#agenda .event-card:hover .metas li {
    color: #5AB6B2;
}
#agenda .fav, #event .fav {
    float: right;
    padding: 20px;
    font-size: 1.4em;
    visibility: hidden;
}

.img-responsive {
    margin-bottom: 16px;
}
#agenda header .action-link {
    float: right;
    visibility: hidden;
}