/*
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
*/
@import url('https://fonts.googleapis.com/css2?family=Cormorant:ital,wght@0,300..700;1,300..700&family=Work+Sans:ital,wght@0,100..900;1,100..900&display=swap');
@font-face {
  font-family: 'adindamelia';
  src: url('/wp-content/themes/salient-child/fonts/adindamelia.woff') format('woff');
}
/* Common CSS */
body, h3, h4, h5, h6, p, strong, span, ul, li, a{
	font-family: "Work Sans", sans-serif;
}
h1, h2{
	font-family: "Cormorant", serif;
}
.common-sub-heading h4 span {
    font-family: 'adindamelia' !important;!i;!;
    color: #daa425;
    background-image: linear-gradient(247deg, #daa425 20%, #e6bd37 5%, #f2ca46 15%, #d3af37 1%, #c49d29 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 24px;
}
.common-main-heading h2 span {
    font-family: "Cormorant", serif;
    color: #fff;
    font-size: 60px;
    font-weight: 600;
    margin-bottom: 10px;
}
.common-main-heading h2 {
    margin-bottom: 0 !important;
}

.common-main-heading {
    margin-bottom: 0 !important;
}
/* Header */
#header-outer header#top a#logo {
    margin: 0;
}
div#header-outer {
    height: 140px !important;
}

div#header-space {
    height: 140px !important;
}

header#top {
    height: 140px !important;
}

header#top .container {
    !i;!;
    height: 140px !important;
}

header#top .row {
    height: 140px;
}
#top ul li.menu-item a {
    font-size: 16px;
}

#top ul li.menu-item {
    margin-right: 40px;
}

