a {
  color: #525F7A !important;
  transition: all, 0.2s ease-in-out;
}
html {
  scroll-behavior: smooth;
  font-size: 14px;
}
@media (min-width: 1200px) {
  html {
    font-size: 16px;
  }
}
#form-iframe-container {
  position: relative;
  height: 50px;
}
.button,
.pay-wall-box .button {
  display: inline-block;
  padding: .75rem 3rem;
  border-radius: 4rem;
  transform: scale(1);
  transition: all 0.2s ease-in;
  font-size: 1rem;
  text-align: center;
  line-height: 1.5;
  outline: none;
  background: none;
  border: 1px solid transparent;
}
.button.button--filled,
.pay-wall-box .button.button--filled {
  background-color: #655499;
  color: #fff !important;
  border: 1px solid #655499;
}
.button.button--filled:hover,
.pay-wall-box .button.button--filled:hover {
  color: #655499 !important;
  border-color: #655499;
}
.button.button--filled:focus,
.pay-wall-box .button.button--filled:focus,
.button.button--filled:active,
.pay-wall-box .button.button--filled:active {
  color: rgba(255, 255, 255, 0.6) !important;
}
.button.button--outlined,
.pay-wall-box .button.button--outlined {
  background: none;
  color: #655499 !important;
  border: 1px solid #655499;
}
.button.button--outlined:hover,
.pay-wall-box .button.button--outlined:hover {
  color: #655499 !important;
  border-color: transparent;
}
.button.button--outlined-white,
.pay-wall-box .button.button--outlined-white {
  backgrund: none;
  color: #fff !important;
  border: 1px solid #fff;
}
.button.button--outlined-white:hover,
.pay-wall-box .button.button--outlined-white:hover {
  color: #fff !important;
  border-color: transparent;
}
.button.button--disabled,
.pay-wall-box .button.button--disabled {
  background: none;
  border: 1px solid #afafaf;
  color: #afafaf;
  max-width: 100%;
  border-radius: 0.25rem;
}
.button.button--disabled:hover,
.pay-wall-box .button.button--disabled:hover,
.button.button--disabled:focus,
.pay-wall-box .button.button--disabled:focus,
.button.button--disabled:active,
.pay-wall-box .button.button--disabled:active {
  border-color: #afafaf;
  filter: none;
}
.button:hover,
.pay-wall-box .button:hover,
.button:focus,
.pay-wall-box .button:focus,
.button:active,
.pay-wall-box .button:active {
  filter: brightness(1.3);
  -webkit-filter: brightness(1.3);
  text-decoration: none;
}
@media (max-width: 440px) {
  .button,
  .pay-wall-box .button {
    padding: .75rem 2rem;
  }
}
/* Header */
header .header-iframe {
  float: none;
}
header .top-bar {
  position: relative;
}
header .menu .navbar {
  min-height: 0;
}
header .menu .navbar nav > .navbar-nav > li {
  padding: 0.45rem 0;
}
header .menu .navbar nav > .navbar-nav > li > a {
  padding: 0.25rem 1rem;
}
header .menu .navbar nav > .navbar-nav > li > a:after {
  content: none;
}
header .menu .navbar nav > .navbar-nav > li > a.button {
  padding: 0.25rem 2rem;
}
header .menu .navbar nav > .navbar-nav > li .dropdown-menu {
  min-width: 12rem;
}
@media (max-width: 480px) {
  header .main-bar {
    height: 90px;
  }
  header .main-bar .logo-section .promo-text {
    display: : none;
  }
  header .main-bar .logo-section .col-md-4.col-sm-4.col-xs-12.text-right {
    display: none;
  }
  header .menu {
    top: 0 !important;
  }
}
@media (max-width: 767px) {
  header .main-bar .logo-section .logo-flex img {
    padding-left: 16px;
    height: 70px;
    width: auto;
  }
  header .main-bar .logo-section .top-hamburger {
    display: block;
  }
  header .main-bar .logo-section .col-md-4.col-sm-4.col-xs-12.text-center.promo-text {
    display: none;
  }
  header .main-bar .logo-section .col-md-4.col-sm-4.col-xs-12.text-right {
    display: none;
  }
  header .menu .bottom-hamburger {
    display: none !important;
  }
  header .menu .navbar #menu #main a {
    max-width: 250px;
    margin: auto;
    text-align: center;
  }
  header .menu .navbar #menu #main ul.dropdown-menu {
    position: relative;
    float: none;
    text-align: center;
    background: #f8f8f8;
    border-bottom: 1px solid #ccc;
    border-top: 1px solid #f5f5f5;
    box-shadow: none;
  }
}
@media (min-width: 481px) {
  #menu {
    position: relative;
    justify-content: flex-end;
    max-width: 1140px;
    margin: auto;
  }
}
@media (min-width: 768px) {
  header {
    position: fixed;
    width: 100%;
    z-index: 999;
    box-shadow: 0 2px 16px #fff;
  }
  header .main-bar {
    margin-top: -116px;
    background: #3b3b3b;
  }
  header .main-bar .col-md-4.col-sm-4.col-xs-12.text-center.promo-text {
    display: none;
  }
  header .main-bar .col-md-4.col-sm-4.col-xs-12.text-right {
    display: none;
  }
  header .main-bar .logo-section .logo-flex {
    transform: translateY(87px);
    z-index: 999;
    -ms-flex: 0 0 160px;
    flex: 0 0 180px;
    max-width: 180px;
  }
  header .main-bar .logo-section .logo-flex img {
    width: auto;
    height: 60px;
    padding-left: 16px;
  }
  header .main-bar .container-fluid.h-container.flex {
    max-width: 1140px;
    padding: 0;
  }
  header .menu nav.main-navigation#menu #main {
    margin-left: 160px;
    min-height: 60px;
    align-items: center;
    display: flex;
  }
}
/* Header end */
/* Footer */
#footer .copyright {
  display: none;
}
#footer .newsletter {
  display: none;
}
#footer .footer {
  background-color: #ffffff;
  color: #525F7A;
  font-size: .75rem;
}
#footer .col-md-4.description {
  width: 100%;
  max-width: 100%;
  flex: 1 0 100%;
}
#footer .col-md-4.tags {
  display: none;
}
#footer .col-md-4.social {
  display: none;
}
#footer .pdcst-footer {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media (max-width: 480px) {
  #footer .pdcst-footer {
    flex-direction: column;
    align-items: center;
  }
}
#footer .pdcst-footer__links {
  display: flex;
}
#footer .pdcst-footer__links a {
  margin: 0 2rem 0 0;
  color: inherit;
}
#footer .pdcst-footer__links a:hover,
#footer .pdcst-footer__links a:focus,
#footer .pdcst-footer__links a:active {
  color: rgba(101, 84, 153, 0.6);
  text-decoration: none !important;
  outline: none;
  border: none;
}
@media (max-width: 480px) {
  #footer .pdcst-footer__links {
    flex-direction: column;
    align-items: center;
  }
  #footer .pdcst-footer__links a {
    margin: 0 auto;
  }
}
/* Footer end */
/* MCT */
/*
.series-header__image-container--module {
background:none;
background-repeat:no-repeat;
background-size:contain;
background-position:center;
    margin: 5px;
}

.series-header__image {
    background-repeat: no-repeat;
}
.course-modules__go-to-course {
font-weight:700;
}
.course-modules__go-to-course span {
font-weight:700;
}
.authors__image img {
  border: 3px solid #e6e7e7!important;
}
.authors__name {
  font-weight: 600;
  color: #333333!important;
}
.main-title{
    font-weight: 700;
    margin: 45px 0 20px;
    font-size: 32px;
    text-align: center;
}
.series-header__category {
font-size:16px;
font-weight:700;
}
.series-header__title {
    font-weight: 500;
    text-transform: none;
    font-size: 24px;
}
.series-features__title {
font-size:26px;
}
.steps-to-success__name {
   font-weight: 700;
}
.cta {
    display: block;
    background-color: @mainColor;
    width: 150px;
    padding: 10px;
    color: #fff;
    border-radius: 10px;
    text-align: center;
    font-size: 24px;
    box-shadow: 0 0 10px #cecece;
    margin: 30px 0;
    border: none;
    transition:  all .2s ease-in;
}
.cta:hover {
    background: fadeout(@mainColor, 30%);
}
a:hover{
text-decoration:none;
}
a.cta:hover {
color:#fff;
}
.course-menu__item.active .course-menu__title, .course-menu__title {
font-size: 24px;
}
.active .course-menu__title {
  color: @mainColor!important;
}
.active .material-icons {
    color: @mainColor!important;
}
.course-menu__item {
padding: 4px 15px;
}
.series-features__item {
    padding-bottom: 20px;
}
.series-header__image-container:before {
transform:none;
content:none;
}
.dlaczego-warto-container {
  display: flex;
}
@media screen and (max-width:768px){
.series-header__image-container{
flex:auto;
}
.paywall-buy-button a {
    font-size: 16px;
}
.dlaczego-warto .even-rwd {
  background-color: @mainColor;
  color: #fff!important;
}
.new-filters__listing-description {
text-align:center;
}
}

.dlaczego-warto .even {
  background-color: @mainColor;
  color: #fff!important;

}
@media screen and (max-width:1199px){
.paywall-buy-button a {
    font-size: 13px;
}
}

.new-filters__listing-description  img {
    border-radius: 100%;
    border: 3px solid #d8d8d8;
    padding: 3px;
    margin: 20px 0;
    width:100%;
    max-width:300px;
}
.new-filters__listing-description  {
font-size:18px;
}
li.breadcrumbs__item:not(:first-of-type):before {
    content: '\00BB';
}

#dvd {
max-width:80%;
}

.prelegent-cont {
    max-width: 200px;
    margin: auto;
    padding: 4px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    box-shadow: 1px 1px 5px 0 rgba(0, 0, 0, 0.5);
    position: relative;
}
.prelegent-cont .prelegent-cont-inside {
    overflow: hidden;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
}
.highlight-blocks__item {
    display: flex;
    align-items: center;
}

.promo-block .owl-theme .owl-dots {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
}
.promo-block .owl-theme .owl-nav {
    position: absolute;
    bottom: 11rem;
    left: 0;
    right: 0;
    font-size: 2rem;
}
.promo-block .owl-theme .owl-nav > button {
    margin: 0 1rem;
}
.promo-block__subtitle {
    font-size: 1.5rem;
    margin-top: 0.5rem;
    font-weight: 700;
}
.promo-block__description {
    margin-top: 0.5rem;
    font-size: 1.2rem;
}
.promo-block__image img {
    border: 1px solid #ffe6ee;
    border-radius: 4px;
    box-shadow: 0 0 3px #ffe6ee;
}
.series-header {
flex-wrap: wrap;;
}
.series-header__image {
background-size: cover;
}
@media (max-width: 991px) {
.series-header__image-container {
    flex: 1 1 320px;
    min-height: 230px;
}
}
.jaktodziala {
    font-size: 26px;
    list-style-type: none;
    line-height: 32px;
}
.jaktodziala >li {
    position: relative;
    margin-bottom: 1rem;
}
.jaktodziala > li:before {
    content: "";
    height: 30px;
    width: 26px;
    background-image: url(https://forumlogopedy.pl/media/cache/origin/uploads/60d/0d0/60d0d0597cde1401168023.png);
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    left: -2.5rem;
    background-position: center bottom;
}

.form-grid {
			display: flex;
			flex-wrap: wrap;
		}
		.form-grid > div {
flex: 0 0 48%;
margin: auto;
border: 1px solid #f9ebf0;
padding: 0%;
background: #ffffff;
border-radius: 4px;
overflow: hidden;
text-align: center;
}
		.form-grid img {
    width: 100%;
    height: 100px;
    object-fit: cover;
    border-radius: 0;
    border: 0;
    box-shadow: none;
}
.form-grid .promo-block__subtitle {
padding: 0 5px;
}
.form-grid .promo-block__description {
padding: 0 5px;
}
.form-grid .cta {
margin: 1rem 0 0;
padding: 5px;
font-size: 1.3rem;
box-shadow: none;
text-align: center;
width: 100%;
border-radius: 0;
color: #ffffff;
transition: all .2s ease-in;
	       }
.form-grid .promo-block__description {
margin-top: 0;
               }
.post-listing__details {
    flex: 1 1 280px;
}
.post-listing__row {
    flex-wrap:wrap;
}
.video-box__video .container {
    position: relative;
    padding-top: 56.8%;
    width: 96%;
}
.video-box__video iframe {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
}
.video-box__author-avatar {
    background-size: cover;
    background-position: center;
}
.post-listing__open {
    opacity: 1;
}
*/
/* MCT end */
/* przycisk pomocy BOK */
button.customer-service-entry-button {
  background: none;
  border: none;
  transform: scale(0.85);
  transition: all ease-out 0.2s;
}
@media (max-width: 767px) {
  button.customer-service-entry-button {
    right: auto;
    left: 30px;
  }
}
button.customer-service-entry-button:hover {
  transform: scale(1);
}
button.customer-service-entry-button svg {
  margin: auto;
  background-color: rgba(128, 128, 128, 0.5);
  border-radius: 50%;
  transition: all ease-out 0.2s;
}
button.customer-service-entry-button span {
  color: #ffffff;
  padding: 0 2px;
  border-radius: 3px;
  font-weight: 700;
  box-shadow: inset 0 0 20px -2px rgba(128, 128, 128, 0.9);
  position: relative;
  top: -10px;
  transition: all ease-out 0.2s;
}
button.customer-service-entry-button:hover svg {
  background-color: rgba(255, 0, 0, 0.7);
}
button.customer-service-entry-button:hover span {
  box-shadow: inset 0 0 20px 2px #ff0000;
}
/* END --- przycisk pomocy BOK --- END */
/* Header */
@media (min-width: 768px) {
  header {
    position: fixed;
    width: 100%;
    z-index: 999;
    box-shadow: 0 2px 16px #fff;
  }
}
@media (max-width: 480px) {
  header .main-bar {
    height: 90px;
  }
  header .main-bar .logo-section .promo-text {
    display: : none;
  }
  header .main-bar .logo-section .col-md-4.col-sm-4.col-xs-12.text-right {
    display: none;
  }
  header .menu {
    top: 0 !important;
  }
}
@media (min-width: 481px) {
  #menu {
    position: relative;
    justify-content: flex-end;
    max-width: 1140px;
    margin: auto;
  }
}
@media (min-width: 768px) {
  header + div {
    padding-top: 116px;
  }
}
/* Header end */
/* Footer */
#footer .copyright {
  display: none;
}
#footer .newsletter {
  display: none;
}
#footer .footer {
  background-color: #ffffff;
  color: #525F7A;
  font-size: .75rem;
}
#footer .col-md-4.description {
  width: 100%;
  max-width: 100%;
  flex: 1 0 100%;
}
#footer .col-md-4.tags {
  display: none;
}
#footer .col-md-4.social {
  display: none;
}
#footer .pdcst-footer {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media (max-width: 480px) {
  #footer .pdcst-footer {
    flex-direction: column;
    align-items: center;
  }
}
#footer .pdcst-footer__links {
  display: flex;
}
#footer .pdcst-footer__links a {
  margin: 0 2rem 0 0;
  color: inherit;
}
#footer .pdcst-footer__links a:hover,
#footer .pdcst-footer__links a:focus,
#footer .pdcst-footer__links a:active {
  color: rgba(101, 84, 153, 0.6);
  text-decoration: none !important;
  outline: none;
  border: none;
}
@media (max-width: 480px) {
  #footer .pdcst-footer__links {
    flex-direction: column;
    align-items: center;
  }
  #footer .pdcst-footer__links a {
    margin: 0 auto;
  }
}
/* Footer end */
/* Wpis */
article.article-post-type > .container {
  width: 100%;
  max-width: 100%;
  padding: 0;
}
article.article-post-type .article-main-image {
  z-index: -1;
}
article.article-post-type .article-main-image img {
  width: 100%;
}
article.article-post-type .article-main-image .details-on-image {
  display: none;
}
article.article-post-type .post-title {
  display: none;
}
article.article-post-type .post-author {
  display: none;
}
article.article-post-type .tags-review.border-top {
  display: none;
}
article.article-post-type .tags-review.border-top + .row {
  width: 92%;
  margin: -5vh auto 0;
  background: #fff;
  display: flex;
  justify-content: center;
  max-width: 1140px;
  border-radius: 1rem 1rem 0 0;
}
article.article-post-type .tags-review.border-top + .row > * {
  width: 100% !important;
  flex: 1 0 100%!important;
  max-width: 100% !important;
  padding: 0;
}
@media (min-width: 481px) {
  article.article-post-type .tags-review.border-top + .row {
    margin-top: -15vh;
  }
}
@media (min-width: 991px) {
  article.article-post-type .tags-review.border-top + .row {
    margin-top: -40vh;
  }
}
article.article-post-type .tags-review.border-top + .row + .block {
  display: none;
}
article.article-post-type .content {
  margin: 0;
  line-height: 1.3;
}
@media (min-width: 991px) {
  header + div {
    overflow: hidden;
  }
}
.zestaw {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  grid-template-rows: 1.5rem 1fr;
  grid-gap: 1.5rem 1.5rem;
  padding: 3.5rem 1rem;
}
.zestaw__breadcrumbs {
  grid-column: 1/13;
  grid-row: 1/2;
  font-size: 1rem;
}
.zestaw__zajawka {
  grid-column: 1/13;
  grid-row: 2/3;
}
.zestaw__nr {
  font-size: .875rem;
  color: #655499;
  margin-bottom: .5rem;
  text-transform: uppercase;
  font-weight: 600;
}
.zestaw__tytul {
  color: #14161F;
  font-size: 3rem;
  font-weight: 500;
  margin-bottom: 1rem;
}
.zestaw__opis {
  color: #828799;
  font-size: 1rem;
  line-height: 1.5;
  margin-bottom: 4.5rem;
}
.zestaw__darmo a {
  color: #655499;
  font-size: 1.125rem;
}
.zestaw__pricebox {
  color: #14161F;
  font-size: 1rem;
  grid-column: 1/13;
  grid-row: 3/4;
  padding: 1.5rem 1rem;
  text-align: center;
}
.zestaw__cena {
  color: #655499;
  font-size: 5rem;
  font-weight: 700;
  line-height: 1;
  margin-bottom: 1rem;
}
.zestaw__podcast {
  grid-column: 1/13;
  display: grid;
  grid-template-columns: repeat(10, 1fr);
  grid-gap: 0.5rem 1.5rem;
  position: relative;
  padding-bottom: 2.5rem;
}
.zestaw [rel=lightbox] img {
  pointer-events: none;
}
.zestaw .podcast__img {
  grid-column: 3/11;
  grid-row: 2/3;
  position: unset;
  width: 100%;
  height: 100%;
  cursor: pointer;
}
.zestaw .podcast__thumb {
  position: absolute;
  width: calc(100% / 6);
  left: 0;
  top: 0;
  height: 4.5rem;
  object-fit: cover;
  border-radius: 0.5rem;
}
.zestaw .podcast__icon {
  position: absolute;
  width: 4rem;
  left: calc(100% / 12 - 2rem);
  top: 0.25rem;
}
.zestaw .podcast__icon:hover {
  cursor: pointer;
}
.zestaw .podcast__czas {
  position: relative;
  background: none;
  padding: 0.25rem 0.5rem;
  border-radius: 10rem;
  font-size: .75rem;
  align-self: center;
  justify-self: start;
  display: inline-block;
}
.zestaw .podcast__tytul {
  grid-column: 3/11;
  grid-row: 1/2;
  font-size: 1.5rem;
  font-weight: 700;
}
.zestaw .podcast__opis {
  grid-column: 1/11;
  grid-row: 3/4;
  color: #828799;
  font-size: 1rem;
  padding: 1rem 0;
}
.zestaw .podcast__opis b {
  font-weight: 500;
}
.zestaw .podcast__opis input[type=checkbox] {
  display: none;
}
.zestaw .podcast__opis input[type=checkbox] + label:hover {
  cursor: pointer;
}
.zestaw .podcast__opis .showmore,
.zestaw .podcast__opis .showless {
  display: none;
}
.zestaw .podcast__opis input[type=checkbox]:not(:checked) + label .showmore {
  display: inline;
}
.zestaw .podcast__opis input[type=checkbox]:not(:checked) + label + .toggle {
  display: none;
}
.zestaw .podcast__opis input[type=checkbox]:checked + label .showless {
  display: block;
}
.zestaw .podcast__opis input[type=checkbox]:checked + label + .toggle {
  display: block;
}
.zestaw audio,
.zestaw .audio {
  width: 100%;
  max-width: 22rem;
  grid-column: 1/11;
  align-self: self-end;
  margin: auto;
}
.zestaw__footer-nav {
  grid-column: 1/13;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.zestaw__footer-nav .button {
  display: flex !important;
  align-items: center !important;
}
.pay-wall-box {
  background: #fff;
  border-radius: 1rem 1rem 0 0;
}
.pay-wall-box .zestaw__pricebox {
  display: block;
}
.pay-wall-box .zestaw__podcast:not(.darmowy-fragment) .podcast__icon:hover {
  cursor: not-allowed;
}
@media (min-width: 768px) {
  .zestaw {
    padding: 3.5rem 0;
  }
  .zestaw__breadcrumbs {
    grid-column: 2/12;
  }
  .zestaw__zajawka {
    grid-column: 2/11;
  }
  .zestaw__pricebox {
    grid-column: 9/12;
    grid-row: 2/3;
    padding: 0;
    display: none;
  }
  .zestaw__podcast {
    grid-column: 2/11;
    grid-gap: 0.5rem 1.5rem;
  }
  .zestaw .podcast__img {
    grid-column: 1/4;
    grid-row: 1/4;
    position: relative;
    height: 14rem;
  }
  .zestaw .podcast__thumb {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: block;
  }
  .zestaw .podcast__icon {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 50%;
    margin: auto;
    opacity: .96;
    display: block;
  }
  .zestaw .podcast__czas {
    position: absolute;
    bottom: 0.5rem;
    left: 2.5%;
    max-width: 95%;
    margin: auto;
    background: #fff;
    padding: 0.25rem 0.5rem;
    border-radius: 10rem;
    font-size: .75rem;
    border: none;
    border: 1px solid #655499;
  }
  .zestaw .podcast__tytul {
    grid-column: 4/11;
    grid-row: 1/2;
  }
  .zestaw .podcast__opis {
    grid-column: 4/11;
    grid-row: 2/3;
  }
  .zestaw audio,
  .zestaw .audio {
    grid-column: 4/11;
  }
  .pay-wall-box .zestaw__zajawka {
    grid-column: 2/8;
  }
}
/* Wpis end */
/* wideo */
.article.video-post-type .video-box {
  padding: 8px 0;
}
.article.video-post-type .video-box .container {
  padding-top: 48.6% !important;
  position: relative;
}
.article.video-post-type .video-box iframe {
  position: absolute;
  left: 0;
  top: 0;
  width: 100% !important;
  height: 100%;
  background: none;
}
.article.video-post-type .video-box .pay-wall-box {
  position: absolute;
  padding: 24px;
  top: 5%;
  left: 0;
  right: 0;
  border-radius: 1rem;
  max-width: 92%;
  height: auto;
  margin: auto;
  border: 1px solid #000;
}
@media (min-width: 768px) {
  .article.video-post-type .video-box .pay-wall-box {
    top: 24%;
  }
}
.article.video-post-type .video-box .video-box + .container {
  display: none;
}
@media (min-width: 768px) {
  .article.video-post-type .video-box .video-box {
    padding: 4px 0!important;
    height: calc(100vh - 122px);
  }
  .article.video-post-type .video-box .video-box iframe {
    height: calc(100vh - 130px);
    width: 100% !important;
  }
}
/* wideo end */
article .comments {
  display: none;
}
@media (max-width: 600px) {
  article .post-title {
    font-size: 24px;
  }
}
#authors-list .author {
  padding: 0 24px 16px 0;
}
#authors-list .author .author-name {
  text-transform: none;
  font-weight: 700;
}
#authors-list .author .author-avatar img {
  width: 150px;
  box-shadow: 0 2px 16px #dedede;
}
@media (max-width: 767px) {
  #authors-list .author .author-avatar {
    text-align: left !important;
    padding: 0 16px 16px;
  }
}
body {
  font-family: "Lato", 'Ubuntu', sans-serif;
  font-weight: 300;
}
.swal2-modal {
  font-family: "Lato", 'Ubuntu', sans-serif !important;
}
table.simple,
.subscription .price {
  font-family: "Lato", 'Ubuntu', sans-serif;
}
article .tags-review a:hover {
  color: #000000;
}
.expand-release-description {
  border-bottom: 1px solid #000000;
  color: #000000;
}
.btn-1 {
  background-color: #000000;
}
.block .article .tags .tag {
  background: #000000;
}
.block .article .text .lead:before {
  background: #000000;
}
.block .block-title span {
  border-bottom: 1px solid #000000;
}
header .promo-text {
  color: #000000;
}
header .btn-border {
  border: 2px solid #000000;
  color: #000000;
}
header .btn-border:hover {
  background: #000000;
}
header .navbar-default .navbar-nav > li > a:hover {
  color: #000000;
}
header .search-form input[type="text"] {
  border-bottom: 2px solid #000000;
}
header .search-form .btn {
  color: #000000;
}
.get-in {
  color: #000000;
}
.text-primary {
  color: #000000;
}
.btn.btn-default {
  border: 2px solid #000000;
  color: #000000;
}
.btn-primary {
  border: 2px solid #000000;
  background-color: #000000;
}
.pay-wall-box .year-price,
.pay-wall-box .month-price {
  color: #000000;
}
.pay-wall-box .plan {
  color: #000000;
}
.search-elem .section {
  background: #000000;
}
.search-elem .details .author {
  color: #000000;
}
.filter-name {
  border-bottom: 2px solid #000000;
}
.filters li .order i.active {
  color: #000000;
}
.filters li.active > i {
  color: #000000;
}
.btn-load-more {
  background: #000000;
}
.block .article.separated .text .details .author {
  color: #000000;
}
#submit-filters input[type="submit"] {
  background: #000000;
}
article .post-title {
  font-family: "Lato";
}
article.article .article-content h1,
article.article .article-content h2:not(.simplebox-title),
article.article .article-content h3,
article.article .article-content h4,
article.article .article-content h5,
article.article .article-content h6 {
  font-family: "Lato";
}
article .content blockquote::before {
  color: #000000;
}
article .content blockquote::after {
  color: #000000;
}
.breadcrumbs__link:hover {
  color: #000000;
}
.testimonial .content {
  font-family: "Lato";
}
.number-slider .item {
  font-family: "Lato";
}
.releases .details {
  font-family: "Lato";
}
.releases .contents-header {
  font-family: "Lato";
}
.search-elem .title {
  font-family: "Lato";
}
.block .new-release-block .release-title {
  font-family: "Lato";
}
.search-elem .content .highlight {
  color: #000000;
}
article.article .details-on-image p.section {
  color: #000000;
}
article .content a.footnote {
  color: #000000;
}
article .content aside .ref-mark {
  color: #000000;
}
#filters .multiple.active {
  color: #000000;
}
header .navbar-default .navbar-nav > li a.active {
  color: #000000 !important;
}
#related-posts-menu li .active {
  border-bottom: 1px solid #000000;
}
a {
  color: #000000;
}
.text-primary {
  color: #000000;
}
.bg-primary {
  background-color: #000000;
}
.btn-primary {
  background-color: #000000;
  border-color: #000000;
}
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled.focus,
.btn-primary[disabled].focus,
fieldset[disabled] .btn-primary.focus {
  background-color: #000000;
  border-color: #000000;
}
.btn-primary .badge {
  color: #000000;
}
.btn-link {
  color: #000000;
}
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
  background-color: #000000;
}
.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus {
  border-color: #000000;
}
.nav-pills > li.active > a,
.nav-pills > li.active > a:hover,
.nav-pills > li.active > a:focus {
  background-color: #000000;
}
.pagination > li > a,
.pagination > li > span {
  color: #000000;
}
.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
  background-color: #000000;
  border-color: #000000;
}
.label-primary {
  background-color: #000000;
}
.list-group-item.active > .badge,
.nav-pills > .active > a > .badge {
  color: #000000;
}
a.thumbnail:hover,
a.thumbnail:focus,
a.thumbnail.active {
  border-color: #000000;
}
.progress-bar {
  background-color: #000000;
}
.list-group-item.active,
.list-group-item.active:hover,
.list-group-item.active:focus {
  background-color: #000000;
  border-color: #000000;
}
.panel-primary {
  border-color: #000000;
}
.panel-primary > .panel-heading {
  background-color: #000000;
  border-color: #000000;
}
.panel-primary > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #000000;
}
.panel-primary > .panel-heading .badge {
  color: #000000;
}
.panel-primary > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #000000;
}
#nav-main > ul > li a.active {
  color: #000000 !important;
}
.release-menu__link {
  color: #000000;
}
.release-menu__link:hover i {
  color: #000000;
}
.releases .download-section .info-text .blue {
  color: #000000;
}
.new-filters__column-name {
  background: #000000;
}
.new-filters__name {
  background: #000000;
}
.new-filters__listing-name {
  color: #000000;
}
.new-filters__listing-details {
  color: #000000;
}
.new-filters__breadcrumbs-container:before {
  background: #000000;
}
.new-filters__mark-all span {
  color: #000000;
}
.file-page__download-button {
  color: #000000 !important;
}
.file-page__cover {
  border: 1px solid #000000;
}
label input[type="radio"]:checked ~ i.fa.fa-dot-circle-o {
  color: #000000;
}
label:hover input[type="radio"] ~ i.fa {
  color: #000000;
}
div[data-toggle="buttons"] label:hover {
  color: #000000;
}
.dropdown-menu > li > a:focus,
.dropdown-menu > li > a:hover {
  text-decoration: none;
  background-color: #000000;
  color: #FFF;
}
.release-listing__img-outer img {
  border: 1px solid #000000;
}
.release-listing__btn {
  background: #000000;
}
