@charset "utf-8";

body {
  background: #333;
  /* background: #999; */
  font: 13px/20px "Open Sans", "맑은 고딕", "Malgun Gothic", "Apple SD Gothic Neo", Helvetica Neue, sans-serif;
  font-weight: normal;
  letter-spacing:-1px;
}
/*
@font-face {
  font-family: 'jikji';
  src: url('https://dl.dropboxusercontent.com/s/xrxaixjwf6d7p02/jikji.eot');
  src: url('https://dl.dropboxusercontent.com/s/xrxaixjwf6d7p02/jikji.eot?#iefix') format('embedded-opentype'),
       url('https://dl.dropboxusercontent.com/s/a98o1og6mwwfkul/jikji.woff') format('woff'),
       url('https://dl.dropboxusercontent.com/s/ugm1b5r40cgrifo/jikji.ttf') format('truetype');
}
.aprilfool-2015 *,
.aprilfool-2015 h1,
.aprilfool-2015 h2,
.aprilfool-2015 h3,
.aprilfool-2015 > p,
.aprilfool-2015 > input,
.aprilfool-2015 > div,
.aprilfool-2015 > blockquote,
.aprilfool-2015 > a {
  font-family: 'jikji';
}
.aprilfool-2015 .navigation-main a {
  padding: 12px;
} */
.aprilfool-2015 {
  filter: sepia(100%) !important;
  -moz-filter: sepia(100%) !important;
  -webkit-filter: sepia(100%) !important;
}
.hidden {
  display: none;
}

/*
second touch by eojin@me.com
다시 죽어보자 !!!
pink 		      #D01F3E <- 11788b rgba(208,31,62)
lighter pink	#D23B56 <- d01f3e
black 		    #010101 <- 3a3a3a
light black	  #1b1b1b <- 474747
darker pink	  #D01F3E <- 138bcf 잘모르겠뜸...
mint					#57C1AD
*/


