body {
  font-family: "Roboto Slab", serif !important;
  margin: 0 auto;
}
/*body .container {
  padding: 0 20px;
  max-width: 1440px;
  margin: 0 auto;
}*/
body a {
  text-decoration: none;
  color: inherit;
  transition: 0.2s ease;
}
body a:visited {
  color: inherit;
}
body a:hover {
  color: #fdba14;
}
body.post, body.page, body.blog {
  margin: 0 auto;
}

#masthead {
  padding: 15px 0;
  background: #053800;
  color: #fff;
}
#masthead .site-title {
  margin: 0;
  padding: 0;
  font-size: 22px;
  line-height: 120%;
  color: #fdd061;
}
#masthead .site-description {
  margin: 0;
  padding: 0;
  font-size: 28px;
  line-height: 120%;
  font-weight: 700;
}
#masthead .container {
  display: flex;
  justify-content: space-between;
}
#masthead .hd-left {
  display: flex;
  align-items: center;
}
#masthead .hd-left .hd-tag {
  padding-left: 15px;
}
#masthead .hd-left .custom-logo {
  max-width: 100px;
  display: block;
}
#masthead .hd-left .custom-logo-link {
  display: block;
}
#masthead .hd-right {
  display: flex;
  align-items: flex-end;
  flex-direction: column;
  justify-content: space-between;
  font-family: "Roboto Condensed", sans-serif;
}
#masthead .hd-right .hd-info {
  display: flex;
}
#masthead .hd-right .hd-info i {
  padding-right: 3px;
}
#masthead .hd-right .hd-email {
  margin-left: 20px;
}
#masthead #primary-menu > li {
  margin-left: 15px;
  padding-top: 15px;
  background-image: url("dev-images/hd-li-bg.png");
  background-repeat: repeat-x;
  background-position: 0 -10px;
  transition: 0.2s ease;
}
#masthead #primary-menu > li .sub-menu {
  flex-direction: column;
  background: #fdba14;
}
#masthead #primary-menu > li .sub-menu li {
  padding: 5px;
  border-top: 1px solid #404040;
}
#masthead #primary-menu > li .sub-menu li:hover {
  background: #404040;
}
#masthead #primary-menu > li .sub-menu li:hover a {
  color: #fdba14;
}
#masthead #primary-menu > li.current-menu-item, #masthead #primary-menu > li.current_page_parent, #masthead #primary-menu > li:hover {
  background-position: 0 0;
}
#masthead #primary-menu > li.current-menu-item > a, #masthead #primary-menu > li.current_page_parent > a, #masthead #primary-menu > li:hover > a {
  color: #fdba14;
}
#masthead #primary-menu > .menu-item-has-children > a {
  display: flex;
  align-items: center;
}
#masthead #primary-menu > .menu-item-has-children > a::after {
  font-family: "FontAwesome";
  content: "\f078";
  margin-left: 7px;
  font-size: 14px;
  display: inline-block;
  transition: all 0.2s ease;
}
#masthead #primary-menu > .menu-item-has-children:hover > a::after {
  transform: rotate(-90deg);
}
#masthead #primary-menu a {
  font-size: 20px;
  font-family: "Roboto Condensed", sans-serif;
  text-transform: uppercase;
}

.banner-image {
  display: block;
  max-width: 100%;
  margin: 0 auto;
}

.site-footer {
  padding: 25px 0;
  border-top: 5px solid #fdba14;
  background: #053800;
  color: #fff;
}

.ft-top .container {
  display: flex;
  justify-content: space-between;
}
.ft-top .ftt-left {
  margin-right: 30px;
}
.ft-top .ftt-right {
  flex-grow: 0.8;
}
.ft-top .ftc-item {
  margin: 8px 0;
}
.ft-top .ftc-item i {
  margin-right: 8px;
}
.ft-top .ft-contact h2 {
  margin: 0 auto 15px auto;
  padding-bottom: 10px;
  border-bottom: 3px solid #fdba14;
}
.ft-top .ft-social {
  margin-top: 15px;
  margin-bottom: 0;
  font-size: 26px;
  line-height: 120%;
}
.ft-top .ft-copyright {
  margin-top: 15px;
  text-align: right;
  font-family: "Roboto Condensed", sans-serif;
  font-size: 12px;
}
.ft-top .ft-copyright p {
  margin: 0 auto;
}

