/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 1.0.1
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/*
    Add your custom styles here
*/

main {
	overflow: hidden;
}

p:last-child {
	margin-bottom: 0px;
}

.elementor-widget-container ul {
	padding-left: 0px;
	margin-left: 20px;
}

.header-widget-shortheader .header {
	transition: all 0.5s ease-in;
    background: rgb(255,255,255);
	box-shadow: 0px 0px 10px rgba(0,0,0,0.2);
}

.header-widget-tallheader .header {
    background: rgb(255,255,255,0);
	box-shadow: 0px 0px 10px rgba(0,0,0,0);
}

#opening:after {
	content:"";
	position: absolute;
	height: 100vh;
	width: 100%;
	background: transparent;
	bottom: 0px;
	border: 1px solid #fff;
	pointer-events: none;
}

#what .elementor-inner-section, #why .elementor-inner-section {
	margin: 0px -30px;
    width: calc(100% + 60px)!important;
}

.elementor-nav-menu--layout-horizontal .elementor-nav-menu>li {
	text-align: center;
}

.cta {
	margin-left: 15px!important;
}

.cta a {
	background: #d2232a;
    clip-path: polygon( 0 0, calc(100% - 10px) 0, 100% 10px, 100% 100%, 0 100%, 0 0 );
    color: #fff!important;
    padding: 11px 45px 11px 20px!important;
    margin-left: 0px!important;
    height: 40px;
	display: flex;
	transition: all 0.2s ease-out;
}

.cta a:hover {
	padding: 11px 50px 11px 20px!important;
}

.cta:before {
	content: "";
    background: #fff;
    width: calc(100% + 2px);
    height: 42px;
    clip-path: polygon( 0 0, calc(100% - 10px) 0, 100% 10px, 100% 100%, 0 100%, 0 0 );
    opacity: 1!important;
    display: block;
    position: absolute;
    margin-top: -1px;
    margin-left: -1px;
}

.cta a:after {
	content: "";
    background-color: transparent!important;
    opacity: 1!important;
    position: absolute;
    right: 15px;
    background-image: url(/wp-content/uploads/2022/10/right.svg)!important;
    background-size: cover;
    background-repeat: no-repeat;
    width: 20px;
    height: 20px;
}

.elementor-field-type-submit button {
	background: #d2232a;
    clip-path: polygon( 0 0, calc(100% - 10px) 0, 100% 10px, 100% 100%, 0 100%, 0 0 );
    color: #fff!important;
    padding: 11px 45px 11px 20px!important;
    margin-left: 0px!important;
    height: 40px;
	display: flex;
	transition: all 0.2s ease-out;
}

.elementor-field-type-submit:before {
	content: "";
    background: #fff;
    width: calc(100% + 2px);
    height: 42px;
    clip-path: polygon( 0 0, calc(100% - 10px) 0, 100% 10px, 100% 100%, 0 100%, 0 0 );
    opacity: 1!important;
    display: block;
    position: absolute;
    margin-top: -1px;
    margin-left: -1px;
}

.elementor-field-type-submit button:after {
	content: "";
    background-color: transparent!important;
    opacity: 1!important;
    position: absolute;
    right: 20px;
    background-image: url(/wp-content/uploads/2022/10/right.svg)!important;
    background-size: cover;
    background-repeat: no-repeat;
    width: 20px;
    height: 20px;
}

.elementor-field-type-submit button:hover {
	padding: 11px 50px 11px 20px!important;
}

.red {
	color: #d2232a;
	font-weight: 600;
}

/*

h2.elementor-heading-title:before {
    content: "";
    background: #d2232a;
    clip-path: polygon( 0 0, calc(100% - 4px) 0, 100% 4px, 100% 100%, 0 100%, 0 0 );
    width: 8px;
    height: 8px;
    position: absolute;
    top: 26px;
    margin-left: -15px;
}

*/

.heading2 .elementor-heading-title:before {
    content: "";
    background: #d2232a;
    width: calc(100% + 2000px);
    height: 1px;
    position: absolute;
    bottom: -5px;
    right: 0px;
}

.heading2.inverted .elementor-heading-title:before {
    bottom: -5px;
    left: 0px;
}

.heading2 .elementor-heading-title {
	position: relative;
	display: inline-block;
}

.sectors .sector, .sectors .sector .elementor-heading-title {
	transition: all 0.5s ease-out;
}

.sectors .sector:hover {
	width: 50%;
}

.sectors .sector:hover .elementor-heading-title {
	transform: scale(1.25);
}

.sectors .details {
	visibility: hidden;
	transition: all 0.5s fade;
	margin: auto;
	max-width: 300px;
}

.sectors > .elementor-container > .elementor-column:hover .details {
	visibility: visible;
}

.case-study-grid-content {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

.double-case>.elementor-element-populated {
    padding-top: calc(120% + 5px)!important;
}

#with .elementor-widget-image {
	filter: grayscale(1);
	transition: all 0.2s ease-out;
	opacity: 0.5;
	min-width: 95px;
}

