.swift-post-design1{
    margin: 0;
    font-family: "Poppins", sans-serif;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #6C6A74;
    text-align: left;
    background-color: #fff;
}

.far, .fas{
    font-family: 'Font Awesome 5 Free';
}

.fab {
    font-family: "Font Awesome 5 Brands";
}

.post-info-wrapper ol{
    list-style:none;
    display:flex;
    padding-inline-start:0px;
}
.post-info-wrapper .post-date{
    margin-right:15px;
    color: var(--info-color);
    font-weight: 600;
}
.post-info-wrapper .post-date i{
    margin-right:10px;
    color:#44425a;
}
.post-info-wrapper ul{
    list-style:none;
    display:flex;
    padding-inline-start:0px;
}

.post-info-wrapper .post-tags ul li a{
    border:1px solid var(--info-color);
    margin-right:10px;
    padding:4px 6px;
    border-radius:2px;
    color: var(--info-color);
    font-size:14px;
    font-weight:600;
}

.swift-post-info .post-content-wrapper{
    color: var(--selected-content-color);
}
.post-info-wrapper .post-tags{
    display: flex;
    align-items: center;
}
.post-info-wrapper .post-tags i{
    margin-right:10px;
    color:#44425a;
}

.post-info-wrapper .post-tags ul li:hover a{
     background-color:var(--info-color);
    color:#fff;
}
.title-head{
    color:var(--title-color);
    text-align:left;
    font-weight:bold;
}

.post-sidebar .widget_categories ul {
    list-style: none;
    padding-inline-start: 0px;
}
#swift-post-design1 .widget-title{
    letter-spacing:2px;
    text-transform:uppercase;
    color:var(--title-color);
    font-weight:bold;
}

.post-sidebar .category-wrapper h3, .post-sidebar .tags-wrapper h3, .post-sidebar .social-head{
    color:#44425a;
    font-weight:bold;
}
.post-sidebar .widget_categories ul .cat-item{
    border-bottom: 1px solid rgba(0, 0, 0, 0.125);
     margin-bottom:10px;
    padding-bottom:8px;
}
.post-sidebar .widget_categories ul .cat-item a{
   padding-top:10px;
   padding-bottom:8px;
   color:#44425a;
   font-weight:600;
}
.post-sidebar .widget_categories ul .cat-item:hover a{
    color:#b34700;
}
.post-sidebar .widget_categories ul .cat-item:last-child{
    border-bottom:0px;
}
.swift-post-info .recent-posts ul li{
    list-style:none;
    display:flex;
    margin-bottom:20px;
    align-items:center;
    padding: 10px 15px;
    border-radius: 5px;
    background: #cccccc29;
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
    transition-duration: .3s;
}
.swift-post-info .recent-posts ul li:hover{
    box-shadow: 0px 0px 9px 4px rgba(0,0,0,0.14);
}
.swift-post-info .recent-posts ul li .post-details{
    display: flex;
    flex-direction: column;
}
.swift-post-info .post-thumbnail img{
    transition: 0.3s;
}
.swift-post-info .post-thumbnail{
    margin-right:20px;
     width:80px;
    height:80px;
    object-fit:cover;
    border-radius:10px;
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
    overflow:hidden;
    
}
.swift-post-info .recent-posts ul{
    padding-inline-start:0px;
}

.swift-post-info .recent-posts h3{
    color: #44425a;
    font-weight: bold;
    text-transform:uppercase;
    letter-spacing:5px;
}

