/* 1. Theme default css */
/*@import url("https://fonts.maateen.me/charukola-ultra-light/font.css");*/

@import url('https://fonts.maateen.me/kalpurush/font.css');

body {
  font-family: "Kalpurush", sans-serif;
  font-weight: normal;
  font-style: normal;
}
/* font-family: 'Oswald', sans-serif; */
.img {
  max-width: 100%;
  transition: all 0.3s ease-out 0s;
}
.f-left {
  float: left;
}
.f-right {
  float: right;
}
.fix {
  overflow: hidden;
}
a,
.button {
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}
a:focus,
.button:focus {
  text-decoration: none;
  outline: none;
}
a:focus,
a:hover,
.portfolio-cat a:hover,
.footer -menu li a:hover {
  color: #2b96cc;
  text-decoration: none;
}
a,
button {
  color: #1696e7;
  outline: medium none;
}
.uppercase {
  text-transform: uppercase;
}
.capitalize {
  text-transform: capitalize;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal;
  color: #313131;
  margin-top: 0px;
  font-style: normal;
  font-weight: 400;
  text-transform: normal;
  font-family: "Kalpurush", sans-serif !important;
}
h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
  color: inherit;
}
h1 {
  font-size: 40px;
  font-weight: 500;
}
h2 {
  font-size: 35px;
}
h3 {
  font-size: 28px;
}
h4 {
  font-size: 22px;
}
h5 {
  font-size: 18px;
}
h6 {
  font-size: 16px;
}
ul {
  margin: 0px;
  padding: 0px;
}
li {
  list-style: none;
}
p {
  font-size: 14px;
  font-weight: normal;
  line-height: 28px;
  color: #000;
  margin-bottom: 15px;
  font-family: "Kalpurush", sans-serif !important;
}
hr {
  border-bottom: 1px solid #eceff8;
  border-top: 0 none;
  margin: 30px 0;
  padding: 0;
}
label {
  color: #7e7e7e;
  cursor: pointer;
  font-size: 14px;
  font-weight: 400;
}
*::-moz-selection {
  background: #d6b161;
  color: #fff;
  text-shadow: none;
}
::-moz-selection {
  background: #444;
  color: #fff;
  text-shadow: none;
}
::selection {
  background: #444;
  color: #fff;
  text-shadow: none;
}
*::-moz-placeholder {
  color: #555555;
  font-size: 14px;
  opacity: 1;
}
*::placeholder {
  color: #555555;
  font-size: 14px;
  opacity: 1;
}
.separator {
  border-top: 1px solid #f2f2f2;
}

/*start css */

/*:::::::::::::::::::::HEADER AREA::::::::::::::::::::::::::::::::::*/
body {
  font-family: "Kalpurush", Arial, sans-serif !important;
}
body,
html {
  background: #fbf9f4;
}
body,
input,
textarea {
  color: #333;
  font-size: 17px;
  line-height: 1.6470588235;
}

#page,
.inner {
  max-width: 1080px;
  padding: 0 15px;
  margin: 0 auto;
}

#site-header {
  padding: 30px 0 0;
  position: relative;
  z-index: 250;
  text-align: center;
  border-bottom: 1px solid #e13d3d;
}
.ezcol.ezcol-one-third img {
  width: 100%;
}

