body {
  font-family: 'Lato';
  color: #888;
  font-weight: 400;
  line-height: 1.5;
}

h1, h2, h4, h3, h5, h6, header, .sidebar .widget-title, .title, .bp-recent-posts a, footer .bp-recent-posts li > a {
  font-family: var(--heading-font-family, "Montserrat");
  font-weight: var(--heading-font-weight, 700);
  line-height: var(--heading-line-height, 1.2);
  text-transform: var(--heading-text-transform, uppercase);
}

/*typography*/
p {
  margin-bottom: 20px;
}

h1 {
  font-size: 22px;
  margin-bottom: 30px;
}

h2 {
  font-size: 18px;
  margin-bottom: 20px;
  margin-top: 20px;
}

h3 {
  font-size: 30px;
  margin-bottom: 23px;
  margin-top: 23px;
}

h4 {
  font-size: 16px;
  margin-top: 40px;
  margin-bottom: 25px;
}

h5 {
  font-size: 14px;
  margin-top: 23px;
  margin-bottom: 18px;
}

h6 {
  font-size: 13px;
  margin-top: 22px;
  margin-bottom: 25px;
}

h7 {
  font-size: 11px;
  letter-spacing: 0.1em;
}

img {
  max-width: 100%;
  height: auto;
}

article {
  margin-bottom: 50px;
}

.entry-header {
  overflow: hidden;
}

.post-thumbnail {
  display: inline-block;
  margin-bottom: 25px;
  border: 1px solid rgba(76, 76, 76, 0.5);
  padding: 6px;
  border-radius: 2px;
  -webkit-border-radius: 2px;
  max-width: 100%;
}

.cat-links {
  position: relative;
  line-height: normal;
}

.cat-links a {
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 1px;
  color: var(--bs-primary);
}

.cat-links a:hover, .cat-links a:focus {
  color: var(--bs-dark);
}

.title:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: calc(50% - 72px);
  width: 143px;
  height: 1px;
  background: rgba(0, 0, 0, 0.7);
  bottom: auto;
  top: 0;
}

.title:after {
  content: "";
  position: absolute;
  bottom: -14px;
  left: calc(50% - 20px);
  width: 40px;
  background: #fff;
  color: rgba(0, 0, 0, 0.7);
  text-align: center;
  content: '\f405' !important;
  display: inline-block;
  -webkit-font-smoothing: antialiased;
  font: normal 16px/29px "Genericons";
  vertical-align: middle;
  bottom: auto;
  top: -14px;
}

.more-link-wrap {
  margin-top: 35px;
}

.post-meta .screen-reader-text, .post-meta .datetime {
  /*font-weight: 100; */
}

.entry-title {
  margin-bottom: 17px;
  margin-top: 0;
  font-size: 24px;
  line-height: 30px;
  font-weight: 700;
  color: #6d6d6d;
  text-transform: none;
}

.slide-content-wrap h3 a {
  color: #6d6d6d;
}

.bohopeople.tp-tabs .tp-tab {
  opacity: 1 !important;
}

.bohopeople.tp-tabs .tp-tab-mask {
  max-width: 1080px !important;
  margin-top: -1px;
  background: url(../images/topmenu-border.png) repeat-x scroll center top;
  border-bottom: 1px solid rgba(76, 76, 76, 0.5);
  z-index: 9999;
}

