/*
 Theme Name:     NAI Pfefferle
 Theme URI:      https://b2webstudios.com/
 Description:    Custom Theme for NAI Pfefferle
 Author:         Brett Belau, B2 Web Studios
 Author URI:     https://b2webstudios.com
 Template:       generatepress
 Version:        1.0.0
*/
 
@import url("../generatepress/style.css");
 
/* ==========================================================================
Header Styles
========================================================================== */



/* ==========================================================================
Footer Styles
========================================================================== */



/* ==========================================================================
Text Styles
========================================================================== */

h1, h2, h3, h4 {
	/* margin-top: 30px; */
}


/* ==========================================================================
Button Styles
========================================================================== */

.cta-button:hover {
	opacity: 0.8;
}


/* ==========================================================================
Homepage Styles
========================================================================== */

figure.effect-chico figcaption::before {
	border: none;
}

.eael-interactive-promo figure img {
	opacity: 1;
}

/* ==========================================================================
Meet Our Team
========================================================================== */

.team-tab-location-details {
	margin-bottom:30px;
}

.team-tab-location-details h4 {
	font-weight:bold;
	line-height:1;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

.tpitem-list {
	margin: 50px 0;
}

.ex-tplist h3 {
	font-weight:700;
}

.ex-tplist h5 {
	color:#000000;
	text-transform:none;
	font-weight:600;
}

.tpstyle-list-1 .ex-social-account li a:hover, .tpstyle-list-2 .ex-social-account li a:hover {
	background:#AF2D37;
}


/* ==========================================================================
Mobile Styles
========================================================================== */




/* ==========================================================================
Form Styles
========================================================================== */


/* Gravity Forms - Button styles */
.gform_wrapper .gform_footer input.button {
	position: relative !important;
	   left:45%;
   }
   
   /* Download Market Reports Button */
   #gform_submit_button_1 {
		position: relative !important;
	   left:33%;
   }