/*-- Enter your custom CSS below --*/
/* Contact Form 7 Styles
---------------------------------*/
 
.wpcf7 input[type="text"]{font-size:17px;color:#444;}
.wpcf7 input[type="email"]{font-size:17px;color:#444;}
.wpcf7 textarea{font-size:17px;color:#444;}
.section-title h8 {
    display: inline-block;
    font-family: "Metric-Medium",Verdana,Roboto,sans-serif;
    text-transform: uppercase;
    font-weight: normal;
    padding: .9375rem 4.0625rem .625rem 4.6875rem;
    border: 1px solid #cecebf;
    position: relative;
    z-index: 10;
    background: #fff;
    font-size: 1.25em;
    letter-spacing: .3125em;
}
.container {
    position: relative;
    margin: 0 auto;
}
.container:before, .container:after {
    content: '';
    display: table;
}
*, *:after, *:before {
    box-sizing: inherit;
}
.section-title:after {
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    background: #cecebf;
    position: absolute;
    left: 0;
    bottom: 49%;
    z-index: 4;
}
