/*
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: 1.0
*/
.home .container-wrap {
    padding: 0px 0px !important;
}
/* ================================= */
div#header-secondary-outer {
    z-index: 9;
}
div#header-secondary-outer ul.sf-menu.sf-js-enabled.sf-arrows {
    float: left;
    padding-top: 7px;
    margin-left: 26%;
}
div#header-secondary-outer ul.sf-menu.sf-js-enabled.sf-arrows li span {
    font-size: 14px;
}
div#header-secondary-outer ul.sf-menu.sf-js-enabled.sf-arrows li i {
    width: 30px;
    height: 30px;
    line-height: 30px;
    border: 1px solid #fff;
    border-radius: 50px !important;
    transition: .9s;
    font-size: 15px;
    background: #fff0;
}
div#header-secondary-outer ul.sf-menu.sf-js-enabled.sf-arrows li:hover i {
    color: #fff;
    transition: .9s;
	background: #D12029 !important;
	border-color: #D12029 !important;
}
div#header-secondary-outer ul.sf-menu.sf-js-enabled.sf-arrows li span {
    font-size: 14px;
}
#header-secondary-outer #social {
    float: right;
    display: flex !important;
    position: relative;
    top: 1px;
}
#header-secondary-outer #social li:nth-child(2) {
    order: -1;
}
div#header-secondary-outer ul#social li a {
    margin: 0px !important;
}
div#header-secondary-outer ul#social li i {
    width: 35px !important;
    height: 35px !important;
    line-height: 35px !important;
    margin: 0px 2px !important;
    border-radius: 50px !important;
    transition: .9s;
    color: #fff !important;
    background: #fff0 !important;
    border: 1px solid #fff;
}
div#header-secondary-outer ul#social li:hover i {
    background: #D12029 !important;
    border-color: #D12029 !important;
    transition: .9s;
}
/* ================================== */
#header-outer[data-full-width="true"] header > .container, #header-secondary-outer[data-full-width=true]>.container {
        padding: 0px 90px 0px 0px !important;
}
header#top a#logo {
    margin-top: -53px;
}
header#top, header#top ul.sf-menu.sf-js-enabled.sf-arrows, header#top ul.buttons.sf-menu, header#top .row {
    height: 97px !important;
}
header#top .col.span_9 ul.sf-menu.sf-js-enabled.sf-arrows>li.current-menu-item>a span {
    background:#fff !important;
    padding: 5px 20px;
    border-radius: 20px !important;
	color: #000000 !important;
	font-weight: 600 !important;
}
header#top .icon-salient-cart:before {
    content: "\f07a";
    width: 40px;
    height: 40px;
    position: relative;
    border: 2px solid #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: -11px;
    border-radius: 50px;
    font-family: 'FontAwesome';
    color: #1F1A51;
    background: #fff !important;
}
header#top li.nectar-woo-cart {
    position: relative;
    right: 30px;
}
/* ====================================== */
div#revolution-slider {
    margin-top: -10px;
	margin-bottom: 0px !important;
}
div#revolution-slider i.fa-arrow-right {
    transform: rotate(-45deg);
    position: relative;
    top: -2px;
    margin-left: 10px;
}
/* ================================== */
div#about {
    padding: 50px 0px !important;
    margin-bottom: 0px !important;
}
.page-id-131 div#donate-sec {
    display: none;
}
/* =============================== */
p span em img {
    margin: 0 !important;
}
p span em {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    padding-bottom: 0px;
    font-size: 25px;
    line-height: 35px;
}
p {
    padding-bottom: 0px !important;
}
a#btn {
    border-radius: 10px !important;
}
a#btn i {
    transform: rotate(-45deg);
    top: 0;
    right: 0;
    margin: 9px 20px 0px 0px !important;
}
/* ============================ */
div#service {
    padding: 50px 0px !important;
    margin-bottom: 0px !important;
}
div#service p span em {
    justify-content: center;
}
div#service-inner .vc_col-sm-4 .vc_column-inner {
    background: #FFFFFF;
    padding: 30px 30px !important;
    border-radius: 30px !important;
    transition: .9s;
}
div#service-inner .vc_col-sm-4:hover .vc_column-inner {
    background: #1F1A51 !important;
    transition: .9s;
}
div#service-inner p {
    min-height: 100px !important;
    padding-bottom: 20px !important;
}
div#service-inner .vc_col-sm-4 .vc_column-inner h6 a img {
    display: inline-block !important;
    margin-bottom: -5px !important;
}
div#service-inner img {
    filter: drop-shadow(2px 4px 6px #ccc);
}
div#service-inner .vc_col-sm-4:hover img {
    filter: drop-shadow(2px 4px 6px #1F1A51);
}
div#service-inner .vc_col-sm-4 h2 span, div#service-inner .vc_col-sm-4 p span, div#service-inner .vc_col-sm-4 h6 a span {
	transition: .9s;
}
div#service-inner .vc_col-sm-4:hover h2 span, div#service-inner .vc_col-sm-4:hover p span, div#service-inner .vc_col-sm-4:hover h6 a span {
    color: #fff !important;
		transition: .9s;
}
div#service-inner .vc_col-sm-4:hover .vc_column-inner h6 a img {
    filter: brightness(0) saturate(100%) invert(100%) sepia(100%) saturate(0%) hue-rotate(55deg) brightness(105%) contrast(101%);
}
div#service a#btn {
    margin: 0 auto;
    display: table;
}
/* ================================= */
div#team {
    padding: 50px 0px !important;
    margin-bottom: 0px !important;
}
div#team a#btn {
    position: absolute;
    right: 0;
    top: 0;
    margin-top: 20px;
}
/* ============================== */
div#contact {
    padding: 50px 0px !important;
    margin-bottom: 0px !important;
}
div#contact-inner {
    background: #fff;
    padding: 30px 30px !important;
    border-radius: 30px !important;
}
div#contact-inner p span em {
    justify-content: center;
}
div#gform_fields_1 {
    row-gap: 0px !important;
}
div#contact-inner input, div#contact-inner select, div#contact-inner textarea {
    height: 45px;
    border-radius: 10px !important;
    border-color: #898989;
    color: #898989;
}
span.gfield_required.gfield_required_text {
    opacity: 0;
}
body .gform_wrapper .top_label .gfield_label {
    text-transform: capitalize !important;
    color: #828198 !important;
}
div#contact-inner select {
    padding-top: 3px;
}
div#contact-inner input#gform_submit_button_1 {
    background: #1F1A51;
    border-color: #1F1A51;
    color: #fff !important;
}
div#testimonial-inner {
    margin: 0px 10px;
    background: #fff;
    padding: 25px 25px !important;
    border-radius: 20px !important;
    filter: drop-shadow(2px 4px 6px #ccc);
}
div#testimonial-inner h6 img {
    width: unset;
}
div#testimonial-inner .iwithtext {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 10px;
}
div#testimonial-inner .iwithtext .iwt-icon img {
    width: unset;
    margin: 0;
}
div#testimonial-inner .iwithtext .iwt-icon {
    position: relative;
}
div#testimonial-inner .iwithtext .iwt-text {
    padding-left: 0px;
}
div#testimonial-inner .iwithtext .iwt-text h5, div#testimonial-inner .iwithtext .iwt-text h6 {
    margin: 0;
}
div#testimonial-inner .iwithtext .iwt-text h4 {
    position: absolute;
    right: 0;
    top: 0;
}
.owl-dots {
    display: none;
}
div#contact button.owl-prev:before {
    content: "\f104";
}
div#contact button.owl-next:before {
	    content: "\f105";
}
div#contact button.owl-next:before, div#contact button.owl-prev:before {
    font-family: 'FontAwesome';
    font-size: 17px;
    box-shadow: unset !important;
    border-radius: 50%;
    color: #121212;
    width: 40px;
    height: 40px !important;
    display: flex;
    justify-content: center;
    align-items: center;
    line-height: 40px;
    background: #fff0;
    transition: .9s;
    border: 1px solid #121212;
}
div#contact button.owl-next:hover:before, div#contact button.owl-prev:hover:before {
	background: #121212;
	color:#fff !important;
}
div#contact .owl-nav.disabled:after {
    content: "";
    background-color: #121212;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 1px;
    margin-top: 30px;
}
div#contact .owl-nav.disabled {
    display: block;
    position: relative;
}
div#contact button.owl-next, div#contact button.owl-prev {
    background: #f2f2f2;
    font-size: 0;
    border: 0px;
    z-index: 999;
    position: relative;
    padding: 10px 10px !important;
    margin: 0px !important;
}
.owl-stage {
    padding: 10px 0px !important;
}
/* ====================================== */
div#product {
    padding: 50px 0px !important;
    margin-bottom: 0px !important;
}
div#product p span em {
    justify-content: center;
}
li.classic.product {
    background: #fff;
    border-radius: 25px;
    transition: .9s;
}
li.classic.product:hover {
    filter: drop-shadow(2px 4px 6px #ccc);
    transition: .9s;
}
a.button.product_type_simple.add_to_cart_button.ajax_add_to_cart {
    background: #EE353E !important;
    border-radius: 0px !important;
    text-align: left;
}
a.button.product_type_simple.add_to_cart_button.ajax_add_to_cart i {
    float: right;
    margin-right: 0px !important;
}
a.button.product_type_simple.add_to_cart_button.ajax_add_to_cart i:before {
    content: "\f290";
    font-family: "fontawesome";
    font-size: 17px;
    position: relative;
    top: 2px;
}
h2.woocommerce-loop-product__title {
    font-family: 'outfit' !important;
    color: #1F1A51 !important;
    font-weight: 600 !important;
    padding-bottom: 0px !important;
}
.woocommerce .products .classic .star-rating {
    display: block !important;
    margin: 10px auto;
	color:#FFD400 !important;
}
bdi {
    font-family: "outfit" !important;
    font-size: 17px;
    color: #777777;
    font-weight: 500 !important;
}
	span.onsale {
    display: none !important;
}
/* ================================== */
div#logo-section {
    margin: 0px !important;
}
/* ============================== */
div#footer-widgets-globle {
    padding: 40px 0px !important;
    margin-bottom: 0px !important;
}
div#footer-widgets-globle ul {
    margin: 0;
}
div#footer-widgets-globle ul li {
    list-style: none;
    margin-bottom: 10px !important;
}
div#footer-widgets-globle .socliy ul li {
    display: inline-block;
    margin-right: 5px;
}
div#footer-widgets-globle .socliy ul li i {
    width: 40px;
    height: 40px;
    line-height: 40px;
    border: 1px solid #fff;
    border-radius: 50%;
    color: #fff !important;
    font-size: 20px;
    transition: .9s;
}
div#footer-widgets-globle .widget.widget_nav_menu {
    margin: 0 auto;
    display: table;
}
div#footer-widgets-globle h2 {
    font-size: 25px !important;
    line-height: 35px !important;
    margin-bottom: 20px !important;
}
div#newsletterwidgetminimal-2 form.tnp-form {
    display: flex;
    width: 80%;
}
div#newsletterwidgetminimal-2 form.tnp-form input.tnp-email {
    background-color: #fff0 !important;
    border-color: #fff;
    border-radius: unset !important;
    color: #fff;
}
div#newsletterwidgetminimal-2 form.tnp-form input.tnp-submit {
    border-radius: unset !important;
    width: auto !important;
    margin-left: 0px !important;
    padding: 0px 20px !important;
    color: #fff;
    font-size: 15px;
}
div#footer-widgets-globle ul#menu-contact-us li a {
    position: relative;
    padding-left: 25px !important;
}
div#footer-widgets-globle ul#menu-contact-us li a i {
    position: absolute;
    left: 0;
    top: 0;
    transition: .9s;
}
div#footer-widgets-globle ul#menu-contact-us li:hover a i {
    color: #EE353E;
}
div#footer-widgets-globle ul li a {
    color: #ccc !important;
}
div#footer-widgets-globle ul#menu-quick-links li a:before, div#footer-widgets-globle ul#menu-helpful-links li a:before {
    content: "";
    background-image: url(https://devu1b.customdev.solutions/americanequitymichael/wp-content/uploads/2026/03/Group-30-1-1.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    position: absolute;
    left: 0;
    top: 0;
    width: 17px;
    height: 17px;
}
div#footer-widgets-globle ul#menu-quick-links li a, div#footer-widgets-globle ul#menu-helpful-links li a {
    position: relative;
    padding-left: 30px !important;
}
div#footer-widgets-globle img.footer-logo {
    position: relative;
    left: 0;
    right: 0;
    bottom: 0;
    margin-bottom: -100px;
    padding: 10px 10px !important;
    background: #1f1b50;
}div#donate-sec h2 {
    color: #fff !important;
    font-size: 40px;
    line-height: 50px;
}

