/*
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
*/
body.page {
  --scroll-bar-w: 0px !important;
}

.center {
	text-align: center !important;
}

/* ==========================
   Home Section 1 Css
========================== */



/* ==========================
   Home Section 2 Css
========================== */

.cont-90 .nectar-highlighted-text h2 {
	width: 70%;
	margin: 0 auto;
}

.cont-90 .wpb_text_column p {
    width: 70%;
    margin: 0 auto;
    padding-bottom: 20px !important;
}

/* ==========================
   Footer
========================== */

#main-fot-row2 .nectar-split-heading {
    display: block !important;
	margin-top: 10px;
	margin-bottom: 10px;
}

#main-fot-row2 h5 {
	font-size: 100px;
	text-align: center;
}

/* ==========================
   AUR Footer Credit
========================== */

.aur-footer-credit{
    text-align:center;
    padding:20px 15px;
    max-width:700px;
    margin:0 auto;
}

.aur-tagline{
    margin:0 0 8px;
    font-size:12px;
    font-weight:500;
    letter-spacing:3px;
    text-transform:uppercase;
    color:#8FA3BF;
}

.aur-name{
    margin:0;
    font-size:16px;
    color:#D8DEE9;
    line-height:1.7;
}

.aur-name a{
    color:#FF6B00;
    text-decoration:none;
    font-weight:700;
    transition:0.3s ease;
}

.aur-name a:hover{
    color:#FFFFFF;
}

/* ==========================
   Tablet
========================== */

@media (max-width:768px){

    .aur-footer-credit{
        padding:18px 12px;
    }

    .aur-tagline{
        font-size:11px;
        letter-spacing:2px;
    }

    .aur-name{
        font-size:15px;
    }

}

/* ==========================
   Mobile
========================== */

@media (max-width:480px){

    .aur-footer-credit{
        padding:15px 10px;
    }

    .aur-tagline{
        font-size:10px;
        letter-spacing:1.5px;
    }

    .aur-name{
        font-size:14px;
        line-height:1.8;
    }

    .aur-name a{
        display:block;
        margin-top:6px;
    }

}

