.nivo-caption, .hero-static-caption {
 background-color: transparent;
 bottom: auto;
 -webkit-box-sizing: border-box;
 box-sizing: border-box;
 left: 0;
 opacity: 1;
 padding: 0;
 position: absolute;
 top: 50%;
 -webkit-transform: translateY(-50%);
 -ms-transform: translateY(-50%);
 transform: translateY(-50%);
 width: 100%;
 z-index: 8;
}
/*-- Hero Video Content --*/
.hero-video-caption {
 background-color: rgba(240, 240, 240, 0.8);
 padding: 250px 0;
}
/*-- Slider Content --*/
.hero-slider-content {
 
}
.hero-slider-content h1 {
 color: #fff;
 font-family: "EB Garamond", serif!important;
 font-size: 45px; 
 font-weight: 600;
 margin-bottom: 12px!important; 
}
.hero-slider-content p {
 color: #fff;
 padding: 5px 0px 0px!important;  
}
.hero-slider-content a {
 border:2px solid #fff;
 color: #fff!important;
 display: block;
 width:140px;
 margin:15px 10px 15px 0px!important;
 font-size: 17px;
 padding: 6px 5px;
 text-transform: capitalize;
 text-align:center;
 float:left;
 clear: left;
 -webkit-transition: all 300ms linear;
 -moz-transition: all 300ms linear;
 -o-transition: all 300ms linear;
 -ms-transition: all 300ms linear;
 transition: all 300ms linear;
}
.hero-slider-content a:hover {
 background-color: #fff;
 color: #000!important;
}
/*-- Nivo Direction Nav --*/
.nivo-directionNav {
}
.nivo-directionNav a {
 width: 50px;
 display: block;
 /*border: 1px solid #fff;*/
	font-size: 40px;
 text-align: center;
}
.nivo-directionNav a .fa {
 color:#fff
}
.nivo-directionNav a:hover {
 background-color:transparent;
}
.nivo-directionNav a:hover .fa {
 color:#f2b420
}
.nivo-prevNav {
 left: 0px;
}
.nivo-nextNav {
 right: 0px;
}
.nivo-nextNav:before {
 right:0!important;
}
.nivo-nextNav span {
 float:left !important;
}
@media only screen and (min-width:320px) and (max-width:767px) {
 
.hero-slider-content {
margin-left:0px;
}
.hero-slider-content h1 {
    font-size: 22px !important;
    margin-bottom: 3px !important; 
    line-height: 24px;
}
.hero-slider-content p {
    font-size: 9px !important;
    line-height: 12px;
}
 .hero-slider-content a {
padding:3px 10px;
font-size:10px;
height:auto!important;
width:100px;
text-align:center
}
}
@media only screen and (min-width:768px) and (max-width:991px) {
.hero-slider-content h1 {
    font-size: 25px !important;
    margin-bottom: 10px !important; 
    line-height: 35px;
}
.hero-slider-content p {
    font-size: 12px !important;
    line-height: 20px;
}
.hero-slider-content a {
 margin:5px 10px 0px 0px!important;
}
}
 @media only screen and (min-width:992px) and (max-width:1199px) {
.nivo-caption, .hero-static-caption {
 top: 50%;
}
.hero-slider-content h1 {
    font-size: 35px !important;
    margin-bottom: 10px !important; 
    line-height: 45px;
}
.hero-slider-content p {
    font-size: 14px !important;
    line-height: 20px;
}
}
