/*
You can add your own CSS here.

Click the help icon above to learn more.
*/

/****** ARTICLE ******/
.td-post-content p {
    text-align: justify;
}

blockquote {
	border-top: 3px solid #b70e15;
	border-bottom: 3px solid #b70e15;
	padding-top: 1em !important;
	color: #b70e15;
}

/****** CALENDAR ******/
#tribe-events {
    padding: 2em;
}

input.tribe-events-button.tribe-no-param {
    background-color: #b70e15 !important;
}

#tribe-events-content .tribe-events-tooltip h4 {
		color: #b70e15;
}

#tribe-events .tribe-events-calendar td.tribe-events-present div[id*=tribe-events-daynum-], .tribe-events-calendar td.tribe-events-present div[id*=tribe-events-daynum-]>a {
    background-color: #b70e15;
}

/****** FRONT PAGE ******/

.front-categories .td-block-title span {
    font-size: 1.7em;
    text-transform: uppercase;
}

#cff.cff-default-styles {
	border: 1px solid #e2e2e2;
}

.td_module_17 .td-post-category {
	    background-color: #b70e15 !important;
    color: #fff;
}

/* .td-read-more a:hover {
    background-color: #b70e15 !important;
} */

/****** FOOTER ******/

.footer-text-wrap {
		margin-top: 10px;
		text-align: center;
}

.footer-text-wrap .block-title span {
		display: none;
}

.footer-text-wrap .block-title:after {
		content: 'HOURS AND LOCATION';
	color: #fff;
}

a.footer-hover:hover {
	color: #b70e15;
}

/***** FORM *****/
form.contact-form {
    border: 1px solid #e3e3e3;
    padding: 1em;
}

form.contact-form span {
	color: red;
}

/***** AD STUFF *****/
.ad-container {
  position: relative;
  width: 50%;
}

.image {
  display: block;
  width: 100%;
  height: auto;
}

.overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  opacity: 0;
  transition: .5s ease;
  background-color: #008CBA;
}

.ad-container:hover .overlay {
  opacity: 1;
}

.text {
  color: white;
  font-size: 20px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center;
}