pre, code, kbd, tt, var {
  font: 12px/20px Consolas, Monaco, Lucida Console, monospace;
}
pre {
  word-wrap: normal;
  margin-bottom: 20px;
  padding: 15px 20px;
  background: #f5f5f5;
  overflow: auto;
  max-width: 100%;
}
a {
  color: #D01F3E;
}
a:visited {
  color: #D01F3E;
}
a:active {
  color: #D01F3E;
}
a:hover {
  color: #010101;
}
#page {
  background: white;
  width: 1020px;
  margin: 0px auto !important;
}
.site-footer {
  width:100%;
  height:auto;
  clear: both;
  color: white;
  background-color:#010101;
}
.site-footer p {
  margin:0; padding:15px 0;
}
.site-footer #credit {
  float:right; display:block; color:white;
}
.site-footer #inside {
  width:940px;
  margin:0 auto;
  padding:20px;
}
.site-footer {
  text-align: center;
}
.site-footer a {
  color: #aaaaaa;
  text-decoration: none;
}
.site-footer #footer-left {
  padding:10px 15px;
  height:42px;
  color:white;
  background-color:#D01F3E;
  text-decoration:none;
  font-size:16px;
  font-weight:bold;
}
.site-footer #footer-left:hover {
  color:#010101;
}
.site-footer .footer-center {
  padding:14px 15px 11px 15px;
  height:42px;
  color:white;
  text-decoration:none;
  font-size:12px;
}
.site-footer .footer-center:hover {
  color:#010101;
  background-color:white;
}
.site-footer .footer-right {
  padding:14px 15px 11px 15px;
  height:42px;
  color:white;
  background-color:#1b1b1b;
  text-decoration:none;
  font-size:12px;
}
.site-footer .footer-right:hover {
  color:#D01F3E;
}
.site-footer a:hover {
  color: #D01F3E;
}
.site-branding {
  width:100%;
  height:353px;
  position: relative;
  background-position: 50% 50% !important;
  background-repeat: no-repeat;
}
.archive .site-branding, .search .site-branding, .single .site-branding, .page .site-branding {
  height:100px !important;
  background-image:url('../images/20timelineheader2.png') !important;
  background-repeat:no-repeat;
  background-position:5% center !important;
  background-size:50%;
}
.home.site-title-group {
  margin: 50px 40px 50px 40px;
  display:none;
}
.site-title {
  font-size: 34px;
  line-height: 34px;
  display:none;
}
.site-title a {
  text-decoration: none;
  color: #010101;
  display:none;
}
.site-title a:hover {
  color: #D01F3E;
}
.site-description {
  font: 13px/20px "Open Sans", "맑은 고딕", Helvetica Neue, Arial, sans-serif;
  font-weight: 300;
  color: #878787;
  float:right;
}
.expound-custom-header,
.expound-custom-header img {
  display: block;
  float: left;
  position: absolute;
  width: 100%;
  top: 0;
}
.site-header .menu-toggle {
  background: #010101;
  color: white;
  font: 13px/20px "Open Sans", "맑은 고딕", Helvetica Neue, Arial, sans-serif;
  font-weight: 300;
  padding: 10px 22px;
  margin: 0;
  display:none; /* originally line */
}
.site-header .menu-toggle:hover {
  background: #D01F3E;
}
.site-header .menu-toggle:before {
  content: '\2261';
  font-size: 14px;
  margin-right: 10px;
}
.navigation-main {
  background: #010101;
  /* Old social menu */

}
.navigation-main ul {
  margin: 0 30px;
  position: relative;
  z-index: 9990;
}
.navigation-main a {
  color: white;
  padding: 10px 20px;
  position: relative;
}
.navigation-main li {
  background: #010101;
}
.navigation-main li:hover {
  background: #1b1b1b;
}
#menu-item-7212 {
  margin-left: 80px;
}
.navigation-main ul > .current_page_item,
.navigation-main ul > .current-menu-item,
.navigation-main ul > .current-post-ancestor,
.navigation-main ul > .current-menu-ancestor,
.navigation-main ul > .current-menu-parent,
.navigation-main ul > .current-post-parent {
  background: #D01F3E;
}
.navigation-main ul > .current_page_item:hover,
.navigation-main ul > .current-menu-item:hover,
.navigation-main ul > .current-post-ancestor:hover,
.navigation-main ul > .current-menu-ancestor:hover,
.navigation-main ul > .current-menu-parent:hover,
.navigation-main ul > .current-post-parent:hover {
  background: #D23B56;
}
.navigation-main ul > .current_page_item:hover a:after,
.navigation-main ul > .current-menu-item:hover a:after,
.navigation-main ul > .current-post-ancestor:hover a:after,
.navigation-main ul > .current-menu-ancestor:hover a:after,
.navigation-main ul > .current-menu-parent:hover a:after,
.navigation-main ul > .current-post-parent:hover a:after {
  border-top-color: #D23B56;
}
.navigation-main ul > .current_page_item ~ .current_page_item a,
.navigation-main ul > .current-menu-item ~ .current-menu-item a,
.navigation-main ul > .current-post-ancestor ~ .current-post-ancestor a,
.navigation-main ul > .current-menu-parent ~ .current-menu-parent a,
.navigation-main ul > .current-post-parent ~ .current-post-parent a {
  background: #010101;
}
.navigation-main ul > .current_page_item ~ .current_page_item a:hover,
.navigation-main ul > .current-menu-item ~ .current-menu-item a:hover,
.navigation-main ul > .current-post-ancestor ~ .current-post-ancestor a:hover,
.navigation-main ul > .current-menu-parent ~ .current-menu-parent a:hover,
.navigation-main ul > .current-post-parent ~ .current-post-parent a:hover {
  background: #1b1b1b;
}
.navigation-main ul > .current_page_item a:after,
.navigation-main ul > .current-menu-item a:after,
.navigation-main ul > .current-post-ancestor a:after,
.navigation-main ul > .current-menu-parent a:after,
.navigation-main ul > .current-post-parent a:after {
  content: '';
  font-size: 0px;
  line-height: 0%;
  width: 0px;
  border-top: 6px solid #D01F3E;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  position: absolute;
  bottom: -6px;
  left: 50%;
  margin-left: -6px;
  z-index: 9995;
}
.navigation-main ul > .current_page_item ~ .current_page_item a:after,
.navigation-main ul > .current-menu-item ~ .current-menu-item a:after,
.navigation-main ul > .current-post-ancestor ~ .current-post-ancestor a:after,
.navigation-main ul > .current-menu-parent ~ .current-menu-parent a:after,
.navigation-main ul > .current-post-parent ~ .current-post-parent a:after,
.navigation-main ul ul li a:after {
  content: '';
  border: none !important;
}
.navigation-main ul ul {
  margin: 0;
  top: 40px;
  z-index: 9990;
}
.navigation-main ul.social {
  padding: 0;
  list-style: none;
  float: right;
  margin-right: 36px;
  /* -4px bc of padding */

}
.navigation-main ul.social li:hover {
  background: none;
}
.navigation-main ul.social li a {
  width: 24px;
  padding-left: 0;
  padding-right: 0;
  background: url('../images/social.png') 0 50% no-repeat;
  color: transparent;
  text-indent: -9999px;
  padding-left: 4px;
  opacity: 0.2;
}
.navigation-main ul.social li a:hover {
  opacity: 0.5;
}
.navigation-main ul.social li.twitter a {
  background-position: -205px 50%;
}
.navigation-main ul.social li.facebook a {
  background-position: -12px 50%;
}
.navigation-main ul.social li.feed a {
  background-position: -108px 50%;
}
.navigation-main ul.social li.vkontakte a {
  background-position: -59px 50%;
}
.navigation-main ul.social li.google-plus a {
  background-position: -157px 50%;
}
/* Small menu */
/* 
@media screen and (max-width: 600px) {
  .navigation-main .menu-toggle,
  .navigation-main.toggled .nav-menu {
    display: none; /* originally block *//*
  }
  .navigation-main > ul {
    display: none;
  }
  .navigation-main ul ul {
    display: block;
  }
  .navigation-main.toggled .menu-toggle {
    background: #1b1b1b;
  }
  .navigation-main.toggled ul {
    margin: 0;
    list-style: none;
  }
  .navigation-main.toggled li {
    float: none;
  }
  .navigation-main.toggled a {
    display: block;
    color: white;
    padding: 10px 40px;
    text-decoration: none;
  }
  .navigation-main.toggled a::after {
    border-style: none !important;
  }
  .navigation-main.toggled li a {
    display: block;
    float: none;
    background: #010101;
  }
  .navigation-main.toggled li a:hover {
    background: #1b1b1b;
  }
  .navigation-main.toggled ul ul,
  .navigation-main.toggled ul ul ul {
    position: static;
    left: 0;
    top: 0;
    margin: 0;
    padding: 0;
    float: none;
  }
  .navigation-main.toggled ul ul a {
    padding-left: 60px;
    width: auto;
  }
  .navigation-main.toggled ul ul ul a {
    padding-left: 80px;
    width: auto;
  }
  .navigation-main.toggled ul > .current_page_item > a,
  .navigation-main.toggled ul > .current-menu-item > a {
    background: #D01F3E;
  }
}
*/

#expound-social {
  padding: 0;
  list-style: none;
  float: right;
  margin-right: 0px;
  color: transparent;
}
#expound-social li a {
  padding: 10px 8px;
  line-height: 1;
}
#expound-social li:hover {
  background: none;
}
#expound-social a span {
  position: absolute;
  top: -9999px;
  left: -9999px;
}
#expound-social li a::before {
  opacity: 0.3;
  font: normal 18px/1 'Genericons';
  content: '\f408';
  color: white;
}
#expound-social li a:hover::before {
  opacity: 1;
  color:#D01F3E;
}
#expound-social li a[href*="codepen.io"]::before {
  content: '\f216';
}
#expound-social li a[href*="digg.com"]::before {
  content: '\f221';
}
#expound-social li a[href*="dribbble.com"]::before {
  content: '\f201';
}
#expound-social li a[href*="facebook.com"]::before {
  content: '\f203';
}
#expound-social li a[href*="flickr.com"]::before {
  content: '\f211';
}
#expound-social li a[href*="plus.google.com"]::before {
  content: '\f206';
}
#expound-social li a[href*="github.com"]::before {
  content: '\f200';
}
#expound-social li a[href*="instagram.com"]::before {
  content: '\f215';
}
#expound-social li a[href*="linkedin.com"]::before {
  content: '\f208';
}
#expound-social li a[href*="pinterest.com"]::before {
  content: '\f210';
}
#expound-social li a[href*="polldaddy.com"]::before {
  content: '\f217';
}
#expound-social li a[href*="getpocket.com"]::before {
  content: '\f224';
}
#expound-social li a[href*="reddit.com"]::before {
  content: '\f222';
}
#expound-social li a[href*="skype.com"]::before,
#expound-social li a[href*="skype:"]::before {
  content: '\f220';
}
#expound-social li a[href*="stumbleupon.com"]::before {
  content: '\f223';
}
#expound-social li a[href*="tumblr.com"]::before {
  content: '\f214';
}
#expound-social li a[href*="twitter.com"]::before {
  content: '\f202';
}
#expound-social li a[href*="vimeo.com"]::before {
  content: '\f212';
}
#expound-social li a[href*="wordpress.org"]::before,
#expound-social li a[href*="wordpress.com"]::before {
  content: '\f205';
}
#expound-social li a[href*="youtube.com"]::before {
  content: '\f213';
}
#expound-social li a[href$="/feed/"]::before,
#expound-social li a[href$="/feed"]::before,
#expound-social li a[href$="?feed=rss2"]::before {
  content: '\f413';
}






