/* Enter Your Custom CSS Here */
/*MENU*/
/*
.thb-full-menu.thb-standard>li.current-menu-item:not(.has-hash)>a {
    font-family: 'Poppins', sans-serif;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 12px;
    font-weight: 500;
}*/
/*Mobile call to action button*/
@media only screen and (max-width: 1024px) {
.secondary-area .thb-header-button {
    display: inline-flex !important; 
    font-size: 10px;
    padding-left: 10px;
    padding-right: 10px;
  margin-right: 10px;
}
}
.thb-full-menu a{
    text-transform: uppercase;
    font-size: 12px;
    letter-spacing: 1px;
    font-weight: 600;
}
.thb-full-menu>li+li {
    margin-left: 45px;
}
.thb-full-menu .sub-menu {
  background: #314B9D;
}
/*TEXT CUSTOMIZE*/
h6, h5, h4, h3 {
  letter-spacing: 1px;
}
/* FOOTER DESIGN*/
.footer {
    background-color: #314B9D !important;
    background-image: -webkit-linear-gradient(25deg, #314B9D 40%, #1F2D5D 40%);
    padding: 100px 0;
}
.footer.dark {
    background-color: #314B9D !important;
    background-image: -webkit-linear-gradient(25deg, #314B9D 40%, #1F2D5D 40%);
    padding: 100px 0;
}
.footer.dark .widget h6 {
    color: #fff;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 1px;
    margin-bottom: 10px;
}
.footer p, .footer a{
    font-family: 'Roboto', Arial, sans-serif;
    color: #ffff;
    line-height: 180%;
}
/*Contact Us Form*/
label {
    display: inline-block;
    clear: left;
    font-size: 14px;
    color: #314B9D;
    margin: 0 0 15px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-family: 'Poppins', Arial, sans-serif;
}
input[type="submit"], .button, .btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: 48px;
    background: #314B9D;
    color: #fff;
    padding: 0 40px;
    max-width: 100%;
    font-size: 14px;
    font-weight: 600;
    border: 0;
    outline: 0;
    cursor: pointer;
    border-radius: 0px;
    -moz-appearance: none;
    -webkit-appearance: none;
    letter-spacing: 1px;
    text-transform: uppercase;
    font-family: 'Poppins', Arial, sans-serif;
}
.btn a:hover {
  background: red;
}
/* Successfully Submitted*/
div.wpcf7-mail-sent-ok {
    border: none;
    text-transform: none;
    font-family: 'Open Sans', Arial, sans-serif;
}
/*Error Submit Button*/
div.wpcf7-validation-errors, div.wpcf7-acceptance-missing {
    border: none;
    color: red;
    font-family: 'Open Sans', arial, sans-serif;
    text-transform: none;
    font-weight: 600;
}