body{
  font-family: 'Righteous' !important;
}
.collapse.in {
  display: block !important;
}

a,
a:hover,
a:focus {
  color: inherit;
  text-decoration: none;
  transition: all 0.3s;
}

.navbar {
  padding: 15px 10px;
  background: #fff;
  border: none;
  border-radius: 0;
  margin-bottom: 40px;
  box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.1);
}

.navbar-btn {
  box-shadow: none;
  outline: none !important;
  border: none;
}

.line {
  width: 100%;
  height: 1px;
  border-bottom: 1px dashed #ddd;
  margin: 40px 0;
}

/* ---------------------------------------------------
  SIDEBAR STYLE
----------------------------------------------------- */
#sidebar {
  width: 140px;
  position: fixed;
  top: 0;
  right: 0;
  height: 100vh;
  z-index: 999;
  background: #fc328b;
  color: #fff;
  transition: all 0.3s;
}

#sidebar.active {
  margin-left: -140px;
}

#sidebar .sidebar-header h6{
  color:#fff;
}
#sidebar .sidebar-header {
  padding: 20px;
  color:#fff;
  background: #fc328b;
}

#sidebar ul.components {
  padding: 20px 0;
  border-bottom: 1px solid #fc328b;
}

#sidebar ul p {
  color: #fff;
  padding: 10px;
}

#sidebar ul li a {
  color:#fff;
  padding: 10px;
  font-size: 1em;
  display: block;
}
#sidebar ul li a:hover {
  color: #fc328b !important;
  background: #fff;
}
#sidebar ul li a font {
  margin-left:-10%;

}


#sidebar ul li.active > a,
a[aria-expanded="true"] {
  color: #fff;
  background: rgba(255, 255, 255, 0.4);
  border-left: 5px solid #fff;
}

a[data-toggle="collapse"] {
  position: relative;
}

ul ul a {
  font-size: 0.9em !important;
  padding-left: 30px !important;
  background: #fc328b;
}

.containerr {
  background: #fc328b !important;
}

ul.CTAs {
  padding: 20px;
}

ul.CTAs a {
  text-align: center;
  font-size: 0.9em !important;
  display: block;
  border-radius: 5px;
  margin-bottom: 5px;
}
a.download {
  background: #fff;
  color: #fc328b!important;
  font-family: 'Righteous' !important;
}
a.article,
a.article:hover {
  background: #fc328b !important;
  color: #fff !important;
}

/* ---------------------------------------------------
  CONTENT STYLE
----------------------------------------------------- */
#content {
  width: calc(100% - 140px);
  min-height: 100vh;
  transition: all 0.3s;
  position: absolute;
  top: 0;
  left: 0;
}
#content iframe {
  width: 100%;
  height: 86vh;
  transition: all 0.3s;
  position: relative;
  top: 0;
  left: 0;
  margin-top: -95px;
  padding-top: -60px;
}

.iframe {
}

#content.active {
  width: 100%;
}
.cvvs{
  display:none;
}
/* ---------------------------------------------------
  MEDIAQUERIES
----------------------------------------------------- */
@media (max-width: 768px) {
  .cvvs{
    display:block;
  }
  #sidebar {
    display:none;
  margin-left: -140px;
  }
  #sidebar.active {
  margin-left: 0;
  }
  #content {
  width: 100%;
  }
  #content.active {
  width: calc(100% - 140px);
  }
  #sidebarCollapse span {
  display: none;
  }
}

 .card{
   padding:20px;
   border-top: 10px solid #fc328b;
   border-radius:10px;
 }
 .cll{
  background: #fc328b;
  padding: 15px;
  margin: 5px;
  border-radius: 6px;
  color: white !important;
  text-align: center;
  cursor:pointer !important;
 }
 .cll.active{
  border-left:10px solid #ddd;
 }

 article img.left, article img.alignleft, .wp-caption.alignleft {
  margin: 0.3em 1.571em 0.5em 0;
  display: block;
  float: left;
}
.alignleft {
  float: left;
  clear: left;
  margin: 5px 10px 20px 0;
}
img {
  vertical-align: middle;
  border-style: none;
}
img, video, object {
  max-width: 100%;
  height: auto!important;
}