/**
 * Theme Name:        bp site
 * Template:          context-blog
 * Version:           1.0.0
 * Author:            blackpoint
 * Text Domain:       bp-site
 * Domain Path:       /assets/lang
 */


@font-face {
    font-family: 'Amatic SC';
    src: url('fonts/AmaticSC/AmaticSC-Regular.woff2') format('woff2'),
        url('fonts/AmaticSC/AmaticSC-Regular.woff') format('woff'),
        url('fonts/AmaticSC/AmaticSC-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Amatic SC';
    src: url('fonts/AmaticSC/AmaticSC-Bold.woff2') format('woff2'),
        url('fonts/AmaticSC/AmaticSC-Bold.woff') format('woff'),
        url('fonts/AmaticSC/AmaticSC-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

body .banner-author .img-holder.no-video {
    @media (max-width: 768px) {
        min-height: 500px;
        background-size: cover;
    }
}

body .banner-author-holder .banner-author-info {
    @media (max-width: 768px) {
        top: 50%;
        transform: translateY(-50%);

        .site-title {
            margin-top: 0;
        }
    }
}
.breadcrumbs {
    font-size: 16px;
}

.animal-gallery h4 {
    margin-bottom: 10px;
}

body .inside-page .detail-holder .breadcrumbs a {
    color: #2A4E36;
    font-weight: bold;
}

html {
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
    font-size: 18px;
}



.wp-block-button:not(.button-light) .wp-element-button,
.wp-block-button:not(.button-light) .wp-block-button__link {
    background-color: #2A4E36 !important;
    border-radius: 9999px !important;
    padding-block: 15px !important;
    padding-inline: 25px !important;
    font-weight: 400 !important;
    font-size: 18px !important;
    text-decoration: none !important;
}

.wp-block-button:not(.button-light) .wp-element-button:hover,
.wp-block-button:not(.button-light) .wp-block-button__link:hover {
    background-color: #4D9063 !important;
}

.button-light .wp-element-button:hover {
    background-color: #ddd !important;
}

.wpbs-main-wrapper .wpbs-form-container .wpbs-form-field button[type=submit] {
    background-color: #2A4E36 !important;
    border-radius: 9999px !important;
    padding-block: 15px !important;
    padding-inline: 25px !important;
    font-weight: 400 !important;
    font-size: 18px !important;
    text-decoration: none !important;
}

.wpbs-main-wrapper .wpbs-form-container .wpbs-form-field button[type=submit]:hover {
    background-color: #4D9063 !important;
}


.button-light a {
    background: #fff;
    color: #333;
    text-decoration: none !important;
}

.wp-block-themeisle-blocks-icon-list .wp-block-themeisle-blocks-icon-list-item p {
    margin-block: 0px;
}

body .inside-page,
body .home-section {
        padding: 0px;
}

.inside-page .detail-page .detail-page-body .detail-holder {
    padding-bottom: 0px;
}

body h1 { 
    font-size: 4.5rem;
    @media (max-width: 768px) {
        font-size: 3em;
    }
    font-weight: bold;
    color: #2A4E36;
}
body h2 { 
    font-size: 3.5rem;
    @media (max-width: 768px) {
        font-size: 2.5rem;
    }
    font-weight: bold;
    color: #2A4E36;
}

body h3,
div .home-section h3 { 
    font-size: 2.75rem;
    @media (max-width: 768px) {
        font-size: 2rem;
    }
    font-weight: bold;
    color: #2A4E36;
}

body h4 { 
    font-size: 2rem;
    @media (max-width: 768px) {
        font-size: 1.25rem;
    }
    font-weight: bold;
    color: #2A4E36;
}

.page-hero h1 {
    margin-bottom: 15px;
}
.page-hero h3 {
    margin-top: 15px;
}
.page-hero .innerblocks-wrap {
    @media (max-width: 768px) {
        display: block;
        width: 100%;
    }
}

.big-image img {
    @media (max-width: 768px) {
        aspect-ratio: 1 / 1;
        object-fit: cover;
        margin-bottom: 15px;
    }
}

p {
    margin-bottom: 1.5em;
    word-break: break-word;
}

.border-radius {
    border-radius: 15px;
    overflow: hidden;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Amatic SC', sans-serif;
    transition: all 0.3s ease;
    font-weight: 600;
    color: #000;
    line-height: 1.4;
}


header {
    border-bottom: 1px solid #ebebeb;
}

.banner-author .img-holder {
    animation: none;
}


.bread-title {
    font-family: 'Amatic SC', sans-serif;
    font-size: 36px;
    font-weight: 600;
    color: #000;
    line-height: 1.4;
}


/*header*/

.top-header p.site-description {
    font-family: 'Amatic SC', sans-serif;
}


.header .t-header-holder span.site-title a {
    font-family: 'Amatic SC', sans-serif;
    transition: all 0.3s ease;
    font-weight: 600;
    line-height: 1.4;
    font-size: 3.5rem;
}


p.site-title,
h1.site-title {
    font-size: 2.25vw;
    font-family: 'Amatic SC', sans-serif;
}


.header .site-navigation {
    background: #fff;

}


#main-menu li a.nav-link,
#side-menu li a.nav-link {
    padding: 18px 22px;
    position: relative;
    z-index: 0;
    color: #000;
}

#nav-icon span,
#sidepanel-nav-icon span {
    background: #2A4E36;
}


@media (max-width: 991px) {
    .header #main-menu {
        margin: 20px 0;
        width: 100%;
        background: #fff;
        box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.1);
        border-radius: 0;
    }
}






.card-link {
  position: relative;
}

.card-link a:after{
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
}

.banner-author-holder {
    border-radius: 15px;
}

img, .wp-block-cover {
    border-radius: 15px;
}


body .banner-author-holder .banner-author-info h1 a {
    font-family: 'Amatic SC', sans-serif;
    font-size: 4.5rem;
    @media (max-width: 768px) {
        font-size: 2.5rem;
    }
    font-weight: 600;
    display: block;

}

body .banner-author-holder .banner-author-info p {
    font-family: 'Amatic SC', sans-serif;
    font-size: 2.5rem;
    @media (max-width: 768px) {
        font-size: 1.5rem;
    }
}






.page-404 .page-text {
    font-size: 170px;
    font-weight: 600;
    font-family: 'Amatic SC', sans-serif;
    line-height: 1.2;
}

.copyright {
    padding: 10px 0;
    text-align: center;
}


@media (max-width: 575px) {
    body {
        --wp--style--global--content-size: 640px !important;
        /*  this setting is the width of other div, p etc which do not have gutenberg width in case of having sidebar */
        --wp--style--global--wide-size: 686px !important;
        /*  this setting is the width of alignwide in case of having sidebar */
    }

    .content > div:not(.contact-footer) {
        padding-inline: 20px;
    }
}



/* End */

/* make same as editoir style spacening for each block */

/* end */

/* paginatinon */




  /* end */