#site-header img {
  height: auto;
}
a img {
  border: none;
}
embed iframe,
img,
object {
  max-width: 100%;
}
#access,
#content,
#primary {
  margin: 0;
}
a,
abbr,
acronym,
address,
applet,
article,
aside,
audio,
b,
big,
blockquote,
body,
canvas,
caption,
center,
cite,
code,
dd,
del,
details,
dfn,
div,
dl,
dt,
em,
embed,
fieldset,
figcaption,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
html,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
mark,
menu,
nav,
object,
ol,
output,
p,
pre,
q,
ruby,
s,
samp,
section,
small,
span,
strike,
strong,
sub,
summary,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
time,
tr,
tt,
u,
ul,
var,
video {
  border: 0;
  vertical-align: baseline;
  margin: 0;
  padding: 0;
}
.aligncenter,
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}
#access ul {
  clear: left;
  width: 100%;
  margin: 5px 0 0;
  line-height: 0;
  list-style: none;
  text-align: justify;
}
#access ul li:first-of-type {
  margin-left: 0;
}
#access ul li {
  position: relative;
  display: inline-block;
  vertical-align: baseline;
  margin: 0 2.75%;
  margin-left: 2.75%;
  font-size: 16px;
  line-height: 1em;
  text-align: left;
}
#access ul {
  list-style: none;
}
#access ul li a {
  color: #333;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.08em;
  display: block;
  margin: 18px 0 12px;
  padding: 3px;
  text-decoration: none;
  cursor: pointer;
  -webkit-transition: color 0.2s ease;
  transition: color 0.2s ease;
}
.search-dropdown input::placeholder {
  font-size: 25px;
  color: #ccc;
}
#access .mobile-nav .nav-trigger,
#access ul li a,
.menu-footer-container li,
.menu-footer-menu-container ul li a,
.overlay-nav ul li a,
.text-uppercase,
h1,
h3 {
  text-transform: uppercase;
}
#access .mobile-nav {
  display: none;
}
#access .mobile-nav .nav-trigger {
  line-height: 52px;
  color: #333;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.08em;
}
#access ul li.search-trigger {
  width: 15px;
  line-height: 52px;
  vertical-align: middle;
  float: right;
  margin-right: 0;
  text-align: right;
}
#access .mobile-nav .nav-trigger i {
  margin-right: 5px;
}
.search-trigger,
.search-trigger i,
.search-trigger i::before {
  width: 15px;
}
.search-dropdown {
  position: relative;
  width: 100%;
  display: none;
  height: 68px;
  background: #fff;
  border: none;
}
.search-dropdown form {
  border: none;
}
.search-dropdown input#s {
  border: none !important;
  height: 68px;
  line-height: 68px;
  width: 100%;
  padding-right: 10%;
  font-size: 30px !important;
  color: #999 !important;
  -webkit-font-smoothing: antialiased !important;
}
.search-dropdown button {
  position: absolute;
  top: 20px;
  right: 20px;
}
.error404 #main button#searchsubmit,
.search-dropdown button {
  background: 0 0;
  border: none;
  color: #e13d3d;
  font-size: 18px;
  width: 32px;
}

/*:::::::::::::::::::::END HEADER AREA::::::::::::::::::::::::::::::::::*/

/*:::::::::::::::::::::MAIN AREA::::::::::::::::::::::::::::::::::*/
\ .home #main {
  margin: 50px auto 55px;
}
#main {
  clear: both;
  margin: 49px 0 24px;
}
#primary {
  width: 64.7619047619%;
  max-width: 680px;
}
#access,
#content,
#primary {
  margin: 0;
}
#primary,
.alignleft,
.avatar,
.photo-grid > div {
  float: left;
}
#content {
  width: 100%;
}
#access,
#content,
#primary {
  margin: 0;
}
.hentry:first-child {
  margin: 0 0 45px;
}
.hentry {
  margin: 72px 0 45px;
  position: relative;
  -ms-word-wrap: break-word;
  word-wrap: break-word;
}
.hentry,
abbr,
acronym,
dfn {
  border-bottom: 1px solid #e13d3d;
}
.entry-header {
  padding-bottom: 5px;
}
h3 {
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.08em;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  clear: both;
}
.entry-header a,
h1,
h1 a,
h2,
h2 a {
  color: #333;
}
a {
  color: #e13d3d;
  text-decoration: none;
  cursor: pointer;
}
.entry-content.jpibfi_container p {
  font-style: initial;
  font-size: 16px;
  color: #333;
}
.entry-header h1,
.entry-header h2 {
  margin: 0.5em 0;
  padding-bottom: 0;
}
h1,
h2 {
  clear: both;
  line-height: 1em;
  padding-bottom: 0.5em;
}
.entry-header a,
h1,
h1 a,
h2,
h2 a {
  color: #333;
}
.entry-header .byline {
  display: block;
  padding-bottom: 12px;
  font-size: 15px;
}
.hentry,
abbr,
acronym,
dfn {
  border-bottom: 1px solid #e13d3d;
}
.home #nav-below {
  clear: both;
  display: block;
}
.home .nav-previous {
  position: relative;
  top: 5px;
}
.nav-previous a {
  display: block;
  width: 285px;
  padding: 0.7em 0;
  text-align: center;
  border: 1px solid #e13d3d;
  background: #fff;
  font-size: 16px;
  margin: 0 auto;
  z-index: 50;
}
.ezcol-one-quarter,
.ezcol-one-half,
.ezcol-three-quarter,
.ezcol-one-third,
.ezcol-two-third,
.ezcol-one-fifth,
.ezcol-two-fifth,
.ezcol-three-fifth,
.ezcol-four-fifth {
  float: left;
  margin-right: 3%;
  position: relative;
  word-wrap: break-word;
  hyphens: auto;
  -moz-box-sizing: border-box !important;
  -webkit-box-sizing: border-box !important;
  box-sizing: border-box !important;
  text-rendering: optimizedLegibility;
  height: 360px;
}
.ezcol-one-third {
  width: 29.666%;
}
.post .entry-content img {
  display: block;
  max-width: 100%;
  height: auto;
  margin-bottom: 18px;
}
img.size-full,
img.size-large {
  width: auto;
  height: auto;
}
#main::after,
#nav-below::after,
#respond::after,
.comments-header::after,
.entry-meta::after,
.home #nav-below::after {
  content: "";
  display: table;
  width: 100%;
  height: 0.1px;
  clear: both;
}
.entry-header .byline a {
  color: #e13d3d;
}
.post .entry-content {
  font-size: 16px;
  line-height: 26px;
}
.post .entry-content {
  font-size: 15px;
  line-height: 24px;
  letter-spacing: -0.01em;
}
.post .entry-content,
.post-tags {
  -webkit-font-smoothing: antialiased;
}
.entry-content,
.entry-summary {
  padding: 0;
}
body,
input,
textarea {
  color: #333;
  font-size: 17px;
  line-height: 1.6470588235;
}
.entry-content a,
.entry-content img {
  max-width: 100%;
}
.entry-meta {
  clear: both;
  margin-top: 2.25em;
  padding: 0 0 9px;
}
.entry-date {
  margin-right: 0.5em;
  text-transform: uppercase;
}
.comments-link,
.entry-date,
.share-link {
  display: inline-block;
  vertical-align: middle;
  font-size: 13px;
  line-height: 30px;
  letter-spacing: 0.08em;
}
.share-link {
  text-align: center;
  text-transform: uppercase;
  margin-right: 4px;
}
.head_text {
  font-size: 16px;
  font-family: sans-serif !important;
  font-weight: 100;
  color: #2c2c2c;
}