/* 404. 존나이쁘게 만들어주마! Challenge accepted from Paul Hong */

body.error404 {width:100%; height:100%; overflow:hidden;}
body.error404 > footer, body.error404 .hfeed .site-header, body.error404 .content-area {display:none;}
#notfound1 {width:100%; height:100%; text-align:center; background-color:#d01f3e; overflow:hidden; position:absolute; left:0; top:0;}
#notfound2 {position:absolute; top:50%; left:50%; transform:translate(-50%, -50%); color:white;}
@-webkit-keyframes notfoundd {from {-webkit-transform: rotate(-10deg);} to {-webkit-transform: rotate(350deg);} }
img.notfoundlogo {width:200px; height:200x; margin:0 0 2em 0; -webkit-animation-name:notfoundd; -webkit-animation-duration:60s; -webkit-animation-iteration-count:infinite; -webkit-animation-timing-function: linear;}
#notfound2 > h1 {font-size:2.5em; font-weight:bold;}
a.notfoundreport, a.notfoundreport:visited {color:white; text-decoration:none; border-bottom:1px dotted;}
a.notfoundreport:hover {color:#010101;}

/* 404 여기까지*/

.taxonomy-description {
  margin-left: 24px;
  font-weight: normal;
  font-size: 16px;
  display: inline-block !important;
}

.site-main {
  float: left;
  width: 100%;
  clear: both;
}
#primary {
  float: left;
  width: 660px;
  margin: 20px 40px 0;
}
.blog #primary {
  margin: 0 20px 0 0;
  width: 720px;
}
.site-intro {
  padding-top: 40px;
  padding-bottom: 20px;
  padding-left: 40px;
  padding-right: 40px;
  background: #ffffff url('../images/absurdidad.png') 0 0 repeat;
  font-family: "Open Sans", "맑은 고딕", Georgia, "Times New Roman", serif;
  font-size: 20px;
  line-height: 28px;
}
.page-header {
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 40px;
  padding-right: 40px;
  background: #ffffff url('../images/absurdidad.png') 0 0 repeat;
}
.page-header h1 {
  font-family: "Open Sans", "맑은 고딕", Georgia, "Times New Roman", serif;
  font-size: 26px;
  line-height: 26px;
}
.page-header p {
  margin-bottom: 0;
  margin-top: 10px;
}
.featured-content-secondary {
  padding-top: 40px;
  padding-bottom: 20px;
  padding-left: 30px;
  padding-right: 30px;
  overflow: hidden;
  display:none !important; /* t4b 슬라이더 밑의 이미지는 필요없음 */
}
.widget_recent_entries .entry-thumbnail,
.widget_recent_entries .entry-thumbnail img {
  float: left;
}
.widget_recent_entries .has-post-thumbnail .entry-title {
  margin-left: 60px;
}
.single .site-content .related-content {
  overflow: hidden;
  border-bottom: solid 1px #dddddd;
}
.single .site-content .related-content .related-content-title {
  font-size: 20px;
  margin: 20px;
}
.single .site-content .related-content .hentry {
  float: left;
  width: 220px;
  height: 160px;
  margin: 0;
  padding: 0;
  border: none;
}
.single .site-content .related-content .entry-title {
  line-height: 12px;
  padding: 0;
  clear: none;
  font-family: "Open Sans", "맑은 고딕", Georgia, "Times New Roman", serif;
  font-weight: normal;
}
.single .site-content .related-content .entry-thumbnail,
.single .site-content .related-content .entry-thumbnail img {
  float: left;
  height: 100%;
  width: 100%;
  overflow: hidden;
  display: block;
}
.related-content .entry-header {
  position: relative;
  height: 100%;
}
.single .site-content .related-content .has-post-thumbnail .entry-title {
  position: absolute;
  bottom: 0;
  background-color: white;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  margin: 0 0.5em;
  padding: 0 0.2em 0.2em;
}
.single .site-content .related-content .entry-title .span {
  font-size:12px;
}
.single .site-content .related-content .entry-title:hover {
	background-color: #1b1b1b;
}
.single .site-content .related-content .entry-title:hover .span a {
  color: #d01f3e;
}

/* 그밖에 primary 영역에서 필요해서 만들어넣은 코드들 */

.entry-header .balloon {
  width:80%;
  margin:0 auto;
  padding:20px;
  border:5px solid #010101;
  position:relative;
}
.entry-header .balloon:before {
  content:"";
  position:absolute;
  bottom:-30px; /* value = - border-top-width - border-bottom-width */
  left:500px; /* controls horizontal position */
  border-width:30px 49px 0 0;
  border-style:solid;
  border-color:#010101 transparent;
  /* reduce the damage in FF3.0 */
  display:block;
  width:0;
}

/* creates the smaller triangle */
.entry-header .balloon:after {
  content:"";
  position:absolute;
  bottom:-21px; /* value = - border-top-width - border-bottom-width */
  left:505px; /* value = (:before left) + (:before border-left) - (:after border-left) */
  border-width:22px 34px 0 0;
  border-style:solid;
  border-color:#fff transparent;
  /* reduce the damage in FF3.0 */
  display:block;
  width:0;
}

.balloon p {
  margin-bottom:0;
}

div .circlethumb {
  position:relative;
  top:60%;
  right:50px;
  width:200px;
  height:200px;
  background-repeat:no-repeat;
  background-position:50% 50%;
  background-size:cover;
  border-radius:50%;
  border:3px solid #D01F3E;
}

