@charset "utf-8";
/* Text color */
.colr																		{color:#2543f0 !important;}/*Search button Text color */
.txthover:hover																{color:#a91d3b !important;}
.backcolr																	{background-color:#ffffff !important;}
.backcolrbtn {background-color:#2543f0;}
.backcolrhover:hover														{background-color:#a91d3b !important;}
.backcolrdark																{background-color:#a91d3b !important; background-image:url(../images/black.png);}
.bordercolr																	{border-color:#a91d3b !important;}
.bordercolrover:hover														{border-color:#a91d3b !important;}
/* Navigation */
.ddsmoothmenu ul li a														{color:#000000;}
.ddsmoothmenu ul li a:hover, 
.ddsmoothmenu ul li.current-menu-item a, .ddsmoothmenu ul li a.selected 	{background-color:#2543f0;color:rgb(255, 240, 248)}

#header .search a.mybtn:hover, #header .search:hover a.mybtn					{background-color:#2543f0;}

.wp-calendar ul.dates li:hover												{background:#a91d3b;}

.post:hover .post-head a													{color:#a91d3b;}
.post:hover .p-date															{background-color:#a91d3b;}
.pagination ul li a:hover, .pagination ul li a.active						{color:#a91d3b;}

.tab-section .tab_menu_container a											{color:#a91d3b;}
.tags-box a:hover															{background-color:#a91d3b;}
.widget_categories ul li a:hover											{color:#a91d3b;}

#bread-crumb ul li a:hover													{color:#a91d3b;}

.single-event:hover .event-box .event-conts h4 a							{color:#a91d3b;}
.single-event:hover .event-date												{background-color:#a91d3b;}
.fc-event-skin																{background-color:#a91d3b;}
.fc-header 																	{background-color:#a91d3b;}

.sermons-post:hover .post-head a													{color:#a91d3b;}
.sermons-post:hover .p-date															{background-color:#a91d3b;}
.rays {
	width:100%;
	position: relative;
	top: -29px;
	height:98px;
}
#top-bar {
	width:100%;
	height: 95px;
	padding:6px 0px 0px 0px;
    box-shadow: 0 8px 15px 0 rgba(0, 0, 0, 0.8);
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1000;
}

.skinwhite {
	color:#111010 !important;
}

#header .search a.mybtn{
	float:left;
	width:34px;
	height:36px;
	border-radius:2px 2px 0px 0px;
	
	background:url(../homeimg/magb.png) no-repeat top;
}
#header .search a.mybtn:hover, #header .search:hover a.mybtn{
	background:url(../homeimg/magb.png) no-repeat bottom;
}
.search .searchinputs{
	display:none;
	position:absolute;
	padding:10px;
	right:0;
	top:36px;
	border-radius:2px 0px 2px 2px;
}
.logo {
	float:left;
	margin-top: 21px;
    background:url(../homeimg/logoblue.png) no-repeat top;
    width: 161px;
    height: 57px;
}

.skinwbai {
	color:#ffffff !important;
}
/* 白色皮肤下二级菜单背景适配 */
.ddsmoothmenu ul li ul.backcolr {
	background-color: #2543f0 !important;
}
.ddsmoothmenu ul li ul.backcolr a{
	color: #ffffff !important;
}
.ddsmoothmenu ul li ul.backcolr a:hover{
	color: #000000 !important;
}
.skintext 		{	color:#0d2bd7  !important;}
body 			{	background:#2543f014;}