#principal #content #item-content img,
#principal #content #item-content .wp-caption {
    max-width: 100% !important;
    box-sizing: border-box !important;
    height: auto !important;
}

p.wp-caption-text {
    margin-top: 0px;
    line-height: 22px;
    color: #888;
    font-style: italic;
}

#principal-wrap {
    margin-top: 90px;
    margin-bottom: 80px;
}

#principal-wrap.container.container-blog {
    width: 1350px;
}

#principal-wrap.container.container-blog.container-single {
    width: 1100px;
}

.linea-blog {
    height: 2px;
    width: 100%;
    background: #ff8200;
    margin: 30px 0 40px 0;
}

#principal-wrap .page.archive {
    text-align: center;
}

#principal-wrap .page.archive>h2 {
    max-width: 1070px;
    margin: auto;
    margin-bottom: 85px;
    font-size: 17px;
    font-weight: normal;
    letter-spacing: 0;
    color: #3d3d3d;
    text-transform: lowercase;
    position: relative;
}
#principal-wrap .page.archive>h2:after {
    position: absolute;
    height: 1px;
    content: " ";
    text-shadow: none;
    background-color: #ff8200;
    width: 400px;
    max-width: 100%;
    bottom: -30px;
    left: 50%;
    transform: translateX(-50%);
}

#principal-wrap .page.archive>h2 span.titulo-negro {
    color: #ff8200;
    font-size: 27px;
    font-weight: 600;
    text-transform: none;
}

#principal-wrap .page.archive>h1 {
    margin-bottom: 30px;
}

#filtro-categorias-blog {
    display: inline-block;
    margin: auto;
    height: auto;
}

#principal-wrap .page.archive #filtro-categorias-blog ul li {
    display: inline-block;
    float: left;
    font-size: 17px;
    font-weight: 500;
    letter-spacing: 0;
    text-transform: uppercase;
    padding-bottom: 0;
    margin-right: 20px;
    margin-bottom: 0;
}

#principal-wrap .page.archive #filtro-categorias-blog ul li a {
    color: #3b3b3b;
}

#principal-wrap .page.archive.archive-vacio {
    width: 100%;
}

#filtro-categorias-blog ul li {
    /*height: 42px;*/
}

#filtro-categorias-blog ul li:last-child {
    margin-right: 0px;
}

#filtro-categorias-blog ul li:hover {
    border-bottom: 1px solid #5f5f5f;
    cursor: pointer;
}

#principal-wrap .page.archive #filtro-categorias-blog ul li a:hover {
    color: #5f5f5f;
    text-decoration: none;
}

#principal-wrap .page.archive #filtro-categorias-blog ul li:last-child {
    margin-right: 0;
}

#principal-wrap .page.archive #filtro-categorias-blog>.linea-blog {
    margin-top: 15px!important;
}

.archive-vacio {
    width: 85%;
    float: left;
}

#archive {
    float: left;
    display: block;
    width: 75.5%;
    margin-right: 25px;
}

#archive .item:nth-child(odd) .item-foto,
#archive .item:nth-child(even) .item-texto {
    float: right;
}

#archive .item:nth-child(even) .item-texto {
    padding-left: 30px;
}

#archive .item:nth-child(even) .item-foto,
#archive .item:nth-child(odd) .item-texto {
    float: left;
}

#archive .item:nth-child(odd) .item-texto {
    padding-right: 30px;
}

.item-foto {
    width: 68%;
    display: block;
    box-sizing: border-box;
}

.item-texto {
    width: 32%;
    display: block;
    box-sizing: border-box;
}

.item-texto h2 {
    display: block;
    color: #ff8200;
    font-size: 35px;
    line-height: 42px;
    font-weight: 400;
}

.item-texto h2 a {
    color: #ff8200;
    font-size: 24px;
    font-weight: 500;
    line-height: 1.4;
    letter-spacing: normal;
    text-transform: none;
}

.item-texto h2:before,
.item-texto h2:after {
    display: block;
    margin: auto;
    height: 1px;
    content: " ";
    text-shadow: none;
    background-color: #ff8200;
    width: 120px;
}

.item-texto p {
    text-align: justify;
    text-align-last: center;
    font-size: 17px;
    line-height: 1.8;
    color: #3b3b3b;
    margin: 0;
}

.item-texto h2:before {
    margin-bottom: 20px;
}

.item-texto h2:after {
    margin-top: 15px;
    margin-bottom: 20px;
}


/*Archive y single*/

