/**
 * All of the CSS for your public-facing functionality should be
 * included in this file.
 */
h3.track,
h2.specialheading {
    font-size:40px;
}

.tracking-heading .entry-title {
    font-size:42px;
}
#tracking_form {
    position:relative;
    font-size:0;
    padding:10px;
}
#tracking_form input[type="text"]{
    display:inline-block;
    margin:0;
    padding:10px;
    border:1px solid #ddd;
    line-height: 50px;
    height: 50px;
    width: 20%;
    margin-right:1%;
    font-family: 'Montserrat', Helvetica, Arial, Lucida, sans-serif;
}
#tracking_form .or {
    display: inline-block;
    /*width: 2%;*/
    margin-right:1%;
    font-size:35px;
    color:#ff0303;
    text-align: center;
}
#tracking_form input[type="submit"] {
    display: inline-block;
    margin:0;
    padding:0 10px;
    border:none;
    background:#1428A0;
    width: 9%;
    line-height: 50px;
    height: 50px;
    font-weight: bold;
    font-family: 'Montserrat', Helvetica, Arial, Lucida, sans-serif;
    text-transform: uppercase;
    color:#ffffff;
    cursor: pointer;
}
#tracking_form .spinner {
    position: absolute;
    top:0;
    left:0;
    width: 100%;
    height:100%;
    background:rgba(0,0,0,.5) url('../images/ajax-loader.gif') center no-repeat;
}
#tracking_result {
    padding:10px;
    display:none;
    background:#FAFFBD;
    color:#1428A0;
    font-weight: bold;
    margin-top:15px;
}
.tracking-error p {
    color:#DF1F25;
}
.iframe-wrapper {
    overflow: hidden; margin: 15px auto; max-width: 800px;
}
.iframe-wrapper iframe {
    border: 0px none;
    margin-left:0;
    height: 670px;
    margin-top:0;
    width: 670px;
}
.tracking-text {
    padding-top:10px;
}

@media screen and (max-width: 968px){
    #tracking_form input[type="text"] {
        width: 24%;
    }
    #tracking_form input[type="submit"] {
        width: 25%;
    }

}
@media screen and (max-width: 640px){
    #tracking_form input[type="submit"],
    #tracking_form input[type="text"] {
        width: 100%;
        margin:0;
    }
    #tracking_form input[type="text"] {
        margin-bottom:10px;
    }
    /*.tracking-text {
        display:none;
    }
    .iframe-wrapper {
        max-height: 350px;
    }
    .iframe-wrapper iframe {
        margin-top:-180px;
    }*/


}