.page .entry-header h1 {
  display:none !important;
}

.entry-content h2 {
  margin-left:70px;
  margin-right: 50px;
}
.entry-content h2[style*="center"] {
  margin-left: 50px;
}
.entry-content h2 > a {
  text-decoration:none;
  border-bottom:2px dotted;
}
.entry-content p > a, .entry-content span > a, td > a {
  text-decoration:none;
  border-bottom:1px dotted;
}

.entry-content .dialogue-wrapper {
  display:block;
  width:100%;
  padding-bottom:8px;
  min-height:50px;
}
.entry-content .dialogue {
  float:left;
  position:relative;
  margin:10px 20px 10px 60px;
  padding:7px 7px 0 7px;
  display:inline-block;
  height:30px;
  min-width:30px;
  color:white;
  text-align:center;
  vertical-align:top;
  font-size:16px;
}
.entry-content .dialogue:after {
  content: '';
  position: absolute;
  border-style: solid;
  border-left: 6px solid black;
  border-left-color: inherit;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  border-right: 0px solid transparent;
  display: block;
  width: 0;
  z-index: 1;
  right: -6px;
  top: 12px;
}
.entry-content .told {
  display:table-cell;
  padding-right:60px;
  padding-top:14px;
}
div.dialogue-wrapper > div.told > p {
  margin:0 0 1.5em 0;
}
div.dialogue-wrapper > div.told > p:last-of-type {
  margin:0;
}
div.dialogue-wrapper > div.told > .wp-caption {
  width: initial !important;
}

.entry-content twitterwidget {
  margin-left: auto;
  margin-right: auto;
}

.ig-shortcode .dialogue {
  margin:0;
}
.ig-shortcode .dialogue-wrapper .told {
  padding:8px 0 0 10px;
}
body .ig-shortcode-accordion {
  margin: 0 auto 20px;
  max-width: 600px;
}
body .entry-content p > a.ig-shortcode-button {
  border-bottom: 0;
}

.entry-content > div.recruit-main {
  width:60%; margin:0 auto;
}

.fotorama__wrap {
  margin:0 auto;
}
.ig-shortcode {
  line-height:initial;
}
/* iframe#twitter-widget-0 {
  margin:10px auto !important;
} */

.authoremail {
  padding-left:0.5em;
}

.textcenter {display:table; margin:0 auto;}
.textcenter p {max-width:880px; display:block;}

.toopen {cursor:pointer; display:block; margin:10px auto; border:1px solid #010101; padding:5px; font-family:inherit;}
.toopen:active {position:relative; top:1px;}
.me {display:none; position:relative; padding-top:15px;}
.more {border-style:solid; border-width:3px; border-color:#57c1ad; margin:0 10px 10px; padding:10px; position:relative; background-color:;}
.more:before {content:''; position:absolute; width:0; height:0; left:-webkit-calc(50% - 14px); left:-moz-calc(50% - 14px); left:-calc(50% - 14px); top:-30px; border:15px solid #57c1ad; border-color: transparent transparent inherit;}
.more:after {content:''; position:absolute; width:0; height:0; left:-webkit-calc(50% - 9px); left:-moz-calc(50% - 9px); left:calc(50% - 9px); top:-20px; border:10px solid white; border-color: transparent transparent white;}

.index-featured-image {
  max-width: 100%;
  height: auto;
}

td, th {padding:8px;}

table[border="red"] {
  border:3px solid #d01f3e;
  border-collapse:collapse;
  border-bottom-color:#d01f3e;
}

table[border="red"] > tbody > tr {
  border:1px solid #d01f3e;
}

table[border="red"] > tbody > tr > th {
  vertical-align:top;
}

table[border="blue"] {
  border:3px solid #57c1ad;
  border-collapse:collapse;
  border-bottom-color:#57c1ad;
}

table[border="blue"] > tbody > tr {
  border:1px solid #57c1ad;
}

table[border="blue"] > tbody > tr > th {
  vertical-align:top;
}

th > span[style*="background-color"] {
  padding:2px;
}

.long {margin:30px 0;}
.long > p {margin:0 !important; padding:0 !important; line-height:1 !important; text-align:center; margin-bottom:-2px !important;}
.long > img {margin:0; padding:0; border:0; max-width:600px;}

/* 여기까지. 무찌르자 오랑캐 */



#secondary {
  float: right;
  width: 260px;
  margin-left: 0;
  border:5px solid #57C1AD;
}
h1,
h2,
h3 {
  font-family: "Open Sans", "맑은 고딕", "Malgun Gothic", "Apple SD Gothic Neo", Georgia, "Times New Roman", serif;
}
.site-content .entry-content p,
.site-content .comment-content p,
#tinymce p {
  margin:20px 50px;
  font-size:14px;
  letter-spacing:-1px;
  line-height:180%;
}
.site-content .entry-content h1,
.site-content .comment-content h1,
#tinymce h1 {
  font-size: 34px;
  line-height: 44px;
}
.site-content .entry-content h2,
.site-content .comment-content h2,
#tinymce h2 {
  font-size: 20px;
  line-height: 28px;
}
.site-content .entry-content h3,
.site-content .comment-content h3,
#tinymce h3 {
  font-size: 16px;
  line-height: 18px;
  color: #606060;
  margin-left: 60px;
  margin-right: 50px;
}
.site-content .entry-content h1,
.site-content .comment-content h1,
#tinymce h1,
.site-content .entry-content h2,
.site-content .comment-content h2,
#tinymce h2,
.site-content .entry-content h3,
.site-content .comment-content h3,
#tinymce h3 {
  margin-bottom: 10px;
  margin-top: 40px;
}
.site-content .entry-content hr,
.site-content .comment-content hr,
#tinymce hr {
  background-color: #dddddd;
  border: 0;
  height: 1px;
  margin-bottom: 20px;
}
.noborder, #tinymce .noborder {border:0px !important;}

