/*
Theme Name: Salient Child theme of salient
Theme URI:
Description: Child theme of salient theme for the Salient theme
Author: <a href="https://themeforest.net/user/themenectar">ThemeNectar</a>
Author URI:
Template: salient
Version: 17.4.2
*/

/* Generated by Orbisius Child Theme Creator (https://orbisius.com/products/wordpress-plugins/orbisius-child-theme-creator/) on Tue, 14 Oct 2025 09:16:57 +0000 */
/* The plugin now uses the recommended approach for loading the css files.*/

/* h1.entry-title {
    display: none !important;
} */

#custom_header {
    position: fixed;
    top: 0;
    width: 100%;
    background: #b7ab9f;
	color: #fff;
	transition: background 0.3s ease;
    z-index: 9999;
    list-style: none;
}

#custom_header ul,
#custom_header ul li {
    list-style: none;
}

#custom_header.scrolled {
  background: #b7ab9f!important;
}

a {
	text-decoration: none !important;
}
.elementor-31 .elementor-element.elementor-element-8247cb2 .elementskit-btn {
    background-color: #d16d1c!important;
}

.brown_btn {
    background-color: #93876E;
    color: #fff;
    padding: 15px 30px;
    border: none;
    border-radius: 30px;
    cursor: pointer !important;
    font-size: 18px;
    transition: background-color 0.3s ease;
}

.mrq {
    width: 100%;
    overflow: hidden;
}

.mrq img {
	width: 100%;
    animation: slide 20s linear infinite;
}

@keyframes slide {
	0% {
    	transform: translate(100%);
	}
	100% {
		transform: translate(0%);
	}
}