/*
Theme Name: the7dtchild
Author: Dream-Theme
Author URI: http://dream-theme.com/
Description: The7 is perfectly scalable, performance and SEO optimized, responsive, retina ready multipurpose WordPress theme. It will fit every site – big or small. From huge corporate portals to studio or personal sites – The7 will become a great foundation for your next project!
Version: 1.0.0
License: This WordPress theme is comprised of two parts: (1) The PHP code and integrated HTML are licensed under the GPL license as is WordPress itself.  You will find a copy of the license text in the same directory as this text file. Or you can read it here: http://wordpress.org/about/gpl/ (2) All other parts of the theme including, but not limited to the CSS code, images, and design are licensed according to the license purchased. Read about licensing details here: http://themeforest.net/licenses/regular_extended
Template: dt-the7
*/

/**
 * General variables and classes
 */

:root {
	--fusebox-hover-color: #2B79FF;
	--fusebox-light-gray-color: #5F6064;
	--fusebox-tab-padding: 24px;
	--fusebox-mob-padding: 24px;
}

.fbicon {
	width: 1em;
	height: 1em;
	display: inline-block;
	background: currentColor;
	vertical-align: -0.125em;
}

.fbicon-resource {
	-webkit-mask: url("images/resource.svg") no-repeat center / contain;
	mask: url("images/resource.svg") no-repeat center / contain;
}

.fbicon-contact {
	-webkit-mask: url("images/contact.svg") no-repeat center / contain;
	mask: url("images/contact.svg") no-repeat center / contain;
}

.dt-btn-link {
	font-weight: 500 !important;
}

/**
 * General design
 */

.otgs-development-site-front-end {
	display: none;
}

.grecaptcha-badge {
	visibility: hidden;
}

a {
	text-decoration: none;
}

.fb-underline-links a {
	color: #1A1B1D;
	text-decoration: underline;
}

.fb-underline-links a:hover {
	color: #007971;
	text-decoration: none;
}

.fb-blue-links a {
	display: inline-block;
	color: var(--fusebox-hover-color) !important;
}

.fb-blue-links a:after {
	content: "";
	display: block;
	width: 0;
	height: 2px;
	background-color: var(--fusebox-hover-color) !important;
	transition: width .2s ease;
}

.fb-blue-links a:hover:after {
	width: 100%;
}

#main {
	min-height: calc(100vh - 465px);
}

body.error404 #main,
body.search #main {
	padding-top: 60px;
	padding-bottom: 60px;
	min-height: calc(100vh - 545px);
}

header .branding img,
.masthead.sticky-on header .branding img {
	width: auto;
	height: 37px;
	max-height: 37px;
}

.mobile-header-bar .mobile-branding img,
.masthead.sticky-mobile-on .mobile-header-bar .mobile-branding img {
	width: auto;
	height: 40px;
	max-height: 40px;
}

/**
 * Fonts and colors
 */

.wpb_text_column.fb-content-text-b1 .wpb_wrapper,
.fb-content-text-b1.uvc-heading .uvc-sub-heading,
.fb-content-text-b1.dt-testimonials-shortcode .testimonial-item .testimonial-content {
	font-size: 32px !important;
	line-height: 1.4em !important;
}

.wpb_text_column.fb-content-text-b2 .wpb_wrapper,
.fb-content-text-b2.uvc-heading .uvc-sub-heading,
.fb-content-text-b2.dt-testimonials-shortcode .testimonial-item .testimonial-content {
	font-size: 24px !important;
	line-height: 1.4em !important;
}

.wpb_text_column.fb-content-text-b3 .wpb_wrapper,
.fb-content-text-b3.uvc-heading .uvc-sub-heading,
.fb-content-text-b3.dt-testimonials-shortcode .testimonial-item .testimonial-content {
	font-size: 20px !important;
	line-height: 1.4em !important;
}

.wpb_text_column.fb-content-text-b4 .wpb_wrapper,
.fb-content-text-b4.uvc-heading .uvc-sub-heading,
.fb-content-text-b4.dt-testimonials-shortcode .testimonial-item .testimonial-content {
	font-size: 16px !important;
	line-height: 1.4em !important;
}

.wpb_text_column .wpb_wrapper :is(h3, h4, h5) {
	margin-bottom: 20px;
}

.fb-blue-text {
	color: var(--fusebox-hover-color) !important;
}

.fb-light-gray-text {
	color: var(--fusebox-light-gray-color) !important;
}

/**
 * Content design
 */

