.snc_custom_image_upload,
#snc-media_upload_button_wrap {
  background: #f6f7f7;
  border: 1px solid #c3c4c7;
  padding: 30px;
  margin: 30px auto;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
}

.snc_custom_image_upload,
#snc-media_upload_button_wrap {
  text-align: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.snc_custom_image_upload button,
#snc-upload_button {
  border: none;
  background: none;
  padding: 0;
  margin: 0;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  cursor: pointer;
}
.snc_custom_image_upload button span,
#snc-upload_button span {
  pointer-events: none !important;
}
.snc_custom_image_upload button span.button-description,
#snc-upload_button span.button-description {
  margin-left: 10px;
}

#snc-media_upload_tincanny-uploader-wrapper {
  display: none;
  padding-bottom: 15px;
}

#snc-media_upload_file_wrap .title {
  padding-left: 32px;
  position: relative;
  margin-left: 10px;
}
#snc-media_upload_file_wrap .title:before {
  content: "\f13b";
  font: 400 30px/1 dashicons;
  position: absolute;
  left: -2px;
  top: -6px;
  color: #5893ba;
}

.snc_TB {
  padding: 15px 30px 0;
  margin: 0 !important;
}
.snc_TB > span.dashicons {
  font-size: 22px;
}
.snc_TB .title {
  font-size: 23px;
  display: inline-block;
  padding: 0;
}
.snc_TB #snc-media_upload_message {
  display: none;
}
.snc_TB #snc-media_upload_file {
  display: none;
}
.vc_row .snc_TB {
  margin: 0px;
  border-top: 1px solid #DDDDDD;
}

#snc-content_library_wrap .dashicons-admin-media {
  margin-right: 5px;
}
#snc-content_library_wrap table td {
  border-top: 1px solid #e5e5e5;
}
#snc-content_library_wrap table td .show {
  text-decoration: underline;
  color: #000099;
}
#snc-content_library_wrap table td .delete {
  text-decoration: underline;
  color: #990000;
}
#snc-content_library_wrap table td .embed_information {
  display: none;
}
#snc-content_library_wrap table td .snc-embed_information {
  display: block;
}
#snc-content_library_wrap table tr:first-child td {
  border-top: none;
}

.tclr-classic-editor-content-library__box {
  padding-top: 20px;
}
.tclr-classic-editor-content-library__search {
  position: relative;
}
.tclr-classic-editor-content-library__search-icon {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 8px;
  color: #69727d;
}
.tclr-classic-editor-content-library__search-icon svg {
  width: 13px;
  height: 13px;
  float: left;
}
.tclr-classic-editor-content-library__search-input {
  width: 100% !important;
  padding-left: 27px !important;
}
.tclr-classic-editor-content-library__list {
  padding-top: 10px;
}
.tclr-classic-editor-content-library__list--search-mode tr {
  display: none;
}
.tclr-classic-editor-content-library__list .tclr-classic-editor-content-library__item--visible {
  display: table-row !important;
}
.tclr-classic-editor-content-library__list .tclr-classic-editor-content-library__item-no-results {
  display: none;
}
.tclr-classic-editor-content-library__list--no-results .tclr-classic-editor-content-library__item-no-results {
  display: table-row !important;
}

.snc-embed_information {
  display: none;
  padding: 0 30px 30px 30px;
}
.snc-embed_information #item_title {
  width: 100%;
  font-size: 22px;
}
.snc-embed_information ul {
  margin-left: 20px;
}
.snc-embed_information .insert_type {
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid #EEEEEE;
}
.snc-embed_information .options h3.no-margin {
  margin-top: 0;
}
.snc-embed_information .text_with_radio {
  font-size: 13px;
  margin: 0 0 0 3px;
}
.snc-embed_information h3.with_select {
  float: left;
}
.snc-embed_information select.with_select {
  margin: 13px;
}

#snc_options_form th img {
  max-width: 200px;
}

