/* # Global Styes
   # Please insert all GLobal Styles below, avoid inserting anywhere.
---------------------------------------------------------------------------------------------------- */
html {
    font-size: 62.5%;
    /* 10px browser default */
	scroll-behavior: smooth;
}

body {
    background-color: #fff;
    color: #000;
    font-size: 1.6rem;
    font-weight: 400;
    margin: 0;
    padding: 0;
    line-height: 1.45;
}

body>div {
    font-size: 1.6rem;
}

h1, h2, h3, h4, h5, h6 {
    font-weight: 700;
}

a {
    text-decoration: none;
}

/* Reusable */

@font-face {
    font-family: 'Right Grotesk Tight Medium';
    src: url('/wp-content/uploads/2022/10/RightGrotesk-TightMedium.eot');
    src: url('/wp-content/uploads/2022/10/RightGrotesk-TightMedium.eot?#iefix') format('embedded-opentype'),
        url('/wp-content/uploads/2022/10/RightGrotesk-TightMedium.woff2') format('woff2'),
        url('/wp-content/uploads/2022/10/RightGrotesk-TightMedium.woff') format('woff'),
        url('/wp-content/uploads/2022/10/RightGrotesk-TightMedium.ttf') format('truetype'),
        url('/wp-content/uploads/2022/10/RightGrotesk-TightMedium.svg#RightGrotesk-TightMedium') format('svg');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Right Grotesk Medium';
    src: url('/wp-content/uploads/2022/10/RightGrotesk-Medium.eot');
    src: url('/wp-content/uploads/2022/10/RightGrotesk-Medium.eot?#iefix') format('embedded-opentype'),
        url('/wp-content/uploads/2022/10/RightGrotesk-Medium.woff2') format('woff2'),
        url('/wp-content/uploads/2022/10/RightGrotesk-Medium.woff') format('woff'),
        url('/wp-content/uploads/2022/10/RightGrotesk-Medium.ttf') format('truetype'),
        url('/wp-content/uploads/2022/10/RightGrotesk-Medium.svg#RightGrotesk-Medium') format('svg');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Right Grotesk Compact Black';
    src: url('/wp-content/uploads/2022/10/RightGrotesk-CompactBlack.eot');
    src: url('/wp-content/uploads/2022/10/RightGrotesk-CompactBlack.eot?#iefix') format('embedded-opentype'),
        url('/wp-content/uploads/2022/10/RightGrotesk-CompactBlack.woff2') format('woff2'),
        url('/wp-content/uploads/2022/10/RightGrotesk-CompactBlack.woff') format('woff'),
        url('/wp-content/uploads/2022/10/RightGrotesk-CompactBlack.ttf') format('truetype'),
        url('/wp-content/uploads/2022/10/RightGrotesk-CompactBlack.svg#RightGrotesk-CompactBlack') format('svg');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}





/* # Elementor Overwrites ---------------------------------------------------------------------------------------------------- */
.elementor-editor-active .site-header,
.elementor-editor-active .nav-primary {
    display: none;
}

.full-width-content.elementor-page .site-inner {
    max-width: none;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
}

.full-width-content.elementor-page .entry {
    padding: 0;
    margin: 0;
}

body .elementor-section.elementor-section-boxed>.elementor-container {
    max-width: 119rem;
}

.full-width-content.elementor-page .site-inner {
    padding-top: 0;
}

.elementor_library-template-default.elementor-editor-active .sidebar {
    display: none;
}

.elementor_library-template-default .content {
    width: 100%;
    padding: 0;
    margin: 0;
}

.site-footer {
    display: none;
}


.influex-featured-post {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-shadow: 0px 10px 30px 0px rgb(0 0 0 / 15%);
    box-shadow: 0px 10px 30px 0px rgb(0 0 0 / 15%);
}

.influex-featured-post .influex-featured-post-thumb {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 60%;
    flex: 1 1 60%;
    max-width: 60%;
}

.influex-featured-post .influex-featured-post-content {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 40%;
    flex: 1 1 40%;
    max-width: 40%;
    padding: 2vw 3vw;
}

.influex-featured-post .influex-featured-post-content .date {
    line-height: 1.3em;
    font-size: 12px;
    margin-bottom: 13px;
    color: #adadad;
}

.influex-featured-post .influex-featured-post-thumb-wrap {
    height: 0;
    overflow: hidden;
    position: relative;
    padding-top: 56.25%;
}