.fb-column-padding-48 > .vc_column-inner {
	padding-left: 48px;
	padding-right: 48px;
}

.fb-column-padding-96 > .vc_column-inner {
	padding-left: 96px;
	padding-right: 96px;
}

.fb-full-height-cols > .vc_column-inner > .wpb_wrapper {
	flex: 1 1 auto;
}

.fb-full-height-cols > .vc_column-inner > .wpb_wrapper > div {
	height: 100%;
}

.fb-hero-start > .vc_column-inner > .wpb_wrapper {
	/*padding-top: 55%;*/
	padding-right: 24px;
}

.fb-hero-start.fb-hero-sm-padding > .vc_column-inner > .wpb_wrapper,
body.single .fb-hero-start > .vc_column-inner > .wpb_wrapper {
	padding-top: 84px;
}

.fb-hero-start .dt-breadcrumbs-shortcode li:not(:first-child):before {
	content: "\f105";
	font-family: "Font Awesome 6 Free";
	font-weight: 600;
	font-size: 10px;
}

.fb-hero-start .dt-breadcrumbs-shortcode a:hover {
	text-decoration: none;
}

.fb-hero-start .dt-breadcrumbs-shortcode a:hover span {
	color: var(--fusebox-hover-color) !important;
}

.fb-hero-start .dt-breadcrumbs-shortcode li.current span {
	color: var(--fusebox-light-gray-color) !important;
}

.fb-hero-start .fb-post-tags-shortcode ul {
	list-style: none;
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
	margin: 16px 0 0;
	padding: 0;
}

.fb-hero-start .fb-post-tags-shortcode li {
	margin: 0;
	padding: 4px 8px;
	background-color: #FFF;
	border-radius: 4px;
}

.fb-hero-start .fb-post-tags-shortcode li,
.fb-hero-start .fb-post-tags-shortcode a {
	font-size: 16px !important;
	color: var(--fusebox-light-gray-color) !important;
	line-height: 1.4em !important;
}

.fb-hero-start .fb-post-tags-shortcode a {
	display: flex;
	align-items: center;
	gap: 8px;
}

.fb-hero-end > .vc_column-inner > .wpb_wrapper {
	flex: 1 1 auto;
	display: flex;
	flex-direction: column;
}

.fb-hero-end > .vc_column-inner > .wpb_wrapper > .vc_row {
	flex: 1 1 auto;
}

.fb-hero-end > .vc_column-inner > .wpb_wrapper > .vc_row:first-of-type {
	height: 50vh /*65vh*/;
	min-height: 385px;
	max-height: 550px;
}

body:not(.home) .fb-hero-end > .vc_column-inner > .wpb_wrapper > .vc_row:first-of-type {
	height: 90vh;
	min-height: 550px;
	max-height: 820px;
}

.fb-hero-end .aio-icon-component .aio-icon-box:after {
	content: "\f063";
	position: absolute;
	left: 50%;
	bottom: 16px;
	transform: translate(-50%, 0);
	display: block;
	width: 100%;
	font-family: "Font Awesome 6 Free";
	font-size: 16px;
	font-weight: 600;
	line-height: 24px;
	color: #fff;
	text-align: center;
	transition: transform .2s ease;
	transform-origin: center;
}

.fb-hero-end .aio-icon-component .aio-icon-title {
	margin-bottom: 0;
}

.fb-hero-end .aio-icon-component .fb-hero-col-read-more {
	margin-top: 10px;
}

.fb-hero-end .aio-icon-component .fb-hero-col-read-more a {
	color: #fff;
}

.fb-hover-green-box:hover > .vc_column-inner {
	background-color: #7FECDC !important;
}

.fb-hover-green-box:hover .aio-icon-component .aio-icon-box:after,
.fb-hover-green-box:hover .aio-icon-component .aio-icon-title,
.fb-hover-green-box:hover .aio-icon-description,
.fb-hover-green-box:hover .fb-hero-col-read-more a {
	color: #004848 !important;
}

.fb-hover-green-box:hover .aio-icon-component .aio-icon-img img {
	filter: brightness(0) saturate(100%) invert(22%) sepia(11%) saturate(6318%) hue-rotate(143deg) brightness(93%) contrast(103%) !important;
}

.fb-hover-red-box:hover > .vc_column-inner {
	background-color: #FFD7D2 !important;
}

.fb-hover-red-box:hover .aio-icon-component .aio-icon-box:after,
.fb-hover-red-box:hover .aio-icon-component .aio-icon-title,
.fb-hover-red-box:hover .aio-icon-description,
.fb-hover-red-box:hover .fb-hero-col-read-more a {
	color: #CE3607 !important;
}

