/*
Theme Name: Bravad
Theme URI: http://bravad.ca
Author: Bravad
Author URI: http://bravad.ca
Description: Wordpres bravad theme
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: bravad
*/

/*
News pages styles
*/

.news-item {
    min-height: 150px;
    margin-bottom: 40px;
    margin-bottom: 60px;
}

.news-item__title > a > h4 {
    color: black;
}

.news-item__cover {
    min-height: 150px;
    background-size: cover;
    background-position: center;
    overflow: hidden;
}

.news-item__excerpt > p {
    line-height: 1.9;
}

.news-item__date {
    margin-bottom: 5px;
    text-transform: uppercase;
    font-size: 0.8em;
}

@media screen and (max-width: 991px) and (min-width: 768px) {
    .news-item {
        min-height: 180px;
    }

    .news-item__cover {
        min-height: 180px;
    }
}

@media screen and (max-width: 767px) {
    .news-item__title {
        padding-top: 15px;
    }

    .news-item__date {
        text-align: left;
    }
}

/*
Single news pages styles
*/

.post-news__date {
    text-transform: uppercase;
}

.post-news__content {
    line-height: 2em;
}

/*

 Latest news section in home page
*/

.latest-news .news-item__title > a {
    color: white !important;
}

.latest-news .news-item__title > a:hover {
    color: #ca1c14 !important;

}

.latest-news .news-item {
    min-height: 150px;
}

.latest-news .news-item__cover {
    min-height: 150px;
}

.latest-news .news-more > a {
    float: right;
}

.latest-news__caption {
    text-transform: uppercase;
}

/*
    Quotes section related styles
 */
.quotes > .swiper-container {
    width: 100%;
    height: 300px;
    color: white;
}

.quotes, .swiper-slide {
    text-align: center;
}

.quotes {
    margin-bottom: 60px;
}

.quotes-item__quote {
    font-size: 1.5em;
}

.quotes-item__quoter {
    padding-top: 10px;
    padding-left: 15px;
    padding-right: 15px;

}

@media screen and (max-width: 767px) {
    .quotes-item {
        margin-bottom: 40px;
    }
}

/*
    News page
 */
.news-item__title a {
    color: white !important;
}

.news-item__title a:hover {
    color: #ca1c14 !important;
}

/*
Job offer page style
*/
.post-jobs {
    color: black;
    background-color: whitesmoke;
    padding-top: 60px;
    border-radius: 5px;
}

.post-jobs ul {
    list-style-type: none;
    padding-left: 0;
    line-height: 1.8em;
}

.post-jobs__values-item-caption {
    color: #ca1c14;
}

.post-jobs__qualifications-item {
    color: #ca1c14;
    margin-right: 15px;
}

.jobs-item_title a {
    color: white !important;
}

.jobs-item_title a:hover {
    color: #ca1c14 !important;
}

/*misc*/
.slide-text-content {
    text-align: left;
}

/*
Webinars styles
*/
.webinar-item {
    margin-bottom: 60px;
}

.webinar-item__caption h2 {
    margin-bottom: 15px;
}

.webinar-item__caption hr {
    margin-bottom: 45px;
}

.webinar-item__cover {
    min-height: 300px;
    height: 300px;
    background-size: cover;
    background-position: center;
    overflow: hidden;
}

.webinar-item__date {
    font-size: 1.4em;
    padding-bottom: 30px;
    padding-top: 30px;
}

.webinar-item__title {
    padding-left: 0px;
    margin-top: 30px;
    margin-bottom: 15px;
    font-size: 1.5em;
}

.webinar-item__information {
    text-align: right;
}

.webinar-item__speaker {
    padding-left: 0px;
}

.webinar-item__registration-closed {
    margin-bottom: 30px;
}

/*
White paper styles
*/

.whitepaper-wrapper {
    margin-bottom: 60px;
    padding-left: 60px;
    padding-right: 60px;
}

.whitepaper {
    background-color: whitesmoke;
    padding-left: 0px;
    padding-right: 0px;
    -webkit-box-shadow: 0px 0px 13px 5px rgba(204, 204, 204, 0.47);
    -moz-box-shadow: 0px 0px 13px 5px rgba(204, 204, 204, 0.47);
    box-shadow: 0px 0px 13px 5px rgba(204, 204, 204, 0.47);

}

.whitepaper__caption h2 {
    margin-bottom: 15px;
}

.whitepaper__caption hr {
    margin-bottom: 45px;
}

.whitepaper__cover {
    min-height: 300px;
    height: 300px;
    background-size: cover;
    background-position: center;
    overflow: hidden;
}

.whitepaper__title {
    color: #1e2121;
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 1.4em;
    min-height: 75px;
    overflow: hidden;
    text-overflow: ellipsis;
}

