#editVoice .tile {
  padding: 20px 15px 30px 15px;
}

#editVoice .tile h2.tile_title {
  font-size: 22px;
  padding: 15px 5px 15px 5px;
  margin: 0px;
}

#editVoice .btn-div {
  padding-top: 0px;
  padding-bottom: 0px;
  line-height: 35px;
}

#editVoice .btn-div .tag {
  display: inline-block;
  background-color: #fbfbfb;
  padding: 3px 6px;
  border-radius: 6px;
  margin: 5px 0 0 6px;
  font-size: 13px;
  line-height: 19px;
}

/* ////////////////////////////////////////////// */
/* ////////////// Voices Directory home ////////////// */
/* ////////////////////////////////////////////// */

#voices_directory_home .jumbo_header {
  background-image: url("../images/backgrounds/bg_3.jpg");
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-position: top;
  background-size: cover;
  margin-top: -20px;
  text-shadow: 0.5px 0.5px 0.1px rgba(0, 0, 0, 0.4);
}

#voices_directory_home .jumbo_header .overlay {
  background: rgba(0, 0, 0, 0.2);
  background: linear-gradient(
    90deg,
    rgba(241, 60, 4, 0.6) 0%,
    rgba(240, 166, 56, 0) 100%
  );
  padding: 30px 15px 90px 15px;
}

#voices_directory_home .jumbo_header .header_container {
  max-width: 700px;
  margin: auto;
  position: relative;
}

#voices_directory_home .jumbo_header .page_title {
  margin: 50px 0 50px 0;
  text-align: center;
  color: #fff;
}

#voices_directory_home .jumbo_header .page_title .title {
  font-size: 30px;
  line-height: 30px;
}
#voices_directory_home .jumbo_header .page_title .desc {
  font-size: 16px;
  line-height: 30px;
  font-family: var(--nice_font_2);
  max-width: 500px;
  margin: 20px auto 0 auto;
}

#voices_directory_home .search {
  max-width: 500px;
  margin: auto;
  position: relative;
}

#voices_directory_home .search input {
  border: none;
  padding: 30px 20px;
  border-radius: 40px;
  background: rgba(0, 0, 0, 0.5);
  color: rgb(230, 230, 230) !important;
}
#voices_directory_home .search input:focus {
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075),
    0 0 8px rgba(255, 180, 180, 0.726);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075),
    0 0 8px rgba(255, 180, 180, 0.726);
}
#voices_directory_home .search input::placeholder {
  color: #fcb652e8 !important;
}
#voices_directory_home .search button {
  position: absolute;
  left: 15px;
  top: 10px;
  border-radius: 20px;
  height: 40px;
  width: 40px;
  padding: 0px;
  background-color: #820909;
  color: rgba(255, 255, 255, 0.6);
  border: none !important;
}
#voices_directory_home .search .advanced_search_link {
  margin-top: 8px;
  margin-left: 20px;
  text-align: left;
}
#voices_directory_home .search .advanced_search_link a {
  font-size: 14px;
  color: #d2931a !important;
  font-family: var(--nice_font_2);
  outline: none;
}

#voices_directory_home .contents {
  margin-top: -40px;
}

#voices_directory_home .contents .section {
  background: #fff;
  padding: 70px 30px 30px 30px;
  border-radius: 20px;
  margin-bottom: 30px;
  box-shadow: 0px 0px 6px -1px rgba(0, 0, 0, 0.09);
  -webkit-box-shadow: 0px 0px 6px -1px rgba(0, 0, 0, 0.09);
  -moz-box-shadow: 0px 0px 6px -1px rgba(0, 0, 0, 0.09);
}

#voices_directory_home .directories {
  margin: 15px 0;
}

#voices_directory_home .directories .section_heading {
  text-align: center;
  margin-bottom: 40px;
}

#voices_directory_home .directories .section_heading .section_title {
  font-size: 22px;
  line-height: 30px;
}
#voices_directory_home .directories .section_heading .section_desc {
  font-size: 16px;
  line-height: 30px;
}

#voices_directory_home .directories .directory {
  padding: 25px 15px 20px 15px;
  text-align: center;
  display: block;
  font-size: 16px;
  margin-bottom: 15px;
  line-height: 20px !important;
  transition: all 1s;
  border: 3px solid #f7f7f7;
}

