/*
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;
    }

}

@media (max-width: 1366px) {
	.nectar-highlighted-text h1 {
		font-size: 50px;
		line-height: 55px;
	}

	.cont-90 .wpb_text_column p {
		width: 90%;
	}
}

@media (max-width: 1280px) {
	.nectar-highlighted-text h1 {
		font-size: 40px;
		line-height: 48px;
	}

	.cont-90 .wpb_text_column p {
		width: 95%;
	}
	
	br {
		display: none;
	}
}

@media (max-width: 1080px) {
	div#testimonials .nectar-carousel-flickity-fixed-content .nectar-carousel-fixed-content{
		padding-right: 10px !important;
	}
}

@media (max-width: 820px) {
	#h-sect3 ul li.tab-item a {
		padding: 10px 30px;
	}
	
	#h-sect6 {
		padding-top: 0px !important;
	}
	
	.off-canvas-menu-container.mobile-only ul li.menu-item a {
		font-size: 16px !important;
		line-height: 18px !important;
	}
}

@media (max-width: 480px) {
	#h-sect1 .nectar-highlighted-text h1 {
		font-size: 32px !important;
		line-height: 40px;
	}
	#h-sect1 {
        padding-top: 50px !important;
        height: 80vh !important;
    }
	
	.wpb_text_column p {
		font-size: 16px;
		line-height: 26px;
	}
	
	.cont-90 .nectar-highlighted-text h2 {
		width: 100%;
		font-size: 28px;
		line-height: 38px;
	}
	
	body .woocommerce .nectar-woo-flickity .flickity-slider .flickity-cell {
		padding: 15px;
		width: 50%;
	}
	
	#h-sect2 {
		padding-top: 50px !important;
	}
	
}	

@media (max-width: 428px) {
	#h-sect1 {
        padding-bottom: 100px !important;
    }
	
	#h-sect2, #h-sect5 {
        padding-right: 20px;
        padding-left: 20px;
    }
	
	#main-fot-row2 h5 {
		font-size: 80px;
	}
	
	#h-sect7 h3.toggle-title a {
		font-size: 18px !important;
		padding-right: 40px;
	}
}