/**
 * Created by John Woodcock (john@userx.co) on 3/12/2019.
 */
.et_pb_menu__search-input, .et_pb_menu .et_pb_menu__search-input {
  background-color: #fff !important;
}

.rounded-border {
  border: 1px solid #ccc;
  border-radius: 10px;
  padding: 20px;
  margin-bottom: 20px;
  background-color: #efeddf;
}

.light {
  color: #fff;
}

.et_pb_module ul {
  list-style: disc;
}
.et_pb_module ul ul {
  list-style: circle;
}

p:not(.has-background):last-of-type {
  padding-bottom: 1em;
}
p:not(.has-background):last-child {
  padding-bottom: 0;
}

/* QOV css */
#idle-timer-container {
  background: red;
  color: white;
  text-align: center;
  position: fixed;
  z-index: 999999;
  width: 100%;
  top: 0;
  padding: 0px 5px;
}

a.offset-anchor {
  position: relative;
  top: -210px;
}

#qov-header {
  position: fixed !important;
  top: 0;
  left: 0 !important;
  width: 100% !important;
  padding: 0 !important;
}
#qov-header .et_pb_menu__wrap .et_pb_menu__cart-button {
  order: 4;
}
#qov-header .et_pb_text a {
  color: #fff !important;
}
#qov-header #member-sign-in a, #qov-header #member-sign-out a {
  background: #fff;
  color: #3c3b6e !important;
  padding: 0 10px;
  border-radius: 8px;
  font-weight: bold;
}
#qov-header #member-sign-out {
  display: none;
}
#qov-header #member-sign-out a {
  color: #B42A26 !important;
}
#qov-header .et_pb_row--with-menu {
  width: 100% !important;
  max-width: 100% !important;
}
#qov-header .et_pb_row--with-menu .et-menu {
  margin-right: 15px;
}
#qov-header .et_pb_row--with-menu .et-menu .menu-item .sub-menu .menu-item a {
  color: #B42A26 !important;
  line-height: 1.1em;
}
#qov-header #qov-quilt-total {
  position: absolute;
  width: 200px;
  bottom: 5px;
  right: -38px;
  text-align: left;
  color: #666 !important;
  text-shadow: -1px -1px 2px #fff;
  -ms-transform: rotateZ(335deg);
  -webkit-transform: translateY(15px) rotateZ(335deg);
  -moz-transform: rotateZ(335deg);
  -o-transform: rotateZ(335deg);
  transform: rotateZ(335deg);
}

#member-nams-link {
  display: none;
}

#qov-mobile-header #member-sign-in a, #qov-mobile-header #member-sign-out a {
  background: #fff;
  color: #3c3b6e !important;
  padding: 0 10px;
  border-radius: 8px;
  font-weight: bold;
  white-space: nowrap;
}
#qov-mobile-header #member-sign-out {
  display: none;
}
#qov-mobile-header #member-sign-out a {
  color: #B42A26 !important;
}
#qov-mobile-header .et_mobile_menu {
  width: 300px;
  left: -250px;
}
#qov-mobile-header .et_pb_menu__icon {
  margin-bottom: 15px !important;
}
#qov-mobile-header .et_pb_menu__search-container {
  width: 350px;
  left: -300px;
  background: rgba(0, 0, 0, 0.7);
  padding: 0 20px;
}
#qov-mobile-header .et_pb_row--with-menu {
  width: 100% !important;
  max-width: 100% !important;
}
#qov-mobile-header .et_pb_row--with-menu .et-menu {
  margin-right: 15px;
}
#qov-mobile-header .et_pb_row--with-menu .et-menu .menu-item .sub-menu .menu-item a {
  color: #B42A26 !important;
  line-height: 1.1em;
}

body {
  padding-top: 177px;
}
body .for-members {
  display: none;
}
body.member-active #qov-header #member-sign-in, body.member-active #qov-mobile-header #member-sign-in {
  display: none;
}
body.member-active #qov-header #member-sign-out, body.member-active #qov-mobile-header #member-sign-out {
  display: block;
}
body.member-active .for-members {
  display: block;
}
body.member-active .for-visitors {
  display: none;
}
body.logged-in {
  padding-top: 177px;
}
body.logged-in #qov-header {
  top: 32px !important;
}
body #member-login-overlay {
  display: none;
  opacity: 0;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000;
  background: rgba(0, 0, 0, 0.8);
  z-index: 9999999;
  justify-content: center;
  align-items: center;
  transition: all 500ms;
}
body #member-login-overlay #member-login-form {
  background: #fff;
  padding: 20px 30px;
  border-radius: 20px;
  text-align: center;
}
body #member-login-overlay #member-login-form input {
  font-size: 16px;
  margin: 10px;
}
body #member-login-overlay #member-login-form #member-login-message {
  color: red;
  font-size: 14px;
}
body #member-login-overlay.active {
  display: flex;
  opacity: 1;
}

