/*
Theme Name: xciteledlighting 2020
Theme URI:
Author: Dean Parkes
Author URI:
Description:
Version: 0.1
License:
License URI:
Text Domain:
Tags:
*/

/*


gray1: #575e62;

gray1: #575e62;

red: #c8102e;
beige: #c6bbab;


 */

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
	## Posts and pages
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
# Woocommerce
# Footer
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
body {
  margin: 0;
  -webkit-font-smoothing: auto;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  display: block;
}

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden],
template {
  display: none;
}

a {
  background-color: transparent;
}

a:active,
a:hover {
  outline: 0;
}

dfn {
  font-style: italic;
}

mark {
  background: #ff0;
  color: #000;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
}

svg:not(:root) {
  overflow: hidden;
}

figure {
  margin: 1em 2.5rem;
}

hr {
  box-sizing: content-box;
  height: 0;
}

button {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}

button[disabled],
html input[disabled] {
  cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input {
  line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: bold;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}


html.noscroll {
  position: fixed;
  overflow-y: scroll;
  width: 100%;
}




/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/




body {
  font-family:'Segoe UI Regular';
}

h1, h2, h3, h4, h5, h6 {
  font-family:'Segoe UI Bold';
  clear: both;
  color: #575E62;
  margin-top: 15px;
  margin-bottom: 12px;
}
h1 {
  font-size: 36px;
  padding-bottom: 10px;
  color: #575E62;
}
h2 {
  font-size: 32px;
  line-height: 1.25;
  color: #575E62;
}
h3 {
  font-size: 25px;
  line-height: 25px;
  color: #575E62;
}
h4 {
  font-size: 16px;
  line-height: 20px;
  color: #575E62;
}
h5 {
  font-size: 14px;
  line-height: 17.5px;
  color: #575E62;
}

p {
  font-family:'Segoe UI Regular';
  margin-bottom: 1.5em;
  font-size: 1.21em;
  color: #575E62;
}
li {
  font-family:'Segoe UI Regular';
  font-size: 1.21em;
  color: #575E62;
}
li a.highlight_link {
  color: red;
}
h1.entry-title {
  font-size: 1.31rem;
  border-bottom: 1px solid #eaecef;
}
h2.entry-title {
  border-bottom: 1px solid #eaecef;
}

body.home h3.widget-title {
  text-align: center;
}
h3.widget-title {
  font-size: 1.2rem;
}

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
body {
  background: #fff;
  /* Fallback for when there is no custom background color defined. */

  /*min-height: 100vmax;*/
  position: relative;


}

img {
  height: auto;
  /* Make sure images are scaled correctly. */
  max-width: 100%;
  /* Adhere to container width. */
}

figure {
  margin: 1em 0;
  /* Extra wide images within figure tags don't overflow the content area. */
}

table {
  margin: 0 0 1.5em;
  width: 100%;
}

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/

/* room for the fixed header */
#page.site {
  padding-top: 84px;
  min-height: 100vh;
  padding-bottom: 350px;
  /*padding-bottom: 455px;*/
}

header#masthead {
  position: fixed;
  min-height: 84px;
  width: 100%;
  top: 0;
  z-index: 100;
}

/* room for the secondary nav
  padding-top: 40px;
 */
#content.site-content {
  /*padding-top: 5px;*/
}
/* Not on site-home */
body.home #content.site-content {
  padding-top: 0;
}

.navbar-brand {
  position: absolute;
  top: 0;
}

#main-nav-right,
#main-nav-left {
  position: relative;
  top: 15px;
}

.navbar-brand > a {
  color: rgba(0, 0, 0, 0.9);
  font-size: 1.1rem;
  outline: medium none;
  text-decoration: none;
  color: #fff;
  font-weight: 700;
}

.navbar-brand > a:visited, .navbar-brand > a:hover {
  text-decoration: none;
}

.navbar-brand img {
  width: 140px;
}

#page-sub-header {
  position: relative;
  padding-top: 5rem;
  padding-bottom: 0;
  text-align: center;
  font-size: 1.25rem;
  background-size: cover !important;
}

body:not(.theme-preset-active) #page-sub-header h1 {
  line-height: 1.6;
  font-size: 4rem;
  color: #563e7c;
  margin: 0 0 1rem;
  border: 0;
  padding: 0;
}

#page-sub-header p {
  margin-bottom: 0;
  line-height: 1.4;
  font-size: 1.25rem;
  font-weight: 300;
}
body:not(.theme-preset-active) #page-sub-header p {
color: #212529;
}
a.page-scroller {
  color: #333;
  font-size: 2.6rem;
  display: inline-block;
  margin-top: 2rem;
}



@media screen and (min-width: 768px) {


  body:not(.theme-preset-active) #page-sub-header h1 {
    font-size: 3.750rem;
  }
  body:not(.theme-preset-active) #page-sub-header {
    font-size: 1.25rem;
  }

}
@media screen and (min-width: 992px) {
  #page-sub-header p {
    max-width: 43rem;
    margin: 0 auto;
  }
}
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
#masthead nav {
  padding-left: 0;
  padding-right: 0;
}


body:not(.theme-preset-active) #masthead .navbar-nav > li > a {
  padding: 0.2rem;
  font-size: 16px;
  color: #fff;
  /*min-width: 140px;*/
  text-align: center;
}

body:not(.theme-preset-active) #masthead .navbar-nav > li > a:hover,
body:not(.theme-preset-active) #masthead .navbar-nav > li.current_page_item > a {
  color: #fff;
}



.navbar-brand {
  height: auto;
  margin: 0 2.5vw;
    position: absolute;
    z-index: 999;
}

.navbar.navbar-right-content .header-social {
  text-align: right;
  width: 100%;
}
.navbar.navbar-right-content .header-search a,
.navbar.navbar-right-content .header-social a {
  color: #fff;
  z-index: 999;
  position: relative;
}

#menu-main-nav-left,
#menu-main-nav-right {
  /*min-width: 220px;*/
}

#menu-main-nav-left li,
#menu-main-nav-right li {
  margin: 0 0.8vw;
}

#masthead ul#menu-mobile-menu.navbar-nav li a {
  font-size: 20px;
  line-height: 34px;
}
ul#menu-mobile-menu ul li a {
  font-size: 20px;
  line-height: 34px;
  color: #fff;
}

.navbar-toggle .icon-bar {
  background: #000 none repeat scroll 0 0;
}

.dropdown-menu .dropdown-toggle::after {
  border-bottom: 0.3em solid transparent;
  border-left: 0.3em solid;
  border-top: 0.3em solid transparent;
}

.dropdown.menu-item-has-children .dropdown.menu-item-has-children {
    position: relative;
}

.dropdown.menu-item-has-children .dropdown.menu-item-has-children>.dropdown-menu {
    top: 0;
    left: 100%;
    margin-top: -6px;
    margin-left: -1px;
    -webkit-border-radius: 0 6px 6px 6px;
    -moz-border-radius: 0 6px 6px;
    border-radius: 0 6px 6px 6px;
}
.dropdown.menu-item-has-children .dropdown.menu-item-has-children:hover>.dropdown-menu {
    display: block;
}

.dropdown.menu-item-has-children .dropdown.menu-item-has-children>a:after {
    display: block;
    content: " ";
    float: right;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
    border-width: 5px 0 5px 5px;
    border-left-color: #ccc;
    margin-top: 5px;
    margin-right: -10px;
}

.dropdown.menu-item-has-children .dropdown.menu-item-has-children:hover>a:after {
    border-left-color: #fff;
}

.dropdown.menu-item-has-children .dropdown.menu-item-has-children.pull-left {
    float: none;
}

.dropdown.menu-item-has-children .dropdown.menu-item-has-children.pull-left>.dropdown-menu {
    left: -100%;
    margin-left: 10px;
    -webkit-border-radius: 6px 0 6px 6px;
    -moz-border-radius: 6px 0 6px 6px;
    border-radius: 6px 0 6px 6px;
}

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
  display: block;
}

.dropdown-item {
  line-height: 1.2;
  padding-bottom: 0.313rem;
  padding-top: 0.313rem;
}

.dropdown-menu {
  min-width: 12.500rem;
}

.dropdown .open .dropdown-menu {
  display: block;
  left: 12.250em;
  top: 0;
}

.dropdown-menu .dropdown-item {
  white-space: normal;
  background: transparent;
  line-height: 1.6;
}
.dropdown-menu .dropdown-item:hover {
  background: transparent;
}

#mobile-nav-holder {
  display:none;
  width: 100%;
}





@media screen and (min-width: 37.5em) {
  .menu-toggle {
    display: none;
  }
}
@media screen and (min-width: 769px) {


  .dropdown-menu li > .dropdown-menu {
    right: -9.875rem;
    top: 1.375rem;
  }
}
@media screen and (max-width: 991px) {


  .navigable {
    margin: 0;
    display: inline-block;
    white-space: nowrap;
    width: 100%;
    margin: 0;
    position: relative;
  }

  .header-right {
    /* display: inline-block; */
    right: 0;
    top: 0;
    position: absolute;
  }


  .navbar-nav .dropdown-menu {
    border: medium none;
    margin-left: 1.250rem;
    padding: 0;
  }

  .dropdown-menu li a {
    padding: 0;
  }

  #masthead .navbar-nav > li > a {
    padding-bottom: 0.625rem;
    padding-top: 0.313rem;
  }

  .navbar-light .navbar-toggler {
    border: medium none;
    outline: none;
  }
}
.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
  margin: 0 0 1.5em;
  overflow: hidden;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
  float: left;
  width: 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
  float: right;
  text-align: right;
  width: 50%;
}
.comment-content.card-block {
  padding: 20px;
}

