/*
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=Nunito:ital,wght@0,200..1000;1,200..1000&display=swap');

.container-wrap {
	background-color: #fff;
}

div#header-space {
    display: none;
}

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

#top nav ul li a {
    font-family: Nunito !important;
    font-weight: 500 !important;
    color: #fff !important;
    font-size: 18px !important;
    margin: 0px 15px !important;
}

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

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

h4 {
    font-family: 'Nunito';
    font-size: 22px;
    color: #fff;
    font-weight: 400;
}

h2 {
    font-family: 'Nunito';
    font-size: 40px;
    font-weight: 900;
    color: #242A56;
    padding: 10px 0px !important;
}

#slider h2 {
    color: #fff;
    font-size: 50px;
    line-height: 1.2;
}

p {
    font-family: 'Nunito';
    font-size: 18px;
    font-weight: 400;
    color: #000;
}

#slider p {
    color: #fff;
}

a.nectar-button.small.regular {
    font-family: 'Nunito';
    font-size: 18px;
    font-weight: 600;
    padding: 18px 26px !important;
    border-radius: 5px !important;
    top: 20px;
}

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

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

#service img {width: 50px;}

#service h3 {
    font-family: 'Nunito';
    font-size: 22px;
    font-weight: bold;
    color: #242A56;
}

#service .vc_col-sm-4 {
    box-shadow: 0px 0px 5px 0px !important;
    margin: 0px auto;
    padding: 40px 30px 30px 30px !important;
    background-color: #fdfdfd;
    border-radius: 10px 50px !important;
    width: 32%;
}

#service p {
    font-size: 15px;
}

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

div#service {
    padding: 0px 0px 80px !important;
}

#test h5 {
    font-family: 'Nunito';
    font-size: 16px;
    color: #000;
    font-weight: 500;
}

#test h6 {
    font-family: 'Nunito';
    font-size: 16px;
    color: #585858;
    font-weight: 500;
    margin-top: -10px;
}

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

#pro a.nectar-button.small.regular {
    float: right;
    top: 50px;
}

div#copyright {
    background-color: #242A56 !important;
    padding: 10px 0px 10px !important;
}

div#copyright p {
    color: #fff;
    font-family: 'Open Sans';
    font-weight: bold;
}

#copyright .col.span_5 {
    width: 100% !important;
    text-align: center;
}

#top nav ul.sub-menu.tracked-pos a {
    color: #000 !important;
    font-size: 14px !important;
}

#top nav ul.sub-menu.tracked-pos {
    padding: 10px 0px  !important;
}

.col.span_12.section-title {
    margin-top: 100px;
}

button#wpforms-submit-56 {
    height: fit-content;
}

/**************************************************/

@media only screen and (max-width: 768px) {
	.row-bg.viewport-desktop.using-image {
    background-size: cover !important;
}

#slider h4, #slider h2, #slider p {
    text-align: center;
}

#slider h2 {
    font-size: 30px !important;
}

a.nectar-button.small.regular {
    width: 100%;
    text-align: center;
}

#service .vc_col-sm-4 {
    width: 100%;
    margin-bottom: 20px;
    text-align: center;
}

#pro h2, #pro p {
    text-align: center;
}
}