@font-face {
	font-family: 'Bangla';
	src: url('../fonts/Charu-Chandan.ttf');
}
@font-face {
	font-family: 'BanglaBold';
	src: url('../fonts/Charu-Chandan-Bold.ttf');
}
@font-face {
	font-family: 'BanglaItalic';
	src: url('../fonts/Charu-Chandan-Italic.ttf');
}
@font-face {
	font-family: 'BanglaBoldItalic';
	src: url('../fonts/Charu-Chandan-Bold-Italic.ttf');
}
* {
	        transition: all 0.25s cubic-bezier(0.77, 0, 0.175, 1) 0s;
	     -o-transition: all 0.25s cubic-bezier(0.77, 0, 0.175, 1) 0s;
	   -moz-transition: all 0.25s cubic-bezier(0.77, 0, 0.175, 1) 0s;
	-webkit-transition: all 0.25s cubic-bezier(0.77, 0, 0.175, 1) 0s;
}
body, 
.site-title, 
.site-description,
.page-title {
	font-family: 'Bangla';
}
body {
	overflow: hidden;
	background: #d8dacf;
	font-size: 1.4em;
	color: #262626;
}
body:before {
	display: none;
}
h1, h2, h3, h4, h5, h6 {
	font-family: 'BanglaBold';
}
a {
	outline: 0 !important;
}
.site {
	max-width: none;
}
.site-main {
	padding: 5%;
}
.site-header {
	position: relative;
	margin: 0;
	padding: 0 10%;
}
.site-branding,
.site-header-line,
.site-header-bg,
.site-header-bg:before, 
.site-header-bg:after {
	display: none;
}
.site-header-title {
	padding: 50px 0 0 0;
	text-align: center;
}
.site-description {
	font-size: 14px;
}
body.home.page .site-branding {
	display: block;
	height: 325px;
	background: url('../img/gosaqu-cover.png') no-repeat center bottom;
}
body.home.page .site-header-line {
	display: block;
	position: absolute;
	z-index: -2;
	content: '';
	left: 0;
	top: 225px;
	width: 100%;
	border: 1px solid #c1c4b2;
}
body.home.page .site-header-bg {
	display: block;
	position: absolute;
	z-index: -1;
	content: '';
	left: calc(50% - 9px);
	top: 0;
	height: 325px;
	width: 35px;
	background: #9da287;
}
body.home.page .site-header-bg:before, 
body.home.page .site-header-bg:after {
	display: block;
	position: absolute;
	z-index: -1;
	content: '';
	left: -240px;
	top: 0;
	height: 0;
	width: 0;
	border-top: 325px solid #9da287;
	border-left: 240px solid transparent;
}
body.home.page .site-header-bg:after {
	left: auto;
	right: -240px;
	border-left: 0;
	border-right: 240px solid transparent;
}
body.page .entry-title {
	display: none;
}
.hentry, 
.page-header, 
.page-content {
	margin: 0 5%;
	padding: 5%;
	-webkit-box-shadow: none;
	   -moz-box-shadow: none;
	     -o-box-shadow: none;
	        box-shadow: none;
}
.page-header {
	border-left: 10px solid #ff3333;
}
.hentry + .hentry, 
.page-header + .hentry, 
.page-header + .page-content {
	margin-top: 5%;
}
.hentry {
	padding-top: 10%;
}
.site-footer {
	float: none;
	margin: 0;
	padding: 0;
	width: auto;
}
.site-footer .site-info {
	text-align: center;
	font-size: 1em;
}
.site-footer .site-info .chhobi {
	display: none;
}
.home.page .site-footer .site-info .chhobi {
	display: inline;
}
.page-title, 
.entry-title {
	font-size: 1.75em;
}
.entry-title {
	margin-bottom: 10px;
}
.entry-summary .more-link {
	font-family: 'Bangla';
	font-size: 12px;
	color: #9da287;
	border: 0;
}
.entry-summary .more-link:hover {
	border: 0;
}
.entry-content {
	position: relative;
}
.entry-content, 
.entry-summary {
	padding-bottom: 5%;
}
.entry-content h5 {
	margin: 10px 0 0 0; 
	border-bottom: 1px dashed #c1c4b2; 
	padding: 5px 15px 1px 0;
}
.entry-content h5 a	{
	color: #ff3333;
}
.entry-content pre {
	margin: 0;
	padding: 20px 0 0 0;
	border: 0;
	overflow: hidden;
	font-family: 'Bangla';
	background-color: transparent;
}
.entry-content p {
	text-align: justify;
}
.entry-content p,
.entry-content pre {
	font-size: 14px;
	color: #363636;
}
.entry-content p b,
.entry-content pre b {
	padding: 0 0 10px 0;
	font-size: 16px;
	font-family: 'BanglaBoldItalic';
	color: #ff3333;
}
.entry-content pre.jioko {
	padding: 10px 0 15px 0;
}
.entry-content i {
	padding: 5px 0;
	color: #767676;
}
.entry-content blockquote {
	margin: 0 0 20px 0;
	padding: 0 20px;
	font-family: 'BanglaItalic';
	font-style: normal;
	font-size: 2rem;
	border-left-color: #ff3333;
}
.entry-footer {
	margin: 0 0 40px 0;
	padding: 0 10%;
	background-color: transparent;
}
.entry-footer .posted-on,
.entry-footer .cat-links,
.entry-footer .edit-link,
.entry-footer .byline,
.entry-footer .tags-links .screen-reader-text,
.entry-summary .more-link .screen-reader-text {
	display: none;
}
.entry-footer .tags-links {
	font-family: 'Bangla';
	font-size: 16px;
	color: #787d60;
}
.entry-summary .more-link:after, 
.entry-footer .tags-links::before {
	content: none;
}
#site-navigation,
#widget-area,
#widget-area .widget,
.collapsing.categories.list {
	margin: 0;
	padding: 0;
	height: auto;
	width: auto;
	text-align: center;
}
.collapsing.categories.list ul {
	margin: 0;
}
.collapsing.categories.list .collapsing.categories {
	padding: 5px 0 !important;
	border-bottom: 1px solid rgba(193, 196, 178, 0.5) !important;
	font-size: 1em;
}
.collapsing.categories.list .collapsing.categories a {
	outline: 0 !important;
}
.collapsing.categories.list span.collapsing.categories {
	display: block;
}
.collapsing.categories.list .collapsing.categories.expandable {
	padding-bottom: 0 !important;
	border-bottom: 0 !important;
}
.collapsing.categories.list .collapsing.categories.expandable .collapsing.categories.item {
	border-bottom: 1px solid rgba(193, 196, 178, 0.2) !important;
	background-color: rgba(193, 196, 178, 0.05);
}
.collapsing.categories.list  .collapsing.categories.item a {
	display: block;
	font-size: 0.9em;
	color: #787d60;
	line-height: 1.2;
}
.collapsing.categories.list  .collapsing.categories.item.self a {
	font-weight: normal !important;
	color: #ff3333;
}
#widget-collapscat-2-top li.collapsing.categories.item:before,
#widget-collapscat-3-top li.collapsing.categories.item:before {
	content: '' !important;
}
.nowrap {
	white-space: nowrap;
}
#sidebar {
	display: none;
	z-index: 10000;
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	padding: 10%;
	background: rgba(255,255,255,0.99);
}
#sidebar #close {
	position: absolute;
	top: 15px;
	right: 15px;
	box-shadow: none;
}
#sidebar #collapscat-2,
#sidebar #collapscat-3, 
#sidebar #search-2,
#sidebar #shuchi-potro {
	display: none;
}
#bhumika {
	margin-bottom: 50px;
	padding: 0 50px;
	font-size: 1.25em;
	text-align: center;
	opacity: 0.6;
}
#bhumika i {
	font-size: 2em;
	color: #ff3333;
}
#menubar {
	text-align: center;
	padding-top: 5%;
}
#menubar.fixed {
	z-index: 10002;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	padding: 10px 0;
	border-bottom: 1px solid #c1c4b2;
	background-color: rgba(255,255,255,0.95);
}
#menubar.fixed.bottom {
	top: auto;
	bottom: 0;
	border-top: 1px solid #c1c4b2;
	border-bottom: 0;
}

