/*
Theme Name: mkgd-master
Theme URI: http://underscores.me/
Author: Michelle Koen
Author URI: http://mkgd.net
Description: The master MKgd template
Version: 1.0
License: GNU General Public License
License URI: license.txt
Text Domain: mkgd-master
Domain Path: /languages/
Tags:

*/
@import url('bootstrap/css/bootstrap.css'); 
@import url('bootstrap/css/bootstrap.icon-large.min.css');

.screen-reader-text, .sr-only{ display:none;}

h1.entry-title{
margin-bottom: 5px;
font-size: 40px;
}


#secondary{
margin-top:15px;
}

-------------------------------------------------------------- */   

.entry-content img {
    height:auto;
    margin: 0 0 18px 0;
    max-width:100%;
}
.alignleft,
img.alignleft {
	float: left;
    margin-right:20px;
}
.alignright,
img.alignright {
	display: block;
	float: right;
    margin-left:20px;
}
.aligncenter,
img.aligncenter {
	margin-left:auto;
	margin-right:auto;
	display: block;
	clear: both;
}
.wp-caption {
	text-align: center;
	margin-bottom:18px;
	max-width: 96%;
}
.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}
.wp-caption p.wp-caption-text {
	margin: 0;
	padding:5px;
}
.gallery img {
    margin:0;
}
.wp-smiley { /* Prevent the smileys from breaking line-height */
	max-height:12px;
	margin:0 !important;
}

.archive-thumb{	float:left; display:block;}