/*
Theme Name: Salient Child Theme
Description: This is a custom child theme for Salient
Theme URI:   https://themeforest.net/item/salient-responsive-multipurpose-theme/4363266
Author: ThemeNectar
Author URI:  https://themeforest.net/user/themenectar
Template: salient
Version: 17.0.3
*/

.featured-media-under-header__cat-wrap {
     display: none !important;
}

.nectar-inline-contact-form .wpforms-field-label {
	font-weight: 700 !important;
}
.nectar-inline-contact-form input, textarea {
	border: none !important;
	border-radius: 10px !important;
}

.nectar-inline-contact-form button {
	height: 100% !important;
    width: 50% !important;
    padding: 0 20px !important;
    background-color: var(--nectar-accent-color) !important;
    color: #fff !important;
    transform: none !important;
}

.featured-media-under-header__featured-media .post-featured-img img {
	object-fit: cover !important;
}

.row .col img:not([srcset]) {
	width: revert-layer;
}

img.alignleft {
	margin-right: 25px;
}

img.alignRight {
	margin-left: 25px;
}
    .button-container {
      display: flex;
      justify-content: center;
      align-items: center;
    }

    .animated-button {
		position: absolute;
    background-color: white;
    right: 20px;
    bottom: 10px;
    border-color: black;
    border-width: 1px;
    border-style: solid;
    border-radius: 999px !important;
      display: flex;
    align-items: center;
    background-color: #ffffff;
    color: black;
    padding: 10px;
    padding-left: 20px;
    font-size: 16px;
    justify-content: flex-start;
    cursor: pointer;
    gap: 10px;
    overflow: hidden;
    width: 100px;
    height: 100px;
    transition: width 0.5s ease !important;
    }

    .animated-button:hover {
      width: 280px; /* Expanded width on hover */
    }

    .icon {
    width: 65px;
    height: 65px;
    background-image: url(https://theartstore.manager.click/wp-content/uploads/2024/11/paint.gif);
    background-size: cover;
    background-position: center;
    flex-shrink: 0;
    }

    .animated-button .text {
      opacity: 0;
      white-space: nowrap;
      visibility: hidden;
      transition: opacity 0.3s ease;
    }

    .animated-button:hover .text {
      opacity: 1;
      visibility: visible;
    }

.related {
	display: none !important;
}
