/**
 * LT-Ext plugin stylesheet
 */
.text-sm {
  font-size: 16px;
  font-family: 'Mulish', sans-serif;
  font-family: var(--font-main), sans-serif;
  font-weight: 400;
  letter-spacing: var(--font-main-letterspacing);
  line-height: 1.5em;
  display: inline-block;
}
.color-main {
  color: #B3DA2D;
  color: var(--main);
}
.color-second {
  color: #9dbd2d;
  color: var(--second);
}
.color-black {
  color: #10181A;
  color: var(--black);
}
.color-gray {
  color: #F2F7F3;
  color: var(--gray);
}
.color-white {
  color: #ea4a34;
  color: var(--white);
}
.color-white-text {
  color: rgba(255, 255, 255, 0.8);
}
.color-red {
  color: #F5392B;
  color: var(--red);
}
.color-yellow {
  color: #FFDE00;
  color: var(--yellow);
}
.clearfix:before,
.clearfix:after {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
.circle {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background-clip: border-box;
}
.lte-quote-char {
  font-family: 'Mulish', sans-serif;
  font-family: var(--font-main), sans-serif;
  font-weight: 400;
  letter-spacing: var(--font-main-letterspacing);
  content: ",,";
  font-size: 400px;
  height: 200px;
  line-height: 0px;
  letter-spacing: -0.05em;
  display: block;
  margin: 0 auto;
  font-style: normal;
  vertical-align: top;
  pointer-events: none;
  z-index: 0;
}
.rtl .lte-quote-char {
  -webkit-transform: scaleX(-1);
  -moz-transform: scaleX(-1);
  -ms-transform: scaleX(-1);
  -o-transform: scaleX(-1);
  transform: scaleX(-1);
}
.vc_license-activation-notice,
.notice.fw-brz-dismiss {
  display: none !important;
}
.lte-admin-section {
  padding-bottom: 30px;
}
.lte-admin-section .lte-theme-header {
  text-align: center;
}
.lte-admin-section h3.lte-theme-header {
  margin-top: 48px;
}
.lte-admin-section .lte-theme-logo {
  max-width: 300px;
  height: auto;
  margin: 0 auto;
  display: block;
}
.align-center {
  text-align: center;
}
.lte-ul {
  display: inline-block;
  text-align: left;
}
.lte-ul td {
  padding: 6px 10px 10px;
  margin: 0;
}
.lte-ul tr td {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.lte-ul tr:first-child td {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  padding-top: 10px;
}
.lte-ul tr:last-child td {
  padding-bottom: 10px;
}
.lte-ul .lte-header {
  padding-left: 0;
}
.lte-ul .lte-value .not-found {
  font-size: 24px;
  text-align: center;
  display: block;
}
.lte-ul .lte-stat {
  font-size: 18px;
  font-weight: bold;
  text-align: center;
}
.lte-ul .lte-stat:after {
  top: -1px;
  position: relative;
}
.lte-ul .lte-warning {
  padding-left: 0px;
}
.lte-ul .lte-status-3 .lte-stat:after {
  content: "+";
  color: #1D9D32;
}
.lte-ul .lte-status-2 .lte-stat:after {
  content: "!";
  color: #EBC641;
}
.lte-ul .lte-status-1 .lte-stat:after {
  content: "×";
  color: #F43232;
}
.lte-notice {
  margin: 20px auto 0px;
  text-align: left;
  max-width: 1000px;
  background: rgba(0, 0, 0, 0.05);
  padding: 20px;
}
.lte-helpers {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 40px -15px 0;
}
.lte-helpers:after {
  content: "";
  clear: both;
}
.lte-helpers .lte-item {
  /*		border: 1px solid rgba(0,0,0,.1);*/
  padding: 0 15px;
  box-sizing: border-box;
  width: 33.3%;
  /*
		&:before {

			border: 1px solid rgba(0,0,0,.1);
			position: absolute;
			top: 0;
			right: 1.5%;
			bottom: 0;
			left: 1.5%;
			content: "";
			display: block;
			pointer-events: none;
		}
*/
}
.lte-helpers .lte-item .lte-inner {
  padding: 30px 30px 20px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  height: 100%;
  box-sizing: border-box;
  /*			height: 100%;*/
}
.lte-helpers .lte-item h4 {
  margin-top: 0;
  font-size: 18px;
}
.lte-helpers .lte-item ol {
  margin-left: 15px;
  padding: 0;
}
.lte-helpers .lte-item li span {
  color: rgba(0, 0, 0, 0.5);
}
