/*
Theme Name: IMI Custom Theme
Description: Theme Description
Text Domain: 
Theme URI: 
Author: Matha McEvoy & Seth Quittner
Author URI: 
Template: smarthat
Version: 1.0
*/

@import url("../smarthat/style.css");

/*@import url("css/style_child.css");*/
/* Smarthat Child Theme Styles */
/* 
/* 
rem-based font sizes with pixel fallbacks
set base size so that pixel and rem values will be same digits (ex: 15px, 1.5rem) 
*/
@import url(https://fonts.googleapis.com/css?family=Source+Sans+Pro:400,600,700);
html {
  font-size: 100%; 
}

/* example usage: @include smart-fontsize(15); */
/*
round corners
*/
/* fonts */
/* debug ------------------------------------------- */
#bootstrap-debug-size-display {
  display: none; 
}

.smart-debug-outline {
  border: none; 
}
h1{

}
h2 {
  color: #424143;
  font-size: 1.5rem;
  font-weight: bold;
  text-align: left; 
}
h3{
  font-size: 1.2rem;
  font-weight: bold;
  color:#007eba;
}

p{
  text-align: justify;
}
body {
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 17px;
  padding: 0 5%;
  background-color: #efefef; 
  max-width: 100% !important;
}
a, a:visited{
  font-weight: bold;
  color:#3b5866;
  text-decoration: underline;
}
a:hover {
  color: #007eba;
}
.clearfix:after{
  content:"";
  visibility: hidden;
  display: block;
  clear:both;
  height:0;
}

#mobile-nav a:hover {
  background-color: transparent; 
}

.file-id {
  display:none;
  font-size: 0.8em;
  background-color: #aaa;
  color: #eee;
  position: fixed;
  bottom: 0; 
}

#page {
  box-shadow: 0px 3px 15px -3px rgba(0, 0, 0, 0.75);
  background-color: white; 
}

/* header ------------------------------------------- */
#smart-mobile-nav-button.navbar-toggle{
  background-color: #666666;
}
.navbar-inverse {
 background-color: #fff; 
 border-color: #fff; 
}
#desktop_nav {
  background-color: white; 
}
#site-navigation {
  margin-top: 2em;
}

.navbar-header {
  background-color: #fff; 
}

a.navbar-brand:hover {
  background-color: white; 
}

#smart-header {
  color: white;
  background-color: white;
  margin-top: 1em;
  height: 8em; 
}
#smart-header p {
  color: #424143; 
}
#smart-header #logo {

  padding: 5em 0 0 3em;
  position: relative;
  bottom: 4.6em; 
}
#smart-header #tagline {
  display: none;
  font-size: 1.5em;
  color: #efefef;
  font-style: italic;
  padding: 7% 2% 0 0; 
}

#megaMenu {
  float: right; 
}
#megaMenu a{
  font-weight: normal;
}
#megaMenu.megaMenuHorizontal ul.megaMenu > li.menu-item.ss-nav-menu-mega > ul.sub-menu-1, 
#megaMenu.megaMenuHorizontal ul.megaMenu li.menu-item.ss-nav-menu-reg > ul.sub-menu {
  /*border: 1px solid #eee;*/
  background-color: #fff;
  border-left: 1px solid #eee;
  border-right: 1px solid #eee;
  border-bottom: 1px solid #eee;
 /*   -webkit-box-shadow: 1px 1px 1px 1px rgba(0,0,0,.3);
 box-shadow: 1px 1px 1px 1px rgba(0,0,0,.3);*/
}
#megaMenu.megaMenuHorizontal ul.megaMenu>li.menu-item.ss-nav-menu-mega>ul.sub-menu-1,
#megaMenu.megaMenuHorizontal ul.megaMenu li.menu-item.ss-nav-menu-reg>ul.sub-menu {
  padding-top: 3em;
  margin-top: 0 !important;
}


