/*
 * Theme Name:  The Rumpus Authentic Child
 * Theme URI:   https://codesupply.co/themes/authentic/
 * Description: Authentic Child Theme
 * Author:      Code Supply Co.
 * Author URI:  https://codesupply.co/
 * Template:    authentic
 * Version:     1.0.2
 */

/* Copy any classes from parent theme here. They will override the parent's version. */
.main-content .entry-content img.rumpus-content-thumb {
	width: 200px;
    float: left;
    margin: 0 2rem 1rem 0;
}
.main-content .entry-content img.rumpus-content-thumb + * {
	margin-top:0;
}
/* Show Topbar on Small Screens*/
	.topbar.cs-d-none {
		display:block !important;
		border-bottom:1px solid gray;
	}
@media (min-width: 1120px) {
	/* Hide Topbar on Large Screens*/
	.topbar.cs-d-none {
		display:none !important;
		visibility:hidden;
	}
}
/* Poetry variation*/
.main-content .entry-content img.rumpus-content-thumb.poetry-thumb {
	width: 350px;
	margin:0 0 3rem;
	float: unset;
}
/* Community Membership Widget*/
.rumpus-blue-widget {
	background-color: #d4edef;
}
.rumpus-blue-widget p {
	margin-bottom: 32px;
}
.rumpus-blue-widget .wp-block-button.is-style-outline .wp-element-button.wp-block-button__link {
	background-color: #be0200;
    border-color: #be0200;
    color: white;
    padding: 0.375rem 1rem;
    transition: 0.2s;
}
.page-header h1.entry-title {
	-ms-word-wrap: break-word;
  	word-wrap: break-word;
  	max-width: 100%;
}
.post-grid .post-thumbnail, .abr-post-item .abr-post-thumbnail .post-thumbnail, .cs-block-carousel .post-thumbnail {
	aspect-ratio: 1;
	overflow: hidden;
}
.post-grid .post-thumbnail img, .abr-post-item .abr-post-thumbnail img, .cs-block-carousel .post-thumbnail img {
	object-fit: cover;
	object-position: center;
	width: 100%;
	height: 100%;
}
.post-format.button {
	display: none;
	visibility: hidden;
}
/* Footer Navbar Override */
.footer-section .navbar-nav > li + li {
	margin-left: 0;
}
.footer-section .navbar-nav > li {
	margin-right:2rem;
}
.footer-section .navbar-nav > li:last-child {
	margin-right:0;
}