/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
:root {
  scroll-behavior: smooth;
}

/*-------------------------------------------------------------- 
  # Sections & Section Header
  --------------------------------------------------------------*/
div.page-top-nav {
  padding: 0;
}

@media (max-width: 768px) {
  section {
    margin-top: 0px;
  }
}

@media (max-width: 768px) {
  section {
    padding: 10px 0;
  }
}

/* .section-header {
   border-bottom: 2px solid var(--color-black); 
  } */

@media (max-width: 768px) {
  section#hero {
    margin-top: 0;
    margin-bottom: 0;
  }
}

@media (min-width: 1024px) {
  section#hero {
    /* margin-top: 190px; */
    margin-bottom: 0;
  }
}

.section-header h2 {
  font-size: 50px;
  color: var(--color-black);
}

.section-header p {
  margin-bottom: 0;
}

section#posts.posts {
  margin-top: 5px;
}

/*--------------------------------------------------------------
  # Posts Section
  --------------------------------------------------------------*/

.blogs {
  margin-top: 150px;
}

/*--------------------------------------------------------------
  # Aside Bar
  -------------------------------------------------------------- */

.search-blog {
  box-shadow: 0 0 4px 0 rgb(0 0 0 / 34%);
}

.tag-cloud {
  padding: 0;
}

.tag-cloud li {
  display: inline;
  margin: 4px;
  background: white;
  padding: 0;
  border: 1px solid #dedcdc8c;
  padding: 6px;
  line-height: 1.6;
  border-radius: 4px;
}

/*--------------------------------------------------------------
  # Posts
  --------------------------------------------------------------*/

.img-listing {
    width: auto;
    margin: 0 0 5px;
    box-shadow: 0 0 4px 0 rgb(0 0 0 / 34%);
}

a.listing {
	font-size: 16px;
}

.post-entry-1 {
  margin-bottom: 10px;
}

.post-entry-1 img {
    box-shadow: 0 0 4px 0 rgb(0 0 0 / 24%);
    margin: 0 0 8px;
    padding: 0 !important;
}

img#portrait {
  box-shadow: 0 0 4px 0 rgb(0 0 0 / 49%);
}

img#post {
  max-width: 95%;
  margin: auto;
}

.btn-search {
    background: linear-gradient(45deg, var(--orange), var(--yellow)) !important;
    border-radius: 0 4px 4px 0;
    border: 1px solid transparent;
    color: var(--light);
    padding: 0.25em;
    font-size: large;
}	
	
		
img.article {
    width: 650px;
    height: auto;
    filter: saturate(1.2);
    border-radius: 4px;
    box-shadow: #d8dbcd 2px 1px 4px;
}

.post-entry-1 h2 {
  font-size: 20px;
  font-weight: 500;
  line-height: 1.2;
  font-weight: 500;
}

.post-entry-1 h2 a:hover {
  color: var(--orange);
  text-decoration: none;
}

.post-entry-1 h2 a {
  color: var(--teal);
  font-family: "Futura", Arial, Helvetica, sans-serif, Helvetica, sans-serif;
}

.post-entry-1.lg h2 {
  font-size: 20px;
  line-height: 1;
}

.post-meta {
  font-size: 12px;
  text-transform: uppercase;
  color: var(--blue);
  font-weight: 500;
  font-family: futura;
  margin-bottom: 5px;
}

.post-meta a {
  color: var(--teal);
  font-weight: 550;
  font-family: Avenir, arial, helvetica;
}

.post-meta a:hover {
  color: var(--teal);
  text-decoration: 2px solid var(--green) underline;
}

@media (max-width: 768px) {
  .custom-border {
    border: none !important;
  }
}

.author .name h3 {
  margin: 0;
  padding: 0;
  font-size: 16px;
  font-family: "futura";
  color: #534692;
}

.post-entry-2 {
  margin-bottom: 0;
}

.post-entry-2 .post-meta {
  font-size: 11px;
  text-transform: uppercase;
  font-weight: 600;
}

