@import url('https://fonts.googleapis.com/css?family=Open+Sans|Poiret+One');


*,*:active,*:focus,*:hover {
  outline: none !important;
}

a {
  color: #000;
  text-decoration: none;
}
a:hover {
  color: #d1987c;
}
::-moz-selection {
  color: #fff;
  background: #d1987c;
}
::selection {
  color: #fff;
  background: #d1987c;
}
body {
  background: #f0f0f0;
  font-family: "Open Sans", sans-serif;
}
.navbar {
  padding: 17px 20px;
  min-height: 40px;
}
.navbar-brand  {
  width: 200px;
}

a:hover {
  text-decoration: none !important;
}

html,
body {
  height: 100%;
  width: 100%;
}
body.body-lock {
  overflow: hidden !important;
}

#sidebar-toggle {
  cursor: pointer;
  padding: 12px 0;
}
#sidebar-toggle .bar {
  position: relative;
  display: block;
  width: 24px;
  height: 3px;
  background: #d2987b;
  transition: all .2s ease-in-out;
}
#sidebar-toggle .bar:before, #sidebar-toggle .bar:after {
  position: absolute;
  background: #d2987b;
  content: '';
  width: 24px;
  height: 3px;
  transition: all .2s ease-in-out;
}
#sidebar-toggle .bar:before {
  top: -6px;
}
#sidebar-toggle .bar:after {
  top: 6px;
}

#sidebar-toggle.active .bar {
  background: transparent;
}
#sidebar-toggle.active .bar:before {
  -webkit-transform: rotate(45deg) translate(4px, 4px);
  transform: rotate(45deg) translate(4px, 4px);
}
#sidebar-toggle.active .bar:after {
  -webkit-transform: rotate(-45deg) translate(4px, -4px);
  transform: rotate(-45deg) translate(4px, -4px);
}

#theme-content {
}
.nav-container {
  max-width: 1140px;
}
@media (max-width: 1200px) {
  .container {
    max-width: 100%;
  }
  .page-template-page-public #theme-content {
    padding: 0 20px;
  }
  .page-template-page-public #theme-content .container {
    padding-right: 0;
    padding-left: 0;
  }
}
header {
  box-shadow: 0 0 20px rgba(0,0,0,.15);
}
#hcHeader ul li a {
  /* text-transform: uppercase; */
  letter-spacing: 1px;
  position: relative;
  color: #222;
  font-size: 14px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  padding: 15px;
  display: block;
}
#hcHeader ul li {
  margin: 0 2px;
}
#hcHeader ul li:last-child {
  margin: 0 0 0 2px;
}

#hcHeader ul li.current-menu-item a {
  color: #cdb5a7;
}

#hcHeader ul li.special a {
  background-color: #cdb5a7;
  border: 1px solid #cdb5a7;
  color: #fff;
}

#hcHeader ul li.special.bordered a {
  border: 1px solid #cdb5a7;
  background: transparent;
  color: #222;
}
#hcHeader ul li.special.bordered:hover a {
  border: 1px solid #cdb5a7;
  background: #cdb5a7;
  color: #fff;
}

#hcHeader ul li.special.green a {
  background-color: #6dc298;
  color: #fff;
}

@media(max-width: 1200px){
  #hcHeader {
    margin: 20px -20px -20px !important;
    transition: all ease-in-out .2s;
  }

  #hcHeader ul {
    transition: all ease-in-out .2s;
    background: #787878;
  }
  #hcHeader ul li {
    margin: 0 !important;
    border-bottom: 1px solid #8c8c8c;
  }
  #hcHeader ul li:last-child {
    border: 0;
  }
  #hcHeader ul li a {
    color: #ffffff;
  }
  #hcHeader ul li.special a {
    border-radius: 0;
  }
}

#theme-content > *{
  padding-top: 70px;
}

#theme-content > #main-sidebar {
  position: fixed;
  top: auto;
  visibility: visible;
  opacity: 1;
  overflow: visible;
  background: #787878;
  width: 250px;
  z-index: 10;
}

#theme-content > #main-content {
  margin-left: 250px;
}

#theme-content >  #main-sidebar .main-sidebar-wrapper {
  padding-bottom: 20px;
}
#theme-content > #main-content .main-content-wrapper {
  padding: 30px 60px 100px;
  position: relative;
}
.bg-light {
  background-color: #fff !important;
} 

header .user-menu {
  padding: 15px 20px;
  z-index: 10;
  position: absolute;
  right: 0;
  top: 0;
  cursor: pointer;
}


@media(min-width: 1200px) {
  #main-sidebar #sidebar-menu ul li.has-children.active-sidebar ul {
    display: block;
  }
}
@media(max-width: 768px) {
  #main-sidebar #sidebar-menu ul li.has-children.active-sidebar ul {
    display: block;
  }
  .navbar-brand {
    width: 150px;
  }
}
@media(max-width: 768px) {

  #theme-content > #main-content .main-content-wrapper {
    padding: 30px 15px 30px !important;
    position: relative;
  }
  header .user-menu {
    right: 40px;
    top: 5px;
  }

}

header .user-menu-item {
  display: block;
}
header .user-menu-item * {
  display: inline-block;
  vertical-align: middle;
}

header .user-image-wrapper {
  background-color: transparent;
  z-index: 20;
}

header .user-image {
  display: inline-block;
  height: 40px;
  width: 40px;
  border-radius: 50%;
  overflow: hidden;
}
@media (max-width: 768px) {
  header .user-image {
    display: none !important;
  }
}
header .user-image img {
  height: auto;
  width: 100%;
}

header .user-name-wrapper {
  padding-left: 1rem;
  cursor: pointer;
}

header .user-name-wrapper i {
  padding: 0 0.3rem;
}

header .user-menu.show {
  background-color: transparent;
  background-color: rgba(255, 255, 255, 0.1);
}

header .user-menu.show .user-dropdown {
  display: block;
}

header .user-dropdown {
  position: absolute;
  top: 70px;
  right: 0;
  width: 220px;
  cursor: pointer;
  display: none;
  background-color: #fff;
}

header .dropdown-item {
  color: #000;
  display: block;
  padding: 1rem;
  text-decoration: none;
  box-sizing: border-box;
}

header .dropdown-item {
  color: #fff;
  display: block;
  padding: 1rem;
  text-decoration: none;
  box-sizing: border-box;
  background-color: #e8ccbe;
}

header .dropdown-item span {
  color: #dfb7a4;
  display: inline-block;
  width: 24px;
  text-align: center;
}

header .dropdown-item:active, 
header .dropdown-item:hover {
  background-color: #e3c1b0;
  color: #fff;
}
@media(min-width: 768px) {
  #theme-content >  #main-sidebar {
    display: block !important;
    height: 100%;
  }
}
@media(max-width: 1500px) {
  #theme-content >  #main-sidebar {
    width: 200px;
    box-sizing: border-box;
  }

  #theme-content >  #main-content {
    margin-left: 200px;
  }
}
@media(max-width: 768px) {
  #theme-content >  #main-sidebar {
    position: relative;
    top: 0px;
    width: 100%;
    display: none;
  }

  #theme-content >  #main-content {
    margin-left: 0;
  }
}

#main-sidebar .btn-new-quote {
  background-color: #d1987c;
  font-weight: normal;
  letter-spacing: 1px;
  font-size: 15px;
  display: block;
  margin: 20px;
  padding: 15px 0;
  border-radius: .25em;
  border: none;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3), inset 0 1px 0 rgba(255, 255, 255, 0.2);
  text-align: center;
  color: #ffffff;
  font-weight: bold;
}

#main-sidebar #sidebar-menu ul {
  padding: 0;
  margin: 0;
}

#main-sidebar #sidebar-menu ul li {
  padding: 0;
  margin: 0;
  list-style: none;
  position: relative;
}

#main-sidebar #sidebar-menu > ul > li > a {
  text-transform: uppercase;
  letter-spacing: 1px;
  position: relative;
  color: #ffffff;
  font-size: 14px;
}

#main-sidebar #sidebar-menu > ul > li > a:hover,
#main-sidebar #sidebar-menu > ul > li.active > a {
  background: #6e6f6f;
}

#main-sidebar #sidebar-menu a {
  padding: 15px 20px;
  display: block;
  position: relative;

  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

#main-sidebar #sidebar-menu ul li.has-children ul {
  background: #282828;
}
#main-sidebar #sidebar-menu ul li a {
  color: #fff;
  font-size: 13px;
}
#main-sidebar #sidebar-menu ul li ul a {
  padding: 12px 20px;
}
#main-sidebar #sidebar-menu ul li span.toggle-dropdown {
  height: 30px;
  width: 30px;
  border-radius: 50%;
  line-height: 30px;
  position: absolute;
  top: 50%;
  bottom: auto;
  text-align: center;
  right: 20px;

  margin-top: -15px;
  color: #e8ccbe;
}
#main-sidebar #sidebar-menu ul li span.icon {
  width: 24px;
  display: inline-block;
  text-align: left;
  color: #666;
}
#main-sidebar #sidebar-menu ul li.has-children ul a:hover {
  color: #d1987c;
}
#main-sidebar #sidebar-menu ul li.has-children ul a:hover span.count{
  color: #fff;
}
#main-sidebar #sidebar-menu ul li.has-children ul {
  display: none;
}
#main-sidebar #sidebar-menu ul li.has-children.active ul {
  display: block;
}
#main-sidebar #sidebar-menu ul li.has-children.active > a {
  box-shadow: inset 3px 0 0 #d1987c;
}

#main-sidebar #sidebar-menu ul li.has-children.active > a:hover {
  box-shadow: inset 3px 0 0 #d1987c;
}
#main-sidebar #sidebar-menu ul li a span.count {
  height: 30px;
  width: 30px;
  border-radius: 50%;
  line-height: 30px;
  background-color: #d1987c;
  position: absolute;
  top: 50%;
  bottom: auto;
  text-align: center;
  right: 20px;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
#main-sidebar #sidebar-menu ul li.has-children.active > a span.toggle-dropdown {
  transform: rotate(180deg);
}
@media(min-width: 768px) and (max-width: 1200px){
  #main-sidebar #sidebar-menu ul li.has-children ul {
    position: absolute;
    width: 200px;
    left: 100%;
    top: 0;
  }
  #main-sidebar #sidebar-menu ul li.has-children > a span.toggle-dropdown {
    transform: rotate(-90deg);
  }
  #main-sidebar #sidebar-menu ul li.has-children.active > a span.toggle-dropdown {
    transform: rotate(-270deg);
  }
}


#main-content .main-content-wrapper #hc-pagetitle {
  text-align: right;
  margin-bottom: 50px;
}
@media(max-width: 768px){
  #main-content .main-content-wrapper #hc-pagetitle {
    text-align: center;
  }
}

#main-content .main-content-wrapper #hc-breadcrumbs a {
  color: #000;
  text-decoration: none;
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
  border-bottom: 1px dotted #999;
}

#main-content .main-content-wrapper #hc-breadcrumbs a:hover {
  color: #d1987c;
}
/* TABLES */

.hc-table nav .draft {
  background-color: #e8ccbe !important;
}
.hc-table nav .selection {
  background-color: #e3c1b0 !important;
}
.hc-table nav .confirmed {
  background-color: #dfb7a4 !important;
}
.hc-table nav .delivered {
  background-color: #daad96 !important;
}
.hc-table nav .processing {
  background-color: #d6a389 !important;
}
.hc-table nav .collected {
  background-color: #d1987c !important;
}

.hc-table nav h6 {
  font-size: 15px;
  letter-spacing: 1px;
  margin-bottom: 0;
}