p {
  margin-bottom: 18px;
}

.share-link {
  position: relative;
  z-index: 2;
}
.share-link::before {
  content: " / ";
  color: #333;
  margin-right: 4px;
}
.comments-link a {
  color: #333;
}
.comments-link span {
  color: #e13d3d;
  font-size: 24px;
}
.comments-link {
  float: right;
  font-size: 18px;
  color: #333;
  position: relative;
  top: 2px;
}
.post .entry-content {
  font-size: 16px;
  line-height: 26px;
}

/*sidebar area*/

#secondary {
  float: right;
  padding: 0 0 0;
  width: 300px;
}
.widget_cup-of-jo-about-widget {
  border-top: none;
  text-align: center;
}
.widget {
  clear: both;
  margin: 0 0 26px;
  padding: 0 0 20px;
  background: #fff;
}
.widget_cup-of-jo-about-widget a {
  color: #333;
}
embed iframe,
img,
object {
  max-width: 100%;
}
.about-widget h4 {
  margin: 14px 0 0;
  font-size: 15px;
  letter-spacing: 1.5px;
}
.about-widget h3 {
  font-size: 18px;
  margin-bottom: 4px;
}
.widget_cup-of-jo-about-widget a:focus h4,
.widget_cup-of-jo-about-widget a:hover h4 {
  color: #d03b39;
  -webkit-transition: color 0.2s ease;
  transition: color 0.2s ease;
}
.widget {
  clear: both;
  margin: 0 0 26px;
  padding: 0 0 20px;
  background: #fff;
}
.widget .custom-mailchimp-form {
  text-align: center;
}
.custom-mailchimp-form {
  position: relative;
  width: 100%;
}
.widget-title {
  color: #333;
  text-align: center;
  padding: 23px 0 21px;
  font-size: 18px;
}
.widget .custom-mailchimp-form input[type="email"] {
  width: 86.6666666667%;
  text-align: center;
}
.custom-mailchimp-form input[type="email"] {
  height: 40px;
  line-height: 40px;
  font-size: 14px;
  background: #fbf9f4;
}
.custom-mailchimp-form input {
  border: none;
  background: 0 0;
}
.custom-mailchimp-form input[type="submit"] {
  color: #e13d3d;
  position: absolute;
  right: 25px;
  top: 69px;
}
.clear {
  clear: both;
}
div#mce-error-response,
div#mce-success-response {
  font-size: 14px;
  color: #e13d3d;
  padding-top: 15px;
}
.widget_cup-of-jo-social-widget {
  text-align: center;
  padding: 0 0 20px;
}
.widget_cup-of-jo-social-widget a.social-link {
  clear: none;
}
.social-link,
.widget_cup-of-jo-social-widget a.social-link {
  display: inline-block;
  vertical-align: middle;
  margin-top: 0;
  padding-top: 3px;
  font-size: 21px;
  color: #333;
}
.social-link {
  width: 50px;
  height: 37px;
  border-right: 1px solid #999;
}
blockquote,
em,
i {
  font-style: italic;
}
.social-link,
.widget_cup-of-jo-social-widget a.social-link {
  font-size: 21px;
  color: #333;
}
.social-links {
  padding-bottom: 20px;
}
.popular h4 {
  padding: 0;
  text-transform: capitalize;
  margin: 30px 0 0;
}
.widget-title + .widget-title {
  padding-top: 0;
}
.popular h4 + h3 {
  font-size: 16px;
  margin-bottom: 31px;
  padding-bottom: 0;
}
.popular ol {
  margin: 0 20px;
  padding-right: 0;
}
.popular ol,
.widget ul ul,
ul.unstyled {
  list-style-type: none;
}
.popular ol li {
  counter-increment: step-counter;
  line-height: 18px;
  padding: 2px 0 0 40px;
  margin: 1em 0 31px;
  position: relative;
}
.popular ol li::before {
  content: counter(step-counter);
  margin-right: 0;
  font-size: 35px;
  color: #b7b7b7;
  width: 53px;
  text-align: center;
  position: absolute;
  top: 33%;
  left: -10px;
  -webkit-font-smoothing: antialiased;
}
.popular ol li {
  line-height: 18px;
}
.popular ol a {
  color: #333;
  -webkit-transition: color 0.2s ease;
  transition: color 0.2s ease;
}
.popular ol li:nth-of-type(10),
.popular ol li:nth-of-type(6),
.popular ol li:nth-of-type(7),
.popular ol li:nth-of-type(8),
.popular ol li:nth-of-type(9) {
  display: none;
}
.popular ol li,
.product p {
  font-size: 14px;
}
.popular ol a:focus,
.popular ol a:hover {
  color: #d03b39;
  -webkit-transition: color 0.2s ease;
  transition: color 0.2s ease;
}
.entry-content.jpibfi_container img {
  border: 1px solid #eee;
}
.book__name {
  font-size: 25px;
  font-weight: 700;
}
.search-trigger,
.nav-trigger {
  cursor: pointer;
}

