.btn-portfolio,
.btn-new-album {
  background-color: #5bc421 !important;
  color: #fff !important;
  border-radius: 20px;
  border: none !important;
}
.btn-portfolio:hover,
.btn-new-album:hover {
  background-color: #4eae19 !important;
}

#cropper .cropbox,
#cropper .jcrop-holder {
  margin: auto !important;
}

/* /////////////////////////////////////////////// */
/* //////////////// Build Portfolio ///////////// */
/* /////////////////////////////////////////////// */

.build_portfolio .tile {
  padding: 20px 15px 30px 15px;
}

.build_portfolio .tile h2.tile_title {
  font-size: 22px;
  padding: 15px 5px 15px 5px;
  margin: 0px;
  line-height: 36px;
}

.build_portfolio .single_album {
  padding-top: 20px;
  padding-bottom: 15px;
  margin-top: 15px;
}

.build_portfolio .single_album .photo {
  width: 150px !important;
  height: auto;
  max-width: none;
  border-radius: 6px;
  border: 1px solid #eee;
  margin: auto;
}

.build_portfolio .single_album .media-body {
  padding: 0px 10px;
}

.build_portfolio .single_album .status span {
  padding: 0px 2px;
  border-width: 0px;
  border-style: solid;
  border-radius: 6px;
  font-size: 12px;
  font-family: tahoma;
  line-height: 22px !important;
  display: inline-block;
}

.build_portfolio .single_album .title {
  font-size: 18px;
  font-weight: bold;
  font-family: var(--nice_font_2);
  margin-top: 15px;
}

.build_portfolio .single_album .desc {
  font-family: var(--nice_font_2);
  line-height: 24px;
  font-size: 12px;
  color: #797979;
}

.build_portfolio .btn.btn-nice {
  height: 40px;
  line-height: 40px;
  padding: 0px 15px;
  background-color: #fff;
  border: 1px solid #eee;
  color: #333 !important;
  border-radius: 20px;
  display: block !important;
  width: 100%;
  margin-top: 10px;
  transition: all 0.5s ease 0s;
}

.build_portfolio .btn-nice.btn-submit {
  background-color: #64ca8c !important;
  color: #fff !important;
  border: none !important;
}

.build_portfolio .btn-nice.btn-submit:hover {
  background-color: #2da85d !important;
}

/* /// advices_widget /////// */

.advices_widget {
  padding-bottom: 20px;
}

.advices_widget .single_advice {
  transition: all 0.3s ease 0s;
  margin-bottom: 20px;
}

.advices_widget .single_advice .title {
  font-size: 18px;
  font-weight: bold;
  font-family: var(--nice_font_2);
  margin: 10px 0;
}

.advices_widget .single_advice .content {
  font-size: 14px;
  line-height: 28px;
  font-family: var(--nice_font_2);
}

.advices_widget .stage .content {
  padding: 10px 15px;
  background-color: #fbfbfb;
  border-radius: 8px;
}

.advices_widget .stage.stage_1 .content {
  background-color: #f5fbf1;
  color: #286a39;
}

.advices_widget .stage.stage_2 .content {
  background-color: #daf9c6;
  color: #286a39;
}

.advices_widget .stage.stage_3 .content {
  background-color: #b3eca3;
  color: #308219;
}
.advices_widget .stage.stage_3 .number {
  color: #286a39;
}

.advices_widget .stage.stage_4 .content {
  background-color: #6cc883;
  color: #fff;
}
.advices_widget .stage.stage_4 .number {
  color: #286a39;
}

.advices_widget .stage .content .time {
  float: left;
  margin-top: 4px;
}

.advices_widget .stage .content .number {
  background: #fff;
  height: 30px;
  width: 30px;
  line-height: 30px;
  border-radius: 15px;
  text-align: center;
  font-size: 20px;
  font-weight: bold;
  display: inline-block;
  vertical-align: middle;
}

