<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*

estilo para wsg portfolio STAN

autor: rafafields;

*/

/*.portfolio-item &gt; a {
    color: black !important;
    text-decoration: none;
}

.portfolio-item &gt; a:hover{
    border-bottom: 0 !important;
}

.single-portfolio .entry-content &gt; h1 {
    margin-top: 0;
}

.single-portfolio .portfolio-images &gt; div a,
.single-portfolio .portfolio-images-bottom &gt; div a {
    position: relative;
}

.single-portfolio .portfolio-images &gt; div a:after,
.single-portfolio .portfolio-images-bottom &gt; div a:after {
    content: "\f00e";
    font-family: "Fontawesome";
    width: 100%;
    height: 100%;
    position: absolute;
    background: rgba(0, 0, 0, 0.56);
    z-index: 99999;
    display: block;
}*/

.single-portfolio .entry-content {
    /*margin-top: -120px;*/
    background: white;
    padding: 50px;
}

.single-portfolio h1.entry-title {
    background: #549BB0;
    display: inline-block;
    padding: 10px;
}

ul.filter.clearfix.filtro-portfolio li a {
    background: #569BB0;
    padding: 10px 15px;
    text-decoration: none;
}
ul.filter.clearfix.filtro-portfolio li {
    display: inline-block;
}

span#cboxNext,
span#cboxPrevious,
span#cboxClose {
    padding: 25px; 
    left: 0; 
    top:0;

    transition: all 0.5s;

}

span#cboxNext {
    left: 33.3%;
    width: 33.3%;
    background: url("http://webseoglobal.es/wp-content/uploads/2015/11/chevron-d.png") center center no-repeat #4A899C;
}

span#cboxNext:hover {
    background: url("http://webseoglobal.es/wp-content/uploads/2015/11/chevron-d.png") center center no-repeat #51B1CE;
}

span#cboxPrevious {
    width: 33.3%;
    background: url("http://webseoglobal.es/wp-content/uploads/2015/11/chevron-l.png") center center no-repeat #4A899C;
} 

span#cboxPrevious:hover {
    background: url("http://webseoglobal.es/wp-content/uploads/2015/11/chevron-l.png") center center no-repeat #51B1CE;
}

span#cboxClose {
    width: 33.3%; 
    left: auto;
    right: 0;
    background: url("http://webseoglobal.es/wp-content/uploads/2015/11/delete.png") center center no-repeat #1E4550;
}

span#cboxClose:hover {
    background: url("http://webseoglobal.es/wp-content/uploads/2015/11/delete.png") center center no-repeat #51B1CE;
}

button#cboxNext, button#cboxPrevious, button#cboxClose {
    width: 100px;
    height: 100px;
}


#colorbox,
#cboxWrapper,
#cboxWrapper &gt; div:nth-child(2){
    width: 100vw !important;
    max-width: 100% !important;
}

#cboxContent {
    border: 1px solid black;
    max-width: 80vw;
    overflow: hidden;
    float: none !important;
    margin: 0 auto;
}

img.cboxPhoto,
#cboxLoadedContent {max-width: 100%; height: auto !important;}

#cboxLoadedContent,
#cboxContent{
    background: transparent !important;
    border: 0 !important;
}

#cboxOverlay {
    background: black !important;
    opacity: 0.9;
    filter: alpha(opacity = 90);
}

@media (min-width: 1200px) {

.single-portfolio .imagenes {
    padding-left: 0;
}
.single-portfolio .texto {
    padding-right: 0;
}
.single-portfolio .portfolio-images &gt; div {
    padding-left: 0;
    padding-right: 0;
}
.single-portfolio .portfolio-images-bottom &gt; div:first-child {
    padding-left: 0;
}

.single-portfolio .portfolio-images-bottom &gt; div:last-child {
    padding-right: 0;
}
}</pre></body></html>