/*
Theme Name: Exodus Child
Description: A child theme for Exodus.
Author: Bonnenouvelle.fr
Version: 1.0
Template: exodus
*/

/* Import the parent theme stylesheet */
@import url("../exodus/style.css");

/*
This stylesheet is loaded instead of the parent theme's stylesheet, which is imported above.
To override styles, copy them here from the original stylesheet, then change the properties.

Similarly, you can modify stylesheets in /css and /colors. For example, you could create a file
in this child theme at css/responsive.css containing @import url("../../exodus/css/responsive.css");

See http://churchthemes.com/guides/developer/child-theming/ and the WordPress Codex:
http://codex.wordpress.org/Child_Themes
*/


#exodus-logo-bar-content {
    padding: 10px 0;
}

#exodus-intro {
    margin-top: 70px;
    margin-bottom: 50px;
    }

 #exodus-home-bottom-widgets-right form {margin:0;}

 #exodus-home-bottom-widgets-right .gfield_label {display:none;}

  #exodus-home-bottom-widgets-right .gform_wrapper .gfield_checkbox li label {
    line-height: 3
}


 #exodus-home-bottom-widgets-right form .gform_footer,
 .exodus-giving-widget-button {
 	text-align: center;
 }

 #exodus-footer-bottom {padding-bottom: 0}

 #exodus-middle-content {
    margin-top: 40px;
    padding-bottom: 00px;
}

#exodus-footer-top-inner {
    padding: 50px 0 50px 0;
}

.exodus-caption-image-description {
	font-style:italic;
}

.exodus-intro-has-heading #exodus-intro-content blockquote:before {
    font-size: 4em;
    top:50px;
}
.exodus-intro-has-heading #exodus-intro-content blockquote:after {
       position: absolute;
    bottom: -20px;
    right: 0px;
    display: block;
    content: "\201D";
    font-size: 4em;
    font-style: normal;
    font-weight: bold;
}

#exodus-intro-heading {
    font-size: 2.6em;
}

aside .gform_wrapper .gform_footer {
text-align: center;
}

#ctcom-home-highlights {
    margin: 75px 0 90px -40px;
}

#exodus-intro-content p {
    margin: 30px 0 0 0;
    padding: 0 80px 0 40px;
}

blockquote:after {
    position: absolute;
    right: -5px;
    display: block;
    content: "\201D";
    font-size: 5em;
        font-style: normal;
    font-weight: bold;
}
