/*
Theme Name: Beaver Builder Child Theme
Theme URI: http://www.wpbeaverbuilder.com
Version: 1.0
Description: This is a child theme for Beaver Builder that has been customized.
Author: Computer Services of Durant
Author URI: https://csdurant.com
template: bb-theme
*/

@import url('https://fonts.googleapis.com/css2?family=Oswald:wght@200..700&display=swap');

/* LOGO */

.fl-logo-img {
	max-width: 190px;
	height: auto; 
	transform: scale(1);
	transition: transform 0.3s ease-in-out;
}
.fl-logo-img:hover {
	transform: scale(1.1);
}

/* TOP BAR LINKS */

.fl-page-bar-text .smsi-icons-wrapper {
	display: inline-block;
	vertical-align: middle;
}
.topbar-link, .shop-link {
	display: inline-block; 
	vertical-align: middle; 
	margin-left: 20px;
	font-weight: 500; 
	font-size: 16px;
	transform: scale(1);
	transition: transform 0.3s ease-in-out;
}
.shop-link {
	margin-left: 0px;
	padding-top: 2px;
	padding-bottom: 2px;
}
.topbar-link:hover, .shop-link:hover {
	text-decoration: none;
	transform: scale(1.1);
}

/* NAVIGATION BAR */

.fl-page-nav-right .fl-page-header-wrap {
	-webkit-box-shadow: 0px 3px 10px 0px rgba(0,0,0,0.16); 
	box-shadow: 0px 3px 10px 0px rgba(0,0,0,0.16);
}

.fl-page-nav .navbar-nav a {
	font-family: Oswald, sans-serif; 
	text-transform: uppercase;
	font-weight: 500;
	font-size: 19px;
}

.fl-page-nav .sub-menu .menu-item .nav-link {
	font-size: 15px;
}

/* HOMEPAGE */

.no-domestic-animals {
	vertical-align: middle; 
}
.no-domestic-animals-icons {
	vertical-align: middle; 
	margin-right: 0px;
	margin-top: 15px;
}
.enlarge-phone {
	font-size: 36px;
	font-weight: 600;
}

/* Icon box: same height, center the image vertically & horizontally */
.pest-control-icon {
  display: flex;
  align-items: center;   /* vertical centering */
  justify-content: center; /* horizontal centering */
  height: 120px;         /* pick a value tall enough for your tallest icon */
}

/* Make sure the image fits inside the box without stretching */
.pest-control-icon img {
  max-height: 100%;
  width: auto;
  display: block;
}

/* Form Submission Success */
.ff-message-success {
	margin-bottom: 10px;
}
.ff-message-success p {
	margin-bottom: 0px;
	padding-bottom: 0px;
}
#inspection_report_form .ff-message-success {
	color: #ffffff !important;
	margin-bottom: 10px !important;
	padding: 15px 15px 15px 15px !important;
}

/* Footer */

.fl-page-footer {
	border-top: 0px;
}