.swift-post-info .recent-posts ul li .post-details h4 a{
    color:var(--title-color);
}
.swift-post-info .recent-posts ul li .post-details h4{
    font-size:16px;
    font-weight:600;
    margin-bottom:10px;
}
.swift-post-info .recent-posts ul li .post-details .recent-post-date{
    color: #FF6600;
    font-size:13px;
}
.swift-post-info .recent-posts ul li:hover .post-details a, .horizontal-recent-posts .horizontal-posts-wrapper li:hover .recent-post-title a{
    color: var(--link-color);
}
.swift-post-info .recent-posts ul li:hover .post-thumbnail img {
    transform: scale(1.1);
}
.post-sidebar .tags-list-wrapper ul{
    list-style:none;
    padding-inline-start:0px;
}
.post-sidebar .tags-list-wrapper ul li {
    border: 1px solid #FF6600;
    margin-right: 10px;
    padding: 0px 4px;
    border-radius: 2px;
    padding:5px 10px;
    border-radius:5px;
    display: inline-block;
    margin-bottom: 10px;
}
.featured-image img.w-100{
	padding-left:0px;
	padding-right:0px;
}
.post-sidebar .tags-list-wrapper ul li a{
    color:#FF6600;
    font-size:16px;
}
.post-sidebar{
    padding-left: 40px;
}
.swift-post-design1 .featured-image img{
    height: 400px;
    object-fit: cover;
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
}

.swift-social-icons li a img{
    width:28px;
    transition-duration: .3s;
    transition-property: transform;
}
.swift-social-icons li a:hover img{
    transform: scale(1.1);
}
.widget_social_share_widget .swift-social-icons{
    display:flex;
    list-style:none;
    padding-inline-start:0px;
}
.widget_social_share_widget .swift-social-icons li{
 padding-right:10px;
}


.swift-post-design1 .post-share-wrapper li a:active img, .swift-post-design1 .post-share-wrapper li a:focus img, 
.swift-post-design1 .post-share-wrapper li a:hover img {
    transform: scale(1.2);
}
.swift-post-info .post-content-wrapper img{
    width:80%;
    display:block;
    margin:0 auto;
    height:400px;
	object-fit: cover;
}

.post-sidebar.sidebar-right{
  padding-left:40px;
}
.post-sidebar.order-lg-first{
  padding-right:40px;
}

/*Post design 2 */

#swift-post-design2 .bg-wrapper .featured-image img{
    height: 35vw;
    object-fit: cover;
    object-position: center;
}
#swift-post-design2.container-fluid{
    padding-left:0px;
    padding-right: 0px;
}
#swift-post-design2 .post-bg .post-detail-wrapper{
    background: #f1f1f1;
    margin-top: -5vw;
    padding: 40px;
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
    position: relative;
}
/* CSS Styles */
#swift-post-design2{
  font-family: "Lato", Sans-serif;
}
.swift-post-design2 .widget-title{
  font-weight:700;
  color: var(--title-color);
}
.swiper-container {
    width: 100%; 
    overflow: hidden;
    position: relative; 
}

.swiper-slide {
    width: auto; 
}
#swipe-recent-post .swiper-wrapper .swiper-slide .swiper-thumbnail img{
    width:100%;
    height:250px;
    object-fit:cover;
    box-shadow: 0px 5px 10px rgba(0, 0, 0, .1);
    border-radius:4px;
}
#swipe-recent-post .swiper-slide .post-details{
    padding-top:10px
}
#swipe-recent-post .swiper-wrapper{
    min-height:400px;
    height:400px;
}
#swipe-recent-post .swiper-wrapper .swiper-slide:hover .post-details .read-on-wrapper{
background:#000;
}
#swipe-recent-post .swiper-wrapper .swiper-slide:hover .post-details .read-on-wrapper img{
filter: invert(1);
transform: rotate(360deg);
}
#swipe-recent-post .swiper-wrapper .swiper-slide .post-details .read-on-wrapper img, 
#swipe-recent-post .swiper-wrapper .swiper-slide .post-details .read-on-wrapper{
transition: all 1.2s;
}
#swipe-recent-post .swiper-wrapper .swiper-slide:hover .post-details .recent-post-title a{
color:var(--link-color);
}
.swiper-container .swiper-wrapper .swiper-slide .read-on-wrapper{
    float:right;
    position:relative;
    width: 40px;
    height: 40px;
    display:flex;
    background-color: white;
    border-radius: 50px;
    align-items: center;
    justify-content: center;
    margin-top: -30px;
    z-index: 1;
    margin-right: 10px;
    box-shadow: 0px 5px 10px rgba(0, 0, 0, .1);
    padding:10px;

}
.swiper-container .recent-post-title a, .horizontal-recent-posts .horizontal-posts-wrapper li .recent-post-title a{
    color:var(--title-color);
    font-weight:bold;
    font-size:20px
}
.swiper-container .recent-post-date{
    color:var(--selected-content-color);
    font-size:13px;
}
.swiper-container .swiper-pagination-bullet-active{
    background:var(--link-color);
}
.swiper-container .swiper-pagination-clickable .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
}
.horizontal-recent-posts .horizontal-posts-wrapper li .recent-post-title{
  margin-bottom:10px;
}
.horizontal-recent-posts .horizontal-posts-wrapper li .horizontal-post-content{
  font-size:15px;
  color:var(--selected-content-color);
  margin-bottom:10px;
}

