/* Box Shadows */

#page .sidebar-1 .column .widget::after {
    background: #777 none repeat scroll 0 0;
    bottom: 12px;
    box-shadow: 0 15px 10px #000;
    content: "";
    left: auto;
    position: absolute;
    right: 10px;
    top: 90%;
    transform: rotate(3deg);
    width: 50%;
    z-index: -2;
}

#page .sidebar-2 .column .widget::after {
    background: #777 none repeat scroll 0 0;
    bottom: 12px;
    box-shadow: 0 15px 10px #000;
    content: "";
    left: 10px;
    position: absolute;
    top: 80%;
    transform: rotate(-3deg);
    width: 50%;
    z-index: -2;
}

/* Footer color &amp; decoration */

.site-info, #footer-navigation {
    background-color: #231f20;
    color: #000;
    border-top: 3px double #ccc;
}

/* Menu Hover */

.site-title h1 a:hover, .site #footer-navigation .horisontal-navigation a:hover, .site .horisontal-navigation li ul li a:hover, .site .horisontal-navigation li ul li a:focus, .site .horisontal-navigation li a:hover, .site .horisontal-navigation li a:focus {
    background: transparent !important;
    border-color: none !important;
    border-radius: 8px;
    box-shadow: none;
    color: rgba(35, 31, 32);
    outline: medium none;
    text-decoration: none;
    text-shadow: none !important;
    white-space: pre-line;
}

/* Menu Bullets */

.horisontal-navigation .current-menu-item > a::before, .horisontal-navigation .current_page_item > a::before {
    content: none !important;
}

.horisontal-navigation .current-page-ancestor > a::before, .horisontal-navigation .current-menu-ancestor > a::before {
    content: none !important;
}

/* Sub Menu Font Color */

.top-1-navigation .horisontal-navigation li ul li a {
    color: #a2224b !important;
}

.top-1-navigation .horisontal-navigation li ul li a:hover {
    color: #ffffff !important;
}

/* Rounded Widget Title Background */

#page .sidebar-1 .column .widgettitle {
    border-top-right-radius: 8px !important;
    border-bottom: 3px solid #ccc;
}

#page .sidebar-2 .column .widgettitle {
    border-top-left-radius: 8px !important;
    border-bottom: 3px solid #ccc;
}

.column .widget .widgettitle {
    background: #8c1d40 !important;
    color: #ffffff !important;
}

#sidebar-1 .widget-area .column .widget .widgettitle, #sidebar-1 .widget-area .column .widget .widget-title, .column .widget .widgettitle, .column .widget .widget-title {
	background: rgba(147,147,147,0);
	color: #000000;
}

/* Footer Font Color */

.site-info, #footer-navigation {
	color: #231f20 !important;
}

a:hover, .widget.sgwindow_recent_posts .content article footer a:hover, .content-container .entry-content a:hover, .comments-link a:hover, .comment-author.vcard a:hover, .comment-metadata a:hover, .entry-meta a:hover, .site-title a:hover, .site .author.vcard a:hover, .entry-header .entry-title a:hover, .site .widget .entry-meta a:hover, .category-list a:hover {
    color: #231f20 !important;
}