.bars_mobile {
  display: none;
}
.overlay-nav {
  display: none;
}
.recommended .mini-grid-item,
.recommended .mini-grid-item .caption p,
.recommended .related-placeholder .caption p {
  margin-bottom: 0;
}
.recommended .mini-grid-item,
.recommended .related-placeholder {
  width: 15.9090909091%;
  max-width: 350px;
  display: inline-block;
  vertical-align: top;
  font-size: 14px;
  text-align: left;
}
.recommended .mini-grid-item a,
.recommended .mini-grid-item:hover strong,
.recommended .related-placeholder a,
.recommended .related-placeholder:hover strong {
  color: #333;
}
.recommended .mini-grid-item .caption,
.recommended .related-placeholder .caption {
  margin: 7px 0 15px;
}
.recommended .mini-grid-item strong,
.recommended .related-placeholder strong {
  text-transform: uppercase;
  display: block;
  font-size: 13px;
  letter-spacing: 0.1em;
}
strong {
  font-weight: 700;
}
.recommended {
  background: #fff;
  padding: 50px 0 0;
  text-align: center;
}
#page,
.inner {
  max-width: 1080px;
  padding: 0 15px;
  margin: 0 auto;
}
.recommended h4 {
  text-align: center;
  margin-bottom: 30px;
}
.post-grid {
  text-align: justify;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
#colophon {
  min-height: 240px;
  background: #333;
  color: #fff;
  -webkit-font-smoothing: antialiased;
}
#colophon {
  clear: both;
  overflow: hidden;
  padding-bottom: 20px;
}
.footer-about {
  width: 20.5%;
  margin-right: 50px;
  font-size: 14px;
}
.footer-about,
.footer-social,
.menu-footer-container {
  display: inline-block;
  vertical-align: top;
  margin-top: 42px;
}
.footer-about p {
  margin-bottom: 0;
  color: #fff;
}
.footer-about a {
  color: #e13d3d;
  font-size: 16px;
}
#colophon a em {
  -webkit-font-smoothing: subpixel-antialiased;
  color: #e13d3d;
}
.footer-navigation {
  width: 73%;
  display: inline-block;
  vertical-align: top;
}
.menu-footer-container {
  width: 67%;
  -webkit-column-count: 3;
  column-count: 3;
  -webkit-column-gap: 40px;
  column-gap: 40px;
  -webkit-column-rule: 1px outset #999;
  column-rule: 1px outset #999;
  border-left: 1px solid #999;
  padding-left: 1.25em;
}
.footer-about,
.footer-social,
.menu-footer-container {
  display: inline-block;
  vertical-align: top;
  margin-top: 42px;
}
.footer-social {
  width: 30%;
  min-width: 215px;
  margin-right: 10px;
  float: right;
  text-align: center;
}
.footer-about,
.footer-social,
.menu-footer-container {
  display: inline-block;
  vertical-align: top;
  margin-top: 42px;
}
.menu-footer-container ul {
  list-style: none;
  margin: 0;
}
.menu-footer-container li {
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.08em;
  margin-bottom: 0.75em;
}
#access .mobile-nav .nav-trigger,
#access ul li a,
.menu-footer-container li,
.menu-footer-menu-container ul li a,
.overlay-nav ul li a,
.text-uppercase,
h1,
h3 {
  text-transform: uppercase;
}
.menu-footer-container a {
  color: #fff;
}
.footer-social h3 {
  margin-bottom: 1.75em;
}
.footer-social .social-links a {
  color: #fff;
  -webkit-font-smoothing: antialiased;
}
.social-link {
  width: 50px;
  height: 37px;
  border-right: 1px solid #999;
}
.social-link,
.widget_cup-of-jo-social-widget a.social-link {
  display: inline-block;
  vertical-align: middle;
  margin-top: 0;
  padding-top: 3px;
  font-size: 21px;
}
.footer-navigation h3 {
  color: #fff;
}
.recommended img {
  height: 156px;
}
.footer-social .social-links a {
  color: #fff;
}
.adthrive-footer-message {
  margin-bottom: 100px;
}
.adthrive-ccpa-link,
.adthrive-footer-message,
.adthrive-privacy-preferences {
  text-align: center;
  margin-top: 5px;
}
.adthrive-ccpa-link,
.adthrive-ccpa-link span,
.adthrive-footer-message span,
.adthrive-privacy-preferences a {
  font-size: 13px;
  color: #b2b2b2;
}
.adthrive-ccpa-link,
.adthrive-footer-message,
.adthrive-privacy-preferences {
  text-align: center;
  margin-top: 5px;
}
.adthrive-footer-message > span {
  text-transform: uppercase;
  border-top: 1px solid #b2b2b2;
  padding-top: 5px;
}
.adthrive-ccpa-link,
.adthrive-ccpa-link span,
.adthrive-footer-message span,
.adthrive-privacy-preferences a {
  font-size: 13px;
  color: #b2b2b2;
}
.adthrive-ccpa-link a {
  color: #e13d3d !important;
}

