/*
You can add your own CSS here.

Click the help icon above to learn more.
*/

/* Link colour 
a {
    color: #d1a04b;
}
*/


.background-image {
    background-size: contain;
}
@media only screen and (max-width: 478px) {
.background-image {
background-size: contain;
}
}

.entry-content ul > li, .widget ul > li, .comment-content ul {
	list-style-type: none;
	padding:0px;
	margin:0px;
}

.attachment-thumbnail.size-thumbnail.wp-post-image {
	width:150px;
	height:150px; 
	object-fit:cover;
	list-style-type:none;
	padding:0px;

}

.wp-block-latest-posts .wp-block-latest-posts__post-title {
display: block;
margin-bottom: 10px;
margin-top: 0px;
text-decoration: none; 
font-size: 0.8em;
		text-align:center;
	padding:0px;

}

/* Link hover */
a:hover, a:focus, .view-more a:hover, .view-more a:focus, .entry-meta a:hover, .entry-meta a:focus, .content-area .entry-title a:hover, .content-area .entry-title a:focus, .archive-blog-wrapper .read-more a:hover, .news-ticker-title a:hover, .news-ticker-title a:focus, .featured-content-wrap .entry-title a:hover, .featured-content-wrap .entry-title a:focus, .main-navigation a:hover, .main-navigation a:focus, .main-navigation li:hover > a, .main-navigation li.focus > a {
color: #f2566c;
}

/*
.home .content-area .type-page .entry-title {
    display: none;
}
*/


/*
.entry-title {
   display: none;
}
*/

/*    font-family: Georgia;*/
.site-title {
    text-transform:uppercase;
    font-size:26px;
}

/* font-family: "Palatino",  serif; 
    color: #d1a04b;

*/
/* Navbar */
.menu a {
	text-transform:uppercase;	
	font-size: 18px; 

}

/* Default font 
body,
button,
input,
select,
textarea {
	font-family: "Palatino", serif;
    color:#ffffff
}
*/

/* Remove underline from links */

.entry-content a, 
.entry-summary a, 
.taxonomy-description a, 
.logged-in-as a, 
.comment-content a, 
.pingback .comment-body > a, 
.textwidget a {
    box-shadow: none;
}

/* Featured Content - subtitle */
.sub-title {
    font-family:"Palatino", serif;
    color: #CCC;
    font-size: 36px; 
}




h1, h2, h3, h4, h5, h6 .content-area .entry-title {
    color: #666;
}


/* Featured Content title 
h1, h2, h3, h4, h5, h6 {
    font-family:Palatino;
}
*/


/* font-family: "Palatino", sans-serif;
 * */
/* Featured Content link */
.entry-title a {
  
   font-size: 26px;
   font-weight: 500;
}

/* color: #d1a04b;*/

/* For Page Title 
#content .page .entry-title{
    font-size: 24px;
    font-family: Palatino;
    text-transform: uppercase;
}
*/