.horizontal-recent-posts .horizontal-posts-wrapper li:hover .horizontal-post-thumbnail img{
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
}
.horizontal-recent-posts .horizontal-posts-wrapper li:hover .learn-on-wrapper{
 transform: scale(1.2);
 background:var(--link-color);
}
.horizontal-recent-posts .horizontal-posts-wrapper li:hover .learn-on-wrapper img{
  filter: invert(1);
}
.horizontal-recent-posts .horizontal-posts-wrapper{
  display:flex;
  list-style:none;
  padding-inline-start:0px;
}
.horizontal-recent-posts .horizontal-posts-wrapper li{
  display:flex;
  background:#9993931a;
  margin-right:15px;
  box-shadow: 0px 5px 10px rgba(0, 0, 0, .1);
  transition-duration: .3s;
}

.horizontal-recent-posts .horizontal-posts-wrapper li .horizontal-post-thumbnail img{
  width:250px;
  height:-webkit-fill-available;
  object-fit:cover;
  transition-duration: .3s;
}
.horizontal-recent-posts .horizontal-posts-wrapper li .horizontal-post-thumbnail {
  margin-right:20px;
}
.horizontal-recent-posts .horizontal-posts-wrapper li .learn-on-wrapper{
    float: right;
    position: relative;
    width: 30px;
    height: 30px;
    display: flex;
    background-color: white;
    border-radius: 50px;
    align-items: center;
    justify-content: center;
    margin-bottom: 15px;
    z-index: 1;
    margin-right: 10px;
    box-shadow: 0px 5px 10px rgba(0, 0, 0, .1);
    padding: 7px;
  transition-duration: .3s;
}
.horizontal-recent-posts .horizontal-posts-wrapper li .post-details{
    padding-right: 15px;
    align-self: center;
}
.widget_swift_category_list .category-list-wrapper {
    list-style: none;
    padding-inline-start: 0px;
}
.widget_swift_category_list .category-list-wrapper .cat-list{
    border-bottom: 1px solid rgba(0, 0, 0, 0.125);
    margin-bottom: 10px;
    padding-bottom: 8px;
}
.widget_swift_category_list .category-list-wrapper .cat-list a{
    padding-bottom: 8px;
    padding-top: 10px;
    padding-bottom: 8px;
    color: var(--title-color);
    font-weight: 600;
}
.widget_swift_category_list .category-list-wrapper .cat-list:last-child {
    border-bottom: 0px;
}
.widget_swift_category_list .category-list-wrapper .cat-list:hover a{
  color:var(--link-color);
}
.widget_swift_tag_list .swift-tag-wrapper{
    list-style:none;
    padding-inline-start:0px;
}
.widget_swift_tag_list .swift-tag-wrapper .tag-wrapper{
    margin-right: 10px;
    display: inline-block;
    margin-bottom: 30px;
}
.widget_swift_tag_list .swift-tag-wrapper .tag-wrapper a, .post-review-wrapper #commentform .form-submit .submit{
    color:var(--info-color);
    font-size:16px;
    padding: 10px;
    border: 1px solid var(--info-color);
    margin-bottom:40px;
    border-radius:5px;
    transition: 0.3s;
}
.widget_swift_tag_list .swift-tag-wrapper .tag-wrapper:hover a, .post-review-wrapper #commentform .form-submit .submit:hover{
    color:#fff;
    background-color:var(--info-color);
    font-size:16px;
}
.widget-title{
    margin-bottom:30px
}
.swiper-container .swiper-button-prev, .swiper-container .swiper-button-next{
  background: #fff;
    padding: 10px 22px;
    border-radius: 50%;
    box-shadow: 0px 5px 10px rgba(0, 0, 0, .1);
  top:35%;
  transition: 0.3s;
}
.swiper-container .swiper-button-prev:after, .swiper-container .swiper-rtl .swiper-button-next:after{
    font-size: 24px;
    color:#FF6600;
  transition: 0.3s;
}
.swiper-container .swiper-button-next:after, .swiper-container .swiper-rtl .swiper-button-prev:after{
   font-size: 24px;
  color:#FF6600;
  transition: 0.3s;
}
.swiper-container .swiper-button-prev:hover, .swiper-container .swiper-button-next:hover{
  background:#b34700
}
.swiper-container .swiper-button-prev:hover:after, .swiper-container .swiper-button-next:hover:after{
  color:#fff;
}
#swift-post-design2 .title-wrapper .title-head{
  position:absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  margin-bottom: 0px;
}
#swift-post-design2 .bg-wrapper .featured-image:before{
    content:"";
    display: block;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index:0;
    background-color: rgb(75 72 72 / 35%);
}
#swift-post-design2 .bg-wrapper{
  position:relative;
}