/*catagroy*/

.entry-header {
  padding-bottom: 5px;
}
h1.archive-title.category-title {
  text-transform: none;
}
.entry-header h1,
.entry-header h2 {
  margin: 0.5em 0;
  padding-bottom: 0;
}
h1.archive-title {
  text-align: center;
  margin: -2px 0 1.5em !important;
  padding-bottom: 0;
  font-size: 35px;
  font-weight: 400;
  letter-spacing: 0.03em;
  text-transform: capitalize;
}
#content {
  width: 100%;
}
#access,
#content,
#primary {
  margin: 0;
}
.post-grid {
  text-align: justify;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.grid-item {
  width: 47%;
  max-width: 326px;
  display: inline-block;
  vertical-align: top;
  margin-bottom: 50px;
  font-size: 14px;
  text-align: left;
  background: #fff;
  overflow: hidden;
}

.grid-item .caption {
  position: relative;
  margin: 20px 18px;
  height: 88px !important;
}
.grid-item a {
  color: #000;
  font-size: 20px;
  font-weight: 500;
}
.grid-item .caption a {
	color: #000 !important;
	font-size: 20px !important;
	font-weight: 500 !important;
	height: 40px;
	display: block;
	overflow: hidden;
}
.excerpt {
  padding-top: 30px;
  background: none !important;
}
.grid-item .excerpt {
  background: #fff;
  position: relative;
  z-index: 5;
  -webkit-transform: translateY(0);
  transform: translateY(0);
  -webkit-transition: -webkit-transform 0.5s ease;
  transition: -webkit-transform 0.5s ease;
  transition: transform 0.5s ease;
  transition: transform 0.5s ease, -webkit-transform 0.5s ease;
}
.grid-item .secondary-caption {
  position: absolute;
  top: 26px;
  left: 0;
  font-size: 13px;
  z-index: 2;
}
.grid-item .caption p {
  margin-bottom: 0;
  background: #fff;
  color: #000;
  font-size: 13px;
}
.entry-date {
  margin-right: 0.5em;
  text-transform: uppercase;
}
.comments-link,
.entry-date,
.share-link {
  display: inline-block;
  vertical-align: middle;
  font-size: 13px;
  line-height: 30px;
  letter-spacing: 0.08em;
}
.mini-comments-link {
  padding-left: 16px;
  font-size: 12px;
  letter-spacing: 0.02em;
}
.mini-comments-link,
.mini-comments-link img {
  vertical-align: middle;
  display: inline-block;
}
.yarpp-related .grid-item {
  width: 31.7333333333%;
  max-width: 350px;
  margin-right: 0;
}
.yarpp-related .grid-item .caption {
  margin: 7px 12px 15px;
  min-height: 67px;
}
.yarpp-related .grid-item strong {
  text-transform: uppercase;
  display: block;
  font-size: 13px;
  letter-spacing: 0.1em;
}
.yarpp-related .grid-item .excerpt {
  min-height: 0;
}
.yarpp-related .grid-item .entry-date {
  font-weight: 400;
}
.yarpp-related .grid-item .mini-comments-link a {
  color: #e13d3d;
  font-weight: 400 !important;
}
#comments {
  background: #fff;
  padding: 26px 36px 16px 33px;
  font-size: 15px;
}
.comments-header {
  padding-bottom: 26px;
  border-bottom: 1px solid #d6d6d6;
}
.commentlist {
  list-style: none;
  margin: 0 auto;
  width: 100%;
}
#respond {
  margin: 0 0 1.5em;
  padding: 30px 0 0;
  position: relative;
  width: 100%;
  background: #fff;
  clear: both;
}
#comments .comments-link {
  display: inline-block;
  vertical-align: middle;
  float: none;
}
#comments .comments-link {
  line-height: 51px;
}
.comments-link {
  float: right;
  font-size: 18px;
  color: #333;
  position: relative;
  top: 2px;
}
.comments-link,
.entry-date,
.share-link {
  display: inline-block;
  vertical-align: middle;
  font-size: 13px;
  line-height: 30px;
  letter-spacing: 0.08em;
}
.btn {
  display: inline-block;
  cursor: pointer;
  float: right;
  padding: 10px 30px;
  clear: both;
  border: 1px solid #e13d3d;
  background: #fff;
  font-size: 18px;
  color: #e13d3d;
  text-transform: lowercase;
}
#main::after,
#nav-below::after,
#respond::after,
.comments-header::after,
.entry-meta::after,
.home #nav-below::after {
  content: "";
  display: table;
  width: 100%;
  height: 0.1px;
  clear: both;
}
.comments-link a {
  color: #333;
}
.comments-link span {
  color: #e13d3d;
  font-size: 24px;
}
.commentlist > li.comment {
  position: relative;
  border-bottom: 1px solid #d6d6d6;
}
article.comment {
  padding: 0 0 12px;
  margin-top: 40px;
  word-wrap: break-word;
}
.comment-footer-meta,
.comment-meta {
  font-size: 13px;
}
.comment-footer-meta,
.comment-meta,
.fn,
.nav-next-simple a,
.nav-previous-simple a {
  text-transform: uppercase;
  letter-spacing: 0.1em;
}
.comment-content {
  max-width: 622px;
}
.fn {
  display: block;
  clear: left;
  color: #333;
  font-weight: 700;
}
.comment-content p:last-of-type {
  margin-bottom: 0;
}
a.comment-reply-link {
  color: #e13d3d;
  display: inline-block;
  text-decoration: none;
  margin-top: 10px;
}
.yarpp-related .caption a {
  font-size: 12px !important;
  font-weight: 600;
}
.btn:focus,
.btn:hover {
  background: #e13d3d;
  color: #fff;
}
.commentlist > li.comment {
  position: relative;
  border-bottom: 1px solid #d6d6d6;
}
article.comment {
  padding: 0 0 12px;
  margin-top: 40px;
  word-wrap: break-word;
}
article.comment {
  padding: 0 0 12px;
  margin-top: 40px;
  word-wrap: break-word;
}
.commentlist .children > li.bypostauthor,
.commentlist .children > li.byuser,
.commentlist > li.bypostauthor,
.commentlist > li.byuser {
  padding-bottom: 40px;
}
.commentlist .children li.comment {
  position: relative;
}
.commentlist .children > li.bypostauthor article.comment,
.commentlist .children > li.byuser article.comment,
.commentlist > li.bypostauthor article.comment,
.commentlist > li.byuser article.comment {
  padding: 25px 25px 20px;
}

