/* 

#F20519 - Red
#090809 - Black
#2274A5 - Blue
#FADF63 - Yello
#00CC66 - Green
*/

.notused {
  color: #F20519;
  color: #090809;
  color: #2274A5;
  color: #FADF63;
  color: #00CC66;
}

.theme-3 .main-nav {
    background: #F20519;
}

.theme-3 .date3 {
    background: #BF0404;
}

.signup_form form input.cbtn, a.cbtn1, button.cbtn1, input.cbtn1, .theme-3 .signup_form form input.cbtn {
    background: #F2506E;
}

.widgets_small {
    padding-left: 0px;
    min-height: 77px;
    display: flex;
  }
  .widgets_small .post_img {
    left: 0;
    top: 0;
    height: auto;
    width: 80px;
    position:relative;
    margin-right: 10px;
  }

  .widgets_small .post_img .img_wrap {
    width: 100%;
    height: 70px;
  }

  .widgets_small .post_img img {
    width: 100%;
    height: auto;
    transition: all 0.3s;
    object-fit: cover;
    overflow: hidden;
  }
  .widgets_small:hover .post_img img {
    transform: scale(1.1);
    transition: all 0.3s;
  }
  .widgets_small .tranding img {
    width: 100%;
    height: auto;
    object-fit: cover;
    padding-top: 2px;
  }
  .widgets_small .single_post_text a {
    line-height: 21px;
  }
  .widgets_small .single_post_text .meta {
    font-size: 12px;
    line-height: 20px;
  }

.inner_bg {
    background: url(../img/edo-nation-contact.jpg);
}

  .author {
    padding-left: 0px;
}

.flex {
  display: flex;
}
.post_type12 .single_post_text {
  width: 100%;
  padding-left: 15px;
}

.post_img {
  flex-grow: 1;
}
.single_post_text {
  flex-grow: 3;
}

div.slick-slide.slick-current.slick-center img
{
  border: 1px solid #233340;
  padding: 2px;
}


/* album image */
.album_image {
  position: relative;
  width: 100%;
  height: 100%;
  margin-right: 3em;
  background-size: cover;
  background-position: left;
  animation: shrink 1s;
}

.album_image::after,
.album_image::before {
  content: '';
  position: absolute;
  z-index: -1;
  width: 100%;
  height: 100%;
}

.album_image::after {
  background: rgb(255, 255, 255);
  transform: rotate(5deg);
}

.album_image::before {
  background: rgb(163, 165, 163);
  transform: rotate(-5deg);
}

.archives p {
  margin-bottom: 1rem;
}

.flash-news-padding {
  padding-left: 35px;
}

dl, ol, ul {
  padding-left: 1rem;
}

ul li a {
  vertical-align: top;
}

.trancarousel_area .trancarousel_item {
  text-align: left;
}


.tags li {
  margin-top: 5px;
}

.tags li.tag_list {
    vertical-align: bottom;
}

.input-lg {
  min-width: 70%;
}

.full-width {
  width: 100%
}

/* pagination */
.page-item.active .page-link {
  background-color: #F20519;
  border-color: #F20519;
}

.page-link, .page-link:hover {
  color: #F20519;
}

.img-attribute {
  text-align: right;
  font-size: 90%;
  color:rgb(163, 165, 163);
  background-color: #ffffff;
  padding: 2px 0px;
}
  .img-attribute span {
    font-weight: bold;
  }