/*
Template: businesspress
Theme Name: BusinessPress Child
*/

body {
  background-color: rgba(252, 252, 225, 1);
}
a {
  text-decoration: none;
}
.main-header,
.main-header-clone,
.main-header-clone-show {
  background-color: rgba(252, 252, 225, 0.9);
}

.home-header {
  background-color: #fff;
}

.home-header-title,
.home-header-text,
.jumbotron-title {
  color: #020101;
  color: rgb(225, 23, 57);
  /* font-size: 2.25rem;
    letter-spacing: -0.03em;
    margin-bottom: 0;
    margin-top: 0; */
  text-shadow: 1px 1px 1px #ccc;
  text-shadow: 1px 1px 0 #fff, -1px -1px 0 #fff, -1px 1px 0 #fff,
    1px -1px 0 #fff, 0px 1px 0 #fff, 0-1px 0 #fff, -1px 0 0 #fff, 1px 0 0 #fff;
  /* background-color: rgba(255, 255, 255, 0.5); */
}
.home-header-text {
  padding-left: 40px;
  text-shadow: 1px 1px 0 #fff, -1px -1px 0 #fff, -1px 1px 0 #fff,
    1px -1px 0 #fff, 0px 1px 0 #fff, 0-1px 0 #fff, -1px 0 0 #fff, 1px 0 0 #fff;
}

.home .home-header-overlay,
.home .jumbotron-overlay {
  background-color: rgba(255, 255, 255, 0);
  /* min-height: 740px; */
}
.home h1,
.home h2 {
  /* text-shadow: 1px 1px 0 #fff, -1px -1px 0 #fff, -1px 1px 0 #fff,
    1px -1px 0 #fff, 0px 1px 0 #fff, 0-1px 0 #fff, -1px 0 0 #fff, 1px 0 0 #fff; */
  text-shadow: 4px 4px 5px #949494;
  font-size: 2em;
}

.home h1::before {
  content: "";
  display: inline-block;
  top: 0;
  left: 0;
  width: 200px;
  height: 50px;
  background-color: rgba(255, 255, 255, 0.5);
  background-image: url("./assets/images/logo2-1.png");
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  margin-right: -60px;
}

.site-header .jumbotron {
  background-size: contain;
  background-repeat: no-repeat;
  background-color: rgba(255, 255, 255, 1);
}
/* .page-id-1138 .jumbotron {
  background-image: url(./assets/images/4.png);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  background-color: #fff;
} */
.jumbotron-overlay {
  background-color: rgba(255, 255, 255, 0);
  min-height: 480px;
}

.widget_recent_entries li {
  margin-bottom: 0.2em;
  padding-bottom: 0.2em;
  margin-left: 1rem;
}
.widget li {
  margin-bottom: 0.2em;
  margin-left: 1rem;
}
.widget {
  margin-bottom: 0.5rem;
}
@media screen and (min-width: 961px) {
  .home .home-header-overlay,
  .home .jumbotron-overlay {
    min-height: 740px;
  }
  .home-header-title,
  .home-header-text,
  .jumbotron-title {
    position: relative;
    top: -78px;
  }
}

@media screen and (min-width: 767px) {
  .home-header-title,
  .home-header-text,
  .jumbotron-title {
    position: relative;
    top: -78px;
  }
}