.comment-author-joanna article {
  background: #fdf4f4;
  padding: 25px 25px 20px;
}
.comment-footer-meta,
.comment-meta {
  font-size: 13px;
}

.comment-footer-meta,
.comment-meta,
.fn,
.nav-next-simple a,
.nav-previous-simple a {
  text-transform: uppercase;
  letter-spacing: 0.1em;
}
.fn {
  display: block;
  clear: left;
  color: #333;
  font-weight: 700;
}
.commentlist .children {
  list-style: none;
  margin: 0 0 10px 30px;
}
#respond {
  margin: 0 0 1.5em;
  padding: 30px 0 0;
  position: relative;
  width: 100%;
  background: #fff;
  clear: both;
}
label {
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  margin: 20px 0 5px;
  display: block;
}
h6,
label {
  font-weight: 700;
}
#respond textarea {
  width: 100%;
  min-height: 150px;
  resize: vertical;
}
#respond input[type="search"],
#respond input[type="email"],
#respond input[type="number"],
#respond input[type="password"],
#respond input[type="tel"],
#respond input[type="text"],
#respond input[type="url"],
#respond input[type="color"],
#respond input[type="date"],
#respond input[type="datetime"],
#respond input[type="datetime-local"],
#respond input[type="month"],
#respond input[type="time"],
#respond input[type="week"],
#respond textarea {
  position: relative;
  background: #fbf9f4;
  border: none;
}
#respond .comment-form-author,
#respond .comment-form-comment,
#respond .comment-form-email,
#respond .comment-form-url {
  position: relative;
  display: block;
  clear: both;
  margin: 5px 0 20px;
}
#cancel-comment-reply-link {
  color: #333;
  display: block;
  position: absolute;
  right: 1.5em;
  top: 1.1em;
  margin-left: 10px;
  text-decoration: none;
}
#respond .comment-form-author label,
#respond .comment-form-comment label,
#respond .comment-form-email label,
#respond .comment-form-url label {
  text-transform: uppercase;
  display: block;
  clear: left;
  color: #333;
  font-weight: 700;
  letter-spacing: 0.1em;
  padding: 0 0 8px;
  position: relative;
  z-index: 1;
}
#respond input[type="search"],
#respond input[type="email"],
#respond input[type="number"],
#respond input[type="password"],
#respond input[type="tel"],
#respond input[type="text"],
#respond input[type="url"],
#respond input[type="color"],
#respond input[type="date"],
#respond input[type="datetime"],
#respond input[type="datetime-local"],
#respond input[type="month"],
#respond input[type="time"],
#respond input[type="week"] {
  width: 100%;
}
#respond input[type="search"],
#respond input[type="email"],
#respond input[type="number"],
#respond input[type="password"],
#respond input[type="tel"],
#respond input[type="text"],
#respond input[type="url"],
#respond input[type="color"],
#respond input[type="date"],
#respond input[type="datetime"],
#respond input[type="datetime-local"],
#respond input[type="month"],
#respond input[type="time"],
#respond input[type="week"],
#respond textarea {
  position: relative;
  background: #fbf9f4;
  border: none;
}
#respond p {
  margin-bottom: 1em;
}
.comment-subscription-form {
  margin-bottom: 1em;
}
.comment-subscription-form {
  clear: both;
  display: block;
}
.comment-subscription-form .subscribe-label {
  display: inline !important;
}
#respond .form-submit {
  margin: 1em 0;
  clear: both;
}
#respond input[type="submit"] {
  cursor: pointer;
  float: right;
  margin: 10px 0;
  padding: 10px 30px;
  clear: both;
  border: 1px solid #e13d3d;
  background: #fff;
  font-style: italic;
  font-size: 18px;
  color: #e13d3d;
  text-transform: lowercase;
}
#cancel-comment-reply-link {
  color: #333;
  display: block;
  position: absolute;
  right: 1.5em;
  top: 4.1em;
  margin-left: 10px;
  text-decoration: none;
}
.logo img {
	background-image: url(../img/Ashif-Entaz-Robi.jpg);
	background-size: 150px;
	background-repeat: no-repeat;
	background-position: left 27% bottom 8%;
}

