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

.custom-angle-down-hide{
	display: none;
}

.custom-angle-down{
	border-radius: 100px;
    animation: down_arrow_bounce 2.3s infinite;
    position: relative;
    height: 50px;
    width: 50px;
    line-height: 50px;
    text-align: center;
    vertical-align: middle;
	display: inline-block;
}

.custom-angle-down i {
    font-size: 24px;
    width: 24px;
    height: 24px;
    line-height: 24px;
    color: #fff;
    top: 0;
    display: inline-block;
    background-color: transparent;
}

@media only screen and (min-height: 700px) and (max-height: 1015px) {
   .custom-angle-down-hide {
	   display: block;
	}
	
}


