/*
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:  
Template: salient
Version: 1.0
*/
/* Custom Fonts */
@font-face {
    font-family: 'Goudy Old Style';
    src: url('/wp-content/themes/salient-child/fonts/GoudyOldStyleT-Bold.woff2') format('woff2'),
        url('/wp-content/themes/salient-child/fonts/GoudyOldStyleT-Bold.woff') format('woff');
    font-weight: 800;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Goudy Old Style';
    src: url('/wp-content/themes/salient-child/fonts/GoudyOldStyleT-Italic.woff2') format('woff2'),
        url('/wp-content/themes/salient-child/fonts/GoudyOldStyleT-Italic.woff') format('woff');
    font-weight: normal;
    font-style: italic;
    font-display: swap;
}
@font-face {
    font-family: 'Goudy Old Style';
    src: url('/wp-content/themes/salient-child/fonts/GoudyOldStyleT-Regular.woff2') format('woff2'),
        url('/wp-content/themes/salient-child/fonts/GoudyOldStyleT-Regular.woff') format('woff');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

/* Custom Style */

h1, h2, h3, h4, h5, h6{
	font-family: 'Goudy Old Style' !important; 
}
.mb-0{
 margin-bottom:0px !important; 	
}
.top-heading-label{
    position: relative;
    text-align: center;
}

.top-heading-label:before,
.top-heading-label:after {
    content: "";
    display: inline-block;
    width: 20px;
    height: 20px;
    background-image: url('/wp-content/uploads/2026/04/h-icon.svg');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    margin: 0 10px;
}
.choose-horoscope-card .vc_column-inner{
	border:1px solid #fbfbfb;
}
.choose-horoscope-card:hover .vc_column-inner{
	border-color:#2537d5 !important;
}
.numerology-cta-form .uacf7-col{
	position: relative;
}
.form-group .icon {
  position: absolute;
  left: 15px;
  top: 50%;
  transform: translateY(-50%);
  color: #fff;
  opacity: 0.8;
}
.numerology-cta-form  .wpcf7-form-control-wrap{
	margin-bottom: 20px;
}
.numerology-cta-form .wpcf7-form-control{
  width: 100%;
  padding: 14px 15px 14px 45px;
  border-radius: 30px;
  border: 1px solid #6572e1;
  background-color: #3041d7 !important;
  color: #ffffff;
  outline: none;
}
.numerology-cta-form .wpcf7-form-control::placeholder {
  color: #ffffff;
}
.numerology-cta-form .wpcf7-submit{
  width: 100%;
  padding: 14px;
  border-radius: 30px;
  border: none;
  background: #1e2bb8;
  color: #fff;
  font-weight: 600;
  cursor: pointer;
}
.numerology-cta-form .wpcf7-submit:hover {
  background: #16209a;
}
.wpcf7-form-control-wrap{
	margin-bottom: 20px;
}
.wpcf7-form-control{
  width: 100% !important;
  padding: 14px 15px 14px 45px !important;
  border-radius: 30px !important;
}
.package-card{
	-webkit-box-shadow: 0px 4px 12px 0px rgba(0,0,0,0.4);
	-moz-box-shadow: 0px 4px 12px 0px rgba(0,0,0,0.4);
	box-shadow: 0px 4px 12px 0px rgba(0,0,0,0.4);	
}
.package-card .nectar-fancy-ul ul li{
	padding-left: 26px;
	border-bottom:1px dashed #eeeeee;
}
.package-card .nectar-fancy-ul ul li .fa{
	font-size: 12px;
	line-height: 18px;
}

.single-product div.product .summary p.price {
  display: block;
  color: inherit;
  font-size: 48px;
  line-height: 30px;
  margin-top: .5em;
  padding-bottom: 0.5em;
  font-weight: bold;
  color: #2537d5;
}

/* footer */
.footer-menu .menu{
  list-style: none;
  padding: 0;
  margin: 0;
}

/* Footer menu list */
.footer-menu .menu li {
  padding: 10px;
  list-style: none;
}

/* Desktop view */
@media (min-width: 768px) {
  .footer-menu .menu{
    display: flex;
    flex-wrap: wrap;
    max-width: 400px;
  }
  .footer-menu .menu li {
    width: 50%; /* 2 columns */
    border-bottom: none;
  }
	.footer-menu .menu a {
	  color: #fff !important;
	  font-weight: 500;
	}
	.footer-menu .menu a:hover {
	  color: #fff !important;
	}
  /* First 4 items left column */
  .footer-menu .menu li:nth-child(-n+4) {
    order: 1;
  }
  /* Next items right column */
  .footer-menu .menu li:nth-child(n+5) {
    order: 2;
  }
}

/*-- @media --*/
