/* 
/* 
/*  custom.css
/*
/*  If not using Gulp and Sass, add your custom CSS below then include it
/*  in your page by adding a reference to assets/css/custom.css in the head of each page.
/*
*/

/* fonts */
@font-face {
    font-family: "AvenirLTStd-Book";
    font-weight: normal;
    font-style: normal;
    src: url('https://res.cloudinary.com/dwawcx2hl/raw/upload/v1613283060/fonts/avenir/AvenirLTStd-Book_qmryom.otf') format('opentype');
    src: url('../webfonts/avenir/AvenirLTStd-Book.otf') format('opentype');
}

@font-face {
    font-family: "AvenirLTStd-Black";
    font-weight: normal;
    font-style: normal;
format('opentype');
    src: url('https://res.cloudinary.com/dwawcx2hl/raw/upload/v1613283060/fonts/avenir/AvenirLTStd-Black_etzelq.otf') format('opentype');
    src: url('../webfonts/avenir/AvenirLTStd-Black.otf')
}

@font-face {
    font-family: 'AvenirLTStd-Roman';
    font-style: normal;
    font-weight: normal;
    src: url('../webfonts/avenir/AvenirLTStd-Roman.otf') format('opentype');
    src: url('https://res.cloudinary.com/dwawcx2hl/raw/upload/v1613283060/fonts/avenir/AvenirLTStd-Roman_wuxvuu.otf') format('opentype');

}

/*container padding*/
.container {
    padding-left: 1rem;
    padding-right: 1rem;
}
/*alert*/
.alert {
    font-family: "AvenirLTStd-Roman", sans-serif;
    font-weight: lighter;
}
/*cards*/

/* style for the cards*/

.card {
    border-radius: 20px;
    box-shadow: 0 -1px 1px 0 rgba(0, 0, 0, .05), 0 1px 2px 0 rgba(0, 0, 0, .2);
    transition: all 0.2s ease;
    background: #fff;
}

.card-body {
    font-weight: normal;
}

.card-img,
.webinar-card-cover {
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
}

.card:hover, .card.hover {
    transform: translateY(-4px);
    box-shadow: 0 2px 10px 0 rgba(0, 0, 0, .3), 0 0 1px 0 rgba(0, 0, 0, .25)

}

.card:hover .card-content,
.card.hover .card-content {
    box-shadow: inset 0 3px 0 0 #12D8FA;
    border-color: #12D8FA;
}

.card:hover .card-body .overlay,
.card:hover .webinar-card-cover .overlay, /*watch out for the space betewen dots!!*/
.card.hover .webinar-card-cover .overlay,
.card:hover .card-img .overlay,
.card.hover .card-img .overlay {
    background-color: rgba(25, 29, 38, .85);
    transition: opacity 0.2s ease;
    opacity: 1;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
}

/*for full card overlay effect*/
.card:hover .overlay-full {
    background-color: rgba(25, 29, 38, .85);
    transition: opacity 0.2s ease;
    opacity: 1;
    border-radius: 20px;
}

