header, section, footer, aside, nav, main, article, figure {
    display: block;
}
#commento {
  margin-top: 100px;
}
.addescription {
  font-size: 10px;
}

.header-nav a {
	position: relative;
}
.nav ul {
	margin-bottom: 0;
}
.clearfix {
	clear: both;
}
.widget a {
	text-transform: none !important;
	letter-spacing: 0 !important;
}
.post .post-inner {
	background-color: #fff;
}
.widget {
	font-size: 15px;
}
aside {
	clear: both;
}
.whoopsie-daisy-wrapper {
	text-align: center;
	padding: 80px 0 40px;
}
.whoopsie-daisy {
	font-size: 80px;
	letter-spacing: 13px;
	margin-bottom: 35px;
	text-indent: 14px;
}
.whoopsie-daisy small {
	display: block;
	font-size: 20px;
	margin-bottom: 30px;
	letter-spacing: normal;
	text-indent: 0;
}

.alignleft,
.aligncenter,
.alignright,
.alignnone {
	margin-bottom: 25px;
}
.alignnone {
	display: block;
}
.alignleft {
	float: left;
	margin-right: 30px;
}
.alignright {
	float: right;
	margin-left: 30px;
}
.aligncenter {
	display: block;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
}
figure.aligncenter a {
	display: inline-block;
	overflow: hidden;
	position: relative;
}
.wp-caption {
	max-width: 100%;
	text-align: center;
	color: #999;
}

.wp-caption-text {
	margin: 6px 0;
	font-style: italic;
	font-size: 95%;
	line-height: 120%;
}

.aligncenter {
	text-align: center;
}
.widget_text p:last-child {
	margin-bottom: 0;
	padding-bottom: 0;
}
dt {
	font-weight: bold;
	margin-bottom: 10px;
}
dd {
	margin-bottom: 25px;
}
select {
	max-width: 100%;
}
.widget:last-child:after {
	display: none;
}
@media screen and (min-width: 780px) {
	.category article.hentry {
		width: 50%;
		height: 900px;
		min-height: 900px;
		padding-right: 10px;
	}

	.category section.post-body {
		padding-bottom: 0px;
	}

	.category article.hentry .post-inner {
		height: 900px;
		min-height: 900px;
		background-color: #fff;
	}
}

@media screen and (max-width: 1183px) {
	.widget {
		margin-bottom: 30px;
	}
	aside {
		display: none;
	}
	.header-nav li {
		display: inline-block;
		margin: 0 7px;
	}
}
.post-inner table {
	text-align: left;
	width: 100%;
}
.post-inner table td,
.post-inner table th {
	padding: 10px 0;
}
.post-inner table td:first-child,
.post-inner table th:first-child {
	padding-left: 15px;
}
.post-inner table tr:nth-child(even),
.post-inner table thead tr {
	background: #f5f5f5;
}
/* end */

.highlight {
	padding: 2px 8px;
	border: none;
	background: #ffff67;
	color: #292929;
}
hr {
	clear: both;
	margin: 40px 0;
	border: none;
	height: 1px;
}
img {
	max-width: 100%;
	height: auto;
	display: block;
}

.post-media img:not([srcset]) {
  visibility: hidden;
}

.wp-caption.alignnone img:not([src]) {
  visibility: hidden;
}

@-moz-document url-prefix() {
    img:-moz-loading {
        visibility: hidden;
    }
}

noscript .wp-post-image {
	margin-top: -500px;
}

.dpp-projects noscript img {
  margin-top: -320px;
}

.dpp_project noscript img {
  margin-top: -700px;
}



/**
* portfolio
*/

.single-dpp_project aside {
  display: none;
}

.wrapper h2, .wrapper h3 {
	margin-top: 70px;
}

.wrapper h2.post-title {
	margin-top: 0px;
	margin-bottom: 0px;
}

/**
* Code highlight
*/
.highlight table td { padding: 5px; }
.highlight table pre { margin: 0; }
.highlight .c, .highlight .cd {
  color: #75715e;
  font-style: italic;
}
.highlight .cm {
  color: #75715e;
  font-style: italic;
}
.highlight .c1 {
  color: #75715e;
  font-style: italic;
}
.highlight .cp {
  color: #75715e;
  font-weight: bold;
}
.highlight .cs {
  color: #75715e;
  font-weight: bold;
  font-style: italic;
}
.highlight .err {
}