#megaMenu.megaMenuHorizontal ul.megaMenu>li.menu-item.ss-nav-menu-mega>ul.sub-menu-1,
#megaMenu.megaMenuHorizontal ul.megaMenu li.menu-item.ss-nav-menu-reg>ul.sub-menu {
  z-index: 0 !important;
}
#megaMenu ul.megaMenu li.menu-item.ss-nav-menu-mega {
  position: static;
  z-index: 999999999;
}
/* footer ------------------------------------------ */
.site-footer {
  background-color: #afbdc0;
  min-height: 20em; 
}
.site-footer a{
  font-weight: normal;
}
.site-footer .row{
  margin: 0em 0 3em 0;
}
.footer_col{
  margin: 1em 0;
}
#footer_tagline,#footer_credit,#footer_blog{
  text-align: center;
}
#footer_tagline {
  font-size: 1.6em;
  font-weight: bold;
  line-height: 2.6em;
  margin-bottom: 2em;
}
#footer_tagline span{
  font-weight: normal;
  font-size: .7em;
}

/* Navigation with UberMenu ------------------------------------------ */
#megaMenu ul.megaMenu li.menu-item.ss-nav-menu-item-depth-0.current-menu-item > a,
#megaMenu ul.megaMenu li.menu-item.ss-nav-menu-item-depth-0.current-menu-item > span.um-anchoremulator,
#megaMenu ul.megaMenu li.menu-item.ss-nav-menu-item-depth-0.current-menu-parent > a,
#megaMenu ul.megaMenu li.menu-item.ss-nav-menu-item-depth-0.current-menu-parent > span.um-anchoremulator,
#megaMenu ul.megaMenu li.menu-item.ss-nav-menu-item-depth-0.current-menu-ancestor > a,
#megaMenu ul.megaMenu li.menu-item.ss-nav-menu-item-depth-0.current-menu-ancestor > span.um-anchoremulator{
 color: #0b7eba !important;

}
span.um-anchoremulator { /*top level tabs of  mega menus*/
  /*border-radius: .5em .5em 0 0;*/
}
ul.sub-menu.sub-menu-1{
  border-radius: 0 0 .5em .5em;
}
#megaMenu.megaMenuHorizontal ul.megaMenu > li.menu-item > a, #megaMenu.megaMenuHorizontal ul.megaMenu > li.menu-item > span.um-anchoremulator {
  border-left: 0px solid transparent;
  border-left-width: 0px;
}



/* HOME Flexslider row------------------------------------------ */
#slider {
  margin: 0;
  width: 100%;
  height: inherit;
  padding: 0; 
}

.flexslider {
  background-color: #efefef;
  border: none;
  border-radius: 0px;
  box-shadow: none;
  z-index: 0 !important;
  margin: 0;
  width: inherit; 

}

.flexslider img {
  width: inherit;
  margin: 0;
  padding: 0; 
}

.flex-caption {
  font-size: 1.2em;
  margin-top: 1em;
  text-align: center;
  /* display: none; */
}

.flex-control-nav {
  position: relative;
  top: 0em; 
}

#onyx .flex-control-nav {
  position: relative;
  top: -20px; 
}

/* HOME device colors row ------------------------------------------ */
#colors {
  padding: 0 2em 0 4em;
  background-color: #efefef; 
}
#colors h2 {
  margin-bottom: 2em; 
}

span.color_heading {
  margin-left: 1em; 
}

#red {
  padding: 0.3em 0 1em 5em;
  background-position: 10% 0%;
  padding-left: 0em;
  font-size: 1em;
  min-height: 8em;
  color: #424143;
  float: left; 
}
#red span {
  color: #cf152d;
  font-size: 1.2em;
  font-weight: bold;
  text-transform: uppercase;
  display: inline-block; 
}
#red p {
  padding-left: 5em;
  margin-left: 2em;
  position: relative;
  top: -1em; 
}

#blue {
  padding: 0.3em 0 1em 5em;
  background-position: 10% 0%;
  padding-left: 0em;
  font-size: 1em;
  min-height: 8em;
  color: #424143;
  float: left; 
}
#blue span {
  color: #007eba;
  font-size: 1.2em;
  font-weight: bold;
  text-transform: uppercase;
  display: inline-block; 
}
#blue p {
  padding-left: 5em;
  margin-left: 2em;
  position: relative;
  top: -1em; 
}