.fb-hover-red-box:hover .aio-icon-component .aio-icon-img img {
	filter: brightness(0) saturate(100%) invert(27%) sepia(91%) saturate(6090%) hue-rotate(19deg) brightness(96%) contrast(94%) !important;
}

.fb-hover-blue-box:hover > .vc_column-inner {
	background-color: #B7D8FF !important;
}

.fb-hover-blue-box:hover .aio-icon-component .aio-icon-box:after,
.fb-hover-blue-box:hover .aio-icon-component .aio-icon-title,
.fb-hover-blue-box:hover .aio-icon-description,
.fb-hover-blue-box:hover .fb-hero-col-read-more a {
	color: #0348DB !important;
}

.fb-hover-blue-box:hover .aio-icon-component .aio-icon-img img {
	filter: brightness(0) saturate(100%) invert(17%) sepia(80%) saturate(7490%) hue-rotate(222deg) brightness(91%) contrast(98%) !important;
}

.fb-hero-end .single-share-box {
	position: absolute;
	left: 24px;
	bottom: 30%;
	transform: none;
	padding: 12px 20px;
	background-color: #fff;
	border-radius: 8px;
}

.fb-hero-end .single-share-box .share-link-description {
	flex-direction: row;
	margin: 0;
	font-size: 16px;
	font-weight: 500;
	line-height: 1.4em;
}

.fb-hero-end .single-share-box .share-link-description:after {
	content: "";
	display: block;
	margin-left: 8px;
	width: 24px;
	height: 24px;
	background: url("images/rocket.svg") no-repeat center / contain;
}

.fb-hero-end .single-share-box .share-link-icon {
	display: none;
}

.fb-logos-block .vc_column-inner > .wpb_wrapper {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-evenly;
	align-items: center;
	gap: 48px 24px;
}

.fb-logos-block .wpb_single_image {
	flex: 1 0 calc(20% - 20px);
	max-width: calc(100% / 5);
}

.fb-logos-block .wpb_single_image img {
	width: auto;
	max-height: 60px;
}

.fb-logos-block .wpb_single_image img[src$=".svg"] {
	min-height: 50px;
}

.fb-nopad-block {
	margin: 0 -48px;
}

.fb-nopad-block > div > .vc_column-inner {
	padding: 0;
}

.blog-shortcode .css-grid-filter,
.portfolio-shortcode .css-grid-filter {
	justify-content: space-between;
	margin-bottom: 0;
	padding: 40px 24px;
	background-color: #F3F3F5;
}

.blog-shortcode .css-grid-filter:before,
.portfolio-shortcode .css-grid-filter:before {
	position: absolute;
	top: 0;
	left: 50%;
	content: "";
	display: block;
	background-color: #F3F3F5;
	width: 100vw;
	height: 100%;
	transform: translate(-50%, 0);
}

.blog-shortcode .css-grid-filter:after,
.portfolio-shortcode .css-grid-filter:after {
	display: none !important;
}

.blog-shortcode .filter-categories,
.portfolio-shortcode .filter-categories {
	gap: 12px;
}

.blog-shortcode .filter-categories a,
.portfolio-shortcode .filter-categories a {
	display: flex;
	align-items: center;
	gap: 8px;
	background-color: #fff;
}

.blog-shortcode .filter-categories a.act,
.portfolio-shortcode .filter-categories a.act {
	background-color: #004848;
}

.blog-shortcode .filter-categories a:before,
.portfolio-shortcode .filter-categories a:before {
	content: "";
	display: none;
	width: 16px;
	height: 16px;
	background-color: #5F6064;
	-webkit-mask-repeat: no-repeat;
	-webkit-mask-position: center;
	-webkit-mask-size: cover;
	mask-repeat: no-repeat;
	mask-position: center;
	mask-size: cover;
	transition: background-color .25s ease;
}

.blog-shortcode .filter-categories a.act:before,
.portfolio-shortcode .filter-categories a.act:before {
	background-color: #fff;
}

.blog-shortcode .filter-sorting,
.portfolio-shortcode .filter-sorting {
	margin: 0;
}

.blog-shortcode .filter-sorting a,
.blog-shortcode .filter-sorting .filter-switch-toggle,
.portfolio-shortcode .filter-sorting a,
.portfolio-shortcode .filter-sorting .filter-switch-toggle {
	display: none !important;
}

