/* home page slider  // 	 */

.home .elementor-section.elementor-section-boxed>.elementor-container {
    max-width: 1440px;
}


/* new stories page start  */


/* header start  */

.site-header .gds-cr {
    position: relative;
    margin-left: 15px;
    border-radius: 40px;
    padding: 13px 48px;
    font-weight: 600;
    font-size: 1rem;
    line-height: 1.5rem;
    max-width: 382px;
    appearance: none;
    -webkit-appearance: none;
    color: #9ca3af;
}

.site-header .elementor-button:hover,
a:hover {
    text-decoration: none;
}

.destination_wrapper {
    position: relative;
}

.destination_wrapper::before {
    content: "";
    position: absolute;
    left: 29px;
    background-image: url(../images/serch-icon.svg);
    background-repeat: no-repeat;
    background-size: cover;
    width: 15px;
    height: 14px;
    top: 50%;
    z-index: 1;
    transform: translateY(-50%);
    filter: brightness(0) saturate(100%) invert(89%) sepia(11%) saturate(191%) hue-rotate(177deg) brightness(93%) contrast(82%);
}

.site-header .elementor-button {
    background: #599d4d;
    border-radius: 30px;
    font-size: 1rem;
    line-height: 1.5rem;
    font-weight: 600;
    position: absolute;
    right: 5px;
    top: 50%;
    padding: 11px 28px;
    transform: translateY(-50%);
}


/* site-header */


/* header End  */

.blog-section {
    padding: 50px 0 20px;
    overflow-x: hidden;
    background: #eee;
}

.blog-col-wrapper {
    overflow: hidden;
    border-radius: 8px;
    height: 100%;
    background-color: #fff;
}

.blog-wrapper-row .col-sm-6 {
    margin-bottom: 30px;
}

.blog-col-wrapper ul,
.blog-col-wrapper ul li {
    margin: 0;
    padding: 0;
    list-style: none;
}

.blog-p-img a img {
    width: 50px;
    height: 50px;
    border-radius: 50%;
}

.blog-col-wrapper a {
    color: #333;
}

.blog-content-wr {
    padding: 26px 30px;
}

.blog-p-img {
    width: 50px;
    height: 50px;
    overflow: hidden;
    margin: -25px auto 0 20px;
}

.blog-content-wr ul {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.blog-content-wr ul li {
    margin-right: 15px !important;
}

.blog-content-wr h4 {
    margin-bottom: 15px;
}

.blog-content-wr a:hover {
    text-decoration: none;
}

.blog-content-wr h4:hover a {
    color: #548d3d;
}

.read-btn {
    color: #548d3d !important;
    font-weight: 700;
    display: inline-block;
    margin-top: 24px;
    border: 1px solid #548d3d !important;
    border-radius: 5px;
    font-size: 14px;
    line-height: 26px;
    padding: 3px 15px;
    transition: 0.4s;
}

.blog-content-wr ul li i {
    color: #548d3d;
    margin-right: 5px;
}

.blog-content-wr ul li:hover span a {
    color: #548d3d;
}

.read-btn:hover {
    color: #fff !important;
    background-color: #548d3d;
}

.blog-img-box a img {
    max-height: 230px;
    width: 100%;
    object-fit: cover;
    min-height: 230px;
}


/* new stories page End */


/* stories-details-new page start   */

.blog-single-page {
    height: 637px;
    position: relative;
}

.blog-single-bg {
    position: absolute;
    inset: 0;
    width: 100%;
    z-index: -1;
}

.blog-single-bg img {
    width: 100%;
    max-height: 637px;
    height: 100%;
    object-fit: cover;
}

.blog-single-page::before {
    content: "";
    position: absolute;
    inset: 0;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.3);
}

.blog-banner {
    position: absolute;
    bottom: 20px;
    text-align: center;
    width: 100%;
    background: rgba(0, 0, 0, 0.5);
    padding: 0 0 30px;
}

.banner-content ul {
    list-style: none;
    margin: 0;
}

