/*
 Theme Name:   		Coaching Child
 Description:  		Corrections & Amendments
 Author:       		
 Author Contact: 	

*/
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;1,300;1,400;1,500;1,600;1,700;1,800&display=swap');

/* ------------------------------------------------ Colors */
.thim-course-grid .course-item .thim-course-content .course-meta > div.course-price .value {
	color: #f2c23f;
}
footer#colophon .footer a:hover {
	color: #a87a03;
}

/* ------------------------------------------------ Buttons */
.eael-gallery-grid-item .fg-item-title {
	text-align: center;
	background-color: #f2c23f;
	padding: 15px 6px;
	border-radius: 20px;
	font-weight: 500;
}
/* ------------------------------------------------ Select Button - Płeć */
.acf-input select {
	width: 100%;
	background: #fff;
	border: solid 1px #ddd;
	padding: 6px 10px;
}
#registerform h2 {
	display: none;
}

/* ------------------------------------------------ Header */
.site-header .navbar-nav li.cart-item {text-align: center;}
.site-header .navbar-nav li.cart-item a.tc-menu-inner {visibility: hidden;}
.site-header .navbar-nav li.cart-item a.tc-menu-inner span:before {
	font-size: 24px;
	background-color: #000;
	color: #fff;
	border-radius: 8px;
	padding: 10px;
	visibility: visible;
	transition-duration: .3s;
}
.site-header .navbar-nav li.cart-item:hover a.tc-menu-inner span:before {
	background-color: #f2c23ffc;
	transform: scale(1);
	animation: pulse-black 2s infinite;
}
@keyframes pulse-black {
  0% {
    transform: scale(0.75);
    box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.7);
  }
  
  70% {
    transform: scale(1);
    box-shadow: 0 0 0 10px rgba(0, 0, 0, 0);
  }
  
  100% {
    transform: scale(0.95);
    box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
  }
}

body:not(.woocommerce):not(.woocommerce-page) .widget_shopping_cart {
	display: block !important;
}
body:not(.woocommerce):not(.woocommerce-page) .widget_shopping_cart .widget-title {
	display: none;
}

/* ------------------------------------------------ Header MiniCart */
.widget_shopping_cart_content {
	min-height:370px;
}
/* .widget_shopping_cart .minicart_hover .cart-items-number span.wrapper-items-number {
	display: none;
}
*/
.widget_shopping_cart .widget_shopping_cart_content .cart_list.product_list_widget,
.widget_shopping_cart .widget_shopping_cart_content .total {
	background-color: #fff;
}
@media screen and (min-width: 1280px) {
	.widget_shopping_cart_content {
		position: fixed;
		background-color: #fff;
		overflow: none;
	}
	.woocommerce-mini-cart.cart_list {
		list-style: none;
		display: flex;
		flex-direction: column;
	}
	.btn-lp-course-view-cart {
		display: table;
		margin: 0 auto;
	}
	.widget_shopping_cart .widget_shopping_cart_content .buttons {
		display: flex;
	}
	#toolbar .widget_shopping_cart .widget_shopping_cart_content .cart_list.product_list_widget li a {
		font-size: 12px;
		line-height: 14px;
	}
}

.wmc-cart img {
	filter: invert(100%);
	max-width: 30px;
}
#text-12 {
	float: right;
}

/* ------------------------------------------------ Events */
.thim-list-event.archive-event .item-event {
	display: flex;
	align-items: stretch;
}
.thim-list-event .item-event .image img {
	height: 100%;
	object-fit: cover;
}
.tp-event-info .row {
	display: flex;
	flex-direction: column;
}
.tp-event-info .row > div {
	width: 100%;
	display: flex;
}
.tp-event-info .tp-info-box .heading {
	min-width: 32%;
}
/* ------------------------------------------------ Courses */
.lp-archive-courses .learn-press .course-meta .course-author {display: none;}
.thim-course-grid .course-item .thim-course-content .middle .course-students {
	text-align: left;
}
body.single-lp_course .col-sm-9 {
	width: 100%;
}
body.single .lp-archive-courses .course-thumbnail img {
	max-height: 500px;
	object-fit: cover;
}
/* ------------------------------------------------ Hiding Elements */
.course-author,
.review-stars-rated,
.assessments-feature,
.cert-feature,
.thim-list-posts.life_homepage .item-post article .entry-header .entry-meta .author,
.thim-about-author {
	display:none;
}

