﻿.logo_img {
    width: 170px;
}

.header-sticky .logo_img {
    display: none;
}



.logo_img,
.navmain-active .logo_img {
    display: inline-block;
}




.header-sticky .logo_img_black {
    display: inline-block;
}

.logo_img_black,
.navmain-active .logo_img_black {
    display: none;
}





.appstore-btns {
    display: none !important;
}


.footer_bigger_line {
    font-weight: 500;
    font-size: 15px;
}



.contact-form .mp-logo {
    background-image: url(/CUSTOM/images/logo_black.png) !important;
    background-repeat: no-repeat !important;
    width: 172px !important;
}


.contact-form .contact_label {
    max-width: 714px;
}

.contact-form .field {
    /* margin-left: auto; */
    /* margin-right: auto; */
}

.contact-form .contact_label {
    font-family: brandon-grotesque,Helvetica,sans-serif;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 19px;
}


.contact-form .contact_body {
    font-family: brandon-grotesque,Helvetica,sans-serif;
    font-size: 22px;
    font-weight: 300;
}


.contact-form .left_half {
    float: left;
    width: 50%;
    /* margin-left: 10%; */
    text-align: left;
}

.contact-form .right_half {
    float: left;
    width: 50%;
}

.clear_both {
    clear: both;
}

.contact-form .contact_wrapper {
    max-width: 714px;
    margin: auto;
}






.display_none {
    display: none;
}




li.hasdrop .dropdown {
    display: none !important;
}


a.hasdrop-a,
li.hasdrop {
    cursor: pointer;
}



@media (max-width: 767px) {
    .navmain {
        top: 60px;
    }
}





@media (max-width: 382px) {
    .arrow-button.tutorial-video {
        margin-left: -10px;
        margin-right: -10px;
        padding-left: 20px;
        padding-right: 20px;
    }
}




@media (max-width: 599px) {
    .contact-form .left_half {
        float: none;
        width: auto;
        margin-left: auto;
        text-align: center;
        margin-top: 24px;
    }
}



br.force {
    display: block !important;
}





@media (max-width: 360px) {
    .hero {
        padding-top: 93px !important;
    }


        .hero .hero-title {
            margin-bottom: 32px !important;
            font-size: 25px;
        }
}



@media (max-width: 1279px) {
    .page-content[data-page=index] section.product-analytics.who {
        padding-top: 53px !important;
    }
}




.contact-form .row
{
    margin: 0 auto 0;
}





.pay_error {
    display: none;
    padding: 20px 22px;
    border: 1px solid #eca7a7;
    margin: 0 0 18px 0;
    font-size: 14px;
    /* border-radius: 4px; */
    font-weight: 500;
    color: #e48787;
}


.pay_error.shown
{
    display: block;
}





.anim {
    -webkit-transition: all 1s cubic-bezier(0.53, 0.45, 0.24, 1.18);
    transition: all 1s cubic-bezier(0.53, 0.45, 0.24, 1.18);
}






.footer-new .footer-top .social-links .follow-button-twitter:before {
    background-image: url("/CUSTOM/images/twitter.svg");
}



.footer-new .footer-top {
    border-bottom: none;
    padding-bottom: 0;
    margin-bottom: 0;
}

.footer_top_wrapper {
    border-bottom: 1px solid #d0dde7;
    padding-bottom: 28px;
    margin-bottom: 33px;
}


    .footer_top_wrapper .payment_options {
        display: flex;
        margin-top: 30px;
        justify-content: flex-end;
    }


        .footer_top_wrapper .payment_options .option img {
            max-width: 48px;
        }





.backbone_youtube_view .cover, .backbone_youtube_view .cover img
{
    height: auto !important;
}