/*
Theme Name:     SEVA Theme
Description:    Child theme of Discover Pro
Author:         J.W.Morton & Associates
Template:       discoverpro

(optional values you can add: Theme URI, Author URI, Version, License, License URI, Tags, Text Domain)
*/

body { font-family: 'Montserrat', sans-serif!important; }
body { border-top: none; }
body.services-columns {
    -webkit-columns: 200px 2; /* Chrome, Safari, Opera */
    -moz-columns: 200px 2; /* Firefox */
    columns: 200px 2;
}


.expand { display:none; background-color: #b0bb9b; padding-bottom: 20px; }

.wpcf7 .your-name input,
.wpcf7 .your-email input { margin-top: 10px; max-width: 400px; margin-right: 20px; float: left; }
.wpcf7 input[type=submit] { margin-top: 10px; float: left; padding: 8px; color: white; background-color: darkolivegreen;}

span.wpcf7-not-valid-tip {color: #000; font-size: .75em; font-weight: normal; display: none;}
div.wpcf7-validation-errors, div.wpcf7-acceptance-missing {border: 2px solid #777; padding: 2%;}
div.wpcf7-mail-sent-ok {border: 2px solid #777; padding: 2%;}
div.wpcf7-response-output {margin: 2em 0;}