.event_auth_payment_methods,
.event-payment,
.course-nav-tab-curriculum,
.course-nav-tab-instructor,
.course-nav-tab-reviews {
		display:none !important;
}
/* */
.woocommerce form .form-row input.input-text, 
.woocommerce form .form-row textarea {
	background-color: #eee;
}
#billing_proforma_field {
	border: solid 1px #f2c23ffc;
	margin-top: -20px;
}
#billing_proforma_field h5 {
	font-family: Open Sans;
	font-size: 13px;
	font-weight: 400;
	margin: 0;
	padding: 6px;
}


/* ------------------------------------------------ Archive Event */
.ui-group {
}
.ui-group select {margin-right: 10px; padding: 6px 10px;}
ul.grid  {margin: 50px 0 0 0; display: block; overflow: hidden;}
.grid li {
	display: grid;
  	grid-template-columns: 1fr 1fr;
    width: 100%;
    height: auto;
    list-style: none;
	margin: 0;	
	padding: 50px 0;
	border-top: 1px solid #ddd;
}
.grid li > div {
	width: 100%;
}
.grid li .eventImage img {
	min-width: 100%;
	height: 100%;
	object-fit: contain;
}
.eventList .filters {display: block; margin: 50px 0;}
	
.eventList .time-from {
	color: #f2c23ffc;
	float: left;
	text-align: left;
	margin-right: 34px;
}
.eventList .time-from .date {
	font-size: 34px;
	font-weight: 700;
	line-height: 35px;
	margin-top: -5px;
	display: block;
	margin-bottom: 8px;
}
.eventList .time-from .month {
	font-size: 14px;
	text-transform: uppercase;
	font-weight: 700;
	line-height: 15px;
	display: block;
}
.eventList .top-heading {
	overflow: hidden;
	padding-left: 28px;
	position: relative;
}
.eventList .top-heading:before {
	content: '';
	position: absolute;
	width: 1px;
	top: 0;
	left: 0;
	bottom: 7px;
	background: #eee;
}
.eventList .top-heading h4.title {
	font-size: 20px;
	font-weight: 700;
	text-transform: none;
	margin: 0;
	  margin-top: 0px;
	  margin-bottom: 0px;
	margin-bottom: 14px;
	
	margin-top: -4px;
}
.eventList .top-heading .meta {
	text-transform: none;
	font-weight: 700;
	font-size: 12px;
	line-height: 25px;
}
.eventList .tp-event-info {
	padding: 30px;
	border: 1px solid #eee;
	margin-bottom: 40px;
	display: block;
	position: relative;
}
.eventList .tp-event-info .row {
	display: flex;
	flex-direction: column;
}
.eventInfo {margin: 0; padding: 0;}
.eventImage {margin: 0; padding: 0;}

.eventList li.expired {display: none;}