div#donate-sec p {
    width: 70%;
    margin: 0 auto;
    color: #fff;
}

div#donate-sec a#btn {
    display: table;
    margin: 0 auto;
    padding: 16px 50px;
    font-size: 18px;
}

div#tes-sec .im1 {
    width: 100%;
    aspect-ratio: 2/2;
    object-fit: cover;
}

div#tes-sec .im2 {
    position: absolute;
    bottom: -120px;
    right: 0;
    width: 50%;
    left: 0;
    display: table;
    margin: 0 auto;
    filter: drop-shadow(2px 4px 6px black);
    animation: 2s move linear alternate infinite;
}

@keyframes move  {
0% {
transform: translateY(10px);
}
100% {
transform: translateY(-10px);

}
}
div#testimonial-inner .iwithtext .iwt-icon img {
    aspect-ratio: 1/1;
    object-fit: cover;
    border-radius: 50px;
}

div#testimonial-inner .iwithtext .iwt-icon {
    width: 20%;
}

div#testimonial-inner  h3 {
    font-size: 18px;
    line-height: 28px;
    color: #000;
}

div#testimonial-inner p {
    font-size: 14px;
    line-height: 24px;
    color: #777;
}

div#testimonial-inner .wpb_text_column.wpb_content_element {height: 200px;overflow: hidden;overflow-y: scroll;}
div#tes-sec h3 {
    color: #000;
    font-size: 25px;
    line-height: 41px;
    font-family: 'ivyora-display';
    text-wrap: balance;
}
div#tes-sec  .carousel-item {
    margin: 10px;
    border: 1px solid #cccc;
    padding: 20px 20px;
}

