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

/* Import the parent theme stylesheet */
@import url("../resurrect/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("../../resurrect/css/responsive.css");

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

/* Import Google Fonts*/
@import url(https://fonts.googleapis.com/css?family=Quattrocento:400,700);

pre {
    white-space: pre-wrap;
}

.gallery-item {margin:8px}

#input_subscribe_me_mailpoet_lists  {margin-top: -5px;}
.gform_wrapper form {margin:0}

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

.resurrect-widget .gform_wrapper .gform_footer {text-align:center;}

blockquote cite {display:none;}

#resurrect-header-menu-links > li:first-child > a .ctfw-header-menu-link-inner,
.resurrect-main-title, #resurrect-intro-heading {border:none;}

h1.resurrect-entry-title {padding:0!important}

.home .sharedaddy {display:none;}


div.hungryfeed_item p {margin:0}

#resurrect-header-custom-content p,
.css_nominis p {margin:0; display:inline-block;}

.resurrect-header-text-dark #resurrect-header-custom-content a, .resurrect-header-text-dark #resurrect-logo-text, .resurrect-header-text-dark #resurrect-logo-text a {
    color: #F0810E;
}

#resurrect-header-menu {background-color:#fff!important;}

#resurrect-footer-content {
    padding-bottom:0;
}

#resurrect-intro-content blockquote:before {
    top: 36px;
    left: -45px;
}
/*body .gform_wrapper label.gfield_label+div.ginput_container {
    margin-top: -10px;
}*/

.resurrect-widget .gfield_label {display:none!important;}
.resurrect-widget .gform_wrapper .gform_footer {padding:0}
.resurrect-widget .gform_wrapper {margin-bottom:0}
.resurrect-giving-widget-button {margin:0}
.resurrect-giving-widget-text p {margin-bottom:20px;}


#resurrect-top-menu-links {
font-family: 'Baumans', cursive;
}

form,
[class^=wp-block]:not(.tnp-subscription) {
    margin: 0px 0;
    line-height:1.5em;
}
.tnp-subscription label, .tnp-profile label {
    line-height: 2.1em;
    }
