/*
 Theme Name:     Divi Child
 Theme URI:      https://www.elegantthemes.com/gallery/divi/
 Description:    Divi Child Theme
 Author:         Elegant Themes
 Author URI:     https://www.elegantthemes.com
 Template:       Divi
 Version:        1.0.0
*/
 
 
/* =Theme customization starts here
------------------------------------------------------- */

/*-----divi styles-----*/
.et_pb_scroll_top.et-pb-icon {
    background: rgba(164, 210, 51, 0.5);
}

/*sub menu wider*/
.et-menu li li a {
    padding: 6px 20px!important; 
    width: 290px!important;
}
.nav li ul {
    position: absolute!important;
    padding: 20px 0!important; 
    width: 330px!important;
}

/*-----wp forms styles-----*/
.wpforms-form button[type=submit]:hover {
    color: #a4d233!important;
    border-color: #a4d233;
	border: 2px solid #a4d233!important;
}

/*-----post singles-----*/
.home-search-wrap input#searchsubmit {
    color: #a4d233;
}




/*sidebar menu styles*/
.sidebar-menu h3 {
	color:#a4d233 !important;
}
.sidebar-menu li a:hover {
    background-color: #a4d233 !important;
}

/*contact sidebar menu styles*/
#contact-sidebar-menu li:hover {
    background-color: #a4d233;
}
#contact-sidebar-menu li.active {
	background-color: #a4d233;
}

/*----events pagination----*/
.ecs-event-pagination a {
    background: #4F868E!important;
    border: 2px solid #4F868E;
}
.ecs-event-pagination span {
    background: #4F868E!important;
    border: 2px solid #4F868E;
}
.ecs-event-pagination a:hover, 
.ecs-event-pagination span.current{
    color: #4F868E!important;
}

/*-----search and filter styles-----*/
#news-search h4 {
    color: #dab072!important;
}
@media only  screen and (min-width: 982px) {
	#news-search h4	{
		color: #dab072!important;
	}
}
#news-search .chosen-container-multi .chosen-choices li.search-choice {
    border: 1px solid #cce4ec;
    background-color: #cce4ec;
    color: #4f868e;
}

#news-search  .sf-field-submit input {
    background-color: #4f868e;
	border-color: #ffffff;
}
#news-search  .sf-field-submit input:hover {
    color: #4f868e;
}

/*#page-container h1, 
#page-container h2, 
#page-container h3, 
#page-container h4, 
#page-container h5, 
#page-container h6, 
#page-container p, 
#page-container a, 
#page-container strong, 
#page-container li, 
#page-container span, 
#page-container address, 
#page-container time {
    font-family:Tahoma, Geneva, sans-serif!important;
}
*/

/*-----pagenavi-----*/
.wp-pagenavi a, .wp-pagenavi span {
    border: 2px solid #a4d233!important;
    background-color: #a4d233!important;
}
.wp-pagenavi a:hover, .wp-pagenavi span.current {
    border-color: #a4d233!important;
    color: #a4d233!important;
}

/*-----password protected-----*/

.post-password-required .et_password_protected_form h1 {
    color: #4f868e!important;
}
.post-password-required .et_password_protected_form .et_submit_button {
    color: #4f868e!important;
    border-color: #4f868e!important;
}
.post-password-required .et_password_protected_form .et_submit_button:hover {
	background-color: #4f868e!important;
    border-color: #4f868e!important;
}