.boxzilla-close-icon {
  color: white !important;
}

.widget ul {
    padding: 0;
    list-style-type: none;
}

.widget li {
    padding: 10px 0;
    border-bottom: 1px solid #ddd;
}

.widget li a {
    color: #444;
}


.notif-count-unchecked {
  border: 0;
  line-height: 16px;
}

#main.is-widget.is-style-round.is-chat-closed .header {
    background: #ddd !important;
}

div.wpcf7-validation-errors {
    display: none !important;
}

div#dw-showcase {
  position: relative;
}

div#dw-showcase:after {
  content: "";
    position: absolute;
    background: url(https://i.imgur.com/kIoMfYX.png);
    width: 130px;
    height: 130px;
    right: 32%;
    top: -60px;
}

div#dw-showcase:hover:after {
    animation: spin 9s linear infinite;
    -webkit-animation: spin 9s linear infinite;
    -moz-animation: spin 9s linear infinite;
}

.single-dwqa-question .page-header .page-title {
  max-width: 880px
}

/*DWQA Landding page*/

.dwqa-cta.bg-green .section-header p.heading-byline {
  color: #fff;
}
.page-template-dw-question-answer p.heading-byline {
  color: #9BA5A7;
}

.page-template-dw-question-answer .site-blurbs {
}

.dwqa-cta.bg-green .section-header {
  max-width: 800px;
  padding: 0 !important;
}

/**Roadmap ***/
/* Media Queries */
/* Card sizing */
/* Colors */
/* Calculations */
/* Placeholders */
@media (min-width: 1000px) {
  #timeline .demo-card:nth-child(odd) .head::after, #timeline .demo-card:nth-child(even) .head::after {
    position: absolute;
    content: "";
    width: 0;
    height: 0;
    border-top: 15px solid transparent;
    border-bottom: 15px solid transparent;
  }

  #timeline .demo-card:nth-child(odd) .head::before, #timeline .demo-card:nth-child(even) .head::before {
    position: absolute;
    content: "";
    width: 9px;
    height: 9px;
    background-color: #bdbdbd;
    border-radius: 9px;
    box-shadow: 0px 0px 2px 8px #f7f7f7;
  }
}
/* Some Cool Stuff */
.demo-card:nth-child(1) {
  order: 1;
}

.demo-card:nth-child(2) {
  order: 4;
}

.demo-card:nth-child(3) {
  order: 2;
}

.demo-card:nth-child(4) {
  order: 5;
}

.demo-card:nth-child(5) {
  order: 3;
}

.demo-card:nth-child(6) {
  order: 6;
}