.vc_row #sidemenu {
  padding: 10px 20px 0;
  margin-bottom: -1px;
  overflow: auto;
  position: relative;
  z-index: 100;
}
.vc_row #sidemenu li {
  float: left;
  margin: 0 0 0 -1px;
  border: 1px solid #DDD;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  padding: 5px 14px;
  background-color: #EEEEEE;
}
.vc_row #sidemenu li a {
  text-decoration: none;
}
.vc_row #sidemenu li.current {
  background-color: #FFF;
  border-bottom: 1px solid #FFFFFF;
}
.vc_row #snc-content_library_wrap {
  display: none;
}
.vc_row .vc-snc-embed {
  padding: 0 15px;
  margin-bottom: 20px;
}
.vc_row .wpb-select.fade,
.vc_row .wpb-select .fade {
  opacity: 1 !important;
}
.vc_row #vc-snc-choosen-file {
  display: none;
  margin-bottom: 20px;
}
.vc_row #vc-snc-choosen-file .change_file {
  margin-top: 5px;
}
.vc_row .vc-snc-hidden {
  display: none;
}

.size_label {
  width: 50px;
  text-align: right;
  display: block;
  float: left;
  margin: 3px 10px 0 0;
}

.uo-tclr-admin * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.uo-tclr-admin .tablenav-pages-navspan {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

.uo-tclr-admin .uo-tclr-bubble {
  background: #fff;
  border-radius: 3px;
  margin-top: 5px;
  padding: 20px;
  border: 1px solid #cdcdcd;
}

.uo-tclr-admin .uo-tclr-warning {
  width: 100%;
  padding: 12px 15px;
  color: #9f6000;
  background: #feefb3;
  position: relative;
}

.uo-tclr-admin .uo-tclr-warning--with-icon {
  padding-left: 40px;
}

.uo-tclr-admin .uo-tclr-warning--with-icon:before {
  content: "";
  width: 16px;
  height: 16px;
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 15px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  background: url('data:image/svg+xml;utf8,<svg aria-hidden="true" role="img" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 576 512"><path fill="%239f6000" d="M248.747 204.705l6.588 112c.373 6.343 5.626 11.295 11.979 11.295h41.37a12 12 0 0 0 11.979-11.295l6.588-112c.405-6.893-5.075-12.705-11.979-12.705h-54.547c-6.903 0-12.383 5.812-11.978 12.705zM330 384c0 23.196-18.804 42-42 42s-42-18.804-42-42 18.804-42 42-42 42 18.804 42 42zm-.423-360.015c-18.433-31.951-64.687-32.009-83.154 0L6.477 440.013C-11.945 471.946 11.118 512 48.054 512H527.94c36.865 0 60.035-39.993 41.577-71.987L329.577 23.985zM53.191 455.002L282.803 57.008c2.309-4.002 8.085-4.002 10.394 0l229.612 397.993c2.308 4-.579 8.998-5.197 8.998H58.388c-4.617.001-7.504-4.997-5.197-8.997z" class=""></path></svg>') no-repeat center center;
  background-size: contain;
}

.uo-tclr-admin .uo-tclr-bubble__content {
  width: 100%;
  margin-top: 20px;
}

.uo-tclr-admin .uo-tclr-bubble__content p {
  margin: 0;
}

.uo-tclr-admin .uo-tclr-bubble__content ul {
  margin: 3px 0;
  padding: 0;
}

.uo-tclr-admin .uo-tclr-bubble__content ul li {
  list-style: none;
  padding: 3px 0 3px 15px;
  margin-bottom: 0;
  position: relative;
}

.uo-tclr-admin .uo-tclr-bubble__content ul li:before {
  content: "";
  width: 10px;
  height: 2px;
  border-radius: 150px;
  background: #202020;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.uo-tclr-admin .uo-tclr-file-manager {
  background: #fff;
  border: 1px solid #cdcdcd;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.2);
  box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.2);
  border-radius: 3px;
  padding: 10px 15px 5px 15px;
  margin: 20px 0;
}

.uo-tclr-admin .uo-tclr-file-manager .file-selector {
  font-size: 15px;
}

.uo-tclr-admin .file-selector .structure-dir-btn:hover {
  background: transparent !important;
}

