/*
Theme Name:     Xplir
Theme URI:      
Description:    Kadence child theme.
Author:         Me
Author URI:     
Template:       kadence
Version:        0.1.0
*/


#main-header .menu-item.header-button {
	border-radius: 3px;
	margin-left: 10px;
	margin-right: 10px;
}

#main-header .menu-item.header-button:last-child{
	margin-left: 30px;
}

#main-header .menu-item.header-button a {
	padding: 0.4em 1em;
	border-radius: 3px;
	overflow: hidden;
	line-height: 1.6;
	color: white;
}

div[data-section="kadence_customizer_header_button"]{
	display: none;
}

.kt-blocks-info-box-link-wrap.info-box-link .kt-blocks-info-box-learnmore{
	text-decoration: underline;
}

@media (max-width:767px){
	body .site .post-archive-title h1.page-title, body .site .page-title h1.entry-title{
		font-size:46px;
	}
	body .site .content-area article .entry-content-wrap h2{
		font-size:32px;
	}
	body .site .content-area article .entry-content-wrap p{
		font-size:16px;
	}
	body .kt-row-layout-inner > .kt-row-column-wrap > .kadence-column_d58e79-e6 > .kt-inside-inner-col {
		margin-left: 10px;
	}
	body .wp-block-kadence-advancedbtn.kt-btns_180feb-e1 .kt-btn-wrap-1 .kt-button:focus{
		background: var(--global-palette2, #2B6CB0);
		border-color:var(--global-palette2, #2B6CB0);
	}
}