.advices_widget .stage .content .title {
  display: inline-block;
  vertical-align: middle;
  font-size: 14px;
  height: 30px;
  line-height: 30px;
}

.advices_widget .stage .content .desc {
  margin-top: 10px;
  padding-top: 10px;
  border-top: 1px dashed #979797;
  font-size: 12px;
  line-height: 26px;
  font-family: var(--nice_font_2);
  display: none;
}

.advices_widget .stage .connector {
  height: 20px;
  margin-right: 26px;
  border-right-width: 3px;
  border-right-style: dotted;
  border-right-color: #effbe7;
  border-top: none;
  border-left: none;
  border-bottom: none;
}

/* /////////////////////////////////////////////// */
/* //////////////// Initiate Showcase ///////////// */
/* /////////////////////////////////////////////// */

#initiateShowcase .attach_file {
  background: #fbfbfb;
  font-size: 18px;
  color: #6c6c6c;
  border: 2px dashed #eee;
  border-radius: 8px;
  padding: 40px 15px;
  margin-bottom: 20px;
  cursor: pointer;
  transition: all 0.5s ease 0s;
}

#initiateShowcase .attach_file.active,
#initiateShowcase .attach_file:hover {
  background-color: #e0ebff !important;
  border: 2px dashed #8bb9e1;
  color: #4a5c86;
  transition: all 0.5s ease 0s;
}

#initiateShowcase .attach_file.success {
  background-color: #baf09d !important;
  border: 2px dashed #67ca30;
  color: #2c800e;
  transition: all 0.5s ease 0s;
}

#initiateShowcase .attach_file.error {
  background-color: #ffc9c9 !important;
  border: 2px dashed #df5858;
  color: #a21a1a;
  transition: all 0.5s ease 0s;
}

/* /////////////////////////////////////////////// */
/* //////////////// Edit Showcase ///////////// */
/* /////////////////////////////////////////////// */

#edit_file .attach_file {
  background: #fbfbfb;
  font-size: 18px;
  color: #6c6c6c;
  border: 2px dashed #eee;
  border-radius: 8px;
  padding: 40px 15px;
  margin-bottom: 20px;
  cursor: pointer;
  transition: all 0.5s ease 0s;
}

#edit_file .attach_file.active,
#edit_file .attach_file:hover {
  background-color: #e0ebff !important;
  border: 2px dashed #8bb9e1;
  color: #4a5c86;
  transition: all 0.5s ease 0s;
}

#edit_file .attach_file.success {
  background-color: #baf09d !important;
  border: 2px dashed #67ca30;
  color: #2c800e;
  transition: all 0.5s ease 0s;
}

#edit_file .attach_file.error {
  background-color: #ffc9c9 !important;
  border: 2px dashed #df5858;
  color: #a21a1a;
  transition: all 0.5s ease 0s;
}

#edit_file .file_specs {
  font-family: var(--nice_font_2);
  font-size: 12px;
  color: #6c6c6c;
}

#edit_file .uploadedFile {
  padding: 10px;
  border-radius: 6px;
  background-color: #e1ffe6;
  display: block;
  border: 1px solid #c6f0cd;
  color: #2f6f0c;
}

#edit_file .uploadedFile .file_ext {
  background: #5bc421;
  color: #fff;
  width: 40px;
  height: 40px;
  border-radius: 20px;
  line-height: 40px;
  text-align: center;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 12px;
}
#edit_file .uploadedFile .file_name {
  margin-top: 9px;
  font-size: 16px;
}

/* /////////////////////////////////////////////// */
/* //////////////// Edit Thumb ///////////// */
/* /////////////////////////////////////////////// */

#edit_thumb #thumb_viewer {
  border-radius: 6px;
}

/* /////////////////////////////////////////////// */
/* //////////////// Showcase Listing ///////////// */
/* /////////////////////////////////////////////// */

.build_portfolio .single_showcase {
  padding-top: 20px;
  padding-bottom: 15px;
  margin-top: 15px;
}