.slideinfo {
  text-transform: none;
  font-style: italic;
  border-right: 1px solid rgba(76, 76, 76, 0.5);
  font-size: 11px;
  line-height: 12px;
  padding: 10px 5px 11px;
  font-weight: 400;
  opacity: .8;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.tp-tab:hover .slideinfo, .selected .slideinfo {
  opacity: 1;
}

.slideinfo h4 {
  font-style: italic;
  text-transform: none;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  color: #6d6d6d;
  margin-bottom: 5px;
}

.slideinfo span {
  padding: 0 5px;
}

.entry-title a {
  transition: all 0.5s ease-in-out;
  font-size: 20px;
  line-height: normal;
  color: #6d6d6d;
}

.entry-title a:focus, .entry-title a:hover {
  color: var(--bs-primary);
}

.post-meta {
  margin-bottom: 26px;
}

.post-meta > span:not(:first-child) {
  position: relative;
  margin-left: 10px;
  padding-left: 10px;
}

.entry-footer {
  border-bottom: 1px solid rgba(76, 76, 76, 0.5);
  margin-bottom: 20px;
  margin-top: 55px;
  padding-bottom: 10px;
}

.entry-footer .post-meta {
  margin-bottom: 10px;
  font-size: 13px;
  line-height: normal;
}

.post-share-icon ul {
  margin-bottom: 0;
}

.post-share-icon a {
  font-size: 1rem;
}

.post-share-icon a:hover, .post-share-icon a:focus {
  color: var(--bs-primary);
}

.author-info {
  overflow: hidden;
  margin-bottom: 59px;
}

.author-avatar {
  background: rgba(0, 0, 0, 0) url("../images/author-wrap-bg.png") no-repeat scroll center center/100% 100%;
  padding: 5px;
  display: inline-block;
}

.author-avatar img {
  border-radius: 50%;
  -webkit-border-radius: 50%;
}

.author-description {
  margin-left: 20px;
}

.author-description .author-title {
  text-transform: uppercase;
}

.author-description ul li {
  margin: 0 7px;
}

.post-share-icon i {
  font-size: 14px;
  font-weight: normal;
}

.social_links li i, .social-links li i {
  font-size: 16px;
  font-weight: normal;
}

.social_links li i {
  line-height: 38px;
}

/*masonary blog style*/
.bohopeople-posts-masonary-loop {
  margin-left: -15px;
  margin-right: -15px;
}

.bohopeople-posts-masonary-loop .masonary-post {
  max-width: 50%;
  display: inline-block;
  margin: 0 0 0;
  height: auto;
  min-height: 100px;
}

.bohopeople-posts-masonary-loop .masonary-post .masonary-post-quote-wrap, .bohopeople-posts-masonary-loop .masonary-post article {
  border: 15px solid transparent;
}

.masonary-column-3 .masonary-post {
  max-width: 33.33%;
}

.masonary-post-inner {
  position: relative;
  height: 100%;
  width: 100%;
}

.masonary-post-quote-wrap {
  position: relative;
  height: 100%;
  margin: 0 2px 50px 0;
}

.masonary-post-inner .format-quote {
  color: #fff;
  padding: 30px 45px;
  background-size: cover;
  background-position: center;
  height: 100%;
}

.bohopeople-posts-grid-loop .format-quote {
  height: 100%;
}

.masonary-column-3 .format-quote {
  min-width: 64%;
}

.masonary-post-inner .format-quote {
  position: relative;
  display: table;
  width: 100%;
}

.masonary-post-inner .format-quote:before {
  position: absolute;
  top: 0;
  left: 0;
  background-color: #222;
  content: "";
  width: 100%;
  height: 100%;
}

.masonary-post-inner .format-quote .quote-content {
  position: relative;
  display: table;
  width: 100%;
  vertical-align: middle;
  display: table-cell;
}

.format-quote .quote-content {
  vertical-align: middle;
  display: table-cell;
}

.icon.circle-wrap {
  width: 40px;
  height: 40px;
  border: 2px solid #fff;
  display: inline-block;
  line-height: 40px;
  margin-bottom: 20px;
}

.icon.circle-wrap i {
  line-height: 40px;
}

.quote-content p {
  font-size: 16px;
  text-transform: uppercase;
  line-height: 24px;
}

.quote-content .post-date {
  position: relative;
  padding-bottom: 30px;
  font-weight: 400;
}

.quote-content .post-date:after {
  content: "";
  position: absolute;
  height: 1px;
  width: 50px;
  background-color: rgba(255, 255, 255, 0.5);
  bottom: 0;
  left: calc(50% - 25px);
}

.quote-content small {
  font-family: "Lato";
  font-size: 14px;
  display: block;
  font-style: italic;
  color: #fff;
  text-transform: none;
}

.quote-content small a {
  color: #fff;
}

article > .post-format-wrap {
  margin-top: 25px;
  margin-bottom: 25px;
}

.post-video-wrap {
  width: 100%;
}

.post-video-wrap iframe {
  width: 100%;
}

.post-gallery-wrap {
  min-width: 100%;
  display: block;
}

.eq-height .masonary-post-quote-wrap {
  height: 100%;
  margin-top: 0;
  margin-bottom: 0;
}

.post-audio-wrap {
  max-height: 165px;
}

.post-audio-wrap iframe {
  width: 100%;
}

.post-link-wrap a {
  display: inline-block;
  border: 1px solid var(--dark_color);
  padding: 15px 30px;
}

.post-link-wrap a i {
  margin-right: 10px;
}

.post-link-wrap a:hover, .post-link-wrap a:focus, .post-link-wrap a:active {
  text-decoration: none;
}

/*imagelink*/
.image-link-wrap {
  position: relative;
}

.image-link-wrap img {
  width: 100%;
  height: auto;
}

.image-link-wrap .link-wrap {
  position: absolute;
  bottom: 32px;
  left: 0;
  width: 100%;
  height: 59px;
}

.image-link-wrap .link-wrap a {
  background-color: rgba(0, 0, 0, 0.8);
  color: #fff;
  margin: 0 39px;
  display: block;
  line-height: 59px;
  text-align: center;
  text-transform: uppercase;
  font-weight: bold;
}

.image-link-wrap.style1 {
  padding: 15px;
  border: 1px solid rgba(76, 76, 76, 0.5);
  margin-bottom: 0;
  line-height: normal;
}

.image-link-wrap.style1 h3 {
  line-height: 30px;
  margin-bottom: 20px;
  margin-top: 10px;
}

.image-link-wrap.style1 h3 a {
  font-size: 30px;
  font-weight: 900;
}

/*style1 image link*/
.more-link {
  letter-spacing: 1px;
}

.bottom-text {
  font-size: 11px;
  margin-bottom: 0;
  line-height: 11px;
  font-style: italic;
}

.bottom-text .separator {
  padding: 0 5px;
}

.bohopeople-post-title, .bohopeople-catlist {
  font-family: 'Montserrat';
}

.bohopeople-post-title a, .bohopeople-catlist a {
  font-family: 'Montserrat';
}

.cat-links, .quote-content p, .post-link-wrap a, .image-link-wrap .link-wrap a {
  font-family: 'Montserrat';
}

.bottom-text {
  font-family: 'Playfair Display', serif;
}

.image-link-wrap.style1 {
  font-family: 'Playfair Display', serif;
}

.image-link-wrap.style1 h3 a {
  font-family: 'Playfair Display', serif;
}

.slideinfo h4, .entry-title {
  font-family: 'Playfair Display', serif;
}

body {
  background-color: #fff;
}

#wrapper {
  background-image: url(images/body-bg.png);
}

