/*!
Theme Name: CKP
Theme URI: http://underscores.me/
Author: Vodjo
Author URI: https://www.vodjo.com
Description: Theme for CKP
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: ckp
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

CKP is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/

.article-items .limited-height, .featured-items .limited-height {
	display: -webkit-box;
	-webkit-line-clamp: 3; /* Adjust the number of lines to show before truncating */
	-webkit-box-orient: vertical;
	text-overflow: ellipsis;
	overflow: hidden;
	max-height: 84px; 
}

.wpcf7-not-valid-tip {
	font-size: 12px;
}

.wpcf7-response-output {
	font-size: 12px;
	margin: 1.5em 0 0 0 !important;
	padding-left: 5px !important;
	padding-right: 5px !important;
}

.modal .wpcf7-response-output {
	margin-top: 1em !important;
	margin-bottom: 1em !important;
}

.wpcf7-spinner {
	position: absolute !important;
    margin-top: 13px;
    margin-left: 3px;
}

.modal .wpcf7-spinner {
	position: absolute !important;
	margin-top: unset;
	margin-left: unset;
	top: 16px;
	right: -8px;
}

.single-career h5 {
	font-weight: 700;
	font-size: 18px;
    line-height: 27px;
    margin-bottom: 1rem;
}

blockquote p {
	margin-bottom: 5px;
}

#hidden-submit {
	display: none;
}

.product-img--main {
	height: auto;
}
.product-img--main img {
	height: auto;
}

.jconfirm-buttons .btn-hide {
	display: none !important;
}

.jconfirm .jconfirm-box div.jconfirm-title-c {
	font-size: 14px;
	font-weight: 700;
	color: rgb(var(--color-primary));
}

.jconfirm .jconfirm-box div.jconfirm-content {
	font-size: 14px;
	font-weight: 400;
    line-height: 28px;
}

.truncate {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.icon-cart-badge {
    content: "";
    position: absolute;
    font-size: 8px;
    font-family: 'icomoon';
    color: rgb(var(--color-white));
    width: 10px;
    height: 10px;
    z-index: 10;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: rgb(var(--color-white));
    top: 3px;
    right: 3px;
}

.btn-circle-top:hover .icon-cart-badge {
	background-color: rgb(var(--color-primary));
}

.header.is-sticky .btn-circle-top .icon-cart-badge, .header.stay-sticky .btn-circle-top .icon-cart-badge {
	background-color: rgb(var(--color-primary));
}

.header.is-sticky .btn-circle-top:hover .icon-cart-badge, .header.stay-sticky .btn-circle-top:hover .icon-cart-badge {
	background-color: rgb(var(--color-white));
}

.form-control[readonly] {
    background-color: unset;
}

.btn-primary.disabled, .btn-primary:disabled {
	background-color: rgb(var(--color-primary));
    border-color: rgb(var(--color-primary));
}

.video-section .btn-play {
	position: relative;
	display: unset;
	left: unset;
	top: unset;
}

.video-section p {
	margin-top: 0.5rem;
}

.video-section {
	padding-top: 15vh;
	padding-bottom: 15vh;
}

footer .link-arrow {
	line-height: 28px;
}

.materials-character.level-1-right li:last-child {
  background-color: rgb(var(--color-primary));
}

.materials-character.level-2-right li:nth-last-child(-n + 2) {
  background-color: rgb(var(--color-primary));
}

.materials-character.level-3-right li:nth-last-child(-n + 3) {
  background-color: rgb(var(--color-primary));
}

.materials-character.level-4-right li:nth-last-child(-n + 4) {
  background-color: rgb(var(--color-primary));
}

.materials-character.level-5-right li:nth-last-child(-n + 5) {
  background-color: rgb(var(--color-primary));
}

.materials-character.level-6-right li:nth-last-child(-n + 6) {
  background-color: rgb(var(--color-primary));
}

.materials-character.level-7-right li:nth-last-child(-n + 7) {
  background-color: rgb(var(--color-primary));
}

.materials-character.level-8-right li:nth-last-child(-n + 8) {
  background-color: rgb(var(--color-primary));
}

.materials-character.level-9-right li:nth-last-child(-n + 9) {
  background-color: rgb(var(--color-primary));
}

.materials-character.level-10-right li {
  background-color: rgb(var(--color-primary));
}

.child-recommendation .select2-selection {
	padding: 2px 0;
}