/*
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=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&display=swap');
@font-face {
  font-family: 'Famosa';
  src: url('/wp-content/themes/salient/css/fonts/Famosa-RegularDemo.otf') format('opentype'); 
}
@font-face {
  font-family: 'Famosa-Bold';
  src: url('/wp-content/themes/salient/css/fonts/Famosa-BoldDemo.otf') format('opentype'); 
}
@font-face {
  font-family: 'Bookman';
  src: url('/wp-content/themes/salient/css/fonts/Bookman-Old-Style.ttf') format('truetype'); 
}
#page-header-bg h1 {
    color: #bbbbbb;
}
header#top {
    margin-top: -22px;
    background-color: white;
	height: 115px;
}
#header-outer #social-in-menu i {
    color: #202020;
    font-size: 15px;
}

html #header-outer.transparent #top nav > ul > li > a,html #header-outer.transparent #top nav > .sf-menu > li > a {
    color: black !IMPORTANT;
	font-size: 16px;
    font-weight: 500;
    font-family: 'Poppins', sans-serif;
    opacity: 1 !important;
	letter-spacing: 0px;
}

html #header-outer.transparent[data-lhe="default"] #top nav .sf-menu > .current-menu-item > a,html #header-outer.transparent[data-lhe="default"] #top nav .sf-menu > .current_page_item > a {
    color: black !IMPORTANT;
	font-weight: 500;
    font-family: 'Poppins', sans-serif;
    font-size: 16px;
	letter-spacing: 0px;
}

html #header-outer.transparent[data-lhe="default"] #top nav > ul > li > a:hover {
    color: black !IMPORTANT;
}
header#top nav:before {
    height: 115px;
    width: 1px;
    background-color: #E5E5E5;
    content: '';
    position: absolute;
    left: 360px;
}

header#top nav:after {
    height: 115px;
    width: 1px;
    background-color: #E5E5E5;
    content: '';
    position: absolute;
    right: 365px;
}
ul.buttons.sf-menu {
    margin-right: 184px !important;
}
ul.buttons.sf-menu li a {
    background-color: white;
    border-radius: 30px;
    border: 1px solid #F5F5F5;
    padding: 3px 0px !IMPORTANT;
    width: 30px;
    height: 27px;
    margin-left: 12px !IMPORTANT;
}
div#banner {
    margin-top: 94px !important;
}
#banner .banner-txt {
    padding-top: 60px;
}

#banner .banner-txt h3 {
    font-size: 25px;
    font-family: 'Famosa';
    color: #d84b4a;
}

#banner .banner-txt h2 {
    color: #202020;
    font-size: 60px;
    text-transform: uppercase;
    font-weight: 600;
    font-family: 'Poppins', sans-serif;
    padding-top: 18px;
    padding-bottom: 15px;
}

#banner .banner-txt p {
    font-size: 14px;
    color: #5d5d5d;
    font-weight: normal;
    font-family: 'Poppins', sans-serif;
    padding-bottom: 78px;
}

#banner .banner-txt a.nectar-button.n-sc-button.medium.accent-color.regular-button:first-child {
    background-color: #d84b4a !IMPORTANT;
    font-size: 14px;
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    letter-spacing: 0px;
    color: white;
    border-radius: 6px;
    padding: 12px 18px;
}

#banner .banner-txt a.nectar-button.n-sc-button.medium.accent-color.regular-button:nth-child(2) {
    background-color: #494949!IMPORTANT;
    font-size: 14px;
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    letter-spacing: 0px;
    color: white;
    border-radius: 6px;
    padding: 12px 18px;
}
#banner #info img {
    width: 20px;
    padding-top: 5px;
}

#banner #info h3 {
    font-size: 20px;
    font-family: 'Poppins', sans-serif;
    color: #202020;
    letter-spacing: 0px;
    font-weight: 600;
    margin-bottom: 0px;
}

#banner #info .iwt-text {
    padding-left: 30px;
}

#banner #info h4 {
    font-size: 16px;
    color: #202020;
    font-weight: normal;
    font-family: 'Poppins', sans-serif;
    margin-left: -30px;
    padding-top: 2px;
}
#chap .vc_col-sm-4.wpb_column.column_container {
background-color: white;
    margin-left: 15px;
    margin-right: 15px;
    width: 360px;
    border-radius: 10px;
    box-shadow: 0px 1px 8px 3px #c3bbbb5c;
    margin-top: -35px;
    padding-bottom: 0px;
    padding-top: 8px;
    transition: 0.4s all linear;
    height: 180px;
}
#chap .vc_col-sm-4.wpb_column.column_container:hover{
    background:url("/wp-content/uploads/2021/05/chap_hover.png");
    background-repeat:no-repeat;
    background-size:cover;
}
#chap .vc_col-sm-4.wpb_column.column_container h2 {
    color: #d7e4da;
    font-family: 'Famosa-Bold';
    font-size: 150px;
    z-index: -99;
    margin-left: -25px;
    padding-top: 47px;
    opacity: 0.4;
}
#chap .vc_col-sm-4.wpb_column.column_container h3 {
    color: white;
    margin-top: -60px;
    font-size: 20px;
    background-color: #d84b4a;
    position: absolute;
    border-radius: 15px;
    font-family: 'Bookman';
    padding: 2px 4px;
    margin-left: 8px;
}

#chap .vc_col-sm-4.wpb_column.column_container h4 {
    color: #202020;
    font-size: 19.96px;
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    margin-bottom: 0px;
    padding-left: 5px;
}

#chap .vc_col-sm-4.wpb_column.column_container p {
    font-size: 14px;
    color: #5d5d5d;
    font-family: 'Poppins', sans-serif;
    font-weight: normal;
    line-height: 1.6;
    padding-left: 5px;
    width: 108%;
}

#chap .vc_col-sm-4.wpb_column.column_container .nectar_icon {
    margin-top: 18px !IMPORTANT;
}

#chap .vc_col-sm-4.wpb_column.column_container:hover h2 {
    color: #d7e4da;
}

#chap .vc_col-sm-4.wpb_column.column_container:hover h3 {
    color: #494949;
    background-color: white;
}

#chap .vc_col-sm-4.wpb_column.column_container:hover h4 {
    color: white;
}

#chap .vc_col-sm-4.wpb_column.column_container:hover p {
    color: white;
}

#chap .vc_col-sm-4.wpb_column.column_container:hover a {
    color: white !IMPORTANT;
}
#about .about-txt {
    padding-top: 110px;
}

#about .about-txt h3 {
    color: #4d7c57;
    opacity: 0.5;
    font-size: 30.77px;
    font-family: 'Famosa';
    letter-spacing: 1px;
    writing-mode: vertical-rl;
    text-orientation: mixed;
    margin-bottom: -240px;
}

#about .about-txt h2 {
    font-size: 60px;
    font-weight: 600;
    color: #202020;
    font-family: 'Poppins', sans-serif;
    text-transform: uppercase;
    padding-left: 42px;
    padding-bottom: 8px;
}

#about .about-txt p {
    font-weight: normal;
    color: #5d5d5d;
    font-size: 15.62px;
    font-family: 'Poppins', sans-serif;
    padding-left: 42px;
}

#about .about-txt a.nectar-button.n-sc-button.medium.accent-color.regular-button {
    font-size: 14px;
    font-weight: 600;
    font-family: 'Poppins', sans-serif;
    letter-spacing: 0px;
    background-color: #d84b4a !important;
    border-radius: 4px;
    padding: 14px 30px;
    margin-left: 40px;
    margin-top: 12px;
}

#readit .readit-txt h2 {
    font-size: 60px;
    color: #202020;
    font-family: 'Poppins', sans-serif;
    padding-bottom: 13px;
    text-transform: uppercase;
    font-weight: 600;
}

#readit .readit-txt {
    padding-top: 28px;
    padding-left: 18px;
}

#readit .readit-txt h3 {
    font-size: 46px;
    color: #202020;
    font-family: 'Poppins', sans-serif;
    text-transform: uppercase;
    font-weight: 600;
    padding-bottom: 25px;
}

#readit .readit-txt p {
    font-size: 15.62px;
    color: #5d5d5d;
    font-weight: normal;
    font-family: 'Poppins', sans-serif;
}

#readit .readit-txt h5 {
    font-size: 30.98px;
    color: #202020;
    font-family: 'Famosa';
    padding-top: 18px;
    padding-bottom: 18px;
}

#readit .readit-txt a.nectar-button.n-sc-button.medium.accent-color.regular-button:first-child {
    background-color: #494949 !important;
    font-size: 14px;
    font-weight: 600;
    font-family: 'Poppins', sans-serif;
    color: white;
    letter-spacing: 0px;
    padding: 13px 18px;
    border-radius: 4px;
}

#readit .readit-txt a.nectar-button.n-sc-button.medium.accent-color.regular-button:nth-child(2) {
    background-color: #d84b4a !important;
    font-size: 14px;
    font-weight: 600;
    font-family: 'Poppins', sans-serif;
    color: white;
    letter-spacing: 0px;
    padding: 13px 18px;
    border-radius: 4px;
}
#readit .readit-txt:after {content: '';position: absolute;left: 105%;top: -93px;background: url('/wp-content/uploads/2021/05/book-cover-back.png');padding: 233px 181px;height: 200px;width: 810px;background-repeat: no-repeat !important;background-size: contain;}

#readit img.img-with-animation.skip-lazy.animated-in {
    margin-left: 42px;
}
#event #event_top h3 {
    color: #202020;
    text-transform: uppercase;
    font-size: 60px;
    font-weight: 600;
    font-family: 'Poppins', sans-serif;
    letter-spacing: 0px;
    padding-bottom: 10px;
}

#event #event_top p {
    color: #5d5d5d;
    font-size: 15.62px;
    font-weight: normal;
    font-family: 'Poppins', sans-serif;
    padding-right: 80px;
}

#event #event_top a.nectar-button.medium.regular.accent-color.regular-button {
    color: white;
    font-size: 14px;
    letter-spacing: 0px;
    font-weight: 600;
    font-family: 'Poppins', sans-serif;
    background-color: #d84b4a !IMPORTANT;
    border-radius: 4px;
    padding: 13px 28px;
    margin-top: 30px;
}
#event .wpb_gallery_slides ul.flex-direction-nav{
    display:none;
}
#event .flex-gallery .slides img {
    height: 185px;
    border-radius: 8px;
    filter: brightness(0.7);
}
#event .flex-gallery .slides img:hover {
    filter: brightness(1);
}

#video_sec a.play_button_2.large.nectar_video_lightbox.magnific-popup {
    display: none !IMPORTANT;
}

#video_sec .video-txt {
    padding-top: 80px;
    margin-left: -28px;
}

#video_sec .video-txt h3 {
    color: #4d7c57;
    opacity: 0.5;
    font-size: 30.76px;
    font-family: 'Famosa';
    writing-mode: vertical-rl;
    text-orientation: mixed;
    margin-bottom: -110px;
    letter-spacing: 0px;
}

#video_sec .video-txt h2 {
    color: #202020;
    font-size: 60px;
    text-transform: uppercase;
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    padding-bottom: 15px;
    padding-left: 38px;
}

#video_sec .video-txt h4 {
    color: #202020;
    font-size: 46px;
    text-transform: uppercase;
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    padding-bottom: 16px;
    padding-left: 38px;
}

#video_sec .video-txt p {
    padding-left: 38px;
    font-size: 15.63px;
    color: #5d5d5d;
    font-weight: normal;
    font-family: 'Poppins', sans-serif;
}
#testi .testi-main {
    background-color: white;
    box-shadow: 0px 0px 10px 3px #d6d2d24a;
    border-radius: 7px;
    padding-left: 40px;
    padding-top: 55px;
    height: 500px;
    margin-left: 70px;
}
#testi .testi-img {
    margin-left: -165px;
}
#testi .testi-main h3 {
    color: #4d7c57;
    opacity: 0.5;
    font-size: 30.77px;
    font-family: 'Famosa';
    letter-spacing: 0px;
    writing-mode: vertical-rl;
    text-orientation: mixed;
    margin-bottom: -170px;
}

#testi .testi-main h2 {
    font-size: 60px;
    color: #202020;
    font-weight: 600;
    padding-left: 50px;
    padding-right: 80px;
    font-family: 'Poppins', sans-serif;
    text-transform: uppercase;
    line-height: 1;
    padding-bottom: 0px;
    margin-bottom: -5px;
}

#testi .testi-main p {
    color: #5d5d5d;
    padding-left: 50px;
    padding-right: 65px;
    font-weight: normal;
    font-size: 15.61px;
    font-family: 'Poppins', sans-serif;
    line-height: 2;
}

#testi .testi-main h4 {
    padding-left: 50px;
    color: #d84b4a;
    font-size: 24.95px;
    font-family: 'Famosa';
    margin-bottom: 0px;
}


#testi .testi-main h5 {
    font-size: 14px;
    color: #5d5d5d;
    font-weight: normal;
    font-family: 'Poppins', sans-serif;
    padding-left: 50px;
}

#testi .testi-main .owl-dots {
    display: none;
}

#testi img.img-with-animation.skip-lazy.animated-in {
    z-index: -99;
    margin-top: -50px;
}
#testi .testi-main .owl-nav.disabled {
    display: block;
    float: right;
    margin-right: 45px;
    position: relative;
    bottom: 70px;
}

#testi .testi-main .owl-nav.disabled button.owl-prev {
    background-color: transparent;
    border: none;
}

#testi .testi-main .owl-nav.disabled button.owl-prev span {
    color: black;
    font-size: 22px;
}

#testi .testi-main .owl-nav.disabled button.owl-next {
    background-color: transparent;
    border: none;
}

#testi .testi-main .owl-nav.disabled button.owl-next span {
    color: #d84b4a;
    font-size: 22px;
}
div#copyright {
    padding-top: 24px !IMPORTANT;
    padding-bottom: 22px !IMPORTANT;
}

div#copyright p {
    color: white !IMPORTANT;
    font-size: 13.97px;
    font-family: 'Poppins', sans-serif;
    font-weight: normal;
}

div#copyright p span {
    color: #bd4342 !IMPORTANT;
    text-transform: uppercase;
    font-size: 13.97px;
    font-family: 'Poppins', sans-serif;
    font-weight: normal;
}
html #footer-outer #footer-widgets .widget h4 {
    font-size: 18px;
    color: white !IMPORTANT;
    font-family: 'Famosa';
    font-weight: normal;
    letter-spacing: 0px;
}
#footer-outer #footer-widgets .span_3:first-child p {
    color: white;
    font-size: 14px;
    font-weight: normal;
    font-family: 'Poppins', sans-serif;
}

#footer-outer #footer-widgets .span_3:first-child ul.footer-ic li {display: inline;list-style: none;border-bottom: none !IMPORTANT;padding-right: 10px;}

#footer-outer #footer-widgets .span_3:first-child ul.footer-ic li a i {
    color: white;
    font-size: 14px;
    padding: 12px 14px;
    border-radius: 32px;
    background-color: #d84b4a;
}
html #footer-outer #footer-widgets .span_3:nth-child(2) ul li {
    list-style: none;
    border-color: #202020 !IMPORTANT;
    width: 170px;
}

html #footer-outer #footer-widgets .span_3:nth-child(2) ul li a {
    font-size: 14px;
    color: white !IMPORTANT;
    font-weight: normal;
    font-family: 'Poppins', sans-serif;
}
#footer-outer #footer-widgets .container .row {
     border-bottom: 1px solid #4c2121;
    padding-bottom: 32px;
    padding-top: 15px;
}
html #footer-outer #footer-widgets .span_3:nth-child(3) {
    margin-left: -90px;
}

html #footer-outer #footer-widgets .span_3:nth-child(3) ul.footer-info li {
    list-style: none;
    border-bottom: none !IMPORTANT;
}

html #footer-outer #footer-widgets ul.footer-info li i {
    float: left;
    color: #d84b4a;
    font-size: 16px;
}

html #footer-outer #footer-widgets ul.footer-info li h5 {
    margin-top: -36px;
    padding-left: 28px;
    font-size: 13px;
    color: #d84b4a;
    font-weight: normal;
    text-transform: uppercase;
    font-family: 'Poppins', sans-serif;
    margin-bottom: 0px;
}

html #footer-outer #footer-widgets ul.footer-info li p {
    font-size: 12px;
    color: white;
    font-family: 'Poppins', sans-serif;
    padding-left: 28px;
    margin-top: -10px;
}
#footer-outer #footer-widgets .span_3:last-child form input[type="text"] {
    float: left;
    width: 170px;
    background: transparent !IMPORTANT;
    color: white;
    border-bottom: 3px solid #313131;
}

#footer-outer #footer-widgets .span_3:last-child form input[type="email"] {
    float: right;
    width: 175px;
    background: transparent !IMPORTANT;
    border-bottom: 3px solid #313131;
    color: white;
    margin-top: -46px;
    margin-right: -64px;
}
#footer-outer #footer-widgets .span_3:last-child form textarea {
    background: transparent !IMPORTANT;
    border-bottom: 2px solid #313131;
    height: 55px;
    color: white;
    margin-top: -20px;
}
html #footer-outer #footer-widgets .span_3:last-child form input[type="submit"] {
    background-color: #d84b4a !IMPORTANT;
    font-family: 'Poppins', sans-serif;
    font-size: 14px;
    font-weight: 600;
    padding: 12px 30px;
    border-radius: 5px;
}
#footer-outer #footer-widgets .span_3:last-child form {
    margin-top: -25px;
}
#newsletter h3 {
    color: #d84b4a;
    font-size: 20px;
    font-family: 'Famosa';
    font-weight: normal;
    margin-bottom: 0px;
}

#newsletter h2 {
    color: white;
    font-size: 27px;
    text-transform: uppercase;
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
}

#newsletter input.es_required_field.es_txt_email.ig_es_form_field_email {
    background: transparent !IMPORTANT;
    border-bottom: 2px solid #202020;
}
#newsletter input[type="submit"] {
    background: url('/wp-content/uploads/2021/05/flyer-ic.png');
    color: transparent;
    background-repeat: no-repeat !important;
    width: 0px;
    position: relative;
    top: -44px;
    float: right;
}
#newsletter form {
    padding-top: 20px;
}
#newsletter .row-bg.using-image.using-bg-color {
    background-size: 100% 100% !IMPORTANT;
}

#footer-outer[data-using-bg-img="true"] {
    background-size: 100% 100% !IMPORTANT;
}