
/* Hide header images on post pages | 7565461-zen | kA */
.single-post .header-image {
display: none;	
}

/* Featured image post background color | 7565461-zd (DH)*/
.single-post .post-thumbnail  {
  background-color: rgb(60, 65, 68);
}


/*
.post .single-post .entry-hero .post-thumbnail  {
  background-color: rgb(60, 65, 68);
  background-color: #555555;
}
*/

/*********************** Sylvie *************************/

/*************************Mobile ************************/
/* Hide featured content on mobile  */
@media (max-width: 1000px) {
    .featured-content {
    display: none;	
    }
}


/* Put a yellow border on header image on mobile */
@media (max-width: 1000px) {
.header-image {
	border: 1px ridge #fcb900;
}
}

/* Hide instagram photos on mobile */
@media (max-width: 1000px) {
	.wp-block-jetpack-instagram-gallery__grid .wp-block-jetpack-instagram-gallery__grid-post {
  display : none !important;
}
}

/************************************************************/

.widget-title, .widgettitle {
    font-size: 15px;
    line-height: 1.2;
    margin-bottom: 30px;
}

/* Change the color of the sharing label and tags  on left side of posts to yellow */

.tags-links a {
    color:  #ffb900;
}

.sd-title {
	color: #abb8c3;
}


/* DIsplay collapse/expand button on accordion */

.wp-block-coblocks-accordion-item__title
{
    display: list-item;
}
/* Reduce space between paragraphs */

p {
 margin-bottom: 15px;
}
/*Change accordion header to Yellow background an black letters*/

.has-red-background-color, .has-red-background-color:hover, .has-red-background-color:focus, .has-red-background-color:active {
    background-color: #fcb900;
	   color: black;
}
.has-white-color {
    color: var(--wp--preset--color--black) !important;
}
.wp-block-button__link:not(.has-background) {
    background: #fcb900;
    border-color: #fcb900;
	  color: black;
	  font-size: 0.6em;
}
.wp-block-coblocks-accordion-item__content{
	    border-color: #fcb900 !important;
}


/* Hide continue reading link */
.more-link {
	display: none;	
}

/*******************************maps-marker-pro ********************/
.maps-marker-pro {
	background-color:lightgray  ;
}
/* Change input text to black and background to white */
.maps-marker-pro
.mmp-list-search, 
.mmp-list-sort, 
.mmp-list-radius,
.mmp-list-location {
  color: black;  
}
/* Change Markers search input placeholder to orange  */
.maps-marker-pro 
.mmp-list-search::placeholder
{
    color:  #fca400;
}
/* Change Find Location input placeholder to orange  */
.maps-marker-pro 
.mmp-list-location::placeholder
{
  color:  #fca400;
}

/*************************** WPFORMs Contactus  ********************/ 

/*Change the color of Contact Us form Submit button to yellow from blue */

.wpforms-submit-container .wpforms-submit {
--wpforms-button-background-color: #ffb900;
--wpforms-button-text-color: black;
}
.wpforms-field-label 
{
	--wpforms-label-color: #ffb900;
	}

/* CHange mailpoet subscribe button shape to round */
.mailpoet_form .mailpoet_submit {
		border-radius: 20px;
	}
/* Make the email address' font smaller on side widget */
.mailpoet_paragraph  .mailpoet_text {
	font-size: 12px  !important;
}
/* Make Subscribe or submit button less wide */
.mailpoet_paragraph .mailpoet_submit {
	font-size: 10px  !important;
}

