/*!******************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[0].use[1]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[0].use[2]!./assets/css/sass/styles.scss ***!
  \******************************************************************************************************************************************************************************/
@font-face {
  font-family: "Roboto Regular";
  src: url("../css/fonts/Roboto-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Roboto Bold";
  src: url("../css/fonts/Roboto-Bold.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
.tcm-voting-loader .tcm-votes-count {
  border: 2px solid #bfbfbf;
  border-top: 2px solid;
  border-radius: 50%;
  width: 12px;
  height: 12px;
  animation: tcm-voting-spin 2s linear infinite;
  position: relative;
  display: inline-block;
  top: 2px;
}

@keyframes tcm-voting-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.clear-this:after {
  content: "";
  display: table;
  clear: both;
}

.tcm-truncate {
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.tcm-dot-loader {
  display: none;
  width: 75px;
  margin: 0 auto;
  text-align: center;
}
.tcm-dot-loader .inner1, .tcm-dot-loader .inner2, .tcm-dot-loader .inner3 {
  display: inline-block;
  margin: 1.875px;
  width: 8px;
  height: 8px;
  border: 1px solid lightgray;
  border-radius: 15px;
  background-color: lightgray;
  -webkit-transform-origin: 50%;
  -webkit-animation-duration: 0.6s;
  -webkit-animation-name: rotate;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
}
.tcm-dot-loader .inner2 {
  -webkit-animation-delay: 0.15s;
}
.tcm-dot-loader .inner3 {
  -webkit-animation-delay: 0.3s;
}
.tcm-dot-loader.done .inner1, .tcm-dot-loader.done .inner2, .tcm-dot-loader.done .inner3 {
  -webkit-animation-iteration-count: 0;
}

#tcm-moderate-front {
  position: absolute;
  top: 30px;
  right: 30px;
}
#tcm-moderate-front:hover .tcm-dropdown-moderate {
  opacity: 1;
  visibility: visible;
}
#tcm-moderate-front .tcm-moderate-dots {
  position: relative;
  z-index: 5;
  padding: 0 8px;
  margin-right: -8px;
}
#tcm-moderate-front .tcm-moderate-dots:not(:hover) .moderate-dot {
  background-color: gray !important;
}
#tcm-moderate-front .tcm-moderate-dots .moderate-dot {
  width: 5px;
  height: 5px;
  display: block;
  border-radius: 50%;
  margin: 0 0 3px;
}
#tcm-moderate-front .tcm-moderate-dots:hover {
  cursor: pointer;
}
#tcm-moderate-front .tcm-dropdown-moderate {
  opacity: 0;
  visibility: hidden;
  transition: 0.1s;
  transition-delay: 0.1s;
  position: absolute;
  top: 30px;
  right: 0;
  z-index: 10;
  background-color: #fff;
  width: 155px;
  box-shadow: 0 3px 7px rgba(0, 0, 0, 0.15);
  font-size: 13px;
  color: #6d6d6d;
  font-weight: 500;
}
#tcm-moderate-front .tcm-dropdown-moderate .tcm-dropdown-moderate-element {
  padding: 5px 15px;
  font-weight: 500;
}
#tcm-moderate-front .tcm-dropdown-moderate .tcm-dropdown-moderate-element:first-child {
  margin-top: 13px;
}
#tcm-moderate-front .tcm-dropdown-moderate .tcm-dropdown-moderate-element:last-child {
  margin-bottom: 13px;
}
#tcm-moderate-front .tcm-dropdown-moderate .tcm-dropdown-moderate-element:hover {
  background-color: #e5e5e5;
  cursor: pointer;
}
#tcm-moderate-front .tcm-dropdown-moderate #tcm-admin-moderation-wrapper .tcm-moderation-mid .tcm-bulk #tcm-bulk-options .tcm-dropdown-content .tcm-dropdown-element:first-child {
  margin-top: 13px;
}

.tcm-lazy-comments .tcm-dot-loader {
  width: 45px;
}
.tcm-lazy-comments .tcm-dot-loader .inner1, .tcm-lazy-comments .tcm-dot-loader .inner2, .tcm-lazy-comments .tcm-dot-loader .inner3 {
  width: 5px;
  height: 5px;
  background-color: #6e767d;
  border: 1px solid #6e767d;
  margin: 0 -0.8px 2px;
}

@-webkit-keyframes rotate {
  0% {
    -webkit-transform: translateY(0%);
  }
  30% {
    -webkit-transform: translateY(-3.75px);
  }
  50% {
    -webkit-transform: translateY(0%);
  }
  70% {
    -webkit-transform: translateY(3.75px);
  }
}
input#redirect_url:focus,
input#redirect_url2:focus,
.select2-search__field:focus {
  border-bottom: 1px solid #03a88a !important;
  box-shadow: 0 1px 0 0 #03a88a !important;
}

.tcm-comments-list .tcm-posts {
  border: 1px solid;
  border-radius: 5px;
  text-align: center;
  padding: 20px 0;
  line-height: 1.4;
  margin: 0 0 25px 0;
}
@media (max-width: 767px) {
  .tcm-comments-list .tcm-posts {
    padding: 20px 20%;
  }
}
@media (min-width: 541px) and (max-width: 767px) {
  .tcm-comments-list .tcm-posts {
    padding: 20px;
  }
}
.tcm-comments-list .tcm-posts .tcm-posts-list.no-featured-image {
  margin: 40px 20px 0;
  display: flex;
  flex-flow: wrap;
}
@media (min-width: 541px) and (max-width: 767px) {
  .tcm-comments-list .tcm-posts .tcm-posts-list.no-featured-image .tcm-post {
    float: left;
    width: 47%;
    margin: 1.5%;
  }
}
@media (min-width: 768px) {
  .tcm-comments-list .tcm-posts .tcm-posts-list.no-featured-image .tcm-post {
    float: left;
    width: 47%;
    margin: 0 1.5%;
  }
}
.tcm-comments-list .tcm-posts .tcm-posts-list.no-featured-image .tcm-post h3 {
  font-size: 14px !important;
  font-weight: 500;
  color: #666;
  line-height: normal;
  text-align: left;
  margin: 0 0 25px !important;
  padding-left: 25px;
  position: relative;
}
.tcm-comments-list .tcm-posts .tcm-posts-list.no-featured-image .tcm-post h3 a {
  color: inherit;
  transition: all 0.3s;
}
.tcm-comments-list .tcm-posts .tcm-posts-list.no-featured-image .tcm-post h3 a svg.related-posts-arrow {
  width: 17px;
  height: 17px;
  position: absolute;
  left: 0;
  top: 0;
}
.tcm-comments-list .tcm-posts .tcm-posts-list.no-featured-image .tcm-post h3 a:hover {
  border-bottom: 1px solid;
}
.tcm-comments-list .tcm-posts .tcm-posts-list:not(.no-featured-image) {
  margin: 30px 0 20px;
  display: flex;
  justify-content: center;
}
@media (max-width: 540px) {
  .tcm-comments-list .tcm-posts .tcm-posts-list:not(.no-featured-image) {
    display: block;
  }
}
@media (min-width: 541px) and (max-width: 767px) {
  .tcm-comments-list .tcm-posts .tcm-posts-list:not(.no-featured-image) {
    justify-content: left;
    flex-wrap: wrap;
  }
}
.tcm-comments-list .tcm-posts .tcm-posts-list:not(.no-featured-image) .tcm-post {
  height: inherit;
}
@media (max-width: 540px) {
  .tcm-comments-list .tcm-posts .tcm-posts-list:not(.no-featured-image) .tcm-post {
    width: 100%;
    margin-bottom: 20px;
    padding-bottom: 5px;
    border-bottom: 1px dashed rgba(0, 0, 0, 0.15);
  }
  .tcm-comments-list .tcm-posts .tcm-posts-list:not(.no-featured-image) .tcm-post:last-child {
    border-bottom: 0;
    margin-bottom: 0;
    padding-bottom: 0;
  }
}
@media (min-width: 541px) and (max-width: 767px) {
  .tcm-comments-list .tcm-posts .tcm-posts-list:not(.no-featured-image) .tcm-post {
    width: calc(47% - 1px);
    padding: 1.5% 1.5% 18px;
    margin-bottom: 20px;
  }
  .tcm-comments-list .tcm-posts .tcm-posts-list:not(.no-featured-image) .tcm-post:nth-child(odd) {
    border-right: 1px dashed rgba(0, 0, 0, 0.15);
  }
}
@media (min-width: 768px) {
  .tcm-comments-list .tcm-posts .tcm-posts-list:not(.no-featured-image) .tcm-post {
    border-right: 1px dashed rgba(0, 0, 0, 0.15);
    width: 21.25%;
    padding: 1.5%;
  }
  .tcm-comments-list .tcm-posts .tcm-posts-list:not(.no-featured-image) .tcm-post:last-child {
    border-right: 0;
  }
  .tcm-comments-list .tcm-posts .tcm-posts-list:not(.no-featured-image) .tcm-post:first-child {
    padding-left: 3%;
  }
  .tcm-comments-list .tcm-posts .tcm-posts-list:not(.no-featured-image) .tcm-post:last-child {
    padding-right: 3%;
  }
}
.tcm-comments-list .tcm-posts .tcm-posts-list:not(.no-featured-image) .tcm-post > div > a:not(.tcm-no-featured-image) {
  padding-bottom: 50%;
  border-radius: 5px;
  background-position: center;
  background-size: cover;
  display: block;
}
.tcm-comments-list .tcm-posts .tcm-posts-list:not(.no-featured-image) .tcm-post h3 {
  font-size: 14px !important;
  margin: 18px 0 0;
  font-weight: normal;
  color: #666;
  transition: all 0.3s;
  line-height: normal;
}
.tcm-comments-list .tcm-posts .tcm-posts-list:not(.no-featured-image) .tcm-post h3 a {
  color: inherit;
  transition: all 0.3s;
}
.tcm-comments-list .tcm-posts .tcm-posts-list:not(.no-featured-image) .tcm-post h3 a svg.related-posts-arrow {
  display: none;
}
.tcm-comments-list .tcm-posts .tcm-posts-list:not(.no-featured-image) .tcm-post:hover h3 {
  color: #000;
}
.tcm-comments-list .tcm-comment-item:not(.tcm-main-parent) .tcm-conversion-container {
  margin-right: 30px;
}
.tcm-comments-list .tcm-conversion-container {
  padding: 1px 1px 0;
}
.tcm-comments-list .tcm-conversion-container .tcm-thank-you-submited, .tcm-comments-list .tcm-share-post {
  border: 1px solid;
  border-radius: 5px;
  text-align: center;
  padding: 20px;
  line-height: 1.8;
  margin: 0 0 25px 0;
}
#thrive-comments .tcm-comments-list p.tcm-moderation {
  display: none;
  line-height: 25px;
  margin: 0 0 10px;
  word-wrap: break-word;
}
@media (min-width: 768px) {
  #thrive-comments .tcm-comments-list p.tcm-moderation {
    line-height: inherit;
    margin: 2px 0 0;
  }
}
.tcm-comments-list .tcm-comment-awaiting-moderation .tcm-comment-header,
.tcm-comments-list .tcm-comment-awaiting-moderation .tcm-comment-text,
.tcm-comments-list .tcm-comment-awaiting-moderation .tcm-toggle-button,
.tcm-comments-list .tcm-comment-awaiting-moderation .tcm-reply-container,
.tcm-comments-list .tcm-comment-awaiting-moderation .tcm-dropdown-content a {
  opacity: 0.5;
}
#thrive-comments .tcm-comments-list .tcm-comment-awaiting-moderation p.tcm-moderation {
  display: inline-block;
}

#thrive-comments .tcm-voting-container {
  display: inline-block;
  margin-right: 20px;
  font-size: 15px;
  color: #6e767d;
}
#thrive-comments .tcm-voting-container .tcm-voting-input {
  background-color: transparent;
  display: inline-block;
  border: 1px solid rgba(0, 0, 0, 0.25) !important;
  padding: 0 15px;
  border-radius: 20px;
  height: 35px;
  line-height: 35px;
  color: rgba(0, 0, 0, 0.5) !important;
  font-weight: normal;
  box-sizing: border-box;
  cursor: pointer;
  margin-left: 5px;
  font-size: 15px;
  transition: all 0.3s;
}
#thrive-comments .tcm-voting-container .tcm-voting-input:active {
  opacity: 0.6;
  color: #fff;
}
#thrive-comments .tcm-voting-container .tcm-voting-input:active svg {
  fill: #fff !important;
}
#thrive-comments .tcm-voting-container .tcm-voting-input.tcm-upvote:not(.tcm-voting-loader).active, #thrive-comments .tcm-voting-container .tcm-voting-input.tcm-upvote:not(.tcm-voting-loader):hover, #thrive-comments .tcm-voting-container .tcm-voting-input.tcm-upvote:not(.tcm-voting-loader):active {
  color: #fff !important;
  background-color: #70ba2a !important;
  border-color: #70ba2a !important;
}
#thrive-comments .tcm-voting-container .tcm-voting-input.tcm-upvote:not(.tcm-voting-loader).active svg, #thrive-comments .tcm-voting-container .tcm-voting-input.tcm-upvote:not(.tcm-voting-loader):hover svg, #thrive-comments .tcm-voting-container .tcm-voting-input.tcm-upvote:not(.tcm-voting-loader):active svg {
  fill: #fff;
}
#thrive-comments .tcm-voting-container .tcm-voting-input.tcm-downvote:not(.tcm-voting-loader).active, #thrive-comments .tcm-voting-container .tcm-voting-input.tcm-downvote:not(.tcm-voting-loader):hover, #thrive-comments .tcm-voting-container .tcm-voting-input.tcm-downvote:not(.tcm-voting-loader):active {
  color: #fff !important;
  background-color: #ef5350 !important;
  border-color: #ef5350 !important;
}
#thrive-comments .tcm-voting-container .tcm-voting-input.tcm-downvote:not(.tcm-voting-loader).active svg, #thrive-comments .tcm-voting-container .tcm-voting-input.tcm-downvote:not(.tcm-voting-loader):hover svg, #thrive-comments .tcm-voting-container .tcm-voting-input.tcm-downvote:not(.tcm-voting-loader):active svg {
  fill: #fff;
}
#thrive-comments .tcm-voting-container .tcm-voting-input .tcm-thumb_up, #thrive-comments .tcm-voting-container .tcm-voting-input .tcm-thumb_down {
  display: inline-block;
}
#thrive-comments .tcm-voting-container .tcm-voting-input .tcm-thumb_up svg, #thrive-comments .tcm-voting-container .tcm-voting-input .tcm-thumb_down svg {
  position: relative;
  width: 16px;
  fill: #6e767d;
  top: 4px;
}

.tcm-small #thrive-comments button.tcm-right {
  bottom: 100%;
  position: relative;
  top: 0;
  right: 0;
}

#comments.tcm-small #thrive-comments .tcm-left .tcm-voting-input {
  margin-bottom: 10px;
}

#thrive-comments {
  min-height: 20px;
  width: 100%;
  clear: both;
  font-family: "Roboto Regular";
  color: #393939;
  margin: 80px 0;
}
#thrive-comments .thrive-comments-content {
  display: none;
}
#thrive-comments .thrive-comments-content svg {
  width: 20px;
  height: 20px;
}
#thrive-comments .share-buttons {
  text-align: center;
  padding: 15px 0 0;
}
#thrive-comments .share-buttons div {
  width: 32px;
  height: 32px;
  margin: 0 5px;
  display: inline-block;
  vertical-align: middle;
  cursor: pointer;
}
#thrive-comments .share-buttons div.fb-button {
  background: #1877F2;
  border-radius: 50%;
  position: relative;
}
#thrive-comments .share-buttons div.fb-button::before {
  content: "";
  position: absolute;
  top: 52%;
  left: 49%;
  transform: translate(-50%, -50%);
  width: 20px;
  height: 20px;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 28'%3E%3Cpath d='M14.984 0.187v4.125h-2.453q-1.344 0-1.813 0.562t-0.469 1.687v2.953h4.578l-0.609 4.625h-3.969v11.859h-4.781v-11.859h-3.984v-4.625h3.984v-3.406q0-2.906 1.625-4.508t4.328-1.602q2.297 0 3.563 0.187z' fill='white'/%3E%3C/svg%3E") center no-repeat;
  background-size: contain;
}
#thrive-comments .share-buttons div.gm-button {
  background: url("../images/tcm-gm.png") top left no-repeat;
}
#thrive-comments .share-buttons div.in-button {
  background: #0A66C2;
  border-radius: 50%;
  position: relative;
}
#thrive-comments .share-buttons div.in-button::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 54%;
  transform: translate(-50%, -50%);
  width: 16px;
  height: 16px;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 28 28'%3E%3Cpath d='M5.453 9.766v15.484h-5.156v-15.484h5.156zM5.781 4.984q0.016 1.141-0.789 1.906t-2.117 0.766h-0.031q-1.281 0-2.063-0.766t-0.781-1.906q0-1.156 0.805-1.914t2.102-0.758 2.078 0.758 0.797 1.914zM24 16.375v8.875h-5.141v-8.281q0-1.641-0.633-2.57t-1.977-0.93q-0.984 0-1.648 0.539t-0.992 1.336q-0.172 0.469-0.172 1.266v8.641h-5.141q0.031-6.234 0.031-10.109t-0.016-4.625l-0.016-0.75h5.141v2.25h-0.031q0.313-0.5 0.641-0.875t0.883-0.812 1.359-0.68 1.789-0.242q2.672 0 4.297 1.773t1.625 5.195z' fill='white'/%3E%3C/svg%3E") center no-repeat;
  background-size: contain;
}
#thrive-comments .share-buttons div.x-button {
  background: #000000;
  border-radius: 50%;
  position: relative;
}
#thrive-comments .share-buttons div.x-button::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 16px;
  height: 16px;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M18.244 2.25h3.308l-7.227 8.26 8.502 11.24H16.17l-5.214-6.817L4.99 21.75H1.68l7.73-8.835L1.254 2.25H8.08l4.713 6.231zm-1.161 17.52h1.833L7.084 4.126H5.117z' fill='white'/%3E%3C/svg%3E") center no-repeat;
  background-size: contain;
}
#thrive-comments .share-buttons div.pt-button {
  background: #E60023;
  border-radius: 50%;
  position: relative;
}
#thrive-comments .share-buttons div.pt-button:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 16px;
  height: 16px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23FFFFFF' d='M12.289,2C6.617,2,3.606,5.648,3.606,9.622c0,1.846,1.025,4.146,2.666,4.878c0.25,0.111,0.381,0.063,0.439-0.169 c0.044-0.175,0.267-1.029,0.365-1.428c0.032-0.128,0.017-0.237-0.091-0.362C6.445,11.911,6.01,10.75,6.01,9.668 c0-2.777,2.194-5.464,5.933-5.464c3.23,0,5.49,2.108,5.49,5.122c0,3.407-1.794,5.768-4.13,5.768c-1.291,0-2.257-1.021-1.948-2.277 c0.372-1.495,1.089-3.112,1.089-4.191c0-0.967-0.542-1.775-1.663-1.775c-1.319,0-2.379,1.309-2.379,3.059 c0,1.115,0.394,1.869,0.394,1.869s-1.302,5.279-1.54,6.261c-0.405,1.666,0.053,4.368,0.094,4.604 c0.021,0.126,0.167,0.169,0.25,0.063c0.129-0.165,1.699-2.419,2.142-4.051c0.158-0.59,0.817-2.995,0.817-2.995 c0.43,0.784,1.681,1.446,3.013,1.446c3.963,0,6.822-3.494,6.822-7.833C20.394,5.112,16.849,2,12.289,2'/%3E%3C/svg%3E");
  background-size: contain;
  background-repeat: no-repeat;
}
#thrive-comments .share-buttons div.xi-button {
  background: #006567;
  border-radius: 50%;
  position: relative;
}
#thrive-comments .share-buttons div.xi-button::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 16px;
  height: 16px;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 22 28'%3E%3Cpath d='M9.328 10.422q-0.156 0.281-4.016 7.125-0.422 0.719-1.016 0.719h-3.734q-0.328 0-0.484-0.266t0-0.562l3.953-7q0.016 0 0-0.016l-2.516-4.359q-0.187-0.344-0.016-0.578 0.141-0.234 0.5-0.234h3.734q0.625 0 1.031 0.703zM21.922 0.391q0.172 0.25 0 0.578l-8.25 14.594v0.016l5.25 9.609q0.172 0.313 0.016 0.578-0.156 0.234-0.5 0.234h-3.734q-0.656 0-1.031-0.703l-5.297-9.719q0.281-0.5 8.297-14.719 0.391-0.703 1-0.703h3.766q0.344 0 0.484 0.234z' fill='white'/%3E%3C/svg%3E") center no-repeat;
  background-size: contain;
}
#thrive-comments p {
  text-align: left;
  font-size: 18px;
  margin-bottom: 20px;
  color: #707070;
  font-family: inherit;
  line-height: 1.7em;
}
#thrive-comments strong, #thrive-comments span, #thrive-comments a {
  font-family: inherit;
}
#thrive-comments textarea, #thrive-comments input {
  background-color: #f6f7f8;
  border: 1px solid #c8cacb;
  box-shadow: inset 0 0 3px #d5d7d8;
  border-radius: 5px;
  transition: all 0.3s;
  font-family: inherit;
  outline: none;
}
#thrive-comments textarea:focus, #thrive-comments input:focus {
  background-color: #f6f7f8;
  border: 1px solid #68cbf8;
  box-shadow: inset 0 0 3px #95d8f6;
}
#thrive-comments textarea {
  min-height: 105px;
  width: 100%;
  box-sizing: border-box;
  font-size: 20px;
  color: #393939;
  padding: 18px 20px 20px;
  transition: height 0s;
  resize: vertical;
}
#thrive-comments textarea::-webkit-input-placeholder {
  color: #393939;
  opacity: 1;
  font-family: inherit;
}
#thrive-comments textarea::-moz-placeholder {
  color: #393939;
  opacity: 1;
  font-family: inherit;
}
#thrive-comments textarea:-ms-input-placeholder {
  color: #393939;
  opacity: 1;
  font-family: inherit;
}
#thrive-comments textarea:-moz-placeholder {
  color: #393939;
  opacity: 1;
  font-family: inherit;
}
#thrive-comments input {
  height: 45px;
  padding: 0 20px;
  font-size: 17px;
  width: 100%;
  box-sizing: border-box;
}
#thrive-comments input::-webkit-input-placeholder {
  color: #6e6e6f;
  opacity: 1;
}
#thrive-comments input::-moz-placeholder {
  color: #6e6e6f;
  opacity: 1;
}
#thrive-comments input:-ms-input-placeholder {
  color: #6e6e6f;
  opacity: 1;
}
#thrive-comments input:-moz-placeholder {
  color: #6e6e6f;
  opacity: 1;
}
#thrive-comments .tcm_receive_notif_container, #thrive-comments .tcm_remember_me {
  cursor: pointer;
  font-style: italic;
  font-size: 12px;
  color: rgba(0, 0, 0, 0.3);
  margin: 0;
  display: block;
  position: relative;
  padding-left: 25px;
  line-height: 20px;
  clear: both;
}
#thrive-comments .tcm_receive_notif_container input, #thrive-comments .tcm_remember_me input {
  display: none;
}
#thrive-comments .tcm_receive_notif_container .checkmark, #thrive-comments .tcm_remember_me .checkmark {
  position: absolute;
  top: -1px;
  left: 0;
  height: 18px;
  width: 18px;
  border-radius: 3px;
  background-color: #ccc;
  opacity: 0.7;
  transition: all 0.3s;
}
#thrive-comments .tcm_receive_notif_container:hover input ~ .checkmark, #thrive-comments .tcm_remember_me:hover input ~ .checkmark {
  background-color: #ccc;
  opacity: 1;
}
#thrive-comments .tcm_receive_notif_container input:checked ~ .checkmark, #thrive-comments .tcm_remember_me input:checked ~ .checkmark {
  background-color: #2196F3;
  opacity: 1;
}
#thrive-comments .tcm_receive_notif_container .checkmark:after, #thrive-comments .tcm_remember_me .checkmark:after {
  content: "";
  position: absolute;
  display: none;
}
#thrive-comments .tcm_receive_notif_container input:checked ~ .checkmark:after, #thrive-comments .tcm_remember_me input:checked ~ .checkmark:after {
  display: block;
}
#thrive-comments .tcm_receive_notif_container .checkmark:after, #thrive-comments .tcm_remember_me .checkmark:after {
  left: 6px;
  top: 3px;
  width: 4px;
  height: 8px;
  border: solid white;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}
