/*
Theme Name:   IdleX
Template:     enfold
*/

@import url('https://fonts.googleapis.com/css2?family=Figtree:ital,wght@0,300..900;1,300..900&display=swap');

/*------ =General ------*/

:root {
	--enfold-font-family-body: "Figtree", sans-serif;
	}

h1, h2, h3, h4, h5, h6, #top .title_container .main-title, tr.pricing-row td, #top .portfolio-title, .callout .content-area, .avia-big-box .avia-innerbox, .av-special-font, .av-current-sort-title, .html_elegant-blog #top .minor-meta, #av-burger-menu-ul li {
	font-family: "Figtree", sans-serif;
	line-height: 1.0;
	}

.page-id-3604 .container_wrap.fullsize .container,
.page-id-3691 .container_wrap.fullsize .container,
.page-id-3745 .container_wrap.fullsize .container,
.page-id-3748 .container_wrap.fullsize .container,
.page-id-3777 .container_wrap.fullsize .container {
	margin-left: 0px;
	margin-right: 0px;
	padding-left: 0px;
	padding-right: 0px;
	max-width: 100% !important;
	width: 100%;
	}

.content.av-content-full.alpha {
	padding-top: 0px;
	padding-bottom: 0px;
	}

body,
body.lato {
	font-family: "Figtree", sans-serif;
	}

body p,
body.lato p {
	line-height: 1.3em;
	}

.wp-block-button .wp-block-button__link {
	position: relative;
	font-family: "Figtree", sans-serif;
	font-size: 16px;
	border-radius: 8px;
	font-weight: 600;
	overflow: hidden;
	z-index: 1;
	transition: all 0.25s ease-in-out;
	}

.wp-block-button .wp-block-button__link:before {
	content: "";
	position: absolute;
	inset: 0;
	transform: scaleX(0);
	transform-origin: left;
	transition: transform 0.25s ease;
	z-index: -1;
	}

.wp-block-button .wp-block-button__link:hover {
	text-decoration: none;
	}

.wp-block-button .wp-block-button__link:hover:before {
	transform: scaleX(1);
	}

	/*- Cobalt Buttons - White Text -*/
.wp-block-button .wp-block-button__link.has-white-color.has-blue-background-color:before {
	background-color: #FFFFFF;
	}

.wp-block-button .wp-block-button__link.has-white-color.has-blue-background-color:hover {
	color: #2a6d9c !important;
	}

	/*- Midnight Buttons - White Text -*/
.wp-block-button .wp-block-button__link.has-white-color.has-midnight-background-color:before {
	background-color: #FFFFFF;
	}

.wp-block-button .wp-block-button__link.has-white-color.has-midnight-background-color:hover {
	color: #1b2733 !important;
	}

	/*- Midnight Buttons - On White Background - White Text -*/
.has-white-background-color .wp-block-button .wp-block-button__link.has-white-color.has-midnight-background-color:before {
	background-color: #2a6d9c;
	}

.has-white-background-color .wp-block-button .wp-block-button__link.has-white-color.has-midnight-background-color:hover {
	color: #FFFFFF !important;
	}

	/*- White Buttons - Midnight Text -*/
.wp-block-button .wp-block-button__link.has-white-background-color.has-midnight-color:before {
	background-color: #2a6d9c;
	}

.wp-block-button .wp-block-button__link.has-white-background-color.has-midnight-color:hover {
	color: #FFFFFF !important;
	}

	/*- White Outline Buttons -*/
.wp-block-button.is-style-outline .wp-block-button__link.has-white-color:before {
	background-color: #FFFFFF;
	}

.wp-block-button.is-style-outline .wp-block-button__link.has-white-color:hover {
	color: #1b2733 !important;
	}


@media screen and (max-width: 767px) {
	.responsive #top #wrap_all .container {
		width: 100%;
		}
	}


/*------ =Header ------*/

#header_main .logo svg {
	width: 125px;
	}
	
#header:not(.av_header_transparency) .st0 {
	fill: #1b2733;
	}

#header.av_header_transparency .st0 {
	fill: #FFFFFF;
	}


/*------ =Video Header Block ------*/

.videoHead {
	padding: 0px;
	min-height: 80vh !important;
	height: auto;
	}

