/* == WordPress WYSIWYG Editor Styles == */
.entry-content img{margin:0 0 1.5em}.alignleft,img.alignleft{margin-right:1.5em;display:inline;float:left}.alignright,img.alignright{margin-left:1.5em;display:inline;float:right}.aligncenter,img.aligncenter{margin-right:auto;margin-left:auto;display:block;clear:both}.wp-caption{margin-bottom:1.5em;text-align:center;padding-top:5px}.wp-caption img{border:0;padding:0;margin:0}.wp-caption p.wp-caption-text{line-height:1.5;font-size:10px;margin:0}.wp-smiley{margin:0!important;max-height:1em}blockquote.left{margin-right:20px;text-align:right;margin-left:0;width:33%;float:left}blockquote.right{margin-left:20px;text-align:left;margin-right:0;width:33%;float:right}
/* DC LOGO */
#dclogo {display: inline-block; width:120px; height:20px; margin-top: 0.5em;}
#dclogo svg {width:100%;}

/* GALLERY */
header.site-header{z-index: 991;/*for fluidbox plugin*/}
.media-img:focus{outline: none}
.gallery{margin-left: -0.25em; margin-right: -0.25em; margin-bottom: 2em; margin-top: 2em;}
.gallery:after{content: ""; display: table; clear: both;/*clearfix*/}
.gallery-item{margin: 0; float: left; padding: 0 .25em .5em; width: 100%;}
.gallery-item img{width: 100%; height: auto; .box-sizing(); border: 1px solid rgba(0,0,0,.1); margin-bottom: 0;}
.gallery-caption{z-index: 1000; background-color: rgba(0,0,0,.5); position: absolute; bottom: .75em; left: .375em; right: .375em; font-size: .75em; line-height: 1.1; padding: .25em .5em; color: #fff; display: none;}

@media screen and (min-width: 640px){
	.gallery-columns-1 .gallery-item{width: 100%; float: none;}
	.gallery-columns-2 .gallery-item{width: 50%}
	.gallery-columns-3 .gallery-item{width: 33.3333%}
	.gallery-columns-4 .gallery-item{width: 25%}
	.gallery-columns-5 .gallery-item{width: 20%}
	.gallery-columns-6 .gallery-item{width: 16.6667%}
	.gallery-columns-7 .gallery-item{width: 14.2857%}
	.gallery-columns-8 .gallery-item{width: 12.5%}
	.gallery-columns-9 .gallery-item{width: 11.1111%}

	.gallery-columns-2 .gallery-item:nth-child(2n+1),
	.gallery-columns-3 .gallery-item:nth-child(3n+1),
	.gallery-columns-4 .gallery-item:nth-child(4n+1),
	.gallery-columns-5 .gallery-item:nth-child(5n+1),
	.gallery-columns-6 .gallery-item:nth-child(6n+1),
	.gallery-columns-7 .gallery-item:nth-child(7n+1),
	.gallery-columns-8 .gallery-item:nth-child(8n+1),
	.gallery-columns-9 .gallery-item:nth-child(9n+1) {clear: left;}
}