.highlight .gi {
  color: #ffffff;
  background-color: #324932;
}
.highlight .gd {
  color: #ffffff;
  background-color: #493131;
}
.highlight .ge {
  color: #000000;
  font-style: italic;
}
.highlight .gr {
  color: #aa0000;
}
.highlight .gt {
  color: #aa0000;
}
.highlight .gh {
  color: #999999;
}
.highlight .go {
  color: #888888;
}
.highlight .gp {
  color: #555555;
}
.highlight .gs {
  font-weight: bold;
}
.highlight .gu {
  color: #aaaaaa;
}
.highlight .k, .highlight .kv {
  color: #66d9ef;
  font-weight: bold;
}
.highlight .kc {
  color: #66d9ef;
  font-weight: bold;
}
.highlight .kd {
  color: #66d9ef;
  font-weight: bold;
}
.highlight .kp {
  color: #66d9ef;
  font-weight: bold;
}
.highlight .kr {
  color: #66d9ef;
  font-weight: bold;
}
.highlight .kt {
  color: #66d9ef;
  font-weight: bold;
}
.highlight .kn {
  color: #f92672;
  font-weight: bold;
}
.highlight .ow {
  color: #f92672;
  font-weight: bold;
}
.highlight .o {
  color: #f92672;
  font-weight: bold;
}
.highlight .mf {
  color: #ae81ff;
}
.highlight .mh {
  color: #ae81ff;
}
.highlight .il {
  color: #ae81ff;
}
.highlight .mi {
  color: #ae81ff;
}
.highlight .mo {
  color: #ae81ff;
}
.highlight .m, .highlight .mb, .highlight .mx {
  color: #ae81ff;
}
.highlight .se {
  color: #ae81ff;
}
.highlight .sb {
  color: #e6db74;
}
.highlight .sc {
  color: #e6db74;
}
.highlight .sd {
  color: #e6db74;
}
.highlight .s2 {
  color: #e6db74;
}
.highlight .sh {
  color: #e6db74;
}
.highlight .si {
  color: #e6db74;
}
.highlight .sx {
  color: #e6db74;
}
.highlight .sr {
  color: #e6db74;
}
.highlight .s1 {
  color: #e6db74;
}
.highlight .ss {
  color: #e6db74;
}
.highlight .s {
  color: #e6db74;
}
.highlight .na {
  color: #a6e22e;
}
.highlight .nc {
  color: #a6e22e;
  font-weight: bold;
}
.highlight .nd {
  color: #a6e22e;
  font-weight: bold;
}
.highlight .ne {
  color: #a6e22e;
  font-weight: bold;
}
.highlight .nf {
  color: #a6e22e;
  font-weight: bold;
}
.highlight .no {
  color: #66d9ef;
}
.highlight .bp {
  color: #f8f8f2;
}
.highlight .nb {
  color: #f8f8f2;
}
.highlight .ni {
  color: #f8f8f2;
}
.highlight .nn {
  color: #f8f8f2;
}
.highlight .vc {
  color: #f8f8f2;
}
.highlight .vg {
  color: #f8f8f2;
}
.highlight .vi {
  color: #f8f8f2;
}
.highlight .nv {
  color: #f8f8f2;
}
.highlight .w {
  color: #f8f8f2;
}
.highlight .nl {
  color: #f8f8f2;
  font-weight: bold;
}
.highlight .nt {
  color: #f92672;
}

.highlight {
  color: #f8f8f2;
  background-color: #333333;
  border-radius: 3px;
  margin-bottom:20px;
}

.highlight pre {
  padding-bottom: 12px;
  margin-bottom: 0px;
  overflow-wrap: break-word;
  word-wrap: break-word;
  -ms-word-break: break-all;
  word-break: break-all;
  word-break: break-word;

}

/*
  Eston Default Skin - <3 mikedidthis
*/
a {
  color: #ff0000;
}
a:hover {
  color: #cc0000;
}
blockquote {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  color: #292929;
  background-color: #f5f5f5;
  border-left: 4px solid #ff0000;
}
code {
  border-radius: 2px;
  color: #525252;
  background-color: #f5f5f5;
}
code:hover {
  color: #292929;
}
.icon-github:before {
  color: #4183c4;
}
.icon-dribbble:before {
  color: #ea4c89;
}
.icon-linkedin:before {
  color: #0976b4;
}
.icon-twitter:before {
  color: #55acee;
}
.icon-soundcloud:before {
  color: #55acee;
}
.icon-rss:before {
  color: #55acee;
}
ul,
ol {
  color: #333333;
}
li:before {
  color: #858585;
}
pre {
  border-radius: 3px;
  color: #d6d6d6;
  background-color: #333333;
}
pre:hover {
  color: #ffffff;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: Open Sans;
  font-weight: 300;
  color: #333333;
}
body {
  font-family: Open Sans;
  font-weight: 300;
  color: #5c5c5c;
}
strong,
b {
  font-weight: 600;
}

