/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Jan 13 2025 | 05:45:58 */
.new_blog_search_page_grid .pp-grid-load-more-button {
    font-family: Ubuntu, sans-serif;
    font-weight: 700;
    font-size: 14px;
    text-transform: uppercase;
    padding: 12px 30px !important;
}

body .new_blog_page_video_cusotms .sby_load_btn {
    font-family: Ubuntu, sans-serif;
    font-weight: 700;
    font-size: 14px;
    text-transform: uppercase;
    padding: 12px 30px !important;
	border-radius: 25px !important;
	color: #ffffff !important;
    width: 150px;
}

body .new_blog_page_video_cusotms .sby_load_btn:hover, body .new_blog_page_video_cusotms .sby_load_btn:focus {
    font-family: Ubuntu, sans-serif;
    font-weight: 700;
    font-size: 14px;
    text-transform: uppercase;
	color: #ffffff !important;
	background: #434f57 !important;
	box-shadow: none !important;
}

body .new_blog_page_video_cusotms .sby_follow_btn.sby_custom a {
    font-family: Ubuntu, sans-serif;
    font-weight: 700;
    font-size: 14px;
    text-transform: uppercase;
	background: transparent !important;
	color: #434f57 !important;
	border: 1px solid #434f57 !important;
    padding: 11px 30px !important;
	border-radius: 25px !important;
    width: 150px;
}

body .new_blog_page_video_cusotms .sby_follow_btn.sby_custom a:hover, body .new_blog_page_video_cusotms .sby_follow_btn.sby_custom a:focus {
    font-family: Ubuntu, sans-serif;
    font-weight: 700;
    font-size: 14px;
    text-transform: uppercase;
	background: #434f57 !important;
	color: #ffffff !important;
	border: 1px solid #ffffff !important;
    padding: 11px 30px !important;
	border-radius: 25px !important;
	box-shadow: none !important;
}

body .new_blog_page_video_cusotms .sby_follow_btn.sby_custom a svg {
	display: none;
}

body .new_blog_page_video_cusotms .sby_follow_btn.sby_custom a span {
    display: flex;
	align-items: center;
}

body .new_blog_page_video_cusotms .sby_follow_btn.sby_custom a span:after {
    content: "\f04b";
    width: 14px;
    height: 14px;
    position: relative;
    display: inline-block;
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
	margin-left: 7px;
    font-size: 10px;
}

body .new_blog_page_video_cusotms .sby_follow_btn.sby_custom {
    margin-left: 15px !important;
}

body .new_blog_page_video_cusotms .sby_video_thumbnail_wrap.sby_item_video_thumbnail_wrap a {
    aspect-ratio: 3 / 2;
    object-fit: cover;
    border-radius: 8px;
    width: 100%;
}

body .new_blog_page_video_cusotms .sby_video_title_wrap .sby_video_title {
	color: #434f57;
    font-size: 20px;
    font-family: "Ubuntu", sans-serif;
    font-weight: 700;
    display: -webkit-box;
    overflow: hidden;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
	letter-spacing: -1px !important;
}

body .new_blog_page_video_cusotms .sby_likes {
    background: #279d9a;
    position: relative;
    display: inline-block;
    padding: 5px 10px;
    border-radius: 25px;
}

body .new_blog_page_video_cusotms .sby_likes::before {
    content: "";
    background: url(/wp-content/uploads/2024/05/heart-solid-1.svg);
    background-repeat: no-repeat;
    width: 12px;
    height: 12px;
    position: relative;
    display: inline-block;
    vertical-align: middle;
}

body .new_blog_page_video_cusotms .sby_like_count {
	color: #ffffff;
    font-size: 12px !important;
    font-family: "Ubuntu", sans-serif;
    font-weight: 700;
}

body .new_blog_page_video_cusotms .sby_comments {
    background: #242424;
    position: relative;
    display: inline-block;
    padding: 5px 10px;
    border-radius: 25px;
}

body .new_blog_page_video_cusotms .sby_comments::before {
    content: "";
    background: url(/wp-content/uploads/2024/05/comment-alt-solid.svg);
    background-repeat: no-repeat;
    width: 12px;
    height: 12px;
    position: relative;
    display: inline-block;
    vertical-align: middle;
}

body .new_blog_page_video_cusotms .sby_comment_count {
	color: #ffffff;
    font-size: 12px !important;
    font-family: "Ubuntu", sans-serif;
    font-weight: 700;
}

body .new_blog_page_video_cusotms .sby_stats {
    margin-top: 10px !important;
}

body .new_blog_page_video_cusotms .sby_video_thumbnail_wrap.sby_item_video_thumbnail_wrap {
	position: relative;
}

body .new_blog_page_video_cusotms .sby_video_thumbnail_wrap.sby_item_video_thumbnail_wrap a:before {
    content: "";
    background: url(/wp-content/uploads/2024/05/Blog-Item-Play-Buttone.png);
    height: 40px;
    width: 40px;
    background-size: contain;
    position: absolute;
    right: 3%;
    bottom: 5%;
    background-repeat: no-repeat;
}

.page-id-54567 .footer_white_area_customs_row .fl-row-content-wrap {
	background-color: #ecf4fc;
}

.rotate_text_blog_details_customs h5.fl-heading {
    transform: rotate(90deg);
}

.share_row_new_blog_details .fl-col-content.fl-node-content {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.share_row_new_blog_details_seperator hr {
	border: none;
    border-right: 2px solid #00a7e1 !important;
	height: 70px;
}