/*
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.3
*/

.home a#logo {

}
.home .sf-menu {
  padding-top:15px;
}

#row-homepage-deb div.row_col_wrap_12 {
  flex-direction: column-reverse;
  display: flex !important
}

.row-bg {
  background-size: 1280px auto !important;
}


@media (max-width: 600px) {
  body #top #logo img, #header-outer[data-permanent-transparent="false"] #logo .dark-version {
      height:18px !important;
    }
    a#logo img {
      height:18px !important;
    }
    .row-bg {
    background-size: contain !important;
    }
    .row-bg.using-image {
      background-image: url("img/full-noir.jpg") !important;
    }
    .nectar-button {
      display: block;
    }
  }
