/* Repeated Css  */
.hr-shadow.wp-block-separator {
    box-shadow: 0px 0px 1px 1px #35855d0f;
}

.blogPost-shadow .wp-block-group {
    box-shadow: 0 0 4px 0px #35845d45;
}

.blog-shadowNRadius {
    border-radius: 10px;
    overflow: hidden;
	 box-shadow: 0 0 4px 0px #35845d45;
}



/* Repeated CSS Ends */
/* Header */
.header--search-row .wp-block-search__inside-wrapper {
    min-width: calc(45vw - 20%);
    background: #fff;
    box-shadow: 0 0 0 1px rgba(0,0,0,.1), 0 2px 4px 0 rgba(0,0,0,.16);
    border-radius: 4px;
}

@media (max-width: 520px) {
	.d-none--m {
    display: none;
}
	.header-content .wp-block-column:nth-child(2) {
    flex-basis: 75% !important;
}
	.header-content .wp-block-column:first-child {
    flex-basis: 12% !important;
}
}

@media (min-width: 768px) {
	.siteLogo img {
    width: 50px;
}
	.header-content {
    gap: 0 !important;
}
}

/* Header Ends */

/* home  */
.home-blog a {
    text-decoration: none !important;
}

.authNameNone .wp-block-post-author__content {
    display: none;
}

.home--imgOText {
    position: relative;
}

.home--imgOText h4.wp-block-heading {
    position: absolute;
    right: -4px;
    bottom: -4px;
    box-shadow: 0 0 4px 0px #35845d45;
    border-radius: 10px;
}

.home--imgOText img {
/*     width: 100%; */
    width: 450px;
    height: 450px;
    aspect-ratio: 1 /1;
    object-fit: cover;
}

@media (min-width: 767px) {
.home--imgOText h4.wp-block-heading {
    max-width: 56%;
    padding: 3.5rem;
}
	.home--imgOText img {
/*     width: 100%; */
    width: 450px;
    height: 450px;
    aspect-ratio: 1 /1;
    object-fit: cover;
}
	
.home-blog li.wp-block-post {
    padding: 8px;
}

.home-BrandSec .wp-block-column:last-child {
    padding-left: 4.5rem;
}
	
}



@media (max-width: 767px) {
	.home--imgOText h4.wp-block-heading {
/*     bottom: -2%; */
		 max-width: 65%;
}
}
@media (max-width: 820px) {	
.home--ctaBox .wp-block-column:last-child {
    max-width: 100%;
}
}

.home--imgOText figure.wp-block-image {
/*     margin-right: 0 !important; */
}
.home--imgOText figure.wp-block-image {
    text-align: left;
}

.home--gallery .wp-block-gallery img {
    width: 90px !important;
}

/* Home ends */
/* Footer */
.ftr-menu a.wp-element-button {
    line-height: 1;
}
.ftr-menu span.wp-block-navigation-item__label {
    color: #c8cbd7 !important;
}

/* Footer Ends */