@charset "UTF-8";
/* CSS Document */
@import url("https://fonts.googleapis.com/css2?family=Aldrich&family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap");

body {
	font-family: "Open Sans", sans-serif;
}
h1, h2, h3, h4 {
	font-family: "Aldrich", sans-serif;
}

.entry-header h1.entry-title {
  text-align: center;
  color: #8596b5;
  font-size: 3em;
}

ol li, ul li {
  margin: 10px 0;
}
/*Home page*/
.home .entry-header {
  display: none;
}
.home .gform_title {
  text-align: center;
  margin: 20px 0 0 0;
  color: #000001;
}
.home .gform_wrapper .gform_page_footer.left_label {
  padding: 0;
  margin: 10px auto 20px auto;
  display: table;
}
.home .gform_wrapper .gform_page_footer.left_label input.gform_next_button.gform-theme-button.button {
  border: 1px solid #000001;
  background-color: #000001;
  color: #fff;
  padding: 5px 25px;
  font-weight: bold;
  transition-duration: 0.8s;
}
.home .gform_wrapper .gform_page_footer.left_label input.gform_next_button.gform-theme-button.button:hover {
  background-color: #f0e50b;
  color: #de281b;
}
.home .pt-4 {
  padding-top: 0 !important;
}
.home .gf_progressbar_wrapper {
	display:none;
}
.home .gform_next_button.gform-theme-button.button {
  margin: -15px auto 15px auto !important;
}
@media screen and (max-width:768px) {
  .home .col-md-6.col-lg-4.col-xxl-3 {
    width: 50%;
  }
}
@media screen and (max-width:576px) {
  .home .col-md-6.col-lg-4.col-xxl-3 {
    width: 100%;
  }
}
/*Constant Contact*/
.home .panel-grid-cell table {
  width: 100%;
}
/*Home page*/
/*Buttons*/
.btn.btn-primary {
	background-color: #8596b5;
	border-color:#000001;
}
.btn.btn-primary:hover {
	transition-duration: 0.8s;	
	background-color: #f0e50b;
	color:#000001;
}
.btn.btn-outline-secondary {
    border-color: #de281b;
    color: #de281b;
	transition-duration: 0.8s;	
}
.btn.btn-outline-secondary:hover {
    background-color: #de281b;
	color:#fff;
}
.home .ow-button-base a.sowb-button {
    border-color: #de281b !important;
    color: #de281b !important;
	transition-duration: 0.8s;
}
.home .ow-button-base a.sowb-button:hover {
	background-color: #de281b !important;
}
/*Buttons - END*/
/*Topbar*/
.top-bar {
	width:100%;
	background-color: #000;
}
.widget.top-bar-widget {
    width:50%;
    float:left;
}
.top-bar-widget .phone {
  	float: right;
	margin: 5px 0 0 0;
}
.top-bar-widget .phone a {
    color: #fff;
    text-decoration: none;
    font-size: 1.3em;
    font-weight: 600;
    transition-duration: 0.8s;
}
.top-bar-widget .phone a:hover {
	background-color: #de281b;
}
.top-bar-widget .cnss-social-icon {
	float: left;
}
.top-bar-widget .cnss-social-icon a:hover {
	transition-duration: 0.8s;
	transform: scale(1.3);
}
/*Topbar - END*/
/*Top Search*/
#collapse-search.bg-body-tertiary {
	background-color:#f0e50b !important;
	border: solid #000001;
	border-width: 2px 0;
	padding: 15px 0 5px 0;
	z-index: 5;
}
#collapse-search.bg-body-tertiary .wp-block-search__label {
	display: none;
}
/*Navbar*/
.navbar-brand {
  max-width: 275px;
}
.dropdown:hover > .dropdown-menu {
    display: block; /* Show the dropdown on hover */
}
.dropdown > .dropdown-toggle:active {
    pointer-events: none; /* Prevent closing on click while hovering */
}
#masthead.bg-body-tertiary.site-header {
    background-image: url("/wp-content/uploads/2026/01/2026-header.webp");
    background-size: cover !important;
    box-shadow: 0 4px 12px rgba(0, 0, 0, .25);
    border-bottom: 3px solid #000001;
}
.navbar-expand-lg .navbar-nav a.nav-link, .header-actions .btn-outline-secondary {
    color: #fff;
    background-color: #000001;
    border-radius: 3px;
    margin: 0 3px !important;
    border: 0;
	white-space: nowrap;
    transition-duration: 0.8s;
}
.navbar-expand-lg .navbar-nav a.nav-link:hover, .header-actions .btn-outline-secondary:hover {
	background-color:#de281b;
}
.navbar-expand-lg .navbar-nav a.nav-link {
  padding: 7px 15px;
}
.header-actions .btn-outline-secondary {
  padding: 7px 12px;
}
@media screen and (max-width:1200px){
    .navbar-brand {
      max-width: 250px;
    }
	.navbar-expand-lg .navbar-nav a.nav-link {
      padding: 7px 9px;
		font-size:.95em;
    }
}
/*Dropdowns*/
.dropdown-menu {
	border-radius: 3px;
	box-shadow: 4px 4px 6px rgba(0, 0, 0, 0.25)
}
.dropdown-menu .menu-item {
  margin: 6px 0;
}
.dropdown-menu .menu-item a {
	padding: 5px 15px;
	color: #000001;
	transition-duration: 0.8s;
}
.dropdown-menu .menu-item a:hover {
	background-color: #f0e50b;
	text-align: center;	
}
.dropdown-menu .menu-item a.dropdown-item.active {
	background-color:#f0e50b;
}
/*Dropdowns - END*/
/*Offcanvas*/
.offcanvas {
	background-color: #f0e50b;
}
.offcanvas-body .navbar-nav li {
  margin: 3px 0;
}
.offcanvas-title {
	color:#000001;
	font-family: "Aldrich", sans-serif;
	font-size: 2em;
}
/*Offcanvas - END*/
/*Navbar - END*/
/*Tabs*/
.so-widget-sow-tabs .sow-tabs .sow-tabs-tab-container {
  background-color: #8596b5;
}
/*Tabs - END*/
/*Constant Contact*/
.ctct-form-wrapper .ctct-disclosure small {
	font-size: 12px;
	color: #333;
	line-height: 16px;
}
.ctct-form-wrapper input {
    width: 100%;
    border-radius: 3px;
    border: 1px solid #cecece;
    padding: 7px;
    margin: 4px 0;
}
.ctct-form-wrapper .g-recaptcha div {
  margin: 0 auto 15px auto;
}
/*Constant Contact - END*/
/*Testimonials*/
.wptww-testimonials-slidelist.design-1 .fa-quote-left, .wptww-testimonials-list.design-1 .fa-quote-left, .wptww-testimonials-slide-widget.design-1 .fa-quote-left {
  color: #846145;
}
.wptww-testimonial-author {
	display: none;
}
.wptww-testimonial-inner {
  background-color: #fff;
}
.wptww-testimonials-text em::before, .wptww-testimonials-text em::after {
  color: #846145;
}
.sp-testimonial-pro-item::before {
  content: "“";
  position: absolute;
  z-index: 1;
  font-family: "Aldrich", sans-serif;
  font-size: 60px;
  color: #846145;
  top: -10px;
  left: 0;
}
h3.sp-tpro-testimonial-title  {
	font-family: "Aldrich", sans-serif !important;
    font-weight: 500 !important;
    font-size: 24px !important;
    margin-top: 5px !important;
}
/*Testimonials - END*/
/*WooCommerce*/
.woocommerce div.product form.cart .button, .woocommerce-cart .wc-proceed-to-checkout a.checkout-button, .woocommerce button.button.alt, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce a.button {
  display: none;
}
.woocommerce div.product .quantity {
	display: none !important;
}
/*.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit.alt, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.alt, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.alt, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button.alt, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce #respond input#submit.alt, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce a.button.alt, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce button.button.alt, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce input.button.alt {
  background-color: #de281b;
	transition-duration: 0.8s;
}*/
.button.alt.prp-quote-button {
    background-color: #de281b !important;
    transition-duration: 0.8s !important;
	margin:10px 0 !important;
	font-weight: 700 !important;
	font-size:1.2em !important;
}
.button.alt.prp-quote-button:hover {
	background-color: #f0e50b !important;
	color:#000001 !important;
}
.woocommerce div.product div.images .flex-control-thumbs {
  display: block;
}
/*Hide out of stock notice*/
.woocommerce .type-product .badge.bg-secondary {
	display: none;
}
/*Custom tooltip*/
.custom-img-tooltip {
    position: absolute;
    background: rgba(0,0,0,0.85);
	max-width: 250px;
    color: #fff;
    padding: 8px 12px;
    border-radius: 6px;
    font-size: 17px;
    line-height: 1.4;
    /*white-space: nowrap;*/
    z-index: 99999;
    pointer-events: none;
    opacity: 0;
    transition: opacity .15s ease;
    transform: translate(-50%, -120%);
}
/* Optional little arrow */
.custom-img-tooltip:after {
    content: "";
    position: absolute;
    bottom: -6px;
    left: 50%;
    transform: translateX(-50%);
    border-width: 6px 6px 0 6px;
    border-style: solid;
    border-color: rgba(0,0,0,0.85) transparent transparent transparent;
}
/*Hide account and cart icons in navigation*/
.navbar .account-toggler, .navbar .cart-toggler {
	display: none;
}
/*WooCommerce - END*/
/*Footer*/
#footer .footerlogo {
  max-width: 250px;
  margin: 0 0 15px 0;
}
#footer .bg-body-tertiary.bootscore-footer-columns {
    background-color: #000 !important;
    color: #fff;
    text-align: center;
    padding: 25px 0 15px 0 !important;
}
#footer .bg-body-tertiary.bootscore-footer-columns a {
	color: #dfc3b6;
	text-decoration: none;
	font-weight: 500;
	transition-duration: 0.8s;
}
#footer .bg-body-tertiary.bootscore-footer-columns a:hover {
	background-color:#663923;
	color:#fff;
}
#footer .bg-body-tertiary.bootscore-footer-columns .phone a {
	font-size: 1.4em;
	font-weight: 600;
}
#footer .menu {
  margin: 20px 0 0 0;
}
#footer .bg-body-tertiary.bootscore-footer-columns .menu-item a {
    color:#fff;
	display: block;
    border: 1px solid #663923;
    border-radius: 3px;
    margin: 15px 10px;
    padding: 8px;
    font-size: 1.2em;
    text-decoration: none;
    font-weight: 500;
	transition-duration: 0.8s;
}
#footer .bg-body-tertiary.bootscore-footer-columns .menu-item a:hover {
	background-color:#663923;
}
#footer .bg-body-tertiary.bootscore-footer-info {
  background-color: #f0e50b !important;
}
#footer .wp-block-search__input.form-control {
  border-radius: 0;
  border: 1px solid #663923;
}
#footer .wp-block-search__button.btn.btn-outline-secondary {
    border-radius: 0;
    color: #fff;
    border: 1px solid #663923;
    transition: 0.8s;
}
#footer .cnss-social-icon a:hover {
	transform: scale(1.2);
}
/*Footer - END*/
/*Responsive embeds*/
.embed-responsive {
	position: relative;
	display: block;
	height: 0px;
	padding: 0px;
	overflow: hidden;
}
.embed-responsive.embed-responsive-16by9 {
    padding-bottom: 56.25%;
}
.embed-responsive.embed-responsive-4by3 {
    padding-bottom: 75%;
}.embed-responsive.embed-responsive-1by1 {
    padding-bottom: 100%;
}
.embed-responsive .embed-responsive-item, .embed-responsive iframe, .embed-responsive embed, .embed-responsive object, .embed-responsive video {
    position: absolute;
    top: 0px;
    bottom: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    border: 0px none;
}
/*Responsive embeds - END*/