/**
 * Theme Name:     Acropolis Child
 * Author:         IntegritySTL
 * Template:       acropolis
 * Text Domain:	   acropolis-child
 * Description:    Description
 */



.faq-item {
     border-bottom: 0px solid #e5e5e5;
    margin-bottom: 12px;
}

.faq-question {
  width: 100%;
    text-align: left;
    background: #f7f9f9;
    border: none;
    outline: none;
    padding: 20px;
    font-size: 18px;
    font-weight: 400;
    cursor: pointer;
    position: relative;
    margin: 0;
    border-radius: 10px;
}

/* Plus icon */
.faq-question::after {
  content: "+";
  position: absolute;
  right: 20px;
  font-size: 22px;
  transition: 0.3s;
}

/* Active state */
.faq-item.active .faq-question::after {
  content: "−";
}

/* Answer */
.faq-answer {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s ease;
}

.faq-answer p {
  padding: 20px;
    font-size: 15px;
    line-height: 1.6;
    color: #555;
    margin-bottom: 0;
}

/* Active open */
.faq-item.active .faq-answer {
  max-height: 300px;
}

/* Responsive */
@media (max-width: 768px) {
  .faq-question {
    font-size: 18px;
        padding: 15px;
  }

  .faq-answer p {
    font-size: 14px;
  }
  .faq-wrapper {
	    padding: 20px;
	}
}
@media (max-width: 440px) {
.faq-question::after {
    right: 10px;
    top: 24px;
}
}
.home_main_content h2{
	font-family: Cinzel, Georgia, serif;
    font-size: 4em;
}

.home_main_container .home_main_content h2 span.hero_title
 {
    color: #d0a112;
}
.financial-advisors-heading{
	max-width: 100% !important;
	font-size: 36px !important;
	margin-bottom: 0 !important;
}

.newsarticle {
  background: #fff;
  padding: 20px;
  margin-bottom: 15px !important;
  border-radius: 10px;
  box-shadow: 0 3px 12px rgba(0,0,0,0.08);
  /*height: 100%;*/
  transition: 0.3s;
  display: flex;
  flex-direction: column;
  width: 100%;
}

.home_blog_roll .row, #primary .row{
  display: flex;
  flex-wrap: wrap;
}

.newsarticle h2 {
  font-size: 18px;
  margin-bottom: 10px;
}

.news_date {
  font-size: 14px;
  color: #666;
  margin-bottom: 10px;
}
.news_meta {
  margin-top: auto;
}


/* Flip Container */
.flip-box {
  perspective: 1000px;
  height: 100%;
  cursor: pointer;
}

/* Inner */
.flip-box-inner {
  position: relative;
  width: 100%;
  height: 100%;
  min-height: 350px;
  transition: transform 0.6s;
  transform-style: preserve-3d;
}

/* Hover Flip */
.flip-box:hover .flip-box-inner {
  transform: rotateY(180deg);
}

/* Front & Back */
.flip-box-front,
.flip-box-back {
  position: absolute;
  width: 100%;
  height: 100%;
  padding: 20px;
  border-radius: 12px;
  backface-visibility: hidden;
  box-shadow: 0 4px 15px rgba(0,0,0,0.08);
}

/* Front */
.flip-box-front {
  background: #ffffff;
}

/* Back */
.flip-box-back {
  transform: rotateY(180deg);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

/* Title */
.news_title {
  font-size: 26px;
  margin-bottom: 8px;
      margin-top: 0;
}
.services-boxes {
    margin-bottom: 20px;
}
.news_title a {
  text-decoration: none;
  color: #007066;
}
.date-info {
    color: #888 !important;
    text-align: left !important;
    padding-top: 0 !important;
}

/* Date */
.news_date {
  font-size: 13px;
  color: #888;
  margin-bottom: 10px;
}

/* Excerpt */
.news_excerpt {
  font-size: 15px;
  color: #333;
}

/* Equal Height Fix */
.row > [class*='col-'] {
  display: flex;
}

.flip-box {
  width: 100%;
}
.servise_home_blog_roll, .home_blog_roll, .home_faq_container {
    padding-top: 50px;
    padding-bottom: 50px;
}
.home_blog_roll {
    background: #f7f9f9 !important;
}

.blog-title-info, .servise-title-info {
    width: 100%;
    text-align: center;
}
.blog-title-info h2, .servise-title-info h2{
	font-size: 40px;
    font-weight: 600;
    margin-top: 0;
}
.faqs-title {
    text-align: center;
    font-size: 40px;
    font-weight: 600;
     margin-top: 0;
}
.blog-boxes {
    margin-bottom: 20px;
}
.after-banner-main {
    padding: 50px 0;
    background: #f7f9f9;
}

.after-banner-main p{
	margin-bottom: 0 !important;
	    padding: 20px;
	    font-size: 15px;
}