/* Template Name: Pholidev - Bootstrap Business Agency Template
Template URI: https://www.designtocodes.com/product/pholidev-bootstrap-business-agency-template/
Description: Pholidev is a simple, clean, and responsive Bootstrap business agency template for creative people who want to develop an awesome website without having to depend on graphic designers
Author: designtocodes
Author URI: https://www.designtocodes.com
Text Domain: Pholidev */

/**********Author Page Section**********
/*
/======================================================*/

/* author page css start */

.d2c_author_main {
  padding: 100px 0px;
  background-image: url(../images/author_bg.png);
  margin-top: 66px;
}
.d2c_author_main .d2c_author_header {
  padding-bottom: 20px;
  width: 90%;
  margin: 0 auto;
}
.d2c_author_main .d2c_author_header h1 {
  font-family: var(--font-primary);
  font-weight: 500;
  font-size: 60px;
  line-height: 90px;
  text-transform: capitalize;
  color: var(--primary-color);
}
.d2c_author_main .d2c_author_header p {
  font-family: var(--font-secondary);
  font-size: 16px;
  line-height: 25px;
  letter-spacing: 0.05em;
  color: var(--primary-color);
}
.d2c_author_main .d2c_author_details .card {
  border: none;
  background: transparent;
}
.d2c_author_main .d2c_author_details .card .card-img-top {
  width: 250px;
  height: 250px;
  object-fit: cover;
  margin: 0 auto;
  border: 10px solid #fff;
  border-radius: 50%;
  margin-bottom: 15px;
  box-shadow: 0px 0px 15px 0px rgb(0 0 0 / 8%);
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
}
.d2c_author_main .d2c_author_details .card .d2c_author_post {
  color: #3065c4;
  font-family: var(--font-secondary);
  font-size: 14px;
  line-height: 16px;
}
.d2c_author_main .d2c_author_details .card .d2c_author_post span {
  margin-right: 5px;
}
.d2c_author_main .d2c_author_details .card .d2c_image_icon {
  width: 18px;
  height: 18px;
  margin-bottom: 5px;
}
.d2c_author_main .d2c_author_details .card .card-title {
  font-family: var(--font-primary);
  font-weight: 500;
  font-size: 20px;
  line-height: 30px;
  text-transform: uppercase;
  color: var(--primary-color);
}
.d2c_author_main .d2c_author_details .card-body .d2c_social_icon {
}
.d2c_author_main .d2c_author_details .card-body .d2c_social_icon a {
  background: var(--primary-color);
  color: var(--white-color);
  padding: 4px 0px 6px 0px;
}
.d2c_author_main .d2c_author_details .card-body .d2c_social_icon a .fa {
  padding: 9px;
  font-size: 13px;
  width: 45px;
  text-align: center;
  text-decoration: none;
  margin: 2px 2px;
}

.d2c_author_main .d2c_author_button button {
  padding: 11px 35px 10px 35px;
  font-family: var(--font-primary);
  font-weight: 500;
  border: 3px solid #3065c4;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.02em;
  text-transform: capitalize;
  color: #3065c4;
  margin-top: 40px;
  transition: 0.4s all ease;
}
.d2c_author_main .d2c_author_button button:hover {
  background: #3065c4;
  color: var(--white-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_main .d2c_author_button button:focus {
  box-shadow: none;
  outline: none;
}

.d2c_author_main .d2c_author_column {
  display: none;
  padding-top: 30px;
}

/* author page css end */