.hc-table .nav-link {
  color: #fff;
  padding: 1rem;
  border-radius: 5px 5px 0 0;
  margin: 0;
  border: 1px solid #f0f0f0;
  transition: .2s ease-in-out all;
  text-align: center;
  width: 16.66%;
  box-sizing: border-box;
  position: relative;
}
@media(min-width: 1200px){
  .hc-table .nav .nav-link.active,
  .hc-table .nav .nav-link:hover {
    padding-bottom: 15px;
    margin-top: -15px;
    padding-top: 20px;
  }
}
@media(max-width: 1200px){
  .hc-table .nav-link {
    width: 33.33%;
  }
  /*.hc-table .nav .nav-link.active:after,
  .hc-table .nav .nav-link:hover:after {
    background: #fff;
    content: '';
    position: absolute;
    bottom: 10px;
    left: 10px;
    height: 20px;
    width: 20px;
    border-radius: 50%;
    }*/
  }
  @media(max-width: 1200px){
    .hc-table .nav-link {
      width: 50%;
    }
  }
  .hc-table .nav-item h6 {
    color: #fff;
  }
  .hc-table .nav-item .total {
    font-size: 60px;
    color: #fff;
    font-family: 'Poiret One';
    line-height: 65px;
  }

  .hc-table .dataTables_filter {
    margin-top: 0;
    background: #fff;
    padding: 13px 20px;
  }

  .hc-table .dataTables_filter label {
    display: block;
    margin: 0;
  }

  .hc-table .dataTables_filter input[type="search"] {
    display: block;
    width: 100%;
    line-height: 40px;
    border: 2px solid #ecd8cb;
    border-radius: 50px;
    padding: 0 20px;
    background: #faf5f2;
  }

  .hc-table-wrapper {
    position: relative;
  }
  .hc-table-wrapper .dataTables_wrapper {
    padding-top: 70px;
    overflow-x: auto;
  }
  .hc-table-wrapper .dataTables_wrapper .dataTables_filter {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
  }
  .hc-table table  {
    background: #fff;
    width: 100%;
    /*min-width: 1500px;*/
  }
  .hc-table table thead th {
    border-bottom: 1px solid #f0f0f0;
    background: #787878;
    color: #fff;
    font-size: 13px;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: normal;
  }
  .hc-table table tbody tr:hover {
    background: #faf5f2;
  }
  .hc-table table td, 
  .hc-table table th {
    border: 1px solid #f0f0f0;
    font-size: 14px;
    vertical-align: middle;
    position: relative;
    line-height: 24px;
  }
  .hc-table table a.hc-action {
    color: #fff;
    background: #000;
    border: 50%;
    width: 24px;
    height: 24px;
    display: inline-block;
    font-size: 12px;
    text-align: center;
    line-height: 24px;
    border-radius: 50%;
  }

  .hc-table table a.hc-table-view,
  .hc-table table a.hc-table-pay {
    display: inline-block !important;
    width: auto !important;
  }
  .hc-table table a.hc-table-view.badge-huntley {
    background-color: #cdb5a7!important;
    border-color: #cdb5a7!important;
  }
  @media(max-width: 1700px) {
    .hc-table table .btn-breaker {
      display: block;
      width: 100%;
    }
  }
  .hc-table table a.hc-table-view.badge-huntley:focus {
    box-shadow: 0 0 0 0.2rem rgba(205, 181, 167,.5)!important;
  }
  .hc-table table a.hc-table-view,
  .hc-table table a.hc-table-pay {
    display: inline-block !important;
    width: auto !important;
  }
  .hc-table table thead th:after {
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    content: "\f0dc";
    position: absolute;
    right: 5px;
  }
  .hc-table table thead th {
    position: relative;
    cursor: pointer;
  }
  .hc-table table thead th.sorting_desc {
    background: #d2987b;
  }

  .hc-table table td .status {
    display: block;
    text-align: center;
    font-size: 12px;
    text-transform: uppercase;
    background: #ddd;
    padding: 5px;
    color: #fff;
    border-radius: 5px;
  }

  .hc-table table td .status.status-pending {
    background: green;
  }

  .hc-table table td .status.status-draft {
    background: orange;
  }

  /* CATALOGUE */
  .catalogue #hc-catalogue-colour-filter {
    background-color: #fff;
    margin: 0 auto;
  }

  .catalogue #hc-catalogue-colour-filter ul {
    list-style-type: none;
    display: block;
    padding: 0;
    margin: 0;
  }
  .catalogue #hc-catalogue-colour-filter ul:before {
    content:'';
    display: block;
  }
  #hc-catalogue-colour-filter ul:after {
    content:'';
    display: block;
    clear: both;
  }
  #hc-catalogue-colour-filter ul li {
    display: inline-block;
    margin: 5px;
    padding: 0;
  }
  .catalogue #hc-catalogue-colour-filter ul li label {
    display: block;
    transition: transform .2s ease;
    margin-bottom: 0;
    cursor: pointer;
  }
  .catalogue #hc-catalogue-colour-filter ul li label span {
    display: block;
    width: 30px;
    height: 30px;
    background-color: red;
    border-radius: 50%;
    box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.2);
  }

  .catalogue #hc-catalogue-colour-filter ul li input[type='checkbox'] {
    opacity: 0;
    position: absolute;
    visibility: hidden;
  }

  .catalogue #hc-catalogue-colour-filter ul li input[type='checkbox']:checked + label span {
    transform: scale(1.2);
    transition: transform 0.2s cubic-bezier(0.05, 0.59, 0.64, 1.46), box-shadow 0.2s ease-in-out;
    box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.4);
  }

  .catalogue .hc-catalogue-filter-checkbox {}

  .catalogue .hc-catalogue-filter-checkbox ul {
    padding: 0;
    margin: 0;
  }

  .catalogue .hc-catalogue-filter-checkbox ul li {
    padding: 0;
    margin: 0 0 10px;
    list-style: none;
  }

  .catalogue .hc-catalogue-filter-checkbox ul li input[type='checkbox'] {
    opacity: 0;
    position: absolute;
    visibility: hidden;
  }

  .catalogue .hc-catalogue-filter-checkbox ul li label{
    display: block;
    cursor: pointer;
  }

  .catalogue .hc-catalogue-filter-checkbox ul li label span.icon:before {
    content: '';
    display: block;
    width: 24px;
    height: 24px;
    border: 1px solid #000;
    border-radius: 5px;
    margin-right: 10px;
  }
  .catalogue .hc-catalogue-filter-checkbox ul li label span.icon,
  .catalogue .hc-catalogue-filter-checkbox ul li label span.text {
    display: inline-block;
    line-height: 24px;
    vertical-align: top;
    position: relative;
  }
  .catalogue .hc-catalogue-filter-checkbox ul li label span.icon:after {
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    content: "\f00c";
    line-height: 24px;
    height: 24px;
    width: 24px;
    text-align: center;
    display: block;
    position: absolute;
    top: 2px;
    left: 0;
    opacity: 0;
    transition: .2s ease-in-out all;
  }
  .catalogue .hc-catalogue-filter-checkbox ul li input[type='checkbox']:checked + label span.icon:after {
    top: 0;
    opacity: 1;
  }


  /* LAZY */
  img.hc-lazy {
    opacity: 1;
    transition: all 0.2s ease-in-out;
    height: auto;
    background: #fff;
  }

  img.hc-lazy[data-src] {
    opacity: 0;
    height: 100px;
    transition: all 0.2s ease-in-out;
  }


  /* CATALOGUE */

  .hc-catalogue-item {
    margin-bottom: 30px;
  }

  .hc-catalogue-item img {
    width: 100%;
    height: auto;
  }
  .hc-catalogue-item .hc-catalogue-thumbnail {
    padding: 14%;
    background: #Fff;
  }

  .hc-catalogue-item .hc-catalogue-item-wrapper {
    border-radius: 5px;
    overflow: hidden;
    border: 1px solid #e9e9e9;
  }

  .hc-catalogue-item .hc-catalogue-item-wrapper .hc-catalogue-item-body  {
    text-align: center;
    position: relative;
    background: #e8ccbe;
    overflow: hidden;
  }

  .hc-catalogue-item .hc-catalogue-item-wrapper .hc-catalogue-item-body > a  {
    display: block;
    line-height: 20px;
    padding: 20px;
    text-align: center;
    font-size: 14px;
    color: #fff;
    text-transform: uppercase;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }

  .hc-catalogue-item .hc-catalogue-item-wrapper .hc-catalogue-item-body {  
    text-align: center;
    position: relative;
    z-index: 2;
  }

  .hc-catalogue-item .hc-catalogue-item-wrapper .hc-catalogue-item-body .hc-catalogue-item-btns {  
    position: absolute;
    top: -100%;
    left: 0;
    width: 100%;
    height: 100%;
    background: #d1987c;
    transition: .2s ease-in-out all;
    opacity: 0;

  }

  .hc-catalogue-item .hc-catalogue-item-wrapper .hc-catalogue-item-body .hc-catalogue-item-btns a {  
    display: block;
    line-height: 20px;
    padding: 20px;
    text-align: center;
    font-size: 14px;
    color: #fff;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }

  .hc-catalogue-item .hc-catalogue-item-wrapper .hc-catalogue-item-body .hc-catalogue-item-btns.multiple a {  
    display: block;
    line-height: 20px;
    padding: 20px 10px;
    text-align: center;
    font-size: 14px;
    color: #fff;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    width: 50%;
    float: left;
  }

  .hc-catalogue-item .hc-catalogue-item-wrapper .hc-catalogue-item-body .hc-catalogue-item-btns.multiple:before {  
    content: '';
    position: absolute;
    left: 50%;
    top: 0;
    height: 100%;
    width: 1px;
    background: rgba(255,255,255, 0.1);
  }

  .hc-catalogue-item .hc-catalogue-item-wrapper {
    position: relative;
  }

  .hc-catalogue-item .hc-catalogue-item-wrapper .hc-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    opacity: 0;
    background: rgba(0,0,0, 0.1);
    transition: .2s ease-in-out all;
  }

  .hc-catalogue-item .hc-catalogue-item-wrapper .hc-favourite {
    position: absolute;
    top: 10px;
    right: 10px;
    font-size: 20px;
    /*color: #ff4b4b;*/
    color: #fff;
    z-index: 2;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    background: rgba(0,0,0,.1);
    border-radius: 50%;
  }

  .hc-catalogue-item .hc-catalogue-item-wrapper .hc-favourite.js-fe {
    color: #ff4b4b;
  }
  .hc-catalogue-item .hc-catalogue-item-wrapper .hc-favourite i {
    transition: .2s ease-in-out all;
  }

  .hc-catalogue-item .hc-catalogue-item-wrapper:hover .hc-catalogue-item-body .hc-catalogue-item-btns { 
    top: 0;
    opacity: 1;
  }

  .hc-catalogue-item .hc-catalogue-item-wrapper:hover .hc-overlay { 
    opacity: 1;
  }

  .hc-catalogue-item .hc-catalogue-item-wrapper:hover .hc-favourite{ 
    opacity: 1;
    top: 10px;
  }

  .hc-catalogue-item .hc-catalogue-item-wrapper .hc-favourite:hover i {
    color: #ff4b4b;
  }


  /* MAIN ROOM */

  #main-room-sort {
    text-align: right;
  }

  #main-room-sort .sorter-room {
    width: 80px;
    height: 40px;
    display: inline-block;
    position: relative;
    padding-right: 50px;
  }

  #main-room-sort .sorter-room span {
    line-height: 40px;
    display: block;
  }

  #main-room-sort .sorter-room {
    color: #ddd;
  }

  #main-room-sort .sorter-room.sort-on {
    color: #000;
  }

  #main-room-sort .sorter-room i {
    font-size: 32px;
    position: absolute;
    top: 0;
    right: 0;
    line-height: 40px;
  }

  #main-room-sort .sorter-room i.active {
    display: block;
  }
  #main-room-sort .sorter-room i {
    display: none;
  }

  #main-room .btn-lg {
    color: #fff;
    font-size: 15px;
    letter-spacing: 1px;
    font-weight: 600;
    text-transform: uppercase;
  }
  #main-room .btn-primary {
    color: #fff;
    background-color: #cdb5a7!important;
    border-color: #cdb5a7!important;
  }
  #main-room .btn-primary:hover, #main-room .tn-primary:focus {
    box-shadow: 0 0 0 0.2rem rgba(205, 181, 167,.5)!important;
  }
  #main-room .js-room {
    padding: 15px;
    background: #fff;
    margin: 0 0 10px;
    line-height: 22px;
  }
  #main-room .row-head {
    padding: 0;
    line-height: 22px;
    color: #fff;
  }
  #main-room .row-content {
    padding: 0;
    background: #fff;
    border-radius: 5px;
    line-height: 22px;
  }
  #main-room .row-head * {
    line-height: 32px;
    font-size: 14px;
  }
  #main-room .row-head h6 {
    margin-bottom: 0;
  }
  #main-room .row-head span {
    padding: 10px;
    line-height: 26px;
    color: #787878;
    display: block;
    vertical-align: top;
    box-sizing: border-box;
    width: 100%;
    text-align: center;
    font-size: 14px;
  }

  #main-room .row-head span span.label-qty, 
  #main-room .row-head span span.label-unitprice, 
  #main-room .row-head span span.label-weeklyprice {
    font-family: poiret one;
    font-size: 25px;
    padding: 0;
    display: inline-block;
    width: auto;
  }
  #main-room .input-group-text,
  #main-room .form-control {
    border: 0; 
  }
  #main-room i.fa {
    width: 24px;
    height: 24px;
    line-height: 24px;
    margin: 0 3px;
    text-align: center;    
  }
  #main-room .room-item-delete.js-delete-room-item {
    color: #fff;
  }
  #main-room .room-item-delete.js-delete-room-item {
    color: #E65E75;
  }
  #main-room .room-item-delete.js-delete-room-item {
    color: #E65E75;
  }
  #main-room .room-copy,
  #main-room .room-delete,
  #main-room .room-sort,
  #main-room .room-toggle {
    display: inline-block;
    line-height: 46px;
  }

  #main-room .room-copy i {
    color: #cdb5a7;
  }

  #main-room .room-delete i {
    color: #E65E75;
  }

  #main-room .room-toggle.toggle {
    color: #fff;
    background: #cdb5a7 !important;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    line-height: 30px;
    margin: 8px 0;
  }
  #main-room .room-sort {
    color: #fff;
    background: #cdb5a7;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    line-height: 30px;
    margin: 8px 0;
  }
  #main-room .row-content .room-items-head {
    margin-top: 15px;
    border-top: 1px solid #f5f5f5;
    text-align: center;
  }
  #main-room .row-content .room-items-head button {
    color: #fff;
    letter-spacing: 1px;
    font-size: 16px;
    font-weight: bold;
  }
  #main-room .room-toggle {
    transform: rotate(180deg);
  }
  #main-room .room-toggle.open {
    transform: rotate(0deg);
  }
  #main-room .room-item {
    margin-bottom: 5px;
  }

  #main-room .room-item-delete {
    display: inline-block;
    line-height: 38px;
  }

  #main-room .room-item img {
    border: 0;
    max-width: 38px;
    margin: 5px auto;
    display: block;
    border: 1px solid #eee;
    padding: 5px;
  }
  #main-room .room-sort {
    opacity: .1;
  }
  #main-room.sort-room .room-toggle,
  #main-room.sort-room .room-delete,
  #main-room.sort-room .room-copy {
    /*opacity: .1;*/
  }
  #main-room.sort-room .room-sort {
    opacity: 1;
  }
  #main-room .room-item .input-group {
    padding: 5px 0;
    font-family: poiret one;
    font-size: 16px;
  }

  #main-room .room-items-head * {
    font-size: 14px;
    font-weight: bold;
    text-transform: uppercase;
    padding-top: 15px;
    padding-bottom: 15px;
  }
  .js-room-clone {
    width: 100%;
    margin-bottom: 20px;
    padding: 15px;
    text-align: center;
    letter-spacing: 1px;
    font-size: 16px;
    font-weight: 600;
    background: #f0f0f0;
    color: #787878;
    border: 1px dashed;
  }
  .js-room-clone:hover, 
  .js-room-clone:focus {
    background: #60B99A;
    color: #fff;
    border: 1px solid #60B99A;
  }
  #main-room .row-head .room-name {
    line-height: 45px;
    font-size: 24px;
    color: #787878;
    font-weight: lighter;
    border-left: none;
    border-bottom: 1px dashed #aaa;
    border-right: none;
    border-top: none;
    border-radius: 0;
    padding: 0;
    transition: all ease-in-out .2s;
  }
  #main-room .row-head .room-name[readonly] {
    background: transparent;
  }
  #main-room #row-calculation {
    background: #fff;
    padding: 15px;
  }

  #hc-quote-calculation {
    padding: 20px 20px 5px;
    background: #fff;
  }


  #hc-quote-calculation hr {
    margin: 10px 0 15px;
  }

  #hc-quote-calculation p {
    margin-bottom: 10px;
  }
  #hc-quote-calculation p.hc-calc-art-input,
  #hc-quote-calculation p.hc-calc-risk-input {
    margin-top: -15px;
    margin-bottom: 20px;
  }
  #hc-quote-calculation p.hc-calc-art-input.has-error, 
  #hc-quote-calculation p.hc-calc-risk-input.has-error {
    margin-top: -15px;
    border-bottom: 1px solid #ff7f7f;
  }
  #hc-quote-calculation p.hc-calc-art-input label,
  #hc-quote-calculation p.hc-calc-risk-input label {
    margin-bottom: 0 !important;
  }
  #hc-quote-calculation p.hc-calc-art-input strong,
  #hc-quote-calculation p.hc-calc-risk-input strong {
    width: 100px;
  }
  #hc-quote-calculation p.hc-calc-weeks b,
  #hc-quote-calculation p.hc-calc-weeks-free b,
  #hc-quote-calculation p.hc-calc-weeks-additional b {
    background: #cdb5a7;
    padding: 5px 10px;
    border-radius: 5PX;
    line-height: 20px;
    margin-right: 5px;
    color: #fff;
    font-family: poiret one;
    font-size: 15px;
    min-width: 30px;
    display: inline-block;
    text-align: center;
  }
  #hc-quote-calculation p.hc-calc-weeks-additional strong small {
    margin-left: 40px;
  }

  #hc-quote-calculation p strong {
    font-size: 14px;
    color: #787878;
    text-transform: uppercase;
    width: 50%;
    display: inline-block;
    line-height: 16px;
  }

  #hc-quote-calculation p span {
    color: #787878;
    text-transform: uppercase;
    font-family: poiret one;
    font-size: 18px;
    padding: 0;
    display: inline-block;
    line-height: 30px;
    letter-spacing: 1px;
    vertical-align: top;
    text-align: right;
    width: 45%;
  }
  #hc-quote-calculation p.hc-calc-risk-input > *, 
  #hc-quote-calculation p.hc-calc-art-input > * {
    display: inline-block !important;
    margin-right: 10px;
    width: 45%;
  }
  #hc-room-edit {
    margin-top: 15px;
  }
  #modalCategory .card-body {
    padding: 0;
  }
  #modalCategory .list-group-item:first-child {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
  }
  #modalCategory .card {
    margin-bottom: 5px;
    border: 0px solid;
  }
  #modalCategory .card-header {
    background-color: #d1987c;
    border-bottom: 0 solid;
    padding: 1em 1.25rem;
    margin-bottom: 5px;
  }
  #modalCategory .card-header a {
    color: #fff;
    font-size: 15px;
    letter-spacing: 1px;
    font-weight: 600;
    text-transform: uppercase;
    display: block;
  }
  #modalCategory .card-header:first-child {
    border-radius: 5px;
  }

  #modalCategory .btn-primary {
    color: #fff;
    background-color: #60B99A;
    border-color: #60B99A;
  }
  #modalCategory .btn-primary:hover, #modalCategory .tn-primary:focus {
    background-color: #56a68a;
    border-color: #56a68a;
  }
  #modalCategory .modal-body {
    padding: 2rem;
  }
  #modalCategory .modal-footer .btn-lg {
    border-radius: 0px;
  }
  #modalCategory .modal-backdrop.show {
    opacity: 0.85;
  }
  #modalCategory .modal-dialog:not(.modal-lg) {
    max-width: 600px;
    margin: 1.75rem auto;
  }
  #modalCategory .modal-title,
  .modal .modal-title {
    margin-bottom: 0;
    line-height: 1.5;
    font-size: 25px;
    font-weight: 600;
    text-align: center;
    margin-bottom: 20px;
    color: #787878;
    text-transform: uppercase;
  }
  #modalCategory .list-group-item .badge-primary {
    background-color: #999;
    font-family: 'poiret one';
    letter-spacing: 1px;
    font-weight: bold;
    font-size: 15px;
    padding: .65em .6em;
  }
  #modalCategory .list-group-item-success .badge-primary {
    background-color: #5fb999;
  }
  #modalCategory .badge-pill {
    padding: .4em .6em;
  }
  #modalCategory .modal-content {
    width: 100%;
    background-color: #fff;
    border: 0px solid rgba(0,0,0,.2);
    border-radius: 0;
    box-shadow: 0 0 31px rgba(0,0,0,0.2);
  }
  #modalCategory .modal-footer {
    padding: 0;
    border-top: 0px solid;
  }
  #modalCategory #room-save-items {
    width: 100%;
    padding: 25px 0;
  }
  #modalCategory .list-group-item-success {
    color: #fff;
    background-color: #ddede8;
  }
  #modalCategory .room-child-category.list-group-item {
    color: #787878;
  }
  #modalCategory .room-child-category.list-group-item input {
    width: 15%;
    float: left;
  }
  #modalCategory .room-child-category.list-group-item .badge {
    width: 15%;
    margin: 5px 1%;
    float: left;
    line-height: 18px;
  }
  #modalCategory .room-child-category.list-group-item .text {
    width: 70%;
    float: left;
    line-height: 38px;
  }

  #modalCategory .room-child-category.list-group-item a:before {
    display: table;
    content: '';
  }

  #modalCategory .room-child-category.list-group-item a:after {
    display: table;
    content: '';
    clear: both;
  }

  @media(max-width: 768px) {
    #modalCategory .room-child-category.list-group-item input {
      width: 50%;
      float: left;
    }
    #modalCategory .room-child-category.list-group-item .badge {
      width: 48%;
      margin-left: 1%;
      margin-right: 1%;
      float: left;
    }
    #modalCategory .room-child-category.list-group-item .text {
      width: 100%;
      display: block;
    }
  }

  /* GRAVITY FORMS */


  .gform_wrapper .gfield_password_strength{
    border:1px solid #DDD;
    margin-top:18px;
    margin-bottom:18px;
    line-height:1.8;
    padding:10px 5px;
    text-align:center;
    background-color:#EEE;
    border-bottom:3px solid #DDD
  }
  .gform_wrapper ul.top_label li.gfield.gfield_error.gfield_contains_required .gfield_password_strength{
    margin-right:16px
  }
  .gform_wrapper ul.left_label li.gfield .gfield_password_strength,.gform_wrapper ul.right_label li.gfield .gfield_password_strength{
    margin-top:18px;
    margin-bottom:18px;
    width:100%
  }
  .gform_wrapper .gfield_password_strength.bad{
    background-color:#FFB78C;
    border-color:#FF853C;
    border-bottom:3px solid #FF853C
  }
  .gform_wrapper .gfield_password_strength.good{
    background-color:#FFEC8b;
    border-color:#FC0;
    border-bottom:3px solid #FC0
  }
  .gform_wrapper .gfield_password_strength.mismatch,.gform_wrapper .gfield_password_strength.short{
    background-color:#FFA0A0;
    border-color:#f04040;
    border-bottom:3px solid #f04040
  }
  .gform_wrapper .gfield_password_strength.strong{
    background-color:#C3FF88;
    border-color:#8DFF1C;
    border-bottom:3px solid #8DFF1C
  }
  body #hc-main-wrapper .gform_wrapper ul {
    list-style: none;
    padding:0;
    margin: 0;
  }
  body #hc-main-wrapper .gform_wrapper ul:before {
    content: '';
    display: block;
  }
  body #hc-main-wrapper .gform_wrapper ul:after {
    content: '';
    display: block;
    clear: both;
  }
  body #hc-main-wrapper .gform_wrapper ul li {
    list-style: none;
    padding:0;
    margin: 0;
    position: relative;
  }
  body #hc-main-wrapper .gform_wrapper ul li span.showroom {
    position: absolute;
    top: 10px;
    right: 10px;
  }
  body #hc-main-wrapper .gform_wrapper ul li:before {
    clear:both;
    content: '';
    display: table;
  }
  body #hc-main-wrapper .gform_wrapper .gf_progressbar,
  body #hc-main-wrapper .gform_validation_error .gf_progressbar {
    width: 100% !important;
    background: #fff;
    max-width: 320px;
    margin: auto;
    border-radius: 22px;
    overflow: hidden;
    padding: 10px;
  }
  body #hc-main-wrapper .gform_wrapper .gf_progressbar_wrapper,
  body #hc-main-wrapper .gform_validation_error .gf_progressbar_wrapper {
    margin-bottom: 20px;
  }
  body #hc-main-wrapper .gform_wrapper .gf_progressbar_wrapper h3,
  body #hc-main-wrapper .gform_validation_error .gf_progressbar_wrapper h3 {
    font-size: 20px;
    text-align: center;
  }
  body #hc-main-wrapper .gform_wrapper .gf_progressbar .gf_progressbar_percentage,
  body #hc-main-wrapper .gform_validation_error .gf_progressbar .gf_progressbar_percentage {
    background-color: #000 !important;
    color: #FFF;
    border-radius: 22px;
    overflow: hidden;
  }
  body #hc-main-wrapper .gform_wrapper .gf_progressbar .gf_progressbar_percentage span,
  body #hc-main-wrapper .gform_validation_error .gf_progressbar .gf_progressbar_percentage span {
    font-size: 12px;
    display: block;
    padding: 5px;
    text-align: center;
  }
  body #hc-main-wrapper .gform_wrapper .validation_error,
  body #hc-main-wrapper .gform_validation_error .validation_error {
    padding: 20px;
    color: #fff;
    background: #ff7f7f;
    margin-bottom: 20px;
    font-size: 14px;
  }
  body #hc-main-wrapper .gform_wrapper .button,
  body #hc-main-wrapper .gform_validation_error .button {
    border: 0px;
    background: #000;
    color: #fff;
    padding: 10px 20px !important;
    max-width: 320px;
    display: inline-block;
    text-transform: uppercase;
    cursor: pointer;
  }
  body #hc-main-wrapper .gform_wrapper form .gform_body ul.gform_fields li.gfield,
  body #hc-main-wrapper .gform_validation_error form .gform_body ul.gform_fields li.gfield {
    padding: 0px;
    background: transparent;
    margin: 0 0 20px !important;
    border: 0px !important;
    max-width: 100% !important;
  }
  body #hc-main-wrapper .gform_wrapper form .gform_body ul.gform_fields li.gf_invisible,
  body #hc-main-wrapper .gform_validation_error form .gform_body ul.gform_fields li.gf_invisible {
    position: absolute;
    left: -9999px;
  }
  body #hc-main-wrapper .gform_wrapper form .gform_body ul.gform_fields li.gfield label.gfield_label,
  body #hc-main-wrapper .gform_validation_error form .gform_body ul.gform_fields li.gfield label.gfield_label {
    padding: 0px;
    margin: 0px 0 10px !important;
    text-transform: uppercase;
    font-size: 18px;
    color: #d1987c;
  }
  body #hc-main-wrapper .gform_wrapper form .gform_body ul.gform_fields li.gfield label.gfield_label .gfield_required,
  body #hc-main-wrapper .gform_validation_error form .gform_body ul.gform_fields li.gfield label.gfield_label .gfield_required {
    margin-left: 5px !important;
  }
  body #hc-main-wrapper .gform_wrapper form .gform_body ul.gform_fields li.gfield .ginput_container,
  body #hc-main-wrapper .gform_validation_error form .gform_body ul.gform_fields li.gfield .ginput_container {
    padding: 0px;
    margin: 0px !important;
    width: 100% !important;
  }
  body #hc-main-wrapper .gform_wrapper form .gform_body ul.gform_fields li.gfield .ginput_container .instruction,
  body #hc-main-wrapper .gform_validation_error form .gform_body ul.gform_fields li.gfield .ginput_container .instruction {
    display: none;
  }
  body #hc-main-wrapper .gform_wrapper form .gform_body ul.gform_fields li.gfield .ginput_container > *,
  body #hc-main-wrapper .gform_validation_error form .gform_body ul.gform_fields li.gfield .ginput_container > * {
    width: 100%;
    padding: 0px;
    margin: 0px !important;
    font-size: 13px;
    display: block;
  }
  body #hc-main-wrapper .gform_wrapper form .gform_body ul.gform_fields li.gfield .ginput_container input[type="text"],
  body #hc-main-wrapper .gform_validation_error form .gform_body ul.gform_fields li.gfield .ginput_container input[type="text"],
  body #hc-main-wrapper .gform_wrapper form .gform_body ul.gform_fields li.gfield .ginput_container input[type="password"],
  body #hc-main-wrapper .gform_validation_error form .gform_body ul.gform_fields li.gfield .ginput_container input[type="password"],
  body #hc-main-wrapper .gform_wrapper form .gform_body ul.gform_fields li.gfield .ginput_container input[type="search"],
  body #hc-main-wrapper .gform_validation_error form .gform_body ul.gform_fields li.gfield .ginput_container input[type="search"],
  body #hc-main-wrapper .gform_wrapper form .gform_body ul.gform_fields li.gfield .ginput_container input[type="email"],
  body #hc-main-wrapper .gform_validation_error form .gform_body ul.gform_fields li.gfield .ginput_container input[type="email"],
  body #hc-main-wrapper .gform_wrapper form .gform_body ul.gform_fields li.gfield .ginput_container input[type="number"],
  body #hc-main-wrapper .gform_validation_error form .gform_body ul.gform_fields li.gfield .ginput_container input[type="number"],
  body #hc-main-wrapper .gform_wrapper form .gform_body ul.gform_fields li.gfield .ginput_container input[type="url"],
  body #hc-main-wrapper .gform_validation_error form .gform_body ul.gform_fields li.gfield .ginput_container input[type="url"] {
    width: 100%;
    display: block;
    line-height: 20px;
    padding: 10px 15px;
    background-color: #fff;
    border: 1px solid #eee;
    border-radius: 0px;
    box-sizing: border-box;
    height: 50px;
  }
  body #hc-main-wrapper .gform_wrapper form .gform_body ul.gform_fields li.gfield .ginput_container input[type="text"]:disabled,
  body #hc-main-wrapper .gform_validation_error form .gform_body ul.gform_fields li.gfield .ginput_container input[type="text"]:disabled,
  body #hc-main-wrapper .gform_wrapper form .gform_body ul.gform_fields li.gfield .ginput_container input[type="password"]:disabled,
  body #hc-main-wrapper .gform_validation_error form .gform_body ul.gform_fields li.gfield .ginput_container input[type="password"]:disabled,
  body #hc-main-wrapper .gform_wrapper form .gform_body ul.gform_fields li.gfield .ginput_container input[type="search"]:disabled,
  body #hc-main-wrapper .gform_validation_error form .gform_body ul.gform_fields li.gfield .ginput_container input[type="search"]:disabled,
  body #hc-main-wrapper .gform_wrapper form .gform_body ul.gform_fields li.gfield .ginput_container input[type="email"]:disabled,
  body #hc-main-wrapper .gform_validation_error form .gform_body ul.gform_fields li.gfield .ginput_container input[type="email"]:disabled,
  body #hc-main-wrapper .gform_wrapper form .gform_body ul.gform_fields li.gfield .ginput_container input[type="number"]:disabled,
  body #hc-main-wrapper .gform_validation_error form .gform_body ul.gform_fields li.gfield .ginput_container input[type="number"]:disabled,
  body #hc-main-wrapper .gform_wrapper form .gform_body ul.gform_fields li.gfield .ginput_container input[type="url"]:disabled,
  body #hc-main-wrapper .gform_validation_error form .gform_body ul.gform_fields li.gfield .ginput_container input[type="url"]:disabled {
    background: #f5f5f5;
  }
  body #hc-main-wrapper .gform_wrapper form .gform_body ul.gform_fields li.gfield .ginput_container select,
  body #hc-main-wrapper .gform_validation_error form .gform_body ul.gform_fields li.gfield .ginput_container select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    width: 100%;
    display: block;
    line-height: 20px;
    padding: 10px 15px;
    background-color: #fff;
    background-image: url('../img/selectbox-arrow.png');
    background-repeat: no-repeat;
    background-position: center right;
    border: 1px solid #eee;
    border-radius: 0px;
    box-sizing: border-box;
    height: 50px;
    text-indent: 0.01px;
    text-overflow: "";
  }
  body #hc-main-wrapper .gform_wrapper form .gform_body ul.gform_fields li.gfield .ginput_container select:-ms-expand,
  body #hc-main-wrapper .gform_validation_error form .gform_body ul.gform_fields li.gfield .ginput_container select:-ms-expand {
    display: none;
  }
  body #hc-main-wrapper .gform_wrapper form .gform_body ul.gform_fields li.gfield .ginput_container select:disabled,
  body #hc-main-wrapper .gform_validation_error form .gform_body ul.gform_fields li.gfield .ginput_container select:disabled {
    background-color: #f5f5f5;
  }
  body #hc-main-wrapper .gform_wrapper form .gform_body ul.gform_fields li.gfield .ginput_container textarea,
  body #hc-main-wrapper .gform_validation_error form .gform_body ul.gform_fields li.gfield .ginput_container textarea {
    width: 100%;
    display: block;
    line-height: 20px;
    padding: 10px 15px;
    background-color: #fff;
    border: 1px solid #eee;
    border-radius: 0px;
    box-sizing: border-box;
  }
  body #hc-main-wrapper .gform_wrapper form .gform_body ul.gform_fields li.gfield .ginput_container textarea:disabled,
  body #hc-main-wrapper .gform_validation_error form .gform_body ul.gform_fields li.gfield .ginput_container textarea:disabled {
    background-color: #f5f5f5;
  }
  body #hc-main-wrapper .gform_wrapper form .gform_body ul.gform_fields li.gfield .ginput_container.ginput_container_checkbox ul li,
  body #hc-main-wrapper .gform_validation_error form .gform_body ul.gform_fields li.gfield .ginput_container.ginput_container_checkbox ul li {
    position: relative;
    margin-bottom: 5px !important;
    vertical-align: middle;
  }
  body #hc-main-wrapper .gform_wrapper form .gform_body ul.gform_fields li.gfield .ginput_container.ginput_container_checkbox ul li label,
  body #hc-main-wrapper .gform_validation_error form .gform_body ul.gform_fields li.gfield .ginput_container.ginput_container_checkbox ul li label {
    padding-left: 42px;
    line-height: 32px;
    height: 32px;
    position: relative;
    cursor: pointer;
  }
  body #hc-main-wrapper .gform_wrapper form .gform_body ul.gform_fields li.gfield .ginput_container.ginput_container_checkbox ul li label:before,
  body #hc-main-wrapper .gform_validation_error form .gform_body ul.gform_fields li.gfield .ginput_container.ginput_container_checkbox ul li label:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 32px;
    height: 32px;
    background: #fff;
    border: 1px solid #eee;
  }
  body #hc-main-wrapper .gform_wrapper form .gform_body ul.gform_fields li.gfield .ginput_container.ginput_container_checkbox ul li label:after,
  body #hc-main-wrapper .gform_validation_error form .gform_body ul.gform_fields li.gfield .ginput_container.ginput_container_checkbox ul li label:after {
    display: inline-block;
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    content: "\f00c";
    text-align: center;
    position: absolute;
    top: 0;
    left: 0;
    width: 32px;
    height: 32px;
    line-height: 32px;
    opacity: 0;
    -webkit-transition: 0.3s ease-in-out all;
    -moz-transition: 0.3s ease-in-out all;
    -ms-transition: 0.3s ease-in-out all;
    -o-transition: 0.3s ease-in-out all;
  }
  body #hc-main-wrapper .gform_wrapper form .gform_body ul.gform_fields li.gfield .ginput_container.ginput_container_checkbox ul li input[type="checkbox"],
  body #hc-main-wrapper .gform_validation_error form .gform_body ul.gform_fields li.gfield .ginput_container.ginput_container_checkbox ul li input[type="checkbox"] {
    opacity: 0;
    visibility: hidden;
    position: absolute;
    top: 0px;
    left: 0px;
  }
  body #hc-main-wrapper .gform_wrapper form .gform_body ul.gform_fields li.gfield .ginput_container.ginput_container_checkbox ul li input[type="checkbox"]:hover + label:after,
  body #hc-main-wrapper .gform_validation_error form .gform_body ul.gform_fields li.gfield .ginput_container.ginput_container_checkbox ul li input[type="checkbox"]:hover + label:after {
    opacity: 0.5;
  }
  body #hc-main-wrapper .gform_wrapper form .gform_body ul.gform_fields li.gfield .ginput_container.ginput_container_checkbox ul li input[type="checkbox"]:checked + label:after,
  body #hc-main-wrapper .gform_validation_error form .gform_body ul.gform_fields li.gfield .ginput_container.ginput_container_checkbox ul li input[type="checkbox"]:checked + label:after {
    opacity: 1;
  }
  body #hc-main-wrapper .gform_wrapper form .gform_body ul.gform_fields li.gfield .ginput_container.ginput_container_radio ul li,
  body #hc-main-wrapper .gform_validation_error form .gform_body ul.gform_fields li.gfield .ginput_container.ginput_container_radio ul li {
    position: relative;
    margin-bottom: 5px !important;
    vertical-align: middle;
  }
  body #hc-main-wrapper .gform_wrapper form .gform_body ul.gform_fields li.gfield .ginput_container.ginput_container_radio ul li label,
  body #hc-main-wrapper .gform_validation_error form .gform_body ul.gform_fields li.gfield .ginput_container.ginput_container_radio ul li label {
    padding-left: 42px;
    line-height: 32px;
    height: 32px;
    position: relative;
    cursor: pointer;
  }
  body #hc-main-wrapper .gform_wrapper form .gform_body ul.gform_fields li.gfield .ginput_container.ginput_container_radio ul li label:before,
  body #hc-main-wrapper .gform_validation_error form .gform_body ul.gform_fields li.gfield .ginput_container.ginput_container_radio ul li label:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 32px;
    height: 32px;
    background: #fff;
    border: 1px solid #eee;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
  }
  body #hc-main-wrapper .gform_wrapper form .gform_body ul.gform_fields li.gfield .ginput_container.ginput_container_radio ul li label:after,
  body #hc-main-wrapper .gform_validation_error form .gform_body ul.gform_fields li.gfield .ginput_container.ginput_container_radio ul li label:after {
    display: inline-block;
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-align: center;
    content: "\f111";
    position: absolute;
    top: 0;
    left: 0;
    width: 32px;
    height: 32px;
    line-height: 32px;
    opacity: 0;
    -webkit-transition: 0.3s ease-in-out all;
    -moz-transition: 0.3s ease-in-out all;
    -ms-transition: 0.3s ease-in-out all;
    -o-transition: 0.3s ease-in-out all;
  }
  body #hc-main-wrapper .gform_wrapper form .gform_body ul.gform_fields li.gfield .ginput_container.ginput_container_radio ul li input[type="radio"],
  body #hc-main-wrapper .gform_validation_error form .gform_body ul.gform_fields li.gfield .ginput_container.ginput_container_radio ul li input[type="radio"] {
    opacity: 0;
    visibility: hidden;
    position: absolute;
    top: 0px;
    left: 0px;
  }
  body #hc-main-wrapper .gform_wrapper form .gform_body ul.gform_fields li.gfield .ginput_container.ginput_container_radio ul li input[type="radio"]:hover + label:after,
  body #hc-main-wrapper .gform_validation_error form .gform_body ul.gform_fields li.gfield .ginput_container.ginput_container_radio ul li input[type="radio"]:hover + label:after {
    opacity: 0.5;
  }
  body #hc-main-wrapper .gform_wrapper form .gform_body ul.gform_fields li.gfield .ginput_container.ginput_container_radio ul li input[type="radio"]:checked + label:after,
  body #hc-main-wrapper .gform_validation_error form .gform_body ul.gform_fields li.gfield .ginput_container.ginput_container_radio ul li input[type="radio"]:checked + label:after {
    opacity: 1;
  }
  body #hc-main-wrapper .gform_wrapper form .gform_body ul.gform_fields li.gfield .ginput_container.ginput_container_address .ginput_left,
  body #hc-main-wrapper .gform_validation_error form .gform_body ul.gform_fields li.gfield .ginput_container.ginput_container_address .ginput_left {
    width: 49%;
    margin-right: 2% !important;
    padding: 0px !important;
    float: left;
  }
  body #hc-main-wrapper .gform_wrapper form .gform_body ul.gform_fields li.gfield .ginput_container.ginput_container_address .ginput_right,
  body #hc-main-wrapper .gform_validation_error form .gform_body ul.gform_fields li.gfield .ginput_container.ginput_container_address .ginput_right {
    width: 49%;
    padding: 0px !important;
    float: left;
  }
  @media (max-width: 960px) {
    body #hc-main-wrapper .gform_wrapper form .gform_body ul.gform_fields li.gfield .ginput_container.ginput_container_address .ginput_left,
    body #hc-main-wrapper .gform_validation_error form .gform_body ul.gform_fields li.gfield .ginput_container.ginput_container_address .ginput_left {
      width: 100%;
      margin-right: 0% !important;
    }
    body #hc-main-wrapper .gform_wrapper form .gform_body ul.gform_fields li.gfield .ginput_container.ginput_container_address .ginput_right,
    body #hc-main-wrapper .gform_validation_error form .gform_body ul.gform_fields li.gfield .ginput_container.ginput_container_address .ginput_right {
      width: 100%;
    }
  }
  body #hc-main-wrapper .gform_wrapper form .gform_body ul.gform_fields li.gfield .ginput_container .gform_drop_area,
  body #hc-main-wrapper .gform_validation_error form .gform_body ul.gform_fields li.gfield .ginput_container .gform_drop_area {
    padding: 40px !important;
    background: #fff;
  }
  body #hc-main-wrapper .gform_wrapper form .gform_body ul.gform_fields li.gfield .gfield_description,
  body #hc-main-wrapper .gform_validation_error form .gform_body ul.gform_fields li.gfield .gfield_description {
    padding: 10px 0;
    margin: 0px !important;
    font-size: 13px;
  }
  body #hc-main-wrapper .gform_wrapper form .gform_body ul.gform_fields li.gfield .gfield_description.validation_message,
  body #hc-main-wrapper .gform_validation_error form .gform_body ul.gform_fields li.gfield .gfield_description.validation_message {
    display: block;
    padding: 20px;
    color: #fff;
    background: #ff7f7f;
    margin-bottom: 20px;
    font-size: 14px;
  }
  body #hc-main-wrapper .gform_wrapper form .gform_body ul.gform_fields li.gfield.gfield_error .ginput_container input[type="text"],
  body #hc-main-wrapper .gform_validation_error form .gform_body ul.gform_fields li.gfield.gfield_error .ginput_container input[type="text"],
  body #hc-main-wrapper .gform_wrapper form .gform_body ul.gform_fields li.gfield.gfield_error .ginput_container input[type="password"],
  body #hc-main-wrapper .gform_validation_error form .gform_body ul.gform_fields li.gfield.gfield_error .ginput_container input[type="password"],
  body #hc-main-wrapper .gform_wrapper form .gform_body ul.gform_fields li.gfield.gfield_error .ginput_container input[type="search"],
  body #hc-main-wrapper .gform_validation_error form .gform_body ul.gform_fields li.gfield.gfield_error .ginput_container input[type="search"],
  body #hc-main-wrapper .gform_wrapper form .gform_body ul.gform_fields li.gfield.gfield_error .ginput_container input[type="email"],
  body #hc-main-wrapper .gform_validation_error form .gform_body ul.gform_fields li.gfield.gfield_error .ginput_container input[type="email"],
  body #hc-main-wrapper .gform_wrapper form .gform_body ul.gform_fields li.gfield.gfield_error .ginput_container input[type="number"],
  body #hc-main-wrapper .gform_validation_error form .gform_body ul.gform_fields li.gfield.gfield_error .ginput_container input[type="number"],
  body #hc-main-wrapper .gform_wrapper form .gform_body ul.gform_fields li.gfield.gfield_error .ginput_container input[type="url"],
  body #hc-main-wrapper .gform_validation_error form .gform_body ul.gform_fields li.gfield.gfield_error .ginput_container input[type="url"] {
    border: 1px solid #790000;
  }
  body #hc-main-wrapper .gform_wrapper form .gform_body ul.gform_fields li.gfield.gfield_error .ginput_container select,
  body #hc-main-wrapper .gform_validation_error form .gform_body ul.gform_fields li.gfield.gfield_error .ginput_container select {
    border: 1px solid #790000;
  }
  body #hc-main-wrapper .gform_wrapper form .gform_body ul.gform_fields li.gfield.gfield_error .ginput_container textarea,
  body #hc-main-wrapper .gform_validation_error form .gform_body ul.gform_fields li.gfield.gfield_error .ginput_container textarea {
    border: 1px solid #790000;
  }
  body #hc-main-wrapper .gform_wrapper form .gform_body ul.gform_fields li.gfield.gfield_error .ginput_container.ginput_container_checkbox ul li label:before,
  body #hc-main-wrapper .gform_validation_error form .gform_body ul.gform_fields li.gfield.gfield_error .ginput_container.ginput_container_checkbox ul li label:before {
    border: 1px solid #790000;
  }
  body #hc-main-wrapper .gform_wrapper form .gform_body ul.gform_fields li.gfield.gfield_error .ginput_container.ginput_container_checkbox ul li input[type="checkbox"]:checked + label,
  body #hc-main-wrapper .gform_validation_error form .gform_body ul.gform_fields li.gfield.gfield_error .ginput_container.ginput_container_checkbox ul li input[type="checkbox"]:checked + label {
    color: #444;
  }
  body #hc-main-wrapper .gform_wrapper form .gform_body ul.gform_fields li.gfield.gfield_error .ginput_container.ginput_container_checkbox ul li input[type="checkbox"]:checked + label:before,
  body #hc-main-wrapper .gform_validation_error form .gform_body ul.gform_fields li.gfield.gfield_error .ginput_container.ginput_container_checkbox ul li input[type="checkbox"]:checked + label:before {
    border: 1px solid #eee;
  }
  body #hc-main-wrapper .gform_wrapper form .gform_body ul.gform_fields li.gfield.gfield_error .ginput_container.ginput_container_radio ul li label:before,
  body #hc-main-wrapper .gform_validation_error form .gform_body ul.gform_fields li.gfield.gfield_error .ginput_container.ginput_container_radio ul li label:before {
    border: 1px solid #790000;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
  }
  body #hc-main-wrapper .gform_wrapper form .gform_body ul.gform_fields li.gfield.gfield_error .ginput_container.ginput_container_radio ul li input[type="radio"]:checked + label,
  body #hc-main-wrapper .gform_validation_error form .gform_body ul.gform_fields li.gfield.gfield_error .ginput_container.ginput_container_radio ul li input[type="radio"]:checked + label {
    color: #444;
  }
  body #hc-main-wrapper .gform_wrapper form .gform_body ul.gform_fields li.gfield.gfield_error .ginput_container.ginput_container_radio ul li input[type="radio"]:checked + label:before,
  body #hc-main-wrapper .gform_validation_error form .gform_body ul.gform_fields li.gfield.gfield_error .ginput_container.ginput_container_radio ul li input[type="radio"]:checked + label:before {
    border: 1px solid #eee;
  }
  body #hc-main-wrapper .gform_wrapper form .gform_body ul.gform_fields li.gfield.gf_left_half,
  body #hc-main-wrapper .gform_validation_error form .gform_body ul.gform_fields li.gfield.gf_left_half {
    width: 49%;
    margin-right: 2% !important;
    display: inline-block;
    vertical-align: top;
  }
  body #hc-main-wrapper .gform_wrapper form .gform_body ul.gform_fields li.gfield.gf_right_half,
  body #hc-main-wrapper .gform_validation_error form .gform_body ul.gform_fields li.gfield.gf_right_half {
    width: 49%;
    display: inline-block;
    vertical-align: top;
  }
  body #hc-main-wrapper .gform_wrapper form .gform_body ul.gform_fields li.gfield.gf_left_half:before,
  body #hc-main-wrapper .gform_validation_error form .gform_body ul.gform_fields li.gfield.gf_left_half:before {
    content: '';
    display: block;
  }
  body #hc-main-wrapper .gform_wrapper form .gform_body ul.gform_fields li.gfield.gf_right_half:after,
  body #hc-main-wrapper .gform_validation_error form .gform_body ul.gform_fields li.gfield.gf_right_half:after {
    content: '';
    display: block;
    clear: both;
  }
  body #hc-main-wrapper .gform_wrapper form .gform_body ul.gform_fields li.gfield.gf_left_third,
  body #hc-main-wrapper .gform_validation_error form .gform_body ul.gform_fields li.gfield.gf_left_third {
    width: 32%;
    display: inline-block;
    vertical-align: top;
  }
  body #hc-main-wrapper .gform_wrapper form .gform_body ul.gform_fields li.gfield.gf_middle_third,
  body #hc-main-wrapper .gform_validation_error form .gform_body ul.gform_fields li.gfield.gf_middle_third {
    width: 32%;
    margin-left: 2% !important;
    margin-right: 2% !important;
    display: inline-block;
    vertical-align: top;
  }
  body #hc-main-wrapper .gform_wrapper form .gform_body ul.gform_fields li.gfield.gf_right_third,
  body #hc-main-wrapper .gform_validation_error form .gform_body ul.gform_fields li.gfield.gf_right_third {
    width: 32%;
    display: inline-block;
    vertical-align: top;
  }
  body #hc-main-wrapper .gform_wrapper form .gform_body ul.gform_fields li.gfield.gf_left_third:before,
  body #hc-main-wrapper .gform_validation_error form .gform_body ul.gform_fields li.gfield.gf_left_third:before {
    content: '';
    display: block;
    clear: both;
  }
  body #hc-main-wrapper .gform_wrapper form .gform_body ul.gform_fields li.gfield.gf_right_third:after,
  body #hc-main-wrapper .gform_validation_error form .gform_body ul.gform_fields li.gfield.gf_right_third:after {
    content: '';
    display: block;
    clear: both;
  }
  body #hc-main-wrapper .gform_wrapper .gform_page_footer {
    padding: 20px 0;
    border-top: 1px solid #ddd;
    text-align: right;
  }
  @media (max-width: 960px) {
    body #hc-main-wrapper .gform_wrapper form .gform_body ul.gform_fields li.gfield.gf_left_half,
    body #hc-main-wrapper .gform_validation_error form .gform_body ul.gform_fields li.gfield.gf_left_half {
      width: 100%;
      margin-right: 0% !important;
    }
    body #hc-main-wrapper .gform_wrapper form .gform_body ul.gform_fields li.gfield.gf_right_half,
    body #hc-main-wrapper .gform_validation_error form .gform_body ul.gform_fields li.gfield.gf_right_half {
      width: 100%;
    }
    body #hc-main-wrapper .gform_wrapper form .gform_body ul.gform_fields li.gfield.gf_left_third,
    body #hc-main-wrapper .gform_validation_error form .gform_body ul.gform_fields li.gfield.gf_left_third {
      width: 100%;
    }
    body #hc-main-wrapper .gform_wrapper form .gform_body ul.gform_fields li.gfield.gf_middle_third,
    body #hc-main-wrapper .gform_validation_error form .gform_body ul.gform_fields li.gfield.gf_middle_third {
      width: 100%;
      margin-left: 0% !important;
      margin-right: 0% !important;
    }
    body #hc-main-wrapper .gform_wrapper form .gform_body ul.gform_fields li.gfield.gf_right_third,
    body #hc-main-wrapper .gform_validation_error form .gform_body ul.gform_fields li.gfield.gf_right_third {
      width: 100%;
    }
  }
  body #hc-main-wrapper .gform_wrapper form .gform_body ul.gform_fields li.gfield.gf_left_fourth,
  body #hc-main-wrapper .gform_validation_error form .gform_body ul.gform_fields li.gfield.gf_left_fourth {
    width: 23.5%;
    margin-right: 2% !important;
    display: inline-block;
    vertical-align: top;
  }
  body #hc-main-wrapper .gform_wrapper form .gform_body ul.gform_fields li.gfield.gf_left_middle_fourth,
  body #hc-main-wrapper .gform_validation_error form .gform_body ul.gform_fields li.gfield.gf_left_middle_fourth {
    width: 23.5%;
    margin-right: 2% !important;
    display: inline-block;
    vertical-align: top;
  }
  body #hc-main-wrapper .gform_wrapper form .gform_body ul.gform_fields li.gfield.gf_right_middle_fourth,
  body #hc-main-wrapper .gform_validation_error form .gform_body ul.gform_fields li.gfield.gf_right_middle_fourth {
    width: 23.5%;
    margin-right: 2% !important;
    display: inline-block;
    vertical-align: top;
  }
  body #hc-main-wrapper .gform_wrapper form .gform_body ul.gform_fields li.gfield.gf_right_fourth,
  body #hc-main-wrapper .gform_validation_error form .gform_body ul.gform_fields li.gfield.gf_right_fourth {
    width: 23.5%;
    display: inline-block;
    vertical-align: top;
  }
  body #hc-main-wrapper .gform_wrapper form .gform_body ul.gform_fields li.gfield.gf_left_fourth:before,
  body #hc-main-wrapper .gform_validation_error form .gform_body ul.gform_fields li.gfield.gf_left_fourth:before {
    content: '';
    display: block;
  }
  body #hc-main-wrapper .gform_wrapper form .gform_body ul.gform_fields li.gfield.gf_right_fourth:after,
  body #hc-main-wrapper .gform_validation_error form .gform_body ul.gform_fields li.gfield.gf_right_fourth:after {
    content: '';
    display: block;
    clear: both;
  }

  @media(max-width: 1400px) {
    body #hc-main-wrapper .gform_wrapper form .gform_body ul.gform_fields li.gfield.gf_left_fourth,
    body #hc-main-wrapper .gform_validation_error form .gform_body ul.gform_fields li.gfield.gf_left_fourth {
      width: 49%;
      margin-right: 2% !important;
    }
    body #hc-main-wrapper .gform_wrapper form .gform_body ul.gform_fields li.gfield.gf_left_middle_fourth,
    body #hc-main-wrapper .gform_validation_error form .gform_body ul.gform_fields li.gfield.gf_left_middle_fourth {
      width: 49%;
      margin-right: 0 !important;
    }
    body #hc-main-wrapper .gform_wrapper form .gform_body ul.gform_fields li.gfield.gf_right_middle_fourth,
    body #hc-main-wrapper .gform_validation_error form .gform_body ul.gform_fields li.gfield.gf_right_middle_fourth {
      width: 49%;
      margin-right: 2% !important;
    }
    body #hc-main-wrapper .gform_wrapper form .gform_body ul.gform_fields li.gfield.gf_right_fourth,
    body #hc-main-wrapper .gform_validation_error form .gform_body ul.gform_fields li.gfield.gf_right_fourth {
      width: 49%;
    }
    body #hc-main-wrapper .gform_wrapper form .gform_body ul.gform_fields li.gfield.gf_left_fourth:before,
    body #hc-main-wrapper .gform_validation_error form .gform_body ul.gform_fields li.gfield.gf_left_fourth:before {
      content: '';
      display: block;
    }
    body #hc-main-wrapper .gform_wrapper form .gform_body ul.gform_fields li.gfield.gf_right_fourth:after,
    body #hc-main-wrapper .gform_validation_error form .gform_body ul.gform_fields li.gfield.gf_right_fourth:after {
      content: '';
      display: block;
      clear: both;
    }
  }

  @media(max-width: 960px) {
    body #hc-main-wrapper .gform_wrapper form .gform_body ul.gform_fields li.gfield.gf_left_fourth,
    body #hc-main-wrapper .gform_validation_error form .gform_body ul.gform_fields li.gfield.gf_left_fourth {
      width: 100%;
      margin-right: 0 !important;
    }
    body #hc-main-wrapper .gform_wrapper form .gform_body ul.gform_fields li.gfield.gf_left_middle_fourth,
    body #hc-main-wrapper .gform_validation_error form .gform_body ul.gform_fields li.gfield.gf_left_middle_fourth {
      width: 100%;
      margin-right: 0 !important;
    }
    body #hc-main-wrapper .gform_wrapper form .gform_body ul.gform_fields li.gfield.gf_right_middle_fourth,
    body #hc-main-wrapper .gform_validation_error form .gform_body ul.gform_fields li.gfield.gf_right_middle_fourth {
      width: 100%;
      margin-right: 0 !important;
    }
    body #hc-main-wrapper .gform_wrapper form .gform_body ul.gform_fields li.gfield.gf_right_fourth,
    body #hc-main-wrapper .gform_validation_error form .gform_body ul.gform_fields li.gfield.gf_right_fourth {
      width: 100%;
    }
    body #hc-main-wrapper .gform_wrapper form .gform_body ul.gform_fields li.gfield.gf_left_fourth:before,
    body #hc-main-wrapper .gform_validation_error form .gform_body ul.gform_fields li.gfield.gf_left_fourth:before {
      content: '';
      display: block;
    }
    body #hc-main-wrapper .gform_wrapper form .gform_body ul.gform_fields li.gfield.gf_right_fourth:after,
    body #hc-main-wrapper .gform_validation_error form .gform_body ul.gform_fields li.gfield.gf_right_fourth:after {
      content: '';
      display: block;
      clear: both;
    }
  }

  body #hc-main-wrapper .gform_wrapper li.gfield.gfield_error,body #hc-main-wrapper .gform_wrapper li.gfield.gfield_error.gfield_contains_required.gfield_creditcard_warning{
    background-color:rgba(255,223,224,.25);
    margin-bottom:6px!important;
    border-top:1px solid #C89797;
    border-bottom:1px solid #C89797;
    padding-bottom:6px;
    padding-top:8px;
    box-sizing:border-box
  }
  body #hc-main-wrapper .gform_wrapper li.gfield.gfield_creditcard_warning{
    padding:16px 16px 14px;
    border-top:2px solid #790000;
    border-bottom:4px solid #790000;
    background-color:rgba(255,223,224,.25);
  }
  body #hc-main-wrapper .gform_wrapper li.gfield.gfield_error.gfield_creditcard_warning{
    padding:16px 16px 14px
  }
  body #hc-main-wrapper .gform_wrapper label {
    display: block;
  }
  body #hc-main-wrapper .gform_wrapper li.gfield.gfield_creditcard_warning div.gfield_creditcard_warning_message{
    font-size:.875em;
    font-weight:700;
    font-family:inherit;
    min-height:25px;
    color:#790000;
    max-width:100%;
    position:relative
  }
  body #hc-main-wrapper .gform_wrapper li.gfield.gfield_creditcard_warning div.gfield_creditcard_warning_message span{
    display:block;
    padding:0 0 14px 24px;
    margin-bottom:16px;
    line-height:1.5;
    letter-spacing:.1pt;
    border-bottom:1px solid #790000;
    text-transform:uppercase;
    background-size:1em auto;
    background-repeat:no-repeat;
    background-position:left center
  }
  body #hc-main-wrapper .gform_wrapper li.gfield.gfield_error.gfield_creditcard_warning div.gfield_creditcard_warning_message{
    padding:16px 16px 14px
  }

  body #hc-main-wrapper .gform_wrapper .gform_card_icon_container:before {
    content: '';
    display: block;
  }

  body #hc-main-wrapper .gform_wrapper .gform_card_icon_container:after {
    content: '';
    display: block;
    clear: both;
  }
  body #hc-main-wrapper .gform_wrapper div.gform_card_icon{
    margin-right:4px;
    text-indent:-9000px;
    background-image:url(https://staging.huntleyandco.com.au/wp-content/plugins/gravityforms/images/gf-creditcard-icons.png);
    background-repeat:no-repeat;
    width:36px !important;
    height:32px;
    float:left
  }

  body #hc-main-wrapper .gform_wrapper form .gform_body ul.gform_fields li.gfield .ginput_container_creditcard .ginput_full {
    margin-bottom: 20px !important;
  }
  body #hc-main-wrapper .gform_wrapper .gform_card_icon_container.gform_card_icon_style1 div.gform_card_icon.gform_card_icon_visa{
    background-position:0 0
  }
  body #hc-main-wrapper .gform_wrapper .gform_card_icon_container.gform_card_icon_style1 div.gform_card_icon.gform_card_icon_selected.gform_card_icon_visa{
    background-position:0 -32px
  }
  body #hc-main-wrapper .gform_wrapper .gform_card_icon_container.gform_card_icon_style1 div.gform_card_icon.gform_card_icon_inactive.gform_card_icon_visa{
    background-position:0 -64px
  }
  body #hc-main-wrapper .gform_wrapper .gform_card_icon_container.gform_card_icon_style1 div.gform_card_icon.gform_card_icon_mastercard{
    background-position:-36px 0
  }
  body #hc-main-wrapper .gform_wrapper .gform_card_icon_container.gform_card_icon_style1 div.gform_card_icon.gform_card_icon_selected.gform_card_icon_mastercard{
    background-position:-36px -32px
  }
  body #hc-main-wrapper .gform_wrapper .gform_card_icon_container.gform_card_icon_style1 div.gform_card_icon.gform_card_icon_inactive.gform_card_icon_mastercard{
    background-position:-36px -64px
  }
  body #hc-main-wrapper .gform_wrapper .gform_card_icon_container.gform_card_icon_style1 div.gform_card_icon.gform_card_icon_amex{
    background-position:-72px 0
  }
  body #hc-main-wrapper .gform_wrapper .gform_card_icon_container.gform_card_icon_style1 div.gform_card_icon.gform_card_icon_selected.gform_card_icon_amex{
    background-position:-72px -32px
  }
  body #hc-main-wrapper .gform_wrapper .gform_card_icon_container.gform_card_icon_style1 div.gform_card_icon.gform_card_icon_inactive.gform_card_icon_amex{
    background-position:-72px -64px
  }
  body #hc-main-wrapper .gform_wrapper .gform_card_icon_container.gform_card_icon_style1 div.gform_card_icon.gform_card_icon_discover{
    background-position:-108px 0
  }
  body #hc-main-wrapper .gform_wrapper .gform_card_icon_container.gform_card_icon_style1 div.gform_card_icon.gform_card_icon_selected.gform_card_icon_discover{
    background-position:-108px -32px
  }
  body #hc-main-wrapper .gform_wrapper .gform_card_icon_container.gform_card_icon_style1 div.gform_card_icon.gform_card_icon_inactive.gform_card_icon_discover{
    background-position:-108px -64px
  }
  body #hc-main-wrapper .gform_wrapper .gform_card_icon_container.gform_card_icon_style1 div.gform_card_icon.gform_card_icon_maestro{
    background-position:-144px 0
  }
  body #hc-main-wrapper .gform_wrapper .gform_card_icon_container.gform_card_icon_style1 div.gform_card_icon.gform_card_icon_selected.gform_card_icon_maestro{
    background-position:-144px -32px
  }
  body #hc-main-wrapper .gform_wrapper .gform_card_icon_container.gform_card_icon_style1 div.gform_card_icon.gform_card_icon_inactive.gform_card_icon_maestro{
    background-position:-144px -64px
  }
  body #hc-main-wrapper .gform_wrapper .gform_card_icon_container.gform_card_icon_style1 div.gform_card_icon.gform_card_icon_jcb{
    background-position:-180px 0
  }
  body #hc-main-wrapper .gform_wrapper .gform_card_icon_container.gform_card_icon_style1 div.gform_card_icon.gform_card_icon_selected.gform_card_icon_jcb{
    background-position:-180px -32px
  }
  body #hc-main-wrapper .gform_wrapper .gform_card_icon_container.gform_card_icon_style1 div.gform_card_icon.gform_card_icon_inactive.gform_card_icon_jcb{
    background-position:-180px -64px
  }
  body #hc-main-wrapper .gform_wrapper .gform_card_icon_container.gform_card_icon_style2 div.gform_card_icon.gform_card_icon_visa{
    background-position:0 -192px
  }
  body #hc-main-wrapper .gform_wrapper .gform_card_icon_container.gform_card_icon_style2 div.gform_card_icon.gform_card_icon_selected.gform_card_icon_visa{
    background-position:0 -224px
  }
  body #hc-main-wrapper .gform_wrapper .gform_card_icon_container.gform_card_icon_style2 div.gform_card_icon.gform_card_icon_inactive.gform_card_icon_visa{
    background-position:0 -256px
  }
  body #hc-main-wrapper .gform_wrapper .gform_card_icon_container.gform_card_icon_style2 div.gform_card_icon.gform_card_icon_mastercard{
    background-position:-36px -192px
  }
  body #hc-main-wrapper .gform_wrapper .gform_card_icon_container.gform_card_icon_style2 div.gform_card_icon.gform_card_icon_selected.gform_card_icon_mastercard{
    background-position:-36px -224px
  }
  body #hc-main-wrapper .gform_wrapper .gform_card_icon_container.gform_card_icon_style2 div.gform_card_icon.gform_card_icon_inactive.gform_card_icon_mastercard{
    background-position:-36px -256px
  }
  body #hc-main-wrapper .gform_wrapper .gform_card_icon_container.gform_card_icon_style2 div.gform_card_icon.gform_card_icon_amex{
    background-position:-72px -192px
  }
  body #hc-main-wrapper .gform_wrapper .gform_card_icon_container.gform_card_icon_style2 div.gform_card_icon.gform_card_icon_selected.gform_card_icon_amex{
    background-position:-72px -224px
  }
  body #hc-main-wrapper .gform_wrapper .gform_card_icon_container.gform_card_icon_style2 div.gform_card_icon.gform_card_icon_inactive.gform_card_icon_amex{
    background-position:-72px -256px
  }
  body #hc-main-wrapper .gform_wrapper .gform_card_icon_container.gform_card_icon_style2 div.gform_card_icon.gform_card_icon_discover{
    background-position:-108px -192px
  }
  body #hc-main-wrapper .gform_wrapper .gform_card_icon_container.gform_card_icon_style2 div.gform_card_icon.gform_card_icon_selected.gform_card_icon_discover{
    background-position:-108px -224px
  }
  body #hc-main-wrapper .gform_wrapper .gform_card_icon_container.gform_card_icon_style2 div.gform_card_icon.gform_card_icon_inactive.gform_card_icon_discover{
    background-position:-108px -256px
  }
  body #hc-main-wrapper .gform_wrapper .gform_card_icon_container.gform_card_icon_style2 div.gform_card_icon.gform_card_icon_maestro{
    background-position:-144px -192px
  }
  body #hc-main-wrapper .gform_wrapper .gform_card_icon_container.gform_card_icon_style2 div.gform_card_icon.gform_card_icon_selected.gform_card_icon_maestro{
    background-position:-144px -224px
  }
  body #hc-main-wrapper .gform_wrapper .gform_card_icon_container.gform_card_icon_style2 div.gform_card_icon.gform_card_icon_inactive.gform_card_icon_maestro{
    background-position:-144px -256px
  }
  body #hc-main-wrapper .gform_wrapper .gform_card_icon_container.gform_card_icon_style2 div.gform_card_icon.gform_card_icon_jcb{
    background-position:-180px -192px
  }
  body #hc-main-wrapper .gform_wrapper .gform_card_icon_container.gform_card_icon_style2 div.gform_card_icon.gform_card_icon_selected.gform_card_icon_jcb{
    background-position:-180px -224px
  }
  body #hc-main-wrapper .gform_wrapper .gform_card_icon_container.gform_card_icon_style2 div.gform_card_icon.gform_card_icon_inactive.gform_card_icon_jcb{
    background-position:-180px -256px
  }
  body #hc-main-wrapper .gform_wrapper .gform_card_icon_container input[type=radio]#gform_payment_method_creditcard{
    float:left;
    position:relative;
    top:4px!important
  }
  body #hc-main-wrapper .gform_wrapper .ginput_complex .ginput_cardinfo_right{
    min-width:85px!important
  }
  body #hc-main-wrapper .gform_wrapper .ginput_complex span.ginput_cardextras{
    display:block;
    overflow:hidden
  }
  body #hc-main-wrapper .gform_wrapper .ginput_complex .ginput_cardinfo_left span.ginput_card_expiration_container{
    position:relative;
    display:block;
    min-width:160px!important
  }
  body #hc-main-wrapper .gform_wrapper .ginput_complex .ginput_cardinfo_left span.ginput_card_expiration_container select{
    margin-bottom:8px
  }
  body #hc-main-wrapper .gform_wrapper .ginput_complex .ginput_cardinfo_right input.ginput_card_security_code{
    max-width: 50%!important;
    display: inline-block !important;
    margin-bottom: 5px;
  }
  body #hc-main-wrapper .gform_wrapper .ginput_complex .ginput_cardinfo_right span.ginput_card_security_code_icon{
    width:32px;
    height:23px;
    background-image:url(http://localhost:8888/huntleyco/wp-content/plugins/gravityforms/images/gf-creditcard-icons.png);
    background-repeat:no-repeat;
    background-position:0 -128px;
    position:relative;
    top:-1px;
    left:6px;
    display:-moz-inline-stack;
    display:inline-block;
  }
  @media(min-width: 768px){
    body #hc-main-wrapper .gform_wrapper .ginput_complex span.ginput_cardextras .ginput_cardinfo_left,
    body #hc-main-wrapper .gform_wrapper .ginput_complex span.ginput_cardextras .ginput_cardinfo_right {
      float: left;
      width: 49%;
    }
    body #hc-main-wrapper .gform_wrapper .ginput_complex span.ginput_cardextras .ginput_cardinfo_left {
      margin-right: 2%;
    }
    body #hc-main-wrapper .gform_wrapper .ginput_complex span.ginput_cardextras .ginput_card_expiration_container select {
      float: left;
      width: 49% !important;
    }
    body #hc-main-wrapper .gform_wrapper .ginput_complex span.ginput_cardextras .ginput_card_expiration_container select.ginput_card_expiration_month {
      margin-right: 2%;
    }
  }
  body #hc-main-wrapper .gform_wrapper form .gform_body ul.gform_fields li#field_8_7, 
  body #hc-main-wrapper .gform_validation_error form .gform_body ul.gform_fields li#field_8_7 {
    text-align: center;
    max-width: 480px !important;
    margin-left: auto !important;
    margin-right: auto !important;
  }

  body #hc-main-wrapper .gform_wrapper form .gform_body ul.gform_fields li#field_8_33, 
  body #hc-main-wrapper .gform_validation_error form .gform_body ul.gform_fields li#field_8_33 {
    text-align: center;
    max-width: 480px !important;
    margin-left: auto !important;
    margin-right: auto !important;
  }
  body #hc-main-wrapper .gform_wrapper form .gform_body ul.gform_fields li#field_8_33 .ginput_container, 
  body #hc-main-wrapper .gform_validation_error form .gform_body ul.gform_fields li#field_8_33 .ginput_container {
    text-align: left;
  }

  body #hc-main-wrapper .gform_wrapper form .gform_body ul.gform_fields li#field_8_33 .gfield_description, 
  body #hc-main-wrapper .gform_validation_error form .gform_body ul.gform_fields li#field_8_33 .gfield_description {
    text-align: left;
  }
  body #hc-main-wrapper .gform_wrapper form .gform_body ul.gform_fields li#field_8_33 label a, 
  body #hc-main-wrapper .gform_validation_error form .gform_body ul.gform_fields li#field_8_33 label a {
    display: block;
    text-transform: uppercase;
    color: #cdb5a7;
    text-decoration: underline;
    font-size: 12px;
  }

  body #hc-main-wrapper .gform_wrapper form .gform_body ul.gform_fields li#field_8_8, 
  body #hc-main-wrapper .gform_validation_error form .gform_body ul.gform_fields li#field_8_8 {
    text-align: center;
    max-width: 480px !important;
    margin-left: auto !important;
    margin-right: auto !important;
  }

  body #hc-main-wrapper .gform_wrapper form .gform_body ul.gform_fields li#field_8_8 li, 
  body #hc-main-wrapper .gform_validation_error form .gform_body ul.gform_fields li#field_8_8 li{
    text-align: left;
    display: inline-block;
    margin: 0 10px;
  }

  body #hc-main-wrapper .gform_wrapper form .gform_body ul.gform_fields li#field_8_11, 
  body #hc-main-wrapper .gform_validation_error form .gform_body ul.gform_fields li#field_8_11 {
    max-width: 480px !important;
    margin-left: auto !important;
    margin-right: auto !important;
    background: #fff;
    padding: 20px;
    box-sizing: border-box;
  }

  body #hc-main-wrapper .gform_wrapper form .gform_body ul.gform_fields li#field_8_12, 
  body #hc-main-wrapper .gform_validation_error form .gform_body ul.gform_fields li#field_8_12 {
    max-width: 480px !important;
    margin-left: auto !important;
    margin-right: auto !important;
    background: #fff;
    padding: 20px;
    box-sizing: border-box;
  }

  body #hc-main-wrapper .gform_wrapper form .gform_body ul.gform_fields li#field_8_16, 
  body #hc-main-wrapper .gform_validation_error form .gform_body ul.gform_fields li#field_8_16 {
    max-width: 480px !important;
    margin-left: auto !important;
    margin-right: auto !important;
    background: #fff;
    padding: 20px;
    box-sizing: border-box;
    text-align: center;
  }

  body #hc-main-wrapper .gform_wrapper form .gform_body ul.gform_fields li#field_8_32, 
  body #hc-main-wrapper .gform_validation_error form .gform_body ul.gform_fields li#field_8_32 {
    max-width: 480px !important;
    margin-left: auto !important;
    margin-right: auto !important;
    background: #fff;
    padding: 20px;
    box-sizing: border-box;
  }

  body #hc-main-wrapper .gform_wrapper form .gform_body ul.gform_fields li#field_8_17, 
  body #hc-main-wrapper .gform_validation_error form .gform_body ul.gform_fields li#field_8_17 {
    max-width: 480px !important;
    margin-left: auto !important;
    margin-right: auto !important;
    background: #fff;
    padding: 20px;
    box-sizing: border-box;
    text-align: center;
  }

  body #hc-main-wrapper .gform_wrapper form .gform_body ul.gform_fields li#field_8_21, 
  body #hc-main-wrapper .gform_validation_error form .gform_body ul.gform_fields li#field_8_21 {
    max-width: 480px !important;
    margin-left: auto !important;
    margin-right: auto !important;
    background: #fff;
    padding: 20px;
    box-sizing: border-box;
    text-align: center;
  }

  body #hc-main-wrapper .gform_wrapper form .gform_body ul.gform_fields li#field_8_23, 
  body #hc-main-wrapper .gform_validation_error form .gform_body ul.gform_fields li#field_8_23 {
    max-width: 480px !important;
    margin-left: auto !important;
    margin-right: auto !important;
    background: #fff;
    padding: 20px;
    box-sizing: border-box;
    text-align: center;
  }

  body #hc-main-wrapper .gform_wrapper form .gform_body ul.gform_fields li#field_8_23 input, 
  body #hc-main-wrapper .gform_validation_error form .gform_body ul.gform_fields li#field_8_23 input {
    text-align: center;
  }

  body #hc-main-wrapper .gform_wrapper form .gform_body ul.gform_fields li#field_12_7, 
  body #hc-main-wrapper .gform_validation_error form .gform_body ul.gform_fields li#field_12_7 {
    text-align: center;
    max-width: 480px !important;
    margin-left: auto !important;
    margin-right: auto !important;
  }

  body #hc-main-wrapper .gform_wrapper form .gform_body ul.gform_fields li#field_12_8, 
  body #hc-main-wrapper .gform_validation_error form .gform_body ul.gform_fields li#field_12_8 {
    text-align: center;
    max-width: 480px !important;
    margin-left: auto !important;
    margin-right: auto !important;
  }

  body #hc-main-wrapper .gform_wrapper form .gform_body ul.gform_fields li#field_12_8 li, 
  body #hc-main-wrapper .gform_validation_error form .gform_body ul.gform_fields li#field_12_8 li{
    text-align: left;
    display: inline-block;
    margin: 0 10px;
  }

  body #hc-main-wrapper .gform_wrapper form .gform_body ul.gform_fields li#field_12_11, 
  body #hc-main-wrapper .gform_validation_error form .gform_body ul.gform_fields li#field_12_11 {
    max-width: 480px !important;
    margin-left: auto !important;
    margin-right: auto !important;
    background: #fff;
    padding: 20px;
    box-sizing: border-box;
  }

  body #hc-main-wrapper .gform_wrapper form .gform_body ul.gform_fields li#field_12_12, 
  body #hc-main-wrapper .gform_validation_error form .gform_body ul.gform_fields li#field_12_12 {
    max-width: 480px !important;
    margin-left: auto !important;
    margin-right: auto !important;
    background: #fff;
    padding: 20px;
    box-sizing: border-box;
  }

  body #hc-main-wrapper .gform_wrapper form .gform_body ul.gform_fields li#field_12_16, 
  body #hc-main-wrapper .gform_validation_error form .gform_body ul.gform_fields li#field_12_16 {
    max-width: 480px !important;
    margin-left: auto !important;
    margin-right: auto !important;
    background: #fff;
    padding: 20px;
    box-sizing: border-box;
    text-align: center;
  }

  body #hc-main-wrapper .gform_wrapper form .gform_body ul.gform_fields li#field_12_17, 
  body #hc-main-wrapper .gform_validation_error form .gform_body ul.gform_fields li#field_12_17 {
    max-width: 480px !important;
    margin-left: auto !important;
    margin-right: auto !important;
    background: #fff;
    padding: 20px;
    box-sizing: border-box;
    text-align: center;
  }

  body #hc-main-wrapper .gform_wrapper form .gform_body ul.gform_fields li#field_12_26, 
  body #hc-main-wrapper .gform_validation_error form .gform_body ul.gform_fields li#field_12_26 {
    max-width: 480px !important;
    margin-left: auto !important;
    margin-right: auto !important;
    background: #fff;
    padding: 20px;
    box-sizing: border-box;
    text-align: center;
  }

  body #hc-main-wrapper .gform_wrapper form .gform_body ul.gform_fields li#field_12_20, 
  body #hc-main-wrapper .gform_validation_error form .gform_body ul.gform_fields li#field_12_20 {
    max-width: 480px !important;
    margin-left: auto !important;
    margin-right: auto !important;
    background: #fff;
    padding: 20px;
    box-sizing: border-box;
  }


  body #hc-main-wrapper .gform_wrapper form .gform_body ul.gform_fields li#field_12_21, 
  body #hc-main-wrapper .gform_validation_error form .gform_body ul.gform_fields li#field_12_21 {
    max-width: 480px !important;
    margin-left: auto !important;
    margin-right: auto !important;
    background: #fff;
    padding: 20px;
    box-sizing: border-box;
  }

  body #hc-main-wrapper .gform_wrapper form .gform_body ul.gform_fields li#field_12_29, 
  body #hc-main-wrapper .gform_validation_error form .gform_body ul.gform_fields li#field_12_29 {
    max-width: 480px !important;
    margin-left: auto !important;
    margin-right: auto !important;
    background: #fff;
    padding: 20px;
    box-sizing: border-box;
  }

  body #hc-main-wrapper .gform_wrapper form .gform_body ul.gform_fields li.gfield.gf_list_inline ul li,
  body #hc-main-wrapper .gform_validation_error form .gform_body ul.gform_fields li.gfield.gf_list_inline ul li {
    display: inline-block;
    width: 33.33%;   
  }
  @media(max-width: 768px){
    body #hc-main-wrapper .gform_wrapper form .gform_body ul.gform_fields li.gfield.gf_list_inline ul li,
    body #hc-main-wrapper .gform_validation_error form .gform_body ul.gform_fields li.gfield.gf_list_inline ul li {
      display: inline-block;
      width: 33.33%;   
    }
  }

  /* NEW QUOTE */
  #hc-footer-quote {
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    background: #fff;
    box-sizing: border-box;
    padding-left: 250px;
    z-index: 2;
  }
  #hc-footer-quote .hc-quote-save {
    background-color: #cdb5a7!important;
    border-color: #cdb5a7!important;
  }
  #hc-footer-quote .hc-quote-save:focus {
    box-shadow: 0 0 0 0.2rem rgba(205, 181, 167,.5)!important;
  }
  #hc-coupon-add {
    background-color: #cdb5a7!important;
    border-color: #cdb5a7!important;
  }
  #hc-coupon-add:focus {
    box-shadow: 0 0 0 0.2rem rgba(205, 181, 167,.5)!important;
  }
  #hc-footer-quote .hc-quote-calculation {
    display: none;
  }
  #hc-footer-quote .hc-footer-quote-wrapper {
    padding: 20px 30px;
    position: relative;
    box-shadow: 0 0 20px rgba(0,0,0,0.15);
    overflow: hidden;
  }
  #hc-footer-quote .hc-quote-send-me-a-copy {
    padding: 50px 20px;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    font-size: 13px;
    background-color: #5fb999;
    width: 20%;
    text-align: center;
  }

  #hc-footer-quote .hc-quote-send-me-a-copy:hover, 
  #hc-footer-quote .hc-quote-send-me-a-copy:focus {
    background-color: #56a68a;
    border-color: #56a68a;
  }
  #hc-footer-quote .hc-quote-send-me-a-copy * {
    color: #fff;
    letter-spacing: 1px;
    font-size: 16px;
    font-weight: bold;
  }
  #hc-footer-quote .hc-footer-quote-wrapper .hc-quote-totals {
    width: 80%;
  }
  #hc-footer-quote .hc-footer-quote-wrapper .hc-quote-totals:before {
    content: '';
    display: block;
  }
  #hc-footer-quote .hc-footer-quote-wrapper .hc-quote-totals:after {
    clear: both;
    content: '';
    display: block;
  }
  #hc-footer-quote .hc-footer-quote-wrapper .hc-quote-totals > * {
    width: 33.33%;
    float: left;
  }
  #hc-footer-quote .hc-footer-quote-wrapper .hc-quote-totals .hc-quote-label-wrapper {
    text-align: center;
    line-height: 30px;
    display: block;
  }
  #hc-footer-quote .hc-footer-quote-wrapper .hc-quote-totals .hc-quote-label-wrapper span.hc-quote-label {
    font-size: 12px;
    display: inline-block;
    vertical-align: middle;
    line-height: 26px;
    color: #787878;
    text-transform: uppercase;
  }
  #hc-footer-quote span.hc-footer-label {
    font-size: 12px;
    display: block;
    vertical-align: middle;
    line-height: 26px;
    color: #787878;
    text-transform: uppercase;
    text-align: center;
  }
  #hc-footer-quote span.hc-footer-price {
    font-size: 25px;
    display: block;
    vertical-align: middle;
    font-family: poiret one;
    padding: 0;
    width: auto;
    text-align: center;
  }
  #hc-footer-quote .hc-footer-quote-wrapper .hc-quote-totals .hc-quote-label-wrapper span.hc-quote-price {
    font-size: 25px;
    display: inline-block;
    vertical-align: middle;
    font-family: poiret one;
    padding: 0;
    display: inline-block;
    width: auto;
  }
  @media (max-width: 1500px) {
    #hc-footer-quote {
      padding-left: 200px;
    }
    
    #hc-footer-quote .hc-footer-quote-wrapper .hc-quote-totals .hc-quote-label-wrapper span.hc-quote-label {
      display: block;
    }
    #hc-footer-quote .hc-footer-quote-wrapper .hc-quote-totals .hc-quote-label-wrapper span.hc-quote-price {
      display: block;
    }
  }
  @media (max-width: 768px) {
    #hc-footer-quote {
      padding-left: 0;
    }
  }
  @media (max-width: 600px) {
    #hc-footer-quote .hc-footer-quote-wrapper .hc-quote-totals .hc-quote-label-wrapper span.hc-quote-label {
      font-size: 12px;
      display: inline-block;
      width: 50%;
    }
    #hc-footer-quote .hc-footer-quote-wrapper .hc-quote-totals .hc-quote-label-wrapper span.hc-quote-price {
      font-size: 18px;
      display: inline-block;
      width: 40%;
      text-align: center;
    }
    #hc-footer-quote .hc-quote-calculation {
      padding: 20px;
      position: relative;
      right: auto;
      top: auto;
      transform: translateY(0);
      font-size: 13px;
      width: 50%;
      float: left;
      text-align: center;
      display: inline-block;
      color: #787878;
    }
    #hc-footer-quote .hc-footer-quote-wrapper {
      overflow: unset;
    }
    #hc-footer-quote .hc-footer-quote-wrapper .hc-quote-totals {
      display: none;
    }
    #hc-footer-quote .hc-footer-quote-wrapper .hc-quote-totals.show {
      display: block;
    }
    #hc-footer-quote .hc-footer-quote-wrapper .hc-quote-totals > * {
      width: 100%;
      float: none;
    }
    #hc-footer-quote .hc-footer-quote-wrapper .hc-quote-totals.show {
      display: block;
      position: absolute; 
      bottom: 100%;
      left: 0;
      background: #fff;
      padding: 20px 30px;
      width: 100%;
      border-bottom: 1px solid #eee;
    }
    #hc-footer-quote .hc-footer-quote-wrapper .hc-quote-totals .hc-quote-label-wrapper {
      text-align: left;
    }
    #hc-footer-quote .hc-quote-send-me-a-copy {
      padding: 20px;
      position: relative;
      right: auto;
      top: auto;
      transform: translateY(0);
      font-size: 13px;
      background: #787878;
      width: 50%;
      float: left;
      text-align: center;
      display: inline-block;
    }
    #hc-footer-quote .hc-footer-quote-wrapper:before {
      content: '';
      display: block;
    }
    #hc-footer-quote .hc-footer-quote-wrapper:after {
      clear: both;
      content: '';
      display: block;
    }
  }
  #gform_submit_button_3 {
    position: absolute;
    left: -9999px;
  }

  #hc-footer-order {
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    background: #fff;
    box-sizing: border-box;
    padding-left: 250px;
  }
  #hc-footer-order .hc-order-calculation {
    display: none;
  }
  #hc-footer-order .hc-footer-order-wrapper {
    padding: 20px 30px;
    position: relative;
    box-shadow: 0 0 20px rgba(0,0,0,0.15);
    overflow: hidden;
  }
  #hc-footer-order .hc-order-send-me-a-copy {
    padding: 50px 20px;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    font-size: 13px;
    background-color: #5fb999;
    width: 20%;
    text-align: center;
  }

  #hc-footer-order .hc-order-send-me-a-copy:hover, 
  #hc-footer-order .hc-order-send-me-a-copy:focus {
    background-color: #56a68a;
    border-color: #56a68a;
  }
  #hc-footer-order .hc-order-send-me-a-copy * {
    color: #fff;
    letter-spacing: 1px;
    font-size: 16px;
    font-weight: bold;
  }
  #hc-footer-order .hc-footer-order-wrapper .hc-order-totals {
    width: 80%;
  }
  #hc-footer-order .hc-footer-order-wrapper .hc-order-totals:before {
    content: '';
    display: block;
  }
  #hc-footer-order .hc-footer-order-wrapper .hc-order-totals:after {
    clear: both;
    content: '';
    display: block;
  }
  #hc-footer-order .hc-footer-order-wrapper .hc-order-totals > * {
    width: 33.33%;
    float: left;
  }
  #hc-footer-order .hc-footer-order-wrapper .hc-order-totals .hc-order-label-wrapper {
    text-align: center;
    line-height: 30px;
    display: block;
  }
  #hc-footer-order .hc-footer-order-wrapper .hc-order-totals .hc-order-label-wrapper span.hc-order-label {
    font-size: 12px;
    display: inline-block;
    vertical-align: middle;
  }
  #hc-footer-order .hc-footer-order-wrapper .hc-order-totals .hc-order-label-wrapper span.hc-order-price {
    font-size: 18px;
    display: inline-block;
    vertical-align: middle;
    font-family: 'Poiret One';
  }
  @media (max-width: 1500px) {
    #hc-footer-order {
      padding-left: 200px;
    }
    
    #hc-footer-order .hc-footer-order-wrapper .hc-order-totals .hc-order-label-wrapper span.hc-order-label {
      display: block;
    }
    #hc-footer-order .hc-footer-order-wrapper .hc-order-totals .hc-order-label-wrapper span.hc-order-price {
      display: block;
    }
  }
  @media (max-width: 768px) {
    #hc-footer-order {
      padding-left: 0;
    }
  }
  @media (max-width: 600px) {
    #hc-footer-order .hc-footer-order-wrapper .hc-order-totals .hc-order-label-wrapper span.hc-order-label {
      font-size: 12px;
      display: inline-block;
      width: 50%;
    }
    #hc-footer-order .hc-footer-order-wrapper .hc-order-totals .hc-order-label-wrapper span.hc-order-price {
      font-size: 18px;
      display: inline-block;
      width: 40%;
      text-align: center;
    }
    #hc-footer-order .hc-order-calculation {
      padding: 20px;
      position: relative;
      right: auto;
      top: auto;
      transform: translateY(0);
      font-size: 13px;
      width: 50%;
      float: left;
      text-align: center;
      display: inline-block;
      color: #787878;
    }
    #hc-footer-order .hc-footer-order-wrapper {
      overflow: unset;
    }
    #hc-footer-order .hc-footer-order-wrapper .hc-order-totals {
      display: none;
    }
    #hc-footer-order .hc-footer-order-wrapper .hc-order-totals.show {
      display: block;
    }
    #hc-footer-order .hc-footer-order-wrapper .hc-order-totals > * {
      width: 100%;
      float: none;
    }
    #hc-footer-order .hc-footer-order-wrapper .hc-order-totals.show {
      display: block;
      position: absolute; 
      bottom: 100%;
      left: 0;
      background: #fff;
      padding: 20px 30px;
      width: 100%;
      border-bottom: 1px solid #eee;
    }
    #hc-footer-order .hc-footer-order-wrapper .hc-order-totals .hc-order-label-wrapper {
      text-align: left;
    }
    #hc-footer-order .hc-order-send-me-a-copy {
      padding: 20px;
      position: relative;
      right: auto;
      top: auto;
      transform: translateY(0);
      font-size: 13px;
      background: #787878;
      width: 50%;
      float: left;
      text-align: center;
      display: inline-block;
    }
    #hc-footer-order .hc-footer-order-wrapper:before {
      content: '';
      display: block;
    }
    #hc-footer-order .hc-footer-order-wrapper:after {
      clear: both;
      content: '';
      display: block;
    }
  }



  .ui-datepicker {
    display: none;
    padding: .2em .2em 0;
    width: 17em;
    background: #fff;
    box-shadow: 0 0 3px rgba(0,0,0,.1);
  }

  .ui-datepicker tbody a{
    color: #d1987c;
    text-align: center !important;
    font-size: 13px;
  }


  .ui-datepicker thead {
    text-align: center !important;
    font-size: 14px;
  }

  .ui-datepicker .ui-datepicker-header {
    padding: .2em 0;
    position: relative;
  }

  .ui-datepicker .ui-datepicker-prev, .ui-datepicker .ui-datepicker-next {
    height: 29px;
    position: absolute;
    top: 2px;
    width: 40px;
    text-align: center;
    font-size: 12px;
  }

  .ui-datepicker .ui-datepicker-prev { left: 2px; }

  .ui-datepicker .ui-datepicker-next { right: 2px; }


  .ui-datepicker .ui-datepicker-prev span, .ui-datepicker .ui-datepicker-next span {
    display: block;
    font-size: 12px;
    height: 29px;
    line-height: 29px;
    text-transform: uppercase;
  }

  .ui-datepicker .ui-datepicker-title {
    line-height: 1.8em;
    margin: 0 50px;
    text-align: center;
  }

  .ui-datepicker .ui-datepicker-title select {
    font-size: 14px;
    margin: 0;
    line-height: 29px !important;
    height: 29px;
  }

  .ui-datepicker select.ui-datepicker-month-year { width: 100%; }

  .ui-datepicker select.ui-datepicker-month,
  .ui-datepicker select.ui-datepicker-year { width: 49%; }

  .ui-datepicker table {
    border-collapse: collapse;
    font-size: .9em;
    margin: 0 0 .4em;
    width: 100%;
  }

  .ui-datepicker th {
    border: 0;
    font-weight: bold;
    padding: .7em .3em;
    text-align: center;
  }

  .ui-datepicker td {
    border: 0;
    padding: 1px;
  }

  .ui-datepicker td span, .ui-datepicker td a {
    display: block;
    padding: .2em;
    text-align: right;
    text-decoration: none;
  }

  .ui-datepicker .ui-datepicker-buttonpane {
    background-image: none;
    border-bottom: 0;
    border-left: 0;
    border-right: 0;
    margin: .7em 0 0 0;
    padding: 0 .2em;
  }

  .ui-datepicker .ui-datepicker-buttonpane button {
    cursor: pointer;
    float: right;
    margin: .5em .2em .4em;
    overflow: visible;
    padding: .2em .6em .3em .6em;
    width: auto;
  }

  .ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current { float: left; }

  .ui-datepicker.ui-datepicker-multi { width: auto; }

  .ui-datepicker-multi .ui-datepicker-group { float: left; }

  .ui-datepicker-multi .ui-datepicker-group table {
    margin: 0 auto .4em;
    width: 100%;
  }

  .ui-datepicker-multi-2 .ui-datepicker-group { width: 50%; }

  .ui-datepicker-multi-3 .ui-datepicker-group { width: 33.3%; }

  .ui-datepicker-multi-4 .ui-datepicker-group { width: 25%; }

  .ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header { border-left-width: 0; }

  .ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header { border-left-width: 0; }

  .ui-datepicker-multi .ui-datepicker-buttonpane { clear: left; }

  .ui-datepicker-row-break {
    clear: both;
    font-size: 0em;
    width: 100%;
  }

  .ui-datepicker-rtl { direction: rtl; }

  .ui-datepicker-rtl .ui-datepicker-prev {
    left: auto;
    right: 2px;
  }

  .ui-datepicker-rtl .ui-datepicker-next {
    left: 2px;
    right: auto;
  }

  .ui-datepicker-rtl .ui-datepicker-prev:hover {
    left: auto;
    right: 1px;
  }

  .ui-datepicker-rtl .ui-datepicker-next:hover {
    left: 1px;
    right: auto;
  }

  .ui-datepicker-rtl .ui-datepicker-buttonpane { clear: right; }

  .ui-datepicker-rtl .ui-datepicker-buttonpane button { float: left; }

  .ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current { float: right; }

  .ui-datepicker-rtl .ui-datepicker-group { float: right; }

  .ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header {
    border-left-width: 1px;
    border-right-width: 0;
  }

  .ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header {
    border-left-width: 1px;
    border-right-width: 0;
  }

  /* IE6 IFRAME FIX (taken from datepicker 1.5.3 */

  .ui-datepicker-cover {
    filter: mask(); /*must have*/
    height: 200px; /*must have*/
    left: -4px; /*must have*/
    position: absolute; /*must have*/
    top: -4px; /*must have*/
    width: 200px; /*must have*/
    z-index: -1; /*must have*/
  }


  /* ORDER */
  #hc-order-items .order-room {
  }

  #hc-order-items .hc-order-item {
    background: #fff;
    position: relative;
    margin-bottom: 30px;
  }

  #hc-order-items .hc-order-item .hc-order-thumbnail {
    padding: 0;
    position: relative;
  }

  #hc-order-items .hc-order-item .hc-order-thumbnail img {
    max-width: 100%;
    margin: auto;
    display: block;
  }
  #hc-order-items .hc-order-item .hc-order-thumbnail .hc-order-child-pricing {
    position: absolute;
    bottom: 5px;
    right: 5px;
    padding: 10px;
    background: rgba(0,0,0,.2);
    color: #fff;
    border-radius: 5px;
  }
  #hc-order-items .hc-order-room-title {
    color: #d1987c;
    text-transform: uppercase;
  }

  #hc-order-items .hc-order-child-category-wrapper {
    padding: 20px;
    background: #d1987c;
  }

  #hc-order-items .hc-order-room-head {
    padding: 20px 0;
  }
  #hc-order-items .hc-order-room-head .hc-order-room-name{
   font-family: 'Poiret One';
 }

 #hc-order-items .hc-order-child-category-wrapper span {
  display: block;
  color: #fff;
  text-align: center;
}