.boxed.pattern {
  background-repeat: repeat;
  background-attachment: fixed;
  background-position: center;
}

.container {
  width: 100%;
}

.boxed-wrap {
  margin: 0 auto;
}

.no-margin {
  margin: 0 !important;
}

img {
  max-width: 100%;
  height: auto;
}

label {
  font-weight: inherit;
  color: #888;
  line-height: 18px;
  margin-bottom: 10px;
}

a {
  color: #888;
}

a:hover, a:focus, a:active {
  outline: none;
  text-decoration: none;
}

table {
  width: 100%;
  max-width: 100%;
}

table tr {
  border-bottom: 1px solid #f4f4f4;
}

table tfoot tr:last-child {
  border-bottom: none;
}

table th {
  padding: 1em;
}

table td {
  padding: 1em;
}

table td#next {
  text-align: right;
}

blockquote {
  font-style: italic;
  font-size: 18px;
  line-height: 26px;
  font-family: 'Playfair Display', serif;
}

input[type="text"], input[type="password"], input[type="email"], input[type="url"] {
  border: 1px solid #c6c6c6;
  width: 100%;
  max-width: 100%;
  padding: 7px 5px;
}

select {
  line-height: 39px;
  border: 1px solid #d5d5d5;
  padding: 9px 3px;
}

textarea {
  border: 1px solid #c6c6c6;
  padding: 7px;
  width: 100%;
}

textarea#comment {
  min-height: 198px;
}

textarea.wpcf7-form-control {
  min-height: 193px;
}

.selectize-input {
  border-radius: 0;
  -webkit-border-radius: 0;
  padding-right: 25px;
}

.sidebar .selectize-input {
  border-color: #888;
  border-style: solid;
  border-width: 1px 1px 1px 1px;
}

.selectize-control.single .selectize-input::after {
  border-color: transparent;
  content: '\f431';
  display: inline-block;
  -webkit-font-smoothing: antialiased;
  font-weight: normal;
  font-size: 16px;
  font-family: "Genericons";
  vertical-align: middle;
  margin-top: -14px;
  margin-right: 10px;
}

.selectize-control.single .selectize-input.dropdown-active::after {
  border-color: transparent;
  content: '\f432';
  display: inline-block;
  -webkit-font-smoothing: antialiased;
  font-weight: normal;
  font-size: 16px;
  font-family: "Genericons";
  vertical-align: middle;
  margin-top: -14px;
  margin-right: 10px;
}

.searchform input {
  border-radius: 0;
  -webkit-border-radius: 0;
  box-shadow: none;
  -webkit-box-shadow: none;
}

.post-password-input[type="password"] {
  float: left;
  max-width: 200px;
  margin-right: 5px;
}

.dark-bg {
  color: #fff;
}

.cross-title {
  margin: 10px auto 8px;
  position: relative;
  width: 143px;
  height: 14px;
  text-align: center;
  text-align: center;
}

.widget-area .widget .cross-title {
  margin-top: 0;
}

.cross-title.light {
  color: #fff;
}

.cross-title:after, .cross-title:before {
  content: "";
  width: 54px;
  height: 1px;
  position: absolute;
  left: 0;
  top: 7px;
  background-color: #fff;
  color: #fff;
}

.cross-title:after {
  left: auto;
  right: 0;
}

.cross-title i {
  line-height: 14px;
}

.info-dark-color-yes .hover-wrap {
  background-color: transparent;
}

.info-dark-color-yes .hover-wrap h3, .info-dark-color-yes .hover-wrap p {
  color: #363636;
}

.info-dark-color-yes .cross-title {
  color: #363636;
}

