div.down-content img {
  max-width: 650px;
}

h1 {
  font-size: 2rem;
}

h2 {
  font-size: 1.5rem;
}

h3 {
  font-size: 1.2rem;
  margin: 25px 0px;
}

h4 {
  font-size: 1.1rem;
}

h5 {
  font-size: 1.0rem;
}

ul.bullet-counter li {
  list-style-type: none;
  counter-increment: item;
}

ul.bullet-counter li:before {
  content: counter(item);
  margin-right: 5px;
  font-size: 80%;
  background-color: #bf40d1;
  color: #fff;
  font-weight: 500;
  padding: 3px 8px;
}

ul.bullet {
  display: block;
  margin-left: -10px;
}

ul.bullet li {
  display: block;
  position: relative;
  left: 22px;
}

ul.bullet li:before {
  content: "";
  position: absolute;
  top: 1.4em;
  left: -8px;
  margin-top: -1em;
  border: 2px solid #bf40d1;
  height: 8px;
  width: 8px;
}

.blog-post {
  margin-top: 130px;
}

.blog-posts {
  margin-top: 0px;
}

img.logo {
  height: 70px;
}

.navbar .navbar-nav a.nav-link {
  font-weight: 500;
  text-transform: capitalize;
}

.blog-posts .down-content p {
  padding: 0;
  margin: 25px 0px;
}

.blog-post .down-content p .content-media,
.blog-post .down-content .content-media {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}

.blog-post .down-content ul {
  margin: 25px 0;
  font-size: 15px;
  font-weight: 400;
  color: #4b4b4b;
  line-height: 30px;
}

.blog-post .down-content>ul:not(.post-info) li::before {
  content: "\2022";
  /* Add content: \2022 is the CSS Code/unicode for a bullet */
  color: #4b4b4b;
  /* Change the color */
  font-weight: bold;
  /* If you want it to be bold */
  font-size: 20px;
  display: inline-block;
  /* Needed to add space between the bullet and the text */
  width: 1em;
  /* Also needed for space (tweak if needed) */
  margin-left: -1em;
  /* Also needed for space (tweak if needed) */
}

.blog-posts .down-content ul.post-info li {
  font-size: 14px;
  color: #aaa;
  font-weight: 400;
  transition: all 0.3s;
}

.blog-posts .down-content h2 {
  color: #20232e;
  font-weight: 600;
}

.sidebar .recent-posts ul li {
  margin-bottom: 25px;
}

.sidebar .recent-posts ul li h5 {
  font-size: 14px;
  font-weight: 500;
}

.share-buttons {
  padding: 20px;
  flex-wrap: wrap;
}

.share-buttons.top {
  border-right: 1px solid #eee;
  border-left: 1px solid #eee;
}

.blog-posts .down-content .share-buttons.bottom span {
  font-family: "Roboto", sans-serif;
  font-size: 14px;
  font-weight: 400;
  color: white;
  text-transform: none;
}

footer {
  text-align: left;
}

footer div {
  color: #ddd;
}

footer div.text-title {
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: 0.25px;
  transition: all 0.3s;
}

footer ul {
  margin-top: 10px;
  margin-bottom: 10px;
}

footer a {
  font-size: 14px;
  color: #ddd;
  font-weight: 400;
  letter-spacing: 0.25px;
  transition: all 0.3s;
  text-transform: capitalize;
}

footer a.copyright {
  text-transform: none;
}

footer a:hover {
  color: #bf40d1;
}

footer a i {
  font-size: 18px !important;
  padding: 0 5px;
}

footer .nav-link {
  display: inline;
}

header a i {
  font-size: 18px !important;
  padding: 0 10px;
}

header a i {
  color: #666;
}

header a:hover i {
  color: #bf40d1;
}

/* footer ul li a:before {
  content:"• ";
} */

/* .bullet:before {
  content: '';
  position: absolute;
  bottom: 7px;
  left: -10px;
  width: 3px;
  height: 3px;
  background-color: #000;
  border-radius: 50%;
  } */

/* before {
  color: #fff;
  border: 3px solid #c41b1f;
  padding: 2px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
  display: block;
  content: "";
  margin-top: -4px;
  width: 10px;
} */

footer .nav-link,
footer li {
  padding: 0rem 0.3rem;
}

.blog-posts .down-content span a {
  font-size: 18px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  font-weight: 900;
  color: #bf40d1;
}

.blog-posts a {
  color: #bf40d1;
}

.blog-posts .down-content span a:hover,
.blog-posts a:hover {
  color: #800891;
}

.mainpage .all-blog-posts .blog-post .blog-thumb {
  height: 265px;
  overflow: hidden;
  position: relative;
  border-right: 1px solid #eee;
  border-left: 1px solid #eee;
  border-top: 1px solid #eee;
}

