/** Manual theme overrides */

a.mosaic-layout__link{
	font-weight: bold;
}

a.mosaic-layout__category {
    letter-spacing: -.5px;
}

.mosaic-layout__meta a, .mosaic-layout__meta a.post-author {
    font-weight: normal;
}

.mosaic-layout__meta {
    font-weight: normal;
}

/** animiated bit **/

@keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

.post__hero img { 
	animation: fadein 1s;
	-webkit-animation: fadein 1s;
}

.mosaic-layout__image-container img {
	animation: fadein 1s;
	-webkit-animation: fadein 1s; 
}

.entry-content.post-content img { 
	animation: fadein 1s;
	-webkit-animation: fadein 1s; 
}

/* make homepage meta carrino-y */

.layout__meta {
        display: flex;
        font-size: .75rem;
        align-items: center;
        margin-top: 1.5rem;
        text-transform: uppercase;
        font-weight: bold;
        letter-spacing: -0.5px
    }

.layout__date {
    color:var(--date-color);
}

.layout__date:after {
    content:"\00B7";
	margin-left:5px;
	color: var(--accent-color);
	font-weight: 500;
}

.layout__comments {
        margin-left: 5px;
}

.tile-layout--tabloid .layout__title {
    margin-bottom: 0px;
}

.mosaic-layout__container .splide__track {
    filter: none;
}

.tile-layout--2x .layout__title-link {
    font-weight: bold;
}

/* remove the stage on single post articles */

.home--with-atf .header::before, .post--with-banner .header::before, .single .header::before {
    height: 100%;
}

/* bigger single post headlines */

.post-title {
    font-size: 2.9rem;
    letter-spacing: -1.5px;
	line-height: 1.1;
    margin:0 0 .75rem
}

/* tweaked single post summary

.post-summary {
    color: #666;
    font-family: var(--text-headers);
    font-size: 16px;
    font-weight: normal;
    margin-bottom:.5rem
} */

/* distributed title tops */ 

.tile-layout .layout__title-link {
    margin-top:1.25rem
} 

/* make gallery caption corners rounded */ 

.wp-block-gallery.has-nested-images figure.wp-block-image figcaption {
    border-bottom-left-radius: .5rem;
    border-bottom-right-radius: .5rem;
}

/* make read more titles distinct from general h3 */

.post-content .omg-read-more h3 {
 font-family:var(--text-headers);
 letter-spacing:-0.25px;
 color:#fff;
 font-size:1.24rem;
 margin-bottom:1.5rem
}

/* make mosaic titles bigger on mobile */

@media screen and (max-width: 800px) {
a.mosaic-layout__link {
  font-size: 1.75rem;
  padding-bottom: 0rem;
}
}

@media screen and (max-width: 600px) {
a.mosaic-layout__link {
  font-size: 1.5rem;
  padding-bottom: 0rem;
 }
}

/* joey's mobile adaptations */
 
@media screen and (max-width: 500px) {

.omg-sticker.alignright, .omg-read-more.alignright {
    margin-right: auto;
    margin-left: auto;
	}

.post-content h2 {
    font-size: 1.6rem
	}

.post-title {
    font-size: 2.25rem; 
	}
    
.post-summary {
    font-size: 14px
	}

.footer-copyright p {
	font-size:.75rem;
	}
}

@media screen and (max-width: 700px) {
.layout__title {
	margin-bottom:.75rem;
 }
}

@media screen and (max-width: 1024px) {
a.mosaic-layout__link {
	padding-bottom: 0rem;
	}
}

/* simple list titles tweaks */
	
.omg-simple-list__title {
    font-family: var(--text-headers);
    padding-top: .5rem;
    padding-bottom: 1rem;
}

/* click to tweet */

.click-to-tweet {
    display: block;
    font-weight: bold;
    padding: 1rem;
    width: 250px;
    position: relative;
    margin-bottom: 1.8rem;
    margin-left: 2rem;
    margin-top: .5rem;
    z-index:0;
    transition: ease-in-out 250ms; 
}

.click-to-tweet__content:hover {
    transition: ease-in-out 250ms; 
    color: var(--color-blue-05);
}

.click-to-tweet.aligncenter {
    width: unset;
    margin:1rem 0
}

.click-to-tweet__content {
    display: block;
    font-size: 1.5rem;
    line-height: 1.5;
    margin: 0;
    font-weight: bold;
    font-family: var(--text-headers);
    letter-spacing: -1px;
    color: black;
    transition: ease-in-out 250ms; 
    text-align: center; 
}

.click-to-tweet__cta {
    display: block;
    text-align: center;
    font-size: .875rem;
    color: var(--date-color);
    font-weight: normal;
}

.click-to-tweet::before {
    background: none;
}

.click-to-tweet__cta .icon {
    width: .875rem;
    height: .875rem;
    vertical-align: middle;
    margin-left: .25rem;
    color: var(--color-blue-05);
} 

/* bullet list redux */

.list-layout__item .layout__caption { 
	margin-bottom: .5rem;
    font-family: var(--text-headers);
    font-size: .8rem;
    letter-spacing: 0px;
    text-transform: uppercase;    
}

.list-layout__item .layout__title-link {
	font-size:1.25rem;
	margin-left:0rem;
	position:relative;
	max-width: 85%;
}

.list-layout__item {
    display: flex;
    align-items: flex-start;
    margin-bottom: 1.25rem;
}

/* mosaic free hotfix 

.layout__header.has-subtitle {
    margin-top: 1.8rem;
}*/

.layout__comments a {
    font-weight: bold;
}

.wp-block-video {
margin: 0 0 1.8rem;
}

.sidebar .jetpack-display-remote-posts > a img {
    border-radius: .25rem;
}

.sidebar .jetpack-display-remote-posts h4 {
        color: var(--color-grey-33);
        font-weight: 500;
        font-size: 15px;
        font-family: var(--text-headers);
}

.sidebar .jetpack-display-remote-posts h4:not(:first-child), .sidebar .jetpack-display-remote-posts > a:not(:nth-child(2)) {
margin-top: 0rem

}

a.mosaic-layout__category.tt-u {
    background: red;
}

.wp-block-gallery.has-nested-images.is-cropped figure.wp-block-image:not(#individual-image) a, .wp-block-gallery.has-nested-images.is-cropped figure.wp-block-image:not(#individual-image) img {
    border-radius: 0;
}

.entry-content.post-content .wp-block-gallery.has-nested-images figcaption {
    padding-top: .5rem;
}

/* coffee button bevel */

.widget a.omg-hero-button__link {
    -webkit-box-shadow: 0 2px 4px 0 rgba(0,0,0,.2),inset 0 -2.5px 0 rgba(0,0,0,.2);
	padding: .5rem 1rem .56rem 1rem;
	font-weight: 700; */
}

/* coffee button background gradient  */
.widget .omg-hero-button::before {
    background: linear-gradient(90deg,#5f237a 0,#a61e69 75%,#a61e69 100%);
} 

/* sticker bevel */

.omg-sticker {
        -webkit-box-shadow: inset 0 -4px 0 rgba(0,0,0,.2);
}

/* fix tabloid layout title punt */

.tile-layout--tabloid a.layout__title-link {
    margin-top: 0rem;
}