.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: #555;
    font-size: 60px;
    opacity: 0;
    transition: 0.5s;
    text-shadow: 0 1px 0 rgb(0 0 0);
}
.owl-carousel:hover .owl-prev span,
.owl-carousel:hover .owl-next span {
	opacity:1;
}
.owl-nav button:focus {
    outline: inherit;
}
.affiliate-eye-home-slider .owl-nav,
.affiliate-eye-home-slider .owl-nav.disabled {
    display: none !important;
}
.affiliate-eye-home-slider.show-arrow .owl-nav,
.affiliate-eye-home-slider.show-arrow .owl-nav.disabled {
    display: block !important;
}
.affiliate-eye-home-slider .owl-dots,
.affiliate-eye-home-slider .owl-dots.disabled {
    display: none;
}
.affiliate-eye-home-slider.show-dots .owl-dots,
.affiliate-eye-home-slider.show-dots .owl-dots.disabled {
    display: block;
}
.slider-recent-img {
    position: relative;
}
.affiliate-eye-wslider-text {
    position: absolute;
    bottom: 0;
    left: 0;
    text-align: center;
    display: flex;
    justify-content: center;
    width: 100%;
    background: #ffffffc4;
    padding: 13px 5px;
}
.affiliate-eye-overlay h4 {
    font-weight: 700;
}
/*social share widget style*/
.affiliate-eye-social-widget li {
    display: inline-block;
}

.affiliate-eye-social-widget li a {
    padding: 7px 9px;
    border: 1px solid #ccc;
    margin-right: 3px;
    border-radius: 50%;
}

.affiliate-eye-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*/
ul.afx-post-widget.afxw-style1 li,
ul.afx-post-widget.afxw-style2 li {
    display: flex;
}
ul.afx-post-widget li img{
    border-radius: 2px;
}
ul.afx-post-widget.afxw-style2 li {
    align-items: center;
}
.afxw-style3 .affiliate-eye-recent-img ,
.afxw-style4 .affiliate-eye-recent-img {
    margin-bottom: 1rem;
}

ul.afx-post-widget.afxw-style3 li {
    margin-bottom: 1.5rem;
}
.afxw-style1 .affiliate-eye-recent-img,
.afxw-style2 .affiliate-eye-recent-img {
    flex: 0 0 80px;
    margin-right: 10px;
}
.afxw-style2 .affiliate-eye-recent-img {
    border-radius: 50%;
    overflow: hidden;
    height: 80px;
}
.afxw-style2 .affiliate-eye-recent-img img{
    min-height: 80px;
}
ul.afx-post-widget.afxw-style4 {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
}

ul.afx-post-widget.afxw-style4 li {
    width: 45%;
}
.afx-post-widget h4 {
    font-size: 16px;
}

.afx-post-widget span.post-date {
    font-size: 12px;
    margin-top: -2px;
    display: block;
}

ul.afx-post-widget li {
    margin-bottom: 1rem;
}

.topbar-menu {
    text-align: right;
}