/* 
Theme Name: Unicon Child Theme
Description: Unicon Child Theme for your Customizations
Author: minti
Template: unicon
Version: 1.5
*/

.lightblue-text {
	color:#4196b1;
}

.custom-form-header-wrapper {
	padding:150px 0px!important;
}

.custom-callout-wrapper {
	padding:120px;
}

.custom-formpage-header {
	font-size:50px;
}

.custom-h2 {
	font-size:80px;
}

/* MOBILE */

@media only screen and (max-width: 959px) {
	
	.custom-form-header-wrapper {
		padding:30px 0px!important;
	}
	
	.custom-callout-wrapper {
		padding: 5%;
	}

	.custom-formpage-header {
		padding-bottom: 0px!important;
		padding-top: 50px!important;
	}
	
	.custom-h2 {
	font-size:46px!important;
	}
}

@media only screen and (max-width: 767px) {
	.custom-form-header-wrapper {
		padding:30px 0px!important;
	}
	
	.custom-callout-wrapper {
		padding: 5%;
	}

	.custom-formpage-header {
		padding-bottom: 0px!important;
		padding-top: 50px!important;
	}
	
	.custom-h2 {
	font-size:46px!important;
	}
}