/*
Theme Name: Divi Child
Template: Divi
Version: 3.0
Description: Smart, flexible, responsive
Author: Modification of Divi by Lisa Goodlin, customized for Christy Rupp, most recently in July 2020
Author URI: http://lisagoodlindesign.com
*/

@import url("../Divi/style.css");

/* =Theme customization starts here
-------------------------------------------------------------- */
@charset "UTF-8";
/* CSS Document */

/* =Theme customization starts here
-------------------------------------------------------------- */

.clearfix {
	clear: both;}

h1, h2, h3, h4, h5 {font-family: 'Montserrat', sans-serif; font-weight: lighter; color: #666666;}

body, p {font-family: 'Lato', sans-serif; font-weight: normal; color: #333333; font-size: 13px;}

a {color: #38761d;}
.copyright-info-2020 p {font-family: 'Montserrat', sans-serif;text-size:11px;}

/* GSE CUSTOMIZATIONS APART FROM GSE PROGRAMMABLE
 * SEARCH LOOK AND FEEL */
table { border: none !important;}
.gsc-control-cse {
    font-family: Arial, sans-serif;
    background-color: #fff;
    border: none !important;}
.entry-content tr td, body.et-pb-preview #main-content .container tr td {
    border: none !important;
    padding: 6px 24px;
}
/* ONLY WAY TO REMOVE DEFAULT ANIMATIONS */
.et_pb_section, .et_pb_section {
animation:none !important;
}
/* WITHOUT WHICH LINK COLORS ARE INCORRECT */
.et_color_scheme_green a {
	color: #38761d;}
