﻿.page-contact-us {
    background: #03003D url('/wp-content/themes/tol-child/images/scratch/about.png') no-repeat center top;
}

.entry-title {
    padding-left: 15px;
    font-family: 'Chakra Petch', sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 50px;
    line-height: 61px;
    text-transform: uppercase;
    color: #FFFFFF;
    margin: 0;
}
.pageHeadTitle {
    font-family: 'Roboto', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 34px;
    color: #FFFFFF;
}

.contact-us-inner {
    padding: 115px 0 35px;
    color: #ffffff;
}

.contact-us-inner a {
    color: #00FEDF;
}

#tol-contactUs-layout-1 .tol-glyphicons-list{
    list-style:none;
}

#tol-contactUs-layout-1 .tol-glyphicons-list li {
    float: left;
    font-size: 12px;
    height: 90px;
    line-height: 1.4;
    padding: 10px;
    text-align: center;
    width: 20%;
}

#tol-contactUs-layout-1 .tol-glyphicons-list .glyphicon {
    font-size: 24px;
    margin-bottom: 10px;
    margin-top: 5px;
}

#tol-contactUs-layout-1 textarea#message {
    resize:vertical;
}

#tol-contactUs-layout-1 .validationError {
    color: red;
    position: absolute;
    bottom: -19px;
}
#tol-contactUs-layout-1 .control-label {
    font-family: 'Roboto', sans-serif;
    font-size: 20px;
    line-height: 1.428571429 !important;
    color: #ffffff;
    text-align: left;
    padding-top: 7px;
    font-weight: 500;
    display: block;
    float: none;
}
#tol-contactUs-layout-1 .form-control {
    height: 55px;
    width: 100%;
    line-height: 1.428571429;
    color: #000000;
    padding: 0 10px;
    display: block;
    font-size: 14px;
}
#tol-contactUs-layout-1 .form-control#message {
    height: 200px;
}
#tol-contactUs-layout-1 .tol-subject-selector {
    float: left;
    font-size: 15px;
    height: 90px;
    line-height: 1.4;
    padding: 100px 10px 10px 10px;
    text-align: center;
    width: 25%;
    color: #ffffff;
    margin-bottom: 7%;
    cursor: pointer;
}
.tol-subject-selector:hover, .tol-subject-selector.tol-subject-selected {
    color: #00FEDF !important;
}
.tol-subject-selector:before {
    line-height: 3;
}
.tol-subject-selector.general:before,
.tol-subject-selector.technical::before,
.tol-subject-selector.trading::before,
.tol-subject-selector.deposit::before {
    content: none;
}
.tol-subject-selector.trading {
    background: url('/wp-content/themes/tol-child/images/Trading.png') center no-repeat;
    background-size: 69%;
}
.tol-subject-selector.deposit {
    background: url('/wp-content/themes/tol-child/images/deposit-contacts.png') center no-repeat;
    background-size: 69%;
}
.tol-subject-selector.technical {
    background: url('/wp-content/themes/tol-child/images/Tech_issue.png') center no-repeat;
    background-size: 50%;
}
.tol-subject-selector.general {
    background: url('/wp-content/themes/tol-child/images/General.png') center no-repeat;
    background-size: 60%;
}
.tol-subject-selector.registration {
    display: none;
}
.page-contact-us .entry-content {
    text-align: left;
    padding: 0 10px 0 30px;
    font-size: 17px;
}
#tol-contactUs-layout-1 .wrapper-contacts .btn.btn-primary.widgetPlaceholder.submitBtn {
    margin-top: 10px;
    width: 100%;
    height: 40px;
}

@media (width:768px) {
    #tol-contactUs-layout-1 .tol-subject-selector {
        padding: 55px 10px 10px 10px;
    }
}
@media (max-width: 767px) {
    .page-contact-us {
        background: #03003D url('/wp-content/themes/tol-child/images/scratch/about.png') no-repeat center -26px;
    }
    #tol-contactUs-layout-1 .control-label {
        font-size: 16px;
    }
    #tol-contactUs-layout-1 .form-control {
        height: 35px;
    }
    .page-contact-us .entry-content {
        padding: 20px 0 0 0;
    }
    .entry-title {
        font-size: 24px;
        line-height: 42px;
        padding-top: 45px;
    }
    .pageHeadTitle {
        font-size: 14px;
        line-height: 24px;
    }
    .contact-us-inner {
        padding-top: 55px;
    }
}
