.magazine-style .sidebar-primary {
  display: none !important;
}
.magazine-style .content {
  width: 95% !important;
  margin-left: auto;
  margin-right: auto;
  float: none;
}
.magazine-style .content .entry-title {
  background: transparent;
  text-align: center;
  font-family: "Droid Serif";
  margin-bottom: 0px;
  text-transform: initial;
}
.magazine-style .content .mag-author {
  border-bottom: 1px dotted #d3d3d3;
  margin-bottom: 30px;
  word-wrap: break-word;
  text-align: center;
  display: block;
}
.magazine-style .content .mag-author .banner {
  background: url("https://s2.wp.com/wp-content/themes/premium/duet/images/mid.svg");
  color: #fff;
  display: inline-block;
  font-family: Helvetica, Arial, Clean, Sans-serif;
  font-size: 9px;
  height: 19px;
  letter-spacing: .25em;
  line-height: 19px;
  /*margin: -20px auto 22px;*/
  position: relative;
  text-align: center;
  text-transform: uppercase;
  top: -0.4em;
  width: auto;
}
.magazine-style .content .mag-author .banner:before,
.magazine-style .content .mag-author .banner:after {
  display: block;
  font-size: 0;
  height: 19px;
  position: relative;
  width: 21px;
}
.magazine-style .content .mag-author .banner:before {
  content: url("https://s2.wp.com/wp-content/themes/premium/duet/images/left-tail.svg");
  float: left;
  left: -10px;
}
.magazine-style .content .mag-author .banner:after {
  content: url("https://s2.wp.com/wp-content/themes/premium/duet/images/right-tail.svg");
  float: right;
  right: -10px;
}
.magazine-style .content .mag-author h3 {
  font-size: 14px;
  margin-bottom: 0px;
}
.magazine-style .content .mag-author h4 {
  font-size: 12px;
  font-family: "Droid Serif";
  font-style: italic;
  display: inline-block;
  margin-bottom: 22px;
  padding: 0 1em;
  position: relative;
  top: 28px;
  background: white;
  text-transform: initial;
}
.magazine-style .content .entry-content {
  position: relative;
  -moz-column-count: 2;
  -moz-column-gap: 60px;
  -moz-column-rule: 1px dotted #d3d3d3;
  -webkit-column-count: 2;
  -webkit-column-gap: 60px;
  -webkit-column-rule: 1px dotted #d3d3d3;
  column-count: 2;
  column-gap: 60px;
  column-rule: 1px dotted #d3d3d3;
  margin-bottom: 60px;
  /*p:first-child:first-letter {
        font-size: 50px;
        font-weight: bold;
      }*/
}
.magazine-style .content .entry-content p {
  font-family: "Droid Serif";
  text-align: justify;
  font-size: 14px;
}
.magazine-style .content .entry-content p,
.magazine-style .content .entry-content ul,
.magazine-style .content .entry-content ol,
.magazine-style .content .entry-content dl,
.magazine-style .content .entry-content blockquote,
.magazine-style .content .entry-content .textwidget {
  -moz-hyphens: auto;
  -webkit-hyphens: auto;
  hyphens: auto;
  font-size: 14px;
}
.magazine-style .content .entry-content .mag-pagination a.right {
  position: absolute;
  top: 40%;
  right: -50px;
  font-size: 30px;
  width: 40px;
  height: 40px;
  text-align: center;
  line-height: 40px;
}
.magazine-style .content .entry-content .mag-pagination a.left {
  position: absolute;
  top: 40%;
  left: -50px;
  font-size: 30px;
  width: 40px;
  height: 40px;
  text-align: center;
  line-height: 40px;
}
.magazine-style .content .entry-content blockquote {
  border-left: 3px solid red;
  color: #515151;
  margin: 22px 0;
  padding-left: 1.692em;
}
.magazine-style .content .entry-content blockquote:before {
  content: "";
}
.magazine-style .content .entry-content blockquote p {
  line-height: 2em;
}
.magazine-style .content .entry-content blockquote cite {
  display: block;
  text-align: right;
}
.magazine-style .content .entry-content blockquote.size-big p {
  font-size: 20px;
  line-height: 1.20em;
}
.magazine-style .content .entry-content blockquote.align-right {
  float: right;
  max-width: 50%;
  border-left: none;
  border-right: 3px solid red;
  text-align: right;
  padding-right: 30px;
}
.magazine-style .content .entry-content blockquote.align-left {
  float: left;
  max-width: 50%;
  padding-right: 30px;
}
.magazine-style .content .entry-content iframe {
  width: 100%;
}
@media (max-width: 768px) {
  .magazine-style .content {
    width: 80% !important;
  }
  .magazine-style .entry-content {
    -moz-column-count: 1 !important;
    -moz-column-gap: 60px;
    -moz-column-rule: 0px dotted #d3d3d3 !important;
    -webkit-column-count: 1 !important;
    -webkit-column-gap: 60px !important;
    -webkit-column-rule: 0px dotted #d3d3d3 !important;
    column-count: 1 !important;
    column-gap: 60px !important;
    column-rule: 0px dotted #d3d3d3 !important;
  }
}
