.content-area-main{
  padding-bottom: 30px;
  margin-top:30px;
}

@media(max-width:1024px){
  .content-area-main .col-lg-9 {
    padding: 0;
    margin-top:20px;
  }
}

.flex-row{
  position: relative;
  display: flex;
  justify-content: space-between;
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
  width: 100%;
}

.widget-area{
  padding: 0 30px 30px;
  position: relative;
  margin: 0;
  width: 100%;
}

.widget-area-title{
  padding: 0 0 30px;
}

.flex-grow{
  flex: 1;
}

.search-field{
  height: 45px !important;
  border-radius: 3px 0 0 3px;
  outline: none;
  box-sizing: border-box;
  border: 1px solid #ddd;
  height: 2.507em;
  font-size: .97em;
  max-width: 100%;
  width: 100%;
  vertical-align: middle;
  background-color: #fff;
  color: #333;
  box-shadow: inset 0 1px 2px rgba(0,0,0,0.1);
  padding: 0 10px;
}

.ux-search{
  width: 45px;
  height: 45px;
  border-radius: 0 3px 3px 0;
  background-color: #000;
  color: #fff;
  min-width: 2.5em;
  padding-left: .6em;
  padding-right: .6em;
  display: inline-block;
}

.search-field:focus{
  box-shadow: 0 0 5px #ccc;
}

.is-divider{
  height: 3px;
  background-color: rgba(0,0,0,0.1);
  margin: 15px 20px 15px 0;
  width: 100%;
  max-width: 30px;
}

.badge-inner{
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  line-height: .85;
  color: #fff;
  font-weight: bolder;
  padding: 2px;
}

.ux-search{
	display: flex;
	align-items: center;
	justify-content: center;
}

.ux-search .fa-search{
	color: #fff !important;
}

.li-posts{
  padding-bottom: 15px;
  padding-top: 15px;
  padding-left: 20px;
}
.li-posts:nth-child(odd){
  background-color: #f8f8f8;
}

.container ul li a img:hover {
  text-decoration: none;
  padding: 0 !important;
}

.li-posts .li-posts-div{
  display: flex;
  align-items: center;
}

.flex-col h5{
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  color: #000;
  text-align: center;
  font-size: 1.15em;
  font-weight: 500; 
  margin-bottom: 0;
}

.li-posts-div .flex-col,
.flex-col h6{
  padding: 0 5px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  color: #444;
  text-align: left;  
}

.li-posts-a:hover .flex-col{
  color: #F05D5A !important;
}

dl, ol, ul {
  margin-top: 0 !important;
  margin-bottom: 0rem !important; 
}

ol{
  padding-left: 0rem !important;
}

.post-item-img a{
  text-decoration: none;
  text-align: center;
}

.post-item-img:hover{
  box-shadow: 0 3px 6px -4px rgb(0 0 0 / 16%), 0 3px 6px rgb(0 0 0 / 23%);
  transition: all 0.8s;
}

.widget-posts,
.widget_products{
	background-color: #fff;
	border: 1px solid #eee;
	margin: auto;
}

.widget_products ul {
  padding: 0;
}

.widget-title{
	padding: 20px 10px;
	border-bottom: 1px solid  #eee;
	text-align: center;
	font-size: 18px;
	font-weight: 600;
	text-transform: uppercase;
}

.border-blog-item {
  box-shadow: 0 1px 3px -2px rgb(0 0 0 / 12%), 0 1px 2px rgb(0 0 0 / 24%);
  transition: all 0.8s;
  margin-bottom: 25px;
  padding-bottom: 25px;
  position: relative;
}


/*blog/post*/
.page-wrapper {
  box-shadow: 0 1px 3px -2px rgb(0 0 0 / 12%), 0 1px 2px rgb(0 0 0 / 24%);
  padding: 1.5em;
}

.entry-category a {
  text-decoration: none;
  color: #000;
  text-transform: unset;
  font-size: 16px;
  font-weight: 400;
}