#thrive-comments .tcm_receive_notif_container.tcm_last_label, #thrive-comments .tcm_remember_me.tcm_last_label {
  margin-bottom: 15px;
}
#thrive-comments .tcm_receive_notif_container.tcm_last_label .tcm-consent-text.tcm-not-selected, #thrive-comments .tcm_remember_me.tcm_last_label .tcm-consent-text.tcm-not-selected {
  border-bottom: 1px solid #ef5350;
  padding-bottom: 2px;
}
#thrive-comments .tcm-btn-div + .tcm_receive_notif_container {
  margin-top: 20px;
  margin-bottom: 12px;
  clear: both;
  float: left;
}
#thrive-comments button {
  background-color: #fff;
  cursor: pointer;
  outline: none;
  font-size: 15px;
  font-weight: 500;
  line-height: 35px;
  height: 35px;
  padding: 0 20px 0 35px;
  border: 1px solid;
  border-radius: 50px;
  text-transform: none;
  box-shadow: none;
  transition: all 0.3s;
  max-width: 200px;
  font-family: inherit;
}
#thrive-comments button:hover, #thrive-comments button:focus {
  background-image: none;
  box-shadow: none;
  color: #fff;
  text-shadow: none;
  outline: none;
}
#thrive-comments button:active {
  outline: none;
  opacity: 0.6;
  color: #fff;
}
#thrive-comments button:active svg {
  fill: #fff !important;
}
#thrive-comments button.tcm-transparent {
  background-color: transparent;
}
#thrive-comments button#tcm-submit-comment {
  padding: 0 20px;
  max-width: 100%;
  display: inline-block;
}
#thrive-comments button.tcm-show-login {
  background: none !important;
  border: none;
  border-radius: 0;
  border-bottom: 2px solid rgba(3, 169, 244, 0.5);
  height: auto;
  line-height: 25px;
  padding: 0;
}
@media (min-width: 768px) {
  #thrive-comments button.tcm-show-login {
    display: inline-block;
  }
}
@media (min-width: 768px) {
  #thrive-comments button.tcm-show-login:not(.tcm-save-btn-center) {
    margin-top: 76px;
  }
}
#thrive-comments button.tcm-right {
  background-color: transparent;
  position: relative;
  max-width: 250px;
}
@media (max-width: 540px) {
  #thrive-comments button.tcm-right {
    max-width: 100%;
  }
}
@media (min-width: 768px) {
  #thrive-comments button.tcm-right {
    bottom: 100%;
    position: absolute;
    top: -35px;
    right: 0;
  }
}
#thrive-comments button.tcm-right .reply-icon-container svg {
  position: absolute;
  left: 12px;
  top: 8px;
}
#thrive-comments button.tcm-right .preview-arrow svg {
  position: absolute;
  left: 12px;
  top: 8px;
  width: 20px;
  height: 20px;
}
#thrive-comments button.tcm-right:after {
  content: "";
  top: 0;
  bottom: 0;
  left: 10px;
  position: absolute;
  width: 19px;
}
#thrive-comments button.tcm-right:hover svg {
  fill: #fff !important;
}
#thrive-comments button.tcm-right:hover:after {
  background-position: left center;
}
#thrive-comments .tcm-comments-create > div {
  padding-bottom: 60px;
}
#thrive-comments .tcm-closed-comments {
  margin: 35px 0;
  border-radius: 3px;
  background-color: rgba(0, 0, 0, 0.025);
  padding: 20px;
}
#thrive-comments .tcm-closed-comments p {
  color: #6e767d;
  font-size: 18px;
  margin: 0;
}
#thrive-comments .tcm-error-message {
  display: none;
  color: #ef5350;
  text-align: left;
  font-style: normal;
}
#thrive-comments .tcm-invalid {
  border-color: #ef5350;
  background-color: #f6f7f8;
}
#thrive-comments .tcm-relative {
  position: relative;
}
#thrive-comments .tcm-reply-container {
  position: relative;
  min-height: 1px;
  padding: 1px 0;
}
#thrive-comments .tcm-left {
  display: inline-block;
}
@media (max-width: 767px) {
  #thrive-comments .tcm-left .tcm-voting-input {
    margin-bottom: 10px;
  }
  #thrive-comments .tcm-left .tcm-share-dropdown {
    display: none;
  }
}
#thrive-comments .tcm-comments-filters {
  font-size: 20px;
  color: #393939;
}
#thrive-comments .tcm-comments-filters:after {
  content: "";
  display: table;
  clear: both;
}
#thrive-comments .tcm-comments-filters label {
  display: inline-block;
  font-size: 20px;
  color: #848b91;
  font-weight: 400;
}
#thrive-comments .tcm-comments-filters select {
  display: inline-block;
  font-size: 19px;
  width: 106px;
  border: none;
  outline: none;
  height: auto;
  font-weight: 600;
}
#thrive-comments .tcm-comments-create .tcm-error-heading, #thrive-comments .tcm-create-comment-fields .tcm-error-heading, #thrive-comments .tcm-lazy-comments .tcm-error-heading {
  display: none;
}
#thrive-comments .tcm-comments-create .tcm-create-post-container, #thrive-comments .tcm-create-comment-fields .tcm-create-post-container, #thrive-comments .tcm-lazy-comments .tcm-create-post-container {
  text-align: center;
}
@media (min-width: 768px) {
  #thrive-comments .tcm-comments-create .tcm-create-post-container, #thrive-comments .tcm-create-comment-fields .tcm-create-post-container, #thrive-comments .tcm-lazy-comments .tcm-create-post-container {
    margin-top: 30px;
    display: flex;
  }
}
#thrive-comments .tcm-comments-create .tcm-create-post-container .left, #thrive-comments .tcm-create-comment-fields .tcm-create-post-container .left, #thrive-comments .tcm-lazy-comments .tcm-create-post-container .left {
  flex-grow: 0;
}
@media (max-width: 767px) {
  #thrive-comments .tcm-comments-create .tcm-create-post-container .left, #thrive-comments .tcm-create-comment-fields .tcm-create-post-container .left, #thrive-comments .tcm-lazy-comments .tcm-create-post-container .left {
    float: none !important;
    flex: none;
  }
}
#thrive-comments .tcm-comments-create .tcm-create-post-container .left .tcm-client-avatar, #thrive-comments .tcm-create-comment-fields .tcm-create-post-container .left .tcm-client-avatar, #thrive-comments .tcm-lazy-comments .tcm-create-post-container .left .tcm-client-avatar {
  background-size: cover;
  background-position: center;
  position: relative;
  height: 65px;
  width: 65px;
  margin-right: 25px;
  border-radius: 50px;
}
@media (max-width: 767px) {
  #thrive-comments .tcm-comments-create .tcm-create-post-container .left .tcm-client-avatar, #thrive-comments .tcm-create-comment-fields .tcm-create-post-container .left .tcm-client-avatar, #thrive-comments .tcm-lazy-comments .tcm-create-post-container .left .tcm-client-avatar {
    display: inline-block;
    margin: 30px 0 30px;
  }
}
#thrive-comments .tcm-comments-create .tcm-create-post-container .right, #thrive-comments .tcm-create-comment-fields .tcm-create-post-container .right, #thrive-comments .tcm-lazy-comments .tcm-create-post-container .right {
  flex-grow: 1;
  transition: all 3s;
}
@media (max-width: 767px) {
  #thrive-comments .tcm-comments-create .tcm-create-post-container .right, #thrive-comments .tcm-create-comment-fields .tcm-create-post-container .right, #thrive-comments .tcm-lazy-comments .tcm-create-post-container .right {
    float: none !important;
    flex: none;
  }
}
#thrive-comments .tcm-comment-additional-fields {
  margin-top: 30px;
  text-align: left;
}
@media (min-width: 768px) {
  #thrive-comments .tcm-comment-additional-fields {
    margin-bottom: 0;
    align-items: center;
    display: none;
  }
  #thrive-comments .tcm-comment-additional-fields .tcm-btn-div {
    text-align: right;
  }
  #thrive-comments .tcm-comment-additional-fields .tcm-btn-div, #thrive-comments .tcm-comment-additional-fields .tcm-comment-as {
    float: left;
    width: 50%;
  }
}
@media (max-width: 767px) {
  #thrive-comments .tcm-comment-additional-fields {
    display: block !important;
  }
  #thrive-comments .tcm-comment-additional-fields .tcm-btn-div {
    margin-top: 30px;
  }
  #thrive-comments .tcm-comment-additional-fields .tcm-btn-div, #thrive-comments .tcm-comment-additional-fields .tcm-comment-as {
    display: block;
    text-align: center;
  }
}
#thrive-comments .tcm-comment-additional-fields .inner .tcm-guest input {
  margin: 0 0 20px;
}
#thrive-comments .tcm-comment-additional-fields .tcm-social-accounts {
  flex: 1 48%;
}
#thrive-comments .tcm-comment-additional-fields .tcm-social-accounts a {
  z-index: 10;
  position: relative;
}
#thrive-comments .tcm-comment-additional-fields .tcm-social-accounts:after {
  content: "";
  display: table;
  clear: both;
}
#thrive-comments .tcm-comment-additional-fields .tcm-social-accounts .tcm-social-share-logo {
  width: 35px;
  height: 35px;
  display: inline-block;
  margin: 0 3px;
  position: relative;
  outline: none;
}
#thrive-comments .tcm-comment-additional-fields .tcm-social-accounts .tcm-social-share-logo:focus {
  opacity: 0.7;
}
#thrive-comments .tcm-comment-additional-fields .tcm-social-accounts .tcm-social-share-logo .tcm-share-info {
  display: none;
  position: absolute;
  top: 45px;
  left: -3px;
  font-size: 13px;
  color: #596269;
  background: #ddd;
  width: 175px;
  text-align: center;
  padding: 0 12px;
  border: 5px solid #ddd;
  border-radius: 4px;
}
#thrive-comments .tcm-comment-additional-fields .tcm-social-accounts .tcm-social-share-logo .tcm-share-info:after, #thrive-comments .tcm-comment-additional-fields .tcm-social-accounts .tcm-social-share-logo .tcm-share-info:before {
  content: " ";
  position: absolute;
  bottom: 100%;
  left: 10%;
  height: 0;
  width: 0;
  border: solid transparent;
  border-color: rgba(221, 221, 221, 0);
  border-bottom-color: #ddd;
  pointer-events: none;
}
#thrive-comments .tcm-comment-additional-fields .tcm-social-accounts .tcm-social-share-logo .tcm-share-info:after {
  border-width: 5px;
  margin-left: -5px;
}
#thrive-comments .tcm-comment-additional-fields .tcm-social-accounts .tcm-social-share-logo .tcm-share-info:before {
  border-width: 12px;
  margin-left: -12px;
}
#thrive-comments .tcm-comment-additional-fields .tcm-social-accounts .tcm-social-share-logo#tcm-fb-logo {
  background-color: #1877F2;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 28'%3E%3Cpath d='M14.984 0.187v4.125h-2.453q-1.344 0-1.813 0.562t-0.469 1.687v2.953h4.578l-0.609 4.625h-3.969v11.859h-4.781v-11.859h-3.984v-4.625h3.984v-3.406q0-2.906 1.625-4.508t4.328-1.602q2.297 0 3.563 0.187z' fill='white'/%3E%3C/svg%3E");
}
#thrive-comments .tcm-comment-additional-fields .tcm-social-accounts .tcm-social-share-logo#tcm-tw-logo {
  background-color: #000000;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M18.244 2.25h3.308l-7.227 8.26 8.502 11.24H16.17l-5.214-6.817L4.99 21.75H1.68l7.73-8.835L1.254 2.25H8.08l4.713 6.231zm-1.161 17.52h1.833L7.084 4.126H5.117z' fill='white'/%3E%3C/svg%3E");
}
#thrive-comments .tcm-comment-additional-fields .tcm-social-accounts .tcm-social-share-logo#tcm-gp-logo {
  background-image: url("../images/tcm-gp-icon.png");
}
#thrive-comments .tcm-comment-additional-fields .tcm-social-accounts .tcm-social-share-logo#tcm-wp-logo {
  background-image: url("../images/tcm-wp-icon.png");
}
#thrive-comments .tcm-comment-additional-fields .tcm-social-accounts .tcm-social-share-logo#tcm-wp-logo:hover span, #thrive-comments .tcm-comment-additional-fields .tcm-social-accounts .tcm-social-share-logo#tcm-gp-logo:hover span, #thrive-comments .tcm-comment-additional-fields .tcm-social-accounts .tcm-social-share-logo#tcm-fb-logo:hover span, #thrive-comments .tcm-comment-additional-fields .tcm-social-accounts .tcm-social-share-logo#tcm-tw-logo:hover span {
  display: block;
}
#thrive-comments .tcm-comment-additional-fields .tcm-separator {
  text-align: center;
}
@media (min-width: 768px) {
  #thrive-comments .tcm-comment-additional-fields .tcm-separator {
    width: 20%;
    float: left;
    margin: 82px 0 0;
  }
}
#thrive-comments .tcm-comment-additional-fields .tcm-separator span {
  font-size: 18px;
  color: #707070;
  vertical-align: middle;
  position: relative;
}
@media (max-width: 767px) {
  #thrive-comments .tcm-comment-additional-fields .tcm-separator span {
    display: inline-block;
    margin: 25px 0;
  }
}
@media (max-width: 767px) {
  #thrive-comments .tcm-comment-additional-fields .tcm-separator span:before, #thrive-comments .tcm-comment-additional-fields .tcm-separator span:after {
    content: "";
    height: 1px;
    display: block;
    width: 60px;
    background-color: #e1e1e1;
    position: absolute;
    top: calc(50% - 0.5px);
  }
  #thrive-comments .tcm-comment-additional-fields .tcm-separator span:before {
    left: -70px;
  }
  #thrive-comments .tcm-comment-additional-fields .tcm-separator span:after {
    left: 30px;
  }
}
@media (min-width: 768px) {
  #thrive-comments .tcm-comment-additional-fields .tcm-separator span:before, #thrive-comments .tcm-comment-additional-fields .tcm-separator span:after {
    content: "";
    height: 60px;
    display: block;
    width: 1px;
    background-color: #e1e1e1;
    position: absolute;
    left: calc(50% - 0.5px);
  }
  #thrive-comments .tcm-comment-additional-fields .tcm-separator span:before {
    top: -70px;
  }
  #thrive-comments .tcm-comment-additional-fields .tcm-separator span:after {
    top: 30px;
  }
}
@media (min-width: 768px) {
  #thrive-comments .tcm-comment-additional-fields .tcm-guest {
    float: left;
    width: 55%;
  }
}
@media (min-width: 768px) {
  #thrive-comments .tcm-comment-additional-fields .tcm-user-details {
    float: left;
    width: 25%;
    text-align: center;
  }
  #thrive-comments .tcm-comment-additional-fields .tcm-user-details p {
    text-align: center;
  }
  #thrive-comments .tcm-comment-additional-fields .tcm-user-details button {
    display: inline-block !important;
  }
}
#thrive-comments .tcm-comments-list .tcm-comment-item {
  background-color: #fff;
}
#thrive-comments .tcm-comments-list .tcm-comment-item .deleted-state .tcm-deleted-comment {
  padding: 30px 30px 0;
  margin-bottom: 20px;
}
#thrive-comments .tcm-comments-list .tcm-comment-item .deleted-state .tcm-deleted-comment .deleted-header {
  opacity: 0.5;
  display: flex;
  align-items: center;
  margin-bottom: 25px;
}
#thrive-comments .tcm-comments-list .tcm-comment-item .deleted-state .tcm-deleted-comment .deleted-header .deleted-header-text strong {
  display: block;
  margin-bottom: 8px;
}
#thrive-comments .tcm-comments-list .tcm-comment-item .deleted-state .tcm-deleted-comment .deleted-header .deleted-header-text span {
  font-size: 15px;
  font-weight: 500;
  color: #6e767d;
}
#thrive-comments .tcm-comments-list .tcm-comment-item .deleted-state .tcm-deleted-comment .undo-action {
  text-decoration: underline;
}
#thrive-comments .tcm-comments-list .tcm-comment-item .deleted-state .tcm-deleted-comment .moderation-img {
  margin-right: 25px;
  background-position: center;
  background-size: cover;
  width: 65px;
  height: 65px;
  border-radius: 50%;
  display: inline-block;
}
#thrive-comments .tcm-comments-list .tcm-comment-item .deleted-state .tcm-deleted-comment .deleted-text {
  opacity: 0.5;
}
#thrive-comments .tcm-comments-list .tcm-comment-item .deleted-state .tcm-deleted-comment .deleted-text p {
  margin: 0;
}
#thrive-comments .tcm-comments-list .tcm-comment-item.tcm-featured-class {
  position: relative;
}
#thrive-comments .tcm-comments-list .tcm-comment-item.tcm-featured-class .tcm-featured svg.author-icon-svg {
  display: none !important;
}
#thrive-comments .tcm-comments-list .tcm-comment-item.tcm-featured-class:before {
  content: "";
  position: absolute;
  height: 45px;
  width: 40px;
  z-index: 5;
  left: -13px;
  top: -9px;
  background: url("../images/featured-icon.png") no-repeat center/30px auto !important;
}
#thrive-comments .tcm-comments-list .tcm-comment-item.tcm-featured-class.tcm-has-children > div:first-child.level-0 {
  margin-bottom: 20px !important;
}
#thrive-comments .tcm-comments-list .tcm-comment-item.tcm-featured-class > .tcm-featured {
  background-color: #f9f9f9;
}
#thrive-comments .tcm-comments-list .tcm-comment-item.tcm-featured-class > .tcm-featured .tcm-comment-header .tcm-author-badges span.tcm-badge:not(.svg-badge) {
  border-color: #f9f9f9;
}
#thrive-comments .tcm-comments-list .tcm-comment-item.tcm-featured-class > .tcm-featured .tcm-comment-header .tcm-author-badges span.tcm-badge:not(.svg-badge):hover {
  border-color: #e7e8e8;
}
#thrive-comments .tcm-comments-list .tcm-comment-item.tcm-post-author {
  position: relative;
}
#thrive-comments .tcm-comments-list .tcm-comment-item.tcm-post-author > div.level-0 svg.author-icon-svg {
  top: -9px;
}
#thrive-comments .tcm-comments-list .tcm-comment-item.tcm-post-author svg.author-icon-svg {
  display: block;
  content: "";
  position: absolute;
  height: 45px;
  width: 30px;
  left: -8px;
  top: -9px;
}
#thrive-comments .tcm-comments-list .tcm-comment-item:not(.tcm-main-parent) {
  border-left: 1px solid #d2d0d0;
  margin: 0 0 20px 30px;
}
#thrive-comments .tcm-comments-list .tcm-comment-item:not(.tcm-main-parent):after {
  content: "";
  display: table;
  clear: both;
}
#thrive-comments .tcm-comments-list .tcm-comment-item .tcm-comment-content .tcm-flex-container {
  display: flex;
  align-items: center;
  margin-bottom: 15px;
}
#thrive-comments .tcm-comments-list .tcm-comment-item .tcm-comment-content .tcm-flex-container .tcm-comment-author-img {
  margin-right: 30px;
  width: 65px;
  height: 65px;
  border-radius: 50px;
  background-size: cover;
  background-position: center;
}
@media (min-width: 768px) {
  #thrive-comments .tcm-comments-list .tcm-comment-item .tcm-comment-content .tcm-flex-container .tcm-author-content {
    float: left;
  }
}
#thrive-comments .tcm-comments-list .tcm-comment-item .tcm-comment-content .tcm-flex-container .tcm-author-content .tcm-user-info .tcm-comment-author-name strong {
  font-size: 20px;
}
#thrive-comments .tcm-comments-list .tcm-comment-item .tcm-comment-content .tcm-flex-container .tcm-author-content .tcm-user-info .tcm-date-container span {
  font-size: 16px;
  color: #6e767d;
  display: inline-block;
  font-weight: 400;
  margin: 0;
}
#thrive-comments .tcm-comments-list .tcm-comment-item .tcm-comment-content .tcm-flex-container .tcm-author-badges {
  top: -5px;
  vertical-align: middle;
}
@media (max-width: 767px) {
  #thrive-comments .tcm-comments-list .tcm-comment-item .tcm-comment-content .tcm-flex-container .tcm-author-badges {
    clear: both;
    margin: 15px 0 0 8px;
  }
}
@media (min-width: 768px) {
  #thrive-comments .tcm-comments-list .tcm-comment-item .tcm-comment-content .tcm-flex-container .tcm-author-badges {
    float: left;
    margin-left: 50px;
  }
}
#thrive-comments .tcm-comments-list .tcm-comment-item .tcm-comment-content .tcm-flex-container .tcm-author-badges .tcm-badge {
  width: 40px;
  height: 40px;
  display: inline-block;
  background-repeat: no-repeat;
  margin: 0 3px;
  background-position: center;
  border-radius: 50px;
}
#thrive-comments .tcm-comments-list .tcm-comment-item .tcm-comment-content .tcm-flex-container .tcm-author-badges .tcm-badge:hover {
  background-color: #ececec;
}
#thrive-comments .tcm-comments-list .tcm-comment-item .tcm-comment-content .tcm-comment-text {
  font-size: 20px;
  margin-bottom: 30px;
}
#thrive-comments .tcm-comments-list .tcm-comment-item .tcm-comment-content .tcm-comment-text p, #thrive-comments .tcm-comments-list .tcm-comment-item .tcm-comment-content .tcm-comment-text a, #thrive-comments .tcm-comments-list .tcm-comment-item .tcm-comment-content .tcm-comment-text p a {
  word-wrap: break-word;
}
#thrive-comments .tcm-comments-list .tcm-comment-item .tcm-comment-content .tcm-comment-text p:last-child {
  margin-bottom: 0;
}
#thrive-comments .tcm-comments-list .tcm-comment-item .tcm-comment-content .clearfix:nth-child(3) .tcm-reply-container .tcm-create-comment-fields > div > div {
  margin: 25px 0 0;
}
#thrive-comments .tcm-comments-list .tcm-comment-item .tcm-comment-content .clearfix:nth-child(3) .tcm-reply-container .tcm-create-comment-fields > div.tcm-warning-box {
  border: 1px solid #ef5350;
  border-radius: 5px;
}
#thrive-comments .tcm-comments-list .tcm-comment-item .tcm-comment-content .clearfix:nth-child(3) .tcm-reply-container .tcm-create-comment-fields > div.tcm-warning-box .tcm-comment-wrapper {
  padding: 0 20px;
}
#thrive-comments .tcm-comments-list .tcm-comment-item .tcm-comment-content .clearfix:nth-child(3) .tcm-reply-container .tcm-create-comment-fields > div .tcm-social-accounts {
  flex: 0 1 50%;
  text-align: center;
}
#thrive-comments .tcm-comments-list .tcm-comment-item .tcm-comment-content .clearfix:nth-child(3) .tcm-reply-container .tcm-create-comment-fields > div .tcm-social-accounts p {
  text-align: center;
}
#thrive-comments .tcm-comments-list .tcm-comment-item .tcm-comment-content .clearfix:nth-child(3) .tcm-reply-container .tcm-create-comment-fields > div .tcm-separator {
  flex: 0 1 5%;
}
#thrive-comments .tcm-comments-list .tcm-comment-item .tcm-comment-content .clearfix:nth-child(3) .tcm-reply-container .tcm-create-comment-fields > div .tcm-error-heading {
  display: block;
  background-color: #ef5350;
  color: #fff;
  text-align: center;
  width: 100%;
  font-size: 19px;
}
#thrive-comments .tcm-comments-list .tcm-comment-item .tcm-comment-content .clearfix:nth-child(3) .tcm-reply-container .tcm-create-comment-fields > div .tcm-error-heading p {
  padding: 10px 0;
  color: #fff;
}
#thrive-comments .tcm-comments-list .tcm-comment-item .tcm-comment-content .clearfix:nth-child(3) .tcm-reply-container .tcm-create-comment-fields > div .tcm-comment-wrapper .tcm-show-login {
  display: block;
}
#thrive-comments .tcm-comments-list .tcm-comment-item .tcm-comment-content .clearfix:nth-child(3) .tcm-reply-container .tcm-create-comment-fields > div .tcm-new-user-label {
  display: inline-block;
  padding-top: 6px;
}
#thrive-comments .tcm-comments-list .tcm-comment-item .tcm-comment-content .clearfix:nth-child(3) .tcm-reply-container .tcm-create-comment-fields > div .tcm-new-user-label a {
  text-decoration: underline;
}
#thrive-comments .tcm-comments-list .tcm-comment-item.tcm-has-children > .tcm-featured {
  margin-bottom: 20px !important;
}
#thrive-comments .tcm-comments-list .tcm-comment-item.tcm-main-parent {
  margin: 0 0 35px;
  border: 1px solid #e5e4e4;
  border-radius: 5px;
  transition: all 0.3s;
}
#thrive-comments .tcm-comments-list .tcm-comment-item.tcm-main-parent .tcm-comment-content {
  margin-bottom: 20px;
  position: relative;
}
#thrive-comments .tcm-comments-list .tcm-comment-item.tcm-main-parent .tcm-comment-content.tcm-comment-awaiting-moderation .tcm-comment-text {
  margin-bottom: 43px;
}
#thrive-comments .tcm-comments-list .tcm-comment-item.tcm-main-parent .tcm-comment-content.level-0 {
  padding: 30px 30px 0;
}
#thrive-comments .tcm-comments-list .tcm-comment-item.tcm-main-parent .tcm-comment-content:not(.level-0) {
  padding: 30px 30px 0;
}
#thrive-comments .tcm-comments-list .tcm-comment-item.tcm-main-parent .tcm-comment-content.tcm-featured {
  margin-bottom: 0;
}
#thrive-comments .tcm-comments-list .tcm-comment-item.tcm-main-parent .tcm-comment-content.tcm-featured:not(.level-0) {
  padding: 30px 30px 20px;
}
#thrive-comments .tcm-comments-list .tcm-comment-item.tcm-main-parent .tcm-comment-content.tcm-featured.level-0 {
  padding: 30px 30px 20px;
}
#thrive-comments .tcm-comments-list .tcm-comment-item.tcm-main-parent:hover {
  box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.1);
}
#thrive-comments .tcm-comments-list .tcm-comment-item.tcm-main-parent .stop-nesting .stop-nesting {
  border: none;
  margin-left: 0;
  padding: 0;
}
#thrive-comments .tcm-comments-list .tcm-comment-item.tcm-highlight-item {
  border: 5px solid #70ba2a;
}
#thrive-comments .tcm-lazy-comments {
  width: 100%;
}
#thrive-comments .tcm-lazy-comments .tcm-align-right {
  margin-top: 54px;
  float: right;
  max-width: 50%;
}
@media (max-width: 540px) {
  #thrive-comments .tcm-lazy-comments .tcm-align-right {
    margin-top: 0;
    float: none;
    max-width: 100%;
  }
}
#thrive-comments .tcm-lazy-comments .tcm-align-right a {
  font-size: 13px;
  color: #434343 !important;
  text-decoration: underline;
  background: url("../images/subscr-env.png") no-repeat left 1px/25px auto;
  padding-left: 33px;
}
#thrive-comments .tcm-lazy-comments .tcm-align-right .tcm-subscribe-form {
  overflow: hidden;
  float: right;
}
@media (max-width: 540px) {
  #thrive-comments .tcm-lazy-comments .tcm-align-right .tcm-subscribe-form {
    width: 100%;
    max-width: none;
    margin-top: 10px;
  }
}
#thrive-comments .tcm-lazy-comments .tcm-align-right .tcm-subscribe-form input {
  float: left;
  width: 160px;
  border-radius: 0;
  box-shadow: none;
  background-color: transparent;
  line-height: 30px;
  height: 30px;
  border-color: rgba(0, 0, 0, 0.25);
  color: #6e6e6f;
  border-right: none;
  font-size: 14px;
  padding: 0 10px;
}
#thrive-comments .tcm-lazy-comments .tcm-align-right .tcm-subscribe-form input:focus {
  color: #6e6e6f;
}
#thrive-comments .tcm-lazy-comments .tcm-align-right .tcm-subscribe-form button {
  float: right;
  border-radius: 0;
  font-weight: normal;
  height: auto;
  line-height: 2;
  padding: 0 10px;
  font-size: 14px;
}
@media (max-width: 772px) {
  #thrive-comments .tcm-lazy-comments .tcm-align-right .tcm-subscribe-form button {
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 100px;
    box-sizing: border-box;
  }
  #thrive-comments .tcm-lazy-comments .tcm-align-right .tcm-subscribe-form input {
    float: none;
    width: calc(100% - 100px);
    box-sizing: border-box;
  }
}
#thrive-comments .tcm-lazy-comments .tcm-align-right .tcm-subscribe-form .tcm-error-message {
  font-size: 14px;
  margin-bottom: 5px;
}
#thrive-comments .tcm-lazy-comments .tcm-loader {
  text-align: center;
  border: 1px solid #e5e4e4 !important;
  border-radius: 5px;
  padding: 10px;
  cursor: pointer;
  transition: all 0.3s;
  background-color: #fff !important;
  max-width: inherit;
  height: auto;
  width: 100%;
  font-weight: normal;
  line-height: initial;
}
#thrive-comments .tcm-lazy-comments .tcm-loader:hover, #thrive-comments .tcm-lazy-comments .tcm-loader:focus {
  box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.1);
}
#thrive-comments .tcm-lazy-comments .tcm-loader:focus {
  background-color: rgba(0, 0, 0, 0.02) !important;
}
#thrive-comments .tcm-lazy-comments .tcm-loader p {
  font-size: 15px;
  color: #6e767d;
  position: relative;
  margin: 0 auto;
  display: inline-block;
  padding: 0;
}
#thrive-comments .tcm-lazy-comments .add-comment {
  width: auto;
  border-radius: 5px;
  margin-top: 35px;
  text-align: center;
  cursor: pointer;
  padding: 10px;
  transition: all 0.3s;
}
#thrive-comments .tcm-lazy-comments .add-comment:hover, #thrive-comments .tcm-lazy-comments .add-comment:focus {
  box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.1);
  opacity: 0.7;
}
#thrive-comments .tcm-lazy-comments .add-comment p {
  font-size: 15px;
  color: #fff;
  position: relative;
  margin: 0 auto;
  display: inline-block;
  padding: 0 0 0 35px;
}
#thrive-comments .tcm-lazy-comments .add-comment p .add-comment-icon {
  position: absolute;
  top: 2px;
  left: 6px;
}
#thrive-comments .tcm-lazy-comments .tcm-powered-by {
  max-width: 50%;
  margin-top: 50px;
  position: relative;
  padding-left: 25px;
  height: 28px;
  line-height: 28px;
  display: inline-block;
}
@media (max-width: 540px) {
  #thrive-comments .tcm-lazy-comments .tcm-powered-by {
    max-width: 100%;
  }
}
#thrive-comments .tcm-lazy-comments .tcm-powered-by a {
  text-decoration: none;
  font-size: 13px;
}
#thrive-comments .tcm-lazy-comments .tcm-powered-by a .tcm-footer-logo {
  position: absolute;
  top: 5px;
  left: -1px;
}
#thrive-comments .tcm-lazy-comments .tcm-powered-by a .tcm-footer-logo svg {
  width: 23px;
  height: 18px;
}
#thrive-comments .tcm-lazy-comments .tcm-powered-by span:nth-child(2) {
  color: #434343;
}
#thrive-comments .tcm-lazy-comments .tcm-powered-by span:last-child {
  color: #58a245;
  text-decoration: underline;
}

