/* Портфолио ****************************/

body.single-portfolio .section.portfolio {
  padding-top: 30px;
}

body.single-portfolio #opisanie {
    padding-top: 1em;
    padding-bottom: 5em;
    border-top: 5px solid #555;
    background-image: url(../images/yt.png);
    background-position-x: center;
    background-position-y: bottom;
    background-position: center bottom;
    background-repeat: repeat-x;
    font-size: 12px;
    line-height: 19px;
    margin-top: 10px;
}


body.single-portfolio #opisanie  h2,
body.single-portfolio .port-miniheader {
  color: black;
  font-weigth: bold;
  font-size: 20px;
}

body.single-portfolio #opisanie > ul.post-meta  {
    padding: 0;
}

body.single-portfolio #opisanie > ul.post-meta > li  {
    list-style-type: none;
}

body.single-portfolio #opisanie > ul.post-meta > li > span {
    color: black;
}

body.single-portfolio #opisanie > ul.post-meta > li > span.post-meta-key{
    color: white;
    font-weigth: bold;
    font-size: 20px;
    clear: both;
    width: 100%;
    display: block;
}

body.single-portfolio .post .entry *:first-child {
    margin-top: 0;
}

body.single-portfolio .post .entry p {
    text-indent: 0;
    margin-top: 1em;
    margin-bottom: 1em;
    line-height: 1.6em;
}

body.single-portfolio .post .entry img {
    width: 100%;
    display: inline-block;
    height: auto;
    border-top: 2px #efbf3a solid;
    border-top: 5px #B78D21 solid;
    margin-top: 10px;
}


body.single-portfolio .post .entry .su-spoiler-style-fancy > .su-spoiler-title {
    background: #efbf3a;
}