.navigation.post-navigation {
  padding-top: 1.875rem;
}

.post-navigation .nav-previous a,
.post-navigation .nav-next a {
  border: 1px solid #ddd;
  border-radius: 0.938rem;
  display: inline-block;
  padding: 0.313rem 0.875rem;
  text-decoration: none;
}

.post-navigation .nav-next a::after {
  content: " \2192";
}

.post-navigation .nav-previous a::before {
  content: "\2190 ";
}

.post-navigation .nav-previous a:hover,
.post-navigation .nav-next a:hover {
  background: #eee none repeat scroll 0 0;
}

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
  word-wrap: normal !important;
  /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}
.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  height: auto;
  left: 0.313rem;
  line-height: normal;
  padding: 0.938rem 1.438rem 0.875rem;
  text-decoration: none;
  top: 0.313rem;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar. */
}

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
  outline: 0;
}

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
  display: inline;
  float: left;
  margin-right: 1.5em;
}

.alignright {
  display: inline;
  float: right;
  margin-left: 1.5em;
}

.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

a img.alignright {
  float: right;
  margin: 0.313rem 0 1.25rem 1.25rem;
}

a img.alignnone {
  margin: 0.313rem 1.25rem 1.25rem 0;
}

a img.alignleft {
  float: left;
  margin: 0.313rem 1.25rem 1.25rem 0;
}

a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.wp-caption.alignnone {
  margin: 0.313rem 1.25rem 1.25rem 0;
}

.wp-caption.alignleft {
  margin: 0.313rem 1.25rem 1.25rem 0;
}

.wp-caption.alignright {
  margin: 0.313rem 0 1.25rem 1.25rem;
}

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
  content: "";
  display: table;
  table-layout: fixed;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
  clear: both;
}

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/

.container .breadcrumbs-container a {
  color: #666;
}


.widget {
  margin: 0 0 1.5em;
  font-size: 0.875rem;
  /* Make sure select elements fit in widgets. */
}
.widget select {
  max-width: 100%;
}

.widget_search .search-form input[type="submit"] {
  display: none;
}

.nav > li > a:focus,
.nav > li > a:hover {
  background-color: #eee;
  text-decoration: none;
}
.half-rule {
  width: 6rem;
  margin: 2.5rem 0;
}
.widget_categories .nav-link {
  display: inline-block;
}

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
#content.site-content {
  /*padding-bottom: 3.75rem;*/
  /*min-height: 38vh;*/
}

.sticky .entry-title::before {
  content: '\f08d';
  font-family: "Font Awesome\ 5 Free";
  font-size: 1.563rem;
  left: -2.5rem;
  position: absolute;
  top: 0.375rem;
  font-weight: 900;
}

.sticky .entry-title {
  position: relative;
}

.single .byline,
.group-blog .byline {
  display: inline;
}

.page-content,
.entry-content,
.entry-summary {
  margin: 0 0 1.5em 0;
}

.page-links {
  clear: both;
  margin: 0 0 1.5em;
}

.page-template-blank-page .entry-content,
.blank-page-with-container .entry-content {
  margin-top: 0;
}

.post.hentry {
  margin-bottom: 4rem;
}

.posted-on, .byline, .comments-link {
  color: #9a9a9a;
}

.entry-title > a {
  color: inherit;
}

/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comment-content a {
  word-wrap: break-word;
}

.bypostauthor {
  display: block;
}

.comment-body .pull-left {
  padding-right: 0.625rem;
}

.comment-list .comment {
  display: block;
}

.comment-list {
  padding-left: 0;
}

.comments-title {
  font-size: 1.125rem;
}

.comment-list .pingback {
  border-top: 1px solid rgba(0, 0, 0, 0.125);
  padding: 0.563rem 0;
}

.comment-list .pingback:first-child {
  border: medium none;
}

/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
  /* Theme Footer (when set to scrolling) */
  display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
  display: block;
}

/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
  max-width: 100%;
}

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
  background: #f1f1f1 none repeat scroll 0 0;
  border: 1px solid #f0f0f0;
  max-width: 96%;
  padding: 0.313rem 0.313rem 0;
  text-align: center;
}
.wp-caption img[class*="wp-image-"] {
  border: 0 none;
  height: auto;
  margin: 0;
  max-width: 100%;
  padding: 0;
  width: auto;
}
.wp-caption .wp-caption-text {
  font-size: 0.688rem;
  line-height: 1.063rem;
  margin: 0;
  padding: 0.625rem;
}

.wp-caption-text {
  text-align: center;
}

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
  margin-bottom: 1.5em;
}

.gallery-item {
  display: inline-block;
  text-align: center;
  vertical-align: top;
  width: 100%;
}
.gallery-item .gallery-columns-2 {
  max-width: 50%;
}
.gallery-item .gallery-columns-3 {
  max-width: 33.33333%;
}
.gallery-item .gallery-columns-4 {
  max-width: 25%;
}
.gallery-item .gallery-columns-5 {
  max-width: 20%;
}
.gallery-item .gallery-columns-6 {
  max-width: 16.66667%;
}
.gallery-item .gallery-columns-7 {
  max-width: 14.28571%;
}
.gallery-item .gallery-columns-8 {
  max-width: 12.5%;
}
.gallery-item .gallery-columns-9 {
  max-width: 11.11111%;
}

.gallery-caption {
  display: block;
}

/*--------------------------------------------------------------
# Plugin Compatibility
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Woocommerce
--------------------------------------------------------------*/
.woocommerce-cart-form .shop_table .coupon .input-text {
  width: 8.313rem !important;
}

.variations_form .variations .value > select {
  margin-bottom: 0.625rem;
}

.woocommerce-MyAccount-content .col-1,
.woocommerce-MyAccount-content .col-2 {
  max-width: 100%;
}

/*--------------------------------------------------------------
## Elementor
--------------------------------------------------------------*/
.elementor-page article .entry-footer {
  display: none;
}

.elementor-page.page-template-fullwidth #content.site-content {
  padding-bottom: 0;
  padding-top: 0;
}

.elementor-page .entry-content {
  margin-top: 0;
}

/*--------------------------------------------------------------
## Visual Composer
--------------------------------------------------------------*/
.vc_desktop article .entry-footer {
  display: none;
}

.vc_desktop #content.site-content {
  padding-bottom: 0;
  padding-top: 0;
}

.vc_desktop .entry-content {
  margin-top: 0;
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
footer#colophon {
  font-size: 85%;
}
body:not(.theme-preset-active) footer#colophon {
  color: #99979c;
  background-color: #f7f7f7;
}
.navbar-dark .site-info {
  color: #fff;
}
.copyright {
  font-size: 0.875rem;
  margin-bottom: 0;
  text-align: center;
}

.copyright a, footer#colophon a {
  color: inherit;
}

@media screen and (max-width: 767px) {


  .d-mobile-none {
    display:none;
  }

  #masthead .navbar-nav > li > a {
    padding-bottom: 0.938rem;
    padding-top: 0.938rem;
  }

  .navbar-dark .navbar-brand {
    color: #fff;
    /* float: left; */
    position: relative;
    left: 0;
  }

}
/*--------------------------------------------------------------
# Media Query
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Notebook
--------------------------------------------------------------*/
@media only screen and (max-width: 1280px) {
  html {
    font-size: 95%;
  }
}

@media screen and (min-width: 1366px) {
  .navbar.navbar-expand-xl.p-0.navbar-light {
    /*margin-left: -66px;*/
  }
}


@media screen and (max-width: 1490px) {
  #menu-main-nav-left li, #menu-main-nav-right li {
    /*margin: 0 2px;*/
  }
  .navbar-brand {
    margin: 0 1.5vw;
  }
}

@media screen and (max-width: 1199px) {
  .navbar-dark .dropdown-item {
    color: #fff;
  }
  .navbar-nav .dropdown-menu {
    background: transparent;
    box-shadow: none;
    border: none;
  }
}
/*--------------------------------------------------------------
## Netbook
--------------------------------------------------------------*/
@media only screen and (max-width: 1024px) {
  html {
    font-size: 90%;
  }

  body #page-with-mpus .col-8.text-align-left.main-content {
    padding: 0 20px !important;
    flex: 10;
  }

}
/*--------------------------------------------------------------
## iPad
--------------------------------------------------------------*/
@media only screen and (max-width: 960px) {
  html {
    font-size: 85%;
  }
}
/*--------------------------------------------------------------
## iPad
--------------------------------------------------------------*/
@media only screen and (max-width: 768px) {
  html {
    font-size: 80%;
  }

  .icons.bottom {
    max-width: 95%;
    margin-bottom: 25px;
    margin-top: 10px;
  }


}
/*--------------------------------------------------------------
## iPad
--------------------------------------------------------------*/
@media only screen and (max-width: 480px) {
  html {
    font-size: 75%;
  }
}
@media only screen and (max-width: 960px) and (min-width: 768px) {
  div.family-tile .product-thumb .bg-image {
    height: 184px;
    margin: 0 auto;
  }
  div.family-tile .product-thumb .chevron {
    display:none;
  }

}


/*--------------------------------------------------------------
## iPhone 12/13/14
--------------------------------------------------------------*/
@media only screen and (max-width: 414px) {
  html {
    font-size: 70%;
  }
  div.family-tile .product-thumb .bg-image {
    width: 80%;
    margin: 0 auto;
  }
  div.family-tile .product-thumb .chevron {
    display:none;

  }

  .col-8.text-align-left.main-content {
    flex: 10;
  }

}


