/*
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
*/


.container.main-content, .container.normal-container.row {
    --scroll-bar-w: 0px !important;
}
.makeup-social-links {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 160px;
    margin: 0;
}
.makeup-social-links li {
    list-style: none !important;
}
/* header css */
a#logo {
    display: none !important;
}
header#top {
    padding-top: 20px;
    padding-bottom: 20px !important;
    background: #FFF7FE;
    border-bottom: 1px solid #CEC3D3;
}
header#top nav ul li a {
    color: #4C4451 !important;
    opacity: unset !important;
}
/* banner css */
.sig-text {
    font-family: 'Amsterdam Signature';
    font-size: 130px;
    line-height: 138px;
    color: #2E0052;
}
h1 {
    color: #2E0052;
    text-transform: uppercase;
}
div#main-banner img {
    margin-left: 100px;
    border-radius: 260px 260px 0px 0px !important;
}
#purple-btn {
    background: #2E0052 !important;
    text-transform: uppercase;
    font-family: 'Manrope' !important;
    font-size: 16px;
    line-height: 24px;
    padding: 12px 16px !important;
    margin-right: 10px;
    border-radius: unset !important;
    transform: unset !important;
    opacity: unset !important;
    box-shadow: unset !important;
    transition: all 0.2s ease;
    position: relative;
    overflow: hidden;
    z-index: 1;
    border: 1px solid #2E0052;
}
#purple-btn:before {
    content: "";
    background: #fff;
    height: 10px;
    width: 10px;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    border-radius: 50%;
    transition: all 1s;
    transform: scale(0);
}

#purple-btn:hover:before {
    transform: scale(29.1);
}

a#purple-btn span {
    position: relative;
    z-index: 9;
}

a#purple-btn:hover {
    color: #2E0052;
    border: 1px solid #2E0052;
}
#purple-btn.transparent {
    background: unset !important;
    border: 1px solid #000 !important;
    color: #000 !important;
}
/* end banner css */
/* Meet sharon css */
div#meet-intro {
    text-align: center;
}
div#meet-intro p {
    max-width: 840px;
    margin: 0 auto;
}
div#meet-content .lig-col .vc_column-inner {
    background: #ffffff5c;
    padding: 20px;
}
div#meet-content .makeup-social-links {
    display: flex;
    gap: 20px;
    margin: 0;
    padding-top: 20px;
}
div#meet-content .makeup-social-links li {
    list-style: none;
}
div#meet-content .lig-col .vc_column-inner #purple-btn {
    padding: 15px 52px !important;
}
div#meet-content strong, div#meet-content li {
    color: #fff;
}
#meet-content li {
    padding-bottom: 5px;
}
div#meet-sharon {
    padding-top: 50px !important;
    padding-bottom: 50px !important;
}
/* end meet css */
/* Counter sec css */
div#counter-sec .nectar-milestone .number, div#counter-sec .nectar-milestone .symbol {
    color: #2E0052;
    font-family: 'Playfair Display' !important;
    font-size: 74px !important;
    line-height: 82px !important;
}
div#counter-sec .nectar-milestone .subject {
    font-family: 'Manrope' !important;
    font-weight: 600 !important;
    font-size: 17px !important;
    line-height: 25px !important;
    color: #4C4451 !important;
}
/* end counter css */
/* progress bar css */
.stats-wrapper {
    display: flex;
    align-items: flex-start;
    gap: 45px;
    font-family: Arial, sans-serif;
}

.stat-box {
    width: 95px;
}

.stat-box h4 {
   font-size: 16px !important;
   font-weight: 500;
   color: #010101;
   letter-spacing: 0.3px;
   white-space: nowrap;
   font-family: 'Manrope' !important;
}