#green {
  padding: 0.3em 0 1em 5em;
  background-position: 10% 0%;
  padding-left: 0em;
  font-size: 1em;
  min-height: 8em;
  color: #424143;
  float: left; 
}
#green span {
  color: #6bb937;
  font-size: 1.2em;
  font-weight: bold;
  text-transform: uppercase;
  display: inline-block; 
}
#green p {
  padding-left: 5em;
  margin-left: 2em;
  position: relative;
  top: -1em; 
}

#yellow {
  padding: 0.3em 0 1em 5em;
  background-position: 10% 0%;
  padding-left: 0em;
  font-size: 1em;
  min-height: 8em;
  color: #424143;
  float: left; 
}
#yellow span {
  color: #FFB900;
  font-size: 1.2em;
  font-weight: bold;
  text-transform: uppercase;
  display: inline-block; 
}
#yellow p {
  padding-left: 5em;
  margin-left: 2em;
  position: relative;
  top: -1em; 
}

#orange {
  padding: 0.3em 0 1em 5em;
  background-position: 10% 0%;
  padding-left: 0em;
  font-size: 1em;
  min-height: 8em;
  color: #424143;
  float: left; 
}
#orange span {
  color: #ff8401;
  font-size: 1.2em;
  font-weight: bold;
  text-transform: uppercase;
  display: inline-block; 
}
#orange p {
  padding-left: 5em;
  margin-left: 2em;
  position: relative;
  top: -1em; 
}

/* HOME comparison and radiation prevention row------------------------------------------ */
#twoButton {
  background-color: #007eba; 
}
#twoButton a {
  color: white;
  text-decoration: none; 
}

#twoButtonA {
  background-repeat: no-repeat;
  padding: 4em;
  padding-left: 12em;
  background-position: 10% 50%;
  font-size: 1em;
  min-height: 8em;
  color: #eee; 
}

#twoButtonB {
  background-repeat: no-repeat;
  padding: 4em;
  padding-left: 12em;
  background-position: 10% 50%;
  font-size: 1em;
  min-height: 8em;
  color: #eee; 
}

/* HOME ONYX row------------------------------------------ */
#onyx {
  margin-bottom: 0; 
}

/* HOME hot topics row------------------------------------------ */
#hotTopics {
  background-color: #efefef;
  padding: 2em; 
}
#hotTopics .blogpost {
  min-height: 6em; 
}
#hotTopics .blogpost img {
  float: left; 
}
#hotTopics .featured_thumb {
  float: left; 
}
#hotTopics p {
  padding: 0 4em 0 8em; 
}
/*HOME LOGO GRID*/
#logo-grid-associations{

}
#logo-grid-associations h2{
  padding-left: 2em;
  margin: 0;
}
#logo-grid-associations p{

  padding-left: 3.7em;
  margin: 0;
}
.logo-grid{
  padding:2em;
  box-sizing:border-box;

}
.logo-grid img{
  max-width: 230px;
}
.col-3.logo-grid {
  padding-top: 0;
  padding-bottom: 0;
  max-height: 110px;
}
.logo-grid-wrapper{
  margin-bottom: 2em;
}
.col-3{
  float:left;
  width:25%;
}
/* COMPARISON CHART ------------------------------------------ */
.page-id-2188 #main {
  margin-top: 1em;
}
.page-id-2188 {
  font-size: 0.9em;
}
.page-id-2188 table{
  display: table;
}
.page-id-2188 tr{
  padding-bottom: 1.5em;
}
.page-id-2188 th{
  text-transform: uppercase;
  font-weight: bold;
}
.page-id-2188 td{
  padding: .6em 0;
  display: table-cell;
  vertical-align: middle;
}
.page-id-2188 td:first-child {
  font-weight: bold;
  /*padding-left: 1.3em;*/
  text-align: center;
}
tr.color_row_red{
  background-color: #cf152d;
  color: #fff;
  font-size: 1.1em;

}
tr.color_row_blue{
  background-color: #007eba;
  color: #fff;
  font-size: 1.1em;

}
tr.color_row_green{
  background-color: #6bb937;
  color: #fff;
  font-size: 1.1em;

}
tr.color_row_yellow{
  background-color: #ffb900;
  color: #fff;
  font-size: 1.1em;

}
tr.color_row_orange{
  background-color: #ff8401;
  color: #fff;
  font-size: 1.1em;

}