.whitepaper__download {
    text-align: right;
    padding-right: 0px;
    margin-top: 15px;
}

@media screen and (min-width: 768px) and (max-width: 991px) {
    /* small device */
    .whitepaper-wrapper {
        padding-left: 30px;
        padding-right: 30px;
    }
}

@media screen and (max-width: 767px) {
    /* x-small device */
    .whitepaper-wrapper {
        margin-bottom: 60px;
        padding-left: 0px;
        padding-right: 0px;
    }

    .webinar-item__registration-closed {
        display: none;
    }
}

/*
Webinar page style

*/

.webinar {
    background-color: whitesmoke;
    color: #1e2121;
    padding-left: 0px;
    padding-right: 0px;
}

.webinar-info {
    padding-top: 30px;
    padding-bottom: 30px;
    min-height: 600px;
}

.webinar-info__title {

    font-size: 3em;
    font-weight: 700;
    margin-bottom: 30px;
    color: #ca1c14;
}

.webinar-info__description {
    font-size: 1.2em;
    line-height: 1.5em;

}

.webinar-form-wrapper {
    padding-top: 30px;
    padding-bottom: 30px;
    border-left: 1px solid lightgrey;
}

.webinar-info__speaker {
    margin-top: 15px;
    padding-left: 0px;
}

.webinar-info__speaker-caption {
    text-transform: uppercase;
    margin-bottom: 10px;
    font-weight: bold;
}

.webinar-info__speaker-image {
    min-height: 300px;
    background-size: cover;
    background-position: center;
    overflow: hidden;
    margin-bottom: 5px;
}

.webinar-form__date {
    text-align: center;
}

.webinar-info__speaker-name {
    padding-top: 5px;
}

.webinar-info__speaker-biography {
    padding-top: 30px;
}

.webinar-info__speaker-biography p {
    line-height: 2em;
}

form.form-webinar .field {
    margin-bottom: 25px;
}

form.form-webinar .alert .show {
    margin-left: 0px;
    padding-top: 15px;
}

form.form-webinar .webinar-submit {
    text-align: center;
}

form.form-webinar .webinar-submit .btn {

    margin-left: 30px;
}

.field-invalid {
    position: absolute;
    top: 100%;
    left: 0;
    color: #ca1c14;
    margin-top: 5px;
    font-size: 0.875em;
}

/*
    Whitepaper download form
*/
.form-whitepaper {
    color: #1e2121;
    padding-left: 15px;
    padding-right: 15px;
}

.whitepaper-submit {
    text-align: right;
}

.form-whitepaper__close, .form-webinar-acces__close {
    text-align: right;
}

.form-whitepaper__close:hover, .form-webinar-acces__close:hover {
    cursor: pointer;
    text-decoration: underline;
}

.whitepaper-submit__succes, .webinar-submit__succes {
    color: #00AA00;
}

.form-webinar-acces {
    padding-left: 50px;
}

.acces-webinar__video {
    display: flex;
/ / justify-content: center;
    margin-bottom: 150px;
}

/*
TOS page styles
*/
.tos__container {
    color: black;
    background-color: whitesmoke;
    padding-top: 60px;
    padding-left: 30px;
    padding-right: 30px;
    border-radius: 5px;
    margin-bottom: 50px;
}

.tos__content {
    padding-top: 50px;
    padding-bottom: 50px;
}

.tos__content p {
    line-height: 1.6em;
}

.tos__content > ol > li {
    padding-top: 30px;
}

.tos__content-appendix > ul {
    padding-left: 0px;
    list-style-type: none;
}

ol.tos__content-embedded {
    counter-reset: item
}

ol.tos__content-embedded > li {
    display: block
}

ol.tos__content-embedded > li:before {
    content: counters(item, ".") " ";
    counter-increment: item
}

.tos-wrapper {
    padding-top: 15px;
    padding-bottom: 50px;
}

.tos-wrapper iframe {
    background-color: whitesmoke;
}

#footer {
    padding-bottom: 150px;
}

/*
Article page style
*/
.article {
    color: black;
    background-color: whitesmoke;
    padding-top: 60px;
    padding-bottom: 60px;
    padding-left: 5px;
    padding-right: 5px;
    border-radius: 5px;
}

.article__cover {
    background-position: center center;
    background-size: cover;
    height: 400px;
}

.article__content {
    font-size: 21px;
}

.article__content > p {
    text-align: left !important;
    line-height: 32px;

}

.article__date {
    text-transform: uppercase;
}

@media screen and (max-width: 767px) {
    .article__side-content {
        padding-top: 10vh;
    }
}