/* Hero Area */
.hero-area h4 {
    color: #daa425;
    background-image: linear-gradient(180deg, #daa425 19%, #e6bd37 11%, #f2ca46 28%, #d3af37 77%, #c49d29 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    text-transform: uppercase;
    font-size: 18px;
    letter-spacing: 10px;
}

.hero-area h3 {
    text-transform: uppercase;
    font-size: 100px !important;
    line-height: 125px;
    font-weight: 400;
    -webkit-text-stroke: 0.5px #fff;
    -webkit-text-fill-color: transparent;
}

.hero-area h1 {
    font-size: 100px;
    line-height: 125px;
}

.hero-area p strong {
    font-size: 24px;
    line-height: 30px;
    text-transform: uppercase;
    margin-bottom: 20px;
    display: inline-block;
}

.hero-area p {
    font-size: 16px !important;
    width: 40%;
    line-height: 25px !important;
}
.hero-area a {
    background: rgb(218,164,37);
    background: linear-gradient(79deg, rgba(218,164,37,1) 0%, rgba(230,189,55,1) 21%, rgba(242,202,70,1) 47%, rgba(236,195,62,1) 69%, rgba(196,157,41,1) 91%);
    display: inline-block;
    padding: 16px 45px;
    font-size: 16px;
    font-weight: 600;
    margin-top: 40px;
    border-radius: 40px;
    transition: 0.5s;
}

.hero-area a:hover {
    transition: 0.5s;
    background: rgb(218,164,37);
    background: linear-gradient(249deg, rgba(218,164,37,1) 0%, rgba(230,189,55,1) 21%, rgba(242,202,70,1) 47%, rgba(236,195,62,1) 69%, rgba(196,157,41,1) 91%);
    color: #000;
}

/* Category Area */
.category-area h5 {
    color: #fff;
    font-size: 32px;
    font-weight: 600;
    font-family: "Cormorant", serif;
    margin-top: 25px;
    transition: 0.5s;
}
.category-area .vc_col-sm-3:hover img {
    transform: rotate(-2deg) scale(0.9) !important;!i;!;
    transition: 0.5s;
}

.category-area .vc_col-sm-3 img {
    transition: 0.5s;
}

.category-area .vc_col-sm-3:hover h5 {
    color: #daa425;
    background-image: linear-gradient(247deg, #daa425 20%, #e6bd37 5%, #f2ca46 15%, #d3af37 1%, #c49d29 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    transition: 0.5s;
}
.category-area .common-sub-heading h4 span {
    font-size: 44px;
}
.category-area h2 {
    margin-bottom: 30px !important;
}
.common-col p {
    color: #fff;
    font-size: 15px;
    line-height: 30px;
    font-weight: 300;
}

a.primary-btn {
    color: #daa425;
    background-image: linear-gradient(247deg, #daa425 20%, #e6bd37 5%, #f2ca46 15%, #d3af37 1%, #c49d29 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-family: "Cormorant", serif;
    font-weight: 700;
    font-size: 24px;
    position: relative;
    padding-bottom: 7px;
}

a.primary-btn::before {
    content: "";
    position: absolute;
    bottom: 0;
    width: 25px;
    height: 2px;
    background: #c49d29;
}
/* About Us */
.about-area h2 span {
    font-size: 40px;
    margin-bottom: 5px;
}

/* Products Area */
.products-area h2 {
    margin-bottom: 20px !important;
}

.products-area h2.woocommerce-loop-product__title {
    color: #fff;
    font-family: "Cormorant", serif !important;
    font-size: 22px !important;
    line-height: 28px !important;
    margin-bottom: 0 !important;
}

.products-area .woocommerce ul.products li.product .price {
    color: #fff !important;
    font-weight: 300;
}
.woocommerce ul.products li.product.classic .product-wrap img {
    height: 370px;
    object-fit: cover;
}
a#secondry-btn {
    background: rgb(218, 164, 37);
    background: linear-gradient(79deg, rgba(218, 164, 37, 1) 0%, rgba(230, 189, 55, 1) 21%, rgba(242, 202, 70, 1) 47%, rgba(236, 195, 62, 1) 69%, rgba(196, 157, 41, 1) 91%);
    display: inline-block;
    padding: 20px 45px;
    font-size: 16px;
    font-weight: 600;
    margin-top: 40px;
    border-radius: 40px !important;
    transition: 0.5s;
    color: #000;
}
/* Custom Area */
.custom-area .left-col .wpb_wrapper {
    background: #131313;
    padding: 60px 40px;
}

.custom-area .left-col .wpb_wrapper .wpb_wrapper {
    padding: 0;
}
/* Testimonials */
.testimonials-area .carousel-item {
    background: #181818;
    border: 1px solid #262626;
    padding: 40px 30px 50px !important;
}

.testimonials-area .owl-item {
    padding: 0 10px;
}

.testimonials-area .carousel-item h5 {
    font-size: 24px;
    color: #fff;
    font-family: "Cormorant", serif;
}

.testimonials-area .carousel-item p {
    font-size: 16px;!;
    color: #ffffff9e;
    font-style: italic;
}

.testimonials-area  .iwt-text {
    color: #fff;
    font-family: "Cormorant", serif;
    font-size: 20px;
}

.testimonials-area 
 .iwithtext {
    margin-top: 30px !important;
}

/* Jewelry  */
.jewelry-area h2 span {
    font-size: 51px;
}

.jewelry-area ul {
    margin: 0;
    margin-bottom: 30px;
}

.jewelry-area ul li {
    list-style-type: none;
    padding-left: 30px;
    color: #fff;
    font-size: 15px;
    font-style: italic;
    position: relative;
    margin-bottom: 15px;
}

.jewelry-area ul li::before {
    content: "\f05d ";
    font-family: fontawesome;
    font-style: normal;
    position: absolute;
    left: 0;
    color: #f2ca44;
}

.jewelry-area p {
    width: 70%;
}
/* Instagram */
.insta-area h2 {
    margin-bottom: 30px !important;!i;!;
}

/* Footer */
.footer-area p {
    color: #ffffffcf;
	width: 80%;
}

.footer-area .wpb_raw_html ul {
    margin: 0;
    display: flex;
}

.footer-area .wpb_raw_html ul li {
    list-style-type: none;
    margin-right: 15px;
}

.footer-area .wpb_raw_html ul li a {
    color: #fff;
    background: #343330;
    display: inline-block;
    height: 50px;
    width: 50px;
    line-height: 50px;
    text-align: center;
    border-radius: 50%;
    font-size: 20px;
    transition: 0.5s;
}

.footer-area .wpb_raw_html ul li a:hover {
    background: #fff;
    color: #000;
}
.footer-area .widget_nav_menu h2 {
    color: #fff;
    padding-bottom: 20px;
}

.footer-area ul#menu-policy {
    padding-top: 70px;
}

.footer-area .widget_nav_menu ul {
    margin: 0;
}

.footer-area .widget_nav_menu ul li {
    list-style-type: none;
    margin-bottom: 15px;
}

.footer-area .widget_nav_menu ul li a {
    color: #ffffffcf;
}

.footer-area .widget_nav_menu ul li a:hover {
    color: #ffffff8a !important;!i;!;
}

.footer-area .iwithtext i {
    color: #fff;
    font-size: 16px;
    background: #303030;
    height: 40px;
    width: 40px;
    line-height: 40px;
    border-radius: 50%;
}

.footer-area .iwithtext .iwt-text a, .footer-area .iwithtext .iwt-text {
    color: #ffffffcf;
    font-size: 16px;
}
.footer-area h2 {
    color: #fff;
}

.footer-area .iwithtext {
    margin-bottom: 35px;
}
.copyright-area {
    border-top: 1px solid #303030;
    margin-top: 80px;
}
.nectar-global-section.before-footer {
    padding: 0 !important;!i;!;
}

/* Woocommerce */
.cat-item.cat-item-192 {
    display: none;
}

#custom_html-2 ul.products {
    display: block !important;
    width: 100%;
}