.btn-item {
  color: #adadad;
  border: 1px solid #c2c2c2;
  border-radius: 3px;
  text-transform: uppercase;
  letter-spacing: 2px;
}
.btn-item:hover {
  color: #858585;
  border: 1px solid #adadad;
}
.dialogue-title {
  color: #999999;
  text-transform: uppercase;
  letter-spacing: 2px;
}
.dialogue-text {
  color: #333333;
}
.dialogue-text-alt {
  color: #696969;
}
.nav,
.nav a {
  color: #5c6a70;
  text-transform: uppercase;
  letter-spacing: 2px;
}
.nav-link {
  color: inherit;
}
.nav a:hover {
  color: #374043;
}
.nav--pager {
  color: #a5b1b6;
}
.nav--pager .nav-link {
  color: #5c6a70;
}
.nav--pager .nav-link:hover {
  color: #374043;
}
.meta {
  color: #c2c2c2;
  text-transform: uppercase;
  letter-spacing: 2px;
}
.meta-link {
  color: inherit;
}
.meta-item:before,
.meta-link:before {
  color: #d6d6d6;
}
.meta-link:hover {
  color: #999999;
}
.meta-link:hover:before {
  color: #adadad;
}
.quote,
.post--quote .post-body .post-wrapper > blockquote:first-child {
  border: 0;
  background-color: transparent;
}
.quote-item,
.post--quote .post-body .post-wrapper > blockquote:first-child > p {
  color: #333333;
}
.quote-source,
.post--quote .post-body .post-wrapper > blockquote:first-child + p {
  color: #999999;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-weight: 300;
}
body {
  background-color: #dadfe1;
}
.header-title {
  color: #252b2d;
}
.header-about {
  color: #5c6a70;
}
.header-title {
  border-bottom: 1px solid #c7ced1;
}
.header-nav,
.header-social {
  border-top: 1px solid #c7ced1;
}

.nav a.icon {
	letter-spacing: 1px;
}

.header-title + .header-nav,
.header-title + .header-social {
  border-top: 0;
}
.header-about a {
  color: #5c6a70;
}
.header-about a:hover {
  color: #374043;
}
.header-social .nav-link:before {
  color: #5c6a70;
}
.header-social .nav-link:hover:before {
  color: #374043;
}
@media (min-width: 1183px) {
  .header-nav,
  .header-social {
    border-top: 0;
  }
  .header-nav > ul > li:first-child > a:before,
  .header-social .nav-link:first-child:after {
    border-top: 1px solid #c7ced1;
  }
}
.main-pager .nav-prev + .nav-next:before {
  border-left: 1px solid #c7ced1;
}
.post-inner {
  border-radius: 5px;
  box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.1);
}
.post-section {
  background-color: #ffffff;
}
.post-body p a {
  border-bottom: 1px dotted #ff1f1f;
}
.post-body p a:hover {
  border-bottom-color: #cc0000;
}
.post-body hr {
  border-top: 1px solid #ebebeb;
}
.post-footer .post-wrapper:before,
.post-comments .post-wrapper:before {
  border-top: 1px solid #ebebeb;
}
hr {
  background: #ebebeb;
}
.ie .post--cover .post-header {
  filter: none;
}
.post--cover .post-media {
  margin-bottom: 0;
}
.post--overlay .post-header,
.post--overlay .post-footer {
  background-color: transparent;
}
.post--overlay .post-cover {
  background-color: rgba(0, 0, 0, 0.75);
}
.post--overlay .post-author:hover,
.post--overlay .meta-item:hover,
.post--overlay .meta-link:hover {
  color: #ffffff;
}
.post--overlay .post-author:hover:before,
.post--overlay .meta-item:hover:before,
.post--overlay .meta-link:hover:before {
  color: #ebebeb;
}

