/****
 * 
 * 
 * blog - single page
 * 
 * ****/

#primary {
    padding-top: 60px;
}

.top-details {
    padding: 80px 0 60px;
}
.entry-subtitle {
    font-size: 13px;
    font-weight: 520;
    line-height: 13px;
    letter-spacing: 0.26em;
    text-align: center;
    text-transform: uppercase;
    color: #5D5B71;
}
.blog-main-heading {
    font-size: 60px;
    font-weight: 600;
    line-height: 62px;
    letter-spacing: -0.022em;
    text-align: center;
    color: #211F28;
	margin: 20px 0 24px;
}
.entry-meta span {
	font-size: 16px;
    font-weight: 520;
    line-height: 20px;
    letter-spacing: 0.012em;
    color: #5D5B71;
}
.dot-seperator {
    background: #D9D9D9;
    height: 4px;
    width: 4px;
    display: inline-block;
    margin: 0 8px 0 10px;
    border-radius: 50px;
}
.featured-image img {
    width: 100%;
    height: auto;
	border-radius: 32px;
}
.main-section {
    margin: 64px 0;
}
.entry-content {
    width: 635px;
}
.right-sideBar {
    width: 350px;
	position: relative;
}
.entry-content p {
    font-size: 18px;
    font-weight: 440;
    line-height: 26px;
    letter-spacing: 0.016em;
    color: #383645;
    margin-bottom: 16px;
}
.entry-content a {
	color: #5F42FF;
	font-weight: 540;
}
.entry-content strong {
    font-weight: 540 !important;
}
.entry-content ul li,.entry-content ol li {
    font-size: 18px;
    font-weight: 440;
    line-height: 26px;
    letter-spacing: 0.016em;
    color: #383645;
	margin-bottom: 20px;
}
.list-inside {
    margin-left: 35px;
}
.entry-content ul li:last-child,.entry-content ol li:last-child {
	margin: 0;
}
.entry-content h2 {
    font-size: 22px;
    font-weight: 600;
    line-height: 28px;
    letter-spacing: 0.016em;
    text-align: left;
    color: #211F28;
    padding: 52px 0 20px;
    margin: 0;
}
.author-related {
    border-top: 1px solid #EFEEF2;
    padding: 32px 0;
}
.related-topics h5,.author-meta h5 {
    font-size: 14px;
    font-weight: 540;
    line-height: 20px;
    letter-spacing: 0.018em;
    color: #5D5B71;
	margin: 0 0 12px;
}
.relatedList a {
    font-size: 15px;
    font-weight: 520;
    line-height: 15px;
    letter-spacing: 0.014em;
    color: #383645;
    padding: 9px 16px;
    border: 1px solid #E2E2E4;
    border-radius: 100px;
    margin-right: 7px;
    display: inline-block;
}
.author-avatar img {
    width: 44px;
    height: 44px;
    border-radius: 50px;
}
.author-info h4 {
    font-size: 16px;
    font-weight: 520;
    line-height: 20px;
    letter-spacing: 0.012em;
    color: #211F28;
	margin: 0 0 5px;
}
.author-info .author-description {
    font-size: 16px;
    font-weight: 480;
    line-height: 20px;
    letter-spacing: 0.012em;
    color: #5D5B71;
	margin: 0 0;
}
.author-info {
    margin-left: 12px;
}
.related-topics {
    margin-bottom: 28px;
}
.container {
    padding-left: 0;
    padding-right: 0;
}
.entry-content ul {
    padding-left: 12px;
}
.into-div h3 {
    font-size: 16px;
    font-weight: 560;
    line-height: 1;
    letter-spacing: 0.018em;
    color: #5F42FF;
    padding-left: 12px;
    border-left: 1.5px solid #5F42FF;
    margin: 0 0 20px;
}
.intro-item a {
    font-size: 16px;
    font-weight: 480;
    line-height: 22px;
    letter-spacing: 0.018em;
    color: #5D5B71;
	position: relative;
}
.isActive {
    color: #5F42FF !important;
}
.isActive:before {
    content: "";
}
.isActive:before {
    content: "";
    border: 1.5px solid #5F42FF;
    position: absolute;
    left: -14px;
    height: 100%;
}
.into-div { 
	padding-left: 12px;
    border-left: 1px solid #383645;
}
.intro-item p {
    margin-bottom: 20px;
} 
.intro-item:last-child p {
    margin-bottom: 0px;	
}
.subscribeIndiv {
    background: #6842EF;
    padding: 32px;
    border-radius: 24px;
	position: relative;
    z-index: 1;
}
.subscribeIndiv:before {
    content: "";
    background: url(https://www.hyperstart.com/wp-content/uploads/2024/03/bg-image.svg);
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    bottom: 0;
    background-repeat: no-repeat;
    border-radius: 24px;
    z-index: -1;
}
.right-sideBar .subscribeIndiv:before {
    background-position: bottom left;
    background-size: cover;
    opacity: 0.9;
}
.dont-miss:before { 
	background-repeat: no-repeat !important;
    left: 0; 
	right:0; 
    background: url(https://www.hyperstart.com/wp-content/uploads/2024/03/bg-image.svg);
}
.subscribeIndiv h5 {
    color: #fff;
    font-size: 22px;
    font-weight: 600;
    line-height: 28px;
    letter-spacing: 0.016em;
    text-align: left;
    margin: 0 0 8px;
}
.subscribeIndiv p {
	font-size: 15px;
    font-weight: 480;
    line-height: 21px;
    letter-spacing: 0.012em;
    color: #fff;
    margin: 0;
}
.buttons-div a {
    padding: 15px;
    display: block;
    text-align: center;
    border-radius: 100px;
    border: 1px solid;
    font-size: 18px;
    font-weight: 520;
    line-height: 18px;
    letter-spacing: 0.012em;
}
.buttons-div .btn-subscribe {
    border: 1px solid #FFFFFF80;
    color: #fff;
}
.buttons-div .btn-bookDemo {
    color: #534AFF;
    background: #fff;
}
.buttons-div {
    margin-top: 24px;
}
.subscribe {
    margin-top: 48px;
}

.or-div {
    font-size: 15px;
    font-weight: 480;
    line-height: 21px;
    letter-spacing: 0.012em;
    color: #FFFFFFCC;
    text-align: center;
    margin: 12px 0;
}

body {
    overflow-x: visible;
}
.right-sideBar>div {
    position: sticky;
    top: 10%;
}

.star-list {
	list-style: none;
	padding-left: 0 !important;
}
.star-list li {
	position: relative;
    padding-left: 24px;
}
.star-list li:before {
    content: "";
    background: url(https://www.hyperstart.com/wp-content/uploads/2024/03/Vector.svg);
    height: 16px;
    width: 16px;
    position: absolute;
    left: 0;
    top: 8px;
    background-size: contain;
    background-repeat: no-repeat;	
}

/** Data Proof Styling **/
.dp-wrap {
    background: #EEE9FF;
    box-shadow: 0px 0px 10px 0px #00000005;
    border-radius: 20px;
    padding: 20px 24px;
}
.dp-desc {
    font-size: 20px;
    font-weight: 480;
    line-height: 28px;
    letter-spacing: 0.012em;
    color: #383645;
    margin: 0;
}
.dp-indiv {
    margin-top: 40px;
	justify-content: space-between;
}
.dp-group .number-span { 
    font-size: 32px;
    font-weight: 600;
    line-height: 32px; 
}
.dp-group .suffix-span { 
    font-size: 24px;
    font-weight: 700;
    line-height: 24px; 
}
.dp-wrap .dp-group .dp-label {
    font-size: 16px;
    font-weight: 480;
    line-height: 20px;
    letter-spacing: 0.012em;
    margin: 0; 
	color: #383645CC;
}
.dp-wrap .dp-group .statistics {
    margin-bottom: 6px;
}
.seperator {
    border-left: 1px solid #D8CDFF;
}
.seperator:last-child {
    border-left: 0px solid #D8CDFF;
}
.dont-miss {
    padding: 24px;
}
.dont-miss .subscribeIndiv {
    padding: 0;
    max-width: 271px;
}
.dont-miss .right-buttons .buttons-div {
    margin-top: 0; 
}
.dont-miss .right-buttons { 
    width: 229px;
    margin-left: auto;
}
.dont-miss .right-buttons .or-div {
    display: block !important;
    margin: 0 !important;
    height: 16px;
}
.dont-miss .right-buttons .buttons-div a {
    padding: 12px 15px;
}

.list-group {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    gap: 30px; 
}
.recommendedList .list-group-item {
    padding: 0 !important;
    margin-bottom: 0px;
    border: 1px solid #EFEEF2;
    box-shadow: 0px 0px 12px 0px #00000003;
    border-radius: 24px;
    width: 350px;
}
.recommendedList .featured-image {
    max-width: 370px;
}
.list-group-item .featured-image img {
    height: 197px;
    border-radius: 24px;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
	object-fit: cover;
}
.listing-inDiv {
    padding: 32px;
}
.post-categories a {
    font-size: 13px;
    font-weight: 520;
    line-height: 13px;
    letter-spacing: 0.16em;
    color: #5D5B71;
}
.listing-inDiv h3 {
    font-size: 22px;
    font-weight: 600;
    line-height: 28px;
    letter-spacing: 0.016em;
    color: #211F28;
    margin: 10px 0 0;
	min-height: 84px;
}
.listing-inDiv h3 a {
    color: #211F28;	
}
.btn.active.focus, .btn.active:focus, .btn.focus, .btn:active.focus, .btn:active:focus, .btn:focus {
    outline: 0 !important;
    outline-offset: 0 !important;
    box-shadow: none !important;
}
.post-date {
    font-size: 15px;
    font-weight: 480;
    line-height: 15px;
    letter-spacing: 0.018em;
    color: #5D5B71;
    margin-top: 52px;
}
.relatedPosts {
    background: #FAF8FF;
    padding: 120px 0;
	margin-top: 80px;
}
.relatedPosts .section-title {
	    font-size: 60px;
		font-weight: 600;
		line-height: 62px;
		letter-spacing: -0.022em;
		text-align: center;
		margin-bottom: 72px;
		margin-top: 0;
}
.single-post #menu-item-7494 {
    display: none;
}
#loadMore {
    border: 1px solid #DFDFE1;
    background: transparent;
    font-size: 18px;
    font-weight: 520;
    line-height: 18px;
    letter-spacing: 0.012em;
    color: #534AFF !important;
    padding: 15px 44px;
    display: block;
    width: 183px;
    margin: 70px auto 0;
}
.recommendedList .list-group {
 	margin-bottom: 0 !important;
}
.quote-wrap {
    background: #F5ECFF;
    border-radius: 20px;
    padding: 32px 24px 30px;
    margin-bottom: 24px;
	position: relative;
    margin-top: 30px;
}
.quote-wrap:before {
    content: "";
    background: url(https://www.hyperstart.com/wp-content/uploads/2024/03/quote-icon.png);
    position: absolute;
    height: 36px;
    width: 52px;
    top: -14px;
    background-repeat: no-repeat;
    background-size: cover;
    left: 24px;
}
.quote-wrap span {
    font-size: 15px;
    font-weight: 440;
    line-height: 21.3px;
    letter-spacing: 0.018em;
    color: #5D5B71;
}
.quote-wrap p {
    font-weight: 540;	
}

.quote-wrap p:last-child {
    margin: 0;
}
.fun-fact {
    background: #F5ECFF;
    border-radius: 12px;
	margin: 24px 0 52px;
}

.fun-fact p:last-child{
	margin: 0;
	padding: 0 24px 20px;
}
.fact-txt {
    background: #AF5EFF;
    padding: 4.5px 10px;
    border-radius: 20px;
    border-bottom-left-radius: 0;	
    font-size: 15px;
    font-weight: 440;
    line-height: 21.3px;
    letter-spacing: 0.018em;
    text-align: left;
    color: #ffff;
	display: inline-block;
}
body div form.ts_poll_form .ts_poll_section {
    border: 1px solid #EFEEF2 !important;
    box-shadow: none !important;
    box-shadow: none !important;
    -moz-box-shadow: none !important;
    width: 100% !important;
    border-radius: 20px;
    padding: 28px !important;
}
.post-inBtns {
    margin: 20px 0;
} 
.post-inBtns a {
	display: inline-block;
	border-radius: 100px;
	padding: 11px 18px;
    font-size: 15px;
    font-weight: 520;
    line-height: 15px;
    letter-spacing: 0.014em;
    width: 133px;
	text-align: center;
}
.bookDemo-cta {
    background: #5F42FF;
    color: #fff !important;
    margin-right: 12px;
}
.subscribe-cta {
    border: 1px solid #E2E2E4;
}

.entry-content table th {
    background: #AF5EFF;
    color: #fff;
    font-size: 18px;
    font-weight: 600;
    line-height: 23.04px;
    letter-spacing: 0.018em;
    padding: 24px 32px;
    border-right: 1px solid #DACFFF;
    vertical-align: top;
}
 
.entry-content table th:nth-child(1){
	    border-top-left-radius: 16px;
}
.entry-content table th:last-child {
	    border-top-right-radius: 16px;
	    border-right-color: transparent !important;
}
body .entry-content table td:first-child {
    font-size: 18px;
    font-weight: 600;
    line-height: 23.04px;
    letter-spacing: 0.018em;
    color: #211F28;
}
.entry-content table td {
    font-size: 18px;
    font-weight: 440;
    line-height: 25.56px;
    letter-spacing: 0.016em;
    color: #383645;
    border-bottom: 1px solid #DACFFF;
	border-right: 1px solid #DACFFF;
	background: #F5ECFF;
	padding: 24px 32px;
	vertical-align: top;
}
body .entry-content table td:last-child {
	border-right: 0px solid #DACFFF; 
}
.entry-content table tr:last-child td:first-child {
	border-bottom-left-radius: 16px;
}
.entry-content table tr:last-child td:last-child {
	border-bottom-right-radius: 16px;
}
.entry-content table tr:last-child td {
	border-bottom: 0 !important;
}
/** Mobile Responsive **/
@media screen and (max-width: 767px) {
	body .entry-content, body .right-sideBar {
		width: 100%;
	}
	.main-section {
		flex-direction: column;
	}
}
