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



/*
 * Owl Carousel Navigation
 */

.owl-theme .owl-nav .disabled {
	opacity:0.1;
}

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

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

.owl-carousel .owl-nav {
 position:absolute;
 top:50%;
 width: 90%;
 left: 5%;
}

.owl-carousel .owl-next {
	left:50% !important;
}

.owl-carousel .owl-prev {
	left:calc(50% * -1) !important;
}

/* @media only screen and (min-width: 1090px) { */
 .owl-carousel .owl-nav {
   left:0;
   width:100%;
 }
 .owl-carousel .owl-next,
 .owl-carousel .owl-prev {
   float:none;
   position:relative;
   border:none !important;
 }
/* } */

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