
div#jp-relatedposts {
    display: none !important;
}

#faqs ul {
    margin-bottom: 15px;
}

.post-grid-thumbnail img {
    height: 220px;
    object-fit: cover;
}


.post-grid-text-wrap {
    padding: 0px 20px 20px 20px;
}

.single .sharedaddy {
	display: none !important;
} 

.site-logo.show {
    width: 220px;
}

.site-description.show {
  display: none !important;
}


p.gform_required_legend {
    display: none;
}


footer#site-footer {
    display: none;
}

input#input_1_1, input#input_1_3, input#input_1_4, input#input_1_5 {
    border: 1px solid #E3E2E2;
    border-radius: 10px;
    padding: 14px 15px;
   	background: transparent;
}

textarea#input_1_6 {
    border: 1px solid #E3E2E2;
    border-radius: 10px;
    padding: 14px 15px;
	  height: 140px;
    background: transparent;
}
input#gform_submit_button_1 {
    min-width: 80px;
    min-height: 48px;
    width: 100%;
    align-items: center;
    justify-content: center;
    outline: 0;
    border: 0;
    margin: 0;
    cursor: pointer;
    vertical-align: middle;
    font-size: 16px;
    font-weight: 500;
    line-height: 20px;
    text-decoration: none;
    padding: 14px 30px;
    border-radius: 10px;
    background-color: #2196F3;
    color: #fff;
}


div#faqs .elementor-accordion-item {
    border-bottom: 1px solid #d5d8dc;
}

div#faqs .elementor-accordion-item a {
   color: #2196f3
}

section#p11 p {
    margin-bottom: 24px;
}


section#p11 h2 {
    margin-bottom: 5px;
}

section#p11 h3 {
    margin-bottom: 5px;
}




@media screen and (min-width: 768px) {
.page-header .entry-title, .site-footer .footer-inner, .site-footer:not(.dynamic-footer), .site-header .header-inner, .site-header:not(.dynamic-header), body:not([class*=elementor-page-]) .site-main {
    max-width: 1200px;
}

.min-153 .elementor-widget-container {
    height: 158px !important;
}

.min-131 .elementor-widget-container {
    height: 131px;
}

.min-155 .elementor-widget-container {
    height: 155px;
}


}


@media screen and (max-width: 768px) {
	html, body {
		overflow-x: hidden;
	}	
	br {
		display: none;
	}
	
.iris-featured-post a img {
    height: 200px;
    object-fit: cover;
}

}




/*Blog Post*/

.iris-blog-wrapper {
    display: flex;
    flex-direction: column;
    gap: 40px;
    max-width: 1000px;
    margin: 0 auto;
    padding: 60px 20px;
}

/* Featured post (first) */
.iris-featured-post {
    background: #2196f3;
    color: #fff;
    border-radius: 16px;
    padding: 30px;
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.4);
}

.iris-featured-image img {
    width: 100%;
    height: auto;
    border-radius: 12px;
    margin-bottom: 20px;
}

.iris-featured-meta {
    font-size: 16px;
    color: #fff !important;
    margin-bottom: 10px;
}

.iris-featured-title {
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 15px;
    line-height: 1.4;
	  color: #fff;
}

.iris-featured-title a {
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 15px;
    line-height: 1.4;
	  color: #fff !important;
}


.iris-featured-excerpt {
    font-size: 16px;
    color: #fff;
    line-height: 1.6;
    margin-bottom: 10px;
}

/* Standard blog posts */
.iris-blog-post {
    display: flex;
    flex-direction: column;
    background: #2196f3;
    color: #fff;
    border-radius: 14px;
    overflow: hidden;
    box-shadow: 0 0 20px rgba(0,0,0,0.2);
}

.iris-blog-image img {
    width: 100%;
    height: auto;
    object-fit: cover;
    display: block;
}

.iris-blog-content {
    padding: 20px;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.iris-meta {
    font-size: 16px;
    color: #fff;
}

.iris-title {
    font-size: 24px;
    font-weight: 700;
    margin: 0;
    line-height: 1.4;
}


.iris-title a {
    font-size: 24px;
    font-weight: 700;
    margin: 0;
    line-height: 1.4;
	 color: #fff !important;
}

.iris-excerpt {
    font-size: 16px;
    color: #fff;
    line-height: 1.6;
}

.iris-read-more {
    margin-top: 5px;
    color: #fff !important;
    text-decoration: underline;
    font-size: 16px;
	  font-weight: 700;
}

/* Pagination */
.iris-pagination {
    text-align: center;
    margin-top: 60px;
}

.iris-pagination ul {
    display: inline-flex;
    list-style: none;
    padding: 0;
    gap: 12px;
}

.iris-pagination li a,
.iris-pagination li span {
    display: block;
    padding: 8px 14px;
    background: #222;
    color: #fff;
    border-radius: 6px;
    text-decoration: none;
    font-size: 14px;
}

.iris-pagination li span.current {
    background: #555;
    font-weight: bold;
}

.iris-featured-meta {
    font-size: 14px;
    color: #aaa;
    margin-bottom: 10px;
}


/* Responsive tweaks */
@media (min-width: 768px) {
    .iris-blog-post {
        flex-direction: row;
    }

    .iris-blog-image {
        flex: 0 0 300px;
        max-height: 220px;
        overflow: hidden;
    }

    .iris-blog-image img {
        height: 100%;
    }

    .iris-blog-content {
        padding: 24px 30px;
        flex: 1;
    }
}
