/*
 Theme Name:  Divi Child Theme
 Theme URI:    https://divilife.com
 Description:  Child Theme for Divi
 Author:       Hook Agency
 Author URI:   https://hookagency.com
 Template:     Divi
 Version:      1.0.0
*/

/*****Add any custom CSS below this line*****/



/* ===== Hook Styles ===== */

/* Trust Factors */
.trust-factors-section .et_pb_row,
.trust-factors-section .et_pb_row .et_pb_column > .et_pb_image {
    height: 100%;
}
.trust-factors-section .et_pb_row .et_pb_column > .et_pb_image > .et_pb_image_wrap {
    height: 85px;
}
.trust-factors-section .et_pb_row .et_pb_column > .et_pb_image > .et_pb_image_wrap img {
		width: 100%;
    	height: 100%;
		object-fit: contain;
		object-position: center;
}

/* Blog */
.et_pb_blog_grid .et_pb_post {
	min-height: 550px !important;
}

/* Chatbot */

#callnowbutton.cnb-full {
    z-index: 999;
}

