/*
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 {
    padding: 0 20px;
    overflow: auto;
}

#revSliderHolder {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.fbm-bg-image {
    background: #1a1a1a none center center no-repeat;
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    overflow: hidden;
    z-index: 5;
    transition: transform 250ms, opacity 250ms, top 250ms, bottom 250ms;
    transform: translateZ(0);
}

p {
    padding: 0;
}

@media only screen and (min-width: 1000px) {
    .container {
        max-width: 100%;
    }
}

@media only screen and (min-width: 690px) and (max-width: 999px) {
    .container {
        max-width: 100%;
    }
    body {
        padding-left: 52px;
    }
}