/*
 Theme Name:     Child Seventeen
 Description:    A child theme for Twenty Seventeen.
 Author:         Richard
 Template:       twentyseventeen
 Version:        1.0.0
*/

/* CSS Document */



/* ------------------------------------------------------------------------- */
/* ---- These are the core css styles for Api-marketing developed sites ---- */
/* ------------------------------------------------------------------------- */

/* -- Resets and Defaults -- */
html {
/* apply a natural box layout model to all elements, but allowing components to change */
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
body {
	margin: 0;
}
*, *:before, *:after {
    -webkit-box-sizing: inherit;
    box-sizing: inherit;
}
.group {
	position: relative;
}
.group:after {
	/* To clear Float */
	content: "";
	display: table;
	clear: both;
}
figure {
	margin: 0;
}
img {
	height: auto;
	max-width: 100%;
}
.aligncenter {
    clear: both;
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.alignleft {
    float: left;
    margin-right: 1.5em;
}
.alignright {
    float: right;
    margin-left: 1.5em;
}
.wp-caption, .gallery-caption {
    margin-bottom: 1.5em;
    max-width: 100%;
}
.screen-reader-text {
    clip: rect(1px, 1px, 1px, 1px);
    height: 1px;
    overflow: hidden;
    position: absolute !important;
    width: 1px;
    word-wrap: normal !important;
}
/* -- End Resets and Defaults -- */




/* -- Core Element Formatting -- */
#page {
	width: 100%;
	margin: 0;
}
.wrap,
.custom-header {
	width: 100%;
}
/* -- End Core Element Formatting -- */




/* -- Reponsive Styles -- */
@media screen and (max-width: 649px) {
	#primary,
	#secondary {
		display: block;
		width: 100%;
	}
	
} 
/* -- End Responsive Styles -- */