/* ------------------------------------------------ Archive Course */
/* List */
body.archive .lp-archive-courses .course-item {
	flex-direction: row;
}
body.archive #thim-course-archive {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	grid-gap: 10px;
}
body.archive .thim-course-list .lpr_course {
	margin-bottom: 30px;
	padding: 0;
}
body.archive .thim-course-list .course-item {
	display: flex; 
	flex-wrap: wrap;
	flex-direction: column;
	padding: 10px;
}
body.archive .thim-course-list .course-item .course-thumbnail,
body.archive .thim-course-list .course-item .thim-course-content {
	width: 100%;
	float: none;
}
body.archive .thim-course-list .course-item .course-thumbnail {
	max-width: 100%;
	margin-right: 0;
}
body.archive .thim-course-list .course-item .thim-course-content .course-title {
	font-size: 18px;
	line-height: 22px;
}
body.archive .thim-course-list .course-meta {
	display: none;
}
body.archive .thim-course-list .courseInfo {
	display: none;
}
body.archive .thim-course-list .thumb {
	height: 100%;
}
body.archive .thim-course-list .thumb img {
	height: 100%;
	object-fit: cover;
}
body.archive .thim-course-grid .course-item .thim-course-content .course-title a {
	font-weight: 700;
	color: #f2c23ffc;
}
body.archive .thim-course-grid .course-item .thim-course-content .course-title a:hover {
	font-weight: 700;
	color: #333;
}
body.archive .thim-course-grid .course-item .thumb {
	height: 100%;
}
body.archive .thim-course-grid .course-item .thumb img {
	height: 100%;
	object-fit: cover;
}
body.archive .courses-list-search.list-unstyled {display: none;}
/* Grid */
body.archive #thim-course-archive.thim-course-grid {
	display: flex;
	flex-wrap: wrap;
}
body.archive #thim-course-archive.thim-course-grid .lpr_course[class*="course-grid-"] {
	width: 100%;
}
body.archive .course-item {display: flex;}
body.archive .course-item .course-thumbnail {width: 45%;}
body.archive .course-item .thim-course-content {width: 55%;}

body.archive .thim-course-grid .course-item .thim-course-content .course-title,
body.archive .thim-course-grid .course-item .thim-course-content .middle,
body.archive .thim-course-grid .course-item .thim-course-content .course-meta {
	display: none;
}
body.archive .thim-course-grid .course-item .thim-course-content .courseInfo .course-title {
	display: block;
	margin: 0;
	padding: 0;
	height: auto;
	text-align: right;
}
body.archive .thim-course-grid .course-item .course-thumbnail {
	display: flex;
	align-items: center;
}

/* ------------------------------------------------ Event Manager */
.eventImage,
.eventImage img {
	display: block;
	height: 350px;
}
.eventList .expired {
	display: none;
}

/* ------------------------------------------------ General */
.infoItem {
	display: flex;
	justify-content: space-between;
	padding: 6px 10px;
	border-bottom: solid 1px #ddd;
}
.infoItem:last-of-type {
	border-bottom: none;
}
.infoItem .title {
	font-weight: 700;
	min-width: 30%;
}
.thim-course-grid .course-item .thim-course-content .course-title {
	font-size: 15px;
	font-weight: 400;
}

/* ------------------------------------------------ Checkout */
.woocommerce-checkout #payment ul.payment_methods {
	display: none;
}

/* No Tabs Fix */
.learn-press .course-tabs .nav-tabs li {
	display: block !important;
}

/* ------------------------------------------------ RWD */
@media screen and (max-width: 1280px) {
	.tp-event-info .row > div {
		flex-direction: column;
	}
}
@media screen and (max-width: 800px) {
	.grid li {
		grid-template-columns: 1fr;
	}
	.lp-archive-courses .course-item {
		flex-direction: column;
	}
	.lp-archive-courses .course-item > div {
		width: 100%;
	}
}
@media screen and (max-width: 640px) {
	.course-item {
		flex-direction: column;
	}
	.course-item > div,
	.course-item .course-thumbnail,
	.course-item .thim-course-content {
		width: 100%;
	}
	.ui-group select {
		width: 90%;
		margin: 10px;
	}
	.eventImage,
	.eventImage img {
		display: block;
		height: 200px;
	}
}
.learn-press .course-tabs .nav-tabs .course-nav-tab-instructor{
	display:none !important;
}
.learn-press .course-tabs .nav-tabs .course-nav-tab-reviews{
	display:none !important;
}
.skill-feature {
	display:none !important;
}
.course-tab-panel .course-description  {
	color:#000 !important;
}
.course-review {
	display:none !important;
}
.quizzes-feature {
	display:none !important;
}
.lp-archive-courses ul, .lp-archive-courses ol {
	list-style-type:disc !important;
}
.learn-press-course-curriculum ul.curriculum-sections .section-content .course-item .index{
	display:none !important;
}