ul.blog-grid-author {
    display: flex;
    justify-content: center;
    align-items: center;
}

.banner-content h1 {
    color: #fff;
}

.banner-content a {
    color: #fff;
}

.banner-content a:hover {
    text-decoration: none;
    color: #548d3d;
}

ul.blog-grid-author li {
    margin-right: 12px;
}

ul.blog-grid-author li a i {
    margin-right: 5px;
}

ul.breadcrumbs {
    margin-bottom: 16px;
}

.banner-content h1 {
    margin: 23px 0 18px;
}

.user-thum {
    width: 50px;
    height: 50px;
    margin: -27px auto 0;
    border-radius: 50%;
    overflow: hidden;
    border: 1px solid #fff;
}


/* .blog-single-content { padding: 30px 0 35px; background-color: #eee; } */

.blog-single-row,
.blog-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 50px;
    background-color: #fff;
    border: 1px solid #e3e3e3;
    border-radius: 8px;
}

.blog-container img {
    margin-bottom: 15px;
}

.blog-container h3 {
    color: #548d3d;
}

.blog-meat {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid #e3e3e3;
    padding-bottom: 14px;
    margin-top: 55px;
    margin-bottom: 30px;
}

.pull-left i {
    color: #000;
}

.pull-right i {
    margin-right: 5px;
}

.pull-right a {
    color: #7f7f7f;
}

.pull-right a:hover {
    color: #548d3d;
    text-decoration: none;
}

.next-prev-wr a {
    color: #363f48;
    border: 1px solid #363f48;
    border-radius: 3px;
    padding: 6px 15px;
    display: inline-block;
    font-size: 14px;
    font-weight: 400;
}

.next-prev-wr {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.next-prev-wr a:hover {
    color: #fff;
    text-decoration: none;
    background: #363f48;
}

.next-prev-wr a:last-child i {
    margin-left: 5px;
}

.related-post {
    text-align: center;
    background-color: #eee;
    padding-bottom: 40px;
}

.post-cover {
    text-align: left;
}

.post-content h4 {
    font-size: 15px;
    text-transform: uppercase;
    font-weight: 600;
}

.related-post .blog-container h3 {
    margin: 31px 0 50px;
}

.post-content a:hover {
    text-decoration: none;
    color: #333;
}

.post-content h4 a {
    color: #333;
}

.post-content a {
    color: #333;
}

.post-content p {
    margin-bottom: 8px;
}

.post-img a img {
    height: 237px;
    margin: 0 auto 15px;
    object-fit: cover;
}

.row.post-slider {
    max-width: 990px;
    margin: 0 auto 70px;
}

.related-post .blog-container {
    padding-bottom: 56px;
}

.post-slider .slick-dots li button {
    display: none;
}

.post-slider .slick-dots li {
    width: 10px;
    height: 10px;
    background: #ccc;
    opacity: 0.5;
}

.post-slider .slick-prev:before,
.post-slider .slick-next:before {
    color: #548d3d;
}

.post-slider .slick-dots {
    bottom: -54px;
}

.post-slider .slick-dots li.slick-active {
    opacity: 1;
}

.blog-single-content .container,
.related-post .container {
    max-width: 1200px;
}


/* stories-details-new page End */


/* Homepage Banner */

.elementor-section {
    overflow: hidden !important;
}

.d-none {
    display: none !important;
}

#post-17 .inside-article {
    padding: 0px 0px 40px 0px;
    margin-left: -15px;
    margin-right: -15px;
}

#post-17 .entry-content {
    margin-top: 0;
}

#post-17 .inside-article .elementor-element-populated {
    border-radius: 0;
}

.elementor-section-wrap .elementor-section.footer_value_preposition {
    background-color: #ebf3f1 !important;
}

.elementor-section-wrap .elementor-section.main-footer-wrap {
    background-color: #d9e5e2 !important;
}

.elementor-section-wrap .elementor-section.main-footer-bottom-wrap {
    background-color: #d9e5e2 !important;
}