@media screen and (min-width: 768px) {
    .article__side-content {
        padding-top: 60vh;
    }
}

.article__twitter, .article__fb {
    margin-top: 10px;
}

.article__linkedin {
    margin-top: 10px;
}

/*
Articles page style
*/
.articles {
    color: black;
    background-color: whitesmoke;
    padding-top: 60px;
    padding-bottom: 100px;
    border-radius: 5px;
    margin-bottom: 60px;
    margin-bottom: 60px;
}

.articles-wrapper {
    padding-left: 10vw;
    padding-right: 10vw;
    background-position: center center;
    background-size: cover;
}

.articles-main {
    margin-bottom: 30px;
}

.articles-main__cover {
    height: 30vh;
}

.article-item_cover {
    background-position: right;
    background-size: cover;
    height: 200px;
}

.articles-main__cover {
    padding-left: 0px;
    padding-right: 0px;
}

.articles-main__cover-caption {
    background-color: rgba(255, 255, 255, 0.4);
    position: absolute;
    bottom: 30px;
    min-height: 50px;
    font-size: 1.5em;
    padding-top: 5px;
    padding-bottom: 5px;
}

@media screen and (min-width: 768px) {
    .articles-main__cover-caption {
        padding-left: 15px;
        width: 50%;
    }

}

@media screen and (max-width: 767px) {
    .articles-main__cover-caption {
        width: 100%;
    }
}

.article-item__title {
    margin-top: 5px;
}

.article-item__title a {
    color: black;
    font-weight: normal;
}

.article-item__title a:hover {
    font-weight: bold;
    color: black;
}

.article__newsletter {
    height: 30px;
}

.article__newsletter > a {
    font-size: 11px;
    padding-left: 5px;
    border: 2px solid #ca1c14;
    padding-right: 15px;
    padding-top: 4px;
    padding-bottom: 4px;
}

.article__newsletter > a:hover {
    color: black;
}

.articles-social {
    margin-bottom: 30px;
    display: flex;
}

@media screen and (max-width: 767px) {
    .articles-social {
        justify-content: center;
    }
}

.articles-social > div {
    margin-right: 5px;
}

.article-item__date {
    text-transform: uppercase;
    padding-top: 5px;
    font-size: 0.9em;
}

.articles-newsletter {
    height: 30px;
}

.articles-newsletter > a {
    font-size: 11px;
    padding-left: 5px;
    border: 2px solid #ca1c14;
    padding-right: 15px;
    padding-top: 2px;
    padding-bottom: 2px;
}

.articles-newsletter > a:hover {
    color: black;
}

.clearfix:after {
    content: ".";
    visibility: hidden;
    display: block;
    height: 0;
    clear: both;
}

/**
* More Articles section styles
*/
.more-articles-wrapper {
    margin-top: 45px;
}

.more-articles-item {
    margin-bottom: 30px;
}

.more-articles-item__date {
    text-transform: uppercase;
    padding-top: 5px;
    font-size: 0.8em;
    margin-bottom: 4px;
}

.more-articles-item__title > a,
.more-articles-item__title > a:hover {
    color: black;
    font-weight: bold;
}

/**
BIT News page style
 */
.bit-news {
    color: black;
    background-color: whitesmoke;
    padding-top: 60px;
    padding-bottom: 60px;
    padding-left: 5px;
    padding-right: 5px;
    border-radius: 5px;
}

.bit-news__cover {
    background-position: center center;
    background-size: cover;
    height: 400px;
}

.bit-news__content {
    font-size: 21px;
}

.bit-news__content > p {
    text-align: left !important;
    line-height: 32px;

}

.bit-news__date {
    text-transform: uppercase;
}

@media screen and (max-width: 767px) {
    .bit-news__side-content {
        padding-top: 10vh;
    }
}

@media screen and (min-width: 768px) {
    .bit-news__side-content {
        padding-top: 60vh;
    }
}

.bit-news__twitter, .bit-news__fb {
    margin-top: 10px;
}

.bit-news__linkedin {
    margin-top: 10px;
}

/*
Articles page style
*/
.bit-news, .bit-news-page {
    color: black;
    background-color: whitesmoke;
    padding-top: 60px;
    padding-bottom: 100px;
    border-radius: 5px;
    margin-bottom: 60px;
}

.bit-news-wrapper {
    padding-left: 10vw;
    padding-right: 10vw;
    background-position: center center;
    background-size: cover;
}

.bit-news-main {
    margin-bottom: 30px;
}

.bit-news-main__cover {
    height: 30vh;
}

.bit-news-item_cover {
    background-position: right;
    background-size: cover;
    height: 200px;
}

.bit-news-main__cover {
    padding-left: 0px;
    padding-right: 0px;
}

