/* ==========================================================================
CUSTOM CSS
========================================================================== */

#pre-loader {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 9999999;
}

#status {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

body {
    padding-top: 72px;
}

section {
    padding-top: 100px;
    padding-bottom: 100px;
}

.alert#cookie-consent {margin-bottom: 0px;}

.full-size-background {
    background: url(../img/default-hero-image.jpg) no-repeat center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../img/default-hero-image.jpg', sizingMethod='scale');
    -ms-filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../img/default-hero-image.jpg', sizingMethod='scale')";
}

/* ==========================================================================
COLOURS
========================================================================== */

.bg-light-grey {
    background-color: #eeeeee;
}

.bg-lighter-grey {
    background-color: #f2f2f2;
}

.bg-purple {
    background-color: #6154a4;
}

.bg-light-purple {
    background-color: #dfd9ff;
}

.bg-dark-blue {
    background-color: #003772;
}

.bg-light-black {
    background-color: #0e0e0e;
}

.text-light-grey {
    color: #eeeeee;
}

.text-regular-grey {
    color: #cccccc;
}

.text-dark-grey {
    color: #7b7b7b;
}

.text-purple {
    color: #6154a4;
}

a.text-purple:hover {
    color: #6154a4;
}

.text-light-purple {
    color: #dfd9ff;
}

.text-dark-blue {
    color: #003772;
}

.btn-location-information {
    background-color: #292654;
    color: #ffffff;
    border-radius: 0px;
    padding: 1rem 2rem;
    margin-top: 15px;
    font-size: 14px;
}

.btn-location-information:hover {
    background-color: #463986;
}

.btn-purple {
    background-color: #6154a4;
    color: #ffffff;
    border-radius: 0px;
}

.btn-purple:hover {
    background-color: #7f71c5;
    border-radius: 0px;
    color: #ffffff;
}

.btn-read-more {
    border-radius: 0px;
    padding: 1rem 2rem;
    margin-top: 15px;
    font-size: 14px;
}

.btn-register, .btn-close {
    border-radius: 0px;
    padding: 1rem 2rem;
    font-size: 14px;
}

.btn-form-register {
    border-radius: 0px;
    padding: 1rem 2rem;
    font-size: 17px;
}

.border-purple {
    border-color: #6154a4;
}

.border-light-purple {
    border-color: #dfd9ff;
}

/* ==========================================================================
NAVIGATION
========================================================================== */

.maf-nav .nav-link {
    text-align: center;
}

.maf-nav .navbar-nav .active>.nav-link, .maf-nav .navbar-nav .nav-link.active, .maf-nav .navbar-nav .nav-link.show, .maf-nav .navbar-nav .show>.nav-link {
    color: #6154a4;
    background-color: #dfd9ff;
}

.maf-nav .dropdown-item.active, .maf-nav .dropdown-item:active {
    color: #6154a4;
    text-decoration: none;
    background-color: #dfd9ff;
}

/* ==========================================================================
SPONSOR LOGOS SECTION
========================================================================== */

.sponsors {
    margin: 0px;
    padding-top: 40px;
    padding-bottom: 40px;
}

.sponsors ul {
    list-style-type: none;
    margin: 0px;
    padding: 0px;

}

.sponsors li {
    display: inline-block;
    padding-left: 5%;
    padding-right: 5%;
    padding-bottom: 20px;
    text-align: center;
}

.sponsors li img {
}

/* ==========================================================================
HEADER
========================================================================== */

.header {
    padding-top: 120px;
    padding-bottom: 120px;
}

/* ==========================================================================
PRESENTATIONS
========================================================================== */

.presentations-box {
    margin-top: 50px;
    border-bottom: 1px solid #cccccc;
    padding-bottom: 50px;
}

.presentations .card {
    border-radius: 0px;
    border: 0px;
} 

.presentation-link:hover .presentation-logo {
    border-bottom: 4px solid #6154a4;
    color: #ffffff;
    
}

.presentation-logo {
    position: relative;
    width: 100%;
    min-height: 160px;
    padding: 20px;
    background-color: #ffffff;
    border-bottom: 4px solid #ffffff;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

.presentation-synopsis {
    margin-top: 0px;
    margin-bottom: 5px;
}

.presentation-synopsis p {
    margin-bottom: 0px;
}

.presentation-synopsis.collapse:not(.show) {
    height: 49px !important;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;  
}

.presentation-synopsis.collapsing {
    min-height: 49px !important;
}

/* ==========================================================================
LOCATIONS
========================================================================== */

.locations-list {
    margin-top: 20px;
}

.locations-list .list-group-item {
    border-radius: 0px;
    border: 0px;
    border-bottom: 1px solid #d6ceff;
    margin-bottom: 0px;
}

.locations-list .list-group-item-action:focus, .locations-list .list-group-item-action:hover {
    color: #ffffff;
    text-decoration: none;
    background-color: #6154a4;
}

.locations-list .list-group-item .fa-arrow-right {
    line-height: 30px;
}

.learning-objectives-list .list-group-item {
    background-color: transparent;
    color: #ffffff;
    border: 0px;
    border-bottom: 1px solid #505050;
}

/* ==========================================================================
MAP
========================================================================== */

.map-container {
    position: relative;
    color: #222;
    background-attachment: scroll;
    background-image: url(../img/map-image.jpg);
    background-position: center center;
    background-repeat: none;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
    min-height: 300px;
}

#map {
    position:absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 0; /* Set z-index to 0 as it will be on a layer below the contact form */
}

/* ==========================================================================
MODAL
========================================================================== */

.agenda-table {
    font-size: 15px;
}

.location-address {
    font-size: 15px;
}

/* ==========================================================================
FEEDBACK
========================================================================== */

.custom-radio .custom-control-input:checked~.custom-control-label::before {
    background-color: #6154a4;
}

/* ==========================================================================
FOOTER
========================================================================== */

footer {
    padding-top: 80px;
    padding-bottom: 80px;
    font-size: 0.9em;
}

footer a {
    color: #ffffff;
    text-decoration: underline;
}

footer a:hover {
    color: #dfd9ff;
    text-decoration: underline;
}
