/* styles for NEW HOOKIT site ONLY */

body {
  font-family: 'Lato';
  background: white url('/assets/images/hookit/bg.png') repeat center top;
}
h1,
h2,
h3,
h4,
h5 {
  color: black;
}
.h1header,
.h2header,
.h3header,
.h4header,
.h5header {
  line-height: 1.1;
}
.h1header,
.h2header,
.h3header {
  margin-top: 20px;
  margin-bottom: 10px;
}
.h4header,
.h5header {
  margin-top: 10px;
  margin-bottom: 10px;
}
h1,
.h1header {
  font-family: 'Lato';
  font-weight: 900;
  font-size: 36px;
  letter-spacing: -0.5px;
}
h2,
.h2header {
  font-family: 'Lato';
  font-weight: 900;
  font-size: 30px;
  letter-spacing: -0.5px;
}
h3,
.h3header {
  font-family: 'Lato';
  font-weight: bold;
  font-size: 24px;
  letter-spacing: -0.5px;
}
h4,
.h4header {
  font-family: 'Lato';
  font-weight: bold;
  font-size: 18px;
  letter-spacing: -0.5px;
}
h5,
.h5header {
  font-family: 'Lato';
  font-weight: bold;
  font-size: 16px;
  letter-spacing: -0.5px;
}
.bg-light {
  background: #f4f4f4;
}
/* modules */

.module-wrapper {
  background: white;
  border: 1px solid #d4d4d4;
  margin-bottom: 25px;
}
.module-wrapper .btn-cta-wrapper {
  margin-left: 18px;
}
.module-wrapper .m-head {
  background: #f7f7f7;
  padding: 13px 15px;
}
.module-wrapper .m-head h3,
.module-wrapper .m-head h4 {
  color: #333333;
  text-transform: uppercase;
  margin: 0;
  line-height: 120%;
}
.module-wrapper .m-head h3 > a,
.module-wrapper .m-head h4 > a {
  color: #333333;
  text-decoration: none;
}
.module-wrapper .m-head h3 > a:hover,
.module-wrapper .m-head h4 > a:hover {
  color: black;
}
.module-wrapper .m-head h3 > .glyphicon,
.module-wrapper .m-head h4 > .glyphicon {
  font-size: 120%;
}
.module-wrapper .m-head .h3header,
.module-wrapper .m-head .h4header {
  margin: 0;
  margin-top: 5px;
  font-weight: normal;
}
.module-wrapper .m-body {
  padding: 15px;
}
/*      generic module (first used on profile my crew) */

.module-3col-list > div {
  padding: 8px;
  border-bottom: 1px solid #cccccc;
}
.module-3col-list > div:last-child {
  border-bottom-width: 0;
}
.module-3col-list > div > div:first-child {
  margin-right: 8px;
}
.module-3col-list > div:hover {
  background: #f9f9f9;
}
/* first used on team project */

.module-wrapper.v2 .m-head {
  background-color: #f9f9f9;
  border-bottom: 1px solid #dddddd;
  padding: 13px 25px;
}
.module-wrapper.v2 .m-head.bg-white {
  background-color: white !important;
}
.module-wrapper.v2 .m-head.squeeze {
  padding-top: 8px;
  padding-bottom: 8px;
}
.module-wrapper.v2 .m-head h4 {
  font-weight: normal;
  color: black;
  letter-spacing: normal;
  text-transform: none;
}
.module-wrapper.v2 .m-body {
  padding: 25px;
}
/* profile nav user control (used on profile and explore pages) */

.profile-nav-dd li > a {
  font-size: 16px;
  font-weight: bold;
  border-bottom: 1px solid #dddddd;
  padding: 10px 30px 10px 18px;
}
.profile-nav-dd li:last-child > a {
  border-bottom-width: 0;
}
/* global dropdown style (used in nav area - same styles as above but slightly smaller) */

.global-dd li > a {
  font-size: 14px;
  font-weight: bold;
  border-bottom: 1px solid #dddddd;
  padding: 8px 20px 8px 15px;
}
.global-dd li:last-child > a {
  border-bottom-width: 0;
}
/* nav and global search */

