﻿@font-face {
    src: url('/fonts/Roboto-Regular.ttf');
    font-family: ploughharrowbrochure;
}

@font-face {
    src: url('/fonts/Roboto-Regular.ttf');
    font-family: ploughharrowbrochure;
    font-weight: lighter;
}

@font-face {
    src: url('/fonts/Venue360/Helvetica_Light-Normal.ttf');
    font-family: Helvetica;
}

.ploughharrow-brochure-form {
    width: 100%;
    padding: 14px;
    text-align: center;
    font-family: Helvetica;
}

/*-----------------Title----------------*/
.ploughharrow-brochure-title {
    text-align: left;
    margin-bottom: 23px;
    font-family: ploughharrowbrochure;
}

    .ploughharrow-brochure-title h4 {
        color: rgb(0,60,127);
        font-size: 28px;
        margin-bottom: 15px;
        font-family: ploughharrowbrochure;
        font-weight: bold;
    }

    .ploughharrow-brochure-title p {
        font-size: 14px;
        color: rgb(0,60,127);
        max-width: 100%;
        margin: auto;
        font-family: Helvetica;
    }

/*-----------------Form-----------------*/
.ploughharrow-brochure-form form > div {
    margin-bottom: 14px;
}

.ploughharrow-brochure-form form .ploughharrow-brochure-split {
    display: flex;
    gap: 14px;
    flex-wrap: wrap;
}

.ploughharrow-brochure-split > div {
    flex-grow: 2;
    flex-basis: 48%;
}

.ploughharrow-brochure-sub-split {
    display: flex;
    gap: 14px;
}

    .ploughharrow-brochure-sub-split > div {
        flex-grow: 2;
        flex-basis: 48%;
    }

.ploughharrow-brochure-form input, .ploughharrow-brochure-form select, .ploughharrow-brochure-form textarea {
    width: 100%;
    /*background: #7fcaed;*/
    border: 2px solid lightgrey;
    padding: 5px;
    border-radius: 6px;
    color: rgb(22,59,123);
    font-family: ploughharrowbrochure;
    font-size: 16px;
    font-weight: bold;
    min-width: 130px;
    -webkit-appearance: initial;
    line-height: 2.1;
}

.ploughharrow-brochure-form textarea {
    min-height: 100px;
    min-width: 100%;
    max-width: 100%;
    line-height: 1.2;
    padding: 16px;
}

.ploughharrow-brochure-form *::placeholder {
    color: rgb(22,59,123);
}

.ploughharrow-brochure-form input:focus, .ploughharrow-brochure-form select:focus, .ploughharrow-brochure-form textarea:focus {
    outline: none;
    background: #e8eafd;
}

.ploughharrowbrochure-time {
    position: relative;
}

    .ploughharrowbrochure-time input {
        line-height: 1;
        padding: 17px;
        padding-left: 115px;
        height: 52px;
    }



.ploughharrow-brochure-form .ploughharrowbrochure-error {
    border: 1px solid #fa4848;
    background: #e8eafe
}

.ploughharrow-brochure-form button {
    background: #62d5fa;
    color: rgb(22,59,123);
    border-radius: 6px;
    border: none;
    padding: 14px 50px;
    margin: auto;
    font-family: ploughharrowbrochure;
}

    .ploughharrow-brochure-form button:hover {
        background: #05aefa;
    }

@media screen and (max-width:500px) {
    html body .ploughharrow-brochure-split {
        flex-wrap: wrap;
    }

        html body .ploughharrow-brochure-split > div {
            flex-basis: 100%;
        }
}

@media screen and (max-width:440px) {

    html body .ploughharrow-brochure-sub-split {
        flex-wrap: wrap;
    }
}


/*____________________Success_______________________*/
.ploughharrow-brochure-form-success {
    font-family: ploughharrowbrochure;
    text-align: center;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

    .ploughharrow-brochure-form-success img {
        width: 90px;
    }

.ploughharrow-time {
    position: relative;
}

    .ploughharrow-time input {
        line-height: 1;
        padding: 17px;
        padding-left: 125px;
        height: 52px;
    }

    .ploughharrow-time span {
        position: absolute;
        top: 16px;
        left: 15px;
        font-family: ploughharrowbrochure;
        color: rgb(22,59,123);
        font-size: 16px;
        font-weight: bold;
    }

.ploughharrow-showaround-form-success {
    font-family: ploughharrowbrochure;
    text-align: center;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

    .ploughharrow-showaround-form-success img {
        width: 90px;
    }