.site-content .entry-content table,
.site-content .comment-content table,
#tinymce table {
  margin-bottom: 20px;
  max-width: 600px;
  margin: 0 auto;
}
.site-content .entry-content th,
.site-content .comment-content th,
#tinymce th,
.site-content .entry-content td,
.site-content .comment-content td,
#tinymce td {
  padding: 8px 8px;
  border-bottom: solid 1px inherit;
  vertical-align: top;
}
.site-content .entry-content ul,
.site-content .comment-content ul,
#tinymce ul,
.site-content .entry-content ol,
.site-content .comment-content ol,
#tinymce ol {
  margin-left: 60px;
  max-width:620px;
}
.site-content .entry-content blockquote,
.site-content .comment-content blockquote,
#tinymce blockquote {
  margin: 20px 50px;
  border-left: 5px solid #d01f3e;
}
.site-content .entry-content blockquote:before,
.site-content .comment-content blockquote:before,
#tinymce blockquote:before {
  content: '';
}
.site-content .entry-content blockquote cite:before,
.site-content .comment-content blockquote cite:before,
#tinymce blockquote cite:before {
  content: '\02014  ';
}
.site-content .entry-content blockquote p,
.site-content .comment-content blockquote p,
#tinymce blockquote p,
.site-content .entry-content blockquote h3,
.site-content .comment-content blockquote h3,
#tinymce blockquote h3 {
  margin: 20px;
}
.site-content .entry-content blockquote span,
.site-content .comment-content blockquote span,
#tinymce blockquote span,
.site-content .entry-content blockquote strong,
.site-content .comment-content blockquote strong,
#tinymce blockquote strong {
  margin: 0;
}
.entry-title a {
  text-decoration: none;
}
.single .site-content .entry-title {
  font-size: 32px;
  line-height: 1.3em;
  color:#1b1b1b;
}
.site-content article {
  border-bottom: solid 1px #dddddd;
  padding: 15px 0;
  margin:0;
}
.site-content .entry-title {
  font-size: 20px;
  line-height: 28px;
}
.site-content .entry-title a {
  color: #010101;
}
.site-content .entry-title a:hover {
  color: #D01F3E;
}
.site-content .entry-meta {
  font-size: 12px;
  line-height: 15px;
  color: #aaaaaa;
}
.site-content .entry-meta a {
  color: #aaaaaa;
  text-decoration: none;
}
.site-content .entry-meta a:hover {
  color: #D01F3E;
}
.site-content .entry-content,
.site-content .entry-header,
.site-content .entry-summary {
  -ms-word-wrap: break-word;
  word-wrap: break-word;
}
.site-content .entry-content {
  margin-top:30px;
}
.site-content .entry-header .entry-meta {
  float:right;
  margin-top:25px;
  margin-right:50px;
  color:#1b1b1b;
}
.site-content .entry-header .entry-meta .author {
  color: #D01F3E;
  font-weight:bold;
}
.site-content .entry-header .entry-meta .entry-date {
  font-size:12px;
}
.blog .site-content .has-post-thumbnail .entry-thumbnail,
.archive .site-content .has-post-thumbnail .entry-thumbnail,
.search .site-content .has-post-thumbnail .entry-thumbnail {
  float: left;
}
.blog .site-content .has-post-thumbnail .entry-thumbnail img,
.archive .site-content .has-post-thumbnail .entry-thumbnail img,
.search .site-content .has-post-thumbnail .entry-thumbnail img {
  float: left;
}
.blog .site-content .has-post-thumbnail .entry-title,
.archive .site-content .has-post-thumbnail .entry-title,
.search .site-content .has-post-thumbnail .entry-title {
  clear: none;
  margin-top: -5px;
}
.blog .site-content .has-post-thumbnail .entry-meta,
.archive .site-content .has-post-thumbnail .entry-meta,
.search .site-content .has-post-thumbnail .entry-meta {
  clear: none;
}
.blog .site-content .has-post-thumbnail .entry-meta:after,
.archive .site-content .has-post-thumbnail .entry-meta:after,
.search .site-content .has-post-thumbnail .entry-meta:after {
  display: table;
  content: '';
  line-height: 0;
  clear: both;
}
.blog .site-content .has-post-thumbnail .entry-header,
.archive .site-content .has-post-thumbnail .entry-header,
.search .site-content .has-post-thumbnail .entry-header,
.blog .site-content .has-post-thumbnail .entry-summary,
.archive .site-content .has-post-thumbnail .entry-summary,
.search .site-content .has-post-thumbnail .entry-summary,
.blog .site-content .has-post-thumbnail .entry-meta,
.archive .site-content .has-post-thumbnail .entry-meta,
.search .site-content .has-post-thumbnail .entry-meta {
  margin-left: 240px;
}
.featured-content article {
  padding:0;
  margin: -20px 0 0;
  border-bottom: solid 1px #dddddd;
}
.featured-content .entry-title {
  font-size: 28px;
  line-height: 28px;
}
.featured-content .entry-summary > p:first-of-type {
  font-size:16px;
}
.featured-content .entry-title a {
  color: #010101;
}
.featured-content .entry-title a:hover {
  color: #D01F3E;
}
.featured-content .has-post-thumbnail .entry-thumbnail,
.featured-content .has-post-thumbnail .entry-thumbnail a,
.featured-content .has-post-thumbnail .entry-thumbnail img {
  float: left;
}
.featured-content .has-post-thumbnail .entry-thumbnail {
  width: 50%;
}
.featured-content .has-post-thumbnail .entry-thumbnail a {
  margin-right: 10px;
}
.featured-content .has-post-thumbnail .entry-thumbnail img {
  width: 100%;
}
.featured-content .has-post-thumbnail .entry-title {
  clear: none;
  margin-top: -5px;
}
.featured-content .has-post-thumbnail .entry-summary,
.featured-content .has-post-thumbnail .entry-meta {
  margin-left: 50%;
  padding-left: 10px;
  padding-top:20px;
}
.featured-content .has-post-thumbnail .entry-summary:after {
  display: table;
  content: '';
  line-height: 0;
  clear: both;
}
.featured-content-secondary {
  margin-top: -1px;
  /* cover the bottom border of the main featured content area */

  background: #ffffff url('../images/absurdidad.png') 0 0 repeat;
}
.featured-content-secondary article {
  margin-left: 10px;
  margin-right: 10px;
  width: 220px;
  float: left;
}
.featured-content-secondary .entry-thumbnail {
  margin-bottom: 20px;
}
.featured-content-secondary .entry-title {
  font-size: 20px;
  line-height: 28px;
}
.featured-content-secondary .entry-title a {
  color: #010101;
}
.featured-content-secondary .entry-title a:hover {
  color: #D01F3E;
}
article:hover .entry-thumbnail img {
  opacity: 0.9;
}
article:hover .entry-title a {
  color: #D01F3E;
}
.entry-thumbnail {
  position: relative;
}
.entry-thumbnail img {
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
  max-width: 100%;
  height: auto;
  width:220px;
}
.entry-thumbnail-category {
  position: absolute;
  left: -6px;
  top: 8px;
  background: #010101;
  padding: 2px 8px;
  font-size: 8px;
  text-transform: uppercase;
  color: #777;
}
.entry-thumbnail-category:hover {
  background: #D01F3E;
}
.entry-thumbnail-category:hover:before {
  border-top: 6px solid #D01F3E;
}
.entry-thumbnail-category a {
  color: white;
  text-decoration: none;
}
.entry-thumbnail-category:before {
  content: '';
  font-size: 0px;
  line-height: 0%;
  width: 0px;
  border-top: 6px solid #212121;
  border-left: 6px solid transparent;
  position: absolute;
  left: 0px;
  top: 24px;
}
.wp-caption {
  border: none;
  margin-bottom:0;
  text-align: center;
}