.blog-shortcode .filter-sorting .filter-switch,
.portfolio-shortcode .filter-sorting .filter-switch {
	margin: 0;
	padding-left: 28px;
	width: auto;
	height: 22px;
	background: none !important;
	border-radius: 0 !important;
}

.blog-shortcode .fb-orderby-context,
.portfolio-shortcode .fb-orderby-context {
	display: block;
	font-size: 16px;
	line-height: 1.4em;
}

.blog-shortcode .filter-sorting .filter-switch:before,
.portfolio-shortcode .filter-sorting .filter-switch:before {
	position: absolute;
	top: 50%;
	left: 0;
	content: "";
	display: block;
	width: 16px;
	height: 16px;
	background: url("images/sort.svg") no-repeat center / contain;
	transform: translate(0, -50%);
	transition: transform .2s ease;
}

.blog-shortcode .filter-sorting .filter-switch.right-act:before,
.portfolio-shortcode .filter-sorting .filter-switch.right-act:before {
	transform: translate(0, -50%) rotate(180deg);
}

.fb-nopad-block .blog-shortcode .css-grid-filter,
.fb-nopad-block .portfolio-shortcode .css-grid-filter {
	padding: 40px 48px;
}

.blog-shortcode article,
.portfolio-shortcode article,
.blog-carousel-shortcode article {
	flex-wrap: nowrap !important;
}

.blog-shortcode .post-thumbnail-wrap a:before,
.portfolio-shortcode .post-thumbnail-wrap a:before,
.blog-carousel-shortcode .post-thumbnail-wrap a:before {
	content: "";
	display: block;
	position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
	background-color: rgba(255,255,255,0.2);
	transition: all 450ms ease;
}

.blog-shortcode .post-thumbnail-wrap a:hover:before,
.portfolio-shortcode .post-thumbnail-wrap a:hover:before,
.blog-carousel-shortcode .post-thumbnail-wrap a:hover:before {
	opacity: 1;
}

.blog-shortcode .post-entry-content,
.blog-shortcode .post-entry-content .entry-excerpt,
.portfolio-shortcode .post-entry-content,
.portfolio-shortcode .post-entry-content .entry-excerpt,
.blog-carousel-shortcode .post-entry-content,
.blog-carousel-shortcode .post-entry-content .entry-excerpt {
	flex: 1 1 auto;
	display: flex;
	flex-direction: column;
	gap: 12px;
}

.blog-shortcode .post-entry-content .entry-title,
.portfolio-shortcode .post-entry-content .entry-title,
.blog-carousel-shortcode .post-entry-content .entry-title {
	font-size: 20px !important;
	font-weight: 500 !important;
	line-height: 1.1em !important;
}

.blog-shortcode .post-entry-content .entry-excerpt,
.portfolio-shortcode .post-entry-content .entry-excerpt,
.blog-carousel-shortcode .post-entry-content .entry-excerpt {
	justify-content: space-between;
}

.blog-shortcode .post-entry-content .entry-excerpt p:last-of-type,
.portfolio-shortcode .post-entry-content .entry-excerpt p:last-of-type,
.blog-carousel-shortcode .post-entry-content .entry-excerpt p:last-of-type {
	margin-bottom: 0;
}

.dt-team-shortcode .team-author {
	margin-bottom: 12px;
	padding-bottom: 0;
}

.dt-team-shortcode .team-author-name {
	font-weight: 500 !important;
}

.dt-team-shortcode .soc-ico {
	padding-top: 2px;
}

.dt-team-shortcode .soc-ico .linkedin .soc-font-icon:before {
	content: "\f08c";
	font-family: "Font Awesome 6 Brands" !important;
}

.dt-testimonials-shortcode .testimonial-item .testimonial-avatar img {
	width: auto;
	height: 40px;
}

.dt-testimonials-shortcode .testimonial-item .testimonial-name .text-primary {
	font-weight: 500 !important;
}

.dt-testimonials-shortcode .testimonial-item .testimonial-content {
	position: relative;
	padding-left: 43px;
}

.dt-testimonials-shortcode .testimonial-item .testimonial-content:before {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: 0px;
	width: 31px;
	height: 24px;
	background: url("images/quote.svg") no-repeat center / contain;
}

#partners .owl-stage {
	display: -webkit-flex;
	display: flex;
	align-items: center;
}

#partners .owl-stage .wpb_single_image img {
	width: auto;
	max-height: 72px;
}

ul.fb-post-tags {
	list-style: none;
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	margin: 16px 0 0;
	padding: 0;
}

