/*
 Theme Name:     Divi Child Theme
 Theme URI:      http://www.elegantthemes.com/
 Description:    Divi Child Theme
 Author:         Elegant Themes
 Template:       Divi
*/
 
@import url("../Divi/style.css");
 
/* =Theme customization starts here
------------------------------------------------------- */
/* reduce section padding
------------------------------------------------------- */
.et_pb_section { padding: 15px 0; position: relative; }
/* nav bar background color
------------------------------------------------------- */
#main-header { top: 0; background-color: #FFFDE5;}
/* change light text h1 from white to cream
------------------------------------------------------- */
.et_pb_bg_layout_dark, .et_pb_bg_layout_dark h1, .et_pb_bg_layout_dark h2, .et_pb_bg_layout_dark h3, .et_pb_bg_layout_dark h4, .et_pb_bg_layout_dark h5, .et_pb_bg_layout_dark h6  { color: #fffef4 !important; }

/* change link colour
------------------------------------------------------- */
.et_color_scheme_orange a { color: #ca8016; }
/* change font size
------------------------------------------------------- */
body { font-family: 'Raleway', Arial, sans-serif; font-size: 16px; color: #333333; background-color: #fffef4; line-height: 1.7em; font-weight: 500; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; }

/* increase size of top nav font from 14px to 18px
------------------------------------------------------- */
#top-menu li { display: inline-block; font-size: 18px; padding-right: 18px; }

/* increase size of top logo
------------------------------------------------------- */
.et_fixed_nav #logo { max-height: 50px; margin-bottom: 0; }
/* decrease bottom margin between grid rows
------------------------------------------------------- */
.et_pb_column_4_4 .et_pb_filterable_portfolio_grid .et_pb_portfolio_item,
.et_pb_column_3_4 .et_pb_filterable_portfolio_grid .et_pb_portfolio_item,
.et_pb_column_2_3 .et_pb_filterable_portfolio_grid .et_pb_portfolio_item,
.et_pb_column_1_2 .et_pb_filterable_portfolio_grid .et_pb_portfolio_item,
.et_pb_column_1_3 .et_pb_filterable_portfolio_grid .et_pb_portfolio_item,
.et_pb_column_1_4 .et_pb_filterable_portfolio_grid .et_pb_portfolio_item { float: left; width: 225px; margin: 0 0px 15px 0; }
/* remove padding
------------------------------------------------------- */
.et_pb_post .entry-content, .project .entry-content { padding-top: 0px; }
/* reduce row padding
------------------------------------------------------- */
.et_pb_row { padding: 5px 0 0 0;}
/* remove Clear selection in shopping cart pages
------------------------------------------------------- */
.reset_variations {  
display: none !important;  
}
/* change section background colour
------------------------------------------------------- */
.et_pb_section { background-color:#666666; }