@media (orientation: portrait) and (max-width: 1080px) {

  body {
    /*background-color: red;*/
  }

  #room .info h2 {
    margin-top: 0;
    font-size: 20px;
    text-align: center;
  }
  #room.results .diagram {
    display:flex;
  }

  .siteorigin-widget-tinymce.textwidget h2 {
    font-size: 30px;
  }

  .display-posts-listing.grid .title {
    min-height: 52px;
  }
  .textwidget.custom-html-widget .listing-item a.title {
    font-size: 22px;
    line-height: 27px;
  }

  .listing-item span.excerpt {
    position: relative;
    min-height: 190px;
  }
  .listing-item span.excerpt a.excerpt-more {
    width: 100%;
    position: absolute;
    bottom: 0;
  }

  .navbar-brand {
    /*position: absolute;*/
    top: 0;
    left: 43vw;
  }

  .col-2.d-lg-flex.mr-0.pr-0.header-right {
    /*display:none !important;*/
    position: absolute;
    right: 0;
  }

  .fixed-bottom__ {
    margin-top: 240px !important;
  }

}


/*--------------------------------------------------------------
##  XCITE styles
 --------------------------------------------------------------*/
.container.full-width {
  max-width: 100%;
}
.container.full-width.footer-bottom {
  background-color: #575e62;
}
.container.full-width.footer-bottom a,
.container.full-width.footer-bottom p {
  margin-bottom: 0;
  color: #fff;
  font-size: 0.75rem;
}

.site-header,
.site-footer {
  background-color: #C8102E;
  margin-bottom: 0;
  padding: .74rem 1rem;
}

.site-footer h6.subheading a,
.site-footer h6.subheading {
  font-size: 1rem;
  color: #fff;

}

.site-footer .follow-us {
  width: 150px;
  margin-top: 5px;
}

.site-footer a,
.site-footer p {
  font-size: 0.875rem;
  color: #fff;
}

.footer-bottom .left {
  align-self: center;
}
.footer-bottom .left p {
  position: relative;
  margin-top: 5px;
}
.footer-bottom .mid,
.site-footer .mid {
  text-align: center;
}
.footer-bottom .right,
.site-footer .right {
  text-align: right;
}
.footer-bottom .footer-nav ul,
.footer-bottom .footer-nav li {
  display: inline-block;
}
.footer-bottom .footer-nav li {
  padding: 0 10px;
  line-height: 18px;
  border-right: 1px solid #fff;
}
.footer-bottom .footer-nav li:last-child {
  padding-right: 0;
  border-right: 0;
}
.footer-bottom .footer-nav li a {
  padding: 0;
}
.footer-bottom .footer-nav li a:hover {
  text-decoration: underline;
}

.subhead-nav {
  display: none;
  position: fixed;
  width: 100%;
  height: 40px;
  background-color: #c6bbab;
  color: #fff;
  text-align: center;
  padding-right: 35px;
  z-index: 50;
}

.subhead-nav .navbar-nav-subnav-wrap ul,
.subhead-nav .navbar-nav-subnav-wrap li {
  font-family:'Segoe UI Regular';
  display:inline-block;

}
.subhead-nav .navbar-nav-subnav-wrap li a {
  color: #fff;
  font-size: 16px;
}

.header-social i {
  font-size: 26px;
  padding-top: 2px;
}
.header-search i {
  font-size: 26px;
}

.footer-social p {
  text-align: center;
}
.footer-social i {
  position: relative;
  color: #fff;
  font-size: 46px;
}

.above-footer {
  text-align: center;
}
.above-footer img {
  width: 60%;
  margin: 0 auto;
  padding-top: 15px;
}
.above-footer h6 {
  padding-right: 20px;
  color: #575E62;
  font-size: 150%;
  margin-top: 16px;
}

a.mail-form-link:hover {
  text-decoration: none;
}
.about-panels .vertical-bottom {
  margin-bottom: 10px;
  align-items: baseline;
}
.about-panels .vertical-bottom {
  padding-left: 10px;
}
.about-panels .vertical-top {
  padding: 0;
}
.about-panels .vertical-center {
  padding: 0;
}
.about-panels h6 {
  font-size: 2.4em;
  margin: 0;
}


.mail-form-tab {

}

.xcite-btn-wrap {
  width: 100%;
  text-align: center;
}
.xcite-btn {
  /*background-color: #c6bbab;*/
  background-color: #fff;
  border: 1px solid #C8102E;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 9px;
  margin-bottom: 0;
  padding: 6px 17px 8px 17px;
  font-family:'Segoe UI Bold';
  color: #C8102E;
  font-size: 1rem;
  font-weight: 400;
}
.xcite-btn:hover {
  color: #fff;
  background-color: #C8102E;
}

.xcite-btn.red {
  background-color: #C8102E;
}

.page-id-3545 .btn.xcite-btn {
  background-color: #fff;
  border: 1px solid #064c96;
  color: #064c96;
}
.page-id-3545 .btn.xcite-btn:hover {
  background-color: #064c96;
  color: #fff;
}


.xcite-btn.x-large {
  border-radius: 11px;
  padding: 10px 16px 9px 16px;
}

.xcite-btn.inverted {
  background-color: #575E62;
}
.xcite-btn.where-to-buy-btn {
  background-color: #C8102E;
}
.xcite-btn a {
  font-family:'Segoe UI Bold';
  color: #fff;
  font-size: 1.2rem;
}
a.xcite-btn.data-table-btn {
  text-decoration: none;
  color: #fff;
  font-size: 10px;
}
a.xcite-btn.data-table-btn.red {
  background-color: #C8102E;
}
a.xcite-btn.data-table-btn.grey {
  background-color: #575E62;
}

.data-table th.order_code {
  max-width: 100px !important;
}

.data-table th.description {

}


p.lp_link {
  padding-top: 10px;
  font-size: 22px;
}
p.lp_link a {
  font-size: 18px;
  font-weight: bold;
}

.header-right .phone {
  display: block;
  position: absolute;
  width: 346px;
  left: -142px;
  padding-top: 9px;
}
.header-right .phone i {
  font-size: 180%;
  transform: rotateY(180deg);
}
.header-right .phone a {
  position: relative;
  padding-right: 10px;
  top: -4px;
}
.header-right .phone i,
.header-right .phone a {
  color: #fff;
}


/* products carousel and sliders */
.slick-prev:before, .slick-next:before {
  color: #575E62 !important;
}


.product-slider {
  display: flex;
  max-width: 600px;
  max-height: 315px;
}

.product-slider .main-container {
  width: 100%;
}
.product-slider .main-container .slider-main .slide,main-slide {
  padding: 60px 0;
}

.product-slider .slider-main {
  width: 100%;
}

.product-slider .nav-container .slick-current img {
  box-shadow: 0 0 3px 3px #C5C5C8;
}

.product-slider .nav-container img {
  max-height: 133px;
}

.product-slider .nav-container .slick-slide {
  max-height: 135px;
  margin-bottom: 0px;
}

.product-slider .slick-track {
  margin-left: 0px;
}
.product-slider .nav-container {
  mergin-right: 10px;
}
.product-slider .main-container {
  margin-left: 10px;
}

.product-slider .slide  {
  border: 1px solid #575E62;
  padding: 5px;
}

.product-slider .slider.nav-slide {

}

ul.p-features {
  padding-left: 27px;
}

p.bread {
  color: #333;
  font-sizeL 0.9em;
}
p.bread a (
  color: #333;
)



@media (min-width: 1000) {
  .slider-nav {
    display: none !important;
  }
}

.products-list-wrap .family-row {
  background-color: #ccc;
  padding: 20px 0 0 0;
  margin-top: -30px;
  margin-bottom: 30px;
}





.product-list-btn {
  background-color: #c6bbab;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 9px;
  margin-bottom: 0;
  padding: 7px 1px 7px 1px;
  width: 80%;
  margin-bottom: 30px;
}
.product-container .nav-pills .nav-link.active {
    background-color: #575E62;
    color: #fff;
}

.product-container ul.nav-pills li {
    margin-right: 20px;
}
.product-container ul.nav-pills li:last-child {
    margin-right: 0;
}


.product-container .nav-pills .nav-link,
.nav-pills .show>.nav-link {
    background-color: #c6bbab;
    color: #fff;
}


/*
.btn.xcite-btn.p-tab-primary {
  width: 90%;
  color: #fff;
}
.btn.xcite-btn.p-tab-secondary {
  width: 100%;
  color: #fff;
  font-size: 0.9em;
}
*/

.p-header h1, .p-header h2 {
  margin: 0;
  padding: 0;
  line-height: 90%;
}
.p-header h2 {
  font-size: 1.5em;
  margin-top: 3px;
}
.p-header .p-head-right {
  text-align: right;
  padding-top: 5px;
}

.text-right {
  text-align: right;
}

.product-list-btn.dropdown-btns {
  margin-top: -30px;
}

.product-list-btn a {
  font-family:'Segoe UI Bold';
  color: #fff;
  font-size: 1rem;
  white-space: nowrap;
  width: 100%;
  display: block;
}


.list-thumb-holder {
  border: 1px solid #707070;
  padding: 30px 0px;
  margin-bottom: 10px;
  text-align: center;
}
.list-thumb-holder img {
  width: 90%;
}

.list-buttons-hidden {
  display:none;
  position: absolute;
  width: 90%;
  z-index: 2;
}

.product-list-btn.opened {
  opacity: .9;
  background-color: #575E62;
}

