.dvore-front-article-header {
  position: relative;
  max-width: inherit;
  width: 100%;
  margin: 0 auto;
  padding-top: 50px;
}
.dvore-front-article-title-wrapper {
    background-color: var(--color-pale-grey);
    padding: 100px 30px 50px 30px;
    width: 100%;
}
.dvore-front-article-image-wrapper .dvore-front-article-image {
	background-color: var(--color-white);
	border-radius: 20px;
	box-shadow: 0 10px 20px rgb(0 0 0 / 10%);
	max-width: 800px;
	margin: 0 auto 100px auto;
	position: relative;
}
.dvore-front-article-image-wrapper .dvore-front-article-image img {
	position: relative;
	z-index: 1;
  max-width: 100%;
  height: auto;
}
.dvore-front-article-image-deco-1 {
  content: "";
  position: absolute;
	bottom: -70px;
  left: -75px;
  width: 225px;
  height: 225px;
  border-radius: 50%;
  border: 30px solid var(--color-success);
  z-index: -1;
}
.dvore-front-article-image-deco-2 {
  content: "";
  position: absolute;
  bottom: -90px;
  right: 50px;
  width: 35px;
  height: 120px;
  border-radius: 20px;
  background-color: var(--color-warning);
  z-index: 0;
}
.dvore-front-article-image-deco-3 {
  content: "";
  position: absolute;
  top: -110px;
  right: 0px;
  width: 35px;
  height: 70px;
  border-radius: 20px;
  background-color: var(--color-primary);
  z-index: 1;
}
.dvore-front-article-title-wrapper .dvore-front-article-title {
	max-width: 800px;
	margin: 0 auto;
  position: relative;
}
.dvore-front-article-title-wrapper .dvore-front-article-title h1 {
	color: var(--color-grey-darken);
	font-size: 5rem;
	margin-bottom: 50px;
	font-weight: 800;
}
.dvore-front-article-title-wrapper .dvore-front-article-title h1.first-word {
	color: var(--color-primary);
}
.dvore-front-article-title .dvore-front-article-date {
  font-family: var(--font-title);
  display: block;
  font-weight: 800;
  font-size: 1.3rem;
  color: var(--color-grey-darken);
  text-transform: lowercase;
}
.dvore-front-article-content > .dvore_container > .container > .row {
	max-width: 800px;
	margin: 0 auto;
}
.dvore-front-article {
  width: 100% !important;
  padding: 0 0 30px 0;
}
.dvore-front-article-title .dvore-front-article-author {
  font-family: var(--font-title);
  text-transform: uppercase;
  display: block;
  position: relative;
  margin-left: 10px;
}
.dvore-front-article-title .dvore-front-article-author:before {
  content: "|";
  margin-right: 10px;
}
.dvore-front-article-content {
  width: 100%;
  margin: 0 auto;
}
.dvore-front-article-content > .dvore_container > .container {
  max-width: 1300px;
  width: 100%;
  margin: 0 auto;
}
.dvore-front-article-content h2,
.dvore-front-article-content .h2 {
    font-size: 3.5rem;
}
.dvore-front-article-content h3,
.dvore-front-article-content .h3 {
    font-size: 2.5rem;
}
.dvore-front-article-content h4,
.dvore-front-article-content .h4 {
    font-size: 2rem;
}
.dvore-front-article-content h5,
.dvore-front-article-content .h5 {
    font-size: 1.75rem;
}
.dvore-front-article-content h6,
.dvore-front-article-content .h6 {
    font-size: 1rem;
}
.dvore-front-article-content h2,
.dvore-front-article-content .h2,
.dvore-front-article-content h3,
.dvore-front-article-content .h3,
.dvore-front-article-content h4,
.dvore-front-article-content .h4,
.dvore-front-article-content h5,
.dvore-front-article-content .h5,
.dvore-front-article-content h6,
.dvore-front-article-content .h6 {
  font-weight: 800;
}
.dvore-front-article-content b,
.dvore-front-article-content .font-weight-bold {
  color: var(--color-dark);
}
.dvore-front-article-content ul {
  padding-left: 0;
  list-style-type: none;
}
.dvore-front-article-content ul li {
  position: relative;
  padding-left: 30px;
  line-height: 2;
}
.dvore-front-article-content ul li:before {
  content: "";
  position: absolute;
  left: 0;
  top: 5px;
  width: 20px;
  height: 20px;
  background-size: cover;
  background-repeat: no-repeat;
  background-image: url('/app/images/front/blog/dvore-primary-check-circle.png')
}
.dvore-front-article-content p {
  line-height: 2rem;
}
.dvore-front-article-title .dvore-front-article-info-2 {
  display: flex;
  align-items: center;
  max-width: 1300px;
  width: 100%;
  margin: 0 auto;
}
.dvore-front-article-tag-container {
  display: flex;
  flex-wrap: wrap;
  max-width: 1300px;
  width: 100%;
  margin: 0 auto;
}
.dvore-front-article-tag-container .dvore-front-article-tag:not(:last-child) {
  margin-right: 10px;
}
.dvore-front-article-tag {
  background-color: var(--color-primary);
  padding: 10px;
  color: var(--color-white);
}
.dvore-front-featured-articles {
  padding: 50px 0;
}
.dvore-front-featured-articles > h2 {
  text-align: center;
  padding: 0 15px;
}

.dvore-front-article-share {
  background: var(--color-pale-grey);
  padding-top: 50px;
  padding-bottom: 50px;
  text-align: center;
}

.dvore-front-article-author-container {
  max-width: 1310px;
  margin: 0 auto;
  display: flex;
  flex-direction: row;
  align-items: center;
  border-top: 1px solid var(--color-grey);
  border-bottom: 1px solid var(--color-grey);
  padding: 30px 0;
  margin-bottom: 50px;
}
.dvore-front-article-author-img {
  max-width: 250px;
  width: 100%;
}
.dvore-front-article-author-img img {
  width: 100%;
}
.dvore-front-article-author-content {
  width: 100%;
  margin-left: 30px;
}
.dvore-front-article-content img {
    max-width: 100%;
    height: auto;
    margin-bottom: 1rem;
}
@media (min-width: 992px) {
	.dvore-front-article-title-wrapper {
    padding: 100px 30px 50px 30px;
}
	.dvore-front-article-title-wrapper .dvore-front-article-title h1 {
		margin-bottom: 50px;
	}
	.dvore-front-article-image-wrapper {
	    position: relative;
	    margin-top: -100px;
	}
}
@media (max-width: 1390px) {
  .dvore-front-article-header {
    padding: 50px 50px 0 50px;
  }
  .dvore-front-article-author-container {
    padding-left: 1.0715rem;
    padding-right: 1.0715rem;
  }
}
@media (max-width: 1200px) {
  .dvore-front-article-title-wrapper .dvore-front-article-title h1 {
    font-size: 50px;
  }
}
@media (max-width: 991px) {
  .dvore-front-article-title-wrapper {
    padding-bottom: 50px;
  }
}
@media (max-width: 768px) {
  .dvore-front-article-header {
    padding: 30px 30px 0 30px;
  }
  .dvore-front-article-title {
    padding: 0;
    margin-bottom: 30px;
  }
  .dvore-front-article-title-wrapper .dvore-front-article-title h1 {
    font-size: 36px;
  }
}
@media (max-width: 680px) {
  .dvore-front-article-author-container {
    flex-direction: column;
  }
  .dvore-front-article-author-img {
    max-width: inherit;
    margin-bottom: 30px;
  }
  .dvore-front-article-title-wrapper .dvore-front-article-title h1 {
    font-size: 32px;
  }
}
