/*
You can add your own CSS here.

Click the help icon above to learn more.
*/
/*
Allow the copyright line to stay one one line
*/
.saved-footer-has-menu #saved-footer-icons-notice { width: 50%; }

/*EDFW  for responsive oEmbeds as recommended on https://www.smashingmagazine.com/2014/02/making-embedded-content-work-in-responsive-design/ 
Tried this but it didn't work
iframe {
    max-width: 100%; 
}
*/
/* Turn off 'underlining' with links - it was actually a bottom border on a box around the link text. I've added back underlining for hovering, which makes the line closer to the text.
.saved-entry-full-content a:not(.saved-icon):not(.saved-button), .saved-entry-content-inner a:not(.saved-icon):not(.saved-button), .saved-entry-full-meta a:not(.saved-icon):not(.saved-button), .saved-entry-full-footer a, .saved-entry-short-title a, .saved-entry-compact-right h3 a, .saved-comments a, .saved-map-section a, #respond a, .textwidget a, .widget_ctfw-giving a, .widget_mc4wp_form_widget a, .saved-image-section-text a, .saved-bg-section-text a, a .saved-sticky-item-title, #saved-sticky-content-custom-content a, .saved-colored-section-title a, .mce-content-body a {
    border-width: 0 0 0 0;
    border-top-width: 0px;
    border-right-width: 0px;
    border-bottom-width: 0px;
    border-left-width: 0px;
    border-style: solid;
}
a:hover {
	text-decoration: underline;
}	
*/
#saved-content a {
	color: #136db5;
	border-bottom: 0;
}
#saved-content a:hover {
	text-decoration: underline; }

/* make form 'submit' button text appear blue 
*/
.saved-entry-content a:hover:not(.saved-button), .saved-entry-compact-right a:hover, .saved-entry-full-meta a:hover, .saved-button.saved-button-light:hover, .saved-buttons-list a.saved-button-light:hover, .saved-button:hover, .saved-buttons-list a:hover, input[type=submit]:hover, .widget_tag_cloud a:hover, .saved-nav-left-right a:hover {
    color: #136db5 !important;
}

/* use an MDI camera image as icon for Flickr and an mdi-email image as icon for the contact page link
*/
a.mdi-web[href*="flickr.com"]::before {
content: '\F100';
}
a.mdi-web[href*="https://episcopaldiocesefortworth.org/contact/"]::before {
content: '\F1ee';
}
