/**
    CSS for overriding original created by ADTRAK
*/

.hero__homepage .hero-ctas .btn {
    font-size: 13px;
}

form.quote-form .room-options input {
    width: 5.6rem;
}

@media (min-width: 600px) {
    .hero .btn {
        font-size: 2.1rem;
        font-size: 1.8rem;
    }
}

@media only screen and (max-width: 1200px) and (min-width: 1000px) {
    .hero .btn__quote {
        font-size: 1.2em;
        font-size: 1.0em;
        text-align: left;
    }
}

@media (min-width: 1000px) {
    .hero .img {
        width: 50%;
    }
}

form.quote-form fieldset.form-step-1 input[type=number],
form.quote-form fieldset.form-step-2 input[type=number],
form.quote-form fieldset.form-step-3 input[type=number] {
    display: block;
    width: 100%;
    //max-width: 100%;
    margin-top: 6px;
    padding: 1em;
    border: 1px solid #ddd;
    outline: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    border-radius: none;
    -moz-box-shadow: inset 0 0 0 0.4em #f7f7f7;
    -webkit-box-shadow: inset 0 0 0 0.4em #f7f7f7;
    box-shadow: inset 0 0 0 0.4em #f7f7f7;
}

@media (max-height: 700px) {
    .progress,
    .back-top-wrap {
        visibility: hidden;
    }
}

.copy .btn__quote {
    padding: 1rem 2rem;
    margin-top: 1rem;
    margin-right: 1.6rem;
    background: #CB2026;
    background: #D21A1C;
    color: white;
    border-radius: 0.6rem;
    box-shadow: 0.2rem 0.2rem 0.3rem 0.3rem #eee;    
}

.copy .btn__quote:hover {
    background: #F6114B;
    color: white;
}

/* buttons are not labelled as such, so give some css to make them look more clickable */
li.removals-from-portugal a,
li.removals-from-spain a,
li.removals-from-france a,
li.removals-to-portugal a,
li.removals-to-spain a,
li.removals-to-france a,
li.removals-south-spain a {
    border-radius: 0.6rem;
}

/* reviews */
.our-reviews-container {
    background-color: #1A995E;
    color: white;
    text-align: center;
    width: 100%;
}

.our-reviews {
    text-align: left;
    display: inline-block;
    padding: 2rem;
}

.our-reviews input,
.our-reviews textarea {
    color: #333;
}

button[type="submit"].glsr-button {
    padding: 1.2rem;
    border-radius: 3px;
    border: none;
}

div.glsr-reviews-wrap {
    /*margin-bottom: 5rem;*/
}

div.glsr-review {
    background-color: #eeeeee;
    padding: 2rem;
}


div.shortcode-site-reviews-form {
    padding: 0.5rem;
    background-color: #1A995E;
    /*margin-top: 5rem;*/
}

div.shortcode-site-reviews-form label {
    color: white;
}

form.callback-form {
        margin-left: auto;
        margin-right: auto;    
}

@media (min-width: 600px) {
    body.page-id-527 .site-content article, .top-content article {
        width: 90%;
        margin-left: auto;
        margin-right: auto;
    }

    div.shortcode-site-reviews-form {
        padding: 5rem;
        background-color: #1A995E;
        /*margin-top: 5rem;*/
    }

    div.glsr-review,
    div.shortcode-site-reviews-form {
        border-radius: 0.6em;
    }
}

/* prevent certain menus not appearing in nav menu */
li#menu-item-543 {
    display: none;
}

h2 {
    text-transform: none;
    font-size: 4rem;
}

div.our-reviews-container {
    color: black;
}

div.glsr-summary-wrap {
    color: white;
}

p a.add-review {
    color: #FFB900;
}

.our-reviews h2 {
    color: white;
}

/* Gravity Forms */
.gform_wrapper {
    background-color: #1A995E;
    padding: 1rem;
}

.gform_wrapper label {
    color: white;
}

.gform_wrapper .gform_button {
    padding: 1rem;
}

#field_1_4 {
    width: 100%;
}