/* caption 숏코드를 위한 스타일링. 만질 것이 많습니다. ㅎㅏ… */

.wp-caption-text {
  padding:10px;
  background-color:#D01F3E;
  text-align:left;
  width:80%;
  max-width:640px; color:white;
  opacity:0.95;
  margin:0 auto; width:auto;
  display:inline-block;
  position: relative;
  top: -11px;
}
.wp-caption-text:before {
  content:''; border-style:solid;
  border-bottom: 15px solid #D01F3E;
  border-bottom-color: #d01f3e;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-top: 0px solid transparent;
  display:block; width:0; z-index:1;
  margin-top:-22px; margin-left: 14px;
}
.fcaption * {
  margin:0; padding:0; color:inherit;
}
.site-content .entry-content p.wp-caption-text {
  margin: 5px;
}
.fcaption .wp-caption {
  margin:0;
}

.blue {
  background-color:#57c1ad;
  border-bottom-color:#57c1ad;
}
.blue:before {
  content:''; border-style:solid;
  border-bottom: 15px solid;
  border-bottom-color: inherit;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-top: 0px solid transparent;
  display:block; width:0; z-index:1;
  /* margin-top:-22px; margin-left: 14px;*/ 
}
.wider {padding:10px;}
.wider:before {margin-left:50%;}

.fb_iframe_widget.fb-post {
  width: 100%;
  text-align: center;
}
.fb_iframe_widget.fb-like span {
  width: 450px !important;
}
.ttl-panorama {
  width: 100%;
  max-width: 100%;
  overflow-x: scroll;
}
.site-content .entry-content .ttl-panorama p {
  margin: 0;
}
.ttl-panorama p img {
  max-width: none;
  margin: 0;
  margin-top: 1em;
}

/* 일단 여기까지 */

.entry-content ol li {
  margin-bottom:20px;
  margin-top:20px;
  font-size:14px;
  line-height:180%;
}

.wp-caption img,
img[class*="wp-image-"], img[class*="align"] {
  border: solid 3px #010101;
  max-width:640px;
}
/* .widget-area {
  padding-top: 41px;
} */
/* .widget-area .widget {
  margin-bottom: 40px;
  margin-right: 40px;
} */
.widget-area .widget ul {
  list-style: decimal;
  margin-left: 0;
}
.widget-area .widget-title {
  font-size: 18px;
  padding: 8px 0 12px 0;
  color: white;
  background-color: #57C1AD;
  text-align: center;
}
.wpp-list {
  margin:0 !important;
  counter-reset: li-counter;
}
ul.wpp-list > li {
  list-style-type: none;
  font-size: 16px;
  position: relative;
  left: 0;
  margin: 1em 0 1em 1em;
  padding-left: 1.5em;
  max-width: 210px;
}
ul.wpp-list > li > a {
  text-decoration:none;
  color:#010101;
  transition:color 0.5s;
}
ul.wpp-list > li > a:hover {
  color:#57C1AD;
}
ul.wpp-list > li:before {
  position:absolute;
  left:0;
  content: counter(li-counter);
  counter-increment: li-counter;
  color:#57C1AD;
  font-weight:bold;
  font-size:1.5em;
}
.widget-area .widget-title a {
  color: #010101;
}
.widget-area .widget-title a:hover {
  color: #D01F3E;
}
.widget-area .widget_recent_entries .post-date {
  color: #aaaaaa;
}
.widget-area .widget_twitter a {
  color: #010101;
  text-decoration: none;
}
.widget-area .widget_twitter a:hover {
  color: #D01F3E;
}
.widget-area .widget_twitter .timesince {
  color: #aaaaaa;
}
.widget-area .widget_twitter .tweets li {
  padding: 20px 0;
  border-bottom: solid 1px #f7f7f7;
}
.widget-area .widget_twitter .tweets li:last-child {
  border-bottom: none;
}
.widget-area .widget_categories ul.children,
.widget-area .widget_pages ul.children {
  margin-left: 1.5em;
}
.widget-area .widget_categories ul.children li,
.widget-area .widget_pages ul.children li {
  padding-bottom: 0;
  padding-top: 8px;
}
.widget-area .widget_nav_menu ul.sub-menu {
  margin-left: 1.5em;
}
.widget-area .widget_nav_menu ul.sub-menu li {
  padding-bottom: 0;
  padding-top: 8px;
}

/* 여기 잠시 컨택트폼 */
.wpcf7 {width:80%;}
.wpcf7-form {margin-left:15%;}

div #recruit-mobile {display:none;}

/* 여기 까지 컨택트폼 */

