/*
Theme Name: Uncode Child
Description: Child theme for Uncode theme
Author: Undsgn™
Author URI: http://www.undsgn.com
Template: uncode
Version: 1.0.0
Text Domain: uncode
*/


/*Header*/


/*Home Page*/

#customBubble span {
	background-color: #D72326;
	border-radius: 4px;
	padding: 4px;
	padding-right: 8px;
	padding-left: 8px;
}

.homePageServicesIcons .icon-box-heading h3, .AboutPageServicesIcons .icon-box-heading h3 {
	color: #D72326;
}

.icon-box.icon-inline {
	text-align: left !important;
}

/*About*/

.AboutPageServicesIcons .icon-box-heading h3  {
	padding-bottom: 20px;
	font-size: 23px;
}

/*Markem Imaje*/

#customBubbleMI span {
	background-color: #5D1973;
	border-radius: 4px;
	padding: 4px;
	padding-right: 8px;
	padding-left: 8px;
}

.BrandSolutionIcons .icon-box-heading h3 {

}

.BrandSolutionIcons .icon-box-icon {
	min-height: 80px;
}

.BrandSolutionIcons .icon-box-heading {
	min-height: 70px;
}

.BrandSolutionIcons p {
	min-height: 105px;
}

#IconsLandingPageBrand .icon-box-icon .fa-container {
	min-height: 100px;
}


/*MACSA*/

#customBubbleMACSA span {
	background-color: #D72326;
	border-radius: 4px;
	padding: 4px;
	padding-right: 8px;
	padding-left: 8px;
}

/*MSCC*/

#customBubbleMSSC span {
	background-color: #009F4E;
	border-radius: 4px;
	padding: 4px;
	padding-right: 8px;
	padding-left: 8px;
}


/*Career*/

#InfoBoxCareer {
	float: left;
}

#InfoBoxCareer .careericons {
	font-size: 13px;
	margin-right: 80px;
}

#InfoBoxCareer img {
	vertical-align: sub;
	margin-right: 15px;
}


#ApplyBtnCareer {
	float: right;
}

/*Contact Form*/

.PrintechFormHome input {
	width: 100%;
	border: none;
	box-shadow: inset 0 0px 0px rgba(0, 0, 0, 0.025);
	background-color: #F3F2F2;
	padding-top: 15px;
	padding-bottom: 15px;
	font-size: 20px;
	color: black;
}

::placeholder {
	color: black !important;
	opacity: 1;
}

.PrintechFormHome textarea {
	background-color: #F3F2F2;
	
}

.PrintechFormHome .wpcf7-submit {
	width: inherit;
}


.PrintechFormHome .col1-2, .PrintechFormHome .col2-2 {
	width: 49%;
	display: inline-block;
}

.PrintechFormHome .col1-2 {
	margin-right: 1%;
}

.PrintechFormHome .submitBtnCenter {
	text-align: center;
}

/*Footer*/

#PrintechLogoBadgeFooter {
	margin-left: -20px;
}

@media (max-width: 569px){  /* Phone Responsive*/
  .PrintechFormHome .col1-2, .PrintechFormHome .col2-2  {
    width: 100%;
  }
  div[class*=vc_custom_]:not(.vc_custom_preserve_mobile) { /*border fix*/
    border-left-width: 2px !important;
    border-right-width: 2px !important;
  }
  .fontsize-174045-custom, .fontsize-186723-custom, .fontsize-130725-custom {
  	font-size: 86px;
  }
}