.header-layout-classic-blog.page:not(.home):not(.archive) .main-raised {
  border-radius: 0;
}

.header-layout-classic-blog:not(.page-template-default):not(.home):not(.archive) {
  &.woocommerce.archive .main-raised,
  &.single .main-raised,
  .main-raised {
    margin-top: 0;
  }
}

/*--------------------------------------------------------------
# Logo
--------------------------------------------------------------*/
.hestia-title-with-logo {
  line-height: normal ;
}
.hestia-title-with-logo .hestia-logo {
  width: auto;
}
.hestia-title-with-logo .hestia-title-tagline-wrap {
  display: block;
  line-height: normal;
}
.hestia-title-tagline-wrap .site-title{
  padding: 0;
  margin: 0;
  font-size: 16px;
  line-height: normal;
  margin-bottom: 5px;
}
.hestia-title-tagline-wrap small{
  padding: 0;
  margin: 0;
  font-size: 12px;
  line-height: normal;
  white-space: nowrap;
}

.hestia-text-left {
  display: inline-flex;
  align-items: center;
}
.hestia-text-left .hestia-title-tagline-wrap {
  margin-right: 10px;
  order: 1;
}
.hestia-text-left .hestia-logo {
  order: 2;
}
.hestia-text-right {
  display: inline-flex;
  align-items: center;
}
.hestia-text-right .hestia-title-tagline-wrap {
  margin-left: 10px;
}
.hestia-text-bottom {
  display: inline-block;
}
.hestia-text-bottom .hestia-title-tagline-wrap {
  width: 100%;
  display: block;
  line-height: normal;
  margin-top: 10px;
}
.hestia-text-bottom .hestia-title-tagline-wrap .site-title{
  margin-bottom: 0;
}