.footer-link a {
    color: rgba(3, 3, 3, 0.55) !important;
    font-size: 14px;
    font-weight: 600 !important;
}

.footer-link a:hover {
    color: #599d4d !important;
    text-decoration: underline;
}

.main-footer-wrap .the_conservation_alliance img {
    height: auto !important;
    aspect-ratio: unset !important;
}

.border-bottom .elementor-heading-title {
    position: relative;
    padding-bottom: 10px;
    display: inline-block;
}

.border-bottom .elementor-heading-title::before {
    content: "";
    background-color: rgba(50, 120, 39, 0.8);
    height: 2px;
    width: 34px;
    position: absolute;
    left: 0;
    top: 40px;
}

.elementor-image-box-content p.elementor-image-box-title {
    font-size: 14px !important;
    font-weight: 500 !important;
    color: rgba(3, 3, 3, 0.55) !important;
}

.site-map-links ul {
    display: flex;
    justify-content: flex-end;
    margin-top: 0;
}

.site-map-links ul li {
    padding: 0 12px;
}

.site-map-links ul li a {
    font-size: 12px;
    font-weight: 600;
    color: rgba(3, 3, 3, 0.4) !important;
    text-transform: capitalize;
}

.footer-logo {
    display: flex;
    flex-direction: column;
}

.rights-wrap p {
    margin-bottom: 0;
    font-size: 12px;
    font-weight: 600;
    color: rgba(3, 3, 3, 0.55);
}

.elementor-section-wrap .elementor-section.main-footer-bottom-wrap .elementor-row {
    border-top: 1px solid rgba(3, 3, 3, 0.05);
    padding: 30px 0;
}

.form-box-wrap h6 {
    font-size: 14px;
    color: rgba(3, 3, 3, 0.55);
    margin-bottom: 15px;
}

.form-box-wrap .form-box input[type="text"] {
    background-color: #fff;
    border-radius: 4px;
    outline: none;
}

.form-box-wrap .form-box input[type="text"]::placeholder {
    color: rgba(3, 3, 3, 0.3);
    font-size: 14px;
    background-color: #fff;
}

.form-box-wrap .form-box input[type="submit"] {
    background-color: #327827;
    color: #fff;
    border-radius: 4px;
}

.form-box-wrap .form-box input[type="submit"]:hover {
    background-color: #030303c7;
}

.footer-social-icons-widget li img:hover {
    filter: brightness(0) saturate(100%) invert(0%) sepia(0%) saturate(7500%) hue-rotate(338deg) brightness(106%) contrast(109%);
}

.elementor-widget-media-carousel .elementor-swiper-button-next {
    right: 0;
}

.listen-column.elementor-widget:not(:last-child) {
    margin-bottom: 0;
}

.related-blog-section .elementor-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 20px;
    background-color: #fff;
    border: 1px solid #e3e3e3;
    border-radius: 8px;
    border-top: 0;
    border-top-right-radius: 0;
    border-top-left-radius: 0;
}

.related-blog-header .elementor-container {
    margin: 0 auto;
    background-color: #fff;
    border: 1px solid #e3e3e3;
    border-radius: 8px;
    border-bottom: 0;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    padding: 40px 0 20px;
}


/* sidebar css  */

.blog-single-row {
    display: flex;
    flex-flow: wrap;
    max-width: unset;
}

.blog-single-row .blog-container {
    padding: 0;
    border: 0;
    width: 60%;
    border-radius: 0;
}

.sidebar-left {
    width: 20%;
    padding-right: 20px;
}

.stiky-side {
    position: fixed;
}

.sidebar-content ul li i {
    color: #54595f;
}

.sidebar-right {
    max-width: 300px;
    width: 30%;
    padding: 10px 0px 10px 20px;
    text-align: center;
}

.post-about ul li a img {
    width: 20px;
}

:is(.post-about ul li, .share-article ul li) {
    display: inline-block;
    margin-right: 10px;
    list-style: none;
}

.share-article ul li a img {
    max-width: 59px;
    min-height: 59px;
    object-fit: cover;
}