/* Fonts */
#timeline {
  background: #f7f7f7;
}
#timeline h1 {
  text-align: center;
  font-size: 3rem;
  font-weight: 200;
  margin-bottom: 20px;
}
#timeline p.leader {
  text-align: center;
  max-width: 90%;
  margin: auto;
  margin-bottom: 45px;
}
#timeline .demo-card-wrapper {
  position: relative;
  margin: auto;
}
@media (min-width: 1000px) {
  #timeline .demo-card-wrapper {
    display: flex;
    flex-flow: column wrap;
    width: 1170px;
    height: 1650px;
    margin: 0 auto;
  }
}
#timeline .demo-card-wrapper::after {
  z-index: 1;
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 48%;
  border-left: 1px solid rgba(191, 191, 191, 0.4);
}
@media (min-width: 1000px) {
  #timeline .demo-card-wrapper::after {
    border-left: 1px solid #bdbdbd;
  }
}
#timeline .demo-card {
  position: relative;
  display: block;
  margin: 10px auto 80px;
  max-width: 94%;
  z-index: 2;
}
@media (min-width: 480px) {
  #timeline .demo-card {
    max-width: 60%;
    box-shadow: 0px 1px 22px 4px rgba(0, 0, 0, 0.07);
  }
}
@media (min-width: 720px) {
  #timeline .demo-card {
    max-width: 40%;
  }
}
@media (min-width: 1000px) {
  #timeline .demo-card {
    max-width: 450px;
    height: 220px;
    margin: 90px;
    margin-top: 45px;
    margin-bottom: 280px;
  }
  #timeline .demo-card:nth-child(odd) {
    margin-right: 48px;
  }
  #timeline .demo-card:nth-child(odd) .head::after {
    border-left-width: 15px;
    border-left-style: solid;
    left: 100%;
  }
  #timeline .demo-card:nth-child(odd) .head::before {
    left: 467.5px;
  }
  #timeline .demo-card:nth-child(even) {
    margin-left: 48px;
  }
  #timeline .demo-card:nth-child(even) .head::after {
    border-right-width: 15px;
    border-right-style: solid;
    right: 100%;
  }
  #timeline .demo-card:nth-child(even) .head::before {
    right: 495.5px;
  }
  #timeline .demo-card:nth-child(2) {
    margin-top: 180px;
  }
}
#timeline .demo-card .head {
  position: relative;
  display: flex;
  align-items: center;
  color: #fff;
  font-weight: 400;
}
#timeline .demo-card .head .number-box {
  display: inline;
  float: left;
  margin: 15px;
  padding: 10px;
  font-size: 35px;
  line-height: 35px;
  font-weight: 600;
  background: rgba(0, 0, 0, 0.17);
}
#timeline .demo-card .head h2 {
  text-transform: uppercase;
  font-size: 1rem;
  font-weight: inherit;
  letter-spacing: 2px;
  margin: 0;
  padding-bottom: 6px;
  line-height: 1.3rem;
  color: #fff;
}
@media (min-width: 480px) {
  #timeline .demo-card .head h2 {
    font-size: 120%;
    line-height: 1.5rem;
  }
}
@media (min-width: 480px) {
  #timeline .demo-card .head h2 span {
    font-size: 0.8rem;
  }
}
#timeline .demo-card .body {
  background: #fff;
  border: 1px solid rgba(191, 191, 191, 0.4);
  border-top: 0;
  padding: 15px;
}
@media (min-width: 1000px) {
  #timeline .demo-card .body {
    height: 220px;
  }
}
#timeline .demo-card .body ul {
  padding: 0;
  list-style-type: none;
}
#timeline .demo-card .body ul li {
  padding: 6px 0px 6px 10px;
}
#timeline .demo-card .body ul li span {
  padding-right: 6px;
}
#timeline .demo-card .body ul li.done span {
  color: #558B2F;
}
#timeline .demo-card .body ul li.planned span {
  color: #0099cc;
}
#timeline .demo-card .body ul li.in-progress span {
  color: #9e9e9e;
}
#timeline .demo-card--step1 {
  background-color: #46b8e9;
}
#timeline .demo-card--step1 .head::after {
  border-color: #46b8e9;
}
#timeline .demo-card--step2 {
  background-color: #3ee9d1;
}
#timeline .demo-card--step2 .head::after {
  border-color: #3ee9d1;
}
#timeline .demo-card--step3 {
  background-color: #ce43eb;
}
#timeline .demo-card--step3 .head::after {
  border-color: #ce43eb;
}
#timeline .demo-card--step4 {
  background-color: #4d92eb;
}
#timeline .demo-card--step4 .head::after {
  border-color: #4d92eb;
}
#timeline .demo-card--step5 {
  background-color: #46b8e9;
}
#timeline .demo-card--step5 .head::after {
  border-color: #46b8e9;
}

@media (max-width: 1200px) { .navbar-header { float: none; } .navbar-left,.navbar-right { float: none !important; } .navbar-toggle { display: block; } .navbar-collapse { border-top: 1px solid transparent; box-shadow: inset 0 1px 0 rgba(255,255,255,0.1); } .navbar-fixed-top { top: 0; border-width: 0 0 1px; } .navbar-collapse.collapse { display: none!important;} .navbar-nav { float: none!important; margin-top: 7.5px; } .navbar-nav>li { float: none; } .navbar-nav>li>a { padding-top: 10px; padding-bottom: 10px; } .collapse.in{ display:block !important; } }

.plugin-requirements {
  padding: 20px;
  background: #ecf6fa;
  border-radius: 6px;
  color: #424242;
  font-size: 13px;
  border: 1px solid #bcdeee;
}
.plugin-requirements h3 {
  font-size: 18px;
  margin: 0 0 12px;
}
.plugin-requirements p {
	margin: 0 0 4px;
}
.plugin-requirements a {
	color: #326693;
}
