/*
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=Playfair+Display:wght@400;500;600;700;800;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400;500;600;700;800&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@100;300;400;500;700;900&display=swap');
@font-face {
  font-family: 'Proxima-Nova-Semibold';
  src: local('Proxima-Nova-Semibold'), url('fonts/Proxima-Nova-Semibold.woff') format('woff');
}
@font-face {
  font-family: 'Proxima-Nova-Regular';
  src: local('Proxima-Nova-Regular'), url('fonts/Proxima-Nova-Regular.woff') format('woff');
}
/* font-family: 'Playfair Display', serif;
 * font-family: 'Open Sans', sans-serif;
 * font-family: 'Proxima-Nova-Semibold';
 * font-family: 'Proxima-Nova-Regular';
 * font-family: 'Roboto', sans-serif; */


/* Header */
body #header-secondary-outer .nectar-center-text {
    width: 100% !important;
    max-width: 100% !important;
}
.secondry-text a {
    font-size: 16px;
    font-weight: 300 !important;
    color: #fff !important;
    font-family: 'Open Sans', sans-serif;
    margin: 0 10px !important;
    border-right: 1px solid #fff;
    padding-right: 15px;
}
div#header-secondary-outer {
    background-color: #2f157a !important;
}
.secondry-text {
    float: right !important;
}
.secondry-text a:nth-child(3) {
    border: none !important;
}
.secondry-text a:nth-child(4) {
    border: none;
}
.secondry-text a:nth-child(4) {
    font-size: 20px !important;
    font-weight: 400 !important;
    position: relative;
}
.secondry-text a:nth-child(4) i {
    border: 1px solid #fff;
    padding: 5px 7px;
    border-radius: 30px;
    font-size: 16px;
}
.secondry-text a:nth-child(4)::before {
    content: '';
    background-color: #fff;
    width: 1px;
    height: 46px !important;
    position: absolute;
    top: -10px;
    left: -20px;
    opacity: 0.5 !important;
}
ul.sf-menu li a span {
    font-size: 17px;
    font-weight: 400 !important;
    font-family: 'Open Sans';
    color: #fff !important;
    text-transform: uppercase;
}
#header-space {
    height: 0 !important;
    background-color: transparent !important;
}
div#header-outer {
    height: 0 !important;
}
.current-menu-item a span {
    font-weight: 800 !important;
    text-decoration: underline !important;
}
#header-outer.transparent #top nav > .sf-menu > li > a {
    opacity: 1 !important;
}
/* Banner Sec */
.content h3 {
    font-size: 68px;
    line-height: 80px;
    font-weight: 600 !important;
    color: #fff !important;
    width: 49%;
    font-family: 'Playfair Display', serif;
    opacity: 1 !important;
}
.content p {
    font-size: 25px !important;
    font-weight: 300 !important;
    color: #fff;
    font-family: 'Open Sans';
	opacity: 1 !important;
}
.content a {
    font-size: 22px !important;
    font-weight: 400 !important;
    color: #fff !important;
    border: 1px solid #fff;
    transition: 0.5s;
    padding: 10px 70px 12px 70px;
    /* display: inline-block; */
    margin-top: 60px !important;
    text-align: center;
    display: inline-block;
    line-height: 30px;
    font-family: 'Playfair Display' !important;
}
.content a:hover {
    border: 1px solid #2f157a;
    background-color: #2f157a;
    transition: 0.5s;
}


/* Employ Sec */

.txt-blk h3 {
    font-size: 50px;
    font-weight: 500 !important;
    line-height: 60px;
    font-family: 'Playfair Display';
    color: #000;
}
.txt-blk p {
    font-size: 17px;
    line-height: 25px;
    font-family: 'Open Sans';
    color: #000 !important;
    font-weight: 400 !important;
}
.employ-sec img {
    width: 96% !important;
}
.employ-sec .vc_col-sm-4 img {
    transform: scale(1.4) !important;
}
div#employ-sec {
    overflow: hidden !important;
}
div#employ-sec img.img-with-animation.skip-lazy.img1.animated-in {
    margin-left: 100px !important;
}