.post-entry-2 .author {
  font-weight: 500;
  margin-bottom: 20px;
  display: block;
}

.post-entry-2 .thumbnail {
  flex: 0 0 65%;
}

@media (max-width: 960px) {
  .post-entry-2 .thumbnail {
    flex: 0 0 100%;
    margin-bottom: 20px;
  }
}

.post-entry-2.half .thumbnail {
  flex: 0 0 50%;
}

@media (max-width: 768px) {
  .post-entry-2.half .thumbnail {
    flex: 0 0 100%;
    margin-bottom: 20px;
  }
}

.post-entry-2.small-img .thumbnail {
  flex: 0 0 30%;
}

@media (max-width: 768px) {
  .post-entry-2.small-img .thumbnail {
    flex: 0 0 100%;
    margin-bottom: 20px;
  }
}

.img-bg {
  height: 500px;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  background-position: center center;
  filter: brightness(1.2);
}

@media (max-width: 768px) {
  .img-bg {
    height: 400px;
  }
}

.img-bg:before {
  position: absolute;
  content: "";
  background: rgb(0, 0, 0);
  background: linear-gradient(0deg, rgb(0, 0, 0) 0%, rgba(0, 0, 0, 0) 100%);
  opacity: 0.5;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1;
  top: 0;
}

.img-bg .img-bg-inner {
  position: relative;
  z-index: 2;
  max-width: 700px;
  position: relative;
  padding-left: 100px;
  padding-right: 100px;
  margin-bottom: 50px;
}

@media (max-width: 768px) {
  .img-bg .img-bg-inner {
    padding-left: 30px;
    padding-right: 30px;
    margin-bottom: 50px;
  }
}

.img-bg .img-bg-inner h2,
.img-bg .img-bg-inner p {
  color: var(--bs-gray-dark);
  background: #f0f8ffb5;
  padding: 10px;
}

@media (max-width: 500px) {
  .img-bg .img-bg-inner p {
    display: none;
  }
}

.more {
  font-family: var(--font-secondary);
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 500;
  position: relative;
  display: inline-block;
  padding-bottom: 5px;
}

.more:before {
  content: "";
  position: absolute;
  height: 2px;
  left: 0;
  right: 0;
  bottom: 0;
  background: var(--color-black);
}

.post-content {
  padding-left: 10%;
  padding-right: 10%;
}

@media (max-width: 768px) {
  .post-content {
    padding-left: 15px;
    padding-right: 15px;
  }
}

.post-content figure {
  position: relative;
  left: 52%;
  min-width: 990px;
  transform: translateX(-50%);
}

@media (max-width: 1255px) {
  .post-content figure {
    min-width: auto;
    left: auto !important;
    transform: none;
  }
}

.post-content figure figcaption {
  font-family: "Avenir", arial, helvetica !important;
  font-size: 14px;
  color: rgb(12, 12, 12) !important;
  background: #c1f200;
  padding: 0.5rem 0.2rem;
}

.aside-title,
.category-title {
  text-transform: uppercase;
  letter-spacing: 0.1rem;
  font-size: 14px;
  line-height: 1.5;
  font-weight: 550;
  color: #2d3671;
  margin-bottom: 10px;
  border-bottom: 1px solid #ced1d3;
}

.post-title {
  font-size: 18px;
  line-height: 1.5;
}

.category-title {
  border-bottom: none;
  margin-bottom: 20px;
  font-family: Futura, arial, helvetica, sans-serif;
  color: #2d3671;
}

.aside-block .custom-tab-nav .nav-item {
  display: inline-block;
}

.link-video {
  position: relative;
}

.aside-links li {
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid rgba(var(--color-black-rgb), 0.1);
}

.aside-links li a {
  display: block;
  color: #0c7799, 0.7;
}

.aside-links li a:hover,
.aside-links li a:focus {
  color: #643091;
  text-decoration: 2px solid #c1f200 underline;
}