.btn:hover {
  opacity: .9;
  background-color: #C8102E;
}
.btn a {
  text-decoration: none;
}

.mail-form-button {
  background-color: #c6bbab;
  -webkit-border-top-left-radius: 15px;
  -webkit-border-top-right-radius: 15px;
  -moz-border-radius-topleft: 15px;
  -moz-border-radius-topright: 15px;
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
}
.mail-form-button p {
  color: #fff;
  margin-bottom: 0;
  font-size: .9rem;
  font-weight: bold;
  padding: 0 6px 3px 5px;
}

.btn {

}

.rounded-top {

}

.entry-content p {
  margin-bottom: 1em;
}

.sow-image-container.overlaid {
  position: relative;
}
.sow-image-container.overlaid img {

}
h6.overlay-text {
  font-family:'Segoe UI Regular';
  display: block;
  position: absolute;
  top: 0;
  z-index: 1;
  background-color: rgba(87,94,98,0.5);
  color: #fff;
  font-size: 1.25em;
  width: 100%;
  padding: 10px;
  margin: 0;
  text-align: center;
  padding: 13px 0;
}

.entry-content .panel-layout .panel-grid {
  margin-bottom: 10px !important;

}

.where-to-buy {
  display: flex;
  align-items: center;
  background-color: #C5C5C8;
  font-family:'Segoe UI Bold';
}
.where-to-buy form {
  margin-left: 20px;
  margin-right: 20px;
}
.where-to-buy label {
  width: 100%;
  font-size: 2.4em;
  color: #575E62;
  padding-bottom: 10px;
}
.where-to-buy input[type=text] {
  font-family:'Segoe UI Regular';
  width: 90%;
  height: 50px;
  border-radius: 10px;
  border: 0;
  font-size: 1.5em;
  line-height: 2em;
  padding: 15px;
}
input:focus, textarea:focus, select:focus{
  outline: none;
}
.where-to-buy input[type=text]:focus {
  border: 0;
}
.where-to-buy input[type=submit] {
  font-family:'Segoe UI Regular';
  background-color: #575E62;
  border: 0;
  border-radius: 10px;
  color: #fff;
  font-size: 1.5em;
  margin-top: 15px;
  padding: 10px 15px;
}
.where-to-buy input[type=submit]:hover {
  opacity: 0.8;
}



/* Grid style */
.display-posts-listing.grid {
  display: grid;
  grid-gap: 30px;
}

.display-posts-listing.grid .title {
  display: block;
}

.display-posts-listing.grid img {
  display: block;
  max-width: 100%;
  height: auto;
}


.listing-item a.excerpt-more {
  display: block;
  font-family:'Segoe UI Bold';
  background-color: #c6bbab;;
  width: 50%;
  text-align: center;
  margin: 15px auto 15px auto;
  padding: 7px 17px 8px 17px;
  border-radius: 9px;
  color: #fff;
  font-size: 1em;
}
.listing-item a.excerpt-more:hover {
  text-decoration: none;
  opacity: .9;
  background-color: #575E62;
}
.listing-item a.title {
  font-family: 'Segoe UI Bold';
  clear: both;
  color: #575E62;
  margin-top: 20px;
  margin-bottom: 12px;
  font-size: 25px;
  line-height: 25px;
  text-align: center;
}

.listing-item .excerpt {
  font-family: 'Segoe UI Regular';
  text-align: center;
  font-size: 1.21em;
  display: block;
}

@media (min-width: 600px) {
  .display-posts-listing.grid {
    grid-template-columns: repeat( 2, 1fr );
  }
}




@media (max-width: 600px) {

  /* bleh */


  .xcite-btn.x-large {
    border-radius: 11px;
    padding: 5px 10px 8px 10px;
  }
  .xcite-btn a {
    white-space: nowrap;
    font-size: 1.1rem;
  }

}



@media (min-width: 1024px) {
  .display-posts-listing.grid {
    grid-template-columns: repeat( 4, 1fr );
  }
}


div.family-tiles {
  padding: 0 5px;
  margin-top: -8px;
  border-left: 1px solid #fff;
  border-right: 2px solid #fff;
  /*background-color: #eee;*/
}

div.family-tile .product-thumb img {
  width: 100%;
  border: 1px solid #c6bbab;
  border-radius: 2%;
}


div.family-tile .product-thumb.product-image .chevron {
  position: absolute;
  width: 17px;
  height: 12px;
  right: 8px;
  bottom: 60px;
  border: none;


}

div.family-tile .list-icon-bar {
  position: absolute;
  display:flex;
  flex-direction: column;
  justify-content: center;
  background-color: #c6bbabd0;
  text-align: center;
  width: 100%;
  height: 0;
  bottom: 0px;
  overflow: hidden;
}
div.family-tile .list-icon-bar.is-expanded {
  height: 100%;
}
div.family-tile .list-icon-bar:not(.is_over):not(.is-expanded) {
  height: 0;
}


div.family-tile .list-icon-bar .list-icons {
  color: #fff;
  /*line-height: 37px;*/
  line-height: 19px;
}

div.family-tile .product-thumb.product-image .list-image-icons {
  position: relative;
  display: flex;
  bottom: 5px;
  /*background-color: #eeeeeeaa;*/
  width: 100%;
  justify-content: center;
}

div.family-tile .product-thumb.product-image .list-image-icons .iconrow {
  margin-left: 0;
}

div.family-tile .product-thumb.product-image .list-image-icons img.list-icon  {
  padding: 0 0 0 0;
  border: none;
  max-width: 48px;
}


div.family-tile .product-thumb.product-image img {
  /*padding: 30px 0 70px 0;*/
}

div.family-tile .product-thumb a.expander {
  position: relative;
  display: block;
  text-decoration: none;
}

div.family-tile .bg-image {
  width: 100%;
  height: 234px;
  background-repeat: no-repeat;
  background-size: auto 85%;
  background-position-x: 50%;
  background-position-y: 50%;
  border: 1px solid #c6bbab;
  border-radius: 2%;
  position: relative;
}


div.family-tile .bg-image.accessory {
  background-position-y: 75%;
}

div.family-tile {
  margin: 5px 0 10px 0;
  padding-right: 0;
  position: relative;
}



div.family-tile .list-name-bar {
    position: absolute;
    display:flex;
    flex-direction: column;
    justify-content: center;
    background-color: #c8102e; /* #c6bbab; */
    text-align: center;
    width: 100%;
    height: 40px;
    bottom: 0px;
}

div.family-tile .accessories .list-name-bar:not(.is_over):not(.is-expanded) {
  height:100%;
}

div.family-tile.product-tiles .list-name-bar {
    position: relative;
    width: 88%;
    margin: 15px auto 0 auto;
    border-radius: 11px;
}

div.family-tile .list-name-bar:hover {
  background-color: #575e62;
}

div.family-tile .list-name-bar.is-expanded {
  height: 100%;
}

div.family-tile .list-name-bar:not(.is_over):not(.is-expanded) {
  height: 40px;
}

div.family-tile .list-name-bar .list-name {
  color: #fff;
  margin-top: 12px;
  font-size: 14.5px;
  font-weight: lighter;
}
div.family-tile .list-name-bar .list-name.alt {
  margin-top: 12px;
}

.info_panel {
  display: none;
}

.no-lr-pad {
  padding-left: 0 !imporant;
  padding-right: 0 !important;
}

.row.product-carousel-row {
  justify-content: center;
}


.carousel h2 {
  font-size: 24px;
  text-align: center;
}
.carousel .listing-item a.title {
  font-size: 16px;
  text-decoration: none;
  position: relative;
  display: block;
  margin: 10px auto 0 auto;
}
.carousel {
  padding: 0 25px;
  display: block;position:relative;overflow: hidden;
}
.carousel ul,
.carousel .slick-slide:first-child {
  /*margin-left: 0;*/
  padding-left: 0;
}
.carousel .slick-slide:last-child {
  margin-right: 0;
}
.carousel .slick-slide {
  margin: 0 10px;
}
.carousel img {
  width: 100%;
}


.product-images ul {
    padding-left: 0;
    list-style: none;
    list-style-position: inside;
}

/*.product-images ul.products-carousel {*/
    /*display: inline-block;*/
    /*position: absolute;*/
    /*width: 66%;*/
    /*top: 0%;*/
    /*margin-left: 20px;*/
/*}*/

.product-images {
    display: flex;
    flex-direction: row;
  justify-content: center;
}


.product-images ul.products-carousel {
    width: 72%;
    margin-left: 20px;
    /*height: 390px;*/
    display: flex;
    align-items: center;
}
.product-images ul.products-carousel li {
    display: flex;
    justify-content: center;
}

.product-images ul.products-carousel-thumbs {
    display: inline-block;
    margin-right: 15px;
    position: relative;
    width: 20%;
    max-height: 390px;
    overflow: hidden;
}
.product-images ul.products-carousel-thumbs li {
    border: 1px solid #c6bbab;
    height: 120px;
    margin: 5px 10px 5px 0;
    display: flex;
    align-items: center;
    cursor: pointer;
}
.product-images ul.products-carousel-thumbs li.slick-current {
    border: 1px solid #C8102E;
}
.product-images ul.products-carousel-thumbs li img {
    width: 100%;
}



ul.application-images-carousel,
ul.logo-carousel,
ul.latest-products-carousel,
ul.products-carousel-single,
ul.products-carousel-thumbs,
ul.products-carousel {
  padding-left: 0;
  margin-bottom: 0;
  display: none;
}
ul.latest-products-carousel {
  list-style-type: none;
  text-align: center;
}
ul.latest-products-carousel li {
  padding: 0 25px
}
ul.latest-products-carousel a {
  color: #192542;
}
ul.latest-products-carousel a:hover {
  text-decoration: none;
}
ul.latest-products-carousel a h6 {
  margin: 0;
  font-size: 15px;
  font-weight: 600;
  margin-top: 15px;
}