.info-dark-color-yes .cross-title:after, .info-dark-color-yes .cross-title:before {
  background-color: #363636;
  color: #363636;
}

.text-right .cross-title, .text-left .cross-title {
  display: none;
}

/*Logo area*/
.site-title {
  margin-top: 20px;
  margin-bottom: 20px;
  line-height: 100px;
}

.site-title img {
  max-height: 94px;
}

.tagline-display-off .site-description {
  display: none;
}

.tagline-display-off .site-title {
  margin: 30px 0;
}

.site-description {
  font-size: 14px;
  text-transform: uppercase;
  margin: 20px 0 30px;
}

.form-control:focus, .form-control:hover {
  box-shadow: none;
  -webkit-box-shadow: none;
  border: 1px solid #c6c6c6;
}

.selectize-dropdown {
  border-radius: 0;
  -webkit-border-radius: 0;
  border: 1px solid #c6c6c6;
  box-shadow: none;
  -webkit-box-shadow: none;
}

.selectize-dropdown.form-control {
  border-radius: 0;
  -webkit-border-radius: 0;
  border: 1px solid #c6c6c6;
  box-shadow: none;
  -webkit-box-shadow: none;
}

.selectize-input.focus {
  border-radius: 0;
  -webkit-border-radius: 0;
  border: 1px solid #c6c6c6;
  box-shadow: none;
  -webkit-box-shadow: none;
}

/*.menu-bar*/
.main-navigation {
  border-top: 3px solid #626262;
  border-bottom: 1px solid #ccc;
}

.nav-menu {
  list-style: none;
  margin: 0 0 0 -15px;
  text-align: left;
  padding: 0;
}

.nav-menu > li {
  padding: 0;
  border-left: 1px solid #ccc;
  display: inline-block;
  position: relative;
  margin: 0;
  margin-right: -4px;
  position: relative;
}

.nav-menu > li:last-child {
  border-right: 1px solid #ccc;
}

.nav-menu a {
  color: #080808;
  font-size: 12px;
  font-weight: bold;
  line-height: 48px;
  text-transform: uppercase;
  padding: 0 24px;
  display: block;
  transition: all 0.5s ease-in-out;
  margin: 0;
  text-decoration: none;
}

.nav-menu li ul {
  position: absolute;
  top: 48px;
  left: 0;
  width: 190px;
  display: none;
  background-color: #fff;
  border: 1px solid #f0f0f0;
  list-style: none;
  padding: 15px 0;
  margin: 0;
  z-index: 999999;
}

.nav-menu li ul a {
  line-height: 40px;
  font-size: 12px;
  font-weight: 400;
}

.nav-menu li ul ul {
  left: 188px;
  top: 0;
}

.nav-menu li ul li {
  text-align: left;
  position: relative;
}

.nav-menu li:hover > ul {
  display: block;
}

header .current-menu-item > a, header .nav-menu > li > a:hover {
  background-color: #f4f4f4;
  text-decoration: none;
}

/*header style 1(blog header)*/
.blog-navigation {
  min-height: 49px;
  padding-bottom: 1px;
  position: relative;
  background: url(../images/topmenu-border.png) repeat-x center bottom;
}

.blog-navigation:after {
  content: "";
  position: absolute;
  bottom: -3px;
  background: url(../images/topmenu-texture.png) no-repeat center center;
  width: 100%;
  height: 4px;
}

.mega-menu-wrap.mega-sticky {
  background: #fff url(../images/topmenu-border.png) repeat-x center bottom !important;
}

.nav-style-1 {
  text-align: left;
}

.nav-style-1 a {
  line-height: 48px;
}

.nav-style-1 > li {
  border-left: none;
}

.nav-style-1 > li:last-child {
  border-right: none;
}

header .social-links {
  /* display: inline-block;
      float: right; */
  margin-right: 50px;
  display: flex;
  line-height: 49px;
  margin-bottom: 0;
}

header .social-links a {
  font-size: 14px;
  font-size: 15px;
  padding: 0 4px;
}

header .social-links i {
  font-size: 15px;
  font-weight: normal;
}

header .search-icon-off .social-links {
  margin-right: 0;
}

header .nav-menu li.current-menu-item > a, header .nav-menu > li > a:hover {
  background-color: #fff;
  text-decoration: none;
  color: var(--primary);
}

#mega-menu-wrap-primary .mega-menu-toggle {
  text-align: left !important;
}

#mega-menu-wrap-primary .mega-menu-toggle::before {
  float: left !important;
}

/*.page-header*/
.slider-area {
  max-width: 100%;
  overflow: hidden;
}

.tp-caption a:hover, .tp-caption:hover a {
  background-color: inherit;
  color: inherit;
}

.page-header {
  margin: 0;
  padding: 55px 0;
  color: #fff;
  background-color: #000;
  text-align: center;
  font-size: 14px;
  position: relative;
  background-repeat: repeat-x;
  background-position: center;
}