.mainpage .all-blog-posts .blog-post .blog-thumb .image-centerer {
  width: 1000px;
  position: absolute;
  left: 50%;
  top: 0;
  margin-left: -500px;
}

.mainpage .all-blog-posts .blog-post .blog-thumb .image-centerer img {
  display: block;
  margin: auto;
  height: 265px;
  width: auto;
}

.mainpage .blog-post .down-content ul {
  margin: 0;
}

.mainpage .blog-post .down-content p {
  margin: 5px 0;
}

.mainpage .down-content {
  padding: 20px;
}

.mainpage .all-blog-posts {
  margin-top: 110px;
}

.mainpage .blog-post,
.tags .blog-post,
.category .blog-post,
.author .blog-post {
  margin-top: 20px;
}



.tags .all-blog-posts,
.category .all-blog-posts,
.author .all-blog-posts {
  margin-top: 120px;
}

.tags h1,
.category h1,
.author h1 {
  font-size: 1.8rem;
}

.tags h1::first-letter,
.category h1::first-letter,
.author h1::first-letter {
  text-transform: uppercase;
}

.sidebar .sidebar-item.first {
  margin-top: 130px;
}

.cookiepolicy a {
  color: #bf40d1;
}

.cookiepolicy a:hover {
  color: #800891;
}

/* One column view */
@media (max-width: 991px) {
  .blog-posts .down-content {
    padding: 25px;
  }

  .sidebar .sidebar-item.first {
    margin-top: 20px;
  }
}

/* Landscape phones and down */
@media (max-width: 480px) {
  .blog-posts .down-content {
    padding: 15px;
  }

  header ul,
  header .social {
    float: none !important;
  }

  header .social {
    margin-top: 20px;
  }
}

@media (min-width: 481px) {

  header ul,
  header .social {
    float: right !important;
  }

  header .social {
    margin-right: 20px;
  }
}

.author-wrapper {
  border-top: 1px solid #eee;
  margin-top: 2.5em;
  padding-top: 2.5em;
}

.author-img-wrapper {
  width: 4em;
  height: 4em;
  text-align: center;
  border-radius: 100%;
  margin-right: 1em;
  margin-left: 1em;
}

@media (max-width: 575px) {
  .author-img-wrapper {
    width: 100%;
    height: 100%;
    text-align: center;
  }
}

.author-img-wrapper img {
  width: 4em;
  height: 4em;
  border-radius: 50%;
}

.author-text-wrapper,
.author-text-wrapper span {
  color: #4b4b4b;
  font-size: 0.9em;
}

.author-name {
  font-weight: bold;
}

.author-display-none {
  display: none !important;
}

@media (min-width: 576px) {
  .down-content-border-top {
    border-top: 1px solid #eee;
  }
}

/* Consent */
.btn-primary {
  background-color: #bf40d1;
  border-color: #bf40d1;
}

.btn-primary:hover {
  background-color: #800891;
  border-color: #800891;
}

.btn-primary:not(:disabled):not(.disabled):active {
  background-color: #800891;
  border-color: #800891;
}

.btn-outline-primary {
  color: #bf40d1;
  background-color: transparent;
  background-image: none;
  border-color: #bf40d1;
}

.btn-outline-primary:hover {
  color: #bf40d1;
  background-color: transparent;
  background-image: none;
  border-color: #bf40d1;
  opacity: 0.8;
}

.btn-outline-primary:not(:disabled):not(.disabled):active {
  color: #bf40d1;
  background-color: transparent;
  background-image: none;
  border-color: #800891;
  opacity: 0.8;
}

.consent-link {
  cursor: pointer;
}
.consent-link:hover {
  color: #bf40d1!important;
}

p .consent-link {
  cursor: pointer;
  color: #bf40d1!important;
}
p .consent-link:hover {
  color: #800891!important;
}

#accordionConsent h5 button {
  color: #bf40d1;
}