.uo-tclr-btn-media {
  outline: none;
  display: inline-block;
  font-weight: 400;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border: 1px solid transparent;
  padding: 5px 15px;
  font-size: 14px;
  line-height: 1.5;
  border-radius: 3px;
  background-color: transparent;
  -webkit-transition: color 150ms ease-in-out, background-color 150ms ease-in-out, border-color 150ms ease-in-out, -webkit-box-shadow 150ms ease-in-out;
  transition: color 150ms ease-in-out, background-color 150ms ease-in-out, border-color 150ms ease-in-out, -webkit-box-shadow 150ms ease-in-out;
  transition: color 150ms ease-in-out, background-color 150ms ease-in-out, border-color 150ms ease-in-out, box-shadow 150ms ease-in-out;
  transition: color 150ms ease-in-out, background-color 150ms ease-in-out, border-color 150ms ease-in-out, box-shadow 150ms ease-in-out, -webkit-box-shadow 150ms ease-in-out;
  cursor: pointer;
  -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.1);
  color: #e84454;
  border-color: #e84454;
}

.uo-tclr-btn-media:hover {
  color: #fff;
  background: #e84454;
}

.uo-tclr-btn-media:active,
.uo-tclr-btn-media:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(232, 68, 84, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(232, 68, 84, 0.5);
}

.uo-tclr-admin .uo-plugins-header {
  width: 100%;
}

.uo-tclr-admin .uo-plugins-header__title {
  font-size: 25px;
  color: #4c4c4c;
  font-weight: 600;
  line-height: 1.2;
}

.uo-tclr-admin .uo-plugins-header__author {
  width: 100%;
}

.uo-tclr-admin .uo-plugins-header__author span {
  display: inline-block;
  vertical-align: bottom;
  margin-right: 5px;
}

.uo-tclr-admin .uo-plugins-header__logo {
  display: inline-block;
  vertical-align: bottom;
}

/**
 * Buttons
 */
.tclr-btn {
  outline: none;
  display: inline-block;
  font-weight: 400;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border: 1px solid transparent;
  padding: 5px 15px;
  font-size: 14px;
  line-height: 1.5;
  border-radius: 3px;
  background-color: transparent;
  -webkit-transition: color 150ms ease-in-out, background-color 150ms ease-in-out, border-color 150ms ease-in-out, -webkit-box-shadow 150ms ease-in-out;
  transition: color 150ms ease-in-out, background-color 150ms ease-in-out, border-color 150ms ease-in-out, -webkit-box-shadow 150ms ease-in-out;
  transition: color 150ms ease-in-out, background-color 150ms ease-in-out, border-color 150ms ease-in-out, box-shadow 150ms ease-in-out;
  transition: color 150ms ease-in-out, background-color 150ms ease-in-out, border-color 150ms ease-in-out, box-shadow 150ms ease-in-out, -webkit-box-shadow 150ms ease-in-out;
  cursor: pointer;
  -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.1);
  position: relative;
}
.tclr-btn:not(:last-child) {
  margin-right: 10px;
}
.tclr-btn--primary {
  color: #0790e8;
  border-color: #0790e8;
}
.tclr-btn--primary.tclr-btn--loading, .tclr-btn--primary.tclr-btn--disabled, .tclr-btn--primary:disabled, .tclr-btn--primary:hover, .tclr-btn--primary:focus {
  color: #fff;
  background-color: #0790e8;
}
.tclr-btn--primary:not(.tclr-btn--disabled):active, .tclr-btn--primary:not(.tclr-btn--disabled):focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
}
.tclr-btn--secondary {
  color: #6c757d;
  border-color: #b7b7b7;
}
.tclr-btn--secondary.tclr-btn--loading, .tclr-btn--secondary.tclr-btn--disabled, .tclr-btn--secondary:disabled, .tclr-btn--secondary:hover, .tclr-btn--secondary:focus {
  color: #fff;
  border-color: #9e9e9e;
  background-color: #9e9e9e;
}
.tclr-btn--secondary:not(.tclr-btn--disabled):active, .tclr-btn--secondary:not(.tclr-btn--disabled):focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.2);
  box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.2);
}
.tclr-btn--error {
  color: #e94b35;
  border-color: #e94b35;
}
.tclr-btn--error.tclr-btn--loading, .tclr-btn--error.tclr-btn--disabled, .tclr-btn--error:disabled, .tclr-btn--error:hover, .tclr-btn--error:focus {
  color: #fff;
  border-color: #e94b35;
  background-color: #e94b35;
}
.tclr-btn--error:not(.tclr-btn--disabled):active, .tclr-btn--error:not(.tclr-btn--disabled):focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(233, 75, 53, 0.2);
  box-shadow: 0 0 0 0.2rem rgba(233, 75, 53, 0.2);
}
.tclr-btn--disabled {
  opacity: 0.6;
  cursor: not-allowed;
}
.tclr-btn--loading, .tclr-btn--loading:hover, .tclr-btn--loading:focus {
  color: transparent !important;
}
.tclr-btn--loading:before {
  content: "";
  width: 16px;
  height: 16px;
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiIHN0YW5kYWxvbmU9Im5vIj8+PHN2ZyB4bWxuczpzdmc9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB2ZXJzaW9uPSIxLjAiIHdpZHRoPSI2NHB4IiBoZWlnaHQ9IjY0cHgiIHZpZXdCb3g9IjAgMCAxMjggMTI4IiB4bWw6c3BhY2U9InByZXNlcnZlIj48Zz48cGF0aCBkPSJNNzUuNCAxMjYuNjNhMTEuNDMgMTEuNDMgMCAwIDEtMi4xLTIyLjY1IDQwLjkgNDAuOSAwIDAgMCAzMC41LTMwLjYgMTEuNCAxMS40IDAgMSAxIDIyLjI3IDQuODdoLjAyYTYzLjc3IDYzLjc3IDAgMCAxLTQ3LjggNDguMDV2LS4wMmExMS4zOCAxMS4zOCAwIDAgMS0yLjkzLjM3eiIgZmlsbD0iI2ZmZiIgZmlsbC1vcGFjaXR5PSIxIi8+PGFuaW1hdGVUcmFuc2Zvcm0gYXR0cmlidXRlTmFtZT0idHJhbnNmb3JtIiB0eXBlPSJyb3RhdGUiIGZyb209IjAgNjQgNjQiIHRvPSIzNjAgNjQgNjQiIGR1cj0iMTgwMG1zIiByZXBlYXRDb3VudD0iaW5kZWZpbml0ZSI+PC9hbmltYXRlVHJhbnNmb3JtPjwvZz48L3N2Zz4=) center center no-repeat;
  background-size: contain;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  color: #fff;
}

