@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Source+Sans+3:ital,wght@0,200..900;1,200..900&display=swap');

html body {
    background-color: #eae6e6;
}

header.main.header-first {
    position: relative;
    background-color: transparent;
    box-shadow: none;
}

.header-first #searchform1 .buttonicon1 {
    margin-top: -29px;
}

.header-first .wrap {
    display: flex;
    justify-content: center;
}

.header-first form#searchform1 {
    margin-right: 0;
}

.header-first a {
    position: absolute;
    right: 0;
}

/* DSR CSS */
.dsr-main-section {
    max-width: 790px;
    margin: 5px auto;
    padding-left: 15px;
    padding-right: 15px;
}

.dsr-main-section .headings,
.dsr-main-section .discover-topics {
    padding-left: 12px;
    margin: 15px 0;
}

.dsr-main-section .headings, .dsr-main-section .headings p {
    font-weight: 600;
    color: #1D2849;
    font-size: 18px;
    margin-bottom: 15px;
}

.dsr-main-section .headings label {
    font-weight: 500;
    color: #1D2849;
    font-size: 16px;
    margin-bottom: 15px;
}

.dsr-main-section .headings h3 {
    color: #A0A0B0;
    font-size: 18px;
    font-weight: 400;
    line-height: 28px;
    margin-bottom: 25px;
}

.m-35 {
    margin-top: 35px;
}

.dsr-main-section .headings .logo {
    margin-right: 10px;
}

.w-100 {
    width: 100%;
}

.discover-topics ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.discover-topics ul li {
    width: 50%;
    margin-bottom: 10px;
}

.discover-topics ul li a p {
    color: #505058;
    font-size: 16px;
    margin-left: 10px;
}

.mob-logoshow,
.ads-referrer .wp-block-image a {
    display: none;
}

.ads-referrer .wp-block-image a.affiliate-link {
    display: block;
}

.single.light1 .dsr-main-section {
    /* max-width: 800px; */
    padding-right: 0;
    justify-content: center;
}

@media (min-width: 1368px) {
    .single.light1 .dsr-main-section {
        max-width: 780px;
    }
}

@media (max-width: 767px) {
    .header-first form#searchform1 {
        width: 100%;
    }
}

@media (max-width: 1024px) {
    .header-first .wrap>a {
        display: none;
    }

    .mob-logoshow {
        display: flex;
        justify-content: center;
    }

}

@media (max-width: 767px) {
    .header-first form#searchform1 {
        width: 100%;
    }
}

@media only screen and (max-width: 479px) {
    #searchform1 {
        display: block;
    }
}


@media only screen and (min-width: 320px) and (max-width: 760px) {
    .dsr-main-section .content-flex {
        display: flex;
    }
}

@media screen and (max-width: 500px) {
    .discover-topics ul li {
        width: 100%;
    }

    .dsr-main-section .headings h3 {
        font-size: 18px;
    }
}

body.search header div.wrap {

    text-align: right;
}

.dsr-seprate small {
    color: #62626a;
    font-size: 14px;
    font-weight: 600;
}

.no-referrer #content2 {
    display: block;
    padding-top: 20px;
}

.ads-referrer #content2,
.ads-referrer #content-light {
    display: none;
    padding-top: 20px;
}

.ads-referrer #additional-block {
    display: none;
}

.dsr-seprate .headings h3 {
    color: #1D2849;
    font-weight: 600;
    margin: 10px 0;
}

.dsr-seprate .headings, .dsr-seprate .headings p {
    color: #62626a;
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 0;
}

.dsr-seprate .headings .links {
    margin-top: 13px;
}

.dsr-seprate .headings h2 {
    margin: 25px 0 8px 0;
    font-size: 20px;
}

.related-search a>p {
    color: #62626a;
}


/* NEW */
.dsr-main-section .headings>h1 {
    color: #000000;
    font-size: 22px;
    font-family: Plus Jakarta Sans;
    font-weight: 700;
    line-height: 32px;
}

.dsr-seprate .headings, .dsr-seprate .headings p,
.dsr-seprate .headings ul li {
    color: #615f5f;
    font-size: 16px;
    font-family: 'Source Sans 3';
    font-weight: 400;
    line-height: 20px;
    margin-bottom: 15px !important;
}