.page-header:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 35px;
  background-position: bottom center;
  background-repeat: repeat-x;
}

.page-header h1 {
  margin: 0;
  color: #fff;
  font-size: 24px;
}

.page-header .term-description {
  padding-top: 18px;
}

.page-description {
  padding-top: 18px;
}

.page-header p {
  margin-bottom: 0;
}

.bohopeople-posts-grid-loop .post-date {
  margin-top: 1rem;
}

/*.main-container*/
.main-container {
  padding: 56px 0 70px;
  overflow: hidden;
}

article.page {
  margin-bottom: 0;
}

.breadcrumbs {
  padding: 10px 0 0;
}

.perch-service.empty-service-content {
  margin-bottom: 0;
}

.perch-service.empty-service-content .perch-service-title {
  margin-bottom: 0;
}

.sidebar ul li, .sidebar ol li {
  margin-bottom: 15px;
  padding-bottom: 15px;
  list-style: none;
  border-bottom: 1px solid #f4f4f4;
}

.sidebar ul li, .sidebar ol li {
  text-decoration: none;
}

a {
  text-decoration: none;
}

.sidebar ul li:last-child {
  margin-bottom: 0;
}

.sidebar ul li ul {
  margin-top: 15px;
}

.sidebar ul li ul li:last-child {
  margin-bottom: 0;
  border-bottom: none;
  padding-bottom: 0;
}

.tagcloud a {
  border: 1px solid #79797a;
  line-height: 23px !important;
  padding: 0 15px;
  font-size: 12px !important;
  display: inline-block;
  margin-right: 5px;
  margin-bottom: 6px;
  margin-top: 2px;
  font-weight: 400;
  -webkit-transition: all .5s ease-in-out;
  -moz-transition: all .5s ease-in-out;
  -o-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out;
}

.tagcloud a:hover {
  color: #fff;
  text-decoration: none;
}

.widget .screen-reader-text {
  display: none;
}

.bp-searchform .form-control {
  width: 65%;
  float: left;
  margin-right: 5px;
  height: 37px;
  padding: 9px 5px;
}

.bp-searchform #searchsubmit {
  width: 35%;
  width: calc(35% - 5px);
  padding-left: 0;
  padding-right: 0;
  max-width: 150px !important;
}

.widget .recentcomments a {
  font-weight: normal;
}

.widget .recentcomments:before {
  content: "\f0e6";
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  text-decoration: inherit;
  /*--adjust as necessary--*/
  font-size: 18px;
  padding-right: 0.5em;
  left: 0;
}

.sidebar .bp-recent-posts li {
  overflow: hidden;
  border-bottom: none;
  margin-bottom: 0;
}

.bp-recent-posts li:last-child, .sidebar .bp-recent-posts li:last-child {
  padding-bottom: 0;
}

.bp-recent-posts .thumb-wrap {
  max-width: 90px;
  padding-right: 15px !important;
}

.bp-recent-posts li span {
  font-style: italic;
  font-size: 12px;
}

.bp-recent-posts li span i {
  margin-right: 3px !important;
  font-size: 16px !important;
}

.bp-recent-posts a {
  text-transform: uppercase;
  font-size: 12px;
  line-height: 1.2;
  text-decoration: none;
}

.sidebar .widget .social_links_wrap {
  padding: 0;
}

.sidebar .social_links_wrap h4 {
  font-weight: 700;
}

.sidebar .social_links_wrap ul li {
  border-bottom: none;
  padding: 0;
  margin-bottom: 0;
}

.sidebar .social_links_wrap ul li a {
  background-color: transparent;
  font-weight: bold;
}

.instafeed-feed {
  margin-left: -2px;
  margin-right: -2px;
}

.instafeed-feed .perch-insta-item {
  float: left;
  padding-left: 2px;
  padding-right: 2px;
  padding-bottom: 4px;
}

[data-grid_columns_count_for_desktop="vcyt-col-md-2"] .instafeed-feed .perch-insta-item {
  max-width: 50%;
}

[data-grid_columns_count_for_desktop="vcyt-col-md-3"] .instafeed-feed .perch-insta-item {
  max-width: 33.33%;
}

[data-grid_columns_count_for_desktop="vcyt-col-md-4"] .instafeed-feed .perch-insta-item {
  max-width: 25%;
}

/*blog style*/
.sidebar .widget-title, .title {
  position: relative;
  margin-top: 13px;
  margin-bottom: 20px;
  text-align: center;
  font-weight: 700;
  line-height: normal;
  font-size: 14px;
  text-transform: uppercase;
}

footer .widget .cross-title, .sidebar .widget .cross-title {
  width: 145px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 13px;
}

footer .widget .cross-title:after, footer .widget .cross-title:before {
  width: 54px;
  width: 47%;
  width: calc(50% - 18px);
}

.sidebar .widget .cross-title:after, .sidebar .widget .cross-title:before {
  width: 54px;
  width: 47%;
  width: calc(50% - 18px);
}

