/*
Theme Name: iamKDK Child Theme
Theme URI: http://www.elegantthemes.com/gallery/divi/
Template: Divi
Author: Maarten Klem
Description: Smart. Flexible. Beautiful. Divi is the most powerful theme in our collection.
Tags: responsive-layout,one-column,two-columns,three-columns,four-columns,left-sidebar,right-sidebar,custom-background,custom-colors,featured-images,full-width-template,post-formats,rtl-language-support,theme-options,threaded-comments,translation-ready
Version: 3.26.3.1564350242
Updated: 2019-07-28 21:44:02

*/

/* Font Sizing */

h1 {
  font-size: clamp(3rem, 1rem + 4vw, 4.5rem) !important;
}
h2 {
  font-size: clamp(2rem, 1rem + 2.5vw, 3rem) !important;
}
h3 {
  font-size: clamp(1rem, 1rem + 1.5vw, 2rem) !important;
}
h5 {
	font-size: clamp(1rem, 1rem + 1vw, 1.5rem) !important;
}

/* Center Items on Columns */

.et_pb_equal_columns >.et_pb_column {
margin-top:auto;
margin-bottom:auto;
}

/* Social Reviews Height Fix */

.wpsr-review-template .wpsr-has-equal-height .wpsr-review-content, .wpsr-reviews-content-length-deactive .wpsr-review-content {
height: 13rem !important;
}