/*
Theme Name:     Architect
Theme URI:      https://childthemes.startdesignset.com/sd05
Template:       kadence
Author:         SimpleDesignSet
Author URI:     https://simpledesignset.com
Description:    Architect – Creative Responsive Architecture Template is perfect if you like a clean and modern design. This template is ideal for for Interior Design, Home Decor, Decoration, Art Decor, Furniture, Architecture and Building Business, and those who need an easy, attractive and effective way to share their work with clients.
Version:        1.0
License:        GNU General Public License v3.0 (or later)
License URI:    https://www.gnu.org/licenses/gpl-3.0.html
*/
h1 {
  font-size: var(--global-kb-font-size-xxxl);
}
h2 {
  font-size: var(--global-kb-font-size-xxl);
}
h3 {
  font-size: var(--global-kb-font-size-xl);
}
h4 {
  font-size: var(--global-kb-font-size-lg);
}
h5 {
  font-size: var(--global-kb-font-size-md);
}
h6 {
  font-size: var(--global-kb-font-size-sm);
}
.hover01 figure {
	overflow: hidden;
}
.hover01 img {
  overflow: hidden; 
	-webkit-transform: scale(1);
	transform: scale(1);
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
}
.hover01:hover img {
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}
.img-title {
    position: absolute;
    bottom: 0;
    left: 0;
}
.img-title .wp-block-kadence-advancedheading:hover {
	background-color: var(--global-palette3);
	color: var(--global-palette9);
}
.section-title {
	position: relative;
}
.section-title::before {
	content: '';
	margin: auto;
  background-color: var(--global-palette2);
  height: 6px;
  bottom: 6px;
	width: 80px;
  position: absolute;
}
.wp-block-kadence-image:not(:last-child) {
    margin-bottom: 0;
}
.kadence-post-image-intrisic .kadence-post-image-inner-intrisic img {
  overflow: hidden; 
	-webkit-transform: scale(1);
	transform: scale(1);
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
}
.kadence-post-image-intrisic .kadence-post-image-inner-intrisic:hover img {
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}
