@font-face {
    font-family: 'Obviously';
    src: url('../fonts/Obviously-Regular.woff2') format('woff2'),
         url('../fonts/Obviously-Regular.woff') format('woff');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Obviously';
    src: url('../fonts/Obviously-Medium.woff2') format('woff2'),
         url('../fonts/Obviously-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Obviously';
    src: url('../fonts/Obviously-Semibold.woff2') format('woff2'),
         url('../fonts/Obviously-Semibold.woff') format('woff');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}
html, body {
	overflow-x: hidden !important;
}

body{
    font-family: 'Obviously', sans-serif;
    font-weight: 600;
}
a.hfe-menu-item {
	font-family: 'Obviously', sans-serif !important;
}
h1,h2,h3,h4,h5,h6,p, span,a,button{
    font-family: 'Obviously', sans-serif !important;
}
h1,h2,h3,h4,h5,h6{
    margin:0 !important;
}
[type=button]:focus, [type=button]:hover, [type=submit]:focus, [type=submit]:hover, button:focus, button:hover{
    background-color: #00FF62   ;
}
body a {
    color: #10B96A;
}
body a:hover {
    color: #000;
}
/* header */
body ul.hfe-nav-menu > li:last-child a {
    padding-right: 0 !important;
}

@media only screen and (min-width: 1025px) {
    body .header-menu-col .hfe-nav-menu__layout-horizontal {
        width: 100% !important;
    }
}

/* stock section */
body .stock-btn .elementor-button-icon svg {
    width: 10px;
    margin-top: -2px;
}
body .stock-btn .elementor-button::before{
    display: none;
}
/* .stock-script-col {
    max-height: 0;
    opacity: 0;
    overflow: hidden;
    transition: max-height 0.5s ease, opacity 0.7s ease;
    pointer-events: none;
  }
  .stock-script-col.open-script {
    max-height: 150px; 
    opacity: 1;
    pointer-events: auto;
    transition: max-height 0.5s ease, opacity 0.7s ease;
  } */

/* header recent blog */
.page-header {
    display: none;
}
body .recent-blog .premium-blog-content-wrapper {
    background-color: transparent;
    height: 100% !important;
}
body .recent-blog .premium-blog-inner-container {
    justify-content: space-between;
    flex-direction: row;
    margin: 8px 0 5px;
}
body .recent-blog .premium-blog-entry-meta{
    margin: auto 0;
}
body .recent-blog .premium-blog-post-time span::before {
    content: 'Latest Update:';
    color: #FFF;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    margin-right: 10px;
}
.breaking-new-post-col::before {
    content: "";
    width: 1px;
    height: 20px;
    background-color: #fff;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    left: -13px;
}
.breaking-new-post-col {
    position: relative;
}
/*newsletter */
.newsletter-form input[type="email"] {
    border-radius: 20px 0 0 20px;
    font-size: 14px;
    padding: 10px 15px 6px;
    height: 40px;
    width: 100%;
    border: 0;
    outline: 0;
}
.newsletter-form input[type="submit"] {
	border-radius: 0 20px 20px 0;
	padding: 4px 28px;
	margin-left: 0;
	border: 0;
	background-image: url('../images/plane.svg');
	background-repeat: no-repeat;
	font-size: 0;
	background-position: center;
	filter: brightness(1);
	height: 40px;
}
/* .newsletter-form input[type="submit"]:hover {
    background-color: white; 
    filter: brightness(0.8); 
    transition: all 0.3s ease; 
} */
.newsletter-form p{
    display: flex;
}
/* mainbanner */
.latest-sticky-post .premium-blog-post-container.premium-blog-skin-banner .premium-blog-content-wrapper{
    bottom: 0;
    top:0;
    margin: auto 0;
}
.latest-sticky-post .premium-blog-wrap .premium-blog-thumbnail-container {
    overflow: hidden;
    border: 3px solid #00FF62;
    border-radius: 30px;
}
/* left side post */
.latest-list-post .premium-blog-content-wrapper.empty-thumb {
    display: flex;
    flex-direction: column;
}
.latest-list-post .premium-blog-inner-container,.latest-list-post .premium-blog-entry-title{
    order: 2;
}
.latest-list-post .premium-blog-content-inner-wrapper{
    order: 3;
}
.latest-list-post .premium-blog-post-tags-container, .latest-list-post .premium-blog-entry-meta {
    order: 1;
    margin: 0 0 10px;
}
.latest-list-post .premium-blog-entry-meta a{
    text-decoration: none;
}
.latest-list-post .premium-blog-post-tags-container i,.latest-list-post .premium-blog-entry-meta i,
body .latest-insights-post .premium-blog-meta-data i, body .recent-blog .premium-blog-meta-data i,
body .latest-sticky-post .premium-blog-excerpt-link.elementor-button::after,body .latest-list-post .elementor-button::before{
    display: none;
}
.latest-list-post .premium-blog-post-tags-container a{
    margin-left: 0;
    margin-bottom: 7px;
    text-decoration: none;
}
a.premium-blog-excerpt-link.elementor-button:focus {
    background-color: transparent;
}
/* latest insight */
#latest-insight-posts {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 24px;
}
#latest-insight-posts a.insight-post {
    color: inherit;
    text-decoration: none;
}
#latest-insight-posts .insight-post {
    border-radius: 15px;
    border: 2px solid #313131;
    background: #FFF;
    box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.05);
}
.post-image img {
    height: 190px;
    border-radius: 12px 12px 0px 0px;
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}
.insight-post:hover .post-image img {
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
}
.post-image {
    overflow: hidden;
    height: 190px;
    border-radius: 12px 12px 0 0;
}
#latest-insight-posts p{
    margin-bottom: 0;
}
#latest-insight-posts .post-info {
    padding: 20px 24px 22px;
}
#latest-insight-posts p.insight-date {
    font-size: 14px;
    line-height: 14px;
    margin-bottom: 12px;
}
#latest-insight-posts span.read-more {
    color: #10B96A !important;
    line-height: 16px;
    text-decoration: none;
    position: relative;
}
#latest-insight-posts p.post-content {
    margin: 18px 0 28px;
}
span.read-more::after ,.premium-blog-excerpt-link.elementor-button::after{
    content: "";
    width: 20px;
    height: 20px;
    position: absolute;
    background-image: url('../images/right-arrow.svg');
    background-repeat: no-repeat;
    background-position: center;
    background-size: 17px;
    left: auto;
    right: -23px;
    top: -4px;
    transition: all ease 0.3s;
}
.premium-blog-excerpt-link.elementor-button{
    position: relative;
}
#latest-insight-posts span.read-more:hover{
    color: #000 !important;
}
span.read-more:hover::after,.premium-blog-excerpt-link.elementor-button:hover::after {
    transition: all ease 0.3s;
    right: -25px;
    filter: brightness(0) saturate(100%);
}
.latest-insights-post .btn-wrap {
    text-align: center;
    margin-top: 24px;
}  
#load-more-insight::before, body .elementor-button::before {
	content: "";
	background-color: #000;
	height: 100%;
	width: 0;
	position: absolute;
	border-radius: 40px;
	top: 0;
	left: 0;
	transition: all ease 0.5s;
	opacity: 0;
	z-index: -1;
}
#load-more-insight,body .elementor-button {
	position: relative;
    z-index: 1;
}
#load-more-insight:hover::before,body .elementor-button:hover::before {
	width: 100%;
	transition: all ease 0.5s;
    opacity: 1;
}
/* single post */
.single-post-content p {
	font-size: 16px;
	font-weight: 400;
	line-height: 26px;
}
.single-post-content h3 {
    color: #000;
    font-weight: 500;
    line-height: 24px;
    margin-bottom: 19px !important;
    margin-top: 35px !important;
}
.single-post-content p:last-child {
    margin-bottom: -8px;
}
.single-post-info span.elementor-icon-list-icon {
    margin-top: -3px;
}
.single-post-info .elementor-icon-list-item:first-child a > .elementor-icon-list-icon {
	width: 30px !important;
}
/* related post */
.related-posts-grid {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 24px;
}
.related-post-item > a {
    float: left;
    width: 100%;
    overflow: hidden;
    border-radius: 8px;
    height: 192px;
}
.related-post-item a img {
    height: 192px;
    border-radius: 8px;
    transition: all .4s ease-in-out;
}

