/* ----------------------------------------------------------------
	Custom CSS

	Add all your Custom Styled CSS here for New Styles or
	Overwriting Default Theme Styles for Better Handling Updates
-----------------------------------------------------------------*/

dl,
dt,
dd,
ol,
ul,
li {
	padding-left: 30px;
}
.entry-meta li,
.menu-item {
	padding: 0
}
.more-link { border-bottom: 1px solid #bd2c46; }
.western a, .menu-item:hover>.menu-link, .menu-item.current>.menu-link,
.entry-content a,
.entry-title h2 a:hover,
.entry-title h3 a:hover,
.entry-title h4 a:hover,
.textColorRed a {
	color: #bd2c46 !important;
}
#logo img {
	max-width: 126px;
}
.rolmSize img {
	height: 23px;
}
#gotoTop:hover,
.tab-nav.tab-nav2 li.ui-state-active a {
	background-color: #bd2c46;
}

sup {
	cursor: pointer;
	color: #bd2c46;
}
a.menu-link.active {
    color: #bd2c46;
}
a {
    color: #bd2c46;
}

 #comments {
    margin: 0;
    padding: 0;
}

#comments.sm-form-control.error {
    border-color: #E42C3E;
}
i.styled {
    font-size: 2.6rem;
    background: white;
    border-radius: 50%;
    width: 60px;
    height: 60px;
}

.fbox-border .fbox-icon a {
    border-color: #bd2c46;
}
.fbox-border .fbox-icon i, .fbox-border .fbox-icon img {
    color: #cb2c46;
}