/* Enter Your Custom CSS Here */
.murals-wrapper{
  	width: 100%;
  	max-height: 64px;
	box-shadow: 2px 2px 5px #aaa;
  	float: left;
  	margin: 5px 0;
  	border-radius: 5px;
  	overflow: hidden;
}

.main-nav {
    background: #2A2A2A none repeat scroll 0% 0%;
    text-transform: uppercase;
    border-bottom: 5px solid #D04D7F;
}

.main-nav .current-menu-item {
    background: #D04D7F none repeat scroll 0% 0%;
}

.slicknav_menu {
    background: #D04D7F none repeat scroll 0% 0%;
    border-bottom: 2px solid #2A2A2A;
}

.slicknav_btn {
    margin: 0px 5px;
    text-decoration: none;
    background: #D04D7F none repeat scroll 0% 0%;
}

.page-title {
    font-size: 1.5rem;
    color: #FFF;
    padding: 0rem 0.625rem 0.1875rem;
    margin-bottom: 1.25rem;
    background: #D04D7F none repeat scroll 0% 0%;
    display: inline-block;
}

.widget-title, .footer-widget-title {
    border-bottom: 3px solid #D04D7F;
    padding-bottom: 3px;
}

.author-box {
    line-height: 1.5;
    margin-bottom: 1.25rem;
    background: #F7F7F7 none repeat scroll 0% 0%;
    border-top: 3px solid #D04D7F;
    border-bottom: 3px solid #D04D7F;
}

#kento-highlight-widget ul.tabs li.active a {
    background-attachment: scroll;
    background-clip: border-box;
    background-color: #D04D7F;
    background-image: none;
    background-repeat: repeat;
    background-size: auto auto;
    background-origin: padding-box;
    font-family: Tahoma;
}