.comment-respond.show_last {
  display: block !important;
}


#flash{
	display: none;
}
.spinner {
  margin: 5px;
  width: 50px;
  height: 40px;
  text-align: center;
  font-size: 10px;
}

.spinner > div {
  background-color: #333;
  height: 100%;
  width: 6px;
  display: inline-block;
  
  -webkit-animation: sk-stretchdelay 1.2s infinite ease-in-out;
  animation: sk-stretchdelay 1.2s infinite ease-in-out;
}

.spinner .rect2 {
  -webkit-animation-delay: -1.1s;
  animation-delay: -1.1s;
}

.spinner .rect3 {
  -webkit-animation-delay: -1.0s;
  animation-delay: -1.0s;
}

.spinner .rect4 {
  -webkit-animation-delay: -0.9s;
  animation-delay: -0.9s;
}

.spinner .rect5 {
  -webkit-animation-delay: -0.8s;
  animation-delay: -0.8s;
}

@-webkit-keyframes sk-stretchdelay {
  0%, 40%, 100% { -webkit-transform: scaleY(0.4) }  
  20% { -webkit-transform: scaleY(1.0) }
}

@keyframes sk-stretchdelay {
  0%, 40%, 100% { 
    transform: scaleY(0.4);
    -webkit-transform: scaleY(0.4);
  }  20% { 
    transform: scaleY(1.0);
    -webkit-transform: scaleY(1.0);
  }
}





