/* ARCHIVE STYLES
************************************************************/
.flex-col-8.blogPost	{
	margin: 0 auto;
}
@media (min-width:601px) {
	.mobileOnly { display:none;}
	.desktopOnly { display:block; }
}
@media (max-width:600px) {
	.mobileOnly { display:block; padding-bottom:15px;}
	.desktopOnly { display:none; }
}

@media (max-width:768px) {
	.single-post .flexContainer {flex-direction: column;}
	.flex-col-8.blogPost,
	.flex-col-4.sidebar {width: 100%;}
}

/* PAGINATION
------------------------------------------------------------------------------------*/

.page-prev { /* for get_next_post() ie « Previous */
    display:flex;
    order: 1;
    margin-right: 15px;
    margin-bottom: 8px;
    padding: 3px;
    border: 0px dotted #525665;
}

.page-next { /* for get_previous_post() ie Next » */
    display:flex;
    order: 2;
    margin-left: 15px;
    margin-bottom: 8px;
    padding: 3px;
    border: 0px dotted #525665;
}

div.right,
div.left {
	width: 50%;
}
div.right {
	text-align: right;
}

#nav-single	{
	margin: 3vh 0;
}

.thumb	{
	width: calc(20% - 2px);
	margin: 1px;
}
@media (max-width: 600px)	{
	.thumb	{ width: calc(33% - 2px);}
}

.thumb img	{
	width: 100%;
	height: auto;
}

.flexContainer {
	flex-wrap:wrap;
}

/* flexSlider
------------------------------------------------------------------------------------*/

/* Chat GPTCustom CSS for carousel */
.carousel-image {
	max-height: 550px;
	overflow: hidden;
}

.carousel-image img {
	width: auto;
	height: 100%;
	object-fit: cover;
	object-position: center;
}

.slick-dots {
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	margin-top: 15px;
	list-style-type: none;
	padding: 0;
}

.slick-dots li {
	margin: 0 5px;
	width: 40px;
	height: 40px;
	overflow: hidden;
	cursor: pointer;
	opacity: 0.7;
	transition: opacity 0.3s;
}

.slick-dots li:hover {
	opacity: 1;
}

.slick-dots li img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.mainContent ul.slick-dots {
  	justify-content: left !important;
  	padding-left: 0;
  	margin-left: 0;
  }
  
@media  (min-width: 600px) {
.slick-list.draggable {
	height: 550px;  
}
  }

.mainContent ul li, .mainContent ol li {
    margin-bottom: 0.8em;
}

/* trying to get mobile thumbnails fixed */  
li.presentation	{
	width: 40px;
	height: 40px;
}

.slick-dots ul li	{
	width: 40px;
	height: 40px;
}

.slick-dots li img	{
	max-height: 40px;
}