/*

  Eston Theme - <3 mikedidthis

*/
/* Base */
*,
*:before,
*:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
*:focus {
  outline: none;
}
html {
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
body {
  margin: 0;
}
h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a,
h1 a:hover,
h2 a:hover,
h3 a:hover,
h4 a:hover,
h5 a:hover,
h6 a:hover {
  color: inherit;
  border-bottom: 0;
}
img,
object,
iframe,
embed {
  max-width: 100%;
  vertical-align: middle;
  border: 0;
  font-style: italic;
}
figure {
  margin: 0;
}
figure > img,
figure > object,
figure > iframe,
figure > embed,
figure > p,
figure > blockquote,
figure > a,
figure > ol {
  width: 100%;
  margin-bottom: 0;
}
ul,
ol {
  margin-top: 0;
}
li > ul,
li > ol,
.post-body li > ul,
.post-body li > ol {
  margin-bottom: 0;
}
pre,
code {
  font-family: "Courier New", Courier, "Lucida Sans Typewriter", "Lucida Typewriter", monospace;
  font-size: .9em;
}
pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
}
pre > code,
pre > code:hover {
  background: inherit;
  color: inherit;
  border-radius: 0;
}
blockquote > p:last-child {
  margin-bottom: 0;
}
button,
input,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  margin: 0;
}
textarea {
  vertical-align: top;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
hr {
  margin-top: 0;
  height: 0;
  border-right: 0;
  border-bottom: 0;
  border-left: 0;
}
@font-face {
  font-family: 'social';
  src: url(data:application/x-font-ttf;charset=utf-8;base64,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) format('woff');
}
.icon:before {
  font-family: 'social';
  display: inline-block;
  width: 1em;
  font-style: normal;
  font-weight: normal;
  speak: none;
  text-decoration: inherit;
  text-align: center;
  font-variant: normal;
  text-transform: none;
  vertical-align: bottom;
  line-height: inherit;
  font-size: 16px;
  margin-right: 4px;
}
.icon-github:before {
  content: "\eab0";
}
.icon-dribbble:before {
  content: "\eaa7";
}
.icon-linkedin:before {
  content: "\eaca";
}
.icon-twitter:before {
  content: "\ea96";
}
.icon-soundcloud:before {
  content: "\eac3";
}
.icon-rss:before {
  content: "\ea9b";
}
a,
a:before,
a:after {
  text-decoration: none;
}
h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a,
h1 a:hover,
h2 a:hover,
h3 a:hover,
h4 a:hover,
h5 a:hover,
h6 a:hover {
  color: inherit;
  border-bottom: 0;
}
blockquote {
  width: 100%;
  margin-right: 0;
  margin-left: 0;
  padding-top: 16px;
  padding-right: 16px;
  padding-bottom: 16px;
  padding-left: 16px;
}
code {
  position: relative;
  display: inline-block;
  top: -1px;
  padding-right: 8px;
  padding-left: 8px;
}
figure {
  float: left;
  width: 100%;
}
ul,
ol {
  list-style: none;
  padding-left: 0;
}
pre {
  padding-top: 12px;
  padding-right: 16px;
  padding-bottom: 12px;
  padding-left: 16px;
}
a,
a:before,
a:after,
code,
pre,
button,
input,
.trans {
  -webkit-transition: .2s;
  -moz-transition: .2s;
  transition: .2s;
  -webkit-transition-property: color, border-color, background-color;
  -moz-transition-property: color, border-color, background-color;
  transition-property: color, border-color, background-color;
}
html,
.root {
  font-size: 15px;
}
h1,
.h1,
.post-title,
.quote-item,
.post--link .post-body p:first-of-type,
.post--quote .post-body .post-wrapper > blockquote:first-child > p {
  font-size: 1.75rem;
  line-height: 40px;
}
h2,
.h2,
.header-title {
  font-size: 1.5rem;
  line-height: 36px;
}
h3,
.h3 {
  font-size: 1.375rem;
  line-height: 34px;
}
h4,
h5,
h6,
.h4,
.h5,
.h6 {
  font-size: 1.125rem;
  line-height: 26px;
}
body,
.p {
  font-size: 1rem;
  line-height: 24px;
}
small,
.s1,
.quote-source,
.header-about,
.post--quote .post-body .post-wrapper > blockquote:first-child + p {
  font-size: .875rem;
}
.s2,
.dialogue-title,
.meta,
.nav {
  font-size: .75rem;
}
.s3,
.btn {
  font-size: .666rem;
}
@media screen and (min-width: 579px) {
  html,
  .root {
    font-size: 16px;
  }
  h1,
  .h1,
  .post-title,
  .quote-item,
  .post--link .post-body p:first-of-type,
  .post--quote .post-body .post-wrapper > blockquote:first-child > p {
    font-size: 2rem;
    line-height: 48px;
  }
  h2,
  .h2,
  .header-title {
    font-size: 1.75rem;
    line-height: 40px;
  }
  h3,
  .h3 {
    font-size: 1.5rem;
    line-height: 36px;
  }
  h4,
  .h4 {
    font-size: 1.375rem;
    line-height: 34px;
  }
}
@media screen and (min-width: 1183px) {
  h1,
  .h1,
  .post-title,
  .quote-item,
  .post--link .post-body p:first-of-type,
  .post--quote .post-body .post-wrapper > blockquote:first-child > p {
    font-size: 2.25rem;
    line-height: 56px;
  }
  h2,
  .h2,
  .header-title {
    font-size: 2rem;
    line-height: 44px;
  }
}
@media (min-width: 1503px) {
  html,
  .root {
    font-size: 17px;
  }
  body,
  .p {
    line-height: 28px;
  }
}
h1,
h2,
h3,
h4,
h5,
h6,
p,
ul,
ol,
dl,
blockquote,
ul,
ol,
dl,
figure,
iframe,
embed,
object,
table,
pre,
hr,
.whitespace,
.btn,
.dialogue,
.list,
.meta,
.nav,
.post-body ul,
.post-body ol {
  margin-top: 0;
  margin-bottom: 16px;
}
@media (min-width: 579px) {
  h1,
  h2,
  h3,
  h4,
  h5,
  h6,
  p,
  ul,
  ol,
  dl,
  blockquote,
  ul,
  ol,
  dl,
  figure,
  iframe,
  embed,
  object,
  table,
  pre,
  hr,
  .whitespace,
  .btn,
  .dialogue,
  .list,
  .meta,
  .nav,
  .post-body ul,
  .post-body ol {
    margin-bottom: 24px;
  }
}

.wrapper.post-title-header {
	position: static;
}

.wrapper {
  position: relative;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
}
.wrapper:before,
.wrapper:after {
  content: " ";
  display: table;
}
.wrapper:after {
  clear: both;
}
.wrapper > *:last-child,
.main > *:last-child {
  margin-bottom: 0;
}
/* Block */
.btn {
  float: left;
  width: 100%;
  margin-top: -8px;
  line-height: 22px;
}
.btn-item {
  float: left;
  text-decoration: none;
  height: auto;
  width: auto;
  padding-right: 6px;
  padding-left: 8px;
  margin-top: 8px;
  margin-right: 8px;
  cursor: pointer;
  text-align: center;
  -webkit-appearance: none;
}
.dialogue {
  display: table;
  width: 100%;
}
.dialogue-line {
  display: table;
  padding-bottom: 8px;
}
.dialogue-title {
  display: table-row;
}
.dialogue-text {
  display: table-row;
}
.dialogue .dialogue-line:last-child {
  padding-bottom: 0;
}
.list,
.post-body ul,
.post-body ol {
  float: left;
  width: 100%;
  list-style: none;
}
.list-item,
.list-link,
.post-body li {
  float: left;
  width: 100%;
  clear: both;
}
.list .list-item .list {
  margin-bottom: 0;
}
.list--bull .list-item,
.post-body ul > li {
  position: relative;
  float: left;
  width: 100%;
  padding-left: 20px;
}
.list--bull .list-item:before,
.post-body ul > li:before {
  position: absolute;
  top: 1px;
  left: 0;
  content: '\2022';
  font-family: 'Arial';
  font-size: 1em;
  text-align: left;
}
.list--count,
.post-body ol {
  counter-reset: section;
}
.list--count .list-item,
.post-body ol > li {
  position: relative;
  padding-left: 20px;
}
.list--count .list-item:before,
.post-body ol > li:before {
  position: absolute;
  left: 0;
  width: 16px;
  counter-increment: section;
  content: counter(section) '.';
  font-family: inherit;
  font-size: 1em;
}
.meta {
  display: table;
  width: 100%;
}
.meta-item,
.meta-link {
  display: table-cell;
  white-space: nowrap;
  position: relative;
  padding-right: 8px;
}
.meta-count {
  margin-left: -5px;
}
.meta .meta-link:last-child {
  padding-right: 0;
}
.nav {
  float: left;
  width: 100%;
}
.nav-link,
.nav-item {
  float: left;
  margin-right: 8px;
  margin-left: 8px;
}
.nav .nav-link:first-child,
.nav .nav-item:first-child {
  margin-left: 0;
}
.nav .nav-link:last-child,
.nav .nav-item:last-child {
  margin-right: 0;
}
.nav--pager .nav-prev:before,
.nav--pager .nav-next:after {
  position: relative;
  top: -1px;
}
.nav--pager .nav-prev:before {
  content: '\2190';
  margin-right: 4px;
}
.nav--pager .nav-next:after {
  content: '\2192';
  margin-left: 4px;
}
.nav-ctrl {
  float: right;
}
.quote,
.post--quote .post-body .post-wrapper > blockquote:first-child {
  padding: 0;
}
.quote-source:before,
.post--quote .post-body .post-wrapper > blockquote:first-child + p:before {
  content: '-';
  margin-right: 4px;
}
.quote .quote-item:last-child,
.post--quote .post-body .post-wrapper > blockquote:first-child > p:last-child:last-child {
  margin-bottom: 0;
}
/* Layout */
body {
  overflow-y: scroll;
}
body > .wrapper {
  max-width: 339px;
  padding-right: 8px;
  padding-left: 8px;
}
@media (min-width: 386px) {
  body > .wrapper {
    max-width: 548px;
    padding-right: 24px;
    padding-left: 24px;
  }
}
@media (min-width: 579px) {
  body > .wrapper {
    max-width: 722px;
    padding-right: 32px;
    padding-left: 32px;
  }
}
@media (min-width: 769px) {
  body > .wrapper {
    max-width: 894px;
    padding-right: 48px;
    padding-left: 48px;
  }
}
@media (min-width: 1183px) {
  body > .wrapper {
    max-width: 1328px;
    padding-right: 80px;
    padding-left: 80px;
  }
}
@media (min-width: 1503px) {
  body > .wrapper {
    max-width: 1648px;
    padding-right: 112px;
    padding-left: 112px;
  }
}
.header {
  position: relative;
  z-index: 1;
  float: left;
  width: 100%;
  padding-top: 24px;
  padding-bottom: 12px;
  text-align: center;
}
.header-wrapper {
  max-width: 275px;
}
.header-title {
  display: table;
  padding-bottom: 16px;
  margin-right: auto;
  margin-left: auto;
}
.header-about {
  display: table;
  margin-right: auto;
  margin-left: auto;
}
.header-nav,
.header-social {
  float: none;
  display: table;
  padding-top: 16px;
  margin-right: auto;
  margin-left: auto;
  width: auto;
}
.header-social .nav-link {
  font-size: 0;
}
.header-title + .header-nav,
.header-title + .header-social {
  padding-top: 0;
}
.header-title + .header-nav .nav-item:first-child .nav-link:before,
.header-title + .header-social .nav-link:first-child:after {
  display: none;
}
@media (min-width: 579px) {
  .header {
    padding-top: 32px;
    padding-bottom: 16px;
  }
  .header-wrapper {
    max-width: 530px;
  }
  .header-title {
    padding-bottom: 24px;
  }
  .header-nav,
  .header-social {
    padding-top: 24px;
  }
}
@media (min-width: 769px) {
  .header {
    padding-top: 48px;
    padding-right: 48px;
    padding-bottom: 24px;
    padding-left: 48px;
  }
  .header-wrapper {
    max-width: 606px;
  }
}
@media (min-width: 1183px) {
  .header {
    width: 328px;
    padding-top: 80px;
    padding-right: 40px;
    padding-bottom: 80px;
    padding-left: 0;
    margin-right: -328px;
    text-align: left;
  }
  .header-wrapper {
    max-width: 100%;
  }
  .header-about,
  .header-nav,
  .header-nav .nav-item,
  .header-social,
  .header-social .nav-item {
    float: left;
    width: 100%;
    margin-right: 0;
    margin-left: 0;
  }
  .header-title {
    float: left;
    margin-top: 34px;
  }
  .header-nav .nav-item:first-child .nav-link,
  .header-social .nav-link {
    position: relative;
  }
  .header-nav > ul > li:first-child > a:before,
  .header-social .nav-link:first-child:after {
    content: '';
    position: absolute;
    top: -24px;
    left: 0;
    right: 0;
  }
}
@media (min-width: 1503px) {
  .header {
    width: 344px;
    padding-top: 112px;
    padding-right: 56px;
    margin-right: -344px;
  }
  .header-title {
    float: left;
    margin-top: 50px;
  }
}
.main {
  float: left;
  width: 100%;
  padding-top: 12px;
  padding-bottom: 24px;
}
.main-pager {
  padding-top: 24px;
}
.main-pager .nav-next {
  position: relative;
}
.main-pager .nav-prev + .nav-next:before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: -8px;
}
@media (min-width: 579px) {
  .main {
    padding-top: 16px;
    padding-bottom: 32px;
  }
  .main-pager {
    padding-top: 32px;
  }
  .main-pager .nav-link {
    margin-right: 16px;
    margin-left: 16px;
  }
  .main-pager .nav-prev + .nav-next:before {
    left: -16px;
  }
}
@media (min-width: 769px) {
  .main {
    padding-top: 24px;
    padding-bottom: 48px;
  }
  .main-pager {
    padding-top: 48px;
  }
}
@media (min-width: 1183px) {
  .main {
    padding-top: 80px;
    padding-bottom: 80px;
    padding-left: 368px;
  }
  .main-pager {
    padding-top: 80px;
  }
}
@media (min-width: 1503px) {
  .main {
    padding-top: 112px;
    padding-bottom: 112px;
    padding-left: 400px;
  }
  .main-pager {
    padding-top: 112px;
  }
}
.post {
  float: left;
  width: 100%;
  margin-bottom: 24px;
}
.post-inner {
  position: relative;
  z-index: 1;
  overflow: hidden;
  float: left;
  width: 100%;
}
.post-section {
  float: left;
  width: 100%;
  padding: 16px;
}
.category .post-section {
  padding-top: 0px;
  padding-bottom: 0px;
}
.post-wrapper {
  max-width: 275px;
}
.post-body {
  margin-top: -16px;
}
.post-title,
.quote-item,
.post--link .post-body p:first-of-type,
.post--quote .post-body .post-wrapper > blockquote:first-child > p {
  margin-top: -7px;
  margin-bottom: 9px;
}
.post-excerpt:after {
  content: '...';
}
.post-footer .post-wrapper:before,
.post-comments .post-wrapper:before {
  content: '';
  position: absolute;
  top: -16px;
  width: 100%;
}
.post-meta .meta-plural {
  display: none;
}
.post-meta .meta-share {
  position: relative;
}
@media (min-width: 386px) {
  .post {
    margin-bottom: 28px;
  }
  .post-section {
    float: left;
    width: 100%;
    padding: 24px;
  }
  .category .post-section {
    padding-top: 0px;
    padding-bottom: 0px;
  }
	.post-title-header, .post-meta {
		padding-left: 24px;
	}
  .post-body {
    margin-top: -24px;
  }
  .post-wrapper {
    max-width: 436px;
  }
  .post-title,
  .quote-item,
  .post--link .post-body p:first-of-type,
  .post--quote .post-body .post-wrapper > blockquote:first-child > p {
    margin-bottom: 17px;
  }
  .post-tags {
    margin-top: 0;
  }
  .post-title + .post-tags {
    margin-top: -8px;
  }
  .post-footer .post-wrapper:before,
  .post-comments .post-wrapper:before {
    top: -24px;
  }
}
@media (min-width: 579px) {
  .post {
    margin-bottom: 36px;
  }
  .post-section {
    float: left;
    width: 100%;
    padding: 32px;
  }
  .category .post-section {
    padding-top: 0px;
    padding-bottom: 0px;
  }
  .post-body {
    margin-top: -32px;
  }
	.post-title-header, .post-meta {
		padding-left: 0px;
	}
  .post-wrapper {
    max-width: 530px;
  }
  .post-title,
  .quote-item,
  .post--link .post-body p:first-of-type,
  .post--quote .post-body .post-wrapper > blockquote:first-child > p {
    margin-top: -8px;
    margin-bottom: 24px;
  }
  .post-meta .meta-plural {
    display: inline;
  }
  .post-meta .meta-link {
    padding-right: 16px;
  }
  .post-footer .post-wrapper:before,
  .post-comments .post-wrapper:before {
    top: -32px;
  }
}
@media (min-width: 769px) {
  .post {
    margin-bottom: 52px;
  }
  .post-section {
    float: left;
    width: 100%;
    padding: 48px;
  }
  .category .post-section {
    padding-top: 0px;
    padding-bottom: 0px;
  }
  .post-body {
    margin-top: -48px;
  }
  .post-title,
  .quote-item,
  .post--link .post-body p:first-of-type,
  .post--quote .post-body .post-wrapper > blockquote:first-child > p {
    margin-bottom: 40px;
  }
  .post-tags {
    margin-top: 16px;
  }
  .post-footer .post-wrapper:before,
  .post-comments .post-wrapper:before {
    top: -48px;
  }
  .post-wrapper {
    max-width: 606px;
  }
}
@media (min-width: 1183px) {
  .post {
    margin-bottom: 82px;
  }
	.post-title-header {
		margin-top: 40px;
	}
  .category .post-section {
    padding-top: 0px;
    padding-bottom: 0px;
  }
  .post-section {
    padding: 40px;
  }
  .post-body {
    margin-top: -40px;
  }
  .post-wrapper {
    max-width: 640px;
  }
  .post-title,
  .quote-item,
  .post--link .post-body p:first-of-type,
  .post--quote .post-body .post-wrapper > blockquote:first-child > p {
    margin-top: -10px;
    margin-bottom: 30px;
  }
  .post-tags {
    margin-top: 8px;
  }
  .post-footer .post-wrapper:before,
  .post-comments .post-wrapper:before {
    top: -40px;
  }
}
@media (min-width: 1503px) {
  .post {
    margin-bottom: 114px;
  }
  .post-section {
    float: left;
    width: 100%;
    padding: 56px;
  }
  .category .post-section {
    padding-top: 0px;
    padding-bottom: 0px;
  }
  .post-body {
    margin-top: -56px;
  }
  .post-wrapper {
    max-width: 800px;
  }
  .post-title,
  .quote-item,
  .post--link .post-body p:first-of-type,
  .post--quote .post-body .post-wrapper > blockquote:first-child > p {
    margin-top: -10px;
    margin-bottom: 46px;
  }
  .post-tags {
    margin-top: 24px;
  }
  .post-footer .post-wrapper:before,
  .post-comments .post-wrapper:before {
    top: -56px;
  }
}
.post--cover .post-header {
  z-index: 5;
  top: 0;
  right: 0;
  left: 0;
}
.post--cover .post-body {
  margin-top: 0;
}
.post--link .post-body p:first-of-type {
  -ms-word-break: break-all;
  word-break: break-all;
  word-break: break-word;
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  hyphens: auto;
}
.post--overlay .post-header,
.post--overlay .post-footer {
  position: absolute;
  z-index: 5;
  right: 0;
  left: 0;
}
.post--overlay .post-header {
  top: 0;
}
.post--overlay .post-footer {
  bottom: 0;
}
.post--overlay .post-body,
.post--overlay .post-footer .post-wrapper:before {
  display: none;
}
.post--overlay .post-inner {
  cursor: pointer;
}
.post--overlay .post-cover {
  position: absolute;
  z-index: 1;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.post--small {
  position: relative;
  height: 0;
  width: 100%;
  padding-top: 100%;
}
.post--small .post-inner {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: auto;
  height: auto;
}
.post--small .post-wrapper {
  max-width: 100%;
}
@media (min-width: 579px) {
  .post--small {
    width: 50%;
    padding-top: 50%;
  }
  .post--small + .post--small {
    margin-bottom: 20px;
  }
  .post--small,
  .post--small + .post--small:last-child {
    margin-bottom: -20px;
  }
  .post--small .post-inner {
    right: 18px;
    bottom: 18px;
  }
  .post--small + .post--small .post-inner {
    right: 0;
    left: 18px;
  }
  .post--small .post-section {
    padding-top: 16px;
  }
}
@media (min-width: 769px) {
  .post--small + .post--small {
    margin-bottom: 26px;
  }
  .post--small,
  .post--small + .post--small:last-child {
    margin-bottom: -26px;
  }
  .post--small .post-inner {
    right: 26px;
    bottom: 26px;
  }
  .post--small + .post--small .post-inner {
    right: 0;
    left: 26px;
  }
  .post--small .post-section {
    padding: 24px;
  }
}
@media (min-width: 1183px) {
  .post--small + .post--small {
    margin-bottom: 41px;
  }
  .post--small,
  .post--small + .post--small:last-child {
    margin-bottom: -41px;
  }
  .post--small .post-inner {
    right: 41px;
    bottom: 41px;
  }
  .post--small + .post--small .post-inner {
    left: 16px 2.5625;
  }
  .post--small .post-section {
    padding: 16px;
  }
}
@media (min-width: 1503px) {
  .post--small + .post--small {
    margin-bottom: 57px;
  }
  .post--small,
  .post--small + .post--small:last-child {
    margin-bottom: -57px;
  }
  .post--small .post-inner {
    right: 57px;
    bottom: 57px;
  }
  .post--small + .post--small .post-inner {
    left: 57px;
  }
  .post--small .post-section {
    padding: 32px;
  }
}
.post--widget .post-media {
  height: 100%;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

.single-dpp_project .dpp_project {
  background: transparent;
  box-shadow: none;
}

.single-dpp_project .post-section {
    background-color: transparent;
    padding-left: 0px;
    padding-right: 0px;
    padding-top: 20px;
}

.single-dpp_project .post-title {
    display: inline;
    margin-right: 0px;
}

.single-dpp_project .post-wrapper {
    margin: 0 0 20px 0;
    padding: 50px;
    background-color: #f3f3f3;
    border-radius: 8px;
    min-width: 100%;
}

.single-dpp_project .post-inner {
  box-shadow: none;
}

.single-dpp_project figure {
  display: inline-block;
}

.single-dpp_project figure img {
  border-radius: 8px;
}

.single-dpp_project .description {
  margin-top: 10px;
}

.single-dpp_project .description p:last-of-type {
  margin-bottom: 0px;
}

.clear {
  clear: both;
}

.dpp-projects .project {
  float: left;
  width: 50%;
}

@media screen and (max-width: 779px) {
    .dpp-projects .project {
        width: 100%;
    }
}

.dpp-projects figure, .dpp_project figure {
  margin-bottom: 0px;
  position: relative;
}

.dpp-projects figure img, .dpp_project figure img {
    display: block;
}

.dpp-projects figcaption a, .dpp_project figcaption a {
	color:#FFF;
}

.single-dpp_project .wrapper h3 {
	margin-top: 0px;
}

.wrapper figcaption h3 {
	margin: 0px;
}

.wrapper figcaption h3 a {
	font-size: 1rem;
}

.dpp-projects figcaption, .dpp_project figcaption {
    background: rgba(0, 0, 0, 0.5);
    color: #FFF;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    text-align: center;
}

.dpp_project figcaption {
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
  text-align: left;
  vertical-align: middle;
  padding-bottom: 10px;
  padding-top: 10px;
  text-align: center;
}

.dpp_project figcaption div {
  margin-top:-13px;
  margin-left: 2px;
  margin-bottom: 10px;
}

.dpp_project figcaption h2 {
  color: #fff;
  text-align: left;
}

.time-container {
  display: inline;
}