#swift-post-design2 .post-sidebar-2 {
    order: 2;
    margin-top: -5vw;
    padding: 40px;
    margin-left: 0px;
}
#swift-post-design2 .post-detail-wrapper .post-info-wrapper img{
  width:24px;
  margin-right:8px;
}
.post-review-wrapper .comment-reply-title{
    font-weight:700;
    color: var(--title-color);
}
.post-review-wrapper #commentform input{
    border-radius:10px;
}
.post-review-wrapper #commentform textarea{
    border-radius:10px;
    height:120px;
}
.post-review-wrapper #commentform label{
    margin-bottom:10px;
     color: var(--title-color);
     font-weight: 600;
}
.post-review-wrapper #commentform a{
  color:var(--link-color)
}
.post-review-wrapper #commentform p{
  color:var(--selected-content-color)
}
:focus-visible {
    outline: unset;
}
#swift-post-design2{
  margin-bottom:80px
}
.content-bottom-widget .widget-title{
  text-align:center;
}
.swift-post-design1 .post-sidebar{
  margin-bottom:40px;
}

#swift-post-design3{
  margin-top:60px;
  margin-bottom:80px;
  font-family: "Inter", Sans-serif;
}
#swift-post-design3 .bg-wrapper .featured-image img{
  height:400px;
  object-fit:cover;
  object-position:center;
  border-radius:30px;
}
#swift-post-design3 .container .post-bg, #swift-post-design3 .container .post-sidebar-3{
  padding-left:30px;
  padding-right:30px;
}
#swift-post-design3 ol.post-details li img{
  width:24px;
  margin-right:8px;
}

.post-sidebar-3 .sidebar-bg{
  background: #f1f1f1;
  margin-top: -5vw;
  padding: 30px;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
}

#swift-post-design3 .container .post-bg{
  margin-top:40px;
}
#swift-post-design3 .sidebar-bg .widget-title{
  font-weight:700;
}
@media (max-width:767px){
    .horizontal-recent-posts .horizontal-posts-wrapper{
        display: block;
    }
	.post-info-wrapper .post-details{
  white-space: nowrap;
}
	.swift-post-info .swift-post-design1{
  padding-top:0px!important;
  padding-bottom:0px!important;
}
	.swift-post-design1 .featured-image{
  padding:0px;
}
.swift-post-info .swift-post-design1 .title-head{
  margin-bottom:20px!important;
}
.horizontal-posts-wrapper li{
  margin-bottom:20px
}
.swift-post-design1 .post-sidebar.order-lg-first{
  margin-top:0px!important;
}
.post-sidebar .widget-title, .sidebar .widget-title{
  font-size:28px
}
	.swift-post-info#swift-post-design3 .container .post-bg{
  padding-left:15px;
  padding-right:15px;
}
.swift-post-info#swift-post-design3 ol.post-details li img{
  margin-right:3px
}
.swift-post-info .post-content-wrapper img{
  width:100%!important
}

}