.form-switch {
  display: inline-block;
  cursor: pointer;
  -webkit-tap-highlight-color: transparent;
}
.form-switch i {
  position: relative;
  display: inline-block;
  margin-right: .5rem;
  width: 46px;
  height: 26px;
  background-color: #e6e6e6;
  border-radius: 23px;
  vertical-align: text-bottom;
  transition: all 0.3s linear;
}
.form-switch i::before {
  content: "";
  position: absolute;
  left: 0;
  width: 42px;
  height: 22px;
  background-color: #fff;
  border-radius: 11px;
  transform: translate3d(2px, 2px, 0) scale3d(1, 1, 1);
  transition: all 0.25s linear;
}
.form-switch i::after {
  content: "";
  position: absolute;
  left: 0;
  width: 22px;
  height: 22px;
  background-color: #fff;
  border-radius: 11px;
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.24);
  transform: translate3d(2px, 2px, 0);
  transition: all 0.2s ease-in-out;
}
.form-switch:active i::after {
  width: 28px;
  transform: translate3d(2px, 2px, 0);
}
.form-switch:active input:checked + i::after { transform: translate3d(16px, 2px, 0); }
.form-switch input { display: none; }
.form-switch input:checked + i { background-color: #4BD763; }
.form-switch input:checked + i::before { transform: translate3d(18px, 2px, 0) scale3d(0, 0, 0); }
.form-switch input:checked + i::after { transform: translate3d(22px, 2px, 0); }
.form-switch.disabled {
  opacity:0.4;
}

.flex {
  display: flex
}


.grid {
  display: grid
}

.hidden {
  display: none
}

.h-screen {
  height: 100vh
}

.h-full {
  height: 100%
}

.flex-1 {
  flex: 1
}

.shrink-0 {
  flex-shrink: 0
}


.grid-cols-2 {
  grid-template-columns: repeat(2, minmax(0, 1fr))
}

.flex-col {
  flex-direction: column
}

.flex-wrap {
  flex-wrap: wrap
}

.items-start {
  align-items: flex-start
}

.items-end {
  align-items: flex-end
}

.items-center {
  align-items: center
}

.items-stretch {
  align-items: stretch
}

.justify-end {
  justify-content: flex-end
}

.justify-center {
  justify-content: center
}

.justify-between {
  justify-content: space-between
}

.justify-around {
  justify-content: space-around
}

.gap-y-3 {
  row-gap: .75rem
}

.gap-y-2 {
  row-gap: .5rem
}


.text-xs {
  font-size: .75rem;
  line-height: 1rem
}

.text-\[9px\] {
  font-size: 9px
}

.text-sm {
  font-size: .875rem;
  line-height: 1.25rem
}

.text-lg {
  font-size: 1.125rem;
  line-height: 1.75rem
}

.font-semibold {
  font-weight: 600
}

.font-medium {
  font-weight: 500
}

.font-bold {
  font-weight: 700
}

.font-black {
  font-weight: 900
}

.italic {
  font-style: italic
}

.shadow-md {
  --tw-shadow: 0 4px 6px -1px rgba(0, 0, 0, .1), 0 2px 4px -2px rgba(0, 0, 0, .1);
  --tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 transparent), var(--tw-ring-shadow, 0 0 transparent), var(--tw-shadow)
}

.shadow {
  --tw-shadow: 0 1px 3px 0 rgba(0, 0, 0, .1), 0 1px 2px -1px rgba(0, 0, 0, .1);
  --tw-shadow-colored: 0 1px 3px 0 var(--tw-shadow-color), 0 1px 2px -1px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 transparent), var(--tw-ring-shadow, 0 0 transparent), var(--tw-shadow)
}

.shadow-lg {
  --tw-shadow: 0 10px 15px -3px rgba(0, 0, 0, .1), 0 4px 6px -4px rgba(0, 0, 0, .1);
  --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 transparent), var(--tw-ring-shadow, 0 0 transparent), var(--tw-shadow)
}



@media (min-width: 768px) {
  .md\:mt-4 {
    margin-top: 1rem
  }

  .md\:mx-8 {
    margin-left: 2rem;
    margin-right: 2rem;
  }

  .md\:mt-6 {
    margin-top: 1.5rem
  }

  .md\:flex {
    display: flex
  }

  .md\:hidden {
    display: none
  }

  .md\:w-97 {
    width: 25rem
  }

  .md\:flex-row {
    flex-direction: row
  }

  .md\:px-16 {
    padding-left: 4rem;
    padding-right: 4rem
  }

  .md\:px-4 {
    padding-left: 1rem;
    padding-right: 1rem
  }

  .md\:text-sm {
    font-size: .875rem;
    line-height: 1.25rem
  }

  .md\:text-lg {
    font-size: 1.125rem;
    line-height: 1.75rem
  }

  [dir=ltr] .ltr\:md\:mr-5 {
    margin-right: 1.25rem
  }

  [dir=rtl] .rtl\:md\:ml-5 {
    margin-left: 1.25rem
  }
}

@media (min-width: 1024px) {
  .lg\:mt-0 {
    margin-top: 0
  }

  .lg\:mb-0 {
    margin-bottom: 0!important;
  }

  .lg\:flex-none {
    flex: none
  }

  .lg\:flex-row {
    flex-direction: row
  }

  [dir=ltr] .ltr\:lg\:pr-10 {
    padding-right: 2.5rem
  }

  [dir=ltr] .ltr\:lg\:pl-10 {
    padding-left: 2.5rem
  }

  [dir=ltr] .ltr\:lg\:pl-14 {
    padding-left: 3.5rem
  }

  [dir=rtl] .rtl\:lg\:pl-10 {
    padding-left: 2.5rem
  }

  [dir=rtl] .rtl\:lg\:pr-10 {
    padding-right: 2.5rem
  }

  [dir=rtl] .rtl\:lg\:pr-14 {
    padding-right: 3.5rem
  }
}

/* End Consent */