/*
Theme Name: Salient Child Theme
Description: This is a custom child theme for Salient
Author: Rajan Vijayan
Author URI:  http://rajanvijayan.com
Template: salient
Version: 1.0
*/

@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&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');

#top nav ul li a {
    font-size: 21px;
    text-transform: uppercase;
    color: #2f2f2f;
    font-weight: 500;
    font-family: "Poppins";
    padding: 10px 20px !important;
}


#footer-outer, #nectar_fullscreen_rows > #footer-outer.wpb_row .full-page-inner-wrap {
    background-color: #FFF;
}
body #footer-outer .row {
    padding: 30px 0;
}

#footer-outer .copyright p{
    font-size: 19px;
    color: #2c2c2c;
    font-weight: 400;
    font-family: "Poppins";
}
#footer-outer .social-icons{
    text-align: right;
}
#footer-outer .social-icons ul li{
    display: inline-block;
}
#footer-outer .social-icons ul li a {
    font-size: 19px;
    color: #2c2c2c;
    padding: 10px;
}

.wpb_text_column h1 {
    font-size: 50px;
    font-weight: 800;
    font-family: "Montserrat";
}

.wpb_text_column h4{
    font-size: 23px;
    font-weight: 600;
    font-family: "Poppins";
}

.wpb_text_column h2{
    font-size: 41px;
    font-weight: 700;
    font-family: "Montserrat";
    line-height: 1.3;
}

.wpb_text_column h3{
    font-size: 31px;
    color: #000000;
    font-weight: 700;
    font-family: "Montserrat";
    text-align: center;
}

.wpb_text_column p{
    font-size: 20px;
    letter-spacing: 0px;
    line-height: 32px;
    font-weight: 400;
    font-family: "Poppins";
    color: #303030;
}

.light .wpb_text_column p {
    color: #FFF;
}

.about-me .wpb_text_column h2 {
    font-size: 37px;
    text-transform: uppercase;
    color: #2d6fc5;
    font-weight: 800;
    font-family: "Montserrat";
}

.blog-recent .post-header .title a {
    font-size: 26px;
    color: #0b4060;
    font-weight: 700;
    font-family: "Poppins";
    text-align: center;
    line-height: 1.3;
}

.blog-recent .excerpt {
    font-size: 19px;
    line-height: 28px;
    color: #272727;
    font-weight: 400;
    font-family: "Poppins";
}

.blog-recent img.wp-post-image {
    border-radius: 20px;
}

body.material .nectar-button.large {
    font-size: 24px;
    letter-spacing: 0px;
    line-height: 32px;
    font-weight: 700;
    font-family: "Poppins";
    border-radius: 30px !important;
}

.content-inner p {
    font-size: 20px;
    letter-spacing: 0px;
    line-height: 32px;
    font-weight: 400;
    font-family: "Poppins";
    color: #303030;
}

.wp-singular h1.entry-title {
    font-size: 50px !important;
    font-weight: 800 !important;
    font-family: "Montserrat" !important;
}