.build_portfolio .single_showcase .photo {
  width: 150px !important;
  height: auto;
  max-width: none;
  border-radius: 6px;
  border: 1px solid #d0d0d0;
  margin: auto;
}

.build_portfolio .single_showcase .media-body {
  padding: 0px 10px;
}

.build_portfolio .single_showcase .status span {
  padding: 0px 2px;
  border-width: 0px;
  border-style: solid;
  border-radius: 6px;
  font-size: 12px;
  font-family: tahoma;
  line-height: 22px !important;
  display: inline-block;
}

.build_portfolio .single_showcase .title {
  font-size: 18px;
  font-weight: bold;
  font-family: var(--nice_font_2);
  margin-top: 10px;
}

.build_portfolio .single_showcase .desc {
  font-family: var(--nice_font_2);
  line-height: 24px;
  font-size: 12px;
  color: #797979;
}

/* /////////////////////////////////////////////// */
/* //////////////// Showcase Listing ///////////// */
/* /////////////////////////////////////////////// */

#list_showcases .jumbo_header {
  background-image: url("../images/backgrounds/bg_3.jpg");
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-position: center;
  background-size: cover;
  margin-top: -20px;
  text-shadow: 0.5px 0.5px 0.1px rgba(0, 0, 0, 0.4);
}

#list_showcases .jumbo_header .overlay {
  background: rgb(193, 0, 235);
  background: linear-gradient(
    90deg,
    rgba(193, 0, 235, 0.3) 0%,
    rgba(85, 94, 183, 0.3) 100%
  );
  padding: 30px 15px 90px 15px;
}

#list_showcases .jumbo_header .header_container {
  max-width: 700px;
  margin: auto;
  position: relative;
}

#list_showcases .jumbo_header .page_title {
  margin: 50px 0 50px 0;
  text-align: center;
  color: #fff;
}

#list_showcases .jumbo_header .page_title .title {
  font-size: 30px;
  line-height: 30px;
}
#list_showcases .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;
}

#list_showcases .search {
  max-width: 500px;
  margin: auto;
  position: relative;
}

#list_showcases .search input {
  border: none;
  padding: 30px 20px;
  border-radius: 40px;
  background: rgba(0, 0, 0, 0.5);
  color: rgb(230, 230, 230) !important;
}
#list_showcases .search input::placeholder {
  color: #979797 !important;
}
#list_showcases .search button {
  position: absolute;
  left: 15px;
  top: 10px;
  border-radius: 20px;
  height: 40px;
  width: 40px;
  padding: 0px;
  background-color: #6c379f;
  color: #e3bffb;
  border: none !important;
}

#list_showcases .contents {
  margin-top: -40px;
  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);
}

#list_showcases .contents .empty {
  padding: 100px 15px;
  margin-bottom: 30px;
}

#list_showcases .single_showcase {
  margin: 0 5px 30px 5px;
}

#list_showcases .single_showcase .showcase {
  position: relative;
  cursor: pointer !important;
}
#list_showcases .single_showcase .showcase:hover .overlay {
  display: block;
  opacity: 1;
  transition: opacity 0.55s ease-in-out;
  -moz-transition: opacity 0.55s ease-in-out;
  -webkit-transition: opacity 0.55s ease-in-out;
}
#list_showcases .single_showcase .showcase .overlay {
  opacity: 0;
  transition: opacity 0.55s ease-in-out;
  -moz-transition: opacity 0.55s ease-in-out;
  -webkit-transition: opacity 0.55s ease-in-out;
  position: absolute;
  bottom: 0px;
  width: 100%;
  height: 170px;
  background: rgb(0, 0, 0);
  background: linear-gradient(
    180deg,
    rgba(255, 255, 255, 0) 0%,
    rgba(0, 0, 0, 0.5) 100%
  );
  border-radius: 4px;
}

#list_showcases .single_showcase .showcase.video:hover .showcase_image {
  display: none;
}
#list_showcases .single_showcase .showcase.video:hover .showcase_video {
  display: block;
  border-radius: 4px;
  overflow: hidden;
}

