/*
Theme Name: KD Branding Theme
Theme URI: https://kdbranding.com
Description: KD Branding Client Theme
Author: Kay Dee
Author URI: https://kdbranding.com
Version: 1.0.0
Template: bb-theme
*/

@media only screen and (max-width:767px) {
	.navbar-toggle {
		font-size: 36px !important;
		line-height: 36px !important;
		padding: 20px 8px !important;
	}
	.fl-page-header-logo a img.fl-logo-img {
		height:78px !important;
		width:auto !important;
	}
	footer.fl-page-footer-wrap {
		background: #172f27;
	}
}

.fl-logo-img {
	max-height:120px;
}
.menu-item a {
	background-image: linear-gradient(#bcfdf5, #bcfdf5);
	background-position: 50% 50%;
	background-repeat: no-repeat;
	background-size: 0% 100%;
	transition: background-size .3s, color .3s;
}
.menu-item a:hover {
	background-size: 100% 100%;
	color:#172f27 !important;
}
.btn-donate a.fl-button, .btn-donate a.fl-button:visited, .btn-donate .fl-builder-content a.fl-button, .btn-donate .fl-builder-content a.fl-button:visited {
	background:none;
	border:4px solid #172f27;
}
.btn-donate a.fl-button:hover, .btn-donate .fl-builder-content a.fl-button:hover {
	background:#172f27;
	border:4px solid #172f27;
}
.wpcf7 label {
	width:100%;
}
.wpcf7 input[type="text"],
.wpcf7 input[type="email"],
.wpcf7 textarea
{
	background-color: #fff;
	color: #000;
	width: 100%;
	border-radius:8px;
	padding:6px;
	border:1px solid #444;
}
.wpcf7 button, .wpcf7 input[type="button"], .wpcf7 input[type="submit"]
{
	background:none;
	border:2px solid #172f27;
	color:#172f27;
}
.wpcf7 button:hover, .wpcf7 input[type="button"]:hover, .wpcf7 input[type="submit"]:hover
{
	background:#172f27;
	border:2px solid #172f27;
	color:#fff;
}
.hdr-sitename {
	display: inline-block;
	font-size: 1.3em;
	width: 50%;
	margin-left:8px;
	vertical-align: middle;
	font-family: "Satisfy";
	font-weight: 400;
}
.fl-page-header a .hdr-sitename {
	color:#fff;
}


@media only screen and (min-width:768px) {
	footer.fl-page-footer-wrap {
		position:fixed;
		bottom:0;
		left:0;
		margin-left:0 !important;
		z-index:100;
		width:100%;
		min-height:170px;
		background-image: url(http://rennies.kdbranding.com/wp-content/uploads/2018/06/grass_bottom.png);
		background-repeat: repeat-x;
		background-position: center bottom;
		background-attachment: scroll;
		background-size: cover;
		border-top:0;
	}
	footer.fl-page-footer-wrap > .fl-page-footer {
		border-top:0;
		position: absolute;
		bottom:0;
		width:100%;
	}
	.fl-page-content {
		margin-bottom:170px;
	}
}
@media only screen and (min-width:1600px) {
	.rennies_img {
		width:350px;
		max-width:calc(50vw - 540px);
		position:fixed;
		left:0;
		bottom:20px;
	}
}
@media only screen and (max-width:1599px) {
	.rennies_img { display:none; }
}