/* =========================================== author page css start ===========================================*/
/* Template Name: M&T - Bootstrap Law Firm Template
Template URI: https://www.designtocodes.com/product/mt-bootstrap-law-firm-template/
Description: M&T is a responsive bootstrap template specifically designed for Law firms, Advocates, or agencies.
Author: designtocodes
Author URI: https://www.designtocodes.com
Text Domain: M&T Law Firm */
.d2c_author {
  padding: 100px 0px;
}
.d2c_author .d2c_author_column {
  padding: 15px !important;
  display: none;
}

.d2c_author .d2c_author_content {
  padding: 30px;
  background: var(--default_one);
  box-shadow: 0px 0px 22px rgba(0, 0, 0, 0.06);
}
.d2c_author .d2c_author_content .d2c_details {
  display: flex;
  align-items: center;
}
.d2c_author .d2c_author_content .d2c_details .d2c_image_wrapper {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  margin-right: 20px;
}
.d2c_author .d2c_author_content .d2c_details p {
  font-family: var(--primary-font);
  font-weight: 500;
  font-size: 14px;
  text-transform: uppercase;
  color: var(--primary-color);
  margin-bottom: 0px;
}
.d2c_author .d2c_author_content .d2c_details h2 {
  font-family: var(--primary-font);
  font-weight: bold;
  font-size: 24px;
  text-transform: uppercase;
  color: var(--other_color_two);
  margin-bottom: 0px;
}
.d2c_author .d2c_author_content hr {
  opacity: 0.4;
}
.d2c_author .d2c_author_content .d2c_author_text {
  font-family: var(--secondary_font);
  font-size: 15px;
  color: var(--paragraph_color);
}
.d2c_author .d2c_author_content .d2c_social_icon a {
  text-decoration: none;
}
.d2c_author .d2c_author_content .d2c_social_icon span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 25px;
  height: 25px;
  background: var(--primary-color);
  color: var(--default_one);
  font-size: 13px;
  margin: 0px 5px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  transition: 0.4s all ease;
  -webkit-transition: 0.4s all ease;
  -moz-transition: 0.4s all ease;
  -ms-transition: 0.4s all ease;
  -o-transition: 0.4s all ease;
}
.d2c_author .d2c_author_content .d2c_social_icon span:hover {
  background: var(--secondary-color);
  transition: 0.4s all ease;
  -webkit-transition: 0.4s all ease;
  -moz-transition: 0.4s all ease;
  -ms-transition: 0.4s all ease;
  -o-transition: 0.4s all ease;
}

.d2c_author #d2c_loadMore {
  display: none;
}
.d2c_author #d2c_loadMore:hover {
  border-color: var(--secondary-color) !important;
}
.d2c_author .d2c_button_wrapper .btn{
  margin-top: 60px;
}

.d2c_details .d2c_image_wrapper img{
  height: 100%;
  border-radius: 50%;
  object-fit: cover;
}

/* =========================================== author page css end ===========================================*/
