/*
 Theme Name:   SPS Flyers
 Theme URI:    
 Description:  Divi Child Theme
 Author:       James Alborough
 Author URI:   http://bearstar.net
 Template:     Divi
 Version:      1.0.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 Tags:         
 Text Domain:  spsflyers
*/


 
/* =Theme customization starts here
------------------------------------------------------- */

#top-menu li li {
    margin: 0;
    padding: 0;
	line-height:1.3;

}

.container:before { background-color:transparent !important; }
.et_pb_widget_area_right { border-left:0 !important; }
.et_pb_widget_area_left { border-right:0 !important; }


.single-branding_resource #content-area {
	display:grid;
	grid-template-columns: 5fr 2fr;
	grid-column-gap:5em;
	
}

.branding_resource-template-default .wp-post-image {
	max-height:500px;
	width:auto;
}

.dp-dfg-layout-grid .dp-dfg-item figure {
    display: grid;
    justify-content: center;
    align-content: center;
    min-height: 100px;
}

.dp-dfg-skin-default .dp-dfg-image img {
    display: grid;
    max-width: 100%;
    align-content: center;
    justify-content: center;
    max-height: 100px;
    width: auto;
    margin: auto;
}

.dp-dfg-skin-default .dp-dfg-item > * {
    position: relative;
    padding: 1em 0 .5em 0;
    }


@media screen and (max-width:640px) {

	.single-branding_resource #content-area {
	grid-template-columns: auto;
	grid-column-gap:0em;
	
	}
}
