/**
* Theme Name: Mentry Child Theme
* Description: This is a child theme of Mentry Theme. Developed by Themesion
* Author: <a href="https://themesion.com/">Themesion</a>
* Template: mentry
* Version: 1.0
*/
.topbarcontent {
    position: fixed;
    z-index: 10;
    right: 0px;
    top: 0px;
}
.thsn-header-button {
    margin-top: 10px;
}
.thsn-title-bar-content{
    max-height: 430px !important;
    min-height: unset !important;
}
.topbarcontent ul {
  list-style: none;
  background: #50485b;
  padding: 0px 15px;
  border-radius: 0px 0px 0px 15px;
  display: inline-block;
  margin: 0;
}
.topbarcontent ul a {
    color: #fff;
    font-size: 16px;
    font-weight: 600;font-weight: initial;
}
.topbarcontent ul a span {
    margin-left: 8px;
}
.topbarcontent li {
    display: inline-block;
}
.topbarcontent .phone {
  margin-right: 15px;
  border-right: 1px solid lightgray;
  padding-right: 15px;
}