@charset 'utf-8';
/*
Theme Name: Greenville Child
Theme URI: http://greenville.ancorathemes.com/
Description: Greenville - excellent WordPress theme with many different blog and header layouts
Author: AncoraThemes
Author URI: http://ancorathemes.com/
  Template: greenville
  Version: 1.0
  Tags: light, responsive-layout, flexible-header, accessibility-ready, custom-background, custom-colors, custom-header, custom-menu, featured-image-header, featured-images, full-width-template, microformats, post-formats, theme-options, threaded-comments, translation-ready

*/

/* =Theme customization starts here
-------------------------------------------------------------- */
h2.newsletter-heading {text-align: center;padding: 15px 10px;background: cadetblue;margin-bottom: 0.50em;color: #fff !important;}
ul.newsletter-list { display: -webkit-box; display: -moz-box; display: -webkit-flex; display: -ms-flexbox; display: flex; flex-wrap: wrap; margin: 25px 0 -3% -3%; padding: 0; clear: both; box-sizing: border-box; }
ul.newsletter-list li:before { display: none!important }
ul.newsletter-list li { float: left; width: 47%; margin: 0 0 3% 3%; border: 1px solid #cad0d9; box-shadow: 0 4px 18px rgba(0,0,0,.1); padding: 0; overflow: visible; list-style: none; box-sizing: border-box; }
ul.newsletter-list li:hover { box-shadow: 0 4px 18px rgba(0,0,0,.2) }
@media screen and (max-width:767px) {
ul.newsletter-list li { width: 97% }
}