/**
 * Replace content
 */
.tclr-replace-content-container {
  padding: 15px 10px;
  /* Hide content outside modal box */
}
.tclr-replace-content-container, .tclr-replace-content-container * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
#tclr-replace-content .tclr-replace-content-container {
  display: none;
}
.tclr-replace-content-container .tclr-replace-content__step-2 {
  display: none;
}
.tclr-replace-content-container .tclr-replace-content__step-2 #bookmark-confirmation,
.tclr-replace-content-container .tclr-replace-content__step-2 #all-confirmation {
  display: none;
}
.tclr-replace-content-container .tclr-replace-content__title {
  font-weight: 600;
  font-size: 16px;
}
.tclr-replace-content-container .tclr-replace-content__description {
  font-size: 15px;
  margin-top: 15px;
}
.tclr-replace-content-container .tclr-replace-content__actions .tclr-btn {
  margin-top: 8px;
}
.tclr-replace-content-container .tclr-replace-content__info {
  width: 100%;
  padding: 12px 15px;
  color: #004085;
  background: #cce5ff;
  line-height: 1.5;
  position: relative;
  margin-top: 15px;
}
.tclr-replace-content-container .tclr-replace-content__warning {
  width: 100%;
  padding: 12px 15px;
  color: #9f6000;
  background: #feefb3;
  line-height: 1.5;
  position: relative;
  margin-top: 15px;
}
#snc_options_form th img {
  max-width: 200px;
}
#snc-content_library_wrap .dashicons-admin-media {
  margin-right: 5px;
}
#snc-content_library_wrap table td {
  border-top: 1px solid #e5e5e5;
}
#snc-content_library_wrap table td .show {
  text-decoration: underline;
  color: #000099;
}
#snc-content_library_wrap table td .delete {
  text-decoration: underline;
  color: #990000;
}
#snc-content_library_wrap table td .embed_information {
  display: none;
}
#snc-content_library_wrap table td .snc-embed_information {
  display: block;
}
#snc-content_library_wrap table tr:first-child td {
  border-top: none;
}

