/* =WordPress Core
-------------------------------------------------------------- */
@import url(animate.min.css);
@import url(bootstrap.min.css);
@import url(magnific-popup.css);
@import url("https://fonts.googleapis.com/css?family=Heebo:300,400,500,700&display=swap&subset=hebrew");
.alignnone {
  margin: 5px 20px 14px 0; }

.aligncenter,
div.aligncenter {
  display: block;
  margin: 5px auto 5px auto; }

.alignright {
  float: right;
  margin: 5px 20px 14px 0; }

.alignleft {
  float: left;
  margin: 5px 20px 14px 0; }

a img.alignright {
  float: right;
  margin: 5px 20px 14px 0; }
a img.alignnone {
  margin: 5px 20px 20px 0; }
a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto; }
a img.alignleft {
  float: left;
  margin: 5px 20px 14px 0; }

.wp-caption {
  background: #fff;
  border: 1px solid #f0f0f0;
  max-width: 96%;
  /* Image does not overflow the content area */
  padding: 5px 3px 10px;
  text-align: center; }
  .wp-caption.alignnone {
    margin: 5px 20px 14px 0; }
  .wp-caption.alignleft {
    margin: 5px 20px 14px 0; }
  .wp-caption.alignright {
    margin: 5px 20px 14px 0; }
  .wp-caption img {
    border: 0 none;
    height: auto;
    margin: 0;
    max-width: 98.5%;
    padding: 0;
    width: auto; }
  .wp-caption p.wp-caption-text {
    font-size: 11px;
    line-height: 17px;
    margin: 0;
    padding: 0 4px 5px; }

/* Text meant only for screen readers. */
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
  /* Many screen reader and browser combinations announce broken words as they would appear visually. */ }
  .screen-reader-text:focus {
    background-color: #eee;
    clip: auto !important;
    clip-path: none;
    color: #444;
    display: block;
    font-size: 1em;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000;
    /* Above WP toolbar. */ }

*, body {
  direction: rtl;
  font-family: 'Heebo', sans-serif; }

