/**
*
* Theme Name: onlinegeeks
* Theme URI:
* Version: 1.0
* description:
* Author: BatterseaWebExpert
* Author uri: https://www.batterseawebexpert.com/
*/

.fs-20{
	font-size:20px;
	font-weight:bold;
}

  .number-remove {
     counter-reset: term definition;
   }

figure {
    margin-bottom:1rem !important;
}
.sources {
    border: 1px solid #ccc;
    border-left: 3px solid #f2263a;
    padding: 10px;
    padding-left: 20px;
    margin-top: 10px;
}
.sources::before {
    content: "►";
    color: #f2263a;
    margin-right: 10px;
}

/* Author Template */


.author-image-box img{
    width: 100%;
}
.author-inner-box{
    position: relative;
    padding: 25px 15px 0;
}

.author-inner-box:before {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 120px;
    width: 100%;
    background-color: #F4F5F8;
    content: "";
    transition: all 400ms ease;
}


.author-inner-box:hover:before {
    background-color: #404040;
}
.author-info-box{
    position: relative;
    padding: 0 15px;
    margin-bottom: 25px;
}

.speciality {
    color: #8c8f94;
    font-size: 12px;
}

.author-image-box{
    position: relative;
}
.single-auth-name a{
    color: #222429;
    font-size: 18px;
    font-weight: 600;
}
.author-inner-box:hover .single-auth-name a:hover{
color: #f92b28;
}


.author-inner-box:hover .single-auth-name a{
    color: #fff;
}

.author-inner-box .share-icon {
    position: absolute;
    right: 20px;
    bottom: -45px;
    height: 40px;
    width: 40px;
    line-height: 40px;
    text-align: center;
    font-size: 16px;
    color: #fff;
    background-color: #f92b28;
    transition: all 300ms ease;
    z-index: 1;
}

.author-social-links {
    position: absolute;
    right: 20px;
    top: 100%;
    margin-top: 5px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    background-color: #f92b28;
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transform-origin: top;
    transform-origin: top;
    z-index: 3;
    visibility: hidden;
    opacity: 0;
    transition: all 400ms ease;
}

.author-inner-box:hover .author-social-links{
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
    opacity: 1;
    visibility: visible;
}

.styled-icons li {
    display: inline-block;
    /* margin-bottom: 5px; */
    margin-top: 0;
    padding-left: 0 !important;
}
.author-social-links a {
    position: relative;
    height: 40px;
    width: 40px;
    display: block;
    font-size: 14px;
    line-height: 40px;
    text-align: center;
    margin: 0;
    color: #fff;
    transition: all 300ms ease;
}


.author-social-links a:hover {
    color: #fff;
    background-color: #000;
}

.author-info-box::before {
    content: "";
    width: 4px;
    height: 47px;
    background: red;
    position: absolute;
    left: -16px;
}