.aside-tags li {
  display: inline-block;
}

.aside-tags li a {
    display: inline-block;
    color: var(--teal);
    font-family: Futura, arial, helvetica;
    text-transform: capitalize;
    margin-bottom: 3px;
    transition: 0.1s all ease;
}

.aside-tags li a::after {
	content: ', '; 
}

.aside-tags li a:hover,
.aside-tags li a:focus {
  color: var(--purple);
  border: none;
  text-decoration: 2px solid #c1f200 underline;
}

.aside-social-icons ul {
  padding: 0;
  list-style: none;
}

.aside-social-icons {
  display: block;
  margin: 0 auto;
}

ul.social-icons {
  font-size: 30px;
}

.social-icons li {
  vertical-align: top;
  display: inline;
  padding: 5px;
}

.social-icons a {
  color: #6f42c1;
  text-decoration: none;
}

.social-icon .fa:hover {
  color: #ffc107;
}

.fa-facebook {
  -o-transition: 0.5s;
  -ms-transition: 0.5s;
  -moz-transition: 0.5s;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.fa-twitter {
  -o-transition: 0.5s;
  -ms-transition: 0.5s;
  -moz-transition: 0.5s;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.fa-youtube {
  -o-transition: 0.5s;
  -ms-transition: 0.5s;
  -moz-transition: 0.5s;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.fa-linkedin {
  -o-transition: 0.5s;
  -ms-transition: 0.5s;
  -moz-transition: 0.5s;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.fa-instagram {
  -o-transition: 0.5s;
  -ms-transition: 0.5s;
  -moz-transition: 0.5s;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

a.hero-link {
    color: var(--light);
    background: var(--teal);
    font-size: 16px;
    text-align: center;
    display: block;
    font-weight: 500;
    width: 60%;
    text-transform: uppercase;
    margin-bottom: 20px;
    padding: 10px 10px;
    box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
    border-radius: 4px;
}

a.hero-link:hover {
    color: #e9ecef;
    background: var(--purple);
    text-decoration: none;
}

a.more-posts {
    width: 100%;
    text-align: center;
    background: var(--yellow);
    padding: 10px;
    margin: 20px 10px;
    color: var(--dark);
    font-weight: 600;
    box-shadow: 0 0 4px 0 rgb(0 0 0 / 25%);
    border-radius: 4px;
}

.fa {
    color: inherit;
    margin-right: 0 !important;
}



a.more-posts:hover {
    background: var(--teal);
    color: var(--light);
    text-decoration: none;
}

.input-group {
    margin: 5px auto 0px;
    width: 100%;
    border-radius: 4px;
    filter: none;
}

.button.btn-search	{
    background: var(--orange);
    border-radius: 0 4px 4px 0;
    border: 1px solid transparent;
    color: var(--light);
    padding: 0.2em;
    font-size: large;
}


@media (max-width: 991px) {
  ul.page-nav-list li.nav-item:not(:last-child):after,
  ul.page-nav-list li.nav-item:first-child:before {
    position: absolute;
    content: "";
    height: 1px;
    width: 95%;
    border-bottom: 1px solid #fff !important;
    display: block;
  }
  div.page-top-nav {
    margin-top: 0;
  }
}
@media (min-width: 992px) {
  ul.page-nav-list .dropdown-menu {
    left: -40px;
  }
}

.dropdown-toggle-loc::after {
  line-height: 10px;
}
.input-group-append {
  margin-left: -1px;
}
.input-group-prepend,
.input-group-append {
  display: flex;
}

.btn-info {
  color: #fff;
  background: linear-gradient(45deg, #fd7e14, #ffc107) !important;
  border-radius: 4px;
  border: 1px solid transparent;
}

figure figcaption {
  padding: 0.1em 0;
  background: unset;
  font-family: unset;
  font-style: italic;
  font-size: unset;
  line-height: unset;
  color: inherit;
}
