.page-template-contact-page .page-wrapper{
    background: url(../images/backgrounds/support-background.jpg) no-repeat top center;
    min-height: 100vh;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.header {
}

.default-promoionts .row {
    display: flex;
    align-items: center; 
}

.contact-content-wrapper h1{
    font-size: 1.7142857142857142em;
    color: #bbd4eb;
    font-family: 'museo_sans500';
    text-transform: uppercase;
}

.contact-content-wrapper h2{
    font-size: 3.7142857142857144em;
    color: #ffffff;
    font-family: 'museo_sans100';
    text-transform: uppercase;
    margin: 0 0 60px 0; 
}

.contact-content-wrapper p{
    font-size: 1.1428571428571428em;
    font-family: 'museo_sans300';
    color: #e5e5e5;
}

.contact-details{
    margin: 50px 0 0 0;
}

.contact-details h3{
    font-size: 1em;
    font-family: 'museo_sans300';
    color: #e5e5e5;
    margin: 0 0 5px 0;

}

.contact-details p{
    font-size: 1.2857142857142858em;
}

.contact-details p a{
    color: #ffffff;
    font-family: 'museo_sans500';
}

.contact-character img{
    max-width: 100%;
}

.social-icons{
    margin: 20px 0 0 0;
}

.social-icons ul li{
    display: inline-block;
    vertical-align: middle;
    text-align: center;
    margin: 0 6px 0 0;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.social-icons ul li .socicon{
    vertical-align: middle;
    font-size: 1.2857142857142858em;
    line-height: 32px;
}

.social-icons ul li a{
    color: #ffffff;
    text-decoration: none;
    display: block;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    border: 2px solid #ffffff;
    -webkit-border-radius: 16px;
    border-radius: 16px;
    display: block;
    width: 32px;
    height: 32px;
}

.social-icons ul li a:hover{
    border: 2px solid #ffd71f;
    color: #ffd71f;
}


@media screen and (min-width: 320px) and (max-width: 767px) {
    .page-template-contact-page .page-wrapper{
        background: url(../images/backgrounds/support-mobile-background.jpg) no-repeat top center #1d54a6;
        min-height: 100vh;
        -webkit-background-size: none;
        -moz-background-size: none;
        -o-background-size: none;
        background-size: none;
        height: 100%;
        padding: 0 0 20px 0;
    }

    .contact-content-wrapper h1{
        font-size: 1.2857142857142858em;
    }

    .contact-content-wrapper h2{
        font-size: 2.5714285714285716em;
        margin: 0 0 30px 0;
    }    
}

@media screen and (min-width: 320px) and (max-width: 505px) {
}

@media screen and (min-width: 505px) and (max-width: 767px) {
}

@media screen and (min-width: 768px) and (max-width: 992px) {
}

@media screen and (min-width: 993px) and (max-width: 1024px) {}


/* Smartphones (portrait and landscape) ----------- */
@media only screen and (min-device-width: 320px) and (max-device-width: 767px) {   
}

/* Smartphones (landscape) ----------- */
@media only screen and (min-width: 321px) {
    /* Styles */
}

/* Smartphones (portrait) ----------- */
@media only screen and (max-width: 320px) {
    /* Styles */
}

/* iPads (portrait and landscape) ----------- */
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {
}

/* iPads (landscape) ----------- */
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
}
/* iPads (portrait) ----------- */

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) {
}


@media only screen and (min-device-width: 480px) and (max-device-width: 504px) and (orientation: landscape) {
}

@media only screen and (min-device-width: 505px) and (max-device-width: 667px) and (orientation: landscape) {
}

@media only screen and (min-device-width: 667px) and (max-device-width: 736px) and (orientation: landscape) {
}


/* iPhone 4 ----------- */
@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
only screen and (min-device-pixel-ratio: 1.5) {
    /* Styles */
}