#hc-order-items .hc-order-child-category-wrapper span.hc-order-child-category-name {
  font-size: 18px;
  font-family: 'Poiret One';
  font-weight: bold;
}

#hc-order-items .hc-order-child-category-wrapper span.hc-order-child-pricing {
  margin-top: 10px;
  padding-top: 10px;
  border-top: 1px solid rgba(255,255,255,.2);
}

#hc-order-items .hc-order-item .hc-order-overlay {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right:0;
}

#hc-order-catalogues-wrapper {
  padding: 50px 0;
  position: relative;
  z-index: 2;
}
#hc-order-catalogues {
  position: fixed;
  top: 70px;
  left: 250px;
  z-index: 1000;
  width: calc(100% - 250px);
  height: calc(100% - 70px);
  opacity: 0;
  transition: .2s ease-in-out all;
  visibility: hidden;
  overflow-x: hidden;
  overflow-y: auto;
  background: #f0f0f0;
}
@media (max-width: 1500px) {
  #hc-order-catalogues {
    width: calc(100% - 200px);
    left: 200px;
  }
}
#hc-order-catalogues.active {
  opacity: 1;
  visibility: visible;
}

#hc-order-catalogues .hc-order-catalogue-wrapper {
  padding: 80px 60px;
  height: 100%;
  position: relative;
}
#hc-order-catalogues .hc-order-catalogue-wrapper .js-order-catalogue {
  height: 100%;
}
#hc-order-catalogues .hc-order-catalogue-wrapper .js-order-catalogue span.hc-order-catalogue-spinner {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 48px;
  height: 48px;
  transform: translate(-24px, -24px);
  font-size: 40px;
}
#hc-order-catalogues .js-hc-order-close-catalogue {
  position: fixed;
  right: 80px;
  top: 90px;
  background: #000;
  width: 32px;
  height: 32px;
  line-height: 32px;
  font-size: 12px;
  color: #fff;
  border-radius: 50%;
  text-align: center;
  z-index: 10;
}

