/*

 Theme Name:   Accesspress Lite Child

 Theme URI:    http://www.imonthemes.com/?p=207

 Description:  Accesspress Lite Child Theme

 Author:       John Doe

 Author URI:   http://example.com

 Template:     accesspress-lite

 Version:      1.0.0

 Tags: blue, white, light, custom-menu, one-column, two-columns, three-columns, left-sidebar, right-sidebar, fixed-layout, fluid-layout, custom-background, featured-image-header, sticky-post, theme-options, threaded-comments, featured-images, full-width-template, custom-header, flexible-header, responsive-layout

 Text Domain:  accesspress-lite

*/





@import url("../accesspress-lite/style.css");





/* =Theme customization starts here

-------------------------------------------------------------- */

a {
	color: #006c41;
}

.main-navigation {
    position: relative;
    border-bottom: 3px solid #649ac0;
    background: #13115a;
}

.main-navigation li:hover > a {
background: #2f2e54;
}

.main-navigation .current-menu-parent > a, .main-navigation .current-menu-item > a, .main-navigation .current_page_item > a, .main-navigation .current_page_parent > a {
	background: #2f2e54;
}

.main-navigation ul ul {
	border-bottom: 3px solid #00d6fe;
	border-top: 3px solid #00d6fe;
}

#call-to-action {
	background: #00d6fe;
	/*
	background: #00995A url(images/bg119.png) top left no-repeat;
	*/
}

.featured-post .featured-overlay {
	background: #006c41;
}


#bottom-section {
	/*background: #00995A;*/
	/*background: #00995A url(images/bg231l.png) center right no-repeat;*/
}

#bottom-section a {
	color: #000;
	font-weight: bold;
}

#bottom-section .testimonial-slider-wrap {
	/*
	background: #00995A;
	padding-left: 10px;
	*/
}

.header-text {
	color: #13115a;
	font-weight: bold;
}
/*
.searchform {
	border: 1px solid #00995A;
}
*/

.searchform .searchsubmit {
	color: #13115a;
}

/*
.sidebar h3.widget-title {
	border-left: 5px solid #00824e;
}
*/

#slider-banner .bx-wrapper .bx-pager.bx-default-pager a {
	box-shadow: 0 0 0 2px #00824e inset;
}
	
.bx-wrapper .bx-pager.bx-default-pager a {
	background: #00824e;
}

/*
#main .page {
	background: url(images/bg231l.png) bottom right no-repeat;
}
*/

.featured-content > p {
	display: none;
}

.entry-content > p {
    margin-left: 15px;
}


header.entry-header {
    background: #ffffff;
	padding-top: 5px;
	padding-bottom: 5px;
}