/* DONUT */
.donut {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* Inner white circle */
.donut::before {
    content: "";
    position: absolute;
    width: 70px;
    height: 70px;
    background: #fff;
    border-radius: 50%;
}

/* Gender */
.gender-donut {
    background: conic-gradient(
        #542080 0deg 241.2deg,
        #542080 241.2deg 360deg
    );
}

/* Engagement */
.engagement-donut {
    background: conic-gradient(
        #542080 0deg 39.6deg,
        #f7eefb 39.6deg 360deg
    );
}

/* Center content */
.donut-content {
    position: relative;
    z-index: 2;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.donut-content strong {
    font-size: 14px;
    line-height: 22px;
    color: #542080;
    font-weight: 700;
}
.donut-content span {
    font-size: 7px;
    line-height: 9px;
    color: #222;
}
div#media-intro h3 {
    text-align: center;
}
div#media-intro .sig-text {
    font-size: 55px;
    line-height: 63px;
    font-weight: 400;
}
div#end-content h6 {
    color: #010101;
}
.num-pur {
    font-family: 'Manrope' !important;
    font-size: 50px !important;
    line-height: 58px !important;
    color: #2E0052;
    font-weight: 500;
}
div#end-content {
    padding-top: 50px;
}
div#media-intro p {
    text-align: center;
    max-width: 1060px;
    margin: 0 auto;
    padding-top: 30px;
    color: #4C4451;
}
div#media-intro {
    border-bottom: 1px solid #00000012;
    padding-bottom: 30px;
}
div#end-content h5 {
    color: #000;
}
div#media-intro h3 {
    color: #2E0052;
}
/* end progress css */
/* brads sec css */
div#media-intro.brad-intro {
    border-bottom: unset !important;
    padding-top: 50px;
}
div#brad-sec {
    padding-top: 10px !important;
    padding-bottom: 70px !important;
}
/* brad sec css end  */
/* video css */
div#video-sec .vc_column-inner {
    padding: 5px !important;
    border-radius: 70px !important;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}
div#video-sec .vc_column-inner img {
    border-radius: 50px;
}
div#video-sec a.play_button.large.nectar_video_lightbox {
    position: absolute;
    bottom: 0px;
    right: 0;
    left: 0;
    margin: 0 auto;
    top: 320px;
    display: inline-flex !important;
    justify-content: center !important;
    align-items: center !important;
    opacity: unset !important;
    background: #2D2D2D;
    border-radius: 50px;
}
.span_12.dark .nectar_video_lightbox.play_button:before {
    border: unset !important;
}
div#video-sec .hover-wrap {
    margin: 0 !important;
}
a.play_button.large.nectar_video_lightbox svg path {
    fill: #fff !important;
}
/* end video css */
/* contact css */
#contact-info .makeup-social-links {
    display: flex;
    gap: 10px;
    margin: 0;
    position: absolute !important;
    bottom: -20px;
    left: 190px;
}
#contact-info .makeup-social-links li {
    list-style: none;
}
#contact-info .info {
    display: flex;
    margin: 0;
    gap: 20px;
}
#contact-info .info li {
    list-style: none;
    font-size: 17px;
    line-height: 25px;
}
#contact-info .touch-form input, #contact-info .touch-form select, #contact-info .touch-form textarea {
    background: unset;
    border: unset !important;
    border-bottom: 1px solid #00000057 !important;
    border-radius: unset !important;
}
#contact-info .touch-form textarea {
    height: 120px;
    resize: none;
}
#contact-info .touch-form label {
    font-size: 16px !important;
    line-height: 24px !important;
    color: #4C4451 !important;
}
#contact-info .info a {
    color: #4C4451;
}
#contact-info .info i {
    color: #2E0052;
}
.touch-btn input.wpcf7-form-control.wpcf7-submit.pub-btn, body[data-button-style*="slightly_rounded"] input[type=submit] {
    padding: 20px 80px !important;
    text-transform: uppercase;
    font-family: 'Manrope' !important;
    font-size: 20px !important;
    line-height: 28px !important;
    font-weight: 500;
    transform: unset !important;
    box-shadow: unset !important;
    opacity: unset !important;
    background: #2E0052;
    border-radius: unset !important;
    color: #000;
}
div#footer-outer {
    display: none;
}
div#ft-end {
    padding: 20px 0 !important;
}
div#ft-end h5 {
    color: #2E0052;
    font-style: italic;
    font-family: 'Playfair Display' !important;
}
div#ft-end p {
    text-align: right;
    color: #4C4451;
}
/* end ft  */