/* LimiarCapital.com Stylsheet */

/* GLOBAL AND CONTAINER */

.clearfix:before,
.clearfix:after {
  content:" ";display:table
}
.clearfix:after{
  clear:both
}

html {
  height: 100%;
  padding: 0;
  margin: 0;
}
body {
  height: 100%;
  padding: 0;
  margin: 0;
  background-color: #eee;
}
h1 {
  font-family:'Trajan W01 Bd';
}
h3 {
  font-family: 'Open Sans', sans-serif;
}
p {
  font-family:'Trajan W01 Regular';
}
.container-main {
  height: calc(100% - 40px);
  height: -o-calc(100% - 40px); /* opera */
  height: -webkit-calc(100% - 40px); /* google, safari */
  height: -moz-calc(100% - 40px); /* firefox */  width: 100%;
  padding: 0;
  margin: 0;
  text-align: left;
}


/* BACKGROUND IMAGE GRID */

.image-cell {
  width:50%;
  min-height:50%;
  display: inline-block;
  padding: 0;
  margin:0;
  margin: 0 0 -6px 0;
  background-position: center; 
  position: relative;
}
.image-text {
  font-family:'Trajan W01 Regular';
  color: #fff;
  font-size: 10px;
  display: inline-block;
  background-color: rgba(255,255,255,.4);
  line-height: 20px;
  height: 20px;
  width: 250px;
  padding:0;
  margin:0;
  text-align:center;
  position: absolute;
}

/* HEADER */

#header {
  position: absolute;
  top: 0px;
  width: 100%;
  z-index:1000;
  text-align: right;
}
#primary_nav {
  padding-right: 20px; 
  padding-top: 20px;
  text-align:right;
  position: relative;
}
#primary_nav ul
{
  list-style:none;
  position:relative;
  float:right;
  margin:0;
  padding:0;
  text-align: right;
}
#primary_nav ul a
{
  background-color: #caa12b;
  display:block;
  text-decoration:none;
  line-height:32px;
  padding:0 15px;
  font-family:'Trajan W01 Regular';
  font-size: 14px;
  color:#fff;
  width: 80px;
  text-align: center;
  float: right;
}
#primary_nav ul li
{
  position:relative;
  float:right;
  margin:0 0 0 15px;
  padding:0
}
#primary_nav ul li.current-menu-item
{
  background:#ddd
}
#primary_nav ul li:hover
{
  background: none;
}

#primary_nav ul li a:hover
{
  background: #B18812;
}

#primary_nav ul ul
{
  width: 250px;
  height: 400px;
  display: none;
  position:absolute;
  top:100%;
  right:-20px;
  margin:0;
  padding:0;
  z-index: 1000;
}
#primary_nav .contact-info
{
  width: 250px;
  height: 140px;
  background-color: rgba(255,255,255,.9);
  color: #000;
  font-family:'Trajan W01 Regular';
  font-size: 14px;
  text-align: left;
  display: block;
  border: 1px solid #caa12b;
  padding:20px;
  line-height: 22px;
  margin-top: 10px;
  position: absolute;
  right: 20px;
  top:10px;
  float: right;
  z-index: 1000;
}
.company-name {
  font-size: 18px;
  line-height:30px;
}
#primary_nav .label {
  font-family:'Trajan W01 Bd';
  color: #caa12b;
}
#primary_nav ul li:hover > ul
{
  display:block;
}
#primary_nav ul ul a
{
  background: none;
  display:inline;
  text-decoration:none;
  line-height:28px;
  margin:0;
  padding:0;
  color:#000;
  text-align: left;
  font-family:'Trajan W01 Regular';
  font-size: 12px;
  float:none;
}
#primary_nav ul ul a:hover
{
  text-decoration:underline;
}

/* LOGO AND TAGLINE */

.middle-outer {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 540px;
  height: 250px;
  margin-left: -270px;
  margin-top: -150px;
  background-color: rgba(0,0,0,.4);
  text-align: center;
  z-index: 100;
}
.middle-inner {
  background-color: rgba(6,21,31,.9);
  width:532px;
  height:242px;
  margin:4px;
}
.middle-inner img {
  margin-top:20px;
}
.divider {
  width: 200px;
  margin-top: 20px;
  height: 10px;
  border-top: 1px solid #caa12b;
  display:inline-block;
}
h2 {
  color: #caa12b;
  font-family: 'Open Sans', sans-serif;
  font-weight: normal;
  font-size: 20px;
  margin: 10px 20px;
  max-width: 425px;
  display:inline-block;
}


/* FOOTER */

#footer {
  background-color: rgba(6,21,31,1);
  position: fixed;
  bottom: 1px;
  height: 41px;
  width: 100%;
  font-family:'Trajan W01 Regular';
  color: #fff;
}
.left {
  width: 50%;
  text-align: left;
  display: inline-block;
  padding: 0;
  margin: 0;
}
.right {
  width: 50%;
  text-align: right;
  display: inline-block;
  padding: 0;
  margin: 0;
}
#footer .left .company {
  font-family:'Trajan W01 Regular';
  font-size: 16px;
  line-height: 40px;
  padding-left: 10px;
}
#footer .right .copyright {
  font-family: 'Open Sans', sans-serif;
  font-size: 10px;
  line-height: 40px;
  padding-right: 10px;
}
#footer-mobile {
    display: none;
}


/* TABLET BREAKPOINT */