.qov-post-grid {
  display: flex;
  justify-content: center;
  align-items: stretch;
  flex-wrap: wrap;
}
.qov-post-grid .qov-post {
  width: 20%;
  min-width: 250px;
  text-align: center;
  margin: 10px;
}
.qov-post-grid .qov-post.person, .qov-post-grid .qov-post.pattern {
  border: 10px solid #fff;
  box-shadow: 0 7px 15px rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  line-height: 1.1em;
}
.qov-post-grid .qov-post.person .image-wrapper, .qov-post-grid .qov-post.pattern .image-wrapper {
  display: block;
  padding-top: 150px;
  background-size: cover;
  background-position: center;
  margin-bottom: 1em;
}
.qov-post-grid .qov-post.person .name, .qov-post-grid .qov-post.pattern .name {
  font-size: 18px;
}
.qov-post-grid .qov-post.person .designation, .qov-post-grid .qov-post.person .email, .qov-post-grid .qov-post.person .phone, .qov-post-grid .qov-post.pattern .designation, .qov-post-grid .qov-post.pattern .email, .qov-post-grid .qov-post.pattern .phone {
  font-size: 16px;
}
.qov-post-grid.our-friends {
  align-items: center;
}

.qov-blog .et_pb_post img {
  width: 30%;
  float: left;
}
.qov-blog .et_pb_post .entry-title, .qov-blog .et_pb_post .post-meta, .qov-blog .et_pb_post .post-content {
  width: 65%;
  float: right;
  clear: right;
}
.qov-blog .et_pb_post .post-meta {
  font-size: 14px;
}
.qov-blog .et_pb_post .post-content {
  font-size: 16px;
}
.qov-blog .et_pb_post.et_pb_no_thumb .entry-title, .qov-blog .et_pb_post.et_pb_no_thumb .post-meta, .qov-blog .et_pb_post.et_pb_no_thumb .post-content {
  width: 100%;
  float: none;
}

.qov-google-feed .google-feed-item {
  margin-bottom: 2em;
}
.qov-google-feed .google-feed-item h3, .qov-google-feed .google-feed-item p {
  margin: 0;
  padding: 0;
}
.qov-google-feed .google-feed-item h3 {
  font-size: 18px;
}
.qov-google-feed .google-feed-item h3 a {
  color: #B42A26;
}
.qov-google-feed .google-feed-item p {
  float: left;
  font-size: 14px;
}
.qov-google-feed .google-feed-item p:after {
  content: " | ";
}
.qov-google-feed .google-feed-item p:last-of-type:after {
  content: "";
}

#qovf-map {
  width: 100%;
  height: 500px;
}

#qovf-map-legend {
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #ccc;
}
#qovf-map-legend > span {
  display: flex;
  align-items: center;
  margin: 10px;
}
#qovf-map-legend > span img {
  margin-right: 10px;
}
#qovf-map-legend > span #qovf-location-button, #qovf-map-legend > span #qovf-near-button, #qovf-map-legend > span #qovf-near-options {
  height: 34px;
  margin: 0 20px;
}
#qovf-map-legend > span #qovf-near-button, #qovf-map-legend > span #qovf-near-options {
  margin: 0 5px;
}

.qovf-toolbar {
  margin: 1em 0;
  display: flex;
  justify-content: space-between;
}
.qovf-toolbar input {
  margin: 5px;
  line-height: 2em;
  padding: 0 1em;
  font-size: 18px;
}
.qovf-toolbar input[type=text] {
  flex-grow: 1;
}

