/*
* Theme Name: 3DLabz
* Template: twentytwentythree
* Version: 1.0.0
* Author: Azhar Khan
* 
*/


/* Default styles */
a:where(:not(.wp-element-button)){
  text-decoration: none !important;
}
.custom_breadcrumbs .breadcrumb-list{
  margin-bottom: -10px;
  list-style-type: none;
  display: flex;
  align-items: center;
}
.custom_breadcrumbs .breadcrumb-list li:not(:last-child):after{
  content: '|';
    display: inline-block;
    padding: 0 5px 0 0;
    font-size: 1.2rem;
}

.main-logo{
  width: auto;
}
h1, h2, h3, h4, h5, h6,
.wp-block-heading{
  font-family: 'Poppins', sans-serif;
  margin-bottom: 15px;
}

.single-post .wp-block-heading{
	color: #2a2828;
}
.single-post .post_content a{
	color: #3a7edb;
}
.single-post .post_content a:hover{
	text-decoration: underline !important;
}

h2{
  font-size: 27px;
  line-height: 33px;
}
h3{
  font-size: 20px;
  line-height: 26px;
}
h4{
  font-size: 16px;
  line-height: 22px;
}
.author .post-details a{
  min-height: 56px;
}

/* .wp-block-embed iframe{
  width: 100%;
} */

.blog-sidebar .sidebar-inner{
  position: sticky;
  top: 20px;
}
.recent_post img{
  height: 88px;
  object-fit: cover;
  object-position: center;
}

.related_posts .blog-post-image img{
  height: 244px;
  object-fit: cover;
  object-position: center;
}


/*
.wp-embed-aspect-16-9 .wp-block-embed__wrapper{
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
.wp-embed-aspect-16-9 .wp-block-embed__wrapper iframe{
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
*/