/* Practice Sec */
div#practice-sec .txt-blk h3 {
    color: #fff !important;
    margin-bottom: 50px;
}
div#practice-sec .txt-blk h4 {
    font-size: 30px;
    font-family: 'Playfair Display';
    font-weight: 400 !important;
    color: #fff !important;
}
div#practice-sec .txt-blk p {
    font-size: 16px;
    font-family: 'OPEN SANS';
    font-weight: 300 !important;
    color: #eeeeef !important;
}
div#practice-sec .txt-blk a {
    font-size: 18px;
    font-weight: 500 !important;
    color: #000 !important;
    background-color: #fff !important;
    padding: 5px 12px;
    border-radius: 30px;
    display: inline-block;
    margin-top: 150px !important;
    border: 1px solid #fff !important;
}
div#practice-sec img {
    width: 100%;
    height: 400px;
    object-fit: cover !important;
}
div#practice-sec .txt-blk.hidden-text {
    background-color: #241061a1 !important;
    padding: 20px 30px;
    /* opacity: 1 !important; */
    height: 250px;
    position: absolute;
    top: 0;
    bottom: 0;
    height: 100% !important;
    display: none !important;
    transition: 0.5s;
}
div#practice-sec .vc_col-sm-4 {
    position: relative;
    padding: 0 !important;
    padding-left: 5px !important;
}
div#practice-sec .vc_col-sm-4:hover .txt-blk.hidden-text {
    display: block !important;
    transition: 0.5s;
}
div#practice-sec .txt-blk.txt-blk1 {
    position: absolute;
    bottom: 0;
    left: 10px;
}
div#practice-sec .vc_col-sm-4:hover .txt-blk.txt-blk1 {
    display: none !important;
}
div#practice-sec .inner_row {
    margin-bottom: -10px !important;
}


/* Care Sec  */

div#care-sec .txt-blk h3 {
    font-size: 60px;
    line-height: 70px;
    font-weight: 600 !important;
}
div#care-sec .txt-blk p {
    font-size: 17px;
    font-weight: 400 !important;
    color: #000 !important;
    font-family: 'Open Sans';
}
.txt-blk a {
    font-size: 22px;
    font-weight: 400 !important;
    font-family: 'Playfair Display';
    background-color: #2f157a !important;
    color: #fff !important;
    padding: 10px 40px 15px;
    text-align: center;
    display: inline-block;
    margin-top: 10px !important;
    transition: 0.5s;
    border: 1px solid #2f157a !important;
}
.txt-blk a:hover {
    transition: 0.5s;
    background-color: transparent !important;
    border: 1px solid #2f157a !important;
    color: #2f157a !important;
}

/* Attorney Sec */
div#attorney-sec img {
    width: 100%;
}
div#attorney-sec h4 {
    font-size: 35px;
    line-height: 40px;
    font-family: 'Playfair Display';
    font-weight: 500 !important;
    color: #000 !important;
    display: block;
    margin-top: 30px !important;
}
div#attorney-sec h4 strong {
    display: block;
    font-size: 25px !important;
    line-height: 30px;
    font-weight: 400 !important;
    color: #2f157a !important;
    font-family: 'PLAYFAIR DISPLAY';
}
div#attorney-sec a, div#attorney-sec p {
    font-size: 17px;
    font-weight: 400 !important;
    color: #000 !important;
    font-family: 'Open Sans' !important;
}
div#attorney-sec .div1 {
    margin-bottom: 0 !important;
}
div#attorney-sec .div1 i {
    color: #2f157a !important;
    font-weight: 600 !important;
    margin-right: 5px;
    font-size: 16px !important;
}
div#attorney-sec .wpb_raw_html p {
    margin-top: 10px !important;
    width: 80% !important;
}


/* Contact Sec */
div#contact-sec .txt-blk h4 {
    font-size: 50px;
    line-height: 60px;
    font-family: 'PLAYFAIR DISPLAY';
    font-weight: 500 !important;
    color: #fff !important;
    margin-bottom: 20px !important;
}
div#contact-sec .txt-blk a, div#contact-sec .txt-blk p {
    font-size: 25px !important;
    font-family: 'Playfair Display';
    font-weight: 400 !important;
    color: #fff !important;
    background-color: transparent !important;
    border: none !important;
    padding: 0 !important;
    line-height: 30px !important;
}
div#contact-sec .txt-blk .div1 {
    display: flex;
    margin-bottom: 10px !important;
}
div#contact-sec .txt-blk .div1 i {
    font-size: 25px;
    color: #fff !important;
    margin-top: 12px;
    margin-right: 10px;
}
div#contact-sec .txt-blk {
    background-color: #311875c7;
    padding: 50px;
    width: 40%;
}

/* Blog Sec */
div#blog-sec .txt-blk h3 {
    margin-bottom: 50px !important;
}
div#blog-sec .col.span_4 .wp-post-image {
    height: 390px;
    object-fit: cover;
    width: 100%;
}
h3.title {
    font-size: 27px !important;
    font-weight: 400 !important;
    font-family: 'Playfair Display';
    color: #525252 !important;
    line-height: 32px !important;
    width: 80%;
}
div#blog-sec .excerpt {
    font-size: 16px;
    font-weight: 400 !important;
    font-family: 'OPEN SANS' !important;
    color: #525252 !important;
}
div#blog-sec .post-header span {
    font-family: 'Open Sans';
    color: #525252 !important;
}
.home .blog-recent .col .post-header h3 a {
    color: #525252 !important;
}