#custom_html-2 ul.products li {
    width: 100% !important;
}

#custom_html-2 ul.products li a img {
    display: none;
}
div#custom_html-2 {
    padding-top: 40px;
    margin-bottom: 0 !important;!i;!;
}

#custom_html-2 ul.products h2 {
    color: #fff !important;
    font-family: "Work Sans", sans-serif;
    padding: 0;
}

#custom_html-2 ul.products h2 mark.count {
    display: none;
}
h1.page-title {
    color: #fff;
}

.woocommerce .woocommerce-breadcrumb * {
    color: #fff !important;!i;!;
}

#sidebar h4 {
    color: #fff;
    opacity: 1;
    font-family: "Cormorant", serif;
    font-size: 25px;
}

.theiaStickySidebar{
    background: #181818;
    padding: 30px 20px !important;!i;!;
    border: 1px solid #262626;
}

.product-categories a {
    color: #fff !important;!i;!;
}

.product-categories span.count {
    color: #fff;
}

div#woocommerce_product_categories-2 {
    margin-bottom: 0 !important;!i;!;
}

ul.product-categories {
    margin-bottom: 0;
}
.woocommerce ul.products li.product .woocommerce-loop-product__title {
    color: #fff;
    text-align: center;
    font-size: 22px;
    font-family: "Cormorant", serif;
}

span.woocommerce-Price-amount.amount {
    color: #fff;
    font-weight: 300;
}

span.price {
    text-align: center;
}

.woocommerce .woocommerce-result-count, .woocommerce-page .woocommerce-result-count {
    color: #fff;
}
.woocommerce .woocommerce-ordering select {
    color: #fff !important;!i;!;
    border: 1px solid #fff !important;!i;!;
}

.woocommerce .woocommerce-ordering select option {
    color: #000;
}
.container-wrap {
    background: #181818;
}

.woocommerce div.product .product_title {
    color: #fff;
    font-size: 29px;
    line-height: 50px;
}

.woocommerce-product-details__short-description p {
    color: #fff;
}

.entry-summary .cart .quantity input.qty {
    color: #fff;
}

.woocommerce div.product form.cart .button {
    background: #fff !important;
    color: #000;
}

.woocommerce div.product form.cart .button:hover {
    color: #fff;
}

.woocommerce div.product_meta>span {
    color: #fff;
}

.product_meta a {
    color: #ffffff91;
}

.woocommerce div.product .woocommerce-tabs .full-width-content[data-tab-style*=fullwidth] ul.tabs li a {
    color: #fff;
}

.woocommerce-Tabs-panel * {
    color: #fff !important;
}

.woocommerce-tabs[data-tab-style=fullwidth] #reviews p.woocommerce-noreviews {
    border-color: #ffffff57;
}

.woocommerce .full-width-tabs #reviews #comment {
    border: 1px solid #ffffff57;
}

.woocommerce #review_form #respond .form-submit input {
    background: #fff !important;!i;!;
    color: #000 !important;!i;!;
    font-size: 16px;
    font-weight: 700;
}
.single-product .related.products h2 {
    color: #fff;
}
.flickity.product-thumbs .theiaStickySidebar {
    padding: 0 !important;!i;!;
}
.wc-block-cart-item__prices span.price.wc-block-components-product-price {
    text-align: left;
}

.wp-block-woocommerce-filled-cart-block * {
    color: #fff;
}

.wc-block-components-totals-wrapper {
    border-color: #fff;!;!i;!;
}

