/*
Theme Name: Divi-child
Theme URI: http://www.elegantthemes.com/gallery/divi/
Description: Child theme for the Divi theme
Author: Elegant Themes
Author URI: http://www.elegantthemes.com
Template: Divi
Version: 1.0.0
*/

.centerImage {
	display: block;
    margin: auto;
    width: 40%;
}


/* Recent Resources */
.recentResourceIMG {
   max-width: 80px;
   -webkit-box-shadow: 2px 2px 5px 0px rgba(0,0,0,0.75);
   -moz-box-shadow: 2px 2px 5px 0px rgba(0,0,0,0.75);
   box-shadow: 2px 2px 5px 0px rgba(0,0,0,0.75);
}

.et_pb_widget li {
 display: inline-block;
 list-style: none;
 margin-right: 1em;
 margin-bottom: .5em;
}

/* Remove SideBar Vert Line */
container::before { display:none; } .et_pb_widget_area_right { border-left:0; }

/* Timeline Express Button Theme */
.timeline-express-load-more-button {
	-moz-box-shadow: 0px 10px 14px -7px #3e7327;
	-webkit-box-shadow: 0px 10px 14px -7px #3e7327;
	box-shadow: 0px 10px 14px -7px #3e7327;
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #77b55a), color-stop(1, #004f1c));
	background:-moz-linear-gradient(top, #77b55a 5%, #004f1c 100%);
	background:-webkit-linear-gradient(top, #77b55a 5%, #004f1c 100%);
	background:-o-linear-gradient(top, #77b55a 5%, #004f1c 100%);
	background:-ms-linear-gradient(top, #77b55a 5%, #004f1c 100%);
	background:linear-gradient(to bottom, #77b55a 5%, #004f1c 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#77b55a', endColorstr='#004f1c',GradientType=0);
	background-color:#77b55a;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	border-radius:4px;
	border:1px solid #4b8f29;
	display:inline-block;
	cursor:pointer;
	color:#ffffff;
	font-family:Arial;
	font-size:13px;
	font-weight:bold;
	padding:10px 20px;
	text-decoration:none;
	text-shadow:0px 1px 0px #5b8a3c;
}
.timeline-express-load-more-button:hover {
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #004f1c), color-stop(1, #77b55a));
	background:-moz-linear-gradient(top, #004f1c 5%, #77b55a 100%);
	background:-webkit-linear-gradient(top, #004f1c 5%, #77b55a 100%);
	background:-o-linear-gradient(top, #004f1c 5%, #77b55a 100%);
	background:-ms-linear-gradient(top, #004f1c 5%, #77b55a 100%);
	background:linear-gradient(to bottom, #004f1c 5%, #77b55a 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#004f1c', endColorstr='#77b55a',GradientType=0);
	background-color:#004f1c;
}
.timeline-express-load-more-button:active {
	position:relative;
	top:1px;
}

/* Bullet items in widgets */

body.et-pb-preview #main-content .container ul {
	list-style-type: none;
}

/* Script data from Database */
.scriptBox {
    -moz-appearance: textfield-multiline;
    -webkit-appearance: textarea;
    border: 1px solid gray;
    font: medium -moz-fixed;
    font: -webkit-small-control;
    height: 28px;
    overflow: auto;
    padding: 2px;
    margin-bottom: 30px;
    resize: vertical;
    width: 100%;
    height: 400px;
    white-space: pre;
		
}
