/*
Theme Name: NatCen
Theme URI: http://underscores.me/
Author: Helpful Technology
Author URI: http://www.helpfultechnology.com
Description: Description
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: natcen
Tags:

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

NatCen is based on Underscores http://underscores.me/, (C) 2012-2015 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal http://necolas.github.com/normalize.css/
*/

/* Handle overly-long Question names */
/*.breadcrumb span[typeof="v:Breadcrumb"]:last-child span[property="v:title"] {
    display: inline-block;
    padding: 0;
    margin-top: -3px;
    vertical-align: middle;
    max-width: 300px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.breadcrumb span[typeof="v:Breadcrumb"]:last-child span[property="v:title"]:hover {
    display:inline;
	max-width:none;
	overflow:visible;
	white-space: normal;
}*/


/* prevent content img overflow */

	
[class^="col-"] .wp-caption, 
[class^="col-"] img {
	max-width: 100% !important;
	height: auto;
}


/* iphone - prevent table overflow */
.single-questions .container {
	overflow: hidden !important;
	position: relative;
}

.navbar .form-group {
	margin-bottom:0;
}

footer ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

footer li {
	margin-bottom: 8px;
}

.footer-right li {
	display:inline-block;
	margin-right: 10px;
}




.highcharts-range-selector-buttons {
	display:none;
}
.highcharts-legend, .highcharts-legend div, .highcharts-legend-item {
	width:100%;
}
.highcharts-tooltip span {
	white-space: normal !important;
	position: relative !important;
	display: block;
	width: 100%;
	max-width:250px;
	background:#F6f6f6;
}
.highcharts-legend-label {
	max-width: 250px;
	white-space: normal;
}
@media (min-width: 767px ) {
	.highcharts-tooltip span {
		max-width: 500px;
	}
	.highcharts-legend-label {
		max-width: 600px;
	}
}
@media (min-width: 992px ) {
	.highcharts-tooltip span {
		max-width: 800px;
	}
	.highcharts-legend-label {
		max-width: 800px;
	}
}
@media (min-width: 1200px ) {
	.highcharts-legend-label {
		max-width: 1000px;
	}
}


/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em;
}

.alignright {
	display: inline;
	float: right;
	margin-left: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}



/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comment-content a {
	word-wrap: break-word;
}

.bypostauthor {
	display: block;
}

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin: 0 auto;
}

.wp-caption-text {
	text-align: center;
}

.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
	margin-bottom: 1.5em;
}

.gallery-item {
	display: inline-block;
	text-align: center;
	vertical-align: top;
	width: 100%;
}

.gallery-columns-2 .gallery-item {
	max-width: 50%;
}

.gallery-columns-3 .gallery-item {
	max-width: 33.33%;
}

.gallery-columns-4 .gallery-item {
	max-width: 25%;
}

.gallery-columns-5 .gallery-item {
	max-width: 20%;
}

.gallery-columns-6 .gallery-item {
	max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
	max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
	max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
	max-width: 11.11%;
}

.gallery-caption {
	display: block;
}

.media-body {
	width: auto;
}

.media-left {
	width: 80px;
}