.wp-block-woocommerce-cart-order-summary-totals-block {
    border-color: #fff;
}

.wc-block-components-radio-control .wc-block-components-radio-control__input:checked {
    border: 1px solid #fff;
}

.wc-block-components-radio-control .wc-block-components-radio-control__input:checked:before {
    background: #000000;
}


.wc-block-components-quantity-selector:after {
    border-color: #fff;
}
.wp-block-woocommerce-empty-cart-block .wc-block-grid {
    margin-top: 90px;
}

.wp-block-woocommerce-empty-cart-block * {
    color: #fff;
}

h2.wp-block-heading.has-text-align-center.with-empty-cart-icon.wc-block-cart__empty-cart__title {
    font-size: 30px;
}
a.wc-block-components-button.wp-element-button.wc-block-cart__submit-button.contained {
    background: #fff;
    color: #000 !important;
}

a.wc-block-components-button.wp-element-button.wc-block-cart__submit-button.contained span.wc-block-components-button__text {
    color: #000;
    font-weight: 600;
}
.wc-block-components-title.wc-block-components-title {
    color: #fff;
}

.wc-block-components-checkout-step__description {
    color: #fff;
}

button.wc-block-components-address-form__address_2-toggle {
    color: #fff;
}

.wc-block-components-checkbox .wc-block-components-checkbox__label, .wc-block-components-checkbox>span {
    color: #fff;
}

.wc-block-components-radio-control--highlight-checked label.wc-block-components-radio-control__option--checked-option-highlighted {
    color: #fff;
}

.wc-block-components-radio-control__description-group>span, .wc-block-components-radio-control__label-group>span {
    color: #fff;
}

.wc-block-checkout__shipping-option .wc-block-checkout__shipping-option--free {
    color: #fff;
}

.wc-block-checkout__terms.wc-block-checkout__terms--with-separator.wp-block-woocommerce-checkout-terms-block {
    color: #fff;
}
.wc-block-components-sidebar.wc-block-checkout__sidebar * {
    border-color: #fff;
    color: #fff;
}

.wc-block-components-order-summary .wc-block-components-order-summary-item__quantity span {
    color: #000 !important;!i;!;!~;!;
}
.is-large .wp-block-woocommerce-checkout-order-summary-block {
    border-color: #fff !important;
}
.wc-block-components-order-summary .wc-block-components-order-summary-item__individual-prices {
    text-align: left;
}
.wc-block-components-text-input label {
    color: #000 !important;!i;!;
}
.page-numbers {
    color: #fff;
}

.page-numbers span.page-numbers.current {
    border: 1px solid;
}
.woocommerce nav.woocommerce-pagination ul li a:hover {
    color: #ffffff85 !important;!i;!;
}

body.archive .container.main-content {
    padding-bottom: 70px !important;
}
.nectar-slide-in-cart .header span {
    font-size: 24px;
    color: #fff;
}
/* Quality Page */
.quality-area h3 {
    color: #fff;
}

.quality-area p {
    color: #fff;
    font-size: 18px;
}

.quality-area .nectar-split-heading span {
    color: #fff !important;!i;!;
    font-family: "Cormorant", serif;
}
.jewelry-care-area p {
    color: #ffffffcf;
    font-size: 16px;
    font-weight: 300;
}
.light p {
    color: #ffffffcf;
}
/* Contact Page */
.contact--page p {
    color: #fff;
    font-size: 16px;
    line-height: 30px;
    font-weight: 300;
}

.contact--page h5 {
    color: #fff;
    font-size: 19px;
}

.contact--page a {
    color: #fff;
}
/* Responsive  */
@media only screen and (max-width: 1250px) {
	#top ul li.menu-item {
    margin-right: 10px;
}

.hero-area h3 {
    font-size: 80px !important;!i;!;!;!i;!;
    line-height: 80px;
    margin-bottom: 0 !important;!i;!;
}

.hero-area h1 {
    font-size: 80px;
    line-height: 100px;
}

.hero-area p strong {
    font-size: 18px;
    margin-bottom: 10px;
}

.hero-area p {
    width: 60%;
}
.hero-area a {
    padding: 10px 30px;
    margin-top: 20px;
}
.category-area h5 {
    line-height: 28px;
    font-size: 22px;
}

.category-area .common-sub-heading h4 span {
    font-size: 30px;
}