/* WOO ------------------------------------------ */
aside#categories-2 {
  display: none;
}
.woocommerce div.product, .woocommerce #content div.product, .woocommerce-page div.product, .woocommerce-page #content div.product {

  padding: 3em;
}
.woocommerce div.product form.cart .variations select, .woocommerce #content div.product form.cart .variations select, .woocommerce-page div.product form.cart .variations select, .woocommerce-page #content div.product form.cart .variations select {
  width: 50%; 
}

.woocommerce-breadcrumb {
  visibility: hidden;
  background-color: #fff; 
}

.panel {
  padding: 0 5% !important; 
}

.woocommerce div.product, .woocommerce #content div.product, .woocommerce-page div.product, .woocommerce-page #content div.product {
  background-color: #fff; 
}

.woocommerce .woocommerce-breadcrumb, .woocommerce-page .woocommerce-breadcrumb {
  background-color: #fff;
  margin-bottom: 0;
  padding: 0 0 1em 1em; 
}

.woocommerce div.product div.images img, .woocommerce #content div.product div.images img, .woocommerce-page div.product div.images img, .woocommerce-page #content div.product div.images img {
  display: block;
  width: 100%;
  height: auto;
  max-width: 250px;
  box-shadow: 0 1px 2px 0 transparent;
  -webkit-box-shadow: 0 1px 2px 0 transparent; 
}
.unit-alert{
  font-weight: bold;
}
#tracking_message{
  font-weight: bold;
  padding: 1em;
  border:1px solid #ccc;
  border-radius: .5em;
  background-color: #eee;
}
#shipping_method label {
  display: inline-block;
  margin-bottom: 5px;
  font-weight: bold;
  width: 85%;
}
.woocommerce-tabs{
 width:50%;

}
.woocommerce div.product form.cart .button, .woocommerce #content div.product form.cart .button, .woocommerce-page div.product form.cart .button, .woocommerce-page #content div.product form.cart .button {
  color: #eee;
  background: #0b7eba !important;
  border:0;
}
.woocommerce ul.products li.product a img, .woocommerce-page ul.products li.product a img{
  width: 50% !important;
}
/*.images {
  width: 30%  !important; 
}*/

.entry-summary {
  width: 70% !important;
  padding-left: 1em; 
}
.entry-summary h1 {
  font-size: 2em !important; 
}

.checkout-button {
  background-color: red !important;
  box-shadow: none !important; 
}
input[type="radio"], input[type="checkbox"] {

  margin-right: 3em;
}
.warning{
  color:red;
  font-size: 1.2em;
  padding: 1em;
  background-color: #fafbbc;
  border:1px solid #a6a6a6;
  border-radius: .5em;
}
.wpmenucart-icon-shopping-cart-0:before {
  font-size: 1.5em;
}
.wpmenucart-icon-shopping-cart-0:{
  margin-bottom: 0.5em;
}
li#wpmenucartli {
  position: relative;
  top: -.4em;
}
p.telephone{
  font-weight: bold;
  
  margin-top: -1em;
  font-size: 0.9em;
  z-index: 99999999999999;
  text-align: center;
  color: #5b5a5c;
}
#megaMenu.megaMenuHorizontal ul.megaMenu > li.menu-item.ss-nav-menu-mega > ul.sub-menu-1, #megaMenu.megaMenuHorizontal ul.megaMenu li.menu-item.ss-nav-menu-reg > ul.sub-menu {
  margin-top: -1.6em;
}
/* Sidebar Right ------------------------------------------ */
#twocolumn_L {
  padding: 3em 5%;
  background-color: white; 
}

