/* WHEN YOU ARE DONE REMEMBER TO COPY THIS OVER TO YOUR NEW SITE */

/* make the logo slightly transparent */

#site-logo a {
    opacity: 0.65;
}

@media screen and (max-width: 990px) {
#site-logo img {
 max-height: 100%;
}
}

/* make the promo bg and button look nicer */

#promotion-message {
    background-color: #79c297;
    color: #fff;
}

#promotion-message .right a {
    background-color: #d2ca33;
    border: 0px;
    border-radius: 0px;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
	text-transform: uppercase;
}

#promotion-message .right a:hover {
    background-color: grey;
}

/* make the menus, widget headings, scroll and other bits a pale greeny blue */


#content .widget-title, #supplementary .widget-title {
    background-color: #79c297;
    color: #fff;
    padding: 10px;
}

#scrollup {
    background-color: #d2ca33;
}

#scrollup:hover {
    background-color: grey;
}

.nav-primary {
    background: #79c297;
 }
.nav-primary .menu a {
		color: white;
}

.nav-primary .menu .sub-menu a, .nav-primary .menu .children a {
    background: #79c297;
 }


#header-toggle-sidebar {
    background: #79c297;
}

/* remove the image from the featured content and make the bg green */


#featured-content {
	background-image: none;
	background-color: #8fbf29;
}

/* hide the theme credits and tidy footer */

#site-generator {
    background-color: #79c297;
    color: #fff;
}

#footer-right-content {
 visibility: hidden;
}

#promotion-message h2 {
    font-family: expo-sans-pro, sans-serif;
    font-weight: 600;
	font-variant: petite-caps;
	font-size: 40px;
}

.entry-title, .entry-title a {
   font-family: expo-sans-pro, sans-serif;
    font-weight: 400;
    font-variant: petite-caps;		
}

#featured-heading {
	color: #fff;
    text-align: center;
    background: #79c297;
    display: inline;
    padding: 20px;
    font-weight: 600;
		text-align: left!important;
	
}

#featured-content h2.entry-title::after {
    content: ' :';
}

.entry-container .entry-title, .entry-container .entry-title a  {
    color: #fff;
    text-align: center;
    background: #d2ca33;
    padding: 5px;
    font-weight: 600;
		/*text-align: left!important;*/
}

/* testing */

.logo-trans-bg {
	background-image: url('https://www.scottishcommunitiescan.org.uk/wp-content/uploads/2019/01/CCF-Awards-2018-Philip-Revell-panel-discussion.jpg');
}
