/* ------------------------------------\ 
|            Modified Styles           |
\------------------------------------ */

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
		font-weight: 400;
}

.main-navigation a {
  text-decoration: none !important;
}

.main-navigation ul ul a {
  padding: 5px 32px 5px 20px;
}

.site-footer-bottom-bar {
	padding-bottom: 21px;
}

.site-footer-widgets {
	clear: both;
  padding: 0;
}

.site-footer-bottom-bar .site-footer-widgets .site-container {
	padding: 0
}

.site-footer-bottom-bar .site-footer-widgets .site-container > ul > li { 
	width: 100%; 
}

.site-footer-bottom-bar .site-footer-widgets ul li {
	padding-left: 0;
}

.blog-post-side-layout .post-loop-images {
  box-shadow: none;
}

.single .entry-thumbnail {
  text-align: left;
}

/* ------------------------------------\ 
|              Added Styles            |
\------------------------------------ */

h1.page-title {
  margin-bottom: 30px;
}

a:link {
  text-decoration: underline;
}

.single-post .hentry {
  border-bottom: transparent;
}

.main-image {
  float: left;
  margin-right: 15px;
}

.category-format {
  height: 75px;
  line-height: 75px; 	/* Used to Center the image vertically. */
  text-align: center;	/* Used to Center the image horizontally. */
  margin-right: 15px;
  margin-bottom: 15px;
}

.category-format img {
  vertical-align: middle;
}

.site-footer-bottom-bar .copyright {
	font-size: 13px;
	padding-top: 5px;
}

.bancorp-copyright {
  margin: 0 0 15px;
  padding: 6px 10px;
  text-align: center;
  font-size: 12px;
  background-color: #FCFCFC;
  -webkit-box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.08) inset;
  -ms-box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.08) inset;
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.08) inset;
  -ms-border-radius: 3px;
  border-radius: 3px;
}

.display-mobile {
  display: none;
}

.widget_search .search-submit {
    padding: 0;
    background-image: url("/wp-content/uploads/search_btn_bg.png") !important;
    background-repeat: no-repeat !important;
    background-position: center center !important;
    height: 33px;
    width: 34px;
    position: relative;
    right: 6px;
}

@media screen and (max-width: 438px) {
  .display-mobile {
    display: block;
  }
}