/*
 Theme Name:   BLDR Child
 Theme URI:    https://modernthemes.net/wordpress-themes/bldr/
 Description:  BLDR Child Theme
 Author:       Erica Cavanaugh
 Author URI:   e-cavanaugh.org
 Template:     bldr
 Version:      1.2.5
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 Tags:         light, dark, two-columns, right-sidebar, responsive-layout, accessibility-ready
 Text Domain:  bldr-child
*/

p a {
   font-weight: 600;
   text-decoration: underline;
}

#post-3255 .entry-title {
   display: none;
}

#post-3277 .entry-title {
   display: none;
}

.site-footer .site-info {
   display: none;
}

#hero-button {
    border: none;
    color: white;
    text-align: left;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    position:absolute; 
    display: block;
    width:100%;
    margin: auto;
    bottom:0;


}
#hero-button .info-label,
#hero-button .image-credit {transition: opacity 0.5s ease-in-out;}
#hero-button .image-credit {position:absolute; top:0; left:0; opacity:0;}

#hero-button:hover .info-label {opacity:0;}
#hero-button:hover .image-credit {opacity:1;}


form#rcp_login_form:nth-child(2) {
    display: none;
}

form#rcp_lostpassword_form:nth-child(2) {
    display: none;
}

#home-hero {
   width: 100%;
   height: 450px;
   position: relative;
}

img .archive-img {
    width: 80% !important;
    padding: 4px;
    border: 1px solid #ccc;
    margin-bottom: 10px;
    margin-left: 8% !important;
}

#post-5382 .entry-title {
	display: none;
}

hr {
    border-bottom: 2px solid #f5cf6e;
}

.sow-accordion-title {
    font-size: 1.1em;
    font-weight: 500;
	font-family: Playfair Display;
	padding-bottom: 5px;
    border-bottom: 2px solid #f5cf6e;
}

/** Events Calendar**/
.post-6369 .tribe-events-widget .tribe-events-widget-events-list__view-more {
	display: none !important;
}