.tcm-hide {
  display: none !important;
}

.tcm-save-btn-center {
  display: block;
  margin: 0 auto;
}

.tcm-comment-as-label p {
  margin-bottom: 10px !important;
}

.tcm-logout-label a {
  font-size: 16px;
  text-decoration: underline;
}

/* Sort comments */
.tcm-comments-filters .left {
  display: inline-block;
  float: left;
}
@media (max-width: 767px) {
  .tcm-comments-filters .left {
    float: none;
    text-align: center;
    display: block;
  }
}
.tcm-comments-filters .right {
  display: inline-block;
  float: right;
}
@media (max-width: 767px) {
  .tcm-comments-filters .right {
    float: none;
    text-align: center;
    display: block;
    margin: 0;
  }
}

.tcm-filter-dropdown {
  display: inline-block;
}

/* End sort comments *.


/*Dropdown button */
.right #tcm-sort-by.tcm-dropdown {
  position: relative;
  display: inline-block;
}
.right #tcm-sort-by.tcm-dropdown .tcm-toggle-button {
  cursor: pointer;
  font-size: 20px;
  font-weight: 400;
  color: #6e767d;
  padding: 0 20px 0 0;
  margin-top: 0;
  display: block;
}
.right #tcm-sort-by.tcm-dropdown .tcm-toggle-button.current-sorting {
  background-position: right center;
}
.right #tcm-sort-by.tcm-dropdown .dropdown-arrow-comments {
  position: absolute;
  display: block;
  right: 1px;
  top: 4px;
}
.right #tcm-sort-by.tcm-dropdown .dropdown-arrow-comments svg {
  width: 12px;
}
.right #tcm-sort-by.tcm-dropdown .tcm-dropdown-content {
  box-shadow: 0 5px 5px 0 rgba(0, 0, 0, 0.25);
  font-size: 13px;
  color: #6d6d6d;
  font-weight: 500;
  display: none;
  width: 155px;
  white-space: nowrap;
  left: 0;
  padding: 13px 0;
  position: absolute;
  background-color: #fff;
  z-index: 5;
  text-align: left;
}
.right #tcm-sort-by.tcm-dropdown .tcm-dropdown-content .tcm-dropdown-element {
  padding: 0 15px;
  line-height: 30px;
}
.right #tcm-sort-by.tcm-dropdown .tcm-dropdown-content .tcm-dropdown-element:hover, .right #tcm-sort-by.tcm-dropdown .tcm-dropdown-content .tcm-dropdown-element.hover {
  cursor: pointer;
  background-color: #e5e5e5;
}
.right #tcm-sort-by.tcm-dropdown .tcm-dropdown-content .tcm-dropdown-element a {
  font-size: 19px;
  color: #6e767d;
}
.right #tcm-sort-by.tcm-dropdown.tcm-share-dropdown-hover .tcm-dropdown-content {
  display: block;
}

.tcm-dropdown:not(.tcm-really-random) {
  display: inline-block;
  z-index: 10;
}
.tcm-dropdown:not(.tcm-really-random) .tcm-toggle-button {
  display: block;
  font-size: 15px;
  font-weight: 400;
  cursor: pointer;
  color: #6e767d;
  padding: 0;
  margin: 0;
}
.tcm-dropdown:not(.tcm-really-random) .tcm-toggle-button svg {
  width: 11px !important;
  top: 6px;
  position: relative;
}
.tcm-dropdown:not(.tcm-really-random) .tcm-toggle-button.current-sorting {
  background-position: right center;
}
.tcm-dropdown:not(.tcm-really-random) .tcm-toggle-button .svg-arrow-down svg {
  width: 12px;
  position: relative;
  top: 6px;
  left: 4px;
}
.tcm-dropdown:not(.tcm-really-random):hover .tcm-dropdown-content {
  opacity: 1;
  visibility: visible;
}
.tcm-dropdown:not(.tcm-really-random):hover .svg-arrow-down {
  display: none;
}
.tcm-dropdown:not(.tcm-really-random):hover .tcm-dropdown-content {
  display: block;
}
.tcm-dropdown:not(.tcm-really-random) .tcm-dropdown-content {
  opacity: 0;
  visibility: hidden;
  transition: 0.5s;
  margin-top: 15px;
  position: absolute;
  background-color: #fff;
  width: 155px;
  z-index: 1;
  box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.2);
  font-size: 13px;
  color: #6d6d6d;
  font-weight: 500;
  padding: 13px 0;
}
.tcm-dropdown:not(.tcm-really-random) .tcm-dropdown-content .tcm-dropdown-element {
  padding: 5px 15px;
}
.tcm-dropdown:not(.tcm-really-random) .tcm-dropdown-content .tcm-dropdown-element:hover, .tcm-dropdown:not(.tcm-really-random) .tcm-dropdown-content .tcm-dropdown-element.hover {
  cursor: pointer;
  background-color: #e5e5e5;
}
.tcm-dropdown:not(.tcm-really-random) .tcm-dropdown-content .tcm-dropdown-element a {
  font-size: 13px;
  color: #6d6d6d !important;
  line-height: 20px;
}
.tcm-dropdown:not(.tcm-really-random) .tcm-dropdown-content .tcm-dropdown-element a:focus {
  opacity: 0.7;
}
.tcm-dropdown:not(.tcm-really-random) .tcm-dropdown-content .tcm-dropdown-element .tcm-fb-icon:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 18px;
  height: 18px;
  background-color: #1877F2;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 28'%3E%3Cpath d='M14.984 0.187v4.125h-2.453q-1.344 0-1.813 0.562t-0.469 1.687v2.953h4.578l-0.609 4.625h-3.969v11.859h-4.781v-11.859h-3.984v-4.625h3.984v-3.406q0-2.906 1.625-4.508t4.328-1.602q2.297 0 3.563 0.187z' fill='white'/%3E%3C/svg%3E");
  background-size: 7px;
  background-position-x: 5px;
  background-position-y: 3px;
  background-repeat: no-repeat;
  border-radius: 50%;
}
.tcm-dropdown:not(.tcm-really-random) .tcm-dropdown-content .tcm-dropdown-element .tcm-tw-icon:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 18px;
  height: 18px;
  background-color: #000000;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M18.244 2.25h3.308l-7.227 8.26 8.502 11.24H16.17l-5.214-6.817L4.99 21.75H1.68l7.73-8.835L1.254 2.25H8.08l4.713 6.231zm-1.161 17.52h1.833L7.084 4.126H5.117z' fill='white'/%3E%3C/svg%3E");
  background-size: 10px;
  background-position-x: 4px;
  background-position-y: 4px;
  background-repeat: no-repeat;
  border-radius: 50%;
}
.tcm-dropdown:not(.tcm-really-random) .tcm-dropdown-content .tcm-dropdown-element .tcm-cu-icon {
  padding-left: 21px;
  position: relative;
}
.tcm-dropdown:not(.tcm-really-random) .tcm-dropdown-content .tcm-dropdown-element .tcm-cu-icon:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 18px;
  height: 18px;
  margin-top: 3px;
  background-color: #6e767d;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M13.828 10.172a4 4 0 00-5.656 0l-4 4a4 4 0 105.656 5.656l1.102-1.101m-.758-4.899a4 4 0 005.656 0l4-4a4 4 0 00-5.656-5.656l-1.1 1.1' fill='none' stroke='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-size: 12px;
  background-position-x: 3px;
  background-position-y: 3px;
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  border-radius: 50%;
}

/*End Dropdown button*/
.tcm-dropdown.tcm-filter-dropdown {
  margin: 0 15px 0 0;
}

