.featured-posts-wrapper {
    padding-bottom: 50px;
}
.featured-posts-wrapper h2.suntzu-featured-heading {
    margin: 0;
    text-align: center;
    font-size: 18px;
    font-family: "Helvetica";
    font-weight: 700;
    line-height: 28px;
    padding-bottom: 20px;
}
.post-content .post-category {
    font-family: "Helvetica";
    font-size: 14px;
    line-height: 24px;
    font-weight: 600;
    color: #7a7a7a;
}
.vena-posts-widget .vena-post a.main-link-image {
    display: block;
    line-height: 0;
}
.vena-posts-widget .vena-post a img {
    width: 100%;
}
.comment-count {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 5px;
    position: relative;
    padding-top: 20px;
}
.comment-count:before {
    content: "";
    width: 95%;
    position: absolute;
    bottom: -10px;
    height: 1px;
    background: #777;
    translate: initial;
    left: 50%;
    transform: translate(-50%, -50%);
}
.comment-count svg {
    width: 27px;
    height: 19px;
}
.main-comment-flex {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
}
.vena-posts-widget .vena-post h3.post-title {
    margin: 0;
    font-size: 28px;
    font-family: "Helvetica";
    font-weight: 700;
    line-height: 28px;
    color: #333;
    padding-top: 10px;
}
.vena-posts-widget .vena-post h3.post-title a {
    color: #333;
}
.featured-posts-wrapper .post-content {
    padding-top: 30px;
}
.vena-posts-widget .vena-post h4.post-subtitle {
    font-size: 20px;
    font-family: "Helvetica";
    line-height: 24px;
    font-weight: 400;
    color: #333;
    margin: 0;
    padding-top: 10px;
    padding-bottom: 15px;
}
p.post-meta {
    font-size: 18px;
    font-family: "Helvetica";
    line-height: 24px;
    color: #7a7c82;
    margin: 0;
    font-weight: 400;
}
p.reading-time {
    margin: 0;
    padding-bottom: 20px;
    font-size: 12px;
    font-weight: 600;
    line-height: 20px;
    font-family: "Helvetica";
    padding-top: 10px;
    color: #333333;
}
.post-excerpt {
    font-size: 16px;
    line-height: 24px;
    font-family: "Helvetica";
    padding-bottom: 20px;
    color: #7a7a7a;
}
a.read-more-button {
    margin: 0;
    font-size: 16px;
    font-family: "Helvetica";
    font-weight: 700;
    line-height: 24px;
    color: #333;
    padding-top: 0;
    text-transform: uppercase;
    display: block;
    text-align: right;
}
h2.suntzu-latest-heading {
    margin: 0;
    text-align: left;
    font-size: 18px;
    font-family: "Helvetica";
    font-weight: 700;
    line-height: 28px;
    padding-bottom: 20px;
}
.latest-posts-wrapper .vena-post,
.manual-posts-wrapper .vena-post{
    display: flex;
    align-items: flex-start;
    margin-bottom: 60px;
    flex-wrap: wrap;
}
.latest-posts-wrapper .vena-post .post-thumb,
.manual-posts-wrapper .vena-post .post-thumb{
    width: 50%;
}
.latest-posts-wrapper .vena-post .post-content,
.manual-posts-wrapper .vena-post .post-content{
    width: 50%;
    padding-left: 20px;
}

.main-contect-form input#form-field-email {
    padding: 12px 20px;
}
.main-contect-form input#form-field-email:placeholder {
    opacity:1 !important;
	color: #000000;
}
.latest-posts-wrapper .comment-count,
.manual-posts-wrapper .comment-count{
    width: 100%;
}
a.read-more-button:hover {
    color: #000000;
}
.vena-posts-widget .vena-post h3.post-title a:hover {
    color: #000000;
}
.latest-posts-wrapper .vena-post .post-thumb img,
.manual-posts-wrapper .vena-post .post-thumb img {
    aspect-ratio: 1/1;
    object-fit: cover;
}
.latest-posts-wrapper .vena-post:last-child,
.manual-posts-wrapper .vena-post:last-child{
    margin-bottom: 30px;
}



/* Start Sidebar widget */