#voices_directory_home .directories .directory:hover {
  background: rgba(255, 175, 75, 1);
  background: -moz-linear-gradient(
    left,
    rgba(255, 175, 75, 1) 0%,
    rgba(237, 0, 0, 0.59) 100%
  );
  background: -webkit-gradient(
    left top,
    right top,
    color-stop(0%, rgba(255, 175, 75, 1)),
    color-stop(100%, rgba(237, 0, 0, 0.59))
  );
  background: -webkit-linear-gradient(
    left,
    rgba(255, 175, 75, 1) 0%,
    rgba(237, 0, 0, 0.59) 100%
  );
  background: -o-linear-gradient(
    left,
    rgba(255, 175, 75, 1) 0%,
    rgba(237, 0, 0, 0.59) 100%
  );
  background: -ms-linear-gradient(
    left,
    rgba(255, 175, 75, 1) 0%,
    rgba(237, 0, 0, 0.59) 100%
  );
  background: linear-gradient(
    to right,
    rgba(255, 175, 75, 1) 0%,
    rgba(237, 0, 0, 0.59) 100%
  );
  filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#ffaf4b', endColorstr='#ed0000', GradientType=1);
  transition: all 1s;
}

#voices_directory_home .directories .directory:hover .title {
  color: #fff !important;
  transition: all 0.2s;
}

#voices_directory_home .directories .directory:hover .image {
  color: #fff !important;
  transition: all 0.2s;
}

#voices_directory_home .directories .directory .image {
  font-size: 48px;
  color: #f63a00 !important;
  transition: all 0.2s;
}

#voices_directory_home .directories .directory .title {
  font-size: 16px;
  margin-top: 5px;
  color: #333;
  transition: all 0.2s;
}

/* ////////////////////////////////////////////// */
/* ////////////// Voices Directory ////////////// */
/* ////////////////////////////////////////////// */

#voices_directory .navigation a {
  color: #e0e0e0;
  font-size: 14px;
  font-family: var(--nice_font_2);
}

#voices_directory .jumbo_header {
  background-image: url("../images/backgrounds/bg_15.jpg");
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-position: bottom;
  background-size: cover;
  margin-top: -20px;
  text-shadow: 0.5px 0.5px 0.1px rgba(0, 0, 0, 0.4);
}

#voices_directory .jumbo_header .overlay {
  background: rgba(0, 0, 0, 0.2);
  background: linear-gradient(
    90deg,
    rgba(241, 60, 4, 0.6) 0%,
    rgba(240, 166, 56, 0) 100%
  );
  padding: 30px 15px 90px 15px;
}

#voices_directory .jumbo_header .header_container {
  max-width: 700px;
  margin: auto;
  position: relative;
}

#voices_directory .jumbo_header .page_title {
  margin: 50px 0 50px 0;
  text-align: center;
  color: #fff;
}

#voices_directory .jumbo_header .page_title .title {
  font-size: 30px;
  line-height: 30px;
}
#voices_directory .jumbo_header .page_title .desc {
  font-size: 16px;
  line-height: 30px;
  font-family: var(--nice_font_2);
  max-width: 500px;
  margin: 20px auto 0 auto;
}

#voices_directory .search {
  max-width: 500px;
  margin: auto;
  position: relative;
}

#voices_directory .search input {
  border: none;
  padding: 30px 20px;
  border-radius: 40px;
  background: rgba(0, 0, 0, 0.5);
  color: rgb(230, 230, 230) !important;
}
#voices_directory .search input:focus {
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075),
    0 0 8px rgba(255, 180, 180, 0.726);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075),
    0 0 8px rgba(255, 180, 180, 0.726);
}
#voices_directory .search input::placeholder {
  color: #fcb652e8 !important;
}
#voices_directory .search button {
  position: absolute;
  left: 15px;
  top: 10px;
  border-radius: 20px;
  height: 40px;
  width: 40px;
  padding: 0px;
  background-color: #820909;
  color: rgba(255, 255, 255, 0.6);
  border: none !important;
}
#voices_directory .search .advanced_search_link {
  margin-top: 8px;
  margin-left: 20px;
  text-align: left;
}
#voices_directory .search .advanced_search_link a {
  font-size: 14px;
  color: #d2931a !important;
  font-family: var(--nice_font_2);
  outline: none;
}

