/* WordPress Theme Overrides for Eduhas-based WAIWAVE */

/* Breadcrumb fallback background (uses bundled bg image) */
.breadcrumb-area {
  background: url('assets/images/bg/bg-03.jpg') center center no-repeat;
  background-size: cover;
  position: relative;
}
.breadcrumb-area::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background: rgba(23, 23, 23, 0.8);
}
.breadcrumb-area > .container {
  position: relative;
  z-index: 1;
}

/* Logo sizing */
.logo-area img,
.logo-area .custom-logo {
  max-height: 70px;
  width: auto;
}

.footer-logo img,
.footer-logo .custom-logo {
  max-height: 60px;
  width: auto;
}

/* Main menu list reset (WordPress markup) */
.main-navigation ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.main-navigation .sub-menu,
.main-navigation .children {
  padding: 0;
}

/* Footer widget blocks */
.footer-single-block .widget,
.footer-block .widget {
  margin-bottom: 20px;
}

/* Content area */
.content-area {
  padding-bottom: 60px;
}

.site-main {
  padding: 60px 0;
}

.site-main .post {
  margin-bottom: 50px;
}

/* Blog / page entry styling */
.entry-content img {
  max-width: 100%;
  height: auto;
}

.entry-title {
  margin-bottom: 15px;
}

.entry-title a {
  color: #222;
}

.entry-title a:hover {
  color: #ff5951;
}

/* Widgets in sidebar */
.widget-title {
  font-size: 20px;
  margin-bottom: 20px;
}

.widget ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.widget ul li {
  padding: 8px 0;
  border-bottom: 1px solid #f1f1f1;
}

/* Search form in widgets */
.search-form input[type="search"],
.search-form input[type="text"] {
  width: 100%;
  padding: 10px;
  border: 1px solid #ddd;
}

/* Buttons */
.btn {
  display: inline-block;
  padding: 12px 30px;
  background: #ff595e;
  color: #fff;
  border-radius: 4px;
  font-weight: 600;
}

/* Scroll top link */
#scrollUp {
  z-index: 999;
}

/* Pagination current state (WP paginate_links) */
.pagination-box li .page-numbers.current,
.pagination-box li span.page-numbers.current {
  color: #ffffff;
  background: #ff5951;
  border: 1px solid #ff5951;
}

/* Fix WP alignment utilities */
.alignright { float: right; margin: 0 0 20px 20px; }
.alignleft { float: left; margin: 0 20px 20px 0; }
.aligncenter { display: block; margin: 0 auto 20px; }
.wp-caption { max-width: 100%; }
.sticky { display: block; }


.menu-footer-1-container a {
    color: #fff;
}
.is-sticky .custom-logo {
    max-height: 40px;
}

.aigpl-inr-wrp img {
    height: 200px !important;
    width: 100% !important;
}

.aigpl-inr-wrp .aigpl-img-link{
    display:block !important;
}
.aigpl-album-design-1 .aigpl-img-wrp {
    position: relative;
    height: 200px;
    width: 100%;
}

.home .vc_row {
    margin-left: 0;
    margin-right: 0;
}