.t3-header.navbar-fixed-top .logo a {
margin-top: 12px;
}

.dropdown-menu {
background-color: #FFFFFF;
/* for off-canvas menu white bg instead of black bg */
}

.head-search .header-search-form .form-control {
    background-color: #c9d1c9;
}

.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus, .navbar-default .navbar-nav > li.active {
color: #027044;
}

.t3-mainbody {
/* push up content on blog page, but not tested if this pushes up other pages and causes issues  */
/* padding: 50px 0 100px;   */
padding: 0px 0 100px;
}

/* Remove #ddd background from all internal pages */
.t3-wrapper {
background: #fff!important;
}

/* Remove the shake animation */
.qx-element-blurb:hover .qx-image {
	animation: shake 0 both;
}


/* Change t3 module settings - intended for right side menus, any other consequences?  */
.t3-sidebar ul li a {
padding: 8px 8px;
color: #008550!important;
border-radius: 4px;
}
.t3-sidebar ul li a:hover {
color: #eee!important;
text-decoration: none;
background-color: #878787;
}
.mimick-t3 h3 {
color: #ffffff;
background-color: #00ab67;
padding: 15px 25px;
}
.mimick-t3 ul li  {
border-bottom: solid #ddd 1px;
margin-left: 10px;
}


/* END Change t3 module settings - intended for right side menus, any other consequences?  */

.t3-sidebar-right {
padding-top: 30px;
}

.page-header h1 {
margin-top: 10px;
padding: 20px 0 10px 30px;
text-transform: Capitalize;
}
.page-header h2 {
margin-top: 5px;
margin-bottom: -3px;
}

.announcementclass dl.article-info.muted {
float: none;
margin-bottom: 25px;
}
.announcementclass {
padding: 0px!important;
}

.pagenav li > a {
margin: 0 10px;
background: #c0d1c0;
color: #444;
border: 1px solid #888;
}

.pagenav li > a:hover {
background: #b0c0b0;
}

.item {
margin-bottom: 0px!important;
}

.items-row {
margin-bottom: 0px!important;
padding: 25px 25px 1px 25px!important;
}

.footer-widget {
// background: #313131!important;
background: #c0d1c0!important;
border-top: solid 1px #027024;
}
.footer-widget .module-ct {
background: #c0d1c0;
}
.t3-footnav .t3-module {
color: #444;
}
.t3-footer { padding: 5px 0px;  }

/* Order of Worship customizations */
.orderofworship h2 {
text-align: center;
text-transform: none;
margin: 3px;
font-size: 17px;
color: #444;
}

.orderofworship h3 {
text-transform: uppercase;
color: #222;
font-size: 17px;
margin: 12px 0 5px 0;
}

.orderofworship h4 {
text-transform: none;
color: #444;
font-size: 16px;
margin: 0 0 0 20px;
font-style: italic;
}
.orderofworship li {
list-style: none;
color: #000;
line-height: 22px;
}

.qx-element-text ul li:before {
content: "\f04b";
font-family: FontAwesome;
font-size: 12px;
}

.thisweeksidebarpics img {
/* Force the sidebar random images full width  */
width: 100%;
height: 100%;
}
.thisweeksidebarpics .module-ct {
/* Remove padding from sidebar images to go full width  */
padding: 1px!important;
}

.article-info {
/* added to insure article info line goes right across page (ie in Sermons) so thatthe text and images start clean on the left side below the info */
width: 100%;
}
.pagination {
font-size: small;
}
.pagination > li > a {
padding: 4px 10px;
}

/* Adult Education customizations */
.adulteducation h2 {
text-align: center;
text-transform: none;
margin: 3px;
font-size: 17px;
color: #444;
}

.adulteducation h3 {
text-transform: uppercase;
color: #222;
font-size: 14px;
margin: 22px 0 5px 0;
}

.adulteducation h4 {
text-transform: none;
color: #444;
font-size: 16px;
margin: 0 0 0 20px;
font-style: italic;
}
.adulteducation ul li {
list-style: none;
color: #000;
line-height: 22px;
}

.adulteducation p {
margin: 4px 0 0 20px;
}

.sermons article {
border-bottom: 1px solid #AAA;
}

.jceeditorstyle h2 {
text-align: center;
text-transform: none;
margin: 3px;
font-size: 17px;
color: #444;
}

.jceeditorstyle h3 {
text-transform: uppercase;
color: #222;
font-size: 17px;
margin: 12px 0 5px 0;
}

.jceeditorstyle h4 {
text-transform: none;
color: #444;
font-size: 16px;
margin: 0 0 0 20px;
font-style: italic;
}
.jceeditorstyle li {
list-style: none;
color: #000;
line-height: 22px;
}