#voices_directory .contents {
  margin-top: -50px;
  background: #fff;
  border-radius: 20px;
  margin-bottom: 30px;
  box-shadow: 0px 0px 6px -1px rgba(0, 0, 0, 0.09);
  -webkit-box-shadow: 0px 0px 6px -1px rgba(0, 0, 0, 0.09);
  -moz-box-shadow: 0px 0px 6px -1px rgba(0, 0, 0, 0.09);
}
#voices_directory .contents .navbar {
  background: #fafafa;
  border: none;
  padding: 20px 10px;
  -webkit-user-select: none; /* Safari */
  -ms-user-select: none; /* IE 10 and IE 11 */
  user-select: none; /* Standard syntax */
  border-radius: 20px 20px 0 0;
}

#voices_directory .contents .navbar ul li {
  margin-left: 5px;
}

#voices_directory .contents .navbar ul li a {
  font-size: 16px;
  border-radius: 18px;
  margin: 7px 0;
  padding: 8px 10px;
}
#voices_directory .contents .navbar ul li a.helpCenter {
  background: #10a768;
  color: #fff;
}

#voices_directory .contents .navbar ul li.active a {
  background: #f2fbd4 !important;
  color: #357d0c !important;
  border-radius: 18px;
  margin: 7px 0;
  padding: 8px 10px;
  transition: all 0.5s ease 0s;
}

#voices_directory .contents .navbar ul.directory_types:hover li a {
  background: transparent;
  transition: all 0.5s ease 0s;
  color: #555;
}

#voices_directory .contents .navbar ul.directory_types li:hover a {
  background: #fff5ea;
  color: #b5813e;
  transition: all 0.5s ease 0s;
}

#voices_directory .listing {
  padding: 30px 15px;
}

#voices_directory .listing .section_heading {
  text-align: center;
  margin-bottom: 40px;
}

#voices_directory .listing .section_heading .section_desc {
  font-size: 16px;
  line-height: 30px;
}

#voices_directory .listing .item {
  font-size: 18px;
  margin: 0px 0 30px 0;
  text-align: center;
  display: block;
}

#voices_directory .listing .item a {
  display: block;
  padding: 20px 5px;
  background: #fbfbfb;
  border: 3px solid #fbfbfb;
  border-radius: 10px;
  transition: 0.5s;
  font-size: 18px;
  font-family: var(--nice_font_2);
  font-weight: bold;
}

#voices_directory .listing .item a .line {
  line-height: 30px;
  margin-bottom: 10px;
}
#voices_directory .listing .item a .line:last-child {
  margin-bottom: 0px;
}

#voices_directory .listing .item:hover a {
  background-color: rgb(242, 251, 212);
  color: #357d0c;
  transition: 0.5s;
  border: 3px solid rgb(222, 236, 177);
}

#voices_directory .listing .item.country a {
  line-height: 20px;
  padding-top: 30px;
  font-size: 17px;
}

#voices_directory .listing .item.country .country_flag img {
  width: auto !important;
  max-width: 48px;
  border: 1px solid #eee;
}

#voices_directory .listing .item.country .country_name {
  margin-top: 20px;
}

#voices_directory .listing .dialect .property h2 {
  font-size: 16px;
  border: none;
  text-align: right;
}

#voices_directory .listing .dialect .property h2 a {
  padding: 5px 0;
  display: block;
}

#voices_directory .listing .dialect .group h2 {
  font-size: 20px !important;
  font-family: var(--nice_font_2);
  font-weight: bold;
  color: #797979;
  padding: 5px 0;
  display: block;
}

/* ////////////////////////////////////////////// */
/* ////////////// voices_listing ////////////// */
/* ////////////////////////////////////////////// */

#voices_listing .page_title_h1 {
  padding: 20px 0 40px 0 !important;
}

/* ////////////////////////////////////////////// */
/* ////////////// show_voice ////////////// */
/* ////////////////////////////////////////////// */

#show_voice {
  background-color: #fff !important;
  margin-top: -20px;
  margin-bottom: -50px;
}

#show_voice .show_voice_container {
  max-width: 950px !important;
  padding-top: 40px;
  padding-bottom: 20px;
  margin: auto;
}

#show_voice .tile {
  padding: 20px 15px 30px 15px;
}

#show_voice .tile .tile_title {
  font-size: 18px;
  padding: 15px 5px 15px 5px;
  margin: 0px;
}