#menubar a {
	margin: 0 2px;
}
#menubar a.disabled {
	color: #fff;
}
#menubar a.disabled .tipr_container_bottom {
	display: none !important;
}
#menubar #search {
	position: relative;
}
#menubar #search #search-box {
	display: none;
	position: absolute;
	top: 0;
	left: -220px;
	width: 250px;
	height: 50px;
	background-color: #fff;
}
#menubar #search #search-box #search-icon {
	float: left;
	width: 35px;
	height: 50px;
	font-size: 22px;
	color: rgba(48, 69, 88, 0.5);
	line-height: 50px;
	text-align: left;
	border-right: 1px solid #c1c4b2;
}
#menubar #search #search-box #search-place {
	float: left;
	width: 215px;
	height: 50px;
}
::-webkit-input-placeholder,
:-ms-input-placeholder {  
	font-family: 'BanglaItalic';
	font-size: 12px;
	color: #9da287;
}
*::-moz-placeholder,
.search-field {
	font-family: 'BanglaItalic';
	font-size: 12px;
	color: #9da287;
}
.search-field {
	color: #c1c4b2;
}
#menubar #search #search-box #search-place .search-field {
	float: left;
	margin: 0;
	padding: 0 10px;
	width: 100%;
	height: 50px;
	border: 0;
	background-color: transparent;
}
a.float {
	display: inline-block;
	width: 50px;
	height: 50px;
	text-align: center;
	font-family: 'FontAwesome';
	line-height: 56px;
	color: rgba(48, 69, 88, 0.25);
	border-radius: 40%;
	background-color: #fff;
	-webkit-box-shadow: 1px 1px 2px 0px rgba(157,162,135,0.25);
	   -moz-box-shadow: 1px 1px 2px 0px rgba(157,162,135,0.25);
	     -o-box-shadow: 1px 1px 2px 0px rgba(157,162,135,0.25);
	        box-shadow: 1px 1px 2px 0px rgba(157,162,135,0.25);
}
a.float.active,
a.float:hover {
	color: rgba(48, 69, 88, 0.8);
}
a.float i {
	font-size: 22px;
}
#sidebar #close i,
.dim-text {
	color: #ff3333;
}
#shuchi {
	position: absolute;
	top: 0;
	right: 0;
	border-bottom: 0;
}
.tipr_content {
	padding: 5px 12px;
	font-family: 'Bangla';
	font-size: 12px;
	color: #fff; 
	line-height: 1.2;
	background-color: #9da287;
}
.tipr_container_top {
	box-shadow: none;
	margin-top: -90px;
}
.tipr_container_bottom {
	box-shadow: none;
	margin-top: 3px;
}
.tipr_point_top:after {
	border-top-color: #9da287;
}
.tipr_point_bottom:after {
	border-bottom-color: #9da287;
}