#navbar {
  height: 70px;
}
#navbar .navbar-header {
  padding-right: 30px;
}
#navbar .bg-wrap {
  background-color: #24282d;
  border-radius: 4px;
}
#navbar a.target-signin {
  margin-top: -2px;
  background-color: #4d5560;
  border-color: #4d5560;
}
#navbar div.dropdown {
  margin-top: -2px;
}
#navbar ul.site-menu-navlist {
  margin-bottom: 0;
}
#navbar .site-menu-navlist > li {
  margin-right: 5px;
  padding: 0;
}
#navbar .site-menu-navlist > li:last-child {
  margin-right: 0;
}
#navbar .site-menu-navlist > li > a {
  display: inline-block;
  padding: 8px 12px;
  border-radius: 4px;
  font-size: 14px;
  font-weight: bold;
  letter-spacing: -0.5px;
  color: white;
  text-decoration: none;
  text-transform: uppercase;
}
#navbar .site-menu-navlist > li:hover > a,
#navbar .site-menu-navlist > li.on > a {
  color: #dee42c;
  background-color: #24282d;
}
#navbar .site-menu-navlist.brand-menu > li > a {
  padding: 8px 6px;
  font-size: 16px;
}
#navbar .site-menu-navlist.brand-menu > li:first-child > a {
  padding-left: 15px;
}
#navbar .site-menu-navlist.brand-menu > li:last-child > a {
  padding-right: 15px;
}
#navbar .global-search-wrapper {
  width: 180px;
  margin-top: 2px;
}
/* if needed make smaller for smaller screen size */

#navbar .nav.navbar-nav > li > a {
  color: #111111;
}
#navbar .nav.navbar-nav > li.active > a {
  background-color: #f4f4f4;
}
/* page wrap - needed to push down footer */

#wrap {
  min-height: 100%;
  height: auto;
  margin: 0 auto -130px;
  /* negative indent footer by its height */
  padding: 0 0 130px;
  /* pad bottom by footer height */

}
#wrap > #main-content {
  padding: 70px 0 0;
}
/* push main content down the size of the nav height */

#footer {
  height: 130px;
  background-color: white;
  box-shadow: 0 0 6px #666666;
}
#footer > .container {
  padding-left: 15px;
  padding-right: 15px;
}
.footer-navlist > li {
  margin-left: 15px;
}
/* admin pages - content wrapper */

.settings-wrapper {
  margin-left: 125px;
}
@media (max-width: 1199px) {
  .settings-wrapper {
    margin-left: 0;
  }
}
/* glyphicons (using font, character codes determine icon) */

.glyphicon.edit {
  color: #0099ff !important;
}
.glyphicon-circlebg {
  float: left;
  height: 51px;
  width: 51px;
  margin-right: 30px;
  background: url('/assets/images/hookit/iconbg_circle.png') no-repeat left top;
  font: 24px/51px 'Glyphicons Regular';
  color: white;
  font-style: normal;
  font-weight: normal;
  text-align: center;
  *zoom: 1;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
}
/* icons */

.appicon {
  height: 22px;
  width: 75px;
  background: url('/assets/images/hookit/sprite_appstores2.png') no-repeat left top;
}
.appicon > a > img {
  width: 100%;
  height: 100%;
}
.appicon.appicon-apple {
  background-position: left top;
}
.appicon.appicon-android {
  background-position: -87px top;
}
/* google places type ahead */

.pac-item {
  padding: 5px 15px;
}
.pac-item:hover {
  background: #eeeeee;
}
.pac-item-selected {
  background: #dbe636;
}
.pac-container::after {
  display: none;
}
.pac-icon-marker {
  display: none;
}
/* tabs for Brand Accounts - porting over here for legacy support*/

.site-tab-target {
  display: none;
}
.site-tab-target.on {
  display: block;
}
.site-tabs {
  border-bottom: 2px solid #eeeeee;
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  align-items: center;
}
.site-tabs a.site-tab {
  text-decoration: none;
}
.site-tabs .site-tab {
  color: #898989;
  font-size: 16px;
  padding: 15px 18px 8px;
  cursor: pointer;
  border-bottom: 3px solid transparent;
  position: relative;
  top: 2px;
}
.site-tabs .site-tab.on {
  color: #39404a;
  font-weight: bold;
}
.site-tabs .site-tab:hover {
  color: #39404a;
}
.site-tabs .site-tab.on:after,
.site-tab:hover:after {
  content: " ";
  display: block;
  position: absolute;
  bottom: -4px;
  width: calc(76%);
  left: 12px;
  height: 4px;
  background-color: #39404a;
}
/* page wrappers */

.page__wrapper {
  margin: 25px;
  margin-top: 10px;
}
.page__wrapper .page__header {
  padding: 5px 5px 20px;
  border-bottom: 1px solid #eeeeee;
}
.page__wrapper .page__module {
  margin-bottom: 20px;
}
