/*START-Change sticky header color*/
.headhesive--clone.dark-header {
    background-color: #193B56 !important;
}
/*END-Change sticky header color*/

/*START-Change footer color*/
.footer {
    background: #193B56;
}
.footer-btm-bar {
    background: #193B56;
}
/*END-Change footer color*/

/*START-Change header color mobile*/
header.dark-header {
    background-color: #193B56;
}
/*END-Change header color mobile*/

/*START-Space between menus*/
/* .navbar-nav>li+li {
    margin-left: 40px;
} */
/*END-Space between menus*/

/*START-Hide Footer*/
.footer {padding-top:0;}
/*END-Hide footer*/

/*START-Dropdown-menu-color*/
.navbar .navbar-nav .dropdown-menu {
    background-color: #193B56;
}
/*END-Dropdown-menu-color*/

/*START - Hide Show post author*/
.post-meta { display: none; }
/*END*/

/*Centering a featured image on the page*/
body.single .wp-post-image {
    margin-bottom: 20px;
    margin-left: auto;
    margin-right: auto;
    display: block;
}

/*START - Calendly on mobile*/
@media only screen and (max-width: 600px) {
	.calendly-inline-widget {
		height: 430px !important;
	}
}
/*END - Calendly on mobile*/

/*START - Recommendations page FAQs alignment */
.elementor-toggle .elementor-toggle-title {
	padding-left: 0px;
}
/*END - Recommendations page FAQs alignment */

/*START - Hide Transparent header on mobile in order to load blue menu instead */
@media only screen and (max-width: 600px) {
	header[data-transparent-header="true"] {
	display: none;
		}
}
/*END - Hide Transparent header on mobile in order to load blue menu instead */

/*Hide comments closed from blog posts */
.comments-closed {
	display:none;
}
/*END*/

#field_p9ysx_label {
	color: #FFF !important;}
#frm_checkbox_79-0 label {
	color: #FFF !important;
}

/* NAVMENU DEMO BUTTON STYLE */

li.menu-item-6655 a {
    background: #FF4420;
    border-radius: 2%;
		width: 9rem;
    text-align: center;
    border: solid 2px none;
    outline: none;
    cursor: pointer;
		color: #FFF !important;
		font-weight: bold !important;
		display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
		justify-content: center;
    align-items: center;
}

li.menu-item-6655 a:hover {
	background-color: #0D1E2C !important;
}

li.menu-item-6655 a:active {
	background-color: #0D1E2C !important;
}

li.menu-item-6655 a:after {
	display: none !important;
}

li.menu-item-6655 a i {
	font-size: 20px;
  margin-right: 5px;
}

@media only screen and (max-width: 600px) {
	li.menu-item-6655 a {
		width: 10rem;
		margin-left: 15px !important;

		}
}
@media (min-width: 600px) and (max-width: 1024px) {
  li.menu-item-6655 a {
		width: 10rem;
		margin-left: 15px !important;
		}
}
/*END - NAV MENU DEMO BUTTON STYLE */

/* Common styles for all logos */
.logo-container .elementor-image {
  position: relative;
  display: inline-block;
  cursor: pointer; /* Add pointer cursor on hover */
}

.logo-container .elementor-image img {
  opacity: 0;
}

.logo-container .elementor-image::before {
  content: "";
  display: block;
  height: 97px; /* Set to the height of your image */
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  transition: background-image 0.3s ease-in-out;
}

/* Specific styles for each logo */
#shopify-logo .elementor-image::before {
  background-image: url('/wp-content/uploads/2024/05/shopify_glyph_black-132x150@2x.png');
}

#shopify-logo .elementor-image:hover::before {
  background-image: url('/wp-content/uploads/2022/12/shopify_glyph.png');
}

#woo-logo .elementor-image::before {
  background-image: url('/wp-content/uploads/2024/05/woocommerce-logo-black.png');
}

#woo-logo .elementor-image:hover::before {
  background-image: url('/wp-content/uploads/2024/05/woocommerce-logo-color-black.png');
}

#big-logo .elementor-image::before {
  background-image: url('/wp-content/uploads/2022/12/bigcommerce-1.svg');
}

#big-logo .elementor-image:hover::before {
  background-image: url('/wp-content/uploads/2022/12/bigcommerce-1.svg');
}

#goog-tag-logo .elementor-image::before {
  background-image: url('/wp-content/uploads/2024/05/GTM_logo_grayscale.png');
}

#goog-tag-logo .elementor-image:hover::before {
  background-image: url('/wp-content/uploads/2024/05/GTM_logo_colour.png');
}

#shopware-logo .elementor-image::before {
  background-image: url('/wp-content/uploads/2024/05/SHOPWARE_logo_grayscale.png');
}

#shopware-logo .elementor-image:hover::before {
  background-image: url('/wp-content/uploads/2024/05/SHOPWARE_logo_colour.png');
}