ul.products-carousel-thumbs {
  margin: 5px 11px 0 11px;
}

ul.products-carousel-thumbs li {
  border: 1px solid #192542;
  display: none;
  min-height: 68px;
}





.product-page h1, .product-page h2 {
    margin: 0;
    padding: 0;
}
.product-page h1 {
    font-size: 1.75em;
}
.product-page h2 {
    font-size: 1.3em;
}

ul.product-highlights {
    padding-left: 25px;
    margin-bottom: 20px;
}
.top-right.align-right {
  display: flex;
  justify-content: end;
}
ul.product-highlights li {
  font-size: 0.96em;
  line-height: 146%;
}

.highlights p.highlight-note {
  font-size: 0.85em;
  padding: 4px 8px;
  /* border: 1px solid #666; */
  margin-bottom: 0;
  margin-top: -19px;
  margin-left: 0px;
  max-width: 85%;
}

.filter-row h6 {
  margin-bottom: 2px;
  margin-top: 1px;
}

.filter-row p {
  font-size: 16px;
  margin-bottom: 4px;
}

.filter-row label {
  position: relative;
  display: block;
  width: 100%;
  font-weight: 600;
  font-size: 14px;
}

.filter-row .p-switch {
  margin-top: 4px;
  font-size: 26px;
  min-height: 42px;
}

.filter-row  .pretty.p-switch .state:before {
  content: '';
  border: 1px solid #666;
  border-radius: 60px;
  width: 64px;
  box-sizing: unset;
  height: calc(1em + 2px);
  position: absolute;
  top: 0;
  top: calc((0% - (100% - 1em)) - 16%);
  z-index: 0;
  transition: all .5s ease;
  background: #666;
}
.filter-row  .pretty.p-switch input:checked~.state.p-primary:before {
  border-color: #666 !important;
}
.filter-row  .pretty.p-switch.p-fill input:checked~.state.p-primary:before {
  background-color: #fff !important;;
}
.filter-row .pretty.p-switch.p-fill input:checked~.state label:after {
  background-color: #C8102E!important;
  left: 33px;
  height: 36px;
  width: 36px;
  top: -7px !important;
  z-index: 3;
}
.filter-row  .pretty.p-switch .state label:after, .pretty.p-switch .state label:before {
  transition: all .5s ease;
  border-radius: 100%;
  left: -1;
  height: 34px;
  width: 36px;
  top: -6px !important;
  border-color: transparent;
  background-color: #FFF!important;
  -webkit-transform: scale(.8);
  -ms-transform: scale(.8);
  transform: scale(.8);
}
.filter-row span {
  position: absolute;
  font-size: 13px;
  right: -42px;
  width: 100%;
  top: 4px;
  color: #fff;
  z-index: 2;
}


ul.nav-tabs {
    border: 2px solid #666;
    border-radius: 15px;
    font-size: 13px;
}

.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link {
    color: #666;
    border-radius: 15px;
}

.nav-tabs .nav-item {
  border: none;
}


.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
  color: #fff;
  border-radius: 15px;
  background-color: #666;
}

.tab-content {
  padding: 0 14px;
}

.filters-skus-section {
  width: 100%;
  padding: 0 15px;
}
a.sku-list-btn {
  color: #fff;
  font-size: 12px;
  padding: 5px 10px;
  border-radius: 10px;
  background-color: #c6bbab;
  text-decoration: none;
}
a.sku-list-btn.red {
  background-color: #C8102E;
}
a.sku-list-btn.gray {
  background-color: #666;
}

table.skus tbody tr:nth-child(odd) {
  background: #c6bbabaa;

}
table.skus tbody tr:nth-child(even) {
  background: #FFF
}

table.skus td,  table.skus th {
  padding: 8px 0 8px 12px;
}


.lp-ills {
  display: none;
}

.lp_product p {
  margin: 0;
  padding: 0;
}

table.skus th.buy_now,table.skus th.light_planner {
  text-align: center;
}

table.skus.dataTable>thead>tr>th:not(.sorting_disabled), table.dataTable>thead>tr>td:not(.sorting_disabled) {
  padding-right: 0;
}

.asset-icon img {
  max-width: 50px;
  position: relative;
  display: block;
  margin: 0 auto;
}
.asset-icon p {
  text-align: center;
  margin: 0;
  padding: 0;
  font-size: 13px;
}

.product-page .product-images {
  visibility: visible;
}

a.accessories-link {
  display: block;
  background-color: #C8102E;
  color: #fff;
  text-align: center;
  line-height: 550%;
  width: 100%;
  font-size: 15px;
  font-weight: bold;
  letter-spacing: 1px;
}
a.accessories-link:hover {
  color: #fff;
  background-color: #575E62;
  text-decoration: none;
}

.icons.bottom {
  max-width: 95%;
}
.icons .iconrow {
  justify-content: space-between;
  display:flex;
  margin-bottom: 10px;
}
.icons .iconrow img {
  width: 63px;
}
.icons .resources {
  /*justify-content: space-between;*/
}
.icons .resources {
  margin: -13px;
}
.asset-icon {
  cursor: pointer;
  padding: 0 12px;
}

.lightbox {
  position: absolute;
  left: -99999px;
}


.lp-tabs {
  margin: 30px 15px 0 15px;
}
.lp-tabs .lp-tabset {
  display:inline-block;
  width: 200px;
  float:right;
}

.lp-tabs .lp-tabset h3.active {
  color: #333;
  background-color: #EEEEEE;
}
.lp-tabs .lp-tabset h3 {
  background-color: #C8102E;
  color: #fff;
  font-sizE: 13px;
  padding: 7px 10px;
  text-align: center;
  margin: 0;
}


#light-planner-header,
.planner-form-area#light-planner {
  display:block;
}

#energy-calc-header,
.planner-form-area#energy-calc {
  display:none;
}

.planner-form-area#energy-calc {
  background-color: #eeeeee;
  padding: 10px 30px 60px 30px;
}

.planner-form-area-results {
  background-color: #eeeeee;
  padding: 20px;
}

.planner-form-area {
  background-color: #eeeeee;
  padding: 30px 30px 60px 30px;
}
.planner-form-area-results p.form-note,
.planner-form-area p.form-note {
  font-sizE: 14px;
}

.planner-form-area-results label.application,
.planner-form-area label.application {
  margin-top: 0;
}

.planner-form-area-results label.left,
.planner-form-area label.left {
  display: inline-block;
  position: relative;
  top: -5px;
  color: #333;
  font-weight: bold;
  font-size: 15px;
  margin: 15px 15px 0 0;
}

.planner-form-area-results label,
.planner-form-area label {
  display: block;
  color: #333;
  font-weight: bold;
  font-size: 15px;
  margin: 15px 15px 10px 5px;
}

.planner-form-area-results input[type="radio"],
.planner-form-area input[type="radio"],
.planner-form-area input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
  width: 25px;
  height: 25px;
}

input[type='radio']:after {
  width: 27px;
  height: 27px;
  border-radius: 15px;
  top: 0px;
  left: 1px;
  position: relative;
  background-color: #fafafa;
  content: '';
  display: inline-block;
  visibility: visible;
  border: 2px solid white;
}

input[type='radio']:checked:after {
  width: 27px;
  height: 27px;
  border-radius: 15px;
  top: 0px;
  left: 1px;
  position: relative;
  background-color: #C8102E;
  content: '';
  display: inline-block;
  visibility: visible;
  border: 2px solid white;
}

.planner-form-area-results input[type=number]:focus,
.planner-form-area input[type=number]:focus,
.planner-form-area input[type=text]:focus {
  border: 1px solid #C8102E;
}

.planner-form-area-results input[type=number]:invalid,
.planner-form-area input[type=number]:invalid {
    /*background-color: #C8102EBB;*/
}

.prettydropdown {
  margin-bottom: 12px;
}

textarea#lps,
textarea#fls {
  display:none;
}

.planner-form-area-results input[type=select],
.planner-form-area-results input[type=number],
.planner-form-area-results input[type=text],
.planner-form-area input[type=select],
.planner-form-area input[type=number],
.planner-form-area input[type=text] {
  width: 100%;
  border: 1px solid #fefefe;
  border-radius: 12px;
  margin: 0 0 12px 0;
  padding: 12px 0 12px 10px;
  line-height: 130%;
  background-color: #fefefe;
  /*border: none;*/
}




/* Remove default appearance */
.planner-form-area .styled-checkbox {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  width: 26px;
  height: 26px;
  border: 2px solid #C8102E;
  border-radius: 5px;
  background-color: #fff !important;
  cursor: pointer;
  outline: none;
  transition: all 0.2s ease-in-out;
  position: relative;
}

/* Style when the checkbox is checked */
.styled-checkbox:checked {
  background-color: #C8102E;
  border-color: #C8102E;
}

/* Add a checkmark using ::before instead of ::after */
.styled-checkbox:checked::before {
  content: '\2713';  /* Unicode checkmark */
  font-size: 22px;
  color: #C8102E;
  position: absolute;
  left: 4px;
  top: -4px;
  font-weight: bold;
}
.luxcalc-agree {
  font-weight: bold;
  color: #333;
  top: -7px;
  position: relative;
  left: 5px;
  font-size: 91%;
}
}