input,
textarea {
  font: 13px/20px "Open Sans", "맑은 고딕", Georgia, 'Times New Roman', serif;
  font-size: 100%;
}
button,
input[type="button"],
input[type="reset"],
input[type="submit"],
.button-primary,
a.button-primary,
.wpm-button-primary,
a.wpm-button-primary {
  display: inline-block;
  background: #D01F3E;
  color: white;
  text-decoration: none;
  padding: 10px;
  border: none;
  font-weight: normal;
  cursor: pointer;
  font-size: 100%;
}
input#searchsubmit {
  background-color: #1b1b1b;
}
input#searchsubmit:hover {
  color: #D01F3E;
}
button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover,
.button-primary:hover,
a.button-primary:hover,
.wpm-button-primary:hover,
a.wpm-button-primary:hover,
button:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus,
.button-primary:focus,
a.button-primary:focus,
.wpm-button-primary:focus,
a.wpm-button-primary:focus,
button:active,
input[type="button"]:active,
input[type="reset"]:active,
input[type="submit"]:active,
.button-primary:active,
a.button-primary:active,
.wpm-button-primary:active,
a.wpm-button-primary:active {
  background: #010101;
}
.button,
a.button,
.wpm-button,
a.wpm-button {
  display: inline-block;
  background: #010101;
  color: white;
  text-decoration: none;
  padding: 10px;
}
.button:hover,
a.button:hover,
.wpm-button:hover,
a.wpm-button:hover {
  background: #1b1b1b;
}
.navigation-paging,
.navigation-post {
  padding: 20px 40px;
  background: #f7f7f7;
}
.comments-area {
  margin-bottom: 40px;
}
.comments-area .comments-title {
  font-size: 20px;
  line-height: 28px;
  display: none;
}
.comments-area .comment-list {
  list-style: none;
  padding: 0;
  margin: 40px 0 0 0;
  display: none;
}
.comments-area ul.children {
  list-style: none;
  padding-left: 56px;
  margin: 0;
}
.comments-area article {
  margin: 0;
  padding: 20px 0 32px 0;
  /* added 12 due to avatar top: 12 */

  border-top: solid 1px #dddddd;
  border-bottom: none;
}
.comments-area .comment-content h1 {
  font-size: 16px;
}
.comments-area .comment-content h2,
.comments-area .comment-content h3,
.comments-area .comment-content h4,
.comments-area .comment-content h5,
.comments-area .comment-content h6 {
  font-size: 13px;
}
.comments-area .comment-content h1,
.comments-area .comment-content h2,
.comments-area .comment-content h3,
.comments-area .comment-content h4,
.comments-area .comment-content h5 {
  margin: 20px 0;
}
.comments-area .comment-content blockquote {
  background: none;
}
.comments-area .comment-content,
.comments-area .reply,
.comments-area li.comment #respond {
  margin-left: 56px;
}
.comments-area footer {
  margin-bottom: 20px;
}
.comments-area footer .comment-author,
.comments-area footer .comment-meta {
  display: inline-block;
}
.comments-area footer cite {
  font-style: normal;
}
.comments-area footer .says {
  display: none;
}
.comments-area footer .comment-author {
  font-family: "Open Sans", "맑은 고딕", Georgia, "Times New Roman", serif;
  font-size: 20px;
  line-height: 28px;
}
.comments-area footer .comment-author a {
  text-decoration: none;
  color: #010101;
}
.comments-area footer .comment-author a:hover {
  color: #D01F3E;
}
.comments-area footer .comment-author .avatar {
  position: relative;
  top: 12px;
  margin-right: 10px;
  border-radius: 50%;
}
.comments-area footer .comment-meta {
  margin-left: 4px;
}
.comments-area footer .comment-meta,
.comments-area footer .comment-meta a {
  color: #aaaaaa;
  text-decoration: none;
  font-size: 12px;
}
.comments-area footer .comment-meta:hover,
.comments-area footer .comment-meta a:hover {
  color: #D01F3E;
}
.comments-area #respond {
  border-top: solid 1px #dddddd;
  padding-top: 0px;
}
.comments-area #reply-title {
  font-size: 20px;
  line-height: 28px;
}
#commentform label {
  display: block;
}
#commentform label .required {
  color: red;
}
#disqus_thread {
  margin-top: 40px;
  margin-left: 40px;
}
.clear {
  display: block;
  clear: both;
  height: 0px;
  width: 100%;
}
/* Widgets */
.widget.widget_calendar table {
  margin-bottom: 20px;
  border-spacing: 1px;
  border-collapse: separate;
}
.widget.widget_calendar th,
.widget.widget_calendar td {
  padding: 6px 6px;
  text-align: center;
}
.widget.widget_calendar tbody td {
  background: #f7f7f7;
}
.widget.widget_calendar tbody td.pad,
.widget.widget_calendar tbody td.pad:hover {
  background: none;
}
.widget.widget_calendar tbody td:hover {
  background: #dddddd;
}
.widget.widget_calendar tbody td a {
  font-weight: 600;
  text-decoration: none;
}
.widget.widget_calendar #today {
  font-weight: bold;
}
.widget.widget_calendar #next {
  text-align: right;
}
.widget.widget_calendar #prev {
  text-align: left;
}
/* Full-width Template */
.expound-full-width #secondary {
  display: none;
}
.expound-full-width #primary {
  width: 1020px;
  margin-right: 0;
}
.expound-full-width .site-content article {
  padding-right: 40px;
}
.expound-full-width .navigation-paging,
.expound-full-width .navigation-post {
  padding-right: 40px;
}
.expound-full-width .comments-area {
  padding-right: 40px;
}
.page-id-126 .entry-content {
  width: 640px;
  margin: 0 auto;
}


/* category/v views */
body.category-v #primary,
.single-format-video #primary {
  width: 100%;
  float: none;
  margin: 0;
}
body.category-v #secondary,
.single-format-video #secondary {
  display: none;
}
body.category-v #content,
.single-format-video #content {
  padding: 20px 40px 0;
}
body.category-v .site-content article {
  width: 450px;
  float: left;
  background: white;
  border-bottom: 0;
  margin-bottom: 20px;
  border-radius: 4px;
  box-shadow: 1px 1px 4px #aaa;
  padding: 0 0 10px;
}
body.category-v .site-content .entry-thumbnail,
body.category-v .site-content .entry-thumbnail img {
  box-shadow: 0 0 0;
  width: 100%;
  display: block;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  margin-bottom: 5px;
}
body.archive.category-v .site-content .has-post-thumbnail .entry-header {
  margin: 10px;
  text-align: center;
}
body.archive.category-v .site-content .has-post-thumbnail .entry-summary {
  margin: 0 auto;
}
body.archive.category-v .site-content .has-post-thumbnail .entry-summary p {
  text-align: center;
  margin: 0;
  padding: 0.5em;
}

/* single-format-video views */