.influex-featured-post .influex-featured-post-thumb-wrap img {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.influex-featured-post-thumb-wrap:before {
    content: '';
    width: 100%;
    height: 100%;
    background: linear-gradient(67.39deg, #4D1FA4 4.92%, rgba(77, 31, 164, 0) 46.76%);
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    z-index: 1;
}

.influex-featured-post .influex-featured-post-thumb-wrap:after {
    content: "";
    position: absolute;
    background: url(/wp-content/uploads/2022/10/post-logo.svg);
    background-size: contain;
    background-repeat: no-repeat;
    height: 50px;
    width: 50px;
    top: calc(100% - 65px);
    left: 15px;
    z-index: 2;
}

.influex-featured-post .influex-featured-post-content h4 {
    margin-top: 0;
    font-size: 1.042vw;
}

.influex-featured-post .influex-featured-post-content p {
    font-size: 0.938vw;
}

.influex-featured-post .influex-featured-post-content a {
    letter-spacing: 2px;
    font-size: 0.833vw;
}

.influex-blog-tab {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
}

.influex-blog-tab-item {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 20%;
    flex: 1 1 20%;
    max-width: 20%;
}

.influex-blog-tab .influex-blog-tab-item a {
    background-color: #000;
    border-top: 3px solid #000;
    color: #FD881B;
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    font-size: 1.042vw;
    display: block;
    text-align: center;
    padding: 15px 5%;
    position: relative;
    z-index: 1;
	line-height: 1em;
    height: 4vw;
    display: flex;
    align-items: center;
    justify-content: center;
}

.influex-blog-tab .influex-blog-tab-item a:hover {
    color: var(--e-global-color-secondary);
}

.influex-blog-tab-item.active a {
    background-color: #fff;
    border-color: #FD881B;
}

.latest-posts .elementor-post__thumbnail:before {
    content: '';
    width: 100%;
    height: 100%;
    background: linear-gradient(67.39deg, #4D1FA4 4.92%, rgba(77, 31, 164, 0) 71.95%);
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    z-index: 1;
}

.latest-posts .elementor-post__thumbnail:after {
    z-index: 2;
}

.testimonial-wrap .testimonial-item.clip .content {
	position: relative;
	padding-bottom: 1em;
	cursor: pointer;
}
.testimonial-wrap .testimonial-item.clip .content-clip {
    max-height: 250px;
    overflow: hidden;
	position: relative;
}
/*.testimonial-wrap .testimonial-item.clip .content:before {
    content: '...';
    position: absolute;
    bottom: 0;
}*/
.testimonial-wrap .testimonial-item.clip .content:after {
    position: absolute;
    content: '';
    background-image: url(/wp-content/uploads/2022/10/icon-arrow-right.svg);
    background-size: contain;
    width: 24px;
    height: 24px;
    bottom: 0;
    left: 0;
    transform: rotate(90deg);
    filter: brightness(0) saturate(100%) invert(79%) sepia(44%) saturate(6854%) hue-rotate(348deg) brightness(102%) contrast(98%);
}
.testimonial-wrap .testimonial-item.clip.expand .content-clip {
	max-height: none;
}
.testimonial-wrap .testimonial-item.clip:not(.expand) .content-clip p:first-child {
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box !important;
    -webkit-line-clamp: 8;
    -webkit-box-orient: vertical;
    white-space: normal;
}
.testimonial-wrap .testimonial-item.clip.expand .content:before {
	display: none;
}
.testimonial-wrap .testimonial-item.clip.expand .content:after {
	transform: rotate(-90deg);
}
.testi-wrap ul.slick-dots {
	bottom: unset !important;
}

@media (min-width: 768px) {
    .influex-blog-tab-item:not(:last-child) {
        position: relative;
    }

    .influex-blog-tab-item:not(:last-child):after {
        content: '';
        position: absolute;
        top: 25%;
        right: -1px;
        width: 1px;
        height: 50%;
        background-color: #fff;
        z-index: 2;
    }
	
	.influex-blog-tab-item.active:after {
   		 display: none;
	}

    .influex-blog-tab-item.active:first-child:before,
    .influex-blog-tab-item.active:last-child:before {
        content: '';
        position: absolute;
        left: 0;
        top: 0;
        width: 50%;
        height: 100%;
        background-color: #fff;
        border-top: 3px solid #FD881B;
        z-index: 0;
    }

    .influex-blog-tab-item.active:last-child:before {
        left: unset;
        right: 0;
    }
}

@media only screen and (min-width: 1025px) {
    .fluid-section .elementor-container {
        width: 75%;
    }

    .fluid-section .elementor-inner-section .elementor-container,
    .fluid-section .elementor-widget-popup .elementor-container {
        width: 100%;
    }

    .fluid-row .elementor-container {
        width: 68%;
    }

    .fluid-row .elementor-inner-section .elementor-container,
    .fluid-row .elementor-widget-popup .elementor-container {
        width: 100%;
    }
}

/* # will apply this css starting 1024px and below
   # Please insert all media queries below, avoid creating new breakpoints and inserting anywhere.
---------------------------------------------------------------------------------------------------- */

@media only screen and (max-width: 1024px) {
    .influex-featured-post .influex-featured-post-content {
        padding: 30px;
    }

    .influex-featured-post .influex-featured-post-thumb {
        -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
        max-width: 50%;
    }

    .influex-featured-post .influex-featured-post-content {
        -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
        max-width: 50%;
    }
	
	.influex-blog-tab .influex-blog-tab-item a {
		font-size: 1.7vw;
		height: 7vw;
	}
	
	.influex-featured-post .influex-featured-post-content h4 {
		font-size: 1.8vw;
	}
	
	.influex-featured-post .influex-featured-post-content p {
    	font-size: 1.6vw;
	}
	
	.influex-featured-post .influex-featured-post-content a {
		font-size: 1.5vw;
	}
	
	.influex-featured-post .influex-featured-post-thumb-wrap:after {
		height: 30px;
		width: 30px;
		top: calc(100% - 35px);
	}

}

/* # will apply this css starting 1023px and below
   # Please insert all media queries below, avoid creating new breakpoints and inserting anywhere.
---------------------------------------------------------------------------------------------------- */

@media only screen and (max-width: 1023px) {}

/* # Font Sizing
   # Please insert all media queries below, avoid creating new breakpoints and inserting anywhere.
---------------------------------------------------------------------------------------------------- */

@media only screen and (max-width:1600px) {
    html {
        font-size: 56.3%;
    }
}

@media only screen and (max-width:1023px) {
    br {
        display: none;
    }
}

@media only screen and (max-width:960px) {
    html {
        font-size: 50%;
    }
}

@media only screen and (max-width:768px) {}

@media only screen and (max-width:767px) {
    .influex-featured-post .influex-featured-post-content {
        padding: 20px
    }

    .influex-blog-tab-item {
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        max-width: 100%;
    }
	
	.influex-blog-tab .influex-blog-tab-item a {
		font-size: 5.140vw;
		margin: 1% 0;
		height: unset;
		display: block;
		line-height: 1.2em;
	}
	
	.influex-featured-post .influex-featured-post-content h4 {
    font-size: 4.673vw;
    text-align: center;
    padding: 0 20%;
    margin-top: 2%;
    margin-bottom: 6%;
	}
	
	.influex-featured-post .influex-featured-post-content p {
    font-size: 4.206vw;
	}
	
	.influex-featured-post .influex-featured-post-content a {
    font-size: 3.738vw;
    display: flex;
    justify-content: center;
    font-weight: 600;
	}
	
	.latest-posts .elementor-post__thumbnail:after {
		top: calc( 100% - 40px );
		left: 10px;
	}
   
	.influex-featured-post .influex-featured-post-thumb-wrap:after {
    height: 46px;
    width: 43px;
    top: calc(100% - 60px);
    left: 15px;
	}
	
	.influex-blog-tab .influex-blog-tab-item.active a {
    text-decoration: underline;
    -webkit-text-decoration-color: #FD881B !important;
    text-decoration-color: #FD881BC !important;
    text-underline-offset: 8px;
    text-decoration-thickness: 4px;
    border: 0;
 }

.testimonial-wrap .testimonial-item.clip .content-clip {
    max-height: unset;
    overflow: hidden;
    position: relative;
}

.testimonial-wrap .testimonial-item.clip:not(.expand) .content-clip p:first-child {
    text-overflow: unset;
    overflow: unset;
    display: unset;
    -webkit-line-clamp: unset;
    -webkit-box-orient: unset;
    white-space: unset;
}
	
.testimonial-wrap .testimonial-item.clip .content:after {
	display: none;
}
	
	  .custom-select .drop-down .selected p {
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    margin: 0;
  }

  .custom-select .drop-down .options ul {
    display: none;
  }

  .custom-select .selected {
    background: #000;
    color: #fff;
    
    font-family: "Montserrat", Sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 4.5vw;
    text-transform: capitalize;
    line-height: 1em;
    padding: 5% 5%;
    width: 100% !important;
  }

  .custom-select .drop-down .options ul {
    display: none;
    margin: 0;
    padding: 0;
  }

  .custom-select .drop-down .options li {
    list-style: none;
    width: 100%;
    padding: 5%;
    font-family: "Inter", Sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 4.5vw;
    background: #000;
  }

  .custom-select .drop-down .options li a {
    color: #fff !important;
  }

}

@media only screen and (max-width:568px) {

    .influex-featured-post .influex-featured-post-thumb {
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        max-width: 100%;
    }

    .influex-featured-post .influex-featured-post-content {
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        max-width: 100%;
    }

}