.entry-category h1{
  font-weight: 600;
  font-size:26px;
}

.badge-circle-detail {
  position: absolute;
  top: 20px;
  left: -10px;
}

.badge-inner-detail {
  background-color: #000;
  width: 45px;
  height: 45px;
  border-radius: 50%;
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  line-height: .85;
  color: #fff;
  font-weight: bolder;
  padding: 2px;
  z-index: 1;
}

.entry-image{
  position:relative;
  display:block;
}

ul.essb_links_list {
  display: inline-block;
}

ul.essb_links_list li {
  display: inline-block;
  padding: 5px 12px 6px 12px;
  border-radius: 4px;
}

ul.essb_links_list a {
  text-decoration: none;
  color: #fff;
  font-size:14px;
}

.cmt-area {
  background-color: rgba(0,0,0,0.05);
  margin-top: 15px;
  padding: 15px 25px 15px;
}

.cmt-respond h4 {
  font-size: 1.2em;
  font-weight:600;
}

.padding-outline-textarea {
  padding: 0.7em;
  min-height: 120px;
  border: 1px solid #ddd;
  font-size: .97em;
  border-radius: 0;
  max-width: 100%;
  width: 100%;
  vertical-align: middle;
  background-color: #fff;
  color: #333;
  box-shadow: inset 0 1px 2px rgb(0 0 0 / 10%);
  outline: none;
}

.cmt-form-cmt {
  margin-bottom: 10px;
}

.cmt-form {
  padding-left: 0
}

.cmt-form li {
  margin-bottom: 10px;
}

.flex-col span{
  padding: 0 5px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  color: #444;
  text-align: left;  
}

.page-title {
  font-size: 1.2em;
  text-transform: uppercase;
  text-align:center;
  font-weight: 600;
  margin-bottom: 30px;
}

.item-search {
  border: 1px solid #d9d9d9;
  margin-top: 5px !important;
}

.color-text-superlight {
    margin-bottom: 20px;
}


/**/

.section-title {
  padding: 35px 0 20px 0;
  text-align:center;
}

.section-title p {
  color:#a6a6a6;
}

.section-title-title {
  font-size:28px;
  font-weight: 600;
  color: #000;
  text-decoration: none;
}

.border-blog-item {
  box-shadow: 0 1px 3px -2px rgb(0 0 0 / 12%), 0 1px 2px rgb(0 0 0 / 24%);
  border: 1px solid #f2f2f2;
  transition: all 0.8s;
  margin-bottom: 25px;
  padding: 15px;
  background-color: #fff;
}

.post-item-img img {
  margin-bottom: 22px;
  width: 100%;
  height: 100%;
  object-fit: cover;
  aspect-ratio: 6/4;
}

.badge-circle {
    margin-bottom: 15px;
}

.badge-inner {
    background: #1b6db6;
    color: #fff;
    height: 32px;
    width: 180px;
    font-size: 16px;
    display: flex;
    align-items: center;
    padding-left: 20px;
}

.post-item-img a {
    text-decoration: none;
    text-align: center;
}

.flex-col-link h5 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    color: #000;
    text-align: left;
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 0;
}

.entry-meta {
    margin-top: 10px;
    margin-bottom: 15px;
}

.entry-meta ul {
  padding-left:0;
}

.entry-meta li {
    list-style: none;
}

.entry-meta ul span {
    color: #bbb;
    font-size: 13px;
    text-transform: uppercase;
    font-weight: 500;
}

.flex-col-summary {
    margin-bottom: 25px;
}

.flex-col-summary .news-index {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    line-height: 22px;
    height: 66px;
    text-align: left;
    color: #969696;
    font-size: 14px;
}

.readmore a {
    color: #1b6db6;
    font-size: 14px;
}

.readmore a:after {
    content: "\f30b";
    font-family: 'Font Awesome 5 Free';
    font-weight: 800;
    padding-left: 8px;
    transition: all .2s ease-in-out;
    color: #1b6db6;
}













