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

a, a:hover, a:focus, a:active, footer a.text-link:hover, strike, footer ul.link-list li a:hover, .post-meta span a:hover, footer a.text-link,
ul.meta-post li a:hover, ul.cat li a:hover, ul.recent li h6 a:hover, ul.portfolio-categ li.active a, ul.portfolio-categ li.active a:hover, ul.portfolio-categ li a:hover,
ul.related-post li h4 a:hover, span.highlight, article .post-heading h3 a:hover {
    color: #ac3dd0;
}

/* === background color === */
.navbar .nav &gt; .active &gt; a,
.navbar .nav &gt; .active &gt; a:hover,
.navbar .nav &gt; .active &gt; a:focus,
.navbar .nav &gt; .active.dropdown &gt; a.dropdown-toggle,
.navbar .nav &gt; .active.dropdown &gt; a.dropdown-toggle:hover,
.navbar .nav &gt; .active.dropdown &gt; a.dropdown-toggle:focus,
.custom-carousel-nav.right:hover, .custom-carousel-nav.left:hover,
.dropdown-menu li &gt; a:hover,
.dropdown-menu li &gt; a:focus,
.dropdown-submenu:hover &gt; a,
.dropdown-menu .active &gt; a,
.dropdown-menu .active &gt; a:hover,
.pagination ul &gt; .active &gt; a:hover,
.pagination ul &gt; .active &gt; a,
.pagination ul &gt; .active &gt; span,
.flex-control-nav li a:hover,
.flex-control-nav li a.active {
    background-color: #ac3dd0;
}

/* === border color === */
.pagination ul &gt; li.active &gt; a,
.pagination ul &gt; li.active &gt; span, a.thumbnail:hover, input[type="text"].search-form:focus {
    border: 1px solid #ac3dd0;
}

textarea:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="color"]:focus,
.uneditable-input:focus {
    border-color: #ac3dd0;
    outline: 0;
    outline: thin dotted \9;
    /* IE6-9 */
    -moz-box-shadow: 0 0 8px rgba(100, 100, 100, 0.1);
    -webkit-box-shadow: 0 0 8px rgba(100, 100, 100, 0.1);
    box-shadow: 0 0 8px rgba(100, 100, 100, 0.1);
}

input:focus {
    border-color: #ac3dd0;
}

form#contactform1 .validation {
    color: #ac3dd0;
}

#sendmessage {
    color: #ac3dd0;
}

.pullquote-left {
    border-left: 5px solid #ac3dd0;
}

.pullquote-right {
    border-right: 5px solid #ac3dd0;
}

.heading span, .widgetheading span {
    background: #ac3dd0;
}

/* === Header === */
header {
    
}

    /* header alt 2 */
    header.alt2 .contact_info p {
        background: #ac3dd0;
    }

    /* header alt 3 */
    header.alt3 .contact_info p {
        background: #ac3dd0;
    }

/* carousel */
.jcarousel-skin-tango .jcarousel-prev-horizontal:hover,
.jcarousel-skin-tango .jcarousel-prev-horizontal:focus,
.jcarousel-skin-tango .jcarousel-next-horizontal:hover,
.jcarousel-skin-tango .jcarousel-next-horizontal:focus {
    background: #ac3dd0;
}

ul.clients li:hover {
    border: 4px solid #ac3dd0;
}

/* buttons */
.btn-dark:hover {
    background: #ac3dd0;
    border: 1px solid #ac3dd0;
}

.btn-theme {
    border: 1px solid #ac3dd0;
    background: #ac3dd0;
}

/* blog */
.post-meta {
    border-top: 4px solid #ac3dd0;
}

    .post-meta .comments a:hover {
        color: #ac3dd0;
    }

.widget ul.tags li a:hover {
    background: #ac3dd0;
}

.recent-post .text h5 a:hover {
    color: #ac3dd0;
}

/* pricing box */
.pricing-box-alt.special .icon .price-circled {
    background: #ac3dd0;
}

.pricing-box-alt .pricing-action {
    border-top: 4px solid #ac3dd0;
}

.pricing-box-alt .pricing-terms {
    border-top: 4px solid #ac3dd0;
}

/* shop */
.product-info h4 a:hover {
    color: #ac3dd0;
}

.price-circled {
    background: #ac3dd0;
}

#content .product-single .product-desc h3 a:hover {
    color: #ac3dd0;
}

.widget ul.recent-products li h6 a:hover {
    color: #ac3dd0;
}


/* pagination */
#pagination a:hover {
    background: #ac3dd0;
}

/* pricing box */
.pricing-box.special .pricing-offer {
    background: #ac3dd0;
}


/* fontawesome icons */
.icon-square:hover,
.icon-rounded:hover,
.icon-circled:hover {
    background-color: #ac3dd0;
}

[class^="icon-"].active,
[class*=" icon-"].active {
    background-color: #ac3dd0;
}

/* layerslider */
.ls-highlighted-h.color {
    background: #ac3dd0;
}

/* flexslider */
#featured .flexslider .slide-caption {
    border-left: 5px solid #ac3dd0;
}

/* Nivo slider */
.nivo-directionNav a:hover {
    background-color: #ac3dd0;
}

.nivo-caption, .caption {
    border-right: #ac3dd0 5px solid;
}

/* footer */
#sub-footer {
    border-bottom: 5px solid #ac3dd0;
}
</pre></body></html>