.wpdmi-content {
  flex: 1 1 auto;
  padding: 0 10px;
}

.single-thumbnail {
  margin-bottom:20px;
}

.wpdmi-thumbnail {
  width:100%;
  height:auto;
}

.wpdmi-thumbnail img {
  max-width: 100%;
  height: auto;
  display: block;
  margin:0 auto;
}

.thumbnail-description {
  padding: 0 20px;
  font-size: 12px;
  line-height: 16px;
  margin-top: 5px;
  font-style: italic;
}

.wpdmi-read-us {
  margin-bottom: 20px;
  flex-wrap: wrap;
  padding: 0 100px;
}

.wpdmi-read-us-title {
  padding-right: 20px;
  font-weight: bold;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.wpdmi-read-us-img:not(:last-child) {
  margin-right: 20px;
}

.wpdmi-read-us-img a {
  background-color: #f9f9f9;
  height: 50px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 0 8px;
  border: 2px solid #f9f9f9;
}

.wpdmi-read-us-img a:hover {
  border: 2px solid #eeeeee;
}

.wpdmi-read-us-img img {
  display: block;
  max-width: 120px;
  height: auto;
}

/* */

.single-share {
  flex: 0 0 100px;
  width:100px;
}

/* */

.single-text {
  flex: 1 1 auto;
  width:auto;
}

/* */

.single-tools {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: 10px;
  font-size: 13px;
  line-height: 13px;
  color: #9b9b9b;
}

.single-category {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  margin-right: 10px;
  
}

.single-category a {
  /*background-color: #9b302a;*/
  border: 1px solid #9b9b9b;
  padding: 3px 4px 2px 4px;
  text-transform: uppercase;
  color: #9b9b9b;
  margin-right: 5px;
  margin-bottom: 5px;
  font-weight: bold;
  font-size: 12px;
  line-height: 12px;
}

.single-category a:hover {
  /*background-color: #9b9b9b;*/
  background-color: #9b302a;
  border: 1px solid #9b302a;
  color: #ffffff!important;
}

.single-date {
  margin-right: 10px;
  margin-bottom: 5px;
}

.single-author {
  color: #9b302a;
  margin-bottom: 5px;
}

/* */

.single-title {
  font-size: 38px;
  line-height: 44px;
  font-weight: bold;
  margin-top: -7px;
  margin-bottom: 15px;
}

/* */

.single-excerpt {
  font-size: 20px;
  line-height: 27px;
  margin-bottom: 15px;
  font-weight: 400;
  /*padding: 0 100px;*/
}

/* */

.single-content {
  font-size: 18px;
  padding: 0 100px;
  margin-bottom: 20px;
  /*font-weight:  300;*/
  line-height: 23px;
}

.single-content:after {
  content: '';
  clear: both;
  display: block;
}

.single-content a {
  color: #9b302a;
}

.single-content a:hover {
  color: #9b9b9b;
}

.single-content h2, .single-content h3, .single-content h4, .single-content h5, .single-content h6 {
  font-weight: bold;
  margin-bottom: 30px;
}

.single-content h2 {
  font-size:22px;
  line-height: 36px;
}

.single-content h3 {
  font-size:18px;
  line-height: 24px;
}

.single-content h4 {
  font-size:16px;
  line-height: 24px;
}

.single-content > p, .single-content > div {
  margin-bottom: 20px;
}

.single-content p:last-child {
  margin-bottom: 0;
}

.single-content strong {
  font-weight: 700;
}

.single-content em {
  font-style: italic;
}

.single-content ul {
  padding: 0 20px;
}

.single-content ul li {
  list-style: none;
	padding-left: 25px;
	position: relative;
	margin-bottom: 10px;
  min-height: 32px;
}

.single-content ul li:before {
  content: '';
  background-color: #b1252e;
  position: absolute;
	top: 7px;
	left: 0;
  width: 7px;
  height: 7px;
	border-radius: 3px;
}

.single-content ol {
  counter-reset: wpdmiCounter;
	padding: 0 20px;
}

.single-content ol li {
  list-style: none;
	padding-left: 40px;
  padding-top: 5px;
	position: relative;
	margin-bottom: 10px;
  min-height: 32px;
}

.single-content ol li:before {
  counter-increment: wpdmiCounter;
  content: counter(wpdmiCounter); 
  color: #ffffff;
  background-color: #b1252e;
  position: absolute;
	top: 0;
	left: 0;
  text-align: center;
  line-height: 30px;
  width: 30px;
  height: 30px;
	border-radius: 3px;
  font-size: 14px;
}

.single-content ol[style="list-style-type: lower-alpha;"] li:before {
  content: counter(wpdmiCounter, lower-alpha);
}

.single-content ol[style="list-style-type: lower-greek;"] li:before {
  content: counter(wpdmiCounter, lower-greek);
}

.single-content ol[style="list-style-type: lower-roman;"] li:before {
  content: counter(wpdmiCounter, lower-roman);
}

.single-content ol[style="list-style-type: upper-roman;"] li:before {
  content: counter(wpdmiCounter, upper-roman);
}

.single-content ol[style="list-style-type: upper-alpha;"] li:before {
  content: counter(wpdmiCounter, upper-alpha);
}

/* */

.single-content blockquote, .wpdmi-blockquote-one {
  margin-left:-100px;
  margin-right: -100px;
  margin-bottom: 20px;
  background-color: #f0f0f0;
  padding: 10px 60px;
  font-size: 20px;
  position: relative;
  color: #2d2d2d;
}

.wpdmi-blockquote-one {
  border-left: 6px solid #b1252e;
  padding: 10px 40px;
}

.single-content blockquote p, .wpdmi-blockquote-one p {
  padding:0;
  margin: 0;
}

.single-content blockquote:before, .single-content blockquote:after {
  content: '';
  position: absolute;
  width:25px;
  height:30px;
  background-repeat: no-repeat;
  background-size: contain;
}

.single-content blockquote:before {
  top:10px;
  left:15px;
  background-position: top;
  background-image: url('../images/icon/icon-quote-left.svg');
}

.single-content blockquote:after { 
  bottom:10px;
  right:15px;
  background-position: bottom;
  background-image: url('../images/icon/icon-quote-right.svg');
}

.single-content blockquote .svg-inline--fa {
  position: absolute;
  width:25px;
  height:auto;
  color: #b1252e; 
}

/* */

.single-related-article {
  padding:15px;
  background-color: #efefef;
  -webkit-box-shadow: 0px 0px 5px 0px rgb(204 204 204);
  -moz-box-shadow: 0px 0px 5px 0px rgba(204,204,204,1);
  box-shadow: 0px 0px 5px 0px rgb(204 204 204);
  width: 330px;
}

.single-related-article-left {
  float:left;
  margin: 0 20px 20px -100px;
}

.single-related-article-right {
  float:right;
  margin: 0 -100px 20px 20px;
}

.single-related-article-block-title {
  font-size: 11px;
  display: inline-block;
  text-transform: uppercase;
  color: #ffffff;
  background-color: #b1252e;
  font-weight: bold;
  padding: 0 8px;
  margin-bottom: 10px!important;
}

.single-related-article a {
  color: #000000;
}

.single-related-article h5 {
  font-size: 20px;
  margin-bottom: 15px;
  font-weight: bold;
}

.single-related-article .single-related-article-images {
  max-width: 300px;
  margin-bottom: 0;
}

.single-related-article .single-related-article-images img {
  max-width: 100%;
  height: auto;
  margin-bottom: 0!important;
  display: block;
}

.single-related-article-text {
  margin-bottom: 0!important;
  margin-top: 15px;
  font-size: 14px;
}

.single-erid-token {
  font-size: 12px;
  font-style: italic;
  text-align: right;
}

/* Full width and response iframe */

.iframe-video { 
	position: relative; 
	padding-bottom: 56.25%;
	height: 0; 
	overflow: hidden;
	margin-bottom:30px;
}

.iframe-content { 
	overflow-x: auto;
	margin-bottom:30px;
}

.iframe-content iframe {
  max-width: 100%;
}

.iframe-video iframe, .iframe-video object, .iframe-video embed, .iframe-video video { 
	position: absolute; 
	top: 0; 
	left: 0; 
	width: 100%; 
	height: 100%;
}

.single-content iframe, .single-content-iframe iframe {
  display: block;
  margin: 0 auto;
}

.single-content .fb-post.fb_iframe_widget {
  display: block;
  margin: 0 auto;
  max-width: 500px;
}

.single-content .twitter-tweet.twitter-tweet-rendered, .article__content .instagram-media.instagram-media-rendered {
  margin: 0 auto!important;
}

/* */

.single-content img {
  max-width: 100%;
  height:auto;
  margin-bottom: 20px;
}

.single-content p > img {
  margin-bottom: 0;
}

.single-content .wp-caption {
  margin-bottom: 20px;
  max-width: 100%;
}

.single-content .wp-caption .wp-caption-text {
  margin-top: 5px;
  font-size: 12px;
  line-height: 16px;
  font-style: italic;
  padding: 0 5px;
}

.single-content .wp-caption .wp-caption-text span {
  display: block;
}

.thumbnail-description .thumbnail-excerpt, .single-content .wp-caption .wp-caption-text .wp-caption-excerpt {
  color: #969696;
}

.single-content .wp-caption.alignnone, .single-content .wp-caption.aligncenter {
  max-width: 100%;
  width: auto!important;
}

.single-content .wp-caption.aligncenter {
  margin: 0 auto 20px;
  text-align: center;
}

.single-content .wp-caption.aligncenter img {
  margin:0 auto!important;
}

.single-content .wp-caption img {
  margin-bottom: 0;
  max-width: 100%;
  height:auto;
  display: block;
}

.single-content .alignleft {
  margin-right:20px;
  float: left;
}

.single-content .alignright {
  margin-left:20px;
  float: right;
}

.single-content .aligncenter {
  margin: 0 auto;
  margin-bottom: 20px;
  display: block;
}

.single-content .alignleft, .single-content .alignright, .single-content .aligncenter {
  display: block;
}

/* Gallery */

.fotorama__caption {
  font-size: 12px!important;
  font-style: italic;
}

.single-content .fotorama {
  background-color:#f9f9f9;
  margin-left: -100px;
  margin-right: -100px;
}

.dmimag-fotorama-description {
  /*margin-top: 5px;*/
  /*padding: 10px;*/
  font-size: 14px;
  margin-bottom: 0!important;
  padding-bottom: 20px;
}

.fotorama + .dmimag-fotorama-description {
  margin-top: -15px;
}

.fullscreen__custom__scaption .dmimag-fotorama-description {
  background-color: rgba(255,255,255,.9);
  padding: 10px;
}

.dmimag-fotorama-signature, .fullscreen__custom__scaption .fotorama__caption p, .dmimag-fotorama-caption p, .fotorama__caption p {
  color: #969696;
  font-style: italic;
}

.dmimag-fotorama-description:empty {
  padding: 0;
}

.fotorama--fullscreen .fullscreen__custom__scaption .fotorama__stage__frame .fotorama__img {
  position: static;
  display: block;
}

.fotorama--fullscreen .fullscreen__custom__scaption .fotorama__caption {
  position: static;
  display: inline-block;
  flex: 0 0 auto;
}

.fotorama--fullscreen .fullscreen__custom__scaption .fotorama__stage__frame .fotorama__img {
  max-width: 100%!important;
  width: auto!important;
  height: auto!important;
  margin: 0 auto;
}

.fotorama--fullscreen .fullscreen__custom__scaption .fotorama__stage__frame {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.fullscreen__custom__scaption .fotorama__stage__frame.fotorama__active .fotorama__caption__wrap {
  width: 100%;
  font-size: 14px;
  font-style: normal;
}

/* */

.single-related-articles {
  padding: 0 100px;
  margin-bottom: 20px;
}

.single-related-articles ul {
  list-style: none;
  margin:0;
}

.single-related-articles ul li {
  margin-bottom: 8px;
  font-weight: 700;
}

.single-related-articles .wpdmi-columns-title {
  padding:0;
  text-transform: uppercase;
}

.single-related-articles .wpdmi-columns-title .columns-title {
  font-size: 16px;
}

.single-related-articles .wpdmi-columns-title:before {
  display: none;
}

.single-related-articles a {
  color: #6a6a6a;
  text-decoration: underline;
}

.single-related-articles a:hover {
  color: #9b302a;
  text-decoration: none;
}

/* */

.single-tags {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  font-size: 15px;
  margin-bottom: 30px;
}

.single-tags-title {
  text-transform: uppercase;
  /*height: 24px;*/
  padding:0 7px;
  border:1px solid #9b9b9b;
  background-color: #9b9b9b;
  color: #ffffff;
  margin-bottom: 5px;
  margin-right: 5px;
  line-height: 22px;
  white-space:normal;
}

.single-tags a {
  margin-bottom: 5px;
  margin-right: 5px;
  border:1px solid #9b9b9b;
  color: #9b9b9b;
  padding:0 7px;
  /*height: 24px;*/
  line-height: 22px;
}

.single-tags a:hover {
  color: #9b302a;
  border:1px solid #9b302a;
}

.single-tags a:last-child {
  margin-right: 0;
}

/* single-comments */

.single-comments {
  margin-bottom: 30px;
}

.single-comments .wpdmi-columns {
  width: 100%;
  margin-left: 0;
  margin-right: 0;
}

.comment-respond {
  margin-top: 10px;
  padding: 0 10px;
  width: 100%;
}

.comment-respond p {
  margin-bottom: 10px;
  display: flex;
  flex-direction: column;
  font-weight: bold;
  font-size: 15px;
}

.comment-respond textarea, .comment-respond input[type="text"] {
  border: 1px solid #d4d4d4;
  outline: none;
  padding: 10px;
}

.comment-respond textarea {
  width: 100%;
  height:200px;
}

.comment-respond input[type="text"] {
  max-width: 240px;
}

.form-submit .submit {
  max-width: 240px;
  outline: none;
  border: 1px solid #9b302a;
  line-height: 36px;
  height: 38px;
  text-align: center;
  font-weight: bold;
  color: #9b302a;
  font-size: 14px;
  cursor: pointer;
  text-transform: uppercase;
  text-decoration: none;
  padding: 0 20px;
  background-color: transparent;
}

.form-submit .submit:hover {
  color: #ffffff;
  background-color: #9b302a;
}

.comment-list {
  margin-top: 20px;
  list-style: none;
  padding:0 10px;
}

.comment-list li {
  border-left: 5px solid #9b302a;
  margin-bottom: 20px;
  padding-left: 15px;
}

.comment-list li:last-child {
  margin-bottom: 0;
}

.comment-body {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}

.comment-author .fn {
  font-weight: bold;
  margin-right: 10px;
}

.comment-author .says {
  display: none;
}

.comment-body p {
  width: 100%;
}

/* */

.single-share-buttons {
  display:flex;
  flex-direction: column;
  top:90px;
  /*margin-bottom: 10px;*/
  position: -webkit-sticky;
  position: sticky;
}

.single-share-buttons-title {
  margin-bottom: 5px;
  font-size: 11px;
}

.single-share-buttons a {
  width:40px;
  height: 40px;
  border: 1px solid #000000;
  border-radius: 50%;
  display: flex!important;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  margin-bottom: 10px;
}

.single-share-buttons a:hover {
  border: 1px solid #9b302a;
  background-color: #9b302a;
}

.a2a_kit a:hover svg path {
  fill: #ffffff!important;
}

.wpdmi-share-button {
  width:40px;
  height: 40px;
  border: 1px solid #9b302a;
  border-radius: 50%;
  background-color: #9b302a;
  color: #ffffff;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  display:none;
}

.wpdmi-share-button-close {
  display: none;
}

@media only screen and (max-width: 1280px) {
  
  .single-excerpt, .single-content, .single-related-articles, .wpdmi-read-us {
    padding:0;
  }
  
  .single-related-article-left {
   margin: 0 20px 20px 0;
  }
  
  .single-related-article-right {
    margin: 0 0 20px 20px;
  }

  .single-content blockquote, .wpdmi-blockquote-one, .single-content .fotorama {
    margin-left: 0;
    margin-right: 0;
  }
  
  .single-share {
    flex: 0 0 60px;
    width: 60px;
  }

}

/*@media only screen and (max-width: 1024px) {*/
@media only screen and (max-width: 1149px) {
  .single-title {
    font-size: 32px;
    line-height: 37px;
  }
  
  .single-thumbnail, .single-content blockquote, .wpdmi-blockquote-one, .single-content .fotorama {
    margin-left: -20px;
    margin-right: -20px;
  }
  
  .single-share {
    flex: 0 0 auto;
    width: auto;
    position: fixed;
    right:10px;
    bottom: 20px;
    z-index: 99;
  }
  
  .single-share .single-share-buttons-title {
    display: none;
  }
  
  .single-share-buttons {
    position: static;
    visibility: hidden;
    opacity: 0;
    transition: visibility 0s linear 300ms, opacity 300ms;
  }
  
  .single-share-buttons-active {
    visibility: visible;
    opacity: 1;
    transition: visibility 0s linear 0s, opacity 300ms;
  }
  
  .single-share-buttons a {
    border: 1px solid #9b302a;
    border-radius: 50%;
    background-color: #9b302a;
    color: #ffffff;
    
  }
  
  .a2a_kit a svg path {
    fill: #ffffff!important;
  }

  .wpdmi-share-button {
    display: flex;
  }
}

@media only screen and (max-width: 768px) {
  .single-readmore .wpdmi-columns-3 .card-article {
    width: 50%;
  }
  
  .single-content ul, .single-content ol {
    padding: 0;
  }
  
  .single-category a {
    font-size: 11px;
  }  
  
  .single-excerpt {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 20px;
  }
  
  .single-content {
    font-size: 16px;
  }
  
  .single-thumbnail, .single-content blockquote, .wpdmi-blockquote-one, .single-content .fotorama {
    margin-left: -10px;
    margin-right: -10px;
  }
  
  .single-content h2, .single-content h3, .single-content h4, .single-content h5, .single-content h6 {
    margin-bottom: 20px;
  }
}

@media only screen and (max-width: 560px) {
  .single-title {
    font-size: 24px;
    line-height: 28px;
  }
  
  .single-content .alignleft, .single-content .alignright {
    margin: 0 auto 20px;
    float: none;
  }
  
  .wpdmi-read-us-title {
    flex: 0 0 100%;
    width: 100%;
    margin-bottom: 10px;
  }
  
  .single-related-article {
    width:100%;
    margin: 0 0 20px 0!important;
  }
  
  .single-related-article .single-related-article-images {
    max-width: 100%;
  }
  
  .single-readmore .wpdmi-columns-3 .card-article {
    width: 100%;
  }
}

.dmi-group-buttons {
  display: flex;
  flex-direction: row;
  margin-bottom: 20px;
}

.dmi-group-buttons a {
  /*border-radius: 48px;*/
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: 15px 15px 15px 60px;
  color: #ffffff;
  font-size: 16px;
  font-weight: 700;
  margin: 0 auto;
  background-position: left 15px center;
  background-repeat: no-repeat;
  background-size: 30px auto;
}

@media only screen and (max-width: 560px) {
  font-size: 14px;
}

.dmi-group-buttons a:hover {
  color: #f7f7f7;
}

.dmi-group-buttons a.telegram {
  background-color: #0088cc;
  border: 1px solid #0088cc;
  background-image: url('../images/icon/telegram.svg');
}

.dmi-group-buttons a.whatsapp {
  background-color: #25d366;
  border: 1px solid #25d366;
  background-image: url('../images/icon/whatsapp.svg');
}