ul.fb-post-tags li {
	margin: 0;
	padding: 4px 8px;
	background-color: #F3F3F5;
	border-radius: 4px;
}

ul.fb-post-tags li,
ul.fb-post-tags a {
	font-size: 12px !important;
	color: var(--fusebox-light-gray-color) !important;
	line-height: 1.4em !important;
}

ul.fb-post-tags a {
	display: flex;
	align-items: center;
	gap: 8px;
}

.fb-full-height-boxes .wpb_wrapper {
	flex: 1 1 auto;
	display: flex;
	flex-direction: column;
}

.fb-full-height-boxes .wpb_wrapper .ult-content-box-container {
	flex: 1 1 100%;
	display: flex;
}

.fb-full-height-boxes .wpb_wrapper .ult-content-box-container .ult-content-box {
	flex: 1 1 auto;
	display: flex;
	justify-content: center;
	align-items: center;
}

.aio-icon-component.fb-icon-to-right {
	position: relative;
}

.aio-icon-component.fb-icon-to-right .aio-icon-default,
.stats-block.fb-icon-to-right .aio-icon-left {
	position: absolute;
	right: 24px;
	padding-right: 0 !important;
	height: 40px;
}

.stats-block.fb-icon-to-right .stats-desc {
	padding-right: 40px;
}

.stats-block.fb-icon-to-right .counter_suffix {
	display: inline-block;
	margin-left: 5px;
}

.stats-block.fb-add-margin .counter_suffix {
	display: inline-block;
	margin-left: 5px;
}

.stats-block.fb-add-margin .counter_prefix {
	display: inline-block;
	margin-right: 5px;
}

.fb-job-tag-list ul {
	list-style: none;
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
	margin: 0;
	padding: 0;
}

.fb-job-tag-list li {
	margin: 0;
	padding: 4px 8px;
	background-color: #F3F3F5;
	border-radius: 4px;
}

.fb-job-tag-list li,
.fb-job-tag-list a {
	font-size: 12px !important;
	color: var(--fusebox-light-gray-color) !important;
	line-height: 1.4em !important;
}

.vc_tta-accordion .vc_tta-panel .vc_tta-panel-heading {
	background-color: transparent !important;
}

.vc_tta-accordion .vc_tta-panel .vc_tta-panel-title a {
	color: #1A1B1D !important;
}

.vc_tta-accordion .vc_tta-panel .vc_tta-panel-title i {
	width: 15px;
	height: 15px;
	transition: transform .2s ease;
}

.vc_tta-accordion .vc_tta-panel:not(.vc_active) {
	margin-bottom: 20px;
}

.vc_tta-accordion .vc_tta-panel.vc_active .vc_tta-panel-title i {
	transform: translateY(-50%) rotate(135deg);
}

.vc_tta-accordion .vc_tta-panel.vc_active .vc_tta-panel-title i:before,
.vc_tta-accordion .vc_tta-panel.vc_active .vc_tta-panel-title i:after {
	border-color: #1A1B1D !important;
}

.vc_tta-accordion .vc_tta-panel.vc_active .vc_tta-panel-title i:after {
	border-style: solid;
	border-width: 0 0 0 2px;
	bottom: 0;
	box-sizing: border-box;
	content: "";
	display: block;
	left: 50%;
	position: absolute;
	top: 0;
	transform: translateX(-50%);
}

.fb-fancy-list .standard-arrow {
	margin-bottom: 0;
}

.fb-fancy-list li {
	margin-bottom: 12px;
	padding-left: 36px;
	font-size: 18px;
	line-height: 1.4em;
}

.fb-fancy-list li:before {
	content: "";
	display: block;
	margin: 0 !important;
	width: 24px;
	height: 24px;
	background: url("images/energy.svg") no-repeat center / contain;
	background-color: transparent;
	border-radius: 0;
}

.fb-fancy-list li:after {
	display: none;
}

.fb-fancy-list li strong {
	font-weight: 600 !important;
}

body.single #content blockquote {
	padding: 24px 0 24px 55px;
	font-weight: 400;
	font-style: italic;
	border: 0 !important;
}

body.single #content blockquote > p:before {
	content: "";
	display: block;
	position: absolute;
	top: 24px;
	left: 0px;
	width: 31px;
	height: 24px;
	background: url("images/quote.svg") no-repeat center / contain;
}

body.single #content blockquote.text-normal {
	font-size: 20px;
	line-height: 1.4em;
}