#list_showcases .single_showcase .showcase .overlay .overlay_inner {
  padding: 0 15px;
  position: absolute;
  bottom: 20px;
}

#list_showcases .single_showcase .showcase .overlay .title {
  font-size: 20px;
  margin: 0px 0px 10px 0px;
  line-height: 30px;
  height: 30px;
  overflow: hidden;
  padding: 0px;
  color: #fff;
}

#list_showcases .single_showcase .showcase .overlay .desc {
  font-size: 12px;
  font-family: var(--nice_font_2);
  color: #f1f1f1;
  line-height: 22px;
  max-height: 44px;
  overflow: hidden;
}

#list_showcases .single_showcase .showcase .showcase_video,
#list_showcases .single_showcase .showcase .showcase_image {
  background-color: rgb(155, 155, 155);
  overflow: hidden;
}

#list_showcases .single_showcase .showcase .showcase_image {
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-position: center;
  background-size: cover;
  border-radius: 4px;
}
#list_showcases .single_showcase .showcase .showcase_image img {
  margin: auto;
  width: 100%;
  border-radius: 4px;
}

#list_showcases .single_showcase .showcase .showcase_video {
  display: none;
}

#list_showcases .single_showcase .showcase .showcase_video video {
  margin: auto;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 4px;
  overflow: hidden;
}

@media (min-width: 1500px) {
  #list_showcases .single_showcase .showcase .showcase_video,
  #list_showcases .single_showcase .showcase .showcase_image {
    height: 341px;
    overflow: hidden;
  }
}
@media (min-width: 1200px) and (max-width: 1499px) {
  #list_showcases .single_showcase .showcase .showcase_video,
  #list_showcases .single_showcase .showcase .showcase_image {
    height: 278px;
    overflow: hidden;
  }
}
@media (min-width: 768px) and (max-width: 1199px) {
  #list_showcases .single_showcase .showcase .showcase_video,
  #list_showcases .single_showcase .showcase .showcase_image {
    height: 300px;
    overflow: hidden;
  }
}
@media (min-width: 500px) and (max-width: 765px) {
  #list_showcases .single_showcase .showcase .showcase_video,
  #list_showcases .single_showcase .showcase .showcase_image {
    height: 450px;
    overflow: hidden;
  }
}
@media (max-width: 499px) {
  #list_showcases .single_showcase .showcase .showcase_video,
  #list_showcases .single_showcase .showcase .showcase_image {
    height: 300px;
    overflow: hidden;
  }
}

#list_showcases .single_showcase .showcase .content_type {
  position: absolute;
  top: 20px;
  left: 20px;
}
#list_showcases .single_showcase .showcase .content_type .badge {
  border-radius: 20px;
  text-align: center;
  min-width: 30px;
  font-size: 14px;
  line-height: 30px;
  padding: 0px 10px;
  background-color: rgba(0, 0, 0, 0.5) !important;
  color: #fafafa !important;
}

#list_showcases .single_showcase .details {
  margin-top: 10px;
}

#list_showcases .single_showcase .username {
  line-height: 24px !important;
  font-size: 16px;
  display: inline-block;
}
#list_showcases .single_showcase .username img {
  width: 24px;
  height: 24px;
  border-radius: 12px;
  display: inline-block;
  vertical-align: middle;
}
#list_showcases .single_showcase .username span {
  line-height: 24px !important;
  font-size: 16px;
  display: inline-block;
  vertical-align: middle;
}

#list_showcases .single_showcase .buttons {
  text-align: left;
}

#list_showcases .single_showcase .buttons .btn {
  border-radius: 12px;
  border: none !important;
  background-color: #fafafa !important;
}


/* /////////////////////////////////////////////// */
/* //////////////// showcase ///////////// */
/* /////////////////////////////////////////////// */

#showcase {
  background-color: #fff !important;
  margin-top: -20px;
  margin-bottom: -50px;
}

