/*
Theme Name: Salient Child Theme
Theme URI: http: //mysite.com/
Description: This is a custom child theme for Salient
Author: My Name
Author URI: http: //mysite.com/
Template: salient
Version: 0.1
*/
body{
    background-color: #FFF !important;
}



.ascend {
    background-color2: #FFFFFF;
}

header#top #logo img {
    margin-top: 25px;
    max-width: 109px;
    height: auto;
}

body[data-header-format="left-header"] #header-outer nav ul li a [class*="fa-"] {
    display: inline-block;
    font-size: 24px;
    width: 22px;
    height: 26px
}

.main-content>.row{
    margin-right:200px;
}






@media only screen and (min-width: 1001px){

/*left nav */
  #header-outer[data-format="left-header"]{
    width: 200px;
    left: 0;
    height: 100%;
    box-shadow: none;
    -webkit-box-shadow: none;
    border-right: 0px solid rgba(0, 0, 0, 0.07);
  }

body[data-header-format="left-header"] #header-outer nav{
    display:table-cell;
    padding-top: 0px;
    vertical-align:top;
    /* vertical-align:middle */
}

body[data-header-format="left-header"] #header-outer .nav-outer {
    display: table;
    height: 100%;
}



body[data-header-format="left-header"] #header-outer {
    padding-top: 135px;
}



  body[data-header-format="left-header"][data-dropdown-style="minimal"] .sf-menu > li > ul, body[data-header-format="left-header"] .sf-menu li > ul, body[data-header-format="left-header"][data-dropdown-style="minimal"] .sf-menu > li.sfHover > ul, body[data-header-format="left-header"] .sf-menu li.sfHover > ul, body[data-header-format="left-header"][data-dropdown-style="minimal"] .sf-menu li li ul{
    position:relative!important;
    max-height: 0;
    top:0!important;
    box-sizing: content-box;
    margin-left: 7px;
    padding-top:0!important;
    padding-bottom:0!important;
    left:0!important;
    pointer-events:auto!important;
    width:auto!important;
    -webkit-box-shadow:none!important;
    box-shadow:none!important;
    -webkit-transition:max-height 0.5s cubic-bezier(0.215,0.61,0.355,1),padding 0.25s cubic-bezier(0.215,0.61,0.355,1)!important;
    transition:max-height 0.5s cubic-bezier(0.215,0.61,0.355,1),padding 0.25s cubic-bezier(0.215,0.61,0.355,1)!important;
    -ms-transform:none!important;
    -webkit-transform:none!important;
    transform:none!important;
    border:none!important;
    overflow: hidden;
    opacity:1!important;
  }



}


@media only screen and (max-width: 1000px) and (min-width: 1px) {


    .main-content>.row{
    margin-right: 24px;
    margin-left: 16px;
    }
}

.main-content > div {
    padding-bottom: 0px;
}

@media only screen and (max-width: 690px) {
    .container, div.slider-nav, .post-area.standard-minimal.full-width-content article.post .inner-wrap {
        max-width: initial !important;
    }
    .psgal {
        max-width: 90%;
    }
    .psgal figure {
        width: 100%;
    }

    .main-content>.row{
    margin-right: 24px;
    margin-left: 16px;
    }

}