.planner-form-area-results input.noshade:read-only {
  background-color: #eaeaea;
  color: #333;
  font-weight: bold;
}

.planner-form-area input.noshade:read-only {
  background-color: rgba(16, 232, 27, 0.08);
  color: #333;
  font-weight: bold;
}

.planner-form-area-results input:read-only,
.planner-form-area input:read-only {
  background-color: #eeeeee;
  color: #555;
}

h3#lp-details-btn.calc-head,
h3#energy-calc-btn.calc-head,
h3#calc-btn.calc-head {
  background-color: #C8102E;
  color: #fff;
  font-size: 18px;
  border-radius: 15px;
  padding: 13px 0;
  text-align: center;
}

h3.calc-head {
  color: #333;
  font-size: 18px;
  padding: 13px 0;
  text-align: left;
  border-bottom: 1px solid #666;
}

h3.calc-head span.optional {
  font-weight: 200;
  font-family: 'Segoe UI Regular';
  font-style: oblique;
  font-size: 83%;
  margin-left: 9px;
}

span.required {
    color: #C8102E;
}
.planner-form-area-results h3.energy-calc-head {
  margin: 0;
}

h3.energy-calc-results-head {
  text-align: center;
  margin: 0;
}

h3.energy-calc-head {
  color: #C8102E;
  font-size: 18px;
  padding: 13px 0;
  text-align: left;
  border-bottom: 1px solid #C8102E;
}


#calc-btn {
  margin-top: 12px;
  cursor: pointer;
  border: 2px solid #C8102E;
  padding: 11px 0;
}
h3#calc-btn:hover {
  border: 2px solid #fff;
}

.justify-content-center {
  -ms-flex-pack: center!important;
  justify-items: flex-start;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.planner-form-area-results .results,
.planner-form-area .results {
  display: none;
  position: relative;
  width: 90%;
  padding: 10px 30px;
  margin: 30px auto;
  font-size: 18px;
  background-color: #fefefe;
  border: 1px solid #333;
}
.planner-form-area-results .results p,
.planner-form-area .results p {
  margin-bottom: 0;
}
.planner-form-area-results .results p span,
.planner-form-area .results p span {
  font-weight: bold;
}

.row.product-row h4 {
  font-size: 22px;
}

.line-drawing-thumb {
  /*max-width: 65%;*/
  /*float:right;*/
}

span.no-wrap {
  white-space: nowrap;
}

#cctk-switch,
#cctk_values {
  display:none;
}
.cctk-switch {
  /*width: 27%;*/
}
.switch-area {
  width: 100%;
  display:flex;
  flex-direction: column;
}

.cctk-switch .switch-area .figs {
  display: flex;
  position: absolute;
  top: 59px;
  left: -25px;
  width: 176px;
  justify-content: space-between;
}
.cctk-switch .switch-area .figs span {
  position: relative;

}

.cctk-switch .switch-area .figs span.small-fig {
  color: #333;
  font-size: 11px;
  width: 20px;
}

.filter-row .pretty {
    margin-right: 0;
}

.pretty.p-switch.dali-switch input,
.pretty.p-switch.emergency-switch input{
  z-index: 5;
  top: -12px;
  height: 115%;
    margin-left: -25px;
    min-width: 95px;
}



input[type=range] {
  width: 100%;
  margin: -0.5px 0;
  width: 100%;
  background-color: transparent;
  -webkit-appearance: none;
}
input[type=range]:focus {
  outline: none;
}
input[type=range]::-webkit-slider-runnable-track {
  /*background: rgb(215,191,0);*/
  /*background: linear-gradient(90deg, rgba(215,191,0,0.8575805322128851) 0%, rgba(255,255,255,1) 48%, rgba(234,240,252,1) 72%, rgba(0,120,215,0.6306897759103641) 100%);*/
  border: 0.1px solid #666666;
  border-radius: 16.3px;
  width: 100%;
  height: 32px;
  cursor: pointer;
}
input[type=range]::-webkit-slider-thumb {
  margin-top: 0.4px;
  width: 30px;
  height: 31px;
  background: #c8102e;
  border: 0px solid rgba(0, 0, 0, 0);
  border: 0;
  border-radius: 24px;
  cursor: pointer;
  -webkit-appearance: none;
}
input[type=range]:focus::-webkit-slider-runnable-track {
  /*background: rgb(215,191,0);*/
  /*background: linear-gradient(90deg, rgba(215,191,0,0.8575805322128851) 0%, rgba(255,255,255,1) 48%, rgba(234,240,252,1) 72%, rgba(0,120,215,0.6306897759103641) 100%);*/
}
input[type=range]::-moz-range-track {
  /*background: rgb(215,191,0);*/
  /*background: linear-gradient(90deg, rgba(215,191,0,0.8575805322128851) 0%, rgba(255,255,255,1) 48%, rgba(234,240,252,1) 72%, rgba(0,120,215,0.6306897759103641) 100%);*/
  /*border: 0.1px solid #666666;*/
  /*border-radius: 16.3px;*/
  /*width: 100%;*/
  /*height: 32px;*/
  /*cursor: pointer;*/
}
input[type=range]::-moz-range-thumb {
  width: 30px;
  height: 31px;
  background: #c8102e;
  border: 0px solid rgba(0, 0, 0, 0);
  border: 0;
  border-radius: 24px;
  cursor: pointer;
}
input[type=range]::-ms-track {
  /*background: transparent;*/
  /*border-color: transparent;*/
  /*border-width: 0.5px 0;*/
  /*color: transparent;*/
  /*width: 100%;*/
  /*height: 32px;*/
  /*cursor: pointer;*/
}
input[type=range]::-ms-fill-lower {
  background: #ebebeb;
  border: 0.1px solid #666666;
  border-radius: 32.6px;
}
input[type=range]::-ms-fill-upper {
  background: #ffffff;
  border: 0.1px solid #666666;
  border-radius: 32.6px;
}
input[type=range]::-ms-thumb {
  width: 30px;
  height: 31px;
  background: #c8102e;
  border: 0px solid rgba(0, 0, 0, 0);
  border: 0;
  border-radius: 24px;
  cursor: pointer;
  margin-top: 0px;
}
input[type=range]:focus::-ms-fill-lower {
  background: #ffffff;
}
input[type=range]:focus::-ms-fill-upper {
  background: #ffffff;
}
@supports (-ms-ime-align:auto) {  input[type=range] { margin: 0; }  }


.iconrow {
  margin-top: 6px;
  margin-left: 0;
  margin-bottom: 1px;
}
.iconrow img {
  max-width: 46px;
  margin-right: 5px;
}



.prettydropdown > ul {
  position: absolute;
  top: 0;
  left: 0;
  background: #fff;
  border: 1px solid #fefefe;
  box-sizing: content-box;
  color: #000;
  cursor: pointer;
  font: normal 13px Calibri, sans-serif;
  list-style-type: none;
  margin: 0;
  padding: 0;
  text-align: left;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  z-index: 1;
  border-radius: 12px 12px 12px 12px;
}



div.room {
 display:flex;
  min-width: 600px;
}

div.room .diagram {
  background-color: #aaaaaa;
  width: 50%;
  padding: 25px 0;
}

div.room .row.roomrow {
  margin: 0;
  justify-content: space-evenly;
}

div.room .cell {
  width: 30px;
  height: 30px;
  padding: 0;
  margin: 8px 15px;
  background-color: yellow;
  border: 1px solid #000;
}

div.room .info {
  padding: 0 15px;
  width: 50%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
div.room .info h2 {
  font-size: 1.7em;
  margin-top: 0;
}
.plan_data_table th, .plan_data_table td {
  font-size: 1.2em;
}

div.room .info .datasheet-btn h3 {
  margin-bottom: 0;
}


.noUi-target {
  background: #FAFAFA;
  border-radius: 4px;
  border: 1px solid #666;
  box-shadow: none;
}
.noUi-horizontal {
  height: 30px;
  margin-top: 0;
  border-radius: 30px 30px 30px 30px;
}
.noUi-marker-horizontal.noUi-marker-sub {
  height: 5px;
}
.noUi-pips-horizontal {
  padding: 6px 10px 0 10px;
  height: 80px;
  top: 100%;
  padding: 0 10px 0 10px;
  width: 84%;
  left: 8%;
}
.noUi-value-sub {
  color: #666;
  font-size: 11px;
}
.noUi-horizontal .noUi-handle {
  width: 27px;
  height: 27px;
  /*right: -14px;*/
  right: 1%;
  top: 0;
  border-radius: 50%;
  background-color: #C8102E;
  border-color: #C8102E;
}
.noUi-handle:before, .noUi-handle:after {
  content: "";
  display: block;
  position: absolute;
  height: 14px;
  width: 1px;
  background-color: #C8102E;
  left: 14px;
  top: 6px;
}
.noUi-handle {
  border: 1px solid #D9D9D9;
  border-radius: 3px;
  background: #FFF;
  cursor: default;
   box-shadow: none;
}


.noUi-origin {
  width: 85%;
}

.noUi-base, .noUi-connects {
  /*width: 84%;*/
  /*left: 7%;*/
  width: 100%;
  left: 0;
  height: 100%;
  position: relative;
  z-index: 1;
}

.filter-row .p-switch .noUi-base {
  cursor: pointer;
  /*border: 1px solid blue;*/
}


.filter-row .p-switch .noUi-touch-area {
  height: 100%;
  width: 90px;
  left: -30px;
  position: relative;
}


.form-hidden {
  display: none;
}

.search-form.header-search {
  position: absolute;
  /*display:flex;*/
  width: 350px;
  right: -25px;
  top: 6px;
  padding: 0px;
  z-index: 999;
  background-color: #C8102E;
}

.search-form.header-search input[type=text] {
  width: 100%;
  height: 46px;
  border-radius: 10px;
  border: 1px solid #C8102E;
  margin-right: 10px;
}
.search-form.header-search input[type=submit] {
  background-color: #c6bbab;
  color: #fff;
  font-size: 18px;
  border: none;
  border-radius: 10px;
  padding: 0 15px;
}



.search-results .page-header {
  margin-bottom: 40px;
}
.search-results .page-header h1 span {
  color: #C8102E;
}
.search-results h2.entry-title {
  margin-top: 0;
}
.search-results .entry-summary p {
  margin-bottom: 0;
}

.search-form.on-page {
  margin-top: 30px;
  margin-bottom: 30px;
  display:flex;
  justify-content: center;
  align-items: normal;
}
.search-form.on-page input[type=text] {
  width: 30%;
  height: 46px;
  border-radius: 10px;
  border: 1px solid #C8102E;
  margin-right: 10px;
}
.search-form input[type=submit] {
  background-color: #c6bbab;
  color: #fff;
  font-size: 18px;
  border: none;
  border-radius: 10px;
  padding: 0 30px;
}


.search-results h1,
.search-results h3 {
  text-align: center;
}


.fixed-bottom__ {
  margin-top: 40px;
  position: absolute;
  bottom: 0;
  width: 100%;
  left: 0;
}

#cbox, #energy-calc-cbox {
  display: none;
}
#colorbox.results #cboxClose {
  bottom: 93%;
}