.profile-img img {
    max-width: 100%;
    min-height: 98px;
    max-height: 210px;
    object-fit: cover;
}

.sidebar-right ul {
    margin: 0;
}

.sidebar-right .subscrbe-article .wpcf7-spinner {
    display: none;
}

.sidebar-right .subscrbe-article form.submitting .wpcf7-spinner {
    display: block;
}

.share-article,
.post-about {
    margin-bottom: 38px;
}

.email-filed {
    margin-bottom: 10px;
}

.profile-img {
    margin-bottom: 10px;
}

.subscrbe-article {
    padding: 34px 17px;
    background: #f7f8f9;
}

.email-filed input[type="email"]:focus,
.email-filed input {
    background-color: #fff;
}

.post-about h5,
.share-article h5 {
    margin-bottom: 20px;
}

.email-filed input,
.btn-filed button {
    width: 100%;
}

.subscrbe-article h5 {
    margin-bottom: 14px;
}

.email-filed input {
    outline: none;
}

.blog-single-row .sidebar-left div#sticky #ez-toc-container nav>ul {
    height: 498px;
    overflow-y: auto;
}


/* sidebar css End  */

.why-trust {
    text-align: left;
}

.elementor-tabs-content-wrapper .elementor-tab-content a {
    color: #000;
}

.inside-header {
    padding: 10px 20px !important;
    max-width: 1520px !important;
}

.elementor .elementor-hidden-mobile,
.elementor .elementor-hidden-phone {
    display: block !important;
}

.featured-image.page-header-image.grid-container.grid-parent {
    display: none;
}

section.related-post .why-trust {
    text-align: left !important;
}

section.related-post .why-trust .sqs-block-content h2 {
    margin-bottom: 20px;
}

div#sticky {
    position: -webkit-sticky;
    position: sticky;
    top: 50px;
}

.broken_link,
a.broken_link {
    text-decoration: none !important;
}


/* body.page-id-2654 .featured-image .page-header-image .grid-container .grid-parent img{
	display: none!important;
} */


/* podcast banner start  */

.podcast-banner {
    margin-bottom: 48px;
}

.main-container {
    max-width: 1520px;
    padding: 0 20px;
    margin: 0 auto;
}

.podcast-left h6 {
    font-family: "Montserrat";
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 28px;
    color: #599d4d;
}

.podcast-left h1 {
    font-family: "Montserrat";
    font-style: normal;
    font-weight: 800;
    font-size: 48px;
    line-height: 58px;
    color: #1c1b1f;
    text-transform: uppercase;
}

.sm-text {
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 28px;
    color: #697386;
    opacity: 0.5;
    font-family: "Nunito";
}

.podcast-row {
    display: flex;
    align-items: center;
    flex-flow: wrap;
    background: #f8f8fa;
    overflow: hidden;
    border-radius: 24px;
    justify-content: space-between;
    position: relative;
    min-height: 386px;
}

.podcast-left {
    width: 50%;
    padding: 15px 40px;
}

.podcast-right {
    width: 50%;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    display: flex;
    justify-content: end;
}

.podcast-img img {
    aspect-ratio: 327/193;
    height: 100%;
    border-radius: 0 24px 24px 246px;
    object-fit: cover;
}

.author-date img {
    width: 24px;
    height: 24px;
    border-radius: 50%;
    margin-right: 8px;
}

.btn-section {
    margin-bottom: 54px;
}

.btn-wr ul {
    list-style: none;
    margin: 0;
}

.btn-wr ul li {
    display: inline-block;
    margin-right: 4px;
    margin-bottom: 15px;
}

.pod-btn {
    display: flex;
    align-items: center;
    background: #1c1b1f;
    border: 1px solid #a6a6a6;
    border-radius: 8px;
    padding: 6.5px 6.6px;
    min-width: 177px;
    color: #fff;
    min-height: 38px;
}

.btn-text {
    margin-left: 5px;
    line-height: 0;
}

.btn-text h6 {
    font-family: "SF Pro Display";
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    margin: 0;
}

