
/*   
Theme Name: Fredson Statmore Bitterman, LLC
Description: This is an exclusive, fully SEO optimized Wordpress theme developed.
Author: BluShark Digital LLC
Version: 1.0
*/

/*======== Reset css here ==============*/
@media (max-width:767px) {
	.pagination .nav-links a {
		display: inline-flex;
		margin: 2px 2px;
	}
	
	.pagination .nav-links {
		display: inline-block !important;
	}
	
	.pagination .nav-links span.current {
		padding: 8px 15px;
	}
	
	.home .header {
		position: fixed !important;
	}
	
	.page-banner {
		margin-top: 20px;
	}
	
	.static-page p img.alignleft {
		float: none;
		display: block;
	}
}

@media (min-width:992px) and (max-width:1199px) {
	.header-search {
		margin-left: 20px !important;
		margin-right: 15px !important;
	}
	
	.home .menu-button.menu-button-2 {
		display: block;
		position: relative !important;
		right: -3px !important;
		top: 0 !important;
	}
}

@media (min-width:1280px) {
	.form-section .form-control {
		max-height: 65px !important;
		height: calc(3rem + 2px);
	}
}

@media (min-width:768px) and (max-width:992px) {
	.onepage-pagination {
		display: none !important;
	}
	
	.page-template-contact-us .page-banner {
		background-size: 100% 100% !important;
	}
}

/* 26-09-24 */
.header-search svg:hover {
	filter: opacity(.5);
}

.phone-no:hover {
	color: #c9c9c9;
}

.search-panel input[type=submit]:hover {
	filter: opacity(.5);
}

button.slick-prev.slick-arrow:hover, button.slick-next.slick-arrow:hover {
	filter: opacity(.5);
}

.footer .address-wrap:before {
	top: 0px;
	background-position: center top;
	width: 40px;
	left: -5px;
}

.input-group-btn:hover svg {
	fill: #000 !important;
}
