a {
  text-decoration: none;
}

/** header **/

.blog-header {
  line-height: 1;
  border-bottom: 1px solid rgb(118, 30, 30);
}

.blog-header-logo {
  font-family: "Playfair Display", Georgia, "Times New Roman", serif/*rtl:Amiri, Georgia, "Times New Roman", serif*/;
  font-size: 1.3rem;
  text-decoration: none;
}
  
.blog-header-logo:hover {
  text-decoration: none;
}

.display-4 {
  font-size: 2.5rem;
}

.flex-auto {
  flex: 0 0 auto;
}

.h-250 { height: 250px; }
@media (min-width: 768px) {
  .h-md-250 { height: 250px; }
}
  
/* * Footer **/
.blog-footer {
  padding-top: 2.5rem;
  background-color: #f9f9f9;
  border-top: .05rem solid #e5e5e5;
}

.blog-footer p:last-child {
  margin-bottom: 0;
}

/** nav menu scroller **/

.nav-scroller {
  position: relative;
  z-index: 2;
  height: 2.75rem;
  overflow-y: hidden;
}
  
.nav-scroller .nav {
  display: flex;
  flex-wrap: nowrap;
  padding-bottom: 1rem;
  margin-top: -1px;
  overflow-x: auto;
  color: rgb(255, 255, 255);
  text-align: center;
  white-space: nowrap;
  -webkit-overflow-scrolling: touch;
}
  
.nav-underline .nav-link {
  padding-top: .75rem;
  padding-bottom: .75rem;
  font-size: .875rem;
  color: #ffffff;
}
  
.nav-underline .nav-link:hover {
  color: #a26a48;
}
  
.nav-underline .active {
  font-weight: 500;
  color: #a26a48;
}
  
.hr-shadow {
    border:none;
    height: 10px;
    width: 90%;
    height: 50px;
    margin-top: 10px;
    border-bottom: 0px solid #000000;
    box-shadow: 0 10px 10px -10px rgb(199, 199, 199);
    margin: -35px auto 35px; 
}

.card-img-top {
  width: 100%;
  height: 15vw;
  object-fit: cover;
}

/** cal to action WA **/

.whatsapp-ico{
  fill: white;
  width: 50px;
  height: 50px;
  padding: 3px;
  background-color: #4dc247;
  border-radius: 50%;
  box-shadow: 2px 2px 6px rgba(0,0,0,0.4);
  box-shadow: 2px 2px 11px rgba(0,0,0,0.7);
  position: fixed;
  bottom: 20px;
  right : 20px;
  z-index: 10;
}

.whatsapp-ico:hover{
  box-shadow: 2px 2px 11px rgba(0,0,0,0.7);
}

/** content **/
.container-fluid{
  max-width: 960px;
  min-height: 65vh;
}
.title h1{
  font-size: 23px;
  line-height: 30px;
  font-weight: 700;
}
.meta .author{
  float: left;
}

.meta .date{
  float: right;
}

.adv{
  margin: 10px 0px 0px 0px;
}

.widget{
  padding-top: 10px;
}

.widget_1 :after{
  content: '';
  display: block;
  width: 100%;
  height: 3px;
  background: #ed1c24!important;
  background: linear-gradient(90deg,#ed1c24 0,#ed1c24 0,#41227a 87%)!important;
  border-radius: 5px;
  left: 0;
  bottom: -2px;
}

.widget_1 h3{
  font-size: 16px;
  line-height: 30px;
  font-weight: 700;
}

.widget_1 h1{
  font-size: 23px;
  line-height: 30px;
  font-weight: 700;
}

@media (min-width: 300px) {
  .card-img-top {
    width: 100%;
    height: 35vw;
    object-fit: cover;
  }
}

@media (min-width: 576px) {
  .card-img-top {
    width: 100%;
    height: 30vw;
    object-fit: cover;
  }
}

@media (min-width: 768px) {
  .display-4 {
    font-size: 3rem;
  }
  .card-img-top {
    width: 100%;
    height: 23vw;
    object-fit: cover;
  }
}

@media (min-width: 992px) {
  .card-img-top {
    width: 100%;
    height: 18vw;
    object-fit: cover;
  }
}

@media (min-width: 1200px) {
  .card-img-top {
    width: 100%;
    height: 16vw;
    object-fit: cover;
  }
}

@media (min-width: 1400px) {
  .card-img-top {
    width: 100%;
    height: 15vw;
    object-fit: cover;
  }
}