/*
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=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Josefin+Sans:ital,wght@0,100..700;1,100..700&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Righteous&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Playball&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');
.cstm-head {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.cstm-head .left {
    display: flex;
    align-items: center;
    gap: 10px;
}

.cstm-head .left i {
    color: #000;
}

.cstm-head .left h6 {
    color: #000;
    margin-bottom: 0;
    font-family: 'Poppins';
    font-weight: 400;
}

.cstm-head .right ul li {
    display: flex;
    align-items: center;
    gap: 12px;
}

.cstm-head .right ul li a i {
    color: #000;
}

#header-secondary-outer ul {
    height: unset !important;
}

div#header-secondary-outer {
    border: none;
    background: url(/wp-content/uploads/2025/09/sec-bg.png);
    background-repeat: no-repeat;
    background-size: 100% 100% !important;
    z-index: 1;
}

div#header-outer {
    background-color: #fff !important;
    box-shadow: none !important;
}

.nectar-center-text {
    max-width: 100% !important;
    padding: 0px !important;
}

#top nav ul li a {
    font-weight: bold !important;
    font-size: 16px !important;
    color: #000;
    font-family: "Roboto", sans-serif !important;
}

h4 {
    font-family: 'Poppins' !important;
    font-weight: 400;
    color: #2E4A5B;
    font-size: 18px;
}

h2 {
    font-weight: bold;
    font-size: 50px;
    color: #2E4A5B;
    line-height: 1.2;
    font-family: "Roboto", sans-serif;
}

h2 strong {
    color: #D86069;
    font-family: "Roboto", sans-serif;
}

p {
    font-family: 'Poppins';
    font-weight: 400;
    font-size: 16px;
    color: #505050;
}

a.nectar-button.small.regular {
    font-weight: 400;
    font-size: 16px;
    letter-spacing: 1px;
    border-radius: 100px;
    padding: 18px 30px !important;
    top: 30px;
    font-family: "Roboto", sans-serif !important;
}

div#slider {
    padding: 100px 0px 100px !important;
}

#slider h4 {
    padding-top: 50px;
}

div#author {
    padding: 100px 0px 100px !important;
}

#author img {
    left: -50px;
}

#author .text {
    left: 0;
    top: 30px;
}

div#book {
    padding: 120px 50px 120px !important;
}

.row-bg.viewport-desktop.using-image {
    background-size: 100% 100% !important;
}

#slider h2 {
    font-family: "Roboto", sans-serif;
}

#book h5 {
    font-family: 'Josefin Sans';
    font-weight: bold !important;
    font-size: 16px;
    color: #000;
}

#book h5 strong {
    font-family: 'Josefin Sans';
    font-size: 20px;
    font-weight: bold;
}

#book a.nectar-button.small.regular:after {
    content: URL(/wp-content/uploads/2025/09/bk-star.png);
    position: absolute;
    left: 180px;
}

#press img {
    top: 30px;
}

#press a.nectar-button.small.regular {
    top: 70px;
}

div#press {
    text-align: center;
    padding: 100px 0px !important;
}

a.play_button_2.large.nectar_video_lightbox.magnific-popup {
    display: none;
}

#video .nectar-video-box {width: 9%;margin: auto;}

div#video {
    padding: 150px 0px 150px !important;
}

#test .carousel-item {
    background-color: #fff;
    width: 95%;
    margin: auto;
    padding: 30px;
    border-radius: 20px;
}

#test img {
    width: 60px;
}

#test .iwt-text {
    padding-left: 80px;
}

#test h5 {
    color: #2E4A5B;
    font-family: 'Josefin Sans';
    font-weight: bold;
    font-size: 24px;
    letter-spacing: 0;
    padding-top: 20px;
}

#test h6 {
    font-family: 'Poppins';
    font-weight: 400;
    font-size: 16px;
    margin-top: -10px;
    padding-bottom: 20px;
}

#test h5:before {
    content: URL(/wp-content/uploads/2025/09/star.png);
    position: absolute;
    top: -10px;
}

div#test {
    padding: 100px 0px 50px !important;
}

#blog .carousel-item {
    width: 90%;
    margin: auto;
    margin-top: 30px;
}

#blog a.nectar-button.small.regular {
    top: 0;
}

div#blog {
    padding: 100px 0px 100px !important;
}

div#cmng {
    padding: 50px 0px !important;
}

#news input {
    border-radius: 100px;
    height: 60px;
    border-color: #2E4A5B;
    background-color: transparent;
}

#news input::placeholder {
    color: #2E4A5B;
    opacity: 1;
}

#news button {
    border-radius: 200px;
    background-color: #D86069;
    font-size: 16px;
    text-transform: capitalize;
    font-family: inter;
    font-weight: 400;
    padding: 0px 50px !important;
    height: 50px;
    position: absolute;
    top: -80px;
    right: 10px;
    letter-spacing: 0;
}

div#news {
    padding: 30px 0px !important;
}

#news h2 {
    padding-top: 40px;
}

div#footer-outer {
    background-color: #fff !important;
    padding: 20px 0px 0px !important;
}

body.original #footer-outer #footer-widgets .col ul li {
    border: none;
}

#footer-outer ul#menu-header-navigation-2 {
    display: flex;
}

#footer-outer .widget.widget_nav_menu li a {
    padding: 0pc !important;
    margin-right: 13px;
    font-weight: bold !important;
    color: #2E4A5B !important;
    font-size: 16px;
    font-family: "Roboto", sans-serif !important;
}

div#copy {
    display: flex;
    justify-content: space-between;
}

#copy .two {
    display: flex;
    justify-content: space-between;
}

#footer-outer .col.span_6:nth-child(1) {
    width: 20%;
    margin-right: 100px;
}

#footer-outer .col.span_6:nth-child(2) {
    width: 65%;
    margin-right: 50px;
}

div#nav_menu-3 {
    border-bottom: 1px solid #213669;
    padding-bottom: 20px;
}

#cont button {
    border-radius: 200px;
    background-color: #D86069;
    font-size: 16px;
    text-transform: capitalize;
    font-family: inter;
    font-weight: 400;
    padding: 0px 50px !important;
    height: 50px;
    letter-spacing: 0;
}

#cont img {
    top: 100px;
}

#cont {
    padding: 50px 0px !important;
}

.inner-wrap h1 {
    color: #000 !important;
}

#slider .row-bg.viewport-desktop.using-image {
    background-size: 95% 100% !important;
    background-position: center center !important;
    background-color: #fff !important;
}
