/*
Theme Name:     [GNC Cleaning]
Description:    
Author:         Argon Design
Author URI:     http://www.argondesign.com.au
Template:       digitalladder-01
Version:        1.0
*/

@import url("../digitalladder-01/style.css");

body {background-image: linear-gradient(to top, #dfe9f3 0%, white 100%);}

#header nav {background-image: linear-gradient(to right, #434343 0%, black 100%)!important;}

#testimonial {
    padding: 60px 20px;
    background: rgba(0, 0, 0, 0.8);
    text-align: center;
    color: white ;
}

.quick-links .quick-link h3 {
    width: 100%;
    margin: 0;
    position: absolute;
    bottom: 0;
    left: 0;
    background: rgba(0, 165, 251, 0.5);
    color: #FFF;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 16px;
    font-size: 1rem;
}

#testimonial h2 {
    text-transform: uppercase;
    color: white;
}

#testimonial .name {
    color: #ffffff;
    letter-spacing: .2em;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 13px;
    font-size: 0.8125rem;
}

.testimonials .testimonial p {
    font-family: inherit;
    font-size: 24px;
    font-size: 1.2rem;
}

#testimonial p {
    font-family: inherit;
    font-style: italic;
font-size: 24px;
    font-size: 1.25rem;
}


input[type="color"], input[type="date"], input[type="datetime"], input[type="datetime-local"], input[type="email"], input[type="month"], input[type="number"], input[type="password"], input[type="search"], input[type="tel"], input[type="text"], input[type="time"], input[type="url"], input[type="week"], input:not([type]), textarea, select[multiple=multiple], textarea {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    width: 100%;
    padding: 10px 15px;
    outline: none;
    font-size: 16px;
    font-size: 1rem;
    color: #555;
    border: none;
    background: #ffffff;
    border-radius: 0;
    box-shadow: none;
}