body.single #content blockquote.text-big {
	padding-left: 103px;
	padding-right: 48px;
	font-size: 24px;
	line-height: 1.2em;
}

body.single #content blockquote.text-big > p:before {
	left: 48px;
}

body.single .single-related-posts {
	margin: 0 -48px 12px;
	padding: 0 !important;
	border: 0 !important;
}

body.single .single-related-posts h2 {
	margin-bottom: 40px;
	text-align: center;
}

body.single .single-related-posts section {
	margin: 0 !important;
}

body.single .single-related-posts .related-item {
	flex: 1 1 25%;
	max-width: 25%;
	padding: 0;
}

body.single .single-related-posts .dt-owl-item .buttons-on-img,
body.single .single-related-posts .dt-owl-item h3.entry-title {
	margin-bottom: 0 !important;
}

body.single .single-related-posts article {
	flex-direction: column;
	justify-content: flex-start;
}

body.single .single-related-posts .mini-post-img {
	flex: 0 0 auto !important;
}

body.single .single-related-posts .post-content,
body.single .single-related-posts .project-list-content {
	flex: 1 1 auto !important;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	gap: 8px;
	padding: 24px 24px 48px;
	text-align: left !important;
}

body.single .single-related-posts a {
	margin: 0 !important;
	font-size: 20px;
	line-height: 1.1em;
	font-weight: 500;
}

body.single .single-related-posts p.text-small {
	margin: 0 0 auto !important;
}

body.single .single-related-posts .project-list-content p {
	font-size: var(--the7-text-small-font-size);
	line-height: var(--the7-text-small-line-height);
}

body.single #fb-email-gate-wrap {
	position: relative;
	top: -100px;
	left: 50%;
	width: 100vw;
	transform: translate(-50%, 0);
	background-color: rgba(243, 243, 245, .9);
}
body.single .fb-email-gate {
	margin: 0 auto;
	padding: 48px 16px;
	width: calc(100% - 32px);
	max-width: 480px;
}

body.single .fb-email-gate h3.fb-email-gate-title {
	margin-bottom: 12px;
	font-size: 32px;
}

body.single .fb-email-gate .fb-email-gate-description {
	margin-bottom: 12px;
}

body.single .fb-email-gate .fb-email-gate-form {
	display: flex;
	flex-direction: column;
	gap: 6px;
}

body.single .fb-email-gate .fb-email-gate-form label {
	margin-top: 12px;
	font-size: 16px;
	line-height: 1.4em;
}

body.single .fb-email-gate .fb-email-gate-form label a {
	color: #1A1B1D;
	text-decoration: underline;
}

body.single .fb-email-gate .fb-email-gate-form label a:hover {
	color: #007971;
	text-decoration: none;
}


body.single .fb-email-gate .fb-email-gate-form abbr,
body.single .fb-email-gate .fb-email-gate-notice {
	color: #CE3607;
}

body.single .fb-email-gate .fb-email-gate-notice {
	font-size: 12px;
	line-height: 1.4em;
}

body.single .fb-email-gate input {
	margin-bottom: 0 !important;
	padding: 9px 10px;
	background-repeat: no-repeat;
	background-position: right 12px center;
	background-size: 20px;
	border: 0 !important;
	border-radius: 4px;
}

body.single .fb-email-gate .fb-email-gate-form.fb-email-gate-invalid input {
	padding-right: 38px;
	background-color: #FFD7D2;
	background-image: url("images/alert.svg");
}

body.single .fb-email-gate .fb-email-gate-checkbox {
	position: relative;
	padding-left: 24px;
	cursor: pointer;
	font-size: 16px;
}

body.single .fb-email-gate .fb-email-gate-checkbox input {
	position: absolute;
	opacity: 0;
}

body.single .fb-email-gate .fb-email-gate-checkbox::before {
	content: "\f0c8";
	font-family: "Font Awesome 6 Free";
	font-weight: 400;
	position: absolute;
	left: 0;
	top: 0;
	font-size: 18px;
	color: #5F6064;
}

body.single .fb-email-gate .fb-email-gate-checkbox:has(input:checked)::before {
	content: "\f14a";
}

body.single .fb-email-gate button {
	margin-top: 18px;
	width: 100%;
}

/**
 * CF7 design
 */

form.wpcf7-form br {
	display: none;
}

form.wpcf7-form label {
	font-size: 16px;
	line-height: 1.4em;
}

form.wpcf7-form label.fb-wpcf-privacy {
	display: block;
	margin-top: 16px;
}