.common-main-heading h2 span {
    font-size: 45px;
    !i;!;!;!i;!;
}

.common-main-heading h2 span {
    font-size: 35px;
}

.common-col p {
    line-height: 25px;
}

a.primary-btn {
    font-size: 20px;
}

.woocommerce ul.products li.product.classic .product-wrap img {
    height: 250px;
}

.products-area h2.woocommerce-loop-product__title {
    font-size: 18px !important;!i;!;
    line-height: 26px !important;!i;!;
}

.custom-area .left-col .wpb_wrapper {
    padding: 24px 40px;
}

.testimonials-area .carousel-item h5 {
    font-size: 18px;
}

.testimonials-area .carousel-item p {
    font-size: 14px;
}

.testimonials-area .iwt-text {
    font-size: 18px;
}

.jewelry-area p {
    width: 100%;
}

.footer-area #copyright-area p {
    font-size: 12px !important;!i;!;
}
.footer-area .widget_nav_menu h2 {
    font-size: 24px;
}

.footer-area h2 {
    font-size: 24px;
}	
}
@media only screen and (max-width: 1000px) {
	div#header-outer {
    padding: 0;
}

div#header-space {
    height: 90px !important;!i;!;
}

header#top .row {
    height: 90px;
}

header#top .container {
    height: 90px !important;!i;!;
}

#header-outer header {
    height: 90px !important;!i;!;
}

.hero-area h4 {
    font-size: 16px;
}

.hero-area h3 {
    font-size: 70px !important;!i;!;
}

.hero-area h1 {
    font-size: 65px;
    line-height: 80px;
}

.hero-area p strong {
    font-size: 16px;
    line-height: 24px;
}
.category-area {
    padding: 50px 0 !important;
}

.marcia-area {
    padding: 50px 0 !important;
}

.about-area {
    padding: 50px 0 !important;
}

.products-area {
    padding: 50px 0 !important;
}

.woocommerce ul.products li.product.classic .product-wrap img {
    height: 400px;
}

.custom-area {
    padding-top: 50px !important;
}

.testimonials-area {
    padding: 50px 0 !important;
}

.testimonials-area button.owl-dot span {
    background: #a2852a !important;
}

.testimonials-area .span_12.dark .owl-theme .owl-dots .owl-dot.active span {
    background: #a2852a !important;
}
.footer-area ul#menu-policy {
    padding: 0;
}	
.about-area .row_col_wrap_12.col.span_12 {
    flex-direction: column-reverse;
}
.about-area .divider {
    margin-bottom: 30px;
}	
}
@media only screen and (max-width: 690px) {
a.slide_out_area_close {
    display: block !important;
}	
.hero-area h3 {
    font-size: 50px !important;
}

.hero-area h4 {
    letter-spacing: 5px;
}

.hero-area h1 {
    font-size: 50px;
    line-height: 60px;
}

.hero-area p strong br {
    display: none;
}

.hero-area p strong {
    font-size: 15px;
}

.hero-area p {
    width: 100%;
}

.category-area .common-sub-heading h4 span {
    font-size: 22px;
}

.common-main-heading h2 span {
    font-size: 30px;
    margin-bottom: 0;
}

.common-sub-heading {
    margin-bottom: 0 !important;
}

.common-sub-heading h4 span {
    font-size: 22px;
}

.woocommerce ul.products li.product.classic .product-wrap img {
    height: 220px;
}	
.hero-area h3 {
    font-size: 50px !important;
}

.hero-area h4 {
    letter-spacing: 5px;
}

.hero-area h1 {
    font-size: 50px;
    line-height: 60px;
}

.hero-area p strong br {
    display: none;
}

.hero-area p strong {
    font-size: 15px;
}

.hero-area p {
    width: 100%;
}

.category-area .common-sub-heading h4 span {
    font-size: 22px;
}

.common-main-heading h2 span {
    font-size: 30px;
    margin-bottom: 0;
}

.common-sub-heading {
    margin-bottom: 0 !important;
}

.common-sub-heading h4 span {
    font-size: 22px;
}

.woocommerce ul.products li.product.classic .product-wrap img {
    height: 220px;
}

.footer-area #copyright-area p {
    text-align: center;
    width: 100%;
}

.footer-area #copyright-area .img-with-aniamtion-wrap {
    text-align: center;
}

.footer-area #copyright-area .vc_col-sm-6.wpb_column {
    margin-bottom: 15px;
}	
}