footer .widget .cross-title:before, .sidebar .widget .cross-title:before {
  left: 0;
}

footer .widget .cross-title:after, .sidebar .widget .cross-title:after {
  right: 0;
}

.title {
  margin-top: 20px;
}

.relatedthumb .post-meta > span:not(:first-child) {
  margin-left: 8px;
  padding-left: 8px;
}

.post-meta > span:not(:first-child):before {
  position: absolute;
  content: "";
  left: 0;
  top: 4px;
  width: 1px;
  height: 10px;
}

.author-heading {
  line-height: 17px;
  margin-top: 0;
}

.author-title {
  margin-top: 0;
  font-size: 18px;
  line-height: 18px;
  margin-bottom: 20px;
}

.author-bio p:last-child {
  margin-bottom: 0;
}

.related-posts {
  margin-bottom: 55px;
}

.post-navigation h2 {
  display: none;
}

.sticky-post {
  padding: 2px 15px 4px;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  color: #fff;
  font-size: 12px;
  background-color: var(--dark_color);
  display: inline-block;
  margin-bottom: 8px;
}

.post-navigation .nav-links {
  margin-bottom: 34px;
  line-height: 1;
  display: flex;
  align-items: center;
  justify-content: end;
  text-transform: uppercase;
  font-size: 12px;
  letter-spacing: 1px;
}

.post-navigation .nav-links > div {
  display: inline-block;
}

.post-navigation .nav-links > .nav-previous {
  border-right: 1px solid #afafaf;
  padding-right: 14px;
  margin-right: 14px;
}

.post-navigation .nav-links > div:last-child {
  border-right: none;
  margin-right: 0;
  padding-right: 0;
}

.post-navigation .nav-links .nav-previous i {
  margin-right: 14px;
}

.post-navigation .nav-links .nav-next i {
  margin-left: 14px;
}

.paging-navigation .nav-links {
  margin-right: 0;
}

.paging-navigation a {
  font-weight: bold;
  text-transform: uppercase;
  position: relative;
  text-decoration: underline;
}

.entry-footer ul.perch_sharing-list, ul.perch_sharing-list .simpledark {
  margin: 0;
}

.simpledark a.perch_sharing-link {
  color: inherit;
}

/*comment-list*/
.comments-area {
  overflow: hidden;
}

body.page #comments {
  margin-top: 70px;
}

ol.comment-list {
  padding-left: 0;
  list-style: none;
}

ol.comment-list .children {
  list-style: none;
}

.comment-body {
  margin-bottom: 30px;
  padding-bottom: 29px;
  border-bottom: 1px dotted var(--dark_color);
  position: relative;
}

ol.comment-list > li:last-child .comment-body {
  border-bottom: none;
}

.comment-body .comment-author {
  margin-bottom: 20px;
  overflow: hidden;
}

.comment-author img {
  float: left;
  margin-right: 20px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
}

.comment-body .reply {
  position: absolute;
  right: 0;
  top: 0;
  padding: 3px 5px 4px;
  border-radius: 2px;
  -webkit-border-radius: 2px;
  background-color: #888;
  line-height: 12px;
}

.comment-body .reply a {
  color: #fff;
  font-size: 11px;
}

.comment-text {
  clear: both;
}

.comment-text p:last-child {
  margin-bottom: 0;
}

.comments-title {
  margin-top: 0;
  margin-bottom: 40px;
}

/**
   * 14.2 Galleries
   */
.gallery {
  margin-bottom: 30px !important;
  margin-left: -15px !important;
  margin-right: -15px !important;
}

.gallery-item {
  display: inline-block;
  padding: 15px;
  text-align: center;
  vertical-align: top;
  width: 100%;
  margin-bottom: 0;
}

.gallery-columns-2 .gallery-item {
  max-width: 50%;
}

.gallery-columns-3 .gallery-item {
  max-width: 33.33%;
}

.gallery-columns-4 .gallery-item {
  max-width: 25%;
}

.gallery-columns-5 .gallery-item {
  max-width: 20%;
}

.gallery-columns-6 .gallery-item {
  max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
  max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
  max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
  max-width: 11.11%;
}

.gallery-icon img {
  margin: 0 auto;
  width: 100%;
  border: none !important;
}

.gallery-caption {
  display: block;
  padding: 0.5em 0;
}

.gallery-columns-6 .gallery-caption, .gallery-columns-7 .gallery-caption, .gallery-columns-8 .gallery-caption, .gallery-columns-9 .gallery-caption {
  display: none;
}

/**
   * 8.0 Alignments
   */
.alignleft {
  display: inline;
  float: left;
}

.alignright {
  display: inline;
  float: right;
}

.aligncenter {
  display: block;
  margin-right: auto;
  margin-left: auto;
}