.btn-text span {
    font-family: "SF Pro Display";
    font-style: normal;
    font-weight: 400;
    font-size: 9px;
    line-height: 8px;
    letter-spacing: 0.04em;
}

span.img-btn img {
    height: 28px;
    width: 100%;
}

.pod-btn:hover {
    color: #fff;
    text-decoration: none;
}

.btn-wr ul li a:focus,
.btn-wr ul li a:active {
    color: #fff;
}

.author-img {
    height: 180px;
    width: 180px;
    margin: 0 auto;
}

.author-pers-info {
    border: 10px solid #599d4d;
    padding: 60px 40px;
    text-align: center;
}

.author-pers-info h1 {
    color: #222;
    margin: 20px 0;
    font-weight: 700;
    font-family: "Montserrat", Sans-serif;
}

.author-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 100px;
}

.author-pers-info p {
    font-size: 18px;
    line-height: 1.5;
    letter-spacing: 0.04em;
    color: #11385b;
    max-width: 720px;
    margin: 0 auto 20px auto;
    font-family: "Montserrat", Sans-serif;
    font-weight: 500;
}

.social-icon ul li {
    list-style-type: none;
    padding: 0 10px;
}

.social-icon h6 {
    font-size: 12px;
    line-height: 18px;
    font-weight: 700;
    margin-bottom: 20px;
    text-transform: uppercase;
    font-family: "Montserrat", Sans-serif;
}

.social-icon ul li a>img {
    width: 20px;
    height: 20px;
    transition: 0.5s;
}

.post-emthod-title h3 {
    font-size: 42px;
    line-height: 50.4px;
    color: #898989;
    font-weight: 700;
    margin-bottom: 0;
    font-family: "Montserrat", Sans-serif;
}

.post-kicker a {
    text-decoration: none;
    font-size: 12px;
    line-height: 18px;
    color: #565656;
    transition: 0.5s;
    font-weight: 700;
    text-transform: uppercase;
    font-family: "Montserrat", Sans-serif;
}

.post-heading h2 {
    font-size: 28px;
    line-height: 37px;
    font-weight: 700;
    margin-bottom: 0;
    font-family: "Montserrat", Sans-serif;
}

.post-public-content p {
    font-size: 15px;
    color: #11385b;
    line-height: 20.5px;
    margin-bottom: 0;
}

.post-meta span {
    font-size: 12px;
    line-height: 18px;
    font-family: "Montserrat", Sans-serif;
}

span.date {
    color: #565656;
    margin-left: 20px;
}

.post-meta span a {
    font-weight: bold;
    color: #222;
}

.post-public-content p {
    font-size: 15px;
    color: #11385b;
    line-height: 20.5px;
    margin-bottom: 0;
    font-family: "Montserrat", Sans-serif;
    font-weight: 400;
}

.post-heading h2>a {
    color: #000;
}

.post-heading {
    margin-bottom: 10px;
}

.post-kicker {
    margin-bottom: 10px;
}

.post-kicker a:hover,
.post-meta span a:hover {
    color: #9b1e25;
    text-decoration: none;
}

.post-public-img {
    width: 215px;
    height: 215px;
}

.post-public-box {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 20px;
}

.post-public-box:last-child {
    margin-bottom: 0;
}

.post-public-content {
    width: calc(100% - 235px);
    padding-left: 0;
    border-bottom: 1px solid #e2e2e3;
    margin-left: 20px;
}

.post-public-img a>img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.post-heading h2>a:hover {
    text-decoration: none;
}

.post-emthod-title {
    margin-bottom: 40px;
}

.author-lisitng-details {
    padding-top: 40px;
    padding-bottom: 120px;
}

.social-icon ul li a:hover img {
    filter: brightness(0) saturate(100%) invert(14%) sepia(45%) saturate(5104%) hue-rotate(343deg) brightness(99%) contrast(92%);
}

.social-icon ul {
    padding: 0;
    display: flex;
    align-items: center;
    margin: 0 -10px;
    justify-content: center;
}

