/*
Theme Name:     Kadence Child Theme
Theme URI:      n/a
Template:       kadence
Author:         Pro Author
Author URI:     n/a
Description:    Child theme for Kadence
Version:        1.0
License:        GNU General Public License v3.0 (or later)
License URI:    https://www.gnu.org/licenses/gpl-3.0.html
*/
/* Homepage */
figure.wp-block-video.home-banner-video video {
	border-radius: 8px;
}

.home-video iframe {
    border-top: 15px solid var(--global-palette4, #2D3748);
    border-right: 15px solid var(--global-palette4, #2D3748);
    border-left: 15px solid var(--global-palette4, #2D3748);
   border-top-left-radius: 8px;
   border-top-right-radius: 8px;
	 border-bottom: 0;
}

/* dropdown menu */
ul#primary-menu ul.sub-menu {
	border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
	border-bottom: 1px solid lightgray;
	border-left: 1px solid lightgray;
	border-right: 1px solid lightgray;
}


/* how it works */
.how-it-works-points li {
	 margin: 20px 0;
	font-size: 18px;
}

/* header */
header#masthead .site-header-inner-wrap {
	backdrop-filter: blur(10px);
}

header#masthead .report-death-header a.button.header-button {
	background-color: #000;
}

/* newsletter form */
.footer-widget-area-inner .hs-form-frame,
body.page-id-246 .hs-form-frame {
	margin: -40px 0 -40px -38px;
}

.grecaptcha-badge {
  visibility: hidden !important;
}

/* About us */
@media(max-width: 765px){
	body.page-id-77 .kt-testimonial-halign-left .kt-testimonial-meta-wrap {
	justify-content: flex-end;
}
}

/* blog */
.wp-block-kadence-posts li {
	background-color: #F9FAFB;
    border-radius: 8px;
}

.wp-block-kadence-posts article {
	padding: 20px;
}

/* security page image ratio */
body.page-id-365 .image-aspect-ratio .kb-is-ratio-image {
	  padding-bottom: 165%;
}

body.page-id-365 .image-aspect-ratio-3 .kb-is-ratio-image {
	  padding-bottom: 155%;
}

body.page-id-365 .image-aspect-ratio-shorter .kb-is-ratio-image {
	padding-bottom: 118%;
}

@media(max-width: 991px){
body.page-id-365 .wp-block-kadence-image .wp-block-kadence-image,
	body.page-id-365 .wp-block-kadence-image .kb-is-ratio-image {
		padding-bottom: 90%!important;
}
}