#hc-order-items .hc-order-item .js-hc-order-item-delete {
  position: absolute;
  top: -16px;
  right: -16px;
  width: 32px;
  height: 32px;
  line-height: 32px;
  text-align :center;
  color: #fff;
  background: #000;
  border-radius: 50%;
}


#modalOrder .btn-primary {
  color: #fff;
  background-color: #60B99A;
  border-color: #60B99A;
}
#modalOrder .btn-primary:hover, #modalOrder .tn-primary:focus {
  background-color: #56a68a;
  border-color: #56a68a;
}
#modalOrder .modal-body {
  padding: 2rem;
}
#modalOrder .modal-footer .btn-lg {
  border-radius: 0px;
}
#modalOrder .modal-backdrop.show {
  opacity: 0.85;
}
#modalOrder .modal-title {
  margin-bottom: 0;
  line-height: 1.5;
  font-size: 25px;
  font-weight: 600;
  text-align: center;
  margin-bottom: 20px;
  color: #787878;
  text-transform: uppercase;
}
#modalOrder .modal-content {
  width: 100%;
  background-color: #fff;
  border: 0px solid rgba(0,0,0,.2);
  border-radius: 0;
  box-shadow: 0 0 31px rgba(0,0,0,0.2);
}
#modalOrder .modal-footer {
  padding: 0;
  border-top: 0px solid;
}
#modalOrder #room-save-items {
  width: 100%;
  padding: 25px 0;
}

