/*
Theme Name: Kadence Child
Theme URI: https://www.kadencewp.com/kadence-theme/
Template: kadence
Author: Kadence WP
Author URI: https://www.kadencewp.com/
Description: Kadence Theme is a lightweight yet full featured WordPress theme for creating beautiful fast loading and accessible websites, easier than ever. It features an easy to use drag and drop header and footer builder to build any type of header in minutes. It features a full library of gorgeous starter templates that are easy to modify with our intelligent global font and color controls. With extensive integration with the most popular 3rd party plugins, you can quickly build impressive ecommerce websites, course websites, business websites, and more.
Tags: translation-ready,two-columns,right-sidebar,left-sidebar,footer-widgets,blog,custom-logo,custom-background,custom-menu,rtl-language-support,editor-style,threaded-comments,custom-colors,featured-images,wide-blocks,full-width-template,theme-options,e-commerce
Version: 1.2.6.1719580602
Updated: 2024-06-28 13:16:42

*/
.transparent-header #wrapper #masthead {
    border-bottom: 1px solid #ffffff36 !important;
}

section#block-8 ul li {
    list-style: none;
    margin-left: -32px;
}
td.table-header {
    width: 10rem;
}
.home-icon img{
	width:80px;
	height:auto;
}
.is-form-style input.is-search-input{
	height: 60px !important;
	font-size: 18px !important;
	border-radius: 8px 0px 0px 8px !important;
}
.is-form-style button.is-search-submit{
	height: 60px !important;
	border-radius: 0px 8px 8px 0px !important;
}
.page-restrict-output {
    width: 30vw;
    margin-left: auto;
    margin-right: auto;
    background-color: #4155632b;
    padding: 25px;
    margin-top: 6rem;
}
.layout-no-sidebar-full-width #primary {
    width: 100%;
}
#primary {
    float: left;
    width: 100%;
}
.page-id-2263 footer{
	display: none;
}
/* .page-id-2263 hedaer{
	display:none;
}
.page-id-2263 .site-header-inner-wrap.kadence-sticky-header.item-is-fixed.item-is-stuck{
	display:none;
} */
.entry-content-wrapper {
    padding: 10px 0px 0px 0px;
}

.crm-li .elementor-icon-list-text {
    font-size: 16px;
    display: -webkit-box;
    vertical-align: middle;
    text-overflow: ellipsis;
    width: 100%;
    text-align: left;
    height: 1.5vw;
    overflow: hidden;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
input[type="text"], input[type="email"], input[type="url"], input[type="password"], input[type="search"], input[type="number"], input[type="tel"], input[type="range"], input[type="date"], input[type="month"], input[type="week"], input[type="time"], input[type="datetime"], input[type="datetime-local"], input[type="color"], textarea {
    color: #666;
    border: 1px solid #ccc;
    padding: 10px 20px;
    transition: all 0.2s ease-in-out 0s;
    width: 100%;
}