@charset "UTF-8";
/* CSS Document */

/*
Theme Name: maker child theme
Description: This is a child theme for the maker theme.
Author: lvdd
Template: maker
*/
@import url("../maker/style.css");

/* =Theme customization starts here
-------------------------------------------------------------- */
/**
 * Normalize
 */



html {
	box-sizing: border-box;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;

	-webkit-text-size-adjust: 100%;
	    -ms-text-size-adjust: 100%;
	-webkit-font-smoothing: antialiased;
}

body {
	margin: 0;
	color: #999;
	background: #fff;
	line-height: 1.5;
}



/**
 * Typography
 */

/* Headings */

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
	margin: 0 0 24px 0;
	margin: 0 0 1.5rem 0;
	color: #CC9;
	font-family: Helvetica, Arial, sans-serif;
	font-weight: lighter;
	line-height: 24px;
	line-height: 1.5rem;
}


h5 {
	font-size: 12px;
	font-size: 0.75rem;
	letter-spacing: 1px;
	text-transform: uppercase;
}

h6 {
	font-size: 12px;
	font-size: 0.75rem;
	font-weight: normal;
	letter-spacing: 1px;
	text-transform: uppercase;
}



/* Links */

a {
	color: #666;
	background-color: transparent;
	text-decoration: none;
}

a:hover,
a:active {
	outline: 0;
	text-decoration: none;
	color: #CC9;
}

a:focus {
	outline: none;
	outline: 0px auto -webkit-focus-ring-color;
	outline-offset: 0px;
	text-decoration: none;
}


/* Lists */

ul,
ol {
	margin: 0 0 1.5em 1.5em;
	padding-left: 1.5em;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 0.5em;
}

dt {
	font-weight: bold;
}

dd {
	margin: 0 0 1.5em;
}

/* Tables */

table {
	width: 100%;
	margin: 0;
	padding: 0;
}

td,
th {
	padding: 5px ;
	margin: 2%;
	border-bottom: 0px solid;
	border-bottom-color: #fff;
	vertical-align: top;
	text-align: left;
}

thead th {
	padding: 3;
	border-bottom: 0px solid;
	border-bottom-color: #bebebe;
	background-color: #f1f1f1;
	font-size: 12px;
	font-size: 0.75rem;
	font-weight: bold;
	line-height: 24px;
	line-height: 1.5rem;
	text-transform: uppercase;
}

/**
 * Structure
 */

.site {
	max-width: 100%;
	margin-right: auto;
	margin-left: auto;
	padding-right: 5%;
	padding-left: 5%;
	background-color: #fff;
}


/**
 * Header
 */


.site-title a {
	color: #666;
}



/**
 * Navigation
 */

/* Primary Menu */



.main-navigation a {
	display: block;
	padding: 0.75em 0.75em 0.75em 0;
	color: #666;
}

.main-navigation a:hover,
.main-navigation a:focus,
.main-navigation a:active {
	color: #CC9;
}





/**
 * Content
 */

/* Entry Title */

.entry-title a {
	color: #666;
}


/* Entry Meta */

.entry-meta-item {
	display: block;
}

.entry-meta-item a {
	color: #666;
}

.entry-meta-item a:hover,
.entry-meta-item a:focus {
	opacity: 1;
	color: #cc9;
}


.entry-meta-item.cat-links a {
	color: #cc9;
}


.tags-links a {
	display: inline-block;
	margin-right: 0.5em;
	color: #666;
}

.tags-links a:hover,
.tags-links a:focus {
	opacity: 1;
	color: #cc9;
}


/* Portfolio Grid */


.project-title a {
	display: block;
	color: #666;
	font-size: 16px;
	font-size: 1rem;
	line-height: 1.5;
}

.project-categories {
	display: inline-block;
	font-weight: normal;
}

.project-categories a {
	color: #666;
}

/* Grid Variations. */


/* Post Navigation (Next/Previous Post) */

.post-navigation {
	margin-bottom: 1.5em;
}

.post-navigation span {
	color: #666;
}

/**
 * Pages
 */



.single-portfolio .project-meta-cats,
.single-portfolio .project-meta-tags,
.single-jetpack-portfolio .project-meta-cats,
.single-jetpack-portfolio .project-meta-tags {
	color: #cc9;
}


.search .entry-title a {
	color: #666;
}
.audiobox {
	float: left;
	width: 50%;
	padding-bottom: 10px;
	
}
.audiobox2 {
	clear: left;
	float: left;
	width: 50%;
	padding-bottom: 10px;
	
}