.dsr-seprate .headings a{
    font-family: inherit;
}

/* 
p{
    line-height: 24px !important;
    font-size: 15px !important;
    font-family: Arial, sans-serif !important;

} */

/* h1,h2{
    font-size: 22px !important;
    font-family: Arial, sans-serif !important;
} */
.dsr-main-section .headings {
    margin: 13px 0 10px 0;
}

.dsr-main-section .discover-topics {
    margin-bottom: 50px;
}

/* footer {
    box-shadow: none;
    border-top: 3px solid #d8d8d8;
}
footer .wrap {
    padding: 10px 0 10px 0;
    display: flex;
    justify-content: center;
} */
.copyright {
    margin: 0;
    color: #666;
}

.copyright a {
    color: #666;
}

/* .footer-menu li a {
    color: #666;
    border-bottom: none;    
} */
/* ul.footer-menu {
    display: flex;
} */
.dsr-main-section {
    min-height: calc(100vh - 172px);
}

header.main {
    background: none;
    border-top: 5px solid #ffe900;
    background-color: #eae6e6 !important;
}

.dsr-main-section {
    /* margin: 40px auto; */
    max-width: 760px;
    margin-bottom: 56px;
}

.dsr-main-section .headings,
.dsr-main-section .headings>h1 {
    padding: 0;
}

.dsr-main-section .headings>h1 {
    margin-bottom: 8px;
}

.dsr-main-section .headings {
    margin-top: 0 !important;
}

.btn-wrapper {
    text-align: center;
}

button.continue-template__btn {
    background-color: transparent !important;
    width: auto;
    color: #0064ff !important;
    font-family: Arial, sans-serif;
    padding: 0;
    font-size: 16px;
    border: none;
    font-weight: 400;
    cursor: pointer;
    margin-top: 15px;
}

button.continue-template__btn:hover {
    text-decoration: underline;
}

/* body footer{
    background-color: #eae6e6 !important;
    padding: 16px 68px 56px 68px;
} */

/* .wrap .footer-menu li a, .wrap .copyright, .wrap .copyright a{
    color: #685454 !important;
}

.footer-content .upper-div, .footer-content .lower-div {
    display: flex;
    max-width: 1440px;
    margin: auto;
    align-items: center;
    justify-content: space-between;
}
.footer-content .lower-div {
    justify-content: space-between;
    align-items: flex-start;
}
.footer-content .upper-div .right {
    margin-left: 100px;
}
.footer-content .upper-div .right ul {
    display: flex;
    gap: 60px;
}
.footer-content .upper-div .left .logo {
    width: 340px;
}
.footer-content .upper-div .right ul li a {
    font-size: 18px;
    line-height: 21px;
    font-weight: 600;
    font-family: Arial, sans-serif;
    color: #bfbfbf;
    position: relative;
}
.footer-content .upper-div .right ul li a:hover {
    color: #03b97c !important;
}
.footer-content .upper-div .right ul li a:before {
    background-color: #bfbfbf;
    height: 7px;
    border-radius: 50%;
    content: "";
    width: 7px;
    margin-left: 2rem;
    position: absolute;
    right: -34px;
    top: 11px;
}
.footer-content .upper-div .right ul li:last-child a:before {
    content: none;
}
.footer-content hr{
    margin: 16px 0;
    width: 100%;
    background: #bfbfbf !important;
    height: 2px;
    opacity: 1;
}
.footer-content .lower-div .left p,  .footer-content .lower-div .right p{
    font-size: 14px;
    line-height: 21px;
    color: #bfbfbf;
    font-weight: 400;
    margin-top: 15px;
    font-family: Arial, sans-serif;
}
.footer-content .lower-div .right{
    width: 100%;
    text-align: center;
}
.footer-content .lower-div .left p>span{
    display: block;
    margin-top: 16px;
}
.footer-content .lower-div .left p span.footer__heart{
    color: red;
} */
header.main {
    position: static;
}

.logo {
    margin-top: 0;
}

.related-content-mock {
    padding-top: 20px;
}

.related-content-mock ul.first-design {
    padding: 0;
}