#showcase .showcase_container {
  max-width: 950px !important;
  padding-top: 40px;
  padding-bottom: 50px;
  padding:20px;
  margin: auto;
}

#showcase .similars {
  padding: 50px 0;
  background-color: #fafafa;
}

#showcase .similars .section_title {
  text-align: center;
  margin: 20px 0 60px 0;
}

#showcase .heading {
  max-width: 800px;
  margin: auto;
  padding: 30px 15px;
}

@media (max-width: 769px) {
  #showcase .showcase_container {
    padding-top: 0px !important;
    padding-bottom: 0px !important;
  }

  #showcase .heading .user img.user_photo {
    width: 90px !important;
    height: 90px !important;
    border-radius: 20px !important;
  }
  #showcase .heading .makeDeal {
    display: block !important;
    max-width: 170px;
    margin: 15px auto;
  }
}

#showcase .heading .user img.user_photo {
  width: 48px;
  height: 48px;
  border-radius: 24px;
  margin: auto;
}

#showcase .heading .user .title {
  padding: 0px;
  margin: 0px;
  font-size: 16px;
  font-weight: bold;
  font-family: var(--nice_font_2);
}

#showcase .heading .user .username {
  font-size: 14px;
  margin-top: 8px;
}

#showcase .heading .user .username .country {
  color: #a8a5a5 !important;
  font-size: 11px;
  margin-right: 5px;
  font-family: var(--nice_font_2);
}

/* content */
#showcase .content {
  min-height: 200px;
  border-radius: 10px;
}

/* image */
#showcase .content.image .showcase_image {
  text-align: center;
  background: #fafafa;
  border-radius: 10px;
  border: 3px solid #fafafa;
}
#showcase .content.image .showcase_image img {
  width: 100%;
  height: 100%;
  margin: auto;
  border-radius: 8px;
  background: #fafafa;
}

/* video */
#showcase .content.video .showcase_video {
  text-align: center;
  background: #fafafa;
  border-radius: 8px;
  border: 3px solid #fafafa;
}
#showcase .content.video .showcase_video video {
  width: 100%;
  height: 100%;
  margin: auto;
  border-radius: 10px;
  background: #fafafa;
}

/* document */
#showcase .content.document .tile {
  border-radius: 10px;
  padding: 30px;
}
#showcase .content.document .showcase_image img {
  border-radius: 10px;
  margin: auto;
  width: 100%;
}
#showcase .content.document .download {
  margin-top: 15px;
  margin-bottom: 30px;
}
#showcase .content.document .download .btn {
  padding: 10px 5px;
}

/* audio */
#showcase .content.audio .tile {
  border-radius: 10px;
  padding: 30px;
}
#showcase .content.audio .showcase_image img {
  border-radius: 10px;
  margin: auto;
  width: 100%;
}
#showcase .content.audio .showcase_audio {
  margin-top: 15px;
}
#showcase .content.audio .download {
  margin-top: 15px;
  margin-bottom: 30px;
}
#showcase .content.audio .download .btn {
  padding: 10px 5px;
}

/* breadcrumb */
#showcase .breadcrumb {
  text-align: center;
  background: #fafafa;
  padding: 10px 15px;
  border-radius: 20px;
  font-family: var(--nice_font_2);
  font-size: 11;
  margin-top: 20px;
}
#showcase .breadcrumb a {
  color: #4f4f4f;
}

/* tags */
#showcase .tags {
  margin: 20px auto 0 auto;
}
#showcase .tags a{
  margin-bottom: 8px;
}

/* section [ Desc and Production ] */
#showcase .section {
  margin: 30px auto 0 auto;
}
#showcase .section .section_content {
  font-size: 16px;
  line-height: 28px;
  font-family: var(--nice_font_2);
  text-align: auto;
}

#showcase .section .section_title {
  font-size: 20px;
  line-height: 28px;
}

/* /////////////////////////////////////////////// */
/* //////////////// portfolio ///////////// */
/* /////////////////////////////////////////////// */