/* Footer */
div#footer-outer {
    background-color: #0b1828 !important;
}
div#footer-outer h4 {
    font-size: 18px !important;
    color: #ffffff !important;
    font-weight: 400 !important;
    font-family: 'Roboto', sans-serif !important;
    text-transform: uppercase !important;
}
div#footer-outer a, div#footer-outer p {
    font-size: 15px !important;
    font-weight: 400 !important;
    color: #fff !important;
    font-family: 'Roboto', sans-serif;
    z-index: 999 !important;
}
div#footer-widgets .col:nth-child(4) {
    width: 100%;
    margin-top: 90px;
    position: relative;
}
div#footer-widgets .col:nth-child(2) {
    width: 30% !important;
    border-right: 1px solid #24303e !important;
    padding-right: 40px !important;
}
div#footer-widgets .col {
    padding: 0 20px !important;
}
.ftr2 {
    display: flex;
    justify-content: space-between;
}
.ftr2 ul li {
    margin: 10px 0;
}
div#footer-widgets .col:nth-child(1) {
    border-right: 1px solid #24303e !important;
    width: 30% !important;
}
.ftr4 ul {
    display: flex;
    justify-content: space-between !important;
}
.ftr4 ul li {
    display: flex;
    align-items: center;
}
.ftr4 ul li i {
    margin-right: 20px !important;
}
div#footer-widgets .col:nth-child(4)::before {
    content: '';
    background-color: #091422 !important;
    height: 80px;
    position: absolute;
    top: -23px !important;
    left: -1000px;
    right: -1000px;
    border: 1px solid #111b28 !important;
}
.ftr4 ul li a {
    text-transform: uppercase !IMPORTANT;
    font-family: 'Playfair Display' !important;
}
div#copyright .col.span_5 {
    width: 100% !IMPORTANT;
    text-align: center;
}
div#copyright {
    padding-top: 0 !important;
}
div#footer-widgets .col:nth-child(1) p {
    width: 90% !important;
}


/* Inner Pages */

/* Attorney Page */
#page-header-bg h1 {
    font-size: 100px;
    line-height: 100px;
    font-family: 'Playfair Display';
    font-weight: 400 !important;
    color: #ffffff !important;
}
#page-header-bg .subheader {
    font-family: 'Open Sans' !important;
    font-size: 25px;
    color: #ffffff !important;
    font-weight: 300 !important;
}
.page-id-75 div#attorney-sec p {
    width: 100% !important;
}
.page-id-75 div#attorney-sec .wpb_raw_html p {
    width: 80% !important;
}

/* Blog Page */
div#blog-inner .wpb_raw_html.txt-blk h3 {
    font-size: 25px !important;
    line-height: 30px !important;
}
div#blog-inner .wpb_raw_html.txt-blk a {
    font-size: 18px !important;
    padding: 10px 20px !important;
}
div#blog-inner .wpb_raw_html .txt-blk span {
    font-size: 15px !important;
}
div#blog-inner .wpb_raw_html.txt-blk span {
    font-size: 15px;
    font-family: 'Open Sans' !important;
    font-weight: 400 !important;
    color: #525252 !important;
}
div#blog-inner .wpb_raw_html.txt-blk i {
    color: #091c9c !important;
}
div#blog-inner .txt-blk p {
    color: #525252 !important;
}
div#blog-inner .txt-blk h3 {
    font-size: 35px !important;
    line-height: 40px !important;
    width: 80% !important;
}
div#blog-inner .post-header h3 {
    color: #fff !important;
}
div#blog-inner .excerpt {
    display: none !important;
}
div#blog-inner a.law {
    display: none !important;
}
div#blog-inner .post-meta {
    display: none !important;
}
div#blog-inner .post-header span {
    color: #fff !important;
    font-family: 'Open Sans';
    font-weight: 400 !important;
    background-color: #241555 !important;
    padding: 5px 10px !important;
}
div#blog-inner .article-content-wrap {
    padding: 0 !important;
    padding-top: 360px !important;
    padding-left: 30px !important;
}
div#blog-inner .vc_col-sm-6 {
    box-shadow: 0 0 10px #00000054 !important;
    padding: 0 !important;
    margin-right: 30px;
    flex: 1;
    padding-bottom: 50px !important;
}
div#blog-inner .wpb_raw_html.txt-blk {
    padding: 0 20px !important;
}
div#blog-inner .vc_col-sm-6 img {
    width: 100%;
}
div#blog-inner .category-law::before {
    background-color: transparent !important;
}
.content-inner {
    font-family: 'Roboto';
    color: #000 !important;
}
div#author-bio {
    font-family: 'Roboto' !important;
    color: #000 !important;
}