@media (max-width: 954px) {
	.site-header {
		border: 0;
		background: transparent;
	}
	#sidebar .secondary {
		display: block;
		margin: 0;
		padding: 0;
		box-shadow: none;
		font-size: 1em;
		background: transparent;
	}
	.site-footer .site-info {
		padding: 5% 10%;
		font-size: 0.8em;
	}
}
@media (max-width: 619px) {
	body {
		font-size: 1.2em;
	}
	.site-main {
		padding: 5% 0 0 0;
	}
	.site-title {
		font-size: 1.25em;
	}
	.site-description {
		display: block;
		font-size: 0.75em;
	}
	.site-header-title {
		padding-top: 25px;
	}
	.site-footer {
		border-top-color: #9da287;
	}
	.hentry, 
	.page-header, 
	.page-content {
		margin-left: 0;
		margin-right: 0;
		padding-left: 0;
		padding-right: 0;
	}
	.page-title,
	.entry-title {
		font-size: 1.5em;
	}
	.entry-title {
		margin-bottom: 0;
	}
	.entry-footer .tags-links {
		margin-left: 0;
		padding-left: 0;
		font-size: 1.25em;
	}
	.page-title,
	.entry-header,
	.entry-content,
	.entry-summary,
	.entry-footer {
		padding: 0 20px;
	}
	.entry-content {
		padding-bottom: 20px;
	}
	.entry-content p,
	.entry-content pre {
		font-size: 12px;
	}
	.entry-footer {
		margin-bottom: 20px;
	}
	.page-title, 
	.tipr_content,
	.collapsing.categories.list .collapsing.categories {
		padding-top: 12px !important;
	}
	

	}
	#bhumika {
		margin-bottom: 25px;
		padding: 0 10px;
	}
	#menubar a {
		margin: 0;
	}
	#menubar #search #search-box {
		width: 230px;
		left: -200px;
	}
	#menubar #search #search-box #search-icon {
		line-height: 46px;
	}
	#menubar #search #search-box #search-place {
		width: 185px;
	}
	a.float i {
		font-size: 16px;
	}
	*::-webkit-input-placeholder,
	*:-ms-input-placeholder,
	*::-moz-placeholder,
	.search-field {
		font-size: 10px;
	}
}