.header-logo,
.footer-logo {
    max-height: 100px;
    width: auto;
    max-width: 200px;
    height: auto;
}

@media only screen and (max-width: 768px) {
    .header-logo {
        max-height: 50px;
    }

	.mobile-animated-text {
		font-size: 22px;
	}
}

.navbar-clone .social-white .uil {
    color: #343f52 !important;
}

.navbar-expand-lg {
    padding: 0.4rem 0 !important;
}

.next::after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
    content: "";
}

.prev::after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
    content: "";
}


/* .product-box {
    position: relative !important;
	top: 0 !important;
	left: 0 !important;
} */

.sw-footer-widget ul {
    list-style: none;
    padding-left: 0;
}

.copyright-section.text-center {
	font-size: 0.6rem;
  }


  /* Wave Fixes */
/* .text-muted, .text-ash, .post-meta a, .post-meta .uil , .post-meta li a{
	color:#60697b; !important;
} */

.post-meta, .post-category{
	color:#434343 !important;
}

#form_name::placeholder,#form_lastname::placeholder,#form_email::placeholder,#form_phone::placeholder,#form_message::placeholder {
	color:#434343 !important;
}

.form-floating label {
	color:#434343 !important;
}

.nav-tabs.nav-tabs-basic .nav-link.active {
	color: #343f52;
	border-color: #343f52;
  }
.nav-tabs .nav-link:hover {
border-color: #343f52 !important;
}
