/* 
  Template Name: Ruletrol - Law Firm Bootstrap Template
  Template URI: https://www.designtocodes.com/product/ruletrol-law-firm-bootstrap-template/
  Description: Ruletrol is a responsive bootstrap template specifically designed for Law firms, Advocates, or agencies.
  Author: designtocodes
  Author URI: https://www.designtocodes.com
  Text Domain: Ruletrol
*/
/* =========================================== tag page css start ===========================================*/

.d2c_author {
  padding: 100px 0px;
}
.d2c_author .d2c_author_column {
  padding: 15px;
  display: none;
}
.d2c_author .d2c_author_content {
  width: 100%;
  height: 300px;
  background: linear-gradient(
      0deg,
      rgba(34, 34, 34, 0.9),
      rgba(34, 34, 34, 0.9)
    ),
    url(../images/author_bg.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  box-shadow: 0px 0px 22px rgba(0, 0, 0, 0.06);
  border-radius: 5px;
  text-align: center;
  display: flex;
  align-items: center;
  position: relative;
}
.d2c_author .d2c_author_content .d2c_author_details {
  width: 100%;
}
.d2c_author .d2c_author_content .d2c_author_details .d2c_author_image {
  width: 80px;
  height: 80px;
  margin: 0 auto 15px auto;
  border: 2px solid var(--default_one);
  border-radius: 5px;
}
.d2c_author .d2c_author_content .d2c_author_details .d2c_author_image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.d2c_author .d2c_author_content .d2c_author_details h3 {
  font-family: var(--primary_font);
  font-weight: bold;
  font-size: 22px;
  text-transform: uppercase;
  color: var(--primary-color);
}
.d2c_author .d2c_author_content .d2c_author_details p {
  font-family: var(--primary_font);
  font-size: 16px;
  color: var(--default_one);
  margin-bottom: 10px;
}
.d2c_author .d2c_author_content .d2c_author_details .d2c_post_count {
  font-size: 13px;
}
.d2c_author .d2c_author_content .d2c_author_details .d2c_social_icon a {
  text-decoration: none;
}
.d2c_author .d2c_author_content .d2c_author_details .d2c_social_icon a span {
  color: var(--default_one);
  display: inline-block;
  margin: 0px 8px;
  font-size: 20px;
  transition: 0.4s all ease;
}
.d2c_author
  .d2c_author_content
  .d2c_author_details
  .d2c_social_icon
  a
  span:hover {
  color: var(--primary-color);
  transition: 0.4s all ease;
}
.d2c_author .d2c_author_content .d2c_image_up_line {
  position: absolute;
  right: 15px;
}
.d2c_author .d2c_button_wrapper {
  margin-top: 50px;
}
.d2c_author .d2c_button_wrapper .d2c_semi_large_button:hover {
  border-color: var(--secondary-color) !important;
}

/* =========================================== tag page css end ===========================================*/