#show_voice .jumbotron {
  background: #fff;
  padding: 0px;
  margin: 0px 0px 0px 0px;
  z-index: 0;
}

#show_voice .jumbotron .heading {
  max-width: 800px;
  margin: auto;
  padding: 30px 15px;
}

#show_voice .jumbotron .heading .user img.user_photo {
  width: 48px;
  height: 48px;
  border-radius: 24px;
  margin: auto;
}

#show_voice .jumbotron .heading .user .username {
  padding: 0px;
  margin: 0px;
  font-size: 16px;
  font-weight: bold;
  font-family: var(--nice_font_2);
}

#show_voice .jumbotron .heading .user .country {
  font-size: 14px;
  margin-top: 8px;
  color: #a8a5a5 !important;
  font-family: var(--nice_font_2);
}

#show_voice .jumbotron .voice_media {
  padding: 40px 50px 60px 50px;
  border-radius: 30px;
  margin-top: 30px;
  margin-bottom: 10px;
}

#show_voice .jumbotron .voice_media .voice_title {
  font-size: 26px;
  color: #2f5884;
  text-align: center;
  margin-top: 40px;
  font-weight: bold;
  font-family: var(--nice_font_2);
  line-height: 45px;
}

#show_voice .jumbotron .voice_media .voice_desc {
  font-size: 14px;
  line-height: 26px;
  padding-top: 10px;
  padding-bottom: 10px;
  font-family: var(--nice_font_2);
  text-align: center;
  margin: 5px 0 20px 0;
}

#show_voice .jumbotron .voice_media .voice_actions {
  margin-top: 50px;
  text-align: center;
}
#show_voice .jumbotron .voice_media .voice_actions .btn {
  min-width: 50px;
}

#show_voice .jumbotron .voice_media .tags {
  margin-top: 30px;
}

#show_voice #showreel .modal-content {
  background-color: #333;
  border: none !important;
}
#show_voice #showreel .modal-footer {
  border-top: 2px dashed #535252;
}

#show_voice #showreel .showreel_video {
  text-align: center;
  line-height: 0px !important;    
}

#show_voice #showreel .showreel_video video {
  margin: auto;
  background: #fafafa;
  border-radius: 8px 8px 0 0;
  width: 100%;
  height: 100%;
}

#show_voice .similars {
  padding: 50px 0;
  background-color: #fafafa;
}

#show_voice .similars .section_title {
  text-align: center;
  margin: 20px 0 60px 0;
}

#show_voice .modal .voice_details {
  font-size: 14px;
  line-height: 30px;
  margin: 5px 0 20px 0;
  font-family: var(--nice_font_2);
}

#show_voice .modal .voice_details h2.title {
  margin: 5px 0 10px 0;
  font-size: 16px;
  font-weight: bold;
}

#show_voice .modal .voice_details .content {
  font-size: 14px;
  line-height: 24px;
  margin: 5px 0 10px 0;
  font-family: var(--nice_font_2);
}
#show_voice .modal .voice_characters .content {
  font-size: 14px;
  line-height: 30px;
  margin: 5px 0 20px 0;
  font-family: var(--nice_font_2);
}
#show_voice .modal .voice_characters .content .line {
  background-color: #fbfbfb;
  padding: 5px 15px;
  margin-top: 15px;
  border-radius: 20px;
}

#show_voice .modal .voice_desc.hidden_content .show_more {
  font-size: 12px;
  color: #d51d0a;
}

#show_voice .modal .voice_desc a {
  border-bottom: 1px dashed #ddd;
}

@media (max-width: 769px) {
  #show_voice .show_voice_container {
    padding-top: 0px !important;
    padding-bottom: 0px !important;
  }

  #show_voice .jumbotron .heading .user img.user_photo {
    width: 90px !important;
    height: 90px !important;
    border-radius: 20px !important;
  }
  #show_voice .jumbotron .heading .makeDeal {
    display: block !important;
    max-width: 170px;
    margin: 15px auto;
  }

  #show_voice .jumbotron .voice_media {
    border-radius: 0px !important;
    margin-top: 0px !important;
    padding: 20px 15px 30px 15px !important;
  }

  #show_voice .jumbotron .voice_media h1.voice_title {
    font-size: 18px !important;
    margin-top: 10px !important;
    line-height: 30px;
  }

  #show_voice .jumbotron .voice_media .voice_desc {
    padding-top: 0px !important;
  }

  #show_voice .similars .section_title {
    font-size: 24px;
    line-height: 40px;
  }
}

