/**** CSS FOR EXIT ***/
.brandMentionsv2-container .testimonial-details {
    font-size: 20px !important;
}
.brandMentionsv2-container {
    position: fixed;
    display: none;
    z-index: 99999999;
    overflow-y: scroll;
    font-family: sans-serif;
    color: #000000;
}

.brandMentionsv2-container, .brandMentionsv2-container * {
    box-sizing: border-box;
}

.brandMentionsv2-container .main-recommendation {
    font-size: 16px;
    text-align: center;
    font-style: italic;
    background: url(https://brandmentions.com/images/quote-start.svg) top left no-repeat;
    background-position-x: 44px;
    background-position-y: 24px;
    padding: 48px;
    line-height: 1.3em;
    background-color: #fff;
    border-radius: 16px;
    margin-left: -4%;
    color: #444;
}

.brandMentionsv2-exit-close{
    text-decoration: underline;
}

.brandMentionsv2-container .testimonial-details {
    margin-top: 16px;
}

.brandMentionsv2-container .container {
    position: relative;
    width: 100%;
    max-width: 1180px;
    margin: 0 auto;
    padding: 0 20px;
    box-sizing: border-box;
}

.fixed-menu .login-bt{
    margin-left: 10px;
}

@media (min-width: 550px){
    .brandMentionsv2-container .twelve.columns {
        width: 100%;
        margin-left: 0;
    }
}


.brandMentionsv2-container .light-text {
    font-family: latolight,sans-serif;
}

.brandMentionsv2-container .bold-text,
.brandMentionsv2-container  b,
.brandMentionsv2-container strong {
    font-family: latobold,sans-serif;
}
.brandMentionsv2-container .main-testimonial {
    color: #5e6f79;
    overflow: hidden;
    max-width: 800px;
    margin: auto;
}
.brandMentionsv2-container .primary-button {
    border: 1px solid #ed1c4e;
    background: #ed1c4e;
    color: #ffffff;
    text-align: center;
}
.brandMentionsv2-container .start-free-trial {
    font-size: 1.6rem;
    font-family: latoblack, sans-serif;
    display: inline-block;
    padding: 16px;
    text-decoration: none;
    border-radius: 4px;
    transition: all 0.3s;
    margin: auto;
    max-width: 350px;
    width: 100%;
    font-weight: 900;
}
.brandMentionsv2-container .primary-button:hover {
    background: #ff4f79;
    border-color: #ff4f79;
    color: #fff;
    box-shadow: 0px 4px 16px 0px rgba(236, 34, 79, 0.4);
}
.brandMentionsv2-container .centered-text {
    text-align: center;
}
.brandMentionsv2-container .big-padding {
    padding-top: 40px;
    padding-bottom: 40px;
}
.brandMentionsv2-container .violet-text {
    color: #6469da;
}
.brandMentionsv2-container .black-text {
    font-family: latoblack, sans-serif;
}
.brandMentionsv2-container .main-recommendation img {
    float: right;
    padding-left: 16px;
    max-width: 20% !important;
}
.brandMentionsv2-container h1 {
    color: #304754;
    max-width: 900px;
    margin: auto;
    text-align: center;
    line-height: 48px;
    font-size: 40px;
    margin-top: 64px;
}
.brandMentionsv2-subtitle {
    font-size: 20px;
    text-align: center;
    max-width: 450px;
    line-height: 1.3em;
    margin: 10px auto 0;
}
@media (max-width: 800px) {
    .brandMentionsv2-container.main-recommendation {
        font-size: 18px;
        line-height: 30px;
    }
}
@media (max-width: 700px) {
    .brandMentionsv2-container .main-recommendation {
        line-height: 1.3em;
    }
    .brandMentionsv2-container .main-recommendation img {
        display: none;
    }
    .brandMentionsv2-container h1 {
        line-height: 40px;
        font-size: 30px;
    }
}
