/*
Theme Name:         Hotchalk Bootstrap
Version:            09-11-15
Author:             David Sals
*/

.col-centered {
	float: none;
	margin: 0 auto;
}

/* FOR HOVER DROPDOWN NAV */
@media (min-width:768px) {
	ul.nav li.dropdown:hover > ul.dropdown-menu {
		display: block;
	}
}

/* Slideshow Styles */

.slideshow_container.slideshow_container_style-light {
	margin: 0 auto;
}

.slideshow_container .slideshow_button {
	background: url(images/light-arrows.png) no-repeat !important;
}

.slideshow_container .slideshow_next {
	background-position: -19px 0 !important;
}

.slideshow_title {
	font-size: 13px !important;
	line-height: 1.3em;
}

.slideshow_description {
	font-size: 11px !important;
	line-height: 1.3em;
}

.slideshow_description_box[style] {
	padding: 3px;
}

/* Article Styles */

.article-browser {
	clear: both;
}

.single .size-full {
	height: auto;
	max-width: 100%;
}

.single .wp-caption-text {
	font-size: 12px !important;
	font-style: italic;
	line-height: 1.3;
	margin-top: 6px;
}

.single .alignnone {
	display: block;
	float: inherit;
	margin-left: auto;
	margin-right: auto;
    max-width: 100%;
}

.single .wp-post-image, 
.single .wp-caption {
	max-width: 100%;
}

.tipso_content {
	font-size: 12px;
}

#snippet-box {
	display: none;
}

@media only screen and (max-width: 1199px) {
	.single .size-medium, 
	.single .wp-post-image, 
	.single .wp-caption {
		max-width: 240px;
		height: auto;
	}
}

@media only screen and (max-width: 991px) {
	.slideshow_container_slideshow-jquery-image-gallery-custom-styles_2[style] {
		float: inherit !important;
		margin-left: auto !important;
		margin-right: auto !important;
	}
	
	.single .size-medium, 
	.single .wp-post-image, 
	.single .wp-caption {
		max-width: 200px;
	}
}

@media only screen and (max-width: 767px) {
	/* iPhone negative margin fix */
	body .container {
		padding-left: 0;
		padding-right: 0;
	}
	body .row {
		margin-left: 0;
		margin-right: 0;
	}
	/* article styles */
	.single .alignright, 
	.single .alignleft, 
	.single .size-medium, 
	.single .wp-post-image, 
	.single .wp-caption {
		display: block;
		float: inherit;
		margin-left: auto;
		margin-right: auto;
		max-width: 100%;
	}
}