#twocolumn_R {
  padding: 3em 4%;
  background-color: white; 
}
/*FIVE COLOR Sections*/
#color_heading{
  display: block;
  position: relative;
  margin-bottom: 2em;
}
#color_heading .entry-title {
  display: inline-block;
  margin-left: 0em;
}
.section_icon{
  display: inline-block;
  float: left;
  margin-right: .5em;
}
/*HOT TOPICS BLOG*/
.post-content h1.entry-title a{
  color:#eee;
  text-decoration: none;
  font-weight: normal;
}
.post-content h1.entry-title, h1.post-title{
  width: 100%;
  padding:.2em 2em .2em .5em;
  color:#eee;
  background-color:#007eba;
  margin-bottom: -1em;
}
h1.widget-title{
  width: 100%;
  padding:.2em 2em .2em .5em;
  color:#eee;
  background-color:#007eba;
  color:#eee;
  font-size: 1.4em;
}
.widget-area ul{
  list-style: none;
}

.entry-meta {
  margin-top: 3em;
  text-align: center;
  border-bottom: 1px solid #007eba;
}
p#form-allowed-tags {
  text-align: left;
}

#single-post{
  padding: 0 5%;

}
code {
  white-space: normal;

}
.nav-links {
  margin-top: 3em;
}
span.comments-link {
  display: block;
  clear:both;
}
.entry-date {
  color:#007eba;
  font-weight: bold;
  font-size: 1.2em;
  line-height: 2em;

}
/*IMI ICON FONT*/
.inspector-alert:before {
  content: "\e602";
}
@font-face {
  font-family: 'imi';
  src:url('fonts/imi.eot?x76nns');
  src:url('fonts/imi.eot?#iefixx76nns') format('embedded-opentype'),
  url('fonts/imi.ttf?x76nns') format('truetype'),
  url('fonts/imi.woff?x76nns') format('woff'),
  url('fonts/imi.svg?x76nns#imi') format('svg');
  font-weight: normal;
  font-style: normal;
}

[class^="icon-"], [class*=" icon-"] {
  font-family: 'imi';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-imi-logo-color .path1:before {
  content: "\e607";
  color: rgb(8, 127, 185);
}
.icon-imi-logo-color .path2:before {
  content: "\e608";
  margin-left: -0.9873046875em;
  color: rgb(67, 66, 68);
}
.icon-radiation-safety .path1:before {
  content: "\e600";
  color: rgb(79, 78, 78);
}
.icon-radiation-safety .path2:before {
  content: "\e601";
  margin-left: -0.9873046875em;
  color: rgb(255, 255, 255);
}
.icon-imi-logo:before {
  content: "\e602";
  color: #424143;
  position: relative;
  top: .12em;
  margin-right: .1em;
}
.icon-atom:before {
  content: "\e603";
}
.icon-protect-o .path1:before {
  content: "\e604";
  color: rgb(0, 0, 0);
}
.icon-protect-o .path2:before {
  content: "\e605";
  margin-left: -0.9873046875em;
  color: rgb(35, 31, 32);
}
.icon-protect-o .path3:before {
  content: "\e606";
  margin-left: -0.9873046875em;
  color: rgb(255, 255, 255);
}
/*SLICK NAV*/
.slicknav_brand {
  max-width: 65px;
}
.slicknav_menu * {
  font-weight: 500 !important;
}
.slicknav_menu .slicknav_icon{

  font-size: 1.7em;
}

/*.admin-bar>.slicknav_menu {
     top: 0 !important; 
     }*/
     /*MEDIA QUERIES*/
     @media(max-width:340px){
      #green span.color_heading{
        display: inline-block;
        width: 100px;
        text-align: left;

      }
      .footer_col {
        margin: 0 3em;
      }
    }
    /*XS*/
    @media(max-width:767px){
     #green span.color_heading{
      display: inline-block;
      width: 100px;
      text-align: left;
    }
    #twoButtonB {
      border-top: 1px solid #fff;
    }
    .woocommerce div.product .woocommerce-tabs ul.tabs li, .woocommerce #content div.product .woocommerce-tabs ul.tabs li, .woocommerce-page div.product .woocommerce-tabs ul.tabs li, .woocommerce-page #content div.product .woocommerce-tabs ul.tabs li{
      color:red !important;
    }
    .woocommerce-tabs {
      width: 100%;
    }
    .woocommerce div.product, .woocommerce #content div.product, .woocommerce-page div.product, .woocommerce-page #content div.product {
      padding: 1em;
    }
    .col-3{
      float:left;
      width:100%;
    }
    .footer_col {
      margin: 0 3em;
    }
    .page-id-4 #page {
      margin-top: 53px;
    }

  }
  /*SM*/
  @media(min-width:768px){

   #twoButtonB {
    border-top: 1px solid #fff;
  }
  .col-3{
    float:left;
    width:50%;

  }
  .footer_col {
    margin: 0 3em;
  }
}
/*MD*/
@media(min-width:992px){

 #twoButtonB {
  border-top:0;
}
.col-3{
  float:left;
  width:50%;
}

}
/*LG*/
@media(min-width:1200px){
 #twoButtonB {
  border-top: 0;

}
.col-3{
  float:left;
  width:25%;
}
}