.bit-news-main__cover-caption {
    background-color: rgba(255, 255, 255, 0.4);
    position: absolute;
    bottom: 30px;
    min-height: 50px;
    font-size: 1.5em;
    padding-top: 5px;
    padding-bottom: 5px;
}

@media screen and (min-width: 768px) {
    .bit-news-main__cover-caption {
        padding-left: 15px;
        width: 50%;
    }

}

@media screen and (max-width: 767px) {
    .bit-news-main__cover-caption {
        width: 100%;
    }
}

.bit-news-item__title {
    margin-top: 5px;
}

.bit-news-item__title a {
    color: black;
    font-weight: normal;
}

.bit-news-item__title a:hover {
    font-weight: bold;
    color: black;
}

.bit-news__newsletter {
    height: 30px;
}

.bit-news__newsletter > a {
    font-size: 11px;
    padding-left: 5px;
    border: 2px solid #ca1c14;
    padding-right: 15px;
    padding-top: 4px;
    padding-bottom: 4px;
}

.bit-news__newsletter > a:hover {
    color: black;
}

.bit-news-social {
    margin-bottom: 30px;
    display: flex;
}

@media screen and (max-width: 767px) {
    .bit-news-social {
        justify-content: center;
    }
}

.bit-news-social > div {
    margin-right: 5px;
}

.bit-news-item__date {
    text-transform: uppercase;
    padding-top: 5px;
    font-size: 0.9em;
}

.bit-news-newsletter {
    height: 30px;
}

.bit-news-newsletter > a {
    font-size: 11px;
    padding-left: 5px;
    border: 2px solid #ca1c14;
    padding-right: 15px;
    padding-top: 2px;
    padding-bottom: 2px;
}

.bit-news-newsletter > a:hover {
    color: black;
}

/**
* More news section styles
*/
.more-news-wrapper, .more-bit-news-wrapper {
    margin-top: 45px;
}

.more-news-item {
    margin-bottom: 30px;
}

.more-news-item__date {
    text-transform: uppercase;
    padding-top: 5px;
    font-size: 0.8em;
    margin-bottom: 4px;
}

.more-news-item__title > a,
.more-news-item__title > a:hover {
    color: black;
    font-weight: bold;
}

/*
* Home page v2
 */
.section-how {
    text-align: center;
    background-color: white;
    color: black;
}

.section-how__caption {
    height: 70px;
    padding-bottom: 15px;
    font-size: 1.5em;
    color: #ca1c14;
}

.section-how__caption div{
    max-width: 16em;
    display: inline-block;
}

.section-how img {
    width: 320px;
}

.section-benefit {
    margin-top: 20vh;
    background-color: black;
}

.section-benefit__items {
    /*background-color: #FF6600;*/
    /*a(255, 255, 255, 0.2);*/
    text-align: center;
    padding: 15px 15px 15px 15px
}

.section-benefit img {
    height: 200px;
}

.section-benefit__item-caption {
    padding-top: 15px;
    text-align: center;
}

.section-what {
    margin-top: 20vh;
    text-align: center;
}

.section-what img {
    max-height: 380px;
    margin-bottom: 20px;
}

.section-desc {
    font-size: 1.4em;
    margin-bottom: 5vh;
    text-transform: uppercase;
    text-align: center;
}

.section-what__item-caption-wrapper {
    margin-bottom: 30px;
}

.section-what__item-caption {
    font-size: 1.9em;
    font-weight: bold;
    margin-bottom: 5px;
}

.section-what {
    background-color: #ca1c14;
    color: white;
}

.section-what img {
    width: 300px;
}

.section-benefit-desc > div {
    display: inline-block;
    background-color: #ca1c14;
    color: white;
    text-transform: uppercase;
    padding: 5px 5px 5px 5px
}

.section-what > .section-desc div {
}

.section-benefit-desc > div {
    background-color: black;
}

.section-what__item-caption a {
    color: white;
}

.learn-why__description {
    height: 70px;
    font-size: 1.4em;
    font-weight: bold;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px 10px 10px 10px;
    color: white;
}

.learn-why__description.red {
    background-color: #ca1c14;
}

.learn-why__description.black {
    background-color: black;
}

.learn-why-modal-group img {
    width: 100%;
}

.more-soon-page {
    margin-top: 500px;
}

.losange-box {
    left: 35% !important;
    top: 43% !important;
}

.wide-section {
    padding-left: 10vw;
    padding-right: 10vw;
    padding-top: 30px;
    padding-bottom: 30px;
}

.section-how__description {
    text-align: center;
    font-weight: bold;
    font-size: 1.2em;
    text-transform: uppercase;
    margin-bottom: 15px;
}