.tcm-filter-dropdown .tcm-toggle-button {
  color: #6e767d;
}

.tcm-comment-header {
  position: relative;
  margin-bottom: 25px;
  align-items: center;
  display: flex;
}
.tcm-comment-header .tcm-author-content {
  width: calc(100% - 90px);
}
.tcm-comment-header .tcm-author-badges {
  margin-top: -5px;
}
.tcm-comment-header .tcm-author-badges span.tcm-badge:not(.svg-badge) {
  width: 26px;
  height: 26px;
  border: 5px solid #fff;
  border-radius: 50%;
  display: inline-block;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  margin: 0;
  position: relative;
  vertical-align: middle;
}
.tcm-comment-header .tcm-author-badges span.tcm-badge:not(.svg-badge):hover {
  border-color: #e7e8e8;
}
.tcm-comment-header .tcm-author-badges span.tcm-badge:not(.svg-badge):hover:after {
  content: "";
  width: 0;
  height: 0;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid #e7e8e8;
  position: absolute;
  left: 7px;
  bottom: calc(100% + 4px);
}
.tcm-comment-header .tcm-author-badges span.tcm-badge {
  position: relative;
}
.tcm-comment-header .tcm-author-badges span.tcm-badge:hover {
  cursor: pointer;
}
.tcm-comment-header .tcm-author-badges span.tcm-badge:hover span.text {
  display: block;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.15);
  padding: 4px;
}
.tcm-comment-header .tcm-author-badges span.tcm-badge span.text {
  position: absolute;
  width: 120px;
  bottom: calc(100% + 15.5px);
  left: -51.5px;
  background-color: #fff;
  font-size: 12px;
  line-height: normal;
  display: none;
  text-align: center;
  border-radius: 2px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.15);
}
.tcm-comment-header .tcm-author-badges span.svg-badge {
  position: relative;
  width: 36px;
  height: 36px;
  display: inline-block;
  vertical-align: middle;
}
.tcm-comment-header .tcm-author-badges span.svg-badge:hover {
  cursor: pointer;
}
.tcm-comment-header .tcm-author-badges span.svg-badge:hover:after {
  content: "";
  width: 0;
  height: 0;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid #e7e8e8;
  position: absolute;
  left: 12px;
  bottom: calc(100% - 1px);
}
.tcm-comment-header .tcm-author-badges span.svg-badge:hover svg {
  background-color: #e7e8e8;
}
.tcm-comment-header .tcm-author-badges span.svg-badge:hover span.text {
  display: block;
}
.tcm-comment-header .tcm-author-badges span.svg-badge span.text {
  position: absolute;
  width: 120px;
  bottom: calc(100% + 10px);
  left: -46px;
  background-color: #fff;
  font-size: 12px;
  line-height: normal;
  display: none;
  text-align: center;
}
.tcm-comment-header .tcm-author-badges span.svg-badge svg {
  width: 36px !important;
  height: 36px !important;
  margin: 0;
  position: relative;
  background-color: transparent;
  border-radius: 50%;
}
.tcm-comment-header .tcm-comment-author-img {
  margin-right: 25px;
  background-position: center;
  background-size: cover;
  flex: 0 0 65px;
  width: 65px;
  height: 65px;
  border-radius: 50%;
  display: inline-block;
}
@media (max-width: 540px) {
  .tcm-comment-header .tcm-comment-author-img {
    align-self: start;
  }
}
.tcm-comment-header .tcm-author-content .tcm-comment-author-name {
  font-size: 20px;
  color: #393939;
  display: flex;
}
@media (max-width: 767px) {
  .tcm-comment-header .tcm-author-content .tcm-comment-author-name {
    flex-direction: column-reverse;
  }
}
.tcm-comment-header .tcm-author-content .tcm-comment-author-name strong {
  font-weight: 700;
  display: inline-block;
  margin-bottom: 8px;
  word-wrap: break-word;
}
@media (min-width: 768px) {
  .tcm-comment-header .tcm-author-content .tcm-comment-author-name strong {
    max-width: 50%;
    margin-right: 15px;
  }
}
.tcm-comment-header .tcm-author-content .tcm-date-container span {
  font-size: 15px;
  font-weight: 500;
  color: #6e767d;
}

.tcm-red {
  color: #f44336;
}

/*End comment header*/
/*Comment content text*/
.tcm-comment-content .tcm-comment-text {
  font-size: 20px;
  line-height: 33px;
  color: #393939;
}
.tcm-comment-content .tcm-comment-text p a:hover {
  text-decoration: underline;
}

.comments-lead-trigger {
  display: none;
}

/* End comment content text */
.tcm-frontend-toast.tvd-toast-container {
  position: fixed;
  z-index: 9999;
  display: flex;
  bottom: 10px;
  width: 100%;
}
.tcm-frontend-toast.tvd-toast-container .tvd-toast {
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.22);
  border-radius: 2px;
  top: 0;
  width: auto;
  clear: both;
  position: relative;
  max-width: 100%;
  height: auto;
  line-height: 1.5em;
  background-color: #ef3131;
  padding: 10px 25px;
  font-size: 1.1rem;
  font-weight: 300;
  color: #fff;
  margin: 10px auto 0;
  align-items: center;
  justify-content: space-between;
}

.tvd-toast {
  font-family: sans-serif;
}

.thrv_wrapper.thrv-comments {
  margin: 0;
}

body.tve_editor_page #tve_editor .thrv-comments {
  position: relative;
}

body.tve_editor_page #tve_editor .thrv-comments::before {
  background: transparent;
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  z-index: 1;
}

@media (max-width: 540px) {
  .tcm-comment-header {
    margin-bottom: 12px;
    display: block;
    text-align: center;
  }
  .tcm-comment-header .tcm-comment-author-img {
    margin: 10px 0 0;
    flex: unset;
    width: 50px;
    height: 50px;
    border-radius: 50%;
  }
  .tcm-comment-header .tcm-author-content {
    width: 100%;
  }
  .tcm-comment-header .tcm-author-content .tcm-comment-author-name strong {
    margin: 10px 0;
  }
  .tcm-comment-header .tcm-author-badges {
    margin: 0 0 10px;
  }
  #thrive-comments .tcm-left {
    width: 100%;
  }
  #thrive-comments .tcm-left .tcm-share-dropdown {
    display: none;
  }
  #thrive-comments .tcm-left .tcm-voting-container {
    width: 100%;
    text-align: center;
    margin: 7px 0 15px;
  }
  #thrive-comments .tcm-left .tcm-voting-container > span {
    display: none;
  }
  #thrive-comments .tcm-left .tcm-voting-container .tcm-voting-input {
    margin: 0 3px;
  }
  #thrive-comments button.tcm-right {
    width: 100%;
    box-sizing: border-box;
  }
  #thrive-comments button.tcm-right:after {
    content: none;
  }
  #thrive-comments button#tcm-submit-comment {
    width: 100%;
    box-sizing: border-box;
  }
  #thrive-comments .tcm-comments-create > div {
    padding-bottom: 30px;
  }
  #thrive-comments .tcm-comments-list .tcm-comment-item.tcm-featured-class > .tcm-featured {
    padding: 12px !important;
  }
  #thrive-comments .tcm-comments-list .tcm-comment-item.tcm-featured-class > .tcm-featured:not(.level-0) {
    margin-bottom: 0 !important;
  }
  #thrive-comments .tcm-comments-list .tcm-comment-item.tcm-main-parent {
    padding: 0;
    margin: 0 0 12px;
  }
  #thrive-comments .tcm-comments-list .tcm-comment-item.tcm-main-parent .tcm-comment-content .tcm-comment-author-name {
    flex-direction: column;
  }
  #thrive-comments .tcm-comments-list .tcm-comment-item.tcm-main-parent .tcm-comment-content.level-0 {
    padding: 12px 12px 0;
    margin-bottom: 18px !important;
  }
  #thrive-comments .tcm-comments-list .tcm-comment-item.tcm-main-parent .tcm-comment-content:not(.level-0) {
    padding: 12px 12px 0;
    margin-bottom: 12px;
  }
  #thrive-comments .tcm-comments-list .tcm-comment-item:not(.tcm-main-parent) {
    border-left: 1px solid #e5e4e4;
    margin: 0 0 12px 4px;
  }
  #thrive-comments .tcm-comments-list .tcm-comment-item .tcm-comment-content div:nth-child(3) .tcm-reply-container .tcm-create-comment-fields > div {
    margin: 10px 0 0 !important;
  }
  #thrive-comments .tcm-comments-list .tcm-comment-item .tcm-comment-content .tcm-comment-text {
    margin-bottom: 13px;
  }
  #thrive-comments .tcm-comments-create .tcm-create-post-container .left .tcm-client-avatar, #thrive-comments .tcm-create-comment-fields .tcm-create-post-container .left .tcm-client-avatar, #thrive-comments .tcm-lazy-comments .tcm-create-post-container .left .tcm-client-avatar {
    margin: 10px 0;
    height: 50px;
    width: 50px;
    border-radius: 50%;
  }
  #thrive-comments .tcm-lazy-comments .tcm-powered-by {
    margin-top: 12px;
  }
  #thrive-comments .tcm-lazy-comments .add-comment {
    margin-top: 12px;
  }
  #thrive-comments .tcm-comment-additional-fields {
    margin-top: 10px;
    text-align: center;
  }
  #thrive-comments .tcm-comment-additional-fields .tcm-btn-div {
    margin-top: 10px;
  }
}
.tve_editor_page #thrive-comments {
  pointer-events: none;
  cursor: pointer;
}

#message, .error:not(.tvd-inner-dashboard), .notice:not(.tvd-inner-dashboard), .update-nag, .sbi_notice, .update, .updated {
  display: none !important;
}

.comments-compat-twentynineteen {
  margin: 2rem 1rem 1rem;
}

@media only screen and (min-width: 1168px) {
  .comments-compat-twentynineteen {
    max-width: calc(50vw - 28px);
    margin: 0 calc(10% + 60px) 3rem;
  }
}
@media (min-width: 768px) {
  .comments-compat-twentynineteen {
    max-width: calc(66.6666666667vw - 28px);
    margin: 3rem calc(10% + 60px);
  }
}
@font-face {
  font-family: "tcm-icomoon";
  src: url("../css/fonts/icomoon.eot?25cqrl");
  src: url("../css/fonts/icomoon.eot?25cqrl#iefix") format("embedded-opentype"), url("../css/fonts/icomoon.ttf?25cqrl") format("truetype"), url("../css/fonts/icomoon.woff?25cqrl") format("woff"), url("../css/fonts/icomoon.svg?25cqrl#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
}
[class^=tcm-icon-]:before, [class*=" tcm-icon-"]:before {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "tcm-icomoon" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.tcm-icon-keyboard_arrow_down:before {
  content: "\e900";
}

.tcm-icon-arrow_drop_down:before {
  content: "\e995";
}

.tcm-icon-pencil:before {
  content: "\e902";
}

.tcm-icon-envelope:before {
  content: "\e903";
}

.tcm-icon-sphere:before {
  content: "\e904";
}

.tcm-icon-globe:before {
  content: "\e904";
}

.tcm-icon-internet:before {
  content: "\e904";
}

.tcm-icon-add_circle:before {
  content: "\e907";
}

.tcm-icon-keyboard_arrow_down2:before {
  content: "\e908";
}

.tcm-icon-keyboard_arrow_up:before {
  content: "\e909";
}

.tcm-icon-mode_edit:before {
  content: "\e996";
}

.tcm-icon-thumb_up:before {
  content: "\e90b";
}

.tcm-icon-thumb_down:before {
  content: "\e90c";
}

.tcm-icon-general_settings_icon:before {
  content: "\e90d";
}

.tcm-icon-settings:before {
  content: "\e90e";
}

.tcm-icon-cog:before {
  content: "\e90e";
}

.tcm-icon-preferences:before {
  content: "\e90e";
}

.tcm-icon-desktop_windows:before {
  content: "\e997";
}

.tcm-icon-mobile:before {
  content: "\e910";
}

.tcm-icon-cell-phone:before {
  content: "\e910";
}

.tcm-icon-handheld:before {
  content: "\e910";
}

.tcm-icon-comment:before {
  content: "\e911";
}

.tcm-icon-file_upload:before {
  content: "\e912";
}

.tcm-icon-check:before {
  content: "\e913";
}

.tcm-icon-info:before {
  content: "\e914";
}

.tcm-icon-information:before {
  content: "\e914";
}

.tcm-icon-trash-o:before {
  content: "\e998";
}

.tcm-icon-link:before {
  content: "\e999";
}

.tcm-icon-chain:before {
  content: "\e999";
}

.tcm-icon-url:before {
  content: "\e999";
}

.tcm-icon-uri:before {
  content: "\e999";
}

.tcm-icon-anchor:before {
  content: "\e999";
}

#tcm-social-status div {
  display: inline-block;
  float: left;
  margin-right: 20px;
}
#tcm-social-status div a {
  padding: 7px 20px 7px 60px;
  background: #858585 url("../images/signin-gpl.png") no-repeat 15px center;
  border-radius: 5px;
  box-shadow: none;
  text-transform: inherit;
}
#tcm-social-status div a:hover {
  opacity: 0.7;
}
#tcm-social-status div a.enabled:after, #tcm-social-status div a.disabled:after {
  content: attr(data-label);
}
#tcm-social-status div a.signin-facebook {
  background-image: url("../images/signin-fb.png");
}
#tcm-social-status div a.disabled {
  background-color: #e84848;
}
#tcm-social-status div a.enabled {
  background-color: #009688;
}
#tcm-social-status:after {
  content: "";
  display: block;
  clear: both;
}

p.label {
  font-size: 16px !important;
}

#wp-auth-check-wrap #wp-auth-check {
  max-height: 625px !important;
}

.tvd-right.tcm-gt-reporting {
  font-size: 15px;
  font-weight: 400 !important;
  padding: 10px 20px 0 45px;
  position: relative;
  top: -2px;
}
.tvd-right.tcm-gt-reporting:before {
  position: absolute;
  right: calc(100% - 38px);
  font-size: 16px;
  top: 12px;
}
.tvd-right.tcm-gt-reporting i {
  padding-right: 12px;
  position: relative;
  top: 2px;
}
.tvd-right.tcm-gt-moderation {
  font-size: 14px;
  font-weight: 400 !important;
  padding: 10px 0 10px 28px;
  position: relative;
  top: -1px;
  background: url("../images/opt-to-mod.png") no-repeat left center/18px auto;
}
.tvd-right.td-app-notification-counter {
  margin-left: 15px;
}

.wp-auth-check-close.button-link {
  padding: 0;
  background: transparent;
  border: medium;
}

.screen-reader-text {
  display: none;
}

@media (max-width: 1366px) {
  .tvd-modal {
    width: unset !important;
    max-width: 80% !important;
  }
}
#wpfooter {
  display: none;
}

#wpbody-content {
  padding-bottom: 5px;
}

.tcm-keywords-delete h2 {
  margin-bottom: 25px;
  font-size: 22px;
}
.tcm-keywords-delete h4 {
  margin-top: 40px;
}

#tcm-modal-content form div:last-child {
  margin: 24px 0 0;
}
#tcm-modal-content h2 {
  margin-bottom: 25px;
  font-size: 22px;
}
#tcm-modal-content .checkbox-no-follow {
  margin-right: 10px;
}
#tcm-modal-content #keyword-error {
  margin: -20px 0 25px 40px;
}
#tcm-modal-content #link-error {
  margin: 0 0 25px 0;
}
#tcm-modal-content .tcm-moderation-margin01 {
  margin: 30px 0 20px;
  position: relative;
  padding-left: 40px;
}
#tcm-modal-content .tcm-moderation-margin01:before {
  content: "";
  position: absolute;
  left: 5px;
  height: 0;
  border-top: 1px dashed #cbcbcb;
  width: 20px;
  top: 15px;
}
#tcm-modal-content .tcm-moderation-margin01:after {
  content: "";
  position: absolute;
  left: 5px;
  bottom: 0;
  width: 0;
  border-left: 1px dashed #cbcbcb;
  top: 15px;
}
#tcm-modal-content .tcm-moderation-margin02 {
  margin: 0;
  padding-left: 40px;
}
#tcm-modal-content .tcm-moderation-margin02 label {
  left: inherit;
}
#tcm-modal-content .tcm-moderation-margin02:before {
  position: absolute;
  left: 0;
  top: -5px;
  color: #cbcbcb;
}
#tcm-modal-content .tcm-moderation-keywords {
  margin: 0;
  display: inline-block;
  height: 50px;
}
#tcm-modal-content [type=checkbox] + label {
  padding-left: 25px;
}
#tcm-modal-content [type=checkbox]:checked + label:after {
  background-color: #03a88a;
  border: 2px solid #03a88a;
}
#tcm-modal-content .tcm-autocomplete {
  background-position: right center !important;
}
#tcm-modal-content label.tvd-active {
  color: #03a88a;
}
#tcm-modal-content input[type=text]:focus:not([readonly]) {
  border-bottom: 1px solid #03a88a;
  box-shadow: 0 1px 0 0 #03a88a;
}
#tcm-modal-content .tvd-btn.tvd-btn-green {
  background-color: #03a88a;
}
#tcm-modal-content .tvd-materialize-tags.tvd-active {
  border-bottom: 1px solid #03a88a;
  box-shadow: 0 1px 0 0 #03a88a;
}
#tcm-modal-content .tvd-chip .tvd-icon-close2:before {
  content: none;
}

#powerTip.n, #powerTip.s {
  background-color: #000;
  color: #fff;
  font-style: inherit;
  border: 0;
  box-shadow: none;
  font-family: sans-serif;
  border-radius: 3px;
}
#powerTip.n a, #powerTip.s a {
  color: #03a88a;
}