.card-img {
    position: relative;
    height: 224px;
    width: 100%;
    background-color: #fff;
    transition: opacity 0.2s ease;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.webinar-card-cover {
    position: relative;
    width: 100%;
    background-color: #fff;
    transition: opacity 0.2s ease;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.card .overlay-full,
.webinar-card-cover .overlay,
.card-img .overlay {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #fff;
    opacity: 0;
}

.card .overlay-full .overlay-content,
.webinar-card-cover .overlay .overlay-content,
.card-img .overlay .overlay-content {
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
    text-align: center;
    color: #fff;
}

.card .overlay-full .overlay-content a,
.webinar-card-cover .overlay .overlay-content a,
.card-img .overlay .overlay-content a {
    color: #fff;
    padding: 0 2rem;
    display: inline-block;
    border: 1px solid rgba(255, 255, 255, .4);
    height: 40px;
    line-height: 40px;
    border-radius: 20px;
    cursor: pointer;
    text-decoration: none;
}

.card .overlay-full .overlay-content a:hover,
.webinar-card-cover .overlay .overlay-content a:hover,
.card-img .overlay .overlay-content a:hover {
    background: -webkit-linear-gradient(to right, #A6FFCB, #12D8FA, #1FA2FF); /* Chrome 10-25, Safari 5.1-6 */
    background: linear-gradient(to right, #A6FFCB, #12D8FA, #1FA2FF); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
    border: none;

}


.card-content {

    background-color: #fff;
    border-top: 1px solid #e9e9eb;
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px;
    padding: 1rem 1.5rem 0 1.5rem;
    transition: all 0.2s ease;
}

.card-content a {
    text-decoration: none;
    color: #202927;
}

.card-content h2, .card-content a h2 {
    font-size: 1rem;
    font-weight: 500;
}

.card-content p, .card-content a p {
    font-size: 0.8rem;
    font-weight: 400;
    text-overflow: ellipsis;
    color: rgba(32, 41, 28, .8);
}

.my-card-title {
    font-weight: bold;
    padding-bottom: 0.5rem;
}


.product-title {
    font-weight: bolder !important;
    font-size: x-large !important;
}

.product-price {
    font-weight: bolder !important;
    font-size: large !important;
    color: #6557A5;
}

p.warning {
    font-weight: lighter !important;
    font-size: small !important;
    color: #cc4857 !important;
}

.card-footer {
    padding: 1rem 1.5rem 1rem 1.5rem;
}

.card-footer p {
    font-size: small;
    color: #5c5c5c;
    font-weight: normal;
}


/*accordion cards*/

.accordion-card {
    border-radius: 10px;
}

/* style for the modals*/
.modal-body {
    font-weight: normal !important;
}

/*leads font. Must quote Avenir in the QUOTES!!! */
p.lead,
.lead {
    font-family: 'AvenirLTStd-Book', "sans-serif" !important;
}

.main-text,
p.main-text {
    font-family: 'AvenirLTStd-Book', "sans-serif" !important;
    font-weight: normal;
    font-size: medium;
}

p.title-lead {
    font-size: xx-large;
    font-family: "AvenirLTStd-Black";
}


p.speaker {
    font-family: "AvenirLTStd-Book";
    font-weight: bold;
    color: #1FA2FF;
    font-size: medium;
}

p.date {
    font-family: "AvenirLTStd-Book";
    font-weight: bold;
    font-size: medium;
}

p.description {
    font-family: "AvenirLTStd-Book";
    font-size: medium;
}

/*max width/height for images*/
.max-wh {
    max-width: 100%;
    max-height: 100%;
}

.rounded-halves {
    border-radius: 20px 100px
}

.no-display {
    display: none;
}

/* regular buttons*/
.btn-secondary {
    background-color: #EAEDF2 !important;
    border: None !important;
}

.btn-secondary:focus {
    border: 2px solid black !important;
}

/*navbar drop down menu*/

.navbar-container{
    font-family: "AvenirLTStd-Book", sans-serif !important;
}
/*.dropdown-menu {*/
/*    display: none;*/
/*    overflow: hidden;*/
/*}*/

/*.nav-item:hover .dropdown-menu {*/
/*    padding: 0;*/
/*    margin: 0;*/
/*    display: flex;*/
/*}*/


/*when media is large and navbar is expanded, this option allows dropdown menu to be aligned towards the center of the button*/
@media (min-width: 992px) {
    .dropdown-menu-lg-center{
        left:0% !important;
        /*transform: translate(-50%, 0)*/
    }
}

.dropdown-grid-menu {
    border: None !important;
    outline: None !important;

}

/*hover effect for collapsible nav*/
.my-nav-collapse a:hover {
    cursor: pointer;
}

.my-nav-collapse ul {
    list-style-type: none;
    padding-left: 1.5rem
}