#primary .container {
  display: flex;
  justify-content: space-between;
}
#primary .post-sidebar {
  margin-left: 45px;
  padding: 40px 0;
  font-family: "Roboto Condensed", sans-serif;
}
#primary .post-sidebar h2 {
  color: #053800;
  padding-bottom: 10px;
  border-bottom: 3px solid #404040;
}
#primary .post-sidebar .wp-block-search__label {
  display: none;
}
#primary .post-sidebar ul {
  margin-left: 25px;
  list-style: none;
  padding: 0;
}
#primary .post-sidebar ul li {
  margin-bottom: 15px;
}
#primary .nav-links {
  border-top: 3px solid #404040;
  padding-top: 15px;
  font-family: "Roboto Condensed", sans-serif;
}
#primary .nav-links .nav-subtitle {
  display: block;
}

.post-edit-link {
  display: inline-block;
  padding: 2px 5px;
  background: #053800;
  color: #fff;
  border-radius: 2px;
  margin-left: 10px;
  font-family: "Roboto Condensed", sans-serif;
}
.post-edit-link:visited {
  color: #fff;
}
.post-edit-link:hover {
  color: #fdd061;
}

.single-excerpt {
  margin-bottom: 40px;
}
.single-excerpt h2 {
  margin-bottom: 5px;
  color: #053800;
}
.single-excerpt .entry-summary p {
  margin-bottom: 10px;
}
.single-excerpt .entry-meta {
  font-family: "Roboto Condensed", sans-serif;
}
.single-excerpt .rm-btn {
  font-family: "Roboto Condensed", sans-serif;
  text-align: right;
}
.single-excerpt .rm-btn a {
  display: inline-block;
  background: #fdba14;
  color: #404040;
  padding: 5px 12px;
  text-transform: uppercase;
  border-radius: 3px;
  border: 1px solid #404040;
}
.single-excerpt .rm-btn a:hover {
  color: #000;
  border: 1px solid #000;
}
.single-excerpt .rm-btn a span {
  margin-right: 3px;
}

.fp-news {
  padding: 40px 0;
}
.fp-news .fpn-title {
  font-size: 40px;
  margin: 0 auto;
  color: #053800;
  width:100%;
}
.fp-news .fpn-boxes {
  margin-top: 10px;
}
.fp-news .fpn-boxes .fpn-box .fpn-box-wrap{
  box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.5);
  border-radius: 5px;
  height: 100%;
  display:flex;
  flex-direction: column;
}
.fp-news .fpn-boxes .fpn-box .fpn-title {
  background: #053800;
  color: #fff;
  padding: 20px 10px;
  border-radius: 5px 5px 0 0;
  display: flex;
  flex-direction: column;
  min-height: 160px;
  justify-content: space-between;
}
.fp-news .fpn-boxes .fpn-box .fpn-title h4 {
  margin: 0 auto;
  padding: 0;
  font-size: 16px;
  width: 100%;
}
.fp-news .fpn-boxes .fpn-box .fpn-title h4 i {
  margin-right: 10px;
  font-size: 20px;
}
.fp-news .fpn-boxes .fpn-box .fpn-post-info {
  font-size: 12px;
  margin-top: 10px;
}
.fp-news .fpn-boxes .fpn-box .fpn-post-info p {
  margin: 0 auto;
  color: #fdd061;
}
.fp-news .fpn-boxes .fpn-box .fpn-post-info p i {
  margin-right: 5px;
}
.fp-news .fpn-boxes .fpn-box .fpn-content {
  padding: 20px;
  display: flex;
  flex-direction: column;
  justify-content: end;
  height: 100%;
}
.fp-news .fpn-boxes .fpn-box .fpn-content p {
  margin: 0 auto;
  padding: 0;
  font-family: "Roboto Condensed", sans-serif;
  text-align: justify;
}
.fp-news .fpn-boxes .fpn-box .fpn-rm {
  margin-top: 20px;
  color: #000;
  text-align: right;
}
.fp-news .fpn-mn {
  text-align: center;
  margin-top: 15px;
}
.fp-news .fpn-mn a {
  display: inline-block;
  background: #053800;
  color: #fff;
  padding: 8px 20px;
  border-radius: 4px;
  font-size: 20px;
  font-weight: 700;
}
.fp-news .fpn-mn a:hover {
  background: #fdba14;
  color: #404040;
}