.tcm-i-m-bad label {
  display: inline-block;
  margin-right: 25px;
  color: #333;
  font-weight: 400;
  margin-bottom: 30px;
  font-size: 16px;
}
.tcm-i-m-bad .tvd-switch {
  display: inline-block;
}
.tcm-i-m-bad .tvd-switch label {
  color: #999;
}
.tcm-i-m-bad .tcm-voting-cards-container {
  padding: 30px 0;
  max-width: 700px;
  width: 100%;
}
.tcm-i-m-bad .tcm-voting-cards-container .tcm-voting-card {
  float: left;
  width: 17.6%;
  margin-right: 3%;
  text-align: center;
  padding: 100px 0 10px;
  background-color: #fff;
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.25);
  border-radius: 5px;
  color: #666;
  font-size: 14px;
  transition: all 0.3s;
  position: relative;
  height: auto;
}
.tcm-i-m-bad .tcm-voting-cards-container .tcm-voting-card p {
  color: inherit !important;
  font-size: 14px !important;
  padding: 0 10px !important;
  font-weight: 500 !important;
  text-align: center;
}
.tcm-i-m-bad .tcm-voting-cards-container .tcm-voting-card:after {
  content: "";
  position: absolute;
  width: 62px;
  height: 62px;
  background: url("../images/sprite-badges.png");
  background-repeat: no-repeat;
  top: 20px;
  left: calc(50% - 31px);
}
.tcm-i-m-bad .tcm-voting-cards-container .tcm-voting-card:nth-child(2):after {
  background-position: left 50%;
}
.tcm-i-m-bad .tcm-voting-cards-container .tcm-voting-card:nth-child(3):after {
  background-position: left 100%;
}
.tcm-i-m-bad .tcm-voting-cards-container .tcm-voting-card:hover, .tcm-i-m-bad .tcm-voting-cards-container .tcm-voting-card.current {
  background-color: #03a88a;
  background-position: top right;
  color: #fff;
  cursor: pointer;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.25);
}
.tcm-i-m-bad .tcm-voting-cards-container .tcm-voting-card:hover:nth-child(1):after, .tcm-i-m-bad .tcm-voting-cards-container .tcm-voting-card.current:nth-child(1):after {
  background-position: right top;
}
.tcm-i-m-bad .tcm-voting-cards-container .tcm-voting-card:hover:nth-child(2):after, .tcm-i-m-bad .tcm-voting-cards-container .tcm-voting-card.current:nth-child(2):after {
  background-position: right 50%;
}
.tcm-i-m-bad .tcm-voting-cards-container .tcm-voting-card:hover:nth-child(3):after, .tcm-i-m-bad .tcm-voting-cards-container .tcm-voting-card.current:nth-child(3):after {
  background-position: right 100%;
}
.tcm-i-m-bad .tcm-voting-cards-container .tcm-voting-card:last-child {
  margin-right: 0;
}
.tcm-i-m-bad .tcm-badges-wrapper .tcm_badge {
  overflow: hidden;
  height: 90px;
  position: relative;
  width: 40%;
  margin: 10px 20px 10px 0;
  float: left;
  border: 1px solid #d0d0d0;
  border-radius: 5px;
  padding: 15px 20px;
  font-weight: 500;
  font-size: 14px;
  line-height: 24px;
}
.tcm-i-m-bad .tcm-badges-wrapper .tcm_badge .tcm-link-controls {
  display: none;
  position: absolute;
  top: 10px;
  right: 10px;
  font-size: 16px;
  color: #9fadae;
  cursor: default;
}
.tcm-i-m-bad .tcm-badges-wrapper .tcm_badge .tcm-link-controls .tcm-icon-trash-o:hover, .tcm-i-m-bad .tcm-badges-wrapper .tcm_badge .tcm-link-controls .tcm-icon-mode_edit:hover {
  color: #03a88a;
  cursor: pointer;
}
.tcm-i-m-bad .tcm-badges-wrapper .tcm_badge .tcm-link-controls .tcm-icon-trash-o {
  margin-right: 5px;
}
.tcm-i-m-bad .tcm-badges-wrapper .tcm_badge .tcm_badge_title {
  display: inline-block;
  color: #03a88a;
  max-width: 80%;
  font-weight: 500;
  padding: 0 0 0 10px;
  float: left;
}
.tcm-i-m-bad .tcm-badges-wrapper .tcm_badge .tcm_badge_short_description {
  display: block;
  color: #b0b0b0;
  padding-left: 45px;
  float: left;
  clear: both;
  position: relative;
  top: -7px;
}
.tcm-i-m-bad .tcm-badges-wrapper .tcm_badge .tcm_badge_edit_corner {
  position: absolute;
  display: none;
  top: 7px;
  right: 7px;
}
.tcm-i-m-bad .tcm-badges-wrapper .tcm_badge .tcm_badge_edit_corner img {
  margin: 0 4px;
}
.tcm-i-m-bad .tcm-badges-wrapper .tcm_badge:hover {
  border-color: #6bd1bf;
  box-shadow: 0 2px 5px 0 rgba(107, 209, 191, 0.5);
}
.tcm-i-m-bad .tcm-badges-wrapper .tcm_badge:hover .tcm-link-controls {
  display: block;
}
.tcm-i-m-bad .tcm-badges-wrapper .tcm_badge:hover .tcm_badge_edit_corner {
  display: block;
}
.tcm-i-m-bad .tcm-badges-wrapper .tcm_badge span.tcm-badge-img {
  width: 25px;
  height: 25px;
  display: inline-block;
  background-size: contain;
  background-repeat: no-repeat;
  vertical-align: middle;
  background-position: center;
  float: left;
}
.tcm-i-m-bad .tcm-badges-wrapper .tcm_badge span.tcm-badge-img + .tcm_badge_title {
  padding: 0 0 10px 20px;
}
.tcm-i-m-bad .tcm-badges-wrapper .tcm_badge svg.tcm-badge-svg {
  width: 35px !important;
  height: 35px !important;
  margin: 0;
  vertical-align: middle;
  float: left;
  position: relative;
  top: -5px;
}
.tcm-i-m-bad .tcm-badges-wrapper .tcm-badge-new {
  color: #b0b0b0;
  background-color: #f5f5f5;
  border: 1px dashed #d0d0d0;
  padding: 22px 0 0;
  text-align: center;
  width: 40%;
  border-radius: 5px;
  font-size: 14px;
  float: left;
  margin: 10px 20px 10px 0;
  overflow: hidden;
  position: relative;
  height: 90px;
}
.tcm-i-m-bad .tcm-badges-wrapper .tcm-badge-new span.tcm-icon-add_circle {
  font-size: 30px;
  vertical-align: middle;
}
.tcm-i-m-bad .tcm-badges-wrapper .tcm-badge-new span.tcm_badge_new_title {
  font-size: 18px;
  vertical-align: middle;
}
.tcm-i-m-bad .tcm-badges-wrapper .tcm-badge-new img {
  vertical-align: middle;
  transition-duration: 0.5s;
  transition-property: transform;
}
.tcm-i-m-bad .tcm-badges-wrapper .tcm-badge-new .tcm_badge_new_title {
  font-size: 18px;
  line-height: 24px;
  color: #c0c0c0;
  vertical-align: middle;
}
.tcm-i-m-bad .tcm-badges-wrapper .tcm-badge-new:hover {
  cursor: pointer;
}
.tcm-i-m-bad .tcm-badges-wrapper .tcm-badge-new:hover span.tcm-icon-add_circle, .tcm-i-m-bad .tcm-badges-wrapper .tcm-badge-new:hover span.tcm_badge_new_title {
  color: #8a8a8a;
}
.tcm-i-m-bad .tcm-badges-wrapper .tcm-badge-new:hover img {
  transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
}

.tcm-badges-modal {
  padding: 30px 30px 0 !important;
}
.tcm-badges-modal h2 {
  font-size: 22px;
  color: #494949;
  font-weight: 500;
  margin-bottom: 20px;
}
.tcm-badges-modal .badges-inner div {
  width: 45px;
  height: 45px;
  float: left;
}
.tcm-badges-modal .tcm-badge-icon {
  height: 100%;
  width: 100%;
  border-radius: 3px;
  cursor: pointer;
  border: 2px solid transparent;
  display: inline-block;
}
.tcm-badges-modal .tcm-badge-icon:hover {
  border-color: #cccccc;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.2);
}
.tcm-badges-modal .tcm-badge-icon.selected {
  border-color: #009688;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.2);
}
.tcm-badges-modal div.tcm-badge-icon {
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.tcm-badges-modal .choose-badge {
  margin: 10px 0 0;
}
.tcm-badges-modal .tcm-choose {
  border: 1px solid #d9d9d9;
  border-radius: 3px 3px 0 0;
  padding: 18px 22px;
  text-transform: uppercase;
  color: #4e4e4e;
  font-size: 14px;
  float: left;
  font-weight: 500;
  position: relative;
}
.tcm-badges-modal .tcm-choose:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  background-color: #fff;
  left: 0;
  top: 100%;
}
.tcm-badges-modal .tcm-upload-badge {
  padding: 19px 0;
  text-transform: uppercase;
  color: #4e4e4e;
  font-size: 14px;
  float: right;
  font-weight: 500;
}
.tcm-badges-modal .tcm-upload-badge:hover {
  color: #999999;
  cursor: pointer;
}
.tcm-badges-modal .tcm-badges-container {
  clear: both;
  border: 1px solid #d9d9d9;
  border-left: none;
  border-right: none;
  margin: 0 -30px 30px;
  padding: 30px;
  max-height: 200px;
  overflow-y: scroll;
}
@media (max-width: 1366px) {
  .tcm-badges-modal .tcm-badges-container {
    max-height: 190px;
  }
}
.tcm-badges-modal .field-desc {
  font-size: 14px;
  color: #03a88a;
}
.tcm-badges-modal #tcm_badge_name {
  width: 80%;
  display: block;
}
.tcm-badges-modal #tcm_badge_name:focus {
  border-bottom: 1px solid #03a88a;
  box-shadow: 0 1px 0 0 #03a88a;
}
.tcm-badges-modal .select2 {
  width: auto !important;
  padding: 0 10px;
}
.tcm-badges-modal #tcm_badge_reaches {
  width: 50px;
  text-align: center;
  display: inline;
}
.tcm-badges-modal #tcm_badge_reaches:focus {
  border-bottom: 1px solid #03a88a;
  box-shadow: 0 1px 0 0 #03a88a;
}
.tcm-badges-modal label {
  color: #03a88a;
}

.tcm_badge_id {
  display: none;
}

#tcm-admin-configurator [type=radio] + label {
  padding-left: 30px;
}
#tcm-admin-configurator [type=checkbox] + label {
  padding-left: 26px;
}
#tcm-admin-configurator .tvd-collapsible .tcm-cards .tcm-card {
  float: left;
  width: 17.6%;
  margin-right: 3%;
  text-align: center;
  height: 100px;
  background-color: gray;
}
#tcm-admin-configurator .tvd-collapsible .tcm-cards .tcm-card:last-child {
  margin-right: 0;
}
#tcm-admin-configurator .tvd-collapsible .tcm-cards .tooltips {
  margin-left: 0;
  background-image: none;
}

.tcm-separator {
  border-top-color: #e9e9e9;
  border-bottom: none;
  margin: 10px 0 30px;
}

