#top-signup-area{
  color:#FFFFFF;
  padding:30px 0 50px;
  background-image:url('/wp-content/uploads/top_signup_area_bg.webp');
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

#top-signup-area h1{
  color:#e3b31f;
}

@media(max-width:992px){
  #top-signup-area h1{
    color:#e3b31f;
    font-size: 24px;
    line-height: 28px;
  }
}

.side-bar #form-response h1{
  padding-top:0 !important;
}

#top-signup-area .form-lead-call{
  background: rgba(0,0,0,0.3);
  border-radius:8px;
}

@media(max-width:1200px){
  .form-lead-call{
    padding-right: 30px !important;
    padding-left: 30px !important;
  }
}



img.filter-blur:hover{
  filter: blur(0px);
  -webkit-filter: blur(0px);
  transform: scale(1.1);
}

.logo-top{

}

@media(max-width:992px){
  .logo-mobile-small{
    width:100px;
    height:28px;
  }
}


/* FAQ */
.faq-question {
    padding: 15px 20px;
    border-bottom: 1px solid #ddd;
}

.faq-question h3 {
    font-weight:500;
    cursor: pointer;
}

.faq-answer {
    display: none;
    padding-top: 10px;
}

.faq-question.active {
    background-color: #f8f8f8;
}

.faq-question h3:after {
    content: '+';
    float: right;
    border: 2px solid #757575;
    border-radius: 50%;
    height: 26px;
    width: 26px;
    text-align: center;
    color:#757575;
}

.faq-question.active h3:after {
    content: '-';
    border: 2px solid #757575;
    border-radius: 50%;
    height: 26px;
    width: 26px;
    text-align: center;
    color:#757575;
}

/* Gallery Grid */

#gallery_grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: repeat(2, 1fr);
  grid-column-gap: 20px;
  grid-row-gap: 5px;
}

.gallery_img_1 { grid-area: 1 / 1 / 3 / 3; }
.gallery_img_2 { grid-area: 1 / 3 / 2 / 4; }
.gallery_img_3 { grid-area: 2 / 3 / 3 / 4; }

/* SIDEBAR LIST ARTICLES */
#side-list-articles a, #list-articles a{
  color:#000000;
  text-decoration:none;
}

#side-list-articles .sidebar-post{
  border-bottom:1px solid #ccc;
  display:block;
}

@media(max-width:992px){
  #side-list-articles .sidebar-post{
    border-bottom:0;
  }
}

#list-articles .article-element{
  width: calc(25% - 20px);
  margin-right: 20px;
  border-radius:4px;
  background-color:#FFFFFF;
}

@media(max-width:992px){
  #list-articles .article-element{
    margin-right: 0;
    margin-bottom:20px;
  }
}

.slick-prev:before, .slick-next:before{
  color:#000000 !important;
  font-size: 30px !important;
}

.slick-prev, .slick-next{
  width:30px !important;
  height:30px !important;
}

.slick-next {
    right: -45px !important;
}

.slick-prev {
    left: -45px !important;
}

@media(max-width:992px){
  .slick-next {
      right: 15px !important;
      z-index: 9999;
  }

  .slick-prev {
      left: 15px !important;
      z-index: 9999;
  }

  .slick-prev:before, .slick-next:before{
    color:#FFFFFF !important;
  }
}