blockquote.alignleft, .wp-caption.alignleft, img.alignleft {
  margin: 0.4em 1.6em 1.6em 0;
}

blockquote.alignright, .wp-caption.alignright, img.alignright {
  margin: 0.4em 0 1.6em 1.6em;
}

blockquote.aligncenter, .wp-caption.aligncenter, img.aligncenter {
  clear: both;
  margin-top: 0.4em;
  margin-bottom: 1.6em;
}

.wp-caption {
  margin-bottom: 1.6em;
  max-width: 100%;
}

.wp-caption.alignleft, .wp-caption.alignright, .wp-caption.aligncenter {
  margin-bottom: 1.2em;
}

.wp-caption img[class*="wp-image-"] {
  display: block;
  margin: 0;
}

/**
   * 14.1 Captions
   */
.wp-caption-text {
  padding: 0.5em 0;
}

.widget-area .widget {
  margin-bottom: 60px;
}

.widget-area .flickr-badge-wrapper {
  text-align: center;
}

.widget-area .flickr_badge_image {
  float: none;
  display: inline-block;
  margin: 0 4px -1px 0;
  width: 75px;
}

.widget-area .flickr_badge_image:nth-child(3n+1) {
  margin-right: 0;
}

/*Comment form*/
.comment-form label {
  display: block;
  font-size: 14px;
  font-weight: 300;
  cursor: pointer;
}

/*sidebar*/
.widget p a {
  text-decoration: underline;
}

.widget > ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

/*.copyright-bar*/
footer {
  overflow: hidden;
  display: block;
  width: 100%;
}

.copyright-bar {
  padding: 28px 0;
  line-height: 19px;
  color: #fff;
}

.copyright-bar p:last-child {
  margin-bottom: 0;
}

.footer-section p, .footer-section span, .footer-section a {
  color: #fff;
}

.footer-section .widget-area {
  padding: 70px 0;
  position: relative;
  color: #fff;
}

.footer-section .widget-area .cross-title {
  margin-top: 0;
  margin-bottom: 13px;
}

.footer-section .widget-area:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 75px;
  background-repeat: repeat-x;
  background-position: top center;
}

.footer-section .widget-area .widget:last-child {
  margin-bottom: 0;
}

.footer-section .widget-title {
  font-size: 14px;
  font-weight: bold;
  text-transform: uppercase;
  line-height: normal;
  margin-top: 0;
  margin-bottom: 35px;
  position: relative;
  text-align: center;
  color: #fff;
}

.footer-section .social_links_wrap ul a {
  background-color: var(--bs-primary);
  color: var(--bs-dark);
}

.footer-section .social_links_wrap ul a:hover, .footer-section .social_links_wrap ul a:focus {
  color: var(--bs-primary);
  background-color: var(--bs-white);
}

.sidebar article {
  margin-bottom: 0;
}

.social_links_wrap ul {
  margin: 0;
  margin-top: 16px;
  display: flex;
}

.social_links_wrap ul li {
  padding: 0 2px;
  margin-bottom: 12px;
}

.social_links_wrap ul a {
  width: 38px;
  line-height: 38px;
  display: block;
  border-radius: 50%;
  -webkit-border-radius: 50%;
}

footer .social_links_wrap {
  background-repeat: no-repeat;
  background-size: 100% 100%;
}

footer .social_links_wrap ul {
  margin-top: 0;
}

footer .bp-recent-posts li {
  overflow: hidden;
  padding-bottom: 10px;
}

footer .bp-recent-posts li > a {
  color: #fff;
}

footer .owl-theme .owl-controls {
  margin-top: 0;
}

footer .owl-theme .owl-controls .owl-buttons .owl-prev {
  left: 0;
}

footer .owl-theme .owl-controls .owl-buttons .owl-next {
  right: 0;
}

footer .post-share-icon i:hover, footer .social_links li i:hover, footer .social-links li i:hover {
  color: rgba(0, 0, 0, 0.8) !important;
  transition: all .5s ease-in-out;
}

.main-navigation {
  position: relative;
}

.main-navigation:before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  background-repeat: repeat-x;
  background-position: top;
  width: 100%;
  height: 100%;
}

.mega-menu-item-type-widget .bp-recent-posts li {
  overflow: hidden !important;
  border-bottom: none !important;
  margin-bottom: 0 !important;
  padding-bottom: 15px !important;
}

.mega-menu-item-type-widget .bp-recent-posts li:last-child {
  padding-bottom: 0 !important;
}

.entry-content .freewall-container .perch-category-image {
  display: inline-block;
  float: none;
}

.entry-content .clients_carousel {
  margin-bottom: 0;
}

.relatedthumb .edit-link {
  display: none;
}

