.owl-carousel {
    position: relative;
}
.owl-prev,
.owl-next{
    position: absolute;
    top: 0;
    height: 60px;
    width: 60px;
    bottom: 0;
    margin: auto;
}
.owl-prev{
	left: 0;
}
.owl-next{
  right: 0;
}
.owl-prev span,
.owl-next span {
    color: #fff;
    font-size: 60px;
	opacity:0;
	transition:0.5s;
}
.owl-carousel:hover .owl-prev span,
.owl-carousel:hover .owl-next span {
	opacity:1;
}
.owl-nav button:focus {
    outline: inherit;
}
.eyepress-home-slider .owl-nav,
.eyepress-home-slider .owl-nav.disabled {
    display: none !important;
}
.eyepress-home-slider.show-arrow .owl-nav,
.eyepress-home-slider.show-arrow .owl-nav.disabled {
    display: block !important;
}
.eyepress-home-slider .owl-dots,
.eyepress-home-slider .owl-dots.disabled {
    display: none;
}
.eyepress-home-slider.show-dots .owl-dots,
.eyepress-home-slider.show-dots .owl-dots.disabled {
    display: block;
}
/*social share widget style*/
.eyepress-social-widget li {
    display: inline-block;
}

.eyepress-social-widget li a {
    padding: 7px 14px;
    border: 1px solid #ccc;
    margin-right: 3px;
}

.eyepress-social-widget li a:hover {
    background: #000;
    color: #fff;
    opacity: 1;
}
/*About widget style*/
.about-img {
    position: relative;
    margin-bottom: 20px;
}
.about-img:before {
    position: absolute;
    bottom: 0;
    width: 100%;
    background: #000;
    left: 0;
    content: "";
    height: 100%;
    opacity: 0;
	transition:0.3s
}
.about-img img {
    margin: 0;
    width: 100%;
}
.about-img-cap {
    position: absolute;
    bottom: 0;
    color: #fff;
    z-index: 999;
    height: 80px;
    width: 100%;
    margin: auto;
    top: 40px;
    text-align: center;
    text-transform: uppercase;
    font-size: 20px;
    opacity: 0;
	transition:0.6s
}
.about-info:hover .about-img-cap,
.about-info:hover .about-img:before{
    opacity: 1;
}
.about-info:hover .about-img:before{
    opacity: 0.6;
}
/*recent post widget style*/
.eyepress-recent-img {
    width: 35%;
    float: left;
    margin-right: 4%;
}

.widget ul li.eyepress-recent-item {
    width: 100%;
    overflow: hidden;
    margin-bottom: 20px;
}

.eyepress-recent-img img {
    margin: 0;
}

.eyepress-recent-text {
    width: 61%;
    float: left;
    padding-right: 10px;
}

.eyepress-recent-text h4 {
    font-size: 15px;
    margin-bottom: 5px;
}

.eyepress-recent-text span.post-date {
    font-size: 12px;
    text-transform: uppercase;
}
/*Recent post slider widget style*/
.slider-recent-item.item {
    position: relative;
}

.slider-recent-text {
    position: absolute;
    top: 8%;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    width: 250px;
    height: 100%;
    text-align: center;
    z-index: 99;
    min-height: 100px;
}
.slider-recent-img img {
    min-height: 200px;
	margin-bottom:0;
}

.slider-recent-text .x-overlay {
    padding: 30px 20px;
}
.slider-recent-text h4 {
    min-width: 210px;
}
.owl-dots {
    text-align: center;
	display:none;
}
.show-dots .owl-dots {
    display: block;
}

.eyepress-slider-widget button.owl-dot {
    width: 8px;
    height: 8px;
    background: #ccc;
    margin: 0 5px;
}
.eyepress-slider-widget button.owl-dot.active {
    background: #000;
}

/*User style*/

.single-post-author{
    background: #ededed;
    padding: 15px;
    margin-top: 40px
}
.author-border {
    border: 1px solid #fff;
    padding: 30px;
}
.author-social li {
    display: inline-block;
    margin: 5px 10px;
}

.author-img {
    margin-bottom: 15px;
}

.author-img img {
    border-radius: 50%;
}
h4.author-name a {
    text-transform: uppercase;
}
.authot-desc {
    width: 100%;
    margin: auto;
    max-width: 600px;
}