.vena-sidebar-widget h4 {
    margin: 0;
}
.vena-sidebar-widget h4 {
    font-family: "Helvetica";
    font-size: 16px;
    line-height: 24px;
    font-weight: 600;
    color: #7a7a7a;
    text-transform: uppercase;
    margin-bottom: 10px;
}
.vena-sidebar-widget .sidebar-post .thumb a {
    display: block;
    line-height: 0;
}
.vena-sidebar-widget .sidebar-post .thumb a img {
    width: 100%;
    margin-bottom: 20px;
}
.vena-sidebar-widget .sidebar-post h5 {
	margin: 0;
}
.vena-sidebar-widget .sidebar-post h5 a {
    font-size: 18px;
    color: #333;
    display: block;
    font-weight: 700;
    padding-bottom: 10px;
}
.vena-sidebar-widget .sidebar-post .info p {
    font-size: 16px;
    line-height: 24px;
    font-family: "Helvetica";
    padding-bottom: 20px;
    color: #7a7a7a;
    margin: 0;
}
.vena-sidebar-widget .sidebar-post .info h5 a:hover {
    color: #000000;
}
.sidebar-post .comment-count:before {
	display: none;
}
/* End Sidebar widget */


/* Start best sellers widget */
.best-sellers-widget h3.best-sellers-title {
    margin: 0;
    text-align: left;
    font-size: 18px;
    font-family: "Helvetica";
    font-weight: 700;
    line-height: 28px;
    padding-bottom: 20px;
    text-align: center;
}
.best-sellers-widget .best-seller-item {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.best-sellers-widget .best-seller-item .image {
    width: 50%;
}
.best-sellers-widget .best-seller-item .details {
    width: 50%;
    padding-left: 10px;
}
.best-sellers-widget .best-seller-item .image img {
    width: 100% !important;
}
.best-sellers-widget .best-seller-item .details .product-title a {
    font-size: 15px;
    line-height: 19px !important;
    font-weight: 700;
    font-family: "Helvetica";
    margin: 0;
    padding-bottom: 0;
    color: #333333;
    display: block;
}
.best-sellers-widget .best-seller-item .details p.product-author {
    color: #be1818;
    padding: 0;
}
.best-sellers-widget .best-seller-item .details .product-category a {
    color: #333;
    font-weight: 500;
    font-size: 15px;
    line-height: 20px;
}
.best-seller-item button.button.add_to_cart_button {
    padding: 0;
    border: 0;
    margin: 0 !important;
    color: #333333;
    background: none !important;
    outline: none !important;
    font-size: 18px;
    line-height: 20px;
}
.best-sellers-widget .best-seller-item .product-price {
    font-weight: 600;
}
/* End best sellers widget */


/* Start vena tabbed post widget */
.vena-tabbed-post-widget ul.tab-nav {
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
}
.vena-tabbed-post-widget ul.tab-nav li.active {
    background: #333;
    color: #ffffff;
}
.vena-tabbed-post-widget ul.tab-nav li {
    list-style: none;
    padding: 5px 7px;
    width: 50%;
    background: #70707099;
    color: #000000;
    font-size: 16px;
    line-height: 24px;
    font-weight: 700 !important;
    text-align: center;
}
.tab-content-container .vena-tab-post {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    margin-bottom: 20px;
}
.tab-content-container .vena-tab-post:last-child {
    margin: 0;
}
.tab-content-container .vena-tab-post .tab-thumb {
    width: 50%;
}
.tab-content-container .vena-tab-post .tab-content {
    width: 50%;
    padding-left: 10px;
}
.tab-content-container .vena-tab-post .tab-content a {
    font-size: 15px;
    line-height: 18px !important;
    font-weight: 700;
    font-family: "Helvetica";
    margin: 0;
    padding-bottom: 5px !important;
    color: #333333;
    display: block;
}
.tab-content-container .vena-tab-post .tab-thumb a {
    line-height: 0 !important;
    display: block;
}
/* End vena tabbed post widget */


/* Start Blogger Section Css */
.vena-bloggers-widget h4.vena-heading {
    margin: 0;
    font-size: 18px;
    font-family: "Helvetica";
    font-weight: 700;
    line-height: 28px;
    padding-bottom: 20px;
    text-align: center;
}
.vena-bloggers-widget .vena-blogger-item {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    margin-bottom: 20px;
}
.vena-bloggers-widget .vena-blogger-item .blogger-thumb {
    width: 30%;
    line-height: 0;
}
.blogger-role {
    font-size: 16px;
    line-height: 24px;
    font-family: "Helvetica";
    padding-bottom: 0;
    color: #7a7a7a;
}
.vena-bloggers-widget .vena-blogger-item .blogger-thumb img {
    width: 80px;
    height: 80px;
    object-fit: cover;
}
.vena-bloggers-widget .vena-blogger-item .blogger-info {
    width: 70%;
    padding-left: 10px;
}
.vena-bloggers-widget .vena-blogger-item .blogger-info a {
    font-size: 16px;
    line-height: 18px !important;
    font-weight: 700;
    font-family: "Helvetica";
    margin: 0;
    padding-bottom: 5px !important;
    color: #003ea7;
    display: block;
}
.vena-bloggers-widget .vena-blogger-item .blogger-bio {
    margin-top: 10px;
    border-top: 1px solid #777;
    padding-top: 10px;
    font-size: 16px;
    line-height: 24px;
    font-family: "Helvetica";
    color: #7a7a7a;
}
.vena-see-all a {
    margin: 0;
    font-size: 18px;
    font-family: "Helvetica";
    font-weight: 700;
    line-height: 28px;
    color: #333333;
    text-align: right;
    display: block;
    padding: 0;
}
.vena-see-all a:hover {
    color: #000000;
}
/* End Blogger Section Css */


/* Start Video Section Css */
h3.video-section-title {
    margin: 0;
    text-align: center;
    font-size: 18px;
    font-family: "Helvetica";
    font-weight: 700;
    line-height: 28px;
    padding-bottom: 10px;
    color: #ffffff;
}
h4.video-main-heading {
    margin: 0;
    font-size: 22px;
    font-family: "Helvetica";
    font-weight: 700;
    line-height: 28px;
    color: #ffffff;
    padding-top: 10px;
}
.vena-video-grid .main-comment-flex svg {
    width: 17px;
    height: 18px;
    color: #ffffff;
    fill: #ffffff;
}
.video-meta .main-comment-flex {
    justify-content: flex-start;
    margin-top: 10px;
}
.vena-video-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}
/* End Video Section Css */

