abbr[title] {
    border-bottom: none;
    text-decoration: underline;
    text-decoration: underline dotted;
}
a:focus {
    outline: 1px dotted;
}
.site-branding-text p{color: #fff;}
.small-list-post h5 {
    margin: 5px 0px 0px 0px;
    font-size: 16px;
    font-weight: 700;
}

@media (min-width: 1200px) {
  .container {
    max-width: 1300px;
  }
}
.recentarea-slider {
  height: 450px;
  padding: 0;
}
.recentarea .content {
  margin: 0;
}
.recentarea {
  height: 530px;
  padding: 15px;
  border: 1px solid #eee;
}
.homemain .mg-blog-post-3.lg {
    height: 502px;
}
h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
  font-weight: 700;
  line-height: 1.25;
}
.mg-fea-area .wd-back, .wd-back  {
  background: #fff;
  padding: 20px;
  box-shadow: 0 1px 3px rgb(0 0 0 / 15%);
}
.mg-sec-title.st5 span.bg {
    padding: 3px 0 0 25px;
}
.mg-sec-title.st5 span.bg::before {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    width: 16px;
    height: 16px;
    bottom: 0;
    margin: auto;
    border-radius: 50%;
}
.mg-sec-title.st5 span.bg::after {
   display: none;
}
.tabarea .nav-item {
    margin-bottom: 0;
    width: 50%;
    text-align: center;
}
.tabarea .nav-link {
  border-width: 0 0 2px 0;
  border-style: solid;
}
.top-right-area .nav-tabs .nav-link {
    padding: 8px 0;
    border-radius: 0;
    line-height: 1.42857143;
}
.top-right-area .nav-tabs .nav-item {
    text-align: center;
    flex-grow: 1;
}
.top-right-area .tab-content {
  background: #fff;
  padding-top: 10px;
}
.top-right-area .mg-posts-sec-inner .small-list-post .small-post{
  margin-bottom: 16px;
  border-radius: 0;
  padding: 0 ;
}
.top-right-area .mg-posts-sec-inner .small-list-post {
  margin-bottom: inherit;
  border-radius: 0;
  padding: 0 15px;
}
.small-post .img-small-post {
    margin-right: 15px;
}
.top-right-area .mg-blog-category a {
  padding: 0 3px;
}
.top-right-area .small-post:last-child ,.small-post:last-child {
    margin-bottom: 0;
}
input[type="submit"]:hover, button:hover, input[type="submit"]:focus, button:focus {
    transition: all 0.3s ease 0s;
   outline: 1px solid; 
}

.mg-blog-post-3.sm {
    height: 238px;
    min-height: 238px;
}
.mg-search-box {
    display: none;
}

.mg-bigp .small-post {
    min-height: 149px;
    align-items: center;
}
.mg-bigp .small-post .img-small-post {
    width: 40%;
    height: 140px;
}
.mg-blog-thumb.lg {
    height: 240px;
}

.wd-back-2-post
{
    background: #fff;
    padding: 20px 20px 0px 20px;
    box-shadow: 0 1px 3px rgb(0 0 0 / 15%);
}

@media (max-width: 1200px) {
.mg-info-author-block .mg-author-pic img {
    width: 50px;
    height: 50px;
}
}