/* 
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
*/

ul {
	margin: 0 0 15px 0;
	padding-left: 20px;
}

.elementor-widget-text-editor p:last-child {
	margin-bottom: 0;
}

@media (min-width: 1025px) {
	#header-nav li:after {
	    content: "•";
	    display: inline-block;
	    color: #7F4596;
	    right: -2px;
	    position: absolute;
	    top: 4px;
	    font-size: 13px;
      border: none !important;
	}

	#header-nav li:last-child:after {
		display: none;
	}
}

.jet-mega-menu-mega-container {
	padding-top: 9px;
}

.arrow-right {
	position: relative;
}

.arrow-right:after {
	content: '';
    position: absolute;
    right: 0%;
    top: calc(50% - 25px);
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 25px 30px 25px 0;
	border-color: transparent #e6e7e7 transparent transparent;
    clear: both;
}

.custom-breadcrumb-divider {
	padding: 0 5px;
}

.title-Residential h2 {
	color: #C7A200 !important;
}

.title-Healthcare h2 {
	color: #22235C !important;
}

#case-study-header {
	background-position: center;
	background-size: cover;
}

.innovare-map {
	position: relative;
}

.intro-text {
    position: absolute;
    z-index: 1;
    top: 50px;
    left: 50px;
    width: 450px;
    color: white;
}

@media (max-width: 1024px) {
	.intro-text {
		top: 20px;
		left: 20px;
		width: 100%;
		right: 20px;
	}

	.intro-text h1 {
		font-size: 30px;
	}
}


input[type=date], input[type=email], input[type=number], input[type=password], input[type=search], input[type=tel], input[type=text], input[type=url], select, textarea {
  border-radius: 0;
  font-family: "Trade Gothic Headers", Sans-serif;
  font-size: 14px;
  font-weight: normal;
  padding: 0.5rem 1rem;
}

[type=button], [type=submit], button {
    font-family: "Trade Gothic Headers", Sans-serif;
    font-size: 14px;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 2px;
    border-radius: 0px 0px 0px 0px;
    width: 100%;
    background-color: #7F4596;
    color: white;
    border: none;
}

[type=button]:focus, [type=button]:hover, [type=submit]:focus, [type=submit]:hover, button:focus, button:hover {
    background-color: #59595b;
}

.pardotform div {
  margin-bottom: 10px;
}

.document {
    text-align: center;
    margin-bottom: 45px;
}

.documenticon {
    margin-bottom: 25px;
}

.documenticon img {
    width: 135px;
	border-style: solid;
    border-width: 2px 2px 2px 2px;
    border-color: #C9C9C9;
    border-radius: 0px 0px 0px 0px;
    box-shadow: 10px 10px 0px 0px #9e9e9e;
}

.documenttop {
    min-height: 130px;
}

.documenttitle {
	font-size: 20px;
    color: #8f4698;
    margin: 0 0 10px;
    line-height: 1.3;
    font-weight: bold;
    text-transform: uppercase;
}

.documentoverview {
    margin-bottom: 15px;
}

a.button {
    display: inline-block;
    text-decoration: none;
    text-transform: uppercase;
    transition: All 0.5s ease;
    -webkit-transition: All 0.5s ease;
    -moz-transition: All 0.5s ease;
    -o-transition: All 0.5s ease;
    font-family: "Trade Gothic Headers", Sans-serif;
    font-size: 12px;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 1px;
    fill: #FFFFFF;
    color: #FFFFFF;
    border-radius: 0px 0px 0px 0px;
   	padding: 12px 24px;
   	background: #8f4698;
   	line-height: 1;
}