/*
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
*/


.privacy-policy-headline {
    display: none;
    justify-content: center;
    width: 100%;
    padding: 20px 0px 0px 0px !important;
    position: fixed;
    left: 50%;
    transform: translateX(-50%);
    bottom: 39px;
    background-color: black;
    color: #fff;
    font-size: 15px !important;
    line-height: 17px !important;
    z-index: 999;
}

.privacy-policy-headline a.privacy-policy-link {
    color: white !important;
    text-decoration: underline;
    margin-right:15px;
}

#close-headline a{
    color: white !important;
    position:relative;
    top:2px;
}

@media (max-width: 767px){
    .privacy-policy-headline {
        padding: 20px 20px 0px 20px !important;
    }
}