/* ////////////////////////////////////////////// */
/* ////////////// Voices Search ////////////// */
/* ////////////////////////////////////////////// */

#voices_search .navigation a {
  color: #e0e0e0;
  font-size: 14px;
  font-family: var(--nice_font_2);
}

#voices_search .jumbo_header {
  background-image: url("../images/backgrounds/bg_22.jpg");
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-position: top;
  background-size: cover;
  margin-top: -20px;
  text-shadow: 0.5px 0.5px 0.1px rgba(0, 0, 0, 0.4);
}

#voices_search .jumbo_header .overlay {
  background: rgba(0, 0, 0, 0.2);
  padding: 30px 15px 90px 15px;
}

#voices_search .jumbo_header .header_container {
  max-width: 700px;
  margin: auto;
  position: relative;
  padding-bottom: 100px;
}

#voices_search .jumbo_header .page_title {
  margin: 50px 0 0px 0;
  text-align: center;
  color: #fff;
}

#voices_search .jumbo_header .page_title .title {
  font-size: 30px;
  line-height: 30px;
}
#voices_search .jumbo_header .page_title .desc {
  font-size: 16px;
  line-height: 30px;
  font-family: var(--nice_font_2);
  max-width: 550px;
  margin: 20px auto 0 auto;
}

#voices_search .contents {
  max-width: 700px;
  margin: -100px auto 0px auto;
}

#voices_search .contents .section {
  background: #fff;
  padding: 40px 30px 30px 30px;
  border-radius: 20px;
  margin-bottom: 30px;
  box-shadow: 0px 0px 6px -1px rgba(0, 0, 0, 0.09);
  -webkit-box-shadow: 0px 0px 6px -1px rgba(0, 0, 0, 0.09);
  -moz-box-shadow: 0px 0px 6px -1px rgba(0, 0, 0, 0.09);
}

#voices_search .contents .section input#keywords {
  border-radius: 25px;
  border: 1px solid #eeee;
}

#voices_search .contents .section .search_input {
  margin-bottom: 40px;
}

#voices_search .contents .section label {
  font-size: 14px;
  font-weight: bold;
  line-height: 30px;
  font-family: var(--nice_font_2) !important;
  text-align: center;
  color: #868686;
}
#voices_search .contents .section .bootstrap-select {
  background: none;
}
#voices_search .contents .section .bootstrap-select .btn {
  border-radius: 15px !important;
  border: none !important;
}
#voices_search .contents .section .bootstrap-select .dropdown-menu {
  min-width: 200px !important;
  overflow-x: hidden;
  padding: 0px !important;
}
#voices_search .contents .section .bootstrap-select .dropdown-menu .inner {
  overflow-x: hidden;
}
#voices_search .contents .section .bootstrap-select .dropdown-menu li {
  border-bottom: 1px solid #f7f7f7 !important;
}
#voices_search .contents .section .bootstrap-select .dropdown-menu li a {
  font-size: 13px !important;
  line-height: 24px !important;
  padding: 2px 5px !important;
}
#voices_search .contents .section .bootstrap-select .dropdown-menu li.divider {
  display: none;
}
#voices_search
  .contents
  .section
  .bootstrap-select
  .dropdown-menu
  li.dropdown-header {
  font-weight: bold;
  font-size: 12px;
  padding-top: 20px !important;
}
#voices_search .contents .section .form-control,
#voices_search .contents .section .form-control:focus {
  box-shadow: none !important;
}

#voices_search .contents .section .btn-submit {
  background-color: #83bb63 !important;
  color: #fff !important;
  border: none !important;
}

#voices_search .contents .section .btn-submit:hover {
  background-color: #4b9b1e !important;
  color: #fff !important;
}

/* ////////////////////////////////////////////// */
/* ////////////// Single Voice Widget ////////////// */
/* ////////////////////////////////////////////// */

.voices_listing .single_voice {
  padding: 15px 15px;
  border-radius: 8px !important;
  -webkit-border-radius: 8px !important;
  background: #fff;
  margin-bottom: 30px;
  border: 1px solid var(--lite_border_color);
  transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s;
}

