/*
 Theme Name:   Divi Child
 Description:  Divi Child Theme
 Author:       Steve
 Template:     Divi
 Version:      1.0.0
*/

@import url("../Divi/style.css");

/* =Theme customization starts here
-------------------------------------------------------------- */

/* Remove "Designed by Elegant Themes, Powered by Wordpress" from bottom of page (Steve) */
#footer-info {display:none;}

/* Add "display: none" to footer-bottom to remove band at bottom of page (Steve) */
#footer-bottom {
	padding: 15px 0 5px;
	background-color: #1f1f1f;
	background-color: rgba(0, 0, 0, 0.32);
	display: none
}

/* Add "font-weight: bold" to links (Steve) */
a {
	color: #cc9933;
	text-decoration: none;
	font-weight: bold;
}

/* Place light gray border line between posts (Steve) */
.post {
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #d3d3d3;
    padding-bottom: 25px;
}

/* Change padding-top from 13px to 0px and border-top from 1px to 0px, to avoid duplication of border line at bottom of page (Steve) */
.wp-pagenavi {
	clear: both;
	margin-bottom: 30px;
	padding-top: 0px;
	border-top: 0px solid #e2e2e2;
	text-align: right;
}

/* Change margin-bottom from 60px to 0px to reduce space between post excerpts (Steve) */
.et_pb_post {
	margin-bottom: 0px;
}

/* Change padding-top from 30px to 0px to reduce space above post header image (Steve) */
.et_pb_post .entry-content {
	padding-top: 0px;
}

/* Eliminate the small gap of white space below images, especially on the landing page (Steve) */
img {
  vertical-align: middle;
}

/* Reduce padding between sections from 50px to 0px (Steve) */
:not(.et_pb_fullwidth_section).et_pb_section { 
   padding-top: 0px !important; 
   padding-bottom: 0px !important;
}

/* Change blockquote attributes (Steve) */
blockquote {
	border-left: 0px;
    font-style: italic;
	font-size: larger;
    padding: 20px 40px 20px;
    position: relative;
    color: #666666;
}
blockquote:before {
	font-family: Georgia, serif;
    display: block;
    content: "\201C";
    font-size: 600%;
    position: absolute;
    left: -10px;
    color: #326496;
}

/* Change the look of the Submit Comment button */
#submit {
background-color:#ececec;
color:#808080;
font-family:Arial;
font-size:20px;
}

/* Because the Reply button on comments won't shut off (Steve) */
.comment_area .comment-reply-link {
	display: none;
	position: absolute;
	top: 7px;
	right: 0;
}

/* Make Images Smaller On The Category Page (Steve) */
.et_pb_post a img {
height: auto;
float: left;
width: 300px;
left: 0;
margin-right: 25px;
margin-bottom: 10px;
}

