﻿#page-title {
    display: none;
}

#footer {
    display: none;
}

a:hover {
    text-decoration: none;
}

.menu-install-button {
    display: none !important;
}

.sticky-header .menu-install-button {
    display: none !important;
}

.enterprise-block {
    display: none !important;
}

.content-wrap {
    padding-top: 50px;
    padding-bottom: 80px;
    font-family: 'Montserrat', sans-serif;
}

/*Certificate Style*/
.certificate-style-thumbnails h3 {
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
    font-size: 22px;
    margin: 0 0 13px 0 !important;
}

.certificate-style-thumbnails a:hover {
    cursor: pointer;
}

.certificate-style-thumbnails img {
    width: 85px;
    border-radius: 3px;
    box-shadow: 2px 2px 5px 0px #d4d4d4;
}

.certificate-style-thumbnails-free {
    float: left;
    width: 20%;
    padding: 10px 0 0 0;
}

.certificate-style-thumbnails-pro {
    float: left;
    width: 80%;
    background-color: #f3f3f3;
    padding: 15px 10px 10px 20px;
    height: 150px !important;
    border-radius: 5px;
}

    .pro-higher span {
        font-size: 12px;
    }

/*Selected thumbnail*/
.selected {
    box-shadow: 2px 2px 5px 0px #b6b6b6 !important;
    width: 100px !important;
}

.milestone-certificate img {
    box-shadow: 3px 3px 15px 0px #b6b6b6;
    border-radius: 15px;
}

/*Download certificate section*/
.download-certificate-wrapper {
    color: #424242;
    font-size: 21px;
    padding: 0px 15px 10px 15px;
    text-align: center;
}

#tb-cert {
    color: #666;
    padding-bottom: 10px;
    text-align: center;
}

.download-certificate-btn {
    padding: 15px 25px;
    font-size: 16px;
    color: white;
    background-color: #6CC861;
    border-radius: 3px;
    font-family: 'Roboto-Medium',sans-serif;
}

    .download-certificate-btn:hover {
        color: white;
        background-color: #7BCE72;
    }

.share-text {
    font-size: 16px;
    font-weight: 500;
}

/*Installation section*/
.installation-wrapper {
    padding: 10px 15px;
}

.installation-paragraph {
    font-weight: 500;
    text-align: center;
    color: #424242;
}

/*Browser icons section*/
.browser-section-title {
    text-transform: uppercase;
    font-size: .8em;
    font-weight: 600;
}

.installation-wrapper .browser-icons {
    margin: 25px 0 35px 0;
}

.browser-circle {
    background: #FFFFFF;
    box-shadow: 0 5px 14px 0 rgba(0,0,0,0.16);
    border-radius: 50px;
    padding: 7px;
    display: inline-block;
}

    .browser-circle:hover {
        cursor: pointer;
    }

.browser-circle img {
    width: 32px;
}

.mobile-section-title {
    text-transform: uppercase;
    font-size: .8em;
    font-weight: 600;
}

.milestone-tb-install-btn {
    background-color: #E02B26;
    border-radius: 50px;
    padding: 10px 20px;
    color: white;
}

    .milestone-tb-install-btn:hover {
        color: white;
    }

.milestones-appstore-link img {
    max-width: 40%;
    max-height: 60px;
}

.milestones-playstore-link img {
    max-width: 40%;
    max-height: 60px;
    margin-left: 30px;
}

.gif-btn:hover {
    background-color: #5C9BE5;
    color: white;
}

/*=== Milestone GIF ===*/

.milestone-gif-container {
    background-color: #f6f6f6;
    padding: 20px 25px;
    margin-top: 35px;
}

    .milestone-gif-container p {
        margin-bottom: 20px;
        line-height: 1.4;
        font-weight: 500;
        font-size: 22px;
        color: #424242;
    }

#generate-gif-btn {
    padding: 10px 20px;
    background-color: #4A90E2;
    color: white;
    outline: none;
    border: none;
    border-radius: 3px;
    font-weight: 600;
}