#room {
  display:flex;
  flex-direction: column;
  background-color: #eee;
}


#room .info {

}
#room .diagram {
  display: flex;
  align-items: center;
  padding: 0 15px;
  /*min-height: 300px;*/
}
.diagram.img {
  /*width: 800px;*/
  /*max-width: 900px;*/
}
#room .diagram canvas {
  padding: 1px;
  border: 2px;
  border-color: #333;
  border-style: dashed;
}
.results .title h2 {
  margin-top: 0;
  font-weight: normal;
  /*font-size: 18px;*/
}
.results .title h3 span,
.energy-calc-results-head span {
 color: #C8102E;
}

#cboxLoadedContent {
  margin-bottom: 0 !important;
}
h3.calc-head.sw,
h3.calc-head.lp {
  background-color: #C8102E;
  color: #fff;
  font-size: 12px;
  border-radius: 10px;
  padding: 5px 0;
  text-align: center;
  margin-top: 10px;
  cursor: pointer;
}

h3.calc-head.close-btn,
h3.calc-head.lp.close-lp__ {
  background-color: #666;
  cursor: pointer;
  color: #fff;
  border-radius: 15px;
  text-align: center;
}

h3.calc-head.sw, h3.calc-head.lp {
  background-color: #C8102E;
  color: #fff;
  font-size: 18px;
  border-radius: 10px;
  padding: 11px 0;
  text-align: center;
  margin-top: 10px;
  cursor: pointer;
  font-weight: 200;
  font-family: Arial;
}

.plan_data_table th {
  font-weight: normal;
}
.plan_data_table td {
  font-weight: bold;
}
.plan_data_table th, .plan_data_table td {
  padding: 3px 15px 3px 0;
}
.lp_title {
  display:block;
  width: 100%;
}
.lp_body {

}

.dark-bg ul li {
  color: #fff !important;
}
.dark-bg ul li h3 {
  font-weight: normal;
  font-seize: 22px;
}
ul li h3 {
  font-weight: normal;
  font-size: 22px;
}

.textwidget ul li {
  font-size: 20px;
  line-height: 170%;
}

.pt-14 {
  padding-top: 14px;
}
.pt-16 {
  padding-top: 16px;
}

hr.lp-divider {
  margin: 20px 0 0 0; padding: 0;
}

div.terms p {
  margin: 0;
  font-size: .9em;
}

footer .textwidget p a {
  color: #fff;
}
.textwidget p a {
  color: #C8102E;
  font-weight: 600;
}


a#mail-form-link {
  display:none;
}

table.dataTable.dtr-inline.collapsed>tbody>tr>td.dtr-control:before, table.dataTable.dtr-inline.collapsed>tbody>tr>th.dtr-control:before {
  background-color: #C8102E;
}

i.voice-search {
  display:none;
  font-size: 28px;
  color: #C8102E;
  opacity: 0.9;
  position: relative;
  left: -36px;
  top: 10px;
  filter: saturate(0.5);
  -webkit-filter: saturate(0.5);
}
i.voice-search.active {
  opacity:1;
  filter: saturate(1);
  -webkit-filter: saturate(1);
}
i.voice-search.detect {
  opacity:1;
  filter: saturate(3);
  -webkit-filter: saturate(3);
}



/* phone */
@media screen and (max-width: 480px) {

  .hideme-phone {
    display:none;
  }


  .xcite-btn {
    font-size: 20px;
  }

  .display-posts-listing.grid .listing-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    font-size: 15px;
  }

  table.dataTable {
    font-size: 15px;
  }

  .product-images ul.products-carousel-thumbs {
    display: none;
    position: absolute;
    left: -2000px;
  }


  .d-mobile-none {
    display:none;
  }

  i.voice-search {
    display: block;
  }


  .page-template-template-product-search {

  }

  h2 {
    font-size: 24px;
  }

  p {
    font-size: 16px;
  }

  #main-nav-mobile .navbar-nav {
    max-height: 80vh;
    overflow-y: scroll;
  }

  .navbar-light .navbar-toggler {
    height: 56px;
    width: 50px;
    padding: 0;
    /*margin: 0;*/
    margin-top: 10px;
    margin-left: 5px;
    position: absolute;
    top: 0;
  }

  .navbar-dark .navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 40 40' xmlns='http://www.w3.org/2000/svg'%3e%3cpath stroke='rgba(255, 255, 255, 1)' stroke-width='3' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
    width: 100%;
    background-size: cover;
    /* background-color: #000; */
    height: 100%;
  }


  #mobile-nav-holder {
    display: block;
  }

  .asset-icon {
    min-width: 122px;
    padding: 0 12px 5px 0;
  }
  .icons .row.resources {
    justify-content: end;
  }

  .search-form.on-page input[type=text] {
    width: 60%;
  }
  .above-footer h6 {
    padding-right: 0;
  }

  .search-results h2.entry-title {
    font-size: 20px;
  }

  .sow-image-container {
    justify-content: space-around;
  }

  .family-tile.product-tiles {
    /*max-width: 49%;*/
  }

  .carousel {
    display:none;
  }

  .product-images ul.products-carousel-thumbs {
    display:none;
  }
  .product-page .product-images {
    padding-right: 30px;
  }
  .product-images ul.products-carousel {
    width: 60%;
  }
  .product-images ul.products-carousel-thumbs {
    width: 24%;
  }
  .product-info {
    padding-top: 15px;
  }
  ul.product-highlights li {
    font-size: 16px;
  }

  #masthead ul#menu-mobile-menu.navbar-nav li ul li a {
    font-size: 20px;
    line-height: 32px;
    padding: 4px 0 6px 0;
    border-bottom: 1px dashed #fff;
    border-top: 1px dashed #fff;
  }

  .navbar-brand {
    margin: 0 auto;
    padding-top: 10px;
  }
  .navbar-brand img {
    width: 120px;
  }


}





@media screen and (max-width: 1180px) and (min-width: 481px) {

  html, body {
    overflow-x: hidden;
  }

  .header-right {
    display: flex;
    justify-content: center;
  }

  i.voice-search {
    display: block;
  }

  h2 {
    font-size: 24px;
  }

  p {
    font-size: 16px;
  }

  span.no-wrap {
    white-space: normal;
  }

  .hidden-mobile {
    display: none;
  }

  #page.site {
    overflow-x: hidden;
  }

  #mobile-nav-holder {
    display: block;
  }

  #room .diagram {
    display: none;
  }

  .listing-item {
    text-align: -webkit-center;
  }

  .product-images ul.products-carousel-thumbs {
    display: none;
    position: absolute;
    left: -2000px;
  }

  .family-tile.product-tiles {
    max-width: 75%;
  }

  div.family-tile .product-thumb.product-image .chevron {
    width: 30px;
    height: 25px;
  }

  .cctk-switch {
    width: 100%;
  }

  .footer-social i {
    font-sizE: 23px;
    padding: 0 2px;
  }

  p.lp_link a {
    font-size: 12px;
  }

  .site-footer .follow-us {
    margin-top: 14px;
  }

  table.dataTable.dtr-inline.collapsed > tbody > tr > td.dtr-control:before, table.dataTable.dtr-inline.collapsed > tbody > tr > th.dtr-control:before {
    top: 50%;
    left: 5px;
    height: 1em;
    width: 1em;
    margin-top: -9px;
    display: block;
    position: absolute;
    color: white;
    border: .15em solid white;
    border-radius: 1em;
    box-shadow: 0 0 .2em #444;
    box-sizing: content-box;
    text-align: center;
    text-indent: 0 !important;
    font-family: "Courier New", Courier, monospace;
    line-height: 1em;
    content: "+";
    background-color: #C8102E;
  }

  .navbar-light .navbar-toggler {
    height: 56px;
    width: 50px;
    padding: 0;
    /*margin: 0;*/
    margin-top: 10px;
    margin-left: 5px;
    border: none;
    position: absolute;
    top: 0;
    outline: none;
  }

  .navbar-dark .navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 40 40' xmlns='http://www.w3.org/2000/svg'%3e%3cpath stroke='rgba(255, 255, 255, 1)' stroke-width='3' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
    width: 100%;
    background-size: cover;
    /* background-color: #000; */
    height: 100%;
  }

  .navbar-brand {
    margin: 0 auto;
  }

  #mobile-nav-holder {
    display: block;
    margin-top: 12px;
  }

  #main-nav-mobile {
    border-top: 1px solid #fff;
  }

  .asset-icon {
    min-width: 122px;
  }

  .icons .row.resources {
    justify-content: end;
  }

  .search-form.on-page input[type=text] {
    width: 60%;
  }

  .above-footer h6 {
    padding-right: 0;
  }

  .search-results h2.entry-title {
    font-size: 20px;
  }

  .sow-image-container {
    justify-content: space-around;
  }

  .family-tile.product-tiles {
    max-width: 49%;
  }

  .carousel {
    display: none;
  }

  .product-images ul.products-carousel-thumbs {
    display: none;
  }

  .product-page .product-images {
    padding-right: 0;
  }

  .product-images ul.products-carousel {
    /*width: 60%;*/
    width: 100%;
  }

  .product-images ul.products-carousel .slick-prev {
    left: 11px;
  }

  .product-images ul.products-carousel .slick-next {
    right: 20px;
  }

  .product-images ul.products-carousel-thumbs {
    width: 24%;
  }

  .product-info {
    padding-top: 15px;
  }
  ul.product-highlights li {
    font-size: 16px;
  }

  #masthead ul#menu-mobile-menu.navbar-nav li ul li a {
    font-size: 20px;
    line-height: 32px;
    padding: 4px 0 6px 0;
    border-bottom: 1px dashed #fff;
    border-top: 1px dashed #fff;
  }

}