/* Service Page */
div#services-inner .txt-blk.txt-blk1 h3 {
    font-size: 35px !important;
    line-height: 40px !important;
    color: #000 !important;
    margin-bottom: 20px !important;
    margin-top: 30px !important;
}
div#services-inner .txt-blk.txt-blk1 p {
    color: #333333 !important;
    font-family: 'OPEN SANS' !important;
    width: 90% !important;
    margin: 0 !important;
}
div#services-inner .txt-blk.txt-blk1 h4 {
    font-size: 18px;
    font-weight: 500 !important;
    color: #2f157a !important;
    font-family: 'Open Sans' !important;
}
div#services-inner img {
    width: 100% !important;
}
div#services-inner .txt-blk p {
    width: 70% !important;
    margin: 0 auto !important;
}

/* VIsion Page */
.page-id-97 div#services-inner .txt-blk.txt-blk1 h3 {
    margin-top: 0 !important;
}
.page-id-97 div#services-inner .txt-blk.txt-blk1 {
    margin-bottom: 50px;
}
.page-id-97 div#services-inner img {
    width: 90% !important;
}


/* Contact Page */
div#contact-inner .txt-blk h4 {
    font-size: 28px;
    line-height: 35px !important;
    font-family: 'Open Sans' !important;
    font-weight: 600 !important;
    color: #323232 !important;
    width: 70% !important;
    text-transform: uppercase;
    margin-bottom: 20px !important;
}
div#contact-inner .txt-blk a {
    color: #2f157a !important;
    background-color: transparent !important;
    border: none !important;
    font-size: 30px;
    line-height: 35px !important;
    padding: 0 !important;
    font-weight: bold !important;
}
div#contact-inner .txt-blk i {
    font-size: 26px !important;
    color: #2f157a !important;
    margin-right: 10px;
}
div#contact-inner .txt-blk .div1 {
    margin-bottom: 0 !important;
}
div#contact-inner .wpb_raw_html.txt-blk .div1:nth-child(3) a {
    font-size: 20px !important;
    text-transform: uppercase !important;
}
.contact-page-form input, .contact-page-form textarea {
    background-color: transparent !important;
    border: 1px solid #7f7f7f !important;
    border-radius: 0 !important;
}
.contact-page-form .row {
    display: flex !important;
}
.contact-page-form .row .col-md-12 {
    width: 100% !important;
}
.contact-page-form .fname {
    width: 97% !important;
}
.contact-page-form .your-email {
    width: 95%;
}
.contact-page-form input::placeholder, .contact-page-form textarea::placeholder {
    color: #a7a6a6 !important;
    font-size: 16px;
    font-family: 'Open Sans';
}
.contact-page-form textarea {
    height: 200px !important;
}
.contact-page-form input.wpcf7-form-control.has-spinner.wpcf7-submit.submit-btn {
    width: 100%;
    background-color: #2f157a !important;
    font-family: 'Playfair Display';
    color: #fff !important;
    font-size: 18px !important;
    font-weight: 400 !important;
}
span.wpcf7-not-valid-tip {
    display: none;
}
.wpcf7-form .wpcf7-not-valid {
    border-color: red !important;
}
.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output {
    color: red;
    border-color: red;
    text-align: center;
}
.wpcf7 form.sent .wpcf7-response-output {
    text-align: center;
    color: #46B450;
} 
#to-top {
    background-color: #4a0021 !important;
	bottom: 10px !important;
}








@media (max-width: 1280px) {
	
	.content h3 {
    font-size: 54px !important;
    line-height: 60px !important;
}

.content p {
    font-size: 16px !important;
    line-height: 13px !important;
}

.content a {
    font-size: 17px !important;
    padding: 10px 40px;
}
	
	
	
}


.content {
    display: none !important;
}



.postid-80 img.alignnone.size-full.wp-image-132 {margin: 0 auto;display: table;}


.div1 {
    line-height: 50px !important;
}


.page-id-79 #page-header-bg h1 {
    color: #2f157a !important;
}

.page-id-79 #page-header-bg .subheader {
    color: #2f157a !important;
}

div#attorney-sec .vc_col-sm-6 .vc_column-inner {
    padding: 30px !important;
}