.gif-sample-container p {
    margin: 10px 0 0 0;
    font-size: 16px;
    font-weight: 500;
}

#milestone-gif-sample {
    border-radius: 3px;
    box-shadow: 2px 2px 5px 3px #d4d4d4;
    width: 170px;
    background: white;
}

.milestone-gif-download-container {
    width: 38%;
    margin: auto;
    background-color: #6CC861;
    margin-top: 15px;
    padding: 10px 0px;
    border-radius: 3px;
}

    .milestone-gif-download-container a{
        color: white;
        font-weight: 600;
        padding: 12px 36px;
    }


/*--------------------------------------------------------------
                       Media queries
--------------------------------------------------------------*/

@media only screen and (max-width: 1200px) {

    .pro-higher {
        font-size: 12px;
    }

    .selected {
        width: 75px !important;
    }

    .certificate-style-thumbnails-pro {
        height: 135px !important;
    }

    .certificate-style-thumbnails img {
        width: 70px;
    }

    .download-certificate-wrapper {
        font-size: 18px;
    }

    .download-certificate-btn {
        font-size: 14px;
    }

}

@media (min-width: 768px) and (max-width: 992px) {
    hr {
        margin: 5px 0;
    }

    .pro-higher {
        font-size: 10px;
    }

        .pro-higher span {
            font-size: 10px;
        }

    .selected {
        width: 58px !important;
    }

    .certificate-style-thumbnails-free div {
        font-size: 12px;
    }

    .certificate-style-thumbnails-pro {
        height: 110px !important;
        padding: 15px 10px 10px 15px;
    }

    .certificate-style-thumbnails img {
        width: 50px;
    }

    .download-certificate-wrapper {
        font-size: 16px;
        padding: 0px 0px 10px 0px;
    }

    .download-certificate-btn {
        font-size: 12px;
        padding: 12px 23px;
    }

    .share-text {
        font-size: 13px;
    }

    .installation-wrapper {
        padding: 10px 0px;
    }

    .installation-paragraph {
        font-size: 13px;
    }

    .browser-section-title {
        font-size: 10px;
    }

    .milestone-tb-install-btn {
        font-size: 13px;
        font-weight: 500;
    }

    .installation-wrapper .browser-icons {
        margin: 25px 0 25px 0;
    }

    .installation-wrapper .browser-circle img {
        width: 25px;
    }
}

@media only screen and (max-width: 767px) {

    .selected {
        width: 90px !important;
    }

    .certificate-style-thumbnails-free div {
        font-size: 16px;
    }

    .pro-higher {
        font-size: 14px;
    }

        .pro-higher span {
            font-size: 14px;
        }

    .certificate-style-thumbnails-pro {
        height: 140px !important;
        padding: 15px 10px 10px 15px;
    }

    .certificate-style-thumbnails img {
        width: 80px;
    }

   .download-certificate-wrapper {
        font-size: 23px;
        padding: 0px 0px 10px 0px;
    }

}

@media (min-width: 480px) and (max-width: 576px) {

    .container {
        width: 470px;
    }

    .selected {
        width: 80px !important;
    }

    .certificate-style-thumbnails img {
        width: 70px;
    }

    .download-certificate-wrapper {
        font-size: 22px;
    }
}

@media (min-width: 315px) and (max-width: 480px) {
    .container {
        width: 308px;
    }

    .selected {
        width: 45px !important;
    }

    .certificate-style-thumbnails h3 {
        font-size: 16px;
    }

    .certificate-style-thumbnails-free div {
        font-size: 10px;
    }

    .pro-higher {
        font-size: 9px;
    }

        .pro-higher a{
            margin-right: 3px !important;
        }

        .pro-higher span {
            font-size: 9px;
            margin: 0 !important;
        }

    .certificate-style-thumbnails-pro {
        height: 95px !important;
    }

    .certificate-style-thumbnails img {
        width: 40px;
    }

    .download-certificate-wrapper {
        font-size: 17px;
    }
}

