/*
Theme Name: Woodson S3 Child Theme
Author: G Roques
Author URI: https://groques.com
Description: Customized Woodson theme for the S3 Land Management website.
Version: 1.0.0
Template: woodson
*/


/* 2. Body & Default styling****************************************************************************************************************************************************************************************/

/* Add svg, input[type=submit], and ul.social-menu a span */
a, a:hover, .nav li a, .ribbon, .ribbon a, svg, input[type=submit], ul.social-menu a span {
    text-decoration: none;
    -moz-transition: all 0.2s ease-in;
    -webkit-transition: all 0.2s ease-in;
    -o-transition: all 0.2s ease-in;
    transition: all 0.2s ease-in;
    -ms-transition: all 0.2s ease-in;
}


/* 4. Header / #header****************************************************************************************************************************************************************************************/
[class*="hero-cover"] #navigation li.current-menu-item>a {
    /* Darken links from 0.7 to 1 for one-page site.
       Remove this when going to multi-page site. */
    opacity: 1;
}

/* 17. Plugins****************************************************************************************************************************************************************************************/

/* contact form */
.wpcf7-form input,
.wpcf7-form textarea,
.wpcf7-form select {
    /* Remove padding: 15px 5%; as 5% left and right padding is unequal for inputs of different widths. */
    padding: 15px;
}


.wpcf7-submit:hover {
    background-color: #00a680;
}
