/*
 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
------------------------------------------------------- */
:not(.et_pb_fullwidth_section).et_pb_section { 
   padding-top: 10px !important; 
   padding-bottom: 0px !important;
}

/*Equalize Blog Columns*/
 
.bloggrid .et_pb_salvattore_content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
 
.bloggrid article {
        margin-bottom: 5px !important;
	-webkit-box-flex: 1;
	    -ms-flex: 1 0 auto;
	        flex: 1 0 auto;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
}
 
.bloggrid .post-content {
	-webkit-box-flex: 1;
	    -ms-flex: 1 0 auto;
	        flex: 1 0 auto;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
}
 
.bloggrid .column {
        margin-bottom: 5px !important;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
}

/* adjust space */
.et_pb_blog_grid .et_audio_content, .et_pb_blog_grid .et_main_video_container, .et_pb_blog_grid .et_pb_post .et_pb_slider, .et_pb_image_container {
    margin: -20px -30px -20px;
        margin-top: -20px;
        margin-right: -40px;
        margin-bottom: -20px;
        margin-left: -30;
}
.et_pb_widget a {
    color: #2ea3f2;
    text-decoration: none;
}

.widgettitle {
    color: #444;
    font-size: 14px;
    font-weight: bold;
    letter-spacing: 1px;
    margin: 0 0 10px;
    text-align: center;
    text-transform: uppercase;
}

/* Keep enough white space between widgets in sidebar */
#sidebar .et_pb_widget {
	margin-bottom: 20% !important;
}

#mc4wp_form_widget-3 {
	background: url(https://divi.noodlecrave.com/wp-content/uploads/2019/10/signup-background.png);
    padding: 25px;
    margin-bottom: 40px;
}

input.text, input.title, input[type="email"], input[type="password"], input[type="tel"], input[type="text"], select, textarea {
    border: 1px solid #bbb;
    color: #4e4e4e;
	box-shadow: none;
    background-color: #fff;
    font-weight: 400;
    padding: 16px;
    width: 100%;
}

#mc4wp_form_widget-3 input[type="submit"] {
    position: absolute;
    right: 0;
    padding: 18px 40px;
    color: #000;
    background: 0 0;
    font-weight: 700;
	border: none;
	text-transform: uppercase;
}

/*** Take out the divider line between content and sidebar ***/
#main-content .container:before {background: none;}