.related-post-item:hover img {
    webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
}
.related-post-item:hover .author-avatar img{
    transform: unset;
}
.related-post-item p {
    background-color: #e5e5e5;
    width: 100%;
    height: 192px;
    padding: 10px;
    border-radius: 8px;
}
.related-post-item {
    float: left;
    width: 100%;
    padding: 16px;
    border-radius: 8px;
    border: 0px solid #E5E7EB;
    background: #F9FBF9;
    box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.05);
}
.related-post-item h4{
    float: left;
    width: 100%;
}
.related-post-item h4 a {
    font-size: 16px;
    font-weight: 400;
    color: #000;
}
.meta span {
    font-size: 14px;
    line-height: 14px;
}
.meta span {
    font-size: 14px;
    line-height: 14px;
    position: relative;
    margin-left:6px;
}
.related-post-item .author-avatar img{
    border-radius: 50px;
    width: 20px;
    height: 20px;
}
.related-post-item .author-avatar{
    float: left;
    width:auto;
}
.meta {
    margin-top: 10px;
    float: left;
    width: 100%;
}
body .related-post-item h4 {
    float: left;
    width: 100%;
    margin-top: 10px !important;
}
/* category */
.category-custom-content {
    margin: 40px 0;
}

.error404 .page-content > p {
    margin: 40px 0;
    text-align: center;
}
/* privacy page */
.privacy_page h3.wp-block-heading {
    margin: 20px 0 15px !important;
    float: left;
    width: 100%;
}
.privacy_page p {
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
    margin-bottom:10px;
}
.privacy_page p > a {
    word-break: break-word;
}
.wpcf7 form.sent .wpcf7-response-output {
    color: #fff;
    margin-top: 10px;
}
.wpcf7 form.invalid .wpcf7-response-output {
	color: #fff;
	margin-top: 15px;
}
.wpcf7-not-valid-tip {
	font-size: 14px;
	margin-top: 8px;
    color:#f41707;
}
.category-posts-wrapper h4.post-title, .latest-list-post .premium-blog-entry-title a,.related-post-item h4 a{
    width: 100%;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
}
.latest-list-post p.premium-blog-post-content {
    width: 100%;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
}
.category-posts-wrapper p.post-content {
    width: 100%;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}