.related-content-mock ul.first-design li {
    list-style: none;
}

.related-content-mock ul.first-design li a {
    margin: 10px;
    padding: 5px;
    text-decoration: none;
    line-height: 48px;
    font-weight: 700;
    font-size: 20px;
    background-color: #1394e4;
    color: #ffffff;
    font-family: 'Arial Black', arial, sans-serif;
    border-radius: 15px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.related-content-mock ul.first-design li a:hover {
    background-color: #0f7abd;
    text-decoration: underline;
    color: #ffffff !important;
}

.related-content-mock ul.first-design li a .left,
.related-content-mock ul.first-design li a .right,
.related-content-mock ul.first-design li a .left .icon-div {
    display: flex;
    align-items: center;
}

.related-content-mock ul.first-design li a .left svg {
    margin-left: 8px;
    margin-right: 20px;
}

.related-content-mock ul.first-design li a .right svg {
    margin-right: 8px;
    margin-left: 22px;
}

.related-content-mock .small-text {
    font-size: 8px;
    background-color: #ffffff;
    color: #bbbbbb;
    font-family: Verdana, arial, sans-serif;
    font-weight: 400;
    border-radius: 2px;
    margin-bottom: 5px;
    margin-left: 5px;
}

.dsr-main-section {
    max-width: 1330px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.dsr-main-section .headings {
    max-width: 990px;
}

header.main {
    background-color: #eae6e6 !important;
    height: 77px;
}

body.ads-referrer .dsr-main-section {
    max-width: 1036px;
}

.ads-referrer .dsr-main-section #content2 img {
    display: none;
}

/* body > footer {
    padding: 40px 68px 45px;
}
footer > .wrap {
    padding: 0 !important;
} */

/****** Author section styles *****/
.single-post .dsr-main-section .headings .custom-author {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    align-items: center;
    margin-bottom: 1em;
    display: flex;
}

.single-post .dsr-main-section .headings img.image-3 {
    max-height: 50px;
    border-radius: 100px;
    margin: 0px;
}

.single-post .dsr-main-section .headings .custom-author-about {
    flex-direction: column;
    align-items: flex-start;
    display: flex;
}

.single-post .dsr-main-section .headings .paragraph-3 {
    text-transform: uppercase;
    margin-bottom: 0;
    font-family: Montserrat, sans-serif;
    font-style: italic;
    font-weight: 900;
    color: #333;
    font-size: 14px;
    line-height: 20px;
}

.single-post .dsr-main-section .headings .paragraph-4 {
    margin-bottom: 0;
    color: #333;
    font-size: 14px;
    line-height: 20px;
}

.single-post .dsr-main-section .headings .posted-at-text {
    font-family: Montserrat, sans-serif;
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 10px;
}

/* .single-post.light1 footer{
    background-color: #ffffff !important;
} */
@media screen and (max-width:1368px) {
    body.ads-referrer .dsr-main-section {
        max-width: 592px;
    }

    header.main {
        position: sticky;
    }
}

@media screen and (max-width:991px) {

    body.ads-referrer .dsr-main-section,
    .dsr-main-section {
        max-width: 100%;
        padding: 0 10px 0 40px !important;
    }

    /* .dsr-main-section .headings>h1 {
        font-size: 30px;
    } */
    .dsr-seprate .headings, .dsr-seprate .headings p {
        font-size: 16px;
        line-height: 24px;
    }

    .mob-logoshow {
        display: none;
    }

    /* .footer-content .upper-div .left, .footer-content .upper-div .right, .footer-content .lower-div .left, .footer-content .lower-div .right{
        width: 100%;
    }
    .footer-content .upper-div, .footer-content .lower-div{
        flex-wrap: wrap;
    }
    .footer-content .upper-div .left {
        text-align: center;
    }
    .footer-content .upper-div .right ul li a {
        font-size: 14px;
    }
    .footer-content .upper-div .right ul {
        gap: 30px;
        justify-content: center;
    }
    .footer-content .upper-div .right {
        margin-left: 0;
    }
    .footer-content .upper-div .right ul li a:before{
        content: none;
    }
    .footer-content .lower-div .left p {
        font-size: 12px;
    }
    .footer-content .lower-div .left p>span {
        text-align: center;
        font-size: 14px;
    }
    .footer-content hr {
        margin: 6px 0;
    }
    footer {
        padding: 16px 68px 40px 68px;
    } */
    .single.light1 .dsr-main-section .sidebar {
        width: 100%;
    }

    .single-post .dsr-main-section .headings .posted-at-text {
        margin-top: 1em;
    }
}

@media screen and (max-width:576px) {

    /* footer {
        padding: 16px 16px 40px 16px;
    } */
    body.ads-referrer .dsr-main-section,
    .dsr-main-section {
        padding: 0 16px 0 16px !important;
    }

    header div.wrap {
        justify-content: center;
    }

    .logo {
        margin-right: 0;
    }

    .single-post .wp-block-image img {
        width: 100%;
    }

    /* .footer-content .upper-div .right ul {
        gap: 11px;
        flex-wrap: wrap;
    }
    .footer-content .upper-div .right ul li a {
        font-size: 13px;
    }
    .footer-content .upper-div .left .logo {
        width: 300px;
    }
    .footer-content .upper-div .left {
        display: flex;
        justify-content: center;
    }     */
    .no-referrer .sidebar-wrapper .sidebar {
        width: 100%;
    }

    /* body > footer {
        padding: 30px 20px 40px 20px;
    } */
}

@media screen and (max-width: 767px) {
    .single-post .dsr-main-section .headings .posted-at-text {
        color: #acacac;
        font-size: 12px;
    }
}

@media screen and (max-width: 479px) {
    .single-post .dsr-main-section .headings .posted-at-text {
        line-height: 120%;
    }
}


.footer-item button {
    border: none;
    background: none;
    color: inherit;
    padding: 0;
    font-size: inherit;
    cursor: pointer;
}

.footer img {
    width: 150px;
}
.copyright{
    font-size: 12px !important;
    color: #757575 !important;
    padding-top: 0 !important;
}
.footer {
    display: flex;
    flex-flow: row wrap;
    align-self: normal;
    align-items: center;
    flex-grow: initial;
    flex-basis: initial;
    justify-content: center;
    border-top: none;
    margin: 0;
    overflow: hidden;
}

.footer.hidden {
    display: none;
}

.footer-body {
    display: initial;
    flex-flow: initial;
    justify-content: initial;
    align-items: initial;
    font-size: 0.75rem;
    margin: 10px auto;
    width: auto;
}

.footer-list {
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
    align-items: center;
    margin: 0;
    width: auto;
    flex-grow: initial;
    padding: 0;
}
.footer a:link{
    color: #757575 !important ;
}
.footer-item {
    display: inline;
    color: #757575;
    margin: 0;
    padding-left: 2px;
    white-space: nowrap;
}

.footer-item:before {
    content: "-";
    margin: 0 0.4em;
    position: relative;
}

.footer-item:first-child:before {
    display: none;
}

.footer-item-link {
    color: #888;
    text-decoration: none;
}

.footer-item-link:hover {
    text-decoration: underline;
    color: #757575 !important;
}

.footer-item.copy-right-newline {
    width: 100%;
    text-align: center;
}

.footer-item.copy-right-newline:before {
    content: "";
}

.footer-logo-left {
    margin-bottom: 0px;
}

.footer-logo-top {
    margin-bottom: 5px;
}

.footer .horizontal-line {
    border-bottom: 1px solid #dddddd;
    margin-bottom: 5px;
    width: 100%;
}

.footer .footer-left-logo {
    padding-left: 0px;
}

.footer .footer-top-logo {
    margin-bottom: 10px;
}

.footer.footer-bottom-right {
    position: fixed;
    bottom: 10px;
    right: 10px;
}

.footer.underline .footer-item {
    text-decoration: underline;
}

.footer.underline .footer-item.copyright {
    text-decoration: none;
}

.footer.underline .footer-item.copyright .amg-text {
    font-weight: bold;
}

@media only screen and (max-width: 720px) {
    .footer {
        flex-flow: column wrap;
        width: 100%;
    }

    .footer-list {
        justify-content: center;
    }
}