form.wpcf7-form label a {
	color: #1A1B1D;
	text-decoration: underline;
}

form.wpcf7-form label a:hover {
	color: #007971;
	text-decoration: none;
}

form.wpcf7-form abbr {
	color: #CE3607;
}

form.wpcf7-form label .wpcf7-form-control-wrap {
	display: block;
	margin-top: 6px;
}

form.wpcf7-form label input,
form.wpcf7-form label textarea {
	margin-bottom: 18px !important;
	padding: 9px 10px;
	border: 0 !important;
	border-radius: 4px;
	background-color: #F3F3F5;
	background-repeat: no-repeat;
	background-position: right 12px center;
	background-size: 20px;
}

form.wpcf7-form label input:-webkit-autofill {
	transition: background-color 1s ease-in-out 0s !important;
}

form.wpcf7-form label input.wpcf7-not-valid,
form.wpcf7-form label textarea.wpcf7-not-valid {
	padding-right: 38px;
	background-color: #FFD7D2;
	background-image: url("images/alert.svg");
}

form.wpcf7-form .wpcf7-submit {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 16px;
	margin-top: 12px;
	padding: 12px 8px !important;
	width: 100%;
	font-size: 24px !important;
	line-height: 1.1em !important;
}

form.wpcf7-form .wpcf7-submit .btn-icon {
	content: "";
	display: block;
	width: 24px;
	height: 24px;
	background-color: currentColor;
	-webkit-mask: url("images/rocket.svg") no-repeat center / contain;
	mask: url("images/rocket.svg") no-repeat center / contain;
	transition: all 0.3s ease-out;
}

/**
 * Content table design
 */

.fb-content-table {
	border: 0 !important;
}

.fb-content-table thead th,
.fb-content-table thead td {
	padding: .5em 1em;
	background-color: unset !important;
	border: 0;
	vertical-align: top;
}

.fb-content-table tbody td {
	padding: .5em 1em;
	border: 0;
}

.fb-content-table tbody td:first-of-type {
	text-align: right;
}

/**
 * Footer design
 */

#footer > .wf-wrap {
	border-bottom: 8px solid;
	border-image: linear-gradient(
		to right,
		#007971,
		#007971 33.33%,
		#FF6D5A 33.33%,
		#FF6D5A 66.66%,
		#2B79FF 66.66%,
		#2B79FF 100%
	) 1;
}

#footer .widget {
	margin-bottom: 24px;
}

#footer .wf-container > section:first-child .custom-html-widget {
	font-weight: 400 !important;
}

#footer .wf-container > section:first-child .custom-html-widget > :is(h4, div) {
	margin-bottom: 24px;
}

#footer .wf-container > section:first-child .custom-html-widget p {
	margin-bottom: 4px !important;
}

#footer .wf-container > section:first-child .custom-html-widget a:not(:hover) {
	color: #1a1b1d;
}

#footer .fb-social-icons a {
	display: inline-block;
	font-size: 32px;
	line-height: 1em;
}

#footer section.widget_presscore-custom-menu-one .widget-title {
	margin-bottom: 8px !important;
}

#footer section.widget_presscore-custom-menu-one li {
	margin-top: 0 !important;
	padding-top: 4px !important;
}

#footer section.widget_presscore-custom-menu-one a:after {
	content: "";
	display: block;
	width: 0;
	height: 2px;
	background-color: var(--fusebox-hover-color) !important;
	transition: width .2s ease;
}

#footer section.widget_presscore-custom-menu-one li.current-menu-item a:after,
#footer section.widget_presscore-custom-menu-one a:hover:after {
	width: 100%;
}

/**
 * Large screens design
 */

@media screen and (min-width: 778px) {

	.fb-right-half-full .vc_row {
		position: absolute;
		width: 50vw;
	}

}

/**
 * Tablets design
 */

@media screen and (min-width: 480px) and (max-width:991px) {

	.fb-column-padding-48 > .vc_column-inner,
	.fb-column-padding-96 > .vc_column-inner {
		padding-left: var(--fusebox-tab-padding);
		padding-right: var(--fusebox-tab-padding);
	}

	.fb-nopad-block .blog-shortcode .css-grid-filter,
	.fb-nopad-block .portfolio-shortcode .css-grid-filter {
		padding: 40px var(--fusebox-tab-padding);
	}

}

