/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Theme Name: Miles and Barr Digital
    Version: 1.0
*/
.color-blue{
    color:#2563a0;
}
.form-wrapper input[type="text"],.form-wrapper input[type="email"],.form-wrapper input[type="date"]{
    width:100%;
    padding:7px 15px;
}
.form-wrapper label,.form-wrapper textarea{
    width:100%;
    padding:7px 15px;
}
.form-wrapper input[type="submit"]{
    background-color: #2563a0;
    border: 1px solid transparent;
    padding: 12px 25px;
    color: #ffffff;
    font-weight: 700;
    text-transform: uppercase;
}
.wpcf7-spinner,.grecaptcha-badge{
    display:none;
}
#to-top {
    width: 30px;
    height: 30px;
    background: #f8f6f1;
    float: right;
    position: fixed;
    bottom: 101px;
    right: 2%;
    color: #050828;
    border: 1px solid #f8f6f1;
    border-radius: 4px;
    transition: all .35s;
    transition-property: all;
    transition-duration: 0.35s;
    transition-timing-function: initial;
    transition-delay: initial;
    text-align: center;
    font-size: 12px !important;
    z-index: 10000000000;
    box-shadow: 5px 5px 10px #000000;
}
.custom-visible {
    display: inherit !important;
}

.custom-hidden {
    display: none;
}
.p-right-0 label{
    padding-right:0;
}