#modalOrder #product-id-load span {
  padding: 100px;
  text-align: center;
  display: block;
}


/* SINGLE CATALOGUE */

.hc-products-content {}

.hc-products-content .hc-product-thumbnails {
  overflow: hidden;
}
.hc-products-content .hc-product-thumbnails .slick-list:before {
  content: '';
  display: block;
}
.hc-products-content .hc-product-thumbnails .slick-list:after {
  content: '';
  display: block;
  clear: both;
}
.hc-products-content .hc-product-thumbnails:before {
  content: '';
  display: block;
}
.hc-products-content .hc-product-thumbnails:after {
  content: '';
  display: block;
  clear: both;
}

.hc-products-content .hc-product-thumbnails .hc-product-thumbnail {
  float: left;
  width: 25%;
}

.hc-products-content .hc-product-thumbnails .hc-product-thumbnail a {
  display: block !important;
}

.hc-products-content .hc-product-thumbnails .hc-product-thumbnail img {
  width: 100%;
  height: auto;
}
.hc-product-thumbnails ul.slick-dots {
  padding: 0;
  margin: 20px 0 0;
  list-style: none;
  text-align: center;
}
.hc-product-thumbnails ul.slick-dots li {
  padding: 0;
  margin: 0 2px;
  list-style: none;
  display: inline-block;
}
.hc-product-thumbnails ul.slick-dots li * {
  -webkit-appearance: none;
  text-indent: -9999px;
  background: #ddd;
  height: 15px;
  width: 15px;
  border-radius: 50%;
  display: block;
  border: 0;
  cursor: pointer;
}
.hc-product-thumbnails ul.slick-dots li.slick-active * {
  background: #ccc;
}

