/*

- - - - - - - - - - - - - - - - - - -

JUMBLE Tumblr Theme CSS by Precrafted

- - - - - - - - - - - - - - - - - - -

*/
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
hr,
a,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
strong,
b,
mark {
  font-weight: 700;
  font-style: inherit;
}
em,
i,
cite,
q,
address,
dfn,
var {
  font-style: italic;
  font-weight: inherit;
}
abbr[title],
dfn[title] {
  cursor: help;
  border-bottom: 1px dotted;
}
ins {
  border-bottom: 1px solid;
}
a,
u,
ins {
  text-decoration: none;
}
del,
s {
  text-decoration: line-through;
}
pre,
code,
samp,
kbd {
  font-family: monospace;
}
small {
  font-size: 0.75em;
}
img {
  border: 0;
  font-style: italic;
}
input,
select,
option,
optgroup,
textarea {
  font: inherit;
}
* {
  margin: 0;
  padding: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section {
  display: block;
}
audio[controls],
canvas,
video {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}
html {
  font-size: 100%;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}
body {
  margin: 0;
  text-rendering: optimizeLegibility;
}
img {
  border: 0;
  -ms-interpolation-mode: bicubic;
  display: block;
  max-width: 100%;
  height: auto;
}
object,
embed {
  max-width: 100%;
}
* {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
[class^="social-"]:before,
[class*=" social-"]:before {
  font-family: "precrafted-social";
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: .2em;
  text-align: center;
  font-variant: normal;
  text-transform: none;
  line-height: 1em;
  margin-left: .2em;
}
.social-gplus:before {
  content: '\2b';
}
/* '+' */
.social-pinterest:before {
  content: '\31';
}
/* '1' */
.social-forrst:before {
  content: '\3a';
}
/* ':' */
.social-spotify:before {
  content: '\3d';
}
/* '=' */
.social-dribbble:before {
  content: '\44';
}
/* 'D' */
.social-flickr:before {
  content: '\46';
}
/* 'F' */
.social-linkedin:before {
  content: '\4c';
}
/* 'L' */
.social-skype:before {
  content: '\53';
}
/* 'S' */
.social-twitter:before {
  content: '\54';
}
/* 'T' */
.social-youtube:before {
  content: '\55';
}
/* 'U' */
.social-vimeo:before {
  content: '\56';
}
/* 'V' */
.social-ebay:before {
  content: '\65';
}
/* 'e' */
.social-facebook:before {
  content: '\66';
}
/* 'f' */
.social-gmail:before {
  content: '\6d';
}
/* 'm' */
.social-export:before {
  content: '\e800';
}
/* '' */
.social-github:before {
  content: '\f308';
}
/* '' */
.social-instagram:before {
  content: '\f31f';
}
/* '' */
.social-lastfm:before {
  content: '\f321';
}
/* '' */
.social-rdio:before {
  content: '\f324';
}
/* '' */
.social-soundcloud:before {
  content: '\f348';
}
/* '' */
.social-behance:before {
  content: '\f34e';
}
/* '' */
.social-user:before {
  content: '👤';
}
/* '\1f464' */
.social-quora:before {
  content: '\e801';
}
/* '' */
.social-rss:before {
  content: '\e802';
}
/* '' */html {
  overflow-x: hidden;
}
body {
  background: #f5f5f5;
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
  color: #777;
}
h1,
h2,
h3,
h4,
h5 {
  font-weight: 700;
  text-transform: uppercase;
  color: #283236;
  letter-spacing: 1px;
  line-height: 1;
}
h1 {
  font-size: 24px;
}
h2 {
  font-size: 24px;
  line-height: 30px;
}
h3 {
  font-size: 17px;
  font-weight: 300;
}
a {
  text-decoration: none;
  color: #66d4ba;
  -webkit-transition: all 0.14s ease-in-out;
  -moz-transition: all 0.14s ease-in-out;
  -o-transition: all 0.14s ease-in-out;
  transition: all 0.14s ease-in-out;
}
a:hover {
  color: #444;
}
p {
  margin-top: 18px;
}
header {
  position: relative;
  width: 100%;
  z-index: 100;
  float: left;
  clear: both;
  padding: 40px 20px 0;
}
header .logo {
  float: left;
}
header .logo img {
  margin-bottom: 10px;
}
header .logo:hover {
  opacity: 0.6;
}
header .avatar {
  float: left;
}
header .avatar img {
  float: left;
  margin: 0 10px 10px 0;
}
header .avatar:hover {
  opacity: 0.6;
}
header h1 {
  float: left;
  color: #fff;
  background: #66d4ba;
  padding: 8px 10px;
  letter-spacing: 2px;
}
nav {
  float: left;
  clear: both;
  width: 100%;
  margin-top: 20px;
  padding: 0 20px 20px;
}
nav ul {
  position: relative;
  float: left;
  list-style: none;
}
nav ul li {
  position: relative;
  float: left;
}
nav ul li a,
nav ul li span {
  display: block;
  color: #66d4ba;
  background: #fff;
  padding: 9px 10px 7px;
  text-align: center;
  white-space: nowrap;
  height: 40px;
  cursor: pointer;
  text-transform: uppercase;
  font-size: 10px;
  letter-spacing: 2px;
  font-weight: 600;
}
nav ul li a:hover,
nav ul li span:hover {
  background: #66d4ba;
  color: #ffffff;
}
nav ul li a.jumble,
nav ul li span.jumble {
  font-size: 12px;
}
nav ul li span {
  display: none;
}
nav ul li ul li {
  float: left;
  height: 40px;
  margin: 10px 10px 0 0;
}
nav ul li ul li:nth-child(1),
nav ul li ul li:nth-child(2) {
  display: block;
}
nav ul li ul.social-menu li {
  min-width: 40px;
  text-align: center;
}
nav ul li ul.social-menu li a {
  padding: 9px 9px 7px;
  font-size: 16px;
}
nav ul li ul.social-menu li a .social-ebay {
  margin-left: -6px;
}
nav ul li ul.social-menu li a .social-gmail {
  margin-left: -3px;
  font-size: 14px;
}
nav ul li ul.social-menu li a .social-forrst {
  margin-right: -2px;
}
nav ul li ul.social-menu li a .social-vimeo {
  margin-left: -3px;
}
nav ul li ul.social-menu li a .social-fivehundredpx {
  margin-left: -2px;
}
nav ul li ul.social-menu li a .social-twitter,
nav ul li ul.social-menu li a .social-vimeo {
  font-size: 14px;
}
nav.single-post {
  display: none;
}
nav ul li.menu-jumble,
nav ul li.menu-top {
  display: none;
}
#infscr-loading,
.page-loading {
  position: fixed;
  bottom: 30px;
  left: 30px;
  width: 40px;
  height: 40px;
  z-index: 100;
  background: #ffffff;
  text-align: center;
  color: #66d4ba;
  padding-top: 9px;
  font-weight: 700;
}
#infscr-loading img,
.page-loading img {
  position: absolute;
  top: 4px;
  left: 4px;
}
footer {
  position: relative;
  float: left;
  clear: both;
  width: 100%;
  margin-top: 60px;
  text-align: center;
  opacity: 0;
}
footer.ready {
  opacity: 1;
}
footer .footer-border {
  position: relative;
  float: left;
  width: 100%;
  height: 100%;
  text-align: center;
  line-height: 2;
  font-size: 13px;
  letter-spacing: 1px;
  padding: 50px 0 30px;
  text-transform: uppercase;
}
footer .footer-border span {
  display: block;
}
footer .pagination {
  display: none;
}
footer .load-more {
  display: inline-block;
  cursor: pointer;
  padding: 30px 40px;
  text-align: center;
  background: #ffffff;
  color: #66d4ba;
  font-weight: 700;
  font-size: 12px;
  line-height: 12px;
  letter-spacing: 1px;
  text-transform: uppercase;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
footer .load-more:hover {
  background: #66d4ba;
  color: #ffffff;
}
footer .load-more.off {
  height: 0;
  padding: 0;
  overflow: hidden;
  opacity: 0;
  visibility: hidden;
  border: 0;
}
footer .credit {
  font-size: 11px;
  letter-spacing: 0;
  margin-top: 4px;
}
section {
  position: relative;
  clear: both;
  float: left;
  width: 100%;
  height: 100%;
  padding: 0 20px 30px;
}
section .group {
  position: relative;
  clear: both;
  float: left;
  width: 100%;
  height: 100%;
}
article {
  position: relative;
  float: left;
  width: 100%;
  -webkit-transition: margin 0.2s ease-in-out, opacity 0.2s ease-in-out;
  -moz-transition: margin 0.2s ease-in-out, opacity 0.2s ease-in-out;
  -o-transition: margin 0.2s ease-in-out, opacity 0.2s ease-in-out;
  transition: margin 0.2s ease-in-out, opacity 0.2s ease-in-out;
  padding: 30px 30px 20px;
  background: #ffffff;
  margin-top: 20px;
  -webkit-backface-visibility: hidden;
}
article .article-content {
  position: relative;
}
article .article-content .icons {
  margin: 20px 0 0;
  list-style-type: none;
  height: 16px;
}
article .article-content .icons li {
  float: left;
  margin-right: 10px;
}
article .article-content .icons a,
article .article-content .icons .like_button {
  float: left;
  -webkit-transition: all 0.14s ease-in-out;
  -moz-transition: all 0.14s ease-in-out;
  -o-transition: all 0.14s ease-in-out;
  transition: all 0.14s ease-in-out;
  opacity: 0.5;
  cursor: pointer;
}
article .article-content .icons a:hover,
article .article-content .icons .like_button:hover {
  opacity: 1;
}
article .article-content .icons .permalink {
  margin-right: 2px;
}
article .article-content .icons .sharer {
  float: left;
  font-size: 17px;
  opacity: 0.5;
  -webkit-transition: all 0.14s ease-in-out;
  -moz-transition: all 0.14s ease-in-out;
  -o-transition: all 0.14s ease-in-out;
  transition: all 0.14s ease-in-out;
  margin-left: -1px;
  -webkit-backface-visibility: hidden;
}
article .article-content .icons .sharer i,
article .article-content .icons .sharer a {
  float: left;
  cursor: pointer;
  color: #000;
  -webkit-backface-visibility: hidden;
}
article .article-content .icons .sharer.white i,
article .article-content .icons .sharer.white a {
  color: #fff;
}
article .article-content .icons .sharer a,
article .article-content .icons .sharer .reblog-icon {
  font-size: 13px;
  margin: 0;
  visibility: hidden;
  opacity: 0;
  margin-left: -16px;
}
article .article-content .icons .sharer a.social-facebook {
  margin-top: -2px;
}
article .article-content .icons .sharer a.social-twitter {
  margin-top: -2px;
}
article .article-content .icons .sharer .social-export {
  margin-top: -3px;
}
article .article-content .icons .sharer .reblog-icon {
  margin-left: -8px;
  -webkit-transition: all 0.14s ease-in-out;
  -moz-transition: all 0.14s ease-in-out;
  -o-transition: all 0.14s ease-in-out;
  transition: all 0.14s ease-in-out;
}
article .article-content .icons .sharer .reblog-icon a {
  margin: 0 2px -2px 2px !important;
  opacity: 1 !important;
}
article .article-content .icons .sharer:hover {
  opacity: 1;
}
article .article-content .icons .sharer.on {
  opacity: 1;
}
article .article-content .icons .sharer.on a,
article .article-content .icons .sharer.on .reblog-icon {
  visibility: visible;
  opacity: 0.5;
  margin-left: 5px;
}
article .article-content .icons .sharer.on a.social-facebook,
article .article-content .icons .sharer.on .reblog-icon.social-facebook {
  margin-left: 3px;
}
article .article-content .icons .sharer.on a:hover,
article .article-content .icons .sharer.on .reblog-icon:hover {
  opacity: 1;
}
article .article-content img {
  width: 100%;
  height: auto;
}
article.type_video .video-container {
  height: 0;
  padding-top: 25px;
  padding-bottom: 67.5%;
  position: relative;
  overflow: hidden;
}
article.type_video .video-container embed,
article.type_video .video-container iframe,
article.type_video .video-container object,
article.type_video .video-container video {
  top: 0;
  left: 0;
  width: 100%;
  height: 100% !important;
  position: absolute;
}
article.type_video.widescreen .video-container {
  padding-bottom: 57.25%;
}
article.type_video.vimeo .video-container {
  padding-top: 0;
}
article.type_quote .quote {
  font-weight: 300;
  line-height: 1.3;
  text-transform: uppercase;
  font-style: italic;
  letter-spacing: 1px;
  color: #283236;
}
article.type_quote .quote.short {
  font-size: 28px;
}
article.type_quote .quote.medium {
  font-size: 22px;
}
article.type_quote .quote.long {
  font-size: 17px;
}
article.type_quote .quote-author {
  margin-top: 14px;
}
article.type_link .the-link {
  display: block;
  padding: 80px 30px;
  text-align: center;
  font-weight: 600;
  font-size: 20px;
  line-height: 25px;
  text-transform: uppercase;
  letter-spacing: 1px;
}
article.type_link .the-link span {
  font-size: 14px;
  display: block;
  opacity: 0.6;
  font-weight: 400;
  text-transform: none;
  margin-top: 6px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
article.type_chat .line {
  border-top: 1px solid #ddd;
  padding: 12px 0;
}
article.type_chat .line:first-of-type {
  margin-top: 28px;
}
article.type_answer .answer-wrap {
  clear: both;
  min-height: 44px;
}
article.type_answer .answer-wrap:last-of-type {
  padding-bottom: 12px;
}
article.type_answer hr {
  clear: both;
  width: 100%;
  height: 2px;
  border: 0;
  margin: 24px 0;
  background: #ecf0f1;
}
article.type_answer .answer-image {
  float: left;
  margin-right: 20px;
  width: 44px;
}
article.type_answer .answer-image.circle img {
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -o-border-radius: 100%;
  border-radius: 100%;
}
article.type_answer .answer-person {
  font-weight: 600;
}
article.type_answer .answer-text p:first-child {
  margin-top: 0;
}
article.type_audio img {
  margin-bottom: 20px;
}
article.type_audio embed {
  height: default;
}
article.type_audio iframe {
  max-width: 100%;
}
article.type_audio .tumblr_audio_player,
article.type_audio .soundcloud_audio_player {
  width: 100%;
}
article a {
  font-weight: 600;
}
article .read_more {
  text-transform: uppercase;
  font-size: 11px;
}
article ol,
article ul {
  margin: 10px 0 0 20px;
}
article blockquote {
  padding: 5px 0 5px 12px;
  margin-top: 18px;
  border-left: 2px solid #ddd;
}
article blockquote p {
  margin-top: 0 !important;
}
article blockquote img {
  width: auto;
}
article .tagged {
  float: left;
  clear: both;
  width: 100%;
  font-size: 11px;
  font-weight: 600;
}
article .group-author {
  margin-top: 40px;
  clear: both;
  width: 100%;
}
article .group-author a {
  font-size: 12px;
}
article .group-author a img {
  display: inline;
  width: auto;
  margin: 0 8px -11px 0 !important;
}
article .post-meta {
  float: left;
  clear: both;
  margin-top: 40px;
  font-size: 11px;
}
article .dsq-comment-count {
  display: block;
  margin-top: 6px;
  font-size: 11px;
}
article .disqus {
  float: left;
  clear: both;
  width: 100%;
  margin-top: 50px;
}
article .disqus img {
  width: auto;
}
article .post-notes {
  float: left;
  clear: both;
  width: 100%;
  margin-top: 40px;
}
article .post-notes ol {
  list-style: none;
  margin: 0;
  float: left;
  clear: both;
}
article .post-notes li {
  float: left;
  clear: both;
  padding: 7px 0;
  font-size: 11px;
  line-height: 15px;
}
article .post-notes img {
  float: left;
  margin-right: 10px;
  width: auto;
}
article .post-notes blockquote {
  margin: 10px 0 10px 30px;
}
.intro-post {
  padding-bottom: 0;
}
.intro-post article {
  padding: 30px;
}
.intro-post article img {
  margin-top: 18px;
}
.single-post article {
  opacity: 1 !important;
}
.single-post article .article-content .icons {
  opacity: 1;
}
.single-post article p {
  margin-top: 28px;
  font-size: 17px;
  line-height: 28px;
}
.single-post article ul {
  font-size: 17px;
  line-height: 28px;
}
#colorbox,
#cboxOverlay,
#cboxWrapper {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9999;
}
#cboxOverlay {
  position: fixed;
  width: 100%;
  height: 100%;
}
#cboxMiddleLeft,
#cboxBottomLeft {
  clear: left;
}
#cboxContent {
  position: relative;
}
#cboxLoadedContent {
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}
#cboxTitle {
  margin: 0;
  font-size: 13px;
  text-align: center;
}
#cboxLoadingOverlay,
#cboxLoadingGraphic {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#cboxPrevious,
#cboxNext,
#cboxClose,
#cboxSlideshow {
  cursor: pointer;
}
.cboxPhoto {
  float: left;
  margin: auto;
  border: 0;
  display: block;
  max-width: none;
}
.cboxIframe {
  width: 100%;
  height: 100%;
  display: block;
  border: 0;
}
#colorbox,
#cboxContent,
#cboxLoadedContent {
  box-sizing: content-box;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
}
#cboxOverlay {
  background: rgba(15, 15, 15, 0.952941);
  opacity: 1 !important;
}
#colorbox {
  outline: 0;
  overflow: visible !important;
}
#cboxContent {
  margin-top: 32px;
  overflow: visible;
}
#cboxError {
  padding: 50px;
  border: 1px solid #ccc;
}
#cboxLoadingGraphic {
  background: url(http://static.tumblr.com/e6lc7yi/aU0mm259p/loading.gif) no-repeat center center;
}
#cboxTitle {
  position: absolute;
  bottom: 101%;
  left: 0;
  right: 0;
  color: #ffffff;
  text-shadow: none;
}
#cboxCurrent {
  position: absolute;
  top: -22px;
  right: 205px;
  text-indent: -9999px;
}
#cboxPrevious,
#cboxNext,
#cboxSlideshow,
#cboxClose {
  border: 0;
  padding: 0;
  margin: 0;
  overflow: visible;
  width: auto;
  background: none;
}
#cboxPrevious:active,
#cboxNext:active,
#cboxSlideshow:active,
#cboxClose:active {
  outline: 0;
}
#cboxSlideshow,
#cboxPrevious,
#cboxNext,
#cboxClose {
  text-indent: -9999px;
  width: 20px;
  height: 20px;
  position: absolute;
  top: -20px;
  background: url(http://static.tumblr.com/fftf9xi/1dslqu1o1/controls.png) no-repeat 0 0;
}
#cboxPrevious,
#cboxNext {
  top: 50%;
  margin-top: -10px;
}
#cboxPrevious {
  background-position: 0px 0px;
  left: -40px;
}
#cboxPrevious.hover {
  background-position: 0px -25px;
}
#cboxNext {
  background-position: -25px 0px;
  right: -40px;
}
#cboxNext.hover {
  background-position: -25px -25px;
}
#cboxClose {
  background-position: -50px 0px;
  right: 50%;
  top: auto;
  bottom: -40px;
  margin-right: -10px;
}
#cboxClose.hover {
  background-position: -50px -25px;
}
.cboxSlideshow_on #cboxPrevious,
.cboxSlideshow_off #cboxPrevious {
  right: 66px;
}
.cboxSlideshow_on #cboxSlideshow {
  background-position: -75px -25px;
  right: 44px;
}
.cboxSlideshow_on #cboxSlideshow.hover {
  background-position: -100px -25px;
}
.cboxSlideshow_off #cboxSlideshow {
  background-position: -100px 0px;
  right: 44px;
}
.cboxSlideshow_off #cboxSlideshow.hover {
  background-position: -75px -25px;
}
.photoset-cell {
  outline: 0;
}
@media screen and (min-width: 480px) {
  
}
@media screen and (min-width: 768px) {
  html,
  body {
    height: 100%;
  }
  header {
    position: fixed;
    top: 0;
    left: 0;
    padding: 30px;
    width: auto;
  }
  nav {
    position: fixed;
    bottom: 30px;
    right: 30px;
    margin: 0;
    width: auto;
    padding: 0;
    z-index: 100;
  }
  nav ul {
    position: relative;
    float: left;
    list-style: none;
  }
  nav ul li {
    position: relative;
    float: left;
    width: 40px;
    height: 40px;
    margin-left: 10px;
  }
  nav ul li span {
    display: block;
    position: relative;
    z-index: 10;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
  }
  nav ul li ul {
    position: absolute;
    bottom: 40px;
    right: 0;
    clear: both;
    display: none;
  }
  nav ul li ul li {
    float: right;
    margin-right: 0;
    margin-top: 0;
    margin-bottom: 4px;
    width: auto;
  }
  nav ul li ul li:last-child {
    margin-bottom: 10px;
  }
  nav ul li ul li a {
    width: auto;
    text-align: right;
  }
  nav ul li ul.social-menu li a {
    text-align: center;
  }
  nav ul li:hover span {
    background: #66d4ba;
    color: #ffffff;
  }
  nav.single-post {
    display: block;
  }
  nav ul li.menu-jumble,
  nav ul li.menu-top {
    display: block;
  }
  footer .footer-border {
    padding: 80px 0;
  }
  footer .footer-border span {
    display: inline-block;
    margin: 0 10px;
  }
  section {
    padding: 70px 30px 60px;
  }
  section .group {
    margin: 40px 0;
    height: 160%;
  }
  article {
    position: absolute;
    width: 50%;
    margin: 0;
    left: 50%;
    padding: 50px 50px 30px;
    opacity: 0;
    visibility: hidden;
  }
  article.ready {
    visibility: visible;
    opacity: 0.8;
  }
  article:nth-child(1) {
    top: 0;
  }
  article:nth-child(2) {
    top: 50%;
  }
  article:nth-child(3) {
    bottom: 0;
  }
  article .article-content .icons {
    opacity: 0;
  }
  article .dsq-comment-count {
    opacity: 0;
  }
  article:hover {
    z-index: 10;
    opacity: 1;
  }
  article:hover .article-content .icons {
    opacity: 1;
  }
  article:hover .dsq-comment-count {
    opacity: 1;
  }
  .intro-post {
    height: auto;
    margin-bottom: -60px;
  }
  .intro-post article {
    position: relative;
    left: 32%;
    margin: 80px 0 20px;
    padding: 50px;
  }
  .single-post {
    height: auto;
  }
  .single-post .group {
    height: auto;
    text-align: center;
  }
  .single-post article {
    position: relative;
    width: auto;
    min-width: 660px;
    max-width: 1000px;
    margin: 30px auto 0 !important;
    left: auto;
    top: auto;
    padding: 80px 80px 60px;
    float: none;
    display: inline-block;
    text-align: left;
  }
  .single-post article .article-content .icons {
    margin-top: 40px;
  }
}
@media screen and (min-width: 1024px) {
  section .group {
    margin: 40px 0;
    height: 140%;
  }
  article {
    width: 40%;
  }
}
@media screen and (min-width: 1420px) {
  section .group {
    margin: 40px 0;
    height: 120%;
  }
  article {
    width: 34%;
  }
}
@media screen and (min-width: 1800px) {
  section .group {
    margin: 60px 0;
    height: 140%;
  }
  article {
    width: 30%;
  }
}
