body {
  background-color: #fdfaf5;
  font-family: 'Times New Roman', TimesNewRoman, Times, Baskerville, Georgia, serif;
  color: #000;
  font-size: 16px;
  line-height: 28px;
  /*cursor: none;*/
}

h1 {
  display: inline-block;
  margin-top: 0px;
  margin-bottom: 0px;
  font-size: 42px;
  line-height: 52px;
  font-weight: 400;
  letter-spacing: 1px;
}

p {
  margin-bottom: 10px;
}

.container {
  position: relative;
  overflow: hidden;
  width: 100%;
  max-width: 1280px;
  padding-right: 40px;
  padding-left: 40px;
}

.container.menu {
  padding-right: 0px;
  padding-left: 0px;
}

.container.overflow-visible {
  overflow: visible;
}

.blog-col {
  border-bottom: 1px solid #000;
}

.blog-col.large {
  width: 66.66%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

.blog-col.small {
  width: 33.33%;
}

.blog-col.small.border-left {
  border-left: 1px solid #000;
}

.blog-col.small.border-right {
  border-right: 1px solid #000;
}

.blog-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.blog-link {
  display: block;
  color: #000;
  text-decoration: none;
  /*cursor: none;*/
}

.blog-img-b {
  position: relative;
  overflow: hidden;
  margin: 0px auto;
  text-align: center;
  max-width: 768px;
}
.blog-img-b .img {
  height: 200px;
  object-fit: cover;
}
.blog-details-b .blog-img-b {
  margin-top: 25px;
}
.blog-details-b .blog-img-b .img {
  height: auto;
  object-fit: fill;
}

.blog-img-src {
  text-align: center;
  color: gray;
  margin-bottom: 25px;
}

.blog-img-b.hide-desktop {
  display: none;
}

.blog-b {
  position: relative;
  padding-top: 50px;
  padding-bottom: 50px;
  border-bottom: 1px solid #000;
  line-height: 26px;
}

.blog-b.left {
  padding-right: 50px;
}

.blog-b.left.full-height {
  height: 100%;
}

.blog-b.right {
  padding-left: 50px;
}

.blog-b.right.full-height {
  height: 100%;
}

.tag {
  display: inline-block;
  -webkit-transition: opacity 500ms ease;
  transition: opacity 500ms ease;
  font-family: 'Source Sans Pro', sans-serif;
  color: #9f7a52;
  font-size: 15px;
  line-height: 25px;
  font-weight: 600;
  letter-spacing: 1px;
  text-decoration: none;
  text-transform: uppercase;
  /*cursor: none;*/
}

.tag:hover {
  opacity: 0.5;
}

.img {
  display: block;
  width: 100%;
}

.btn-icon {
  display: block;
}

.blog-btn {
  margin-right: 25px;
  -webkit-transition: color 500ms ease;
  transition: color 500ms ease;
  color: #6a6a6a;
  font-size: 15px;
  line-height: 25px;
  text-decoration: none;
  /*cursor: none;*/
}

.blog-btn:hover {
  color: #9f7a52;
}

.btn-align {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.btn-icon-b {
  position: relative;
  margin-right: 5px;
}

.btn-icon-hover {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: block;
}

.home.blog-post {
  margin-top: 25px;
  overflow: hidden;
  text-overflow: ellipsis;
}

.blog-post-txt-col {
  width: 55%;
  float: left;
}

.blog-post-img-col {
  width: 45%;
  padding-left: 5%;
  float: right;
}

.paragraph-first-txt {
  display: inline-block;
  margin-right: 8px;
  float: left;
  font-size: 50px;
  line-height: 46px;
}

.txt-link {
  -webkit-transition: color 500ms ease;
  transition: color 500ms ease;
  color: #000;
  text-decoration: none;
  /*cursor: none;*/
}

.txt-link:hover {
  color: #9f7a52;
}

.footer {
  margin-top: -1px;
  padding-top: 50px;
  padding-bottom: 50px;
  border-top: 1px solid #000;
}

.header {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  border-bottom: 1px solid #000;
  background-color: #fdfaf5;
}

.nav-menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding-top: 15px;
  padding-bottom: 15px;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.top {
  padding-top: 25px;
  padding-bottom: 25px;
  border-bottom: 1px solid #000;
}

.top-date-txt02 {
  font-size: 20px;
  font-style: italic;
  font-weight: 700;
}

.top-date-txt01 {
  position: relative;
  z-index: 1;
  display: inline-block;
  padding-right: 10px;
  float: left;
  background-color: #fdfaf5;
  font-size: 30px;
  line-height: 30px;
  font-style: italic;
  font-weight: 700;
}

.top-date {
  display: inline-block;
  float: left;
}

.nav-link {
  position: relative;
  width: 80%;
  font-family: 'Source Sans Pro', sans-serif;
  color: #000;
  font-size: 15px;
  line-height: 25px;
  font-weight: 600;
  text-align: center;
  letter-spacing: 1px;
  text-decoration: none;
  text-transform: uppercase;
  /*cursor: none;*/
}

.nav-link-hover-mask {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 0px;
  height: 15px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.nav-link-hover {
  position: absolute;
  left: 50%;
  top: auto;
  right: auto;
  bottom: 0%;
  width: 90%;
  height: 15px;
  background-color: #fed6a6;
  -webkit-transform: translate(-50%, 0px) skew(-20deg, 0deg);
  -ms-transform: translate(-50%, 0px) skew(-20deg, 0deg);
  transform: translate(-50%, 0px) skew(-20deg, 0deg);
}

.nav-link-txt {
  position: relative;
  z-index: 1;
}

.top-date-txt-b {
  position: relative;
}

.top-date-line {
  position: absolute;
  left: auto;
  top: 50%;
  right: 0%;
  bottom: auto;
  width: 100%;
  height: 1px;
  background-color: #000;
  -webkit-transform: translate(0px, -50%);
  -ms-transform: translate(0px, -50%);
  transform: translate(0px, -50%);
}

.header-btn-contact {
  position: absolute;
  left: auto;
  top: 50%;
  right: 0%;
  bottom: auto;
  width: 34px;
  height: 34px;
  margin-right: 40px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border: 1px solid #000;
  border-radius: 100%;
  -webkit-transform: translate(0px, -50%);
  -ms-transform: translate(0px, -50%);
  transform: translate(0px, -50%);
  /*cursor: none;*/
}

.header-btn-contact:hover {
  border-color: #9f7a52;
}

.header-btn-contact-icon {
  position: absolute;
  left: 50%;
  top: 50%;
  right: auto;
  bottom: auto;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.nav-link-b {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border-right: 1px solid #000;
  text-align: center;
}

.nav-link-txt-hover {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  z-index: 1;
  opacity: 0;
}

.mask {
  position: absolute;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: 0%;
  background-color: #fdfaf5;
}

.txt-b {
  position: relative;
  display: inline-block;
  overflow: hidden;
}

.heading-b {
  position: relative;
  display: inline-block;
  overflow: hidden;
  margin-bottom: 25px;
}

.header-btn-contact-icon-hover {
  position: absolute;
  left: 50%;
  top: 50%;
  right: auto;
  bottom: auto;
  z-index: 1;
  opacity: 0;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.header-btn-contact-bg {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  border-radius: 100%;
  background-color: #9f7a52;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
}

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

.blog-details-b {
  margin-top: 50px;
}

.blog-details-date {
  color: #6a6a6a;
  font-size: 15px;
  line-height: 27px;
}

.blog-details-heading-b {
  position: relative;
  display: inline-block;
  overflow: hidden;
  margin-bottom: 10px;
}

.blog-details-heading-b h1 a {
  color: black;
  text-decoration: none;
}

.blog-details-txt-quote {
  display: block;
  font-size: 20px;
  font-style: italic;
}

.blog-details-txt-quote02 {
  display: block;
  color: #6a6a6a;
  font-size: 18px;
  font-style: italic;
}

.blog-details-comments-status {
  display: inline-block;
  margin-right: 25px;
  color: #6a6a6a;
  font-size: 15px;
  line-height: 25px;
  text-decoration: none;
}

.blog-details-comments {
  margin-top: 5px;
  padding-top: 15px;
  border-top: 1px solid #000;
  color: #6a6a6a;
  font-size: 15px;
}

.blog-details-comments-b {
  margin-top: 50px;
}

.blog-details-comments-txt {
  margin-bottom: 5px;
}

.blog-details-viewall {
  float: right;
  -webkit-transition: color 500ms ease;
  transition: color 500ms ease;
  color: #6a6a6a;
  font-size: 15px;
  line-height: 25px;
  text-decoration: none;
  /*cursor: none;*/
}

.blog-details-viewall:hover {
  color: #9f7a52;
}

.blog-details-comments-expand {
  overflow: hidden;
}

.blog-details-comments-form {
  position: relative;
  margin-top: 25px;
}

.blog-details-comments-txt-area {
  min-height: 170px;
  border: 1px solid #000;
  border-radius: 0px;
  background-color: transparent;
}

.blog-details-comments-submit {
  position: absolute;
  left: auto;
  top: auto;
  right: 0%;
  bottom: 0%;
  width: 34px;
  height: 34px;
  margin-right: 15px;
  margin-bottom: 15px;
  border-radius: 100%;
  background-color: #000;
  -webkit-transition: background-color 500ms ease;
  transition: background-color 500ms ease;
  color: transparent;
  /*cursor: none;*/
}

.blog-details-comments-submit:hover {
  background-color: #9f7a52;
}

.section-content {
  padding-bottom: 50px;
}

.footer-txt-mobile {
  display: none;
}

.blog-details-comments-submit-hover {
  position: absolute;
  left: 50%;
  top: 50%;
  right: 0%;
  bottom: 0%;
  width: 0px;
  height: 0px;
  border-radius: 100%;
  background-color: #9f7a52;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.blog-details-comments-submit-icon {
  position: absolute;
  left: 50%;
  top: 50%;
  margin-top: 1px;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.contact-txt01 {
  font-size: 75px;
  line-height: 75px;
  font-weight: 700;
  letter-spacing: 2px;
}

.contact-txt02 {
  font-size: 28px;
}

.italic-text {
  letter-spacing: 0.5px;
}

.contact-b {
  margin-top: 100px;
  margin-bottom: 50px;
}

.form-txt-field {
  margin-top: 50px;
  margin-bottom: 0px;
  padding-right: 0px;
  padding-bottom: 15px;
  padding-left: 0px;
  border-style: none none solid;
  border-width: 1px;
  border-color: #000;
  border-radius: 0px;
  background-color: transparent;
  color: #000;
  font-size: 24px;
  font-style: italic;
}
.form-txt-field.is-invalid,
.form-txtarea.is-invalid {
  border-color: #F00;
}
.invalid-feedback {
  color: #F00;
}

.form-col {
  width: 50%;
  padding-right: 3%;
  padding-left: 3%;
  float: left;
}

.form-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: -3%;
  margin-left: -3%;
}

.form-txtarea {
  min-height: 100%;
  padding-top: 50px;
  padding-right: 0px;
  padding-left: 0px;
  border-style: solid;
  border-width: 0px 0px 1px;
  border-color: #000;
  border-radius: 0px;
  background-color: transparent;
  font-size: 24px;
  font-style: italic;
}

.ad01 {
  width: 100%;
  max-width: 728px;
  /*cursor: none;*/
}

.ad-b01 {
  position: relative;
  z-index: 2;
  margin-bottom: 25px;
  text-align: center;
}

.ad-b02 {
  margin-top: 25px;
  text-align: center;
}

.ad02 {
  width: 100%;
  max-width: 300px;
  /*cursor: none;*/
}

.contact-form-submit-b {
  margin-top: 50px;
  text-align: right;
}

.contact-form-submit-btn {
  color: #000;
  text-decoration: none;
  /*cursor: none;*/
}

.contact-form-submit-line {
  width: 250px;
  height: 1px;
  background-color: #000;
}

.contact-form-submit-line-b {
  position: relative;
  margin-top: 10px;
}

.contact-form-submit-img {
  position: absolute;
  left: 0%;
  top: 50%;
  right: auto;
  bottom: auto;
  -webkit-transform: translate(0px, -50%);
  -ms-transform: translate(0px, -50%);
  transform: translate(0px, -50%);
}

.all {
  padding-top: 167px;
}

.blog-hover {
  position: absolute;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: 1;
  display: none;
  overflow: hidden;
}

.cursor-wrapper {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 1000;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.cursor-dot {
  position: absolute;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #9f7a52;
}

.cursor-circle {
  position: absolute;
  width: 40px;
  height: 40px;
  border-style: solid;
  border-width: 2px;
  border-color: rgba(159, 122, 82, 0.25);
  border-radius: 50%;
}

.logo-b {
  position: absolute;
  left: 50%;
  top: 50%;
  right: auto;
  bottom: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.logo-icon-b {
  position: relative;
  float: left;
}

.logo-name-b {
  position: relative;
  display: inline-block;
  margin-left: 25px;
}

.logo-name {
  position: relative;
  z-index: 1;
  margin-left: 20px;
  height: 50px;
}

.logo-icon02 {
  position: absolute;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: 0%;
  margin-right: -25px;
}

.logo-highlight {
  position: absolute;
  left: 0%;
  top: auto;
  right: auto;
  bottom: 0%;
  margin-left: 25px;
}

.logo-name-mask {
  position: absolute;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 1;
  background-color: #fdfaf5;
}

.logo-b-mobile {
  position: absolute;
  left: 50%;
  top: 50%;
  right: auto;
  bottom: auto;
  display: none;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.logo-icon {
  position: relative;
  display: inline-block;
}

html.w-mod-js *[data-ix="btn-icon-hover"] {
  display: none;
  -webkit-transform: scale(0.01, 0.01);
  -ms-transform: scale(0.01, 0.01);
  transform: scale(0.01, 0.01);
}

html.w-mod-js *[data-ix="mask"] {
  width: 100%;
}

html.w-mod-js *[data-ix="blog-details-comments-expand"] {
  height: 0px;
}

html.w-mod-js *[data-ix="logo-name-b"] {
  width: 0px;
}

html.w-mod-js *[data-ix="logo-name-mask"] {
  width: 100%;
}

html.w-mod-js *[data-ix="logo-icon02"] {
  -webkit-transform: translate(-12px, 0px);
  -ms-transform: translate(-12px, 0px);
  transform: translate(-12px, 0px);
}

html.w-mod-js *[data-ix="logo-icon01"] {
  -webkit-transform: translate(13px, 0px);
  -ms-transform: translate(13px, 0px);
  transform: translate(13px, 0px);
}

html.w-mod-js *[data-ix="logo-icon01-omobile"] {
  -webkit-transform: translate(7px, 0px);
  -ms-transform: translate(7px, 0px);
  transform: translate(7px, 0px);
}

html.w-mod-js *[data-ix="logo-icon02-mobile"] {
  -webkit-transform: translate(-7px, 0px);
  -ms-transform: translate(-7px, 0px);
  transform: translate(-7px, 0px);
}

html.w-mod-js *[data-ix="logo-name"] {
  opacity: 0;
}

@media (max-width: 991px) {
  body {
    cursor: default;
  }
  h1 {
    font-size: 36px;
    line-height: 40px;
  }
  .container {
    padding-right: 5%;
    padding-left: 5%;
  }
  .blog-link {
    cursor: default;
  }
  .blog-b {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .blog-b.left {
    padding-right: 30px;
  }
  .blog-b.right {
    padding-left: 30px;
  }
  .tag {
    cursor: default;
  }
  .blog-btn {
    cursor: default;
  }
  .paragraph-first-txt {
    font-size: 40px;
    line-height: 40px;
  }
  .txt-link {
    cursor: default;
  }
  .footer {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .nav-link {
    cursor: default;
  }
  .header-btn-contact {
    margin-right: 5%;
    cursor: default;
  }
  .blog-details-viewall {
    cursor: default;
  }
  .blog-details-comments-submit {
    cursor: default;
  }
  .ad01 {
    cursor: default;
  }
  .ad02 {
    cursor: default;
  }
  .contact-form-submit-btn {
    cursor: default;
  }
  .cursor-wrapper {
    display: none;
  }
  .logo-b {
    width: 58%;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .logo-name {
    margin-left: 10px;
  }
}

@media (max-width: 767px) {
  body {
    font-size: 14px;
    line-height: 22px;
  }
  h1 {
    font-size: 24px;
    line-height: 26px;
  }
  p {
    line-height: 22px;
  }
  .blog-col.large {
    width: 100%;
  }
  .blog-col.small.border-left {
    width: 100%;
    border-left-style: none;
  }
  .blog-col.small.border-right {
    width: 100%;
    border-right-style: none;
  }
  .blog-row {
    display: block;
  }
  .blog-img-b {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 15px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .blog-img-b.hide-desktop {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .blog-b {
    height: auto;
  }
  .blog-b.left {
    padding-right: 0px;
  }
  .blog-b.right {
    padding-left: 0px;
  }
  .tag {
    font-size: 11px;
    line-height: 15px;
    letter-spacing: 0.5px;
  }
  .img.small {
    width: 50%;
  }
  .blog-btn {
    font-size: 14px;
    line-height: 22px;
  }
  .blog-post-txt-col {
    width: 100%;
    float: none;
  }
  .blog-post-img-col {
    display: none;
  }
  .nav-menu {
    display: block;
    overflow: auto;
    padding-top: 5px;
    padding-bottom: 5px;
  }
  .top {
    padding-top: 15px;
    padding-bottom: 15px;
  }
  .top-date-txt02 {
    font-size: 12px;
    line-height: 12px;
  }
  .top-date-txt01 {
    font-size: 15px;
    line-height: 15px;
  }
  .nav-link {
    width: auto;
    margin-right: 20px;
    margin-left: 20px;
    font-size: 12px;
    line-height: 16px;
  }
  .header-btn-contact {
    width: 30px;
    height: 30px;
  }
  .nav-link-b {
    display: inline-block;
    line-height: 18px;
  }
  .heading-b {
    margin-bottom: 15px;
  }
  .blog-details-b {
    margin-top: 30px;
  }
  .blog-details-heading-b {
    margin-bottom: 15px;
  }
  .blog-details-comments-status {
    font-size: 14px;
    line-height: 22px;
  }
  .blog-details-comments-b {
    margin-top: 20px;
  }
  .blog-details-viewall {
    font-size: 14px;
    line-height: 22px;
  }
  .blog-details-comments-form {
    margin-top: 20px;
  }
  .section-content {
    padding-bottom: 30px;
  }
  .footer-txt {
    display: none;
  }
  .footer-txt-mobile {
    display: block;
  }
  .contact-txt01 {
    font-size: 40px;
    line-height: 40px;
    letter-spacing: 1px;
  }
  .italic-text {
    font-size: 18px;
    line-height: 20px;
    letter-spacing: 0px;
  }
  .contact-b {
    margin-top: 30px;
    margin-bottom: 0px;
  }
  .form-txt-field {
    margin-top: 25px;
    padding-bottom: 10px;
    font-size: 16px;
  }
  .form-col {
    width: 100%;
  }
  .form-row {
    display: block;
  }
  .form-txtarea {
    min-height: 150px;
    margin-bottom: 0px;
    padding-top: 25px;
    font-size: 16px;
  }
  .ad-b01 {
    margin-bottom: 15px;
  }
  .ad-b02 {
    margin-top: 15px;
  }
  .contact-form-submit-b {
    margin-top: 30px;
  }
  .contact-form-submit-btn {
    width: 50%;
  }
  .contact-form-submit-line {
    width: 100%;
  }
  .all {
    padding-top: 90px;
  }
  .logo-b {
    display: none;
  }
  .logo-icon02 {
    position: relative;
    width: 30px;
    margin-right: 0px;
    margin-left: -15px;
  }
  .logo-icon01 {
    width: 30px;
  }
  .logo-b-mobile {
    display: block;
  }
}

@media (max-width: 479px) {
  .blog-details-viewall {
    float: none;
  }
}