.videoHead .wp-block-cover__inner-container {
	padding: 50px 50px;
	box-sizing: border-box;
	max-width: 1425px;
	margin: 0px auto !important;
	width: 100% !important;
	}

.videoHead .wp-block-columns .wp-block-column:first-child {
	width: 60%;
	}

.videoHead h1 {
	font-family: "Figtree", sans-serif;
	font-weight: 800;
	font-size: 65px;
	line-height: 1.0;
	}

.videoHead h1::first-line {
	color: #FFF;
	}

.videoHead h2 {
	font-family: "Figtree", sans-serif;
	text-transform: uppercase !important;
	font-weight: 800 !important;
	font-size: 14px;
	letter-spacing: 0.2em !important;
	transition: all 0.5s ease-in-out;
	}

@media screen and (max-width: 1200px) {
	.videoHead h1 {
		font-size: 56px;
		}
	}

@media screen and (max-width: 750px) {
	.videoHead .wp-block-cover__inner-container {
		padding: 50px 25px;
		}
		
	.videoHead h1 {
		font-size: 44px;
		}
	}



/*------ =Header - Simple ------*/
.headSimple .wp-block-coblocks-row__inner {
	padding: 50px;
	}

.headSimple .wp-block-coblocks-column__inner:has(h1.has-text-align-left) {
	max-width: 1425px;
	margin: 0 auto;
	}

.headSimple h2 {
	font-weight: 800 !important;
	font-size: 14px;
	letter-spacing: 0.2em !important;
	text-transform: none !important;
	}

.headSimple h1 {
	font-weight: 800 !important;
	font-size: 75px;
	text-transform: none !important;
	line-height: 1.0;
	max-width: 700px !important;
	}

.headSimple h1.has-text-align-left {
	margin-left: 0px !important;
	margin-top: 50px;
	font-size: 65px;
	}

.headSimple p.has-text-align-left {
	max-width: 500px !important;
	margin-left: 0px !important;
	}

@media screen and (max-width: 750px) {
	.headSimple .wp-block-coblocks-row__inner {
		padding: 50px 25px;
		}
		
	.headSimple h1,
	.headSimple h1.has-text-align-left {
		font-size: 50px;
		}
	}


/*------ =Four Column Number - Facts ------*/
.factsSlim .wp-block-coblocks-row__inner {
	padding: 20px;
	}

.factsSlim .wp-block-columns {
	max-width: 1425px !important;
	padding: 0 50px;
	}

.factsSlim .wp-block-column .wp-block-coblocks-counter {
	font-family: "Figtree", sans-serif;
	text-transform: uppercase !important;
	font-weight: 800 !important;
	letter-spacing: 0.2em;
	font-size: 12px;
	color: #c3d7de !important;
	line-height: 1.0;
	}

.factsSlim .wp-block-column .wp-block-coblocks-counter:first-of-type {
	font-size: 26px;
	color: #FFFFFF !important;
	letter-spacing: inherit;
	}

@media screen and (max-width: 750px) {
	.factsSlim .wp-block-columns {
		display: inline-flex;
		}
		
	.factsSlim .wp-block-columns .wp-block-column {
		flex-basis: 45% !important;
		}
	}



/*------ =Two Column - Gray Boxes ------*/

.twoCol-boxes.wp-block-coblocks-row__inner {
	padding: 50px 0px;
	}

.twoCol-boxes h4 {
	font-family: "Figtree", sans-serif;
	text-transform: uppercase !important;
	font-weight: 800 !important;
	font-size: 14px;
	letter-spacing: 0.2em;
	}

.twoCol-boxes h2 {
	font-size: 45px;
	max-width: 80%;
	line-height: 1.0;
	}

.twoCol-boxes .wp-block-columns {
	max-width: 1425px !important;
	padding: 0 50px;
	gap: 20px;
	}

.twoCol-boxes .wp-block-columns:first-of-type .wp-block-column:last-child {
	display: inline-flex;
	justify-content: flex-end;
	}

.twoCol-boxes .wp-block-columns:first-of-type .wp-block-column:last-child p {
	max-width: 70%;
	}

.twoCol-boxes .grayBoxes h3 {
	font-weight: 600 !important;
	font-size: 18px;
	line-height: 1.0;
	}

