/*
Theme Name:     divi-child
Description:    Child theme of Divi
Author:         admin
Template:       Divi

(optional values you can add: Theme URI, Author URI, Version)
*/

@import url("../Divi/style.css");

.et_pb_section {
padding: 0 !important;
position: relative;
}

@media only screen and (min-width: 300px) {
#logo { 
max-height: 150px !important;
}
}

@media only screen and (max-width:320px){
#main-header {
margin: 0;
padding: 0;
}
.et_pb_section.et_section_regular .et_pb_row {
padding: 0;
}

}

.et_pb_fullwidth_header {
padding-bottom: 0;
margin-bottom: 0px;
}
div.et_pb_section.et_section_regular:nth-child(2) {
padding: 0;
}

/* remove blanks at bottom of pricing table */
.et_pb_pricing_content_top{
padding-bottom:0;
border-bottom:0;
}

.page-template-default .et_pb_pricing_2 .et_pb_pricing_table {
min-height: 150px !important;
height: 120px !important;
}
/* Change footer text to this */
<p id="footer-info">Website created & designed by <a href="http://www.ladirectit.com">Direct IT Services</a></p>