/* ----------------------------------------------------------------
	Custom CSS

	Add all your Custom Styled CSS here for New Styles or
	Overwriting Default Theme Styles for Better Handling Updates
-----------------------------------------------------------------*/

p a,
p a:hover {
    color: #6c5685;
}

#logo {
    border-right: none !important;
}

#logo img,
#logo a img {
    display: block;
    max-width: 80%;
    max-height: 80%;
    width: auto !important;
    height: auto !important;
}

.m-0-auto { margin: 0 auto !important; }

#header .menu-item:hover > .menu-link {
    color: #6c5685 !important;
}

#header .sub-menu-container {
    border-top: 2px solid #6c5685 !important;
}

.full-header .primary-menu .menu-container {
    border-right: none !important;
}

.banner img {
    display: block;
    width: 80%;
    margin: auto;
}

h3 > span:not(.nocolor):not(.badge) {
    color: #6c5685;
}

.fbox-border.fbox-effect .fbox-icon i::after {
    background-color: #6c5685 !important;
}

#big-logo-home img {
    max-height: 100%;
    max-width: 100%;
    width: auto;
    height: auto;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    padding-bottom: 3rem;
}

.post-day {
    font-size: 26px;
    font-weight: 700;
    color: #636363;
    width: 55px;
    border: 1px solid #e3e3e3;
    line-height: 58px;
    text-align: center;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    background: url('/css/day.png') repeat-x bottom;
}

#contact-home h3,
#contact-home h3 a,
#contact-home i {
    color: #ffffff !important;
}

/* Colors */
.rum {
    color: #6c5685;
}

/* Background Colors */
.bg-rum { background-color: #6c5685; }
.bg-light { background-color: #fbfbfb !important; }

/* Buttons */
.button-purple { background-color: #6c5685 !important; }
.button-purple.button-3d:hover { background-color: #6c5685 !important; }

/* Borders */
.border-bottom { border-bottom: 0.5rem solid #f2f2f2 !important; }

.oc-item a img { filter: grayscale(100%); }
.oc-item a img:hover { filter: grayscale(0); }

.owl-carousel .owl-dots .owl-dot { background-color: #6c5685; }

#gotoTop:hover { background-color: #6c5685; }

::selection {
    background-color: #6c5685 !important;
}


.top_message a, .top_message a:link, .top_message a:hover{
    color: #fff !important;
}

.heading-block::after{
    display: none;
}

.content ul{
    margin-left: 40px;
}