@media only screen and (max-width: 767px) {
  #access .desktop-nav {
    display: none;
  }
  #access .mobile-nav {
    display: block;
  }
  .overlay-nav ul li a {
    color: #000;
    line-height: 47px;
  }
  #primary {
    width: 100%;
    max-width: 100%;
    margin-bottom: 40px;
  }
  .ezcol-one-quarter,
  .ezcol-one-half,
  .ezcol-three-quarter,
  .ezcol-one-third,
  .ezcol-two-third,
  .ezcol-one-fifth,
  .ezcol-two-fifth,
  .ezcol-three-fifth,
  .ezcol-four-fifth {
    height: 260px;
  }
  .ezcol.ezcol-one-third p {
    font-size: 12px !important;
    line-height: 19px !important;
  }
  #secondary {
    float: none;
    width: 100%;
    padding: 0 0 0px;
  }
  .recommended .mini-grid-item,
  .recommended .related-placeholder {
    width: 45%;
  }
  #colophon {
    padding-bottom: 40px;
  }
  #colophon {
    padding: 0px 0;
    padding-bottom: 40px;
  }
  .footer-about {
    width: 100%;
    padding: 0 30px;
    text-align: center;
    margin-bottom: 30px;
  }
  .footer-navigation {
    width: 100%;
    clear: both;
    padding: 0 20px;
    border-left: none;
  }
  .menu-footer-container {
    text-align: center;
    clear: both;
    padding-left: 0;
  }
  .footer-social {
    text-align: center;
    margin-right: auto;
    margin-left: auto;
    clear: both;
  }
  .menu-footer-container {
    width: 100%;
  }
  .footer-social {
    width: 100%;
  }
  .yarpp-related .grid-item {
    width: 60%;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }
  .yarpp-related .caption a {
    font-size: 11px !important;
  }
  #comments .comments-link + .btn {
    width: 100%;
    margin-top: 10px;
    text-align: center;
  }
  .grid-item {
    width: 100%;
  }
  .logo img {
    background-size: 17%;
    background-position: left 91px top 24px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .logo img {
    background-position: left 30% bottom -74%;
  }
  .ezcol-one-quarter,
  .ezcol-one-half,
  .ezcol-three-quarter,
  .ezcol-one-third,
  .ezcol-two-third,
  .ezcol-one-fifth,
  .ezcol-two-fifth,
  .ezcol-three-fifth,
  .ezcol-four-fifth {
    height: 316px;
  }
  .recommended .mini-grid-item,
  .recommended .related-placeholder {
    width: 24.3%;
  }
  .grid-item {
    width: 49%;
  }
  .grid-item .caption a {
    font-size: 15px !important;
  }
  .yarpp-related .grid-item {
    width: 32%;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  #primary {
    width: 100%;
    max-width: 100%;
  }
  #secondary {
    float: none;
    width: 100%;
    padding: 0 0 30px;
  }
  .footer-about,
  .footer-navigation {
    width: 100%;
  }
  .logo img {
    background-size: 17%;
  }
  .ezcol-one-quarter,
  .ezcol-one-half,
  .ezcol-three-quarter,
  .ezcol-one-third,
  .ezcol-two-third,
  .ezcol-one-fifth,
  .ezcol-two-fifth,
  .ezcol-three-fifth,
  .ezcol-four-fifth {
    height: 417px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .logo img {
    background-position: left 30% bottom -140%;
  }
}
/*:::::::::::::::::::::END MAIN AREA::::::::::::::::::::::::::::::::::*/
