/**
 * Theme Name:     Kyokushin Kan
 * Author:         Innvotech
 * Template:       hello-elementor
 * Text Domain:	   kyokushin-kan
 * Description:    Kyokushin Kan is a lightweight and minimalist WordPress theme that was built specifically to work seamlessly with the Elementor site builder plugin. The theme is free, open-source, and designed for users who want a flexible, easy-to-use, and customizable website. The theme, which is optimized for performance, provides a solid foundation for users to build their own unique designs using the Elementor drag-and-drop site builder. Its simplicity and flexibility make it a great choice for both beginners and experienced Web Creators.
 * Theme URI:      http://kyokushinkan.us
 * Version:        1.0.0
 */
p {
    margin-block-end: 0;
	margin-bottom: 10px;
}
p:last-child {
	margin-bottom: 0px;
}
.hero-section {
	background-image: linear-gradient(to right, rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0)), url(/wp-content/uploads/2024/12/hero-section-bg.jpg);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}
.cta-content {
    clip-path: polygon(0 0, 0% 100%, 94% 100%, 100% 0%);
}
.button-col {
	clip-path: polygon(13% 0, 0% 100%, 100% 100%, 100% 0%);
}
.category-box .elementor-flip-box__back .elementor-flip-box__layer__description ul {
    list-style: none;
	padding-left: 0;
}
.category-box .elementor-flip-box__back .elementor-flip-box__layer__description ul li {
    display: inline-block;
    width: 48%;
    font-size: 14px;
    text-align: left;
    padding-bottom: 10px;
}
.category-box .elementor-flip-box__back .elementor-flip-box__layer__description ul li span {
    display: block;
	color: #ff0336;
    font-size: 18px;
    font-family: 'Kanit';
    font-weight: 600;
    text-transform: uppercase;
}
.category-box ul {
    list-style: none;
	padding-left: 0;
}
.category-box ul li {
    display: inline-block;
    width: 48%;
	vertical-align: top;
    font-size: 14px;
    text-align: left;
	border-bottom: 1px solid #ffb4c3;
	margin-top: 10px;
    padding-bottom: 10px;
}
.category-box ul li span {
    display: block;
	color: #ff0336;
    font-size: 18px;
    font-family: 'Kanit';
    font-weight: 600;
    text-transform: uppercase;
}
.category-box ul li.divisions {
    width: 100%;
	border-bottom: none;
	padding-bottom: 0px;
}
.category-box ul li.divisions ul li {
    background: #ffd2db;
    padding: 5px;
    margin: 0 0 6px;
}
.cat-levels .elementor-icon-list-item > .elementor-icon-list-text span {
	font-size: 20px;
    font-family: 'Kanit';
    text-transform: uppercase;
    font-weight: 600;
}
.kyokushin-list-item .elementor-icon-list-text a {
    display: inline-block !important;
    width: auto !important;
}
.kyokushin-form h5 {
	font-weight: 600;
    font-style: normal !important;
    margin-bottom: 0px;
}
.box-shadow {
	box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}

/* Welcome Page */

.border-top-left {
    clip-path: polygon(0 0, 0% 100%, 97% 100%, 100% 0%);
}
.border-top-right {
	clip-path: polygon(10% 0, 0% 100%, 100% 100%, 100% 0%);
}
.border-bottom-left {
    clip-path: polygon(0 0, 0% 100%, 96% 100%, 100% 0%);
}
.border-bottom-right {
	clip-path: polygon(3% 0, 0% 100%, 100% 100%, 100% 0%);
}
.note p {
    margin-bottom: 0;
}

/* Custom Header */

h1.page-title {
	color: #ffffff;
    font-style: normal !important;
    font-size: 54px !important;
    font-weight: 600;
    text-transform: uppercase;
}

/* Main Menu */
.header-nav .wpr-nav-menu .wpr-sub-menu {
    width: 280px;
}

/* Guide Book */

.location-count {
	display: inline-block;
    background: #FF0336;
    color: #ffffff;
    line-height: 40px;
    width: 40px;
    text-align: center;
    border-radius: 50%;  
}
.contact-info-list .elementor-icon-list-text {
    word-break: break-word;
}

/* Table Style */
.kyokushin-table {
	overflow-x: auto;
	scrollbar-width: thin;
	scrollbar-color: #ff204d #fff1f3;
}

/* Webkit browsers (Chrome, Safari, Edge) scrollbar styling */
.kyokushin-table::-webkit-scrollbar {
	height: 12px;
}
.kyokushin-table::-webkit-scrollbar-track {
	background: #f5f5f5;
	border-radius: 6px;
}
.kyokushin-table::-webkit-scrollbar-thumb {
	background: #FFE0E6;
	border-radius: 6px;
	border: 2px solid #f5f5f5;
}
.kyokushin-table::-webkit-scrollbar-thumb:hover {
	background: #ffc0cb;
}
.kyokushin-table table {
	border-collapse: collapse;
	width: auto;
	min-width: 100%;
	text-align: left;
}
.kyokushin-table table thead {
	background: #FFE0E6;
}
.kyokushin-table table thead th {
	white-space: nowrap;
	border: 3px solid #ffffff;
}
.kyokushin-table table thead:first-child tr:first-child th {
	border-block-start: none;
}
.kyokushin-table table tbody td {
	white-space: nowrap;
	border: 3px solid #ffffff;
}
.kyokushin-table table tr td:first-child {
	font-weight: 700;
}

@media screen and (max-width: 1024px) {
	.category-box ul li {
		width: 100%;
	}
	.footer-icons li.elementor-icon-list-item {
		margin-bottom: 20px;
	}
	
}

@media screen and (max-width: 767px) {
	.cta-content {
		clip-path: polygon(0% 0%, 4% 100%, 95% 100%, 100% 0%);
	}
	.button-col {
		clip-path: polygon(4% 0, 0% 100%, 98% 100%, 95% 0%);
	}
	.border-top-left {
		clip-path: polygon(0 0, 0% 100%, 96.5% 100%, 100% 0%);
	}
	.border-bottom-left {
		clip-path: polygon(0 0, 0% 100%, 94% 100%, 100% 0%);
	}
	.footer-icons .elementor-icon-list-icon {
		border: 1px solid #ff0336;
		border-radius: 2px;
		padding: 4px 0px 4px 4px;
	}
	.event-date .elementor-icon-box-title {
        margin-top: 0px;
    }

}

@media screen and (max-width: 600px) {
}