/* WooCommerce 3.0 Gallery */

.woocommerce-product-gallery {
  position: relative;
  margin-bottom: 3em
  border: 1px solid red;
}

.woocommerce-product-gallery figure {
  margin: 0
}

.woocommerce-product-gallery .woocommerce-product-gallery__image:nth-child(n+2) {
  width: 25%;
  display: inline-block
}

.woocommerce-product-gallery .flex-control-thumbs li {
  list-style: none;
  float: left;
  cursor: pointer
}

.woocommerce-product-gallery .flex-control-thumbs img {
  opacity: .5
}

.woocommerce-product-gallery .flex-control-thumbs img.flex-active,.woocommerce-product-gallery .flex-control-thumbs img:hover {
  opacity: 1
}

.woocommerce-product-gallery img {
  display: block
}

.woocommerce-product-gallery--columns-3 .flex-control-thumbs li {
  width: 33.3333%
}

.woocommerce-product-gallery--columns-4 .flex-control-thumbs li {
  width: 25%
}

.woocommerce-product-gallery--columns-5 .flex-control-thumbs li {
  width: 20%
}

.woocommerce-product-gallery__trigger {
  position: absolute;
  top: 1em;
  right: 1em;
  z-index: 99;
}

a.woocommerce-product-gallery__trigger {
  text-decoration: none;
}

.single-product div.product .woocommerce-product-gallery .woocommerce-product-gallery__trigger {
  position: absolute;
  top: .875em;
  right: .875em;
  display: block;
  height: 2em;
  width: 2em;
  border-radius: 3px;
  z-index: 99;
  text-align: center;
  text-indent: -999px;
  overflow: hidden;
}

.single-product div.product .woocommerce-product-gallery .woocommerce-product-gallery__trigger {
  background-color: #169fda;
  color: #ffffff;
}

.single-product div.product .woocommerce-product-gallery .woocommerce-product-gallery__trigger:hover {
  background-color: #1781ae;
  border-color: #1781ae;
  color: #ffffff;
}

.single-product div.product .woocommerce-product-gallery .woocommerce-product-gallery__trigger:before {
  font: normal normal normal 1em/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: block;
  content: "\f00e";
  line-height: 2;
  text-indent: 0;
}

/*SQD added more for gallery*/
.flex-viewport {

  min-height: 400px;
}
.woocommerce div.product div.images .flex-control-thumbs li {
  width: 20%;
  margin: 0.5em;
}
/* Related Products */
.imi-related-product {
  width:300px;
  height: 200px;
  position: relative;
  display: block;
  margin-bottom: 3em;
  text-align: center;
}
.imi-post-thumbnail {
  width: 150px;
  height: 150px;
  object-fit: contain;
  position: relative;
  bottom: 0em;
  display: inline-block;
  text-align: center;
}
.imi-related-product-link {
  height:25px;
  font-size: 0.75em;
}
.woocommerce div.product div.summary {
    margin-bottom: 2em;
    width: 50% !important;
    

}

.woocommerce div.product div.images {
    margin-bottom: 2em;
    width: 50% !important;
   

}