/* responsive */

@media only screen and (max-width: 1199px) {
    .latest-sticky-post {
        position: sticky;
        top: 0;
    }
    body .latest-insights-post .elementor-post__excerpt {
        margin: 14px 0 20px !important;
    }
    #latest-insight-posts {
        gap: 18px;
    }
    #latest-insight-posts p.post-content {
        margin: 13px 0 20px;
        font-size: 15px;
    }
    body .breaking-new-post-col {
        width: auto !important;
        flex-grow: 1 !important;
    }
    body .breaking-new-col {
        width: auto;
        flex-shrink: 0 !important;
        padding-right: 25px;
    }
}
@media only screen and (max-width: 1024px) {
    body .latest-insights-post .elementor-post__excerpt {
        margin: 10px 0 13px !important;
    }
    body .latest-list-post .premium-blog-entry-title a, body .latest-list-post .premium-blog-post-content, body .latest-sticky-post .premium-blog-post-content{
        width: 100%;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 1;
        overflow: hidden;
    }
    body .latest-list-post .premium-blog-post-content{
        -webkit-line-clamp: 2;
    }
    body .latest-sticky-post .premium-blog-post-content {
        width: 100%;
        -webkit-line-clamp: 2;
    }
    .single-post-content p {
        font-size: 15px;
        line-height: 24px;
    }
    .single-post-content h3 {
        margin-bottom: 15px !important;
        margin-top: 25px !important;
    }
    .category-custom-content {
        margin: 30px 0;
    }
    .category-custom-content {
        margin: 30px 0;
    }
	.privacy_page h3.wp-block-heading {
        margin: 10px 0 10px !important;
    }
    body .header-menu-col .hfe-nav-menu__breakpoint-tablet .hfe-active-menu + .hfe-nav-menu__layout-horizontal{
        height:100vh !important;
        display: block;
    }
    .menu-sticky {
        position: fixed;
        width: 100%;
    }
    body .hfe-nav-menu-icon{
        padding:0;
    }
    .meta span {
        line-height: 24px;
        float: left;
    }
}

@media only screen and (max-width: 880px) {
    #latest-insight-posts {
       grid-template-columns: 1fr 1fr;
    }
    .post-image img{
        width: 100%;
    }
    .recent-blog .premium-blog-entry-title a{
        width: 310px;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 1;
        overflow: hidden;
    }
    .related-posts-grid {
        grid-template-columns: 1fr 1fr;
        gap: 18px;
    }
}
@media only screen and (max-width: 767px) {
    body .recent-blog .premium-blog-entry-meta {
        display: none;
    }
   
    .latest-sticky-post .premium-blog-post-container.premium-blog-skin-banner .premium-blog-content-wrapper  {
        position: absolute;
    }
    .latest-sticky-post, .premium-blog-post-container.premium-blog-skin-banner .premium-blog-content-wrapper {
        position: unset;
    }
    .latest-sticky-post {
        display: inline-flex;
        width: 100%;
    }
    .latest-sticky-post .elementor-widget-container{
        width: 100%;
    }
    .single-post-content p {
        font-size: 14px;
    }
    .single-post-content h3 {
        margin-bottom: 10px !important;
        margin-top: 20px !important;
    }
   
    .related-post-item {
        padding: 10px;
    }
    #latest-insight-posts {
        grid-template-columns: 1fr;
    }
    .post-image img {
        object-fit: cover;
    }
    #latest-insight-posts .post-info {
        padding: 20px 15px 15px;
    }
    #latest-insight-posts p.post-content {
        margin: 8px 0 9px;
        font-size: 15px;
    }
    #latest-insight-posts span.read-more {
        font-size: 15px;
    }
    .privacy_page p {
        font-size: 15px;
        }
}
@media only screen and (max-width: 479px) {
    .latest-sticky-post .premium-blog-wrap.premium-blog-even,.latest-sticky-post .premium-blog-wrap .premium-blog-thumbnail-container img {
        height: 367px;
    }
    body .latest-sticky-post .premium-blog-post-content {
        -webkit-line-clamp: 4;
    }
    body .latest-sticky-post .premium-blog-entry-title a{
        font-size:22px !important;
    }
    .newsletter-form input[type="email"]{
        width:100%;
    }
    .related-posts-grid {
        grid-template-columns: 1fr;
        row-gap: 20px;
    }
    .recent-blog .premium-blog-entry-title a {
        width: 175px;
    }

}