.twoCol-boxes .grayBoxes p {
	color: #77787b;
	}

@media screen and (max-width: 750px) {
	.twoCol-boxes .wp-block-columns:first-of-type .wp-block-column:last-child {
  		justify-content: flex-start;
		}

	.twoCol-boxes .wp-block-columns {
  		padding: 0 25px;
  		}
	}



/*------ =Full Width - Image Over Text - Truck ------*/
.imgOverText.wp-block-coblocks-row__inner {
	padding: 50px;
	background: linear-gradient(to bottom, #2a6d9c 0%, #1b2733 25%);
	}

.imgOverText.has-white-background-color {
	background: #FFFFFF;
	}

.imgOverText.has-white-background-color .wp-block-coblocks-column {
	max-width: 1425px;
	}
	
.imgOverText h3 {
	font-family: "Figtree", sans-serif;
	text-transform: uppercase !important;
	font-weight: 800 !important;
	font-size: 14px;
	letter-spacing: 0.2em;
	}

.imgOverText.has-white-background-color h3.has-text-align-left,
.imgOverText.has-white-background-color h2.has-text-align-left {
	margin-left: 0px !important;
	margin-right: 0px !important;
	}

.imgOverText h2 {
	font-size: 75px;
	font-weight: 800;
	width: 100%;
	max-width: 550px !important;
	margin: 0 auto;
	line-height: 1.0;
	}

.imgOverText.has-white-background-color h2 {
	font-size: 45px;
	font-weight: 600;
	}

.imgOverText .wp-block-image {
	max-width: 1425px !important;
	width: 100%;
	margin-top: -25px;
	}

.imgOverText p {
	max-width: 600px !important;
	}

@media screen and (max-width: 750px) {
	.imgOverText h2 {
		font-size: 55px;
		}

	.imgOverText.has-white-background-color h2 {
		font-size: 36px;
		}
 	}


/*------ =Two Column - Image + Text ------*/
.twoCol-TxtImg .wp-block-coblocks-row__inner {
	padding: 50px;
	}

.twoCol-TxtImg .wp-block-columns {
	max-width: 1425px !important;
	}

.twoCol-TxtImg h3 {
	font-family: "Figtree", sans-serif;
	text-transform: uppercase !important;
	font-weight: 800 !important;
	font-size: 14px;
	letter-spacing: 0.2em;
	}

.twoCol-TxtImg h2 {
	font-size: 42px;
	font-weight: 600;
	line-height: 1.0;
	}

.twoCol-TxtImg .wp-block-columns figure {
	height: 100%;
	border-radius: 25px;
	overflow: hidden;
	}

.twoCol-TxtImg .wp-block-columns figure img {
	object-fit: cover;
	height: 100%;
	width: 100%;
	}

@media screen and (max-width: 750px) {
	.twoCol-TxtImg .wp-block-coblocks-row__inner {
		padding: 50px 25px;
		}
	
	.twoCol-TxtImg h2 {
		font-size: 34px;
		}
	}


/*------ =Four Column - Icons ------*/

.fourCol-Icons.wp-block-coblocks-row__inner {
	padding: 50px;
	}

.fourCol-Icons .wp-block-columns {
	max-width: 1425px !important;
	}

.fourCol-Icons .wp-block-columns .wp-block-column {
	padding: 20px 25px;
	border: 1px solid #A7A9AC;
	border-radius: 8px;
	}

.fourCol-Icons h3 {
	font-weight: 600 !important;
	}

.fourCol-Icons figure {
	width: 60px;
	height: 60px;
	}


/*------ =CTA Thin ------*/
.ctaThin.wp-block-coblocks-row__inner {
	padding: 50px;
	}

.ctaThin .wp-block-columns {
	max-width: 1425px !important;
	}

.ctaThin h2 {
	font-size: 45px;
	font-weight: 800;
	}

@media screen and (max-width: 750px) {
	.ctaThin .wp-block-buttons.is-content-justification-right {
		justify-content: flex-start;
		}
	
	.ctaThin h2 {
		font-size: 34px;
		}
	}


/*------ =Text Over Image - Full Width - Fade ------*/
.txtOverImg.wp-block-coblocks-row__inner {
	padding: 0px;
	}

.txtOverImg h2 {
	position: relative;
	font-size: 55px;
	font-weight: 800;
	max-width: 550px;
	z-index: 1;
	}

.txtOverImg p {
	position: relative;
	max-width: 600px !important;
	z-index: 1;
	}

.txtOverImg .wp-block-buttons {
	position: relative;
	z-index: 1;
	}

.txtOverImg figure {
	margin: -200px 0 0 0;
	max-width: 100% !important;
	min-width: 100%;
	padding: 0px;
	z-index: 0;
	}

.txtOverImg figure img {
	object-fit: contain;
	width: 100%;
	}

@media screen and (max-width: 1000px) {
	.txtOverImg figure {
		margin: -100px 0 0 0;
		}
	}

@media screen and (max-width: 750px) {
	.txtOverImg h2 {
		font-size: 42px;
		max-width: 100% !important;
		padding: 0 25px;
		}
	
	.txtOverImg p {
		padding: 0 25px;
		}
	}


/*------ =Three Column - Headline + Blocks ------*/
.threeColTop.wp-block-coblocks-row__inner {
	padding: 50px;
	}

.threeColTop.has-sky-blue-background-color {
	background: linear-gradient(to bottom, #c3d7de 50%, #f4f2f0 100%);
	}

.threeColTop h3 {
	font-family: "Figtree", sans-serif;
	text-transform: uppercase !important;
	font-weight: 800 !important;
	font-size: 14px;
	letter-spacing: 0.2em;
	max-width: 1425px !important;
	}

.threeColTop h2 {
	font-size: 42px;
	font-weight: 600;
	line-height: 1.0;
	max-width: 600px;
	margin-left: 0px !important;
	}
	
.threeColTop .wp-block-group {
	max-width: 1425px !important;
	}

.threeColTop .wp-block-columns {
	max-width: 1425px !important;
	}

.threeColTop .wp-block-columns .wp-block-column {
	padding: 20px;
	border-radius: 8px;
	}

.threeColTop .wp-block-columns .wp-block-column h4 {
	font-family: "Figtree", sans-serif;
	text-transform: uppercase !important;
	font-weight: 600 !important;
	font-size: 14px;
	letter-spacing: 0.2em;
	}

.threeColTop .wp-block-columns .wp-block-column h3 {
	font-weight: 700 !important;
	font-size: 22px;
	text-transform: none !important;
	letter-spacing: inherit;
	}

@media screen and (max-width: 750px) {
	.threeColTop.wp-block-coblocks-row__inner {
		padding: 50px 25px;
		}
	}



/*------ =Full Width Image - Text Over ------*/

.fwTxtOvrImg.wp-block-cover {
	padding: 0px;
	}

.fwTxtOvrImg .wp-block-cover__inner-container {
	max-width: 750px;
	margin: 0 auto;
	padding: 100px 50px;
	}

.fwTxtOvrImg h3 {
	max-width: 100% !important;
	font-weight: 800 !important;
	font-size: 45px !important;
	}


@media screen and (max-width: 1200px) {
	.fwTxtOvrImg .wp-block-cover__inner-container {
		padding: 50px;
		}
	}

@media screen and (max-width: 750px) {
	.fwTxtOvrImg .wp-block-cover__inner-container {
		padding: 50px 25px;
		}
	
		.fwTxtOvrImg h3 {
		font-size: 34px !important;
		}
	}



/*------ =Two Column - Features - Image + Text Per Column ------*/
.twoColFeatures.mt-0 .twoColFeatures.wp-block-coblocks-row__inner {
	padding: 0 50px 50px;
	}

.twoColFeatures.wp-block-coblocks-row__inner {
	padding: 50px;
	}

.twoColFeatures .wp-block-coblocks-column__inner > .wp-block-columns {
	max-width: 1425px !important;
	gap: 75px;
	margin-bottom: 25px;
	}

.twoColFeatures .wp-block-columns:last-child {
	margin-bottom: 0px;
	}

.twoColFeatures .wp-block-coblocks-column__inner > .wp-block-columns .wp-block-column {
	gap: 25px;
	}

.twoColFeatures .wp-block-column figure {
	padding: 25px;
	border-radius: 8px;
	}

.twoColFeatures .wp-block-coblocks-column__inner > .wp-block-columns .wp-block-column .wp-block-columns .wp-block-column:first-child {
	width: 60%;
	}

.twoColFeatures .wp-block-coblocks-column__inner > .wp-block-columns .wp-block-column .wp-block-columns .wp-block-column:last-child {
	width: 40%;
	}

.twoColFeatures h4 {
	font-weight: 700;
	font-size: 20px;
	}


/*------ =Full Text - Simple Background Color ------*/
.fullTxt {
	padding: 100px 50px;
	}

.fullTxt h2 {
	font-weight: 800;
	font-size: 55px;
	max-width: 750px;
	}

.fullTxt p {
	font-size: 18px;
	max-width: 750px;
	}

@media screen and (max-width: 750px) {
	.fullTxt {
		padding: 50px 25px;
		}

	.fullTxt h2 {
		font-size: 32px;
		}
	}


/*------ =Image Background - Large - Text Corner ------*/

.lgImgCornerCpy.wp-block-cover {
	padding: 50px;
	min-height: 70vh;
	}

.lgImgCornerCpy .wp-block-cover__inner-container {
	max-width: 1425px;
	width: 100% !important;
	margin: 0 auto !important;
	}
	

.lgImgCornerCpy.is-position-bottom-left h1,
.lgImgCornerCpy.is-position-bottom-left h2,
.lgImgCornerCpy.is-position-bottom-left .wp-block-buttons {
	margin-left: 0px !important;
	}

.lgImgCornerCpy h1,
.lgImgCornerCpy h2 {
	font-weight: 800;
	font-size: 65px !important;
	max-width: 550px;
	}

.lgImgCornerCpy p {
	font-size: 18px;
	max-width: 400px;
	margin-left: 0px !important;
	margin-right: 0px;
	}

.lgImgCornerCpy p.has-text-align-center {
	margin-left: auto !important;
	max-width: 600px;
	}

@media screen and (max-width: 750px) {
	.lgImgCornerCpy h1,
	.lgImgCornerCpy h2 {
		font-size: 45px !important;
		}
	}


/*----- =Compare Chart ------*/

.idlex-comparison.wp-block-idlex-comparison {
	max-width: 1425px !important;
	}



/*------ =HUGE Heading ------*/

.hugeHeading.wp-block-coblocks-row__inner {
	padding: 100px 50px;
	}

.hugeHeading.mb-0 .hugeHeading.wp-block-coblocks-row__inner {
	padding-bottom: 0px;
	}

.hugeHeading.mt-0 .hugeHeading.wp-block-coblocks-row__inner {
	padding-top: 0px;
	}

.hugeHeading h2 {
	font-weight: 900;
	margin: 0px;
	max-width: 1425px !important;
	width: 100%;
	font-size: 12vw;
	white-space: nowrap;
	}

@media screen and (max-width: 1425px) {
	.hugeHeading h2 {
		font-size: 14vw;
		}
	}

@media screen and (max-width: 750px) {
	.hugeHeading.wp-block-coblocks-row__inner {
		padding: 100px 25px;
		}
		
	.hugeHeading h2 {
		font-size: 12vw;
		}
	}



/*------ =Full Image - Short Text Over - Text Below ------*/

.fullImgTxtBelow.wp-block-coblocks-row__inner {
	padding: 25px 50px;
	}

.fullImgTxtBelow .wp-block-cover.alignwide {
	max-width: 1425px !important;
	border-radius: 15px;
	}

.fullImgTxtBelow h2 {
	font-weight: 900;
	font-size: 45px;
	display: inline-block;
	}

.fullImgTxtBelow .wp-block-cover__inner-container:has(h2.has-text-align-center) {
	text-align: center;
	}

.fullImgTxtBelow .wp-block-cover__inner-container figure {
	display: inline-block;
	position: relative;
	top: 5px;
	margin-right: 5px !important;
	}

.fullImgTxtBelow .wp-block-coblocks-column__inner > p {
	font-size: 26px;
	max-width: 500px !important;
	line-height: 1.2;
	}


/*------ =FAQ Pattern ------*/

.faq.wp-block-coblocks-row__inner {
	padding: 50px;
	max-width: 1425px;
	margin: 0 auto;
	}

.faq .wp-block-columns {
	max-width: 100% !important;
	}

.faq h3 {
	font-weight: 800 !important;
	font-size: 14px;
	letter-spacing: 0.2em;
	text-transform: uppercase !important;
	margin-bottom: 0px;
	margin-top: 5px;
	}

.faq h2 {
	font-size: 45px;
	}

.faq .wp-block-accordion-item {
	border-top: 1px solid #d3d4d4;
	padding-top: 10px;
	padding-bottom: 15px;
	}

.faq .wp-block-accordion-item h3 {
	font-weight: 500 !important;
	font-size: 22px;
	text-transform: none !important;
	letter-spacing: inherit;
	}

.faq .wp-block-accordion-panel {
	max-width: 90%;
	}

.faq .wp-block-accordion-heading__toggle-icon {
	border: 1px solid #1b2733;
	border-radius: 50%;
	padding-bottom: 2px;
	}



/*------ =Two Column - Text + Image - Full-width Border ------*/

.twoColFullBorder.wp-block-group {
	padding: 50px;
	}

.twoColFullBorder.wp-block-group.mt-0 {
	padding: 0 50px 50px;
	}

.twoColFullBorder .wp-block-columns {
	max-width: 1425px;
	border: 2px solid #c7c7c7;
	border-radius: 15px;
	padding: 25px;
	}

.twoColFullBorder .wp-block-column:has(h2) {
	padding-left: 50px;
	padding-right: 50px;
	}

.twoColFullBorder .wp-block-columns h2 {
	font-size: 55px;
	}

.twoColFullBorder .wp-block-column:has(figure)  {
	border-radius: 8px;
	}

@media screen and (max-width: 1000px) {
	.twoColFullBorder .wp-block-column:has(h2) {
  		padding-left: 25px;
  		padding-right: 25px;
		}

	.twoColFullBorder .wp-block-columns h2 {
		font-size: 50px;
		}
	}

@media screen and (max-width: 750px) {
	.twoColFullBorder .wp-block-column:has(h2) {
  		padding-left: 0px;
  		padding-right: 0px;
		}
	}


/*------ =Footer ------*/

#footer::before {
	content: '';
	width: 100%;
	height: 100%;
	display: flex;
	position: absolute;
	bottom: -50px;
	right: -50px;
	z-index: 0;
	background-image: url('images/IdleX_X-Icon_Dark_Navy.svg');
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center right;
	}

#footer .widget_media_image a {
	display: block;
	max-width: 85%;
	}