div#tes-sec .carousel-item .iwt-icon img {
    margin-bottom: 0;
    width: 50%;
    aspect-ratio: 1/1;
    object-fit: cover;
    border-radius: 50px;
}

div#tes-sec .carousel-item  .iwt-text {
    padding-left: 100px;
}

div#tes-sec .carousel-item .iwt-text br {
    display: none;
}

div#tes-sec .carousel-item .iwt-icon {
    width: 30%;
    top: -10px;
}

div#tes-sec .carousel-item .wpb_text_column.wpb_content_element {
    height: 310px;
    overflow: hidden;
    overflow-y: scroll;
}
div#tes-sec p {
    padding-bottom: 10px !important;
}

div#tes-sec p strong {
    color: #000;
    font-weight: 900;
    font-size: 15px;
    text-transform: uppercase;
}
/* ========================================== */
div#copyright-globle {
    padding: 40px 0px 20px 0px !important;
    border-top: 1px solid #ffffff47;
}
div#copyright-globle img.payment-img {
    float: right;
}
div#donate-sec h2 {
    color: #fff !important;
    font-size: 40px;
    line-height: 50px;
}

div#donate-sec p {
    width: 70%;
    margin: 0 auto;
    color: #fff;
}

div#donate-sec a#btn {
    display: table;
    margin: 0 auto;
    padding: 16px 50px;
    font-size: 18px;
}
div#testimonial-inner .iwithtext h6 {
    display: none;
}
/* ================================ */
@media (max-width: 1600px){
	#header-outer[data-full-width="true"] header > .container, #header-secondary-outer[data-full-width=true]>.container {
    padding: 0px 40px 0px 0px !important;
}
	div#header-secondary-outer ul.sf-menu.sf-js-enabled.sf-arrows {
    margin-left: 32%;
}
	header#top ul.sf-menu.sf-js-enabled.sf-arrows {
    position: relative !important;
    left: 80px !important;
}
}
@media (max-width: 1440px){}
@media (max-width: 1366px){}
@media (max-width: 1326px){}
@media (max-width: 1280px){}
@media (max-width: 1024px){}
@media (max-width: 912px){}
@media (max-width: 800px){}
@media (max-width: 768px){}
@media (max-width: 480px){}
@media (max-width: 428px){}
@media (max-width: 414px){}
@media (max-width: 390px){}
@media (max-width: 375px){}
@media (max-width: 360px){}