/*
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=Beth+Ellen&display=swap');

#rev_slider_3_1_forcefullwidth h1, #rev_slider_3_1_forcefullwidth h1 i{
	font-family: 'Beth Ellen', cursive!important;
	letter-spacing: normal!important;
	line-height: 1.2!important;
}

.bg-contain .row-bg{
    background-size: contain!important;
}
.field {
	display: flex;
	align-items: center;
	justify-content: space-around;
	width: 300px;
}

.mouse {
	width: 50px;
	height: 90px;
	border: 3px solid #fff;
	border-radius: 60px;
	position: relative;
	&::before {
		content: '';
		width: 12px;
		height: 12px;
		position: absolute;
		top: 10px;
		left: 50%;
		transform: translateX(-50%);
		background-color: #fff;
		border-radius: 50%;
		opacity: 1;
		animation: wheel 2s infinite;
		-webkit-animation: wheel 2s infinite;
	}
}
@keyframes wheel {
	to {
		opacity: 0;
		top: 60px;
	}
}

@-webkit-keyframes wheel {
	to {
		opacity: 0;
		top: 60px;
	}
}


@media only screen and (max-width: 690px){
	.mouse {
		width: 30px;
		height: 55px;
		border: 2px solid #fff;
		&::before {
			content: '';
			width: 8px;
			height: 8px;
		}
	}
	@keyframes wheel {
		to {
			opacity: 0;
			top: 40px;
		}
	}

	@-webkit-keyframes wheel {
		to {
			opacity: 0;
			top: 40px;
		}
	}

}

body #footer-outer #breadcrumb {
	border: none;
    background-color: #292929;
	padding: 20px 0;
    font-size: 16px;
}
body #footer-outer #breadcrumb p{
	margin-bottom: 0;
	padding-bottom: 0;
}

.sgpb-theme-6-content{
	box-shadow: none!important;
}

.sgbp-preloaded-image-1501{
	box-shadow: 0px 10px 15px -3px rgba(0,0,0,0.1);
}


