/*
 Theme Name:   Invert Child theme
 Theme URI:    http://www.sketchthemes.com/themes/invert-responsive-multipurpose-wordpress-theme/
 Description:  Invert Child Theme
 Author:       JRH Digital
 Author URI:   http://jrhdigital.com/
 Template:     invert
 Version:      1.0.0
 Tags:         light, dark, two-columns, right-sidebar, responsive-layout, accessibility-ready
 Text Domain:  invert-child
*/

@import url("../invert/style.css");
/* =Theme customization starts here -------------------------------------------------------------- */


/* OVERRIDES */
#header {
  box-shadow: 3px 0 2px rgba(0, 0, 0, 0.5);
  max-height: 120px;
  padding: 0;
  position: relative;
  z-index: 9999;
}

.skehead-headernav .logo {
  margin-top: 0;
}

.skt-mob-menu {
  background: none repeat scroll 0 0 #ffffff !important;
  box-shadow: 0 2px 3px -2px rgba(0, 0, 0, 0.5);
  left: 0 !important;
  margin-right: -3% !important;
  position: absolute !important;
  top: 106px;
  width: 100% !important;
  z-index: 999 !important;
}

#logo {
  margin-bottom: 0px;
  margin-top: 6px;
  max-height: 100px;
  position: relative;
  transition: height 0.3s ease 0s, line-height 0.3s ease 0s;
}

.top-nav-menu {
  margin-top: 21px;
}

form select {
  background: none repeat scroll 0 0 transparent;
  border: 1px solid #e1e1e1;
  width: 100%;
  height: 209px;
  margin: 0;
  padding: 4px;
}

.project-plan-upload {
  display: inline-block;
  margin: 3px 0 !important;
  padding: 0 !important;
}


/* CUSTOM ICONS */

/*
  Icon Font: customIcons
*/

@font-face {
  font-family: "customIcons";
  src: url("/wp-content/themes/invert-child/font/customIcons.eot");
  src: url("/wp-content/themes/invert-child/font/customIcons.eot?#iefix") format("embedded-opentype"),
       url("/wp-content/themes/invert-child/font/customIcons.woff") format("woff"),
       url("/wp-content/themes/invert-child/font/customIcons.ttf") format("truetype"),
       url("/wp-content/themes/invert-child/font/customIcons.svg#customIcons") format("svg");
  font-weight: normal;
  font-style: normal;
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
  @font-face {
    font-family: "customIcons";
    src: url("/wp-content/themes/invert-child/font/customIcons.svg#customIcons") format("svg");
  }
}

[data-icon]:before { content: attr(data-icon); }

[data-icon]:before,
.icon-door:before,
.icon-door-inverted:before,
.icon-shower:before,
.icon-window:before {
  display: inline-block;
  font-family: "customIcons";
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  line-height: 1;
  text-decoration: inherit;
  text-rendering: optimizeLegibility;
  text-transform: none;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
}

.icon-door:before { content: "\f100"; }
.icon-door-inverted:before { content: "\f101"; }
.icon-shower:before {
  content: "\f102";
  font-size: 68px;
  margin-left: 4px;
  margin-top: -7px;
}
.icon-window:before {
  content: "\f103";
  font-size: 64px;
  margin-left: 2px;
  margin-top: -5px;
}

.iconbox-icon i {
  width: 55px;
  height: 55px;
  font-size: 55px;
  line-height: 55px;
  margin-bottom: 20px;
  padding: 20px;
}
.bbbee {
  color: #fff;
  font-size: 13px;
}
.bbbee-img {
  height: 130px !important;
  margin-left: -9px;
  margin-top: -10px;
  max-width: 100% !important;
}