/*
Theme Name: Iconic One
Custom CSS Template for Iconic One.
*/

.su-tabs {
background: #f8f5ec !important;
}

a:hover img.overwhite{
    cursor:pointer;
    filter: alpha(opacity=60);        /* ie lt 8 */
    -ms-filter: "alpha(opacity=60)";  /* ie 8 */
    -moz-opacity:0.6;                 /* FF lt 1.5, Netscape */
    -khtml-opacity: 0.6;              /* Safari 1.x */
    opacity:0.6;
    zoom:1;
}

.su-spoiler-title {
text-align: center;
    background-color: #f8f5ec;
    padding: 2vw !important;
}
.su-spoiler-icon {
    width: 100% !important;
    top: inherit !important;
    padding-right: 25% !important;
}