/*
Theme Name:     Brock ELC
Theme URI:      https://robdefranco.com
Template:       kadence
Author:         Rob De Franco
Author URI:     https://robdefranco.com
Description:     This is a child theme for Brock ELC using the Forza Framework. 
Version:        1.11
License:        GNU General Public License v3.0 (or later)
License URI:    https://www.gnu.org/licenses/gpl-3.0.html
*/

.entry-content a:hover, .site-bottom-footer-inner-wrap a:hover {
    border-bottom: 1px solid #3AB08F;
    -webkit-transition: border .2s ease-in-out;
    -o-transition: border .2s ease-in-out;
    transition: border .2s ease-in-out;
}

.site-header-wrap .kadence-sticky-header {
    box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.2);
}

.main-navigation .primary-menu-container > ul li.menu-item > a {
    font-family: 'Patrick Hand', Tahoma, Verdana, sans-serif;
    font-display: optional; /* Only shows if Patrick Hand loads very quickly */

}

.site-footer-section {
  display: block;
  max-height: inherit;
}

@media only screen and (max-width: 1024px) {
.home-hero {
	height:500px;
}
	
	}

@media only screen and (max-width: 768px) {
.home-hero {
		height:450px;
	}
}

@media only screen and (max-width: 768px) {
.kb-bg-slide {
		background-position:-50px top !important;
	}
}

@media only screen and (min-width: 1025px) {
	.site-footer-middle-section-1 h4 {
		text-align: left;
	}
}

@media only screen and (min-width: 1025px) {
.site-footer-middle-section-1 .wp-block-image .aligncenter {
		margin-left: 0px;
	}
}

@media only screen and (min-width: 1025px) {
	.site-footer-middle-section-2 p {
		text-align: right;
	}
}

