/* 
Template Name: Hossly - Automobile Service HTML5 Template
Template URI: https://www.designtocodes.com/product/hossly-automobile-service-html5-template/
Description: Hossly Automobile HTML5 Template is a free and elegant website template that is built on Bootstrap
Author: designtocodes
Author URI: https://www.designtocodes.com
Text Domain: Hossly 
*/

/* =========================================== author page css start ===========================================*/

.d2c_author {
  padding: 100px 0px;
}
.d2c_author .d2c_author_header {
  margin-bottom: 50px;
}
.d2c_author .d2c_author_header h1 {
  text-align: center;
  font-family: var(--primary-font);
  font-weight: 900;
  font-size: 50px;
  line-height: 60px;
  text-transform: uppercase;
  color: var(--secondary-color);
}
.d2c_author .d2c_author_column {
  padding: 10px;
  display: none;
}
.d2c_author .d2c_author_content .card {
  position: relative;
  border: none;
  height: 387px;
  border-radius: 2px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
}
.d2c_author .d2c_author_content .card .card-img-top{
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.d2c_author .d2c_author_content .card .d2c_author_overlay {
  position: absolute;
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: 0px;
  background: linear-gradient(
    180deg,
    rgba(34, 34, 34, 0) 0%,
    rgba(34, 34, 34, 0.760417) 67.71%,
    #222222 100%
  );
  display: flex;
  align-items: flex-end;
  justify-content: center;
  text-align: center;
}
.d2c_author .d2c_author_content .card .card-text {
  font-family: var(--primary-font);
  font-size: 16px;
  line-height: 19px;
  letter-spacing: 0.02em;
  text-transform: capitalize;
  color: var(--default_one);
  margin-bottom: 7px;
}

.d2c_author .d2c_author_content .card .card-text a {
  color: var(--default_one);
  text-decoration: none;
}
.d2c_author .d2c_author_content .card .card-title {
  font-family: var(--primary-font);
  font-weight: bold;
  font-size: 18px;
  line-height: 21px;
  letter-spacing: 0.02em;
  text-transform: capitalize;
  color: var(--default_one);
  margin-bottom: 30px;
}
.d2c_author .d2c_author_content .card .card-title a {
  color: var(--default_one);
  text-decoration: none;
}
.d2c_author #d2c_loadMore {
  display: none;
  text-transform: uppercase;
  padding: 8px 30px !important;
  margin-top: 50px;
}

/* =========================================== author page css end ===========================================*/