.rm-btn {
  display: inline-block;
  background: #053800;
  font-family: "Roboto Condensed", sans-serif;
  border-radius: 2px;
  padding: 5px 9px;
  line-height: 100%;
  color: #fff;
}
.rm-btn span {
  text-transform: uppercase;
  margin-right: 5px;
}
.rm-btn:visited {
  color: #fff;
}
.rm-btn:hover {
  color: #fdba14;
}

.rm-btn-container {
  text-align: right;
}

@media screen and (max-width: 720px) {
  #masthead .site-description {
    font-size: 20px;
  }
  #masthead .site-title {
    font-size: 16px;
  }
  #masthead #primary-menu a {
    font-size: 18px;
  }

  .fp-news .fpn-boxes {
    flex-direction: column;
  }
  .fp-news .fpn-boxes .fpn-box .fpn-title {
    display: block;
    text-align: left;
    min-height: 0;
  }
  .fp-news .fpn-boxes .fpn-box .fpn-post-info {
    display: flex;
    justify-content: flex-start;
  }
  .fp-news .fpn-boxes .fpn-box .fpn-post-info p {
    margin: 0 30px 0 0;
  }

  #primary .container {
    display: block;
  }
  #primary .post-sidebar {
    margin-left: 0;
  }
}
@media screen and (max-width: 580px) {
  #masthead .container {
    display: block;
  }
  #masthead .hd-right {
    display: block;
  }
  #masthead .hd-right .hd-info {
    margin: 0 15px 15px 15px;
    justify-content: space-around;
  }
  #masthead #primary-menu > li {
    margin-left: 0;
  }
  #masthead #primary-menu > li.current-menu-item {
    background-position: 0 -10px;
  }
  #masthead #primary-menu > li .sub-menu {
    float: none;
    position: static;
    margin-left: 15px;
    background: none;
    box-shadow: none;
  }
  #masthead #primary-menu > li .sub-menu li:first-child {
    border-top: none;
  }

  .ft-top .container {
    display: block;
  }
  .ft-top .ftt-left {
    margin-right: auto;
    margin-bottom: 20px;
  }

  .menu-toggle {
    width: 100%;
    text-align: right;
    text-transform: uppercase;
    background: #fdba14;
    border-color: #404040;
  }
  .menu-toggle i {
    margin-left: 5px;
  }
}
@media screen and (max-width: 420px) {
  #masthead .site-description {
    font-size: 16px;
  }
  #masthead .site-title {
    font-size: 15px;
  }
  #masthead .hd-left .custom-logo {
    max-width: 80px;
  }
  #masthead .hd-right .hd-info {
    display: block;
    text-align: center;
  }
  #masthead .hd-right .hd-email {
    margin-left: 0;
  }

  .fp-news {
    padding: 20px 0;
  }
  .fp-news .fpn-title {
    font-size: 30px;
  }
  .fp-news .fpn-boxes .fpn-box {
    margin: 0 0 15px 0;
  }
  .fp-news .fpn-boxes .fpn-box .fpn-post-info {
    display: block;
  }
}
.post-navigation {
  clear: both;
}

.entry-meta {
  font-family: "Roboto Condensed", sans-serif;
  margin-bottom: 15px;
}

/*# sourceMappingURL=custom-style.css.map */


.post-maink,.site-main {
  padding-top:3rem;
}


.fpn-title-wrap{
  position: relative;
}

.fpn-title{
  z-index: 30;
  position: relative;
  background: none !important;
}

.fpn-title-background{
  position: absolute;
  left:0;
  top:0;
  width:100%;
  height: 100%;
  z-index: 10;
  background-repeat: no-repeat;
  background-size:100% auto;
  background-position: 50% 50%;
  filter: grayscale(100%);
  transition: all 7s ease-in;
}

.fpn-title-solid-background{
  position: absolute;
  left:0;
  top:0;
  width:100%;
  height: 100%;
  z-index: 20;
  background: #053800;
  mix-blend-mode: multiply;

}

.fpn-box-wrap:hover .fpn-title-background{
   background-size:140% auto;
}