:focus {
    outline: -webkit-focus-ring-color auto 0px;
}
#content{
    text-align: center;
    color: #fff;
    font-weight: 700;
}
.entry-content{
    background-image: url('/wp-content/uploads/2020/02/home-services-back-50.png');
    background-size: cover;
    background-position: center;
    min-height: 50vh;
    position: relative;
    padding: 5px 15px;
}
.home .entry-content{
    min-height: auto;
}
#fbuilder .ui-datepicker {
    z-index: 9999 !important;
    margin: 20px auto;
    max-width: 375px !important;
    background-color: #fff;
}
#fbuilder .medium {
    text-align: center;
    padding:7px;
    font-size: 1.2em;
    font-weight: 700;
    color: #122a3d;
    border:0;
    max-width: 600px;
}
#fbuilder select {
    padding: 5px;
    text-align: center;
}
#fbuilder label{
    padding: 7px;
    font-size: 1.2em;
}
#fbuilder .pbSubmit{
    margin: 15px 50%;
    transform: translate(-50%, 0);
    padding: 15px 25px;
    color: #fff;
    background-color: #857867;
    border:0;
    transition: .3s ease;
}
#fbuilder .pbSubmit:hover{
    color: #fff;
    background-color: #c58785;
}
#fbuilder .slots{
    max-width: 630px;
    margin: 20px auto;
    border: 0 !important;
    box-shadow: none !important;
}
#fbuilder .slots div {
    border: 0 !important;
}
#fbuilder .slots div a {
    padding: 7px !important;
    font-size: 1.2em;
    color: #122a3d;
    transition: .3s ease;
}
#fbuilder .slots div a:hover {
    background: #c58785 !important;
    color: #fff;
    text-decoration: none;
}
#fbuilder .cancel{
    color: #c58785;
    transition: .3s ease;
}
#fbuilder .cancel:hover{
    color: #fff;
}
.entry-content .thank-you-text{
    position: absolute;
    width: 100%;
    left: 50%;
    top:50%;
    transform: translate(-50% , -50%);
}
.entry-content .thank-you-text h2{
    font-size: 4em;
    margin-bottom: 30px;
    font-weight: 900;
    letter-spacing: 1px;
}
.entry-content .thank-you-text p{
    font-size: 1.75em;
    font-weight: 400;
    margin-bottom: 10px;
}
.ui-datepicker td span, .ui-datepicker td a {
    height: 45px !important;
    line-height: 45px !important;
}
.ui-datepicker-calendar .ui-state-active{
    background-color: #c58785 !important;
    text-shadow: 0px 0px 0px #4d7a85 !important;
    border:0 !important;
}
@media (max-width:995px) {
    .entry-content .thank-you-text h2 {
        font-size: 2.5em;
        margin-bottom: 20px;
    }
    .entry-content .thank-you-text p {
        font-size: 1.15em;
        max-width: 280px;
        margin: 0 auto 5px;
    }
}