/* HC FORM */

.hc-form{
  display: block;
  background: #fff;
  padding: 20px;
  border-radius: 5px;
  box-shadow: 0 0 5px rgba(0,0,0,.1);
}


.hc-order-item-minus.shake:hover {
  animation: shake 2s cubic-bezier(.36,.07,.19,.97) both infinite ;
  transform: translate3d(0, 0, 0);
  backface-visibility: hidden;
  perspective: 1000px;
}

@keyframes shake {
  10%, 90% {
    transform: translate3d(-1px, 0, 0);
  }
  
  20%, 80% {
    transform: translate3d(2px, 0, 0);
  }

  30%, 50%, 70% {
    transform: translate3d(-4px, 0, 0);
  }

  40%, 60% {
    transform: translate3d(4px, 0, 0);
  }
}

.hc-job-order .hc-order-items li span.title {
  font-weight: bold;
  text-transform: uppercase;
  font-size: 16px;

}
.hc-job-order .hc-order-items li span.sku {
  display: block;
  width: 100%;
  font-size: 14px;
  margin-top: 10px;
}

.hc-product-showroom-wrapper {
  box-shadow: 0 0 5px rgb(95, 185, 153);
}


/**
 * Theme Name: HuntleyCo
 * Theme URI: https://wolfiq.com.au;
 * Description:
 * Version: 1
 * Asset Version: 1
 * Author: Wolfiq
 * Author URI: https://wolfiq.com.au;
 */


 #main-sidebar #sidebar-menu ul li span.icon {
	display: none;
}
.hc-table table a.hc-action, .hc-table table .hc-history {
	background: transparent;
	font-size: 18px;
	width: 32px;
	height: 24px;
}
.hc-action.hc-table-edit {
	color: #6dc298 !important;
}
.hc-action.hc-table-edit:hover {
	color: #5da581 !important;
}
.hc-action.hc-table-trash.js-quote-delete, .hc-history.hc-table-trash {
	color: #cf5842;
}
.hc-action.hc-table-trash.js-quote-delete:hover, .hc-history.hc-table-trash:hover {
	color: #b04b38;
}
.hc-action.hc-table-duplicate.js-order-duplicate, 
.hc-action.hc-table-duplicate.js-quote-duplicate, 
.hc-history.hc-table-copy {
	color: #cdb5a7 !important;
}

