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

.small-nav #menu-item-177 {
  height:34px !important;
}

#menu-item-177:hover {
  background-color:#eaad68 !important;
}

#header-outer:not([data-lhe="animated_underline"]) header#top nav > ul > li#menu-item-177 > a:hover {
  color:#fff !important;
}

#website-carousel .owl-next,
#website-carousel .owl-prev {
  background:transparent;
  margin:0;
  padding:0;
  border-radius:none;
  float:left;
}

#website-carousel .owl-next {
  float:right;
}

#website-carousel .owl-nav {
  position:absolute;
  top:30%;
  width: calc(100% + 100px);
  left: -50px;
}
@media only screen and (min-width: 1090px) {
  #website-carousel .owl-nav {
    left:0;
    width:100%;
  }
  #website-carousel .owl-next,
  #website-carousel .owl-prev {
    float:none;
    position:relative;
  }
  
  #website-carousel .owl-next {
    right:-430px;
  }

  #website-carousel .owl-prev {
    left:-430px;
  }
}

.icon-salient-left-arrow-thin, .icon-salient-right-arrow-thin {
  background-color: transparent!important;
  color: #888888;
  font-size: 30px;
  line-height: 28px;
  transition: color 0.2s linear 0s;  
}

@media only screen and (min-width: 1000px) {
  .full-width-content.parallax_section .row-bg.using-image {
    background-size:100%;
  }
}
