/* 
 Theme Name:     Divi Child
 Author:         OCIA
 Author URI:     https://ocia.org/
 Template:       Divi
 Version:        V.01
 Description:   A Child Theme built using the elegantmarketplace.com Child theme maker
Developed by Andrew Palmer for Elegant Marketplace www.elegantmarketplace.com Free to use and duplicate as many times as you like
 Wordpress Version: 5.2.3
*/ 


/* ----------- PUT YOUR CUSTOM CSS BELOW THIS LINE -- DO NOT EDIT ABOVE THIS LINE --------------------------- */ 

.activities_form > .activity .scope_box a.disabled{
	pointer-events: none;
	color: #d1d1d1;
}

.show_alert_6,
.show_alert_7,
.show_alert_6_spanish{
	padding: 10px;
	display: inline-block;
	background-color: #5c913d;
	border-radius: 5px;
	margin-top: 8px;
	color: #ffffff !important;
	font-weight: bold;
	-webkit-transition: ease all .3s;
	-moz-transition: ease all .3s;
	-ms-transition: ease all .3s;
	-o-transition: ease all .3s;
	transition: ease all .3s;
}

.bigger_p #renew {
    text-align: center;
}

#renew-button{
	padding: 10px;
	display: inline-block;
	background-color: #FF0000;
	border-radius: 5px;
	border: 0;
	margin-top: 8px;
	margin-bottom: 15px;
	color: #ffffff !important;
	font-weight: bold;
	font-size: 16px;
	-webkit-transition: ease all .3s;
	-moz-transition: ease all .3s;
	-ms-transition: ease all .3s;
	-o-transition: ease all .3s;
	transition: ease all .3s;
}

a.checklist-special {
    padding: 15px;
	text-transform: uppercase;
	background-color: #c5e1a6;
	color: #6e8b3e !important;
	font-weight: bold;
	border-radius: 5px;
	margin: 10px 0 15px;
}

.update-button{
	padding: 15px;
	text-transform: uppercase;
	background-color: #c5e1a6;
	color: #6e8b3e !important;
	font-weight: bold;
	border-radius: 5px;
	margin: 10px 0 15px;
}
.bigger_p.hide_data {
  display: none;
}
#renew-notice{
	text-align: center;
	padding: 15px 15px 15px 15px;
	background-color: #5c913d;
	margin-bottom: 20px;
	color: #FFFFFF;
}

#renew-notice ul{
	list-style: none;
	line-height: 20px;
	padding: 1rem 0;
}

#renew-notice ul li{
	padding-bottom: 10px;
}

#new-user-notice ul {
    list-style: none;
    line-height: 20px;
    padding: 1rem 0;
}

#new-user-notice ul li {
    padding-bottom: 10px;
}

#new-user-notice {
    text-align: center;
    padding: 15px 15px 15px 15px;
    background-color: #5c913d;
    margin-bottom: 20px;
    color: #FFFFFF;
}

.checklist_scope.active h3 ~ a.done {
    display: none;
}

.checklist_scope.active .upload_btn.done{
	background-color: #ddd;
	color: #bbb;
	pointer-events: none;
}


.et_left_sidebar #left-area .entry-content .gravity_form .gv-list-container.gv-list-multiple-container {
    width: 100%;
}
.et_left_sidebar #left-area .entry-content .gravity_form h3 ~ div, .et_left_sidebar #left-area .entry-content .gravity_form > div {
    width: 33%;
}
.et_left_sidebar #left-area .entry-content .gravity_form > div.gv-edit-entry-wrapper {
    width: 100%;
}
.et_left_sidebar #left-area .entry-content h4.wp-block-heading {
    margin-bottom: 20px;
}
.et_left_sidebar #left-area .entry-content h3 {
    min-height: auto;
}
.et_left_sidebar #left-area .entry-content .gv-list-view-title>h3{min-height: 44px;}

@media (max-width:991px ) {
.et_left_sidebar #left-area .entry-content .gravity_form h3 ~ div, .et_left_sidebar #left-area .entry-content .gravity_form > div {
    width: 50%;
}
}

@media (max-width:575px ) {
.et_left_sidebar #left-area .entry-content .gravity_form h3 ~ div, .et_left_sidebar #left-area .entry-content .gravity_form > div {
    width: 100%;
}
}