#footer h3.widgettitle {
	font-family: "Figtree", sans-serif;
	text-transform: uppercase !important;
	letter-spacing: 0.2em;
	font-weight: 800 !important;
	}

#footer .flex_column.first h3.widgettitle {
	font-size: 24px;
	font-weight: 500 !important;
	text-transform: none !important;
	margin-top: 0px;
	letter-spacing: 0em;
	}

#footer .textwidget p,
#footer .textwidget.custom-html-widget a {
	color: #a7a9ac;
	}

#footer ul.social_bookmarks {
	margin-top: 35px;
	}

#footer .social_bookmarks li {
	border: 0px;
	width: 30px;
	margin: 0 5px;
	}

#footer .social_bookmarks li a {
	color: #FFF;
	width: 35px;
	line-height: 35px;
	min-height: 35px;
	}
#footer [data-av_iconfont="entypo-fontello"]::before {
	font-size: 25px;
	}

#footer .social_bookmarks li.avia-svg-icon svg:first-child {
	height: 30px;
	color: #FFFFFF;
	margin-top: 0px;
	fill: #FFF;
	}

#footer .avia_transform a:hover .image-overlay {
	opacity: 0 !important;
	}

#socket .container {
	border-top: 1px solid #a7a9ac;
	}

#socket ul.social_bookmarks {
	display: none;
	}

#socket .copyright {
	color: #a7a9ac;
	}

@media screen and (max-width: 850px) {
	#footer .flex_column.first .widget_media_image a {
		width: 70%;
		max-width: 200px;
		margin: 0px auto;
		}
	#footer .avia_transform a:hover .image-overlay {
		opacity: 0.0 !important;
		}
	}