#portfolio .navigation a {
  color: #e9d6fe;
  font-size: 14px;
  font-family: var(--nice_font_2);
  line-height: 30px;
  max-height: 30px;
  overflow: hidden;
  display: block;  
}

#portfolio .jumbo_header {
  background-image: url("../images/backgrounds/bg_9.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);
}

#portfolio.album .jumbo_header {
  background-image: url("../images/backgrounds/bg_7.jpg");
}

#portfolio .jumbo_header .overlay {
  background: rgb(193, 0, 235);
  background: linear-gradient(
    90deg,
    rgba(193, 0, 235, 0.3) 0%,
    rgba(85, 94, 183, 0.3) 100%
  );
  padding: 30px 15px 90px 15px;
}

#portfolio .jumbo_header .header_container {
  max-width: 700px;
  margin: auto;
  position: relative;
}

#portfolio .jumbo_header .page_title {
  margin: 50px 0 70px 0;
  text-align: center;
  color: #fff;
}

#portfolio .jumbo_header .page_title .title {
  font-size: 30px;
  line-height: 30px;
}
#portfolio .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;
}

#portfolio .jumbo_header .user {
  max-width: 500px;
  margin: auto;
  background: rgba(0, 0, 0, 0.5);
  padding: 10px 20px;
  border-radius: 40px;
}
#portfolio .jumbo_header .user .user_image img {
  width: 48px;
  height: 48px;
  border-radius: 24px;
  max-width: none;
}

#portfolio .jumbo_header .user .username {
  font-size: 16px;
  margin-top: 5px;
  margin-bottom: 0px;
}
#portfolio .jumbo_header .user .username a {
  color: #fff;
}
#portfolio .jumbo_header .user .user_desc {
  font-size: 11px;
  margin-top: 7px;
  font-family: var(--nice_font_2);
}
#portfolio .jumbo_header .user .account {
  color: #fff;
}
#portfolio .jumbo_header .user .country {
  font-size: 12px;
  color: #ddd;
}
#portfolio .jumbo_header .user .hire_me {
  padding-top: 2px;
  text-align: left;
}

#portfolio .jumbo_header .user .hire_me .btn {
  text-shadow: none;
  border-radius: 25px;
  -webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.14), 0 4px 8px rgba(0, 0, 0, 0.28) !important;
  -moz-box-shadow: 0 0 4px rgba(0, 0, 0, 0.14), 0 4px 8px rgba(0, 0, 0, 0.28) !important;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.14), 0 4px 8px rgba(0, 0, 0, 0.28) !important;
}

#portfolio .contents {
  margin-top: -40px;
}

#portfolio .contents .empty {
  padding: 100px 15px;
  margin-bottom: 30px;
}

#portfolio .contents .album {
  background: #fff;
  padding: 20px;
  border-radius: 20px;
  margin-bottom: 30px;
}

#portfolio .contents .album {
  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);
}

#portfolio .contents .album .album_title {
  font-size: 24px;
  line-height: 40px;
  font-weight: bold;
  font-family: var(--nice_font_2);
}

#portfolio .contents .album .album_desc {
  font-size: 16px;
  line-height: 30px;
  font-family: var(--nice_font_2);
}
#portfolio .contents #list_showcases {
  margin-top: 50px;
}

@media (max-width: 769px) {
  #portfolio .jumbo_header .overlay {
    padding-bottom: 70px;
  }
  #portfolio .jumbo_header .user .user_image {
    display: none !important;
  }
  #portfolio .jumbo_header .page_title {
    margin-bottom: 20px;
  }
  #portfolio .jumbo_header .page_title .title {
    font-size: 24px !important;
    line-height: 40px;
  }
  #portfolio .jumbo_header .page_title .desc {
    font-size: 16px !important;
  }
  #portfolio .jumbo_header .user {
    max-width: 400px;
    margin-top: 50px;
  }
  #portfolio .jumbo_header .user .hire_me .btn span {
    display: none;
  }
}
