#module-xipblog-single div#content-wrapper #content,
#module-xipblog-archive div#content-wrapper #content {
  padding: 5% 10%;
}

#module-xipblog-single div#content-wrapper,
#module-xipblog-archive div#content-wrapper {
  width: 100%;
}

#module-xipblog-single #left-column,
#module-xipblog-archive div#left-column {
  display: none;
}

#module-xipblog-archive #blog_post img.img-responsive {
  object-fit: cover;
  width: 100%;
  height: 250px;
  max-height: 250px;
  min-height: 250px;
}

#module-xipblog-archive #blog_post .post_meta.clearfix p {
  font-size: 16px !important;
}

#module-xipblog-archive #blog_post .read_more a {
  color: white !important;
  font-size: 14px !important;
}

#module-xipblog-archive #blog_post h3.post_title {
  font-size: 24px !important;
}

#module-xipblog-archive #blog_post .read_more {
  float: left !important;
  font-weight: bold;
  padding: 10px 20px;
  background: #ff6c0c;
  color: white;
  border-radius: 8px;
}

/*#accordion h5 .btn {*/
/*    white-space: normal;*/
/*}*/

/* Missing Bootstrap */
.static-page .row {
  display: flex;
  flex-wrap: wrap;
}

.static-page .justify-content-around {
  justify-content: space-around !important;
}

.static-page .my-2 {
  margin-bottom: 0.5rem !important;
  margin-top: 0.5rem !important;
}

.static-page .my-4 {
  margin-bottom: 1.5rem !important;
  margin-top: 1.5rem !important;
}

.static-page .my-5 {
  margin-bottom: 3rem !important;
  margin-top: 3rem !important;
}

.static-page .mx-5 {
  margin-left: 3rem !important;
  margin-right: 3rem !important;
}

.static-page .text-left {
  text-align: left;
}

.static-page .col-sm,
.static-page .col-md-5 {
  width: 100%;
}

.static-page .float-right {
  float: right;
}

@media (max-width: 576px) {
  .static-page .col-12 {
    width: 100%;
  }
}

@media (min-width: 576px) {
  .static-page .col-sm {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
}
/**/

/* Flip */
.static-page .flip-container {
  perspective: 1000px;
  min-height: 260px;
}

.static-page .flip-container:hover .flipper {
  transform: rotateY(180deg);
}

.static-page .flipper {
  transition: 0.6s;
  transform-style: preserve-3d;
}

.static-page .front,
.static-page .back {
  position: relative;
  backface-visibility: hidden;
  position: absolute;
  width: 100%;
  height: 260px;
  margin-top: -18px;
}

.static-page .vertical-center {
  margin: 0;
  width: 100%;
  position: absolute;
  top: 50%;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.static-page .front {
  z-index: 2;
  transform: rotateY(0deg);
}

.static-page .back {
  transform: rotateY(180deg);
}
/**/

/* Accordion */
.static-page .accordion {
  font-size: 14px;
  background-color: white;
  cursor: pointer;
  padding: 18px;
  width: 100%;
  border: 1px solid #cccccc;
  border-radius: 4px;
  text-align: left;
  transition: 0.5s;
  box-shadow: 2px 2px 4px #0000002e !important;
}

.static-page .panel {
  padding: 0 18px;
  display: none;
  background-color: white;
  overflow: hidden;
  text-align: left;
}

.static-page .accordion-icon {
  text-align: right;
  font-size: 18px;
}
/**/

/* FAQs */
.static-page .link-item {
  display: block;
  font-weight: 700;
}

.static-page .link-item:hover {
  cursor: pointer;
}

.static-page .option-display {
  display: none;
  text-align: left;
}

.static-page .back-btn {
  display: none;
  color: #ff6c0c;
}

.static-page .back-btn:hover {
  cursor: pointer;
}
/**/

/*Showroom page specific*/
.static-page .showroom-page {
  overflow: auto;
  padding: 0;
}

.static-page .time-col {
  min-width: 320px;
}

.static-page .showroom-table {
  border: none;
  text-align: left;
}

.static-page .showroom-table th {
  border-width: 2px;
  border-style: solid none;
  border-color: #272727;
}

.static-page .showroom-table td {
  border-width: 1px;
  border-style: solid none;
  border-color: #272727;
}

/**/

.static-page .row::after {
  display: none;
}

@media (min-width: 1200px) {
  #cms .static-page {
    max-width: 100%;
  }
}

.static-page h1,
.static-page h2,
.static-page h3,
.static-page h4,
.static-page h5 {
  margin-bottom: 0.5em;
}

.static-page ul {
  margin-bottom: 1rem;
}

.static-page ul {
  list-style-type: disc;
  padding-left: 15px;
}

.static-page ol {
  padding-left: 15px;
}

.static-page p,
.static-page ul {
  color: #272727;
}

.static-page a {
  color: #ff6c0c;
}

.static-page .orange-bg {
  background-color: #ff6c0c;
  color: white;
}

.static-page .grey-bg {
  background-color: #f4f6fa;
  padding: 1px 30px;
}

.static-page .mixed-border {
  border-style: dotted solid;
  border-color: #ff6c0c;
  border-width: 2px;
  border-top: none;
}

.static-page .inline {
  display: inline-block;
}

.static-page .border {
  border: 1px solid #ff6c0c;
}

.static-page table {
  border: 2px solid #ff6c0c;
}

.static-page .orange-btn {
  border: 2px solid white;
  background-color: #ff6c0c;
  color: white;
}

.static-page .no-bullet {
  list-style: none;
  padding-left: 0;
}

.static-page .bullet-icon {
  height: 15px;
}

.static-page .about-us-icon {
  width: 40px;
  box-shadow: 2px 2px 4px rgba(128, 128, 128, 0.3);
}

.static-page .how-to-img {
  max-width: 100px;
}

.static-page .cs-icon {
  width: 50px;
  margin-top: -40px !important;
}

.static-page hr {
  border-color: #ff6c0c;
}

.static-page .terms-link {
  color: #ff6c0c;
}

.static-page .terms-link:hover {
  cursor: pointer;
}

.static-page .orange-text {
  color: #ff6c0c;
}

.static-page .mt-auto {
  margin-top: auto;
}

.static-page .d-flex {
  display: flex;
}

.static-page .flex-column {
  flex-direction: column;
}
