/*
Theme Name:     hottheme
Theme URI:      n/a
Template:       kadence
Author:         hotsoft
Author URI:     n/a
Description:    a responsive theme created by hotsoft
Version:        1.0
License:        GNU General Public License v3.0 (or later)
License URI:    https://www.gnu.org/licenses/gpl-3.0.html
*/


.single-content h1, .single-content h2, .single-content h3, .single-content h4, .single-content h5, .single-content h6 {
	margin: 0.7em 0 0.5em;align-content:center;
}

#kt-layout-id_88c8b9-99{
	max-height: 800px;
}

.home .transparent-header .header-navigation .header-menu-container > ul > li.menu-item > a{
    color:var(--global-palette3);
}
.home .header-navigation li.menu-item > a{
	color:var(--global-palette3) !important;
}
@media(min-width:1025px){
	.home .site-branding{display:none}
	.widget-area.site-header-item{display:none}
	.home .widget-area.site-header-item{display:flex}
}
.row {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-right: -15px;
	margin-left: -15px;
}
.col-6 {
	-ms-flex: 0 0 50%;
	flex: 0 0 50%;
	max-width: 50%;
}