.center-absolute, .widget .center {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%); }

.background-image-cover, .background-image-contain, .content-item .post-image {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat; }

.background-image-contain {
  background-size: contain; }

.padding {
  padding: 15px; }

.flex-container {
  display: flex; }

body {
  font-size: 1.1em;
  font-family: "Open Sans", sans-serif;
  color: #333;
  background-color: #fff; }

#content a {
  color: #3284BB; }
  #content a:visited {
    color: #3c91cb; }
  #content a:hover {
    color: #2d76a7; }

#header {
  background-color: #3284BB; }
  #header, #header a, #header a:hover, #header a:visited {
    color: #fff; }

#footer {
  background-color: #3284BB; }
  #footer, #footer a, #footer a:hover, #footer a:visited {
    color: #fff; }

#header {
  min-height: 90px; }

#header > .sidebar,
#footer > .sidebar {
  padding: 15px 0px; }
  #header > .sidebar > .container .widget,
  #header > .sidebar > .container-fluid .widget,
  #footer > .sidebar > .container .widget,
  #footer > .sidebar > .container-fluid .widget {
    display: block;
    margin-bottom: 15px; }
    #header > .sidebar > .container .widget:last-child,
    #header > .sidebar > .container-fluid .widget:last-child,
    #footer > .sidebar > .container .widget:last-child,
    #footer > .sidebar > .container-fluid .widget:last-child {
      margin-bottom: 0px; }

@media (min-width: 768px) {
  #header > .sidebar > .container,
  #header > .sidebar > .container-fluid,
  #footer > .sidebar > .container,
  #footer > .sidebar > .container-fluid {
    display: flex;
    flex-flow: row wrap; }
    #header > .sidebar > .container .widget,
    #header > .sidebar > .container-fluid .widget,
    #footer > .sidebar > .container .widget,
    #footer > .sidebar > .container-fluid .widget {
      flex: 1;
      margin: 0px; } }
.footer-bottom {
  font-size: 0.95em; }

body {
  display: flex;
  min-height: 100vh;
  flex-direction: column; }

main#content {
  flex: 1; }

.message {
  padding: 7.5px;
  border-radius: 3px; }

.content-container {
  padding-top: 15px;
  padding-bottom: 15px; }

.content-item header {
  margin-bottom: 15px; }
  .content-item header .content-title {
    margin-top: 0px;
    margin-bottom: 15px; }
.content-item .post-image {
  height: 270px; }

.widget {
  position: relative; }

.message {
  padding: 7.5px;
  border-radius: 3px; }

.content-container {
  padding-top: 15px;
  padding-bottom: 15px; }

.content-item header {
  margin-bottom: 15px; }
  .content-item header .content-title {
    margin-top: 0px;
    margin-bottom: 15px; }
.content-item .post-image {
  height: 270px; }

/*# sourceMappingURL=e-avenue-loki.css.map */