.container--map {
  margin-top: 30px;
  display:flex;
  flex-direction: row;
  padding: 0;
}
.container--map .sidebar .sidebar_title {
  display: none;
}
.container--map .sidebar {
  width: 45%;
  max-height: 700px;
  overflow-y: scroll;
}
.container--map .sidebar h4 {
  color: #C8102E;
  padding:0;
  margin:0;

}

.container--map .sidebar ul {
  list-style-type: none;
  list-style-position: inside;
  padding: 0;
}
.container--map .sidebar ul.all-stores>li {
  margin-bottom: 15px;
}

.container--map iframe {
  margin-left: 15px;
  width: 100%;
  max-height: 700px;
  font-size: 12px;
}

@media (min-width: 1024px) {
  .display-posts-listing.grid.image-left {
    grid-template-columns: repeat(4, 1fr);
  }
}

/*.display-posts-listing.grid.image-left .listing-item {*/
  /*overflow: hidden;*/
  /*margin-bottom: 32px;*/
  /*width: 100%;*/
/*}*/

/*.display-posts-listing.grid.image-left .image {*/
  /*float: left;*/
  /*margin: 0 16px 0 0;*/
/*}*/

/*.display-posts-listing.grid.image-left .title {*/
  /*display: block;*/
/*}*/

/*.display-posts-listing.grid.image-left .excerpt-dash {*/
  /*display: none;*/
/*}*/

.display-posts-listing.grid.image-left .listing-item span.excerpt,
.display-posts-listing.grid.image-left .listing-item span.date {
  text-align: left;
}
.display-posts-listing.grid.image-left .listing-item span.excerpt {
  position: relative;
  margin-top: 5px;
  font-size: 15px;
  display: flex;
  flex-direction: column;
  min-height: 159px;
}

.display-posts-listing.grid.image-left .listing-item span.excerpt a {
  position: absolute;
  bottom: 0;
  margin: 0 25%;
}

.display-posts-listing.grid.image-left .listing-item span.date {
  padding-bottom: 5px;
}

.display-posts-listing.grid.image-left .listing-item a.title {
  font-size: 15px;
  line-height: 7px;
  text-align: left;
}


#page-with-mpus {
  display:flex;
  flex-direction: column;
}
#page-with-mpus .mpu {
  /*display: flex;*/
  /*!*flex-direction: column;*!*/
  /*justify-content: flex-start;*/
  /*align-self:flex-start;*/
  /*width: 200px;*/
  /*height: 680px;*/
  /*border: 1px solid red;*/
}



#page-with-mpus .text-align-left {
  text-align: left;
}

#page-with-mpus .mpu.left {
  text-align: right;
}
#page-with-mpus .mpu.right {
  text-align: left;
}


@media only screen and (max-width: 1280px) {
  #page-with-mpus .col-8.main-content {
    /*-webkit-box-flex: 0;*/
    /*-webkit-flex: 0 0 100%;*/
    /*-ms-flex: 0 0 100%;*/
    /*flex: 0 0 100%;*/
    /*max-width: 100%;*/
  }
  #page-with-mpus .main-content {
    max-width: 100%;
    margin: 0 auto;
  }
  #page-with-mpus .mpu-col.right,
  #page-with-mpus .mpu-col.left {
    display: none;
  }
}


#page-with-mpus .col-8.text-align-left.main-content {
  padding: 0 80px !important;
}

.n2-section-smartslider {
  border-bottom: 6px solid #575e62;
}

#tooltip {
  position: absolute;
  background-color: #ffffff;
  border: 1px solid red;
  z-index: 1000;
  right: 23%;
  top: -4%;
}
.eprel_class_icon {
  curosor: pointer;
  width: 50px;
}




body .oxi-image-hover-wrapper-5 .oxi-addons-row .oxi-image-square-hover-style-5 .oxi-image-hover-caption-tab,
body .oxi-image-hover-wrapper-6 .oxi-addons-row .oxi-image-square-hover-style-5 .oxi-image-hover-caption-tab,
body .oxi-image-hover-wrapper-7 .oxi-addons-row .oxi-image-square-hover-style-5 .oxi-image-hover-caption-tab {
  background: #575e62aa !important
}
body .oxi-image-hover-wrapper-5 .oxi-addons-row .oxi-image-hover-button a.oxi-image-btn,
body .oxi-image-hover-wrapper-6 .oxi-addons-row .oxi-image-hover-button a.oxi-image-btn,
body .oxi-image-hover-wrapper-7 .oxi-addons-row .oxi-image-hover-button a.oxi-image-btn {
  font-size: 13px;
  font-weight: 600;
  color: #ffffff;
  background: #C8102E;
  margin: 15px 10px 10px 10px;
}
.oxi-image-hover-wrapper-5 .oxi-addons-row .oxi-image-hover-caption-tab .oxi-image-hover-button a.oxi-image-btn:hover,
.oxi-image-hover-wrapper-6 .oxi-addons-row .oxi-image-hover-caption-tab .oxi-image-hover-button a.oxi-image-btn:hover,
.oxi-image-hover-wrapper-7 .oxi-addons-row .oxi-image-hover-caption-tab .oxi-image-hover-button a.oxi-image-btn:hover {
  color: #C8102E !important;
}

.speech-bubble {
  display:none;
  position: absolute;
  background: #C8102E;
  border-radius: .4em;
  top: 78px;
  width: 200px;
  padding: 18px;
  color: #fff;
  text-align: center;
  left: 227px;
}

.speech-bubble:after {
  content: '';
  position: absolute;
  top: 0;
  left: 50%;
  width: 0;
  height: 0;
  border: 37px solid transparent;
    border-bottom-color: #C8102E;
  border-top: 0;
  border-right: 0;
  margin-left: -18.5px;
  margin-top: -37px;
}


a.tip {
  float: right;
  cursor: pointer;
  padding: 0 10px 3px 10px;
  margin-right: -20px;
}

a.tip span.tipinner {
  padding: 3px 7px 3px 8px;
  border-radius: 33px;
  background-color: #999;
  color: #fff !important;
  font-size: 65%;
}


.sow-tabs .sow-tabs-tab-container {
  display:none !important;
}

.ai-examples .example {
  border-radius: 15px;
  min-height: 120px;
  text-align: center;
  display:flex;
  align-items: center;
  padding: 15px;
  cursor: pointer;
}
.ai-examples .example p {
  margin-bottom: 0;
  ont-size: 115%;
  font-weight: 600;
  color: #5a5a5a;
}
.ai-examples .example.left {
  background-color: #D2E0FB;
}
.ai-examples .example.mid {
  background-color: #F9F3CC;
}
.ai-examples .example.right {
  background-color: #D7E5CA;
}

#spinner {
  position: absolute;
  top:0; bottom:0;left:0;right:0;
  width:100%; height: 100%;
  display:flex;
  align-items: center;
  justify-content: center;
  display:none;
}
#spinner img {
  display:block;
  position: relative;
  width: 70px;
  height: 70px;
  z-index: 999;
  margin-bottom: 200px;
}

body.page-template-template-tamco .site-header,
body.page-template-template-tamco .site-footer {
  background-color: #064c96;
}

body.page-template-template-tamco .tablepress th {
  background-color: #064c96;
  color: #fff;
}
body.page-template-template-tamco .tablepress td a {
  background-color: #064c96;
  color: #fff;
  /* display: block; */
  padding: 6px 15px;
  border-radius: 8px;
  text-align: center;
  font-weight: bold;
}
body.page-template-template-tamco .tablepress td a:hover {
  text-decoration:none;
  background-color: #e4cb2b;
  color: #064c96;
}

body.page-template-template-tamco .tablepress th.column-6,
body.page-template-template-tamco .tablepress td.column-6 {
  text-align: center;
  width: 120px;
}
body.page-template-template-tamco .textwidget p a {
  color: #fff;
}