#with .sector_1 .elementor-widget-image {
	width: 10%;
}

#with .sector_2 .elementor-widget-image {
	width: 10%;
}

#with .sector_3 .elementor-widget-image {
	width: 9.09%;
}

#with .elementor-widget-image:hover {
	filter: grayscale(0);
	opacity: 1;
}

.jobs-button .elementor-button-link {
	width: 100%;
	text-align: left;
}

.jobs-button svg {
	width: 14px;
	fill: var( --e-global-color-c7232de );
}

li::marker {
	color: var( --e-global-color-c7232de );
}

.elementor-toc__list-item {
	margin-bottom: 0px!important;
}

.elementor-share-btn__icon {
    width: auto!important;
    padding-right: 10px!important;
}

.elementor-widget-theme-post-content ul, .elementor-widget-text-editor ul, .jet-listing-dynamic-field__content ul {
	margin-bottom: 15px;
}

.elementor-widget-theme-post-content ul li, .elementor-widget-text-editor ul li, .jet-listing-dynamic-field__content ul li, .geography li {
	list-style-type: square;
}

.geography li {
    margin-left: 20px;
}

.social-icon {
    width: 32px;
    height: 32px;
    clip-path: polygon(0 0, calc(100% - 5px) 0, 100% 5px, 100% 100%, 0 100%, 0 0);
    background: var( --e-global-color-c7232de );
}

.social-icon:before {
    content: "";
    clip-path: polygon(0 0, calc(100% - 5px) 0, 100% 5px, 100% 100%, 0 100%, 0 0);
    background: #fff;
    position: absolute;
    width: 30px;
    height: 30px;
    top: 1px;
    left: 1px;
}

.social-share:hover .social-icon:before, .social-icon:hover:before {
    background: var( --e-global-color-c7232de );
}

.social-share:hover .social-icon svg, .social-icon:hover svg {
	fill: #fff!important;
}

.social-icon .elementor-icon-wrapper {
	display: grid;
    justify-content: center;
    align-items: center;
    height: 100%;
}

.geography strong {
	font-weight: 600;
}

.button-cut-filled {
    clip-path: polygon(0 0, calc(100% - 10px) 0, 100% 10px, 100% 100%, 0 100%, 0 0);
}

.button-cut {
    clip-path: polygon(0 0, calc(100% - 10px) 0, 100% 10px, 100% 100%, 0 100%, 0 0);
    background: var( --e-global-color-c7232de );
}

.button-cut:before {
	content: "";
    clip-path: polygon(0 0, calc(100% - 10px) 0, 100% 10px, 100% 100%, 0 100%, 0 0);
    background: #fff;
    position: absolute;
    width: calc(100% - 2px);
    height: calc(100% - 2px);
    top: 1px;
    left: 1px;
}

.button-cut a {
    z-index: 100;
    position: relative;
}

@media only screen and (max-width: 1024px) {
	.header {
		background: rgb(255,255,255);
	    box-shadow: 0px 0px 10px 0px rgb(0 0 0 / 25%);
	}
	.cta.menu-item {
		margin-left: 0px!important;
	}
	.cta.menu-item:before {
		display: none;
	}
	.sectors > .elementor-container > .elementor-column:hover {
		width: 100%;
	}
	#with .elementor-widget-image {
		width: 95px;
	}
	.elementor-nav-menu--dropdown {
		padding: 20px 0px;
		overflow-y: visible!important;
	}
	.elementor-nav-menu--dropdown:after {
		content: "";
		background: #d2232a;
		opacity: 0.8;
		width: 100%;
		height: 100vh;
		position: absolute;
		top: 100%;
		z-index: 10;
	}
}

@media only screen and (max-width: 768px) {
	.cta {
		margin-left: 0px!important;
	}

}

@media only screen and (max-width: 480px) {
	.no-margin-mobile {
		margin: 0px -30px;
		width: 100vw!important; 
		max-width: 100vw!important;
	}
	#what .elementor-inner-section, #why .elementor-inner-section {
		margin: 0px;
	}
}

/* Cookies */

#moove_gdpr_cookie_info_bar:not(.gdpr-full-screen-infobar) .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content button.mgbutton.moove-gdpr-infobar-settings-btn {
	background-color: #d2232a!important;
    color: #fff!important;
    border-color: transparent!important;
	opacity: 1!important;
	box-shadow: none!important;
}

#moove_gdpr_cookie_info_bar:not(.gdpr-full-screen-infobar) .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content button.mgbutton.moove-gdpr-infobar-settings-btn:hover {
    background-color: #202020!important;
}

.elementor-field-option {
	display: flex;
	gap: 10px;
    align-items: flex-start;
}

.elementor-field-option input {
    margin-top: 7px;
}

.elementor-field-option small {
	display: inline-block;
}