.tcm-comments-notifications {
  max-width: 70% !important;
  width: 70%;
  max-height: 80%;
}
.tcm-comments-notifications .tvd-icon-close2:before {
  content: "";
  width: 16px;
  height: 16px;
  background: url("../images/the-x.png") no-repeat center;
  position: relative;
  top: -12px;
}
@media (max-width: 1366px) {
  .tcm-comments-notifications {
    max-height: 90%;
  }
}
.tcm-comments-notifications .tvd-modal-content {
  padding: 30px 0 0;
}
.tcm-comments-notifications .tvd-modal-content:after {
  content: unset;
}
.tcm-comments-notifications h2 {
  color: #666666;
  font-size: 22px;
  font-weight: 400;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  padding: 0 25px 22px;
  margin-bottom: 0;
}
.tcm-comments-notifications .tcm-modal-body {
  display: flex;
}
.tcm-comments-notifications .tcm-modal-body .notification-left {
  width: 70%;
  overflow-y: auto;
  padding: 0 15px 0 30px;
}
.tcm-comments-notifications .tcm-modal-body .notification-left .hardcoded-reply {
  position: relative;
  margin: 30px 0;
}
.tcm-comments-notifications .tcm-modal-body .notification-left .hardcoded-reply:after {
  content: "";
  display: table;
  clear: both;
}
.tcm-comments-notifications .tcm-modal-body .notification-left .hardcoded-reply .tcm-comment-author-img {
  width: 40px;
  height: 40px;
  margin-right: 10px;
  float: left;
  border-radius: 50%;
  background-size: cover;
  background-position: center;
}
.tcm-comments-notifications .tcm-modal-body .notification-left .hardcoded-reply .comm-content {
  float: left;
  width: calc(100% - 50px);
}
.tcm-comments-notifications .tcm-modal-body .notification-left .hardcoded-reply .comm-content p {
  font-weight: 500;
  margin: 0;
  max-width: 80%;
  color: #393939;
  font-size: 16px;
}
.tcm-comments-notifications .tcm-modal-body .notification-left .hardcoded-comment {
  position: relative;
  margin: 30px 0;
}
.tcm-comments-notifications .tcm-modal-body .notification-left .hardcoded-comment:after {
  content: "";
  display: table;
  clear: both;
}
.tcm-comments-notifications .tcm-modal-body .notification-left .hardcoded-comment .tcm-comment-author-img {
  width: 40px;
  height: 40px;
  margin-right: 10px;
  float: left;
  border-radius: 50%;
  background-size: cover;
  background-position: center;
}
.tcm-comments-notifications .tcm-modal-body .notification-left .hardcoded-comment .comm-content {
  float: left;
  width: calc(100% - 50px);
}
.tcm-comments-notifications .tcm-modal-body .notification-left .hardcoded-comment .comm-content h4 {
  font-size: 16px;
  color: #595959;
}
.tcm-comments-notifications .tcm-modal-body .notification-left .hardcoded-comment .comm-content span {
  font-size: 14px;
  color: #b3b3b3;
  display: inline-block;
}
.tcm-comments-notifications .tcm-modal-body .notification-left .hardcoded-comment .comm-content p {
  font-weight: 500;
  color: #393939;
  font-size: 16px;
}
.tcm-comments-notifications .tcm-modal-body .notification-left .hardcoded-comment .comm-content .tcm-label-to-input {
  background-color: #03a9f4;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.25);
  padding: 5px 15px;
  max-width: 300px;
  position: relative;
  min-height: 35px;
}
.tcm-comments-notifications .tcm-modal-body .notification-left .hardcoded-comment .comm-content .tcm-label-to-input p, .tcm-comments-notifications .tcm-modal-body .notification-left .hardcoded-comment .comm-content .tcm-label-to-input textarea {
  color: #fff;
  padding: 0;
  font-weight: 400;
  border: none;
}
.tcm-comments-notifications .tcm-modal-body .notification-left .hardcoded-comment .comm-content .tcm-label-to-input a {
  position: absolute;
  top: 5px;
  left: calc(100% + 15px);
}
.tcm-comments-notifications .tcm-modal-body .notification-left .hardcoded-comment .comm-content .tcm-label-to-input a.error-icon {
  background: url("../images/error.png") no-repeat center;
  width: 18px;
  height: 18px;
  left: calc(100% + 40px);
  top: 7px;
}
.tcm-comments-notifications .tcm-modal-body .notification-left .hardcoded-comment .comm-content .tcm-label-to-input a.error-icon.tooltipelem:hover {
  cursor: pointer;
}
.tcm-comments-notifications .tcm-modal-body .notification-left .hardcoded-comment .comm-content .tcm-label-to-input a.error-icon.tooltipelem:hover .tooltiptext {
  display: block;
}
.tcm-comments-notifications .tcm-modal-body .notification-left .hardcoded-comment .comm-content .tcm-label-to-input a.error-icon.tooltipelem .tooltiptext {
  display: none;
  white-space: nowrap;
  text-decoration: none;
  font-weight: 400;
  background-color: rgba(0, 0, 0, 0.9);
  color: #fff;
  text-align: center;
  border-radius: 3px;
  padding: 10px 25px;
  font-size: 14px;
  position: absolute;
  z-index: 100;
  bottom: calc(100% + 8px);
  left: 50%;
  transform: translateX(-50%);
}
.tcm-comments-notifications .tcm-modal-body .notification-left .hardcoded-comment .comm-content .tcm-label-to-input a.error-icon.tooltipelem .tooltiptext:before {
  content: "";
  width: 0;
  height: 0;
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-top: 7px solid rgba(0, 0, 0, 0.9);
}
.tcm-comments-notifications .tcm-modal-body .notification-left .container-nl {
  display: flex;
  align-items: center;
  padding-top: 20px;
}
.tcm-comments-notifications .tcm-modal-body .notification-left .container-nl div.tcm-label-to-input:hover a.icon-pen {
  display: block;
}
.tcm-comments-notifications .tcm-modal-body .notification-left .container-nl h4 {
  width: 20%;
  font-size: 14px;
  color: #0dbf9f;
  font-weight: 400;
  margin: 0;
}
.tcm-comments-notifications .tcm-modal-body .notification-left .container-nl div {
  width: 80%;
  position: relative;
}
.tcm-comments-notifications .tcm-modal-body .notification-left .container-nl div.tcmlti-one {
  min-height: 45px;
  padding-top: 5px;
}
.tcm-comments-notifications .tcm-modal-body .notification-left .container-nl div p, .tcm-comments-notifications .tcm-modal-body .notification-left .container-nl div textarea {
  box-shadow: none;
  margin: 0;
  font-size: 16px;
  color: #393939;
  font-weight: 400;
  padding: 5px;
  height: 36px;
  border: 1px dashed transparent;
}
.tcm-comments-notifications .tcm-modal-body .notification-left .container-nl div p:hover, .tcm-comments-notifications .tcm-modal-body .notification-left .container-nl div textarea:hover {
  border-color: #d0d0d0;
}
.tcm-comments-notifications .tcm-modal-body .notification-left .container-nl div p:focus, .tcm-comments-notifications .tcm-modal-body .notification-left .container-nl div textarea:focus {
  border-color: #03a9f4;
}
.tcm-comments-notifications .tcm-modal-body .notification-left .container-nl div a {
  position: absolute;
  top: 10px;
  right: 10px;
  text-decoration: none;
  color: #999999;
}
.tcm-comments-notifications .tcm-modal-body .notification-left .container-nl div a.icon-pen {
  display: none;
}
.tcm-comments-notifications .tcm-modal-body .notification-left .container-nl-two {
  display: flex;
  padding-top: 40px;
}
.tcm-comments-notifications .tcm-modal-body .notification-left .container-nl-two .reply-sep {
  margin: 30px 0;
  border: none;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.tcm-comments-notifications .tcm-modal-body .notification-left .container-nl-two h4 {
  width: 20%;
  font-size: 14px;
  color: #0dbf9f;
  font-weight: 400;
  margin: 0;
}
.tcm-comments-notifications .tcm-modal-body .notification-left .container-nl-two > div {
  width: 80%;
}
.tcm-comments-notifications .tcm-modal-body .notification-left .container-nl-two div.tcm-label-to-input {
  position: relative;
}
.tcm-comments-notifications .tcm-modal-body .notification-left .container-nl-two div.tcm-label-to-input.tcmlti-one {
  min-height: 45px;
  margin-top: -10px;
}
.tcm-comments-notifications .tcm-modal-body .notification-left .container-nl-two div.tcm-label-to-input.tcmlti-two {
  min-height: 45px;
}
.tcm-comments-notifications .tcm-modal-body .notification-left .container-nl-two div.tcm-label-to-input:hover a.icon-pen {
  display: block;
}
.tcm-comments-notifications .tcm-modal-body .notification-left .container-nl-two div.tcm-label-to-input p.title, .tcm-comments-notifications .tcm-modal-body .notification-left .container-nl-two div.tcm-label-to-input p.title + textarea {
  color: #393939;
  font-size: 18px;
  font-weight: 500;
  margin: 0 0 5px;
  padding: 5px;
  border: 1px dashed transparent;
  height: 36px;
  line-height: normal;
}
.tcm-comments-notifications .tcm-modal-body .notification-left .container-nl-two div.tcm-label-to-input p.title:hover, .tcm-comments-notifications .tcm-modal-body .notification-left .container-nl-two div.tcm-label-to-input p.title + textarea:hover {
  border-color: #d0d0d0;
}
.tcm-comments-notifications .tcm-modal-body .notification-left .container-nl-two div.tcm-label-to-input p.title:focus, .tcm-comments-notifications .tcm-modal-body .notification-left .container-nl-two div.tcm-label-to-input p.title + textarea:focus {
  border-color: #03a9f4;
}
.tcm-comments-notifications .tcm-modal-body .notification-left .container-nl-two div.tcm-label-to-input textarea {
  border: none;
  box-shadow: none;
}
.tcm-comments-notifications .tcm-modal-body .notification-left .container-nl-two div.tcm-label-to-input p, .tcm-comments-notifications .tcm-modal-body .notification-left .container-nl-two div.tcm-label-to-input p + textarea {
  margin: 0;
  padding: 5px;
  font-size: 16px;
  font-weight: 400;
  color: #898989;
  border: 1px dashed transparent;
  height: 36px;
  line-height: normal;
}
.tcm-comments-notifications .tcm-modal-body .notification-left .container-nl-two div.tcm-label-to-input p:hover, .tcm-comments-notifications .tcm-modal-body .notification-left .container-nl-two div.tcm-label-to-input p + textarea:hover {
  border-color: #d0d0d0;
}
.tcm-comments-notifications .tcm-modal-body .notification-left .container-nl-two div.tcm-label-to-input p:focus, .tcm-comments-notifications .tcm-modal-body .notification-left .container-nl-two div.tcm-label-to-input p + textarea:focus {
  border-color: #03a9f4;
}
.tcm-comments-notifications .tcm-modal-body .notification-left .container-nl-two div.tcm-label-to-input.tcmlti-three {
  min-height: 38px;
}
.tcm-comments-notifications .tcm-modal-body .notification-left .container-nl-two div.tcm-label-to-input.tcmlti-three p, .tcm-comments-notifications .tcm-modal-body .notification-left .container-nl-two div.tcm-label-to-input.tcmlti-three p + textarea {
  height: 25px;
  line-height: 25px;
}
.tcm-comments-notifications .tcm-modal-body .notification-left .container-nl-two div.tcm-label-to-input.tcmlti-four {
  height: 55px;
}
.tcm-comments-notifications .tcm-modal-body .notification-left .container-nl-two div.tcm-label-to-input.tcmlti-four p, .tcm-comments-notifications .tcm-modal-body .notification-left .container-nl-two div.tcm-label-to-input.tcmlti-four p + textarea {
  min-height: 50px;
  line-height: normal;
}
.tcm-comments-notifications .tcm-modal-body .notification-left .container-nl-two div.tcm-label-to-input.tcmlti-five {
  min-height: 40px;
}
.tcm-comments-notifications .tcm-modal-body .notification-left .container-nl-two div.tcm-label-to-input.tcmlti-five p, .tcm-comments-notifications .tcm-modal-body .notification-left .container-nl-two div.tcm-label-to-input.tcmlti-five p + textarea {
  height: 33px;
  line-height: normal;
}
.tcm-comments-notifications .tcm-modal-body .notification-left .container-nl-two div.tcm-label-to-input.tcmlti-six {
  min-height: 75px;
}
.tcm-comments-notifications .tcm-modal-body .notification-left .container-nl-two div.tcm-label-to-input.tcmlti-six p, .tcm-comments-notifications .tcm-modal-body .notification-left .container-nl-two div.tcm-label-to-input.tcmlti-six p + textarea {
  min-height: 68px;
  line-height: normal;
}
.tcm-comments-notifications .tcm-modal-body .notification-left .container-nl-two div.tcm-label-to-input p.extra-p {
  margin: 0 0 8px;
  font-size: 14px;
  color: #898989;
}
.tcm-comments-notifications .tcm-modal-body .notification-left .container-nl-two div.tcm-label-to-input.special-input {
  margin: 15px 0 25px;
}
.tcm-comments-notifications .tcm-modal-body .notification-left .container-nl-two div.tcm-label-to-input.special-input textarea {
  min-height: 100px;
}
.tcm-comments-notifications .tcm-modal-body .notification-left .container-nl-two div.tcm-label-to-input p.special-p, .tcm-comments-notifications .tcm-modal-body .notification-left .container-nl-two div.tcm-label-to-input p.special-p + textarea {
  font-size: 14px;
  color: #898989;
  padding: 5px 35px 5px 5px;
  border: 1px dashed transparent;
}
.tcm-comments-notifications .tcm-modal-body .notification-left .container-nl-two div.tcm-label-to-input p.special-p:hover, .tcm-comments-notifications .tcm-modal-body .notification-left .container-nl-two div.tcm-label-to-input p.special-p + textarea:hover {
  border-color: #d0d0d0;
}
.tcm-comments-notifications .tcm-modal-body .notification-left .container-nl-two div.tcm-label-to-input p.special-p:focus, .tcm-comments-notifications .tcm-modal-body .notification-left .container-nl-two div.tcm-label-to-input p.special-p + textarea:focus {
  border-color: #03a9f4;
}
.tcm-comments-notifications .tcm-modal-body .notification-left .container-nl-two div.tcm-label-to-input p.special-p.w-border + textarea + a, .tcm-comments-notifications .tcm-modal-body .notification-left .container-nl-two div.tcm-label-to-input p.special-p + textarea.w-border + textarea + a {
  top: 10px;
}
.tcm-comments-notifications .tcm-modal-body .notification-left .container-nl-two div.tcm-label-to-input a {
  position: absolute;
  top: 6px;
  right: 10px;
  text-decoration: none;
  color: #999999;
}
.tcm-comments-notifications .tcm-modal-body .notification-left .container-nl-two div.tcm-label-to-input a.icon-pen {
  display: none;
}
.tcm-comments-notifications .tcm-modal-body .notification-shortcodes {
  width: 30%;
  background-color: #eaeaea;
  padding: 0 20px 0 30px;
}
.tcm-comments-notifications .tcm-modal-body .notification-shortcodes span.tooltipelem {
  position: absolute;
  width: 15px;
  height: 15px;
  display: inline-block;
  font-size: 15px;
  color: #919099;
  top: 16px;
  margin: 0 5px 0 0;
  left: -21px;
}
.tcm-comments-notifications .tcm-modal-body .notification-shortcodes span.tooltipelem:hover {
  color: #0dbf9f;
  cursor: pointer;
}
.tcm-comments-notifications .tcm-modal-body .notification-shortcodes span.tooltipelem:hover .tooltiptext {
  display: block;
}
.tcm-comments-notifications .tcm-modal-body .notification-shortcodes span.tooltipelem .tooltiptext {
  display: none;
  white-space: nowrap;
  text-decoration: none;
  font-weight: 400;
  background-color: rgba(0, 0, 0, 0.9);
  color: #fff;
  text-align: center;
  border-radius: 3px;
  padding: 10px 25px;
  font-size: 14px;
  position: absolute;
  z-index: 100;
  bottom: calc(100% + 8px);
  left: 50%;
  transform: translateX(-50%);
}
.tcm-comments-notifications .tcm-modal-body .notification-shortcodes span.tooltipelem .tooltiptext:before {
  content: "";
  width: 0;
  height: 0;
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-top: 7px solid rgba(0, 0, 0, 0.9);
}
.tcm-comments-notifications .tcm-modal-body .notification-shortcodes .special-input {
  position: relative;
}
.tcm-comments-notifications .tcm-modal-body .notification-shortcodes .special-input a {
  position: absolute;
  top: 1px;
  right: 10px;
  text-decoration: none;
  color: #999999;
  box-shadow: none;
}
.tcm-comments-notifications .tcm-modal-body .notification-shortcodes .special-input a:hover {
  color: #0dbf9f;
}
.tcm-comments-notifications .tcm-modal-body .notification-shortcodes .special-input a.error-icon {
  background: url("../images/error.png") no-repeat center;
  width: 18px;
  height: 18px;
  right: 30px;
  top: 2px;
}
.tcm-comments-notifications .tcm-modal-body .notification-shortcodes .special-input a.error-icon.tooltipelem:hover {
  cursor: pointer;
}
.tcm-comments-notifications .tcm-modal-body .notification-shortcodes .special-input a.error-icon.tooltipelem:hover .tooltiptext {
  display: block;
}
.tcm-comments-notifications .tcm-modal-body .notification-shortcodes .special-input a.error-icon.tooltipelem .tooltiptext {
  display: none;
  white-space: nowrap;
  text-decoration: none;
  font-weight: 400;
  background-color: rgba(0, 0, 0, 0.9);
  color: #fff;
  text-align: center;
  border-radius: 3px;
  padding: 10px 25px;
  font-size: 14px;
  position: absolute;
  z-index: 100;
  bottom: calc(100% + 8px);
  right: -3px;
}
.tcm-comments-notifications .tcm-modal-body .notification-shortcodes .special-input a.error-icon.tooltipelem .tooltiptext:before {
  content: "";
  width: 0;
  height: 0;
  position: absolute;
  top: 100%;
  right: 5px;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-top: 7px solid rgba(0, 0, 0, 0.9);
}
.tcm-comments-notifications .tcm-modal-body .notification-shortcodes .special-input textarea {
  font-size: 14px;
  color: #766b61;
  font-weight: 400;
  border: none;
  border-bottom: 1px solid #dbdbdb;
  padding: 0 0 8px;
  box-shadow: none;
  height: 30px;
}
.tcm-comments-notifications .tcm-modal-body .notification-shortcodes .tcm-copy-container {
  border-bottom: 1px solid #dbdbdb;
  padding: 13px 0 3px;
  position: relative;
  margin-left: 20px;
}
.tcm-comments-notifications .tcm-modal-body .notification-shortcodes .tcm-copy-container p {
  margin: 0;
  display: inline;
  font-size: 14px;
  color: #766b61;
  font-weight: 400;
}
.tcm-comments-notifications .tcm-modal-body .notification-shortcodes .tcm-copy-container .tcm-copy-input-content {
  display: inline;
}
.tcm-comments-notifications .tcm-modal-body .notification-shortcodes h4 {
  margin-top: 28px;
  color: #0dbf9f;
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 25px;
}
.tcm-comments-notifications .tcm-modal-body .notification-shortcodes a {
  color: #0dbf9f;
  font-size: 12px;
  text-decoration: none;
  float: right;
  position: relative;
  bottom: -3px;
}
.tcm-comments-notifications .tcm-modal-body .notification-shortcodes a.tvd-btn-flat {
  font-size: 13px;
  float: none;
  position: inherit;
  bottom: inherit;
  min-height: 35px;
  line-height: 35px;
  padding: 0 15px;
}
.tcm-comments-notifications .tcm-modal-body .notification-shortcodes p.tcm-single-p {
  font-size: 14px;
  color: #766b61;
  font-weight: 400;
  border-bottom: 1px solid #dbdbdb;
  padding-bottom: 8px;
  min-height: 30px;
}
.tcm-comments-notifications .tcm-modal-body .notification-left, .tcm-comments-notifications .tcm-modal-body .notification-shortcodes {
  height: 55vh;
}
@media screen and (max-width: 1366px) {
  .tcm-comments-notifications .tcm-modal-body .notification-left, .tcm-comments-notifications .tcm-modal-body .notification-shortcodes {
    height: 60vh;
  }
}
.tcm-comments-notifications .tcm-btm {
  padding: 20px 25px;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}
.tcm-comments-notifications .tcm-btm .tvd-right {
  background-color: #0dbf9f;
}

#tcm-admin-configurator .tvd-collapsible .tcm-conversion {
  padding-bottom: 30px;
  max-width: 990px;
}
#tcm-admin-configurator .tvd-collapsible .tcm-cards {
  padding: 30px 0;
}
#tcm-admin-configurator .tvd-collapsible .tcm-cards .tcm-card {
  float: left;
  width: 17.6%;
  margin-right: 3%;
  text-align: center;
  padding: 100px 0 10px;
  background-color: #fff;
  box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.25);
  border-radius: 5px;
  color: #666;
  font-size: 14px;
  transition: all 0.3s;
  position: relative;
  height: auto;
}
#tcm-admin-configurator .tvd-collapsible .tcm-cards .tcm-card p {
  color: inherit !important;
  font-size: 14px !important;
  padding: 0 10px !important;
  font-weight: 500 !important;
  text-align: center;
}
#tcm-admin-configurator .tvd-collapsible .tcm-cards .tcm-card svg.conversion-card {
  width: 60px;
  height: 60px;
  top: 30px;
  left: calc(50% - 30px);
  position: absolute;
}
#tcm-admin-configurator .tvd-collapsible .tcm-cards .tcm-card span .default {
  display: block;
}
#tcm-admin-configurator .tvd-collapsible .tcm-cards .tcm-card .second {
  display: none;
}
#tcm-admin-configurator .tvd-collapsible .tcm-cards .tcm-card.current span.default, #tcm-admin-configurator .tvd-collapsible .tcm-cards .tcm-card:hover:not(.leads_inactive) span.default {
  display: none;
}
#tcm-admin-configurator .tvd-collapsible .tcm-cards .tcm-card.current .second, #tcm-admin-configurator .tvd-collapsible .tcm-cards .tcm-card:hover:not(.leads_inactive) .second {
  display: block;
}
#tcm-admin-configurator .tvd-collapsible .tcm-cards .tcm-card.current:after {
  width: 0;
  height: 0;
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;
  border-bottom: 20px solid #f3f3f3;
  content: "";
  position: absolute;
  top: calc(100% + 11px);
  margin: auto;
  left: calc(50% - 20px);
}
#tcm-admin-configurator .tvd-collapsible .tcm-cards .tcm-card:hover:not(.leads_inactive), #tcm-admin-configurator .tvd-collapsible .tcm-cards .tcm-card.current {
  background-color: #03a88a;
  color: #fff;
  cursor: pointer;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.25);
}
#tcm-admin-configurator .tvd-collapsible .tcm-cards .tcm-card.leads_inactive {
  color: #666 !important;
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.25) !important;
  opacity: 0.4 !important;
  cursor: default;
}
#tcm-admin-configurator .tvd-collapsible .tcm-cards .tcm-card.leads_inactive span .default {
  display: block;
}
#tcm-admin-configurator .tvd-collapsible .tcm-cards .tcm-card.leads_inactive .second {
  display: none;
}
#tcm-admin-configurator .tvd-collapsible .tcm-cards .tcm-card:last-child {
  margin-right: 0;
}
#tcm-admin-configurator .tvd-collapsible .tcm-message-box {
  background-color: #f3f3f3;
  padding: 20px;
  display: none;
}
#tcm-admin-configurator .tvd-collapsible .tcm-message-box input, #tcm-admin-configurator .tvd-collapsible .tcm-message-box .select2 {
  margin: -5px 0 15px;
}
#tcm-admin-configurator .tvd-collapsible .tcm-message-box label {
  color: #a5a5a5;
  font-size: inherit;
}
#tcm-admin-configurator .tvd-collapsible .tcm-message-box .tvd-switch {
  display: inline-block;
  margin-left: 25px;
}
#tcm-admin-configurator .tvd-collapsible .tcm-message-box.current {
  display: block;
}
#tcm-admin-configurator .tvd-collapsible .tcm-message-box > div:not(.tcm-thrivebox-only) {
  float: left;
}
#tcm-admin-configurator .tvd-collapsible .tcm-message-box > div:not(.tcm-thrivebox-only) input {
  background-position: right center !important;
}
#tcm-admin-configurator .tvd-collapsible .tcm-message-box > div:not(.tcm-thrivebox-only):first-child {
  width: 220px;
}
#tcm-admin-configurator .tvd-collapsible .tcm-message-box > div:not(.tcm-thrivebox-only):first-child.tcm-l-text {
  width: 100%;
}
#tcm-admin-configurator .tvd-collapsible .tcm-message-box > div:not(.tcm-thrivebox-only):nth-child(2) {
  width: calc(100% - 220px);
  color: #999;
  position: relative;
}
#tcm-admin-configurator .tvd-collapsible .tcm-message-box > div:not(.tcm-thrivebox-only):nth-child(2) > div#redirect-error,
#tcm-admin-configurator .tvd-collapsible .tcm-message-box > div:not(.tcm-thrivebox-only):nth-child(2) > div#redirect-error2 {
  font-size: 12px;
}
#tcm-admin-configurator .tvd-collapsible .tcm-message-box > div:not(.tcm-thrivebox-only):nth-child(3) {
  margin-top: 20px;
}
#tcm-admin-configurator .tvd-collapsible .tcm-message-box > div:not(.tcm-thrivebox-only):nth-child(3) > label {
  color: #393939;
}
#tcm-admin-configurator .tvd-collapsible .tcm-message-box > div:not(.tcm-thrivebox-only):nth-child(3).social-sharing-checkboxes p.sharing-text {
  position: absolute;
}
#tcm-admin-configurator .tvd-collapsible .tcm-message-box > div:not(.tcm-thrivebox-only):nth-child(3).social-sharing-checkboxes .sharing-div {
  margin: 0 0 0 220px;
}
@media (max-width: 1366px) {
  #tcm-admin-configurator .tvd-collapsible .tcm-message-box > div:not(.tcm-thrivebox-only):nth-child(3).social-sharing-checkboxes .sharing-div span {
    width: 105px;
    display: inline-block;
  }
}
#tcm-admin-configurator .tvd-collapsible .tcm-message-box textarea {
  background-color: #fff;
  min-height: 90px;
  padding: 10px 15px 0;
  margin-bottom: 10px;
  color: #666;
}
#tcm-admin-configurator .tvd-collapsible .tcm-message-box .icon {
  width: 25px;
  height: 25px;
  background: url("../images/link-smiley-d-h.png") no-repeat top left;
  cursor: pointer;
  position: absolute;
  right: 20px;
  bottom: 45px;
  margin: 0;
}
#tcm-admin-configurator .tvd-collapsible .tcm-message-box .icon:hover {
  background-position: top right;
}
#tcm-admin-configurator .tvd-collapsible .tcm-message-box .dropdown {
  box-shadow: 0 3px 5px rgba(0, 0, 0, 0.1);
  color: darkgrey;
  width: 250px;
  z-index: 9999;
  right: 5px;
  margin: 12px -205px 0 0;
  bottom: 32%;
  font-size: 14px;
  background-color: #fff;
  padding: 20px;
  border-radius: 3px;
  position: absolute;
}
#tcm-admin-configurator .tvd-collapsible .tcm-message-box .dropdown #hyperlink-error {
  margin: 0 0 5px;
}
#tcm-admin-configurator .tvd-collapsible .tcm-message-box .dropdown .hyper-span {
  margin: 0 0 5px;
  display: inline-block;
}
#tcm-admin-configurator .tvd-collapsible .tcm-message-box .dropdown:before {
  height: 0;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-top: 8px solid #fff;
  content: "";
  width: 0;
  position: absolute;
  top: 100%;
  left: 10px;
}
#tcm-admin-configurator .tvd-collapsible .tcm-message-box .dropdown:after {
  content: "";
  display: table;
  clear: both;
}
#tcm-admin-configurator .tvd-collapsible .tcm-message-box .dropdown input, #tcm-admin-configurator .tvd-collapsible .tcm-message-box .dropdown button, #tcm-admin-configurator .tvd-collapsible .tcm-message-box .dropdown label {
  transition: none;
}
#tcm-admin-configurator .tvd-collapsible .tcm-message-box .dropdown input {
  font-size: 14px;
  padding: 0 5px;
  background-color: #fff;
  border-radius: 5px;
  margin: 0 0 10px;
  border: 1px solid #a3a3a3;
}
#tcm-admin-configurator .tvd-collapsible .tcm-message-box .dropdown input:focus {
  border-bottom-color: #0dbf9f;
}
#tcm-admin-configurator .tvd-collapsible .tcm-message-box .dropdown input.ui-autocomplete-loading {
  background-position: 185px center;
}
#tcm-admin-configurator .tvd-collapsible .tcm-message-box .dropdown input[type=checkbox]:checked + label:after {
  background-color: #0dbf9f !important;
  border-color: #0dbf9f !important;
}
#tcm-admin-configurator .tvd-collapsible .tcm-message-box .dropdown label {
  color: darkgrey;
  margin: 0 0 4px;
  font-size: 14px;
}
#tcm-admin-configurator .tvd-collapsible .tcm-message-box .dropdown button {
  min-height: 32px;
  line-height: 32px;
}
#tcm-admin-configurator .tvd-collapsible .tcm-message-box .dropdown button.hyperlink-close {
  background-color: rgba(169, 169, 169, 0.2) !important;
  color: #a7a7a7 !important;
}
#tcm-admin-configurator .tvd-collapsible .tcm-message-box .dropdown button.hyperlink-save {
  background-color: #0dbf9f;
}
#tcm-admin-configurator .tvd-collapsible .tcm-message-box#tab-2 span label {
  padding: 0 15px 0 25px;
}
#tcm-admin-configurator .tvd-collapsible .tcm-message-box .tcm-thrivebox, #tcm-admin-configurator .tvd-collapsible .tcm-message-box .tcm-redirect-massage {
  font-size: 12px;
  position: relative;
  display: inline-block;
  padding-left: 20px;
  color: #a5a5a5;
}
#tcm-admin-configurator .tvd-collapsible .tcm-message-box .tcm-thrivebox a, #tcm-admin-configurator .tvd-collapsible .tcm-message-box .tcm-redirect-massage a {
  color: inherit;
  text-decoration: underline;
}
#tcm-admin-configurator .tvd-collapsible .tcm-message-box .tcm-thrivebox:before, #tcm-admin-configurator .tvd-collapsible .tcm-message-box .tcm-redirect-massage:before {
  content: "";
  background: #f7f7f7 url("../images/tcm-error.png") no-repeat center/15px;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  width: 15px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  opacity: 0.5;
}

#active_commenters_graph {
  padding: 25px 32px 30px;
  background-color: #fff;
  font-size: 13px;
}
#active_commenters_graph .reporting-nav-container {
  float: right;
  position: relative;
  top: 2px;
}
#active_commenters_graph .reporting-nav-container p {
  font-size: 14px;
}
#active_commenters_graph .reporting-nav-container a {
  font-size: 13px;
  margin: 0 0 0 10px;
}
#active_commenters_graph .tcm-reports-pagination p strong {
  font-size: 14px;
}
#active_commenters_graph .tcm-reports-pagination {
  margin: 0 0 0 40%;
  display: inline;
}
#active_commenters_graph .tcm-reports-pagination div {
  display: inline-block;
  width: 45px;
  position: relative;
  top: -2px;
  margin: 0 0 0 10px;
}
#active_commenters_graph p {
  display: inline;
  margin: 0;
}
#active_commenters_graph .select2-container {
  width: inherit !important;
  margin: 0;
}
#active_commenters_graph .most-header {
  border-bottom: 1px solid #e0e0e0;
  padding: 0 0 15px 0;
}
#active_commenters_graph .most-header:after {
  content: "";
  display: table;
  clear: both;
}
#active_commenters_graph .most-header span {
  width: 20%;
  float: left;
}
#active_commenters_graph #most_active_commenters div {
  border-bottom: 1px solid #e0e0e0;
  padding: 15px 0;
  display: flex;
}
#active_commenters_graph #most_active_commenters div span {
  width: 20%;
  display: inline-block;
}
#active_commenters_graph #most_active_commenters div span:nth-child(2) {
  padding-right: 20px;
  word-wrap: break-word;
}
#active_commenters_graph #most_active_commenters div:last-of-type {
  margin-bottom: 32px;
}

#tcm-reporting #tcm-reporting-autocomplete {
  position: relative;
}
#tcm-reporting #tcm-reporting-autocomplete input {
  margin: 0;
}
#tcm-reporting #tcm-reporting-autocomplete input:focus {
  border-bottom-color: #03a88a;
  box-shadow: 0 1px 0 0 #03a88a;
}
#tcm-reporting #tcm-reporting-autocomplete label {
  color: #a3a3a3;
}
#tcm-reporting #tcm-reporting-autocomplete .clear-post-autocomplete {
  cursor: pointer;
  position: absolute;
  right: 15px;
  bottom: 5px;
  display: none;
}
#tcm-reporting .custom-range-date label {
  color: #a3a3a3;
}
#tcm-reporting .tcm-reporting-filter-section {
  background-color: #fff;
  padding: 20px;
  margin: 20px 0;
}
#tcm-reporting .tvd-row {
  font-size: 12px !important;
}
#tcm-reporting .tvd-row .tvd-col.tvd-m2 {
  width: 14.2857142857%;
}
#tcm-reporting .tvd-row .tvd-col.tvd-m2.custom-range-date {
  position: relative;
  top: -5px;
}
#tcm-reporting .tvd-row .tvd-col.tvd-m2 .tcm-incl-excl-moderators label {
  font-size: 12px;
  font-weight: 500;
  color: #aeaeae;
}
#tcm-reporting .tvd-row .tvd-col.tvd-m2 .tcm-incl-excl-moderators label span {
  margin: 13px 0 0 5px;
}
#tcm-reporting .custom-range-date {
  margin-top: 16px;
}
#tcm-reporting .custom-range-date input {
  margin-bottom: 0;
}
#tcm-reporting .tvd-row, #tcm-reporting .select2-container {
  margin: 0;
}

#tcm-display-report-parent {
  position: relative;
  min-height: 400px;
}
#tcm-display-report-parent #tcm-display-report {
  padding: 25px 0 30px;
  background-color: #fff;
}
#tcm-display-report-parent .tcm-no-data-report {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-color: rgb(255, 255, 255);
  text-align: center;
  padding-top: 8%;
}

