@font-face {
    font-family: 'choplinsemibold';
    src: url('/wp-content/themes/fonts/choplinsemibold-webfont.woff2') format('woff2'),
         url('/wp-content/themes/fonts/choplinsemibold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}


@font-face {
    font-family: 'baloo_da_2extrabold';
    src: url('/wp-content/themes/fonts/balooda2-extrabold-webfont.woff2') format('woff2'),
         url('/wp-content/themes/fonts/balooda2-extrabold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
.site-title-english{
    font-family:"choplinsemibold";
    font-size:50px;
		font-weight:bold;
    text-transform: uppercase;
    text-shadow:1px 2px 2px #000;
}
.site-title-bengali{
    font-family:"baloo_da_2extrabold";
    font-size:50px;
    font-weight:bold;
    text-shadow:1px 2px 2px #000;
}
.site_header{
    background-color: var(--wp--preset--color--vivid-cyan-blue);
    position: sticky !important;
    top: 0px !important;
    color:#fff;
}
.is-modal-open.is-menu-open{
		z-index:999 !important;
}

.blog_home_header{
 background-color:var(--wp--preset--color--contrast-3);
 margin-top:0px !important;
}
.wp-block-post-terms__separator{
		display:none;
		margin-right:8px;
}
.taxonomy-post_tag.is-style-pill.wp-block-post-terms>a{
		margin-right:8px;
}
.is-position-sticky{
		z-index:4 !important;
}
@media only screen and (max-width: 600px) {
		h1.has-x-large-font-size{
			font-size: 1.2rem !important;
		}
  .site-title-english{
			font-size:30px !important;
		}
		.site-title-bengali {
				font-size:30px !important;
		}
		.wp-block-social-links{
				display:none !important;
		}
		.wp-block-site-logo{
				width: 40px !important;
				padding-bottom:10px;
				padding-top:10px;
		}
		.site_heading_row{
				display:none;
		}
		.has-x-large-font-size {
		}
		.wp-block-search__button.wp-element-button {
		padding-left:10px;
		padding-right:10px;
		}
}