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

/* Software Dev job post background*/
.dev_job_banner{
	background: transparent url(https://static.polymorph-aws.com/wp-content/uploads/2022/05/code-banner-AWS-FLUTTER.jpg) center left no-repeat!important;
	background-size:cover!important;
	}

.job_banner_no_background {
	background-image:none!important;
}

.dev_banner_title{
	color:#000000!important;
}

/** Button Fix for Tag Manager (For Click Id triggering) **/ 
.tag_button.elementor-widget-button .elementor-widget-container {pointer-events: none;} 
.tag_button.elementor-widget-button .elementor-button-wrapper {pointer-events:none}
.tag_button.elementor-widget-button .elementor-button-content-wrapper {pointer-events:none}


/******Coder's challenge***************************/
.elementor-19560 .elementor-element.elementor-element-1f8f422 .eael-gravity-form .gform_footer input[type="submit"] {
    width: 200px;
	background: #00345f;
	font-size: 20px;
	color: white!important;
}

.gform_wrapper.gravity-theme .gfield_label {
    font-size: 20px;  
}

.gform_wrapper.gravity-theme .gfield.gfield--width-full {
    -ms-grid-column-span: 12;
    font-size: 20px;
}

.elementor-19560 .elementor-element.elementor-element-28c6492 .eael-gravity-form .gform_footer input[type="submit"] {
    width: 200px;
	background: #00345f;
	font-size: 20px;
}
/******Job modal - hide letter ****************/
#jobs-modal-form #job_letter, #jobs-modal-form .modal-input-job_letter {
	display:none!important;
}


/******JOB post area***************************/

.jobs-row .button.secondary-style{
	background-color: transparent;
    text-align: left;
    text-decoration: underline;
}