#wpcontent svg {
  width: 25px;
  height: 25px;
}
#wpcontent .highcharts-container svg {
  width: 100%;
  height: auto;
}
#wpcontent #tcm-admin-wrapper {
  margin: 0 0 0 -20px;
}
#wpcontent #tcm-admin-wrapper #tcm-header {
  width: 100%;
  color: #fff;
  font-size: 20px;
}
#wpcontent #tcm-admin-wrapper #tcm-header #tcm-nav {
  background-color: #0dbf9f;
  padding: 30px 35px 30px;
  height: auto;
  line-height: normal;
}
#wpcontent #tcm-admin-wrapper #tcm-header #tcm-nav .tcm-nav-svg {
  position: relative;
  top: 8px;
}
#wpcontent #tcm-admin-wrapper #tcm-header #tcm-nav svg.tc-logo-dashboard {
  width: 40px;
  height: 30px;
}
#wpcontent #tcm-admin-wrapper #tcm-header div {
  position: relative;
  top: -7px;
}
#wpcontent #tcm-admin-wrapper #tcm-header div, #wpcontent #tcm-admin-wrapper #tcm-header a {
  color: #fff;
  font-weight: 100;
}
#wpcontent #tcm-admin-wrapper #tcm-header div img, #wpcontent #tcm-admin-wrapper #tcm-header a img {
  width: 45px;
  vertical-align: middle;
}
#wpcontent #tcm-admin-wrapper #tcm-header div strong, #wpcontent #tcm-admin-wrapper #tcm-header a strong {
  font-weight: 700;
}
#wpcontent #tcm-admin-wrapper #tcm-holder {
  position: relative;
  min-height: 800px;
  overflow: hidden;
}
#wpcontent #tcm-admin-wrapper #tcm-holder input[type=checkbox]:checked + label:after {
  background-color: #03a88a;
  border: 2px solid #03a88a;
}
#wpcontent #tcm-admin-wrapper #tcm-holder #tcm-admin-configurator {
  position: relative;
  width: calc(100% - 460px);
}
#wpcontent #tcm-admin-wrapper #tcm-holder #tcm-admin-configurator .tcm-disabled {
  opacity: 0.5;
}
#wpcontent #tcm-admin-wrapper #tcm-holder #tcm-admin-configurator > ul {
  margin: 0;
}
#wpcontent #tcm-admin-wrapper #tcm-holder #tcm-admin-configurator .tvd-collapsible-header {
  background-color: #fff;
  margin: 0;
  padding: 20px 35px;
  -moz-box-shadow: inset 0 -5px 5px -15px rgba(192, 192, 192, 0.5);
  -webkit-box-shadow: inset 0 -5px 5px -15px rgba(192, 192, 192, 0.5);
  box-shadow: inset 0 -5px 5px -15px rgba(192, 192, 192, 0.5);
}
#wpcontent #tcm-admin-wrapper #tcm-holder #tcm-admin-configurator .tvd-collapsible-header .tc-options-svg {
  position: relative;
  top: 5px;
}
#wpcontent #tcm-admin-wrapper #tcm-holder #tcm-admin-configurator .tvd-collapsible-header svg.comment-conversion-icon {
  width: 32px;
  height: 25px;
}
#wpcontent #tcm-admin-wrapper #tcm-holder #tcm-admin-configurator .tvd-collapsible-header h2 {
  color: #03a88a;
  font-weight: 400;
  margin: 0;
  font-size: 20px;
  display: inline-block;
  padding-left: 21px;
  line-height: 25px;
}
#wpcontent #tcm-admin-wrapper #tcm-holder #tcm-admin-configurator .tvd-collapsible-header h2.tcm-icon-general_settings_icon {
  padding: 0;
}
#wpcontent #tcm-admin-wrapper #tcm-holder #tcm-admin-configurator .tvd-collapsible-header h2.tcm-icon-general_settings_icon:before {
  font-size: 25px;
  vertical-align: middle;
  margin-right: 20px;
}
#wpcontent #tcm-admin-wrapper #tcm-holder #tcm-admin-configurator .tvd-collapsible-header .comment-conversion-heading {
  padding-left: 13px;
}
#wpcontent #tcm-admin-wrapper #tcm-holder #tcm-admin-configurator .tvd-collapsible-header .tcm-icon-keyboard_arrow_down {
  font-size: 34px;
  line-height: 1.5em;
  color: #03a88a;
  display: inline-block;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
  float: right;
}
#wpcontent #tcm-admin-wrapper #tcm-holder #tcm-admin-configurator .tvd-collapsible-header:hover {
  background-color: #e5f4f3;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-transition: all 500ms linear;
  -ms-transition: all 500ms linear;
  transition: all 500ms linear;
}
#wpcontent #tcm-admin-wrapper #tcm-holder #tcm-admin-configurator .tvd-collapsible-header.tvd-active {
  background-color: #e5f4f3;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: none;
}
#wpcontent #tcm-admin-wrapper #tcm-holder #tcm-admin-configurator .tvd-collapsible-header.tvd-active .tcm-icon-keyboard_arrow_down {
  -moz-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}
