#livenews_content {
  /* css templates old */
}
#livenews_content .box-left-templates > figure,
#livenews_content .box-left-templates .images-templ > img {
  max-width: 50% !important;
  margin-right: 15px;
  float: left;
}
#livenews_content .box-right-templates > figure,
#livenews_content .box-right-templates .images-templ > img {
  max-width: 50% !important;
  margin-left: 15px;
  float: right;
}
#livenews_content .box-left-templates > figure img,
#livenews_content .box-right-templates > figure img,
#livenews_content .box-left-templates .images-templ img,
#livenews_content .box-right-templates .images-templ img {
  height: auto;
}
#livenews_content .box-img-group {
  display: flex;
  flex-wrap: wrap;
}
#livenews_content .box-img-group .images-templ {
  flex: 1 1 50%;
}
#livenews_content .box-img-group .leftimg {
  position: relative;
}
#livenews_content .box-img-group .leftimg img {
  height: 100% !important;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
}
#livenews_content .box-img-group .rightimg {
  display: flex;
  flex-direction: column;
  padding-left: 10px;
  justify-content: space-between;
}
#livenews_content .box-img-group .rightimg .item {
  margin-bottom: 10px;
}
#livenews_content .box-img-group .rightimg .item img {
  height: auto;
}
#livenews_content .box-img-group .rightimg .item:last-child {
  margin-bottom: 0px;
}
#livenews_content .plugin-custom-templates .img-desc {
  max-width: 100%;
}
#livenews_content .plugin-custom-templates .img-desc ~ .img-desc {
  max-width: 50%;
}
#livenews_content .box-img-merge {
  display: flex;
  flex-wrap: wrap;
}
#livenews_content .box-img-merge .images-templ {
  flex: 1 1 50%;
}
#livenews_content .box-img-merge .images-templ img {
  max-width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#livenews_content .select-box .item-box {
  margin-bottom: 15px;
  background-color: #fff;
  padding: 10px 5px;
  cursor: pointer;
}
#livenews_content .select-box .item-box:hover {
  background-color: rgba(255, 214, 106, 0.2);
}
#livenews_content .templates-old .form-group {
  margin-bottom: 10px !important;
}
#livenews_content .box-templates-plugins {
  background: #f3f3f3;
}
#livenews_content .box-templates-plugins.rightold {
  float: right;
  margin-left: 10px;
  margin-left: 10px !important;
}
#livenews_content .box-templates-plugins.centerold {
  margin: 0px auto;
}
#livenews_content .box-templates-plugins.leftold {
  float: left;
  margin-right: 10px;
  margin-right: 10px !important;
}
#livenews_content .box-templates-plugins.borderleftold.red-old tr td {
  border-left: 5px solid #e74c3c !important;
}
#livenews_content .box-templates-plugins.borderrightold.red-old tr td {
  border-right: 5px solid #e74c3c !important;
}
#livenews_content .box-templates-plugins.borderleftold.blue-old tr td {
  border-left: 5px solid #2d8bff !important;
}
#livenews_content .box-templates-plugins.borderrightold.blue-old tr td {
  border-right: 5px solid #2d8bff !important;
}
#livenews_content .box-templates-plugins .primary-title-old {
  line-height: 23px !important;
  padding: 10px !important;
  text-align: right !important;
  background-color: rgb(221, 221, 221) !important;
  color: #e74c3c !important;
}
#livenews_content .box-templates-plugins tr td {
  border: unset !important;
}
#livenews_content .box-templates-plugins .sub-title-old {
  color: #2980b9;
  text-align: center;
}
#livenews_content .box-templates-plugins .left-avatar {
  width: 30%;
  height: 100%;
  text-align: center !important;
  font-style: italic !important;
  font-size: 14px;
  float: left;
  margin: 5px 10px 5px 0;
  word-break: break-word;
}
#livenews_content .box-templates-plugins .right-avatar {
  width: 30%;
  height: 100%;
  text-align: center !important;
  font-style: italic !important;
  font-size: 14px;
  float: right;
  margin: 5px 0 5px 10px;
}
#livenews_content .box-templates-plugins .content-templates-old {
  padding: 10px;
  text-align: justify;
  font-size: 16px !important;
}
#livenews_content .box-img-vertical .top-vertical {
  margin-bottom: 10px;
}
#livenews_content .box-img-vertical .top-vertical img {
  width: 100%;
  height: auto;
}
#livenews_content .box-img-vertical .bottom-vertical img {
  width: 100%;
  height: auto;
}
#livenews_content .box-img-vertical .bottom-vertical {
  display: flex;
  margin: 0 -5px;
}
#livenews_content .box-img-vertical .bottom-vertical .item {
  display: flex;
  padding-left: 5px;
  padding-right: 5px;
  flex: 1 1 33.33%;
}
#livenews_content .box-img-vertical .bottom-vertical img {
  width: 100%;
  height: auto;
}
#livenews_content .quote {
  background-color: #f3f3f3;
  padding: 10px;
  text-align: justify;
  border: solid 2px #ccc;
}
#livenews_content .quote-center {
  margin: 0px auto;
}
#livenews_content .quote-left {
  float: left;
  margin-right: 10px;
}
#livenews_content .quote-right {
  float: right;
  margin-left: 10px;
}
#livenews_content .quote .plugin-content {
  padding: 10px;
}