.qovf-table {
  background-color: #fff !important;
  border: 1px solid #999 !important;
}
.qovf-table th {
  white-space: nowrap;
  border-right: 1px solid #999;
}
.qovf-table td {
  border-right: 1px solid #999;
}
.qovf-table td:last-child {
  border-right: none;
}
.qovf-table thead tr:last-child th, .qovf-table thead tr:last-child td {
  border-bottom: 1px solid #999;
}
.qovf-table thead tr th {
  background: #eee;
  text-align: center;
}
.qovf-table thead tr td {
  width: 20%;
  text-align: center;
}
.qovf-table tbody tr:nth-child(even) {
  background-color: #f0f0f0;
}
.qovf-table tbody tr th {
  border-right: 1px solid #999;
}
.qovf-table tbody tr td {
  text-align: center;
}
#qovf-map-results {
  border-top: 1px solid #ccc;
  padding-top: 1em;
}
#qovf-map-results #qovf-map-results-list {
  display: flex;
  flex-wrap: wrap;
}
#qovf-map-results #qovf-map-results-list .item {
  width: 30%;
  margin: 1.5%;
  padding: 1em;
  border: 2px solid #ccc;
  border-radius: 10px;
  min-width: 270px;
}
#qovf-map-results #qovf-map-results-list .item.group {
  border-color: #B2B2FF;
  background-color: rgba(178, 178, 255, 0.1);
}
#qovf-map-results #qovf-map-results-list .item.shop {
  border-color: #FFB2B2;
  background-color: rgba(255, 178, 178, 0.1);
}
#qovf-map-results #qovf-map-results-list .item p {
  margin-bottom: 0 !important;
  padding-bottom: 0 !important;
}

#qov-woocommerce-product-list {
  display: flex;
  flex-wrap: wrap;
}
#qov-woocommerce-product-list .qov-product-tout {
  width: 30%;
  margin: 1.5%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  text-align: center;
  color: #000;
  padding: 20px;
  border: 1px solid #ccc;
  border-radius: 10px;
}
#qov-woocommerce-product-list .qov-product-tout img {
  margin-bottom: 15px;
  outline: 1px solid #ccc;
}
#qov-woocommerce-product-list .qov-product-tout .qov-product-title {
  font-size: 24px;
}
#qov-woocommerce-product-list .qov-product-tout .qov-product-price {
  font-size: 36px;
}

.qov-pdf-categories {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.qov-pdf-categories .list-category {
  width: 47.5%;
  border: 1px solid #ccc;
  padding: 20px;
  margin-bottom: 5%;
}
.qov-pdf-categories .list-category--uncategorized {
  width: 100%;
}
.qov-pdf-categories.border .list-category {
  border: 1px solid #ccc;
  padding: 20px;
}

.qov-pdf-list.grid {
  display: flex;
  flex-wrap: wrap;
}
.qov-pdf-list.grid > li {
  width: 50%;
  min-width: 200px;
  list-style: none;
}
.qov-pdf-list.grid > li > a {
  display: block;
  padding: 20px;
  border: 1px solid #999;
  border-radius: 10px;
  color: #000;
  margin: 10px;
  text-align: center;
  transition: all 500ms;
}
.qov-pdf-list.grid > li > a:hover {
  background-color: #f0f0f0;
}

#neon-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  z-index: 999999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
#neon-overlay #neon-overlay-text {
  max-width: 480px;
  text-align: center;
  background-color: #fff;
  padding: 20px;
  border-radius: 15px;
}

#cqb-logo img {
  height: auto;
  width: auto;
  max-width: 100%;
  max-height: 200px;
  display: block;
  margin: 0 auto;
}

@media screen and (max-width: 980px) {
  #qov-header .et_pb_row_1_tb_header {
    display: flex;
  }
  #qov-header .et_pb_row_1_tb_header .et_pb_column_3_5 {
    padding-right: 20px;
  }
}
@media screen and (max-width: 768px) {
  #qovf-map-results #qovf-map-results-list .item {
    width: 47%;
  }
}
@media screen and (max-width: 767px) {
  body {
    padding-top: 0 !important;
  }
}
@media screen and (max-width: 540px) {
  #qovf-map-results #qovf-map-results-list .item {
    width: 90%;
    margin: 5%;
  }

  .qovf-toolbar {
    flex-flow: column;
  }
  .qovf-toolbar input {
    width: 100%;
    margin: 5px 0px;
  }

  .qov-pdf-categories {
    flex-flow: column;
  }
  .qov-pdf-categories .list-category {
    width: 100%;
  }
}
@media screen and (max-width: 480px) {
  .qov-blog .et_pb_post img {
    width: 100%;
    float: none;
  }
  .qov-blog .et_pb_post .entry-title, .qov-blog .et_pb_post .post-meta, .qov-blog .et_pb_post .post-content {
    width: 100%;
    float: none;
  }
  .qov-blog .et_pb_post .post-content {
    display: none;
  }
}

/*# sourceMappingURL=style.css.map */