.tclr-classic-editor-content-library__box {
  padding-top: 20px;
}
.tclr-classic-editor-content-library__search {
  position: relative;
}
.tclr-classic-editor-content-library__search-icon {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 8px;
  color: #69727d;
}
.tclr-classic-editor-content-library__search-icon svg {
  width: 13px;
  height: 13px;
  float: left;
}
.tclr-classic-editor-content-library__search-input {
  width: 100% !important;
  padding-left: 27px !important;
}
.tclr-classic-editor-content-library__list {
  padding-top: 10px;
}
.tclr-classic-editor-content-library__list--search-mode tr {
  display: none;
}
.tclr-classic-editor-content-library__list .tclr-classic-editor-content-library__item--visible {
  display: table-row !important;
}
.tclr-classic-editor-content-library__list .tclr-classic-editor-content-library__item-no-results {
  display: none;
}
.tclr-classic-editor-content-library__list--no-results .tclr-classic-editor-content-library__item-no-results {
  display: table-row !important;
}
.snc-embed_information {
  display: none;
  padding: 0 30px 30px 30px;
}
.snc-embed_information #item_title {
  width: 100%;
  font-size: 22px;
}
.snc-embed_information ul {
  margin-left: 20px;
}
.snc-embed_information .insert_type {
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid #EEEEEE;
}
.snc-embed_information .options h3.no-margin {
  margin-top: 0;
}
.snc-embed_information .text_with_radio {
  font-size: 13px;
  margin: 0 0 0 3px;
}
.snc-embed_information h3.with_select {
  float: left;
}
.snc-embed_information select.with_select {
  margin: 13px;
}
.snc_custom_image_upload,
#snc-media_upload_button_wrap {
  background: #f6f7f7;
  border: 1px solid #c3c4c7;
  padding: 30px;
  margin: 30px auto;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
}

.snc_custom_image_upload,
#snc-media_upload_button_wrap {
  text-align: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.snc_custom_image_upload button,
#snc-upload_button {
  border: none;
  background: none;
  padding: 0;
  margin: 0;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  cursor: pointer;
}
.snc_custom_image_upload button span,
#snc-upload_button span {
  pointer-events: none !important;
}
.snc_custom_image_upload button span.button-description,
#snc-upload_button span.button-description {
  margin-left: 10px;
}

#snc-media_upload_tincanny-uploader-wrapper {
  display: none;
  padding-bottom: 15px;
}

#snc-media_upload_file_wrap .title {
  padding-left: 32px;
  position: relative;
  margin-left: 10px;
}
#snc-media_upload_file_wrap .title:before {
  content: "\f13b";
  font: 400 30px/1 dashicons;
  position: absolute;
  left: -2px;
  top: -6px;
  color: #5893ba;
}

.snc_TB {
  padding: 15px 30px 0;
  margin: 0 !important;
}
.snc_TB > span.dashicons {
  font-size: 22px;
}
.snc_TB .title {
  font-size: 23px;
  display: inline-block;
  padding: 0;
}
.snc_TB #snc-media_upload_message {
  display: none;
}
.snc_TB #snc-media_upload_file {
  display: none;
}
.vc_row .snc_TB {
  margin: 0px;
  border-top: 1px solid #DDDDDD;
}
.vc_row #sidemenu {
  padding: 10px 20px 0;
  margin-bottom: -1px;
  overflow: auto;
  position: relative;
  z-index: 100;
}
.vc_row #sidemenu li {
  float: left;
  margin: 0 0 0 -1px;
  border: 1px solid #DDD;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  padding: 5px 14px;
  background-color: #EEEEEE;
}
.vc_row #sidemenu li a {
  text-decoration: none;
}
.vc_row #sidemenu li.current {
  background-color: #FFF;
  border-bottom: 1px solid #FFFFFF;
}
.vc_row #snc-content_library_wrap {
  display: none;
}
.vc_row .vc-snc-embed {
  padding: 0 15px;
  margin-bottom: 20px;
}
.vc_row .wpb-select.fade,
.vc_row .wpb-select .fade {
  opacity: 1 !important;
}
.vc_row #vc-snc-choosen-file {
  display: none;
  margin-bottom: 20px;
}
.vc_row #vc-snc-choosen-file .change_file {
  margin-top: 5px;
}
.vc_row .vc-snc-hidden {
  display: none;
}