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

.text-align-left {
  text-align: left;
}
.text-align-center {
  text-align: center;
}
.text-align-right {
  text-align: right;
}
@media (min-width: 691px) {
  .text-align-left-medium {
    text-align: left;
  }
  .text-align-center-medium {
    text-align: center;
  }
  .text-align-right-medium {
    text-align: right;
  }
}
@media (min-width: 1000px) {
  .text-align-left-large {
    text-align: left;
  }
  .text-align-center-large {
    text-align: center;
  }
  .text-align-right-large {
    text-align: right;
  }
}

@media (min-width: 1241px) {
  .slide-out-widget-area-toggle {
    display: none !important;
  }
}


.nectar-button {
  margin-bottom: 0;
}


#footer-widgets .widget .sub-menu {
  display: none !important;
}


.portfolio-wrap {
  margin-bottom: 20px !important;
}

@media only screen and (max-width: 1000px) and (min-width: 1px) {
  body.material #page-header-wrap {
    margin-bottom: 0;
  }
}

@media only screen and (min-width: 1241px) and (max-width: 1492px) {
  #header-outer[data-lhe="animated_underline"] #top nav > ul > li > a {
    margin-left: 12px;
    margin-right: 12px;
    font-size: 14px;
  }
  body.material[data-header-format="default"] #header-outer[data-has-buttons="yes"]:not([data-format="left-header"]) #top nav>.buttons {
    margin-left: 10px;
  }
}

@media only screen and (min-width: 1241px) and (max-width: 1320px) {
  #header-outer #logo img,
  #header-outer .logo-spacing img {
    height: 50px;
  }
}