/*slider css*/
.tp-caption.bohopeople-button-grey a, .bohopeople-button-grey a {
  font-size: 12px;
  line-height: 12px;
  font-weight: 700;
  color: #fff;
  text-decoration: none;
  background-color: #bdbdbd;
  background-color: rgba(189, 189, 189, 0);
  padding: 15px 53px 15px 53px;
  border-width: 2px;
  border-color: #bdbdbd;
  border-style: solid;
  -webkit-transition: all .5s ease-in-out;
  -moz-transition: all .5s ease-in-out;
  -o-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out;
}

.tp-caption.bohopeople-button-grey-darkcolor a, .bohopeople-button-grey-darkcolor a {
  font-size: 12px;
  line-height: 12px;
  font-weight: 700;
  color: #525252;
  text-decoration: none;
  background-color: #bdbdbd;
  background-color: rgba(189, 189, 189, 0);
  padding: 15px 53px 15px 53px;
  border-width: 2px;
  border-color: #bdbdbd;
  border-style: solid;
  transition: all .5s ease-in-out;
}

.tp-caption.bohopeople-button-grey a:hover, .bohopeople-button-grey a:hover, .tp-caption.bohopeople-button-grey-darkcolor a:hover, .bohopeople-button-grey-darkcolor a:hover {
  background-color: #bdbdbd;
  color: #fff;
}

.tp-caption.bohopeople-button-colorbg a, .bohopeople-button-colorbg a {
  font-size: 12px;
  line-height: 12px;
  font-weight: 700;
  color: #fff;
  text-decoration: none;
  background-color: var(--primary);
  padding: 15px 53px 15px 53px;
  border-width: 2px;
  border-color: var(--primary);
  border-style: solid;
  transition: all .5s ease-in-out;
}

.tp-caption.bohopeople-button-colorbg a:hover, .bohopeople-button-colorbg a:hover {
  background-color: transparent;
  color: var(--primary);
}

.bohopeople-post-title, .bohopeople-catlist {
  text-align: center;
  text-transform: uppercase;
}

.bohopeople-post-title a, .bohopeople-catlist a {
  text-align: center;
  text-transform: uppercase;
}

.bohopeople-post-title {
  font-size: 18px;
}

.bohopeople-post-title a {
  font-size: 18px;
}

.bohopeople-post-desc {
  font-family: 'Lato';
  text-align: center;
}

.bohpeople-lnk-wrap {
  text-align: center;
  margin: 0 auto;
}

/*philosophy*/
.philosophy-icon-wrap {
  float: left;
  border: 2px solid var(--dark_color);
  width: 43px;
  height: 43px;
  line-height: 43px;
  text-align: center;
  margin-top: 6px;
}

.philosophy-icon-wrap i {
  font-size: 15px;
  line-height: 43px;
}

.philosophy-desc {
  margin-left: 58px;
}

footer .philosophy-icon-wrap {
  border-color: #fff;
}

.slide-content-wrap {
  background-color: rgba(255, 255, 255, 0.95);
  padding: 55px 3em;
  text-align: center;
  display: inline-block;
  max-width: 385px;
  position: absolute;
  overflow: hidden;
  left: 40%;
  /* all browsers */
  left: -moz-calc(50% - 192px);
  /* Firefox 4+ */
  left: calc(50% - 192px);
  /* IE9+ and future browsers */
  top: 20%;
}

.slide-content-wrap .cross-title::after, .slide-content-wrap .cross-title::before {
  background-color: var(--dark_color);
}

.slide-content-wrap .cat-seperator {
  color: var(--dark_color);
}

.slide-content-wrap h3 {
  line-height: inherit;
  margin-bottom: 14px;
}

.slide-content-wrap h3 a {
  line-height: 26px;
}

.slide-content-wrap .slide-excerpt {
  margin-bottom: 20PX;
}

.mega-menu-wrap .mega-menu-toggle .mega-menu-toggle-block::before {
  left: 0 !important;
}

.posts-navigation .nav-links {
  overflow: hidden;
  line-height: normal;
}

.posts-navigation .nav-links > .nav-previous {
  border-right: none;
}

.instafeed-carousel {
  max-height: 240px;
  overflow: hidden;
}

.instafeed-carousel .perch_big_img {
  min-height: 240px;
  position: relative;
  display: inline-block;
  width: 100%;
}

.instafeed-carousel .perch_big_img img {
  display: none;
  top: 0;
  left: 0;
}

footer .sbi_carousel .sbi_info {
  display: none !important;
}

.sidebar .sbi_photo_wrap {
  padding: 0 3px 5px;
}

.main-container .cross-title i {
  color: #000;
}

.post-meta > span:not(:first-child):before {
  background-color: rgba(var(--bs-dark-rgb), 0.3);
}

.cross-title.dark:after, .cross-title.dark:before {
  background-color: #000;
}

body .tagcloud a:hover {
  border-color: var(--bs-primary);
}

.tagcloud a:hover {
  background-color: var(--bs-primary);
  color: #fff;
}

.instafeed-carousel .owl-nav {
  display: none;
}

/*# sourceMappingURL=deafult-blog.css.map */