body.single-format-video .site-content article .entry-header {
  text-align: center;
  padding: 10px 0;
}
body.single-format-video .site-content article .entry-title {
  font-size: 48px;
  display: inline-block;
  border-bottom: 5px solid;
  padding: 8px 32px;
}
body.single-format-video .site-content article .entry-meta {
  margin: 0;
  float: none;
  padding: 1em 0;
}
body.single-format-video .site-content article .entry-content .fb_iframe_widget,
body.single-format-video .site-content article .entry-content .fb_iframe_widget + p:empty,
body.single-format-video .related-content {
  display: none;
}

/* #recruit */

#recruits {
  padding: 2% 4%;
  color: #57C1AD;
}
#recruits h3 {
  font-size: 2em;
  line-height: 2em;
  border-bottom: 2px solid;
  display: inline-block;
}
#recruits ul {
  list-style: none;
  margin: 0;
  display: block;
  margin: 1em 0;
}
#recruits ul li {
  display: inline-block;
  margin: 0.5em;
  color: #1b1b1b;
  border: 1px solid #1b1b1b;
  border-radius: 6px;
}
#recruits ul li:hover {
  background: #57C1AD;
  color: white;
  border-color: #57C1AD;
}
#recruits ul li a {
  display: block;
  padding: 0.5em 1em;
  text-decoration: none;
  color: inherit;
}

/* WP-PageNavi Support */
#nav-below .wp-pagenavi {
  clear: none;
}
#nav-below .wp-pagenavi .pages {
  padding-left: 0;
}
#nav-below .wp-pagenavi a,
#nav-below .wp-pagenavi span {
  text-decoration: none;
  border: none;
  text-align: center;
  padding: 5px 10px;
  margin: 0;
}
#nav-below .wp-pagenavi .current {
  background: #D01F3E;
  font-weight: normal;
  color: white;
}
#nav-below .wp-pagenavi a:hover {
  background: #fcfcfc;
}
/* Jetpack Infinite Scroll */
#infinite-footer,
#infinite-footer a {
  color: #666;
}
#infinite-footer a {
  text-decoration: underline;
}
#infinite-footer .container {
  padding: 8px 40px;
  border-color: #ddd;
  background: rgba(255, 255, 255, 0.9);
}

@media (min-width: 960px) {
#getbent
  {display:none;}
}

/* MOTHERFUCKING Media Queries */

/*
@media (max-width: 1080px) {
  #page {
    width: 100%;
  }
  #primary {
    width: 680px;
  }
  .expound-full-width #primary {
    width: 960px;
  }
  .featured-content-secondary {
    padding-top: 20px;
    padding-bottom: 0;
    padding-left: 40px;
    padding-right: 40px;
  }
  .featured-content-secondary article {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .featured-content-secondary .entry-thumbnail {
    float: left;
    margin-bottom: 0;
  }
  .featured-content-secondary .has-post-thumbnail .entry-header,
  .featured-content-secondary .has-post-thumbnail .entry-summary {
    margin-left: 240px;
  }
  .featured-content-secondary .has-post-thumbnail .entry-title {
    clear: none;
    margin-top: -5px;
  }
  .single .site-content .related-content article {
    width: 200px;
  }
}
@media (max-width: 1020px) {
  #page {
    width: 100%;
  }
  #primary {
    width: 620px;
  }
  .expound-full-width #primary {
    width: 900px;
  }
  .single .site-content .related-content article {
    width: 180px;
  }
}

@media (max-width: 960px) {
  .site-branding {
    width: inherit;
    height: 240px !important;
}
  .navigation-main a {
  padding: 10px 10px;
}
  #page {
    width: 100%;
  }
  #primary {
    width: 90%; /* originally 560px *//*
  }
  .expound-full-width #primary {
    width: 960px;
  }
  .single .site-content .related-content article {
    width: 160px;
  }
}

/* iphone resolution? *//*
@media (max-width: 900px) {
  #page {
    width: 100%;
  }
  #primary {
    width: 100%;
    margin-right: 0;
  }
  #secondary {
    width: 100%;
    margin-left: 0;
  }
  .expound-full-width #primary {
    width: 100%	;
  }
  .featured-content .has-post-thumbnail .entry-thumbnail {
    width: 220px;
  }
  .featured-content .has-post-thumbnail .entry-thumbnail a {
    margin-right: 0;
  }
  .featured-content .has-post-thumbnail .entry-header,
  .featured-content .has-post-thumbnail .entry-summary {
    margin-left: 240px;
    padding-left: 0;
  }
  .site-content article {
    padding-right: 20px;
    padding-left: 20px;
  }
  .widget-area .widget {
    margin-left: 40px;
  }
  .comments-area {
    padding-right: 40px;
  }
  #disqus_thread {
    margin-right: 40px;
  }
}
@media (max-width: 700px) {
  .featured-content .has-post-thumbnail .entry-thumbnail,
  .featured-content-secondary .has-post-thumbnail .entry-thumbnail,
  .has-post-thumbnail .entry-thumbnail {
    float: left;
    display: block;
    width: 100%;
    margin-bottom: 30px;
  }
  .featured-content .has-post-thumbnail .entry-header,
  .featured-content .has-post-thumbnail .entry-summary,
  .featured-content-secondary .has-post-thumbnail .entry-header,
  .featured-content-secondary .has-post-thumbnail .entry-summary,
  .blog .site-content .has-post-thumbnail .entry-header,
  .blog .site-content .has-post-thumbnail .entry-summary,
  .blog .site-content .has-post-thumbnail .entry-meta,
  .archive .site-content .has-post-thumbnail .entry-header,
  .archive .site-content .has-post-thumbnail .entry-summary,
  .archive .site-content .has-post-thumbnail .entry-meta,
  .search .site-content .has-post-thumbnail .entry-header,
  .search .site-content .has-post-thumbnail .entry-summary,
  .search .site-content .has-post-thumbnail .entry-meta {
    margin-left: 0;
    clear: both;
  }
  .single .site-content .entry-title,
  .site-content .entry-content h1,
  .site-content .comment-content h1 {
    font-size: 28px;
    line-height: 38px;
  }
  .single .site-content .related-content {
    padding-bottom: 20px;
    padding-left: 20px;
    padding-right: 20px;
  }
  .single .site-content .related-content .related-content-title {
    margin-left: 0;
  }
  .single .site-content .related-content article {
    width: 100%;
    padding: 20px 0 0 0;
    margin: 0;
  }
  .single .site-content .has-post-thumbnail .entry-thumbnail {
    width: 50px;
    margin-bottom: 0;
  }
}

*/