#wpcontent #tcm-admin-wrapper #tcm-holder #tcm-admin-configurator .tvd-collapsible-body {
  padding: 30px 35px;
  background-color: #fff;
}
#wpcontent #tcm-admin-wrapper #tcm-holder #tcm-admin-configurator .tvd-collapsible-body.tcm-notifications .notification-label {
  color: #03a88a;
  font-size: 18px;
  margin: 0 0 22px;
}
#wpcontent #tcm-admin-wrapper #tcm-holder #tcm-admin-configurator .tvd-collapsible-body.tcm-notifications .notification-label span.tooltipelem {
  color: #919099;
  position: relative;
  font-size: 18px;
  top: 3px;
}
#wpcontent #tcm-admin-wrapper #tcm-holder #tcm-admin-configurator .tvd-collapsible-body.tcm-notifications .notification-label span.tooltipelem:hover {
  color: #0dbf9f;
  cursor: pointer;
}
#wpcontent #tcm-admin-wrapper #tcm-holder #tcm-admin-configurator .tvd-collapsible-body.tcm-notifications .notification-label span.tooltipelem:hover .tooltiptext {
  display: block;
}
#wpcontent #tcm-admin-wrapper #tcm-holder #tcm-admin-configurator .tvd-collapsible-body.tcm-notifications .notification-label span.tooltipelem .tooltiptext {
  display: none;
  white-space: nowrap;
  text-decoration: none;
  font-weight: 400;
  background-color: rgba(0, 0, 0, 0.9);
  color: #fff;
  text-align: center;
  border-radius: 3px;
  padding: 10px 25px;
  font-size: 14px;
  position: absolute;
  z-index: 100;
  bottom: calc(100% + 8px);
  left: 50%;
  transform: translateX(-50%);
}
#wpcontent #tcm-admin-wrapper #tcm-holder #tcm-admin-configurator .tvd-collapsible-body.tcm-notifications .notification-label span.tooltipelem .tooltiptext:before {
  content: "";
  width: 0;
  height: 0;
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-top: 7px solid rgba(0, 0, 0, 0.9);
}
#wpcontent #tcm-admin-wrapper #tcm-holder #tcm-admin-configurator .tvd-collapsible-body.tcm-notifications .tve-form-add-new-connection:after {
  content: "";
  display: table;
  clear: both;
}
#wpcontent #tcm-admin-wrapper #tcm-holder #tcm-admin-configurator .tvd-collapsible-body.tcm-notifications .tcm-rounded-holder {
  width: 40%;
  border: 1px solid #d0d0d0;
  border-radius: 5px;
  font-size: 14px;
  padding: 0 20px;
  float: left;
  margin: 10px 20px 10px 0;
  overflow: hidden;
  position: relative;
  height: 80px;
}
#wpcontent #tcm-admin-wrapper #tcm-holder #tcm-admin-configurator .tvd-collapsible-body.tcm-notifications .tcm-rounded-holder p {
  color: #666666;
  font-weight: 500;
  max-width: 85%;
  font-size: 14px;
  margin: 0;
  line-height: 80px;
  background: url("../images/notif-comm.png") no-repeat left center;
  padding-left: 55px;
}
#wpcontent #tcm-admin-wrapper #tcm-holder #tcm-admin-configurator .tvd-collapsible-body.tcm-notifications .tcm-rounded-holder p.tcm-ccn {
  background: url("../images/notif-reply.png") no-repeat left center;
}
@media (max-width: 1366px) {
  #wpcontent #tcm-admin-wrapper #tcm-holder #tcm-admin-configurator .tvd-collapsible-body.tcm-notifications .tcm-rounded-holder p {
    background: none !important;
    padding: 0;
    max-width: 100%;
  }
}
#wpcontent #tcm-admin-wrapper #tcm-holder #tcm-admin-configurator .tvd-collapsible-body.tcm-notifications .tcm-rounded-holder .tcm-link-controls {
  display: none;
  position: absolute;
  top: 10px;
  right: 10px;
  font-size: 16px;
  color: #9fadae;
  cursor: default;
}
#wpcontent #tcm-admin-wrapper #tcm-holder #tcm-admin-configurator .tvd-collapsible-body.tcm-notifications .tcm-rounded-holder .tcm-link-controls .tcm-icon-mode_edit:hover {
  color: #03a88a;
  cursor: pointer;
}
#wpcontent #tcm-admin-wrapper #tcm-holder #tcm-admin-configurator .tvd-collapsible-body.tcm-notifications .tcm-rounded-holder:hover {
  border-color: #6bd1bf;
  box-shadow: 0 2px 5px 0 rgba(107, 209, 191, 0.5);
}
#wpcontent #tcm-admin-wrapper #tcm-holder #tcm-admin-configurator .tvd-collapsible-body.tcm-notifications .tcm-rounded-holder:hover .tcm-link-controls {
  display: block;
}
#wpcontent #tcm-admin-wrapper #tcm-holder #tcm-admin-configurator .tvd-collapsible-body.tcm-notifications .add-new-area {
  margin-bottom: 25px;
  width: calc(80% + 20px);
}
#wpcontent #tcm-admin-wrapper #tcm-holder #tcm-admin-configurator .tvd-collapsible-body.tcm-notifications .add-new-area a {
  color: #b0b0b0;
  background-color: #f5f5f5;
  border: 1px dashed #d0d0d0;
  font-size: 18px;
  text-align: center;
  height: 65px;
  line-height: 65px;
  text-decoration: none;
  display: block;
}
#wpcontent #tcm-admin-wrapper #tcm-holder #tcm-admin-configurator .tvd-collapsible-body.tcm-notifications .add-new-area a:before {
  font-size: 30px;
  position: relative;
  top: 6px;
  margin: 0 6px 0 0;
}
#wpcontent #tcm-admin-wrapper #tcm-holder #tcm-admin-configurator .tvd-collapsible-body.tcm-notifications .add-new-area a:hover {
  color: #6d6d6d;
}
#wpcontent #tcm-admin-wrapper #tcm-holder #tcm-admin-configurator .tvd-collapsible-body.tcm-notifications .tcm-notification-card {
  height: 63px;
  border: 1px solid #dddddd;
  background-color: #fff;
  width: calc(80% + 20px);
  overflow: hidden;
  display: flex;
  align-items: center;
  padding: 0 10px;
  margin-bottom: 5px;
}
#wpcontent #tcm-admin-wrapper #tcm-holder #tcm-admin-configurator .tvd-collapsible-body.tcm-notifications .tcm-notification-card:hover {
  border-color: #03a88a;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25);
}
#wpcontent #tcm-admin-wrapper #tcm-holder #tcm-admin-configurator .tvd-collapsible-body.tcm-notifications .tcm-notification-card .connection-img img {
  border-radius: 50%;
  vertical-align: middle;
  width: 30px;
  height: 30px;
  margin-right: 10px;
}
#wpcontent #tcm-admin-wrapper #tcm-holder #tcm-admin-configurator .tvd-collapsible-body.tcm-notifications .tcm-notification-card .tcm-config-field {
  width: calc(80% - 40px);
  margin: 0;
}
#wpcontent #tcm-admin-wrapper #tcm-holder #tcm-admin-configurator .tvd-collapsible-body.tcm-notifications .tcm-notification-card .tcm-config-field label {
  font-weight: 600;
  font-size: 14px;
  color: #acacac;
  position: relative;
  top: 3px;
}
#wpcontent #tcm-admin-wrapper #tcm-holder #tcm-admin-configurator .tvd-collapsible-body.tcm-notifications .tcm-notification-card .tcm-config-field p {
  display: inline-block;
  margin: 0 0 0 65px;
  font-size: 14px;
  color: #acacac;
  font-weight: 600;
  position: relative;
  top: 4px;
}
#wpcontent #tcm-admin-wrapper #tcm-holder #tcm-admin-configurator .tvd-collapsible-body.tcm-notifications .tcm-notification-card .tcm-config-field p.active {
  color: #009688;
}
#wpcontent #tcm-admin-wrapper #tcm-holder #tcm-admin-configurator .tvd-collapsible-body.tcm-notifications .tcm-notification-card .connection-title {
  width: 20%;
  display: inline-block;
  font-size: 14px;
  color: #393939;
  font-weight: 600;
}
#wpcontent #tcm-admin-wrapper #tcm-holder #tcm-admin-configurator .tvd-collapsible-body.tcm-notifications .tcm-notification-card > a {
  color: #acacac;
  margin-right: 10px;
}
#wpcontent #tcm-admin-wrapper #tcm-holder #tcm-admin-configurator .tvd-collapsible-body.tcm-notifications .tcm-notification-card > a:hover {
  color: #009688;
}
#wpcontent #tcm-admin-wrapper #tcm-holder #tcm-admin-configurator .tvd-collapsible-body .cache-error {
  background: url("../images/tcm-error.png") center left 30px no-repeat;
  margin: -30px -35px 0;
  padding: 35px 35px 35px 75px;
}
#wpcontent #tcm-admin-wrapper #tcm-holder #tcm-admin-configurator .tvd-collapsible-body .cache-error.extra-cache-class {
  background: url("../images/tcm-error.png") center left no-repeat;
  padding: 0 0 0 30px;
  margin: 15px 0 0;
}
#wpcontent #tcm-admin-wrapper #tcm-holder #tcm-admin-configurator .tvd-collapsible-body p {
  padding: 0;
  font-size: inherit;
  color: #333;
  font-weight: 400;
}
#wpcontent #tcm-admin-wrapper #tcm-holder #tcm-admin-configurator .tvd-collapsible-body p.tcm-title-line {
  color: #03a88a;
  font-size: 18px;
}
#wpcontent #tcm-admin-wrapper #tcm-holder #tcm-admin-configurator .tvd-collapsible-body .tvd-switch {
  min-height: 30px;
}
#wpcontent #tcm-admin-wrapper #tcm-holder #tcm-admin-configurator .tvd-collapsible-body .tvd-switch label input[type=checkbox]:checked + .tvd-lever:after {
  background-color: #03a88a;
}
#wpcontent #tcm-admin-wrapper #tcm-holder #tcm-admin-configurator .tvd-collapsible-body .tcm-config-field {
  margin: 25px 0 25px 0;
  clear: both;
}
#wpcontent #tcm-admin-wrapper #tcm-holder #tcm-admin-configurator .tvd-collapsible-body .tcm-config-field.tcm-field-colorpicker {
  position: relative;
}
#wpcontent #tcm-admin-wrapper #tcm-holder #tcm-admin-configurator .tvd-collapsible-body .tcm-config-field.tcm-field-colorpicker .color-picker-label, #wpcontent #tcm-admin-wrapper #tcm-holder #tcm-admin-configurator .tvd-collapsible-body .tcm-config-field.tcm-field-colorpicker .color-picker-text {
  width: 20px;
  height: 20px;
  float: left;
  position: relative;
  top: 5px;
  margin-right: 5px;
}
#wpcontent #tcm-admin-wrapper #tcm-holder #tcm-admin-configurator .tvd-collapsible-body .tcm-config-field.tcm-field-colorpicker .color-picker-text {
  width: 100px;
}
#wpcontent #tcm-admin-wrapper #tcm-holder #tcm-admin-configurator .tvd-collapsible-body .tcm-config-field.tcm-field-colorpicker #color-picker {
  width: 100px;
  margin: 0 auto;
  text-align: center;
}
#wpcontent #tcm-admin-wrapper #tcm-holder #tcm-admin-configurator .tvd-collapsible-body .tcm-config-field.tcm-field-colorpicker input[type=text]#color-picker:focus:not([readonly]) {
  border-bottom: 1px solid #03a88a;
  box-shadow: 0 1px 0 0 #03a88a;
}
#wpcontent #tcm-admin-wrapper #tcm-holder #tcm-admin-configurator .tvd-collapsible-body .tcm-config-field.tcm-field-colorpicker .color-picker-container {
  position: absolute;
  z-index: 20;
  top: 50px;
}
#wpcontent #tcm-admin-wrapper #tcm-holder #tcm-admin-configurator .tvd-collapsible-body .tcm-config-field .keywords-container {
  overflow: hidden;
}
#wpcontent #tcm-admin-wrapper #tcm-holder #tcm-admin-configurator .tvd-collapsible-body .tcm-config-field #close_comments_days_old, #wpcontent #tcm-admin-wrapper #tcm-holder #tcm-admin-configurator .tvd-collapsible-body .tcm-config-field #comments_per_page, #wpcontent #tcm-admin-wrapper #tcm-holder #tcm-admin-configurator .tvd-collapsible-body .tcm-config-field #tcm_live_update_refresh_rate {
  margin: 0 10px;
  text-align: center;
  width: 60px;
}
#wpcontent #tcm-admin-wrapper #tcm-holder #tcm-admin-configurator .tvd-collapsible-body .tcm-config-field #close_comments_days_old:focus, #wpcontent #tcm-admin-wrapper #tcm-holder #tcm-admin-configurator .tvd-collapsible-body .tcm-config-field #comments_per_page:focus, #wpcontent #tcm-admin-wrapper #tcm-holder #tcm-admin-configurator .tvd-collapsible-body .tcm-config-field #tcm_live_update_refresh_rate:focus {
  border-color: #03a88a;
}
#wpcontent #tcm-admin-wrapper #tcm-holder #tcm-admin-configurator .tvd-collapsible-body .tcm-config-field.tcm-extra-styling {
  clear: both;
  margin: 0;
  padding-top: 18px;
}
#wpcontent #tcm-admin-wrapper #tcm-holder #tcm-admin-configurator .tvd-collapsible-body .tcm-config-field #comment_max_links {
  width: 50px;
  margin: 0 5px;
  text-align: center;
}
#wpcontent #tcm-admin-wrapper #tcm-holder #tcm-admin-configurator .tvd-collapsible-body .tcm-config-field #comment_max_links:focus {
  border-color: #03a88a;
  box-shadow: 0 1px 0 0 #03a88a;
}
#wpcontent #tcm-admin-wrapper #tcm-holder #tcm-admin-configurator .tvd-collapsible-body .tcm-config-field #moderation_keys, #wpcontent #tcm-admin-wrapper #tcm-holder #tcm-admin-configurator .tvd-collapsible-body .tcm-config-field #blacklist_keys {
  margin: 20px 0 0;
  height: 90px;
}
#wpcontent #tcm-admin-wrapper #tcm-holder #tcm-admin-configurator .tvd-collapsible-body .tcm-config-field #moderation_keys:focus, #wpcontent #tcm-admin-wrapper #tcm-holder #tcm-admin-configurator .tvd-collapsible-body .tcm-config-field #blacklist_keys:focus {
  border-color: #03a88a;
  box-shadow: 0 0 2px #03a88a;
}
#wpcontent #tcm-admin-wrapper #tcm-holder #tcm-admin-configurator .tvd-collapsible-body .tcm-config-field label {
  font-size: 16px;
  color: #333;
  font-weight: 400;
}
#wpcontent #tcm-admin-wrapper #tcm-holder #tcm-admin-configurator .tvd-collapsible-body .tcm-config-field .tvd-switch label {
  color: #999;
}
#wpcontent #tcm-admin-wrapper #tcm-holder #tcm-admin-configurator .tvd-collapsible-body .tcm-config-field input[type=number].small-text {
  -moz-appearance: textfield;
  margin: 0;
  width: 40px;
  text-align: center;
  font-weight: 500;
  border-bottom-color: #dbdbdb;
}
#wpcontent #tcm-admin-wrapper #tcm-holder #tcm-admin-configurator .tvd-collapsible-body .tcm-config-field input[type=number].small-text:focus {
  border-bottom: 1px solid #009688;
  box-shadow: 0 1px 0 0 #009688;
}
#wpcontent #tcm-admin-wrapper #tcm-holder #tcm-admin-configurator .tvd-collapsible-body .tcm-config-field input[type=radio]:checked + label:before {
  border-color: #009688;
}
#wpcontent #tcm-admin-wrapper #tcm-holder #tcm-admin-configurator .tvd-collapsible-body .tcm-config-field input[type=radio]:checked + label span {
  color: #009688;
}
#wpcontent #tcm-admin-wrapper #tcm-holder #tcm-admin-configurator .tvd-collapsible-body .tcm-config-field input[type=radio]:checked + label:after {
  border-color: #009688;
  background-color: #009688;
}
#wpcontent #tcm-admin-wrapper #tcm-holder #tcm-admin-configurator .tvd-collapsible-body .tcm-config-field .select2-container {
  width: auto !important;
  min-width: 110px;
  margin: 0 0 0 15px;
  color: #766b61;
}
#wpcontent #tcm-admin-wrapper #tcm-holder #tcm-admin-configurator .tvd-collapsible-body .tcm-config-field .select2-container.select2-container--default.select2-container--open .select2-selection--single {
  border-bottom-color: #009688;
  box-shadow: 0 1px 0 0 #009688;
}
#wpcontent #tcm-admin-wrapper #tcm-holder #tcm-admin-configurator .tvd-collapsible-body .tcm-config-field .select2-container.select2-container--default .select2-selection--single {
  transition: all 0.3s;
  border-bottom-color: #dbdbdb;
}
#wpcontent #tcm-admin-wrapper #tcm-holder #tcm-admin-configurator .tvd-collapsible-body .tcm-config-field .select2-container.select2-container--default .select2-selection--single .select2-selection__arrow b {
  border-color: #766b61 transparent transparent transparent;
}
#wpcontent #tcm-admin-wrapper #tcm-holder #tcm-admin-configurator .tvd-collapsible-body .tcm-config-field .select2-container.select2-container--default.select2-container--open .select2-selection__arrow b {
  border-color: transparent transparent #766b61 transparent;
}
#wpcontent #tcm-admin-wrapper #tcm-holder #tcm-admin-configurator .tvd-collapsible-body .tcm-config-field .tvd-switch {
  display: inline-block;
  margin-left: 25px;
}
#wpcontent #tcm-admin-wrapper #tcm-holder #tcm-admin-configurator .tvd-collapsible-body .tcm-config-field .tcb-avatar-selection {
  margin-top: 25px;
  overflow: hidden;
}
#wpcontent #tcm-admin-wrapper #tcm-holder #tcm-admin-configurator .tvd-collapsible-body .tcm-config-field .tcb-avatar-selection div.tcm-upload-image {
  width: 100px;
  height: 100px;
  display: inline-block;
  background-position: center;
  margin: 0 50px 10px 0;
  border-radius: 50px;
  background-size: cover;
  background-repeat: no-repeat;
  float: left;
}
#wpcontent #tcm-admin-wrapper #tcm-holder #tcm-admin-configurator .tvd-collapsible-body .tcm-config-field .tcb-avatar-selection .tcm-actions {
  display: inline;
  vertical-align: middle;
}
#wpcontent #tcm-admin-wrapper #tcm-holder #tcm-admin-configurator .tvd-collapsible-body .tcm-config-field .tcb-avatar-selection .tcm-actions button {
  padding: 0 2rem;
  margin-bottom: 20px;
}
#wpcontent #tcm-admin-wrapper #tcm-holder #tcm-admin-configurator .tvd-collapsible-body .tcm-config-field .tcb-avatar-selection .tcm-actions button.tvd-btn-green {
  background-color: #03a88a;
}
#wpcontent #tcm-admin-wrapper #tcm-holder #tcm-admin-configurator .tvd-collapsible-body .tcm-config-field .tcb-avatar-selection .tcm-actions p {
  color: #999;
  font-weight: 500;
}
#wpcontent #tcm-admin-wrapper #tcm-holder #tcm-admin-configurator .tvd-collapsible-body .tcm-config-field .tcb-avatar-selection .tcm-actions .tcm-upload-image {
  margin-right: 20px;
}
#wpcontent #tcm-admin-wrapper #tcm-holder #tcm-admin-configurator .tvd-collapsible-body .tcm-config-field .red-moderation-container .tcm-rounded-holder {
  padding: 0;
}
#wpcontent #tcm-admin-wrapper #tcm-holder #tcm-admin-configurator .tvd-collapsible-body .tcm-config-field .red-moderation-container .tcm-rounded-holder:hover {
  border-color: #ef3131;
  box-shadow: 0 2px 5px 0 rgba(239, 49, 49, 0.5);
}
#wpcontent #tcm-admin-wrapper #tcm-holder #tcm-admin-configurator .tvd-collapsible-body .tcm-config-field .red-moderation-container .tcm-rounded-holder .tvd-card {
  display: block;
  margin: 0;
  max-height: 200px;
}
#wpcontent #tcm-admin-wrapper #tcm-holder #tcm-admin-configurator .tvd-collapsible-body .tcm-config-field .red-moderation-container .tcm-rounded-holder .tvd-card .tvd-card-content {
  padding: 20px 20px 0;
}
#wpcontent #tcm-admin-wrapper #tcm-holder #tcm-admin-configurator .tvd-collapsible-body .tcm-config-field .red-moderation-container .tcm-rounded-holder .tvd-card .tvd-card-content h4 {
  margin: 0;
}
#wpcontent #tcm-admin-wrapper #tcm-holder #tcm-admin-configurator .tvd-collapsible-body .tcm-config-field .red-moderation-container .tcm-rounded-holder .tvd-card .tvd-card-action {
  padding: 0 20px 20px;
}
#wpcontent #tcm-admin-wrapper #tcm-holder #tcm-admin-configurator .tvd-collapsible-body .tcm-config-field .red-moderation-container .tcm-rounded-holder .tvd-card .tvd-button-holder {
  width: 50%;
  float: left;
}
#wpcontent #tcm-admin-wrapper #tcm-holder #tcm-admin-configurator .tvd-collapsible-body .tcm-config-field .red-moderation-container .tcm-rounded-holder .tvd-card .tvd-button-holder a {
  color: rgba(255, 255, 255, 0.8);
  width: 100%;
  text-align: center;
}
#wpcontent #tcm-admin-wrapper #tcm-holder #tcm-admin-configurator .tvd-collapsible-body .tcm-config-field .red-moderation-container .tcm-rounded-holder .tvd-card .tvd-button-holder a:hover {
  color: #fff;
}
#wpcontent #tcm-admin-wrapper #tcm-holder #tcm-admin-configurator .tvd-collapsible-body .tcm-config-field .red-moderation-container .tcm-rounded-holder .tvd-card .tvd-button-holder a:before {
  content: "";
}
#wpcontent #tcm-admin-wrapper #tcm-holder #tcm-admin-configurator .tvd-collapsible-body .tcm-config-field .tcm-rounded-holder {
  width: 40%;
  border: 1px solid #d0d0d0;
  border-radius: 5px;
  font-size: 14px;
  padding: 15px 20px;
  float: left;
  margin: 10px 20px 10px 0;
  overflow: hidden;
  position: relative;
  height: 90px;
}
#wpcontent #tcm-admin-wrapper #tcm-holder #tcm-admin-configurator .tvd-collapsible-body .tcm-config-field .tcm-rounded-holder p {
  color: #03a88a;
  font-weight: 500;
  max-width: 85%;
  background: url("../images/tcm-link.png") no-repeat left 10px;
  padding: 0 0 12px 20px;
}
#wpcontent #tcm-admin-wrapper #tcm-holder #tcm-admin-configurator .tvd-collapsible-body .tcm-config-field .tcm-rounded-holder a {
  color: #b0b0b0;
  padding-left: 20px;
  position: relative;
  width: 270px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: inline-block;
  background: url("../images/tcm-link02.png") no-repeat left 4px;
}
#wpcontent #tcm-admin-wrapper #tcm-holder #tcm-admin-configurator .tvd-collapsible-body .tcm-config-field .tcm-rounded-holder .tcm-link-controls {
  display: none;
  position: absolute;
  top: 10px;
  right: 10px;
  font-size: 16px;
  color: #9fadae;
  cursor: default;
}
#wpcontent #tcm-admin-wrapper #tcm-holder #tcm-admin-configurator .tvd-collapsible-body .tcm-config-field .tcm-rounded-holder .tcm-link-controls .tcm-icon-trash-o:hover, #wpcontent #tcm-admin-wrapper #tcm-holder #tcm-admin-configurator .tvd-collapsible-body .tcm-config-field .tcm-rounded-holder .tcm-link-controls .tcm-icon-mode_edit:hover {
  color: #03a88a;
  cursor: pointer;
}
#wpcontent #tcm-admin-wrapper #tcm-holder #tcm-admin-configurator .tvd-collapsible-body .tcm-config-field .tcm-rounded-holder .tcm-link-controls .tcm-icon-trash-o {
  margin-right: 5px;
}
#wpcontent #tcm-admin-wrapper #tcm-holder #tcm-admin-configurator .tvd-collapsible-body .tcm-config-field .tcm-rounded-holder:hover {
  border-color: #6bd1bf;
  box-shadow: 0 2px 5px 0 rgba(107, 209, 191, 0.5);
}
#wpcontent #tcm-admin-wrapper #tcm-holder #tcm-admin-configurator .tvd-collapsible-body .tcm-config-field .tcm-rounded-holder:hover .tcm-link-controls {
  display: block;
}
#wpcontent #tcm-admin-wrapper #tcm-holder #tcm-admin-configurator .tvd-collapsible-body .tcm-config-field .tcm-rounded-holder:hover.tcm-new-link {
  border: 1px dashed #d0d0d0;
  box-shadow: none;
  cursor: pointer;
  color: #8a8a8a;
}
#wpcontent #tcm-admin-wrapper #tcm-holder #tcm-admin-configurator .tvd-collapsible-body .tcm-config-field .tcm-rounded-holder.tcm-new-link {
  color: #b0b0b0;
  background-color: #f5f5f5;
  border: 1px dashed #d0d0d0;
  padding: 22px 0 0;
  text-align: center;
}
#wpcontent #tcm-admin-wrapper #tcm-holder #tcm-admin-configurator .tvd-collapsible-body .tcm-config-field .tcm-rounded-holder.tcm-new-link span {
  font-size: 30px;
  vertical-align: middle;
}
#wpcontent #tcm-admin-wrapper #tcm-holder #tcm-admin-configurator .tvd-collapsible-body .tcm-config-field .tcm-rounded-holder.tcm-new-link span:last-child {
  font-size: 18px;
}
#wpcontent #tcm-admin-wrapper #tcm-holder #tcm-admin-configurator .tvd-collapsible-body .tcm-config-field .tcm-comment-moderation label {
  margin-right: 50px;
}
@media (max-width: 1366px) {
  #wpcontent #tcm-admin-wrapper #tcm-holder #tcm-admin-configurator .tvd-collapsible-body .tcm-config-field .tcm-comment-moderation label {
    width: 200px;
  }
}
#wpcontent #tcm-admin-wrapper #tcm-holder #tcm-admin-configurator .tvd-collapsible-body .tcm-config-field .tcm-grey-label {
  color: #999;
  margin-right: 40px;
}
#wpcontent #tcm-admin-wrapper #tcm-holder #tcm-admin-configurator .tvd-collapsible-body .tcm-config-field .tcm-grey-label:before {
  border-color: #333;
}
#wpcontent #tcm-admin-wrapper #tcm-holder #tcm-admin-configurator .tvd-collapsible-body .tcm-config-field .tcm-grey-label span {
  color: #333;
}
#wpcontent #tcm-admin-wrapper #tcm-holder #tcm-admin-configurator .tvd-collapsible-body .tcm-config-field .tcm-mt {
  margin-top: 30px;
}
#wpcontent #tcm-admin-wrapper #tcm-holder #tcm-admin-configurator .tvd-collapsible-body .tcm-config-field.no-margin {
  margin: 0;
}
#wpcontent #tcm-admin-wrapper #tcm-holder #tcm-admin-configurator .tvd-collapsible-body .tcm-lazy-load label {
  display: inline-block;
  min-width: 200px;
}
#wpcontent #tcm-admin-wrapper #tcm-holder #tcm-admin-configurator .tvd-collapsible-body .tcm-lazy-load .tvd-switch label {
  min-width: auto;
}
#wpcontent #tcm-admin-wrapper #tcm-holder #tcm-admin-configurator button:not(.tvd-btn-gray) {
  background-color: #03a88a;
}
#wpcontent #tcm-admin-wrapper #tcm-holder #tcm-live-preview {
  background-color: #f1f1f1;
  height: 100vh;
  position: absolute;
  right: 0;
  top: 0;
  width: 460px;
}
#wpcontent #tcm-admin-wrapper #tcm-holder #tcm-live-preview.sticky {
  position: fixed;
  top: 32px;
}
#wpcontent #tcm-admin-wrapper #tcm-holder #tcm-live-preview #tcm-preview-header {
  height: 44px;
  background-color: #38615a;
  position: relative;
}
#wpcontent #tcm-admin-wrapper #tcm-holder #tcm-live-preview #tcm-preview-header .icon-box-position {
  right: 100%;
}
#wpcontent #tcm-admin-wrapper #tcm-holder #tcm-live-preview #tcm-preview-header a {
  display: block;
  float: left;
  height: 100%;
  line-height: 44px;
  width: 20px;
  background-color: #22453f;
  transition: all 0.5s;
  position: absolute;
  right: calc(100% - 20px);
}
#wpcontent #tcm-admin-wrapper #tcm-holder #tcm-live-preview #tcm-preview-header a span {
  color: #bec8c6;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
}
#wpcontent #tcm-admin-wrapper #tcm-holder #tcm-live-preview #tcm-preview-header a span:before {
  transform: rotate(270deg);
  display: inline-block;
  position: relative;
  left: 0;
  top: 3px;
  font-size: 20px;
}
#wpcontent #tcm-admin-wrapper #tcm-holder #tcm-live-preview #tcm-preview-header a span.icon-variation:before {
  transform: rotate(90deg);
}
#wpcontent #tcm-admin-wrapper #tcm-holder #tcm-live-preview #tcm-preview-header p {
  text-transform: uppercase;
  color: #fff;
  font-size: 10px;
  letter-spacing: 1.5px;
  line-height: 44px;
  margin: 0 0 0 30px;
  display: block;
  overflow: hidden;
}
#wpcontent #tcm-admin-wrapper #tcm-holder #tcm-live-preview #tcm-preview-header p span.color-var {
  color: rgba(255, 255, 255, 0.5);
}
#wpcontent #tcm-admin-wrapper #tcm-holder #tcm-live-preview #tcm-preview-header p span[class^=size-] {
  color: #839794;
  cursor: pointer;
  width: 35px;
  height: 44px;
  display: inline-block;
  position: absolute;
  right: 0;
  opacity: 0.5;
}
#wpcontent #tcm-admin-wrapper #tcm-holder #tcm-live-preview #tcm-preview-header p span[class^=size-].size-l {
  right: 36px;
}
#wpcontent #tcm-admin-wrapper #tcm-holder #tcm-live-preview #tcm-preview-header p span[class^=size-].size-l:before {
  width: 35px;
  text-align: center;
  font-size: 20px;
  display: block;
  padding: 12px 0 0;
}
#wpcontent #tcm-admin-wrapper #tcm-holder #tcm-live-preview #tcm-preview-header p span[class^=size-].size-s:before {
  width: 35px;
  text-align: center;
  font-size: 20px;
  display: block;
  padding: 12px 0 0;
}
#wpcontent #tcm-admin-wrapper #tcm-holder #tcm-live-preview #tcm-preview-header p span[class^=size-].active {
  background-color: rgba(0, 0, 0, 0.25);
  opacity: 1;
}
#wpcontent #tcm-admin-wrapper #tcm-holder #tcm-live-preview iframe {
  width: 165%;
  height: 1111px;
  transform: scale(0.6);
  transform-origin: left top;
}
#wpcontent #tcm-admin-wrapper #tcm-holder .tvd-modal {
  max-width: 80%;
  max-height: 80%;
  border-radius: 5px;
}
#wpcontent #tcm-admin-wrapper #tcm-holder .tvd-modal .tvd-modal-content#tcm-modal-content {
  padding: 0;
}
#wpcontent #tcm-admin-wrapper #tcm-holder .tvd-modal .tvd-modal-content#tcm-modal-content:after {
  height: 25px;
}
#wpcontent #tcm-admin-wrapper #tcm-holder .tvd-modal .tvd-modal-content#tcm-modal-content label.tcm-modal-label {
  cursor: inherit;
}
#wpcontent #tcm-admin-wrapper #tcm-holder .tvd-modal .tvd-modal-content#tcm-modal-content .tcm-modal-header, #wpcontent #tcm-admin-wrapper #tcm-holder .tvd-modal .tvd-modal-content#tcm-modal-content .tcm-modal-body {
  padding: 30px 30px 0;
}
#wpcontent #tcm-admin-wrapper #tcm-holder .tvd-modal .tvd-modal-content#tcm-modal-content .tcm-modal-body {
  padding: 30px 15px 30px 30px;
  max-height: 55vh;
  overflow-y: scroll;
}
#wpcontent #tcm-admin-wrapper #tcm-holder .tvd-modal .tvd-modal-content#tcm-modal-content .labels-footer {
  padding: 0 30px;
}
#wpcontent #tcm-admin-wrapper #tcm-holder .tvd-modal .tvd-modal-content#tcm-modal-content h2 {
  font-size: 22px;
}
#wpcontent #tcm-admin-wrapper #tcm-holder .tvd-modal .tvd-modal-content#tcm-modal-content .tvd-row {
  line-height: 35px;
}
#wpcontent #tcm-admin-wrapper #tcm-holder .tvd-modal .tvd-modal-content#tcm-modal-content .tvd-row:nth-child(6), #wpcontent #tcm-admin-wrapper #tcm-holder .tvd-modal .tvd-modal-content#tcm-modal-content .tvd-row:nth-child(12), #wpcontent #tcm-admin-wrapper #tcm-holder .tvd-modal .tvd-modal-content#tcm-modal-content .tvd-row:nth-child(16), #wpcontent #tcm-admin-wrapper #tcm-holder .tvd-modal .tvd-modal-content#tcm-modal-content .tvd-row:nth-child(23), #wpcontent #tcm-admin-wrapper #tcm-holder .tvd-modal .tvd-modal-content#tcm-modal-content .tvd-row:nth-child(27) {
  margin-bottom: 40px;
}
#wpcontent #tcm-admin-wrapper #tcm-holder .tvd-modal .tvd-modal-content#tcm-modal-content .tvd-row .tvd-s6:nth-child(1) {
  text-align: right;
  padding-right: 30px;
}
#wpcontent #tcm-admin-wrapper #tcm-holder .tvd-modal .tvd-modal-content#tcm-modal-content .tvd-row .tvd-s6:nth-child(1) .tcm-modal-label {
  color: #999;
}
#wpcontent #tcm-admin-wrapper #tcm-holder .tvd-modal .tvd-modal-content#tcm-modal-content .tvd-row .tvd-m6 {
  padding: 0;
}
#wpcontent #tcm-admin-wrapper #tcm-holder .tvd-modal .tvd-modal-content#tcm-modal-content .tvd-row .tvd-col.tvd-m6 input {
  margin: -5px 0 1rem 0;
  font-weight: 500;
  color: #393939;
  font-size: 16px;
}
#wpcontent #tcm-admin-wrapper #tcm-holder .tvd-modal .tvd-modal-content#tcm-modal-content .tvd-row .tvd-col.tvd-m6 input:focus {
  border-bottom: 1px solid #0dbf9f;
  box-shadow: 0 1px 0 0 #0dbf9f;
}
#wpcontent #tcm-admin-wrapper #tcm-holder .tvd-modal .tvd-modal-content#tcm-modal-content .tvd-row .tvd-col.tvd-m6 ::-webkit-input-placeholder {
  color: #766b61;
}
#wpcontent #tcm-admin-wrapper #tcm-holder .tvd-modal .tvd-modal-content#tcm-modal-content .tvd-row .tvd-col.tvd-m6 ::-moz-placeholder {
  color: #766b61;
}
#wpcontent #tcm-admin-wrapper #tcm-holder .tvd-modal .tvd-modal-content#tcm-modal-content .tvd-row .tvd-col.tvd-m6 :-ms-input-placeholder {
  color: #766b61;
}
#wpcontent #tcm-admin-wrapper #tcm-holder .tvd-modal .tvd-modal-content#tcm-modal-content .tvd-row .tvd-col.tvd-m6 :-moz-placeholder {
  color: #766b61;
}
#wpcontent #tcm-admin-wrapper #tcm-holder .tvd-modal .tvd-modal-content#tcm-modal-content .tcm-m50 {
  margin: 25px 0;
  overflow: hidden;
}
#wpcontent #tcm-admin-wrapper #tcm-holder input::-webkit-outer-spin-button,
#wpcontent #tcm-admin-wrapper #tcm-holder input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
#wpcontent #tcm-admin-wrapper #tcm-holder input[type=checkbox].filled-in:checked + label:after, #wpcontent #tcm-admin-wrapper #tcm-holder input[type=checkbox].filled-in:checked + label:before, #wpcontent #tcm-admin-wrapper #tcm-holder [type=checkbox].filled-in:not(:checked) + label:after {
  top: 3px;
}

#tcb_landing_page #thrive-comments img.wp-smiley, #tcb_landing_page #thrive-comments img.emoji {
  display: inline !important;
  border: none !important;
  box-shadow: none !important;
  height: 1em !important;
  width: 1em !important;
  margin: 0 0.07em !important;
  vertical-align: -0.1em !important;
  background: none !important;
  padding: 0 !important;
}

/*# sourceMappingURL=styles.css.map*/