@media screen and (max-width: 740px) {

  #footer {
    height: 60px;
  }
  .left {
    width: 100%;
    text-align: center;
  }
  .right {
    width: 100%;
    text-align: center;
    display: inline-block;
    padding: 0;
    margin: 0;
  }
  #footer .left .company {
    font-family:'Trajan W01 Regular';
    font-size: 16px;
    line-height: 20px;
    padding-top: 10px;
    padding-left: 0px;
  }
  #footer .right .copyright {
    font-family: 'Open Sans', sans-serif;
    font-size: 10px;
    line-height: 20px;
    padding-right: 0px;
  }

}


/* ==========================================================================
  Team
  ========================================================================= */

  .container {
    max-width: 1230px;
    margin: 0 auto;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 15px;
  }

  .team .header .lg-container {
    padding: 10px 0 20px;
    max-width: 1430px;
    border-bottom: 1px solid #caa12b;
  }


  .team #header.header {
    position: static;
    height: 280px;
    padding: 0 15px;

    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;

    background-color: rgba(6,21,31,1);
  }

  .team .logo {
    max-width: 100%;
  }

  .team .logo-link {
    float: left;
    display: inline-block;
  }

  .header-banner {
    color: #fff;
    text-align: center;
    font-size: 20px;
    padding: 40px 0;
  }

  .header-banner h1 {
    color: #caa12b;
    font-weight: normal;
    font-size: 48px;
    margin-bottom: 10px;
    line-height: 1;
  }

   .header-banner p {
      margin: 0;
   }

   .team #primary_nav {
    padding-right: 0;
   }

   .team #primary_nav ul li.team-nav {
    border: 2px solid #fff;
    margin-top: -2px;
    margin-left: 0;
   }

   .team p, .team ul {
     font-family: 'Open Sans', sans-serif;
   }

   .team h2 {
    color: rgba(6,21,31,1);
    font-size: 26px;
    font-weight: bold;
    margin: 60px 0 30px;
   }


   .team-list {
    list-style: none;
    padding: 0;
    margin: 0 0 60px;
   }

   .team-list + h2 {
    margin-top: 0;
   }

   .team-row {
      padding: 10px 0;
      border-bottom: 1px solid #caa12b;
      line-height: 1;
      font-size: 20px;
      margin-bottom: 10px;
      position: relative;
   }

   .team-row .arrow {
      font-size: 16px;
      vertical-align: middle;
      color: rgba(6,21,31,1);
      display: inline-block;
      position: absolute;
      margin: auto 0;
      line-height: 1;
      top: 15px;
      left: 0;
        -webkit-transition: all .3s;
          transition: all .3s
   }

   .open .team-row .arrow {
      -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg);
   }

    .team-row .slider-trigger {
      padding-left: 25px;
    }

   .team-row a {
    vertical-align: middle;
    text-decoration: none;
    font-weight: bold;
    color: #caa12b;
    display: inline-block;
   }

   .linkedin-icon {
      position: absolute;
      right: 0;
      top: 0;
   }



/* ==========================================================================
  Mobile
  ========================================================================= */

@media screen and (max-width: 580px) {

    .container {
      padding: 0 15px;
      width: 100%;
    }

    .team #header.header {
      display: block;
      height: auto;
    }

    .team #primary_nav {
      text-align: center;
      display: none;
    }

    .team #primary_nav ul {
      float: none;
      margin: 0 auto;
      display: inline-block;
      width: auto;
    }

    .team .header-banner {
      padding: 30px 0;
    }
    
    .team #primary_nav .contact-nav {
      display: none;
    }


    .team #header h1 {
      font-size: 32px;
      margin: 0;
    }

    .team .logo-link {
      display: block;
      float: none;
      margin: 0 auto;
      width: 50%;
    }

    .team #footer-mobile {
      position: static;
    }

    .team  .slider-trigger {
      padding-right: 50px;
    }

    .container-main {
      height: 100%;
    }
    .image-cell {
        display: none;
    }
    .image-cell-first {
        display: inline-block;
        width: 100%;
        height: 100%;
    }
    .image-text {
      display: none;
    }
    .middle-outer {
      position: absolute;
      top: 0%;
      left: 50%;
      width: 300px;
      height: 200px;
      margin-left: -150px;
      margin-top: 30px;
      background-color: rgba(0,0,0,.4);
      text-align: center;
      z-index: 100;
    }
    .middle-inner {
      background-color: rgba(6,21,31,.9);
      width:292px;
      height:192px;
      margin:4px;
      text-align: center;
    }
    .middle-inner img {
      width:230px;
      display: inline-block;
      margin-top:20px;
    }
    .divider {
      width: 180px;
      margin-top: 15px;
      height: 2px;
      border-top: 1px solid #caa12b;
      display:inline-block;
    }
    h2 {
      font-size: 14px;
      padding:0 5px;
    }
    #header, #footer {
      display: none;
    }
    #footer-mobile {
      display: block;
      width: 100%;
      background-color: rgba(255,255,255,.8);
      position: absolute;
      bottom: 0px;
      text-align: center;
      font-family:'Trajan W01 Regular';
      padding: 10px 0;
      font-size:12px;
    }
    .label {
      font-family:'Trajan W01 Bd';
      color: #caa12b;
    }

    .mobile-team-link {
      position: absolute;
      top: 260px;
      width: 100%;
      text-align: center;
    }

   .mobile-team-link a {
      background-color: #caa12b;
      display:inline-block;
      text-decoration:none;
      line-height:32px;
      padding:0 15px;
      font-family:'Trajan W01 Regular';
      font-size: 16px;
      color:#fff;
      width: 100px;
      text-align: center;
    }

}