.voices_listing .single_voice:hover {
  background: rgba(255, 175, 75, 1);
  background: -moz-linear-gradient(
    left,
    rgba(255, 175, 75, 1) 0%,
    rgba(237, 0, 0, 0.59) 100%
  );
  background: -webkit-gradient(
    left top,
    right top,
    color-stop(0%, rgba(255, 175, 75, 1)),
    color-stop(100%, rgba(237, 0, 0, 0.59))
  );
  background: -webkit-linear-gradient(
    left,
    rgba(255, 175, 75, 1) 0%,
    rgba(237, 0, 0, 0.59) 100%
  );
  background: -o-linear-gradient(
    left,
    rgba(255, 175, 75, 1) 0%,
    rgba(237, 0, 0, 0.59) 100%
  );
  background: -ms-linear-gradient(
    left,
    rgba(255, 175, 75, 1) 0%,
    rgba(237, 0, 0, 0.59) 100%
  );
  background: linear-gradient(
    to right,
    rgba(255, 175, 75, 1) 0%,
    rgba(237, 0, 0, 0.59) 100%
  );
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffaf4b', endColorstr='#ed0000', GradientType=1 );

  border-color: #ff8066 !important;
  transition: all 0.1s ease-in-out;
  -moz-transition: all 0.1s ease-in-out;
  -webkit-transition: all 0.5s;
}

.voices_listing .single_voice:hover > a {
  color: #fff !important;
}

.voices_listing .single_voice:hover .country {
  color: #fff !important;
}

.voices_listing .single_voice:hover .voice_title a {
  color: #fff !important;
}

.voices_listing .single_voice:hover .voice_user .username a {
  color: #fff !important;
}

.voices_listing .single_voice:hover .voice_buttons > .btn,
.voices_listing .single_voice:hover .voice_buttons > .btn-group > .btn {
  background: #fff !important;
  border: none !important;
}

.voices_listing .single_voice .voice_cat {
  margin: 5px 0 10px 0;
  font-size: 15px !important;
}
.voices_listing .single_voice .voice_cat a {
  color: #908c91;
  font-size: 12px;
}

.voices_listing .single_voice:hover .voice_cat a {
  color: #fff;
}

.voices_listing .single_voice .voice_buttons {
  display: inline-block;
  padding: 0px;
  height: 25px;
  margin-top: 5px;
  text-align: left;
}

.voices_listing .single_voice .voice_buttons .btn {
  padding: 3px 5px;
  font-size: 11px;
}

.voices_listing .single_voice .voice_title {
  margin: 15px 0 0px 0;
}

.voices_listing .single_voice .voice_title a {
  color: #0d50cc;
  font-size: 15px;
  height: 28px;
  line-height: 26px;
  overflow: hidden;
  display: block;
}

.voices_listing .single_voice .voice_player {
  text-align: center;
  margin-top: 10px;
}

.voices_listing .single_voice .voice_footer {
  margin-top: 30px;
  height: 37px !important;
}

.voices_listing .single_voice .voice_user {
  max-width: 150px;
}

.voices_listing .single_voice .voice_user .username {
  font-size: 12px;
}

.voices_listing .single_voice .voice_user .country {
  font-size: 10px;
  color: #919191;
  margin-bottom: 0px;
}

.voices_listing .single_voice .voice_user img {
  max-width: none !important;
  width: 32px;
  height: 32px;
}

.voices_listing .single_voice .voice_user .media-body {
  max-width: 150px !important;
  width: auto !important;
}

.voices_listing .single_voice .voice_footer .btn-success {
  transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s;
}

.voices_listing .single_voice:hover .voice_footer .btn-success {
  background-color: #f13f1e !important;
  color: #fff !important;
  transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s;
}

/* ////////////////////////////////////////////// */
/* ////////////// Old CSS Start ////////////// */
/* ////////////////////////////////////////////// */

.voices_search_form {
  padding: 20px;
  background: #f0f0f0;
  border: 1px solid #ddd;
  margin: 30px 15px 30px 15px;
}

.voices_search_form .top_row {
  margin-bottom: 20px;
}

.voices_search_form .input-group .btn {
  border: none !important;
  background: #6a6a6a;
  border: 1px solid #6a6a6a !important;
  color: #fff;
}

/* ////////////////////////////////////////////// */
/* ////////////// Old CSS END ////////////// */
/* ////////////////////////////////////////////// */