#item-content {
    display: block;
    float: left;
    text-align: center;
    margin-bottom: 40px;
}

#item-content p {
    text-align: justify;
}

#item-content #imagen-principal-single {
    max-width: 100%;
    margin: auto;
    margin-bottom: 10px;
}

#respond #commentform input#submit {
    color: #ff8200;
    background: #fff;
    border: 1px solid;
    #ff8200;
    padding: 10px;
    max-width: 250px;
    cursor: pointer;
}

#respond #commentform input#submit:hover {
    color: #fff;
    background: #ff8200;
}

#respond #commentform {
    margin-bottom: 70px;
}

#respond #commentform textarea {
    box-shadow: none;
    border: none;
    border: 1px solid #ff8200;
    width: 50%;
    padding: 10px;
    font-size: 17px;
}

#respond #commentform input {
    box-shadow: none;
    border: none;
    border: 1px solid #ff8200;
    width: 50%;
    padding: 10px;
    font-size: 17px;
}

#respond #commentform label {
    display: block;
}

#respond #commentform .comment-form-cookies-consent label {
    display: inline;
}

#respond #commentform .comment-form-cookies-consent input {
    display: inline-block;
    width: 10px;
}


/*Sidebar*/

#sidebar-blog {
    width: 255px !important;
    display: block;
    background: #f1f1f1;
    margin-bottom: 80px;
    padding: 25px;
    float: left;
    margin-right: -205px;
}

.page.single #sidebar-blog {
    margin-top: 116px;
}

#sidebar-blog h3 {
    font-size: 16px;
    text-transform: uppercase;
    color: #3b3b3b;
    line-height: 2;
}

#sidebar-blog li {
    list-style: none!important;
    text-transform: uppercase;
}

#sidebar-blog li>ul {
    margin: 0 !important;
}

#sidebar-blog li>ul>li {
    margin-bottom: 0!important;
    text-transform: none;
}

#sidebar-blog li ul.children {
    margin: 5px!important;
}

#sidebar-blog li a {
    font-size: 16px;
    line-height: 20px;
    color: #3b3b3b;
    font-weight: normal;
}

#sidebar-blog li ul.children li a {
    font-weight: 300;
}

#sidebar-blog li ul.children li {
    margin-bottom: 0;
    line-height: 12px;
}


/*Paginación y otros proyectos*/

.otros-proyectos {
    background-color: #b9c263;
    padding: 70px 0;
}

.otros-proyectos-cont {
    width: 1070px;
    margin: auto;
}

.otros-proyectos-cont .otros-proyectos-texto {
    width: 190px;
    float: left;
    text-align: center;
}

.otros-proyectos-cont .otros-proyectos-texto p {
    text-align: center;
    margin-top: 275px;
}

.otros-proyectos-cont .otros-proyectos-texto p a {
    color: #353738;
}

.otros-proyectos-cont .otros-proyectos-imagen {
    width: 510px;
    float: left;
}

.otros-proyectos-cont .otros-proyectos-imagen {
    max-width: 100%;
}

.navigation.pagination h2 {
    text-align: left;
}

.navigation.pagination .nav-links span,
.navigation.pagination .nav-links a {
    float: left;
    margin: 0 7px;
}

.navigation.pagination .nav-links .page-numbers.current {
    color: #ff8200;
}

#searchform {
    max-width: 100%;
}

#sidebar-blog li {
    margin-bottom: 30px;
}

#searchform #s {
    margin-top: 0px;
    border: none;
    width: 100%;
    max-width: 225px;
    padding: 10px 15px;
    color: #3b3b3b;
    font-size: 16px;
    font-family: 'Roboto Condensed';
}

#searchform label.screen-reader-text {
    display: none;
}

#searchsubmit {
    width: 100%;
    background: #3b3b3b;
    border: none;
    color: #fff;
    text-transform: uppercase;
    padding: 10px 10px 12px;
    font-size: 16px;
    font-family: 'Roboto Condensed';
    letter-spacing: 2px;
    margin: 15px 0 0;
}

#searchsubmit:hover {
    background: #fff;
    color: #ff8200;
}

#sidebar-blog li .tagcloud {
    margin: 0;
}

#archive.archive_trabajos {
    width: 1460px;
    max-width: 95%;
    display: block;
    margin: 30px auto 50px;
    float: none;
}

.item-texto h2 a {
    word-break: break-word;
}

#sidebar-blog li .tagcloud a {
    font-size: 16px !important;
    text-transform: capitalize;
    display: block;
    line-height: 1.5;
}