.hc-action.hc-table-duplicate.js-order-duplicate:hover,
.hc-action.hc-table-duplicate.js-quote-duplicate:hover, .hc-history.hc-table-copy:hover {
	color: #806a8c;
}
.hc-action.hc-table-email.js-quote-email, .hc-history.hc-table-email {
	color: #cdb5a7 !important;
}
.hc-action.hc-table-email.js-quote-email:hover, .hc-history.hc-table-email:hover {
	color: #6586bd !important;
}
.hc-action.hc-table-email {
	color: #cdb5a7 !important;
}
.hc-action.hc-table-email:hover {
	color: #cb984a !important;
}
.hc-history.hc-table-history {
	color: #dc9577 !important;
}
.hc-history.hc-table-history:hover {
	color: #bb7f65 !important;
}
.hc-table table a.hc-table-pay {
	background: #6dc298;
}
.badge {
	padding: 8px;
	text-align: center;
	border-radius: .25rem;
	width: 100%;
	text-transform: uppercase;
	letter-spacing: 1px;
	margin-top: 5px;
}
.badge span {
	display: block;
	font-weight: bold;
	font-size: 150%;
	margin-top: 5px;
	letter-spacing: 0;
}
.badge-primary, .btn-primary {
	background-color: #779dde;
	border-color: #779dde;
}
.badge-success, .btn-success {
	background-color: #6dc298;
	border-color: #6dc298;
}
.btn-success:hover {
	background-color: #5da581;
	border-color: #5da581;
}
.badge-warning, .btn-warning {
	background-color: #eeb357;
	border-color: #eeb357;
	color:#fff;
}
.btn-warning:hover {
	background-color: #b04b38;
	border-color: #b04b38;
	color:#fff;
}
.badge-danger, .btn-danger  {
	background-color: #cd5940;
	border-color: #cd5940;
}	
body .btn {
	color: #fff;
	letter-spacing: 1px;
	font-weight: bold;
	font-size: 16px;
	padding: 12px 25px;
}
.btn-primary:hover {
	background-color: #6586bd;
	border-color: #779dde;
}
.badge-secondary, .badge-secondary:hover, .badge-secondary[href]:hover {
	color: #787878 !important;
	background-color: #f0f0f0 !important;
	cursor: not-allowed;
}
#modalCategory .btn-primary {
	background-color: #6dc298;
	border-color: #6dc298;
	text-transform: uppercase;
}
body #hc-main-wrapper .gform_wrapper .button {
	background: #6dc298;
	padding: 15px 30px !important;
	font-weight: bold;
	font-size: 16px;
	letter-spacing: 1px;
	border-radius: 5px;
}

