/*
Theme Name: Flora Child
Description: Child theme for the Flora
Author: Your name here
Template: flora
*/

#side-nav-logo img {
  position: relative;
  display: inline-block;
  max-width: 70%;
}

#side-nav-logo {
    padding: 25px 0px 15px 0px;
}

#vertical-nav {
  position: relative;
  display: inline-block;
  width: 100%;
  margin: 0;
  padding: 0 0 10px 0;
  font-size: 13px;
  line-height: 15px;
  overflow: hidden;
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}

#header-logo img {
    min-height: 45px;
    max-height: 80%;
}

.mobile-nav .vertical-menu > li > a, .mobile-nav #side-menu li a {
    font-weight: 400;
    font-size: 12px;
    line-height: 13px;
}

/*.menulateral {
  font-size: 15px;
  color: #ffffff;
  line-height: 20px;
  text-align: center;
  font-family: Montserrat;
  font-weight: 500;
  font-style: normal;
}*/

/*.side-nav-wrapper {
  background-image: linear-gradient(150deg,#000000 0%,#861bb5 100%);
}*/

.bkgradi {
  background-image: linear-gradient(0deg,#61507e 0%,#7570b3 100%);
}

.w-blog-posts .post-title a {
    color: inherit;
    text-transform: none;
    font-size: 16px;
    /*font-family: raleway;*/
    font-weight: 800;
}

.top_cust{
  max-height: 30px;
  width: 100%;
  position: relative;
  height: 30px;
}


.top_cust_l1{
  max-height: 30px;
  width: 70%;
  position: relative;
  float: left;
  text-align: right;
  padding-right: 15px;
  background-color: #252525;
  color: #fff;
  line-height: 30px;
  font-family: "Montserrat";
}

.top_cust_l2{
  max-height: 30px;
  width: 30%;
  position: relative;
  float: left;
  right: 0px;
  text-align: left;
  padding-left: 15px;
  background-color: #ffcc01;
  color: #252525;
  line-height: 30px;
  font-family: "Montserrat";
}

.w-team-slider .member-detail {
    position: relative;
    z-index: 10;
    display: table-cell;
    vertical-align: middle;
    width: 100%;
    height: 100%;
    padding: 40px;
    text-align: center !important;
    color: #ffffff !important;
}

.w-team-slider .team-member:hover .member-detail h4, .w-team-slider .team-member:hover .member-detail > p, .w-team-slider .team-member:hover .member-detail > .member-desc {
    -ms-transform: translateY(0);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    color: #ffffff !important;
}

.w-team-slider .member-detail .member-meta:after {
    display: block;
    text-align: center;
    content: '';
    width: 30px;
    margin-left: -15px;
    height: 3px;
    position: absolute;
    left: 50%;
    bottom: 0px;
    border: 1px solid #ffffff;
    border-left: none;
    border-right: none;
}

.w-team-slider .social-link a {
    border: 1px solid #ffffff;
    border-left-width: 0;
    color: inherit;
    padding: 5px 10px;
    min-width: 35px;
    display: inline-block;
    opacity: 0.7;
}