/* 
 Theme Name:   Zeald Website Theme
 Theme URI:    
 Description:  Divi child theme containing any special customisations for this website
 Author:       Zeald
 Author URI:   http://www.zeald.com
 Template:     Divi
 Version:      3.0

 /* == Add your own styles below this line ==
--------------------------------------------*/

#breadcrumbs {
    margin-top: 20px;
    margin-bottom: 20px;
	font-size: 13px;
}

.search-results #breadcrumbs { display: none; }


/* Author style */

.section-banner--hp .et_pb_slide .et_pb_button_wrapper {
	background-color: rgba(0,0,0,0.65);
	padding-bottom: 40px;
}

.section-banner--hp .et_pb_slide .et_pb_button_wrapper .et_pb_button {
	margin-top: 0;
}

.section-services--hp .et_pb_column {
	position: relative;
}

.section-services--hp .et_pb_column .et_pb_button_module_wrapper > .et_pb_button {
	zoom: 1;
	filter: alpha(opacity=0);
	opacity: 0;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.section-services--hp .et_pb_column .et_pb_blurb_content .et_pb_button {
	background-color: #FFF !important;
	border-color: #FFF !important;
	color: #d11405 !important;
}

.section-services--hp.section-odd .et_pb_column:nth-child(odd):hover,
.section-services--hp.section-even .et_pb_column:nth-child(even):hover {
	box-shadow: inset 0 0 0 1000px rgba(209,20,5,1);
	-webkit-box-shadow: inset 0 0 0 1000px rgba(209,20,5,1);
	-moz-box-shadow: inset 0 0 0 1000px rgba(209,20,5,1);
}

.section-services--hp .et_pb_column:hover .et_pb_blurb_content .et_pb_button {
	background-color: transparent !important;
	border-color: transparent !important;
	color: #FFF !important;
	transition: none !important;
}

.section-services--hp .et_pb_column:hover .et_pb_blurb_content .et_pb_module_header,
.section-services--hp .et_pb_column:hover .et_pb_blurb_content .et_pb_blurb_description {
	color: #FFF !important;
}

/* Gravity form */

.gform_wrapper .gform_footer input.button,
.gform_wrapper .gform_footer input[type=submit],
.gform_wrapper .gform_page_footer input.button,
.gform_wrapper .gform_page_footer input[type=submit] {
	cursor: pointer;
	min-width: 200px; 
	height: 50px !important;
	text-align: center;
	font-weight: 500;
	font-size: 15px !important;
}

.gform_wrapper li.gfield.gfield_error, .gform_wrapper li.gfield.gfield_error.gfield_contains_required.gfield_creditcard_warning {
    background-color: transparent !important;
    border: 0 none !important;
    padding: 0 !important;
}

.gform_wrapper .validation_message {
    padding-top: 0 !important;
}

.gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]),
.gform_wrapper textarea, .gform_wrapper select  {
    background-color: #FFF !important;
	color: #777; 
	font-size: 16px !important;
}

.gform_wrapper select { 
	padding: 12px !important;
	border: 0 none;
}

.gform_wrapper textarea, .gform_wrapper div.validation_error {
    border: 0 none !important;
}

.gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]),
.gform_wrapper textarea {
    border: 1px solid #ebebeb !important;
    padding: 12px !important;
	height: 50px;
}

.gform_wrapper .gfield_required,
.gform_wrapper div.validation_error,
.gform_wrapper .gfield_error .gfield_label,
.gform_wrapper .validation_message,
.gform_wrapper li.gfield_error div.ginput_complex.ginput_container label,
.gform_wrapper li.gfield_error ul.gfield_checkbox,
.gform_wrapper li.gfield_error ul.gfield_radio{
    color: #c23838 !important;
	font-weight: 400;
}

.gform_wrapper div.validation_error {
	padding: 0 !important;
	margin: 0 !important;
}

.gform_wrapper div.validation_error,
.gform_wrapper .description, .gform_wrapper .gfield_description, .gform_wrapper .gsection_description, .gform_wrapper .instruction {
	font-size: 14px !important;	
	font-weight: 400 !important;
}

.gform_wrapper label.gfield_label { font-size: 14px !important; }

.gform_wrapper li.gfield.gfield_error.gfield_contains_required div.ginput_container, .gform_wrapper li.gfield.gfield_error.gfield_contains_required label.gfield_label {
    margin-top: 6px !important;
}

.gform_confirmation_wrapper .gform_confirmation_message {
	font-size: 16px;
	border: 1px solid #ebebeb;
	padding: 1em;
	text-align: center;
}

/* =================== */
/* Media Query */
/* =================== */

@media (min-width: 981px) {
	
	.section-features--hp .et_pb_blurb {
		display: flex;
		align-items: center;
		justify-content: center;
	}
	
}

@media (max-width: 980px) {
	
	.section-features--hp .et_pb_blurb { 
		border: 0 none; 
	}
}

@media screen and (max-width: 575px) {

	.ginput_recaptcha {
	  transform:scale(0.77);
	  -webkit-transform:scale(0.77);
	  transform-origin:0 0;
	  -webkit-transform-origin:0 0;
	}
	
}