/* Start Category Get Section Css */
.custom-category-section ul.category-list {
    padding: 0;
}
.custom-category-section ul.category-list li {
    list-style: none;
}
.custom-category-section ul.category-list li a {
    font-size: 16px;
    color: #7a7a7a;
    line-height: 20px;
    font-family: "Helvetica";
}
.custom-category-section ul.category-list li a:hover {
	color: #000000;
}
/* End Category Get Section Css */
.comment-count-share-wrapper {
  display: flex;
  align-items: center;
  gap: 8px;
}

.share-icon-wrapper {
  position: relative;
}
.share-tooltip {
    position: absolute;
    top: -45px;
    left: 50%;
    transform: translateX(-50%);
    background: #fff;
    border: 1px solid #ccc;
    padding: 6px 10px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.1);
    border-radius: 6px;
    white-space: nowrap;
    display: none;
    z-index: 1000;
	margin-top: 6px;
}
.share-icon {
  cursor: pointer;
}


.share-tooltip a, .share-tooltip button {
    margin: 0 5px;
    font-size: 12px;
    color: #333 !important;
    text-decoration: none;
    background: transparent !important;
    border: none;
    cursor: pointer;
    padding: 0 !important;
    outline: none;
}

.share-icon-wrapper:hover .share-tooltip {
  display: block;
}

.suntzu-mainchepter-nav {
    overflow: auto !important;
    overflow-x: overlay !important;
}
.suntzu-mainchepter-nav .elementor-element.elementor-element-58139aa.e-con-full.suntzu-mainchepter-nav.e-flex.e-con.e-child {
    width: 100% !important;
    min-width: 1150px;
}

@media only screen and (max-width: 1024px) {
.main-contect-form input#form-field-email {
    padding: 8px 20px;
}
}

@media only screen and (max-width: 767px) {
a.read-more-button {
    margin: 0;
    font-size: 15px;
    line-height: 21px;
}
.comment-count {
    padding-top: 10px;
}
.featured-posts-wrapper h2.suntzu-featured-heading {
    text-align: left;
    font-size: 18px;
    font-weight: 700;
    line-height: 28px;
    padding-bottom: 20px;
}
.featured-posts-wrapper .post-content {
	padding-top: 10px;
}
.vena-posts-widget .vena-post h3.post-title {
    margin: 0;
    font-size: 22px;
    line-height: 28px;
    padding-top: 5px;
}
.vena-posts-widget .vena-post h4.post-subtitle {
    font-size: 18px;
    line-height: 24px;
    padding-top: 5px;
    padding-bottom: 5px;
}
p.post-meta {
    font-size: 16px;
    line-height: 20px;
}
.post-excerpt {
    font-size: 16px;
    line-height: 20px;
    padding-bottom: 20px;
}
.featured-posts-wrapper {
    padding-bottom: 40px;
}
.latest-posts-wrapper .vena-post .post-thumb, .manual-posts-wrapper .vena-post .post-thumb {
    width: 100%;
}
.latest-posts-wrapper .vena-post .post-content, .manual-posts-wrapper .vena-post .post-content {
    width: 100%;
    padding-left: 0;
    padding-top: 10px;
}
.latest-posts-wrapper .vena-post, .manual-posts-wrapper .vena-post {
    margin-bottom: 40px;
}
.vena-video-grid .video-item {
    width: 100% !important;
}
h4.video-main-heading {
    font-size: 18px;
    font-weight: 700;
    line-height: 24px;
    padding-top: 10px;
}
}

