/*
Theme Name:     Columbian Blogs (updated)
Description:    Child Theme for Bayside Progression
Author:         Progression Studios
Template:       bayside-progression
*/

#main-container-pro {
	width: 100%;
}
::selection {
	background: #7aa2bc !important;
}
#page-title-pro h1 {
	font-size: 2.5rem;
}
.sf-menu a:hover, .sf-menu li.current-menu-item a, .sf-menu li.sfHover a.sf-with-ul {
	background: #668fb7 !important;
}
ul#progression-studios-panel-login, #progression-checkout-basket, #panel-search-progression, .sf-menu ul, #main-nav-mobile {
	background: #4b75a0 !important;
}
.sf-menu li li .progression-studios-menu-title:before {
	content: none;
}
#bayside-progression-header-top {
	display: block !important;
}
#bayside-progression-header-top #back-to-main-site {
	display: inline-block;
	color: #668fb7;
	font-size: 14px;
	padding-top: 10px;
	padding-bottom: 10px;
}
#bayside-progression-header-top #back-to-main-site:hover {
	color: #fff;
}
.sidebar-main-left-bayside .sidebar-item {
	padding-bottom: 25px;
}

/* mobile styles */
.mobile-menu-icon-sidebar {
	display: none;
}
.sidebar-left-hidden-mobile {
	display: block !important;
}

/* author box */
.author-box {
	background-color: #f5f5f5;
	padding: 1.25rem;
	display: flex;
	border-top: 3px solid rgba(75, 131, 176, 0.15);
}
.author-box img {
	margin-right: 1.25rem;
	border-radius: 100%;
	border: 3px solid rgba(75, 131, 176, 0.15);
	box-shadow: 0.25rem 0.25rem 0.75rem #c1c1c1;
}
.author-box h3 {
	margin-bottom: 0.5rem;
}
.author-box p {
	margin-bottom: 0.5rem;
}
.author-box .fas {
	margin-right: 0.4rem;
}

/* overall all blogs list */
h1.netsposts-title {
	font-family: 'Source Sans Pro', sans-serif;
	border-bottom: 2px dashed #e5e5e5;
}
.netsposts-content {
	margin-bottom: 2.5rem;
}
.netsposts-text-content .netsposts-source {
	font-size: 0.9rem;
	line-height: 2.2;
	font-family: 'Source Sans Pro', sans-serif;
}
.netsposts-text-content .netsposts-source span:first-child,
.netsposts-text-content .netsposts-source span:nth-child(3) {
	display: none;
}
.netsposts-text-content .netsposts-source span:nth-child(4) {
	margin-left: 0.5rem;
}
.netsposts-content .inline-post > .netsposts-post-thumbnail.align-left {
	margin-right: 1.5rem;
	float: none;
}
a.netsposts-read-more-link {
	color: #647f96;
	margin-left: 0.5rem;
	font-size: 100%;
	font-weight: bold;
}
a.netsposts-read-more-link:hover {
	color: #57a4e2;
}
a.netsposts-posttitle-link {
	font-family: 'PT Sans', sans-serif;
	font-size: 1.2rem;
	line-height: 1;
}
.netsposts-excerpt {
	font-family: 'Source Sans Pro', sans-serif;
	line-height: 1.4;
	font-size: 0.9rem;
}
.inline-post {
	display: flex;
	align-items: center;
}
.netsposts-paginate {
	margin: 2rem 0;
	text-align: center;
	padding: 1rem 0;
	font-family: 'Source Sans Pro', sans-serif;
}
.netsposts-paginate .page-numbers {
	background-color: #4b83b0;
	padding: 5px 10px;
}
.netsposts-paginate a:hover {
	background-color: #57a4e2;
}
.netsposts-paginate span.current, .netsposts-paginate span.dots {
	color: #fff;
	padding: 5px 10px;
	background-color: #a4b1bc;
}
.netsposts-paginate span.current {
	background-color: #345a79;
}
@media ( max-width: 676px ) {
	.inline-post {
		display: block;
	}
	.netsposts-content .inline-post > .netsposts-post-thumbnail {
		margin-right: 0;
		margin-bottom: 1rem;
		text-align: center;
	}
}
@media (max-width: 985px) {
	.netsposts-content .inline-post > .netsposts-text-content {
		width: 100%;
	}
}
@media (max-width: 835px) {
	.netsposts-content .inline-post > .netsposts-text-content {
		width: 100%;
	}
}

/******** Flex Masonry Grid for Custon Newest Posts *********/

.masonry-grid {
  display: grid;
  grid-gap: 30px;
  grid-template-columns: repeat(auto-fill, minmax(30%,1fr));
  grid-auto-rows: 10px;
} 

@media (max-width: 767px) { 
	.masonry-grid  { 
		grid-template-columns: repeat(auto-fill, minmax(100%,3fr));
	} 
}

/*.masonry-grid { 
    column-count: 3;
    column-gap: 1em;
} 

.masonry-item { 
    display: inline-block;
    margin: 0 0 1em;
    width: 100%;
} 

@media (max-width: 767px) { 
	.masonry-grid  { 
		column-count: 1;
	} 
}*/