#hc-main-wrapper .gform_wrapper .button:hover {
	background: #5da581;
}
small {
	text-transform: uppercase;
	font-weight: bold !important;
	letter-spacing: 1px;
}
/* Joao to insert css below here */
#main-sidebar #sidebar-menu ul li ul a {
    text-transform: uppercase;
    font-size: 12px!important;
padding: 10px 20px!important;
line-height: 20px!important;
}
#main-sidebar #sidebar-menu ul li.has-children ul {
	background: #5c5c5c!important;
	padding: 3px 0!important;
}
#main-sidebar #sidebar-menu ul li a span.count {
	height: 34px!important;
	width: 60px!important;
	border-radius: 3px!important;
	background-color: #ae8a79!important;
	right: 5px!important;
}
#main-sidebar .btn-new-quote {
	background-color: #ae8a79!important;
	color: #fff!important;
	font-weight: 200!important;
}
#main-sidebar #sidebar-menu ul li.has-children ul a:hover {
	color: #cdb5a7!important;
}
body {
	background:#f0f0f0!important;
}
#main-sidebar #sidebar-menu ul li.has-children.active > a {
	box-shadow: inset 3px 0 0 #ae8a79!important;
}
#main-sidebar #sidebar-menu ul li.has-children.active > a:hover {
	box-shadow: inset 3px 0 0 #ae8a79;
}
.page-id-19 #theme-content > #main-content .main-content-wrapper {
	padding: 0px 60px 100px!important;
}
.page-id-19 h2 {
	font-size: 27px!important;
text-transform: uppercase!important;
}
.hc-table nav .draft {
	background-color: #cdb5a7 !important;
}
.hc-table nav .selection {
	background-color: #c2aa9d !important;
}
.hc-table nav .confirmed {
	background-color: #b8a193 !important;
}
.hc-table nav .delivered {
	background-color: #b4998c !important;
}
.hc-table nav .processing {
	background-color: #ae9082 !important;
}
.hc-table nav .collected {
	background-color: #ae8a79 !important;
}
.hc-table .dataTables_filter input[type="search"] {
	border: 1px solid #cdb5a7!important;
	border-radius: 5px!important;
	background: #f8f2ee!important;
	text-transform:uppercase!important;
	font-size:12px!important;
}
.hc-table .dataTables_filter {
	padding: 10px!important;
}
h1 {
	font-size:30px;
	/* text-transform:uppercase; */
}
#main-content .main-content-wrapper #hc-breadcrumbs a {
	color: #ae8a79;
	border-bottom: 1px dotted #ae8a79;
	text-transform: uppercase;
	font-size: 12px;
}
#main-content .main-content-wrapper #hc-breadcrumbs {
	text-transform: uppercase!important;
	font-size: 12px!important;
}
.hc-table table tbody tr:hover {
	background: #f4f4f4;
}
.hc-history .hc-table-email, .hc-history .hc-table-copy, .hc-history .hc-table-trash, .hc-history .hc-table-history {
    padding: 5px !important;
}/*
.hc-history.hc-table-email, .hc-history.hc-table-copy, .hc-history.hc-table-trash, .hc-history.hc-table-history {
    color: #cdb5a7 !important;
}
.hc-history.hc-table-email:hover, .hc-history.hc-table-copy:hover, .hc-history.hc-table-trash:hover, .hc-history.hc-table-history:hover {
    color: #ae8a79 !important;
}
.hc-table table thead th.sorting_desc {
	background: #cdb5a7!important;
}*/
#theme-content > #main-content .main-content-wrapper {
	padding: 50px 60px 100px;
}
header .dropdown-item {
	padding: 15px 10px;
	background-color: #bbb;
	text-transform: uppercase;
	font-size: 12px;
}
header .dropdown-item span {
	color: #fff;
}
header .dropdown-item:hover {
    background-color: #ccc;
}
header .user-image {
	border: 1px solid #ccc;
}
#main-sidebar #sidebar-menu ul li span.toggle-dropdown {
	color: #cdb5a7!important;
}
.hc-catalogue-item .hc-catalogue-item-wrapper .hc-catalogue-item-body > a {
	font-size: 15px!important;
	background-color: #cdb5a7;
}
.hc-catalogue-item .hc-catalogue-item-wrapper .hc-catalogue-item-body .hc-catalogue-item-btns a {
	background-color: #ae8a79!important;
}
.hc-catalogue-item .hc-catalogue-item-wrapper .hc-favourite:hover {
	background: #cdb5a7;
}
.hc-catalogue-item .hc-catalogue-item-wrapper .hc-favourite:hover i {
	color: #fff;
}
.hc-products-content {
	margin-top: -100px;
}
.hc-product-desc {
	padding-top: 100px !important;
	padding-bottom: 10px;
	border-bottom: 1px dashed rgba(0,0,0,0.2);
	width: 75%;
	float: right;
}
.hc-product-dimensions {
	padding: 10px 0px;
	border-bottom: 1px dashed rgba(0,0,0,0.2);
	width: 75%;
	float: right;
}
.hc-product-material {
	padding: 10px 0px;
	border-bottom: 1px dashed rgba(0,0,0,0.2);
	width: 75%;
	float: right;
}
.hc-product-desc h4, .hc-product-dimensions h4, .hc-product-material h4 {
	text-align:right!important;
	font-size:19px;
	text-transform:uppercase;
}
.hc-product-desc p, .hc-product-dimensions p, .hc-product-material p {
	text-align:right!important;
	font-size:13px;
}
.single-hc_products .btn-primary {
    background-color: #60b99a;
    border-color: #60b99a;
    float: right!important;
	margin-top:50px;
	text-transform:uppercase;
	font-size: 15px;
    font-weight: 200;
}
.single-hc_products .btn-primary:hover {
    background-color: #60b99a;
    border-color: #60b99a;
}
.single-hc_products .btn-primary:not(:disabled):not(.disabled):active {
	    background-color: #6dc298;
    border-color: #6dc298;
}
.single-hc_products .btn-primary:focus {
  box-shadow: none!important;
}
.single-hc_products .hc-products-related {
	padding-top:80px;
}
.hc-products-related h2 {
	text-align:center!important;
	text-transform:uppercase!important;
	font-weight:200!important;
	font-size:25px!important;
}/*
.hc-action.hc-table-email {
	color: #cdb5a7 !important;
}
.hc-action.hc-table-email:hover {
	color: #ae8a79 !important;
}
.hc-action.hc-table-email.js-quote-email {
	color: #cdb5a7 !important;
}
.hc-action.hc-table-email.js-quote-email:hover {
	color: #ae8a79 !important;
}
.hc-action.hc-table-duplicate.js-quote-duplicate {
	color: #cdb5a7 !important;
}
.hc-action.hc-table-duplicate.js-quote-duplicate:hover {
	color: #ae8a79 !important;
}
.hc-action.hc-table-trash.js-quote-delete {
	color: #cdb5a7 !important;	
}
.hc-action.hc-table-trash.js-quote-delete:hover {
	color: #ae8a79 !important;	
}*/
.badge-primary, .btn-primary {
	padding: 13px 20px;
	font-weight: 200;
	font-size: 12px;
}
.badge-success, .btn-success {
	background-color: #addfa2;
	border-color: #addfa2;
	padding: 13px 20px;
	font-weight: 200;
	font-size: 12px;
}
#catalogue-items-loadmore a {
	background-color:transparent!important;
	color:#ae8a79!important;
	border:2px solid #ae8a79!important;
	padding:15px 25px!important;
	border-radius:5px!important;
	font-size:13px!important;
	text-transform:uppercase!important;
	font-weight:200!important;
	transition: .2s ease-in-out all;
}
#catalogue-items-loadmore a:hover {
	background-color:#ae8a79!important;
	border:2px solid #ae8a79!important;
	color:#fff!important;
	transition: .2s ease-in-out all;
}
#catalogue-items-loadmore {
	text-align:center!important;
	margin-top:75px;
}
.tax-hc_products_category #main-content .main-content-wrapper #hc-pagetitle {
	margin-bottom: 75px;
}
.hc-catalogue-item .hc-catalogue-item-wrapper .hc-catalogue-item-body .hc-catalogue-item-btns a:hover {
	background-color: #cdb5a7 !important;
	transition: .2s ease-in-out all!important;
}
.hc-catalogue-item .hc-catalogue-item-wrapper .hc-catalogue-item-body .hc-catalogue-item-btns a {
	transition: .2s ease-in-out all!important;
}
.logo-frame {
    margin-left:125px!important;
    box-shadow: 0px 3px 10px rgba(0,0,0,0.1);
}
#main-room .room-toggle.toggle {
	background: #d1987c;
		transition: .2s ease-in-out all;
}
body #hc-main-wrapper .gform_wrapper form .gform_body ul.gform_fields li.gfield label.gfield_label {
	font-size: 14px;
	color: #212529;
	font-weight: bold;
	letter-spacing: 1.5px;
}
.badge-success, .btn-success {
	background-color: #5fb999 !important;
	border-color: #5fb999 !important;
}
.badge-success:hover, .btn-success:hover {
	background-color: #56a68a !important;
	border-color: #56a68a !important;
}
#modalCategory .card-header {
	background-color: #cdb5a7;
	border-bottom: 0 solid;
	padding: 1em 1.25rem;
	margin-bottom: 5px;
}
#hc-order-items .hc-order-room-head {
	padding: 12px;
	background: #fff;
	margin-bottom: 20px;
	border-radius: 5px;
	box-shadow: 0 0 10px rgba(0,0,0,0.1);
}
.btn-primary:not(:disabled):not(.disabled).active, .btn-primary:not(:disabled):not(.disabled):active, .show > .btn-primary.dropdown-toggle {
	color: #fff;
	background-color: #5fb999;
	border-color: #5fb999;
}
.btn-primary:not(:disabled):not(.disabled).hover, .btn-primary:not(:disabled):not(.disabled):hover, .show > .btn-primary.dropdown-toggle {
	color: #fff;
	background-color: #56a68a;
	border-color: #56a68a;
}
#hc-order-items .hc-order-room-head .badge-warning, #hc-order-items .hc-order-room-head .btn-warning {
	background-color: #cdb5a7;
	border-color: #cdb5a7;
	color: #fff;
}
#hc-order-items .hc-order-room-head .badge-warning:hover, #hc-order-items .hc-order-room-head .btn-warning:hover {
	background-color: #ae8a79;
	border-color: #ae8a79;
	color: #fff;
}
#hc-order-items .hc-order-room-head .hc-order-room-name {
	font-family: 'Poiret One';
	padding: 5px 0 0 10px;
}
.hc-furniture-items .hc-furniture-item-child .hc-furniture-item-body a h3 {
	margin-top:10px !important;
}
.hc-furniture-items .hc-furniture-item-child .hc-furniture-item-body a .price {
	margin: 10px 0 !important;
}
.hc-furniture-item-wrapper {
    margin-bottom: 25px !important;
}