.GeekSocialNewsFeed {
    display: flex;
    justify-content: center;
    padding:20px;
}
.GeekSocialButtons {
    display: flex;
    justify-content: center;
    margin: 0 0 4vh 0;
    cursor: pointer;
}
.SButton {
    padding: 2vh;
    /*background: #ECEFF1;*/
    background: #263238;
    color: #fff;
}
#Social_Feeds_Owl_Carousel .owl-prev {
    position: absolute;
    top: 35%;
    left: -37px;
    transition : background-color 1s;
}
#Social_Feeds_Owl_Carousel .owl-next {
    position: absolute;
    top: 35%;
    right: -37px;
    transition : background-color 1s;
}
#Social_Feeds_Owl_Carousel .owl-next:hover, #Social_Feeds_Owl_Carousel .owl-prev:hover {
    background-color: #fff;
}
#Social_Feeds_Owl_Carousel.owl-theme .owl-dots .owl-dot.active span{
    background: #f58220;
}

.TabActive {
    /*background: #f58220 !important;*/
    background: #ffffff !important;
    color: #000;
}
.TabActiveFB {
    background: #3b5999 !important;
}
.TabActiveTW {
    background: #55acee !important;
}
.TabActiveYT {
    background: #cd201f !important;
}

.hover-value {
    font-size: 0px;
    -webkit-transition: font-size 0.3s;
    transition: font-size 0.3s;
}

span:hover .hover-value {
    font-size: inherit;
}

#Social_Feeds_Owl_Carousel .card-img img {
    display:block;
    color: #ffffff;
    background: #03125d;
    transition: all .3s;

}
.SocialCard{
    overflow: hidden;
    margin:0px;
    /*background:#f1f1f1;*/
    padding:10px;
    transition: all 0.5s ease-in-out;
}
.SocialCard:hover{background:#ECEFF1;color:#263238;
    transition: all 0.5s ease-in-out;}


.owl-stage-outer > .owl-stage > .owl-item > .card {
    padding: 0px !important;
}


.loader {
    margin-top: 35vh;
    border: 4px solid #f3f3f3;
    border-radius: 50%;
    border-top: 4px solid #343a40;
    width: 40px;
    height: 40px;
    -webkit-animation: spin 2s linear infinite; /* Safari */
    animation: spin 2s linear infinite;
}

/* Safari */
@-webkit-keyframes spin {
    0% { -webkit-transform: rotate(0deg); }
    100% { -webkit-transform: rotate(360deg); }
}

@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}



/*.owl-prev,
.owl-next {
    position: absolute;
    top: 170px;
//transform: translateY(-50%);
    background:#1b1b1b !important;
    color: #ffffff !important;
}
.owl-prev span,
.owl-next span{font-size:30px;line-height:20px}
.owl-prev {
    left: -10px;
}

.owl-next {
    right: -10px;
}
.owl-theme .owl-nav [class*='owl-']:hover {
    background: #263238 !important;
}
.owl-nav .owl-next, .owl-nav .owl-prev {
    width: 40px;
    height: 40px;
    margin-top: -1.5rem;
    border-radius: 50% !important;
    transition: all .3s;

}*/


.TimeAgo {
    padding-bottom: 10px;
    font-size: 12px;
}

.CardHead {
    display: flex;
    justify-content: space-between;
}

.geek-title > .content  {
    text-transform: capitalize;
    margin: 0px !important;
    line-height: 25px;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    overflow: hidden;
    height: 20vh;
}
.geek-social-card-box {
    height: 40vh !important;
}
.CheckIt {
    display: flex;
    justify-content: center;
    padding: 3%;
    margin-top: 8%;
    color: #fff;
}
.main_pic {
    background-size: auto 200px;
    min-height: 200px;
    position: relative;
    z-index: 9;
    overflow: hidden;
}
.blur_background{
    overflow: hidden;
    background-repeat: no-repeat;
    background-position: center;
    background-color: #fff;
    background-size: 160%;
    margin-top: -200px;
    z-index: 0;
    display: block;
    filter: blur(10px);
    -webkit-filter: blur(10px);
    min-height: 200px;
    width: 100%;
    position: relative;
    left: 0px;
    transform: scale(1);

}

.SocialIcon{
    width: 28px !important;
    padding-left: 6px;
}

/****** Custom Code **********/

.GeekSocialNewsFeed .owl-item {
	background-color: #fff;
}

/****** Custom Code **********/