.job_pdf {
	background: transparent url(https://static.polymorph-aws.com/wp-content/uploads/2022/04/wordpress-pdf-icon.png) center left no-repeat;
	background-size:contain;
	padding-left:25px;
}

.must_have .jobs-row-label, .soft_skills .jobs-row-label{
	margin-bottom:14px!important;
}

.job_spec_shadow{
	box-shadow:none!important;
	background-color:transparent!important;
	margin-bottom:10px!important;
	
}

.job_specs{
	color:#ffffff!important;
	padding:3px 20px!important;
	margin-right:0px!important;
	cursor:auto;
}

.job_specs.nice{
	background-image:linear-gradient(to right, #2800e2 , #f9906b);
}


.toggle_button{
	color: var( --e-global-color-secondary );
	cursor:pointer;
}

.job_banner_behind{
	background-color: #FFFFFF;
    background-image: url(https://static.polymorph-aws.com/wp-content/uploads/2021/06/Unlocking-fade.jpeg);
    /*background-position: center right;*/
	background-position: 80% 0;
    background-repeat: no-repeat;
    background-size: contain;
}

.job_banner{
	background-color: transparent;
    background-image: linear-gradient(
160deg, var( --e-global-color-primary ) 0%, var( --e-global-color-secondary ) 100%);
    opacity: 0.82;
    transition: background 0.3s, border-radius 0.3s, opacity 0.3s;	
	width: 100%;
}

.job_banner_title {
	font-size: 28px;
    line-height: 37px;
	color:white;
}

.job_banner_title span{
	border-bottom: 2px solid white!important;
	font-size:18px;
	font-weight:bold;
}

.job_banner_inner{
	max-width: 1100px;
    margin: 0 auto 40px;
    overflow: auto;
    padding: 100px 20px;
	min-height:300px;

}


.coding_font{
  font-family: 'Consolas','Courier New', monospace;
}

/**PLEASE LEAVE COMMENTS WHEN ADDING CSS SO WE KNOW WHAT EVERYTHING IS FOR**/

/**Global CSS**/

/* PlLEASE ONLY ADD GLOBAL STYLING TO GLOBAL ELEMENTS. THIS IS CAUSING SOME GRAVITY BUTTONS TO HAVE LIGHT BLUE BORDERS
 * 
 */ 
/***************************/
/*Adjust button sizes for CTA buttons so the click region is not wider than the button - reason: this breaks the Google tagging*/
.button_compact_small, .button_compact_medium, .button_compact_large {
	position: relative;
	top: 30px;
	margin-top:0px!important;
}

.button_compact_small {
width:75%!important;
}

.button_compact_medium {
width:60%!important;
}

.button_compact_large {
width:40%!important;
}

.button_compact_small .elementor-widget-container, .button_compact_medium .elementor-widget-container, .button_compact_large .elementor-widget-container {
		margin-top:0px!important;
	}	

.button_compact_small .elementor-button, .button_compact_medium .elementor-button, .button_compact_large .elementor-button {
	width: 100%!important;
}
/*End: Adjust buttons sizes*/
/***************************/


.gform_wrapper [type=button], .gform_wrapper [type=submit], .gform_wrapper button{
	border-color:var( --e-global-color-secondary )!important;
	color:var( --e-global-color-secondary )!important;
}

.gform_wrapper [type=button]:hover, .gform_wrapper [type=submit]:hover, button:hover,
.gform_wrapper [type=button]:active, .gform_wrapper [type=submit]:active, button:active,
.gform_wrapper [type=button]:focus, .gform_wrapper [type=submit]:focus, .gform_wrapper button:focus
{
	background-color:#eeeeee
} 


/**Blog posts**/
/**In content buttons**/
.x-btn,.xbtn {

background: #FFFFFF;
border:1px solid var( --e-global-color-secondary )!important;
border-radius: 30px;
padding: 12px 30px 12px 30px;
margin: 5px 10px 20px 0px;
font-size: 20px;
float:left;
}

.x-btn:hover{
	color:white!important;
background-color:#144da1!important;
	border-color:white!important;
}

.x-btn.dark,.xbtn.dark {

background: #FFFFFF;
border:1px solid #144da1!important;
color: #144da1!important;

}

.x-btn.dark:hover{
background-color:var( --e-global-color-secondary )!important;
border:1px solid var( --e-global-color-secondary )!important;
color: #ffffff!important;	
}

/**All gravity forms**/

.partial_entry_warning{
	display:none!important;
}

.body_text h3, .body_text .gfield_label, .thanks_text{
	font-size:1.5em!important;
	line-height: 40px!important;
}

.no_bottom_line{
		border-bottom:none!important;
}
.eael-gravity-form-description{
	margin-bottom:20px!important;
}
.gfield_label{
	font-weight:500!important;
	padding-top:10px!important;
	line-height:20px!important;
}
.gfield_select{
	padding:15px!important;
}

.gchoice{
	margin-bottom:10px!important;
}

.elementor-18513 input[type=submit], .elementor-18546 input[type=submit]{
		border:1px solid #23b7d1!important;
	padding-top:8px!important;
	padding-bottom:8px!important;
}



/**Software page*/
/**Mobile & Web App Planning Calculator**/
.mobile_web_planning_calculator{
	position:absolute;
	z-index:1;
	top:100px;
}

/**Unlock value bullet placeholder styling**/
.app_dev_bullet_placeholder{
	color:#808080;
}

/*tech stack expertise image styling**/
.IoTAccordian_img{
	width:30px;
	padding:5px;
	vertical-align:middle;
}
/*tech stack expertise other bullet styling**/
.IoT_systems_other li::marker{
	color:#cccccc!important;
	font-size:40px!important;
	vertical-align:center!important;
}




/**IoT page**/
/**Full stack IoT systems image styling**/
.AccordianImgLabel{
	width:30px;
	padding:5px;
	vertical-align:middle;
}



/**Industry 4.0 Digitized Data Assessment submit button**/
.elementor-15811 .elementor-element.elementor-element-7ab5c1e .eael-gravity-form .gform_footer input[type="submit"], .elementor-15811 .elementor-element.elementor-element-7ab5c1e .eael-gravity-form .gform_body .gform_page_footer input[type="submit"]{
	color:#fff!important;
}




/**Case studies and blog archive pages**/
/**The Grid filter styling**/
.tg-filter{
	background-color:#fff!important;
	border-radius:30px!important;
	box-shadow: 0px 0px 15px #dddddd;
}
.tg-filter:hover{
	background-color:#00345f!important;
	border-radius:30px!important;
	box-shadow: none;
}
.tg-nav-font{
	color:#00345f!important;
	font:Roboto!important;
	font-size:18px!important;
	font-weight:500!important;
	padding:5px 10px!important;
}
.tg-nav-font:hover{
	color:#fff!important;
	font:Roboto!important;
	font-size:18px!important;
	font-weight:500!important;
	padding:5px 10px!important;
}
.tg-filter-active{
	background-color:#00345f!important;
}
.tg-filter-active .tg-nav-font{
	color:#fff!important;
}

/**The Grid post styling**/
.tg-item-content-holder{
	border-radius: 0px 0px 8px 8px!important;
	box-shadow: 0px 10px 15px #dddddd!important;
}
.tg-item-media-inner{
	border-radius: 8px 8px 0px 0px!important;
}

.tg-item-term{
	display:none!important;
}

.tg-item-title a{
	color:#00345f!important;
	font:Roboto!important;
	font-size:22px!important;
	line-height:1.2!important;
}
.tg-item-title a:hover{
	color:#23B7D1!important;
}

.tg-item-excerpt{
	color:#00345f!important;
	font:Roboto!important;
	font-size:16px!important;
	line-height:1.4!important;
}

.tg-item-read-more a{
	color:#00345f!important;
	font:Roboto!important;
	font-size:16px!important;
	font-weight:400!important;
	text-transform:capitalize!important;
	border: solid 2px #003f6f!important;
	border-radius:30px;
	padding: 10px 20px!important;
	margin-bottom:20px!important;
}
.tg-item-read-more a:hover{
	background-color:#00345f!important;
	color:#fff!important;
}

.tg-item-footer{
	display:none!important;
}

.tg-page-number{
	color:#00345f!important;
	background-color:#fff!important;
	border-radius:30px!important;
	padding:8px 20px!important;
	box-shadow: 0px 0px 15px #dddddd!important;
}
.tg-page-number:hover{
	color:#fff!important;
	background-color:#00345f!important;
	border-radius:30px!important;
	padding:8px 20px!important;
	box-shadow: 0px 0px 15px #dddddd!important;
}
.tg-page-current{
	color:#fff!important;
	background-color:#00345f!important;
	border-radius:30px!important;
	padding:8px 20px!important;
	box-shadow: 0px 0px 15px #dddddd!important;
}



/**Case study single page**/ 
/**tag background gradient**/
.elementor-post-info__terms-list{
    color:#ffffff;
}
.elementor-post-info__terms-list-item{
	background-image: linear-gradient(to right, #6544E6 , #23B7D1);
    border-radius:30px;
    padding:2px 20px;
    white-space: nowrap;
}




/**Landing pages**/
/**Mobile & web app calcuator - popup styling**/
.popmake{
	border-radius:15px!important;
}
.pum-close{
	color:#00345f!important;
	padding:20px!important;
	font-size:28px!important;
}

/**Mobile & web app calcuator - gravity form styling**/

.theme-17120, .pum-theme-17120{
	min-height:700px!important;
}



#gform_wrapper_32,#gform_wrapper_40{
	padding:30px!important;
}
.gform_required_legend{
	display:none!important;
}
.gravity_sub_header h3{
	font-size:1.5em!important;
}
.gform_wrapper.gravity-theme .description, .gform_wrapper.gravity-theme .gfield_description, .gform_wrapper.gravity-theme .gsection_description, .gform_wrapper.gravity-theme .instruction{
	background-color:none!important;
	border:none!important;
	padding:0px!important;
}
.gform_wrapper .gfield_validation_message, .gform_wrapper .validation_message{
	background:none!important;
}

.radio_image_button{
	height:80px!important;
	width:auto!important;
	padding:10px!important;
}

.size_150{
	height:150%!important;
	width:150%!important;
}

.hide_required .gfield_required{
	display:none!important;
}

/*==============================Mobile screen============================================================================================*/

@media only screen and (max-width:767px){
	
	.hide_img figure{
		float:left!important;
		padding-right:10px;
		padding-top:20px;
	}
	
	.hide_img .elementor-image-box-wrapper .elementor-image-box-content{
		float:left!important;
		width:90%!important;
	}

	.accept_box .gfield_consent_label{
		width:90%!important;
		padding:0px 10px!important;
	}
	
	.mobile_next_full .gform_button{
		width:75%!important;
		margin-bottom:50px!important;
		
	}
	
	.pum-responsive, .pum-responsive-medium{
		height:220vh!important;
		overflow:visible;
	}
	
	
	.mobile_single_field .medium{
		width:100%!important;
	}	
	
	.tg-item-content-holder{
		
	}
.title_decoration .elementor-image-box-img{
	float:left;
	width:4%!important;
	margin-top:7px!important;

}
	
	.title_decoration .elementor-image-box-title{
		margin-left:15%;
	}
	
	
	/*Job styles*/
	.job_banner_inner{
		min-height:200px;
		padding:50px 20px;
	}
	
	.job-post {
    	padding-top: 0px!important;	
	}
	
/** END JOB POST *************************/	
	
	/***************************/
	/*Adjust button sizes for CTA buttons so the click region is not wider than the button - reason: this breaks the Google tagging*/
	.button_compact_small, .button_compact_medium, .button_compact_large {
		/*position: relative;
		top: 30px;*/
		margin-top:0px!important;
	}

	.button_compact_small {
	width:100%!important;
	}

	.button_compact_medium, #input_43_126.medium{
	width:100%!important;
	}

	.button_compact_large {
	width:100%!important;
	}

	.button_compact_small .elementor-widget-container, .button_compact_medium .elementor-widget-container, .button_compact_large .elementor-widget-container {
		margin-top:0px!important;
		}	

	.button_compact_small .elementor-button, .button_compact_medium .elementor-button, .button_compact_large .elementor-button {
		width: 100%!important;
	}
	
	.button_compact_small .elementor-button,  .button_compact_large .elementor-button {
		margin-bottom:20px!important;
	}
	
	/*End: Adjust buttons sizes*/
	/***************************/
	
	/*gravity mobile popup style*/
	.gf_bottom_margin, .theme-17120{
		margin-bottom: 100px!important;
		padding-bottom: 100px!important;
		overflow: visible!important;
		top:50px !important;
	}
	
	.theme-17120 .gform_next_button {
	   /*border-color:#cbcdd2!important;*/
	}
	
	/*gravity mobile popup style*/
	.theme-17120 input {
		line-height: 1.5!important;
	}
	
	/*gravity mobile popup style*/
	.elementor-kit-6 h3 {
		font-size:30px;
	}
		
	/*gravity mobile popup style*/
    .gravity_sub_header h3 {
       font-size: 1.2em!important;
   }
	
	/*gravity mobile calculator page style*/
	.elementor-13935{
		text-align:center;
		padding:0px;
	}
	
	/*gravity mobile popup style*/
	.elementor-element.elementor-element-61936085, .elementor-element.elementor-element-13cbd370{
		padding:35px 0px!important;
	}
	
	/*gravity mobile popup style*/
	.elementor-18513 input[type=submit], .elementor-18546 input[type=submit]{
		border:1px solid #23b7d1!important;
		padding-top:8px!important;
		padding-bottom:8px!important;
	}
}