.post-pagination ul li a {
    font-size: 17px;
    line-height: 25.5px;
    text-decoration: none;
    color: #222;
    font-weight: 500;
    font-family: "Montserrat", Sans-serif;
}

.post-pagination ul li a>img {
    width: 20px;
    height: 20px;
}

.post-pagination ul li:last-child {
    margin-right: 0;
}

.post-pagination ul li {
    list-style-type: none;
    margin-right: 15px;
}

.post-pagination ul {
    margin: 0;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.post-pagination a.pagination-link-left {
    margin-right: 15px;
}

.post-published {
    padding-bottom: 120px;
}

.post-pagination {
    display: flex;
    align-items: center;
    justify-content: center;
    padding-top: 40px;
}

.post-pagination a.pagination-link-left>img,
.post-pagination a.pagination-link-right>img {
    width: 20px;
    height: 20px;
}

.author-pers-info p>a {
    color: #11385b;
    box-shadow: inset 0 -3px 0 -1px #ffd204;
    text-decoration: none;
}


/*9-1-24*/

.blog-container .wpcf7 form:has(div.optin_form_embeded) {
    height: 533px;
    border-radius: 5px;
    position: relative;
    margin: 15px 0;
    z-index: 2;
}

.blog-container .wpcf7:has(div.optin_form_embeded) .optin_form_embeded {
    background-color: #ffffff;
    border: 1px solid lightgray;
    padding: 3% 6% 3% 3%;
    min-height: 233px;
    border-radius: 5px;
    margin-bottom: 20px;
    position: sticky;
    top: 0;
    z-index: 5;
}

body.blur:after {
    content: "";
    animation-name: changeColor;
    animation-duration: 5s;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: block;
    height: 100%;
    width: 100%;
}

@keyframes changeColor {
    0% {
        background-color: transparent;
        z-index: -1;
        opacity: 0;
    }
    20% {
        background-color: #000;
        z-index: 1;
        opacity: 0.5;
    }
    100% {
        background-color: transparent;
        z-index: -1;
        opacity: 0;
    }
}


/*-----*/


/* podcast banner End */

@media only screen and (max-width: 1024px) {
    .related-post .slick-next {
        right: -12px;
    }
    .related-post .slick-prev {
        left: -12px;
    }
    .border-bottom .elementor-heading-title::before {
        top: 30px;
    }
    .form-box-wrap {
        text-align: center;
        margin-bottom: 20px;
    }
    .footer-logo {
        flex-direction: row !important;
        justify-content: center;
        align-items: center;
    }
    .footer-logo a {
        margin: 0 15px !important;
    }
    .podcast-left h1 {
        font-size: 35px;
        line-height: 42px;
    }
}

@media only screen and (max-width: 991px) {
    .blog-content-wr {
        padding: 20px;
    }
    .blog-wrapper-row .col-sm-6 {
        margin-bottom: 25px;
    }
    .post-img a img {
        height: 180px;
        width: 100%;
    }
    .site-header .inside-header .site-logo {
        width: 30%;
    }
    .main-footer .elementor-row {
        width: auto;
    }
    .blog-single-row,
    .blog-container {
        padding: 30px 15px;
    }
    .podcast-left h1 {
        font-size: 25px;
        line-height: 32px;
    }
    .podcast-left h6 {
        font-size: 17px;
        line-height: 22px;
    }
    .podcast-left {
        padding: 15px 20px;
    }
    .podcast-row {
        min-height: 300px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .post-heading h2 {
        font-size: 22px;
        line-height: 30px;
    }
}

@media only screen and (max-width: 767px) {
    .blog-content-wr {
        padding: 20px;
    }
    .blog-wrapper-row .col-sm-6 {
        margin-bottom: 20px;
    }
    .blog-single-page {
        height: 570px;
    }
    .related-post .blog-container h3 {
        margin: 30px 0 40px;
    }
    .blog-container {
        padding: 20px 10px;
    }
    .site-header .inside-header .site-logo {
        width: 20%;
    }
    .destination_wrapper::before {
        content: "";
        display: none;
    }
    .destination_wrapper {
        width: 60%;
        padding: 0;
        margin: 0 5px;
    }
    .site-header .gds-cr {
        padding: 10px 19px;
        font-size: 14px;
        line-height: 16px;
    }
    .site-logo a img {
        min-width: 70px;
    }
    .site-header .destination_wrapper .gds-cr {
        width: 100%;
        max-width: auto;
        margin-left: 0;
    }
    .site-header .destination_wrapper .elementor-button {
        display: none;
    }
    .elementor-section-wrap .elementor-section.main-footer-wrap {
        padding: 30px 30px 0px 30px !important;
    }
    .elementor-section-wrap .elementor-section.main-footer.main-footer-wrap .elementor-container {
        padding: 0 !important;
    }
    .site-map-links ul {
        justify-content: center;
        flex-wrap: wrap;
    }
    .elementor-section-wrap .elementor-section.main-footer-bottom-wrap .elementor-row {
        padding: 15px 0;
    }
    .rights-wrap p {
        margin-bottom: 5px;
    }
    .site-map-links ul li {
        margin-bottom: 0;
    }
    .elementor-element-120935f8.elementor-hidden-mobile {
        display: block;
    }
    .elementor-element.elementor-element-55e3d10 .elementor-row .elementor-column {
        width: 50% !important;
    }
    .elementor-element.elementor-element-55e3d10 .elementor-row .elementor-column .elementor-widget-wrap .elementor-element {
        text-align: left !important;
    }
    .home .elementor-section-boxed .swiper-container-horizontal>.swiper-pagination-bullets,
    .swiper-pagination-custom,
    .swiper-pagination-fraction {
        bottom: 5px;
        left: 0;
        width: 100%;
        right: 0;
    }
    .sidebar-left {
        width: 100%;
        padding-right: 0;
        padding-bottom: 18px;
    }
    .blog-single-row .blog-container,
    .sidebar-right {
        width: 100%;
        max-width: 100%;
    }
    .sidebar-right {
        padding: 0 0;
    }
    .blog-single-row,
    .blog-container {
        padding: 20px 10px;
    }
    .podcast-left h1 {
        font-size: 18px;
        line-height: 24px;
    }
    .podcast-left h6 {
        font-size: 14px;
        line-height: 20px;
    }
    .podcast-right {
        position: relative;
        width: 100%;
    }
    .podcast-row {
        flex-direction: column;
    }
    .podcast-left {
        width: 100%;
        padding: 16px 20px;
    }
    .podcast-img img {
        border-radius: 246px 0 24px 24px;
        max-height: 320px;
    }
    .btn-wr {
        text-align: center;
    }
    .pod-btn {
        text-align: left;
    }
    .podcast-banner {
        margin-bottom: 40px;
    }
    .main-container {
        padding: 0 16px;
    }
    .author-pers-info {
        padding: 40px 20px;
    }
    .author-pers-info h1 {
        font-size: 32px;
    }
    .author-pers-info p {
        font-size: 16px;
        max-width: 100%;
    }
    .post-public-img {
        width: 100%;
        height: 300px;
    }
    .post-public-content {
        width: 100%;
        margin-left: 0;
        margin-top: 20px;
        border-bottom: 0;
    }
    .post-heading h2 {
        font-size: 20px;
        line-height: 29px;
    }
}

@media only screen and (max-width: 575px) {
    .blog-img-box img {
        width: 100%;
    }
}

@media only screen and (max-width: 480px) {
    .form-box-wrap .form-box input[type="text"] {
        width: 100%;
        margin-bottom: 4px;
    }
    .form-box-wrap .form-box input[type="submit"] {
        width: 100%;
    }
    .sidebar-right {
        max-width: 100%;
    }
    /* td, th {padding: 0;	} */
}

@media screen and (max-width: 430px) {
    div#sticky {
        position: -webkit-sticky;
        position: sticky;
        top: 0;
    }
}

.plugin_watermark_hide {
    display: none !important;
}


/*-07-08-24-*/

.blog-outer-wrapper {
    border-top: 1px solid rgb(204, 204, 204);
    padding-top: 30px;
}

.blog-inner-wrapper {
    display: flex;
    margin-bottom: 20px;
    position: relative;
    overflow: hidden;
    box-shadow: rgba(61, 56, 85, 0.2) 0px 0px 10px 0px;
    border-radius: 0.5rem;
}

.blog-inner-wrapper .blog-inner-left {
    width: 40%;
}

.blog-inner-wrapper .blog-inner-right {
    width: 60%;
    padding: 20px 10px 20px 25px;
}

.blog-inner-wrapper .blog-inner-left .post_content_image img {
    aspect-ratio: 1/1;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    margin: 0;
}

.blog-inner-wrapper .blog-inner-right .post_content_heading h2 {
    font-size: 28px;
    line-height: 33px;
    color: #548d3d;
    font-weight: 700;
}

.blog-inner-wrapper .blog-inner-right .post_content_heading h3 {
    font-size: 20px;
    color: #000;
}

.blog-inner-wrapper .blog-inner-right .post_content_meta {
    display: flex;
    flex-wrap: wrap;
    column-gap: 20px;
    row-gap: 15px;
}

.blog-inner-wrapper .blog-inner-right .post_content_meta a {
    display: flex;
    color: #000000;
}

.blog-inner-wrapper .blog-inner-left .slick-arrow {
    height: 30px;
    width: 30px;
    background: rgba(0, 0, 0, 0.5);
    z-index: 1;
    right: 0;
}

.blog-inner-wrapper .blog-inner-left .slick-arrow:before {
    content: "";
    display: block;
    height: 8px;
    width: 8px;
    border: 2px solid #ffffff;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    flex-shrink: 0;
    position: absolute;
    left: 0;
    right: 5px;
    top: 0;
    bottom: 0;
    margin: auto;
}

.blog-inner-wrapper .blog-inner-left .slick-arrow.slick-next:before {
    border-bottom-color: transparent;
    border-left-color: transparent;
}

.blog-inner-wrapper .blog-inner-left .slick-arrow.slick-prev {
    left: 0;
    right: auto;
}

.blog-inner-wrapper .blog-inner-left .slick-arrow.slick-prev:before {
    border-top-color: transparent;
    border-right-color: transparent;
    right: -2px;
}

@media only screen and (max-width: 575px) {
    .blog-inner-wrapper {
        flex-direction: column;
    }
    .blog-inner-wrapper .blog-inner-left,
    .blog-inner-wrapper .blog-inner-right {
        width: 100%;
    }
    .blog-inner-wrapper .blog-inner-right {
        padding: 20px;
    }
}


/*-*/


/*-19-09-24-*/

.block-gallery-slider {
    text-align: center;
    overflow: hidden;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    -webkit-overflow-scrolling: touch;
    outline: 0;
    opacity: 0;
    -webkit-transition: opacity 0.15s linear, z-index 0.15;
    -o-transition: opacity 0.15s linear, z-index 0.15;
    transition: opacity 0.15s linear, z-index 0.15;
    z-index: -1;
    overflow-x: hidden;
    overflow-y: auto;
    display: flex;
    padding: 20px;
}

.block-gallery-slider.active {
    z-index: 99999;
    opacity: 1;
    overflow: hidden;
}

.block-gallery-slider .wp-block-gallery {
    max-width: 700px;
    margin: 30px auto;
    align-items: center !important;
    width: 100%;
}

.block-gallery-overlay {
    position: absolute;
    display: block;
    background: #00000070;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: -4;
}

.block-gallery-close {
    display: block;
    height: 40px;
    width: 40px;
    font-size: 35px;
    line-height: 40px;
    position: absolute;
    top: 40px;
    right: 30px;
    z-index: 5;
    background: #ffffff;
    cursor: pointer;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.block-gallery-slider .wp-block-gallery .wp-block-image a {
    pointer-events: none;
}


/*--*/