/**
 * Theme Name: Moseley Exchange
 * Template: twentysixteen
 */

:root {
	--red: #b30709;
	--green: #1b4844;
	--grey: #333;
	--cdt-dark-blue: #384059;
	--cdt-light-blue: #818dd1;
	--cdt-logo-blue: #4d788b;
	--cdt-green: #008619;
	--cdt-grey: #f7f7f7;
	--tec-color-accent-primary: var(--cdt-green);
	--tec-color-button-primary: var(--tec-color-accent-primary);
	--tec-font-weight-bold: 600;
}


#masthead p.site-description {
	color: var(--grey);
}
 
.post-navigation .post-title, .entry-title, .comments-title {
 	hyphens: none;
    }
    
a.wp-block-button__link {
	background-color: var(--red);
}

a.wp-block-button .wp-block-button__link:hover {
	background-color: var(--red);
	opacity: 0.75;
}

body, button, input, select, textarea {
    font-size: 1rem;
    }

.site-title {
	font-size: 1.5rem;
	display: none;
}

.site-description {
	font-size: 1rem;
	font-weight: 500;
	font-family: Montserrat, "Helvetica Neue", sans-serif;
}

.site-header {
	padding: 1em 4.5455% 2em 4.5455%;
}

ul, ol {
    padding: 0 1em;
}

/* Styles for Display Posts shortcodes */
.display-posts-listing.image-left .listing-item {
	overflow: hidden; 
	margin-bottom: 32px;
	width: 100%;
}

.display-posts-listing.image-left .image {
	float: left;
	margin: 0 16px 0 0;
}

.display-posts-listing.image-left .title {
	display: block;
	font-weight: bold;
	text-transform: capitalize;
}

.display-posts-listing.image-left .excerpt-dash { 
	display: none; 
}

.display-posts-listing .date { 
	display: block;
	font-size: smaller;
	padding-bottom: .5em;
	margin-bottom: .5em;
	border-bottom: 1px dotted;
}
/* */