/* ----------------------------------------------------------------
	Custom CSS

	Add all your Custom Styled CSS here for New Styles or
	Overwriting Default Theme Styles for Better Handling Updates
-----------------------------------------------------------------*/


/* add in equivalent of .col_last for news listing */
/*
.home_news div:nth-child(odd)  {
	margin-right: 0 !important;
	float: right;
	clear: right;
}
*/


/* NEWS SECTION */

.lead-block p {
	font-family: Lato,sans-serif;
	font-size: 18px;
	font-weight: 300;
	margin-bottom: 10px;
}

.lead-block:after {
    content: '';
    display: block;
    margin-top: 10px;
    width: 40px;
	border-top: 2px solid #444;
}

.img-caption {
	font-family: 'Crete Round', serif;
	font-size: 14px;
	font-style: italic;
	font-weight: 400;
}



/* WIDGET - ARCHIVE BY DATE */

.widget-archive-date ul li {
	margin-left: 15px;
}

/* SEARCH - Search results page */

.search-main .input-group {
	padding-top: 6px;

}

.search-main .input-group-lg > .form-control {
	background: #A8A385;
	border: none;
	border-radius: 0px;
	font-size: 1rem;
}

.search-main .input-group-lg > .form-control:not(textarea) {
	height: 32px;
}

.search-main ::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #706B50;
  opacity: 1; /* Firefox */
}

.search-main :-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #706B50;
}

.search-main ::-ms-input-placeholder { /* Microsoft Edge */
  color: #706B50;
}

/* Search results based on FAQS */
.faqs .toggle2 {
    border-bottom: 1px solid #EEE;
    padding-bottom: 12px;
    margin-bottom: 12px;
}

.toggle2 {
    display: block;
    position: relative;
    margin: 0 0 20px 0;
}

.toggle2 h3 {
	margin: 0px;
}


