a {
opacity: 1.0; 
-webkit-transition: 0.5s ease opacity;
-moz-transition: 0.5s ease opacity;
-ms-transition: 0.5s ease opacity;
-o-transition: 0.5s ease opacity;
}

a:hover {
opacity: 0.7; 
-webkit-transition: 0.2s ease opacity;
-moz-transition: 0.2s ease opacity;
-ms-transition: 0.2s ease opacity;
-o-transition: 0.2s ease opacity;
}

.fsSm .contentTitle,
.fsMed .contentTitle,
.fsLg .contentTitle {
    font-size: 110%;
}
.contentTitle,
.contentTitle a,
.pageTitle {
    font-family: 'Oswald', sans-serif;
    font-weight: 400;
    letter-spacing: .03em;
}
.navContent {
    font-family: 'Oswald', sans-serif;
    font-weight: 300;
}

.iconGroup li a {
    width: 42px;
    height: 42px;
}

.zocial:before, .ieLTE8 .zocial {
    line-height: 40px;
}
/*homepage*/
.block_f84f8da8655a4ceabf70bad9daf79b4e {
    margin-top: 10%;
}

.block_f2fcc83155234a69ad429fe15050c9ad p {
    color: #E8E2D6;
}

.blockWrap_f2fcc83155234a69ad429fe15050c9ad {
    width: 55%;
    margin: 0 auto
}

/*Shop Buy button*/
.block_LIqF4yZmVFL8bzCs a:last-child {
    color: white;
    background: #5d8aa8;
    padding: 10px 25px;
}

/*remove column spacing on shop pages*/
@media only screen and (min-width: 600px) {
    .cols3 .item {
        clear: none;
        width: 33.3%;
        margin: 5% 0 0 0%;
    }
}