body {
  font-size: 18px;
  color: #505d73; }

.f-light {
  font-weight: 300; }

.f-regular {
  font-weight: 400; }

.f-medium {
  font-weight: 500; }

.f-bold {
  font-weight: 700; }

.no-padding {
  padding: 0; }

.no-margin {
  margin: 0; }

.icon {
  height: 22px;
  width: 22px; }
  .icon.lang a {
    background-image: url("../images/icon-1.png"); }
  .icon.tel a {
    background-image: url("../images/icon-2.png"); }
  .icon.help a {
    background-image: url("../images/icon-3.png"); }
  .icon a {
    width: 22px;
    height: 22px; }

a {
  -webkit-transition: all 1s;
  -moz-transition: all 1s;
  -ms-transition: all 1s;
  -o-transition: all 1s;
  transition: all 1s; }

.scroll {
  position: fixed;
  bottom: 30px;
  width: 60px;
  height: 60px;
  cursor: pointer;
  text-align: center;
  border: 3px solid #505d73;
  color: #505d73;
  right: 15px;
  padding-top: 16px;
  display: none; }
  .scroll.white {
    color: white;
    border: 3px solid white;
    z-index: 2; }

.col-table {
  display: table;
  width: 100%;
  height: 100%;
  min-height: 100%; }
  .col-table .col-table-middle {
    display: table-cell;
    vertical-align: middle; }

.btn {
  margin-top: 20px;
  font-weight: 500;
  font-size: 16px;
  -webkit-transition: all 1s;
  -moz-transition: all 1s;
  -ms-transition: all 1s;
  -o-transition: all 1s;
  transition: all 1s; }
  .btn.btn-round {
    height: 50px;
    border-radius: 30px;
    padding: 12px 50px; }
  .btn.red {
    background-color: #ed4036;
    border: 2px solid #ed4036;
    color: white; }
    .btn.red:hover {
      background-color: transparent;
      border: 2px solid #ed4036;
      color: #ed4036; }
  .btn.red-transparent {
    background-color: transparent;
    border: 2px solid #ed4036;
    color: #ed4036; }
    .btn.red-transparent:hover {
      background-color: #ed4036;
      border: 2px solid #ed4036;
      color: white; }
  .btn i.fa.fa-chevron-left {
    margin-right: 8px;
    position: relative;
    font-size: 12px; }

.corner-ribbon {
  width: 200px;
  background: #e43;
  position: absolute;
  top: 25px;
  right: -50px;
  text-align: center;
  line-height: 50px;
  letter-spacing: 1px;
  color: #f0f0f0;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg); }

.ribbon-wrapper-green {
  width: 92px;
  height: 100px;
  overflow: hidden;
  position: absolute;
  top: -3px;
  left: -3px; }
  .ribbon-wrapper-green .ribbon-green {
    font: bold 15px Sans-Serif;
    color: white;
    text-align: center;
    text-shadow: rgba(255, 255, 255, 0.5) 0px 1px 0px;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    position: relative;
    padding: 7px;
    left: -1px;
    top: 15px;
    width: 120px;
    background-color: #16b7c7;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#BFDC7A), to(#8EBF45));
    background-image: -webkit-linear-gradient(top, #16b7c7, #16b7c7);
    background-image: -moz-linear-gradient(top, #16b7c7, #16b7c7);
    background-image: -ms-linear-gradient(top, #16b7c7, #16b7c7);
    background-image: -o-linear-gradient(top, #16b7c7, #16b7c7);
    font-weight: 300; }
    .ribbon-wrapper-green .ribbon-green:before, .ribbon-wrapper-green .ribbon-green:after {
      content: "";
      border-top: 3px solid #0d8a97;
      border-left: 3px solid transparent;
      border-right: 3px solid transparent;
      position: absolute;
      bottom: -3px; }
    .ribbon-wrapper-green .ribbon-green:before {
      left: 0; }
    .ribbon-wrapper-green .ribbon-green:after {
      right: 0; }

.grayscale {
  -moz-filter: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg'><filter id='grayscale'><feColorMatrix type='matrix' values='0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0'/></filter></svg>#grayscale");
  -o-filter: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg'><filter id='grayscale'><feColorMatrix type='matrix' values='0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0'/></filter></svg>#grayscale");
  -webkit-filter: grayscale(100%);
  filter: gray;
  filter: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg'><filter id='grayscale'><feColorMatrix type='matrix' values='0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0'/></filter></svg>#grayscale"); }
  .grayscale:hover {
    -moz-filter: none;
    -o-filter: none;
    -webkit-filter: none;
    filter: none;
    filter: none; }

.item:hover .grayscale {
  -moz-filter: none;
  -o-filter: none;
  -webkit-filter: none;
  filter: none;
  filter: none; }

.bg-gray {
  background-color: #f5f5f5; }

.bg-gray-2 {
  background-color: #e8e8e8; }

.bg-white {
  background-color: white; }

ul.check-list {
  list-style: none; }
  ul.check-list li {
    background: url("../images/icon-12.png") no-repeat right top;
    padding: 2px 30px 10px 0;
    list-style: none; }

.red {
  color: red; }

.empty-space.h100 {
  height: 100px; }

.song-loop-img {
  width: 60px;
  height: 60px;
  float: right;
  background-size: cover; }

.round-thumb {
  border-radius: 50%; }

header {
  background-color: #ffffff;
  padding-top: 30px;
  padding-bottom: 10px; }
  header a.logo {
    text-decoration: none;
    color: #505d73;
    display: inline-block;
    position: relative;
    top: -7px;
    font-size: 18px;
    font-weight: 500; }
    header a.logo img {
      margin: 5px; }
  header .head-bar {
    padding: 0 15px; }
    header .head-bar .search-form {
      display: inline-block; }
      header .head-bar .search-form form ::placeholder {
        font-size: 14px;
        color: #293044; }
      header .head-bar .search-form form input:focus {
        outline: none; }
      header .head-bar .search-form form input[type=search] {
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        border-radius: 19px;
        border: 1px solid #979aa4;
        height: 30px;
        font-size: 14px;
        font-weight: 500;
        color: #293044;
        padding: 0 10px; }
    header .head-bar ul {
      display: inline-block;
      list-style: none; }
      header .head-bar ul li {
        display: inline-block;
        padding-top: 7px;
        margin: 0 7px; }
        header .head-bar ul li a {
          cursor: pointer;
          display: block;
          color: #293044;
          font-weight: 500; }
        header .head-bar ul li.icon:hover {
          opacity: 0.5; }
  header nav.navbar-default {
    background-color: transparent;
    border-color: transparent; }
    header nav.navbar-default ul {
      padding: 0; }
      header nav.navbar-default ul > li.link-red a {
        color: #ed4036; }
      header nav.navbar-default ul > li.active > a {
        background-color: transparent !important;
        color: #555; }
      header nav.navbar-default ul > li a {
        font-weight: 500;
        font-size: 18px;
        color: #777;
        background-color: transparent !important;
        text-align: right; }
        header nav.navbar-default ul > li a:hover {
          color: #555 !important; }

*:focus {
  outline: none; }

form input, form textarea {
  outline: none;
  padding: 0 10px; }
  form input:focus, form textarea:focus {
    outline: none; }
form input[type="submit"], form button {
  outline: none;
  outline-style: none; }
  form input[type="submit"]:after, form button:after {
    font-family: FontAwesome;
    content: "\f053";
    display: inline-block;
    padding-right: 13px;
    vertical-align: middle;
    font-size: smaller; }

.video iframe {
  width: 100%;
  height: 496px;
  margin: 0 auto; }

body.logged-in .auth-hidden {
  display: none; }

body:not(.logged-in) .not-auth-hidden {
  display: none; }

main section.main-banner {
  height: 600px;
  background-size: cover;
  background-repeat: no-repeat; }
  main section.main-banner .wrapper-text {
    height: 600px;
    color: white; }
    main section.main-banner .wrapper-text h1 {
      font-size: 60px;
      margin-bottom: -5px; }
    main section.main-banner .wrapper-text p {
      font-size: 32px; }
  main section.main-banner.style-2 {
    height: 200px; }
    main section.main-banner.style-2 .wrapper-text {
      height: 200px; }
main section.most-last-viewed {
  padding: 65px 0; }
  main section.most-last-viewed .mlv-table.first-child {
    margin-right: 20px;
    margin-left: 46px; }
  main section.most-last-viewed .mlv-table.last-child {
    margin-left: 20px;
    margin-right: 46px; }
  main section.most-last-viewed .mlv-table .title {
    padding: 20px;
    font-size: 18px;
    font-weight: 500;
    text-align: center;
    color: white;
    background-color: #505d73; }
  main section.most-last-viewed .mlv-table .item {
    background-color: white;
    border-top: 1px solid #f6f6f6;
    padding-top: 10px;
    padding-bottom: 10px; }
    main section.most-last-viewed .mlv-table .item span {
      display: block; }
      main section.most-last-viewed .mlv-table .item span.count {
        padding: 22px 0;
        font-weight: 700;
        color: #505d73; }
      main section.most-last-viewed .mlv-table .item span span.red {
        color: red;
        display: inline-block; }
    main section.most-last-viewed .mlv-table .item a {
      color: black; }
    main section.most-last-viewed .mlv-table .item strong {
      font-weight: 700;
      display: block; }
main section.motivation-section {
  padding: 50px 0; }
  main section.motivation-section .section-title {
    font-size: 32px;
    color: #505d73;
    padding: 25px 0; }
    main section.motivation-section .section-title h2 {
      font-weight: 400; }
  main section.motivation-section .item img {
    display: block;
    margin: 0 auto;
    height: 35px;
    width: 35px; }
  main section.motivation-section .item strong {
    font-size: 18px;
    display: block;
    margin: 15px 0; }
main section.number-counter {
  height: 453px;
  background-size: cover;
  background-repeat: no-repeat;
  color: white;
  padding: 110px 0; }
  main section.number-counter .section-title {
    padding-bottom: 40px; }
    main section.number-counter .section-title h2 {
      font-size: 32px;
      color: white; }
  main section.number-counter .item .number {
    font-size: 60px;
    font-weight: 300; }
  main section.number-counter .item span {
    display: block;
    font-weight: 500;
    font-size: 16px; }
main section.steps .container-steps {
  width: 750px; }
  main section.steps .container-steps .section-title {
    padding: 50px; }
    main section.steps .container-steps .section-title h2 {
      font-size: 32px;
      color: #505d73; }
  main section.steps .container-steps .item {
    font-size: 17px;
    font-weight: 500;
    padding: 20px 0; }
    main section.steps .container-steps .item .s-icon img {
      z-index: 2;
      position: relative; }
    main section.steps .container-steps .item .s-icon:before {
      height: 102px;
      display: block;
      width: 100px;
      border-right: 2px dashed #b1b1b1;
      content: '';
      position: absolute;
      top: -16px;
      right: 49%;
      z-index: 1; }
main section.promotion {
  margin: 50px 0;
  font-size: 17px;
  font-weight: 500; }
  main section.promotion .item {
    padding: 50px; }
    main section.promotion .item ul {
      list-style: none; }
      main section.promotion .item ul li {
        background: url("../images/icon-12.png") no-repeat right top;
        padding: 2px 30px 10px 0;
        list-style: none; }
    main section.promotion .item h2 {
      margin-top: 0;
      font-size: 32px;
      font-weight: 500; }
main section.plans .container-plan {
  width: 750px; }
  main section.plans .container-plan .plan.style-2 .wrapp .title {
    background-color: #717b8d; }
  main section.plans .container-plan .plan .wrapp {
    background-color: #f5f5f5;
    padding-bottom: 25px; }
    main section.plans .container-plan .plan .wrapp .title {
      padding: 30px;
      font-size: 18px;
      font-weight: 500;
      text-align: center;
      color: white;
      background-color: #505d73;
      position: relative; }
    main section.plans .container-plan .plan .wrapp .price {
      padding-top: 25px;
      font-size: 60px;
      font-weight: 300; }
      main section.plans .container-plan .plan .wrapp .price span {
        font-size: 14px;
        font-weight: 700; }
    main section.plans .container-plan .plan .wrapp p {
      color: #404041;
      font-size: 14px;
      font-weight: 600; }
  main section.plans .container-plan .wrapp-checkbox {
    padding: 25px 15px; }
main section.post {
  padding: 100px 0; }
  main section.post.sidebar ul {
    padding: 0; }
    main section.post.sidebar ul.post-nav {
      list-style: none; }
      main section.post.sidebar ul.post-nav li {
        position: relative;
        transition: all 0.5s;
        background-color: #e8e8e8;
        border-bottom: 1px solid #fcfcfc;
        display: block; }
        main section.post.sidebar ul.post-nav li:after {
          content: "";
          position: absolute;
          width: 0;
          height: 0;
          left: -15px;
          border-top: 15px solid transparent;
          border-bottom: 15px solid transparent;
          border-right: 15px solid #0d8a97;
          top: 18px;
          opacity: 0; }
        main section.post.sidebar ul.post-nav li.active, main section.post.sidebar ul.post-nav li:hover {
          background-color: #0d8a97; }
          main section.post.sidebar ul.post-nav li.active a, main section.post.sidebar ul.post-nav li:hover a {
            color: #FFF; }
          main section.post.sidebar ul.post-nav li.active:after, main section.post.sidebar ul.post-nav li:hover:after {
            content: "";
            position: absolute;
            width: 0;
            height: 0;
            left: -15px;
            border-top: 15px solid transparent;
            border-bottom: 15px solid transparent;
            border-right: 15px solid #0d8a97;
            top: 18px;
            opacity: 1; }
        main section.post.sidebar ul.post-nav li a {
          padding: 20px;
          font-size: 18px;
          color: #404041;
          font-weight: 700;
          position: relative;
          display: block;
          width: 100%;
          text-decoration: none; }
  main section.post .thumbnail, main section.post img {
    width: 100%;
    border: none;
    border-radius: 0;
    position: relative;
    display: block; }
  main section.post .post-list {
    padding: 25px 0; }
    main section.post .post-list .post {
      padding: 20px 0; }
      main section.post .post-list .post span.title {
        display: block;
        color: #90bec5;
        font-weight: 500; }
      main section.post .post-list .post p {
        margin: 0;
        padding: 0; }
      main section.post .post-list .post .post-link {
        padding-top: 15px;
        text-decoration: none;
        display: block;
        color: #414141;
        font-weight: 500; }
main section.personal_zone {
  padding: 50px 0; }
  main section.personal_zone.info .user-name {
    font-size: 32px; }
    main section.personal_zone.info .user-name img {
      margin: 10px; }
  main section.personal_zone.info .block-info {
    margin: 10px 0; }
    main section.personal_zone.info .block-info.song .wrapp {
      list-style: none;
      columns: 2;
      -webkit-columns: 2;
      -moz-columns: 2; }
      main section.personal_zone.info .block-info.song .wrapp ul {
        margin: 0;
        padding: 0;
        margin-top: 25px;
        list-style: none; }
        main section.personal_zone.info .block-info.song .wrapp ul li {
          color: #404041; }
          main section.personal_zone.info .block-info.song .wrapp ul li a {
            color: #404041; }
    main section.personal_zone.info .block-info .wrapp {
      background-color: white;
      padding: 40px;
      min-height: 170px;
      position: relative; }
      main section.personal_zone.info .block-info .wrapp .section-title {
        display: block;
        font-size: 16px;
        color: #3f3f3f;
        font-weight: 500; }
        main section.personal_zone.info .block-info .wrapp .section-title.large {
          font-size: 32px;
          color: #505d73; }
      main section.personal_zone.info .block-info .wrapp .value {
        display: block;
        font-size: 32px;
        color: #505d73; }
      main section.personal_zone.info .block-info .wrapp ul {
        margin: 0;
        padding: 0;
        margin-top: 25px;
        list-style: none; }
        main section.personal_zone.info .block-info .wrapp ul li {
          color: #404041; }
          main section.personal_zone.info .block-info .wrapp ul li a {
            color: #404041; }
main section.contact-form, main section.text {
  padding: 50px 0; }
  main section.contact-form .form form input, main section.contact-form .form form select, main section.text .form form input, main section.text .form form select {
    height: 50px;
    border: none;
    display: inline-block; }
  main section.contact-form .form form textarea, main section.text .form form textarea {
    border: none;
    height: 140px; }
  main section.contact-form .form form .col-md-6 > input, main section.contact-form .form form .col-md-6 > textarea, main section.contact-form .form form .col-md-6 > select, main section.text .form form .col-md-6 > input, main section.text .form form .col-md-6 > textarea, main section.text .form form .col-md-6 > select {
    width: 80% !important;
    padding: 8px; }
  main section.contact-form .form form .col-md-6 > label, main section.text .form form .col-md-6 > label {
    width: 15%; }
  main section.contact-form .form form .col-md-12, main section.text .form form .col-md-12 {
    padding: 10px 0; }
    main section.contact-form .form form .col-md-12 > input, main section.contact-form .form form .col-md-12 > textarea, main section.contact-form .form form .col-md-12 > select, main section.text .form form .col-md-12 > input, main section.text .form form .col-md-12 > textarea, main section.text .form form .col-md-12 > select {
      width: 100%;
      padding: 8px; }
    main section.contact-form .form form .col-md-12 > label, main section.text .form form .col-md-12 > label {
      width: 7%; }
    main section.contact-form .form form .col-md-12.textarea label, main section.text .form form .col-md-12.textarea label {
      top: -124px;
      position: relative; }
  main section.contact-form .form form .btn, main section.text .form form .btn {
    margin-top: 0; }
  main section.contact-form .form form .text, main section.text .form form .text {
    padding: 0 60px;
    font-weight: 700; }
  main section.contact-form .form form .input .input, main section.text .form form .input .input {
    padding: 10px 0; }
main section.contact-form p {
  font-size: 28px;
  margin: 0; }
main section.about-author {
  padding: 80px 0 120px 0; }
  main section.about-author .quote {
    margin-bottom: 20px; }
  main section.about-author .image img {
    position: relative;
    left: -40px; }
main section.archive {
  padding: 50px 0; }
  main section.archive .item {
    min-height: 200px; }
    main section.archive .item h3, main section.archive .item h3 a {
      font-size: 23px;
      color: #ed4036;
      font-weight: 600;
      padding-bottom: 10px; }
    main section.archive .item ul {
      margin: 0;
      padding: 0;
      list-style: none; }
      main section.archive .item ul li *:not(.red) {
        color: #505d73; }
    main section.archive .item .link {
      color: #505d73;
      font-weight: 600; }
main section.author {
  padding: 50px 0; }
  main section.author .block-info {
    margin: 50px 0; }
    main section.author .block-info .wrapp {
      background-color: #f5f5f5;
      padding: 40px;
      min-height: 170px;
      position: relative; }
      main section.author .block-info .wrapp .section-title {
        display: block;
        font-size: 16px;
        color: #3f3f3f;
        font-weight: 300; }
        main section.author .block-info .wrapp .section-title.large {
          font-size: 32px;
          color: #505d73; }
      main section.author .block-info .wrapp .value {
        display: block;
        font-size: 32px;
        color: #505d73; }
      main section.author .block-info .wrapp ul {
        margin: 0;
        padding: 0;
        margin-top: 25px;
        list-style: none; }
        main section.author .block-info .wrapp ul li {
          color: #404041; }
main section.author.artist .text {
  margin-top: 25px; }
main section.artists {
  margin: 50px; }
  main section.artists p {
    font-weight: 600; }
  main section.artists .alphabet {
    margin: 20px 0;
    text-align: center; }
    main section.artists .alphabet ul {
      list-style: none;
      margin: 10px auto;
      padding: 10px 0; }
      main section.artists .alphabet ul li {
        display: inline-block;
        padding: 10px; }
        main section.artists .alphabet ul li a {
          font-weight: 600;
          color: #404041;
          font-size: 20px; }
          main section.artists .alphabet ul li a:hover {
            text-decoration: none;
            color: #ed4036; }
        main section.artists .alphabet ul li.active a {
          color: #ed4036; }
  main section.artists .filter {
    margin: 20px 0;
    text-align: center; }
    main section.artists .filter .wrap {
      width: 220px; }
      main section.artists .filter .wrap ul {
        list-style: none;
        margin: 10px auto;
        padding: 10px 0; }
        main section.artists .filter .wrap ul li {
          display: inline-block;
          padding: 10px; }
          main section.artists .filter .wrap ul li a {
            font-weight: 600;
            color: #404041;
            font-size: 20px; }
            main section.artists .filter .wrap ul li a:hover {
              text-decoration: none;
              color: #008694; }
          main section.artists .filter .wrap ul li.active a {
            color: #008694; }
  main section.artists .artists-lists {
    margin: 20px 0; }
    main section.artists .artists-lists .item {
      min-height: 200px; }
      main section.artists .artists-lists .item h3 {
        font-size: 23px;
        color: #ed4036;
        font-weight: 600;
        padding-bottom: 10px; }
      main section.artists .artists-lists .item ul {
        margin: 0;
        padding: 0;
        list-style: none; }
        main section.artists .artists-lists .item ul li a {
          color: #404041;
          font-weight: 600; }
      main section.artists .artists-lists .item .link {
        color: #404041;
        font-weight: 600; }
  main section.artists .song-lists {
    margin: 20px 0;
    clear: both;
    padding-left: 15px;
    padding-right: 15px; }
    main section.artists .song-lists .item h3, main section.artists .song-lists .item h3 a, main section.artists .song-lists .song-item h3, main section.artists .song-lists .song-item h3 a {
      font-size: 23px;
      color: #ed4036;
      font-weight: 600;
      padding-bottom: 10px; }
    main section.artists .song-lists .item ul, main section.artists .song-lists .song-item ul {
      margin: 0;
      padding: 0;
      list-style: none; }
      main section.artists .song-lists .item ul li *:not(.red), main section.artists .song-lists .song-item ul li *:not(.red) {
        color: #505d73; }
    main section.artists .song-lists .item .link, main section.artists .song-lists .song-item .link {
      color: #505d73;
      font-weight: 600; }
    main section.artists .song-lists .item {
      min-height: 200px; }
main section.sign_in .container-signin {
  width: 750px;
  margin: 50px auto; }
  main section.sign_in .container-signin .form .section-title {
    font-size: 30px; }
  main section.sign_in .container-signin .form .wrap {
    padding: 25px;
    background-color: #f5f5f5; }
    main section.sign_in .container-signin .form .wrap form {
      text-align: center; }
      main section.sign_in .container-signin .form .wrap form .field {
        margin: 20px 0; }
        main section.sign_in .container-signin .form .wrap form .field label {
          display: block;
          font-weight: 400;
          font-size: 16px; }
        main section.sign_in .container-signin .form .wrap form .field input {
          width: 100%;
          height: 50px;
          border: none; }
        main section.sign_in .container-signin .form .wrap form .field input[type="checkbox"] {
          width: initial;
          height: auto;
          border: none;
          position: relative;
          display: inline-block;
          padding: 5px;
          margin: 6px; }
        main section.sign_in .container-signin .form .wrap form .field p {
          font-size: 14px;
          margin: 10px 0 15px; }
  main section.sign_in .container-signin .forgot-link {
    margin-top: 20px; }
    main section.sign_in .container-signin .forgot-link a {
      color: #ed4036;
      font-weight: 600;
      text-decoration: underline; }
      main section.sign_in .container-signin .forgot-link a:hover {
        text-decoration: none; }
main section.single-song {
  margin: 50px 0; }
  main section.single-song ul {
    padding-right: 0;
    list-style: none; }
    main section.single-song ul.social-share {
      padding-right: 0; }
      main section.single-song ul.social-share li {
        display: inline-block;
        margin: 0 5px; }
        main section.single-song ul.social-share li a {
          height: 39px;
          width: 34px;
          display: inline-block;
          position: relative;
          background-repeat: no-repeat; }
        main section.single-song ul.social-share li.print a {
          background-image: url("../images/soc-4.png"); }
        main section.single-song ul.social-share li.facebook a {
          background-image: url("../images/soc-5.png"); }
        main section.single-song ul.social-share li.twitter a {
          background-image: url("../images/soc-6.png"); }
    main section.single-song ul li {
      font-size: 14px; }
      main section.single-song ul li a {
        font-weight: 700;
        color: #293044; }
      main section.single-song ul li a.print {
        color: #ed4036; }
  main section.single-song .share {
    width: 49%;
    display: inline-block;
    height: 45px;
    margin: 0;
    padding: 0; }
    main section.single-song .share .social-share {
      padding-right: 0;
      position: relative;
      top: 13px; }
      main section.single-song .share .social-share .text {
        top: -14px;
        position: relative;
        font-size: 16px;
        color: #ed4036;
        font-weight: bolder; }
  main section.single-song .title-bar {
    margin-bottom: 20px; }
    main section.single-song .title-bar .thumbnail {
      margin-top: 20px; }
  main section.single-song .section-title {
    width: 49%;
    display: inline-block;
    font-size: 32px;
    font-weight: 400;
    height: 45px;
    margin: 0;
    padding: 0; }
  main section.single-song .thumbnail {
    border: none;
    padding: 0; }
    main section.single-song .thumbnail img.img-responsive {
      width: 100%;
      padding: 5px;
      opacity: 1;
      transform: scale(1);
      border: 2px solid #505d73; }
      main section.single-song .thumbnail img.img-responsive.show_none {
        position: absolute;
        height: 80%;
        width: auto;
        opacity: 0; }
  main section.single-song .block-info {
    margin: 50px 0; }
    main section.single-song .block-info .wrapp {
      background-color: #f5f5f5;
      padding: 40px;
      min-height: 170px;
      position: relative; }
      main section.single-song .block-info .wrapp .section-title {
        display: block;
        color: #3f3f3f;
        font-size: 32px;
        font-weight: 400; }
        main section.single-song .block-info .wrapp .section-title.large {
          font-size: 32px;
          color: #505d73; }
      main section.single-song .block-info .wrapp .value {
        display: block;
        font-size: 32px;
        color: #505d73; }
      main section.single-song .block-info .wrapp ul {
        margin: 0;
        padding: 0;
        margin-top: 25px;
        list-style: none; }
        main section.single-song .block-info .wrapp ul li {
          color: #404041; }
  main section.single-song .info .details {
    border: 1px solid #ebebeb;
    display: table;
    width: 100%;
    margin: 0 0 20px 0; }
    main section.single-song .info .details .item {
      display: flex; }
      main section.single-song .info .details .item.no-border span {
        border-bottom: none; }
      main section.single-song .info .details .item.no-top-padding span {
        padding-top: 0; }
      main section.single-song .info .details .item span {
        width: 50%;
        display: table-cell;
        font-size: 16px;
        padding: 15px;
        border-bottom: 1px solid #ebebeb; }
        main section.single-song .info .details .item span.item-label {
          background-color: #f5f5f5;
          font-size: 16px;
          font-weight: 600; }
    main section.single-song .info .details .detail {
      opacity: 1;
      transform: scale(1); }
      main section.single-song .info .details .detail.show_none {
        -webkit-transition: all .8s;
        -moz-transition: all .8s;
        -o-transition: all .8s;
        transition: all .8s;
        position: absolute;
        height: 80%;
        width: auto;
        opacity: 0;
        display: none; }
  main section.single-song .info .panel-heading .accordion-toggle {
    display: block;
    text-decoration: none;
    font-weight: 600; }
    main section.single-song .info .panel-heading .accordion-toggle:after {
      font-family: 'FontAwesome';
      content: "\f078";
      font-size: 12px; }
    main section.single-song .info .panel-heading .accordion-toggle.collapsed:after {
      content: "\f053"; }
  main section.single-song .info .panel-body {
    padding: 0; }
    main section.single-song .info .panel-body ul {
      padding: 0;
      margin: 0; }
      main section.single-song .info .panel-body ul li {
        font-size: 16px;
        padding: 15px;
        border-bottom: 1px solid #ebebeb;
        cursor: pointer; }
        main section.single-song .info .panel-body ul li.change-thumbnail:hover, main section.single-song .info .panel-body ul li.change-thumbnail.active {
          background: whitesmoke; }
        main section.single-song .info .panel-body ul li:last-child {
          border-bottom: none; }
main section.comments {
  margin: 20px 0; }
  main section.comments .comment-title-bar {
    border-bottom: 1px solid #bbbbbb;
    padding: 0; }
    main section.comments .comment-title-bar div {
      display: inline-block;
      width: 49.8%; }
    main section.comments .comment-title-bar .add-comment {
      color: #ed4036;
      font-weight: 600; }
    main section.comments .comment-title-bar .section-title {
      font-size: 32px;
      font-weight: 400; }
  main section.comments .comments-wrap .comment {
    padding: 10px;
    position: relative;
    clear: both;
    border-bottom: 1px solid #ebebeb;
    font-size: 14px; }
    main section.comments .comments-wrap .comment .info {
      position: relative; }
      main section.comments .comments-wrap .comment .info .user-name {
        font-weight: 600;
        padding-right: 40px; }
      main section.comments .comments-wrap .comment .info .date {
        padding-right: 40px; }
      main section.comments .comments-wrap .comment .info .comment-count {
        top: 5px;
        right: 8px;
        position: absolute;
        color: #ed4036;
        font-weight: 600; }
main section.tabs .tabs-content .item {
  display: none; }
  main section.tabs .tabs-content .item.active {
    display: block; }
main section.text {
  margin: 50px 0; }

footer {
  background-color: #f5f5f5;
  padding: 50px 15px; }
  footer .widget {
    font-weight: 700; }
    footer .widget#text-2 {
      font-size: 14px; }
    footer .widget P {
      color: #293044; }
    footer .widget .title {
      color: #0d8a97; }
    footer .widget ul {
      padding-right: 0;
      list-style: none; }
      footer .widget ul.social {
        padding-right: 0; }
        footer .widget ul.social li {
          display: inline-block; }
          footer .widget ul.social li a {
            height: 33px;
            width: 33px;
            display: inline-block;
            position: relative; }
          footer .widget ul.social li.instagram a {
            background-image: url("../images/soc-3.png"); }
          footer .widget ul.social li.facebook a {
            background-image: url("../images/soc-1.png"); }
          footer .widget ul.social li.youtube a {
            background-image: url("../images/soc-2.png"); }
      footer .widget ul li {
        font-size: 14px; }
        footer .widget ul li a {
          font-weight: 700;
          color: #293044; }
  footer hr {
    border-top: 1px solid #293044; }
  footer .footer-bottom {
    color: #293044; }
    footer .footer-bottom a {
      color: #293044;
      text-decoration: underline; }
    footer .footer-bottom .col-md-5.copyright {
      padding: 11px; }
    footer .footer-bottom img {
      margin: 5px; }

.custom-modal {
  border-radius: 0; }
  .custom-modal .modal-dialog {
    border-radius: 0; }
    .custom-modal .modal-dialog .modal-content {
      border-radius: 0;
      padding: 20px; }
      .custom-modal .modal-dialog .modal-content .modal-header {
        padding: 0;
        border-bottom: none; }
        .custom-modal .modal-dialog .modal-content .modal-header button.close {
          padding: 0;
          cursor: pointer;
          background: 0 0;
          -webkit-appearance: none;
          border: 2px solid #505d73;
          height: 25px;
          width: 25px;
          border-radius: 50%;
          color: #505d73; }
      .custom-modal .modal-dialog .modal-content .modal-body {
        border-bottom: none; }
      .custom-modal .modal-dialog .modal-content .modal-footer {
        border: none;
        text-align: center; }

a.red-link {
  color: #ed4036;
  font-size: 18px;
  padding: 20px 0;
  position: relative;
  display: block;
  font-weight: bold; }

.page-id-28698 main section.text,
.page-id-28703 main section.text {
  margin: 0; }

@media (min-width: 768px) {
  .modal-sm {
    width: 400px; } }
@media (min-width: 968px) and (max-width: 1366px) {
  .col-lg-4.col-md-6 {
    width: 50%;
    margin-left: 0; } }
@media only screen and (max-width: 1024px) {
  main section.most-last-viewed {
    padding: 30px; }
    main section.most-last-viewed .mlv-table.first-child {
      margin-right: 17px;
      margin-left: 40px; }
    main section.most-last-viewed .mlv-table.last-child {
      margin-left: 40px;
      margin-right: 17px; }
  main section.author {
    padding: 25px; }
  main section.artists {
    margin: 20px; }
  main section.archive {
    padding: 25px; }
  main section.contact-form {
    padding: 25px; }
  main section.about-author {
    padding: 25px; } }
@media only screen and (max-width: 768px) {
  .text-sm-center {
    text-align: center; }

  .text-sm-left {
    text-align: left; }

  .text-sm-right {
    text-align: right; }

  main section.main-banner {
    height: 375px;
    background-size: cover;
    background-repeat: no-repeat; }
    main section.main-banner.style-2 {
      height: 200px;
      background-position: left; }
      main section.main-banner.style-2 .container .wrapper-text {
        height: 200px;
        color: white; }
    main section.main-banner .container {
      width: 375px; }
      main section.main-banner .container .wrapper-text {
        height: 375px;
        color: white; }
  main section.most-last-viewed {
    padding: 30px 0; }
    main section.most-last-viewed .mlv-table.first-child {
      margin-right: 17px;
      margin-left: 40px; }
    main section.most-last-viewed .mlv-table.last-child {
      margin-left: 40px;
      margin-right: 17px; }
  main section.author {
    padding: 25px; }
  main section.steps .container-steps {
    width: fit-content; }
  main section.promotion .item {
    padding: 30px; }
  main section.number-counter {
    padding: 80px 0; }
  main section.artists {
    margin: 20px; }
  main section.archive {
    padding: 25px; }
  main section.contact-form {
    padding: 25px; }
  main section.about-author {
    padding: 25px; }
  main section.archive {
    padding: 0; }
  main section.contact-form {
    padding: 25px 0; }
    main section.contact-form .form form .col-md-12 {
      padding: 10px 15px !important; }
  main section.about-author {
    padding: 0; }
    main section.about-author .image img {
      position: relative;
      left: 9px;
      top: 31px;
      transform: scale(0.9); }
  main section.comments {
    margin: 20px 0;
    padding: 0 10px; }
    main section.comments .comment-title-bar {
      border-bottom: 1px solid #bbbbbb;
      padding: 0; }
      main section.comments .comment-title-bar div {
        display: inline-block;
        width: 48.8%; }
  main section.artists {
    margin: 20px 0;
    padding: 0; }
  main section.post {
    padding: 0; }

  footer {
    padding: 25px 0; } }
@media only screen and (max-width: 425px) {
  .text-xs-center {
    text-align: center; }

  .text-xs-left {
    text-align: left; }

  .text-xs-right {
    text-align: right; }

  .pull-xs-right {
    float: right !important; }

  .pull-xs-left {
    float: left !important; }

  .navbar {
    position: relative;
    min-height: inherit; }
    .navbar .navbar-toggle {
      position: absolute;
      left: 0;
      top: -56px; }
    .navbar .navbar-nav {
      width: 100%;
      margin: 7.5px 0px; }
    .navbar .navbar-nav > li {
      float: none;
      display: block;
      width: 100%; }
    .navbar .navbar-nav .open .dropdown-menu .dropdown-header, .navbar .navbar-nav .open .dropdown-menu > li > a {
      padding: 5px 25px; }

  header .head-bar ul {
    padding: 0;
    margin: 0 auto;
    margin-bottom: 10px; }

  .btn {
    margin-top: 0;
    font-weight: 500;
    font-size: 10px;
    -webkit-transition: all 1s;
    -moz-transition: all 1s;
    -ms-transition: all 1s;
    -o-transition: all 1s;
    transition: all 1s; }
    .btn.btn-round {
      height: 30px;
      border-radius: 30px;
      padding: 6px 30px; }
    .btn.red {
      background-color: #ed4036;
      border: 2px solid #ed4036;
      color: white; }
      .btn.red:hover {
        background-color: transparent;
        border: 2px solid #ed4036;
        color: #ed4036; }
    .btn.red-transparent {
      background-color: transparent;
      border: 2px solid #ed4036;
      color: #ed4036; }
      .btn.red-transparent:hover {
        background-color: #ed4036;
        border: 2px solid #ed4036;
        color: white; }
    .btn i.fa.fa-chevron-left {
      margin-right: 8px;
      position: relative;
      font-size: 10px; }

  main section.main-banner {
    height: 180px;
    background-size: cover;
    background-repeat: no-repeat; }
    main section.main-banner.style-2 {
      height: 100px;
      background-position: left; }
      main section.main-banner.style-2 .container .wrapper-text {
        height: 100px;
        color: white; }
    main section.main-banner .container {
      width: initial; }
      main section.main-banner .container .wrapper-text {
        height: 152px;
        color: white; }
        main section.main-banner .container .wrapper-text h1 {
          font-size: 20px;
          margin: 0; }
        main section.main-banner .container .wrapper-text p {
          font-size: 10px;
          padding: 10px; }
  main section.most-last-viewed .last {
    margin-top: 20px; }
  main section.most-last-viewed .mlv-table.first-child {
    margin-right: 17px;
    margin-left: 17px; }
  main section.most-last-viewed .mlv-table.last-child {
    margin-left: 17px;
    margin-right: 17px; }
  main section.most-last-viewed .mlv-table .item img {
    width: 50px;
    right: -9px;
    position: relative; }
  main section.most-last-viewed .mlv-table .item span.count {
    padding: 14px 0;
    font-weight: 700;
    color: #505d73; }
  main section.plans .container-plan {
    width: fit-content; }
    main section.plans .container-plan .item-2, main section.plans .container-plan .item-3 {
      margin-top: 20px; }
  main section.number-counter {
    padding: 40px 0;
    height: 350px; }
    main section.number-counter .item .number {
      font-size: 30px;
      font-weight: 300; }
  main section.steps .container-steps {
    width: 270px; }
    main section.steps .container-steps .section-title {
      padding: 20px 0; }
    main section.steps .container-steps .item .s-icon:before {
      right: 63%; }
  main section.promotion .item ul {
    padding: 0; }
  main section.author {
    padding: 10px; }
    main section.author .block-info .wrapp {
      padding: 20px; }
  main section.artists .artists-lists .item {
    width: 100%; }
  main section.contact-form {
    padding: 25px 0; }
    main section.contact-form p {
      font-size: 28px;
      margin: 0; }
    main section.contact-form .form form input {
      height: 50px;
      border: none; }
    main section.contact-form .form form textarea {
      border: none;
      height: 100px; }
    main section.contact-form .form form .col-md-6 {
      padding: 10px 0; }
      main section.contact-form .form form .col-md-6 > input, main section.contact-form .form form .col-md-6 > textarea, main section.contact-form .form form .col-md-6 > select {
        width: 100% !important; }
      main section.contact-form .form form .col-md-6 > label {
        width: 100%; }
    main section.contact-form .form form .col-md-12 {
      padding: 10px 0; }
      main section.contact-form .form form .col-md-12 > input, main section.contact-form .form form .col-md-12 > textarea {
        width: 100%; }
      main section.contact-form .form form .col-md-12 > label {
        width: 100%; }
      main section.contact-form .form form .col-md-12.textarea label {
        top: 0;
        position: relative; }
    main section.contact-form .form form .btn {
      margin-top: 0; }
    main section.contact-form .form form .text {
      padding: 0 60px;
      font-weight: 700; }
  main section.about-author {
    padding: 20px 0; }
  main section.sign_in .container-signin {
    width: fit-content;
    margin: 50px auto; }
    main section.sign_in .container-signin .form .section-title {
      font-size: 30px; }
    main section.sign_in .container-signin .form .wrap {
      padding: 25px;
      background-color: #f5f5f5; }
      main section.sign_in .container-signin .form .wrap form {
        text-align: center; }
        main section.sign_in .container-signin .form .wrap form .field {
          margin: 20px 0; }
          main section.sign_in .container-signin .form .wrap form .field label {
            display: block;
            font-weight: 400;
            font-size: 16px; }
          main section.sign_in .container-signin .form .wrap form .field input {
            width: 100%;
            height: 50px;
            border: none; }
          main section.sign_in .container-signin .form .wrap form .field p {
            font-size: 14px;
            margin: 10px 0 15px; }
    main section.sign_in .container-signin .forgot-link {
      margin-top: 20px; }
      main section.sign_in .container-signin .forgot-link a {
        color: #ed4036;
        font-weight: 600;
        text-decoration: underline; }
        main section.sign_in .container-signin .forgot-link a:hover {
          text-decoration: none; }
  main section.personal_zone {
    padding: 50px 0; }
    main section.personal_zone.info .user-name {
      font-size: 20px; }
      main section.personal_zone.info .user-name img {
        margin: 10px; }
    main section.personal_zone.info .block-info {
      margin: 10px 0; }
      main section.personal_zone.info .block-info.song .wrapp {
        list-style: none;
        columns: 1;
        -webkit-columns: 1;
        -moz-columns: 1; }
      main section.personal_zone.info .block-info .wrapp {
        background-color: white;
        padding: 10px;
        min-height: 170px;
        position: relative; }
        main section.personal_zone.info .block-info .wrapp .section-title {
          display: block;
          font-size: 16px;
          color: #3f3f3f;
          font-weight: 500; }
          main section.personal_zone.info .block-info .wrapp .section-title.large {
            font-size: 32px;
            color: #505d73; }
        main section.personal_zone.info .block-info .wrapp .value {
          display: block;
          font-size: 32px;
          color: #505d73; }
        main section.personal_zone.info .block-info .wrapp ul {
          margin: 0;
          padding: 0;
          margin-top: 25px;
          list-style: none; }
          main section.personal_zone.info .block-info .wrapp ul li {
            color: #404041; }
  main section.single-song .section-title {
    width: 100%;
    display: block;
    font-size: 20px;
    font-weight: 400;
    height: initial; }
  main section.single-song .share {
    width: 100%;
    display: block;
    height: 45px;
    margin: 0;
    padding: 0;
    text-align: center; } }
.purple-title {
  background: #505d73;
  color: #fff;
  font-size: 20px;
  margin: 0 0 10px;
  font-weight: 700;
  line-height: 60px; }

h2.purpletitle {
  background: #505d73;
  color: #fff;
  font-size: 22px;
  margin: 0 0 20px;
  font-weight: 700;
  line-height: 60px;
  padding-right: 20px; }

/* Buttons
------------------------------------------ */
.btn, a.btn {
  background-color: #ed4036;
  color: #fff;
  padding: 5px 15px; }

.btn:hover, a.btn:hover {
  color: #fff; }

a.btn-publish {
  padding: 15px;
  line-height: 35px;
  margin-bottom: 20px;
  font-size: 22px;
  font-weight: 700;
  background: #ed4036 url(../../images/icon-publish.png) 20px center no-repeat;
  color: #fff;
  display: block;
  text-align: right;
  text-decoration: none !important;
  width: 100%;
  position: relative;
  right: 0px; }

a.btn-publish:hover {
  color: #fff;
  text-decoration: none !important;
  background-position: 30px center;
  padding-right: 30px; }

.board-header {
  min-height: 118px; }

.board-header a.btn-publish {
  top: 0;
  margin-bottom: 10px; }

.btn-print {
  background-image: url("../../images/icon-print.png");
  background-position: 90% center;
  background-repeat: no-repeat;
  display: block;
  padding-right: 60px; }

/* Taxonomy - board
------------------------------------------ */
.board-header h1.page-header {
  margin: 30px 0 0;
  font-size: 22px;
  font-weight: 700;
  color: #ed4036; }

@media screen and (max-width: 600px) {
  .board-header h1.page-header {
    margin: 0 0 30px;
    text-align: center; } }
.ad-loop-item {
  position: relative;
  padding: 8px 0;
  border-bottom: 1px solid #ededed; }

.ad-loop-item:last-child {
  border-bottom: 0; }

.ad-loop-item h3 {
  margin: 0;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.42857143; }

.ad-loop-item header {
  cursor: pointer; }

.ad-loop-item .jupiter {
  margin-top: 20px;
  overflow: hidden;
  display: none; }

.loop-ad-meta p {
  margin-bottom: 0;
  line-height: 1.1; }

/* BBPRESS
------------------------------------------ */
/* reset */
#bbpress-forums ul.bbp-lead-topic, #bbpress-forums ul.bbp-topics, #bbpress-forums ul.bbp-forums, #bbpress-forums ul.bbp-replies, #bbpress-forums ul.bbp-search-results {
  border: 0; }

#bbpress-forums {
  overflow: visible; }

#bbpress-forums li.bbp-header,
#bbpress-forums div.odd, #bbpress-forums ul.odd,
#bbpress-forums li.bbp-header, #bbpress-forums li.bbp-footer {
  border: 0;
  background: transparent;
  background-color: transparent; }

#bbpress-forums li.bbp-body ul.forum, #bbpress-forums li.bbp-body ul.topic {
  border-top: 0; }

.bbp-topic-started-by img {
  display: none; }

#bbpress-forums ul.bbp-lead-topic, #bbpress-forums ul.bbp-topics, #bbpress-forums ul.bbp-forums, #bbpress-forums ul.bbp-replies, #bbpress-forums ul.bbp-search-results {
  font-size: 16px; }

/* bbpres styles */
#bbpress-forums,
#bbpress-forums div.bbp-the-content-wrapper textarea.bbp-the-content {
  font-size: 16px; }

#bbpress-forums .bbp-header {
  background: #505d73;
  color: #fff;
  line-height: 3;
  font-size: 16px; }

.bbp-topics .bbp-body .row {
  line-height: 38px;
  font-size: 16px;
  position: relative;
  border-bottom: 1px solid #ededed; }

.red-dot {
  background-color: #ed4036;
  border-radius: 100%;
  height: 9px;
  width: 9px;
  position: absolute;
  right: 0; }

.ad-loop-item .red-dot {
  top: 43px; }

.bbp-topics .bbp-body .row .red-dot {
  top: 15px; }

div.bbp-template-notice, div.indicator-hint {
  border-radius: 0; }

#bbpress-forums div.bbp-forum-author, #bbpress-forums div.bbp-topic-author, #bbpress-forums div.bbp-reply-author {
  width: 80px;
  margin-right: 15px;
  line-height: 1; }

span.bbp-admin-links a {
  color: #b9b9b9; }

.characters .char a {
  font-size: 13px; }

span.bbp-admin-links {
  color: #ededed;
  font-size: 13px; }

div.bbp-forum-header, div.bbp-topic-header, div.bbp-reply-header {
  border-top: 0;
  border-bottom: 1px solid #ededed;
  padding: 0; }

#bbpress-forums div.bbp-forum-header, #bbpress-forums div.bbp-topic-header, #bbpress-forums div.bbp-reply-header {
  background-color: transparent; }

#bbpress-forums div.bbp-forum-author a.bbp-author-name, #bbpress-forums div.bbp-topic-author a.bbp-author-name, #bbpress-forums div.bbp-reply-author a.bbp-author-name {
  margin: 10px 0 0; }

span.bbp-topic-post-date,
span.bbp-reply-post-date {
  background: #ededed;
  color: #b9b9b9;
  padding: 0 5px;
  font-size: 13px; }

#bbpress-forums .col-md-1, #bbpress-forums .col-md-10, #bbpress-forums .col-md-11, #bbpress-forums .col-md-12, #bbpress-forums .col-md-2, #bbpress-forums .col-md-3, #bbpress-forums .col-md-4, #bbpress-forums .col-md-5, #bbpress-forums .col-md-6, #bbpress-forums .col-md-7, #bbpress-forums .col-md-8, #bbpress-forums .col-md-9 {
  float: right; }

#bbpress-forums fieldset.bbp-form p, #bbpress-forums fieldset.bbp-form textarea, #bbpress-forums fieldset.bbp-form select, #bbpress-forums fieldset.bbp-form input:not(.ed_button) {
  width: 100%; }

@media only screen and (max-width: 425px) {
  .col-md-6.bbp-topic-title {
    padding-right: 30px; }

  .bbp-topics .bbp-body .row .red-dot {
    top: 15px;
    right: 15px; } }
#bbpress-forums fieldset.bbp-form input#bbp_topic_subscription {
  width: 12px; }

.text-right {
  text-align: left; }

.text-left {
  text-align: right; }

.pull-right {
  float: left !important; }

.pull-left {
  float: right !important; }

.navbar-nav {
  float: right; }
  .navbar-nav > li {
    float: right; }

.close {
  float: initial; }

@media only screen and (max-width: 768px) {
  .text-sm-center {
    text-align: center; }

  .text-sm-left {
    text-align: right; }

  .text-sm-right {
    text-align: left; } }
@media only screen and (max-width: 425px) {
  .text-xs-center {
    text-align: center; }

  .text-xs-left {
    text-align: right; }

  .text-xs-right {
    text-align: left; }

  .pull-xs-right {
    float: left !important; }

  .pull-xs-left {
    float: right !important; }

  .dropdown-menu {
    text-align: right; } } 
.page-template-tmpl-contact main section.contact-form .form form .col-md-12 > input, .page-template-tmpl-contact main section.contact-form .form form .col-md-12 > textarea {
  width: 90.5%; }
.page-template-tmpl-contact main section.contact-form .form form button#cf_btn {
  border-radius: 100px;
  width: 70% !important;
  height: 50px;
  padding: 8px;
  border: 2px solid #ed4036; }
  .page-template-tmpl-contact main section.contact-form .form form button#cf_btn:hover {
    background-color: #fff;
    color: #ed4036; }

.page-template-page-publishad section.contact-form .form form .col-md-12 > input, .page-template-page-publishad section.contact-form .form form .col-md-12 > select, .page-template-page-publishad section.contact-form .form form .col-md-12 > textarea {
  width: 90.5%; }
.page-template-page-publishad section.contact-form .form form button#cf_btn {
  border-radius: 100px;
  width: 70% !important;
  height: 50px;
  padding: 8px;
  border: 2px solid #ed4036; }
  .page-template-page-publishad section.contact-form .form form button#cf_btn:hover {
    background-color: #fff;
    color: #ed4036; }

.tax-performer .image .img-responsive {
  margin-top: 25px; }

/*# sourceMappingURL=style.css.map */