@media screen and (min-width: 769px) and (max-width:991px) {

	body.single .single-related-posts .related-item {
		flex: 1 1 50%;
		max-width: 50%;
	}

}

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

	.fb-mob-order-1 {
		order: 1;
	}

	.fb-mob-order-2 {
		order: 2;
	}

	.fb-mob-order-3 {
		order: 3;
	}

	.fb-mob-order-4 {
		order: 4;
	}

	.fb-mob-order-5 {
		order: 5;
	}

	.fb-no-full-height-mobile.vc_row.vc_row-o-full-height {
		min-height: auto !important;
		height: auto !important;
	}

	.fb-no-full-height-mobile .vc_row-full-height {
		min-height: auto !important;
	}

	.fb-hero-start > .vc_column-inner {
		padding: 84px var(--fusebox-mob-padding) 32px !important;
	}

	.fb-hero-start > .vc_column-inner > .wpb_wrapper {
		padding-top: 0;
	}

	.fb-hero-start .fb-hero-back {
		margin-top: 60px !important;
		margin-bottom: 12px !important;
	}

	.fb-hero-start .dt-breadcrumbs-shortcode {
		display: none !important;
	}

	.fb-hero-start .uvc-heading:last-of-type .uvc-sub-heading {
		margin-top: 32px !important;
	}

	.fb-hero-end > .vc_column-inner {
		padding: 0 24px !important;
	}

	.fb-hero-end > .vc_column-inner > .wpb_wrapper > .vc_row:first-of-type {
		display: none !important;
	}

	.fb-hero-end .aio-icon-default * {
		line-height: 1.1em;
	}

	.fb-hero-end .aio-icon-component {
		margin: 8px 8px 24px !important;
		cursor: pointer;
	}

	.fb-hero-end .aio-icon-component .aio-icon-box:after {
		top: 24px;
		right: 24px;
		bottom: auto;
		left: auto;
		width: 24px;
	}

	.fb-hero-end .aio-icon-component.opened .aio-icon-box:after {
		transform: translate(-50%, 0) rotate(180deg);
	}

	.fb-hero-end .aio-icon-description {
		display: none;
	}

	.fb-logos-block .vc_column-inner > .wpb_wrapper {
		justify-content: space-between;
	}

	.fb-logos-block .wpb_single_image {
		flex: 1 1 calc(30% - 16px);
		max-width: calc(100% / 3);
	}

	.fb-right-half-full .vc_row {
		left: 50%;
		margin-left: 0;
		margin-right: 0;
		width: 100vw;
		transform: translate(-50%, 0);
	}

}

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

	body.single .single-related-posts .related-item {
		flex: 1 1 100%;
		max-width: 100%;
	}

}

@media screen and (min-width: 480px) and (max-width:777px) {

	#footer > .wf-wrap,
	#footer #bottom-bar > .wf-wrap {
		padding: 0 24px;
	}

}

/**
 * Mobile design
 */

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

	.wpb_text_column.fb-content-text-b1 .wpb_wrapper,
	.fb-content-text-b1.uvc-heading .uvc-sub-heading,
	.fb-content-text-b1.dt-testimonials-shortcode .testimonial-item .testimonial-content {
		font-size: 26px !important;
	}

	.wpb_text_column.fb-content-text-b2 .wpb_wrapper,
	.fb-content-text-b2.uvc-heading .uvc-sub-heading,
	.fb-content-text-b2.dt-testimonials-shortcode .testimonial-item .testimonial-content {
		font-size: 20px !important;
	}

	.wpb_text_column.fb-content-text-b3 .wpb_wrapper,
	.fb-content-text-b3.uvc-heading .uvc-sub-heading,
	.fb-content-text-b3.dt-testimonials-shortcode .testimonial-item .testimonial-content {
		font-size: 16px !important;
	}

	.wpb_text_column.fb-content-text-b4 .wpb_wrapper,
	.fb-content-text-b4.uvc-heading .uvc-sub-heading,
	.fb-content-text-b4.dt-testimonials-shortcode .testimonial-item .testimonial-content {
		font-size: 14px !important;
	}

	.fb-column-padding-48 > .vc_column-inner,
	.fb-column-padding-96 > .vc_column-inner {
		padding-left: var(--fusebox-mob-padding);
		padding-right: var(--fusebox-mob-padding);
	}

	.fb-nopad-block {
		margin: 0 calc(var(--fusebox-mob-padding) * -1);
	}

	.fb-nopad-block .blog-shortcode .css-grid-filter,
	.fb-nopad-block .portfolio-shortcode .css-grid-filter {
		padding: 40px var(--fusebox-mob-padding);
	}

	body.single .single-related-posts {
		margin: 0 -24px 12px;
	}

}
