/*
Theme Name: CXonline
Author: creatio:net
Author URI: http://coolbrand.pl/
Description: CXonline theme
Text Domain: cxonline
Version: 1.0
*/


:root {
	--app-height: 100%;
    --white: #fff;
	--black: #000;
	--black-dark: #222;
	--black-light: #3E3E3E;
	--gray: #F9F6F4;
	--green-light: #36A6AD;
	--green-dark: #035361;
}


html {
	scroll-behavior:smooth;
	overflow-x: hidden;
}

body {
    font-family: "Montserrat", sans-serif;
	font-size:16px;
	font-weight:400;
	line-height:1.4em;
	color:var(--black-light);
	margin:0;
	padding:0;
	position: relative;
    word-break: normal;
	word-wrap: break-word;
	overflow-x: hidden;
}
@media (min-width: 1200px) {
	body {
		font-size:18px;
	}
}

a {
	color:var(--green-light);
	font-weight: 400;
	text-decoration: underline;
	text-decoration-thickness: 1px;
	text-underline-offset:1px; 
	transition:.2s all;
}

a:hover {
	color:var(--green-dark);
	text-decoration: underline;
	text-decoration-thickness: 1px;
	text-underline-offset:1px; 
}

p {
	font-size:16px;
	font-weight:400;
	line-height:1.5em;
	color:var(--black-light);
	margin:0px 0px 1.3em 0px;
	padding:0px;
}
@media (min-width: 1200px) {
	p {
		font-size:18px;
	}
}



.container, .container-fluid {
	padding-left: 20px;
	padding-right: 20px;
	max-width: 1340px !important;
}

@media (max-width: 1199px) {
	.container {
		max-width: 100%;
	}
}

@media (min-width: 1600px) {
	.container {
		max-width: 1500px;
	}
}



/* img {
	width: 100%;
	height: auto;
} */


/* 

.row {
    height: 100%;
    margin-left: -10px;
    margin-right: -10px;
}

.row > [class*="col-"] {
    padding-left:10px;
    padding-right:10px;
}

 */

.row-30 {
	margin-left: -15px;
    margin-right: -15px;
}

.row-30 > [class*="col-"] {
    padding-left:15px;
    padding-right:15px;
}




h1,h2,h3,h4,h5,h6 {
	font-weight: 700;
    color: var(--black-dark);
	text-transform: uppercase;
	line-height: 1.4em;
    margin:0 0 .4em 0;
	padding: 0;
	position: relative;
}

h1 {
    font-size: 32px;
/* 	line-height: 1.1em;
	margin: 0 0 .3em 0; */
}
@media (min-width:768px) {
	h1 {
		font-size: 36px;
	}
}
@media (min-width:1200px) {
	h1 {
		font-size:40px;
	}
}


h2 {
    font-size: 26px;
  /*   margin:0 0 .3em 0; */
}
@media (min-width:768px) {
	h2 {
		font-size: 28px;
	}
}
@media (min-width:1200px) {
	h2 {
		font-size:34px;
	}
}


h3 {
    font-size: 20px;
}
@media (min-width:768px) {
	h3 {
		font-size: 22px;
	}
}
@media (min-width:1200px) {
	h3 {
		font-size:28px;
	}
}


h4 {
    font-size: 18px;
}
@media (min-width:768px) {
	h4 {
		font-size: 19px;
	}
}
@media (min-width:1200px) {
	h4 {
		font-size: 24px;
	}
}

h5 {
    font-size: 16px;
}
@media (min-width:768px) {
	h5 {
		font-size: 17px;
	}
}
@media (min-width:1200px) {
	h5 {
		font-size: 22px;
	}
}

h6 {
    font-size: 14px;
}
@media (min-width:768px) {
	h6 {
		font-size: 15px;
	}
}
@media (min-width:1200px) {
	h6 {
		font-size: 20px;
	}
}

.btn-primary {
	font-size: 16px;
	font-weight: 700;
	color: var(--white);
	text-decoration: none;
	text-align:center;
	letter-spacing: .05em;
	position: relative;
    display: inline-block;
    vertical-align: middle;
    width: auto;
    margin: 0;
	background: var(--green-light);
    border:2px solid var(--green-light);
	border-radius:0;
    outline: 0;
	padding:12px 38px;
    cursor: pointer;
	transition: .2s all;
	overflow: hidden;
}

.btn-primary:hover, .btn-primary:active, .btn-primary:focus {
	color: var(--white);
	text-decoration: none;
	background: var(--green-dark);
	border-color: var(--green-dark);
}


.btn-secondary {
	font-size: 16px;
	font-weight: 700;
	color: var(--green-dark);
	text-decoration: none;
	text-align:center;
	letter-spacing: .05em;
	position: relative;
    display: inline-block;
    vertical-align: middle;
    width: auto;
    margin: 0;
	background: var(--white);
    border:2px solid var(--white);
	border-radius:0;
    outline: 0;
	padding:12px 38px;
    cursor: pointer;
	transition: .2s all;
	overflow: hidden;
}

.btn-secondary:hover, .btn-secondary:active, .btn-secondary:focus {
	color: var(--green-dark);
	text-decoration: none;
	background: var(--gray);
	border-color: var(--gray);
}


.btn-ghost {
	font-size: 16px;
	font-weight: 700;
	color: var(--green-light);
	text-decoration: none;
	text-align:center;
	letter-spacing: .05em;
	position: relative;
    display: inline-block;
    vertical-align: middle;
    width: auto;
    margin: 0;
	background: var(--white);
    border:2px solid var(--green-light);
	border-radius:0;
    outline: 0;
	padding:12px 38px;
    cursor: pointer;
	transition: .2s all;
	overflow: hidden;
}

.btn-ghost:hover, .btn-ghost:active, .btn-ghost:focus {
	color: var(--white);
	text-decoration: none;
	background: var(--green-light);
	border-color: var(--green-light);
}



.btn-simple {
	font-size: 16px;
	font-weight: 700;
	color: var(--green-light);
	text-decoration: none;
	text-decoration-thickness: 1px;
	text-underline-offset:1px; 
	text-align:center;
	letter-spacing: .05em;
	position: relative;
    display: inline-block;
    vertical-align: middle;
    width: auto;
    margin: 0;
	background:transparent;
    border:none;
	border-radius:0;
    outline: 0;
	padding:0 26px 0 0;
    cursor: pointer;
	transition: .2s all;
	overflow: hidden;
}

.btn-simple:hover, .btn-simple:active, .btn-simple:focus {
	color: var(--green-light);
	text-decoration: underline;
	text-decoration-thickness: 1px;
	text-underline-offset:1px; 
}

.btn-simple::after {
	content: '';
	width: 14px;
	height: 12px;
	background: url('images/icon-arrow-right.svg') no-repeat;
	right:5px;
	top:5px;
	position: absolute;
	transition: .2s all;
}

.btn-simple:hover::after {
	right: 0;
}




.header {
	width: 100%;
	height: 60px;
	z-index: 980;
	margin-top:0px;
	padding: 0;
	background: var(--white);
	position: fixed;
	z-index: 996;
	transition: .2s all;
}
@media (min-width:768px) {
	.header {
		height: 70px;
	}
}
@media (min-width:1200px) {
	.header {
		height: 80px;
	}
}

.header-pad {
	height: 60px;
}
@media (min-width:768px) {
	.header-pad {
		height: 70px;
	}
}
@media (min-width:1200px) {
	.header-pad {
		height: 80px;
	}
}

.site-scrolled .header {
	height: 50px;
	-webkit-box-shadow: 0px 3px 15px 0px rgba(0, 0, 0, 0.16);
	-moz-box-shadow: 0px 3px 15px 0px rgba(0, 0, 0, 0.16);
	box-shadow: 0px 3px 15px 0px rgba(0, 0, 0, 0.16);
}
@media (min-width:768px) {
	.site-scrolled .header {
		height: 55px;
	}
}
@media (min-width:1200px) {
	.site-scrolled .header {
		height: 60px;
	}
}

.top-brand {
	width: auto;
	height:26px;
	display: block;
	transition: .2s all;
	position: relative;
}
@media (min-width:768px) {
	.top-brand {
		height:40px;
	}
}
@media (min-width:1200px) {
	.top-brand {
		height:47px;
	}
}

.site-scrolled .top-brand {
	height: 22px;
}
@media (min-width:768px) {
	.site-scrolled .top-brand {
		height: 30px;
	}
}
@media (min-width:1200px) {
	.site-scrolled .top-brand {
		height: 35px;
	}
}


.top-brand img {
	width: auto;
	height: 100%;
	object-fit: contain;
	transition: .2s all;
}

@media (min-width:768px) {
	.topnav {
		width: 100%;
		height: 100%;
		display: flex;
		align-items: center;
		justify-content: flex-end;
		position: relative;
	}
}


.main-menu {
	width: 100%;
	max-width: 320px;
	margin: 0;
	padding: 0;
}
@media (min-width: 768px) {
	.main-menu {
		max-width: unset;
		width: 100%;
		display: flex;
		justify-content:center;
		gap:16px;
	}
}
@media (min-width: 992px) {
	.main-menu {
		gap:44px;
	}
}
@media (min-width: 1200px) {
	.main-menu {
		gap:64px;
	}
}
@media (min-width: 1400px) {
	.main-menu {
		gap:94px;
	}
}

.main-menu li {
	width: 100%;
	text-align: center;
	padding: 0;
	margin:0;
	list-style: none;
	position: relative;
}
@media (min-width:768px) {
	.main-menu li {
		width: unset;
		padding: 0;
		margin: 0;
		display: flex;
		align-items: center;
	}
}

.main-menu > li > a {
	height: 100%;
	font-size:16px;
	font-weight: 700;
	color:var(--black-dark);
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	display: flex;
	align-items: center;
	justify-content: center;
	margin:10px 0;
	padding:5px 40px;
	position: relative;
	transition: .2s all;
}
@media (min-width:768px) {
	.main-menu > li > a {
		font-size:14px;
		padding:12px 0;
		margin: 0;
	}
}
@media (min-width:992px) {
	.main-menu > li > a {
		font-size:16px;
		padding:14px 0;
	}
}
@media (min-width:1200px) {
	.main-menu > li > a {
		font-size:18px;
	}
}

.main-menu > li.current-menu-item:not(.menu-item-home) > a {
	color: var(--green-light);
	text-decoration: none;
}

.main-menu > li > a:hover {
	color:var(--green-light);
	text-decoration: none;
}

.main-menu > li > .sub-menu {
	padding:0;
	margin: 0;
	display: none;
}
@media (min-width:768px) {
	.main-menu > li > .sub-menu {
		padding:14px 14px;
		animation:fadeIn .5s;
		transition: .2s all; 
		top:44px;
		left: -20px;
		position: relative;
	}
}
@media (min-width:992px) {
	.main-menu > li > .sub-menu {
		top:48px;
	}
}
@media (min-width:1200px) {
	.main-menu > li > .sub-menu {
		padding:24px 20px;
		top:50px;
	}
}

@media (min-width:768px) {
	.main-menu > li > .sub-menu::before {
		content: '';
		width: 100%;
		height: 3px;
		background: var(--green-dark);
		-webkit-box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.16);
		-moz-box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.16);
		box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.16);
		top:0;
		left:0;
		position: absolute;
	}
}

@media (min-width: 768px) {
	.main-menu > li:hover > .sub-menu {
		width: 300px;
		text-align: left;
		display: block;
		position:absolute;
		background:var(--gray);
	}
}

.main-menu .sub-menu li {
	margin: 0 0 10px 0;
}

.main-menu .sub-menu li:last-child {
	margin: 0;
}

@media (min-width: 768px) {
	.main-menu .sub-menu li {
		margin:0 0 6px 0;
		padding: 0;
		text-align: left;
		display: block;
	}
}
@media (min-width: 992px) {
	.main-menu .sub-menu li {
		margin:0 0 14px 0;
	}
}
@media (min-width:1200px) {
	.main-menu .sub-menu li {
		margin:0 0 18px 0;
	}
}

@media (min-width: 768px) {
	.main-menu .sub-menu li:last-child {
		margin: 0;
	}
}	

.main-menu .sub-menu li a {
	font-size: 14px;
	color: var(--black-light);
	letter-spacing: 0;
	text-decoration: none;
	text-transform: none;
	text-align: center;
	margin: 0;
	padding: 0;
	display: block;
}
@media (min-width:768px) {
	.main-menu .sub-menu li a {
		font-size: 12px;
		text-align: left;
	}
}
@media (min-width:992px) {
	.main-menu .sub-menu li a {
		font-size: 14px;
	}
}
@media (min-width:1200px) {
	.main-menu .sub-menu li a {
		font-size: 16px;
	}
}

.main-menu .sub-menu li a:hover {
	color: var(--green-light);
}

.main-menu li .main-submenu-toggle {
	width: 40px;
	height: 43px;
	border-radius: 0;
	border:none;
	background:url('images/icon-chev-up.svg') center no-repeat;
	padding: 0;
	right:0;
	top:-4px;
	position: absolute;
	transform: rotate(180deg);
	transition: .2s all;
}

.main-menu li.toggled .main-submenu-toggle {
	transform: rotate(0deg);
}

@media (min-width: 768px) {
	.main-submenu-toggle {
		display: none;
	}
}

@keyframes fadeIn {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}


.shop-menu {
	margin:20px 0 0 0;
	padding: 0;
	display: flex;
	flex-wrap: nowrap;
	gap:30px;
}
@media (min-width: 768px) {
	.shop-menu {
		margin: 0;
	}
}

.shop-menu li {
	margin: 0;
	padding: 0;
	list-style: none;
}

.shop-menu li a {
	font-size: 12px;
	font-weight: 400;
	color: var(--black-light);
	text-decoration: none;
}

.menu-account a {
	height: 60px;
	text-align: center;
	white-space: nowrap;
	background: url('images/icon-account.svg') top center no-repeat;
	background-size: 28.14px 30.02px;
	display: flex;
	align-items: flex-end;
}

.menu-item.xoo-wsc-menu-item .xoo-wsc-sc-cont {
	position: relative;
}

.menu-item.xoo-wsc-menu-item .xoo-wsc-sc-cont::after {
	content: 'Koszyk';
	font-size: 12px;
	font-weight: 400;
	color: var(--black-light);
	text-decoration: none;
}

.shop-menu span.xoo-wsc-sc-count {
	top:16px;
}



.unclickable > a {
	pointer-events: none;
}






.burger {
	width: 27px;
	height: 27px;
	background:none;
	border:none;
	border-radius:0px;
	margin:-14px 0px 0px 0px;
	padding:0px;
	z-index: 978 !important;
	display: block;
}
@media (min-width:768px) {
	.burger {
		display: none;
	}
}

.burger:after,
.burger:before,
.burger div {
	background-color:var(--green-light);
	border-radius: 0px;
	content: '';
	display: block;
	height: 2px;
	margin: 8px 0;
	transition: all .2s ease-in-out;
}

.burger::after {
	width: 50%;
}

.responsive .burger:before {
	background-color:var(--green-light);
	transform: translateY(7px) rotate(135deg);
	border-radius:0%;
  }

.responsive .burger:after {
	width: 100%;
	background-color:var(--green-light);
	transform: translateY(-12px) rotate(-135deg);
	border-radius:0%;
}

.responsive .burger div {
	background-color:var(--green-light);
	transform: scale(0);
	border-radius:0%;
}

@media (max-width:767.98px) {
	.topnav {
		display: none !important;
	}
}

@media (max-width:767.98px) {
	.responsive .topnav {
		width:100%;
		height: 100vh;
		padding:60px 20px;
		top:0px;
		left:0px;
		right:0px;
		position: fixed;
		display: flex !important;
		flex-direction: column;
		align-items: center;
		justify-content: flex-start;
		z-index: 978;
		background:var(--gray);
		background-size: cover;
		overflow-y: auto;
		animation:top .5s;
	}
}
@keyframes top {
	0% {
		top: -100vh;
		opacity: 0;
	}
	100% {
		top: 0;
		opacity: 1;
	}	
}






/* hero */

section.hero {
	width: 100%;
	min-height: 360px;
	padding: 0;
	background: var(--green-dark);
}
@media (min-width:768px) {
	section.hero {
		min-height: 400px;
	}
}
@media (min-width:1200px) {
	section.hero {
		min-height: 565px;
	}
}
@media (min-width:1400px) {
	section.hero {
		min-height: 700px;
	}
}

.hero-media {
	width: 100%;
	height: 100%;
	top:0;
	left: 0;
	position: absolute;
}

.hero-media img {
	max-width: 100%;
	height: 100%;

}
@media (min-width:768px) {
	.hero-media {
		width: 55%;
		max-width: 55%;
		height: auto;
		top:unset;
		left:unset;
		position: relative;
	}
}
@media (min-width:1200px) {
	.hero-media {
		width: 62.5%;
		max-width: 62.5%;
	}
}

.hero-media button {
	display: none;
}
@media (min-width:768px) {
	.hero-media button {
		width: 69px;
		height: 69px;
		background:var(--green-light);
		margin: 0;
		padding:0 0 0 8px;
		border-radius: 50%;
		border: none;
		top:calc(50% - 34.5px);
		left:calc(50% - 34.5px);
		position: absolute;
		display: flex;
		align-items: center;
		justify-content: center;
		z-index: 990;
		transition: .2s all;
	}
}

@media (min-width:768px) {
	.hero-media button:hover {
		background: var(--green-dark);
	}
}

.video-play .hero-media button {
	display: none;
}

.hero-image {
	width: 100%;
	height: 100%;
	object-fit: cover;
	top:0;
	left:0;
	position: absolute;
	opacity: .5;
}

@media (min-width:768px) {
	.hero-image {
		opacity: 1;
	}
}

.video-play .hero-image {
	display: none;
}

.hero-video {
	display: none;
}
@media (min-width:768px) {
	.hero-video {
		width: 100%;
		height: 100%;
		object-fit: cover;
		top:0;
		left:0;
		position: absolute;
		display: block;
	}
}

.hero-content {
	width:100%;
	color:var(--white);
	background: url('images/hero-content.webp') bottom no-repeat;
	background-size: cover;
	padding:55px 20px;
	position: relative;
}
@media (min-width:768px) {
	.hero-content {
		width: 45%;
		max-width: 45%;
		padding: 45px;
	}
}
@media (min-width:1200px) {
	.hero-content {
		width: 37.5%;
		max-width: 37.5%;
		padding: 75px;
	}
}

.hero-content > div {
	max-width: 420px;
	margin: 0 auto;
}
@media (min-width:768px) {
	.hero-content > div {
		max-width: 524px;
		margin: 0;
	}
}

.hero-content h1 {
	color:var(--white);
	text-transform: uppercase;
	line-height: 1.1em;
}

.hero-content p {
	color:var(--white);
	line-height: 1.6em;
	margin: 0 0 1.36em 0;
}

.hero-content .btn-secondary {
	padding: 12px 50px;
}




/* page header / hero */ 

.page-header {
	margin: 0;
	padding: 0 0 12px 0;
}

.breadcrumbs-wrapper {
	background: var(--gray);
	padding: 13px 0 12px 0;
	margin: 0 0 25px 0;
}

.breadcrumbs {
	margin: 0;
	padding: 0;
	display: flex;
	flex-wrap: wrap;
	gap:4px 10px;
}

.breadcrumbs li {
	font-size: 13px;
	font-weight: 400;
	color: var(--black-light);
	line-height: 1.2em;
	margin: 0;
	padding: 0;
	list-style: none;
}

.breadcrumbs li a {
	font-size: 13px;
	font-weight: 400;
	color: var(--black-light);
	text-decoration: none;
}

.breadcrumbs li a:hover {
	color: var(--black);
}

.breadcrumbs li strong {
	font-weight: 400;
}

.breadcrumbs li .bread-current {
	font-weight: 600;
}





/* 404 */

.page-header.page-header-404 {
	min-height:75vh;
	margin: 0;
	position: relative;
}

.page-header.page-header-404 h1 {
	color: var(--pink);
}

.page-header.page-header-404 h2 {
	margin: 0 0 40px 0;
}




/* page / blog all */

article h1, article h2, article h3, article h4, article h5, article h6 {
	padding-top: 20px;
}

article h1:first-child, article h2:first-child, article h3:first-child, article h4:first-child, article h5:first-child, article h6:first-child {
	padding-top: 0;
}

article img {
	max-width: 100%;
	height: auto;
	margin:0px 0px 20px 0px;
}

@media (min-width: 576px) {
	article img.alignleft {
		max-width: 50%;
		float: left;
		margin:0px 20px 20px 0px;
	}
}

@media (min-width: 576px) {
	article img.alignright {
		max-width: 50%;
		float: right;
		margin:0px 0px 20px 20px;
	}
}

article img.aligncenter {
	margin:0px 0px 20px 0px;
	margin-left: 50%;
	transform: translateX(-50%);
}

body:not(.learnpress-profile) article ul {
	padding:0 0px 21px 0px !important;
	margin:0px;
}

body:not(.learnpress-profile) article p + ul {
	margin-top: -1.2em;
}

body:not(.learnpress-profile) article ul li {
	margin:0px 0px 23px 0px;
	padding:0px 0px 0px 20px;
	list-style: none;
	position: relative; 
}

body:not(.learnpress-profile) article ul li::before {
	content: '';
	width: 8px;
	height: 8px;
	background: var(--green-light);
	border-radius: 50%;
	left:0;
	top:7px;
	position: absolute;
}

body:not(.learnpress-profile) article ul li:last-child {
	margin-bottom: 0;
}

body:not(.learnpress-profile) article ol {
	margin:0px 0px 30px 0px;
	padding:2px 0px 0px 20px !important;
}

body:not(.learnpress-profile) article ol li {
	margin:0px 0px 14px 0px;
	padding:0px;
}

article blockquote {
	font-size:18px;
	font-weight:400;
	line-height:1.4em;
	margin:1em 0 1.4em 0;
	padding: 0 0 0 20px;
	position: relative;
}

article blockquote::before {
	content: '';
	width: 4px;
	height: 100%;
	background: var(--green-light);
	left:0;
	top:0;
	position: absolute;
}

article blockquote p {
	font-size: 18px;
	font-weight: 400;
	line-height:1.4em;
}




article > *:first-child {
	margin-top: 0;
}

article > p:last-child, article > ul:last-child {
	padding-bottom: 0;
	margin-bottom: 0;
}


article table {
	margin: 22px 0;
}

article table td, article table th, article table tr {
	border-width: 1px;
	padding: 5px;
}








/* sections */

section {
	margin:0 0 60px 0;
	position: relative;
}
@media (min-width:768px) {
	section {
		margin:0 0 90px 0;
	}
}


section.section-nomargin-bottom {
	margin-bottom: 0;
}

.section-padding-anch {
	width: 0;
	height: 0;
	margin-top: -100px;
	opacity: 0;
	position: absolute;
}
@media (min-width:768px) {
	.section-padding-anch {
		margin-top: -180px;
	}
}

.section-header {
	margin: 0 0 22px 0;
}
@media (min-width:768px) {
	.section-header {
		margin: 0 0 32px 0;
	}
}

.section-header-underline::after {
	content: '';
	width: 80px;
	height: 3px;
	background: var(--green-light);
	margin:-2px auto 0 auto;
	display: block;
}


/* blog listing */

.blog-listing > div {
	margin: 0 0 30px 0;
}

.blog-listing-item a, .blog-listing-item a:hover {
	height: 100%;
	background: var(--gray);
	border: 1px solid #E5E3E2;
	text-decoration:none;
	padding: 0 0 54px 0;
	display: block;
	position: relative;
}

.blog-listing-image-wrapper {
	width: 100%;
	height: auto;
    aspect-ratio: 2 / 1;
    background: url('images/cxonline.webp') center no-repeat #E5E3E2;
    background-size: 50%;
	position: relative;
}

.blog-listing-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.blog-listing-date {
	max-width: calc(100% - 40px);
    font-size: 13px;
    font-weight: 400;
    color: var(--white);
    line-height: 16px;
    padding: 5px 7px;
    background: var(--green-light);
    top: 20px;
    left: 20px;
    position: absolute;
}

.blog-listing-item a article {
	padding: 20px;
}

.blog-listing-item a article h5 {
	margin:0 0 1em 0;
}

.blog-listing-item a article p {
	margin: 0;
}

.blog-listing-item a .btn-simple {
	bottom:32px;
	left:20px;
	position: absolute;
}





.section-blog-listing-categories {
	margin: 0 0 50px 0;
	position: relative;
}


.section-blog-listing-categories ul {
	margin: 0;
	padding: 0;
	gap:10px;
}
@media (min-width:768px) {
	.section-blog-listing-categories ul {
		gap:20px;
	}
}
.section-blog-listing-categories ul li {
	margin: 0;
	list-style: none;

}

.section-blog-listing-categories ul li a {
	width: auto;
	font-size: 14px;
	font-weight:700;
	color:var(--white);
	letter-spacing: .05em;
	text-decoration: none;
	padding: 10px 10px;
	background: var(--green-light);
	white-space: nowrap;
	display: block;
}
@media (min-width:768px) {
	.section-blog-listing-categories ul li a {
		font-size: 16px;
		padding: 14px 20px;
	}
}

.section-blog-listing-categories ul li a:hover, .section-blog-listing-categories ul li.current-cat a {
	text-decoration: none;
	background: var(--green-dark);
}









.pagination {
	margin: 0;
	padding:10px 0 0 0;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	gap:5px;
}
@media (min-width:768px) {
	.pagination {
		gap:10px;
	}
}

.pagination li {
	min-width:30px;
	height: 30px;
	font-size: 14px;
	font-weight: 700;
	letter-spacing: 1.125px;
	color:var(--black-light);
	margin: 0;
	padding: 0;
	display: flex;
	justify-content: center;
	align-items: center;
}
@media (min-width:768px) {
	.pagination li {
		min-width:40px;
		height: 40px;
		font-size: 16px;
	}
}

.pagination li a.inactive {
	background:transparent;
}

.pagination li.current {
	color: var(--white);
	background: var(--green-dark);
}

.pagination li a {
	min-width:30px;
	height: 30px;
	color: var(--black-light);
	font-weight: 700;
	text-decoration: none;
	display: flex;
	justify-content: center;
	align-items: center;
}
@media (min-width:768px) {
	.pagination li a {
		min-width:40px;
		height: 40px;
	}
}

.pagination li a:hover {
	color: var(--green-dark);
	background: var(--gray);
}

.pagination li a.special {
	background: var(--gray);
}

.pagination li.special-d1 a.special {
	background: url('images/icon-pagination-out.svg') no-repeat center var(--gray);
	transform: rotate(180deg);
}

.pagination li.special-d2 a.special {
	background: url('images/icon-pagination-out.svg') no-repeat center var(--gray);
}

.pagination li.special-c1 a.special {
	background: url('images/icon-pagination.svg') no-repeat center var(--gray);
	transform: rotate(180deg);
}
@media (min-width:768px) {
	.pagination li.special-c1 a.special {
		margin-right: 10px;
	}
}

.pagination li.special-c2 a.special {
	background: url('images/icon-pagination.svg') no-repeat center var(--gray);
}
@media (min-width:768px) {
	.pagination li.special-c2 a.special {
		margin-left: 10px;
	}
}


/* blog single article */

.blog-header-wrapper {
	margin-top: -10px;
	position: relative;
}

.blog-header-wrapper-image {
	aspect-ratio: 2 / 1;
}

.blog-header-wrapper picture {
	width: 100%;
	display: block;
}

.blog-image {
	width: 100%;
	height: 100%;
	object-fit: cover;
	top:0;
	left:0;
	position: absolute;
}

.blog-image-cover {
	width:100%;
	height:220px;
	background: rgb(0,0,0);
	background: linear-gradient(180deg, rgba(0,0,0,0) 0%, rgba(0,0,0,1) 100%);
	left:0;
	bottom: 0;
	position: absolute;
}

.blog-header-wrapper h1.section-header-underline::after {
	margin-top: 2px;
}

.blog-header-wrapper-image h1 {
	color: var(--white);
	padding: 30px 20px 0 20px;
}

.blog-single-date {
	width: unset;
    font-size: 13px;
    font-weight: 400;
    color: var(--white);
    line-height: 16px;
    padding: 5px 7px;
    background: var(--green-light);
	margin: 17px 0 -14px 0;
	display: inline-block;
	position: relative;
}

.section-blog-content {
		margin: 0 0 40px 0;
	}
@media (min-width:768px) {
	.section-blog-content {
		margin: 0 0 70px 0;
	}
}

.section-blog-content .container {
	max-width: 962px;
}

.swiper.relatedpostsSwiper {
	width: calc(100% + 40px);
	margin-left: -20px;
	padding:10px 20px 20px 20px;
}

.relatedpostsSwiper .swiper-slide, .relatedpostsSwiper .swiper-slide:hover {
	height: auto;
}

.section-blog-related {
	margin: 0 0 40px 0;
}
@media (min-width:768px) {
	.section-blog-related {
		margin: 0 0 70px 0;
	}
}

.relatedpostsSwiper-button {
	width: 40px;
	height: 40px;
	background: var(--green-dark);
	border: none;
	border-radius: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	transition: .2s all;
	top:26%;
	position: absolute;
	z-index: 990;
}
@media (min-width:576px) {
	.relatedpostsSwiper-button {
		top:20%;
	}
}
@media (min-width:1200px) {
	.relatedpostsSwiper-button {
		top:120px;
	}
}
@media (min-width:1400px) {
	.relatedpostsSwiper-button {
		top:140px;
	}
}
@media (min-width:1600px) {
	.relatedpostsSwiper-button {
		top:178px;
	}
}

.relatedpostsSwiper-button:hover {
	background: var(--green-light);
}

.relatedpostsSwiper-prev {
	left:0;
}

.relatedpostsSwiper-next {
	right:0;
}



/* section-content */

.section-content-extracontent {
	color: var(--white);
	padding: 30px 30px 40px 40px;
	margin: 20px 0 0 0;
	background: var(--green-light);
}
@media (min-width:768px) {
	.section-content-extracontent {
		padding: 30px 40px 55px 30px;
		margin: 0;
	}
}

.section-content-extracontent * {
	color: var(--white);
}

.section-content-extracontent p {
	line-height: 1.55em;
}


/* section-imagecontent */

.section-imagecontent.section-imagecontent-gray {
	padding-bottom: 50px;
}
@media (min-width:768px) {
	.section-imagecontent.section-imagecontent-gray {
		padding-bottom: 0;
	}
}

.section-imagecontent.section-imagecontent-gray::before {
	content: '';
	width: 100%;
	height:100%;
	background: var(--gray);
	top:0;
	left:0;
	position: absolute;
	z-index: -1;
}
@media (min-width:768px) {
	.section-imagecontent.section-imagecontent-gray::before {
		height: calc(100% - 60px);
		top:30px;
	}
}

.section-imagecontent-col-img {
	position: relative;
}

.section-imagecontent-image {
	width: calc(100% + 40px);
	display: block;
	margin: 0 0 30px -20px;
	position: relative;
}
@media (min-width:768px) {
	.section-imagecontent-image {
		width: calc(100% + 50px);
		height: 100%;
		margin: 0 0 0 -20px;
	}
}
@media (min-width:1200px) {
	.section-imagecontent-image {
		width: calc(100% + 90px);
	}
}

@media (min-width:768px) {
	.section-imagecontent-txtimg .section-imagecontent-image {
		width: calc(100% + 50px);
		margin: 0 0 0 -30px;
	}
}
@media (min-width:1200px) {
	.section-imagecontent-txtimg .section-imagecontent-image {
		width: calc(100% + 80px);
		margin: 0 0 0 -60px;
	}
}

.section-imagecontent-col-img-auto .section-imagecontent-image {
	width: 100%;
	margin: 0 0 30px 0;
	text-align: center;
}
@media (min-width:992px) {
	.section-imagecontent-col-img-auto .section-imagecontent-image {
		margin:0 0 0 60px;
	}
}
@media (min-width:1400px) {
	.section-imagecontent-col-img-auto .section-imagecontent-image {
		margin:0 0 0 120px;
	}
}

@media (min-width:992px) {
	.section-imagecontent-txtimg .section-imagecontent-col-img-auto .section-imagecontent-image {
		margin:0 0 0 -60px;
	}
}
@media (min-width:1400px) {
	.section-imagecontent-txtimg .section-imagecontent-col-img-auto .section-imagecontent-image {
		margin:0 0 0 -120px;
	}
}

.section-imagecontent-image img {
	width: 100%;
	height: 100% !important;
	max-height: 1000px !important;
	object-fit: cover;
}
@media (min-width:576px) {
	.section-imagecontent-image img {
		max-height: 360px;
	}
}
@media (min-width:768px) {
	.section-imagecontent-image img {
		max-height: unset;
	}
}


@media (min-width:1200px) {
	.section-imagecontent.section-imagecontent-gray article {
		padding-bottom:90px;
		padding-top: 30px;
		padding-right: 30px;
	}
	.section-imagecontent.section-imagecontent-txtimg article {
		padding-right: 0;
		padding-left: 30px;
	}
}
@media (min-width:1400px) {
	.section-imagecontent article {
		padding-right: 60px;
	}
	.section-imagecontent.section-imagecontent-txtimg article {
		padding-right: 0;
		padding-left: 60px;
	}
}
@media (min-width:1800px) {
	.section-imagecontent article, .section-imagecontent.section-imagecontent-txtimg article {
		max-width: 50vw;
		padding-right: 0;
		padding-left: 0;
	}
}

@media (min-width:768px) {
	.section-imagecontent.section-imagecontent-gray article {
		padding-bottom:60px;
		padding-top: 60px;
	}
}

.section-imagecontent .section-header {
	margin: 0 0 .7em 0;
}


/* section-imagecontent-s */

.section-imagecontent-s {
	color:	var(--white);
	background: var(--green-dark);
}

.section-imagecontent-s article {
	padding:0 0 30px 0;
}
@media (max-width:767.98px) {
	.section-imagecontent-s.section-imagecontent-s-white article {
		padding-top: 0;
		padding-bottom: 0;
	}
}
@media (min-width:768px) {
	.section-imagecontent-s article {
		padding-left: 30px;
		padding-top: 50px;
		padding-bottom: 50px;
	}
	.section-imagecontent-s-txtimg.section-imagecontent-s article {
		padding-right: 30px;
		padding-left: 0;
		padding-top: 50px;
		padding-bottom: 50px;
	}
}
@media (min-width:992px) {
	.section-imagecontent-s article {
		padding-left: 60px;
		padding-top: 70px;
		padding-bottom: 70px;
	}
	.section-imagecontent-s-txtimg.section-imagecontent-s article {
		padding-right: 60px;
		padding-left: 0;
		padding-top: 70px;
		padding-bottom: 70px;
	}
}
@media (min-width:1400px) {
	.section-imagecontent-s article {
		padding-left: 60px;
		padding-right: 60px;
		padding-top: 80px;
		padding-bottom: 80px;
	}
	.section-imagecontent-s-txtimg.section-imagecontent-s article {
		padding-right: 60px;
		padding-left: 60px;
		padding-top: 80px;
		padding-bottom: 80px;
	}
}
@media (min-width:1800px) {
	.section-imagecontent-s article {
		max-width: 37vw;
		padding:97px 0 97px 0;
		margin-left: 9%;
	}
	.section-imagecontent-s-txtimg.section-imagecontent-s article {
		margin-right: 10%;
		margin-left:0;
		padding:97px 0 97px 0;
	}
}

.section-imagecontent-s h1, .section-imagecontent-s h2, .section-imagecontent-s h3, .section-imagecontent-s h4, .section-imagecontent-s h5, .section-imagecontent-s h6, .section-imagecontent-s article, .section-imagecontent-s p  {
	color: var(--white);
} 

.section-imagecontent-s.section-imagecontent-s-white article, .section-imagecontent-s.section-imagecontent-s-white p {
	color: var(--black-light);
}

.section-imagecontent-s.section-imagecontent-s-white {
	background: var(--white);
}

.section-imagecontent-s article ul li::before {
	background: var(--white);
}

.section-imagecontent-s.section-imagecontent-s-white article ul li::before {
	background: var(--green-light);
}

.section-imagecontent-s.section-imagecontent-s-white h1, .section-imagecontent-s.section-imagecontent-s-white h2, .section-imagecontent-s.section-imagecontent-s-white h3, .section-imagecontent-s.section-imagecontent-s-white h4, .section-imagecontent-s.section-imagecontent-s-white h5, .section-imagecontent-s.section-imagecontent-s-white h6 {
	color: var(--black-dark);
}

.section-imagecontent-s.section-imagecontent-s-white article, 
.section-imagecontent-s.section-imagecontent-s-white p {
	color: var(--black-light);
}

.section-imagecontent-s-col-img {
	position: relative;
}

.section-imagecontent-s-image {
	width: calc(100% + 40px);
	height: 100%;
	display: block;
	margin: 0 0 0 -20px;
	padding-bottom: 30px;
	position: relative;
}
@media (min-width:768px) {
	.section-imagecontent-s-image {
		width: calc(100% + 32px);
		margin: 0 0 0 -20px;
		padding-bottom: 0;
	}
}
@media (min-width:768px) {
	.section-imagecontent-s-txtimg .section-imagecontent-s-image {
		margin: 0 0 0 -12px;
	}
}

.section-imagecontent-s-image img {
	width: 100%;
	height:100%;
	max-height: 260px;
	object-fit: cover;
}
@media (min-width:576px) {
	.section-imagecontent-s-image img {
		max-height: 360px;
	}
}
@media (min-width:768px) {
	.section-imagecontent-s-image img {
		max-height: unset;
	}
}


/* section-contentborder */

.section-contentborder .container {
	position: relative;
}

.section-contentborder .container::before {
	content: 'C';
	font-size: 248px;
	font-weight: 700;
 	color: var(--green-light);
	opacity: 0.1;
	display: inline-block;
	left:-100px;
	top:10px;
	position: absolute;
	z-index: -1;
}
@media (min-width:992px) {
	.section-contentborder .container::before {
		font-size: 448px;
		left:-180px;
		top:20px;
	}
}

.section-contentborder .container::after {
	content: 'X';
	font-size: 248px;
	font-weight: 700;
  	color: var(--green-light);
	opacity: 0.1;
	display: inline-block;
	right:-104px;
	bottom:20px;
	position: absolute;
	z-index: -1;
}
@media (min-width:992px) {
	.section-contentborder .container::after {
		font-size: 448px;
		right:-208px;
		bottom:34px;
	}
}

.section-contentborder article {
	width:100%;
	padding:30px 20px;
	margin: 0 auto;
	border:5px solid var(--green-light);
}

@media (min-width:576px) {
	.section-contentborder article {
		width: 80%;
		padding:40px;
	}
}
@media (min-width:992px) {
	.section-contentborder article {
		width: 80%;
		padding:50px;
	}
}
@media (min-width:1200px) {
	.section-contentborder article {
		width: 74.6%;
		padding:54px 62px 60px 62px;
	}
}

.section-contentborder article ul {
	padding-top: 0;
}


/* section-cta */

.section-cta {
	min-height: 200px;
	color: var(--white);
	background:url('images/cta-bg.webp') center no-repeat var(--green-dark);
	background-size: cover;
}

.section-cta-image-wrapper {
	margin: -40px 0 0 0;
}
@media (min-width:768px) {
	.section-cta-image-wrapper {
		max-height: calc(100% + 140px);
		position: relative;
		margin:-70px 0;
	}
}

.section-cta-image {
	width: 100%;
	max-width: 420px;
	height: 100%;
	margin: 0 auto;
	display: block;
	position: relative;
}
@media (min-width:768px) {
	.section-cta-image {
		max-width: unset;
		margin: 0;
	}
}

.section-cta-image img {
	width: 100%;
	height:auto;
	object-fit: cover;
}

.section-cta-content {
	padding-top: 40px;
	padding-bottom: 55px;
}
@media (min-width:768px) {
	.section-cta-content {
		padding-top: 54px;
		padding-right: 25px;
		padding-bottom: 65px;
	}
}
@media (min-width:1200px) {
	.section-cta-content {
		padding-top: 84px;
		padding-right: 55px;
		padding-bottom: 95px;
	}
}

.section-cta h2 {
	color: var(--white);
}

.section-cta p {
	color: var(--white);
	line-height: 1.6em;
	margin: 0 0 1.4em 0;
}

.section-cta .btn-secondary {
	padding: 12px 20px;
	margin: 4px 0 0 0;
}


/* section-iconcontent */

.section-iconcontent .row {
	position: relative;
	z-index: 980;
}

.section-iconcontent .row::before {
	content: 'C';
	font-size: 248px;
	font-weight: 700;
 	color: var(--green-light);
	opacity: 0.1;
	display: inline-block;
	left:-60px;
	top:20px;
	position: absolute;
	z-index: -1;
}
@media (min-width:992px) {
	.section-iconcontent .row::before {
		font-size: 448px;
		left:-154px;
		top:20px;
	}
}
.section-iconcontent .row::after {
	content: 'X';
	font-size: 248px;
	font-weight: 700;
  	color: var(--green-light);
	opacity: 0.1;
	display: inline-block;
	right:-64px;
	bottom:70px;
	position: absolute;
	z-index: -1;
}
@media (min-width:992px) {
	.section-iconcontent .row::after {
		font-size: 448px;
		right:-164px;
		bottom:50px;
	}
}

.section-iconcontent .section-header {
	margin: 0 0 40px 0;
}

.section-iconcontent-icon-box {
	gap:20px;
	margin-bottom: 40px;
}
@media (min-width:992px) {
	.section-iconcontent-icon-box {
		margin-bottom: 60px;
	}
}

.section-iconcontent-icon-wrapper {
	width: 60px;
	min-width: 60px;
	height: 60px;
	background: var(--green-light);
	border-radius: 50%;
}
@media (min-width:1200px) {
	.section-iconcontent-icon-wrapper {
		width: 90px;
		min-width: 90px;
		height: 90px;
	}
}

.section-iconcontent-icon-wrapper img {
	max-width: 26px;
	max-height: 26px;
	object-fit: contain;
	margin: 0;
}
@media (min-width:1200px) {
	.section-iconcontent-icon-wrapper img {
		max-width: 41px;
		max-height: 41px;
	}
}

.section-iconcontent-icon-content {
	padding:20px 0 0 0;
}
@media (min-width:992px) {
	.section-iconcontent-icon-content {
		padding: 30px 0 0 0;
	}
}

.section-iconcontent-icon-content p {
	line-height: 1.6em;
	margin: 0;
}


/* section-courses */

.section-courses.section-courses-light {
	padding: 60px 0;
	background:var(--gray);
}
@media (min-width:768px) {
	.section-courses.section-courses-light {
		padding: 90px 0;
	}
}

.section-courses .container {
	position: relative;
	z-index: 980;
}

.section-courses .container::before {
	content: 'X';
	font-size: 248px;
	font-weight: 700;
 	color: var(--green-light);
	opacity: 0.1;
	display: inline-block;
	left:-60px;
	top:40px;
	position: absolute;
	z-index: -1;
}
@media (min-width:992px) {
	.section-courses .container::before {
		font-size: 448px;
		left:-154px;
		top:110px;
	}
}

.section-courses.section-courses-light .container::before {
	display: none;
}

.section-courses .tabs-nav {
	margin: 0 0 22px 0;
	gap:10px 20px;
}
@media (min-width:768px) {
	.section-courses .tabs-nav {
		gap:10px 25px;
		margin: 0 0 32px 0;
	}
}
@media (min-width:1200px) {
	.section-courses .tabs-nav {
		gap:10px 45px;
	}
}

.section-courses .tabs-nav button {
	width: 100%;
    font-size: 26px;
    font-weight: 700;
    color: var(--black-dark);
    text-transform: uppercase;
    line-height: 1.4em;
	margin: 0;
	padding: 0;
	background: none;
	border:none;
	border-radius: 0;
	opacity: .49;
	transition: .2s all;
}
@media (min-width:576px) {
	.section-courses .tabs-nav button {
		width: unset;
	}
}
@media (min-width:768px) {
	.section-courses .tabs-nav button {
		font-size: 28px;
	}
}
@media (min-width:1200px) {
	.section-courses .tabs-nav button {
		font-size:30px;
	}
}

.section-courses .tabs-nav button:hover {
	opacity: 1;
}

.section-courses .tabs-nav button.active {
	opacity: 1;
}

.section-courses .tabs-nav button.section-header-underline::after {
	opacity: 0;
}

.section-courses .tabs-nav button.section-header-underline.active::after {
	opacity: 1;
}


/* section-posts */

.section-posts {
	padding: 60px 0 70px 0;
	background: url('images/postslider-bg.webp') center no-repeat;
	background-size: cover;
}
@media (min-width:768px) {
	.section-posts {
		padding: 90px 0 140px 0;
	}
}

.section-posts h2 {
	color: var(--white);
}

.section-posts .relatedpostsSwiper-button {
	background: var(--gray);
}

.section-posts .relatedpostsSwiper-button:hover {
	background: var(--white);
}


/* section-faq */

.section-faq-light {
	background: var(--gray);
	padding: 60px 0 85px 0;
}
@media (min-width:768px) {
	.section-faq-light {
		padding: 90px 0 115px 0;
	}
}

.section-faq-with-image {
	padding: 0;
}

.section-faq .row {
	position: relative;
	z-index: 980;
}

.section-faq .row::before {
	content: 'C';
	font-size: 248px;
	font-weight: 700;
 	color: var(--green-light);
	opacity: 0.1;
	display: inline-block;
	left:-100px;
	top:80px;
	position: absolute;
	z-index: -1;
}
@media (min-width:992px) {
	.section-faq .row::before {
		font-size: 448px;
		left:-130px;
		top:110px;
	}
}
.section-faq .row::after {
	content: 'X';
	font-size: 248px;
	font-weight: 700;
  	color: var(--green-light);
	opacity: 0.1;
	display: inline-block;
	right:-64px;
	bottom:30px;
	position: absolute;
	z-index: -1;
}
@media (min-width:992px) {
	.section-faq .row::after {
		font-size: 448px;
		right:-188px;
		bottom:-34px;
	}
}

.section-faq-light.section-faq .row::before, .section-faq-light.section-faq .row::after, .section-faq-with-image.section-faq .row::before, .section-faq-with-image.section-faq .row::after {
	display: none;
}

.section-faq-image {
	position: relative;
}

.section-faq-image img {
	width:calc(100% + 40px);
	height: auto;
	margin: 0 0 0 -20px;
	aspect-ratio: 1.6 / 1;
	object-fit: cover;
}
@media (min-width:768px) {
	.section-faq-image img {
		width: 111%;
		height: 100%;
		aspect-ratio: unset;
		margin: 0;
		top:0;
		right:-12px;
		position: absolute;
	}
}

.section-faq-with-image .section-faq-with-image-content {
	padding: 30px 12px 65px 12px;
}
@media (min-width:768px) {
	.section-faq-with-image .section-faq-with-image-content {
		padding: 90px 12px 115px 12px;
	}
}
@media (min-width:1200px) {
	.section-faq-with-image .section-faq-with-image-content {
		padding: 110px 12px 140px 7%;
	}
}

.section-faq-section h5 {
	color: var(--green-dark);
	background: #E8E5E3;
	padding:12px 20px;
	margin: 0;
}

.section-faq .accordion {
	margin-bottom: 60px;
}

.section-faq .accordion:last-child {
	margin-bottom:0;
}

.section-faq .accordion .accordion-item {
	background: transparent;
	border-bottom: 1px solid #C4C0BE;
}

.section-faq .accordion .accordion-item:first-child {
	border-top: 1px solid #C4C0BE;
}

.section-faq .accordion .accordion-item.accordion-item-s-header:first-child {
	padding-top: 10px;
}

.section-faq .accordion button {
	width: 100%;
	font-size: 16px;
	font-weight:700;
	color: var(--black-dark);
	line-height: 20px;
	text-align: left;
	background:transparent;
	border: none;
	border-radius:0;
	padding:20px 33px 19px 33px;
	margin:0;
	display: inline-block;
	outline: none;
	box-shadow: none;
	position: relative;
	z-index: 994;
}

.section-faq .accordion button span {
	color: var(--green-dark);
	padding-top: 11px;
	display: block;
}

.section-faq .accordion button::before {
	content: '';
	width: 22px;
	height: 22px;
	background:url('images/icon-checked.svg') center no-repeat var(--green-light);
	border-radius: 50%;
	left:0;
	top:20px;
	position:absolute;
}

.section-faq .accordion button::after {
	content: '';
	width: 18px;
	height: 18px;
	background: url('images/icon-plus.svg') center no-repeat;
 	background-size:18px 18px;
	border-radius: 0;
	top:19px;
	right: 0;
	position: absolute;
	transition: .2s all;
}

.section-faq .accordion button[aria-expanded="true"]::after {
	content: '';
	width: 18px;
	height: 18px;
	background: url('images/icon-minus.svg') center no-repeat;
 	background-size:18px 18px;
	border-radius: 0;
	top:19px;
	right: 0;
	position: absolute;
	transition: .2s all;
}

.section-faq .accordion .faq-a {
	color: var(--black-light);
	line-height: 1.55em;
	padding:0 33px 27px 33px;
}


/* section-opinions */

.section-opinions {
	padding: 50px 0;
	background: url('images/opinions-bg.webp') left no-repeat;
	background-size: cover;
	position: relative;
}
@media (min-width:768px) {
	.section-opinions {
		padding: 70px 0 80px 0;
 		background: url('images/opinions-bg.webp') left no-repeat; 
	}
}
@media (min-width:1400px) {
	.section-opinions {
		padding: 112px 0 133px 0;
 		background: url('images/opinions-bg.webp') center no-repeat;
		background-size: cover;
	} 
}

.swiper.testimonialsSwiper {
	width: calc(100% + 20px);
	padding: 10px;
	margin: 0 0 0 -10px;
}

.section-opinions .swiper-slide {
	height: auto;
	padding: 40px 22px;
	background: var(--white);
	-webkit-box-shadow: 0px 3px 15px 0px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 0px 3px 15px 0px rgba(0, 0, 0, 0.1);
	box-shadow: 0px 3px 15px 0px rgba(0, 0, 0, 0.1);
	gap:15px;
	opacity: 0;
	transition: .5s all;
}

.section-opinions .swiper-slide.swiper-slide-visible {
	opacity: 1;
}

.testimonialsSwiper-avatar {
	width: 40px;
	min-width: 40px;
	height: 40px;
	font-size: 22px;
	font-weight: 700;
	color:var(--white);
	background: var(--green-dark);
	border-radius: 50%;
}
@media (min-width:1200px) {
	.testimonialsSwiper-avatar {
		width: 60px;
		min-width: 60px;
		height: 60px;
		font-size: 30px;
	}
}

.section-opinions .swiper-slide h5 {
	margin-top: 14px;
}
@media (min-width:992px) {
	.section-opinions .swiper-slide h5 {
		margin-top: 8px;
	}
}
@media (min-width:1200px) {
	.section-opinions .swiper-slide h5 {
		margin-top: 14px;
	}
}

.section-opinions .swiper-slide p {
	line-height: 1.55em;
	margin: 0;
}

.testimonialsSwiper-buttons {
	margin: 27px 0 0 0;
	gap:10px;
}

.testimonialsSwiper-buttons button {
	width: 40px;
	height: 40px;
	background: var(--gray);
	border: none;
	border-radius: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	transition: .2s all;
}

.testimonialsSwiper-buttons button:hover{
	background: #e8e1dc;
}


/* section-newsletter */

.section-newsletter .container {
	position: relative;
}

.section-newsletter .container::before {
	content: '';
	width:calc(100% - 40px);
	height: 100%;
	background: var(--green-dark);
	left:20px;
	top:0;
	position: absolute;
	z-index: -1;
}

.section-newsletter-image {
	min-height: 300px;
	position: relative;
}

.section-newsletter-image picture {
	height: 100%;
	display: block;
	position: relative;
}

.section-newsletter-image img {
	width:100%;
	height: 100%;
	object-fit: cover;
	position: absolute;
}

.section-newsletter-content {
	color:var(--white);
	padding:50px 34px;
}
@media (min-width:576px) {
	.section-newsletter-content {
		padding:40px 50px;
	}
}
@media (min-width:768px) {
	.section-newsletter-content {
		padding:40px 30px;
	}
}
@media (min-width:1200px) {
	.section-newsletter-content {
		padding: 70px 50px 60px 30px;
	}
}
@media (min-width:1400px) {
	.section-newsletter-content {
		padding: 110px 54px 100px 54px;
	}
}

.section-newsletter-content h1, .section-newsletter-content h2, .section-newsletter-content h3, .section-newsletter-content h4, .section-newsletter-content h5, .section-newsletter-content h6 {
	color: var(--white);
	text-transform:none;
}

.section-newsletter-content article h1, .section-newsletter-content article h2, .section-newsletter-content article h3, .section-newsletter-content article h4, .section-newsletter-content article h5, .section-newsletter-content article h6 {
    padding-top: 8px;
}

.section-newsletter-content h2.section-header {
    font-size: 32px;
	font-weight: 400;
    margin: 0 0 .3em 0;
	padding: 0;
	text-transform: uppercase;
}
@media (min-width:768px) {
	.section-newsletter-content h2.section-header {
		font-size: 36px;
	}
}
@media (min-width:1200px) {
	.section-newsletter-content h2.section-header {
		font-size:40px;
	}
}

.section-newsletter-content p {
	color:var(--white);
    line-height: 1.5em;
}

.section-newsletter .d-flex {
	padding: 20px 0;
	gap:10px
}

.section-newsletter .d-flex label {
	width: 100%;
	margin: 0;
}

.section-newsletter form.wpcf7-form input:not([type=checkbox]) {
	width: 100%;
	height: 50px;
	font-size: 15px;
	color: var(--white);
	background: #296D79;
	border: none;
	border-radius: 0;
	padding: 0 15px;
	margin: 0;
}

.section-newsletter form.wpcf7-form input[type=submit] {
	width: 100%;
	font-size: 16px;
	font-weight: 700;
	color:var(--green-dark);
	letter-spacing: .05em;
	text-transform: none;
	background: var(--white);
	border: none;
	border-radius: 0;
	margin: 0;
	padding:0 23px;
}
@media (min-width:1200px) {
	.section-newsletter form.wpcf7-form input[type=submit] {
		width: auto;
	}
}

.section-newsletter form.wpcf7-form input[type=submit]:hover {
	background:var(--gray);
}

.section-newsletter form.wpcf7-form {
	text-align: left;
}

.section-newsletter form.wpcf7-form .agree, .section-newsletter form.wpcf7-form .agree label, .section-newsletter form.wpcf7-form .agree label a {
	color:var(--white);
}

.section-newsletter form.wpcf7-form .agree label a:hover {
	color: var(--gray);
}

.section-newsletter .wpcf7-not-valid-tip, .section-newsletter .wpcf7-response-output {
	color: var(--white);
}

.section-newsletter .wpcf7-form input.wpcf7-not-valid, .section-newsletter .wpcf7-form textarea.wpcf7-not-valid, .section-newsletter .wpcf7-form select.wpcf7-not-valid {
	border:1px solid #f00 !important;
}



/* page contact */

.page-contact-header {
	padding: 0;
}

.page-contact-header .breadcrumbs-wrapper {
	margin: 0;
}

.page-contact {
	margin: 0;
}

.col-page-contact-details {
	padding-top:26px;
	padding-bottom: 60px;
}
@media (min-width:1200px) {
	.col-page-contact-details {
		padding-bottom: 95px;
	}
}


.col-page-contact-details .section-header {
	margin: 0 0 38px 0;
}

.col-page-contact-details .section-header-underline::after {
    margin: 2px 0 0 0;
}

.page-contact-details {
	margin: 0 0 46px 0;
	padding: 0;
	gap:12px 50px;
}
@media (min-width:992px) {
	.page-contact-details {
		gap:20px 60px;
	}
}
@media (min-width:1200px) {
	.page-contact-details {
		gap:20px 122px;
	}
}

.page-contact-details li {
	margin: 0;
	padding: 0;
	list-style: none;
	gap:12px;
}

.page-contact-details-icon {
	width:46px;
	height:46px;
	background: var(--green-light);
	border-radius: 50%;
}
@media (min-width:992px) {
	.page-contact-details-icon {
		width: 60px;
		height: 60px;
	}
}

@media (max-width:991.98px) {
	.page-contact-details-icon svg {
		max-width: 22px;
		max-height: 22px;
	}
}

.page-contact-details li a {
	font-size: 15px;
	font-weight: 600;
	color: var(--black-dark);
	text-decoration: none;
	text-decoration-thickness: 1px;
	text-underline-offset:1px; 
}

.page-contact-details li a:hover {
	text-decoration: underline;
	text-decoration-thickness: 1px;
	text-underline-offset:1px; 
}

.page-contact form h5 {
	margin: 0 0 24px 0;
}

.col-page-contact-image {
	display: none;
	position: relative;
}
@media (min-width:768px) {
	.col-page-contact-image {
		display: block;
	}
}

.col-page-contact-image picture {
	width: calc(100% + 20px);
	height: 100%;
	display: block;
	position: absolute;
}
@media (min-width:1200px) {
	.col-page-contact-image picture {
		width: 37vw;
	}
}

.col-page-contact-image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}




.section-course-menu {
	margin: 0 0 70px 0;
	padding: 10px 0;
	background: var(--black-dark);
}
@media (min-width:576px) {
	.section-course-menu {
		padding: 0;
	}
}

.section-course-menu ul {
	margin: 0;
	padding: 0 !important;
}

.section-course-menu ul li {
	width: 100%;
	margin: 0;
	padding: 0;
	list-style: none;
}
@media (min-width:576px) {
	.section-course-menu ul li {
		width: unset;
	}
}

.section-course-menu ul li a {
	font-size:16px;
	font-weight: 700;
	color:#C7C7C7;
	text-align: center;
	text-transform: uppercase;
	padding:10px 0;
	display: block;
}
@media (min-width:576px) {
	.section-course-menu ul li a {
		padding:16px;
	}
}
@media (min-width:992px) {
	.section-course-menu ul li a {
		font-size: 18px;
		padding:20px 20px;
	}
}
@media (min-width:1200px) {
	.section-course-menu ul li a {
		font-size: 20px;
		padding:24px 26px;
	}
}
@media (min-width:1400px) {
	.section-course-menu ul li a {
		font-size: 24px;
		padding:29px 30px;
	}
}

.section-course-menu ul li a:hover {
	color: var(--white);
	text-decoration: none;
	background: var(--green-light);
	font-variant: var();
}





.swiper.relatedcoursesSwiper {
	width: calc(100% + 40px);
	margin-left: -20px;
	padding:10px 20px 20px 20px;
}

.relatedcoursesSwiper .swiper-slide, .relatedcoursesSwiper .swiper-slide:hover {
	height: auto;
	text-decoration: none;
	background: var(--white);
	-webkit-box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.1);
	box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.1);
}

.relatedcoursesSwiper-image {
	width: 100%;
	height: auto;
	aspect-ratio: 1.6 / 1;
	background: url('images/cxonline.webp') center no-repeat var(--gray);
	background-size: 50%;
	position: relative;
}

.section-courses.section-courses-light .relatedcoursesSwiper-image {
	background: url('images/cxonline.webp') center no-repeat #E8E3DF;
	background-size: 50%;
}

.relatedcoursesSwiper-image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.relatedcoursesSwiper-badge {
	max-width: calc(100% - 40px);
	font-size: 13px;
	font-weight: 400;
	color: var(--white);
	line-height: 16px;
	padding: 5px 7px;
	background: var(--green-dark);
	top:20px;
	left: 20px;
	position: absolute;
}

.relatedcoursesSwiper-content {
	padding: 18px 26px 106px 26px;
	position: relative;
}

.relatedcoursesSwiper-content h5 {
	color: var(--black-dark);
	text-transform: none;
}

.relatedcoursesSwiper-price {
	font-size: 18px;
	font-weight:700;
	color: var(--black-dark);
	padding: 8px 0 0 0;
	text-decoration: none;
}
@media (min-width:768px) {
	.relatedcoursesSwiper-price {
		font-size: 19px;
	}
}
@media (min-width:1200px) {
	.relatedcoursesSwiper-price {
		font-size: 21px;
	}
}

.relatedcoursesSwiper-price-special {
	color: var(--green-light);
}

.relatedcoursesSwiper-price-promo {
	font-size: 14px;
	color: var(--black-dark);
	text-decoration: line-through;
	margin: 0 0 0 5px;
}
@media (min-width:1200px) {
	.relatedcoursesSwiper-price-promo {
		font-size: 16px;
	}
}




.relatedcoursesSwiper .swiper-slide .btn-primary {
	padding: 12px 30px;
	left:26px;
	bottom:33px;
	position: absolute;
}

.relatedcoursesSwiper-button {
	width: 40px;
	height: 40px;
	background: var(--green-dark);
	border: none;
	border-radius: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	transition: .2s all;
	top:30%;
	position: absolute;
	z-index: 990;
}
@media (min-width:576px) {
	.relatedcoursesSwiper-button {
		top:40%;
	}
}
@media (min-width:1200px) {
	.relatedcoursesSwiper-button {
		top:153px;
	}
}
@media (min-width:1400px) {
	.relatedcoursesSwiper-button {
		top:173px;
	}
}
@media (min-width:1600px) {
	.relatedcoursesSwiper-button {
		top:213px;
	}
}

.relatedcoursesSwiper-button:hover {
	background: var(--green-light);
}

.relatedcoursesSwiper-prev {
	left:0;
}

.relatedcoursesSwiper-next {
	right:0;
}



/* learnpress listing */

.theme-cxonline.archive .learn-press-breadcrumb {
	margin-bottom:25px;
}

.theme-cxonline .lp-archive-courses .learn-press-courses-header h1 {
    font-size: 32px;
}
@media (min-width:768px) {
	.theme-cxonline .lp-archive-courses .learn-press-courses-header h1 {
		font-size: 36px;
	}
}
@media (min-width:1200px) {
	.theme-cxonline .lp-archive-courses .learn-press-courses-header h1 {
		font-size:40px;
	}
}

.swiper.coursecatsSwiper {
	margin: 50px 0 50px 0;
	position: relative;
}

.coursecatsSwiper .swiper-slide {
	width: auto;
	font-size: 14px;
	font-weight:700;
	color:var(--white);
	letter-spacing: .05em;
	text-decoration: none;
	padding: 10px 10px;
	background: var(--green-light);
	white-space: nowrap;
	display: block;
}
@media (min-width:768px) {
	.coursecatsSwiper .swiper-slide {
		font-size: 16px;
		padding: 14px 20px;
	}
}

.coursecatsSwiper .swiper-slide:hover, .coursecatsSwiper .swiper-slide.cat-active {
	text-decoration: none;
	background: var(--green-dark);
}

.coursecatsSwiper-button {
	width: 23px;
	height: 100%;
	position: absolute;
	z-index: 980;
	opacity: 1;
	transition: .2s all;
}

@media (min-width:768px) {
	.coursecatsSwiper-button {
		width: 43px;
	}
}

.coursecatsSwiper-prev {
	background: url('images/icon-chev-green-left.svg') left center no-repeat var(--white);
	background-size: 10.46px 17.94px;
	top:0;
	left:0;
}
@media (min-width:768px) {
	.coursecatsSwiper-prev {
		background-size: 19.04px 32.64px;
	}
}

.coursecatsSwiper-prev::after {
	content: '';
	width: 10px;
	height: 100%;
	background: rgb(255,255,255);
	background: linear-gradient(90deg, rgba(255,255,255,1) 0%, rgba(255,255,255,0) 100%);
	top:0;
	left:23px;
	position: absolute;
}
@media (min-width:768px) {
	.coursecatsSwiper-prev::after {
		width: 41px;
		left:43px;
	}
}

.coursecatsSwiper-next {
	background: url('images/icon-chev-green-right.svg') right center no-repeat var(--white);
	background-size:10.46px 17.94px;
	top:0;
	right:0;
}
@media (min-width:768px) {
	.coursecatsSwiper-next {
		background-size: 19.04px 32.64px;
	}
}

.coursecatsSwiper-next::before {
	content: '';
	width: 10px;
	height: 100%;
	background: rgb(255,255,255);
	background: linear-gradient(90deg, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%);
	top:0;
	left:-10px;
	position: absolute;
}
@media (min-width:768px) {
	.coursecatsSwiper-next::before {
		width: 41px;
		left:-41px;
	}
}

.coursecatsSwiper-prev[aria-disabled=true] {
	left:-100px;
}

.coursecatsSwiper-next[aria-disabled=true] {
	right:-100px;
}

.theme-cxonline .lp-courses-bar {
	display: none;
}

.theme-cxonline .lp-list-courses-default {
	margin: 0 0 40px 0;
}
@media (min-width:576px) {
	.theme-cxonline .lp-list-courses-default {
		margin: 0 0 30px 0;
	}
}
@media (min-width:768px) {
	.theme-cxonline .lp-list-courses-default {
		margin: 0 0 60px 0;
	}
}
@media (min-width:992px) {
	.theme-cxonline .lp-list-courses-default {
		margin: 0 0 50px 0;
	}
}
@media (min-width:1400px) {
	.theme-cxonline .lp-list-courses-default {
		margin: 0 0 30px 0;
	}
}

.theme-cxonline .learn-press-courses[data-layout=grid] {
	width: 100%;
	margin: 0;
}
@media (min-width:576px) {
	.theme-cxonline .learn-press-courses[data-layout=grid] {
		width: calc(100% + 30px);
		margin: 0 0 0 -15px;
	}
}
@media (min-width:992px) {
	.theme-cxonline .learn-press-courses[data-layout=grid] {
		width: calc(100% + 40px);
		margin: 0 0 0 -20px;
	}
}
@media (min-width:1400px) {
	.theme-cxonline .learn-press-courses[data-layout=grid] {
		width: calc(100% + 60px);
		margin: 0 0 0 -30px;
	}
}

.theme-cxonline .learn-press-courses[data-layout=grid] .course {
	width: 100%;
	padding: 0;
	margin:0 0 20px 0;
}
@media (min-width:576px) {
	.theme-cxonline .learn-press-courses[data-layout=grid] .course {
		width: 50%;
		padding: 0 15px;
		margin:0 0 30px 0;
	}
}
@media (min-width:992px) {
	.theme-cxonline .learn-press-courses[data-layout=grid] .course {
		width: 33.3333%;
		padding: 0 20px;
		margin:0 0 40px 0;
	}
}
@media (min-width:1400px) {
	.theme-cxonline .learn-press-courses[data-layout=grid] .course {
		padding: 0 30px;
		margin:0 0 60px 0;
	}
}

.theme-cxonline .learn-press-courses[data-layout=grid] .course-item, .theme-cxonline .learn-press-courses[data-layout=grid] .course-item:hover {
	height: 100%;
	border-radius: 0;
	border: none;
	background: var(--white);
    -webkit-box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.1);
	position: relative;
}

.theme-cxonline .learn-press-courses[data-layout=list] .course-item {
	position: relative;
}

.theme-cxonline .learn-press-courses[data-layout=grid] .course-thumbnail, .theme-cxonline .learn-press-courses[data-layout=list] .course-thumbnail {
	border-radius: 0;
}

.theme-cxonline .learn-press-courses[data-layout=grid] .course-item .course-img, .theme-cxonline .learn-press-courses[data-layout=list] .course-item .course-img {
	width: 100%;
    height: auto;
    aspect-ratio: 1.6 / 1;
    background: url('images/cxonline.webp') center no-repeat var(--gray);
    background-size: 50%;
	border-radius: 0;
    position: relative;
}

.theme-cxonline .learn-press-courses[data-layout=grid] .course-item .course-img img, .theme-cxonline .learn-press-courses[data-layout=list] .course-item .course-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
	border-radius: 0;
}

.theme-cxonline .learn-press-courses .course-item:hover .course-thumbnail img {
	transform: scale(1);
}

.theme-cxonline .learn-press-courses[data-layout=grid] .course-content{
    padding: 18px 26px 94px 26px;
	position: static;
}

.theme-cxonline .learn-press-courses[data-layout=list] .course-content {
	padding: 18px 0 94px 0;
	position: static;
}
@media (min-width:768px) {
	.theme-cxonline .learn-press-courses[data-layout=list] .course-content {
		padding: 18px 26px 94px 26px;
	}
}

.theme-cxonline .learn-press-courses[data-layout=grid] .course-content .course-title, .theme-cxonline .learn-press-courses[data-layout=list] .course-content .course-title {
    font-size: 16px;
	font-weight: 700;
	color: var(--black-dark);
    text-transform: none;
    margin: 0 0 6px 0;
}

@media (min-width:768px) {
	.theme-cxonline .learn-press-courses[data-layout=grid] .course-content .course-title, .theme-cxonline .learn-press-courses[data-layout=list] .course-content .course-title {
		font-size: 17px;
	}
}
@media (min-width:1200px) {
	.theme-cxonline .learn-press-courses[data-layout=grid] .course-content .course-title, .theme-cxonline .learn-press-courses[data-layout=list] .course-content .course-title {
		font-size: 18px;
	}
}

.theme-cxonline  .course-item-price {
	display: flex;
	flex-direction: row-reverse;
	flex-wrap: wrap;
	justify-content: flex-end;
	gap:4px 10px;
	padding:10px 0 0 0;
}

.theme-cxonline .learn-press-courses .course-content .course-info .course-price .origin-price {
	font-size: 14px;
	display: flex;
	align-items:flex-end;
	line-height: 1.2em;
	opacity: 1;
}
@media (min-width:1200px) {
	.theme-cxonline .learn-press-courses .course-content .course-info .course-price .origin-price {
		font-size: 16px;
	}
}

.theme-cxonline .learn-press-courses .course-content .course-info .course-price .price, .theme-cxonline .learn-press-courses .course-price .free {
	font-size: 18px;
	font-weight:700;
	color: var(--black-dark);
	text-decoration: none;
}
@media (min-width:768px) {
	.theme-cxonline .learn-press-courses .course-content .course-info .course-price .price, .theme-cxonline .learn-press-courses .course-price .free {
		font-size: 19px;
	}
}
@media (min-width:1200px) {
	.theme-cxonline .learn-press-courses .course-content .course-info .course-price .price, .theme-cxonline .learn-press-courses .course-price .free {
		font-size: 21px;
	}
}

.theme-cxonline .learn-press-courses .course-content .course-info .course-price .origin-price + .price, .theme-cxonline .learn-press-courses .course-price .free {
	color:var(--green-light);
}

.iworks-omnibus, .iworks-omnibus * {
	font-size: 14px !important;
	text-transform: none !important;
	text-decoration: none !important;
}


.theme-cxonline .learn-press-courses .course-instructor-category {
	margin-bottom: 0;
}

.theme-cxonline .learn-press-courses .course-instructor-category .course-categories {
	max-width: calc(100% - 40px);
    font-size: 13px;
    font-weight: 400;
    color: var(--white);
    line-height: 16px;
    padding: 5px 7px;
    background: var(--green-dark);
    top: 20px;
    left: 20px;
    position: absolute;
}

.theme-cxonline .learn-press-courses .course-instructor-category a, .theme-cxonline .learn-press-courses .course-instructor-category a:hover {
	font-size: 13px;
    font-weight: 400;
    color: var(--white);
	text-decoration: none;
}

.theme-cxonline .learn-press-courses .course-instructor-category label, .theme-cxonline .learn-press-courses .course-instructor-category .course-instructor {
	display: none;
}

.theme-cxonline .learn-press-courses .course-wrap-meta {
	display: none;
}

.theme-cxonline .learn-press-courses .course-content .course-readmore a {
	font-size: 16px;
	font-weight: 700;
	color: var(--white);
	text-decoration: none;
	text-align:center;
	letter-spacing: .05em;
    display: inline-block;
    vertical-align: middle;
    width: auto;
    margin: 0;
	background: var(--green-light);
    border:2px solid var(--green-light);
	border-radius:0;
    outline: 0;
	padding:12px 38px;
    cursor: pointer;
	transition: .2s all;
	overflow: hidden;
	left: 26px;
    bottom: 33px;
	position: absolute;
}

.theme-cxonline .learn-press-courses .course-content .course-readmore a:hover, .theme-cxonline .learn-press-courses .course-content .course-readmore a:active, .theme-cxonline .learn-press-courses .course-content .course-readmore a:focus {
	color: var(--white);
	text-decoration: none;
	background: var(--green-dark);
	border-color: var(--green-dark);
}

.theme-cxonline .learn-press-courses[data-layout=list] .course-content .course-readmore a {
	left:unset;
	right: 0;
	bottom:0;
}

.theme-cxonline .learn-press-pagination {
	margin:10px 0 60px 0;
	padding: 0;
}
@media (min-width:768px) {
	.theme-cxonline .learn-press-pagination {
		margin:10px 0 90px 0;
	}
}
@media (min-width:1400px) {
	.theme-cxonline .learn-press-pagination {
		margin:-10px 0 90px 0;
	}
}

.theme-cxonline .learn-press-pagination .page-numbers {
	margin: 0;
	padding:0;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	gap:5px;
}
@media (min-width:768px) {
	.theme-cxonline .learn-press-pagination .page-numbers {
		gap:10px;
	}
}

.theme-cxonline .learn-press-pagination .page-numbers li {
	min-width:30px;
	height: 30px;
	font-size: 14px;
	font-weight: 700;
	letter-spacing: 1.125px;
	color:var(--black-light);
	margin: 0;
	padding: 0;
	display: flex;
	justify-content: center;
	align-items: center;
}
@media (min-width:768px) {
	.theme-cxonline .learn-press-pagination .page-numbers li {
		min-width:40px;
		height: 40px;
		font-size: 16px;
	}
}

.theme-cxonline .learn-press-pagination .page-numbers > li .page-numbers {
	min-width:30px;
	height: 30px;
	color: var(--black-light);
	font-weight: 700;
	text-decoration: none;
	display: flex;
	justify-content: center;
	align-items: center;
}
@media (min-width:768px) {
	.theme-cxonline .learn-press-pagination .page-numbers > li .page-numbers {
		min-width:40px;
		height: 40px;
	}
}

.theme-cxonline .learn-press-pagination .page-numbers > li .page-numbers:hover {
	color: var(--green-dark);
	background: var(--gray);
}

.theme-cxonline .learn-press-pagination .page-numbers > li .page-numbers.current {
	color: var(--white);
	font-weight: 700;
	background: var(--green-dark);
}

.theme-cxonline .learn-press-pagination .page-numbers > li .page-numbers.prev {
	background: url('images/icon-pagination.svg') no-repeat center var(--gray);
	transform: rotate(180deg);
}
@media (min-width:768px) {
	.theme-cxonline .learn-press-pagination .page-numbers > li .page-numbers.prev {
		margin-right: 10px;
	}
}

.theme-cxonline .learn-press-pagination .page-numbers > li .page-numbers.next {
	background: url('images/icon-pagination.svg') no-repeat center var(--gray);
}
@media (min-width:768px) {
	.theme-cxonline .learn-press-pagination .page-numbers > li .page-numbers.next {
		margin-left: 10px;
	}
}

.theme-cxonline .learn-press-pagination .page-numbers > li .page-numbers.prev i, .theme-cxonline .learn-press-pagination .page-numbers > li .page-numbers.next i {
	display: none;
}




/* learnpress course */



.lp-button {
	font-size: 16px;
	font-weight: 700;
	color: var(--white);
	text-decoration: none;
	text-align:center;
	letter-spacing: .05em;
	position: relative;
    display: inline-block;
    vertical-align: middle;
    width: auto;
    margin: 0;
	background: var(--green-light);
    border:2px solid var(--green-light);
	border-radius:0;
    outline: 0;
	padding:12px 38px;
    cursor: pointer;
	transition: .2s all;
	overflow: hidden;
}

.lp-button:hover, .lp-button:active, .lp-button:focus {
	color: var(--white);
	text-decoration: none;
	background: var(--green-dark);
	border-color: var(--green-dark);
}

/* #popup-course {
	flex-direction: row-reverse;
}

#popup-header {
	left:0 !important;
}

#popup-footer {
	left:0 !important;
}
 */

#popup-header {
	background: #131212 !important;
}

#popup-sidebar {
	background: #131212 !important;
}

#popup-content {
	background:#F9F6F4 !important;
}

.course-curriculum .section-header {
	background:#131212 !important;
	border-bottom: 1px solid #3E3E3E !important;
}

.course-curriculum .section-left .section-title {
	color:var(--white) !important;
}

.course-curriculum .course-item {
	color:var(--white) !important;
	background: transparent !important;
}

.course-curriculum .course-item .section-item-link:hover {
	text-decoration: none;
}


/* learnpress account */

/* .learnpress-profile article ul li {
	margin: 0 !important;
	padding: 0 !important;
}

.learnpress-profile article ul li::before {
	display: none;
}
*/

.lp-user-profile #profile-sidebar {
	border: none !important;
}

.lp-user-profile #profile-sidebar ul {
	background:#F9F6F4 !important;
	border: none !important;
	padding: 20px !important;
}

.lp-user-profile .lp-profile-nav-tabs {
	margin: 0;
	padding: 0 !important;
}

.lp-user-profile #profile-sidebar ul li {
	border-top:1px solid #D1D1D1 !important;
	border-bottom: none !important;
}

.lp-user-profile .lp-profile-nav-tabs li:hover {
	background: none !important;
}

.lp-user-profile #profile-sidebar ul li:first-child {
	border-top: none !important;
}

/* .lp-user-profile #profile-sidebar  li::before {
	display: none;
} */

.lp-user-profile #profile-sidebar li a {
	font-size: 14px;
	font-weight: 600 !important;
	color:var(--black-light);
	padding: 11px !important;
	border-bottom: none !important;
}
@media (min-width:991px) {
	.lp-user-profile #profile-sidebar li a {
		font-size: 16px;
		font-weight: 700 !important;
		padding: 11px 0 !important;
	}
}

.lp-user-profile #profile-sidebar li a:hover {
	color: var(--green-light);
}

.lp-user-profile .lp-profile-nav-tabs>li.active {
	background: transparent !important;
}

.lp-user-profile .lp-profile-nav-tabs li.active > a {
	color: var(--green-dark) !important;	
}

.lp-user-profile .lp-profile-nav-tabs > li.active > a > i {
	color: var(--green-dark) !important;	
}


/* learnpress login/register page */



.learn-press-form-login, .learn-press-form-register {
	box-shadow: none !important;
	border-radius: 0 !important;
	border:none !important;
	padding: 0 !important;
}
@media (min-width:769px) {
	.learn-press-form-login, .learn-press-form-register {
		padding:0 20px !important;
	}
}

.learn-press-form-login button[type=submit], .learn-press-form-register button[type=submit] {
	font-size: 16px;
	font-weight: 700;
	color: var(--white);
	text-decoration: none;
	text-align:center;
	letter-spacing: .05em;
	position: relative;
    display: inline-block;
    vertical-align: middle;
    width: auto;
    margin: 0;
	background: var(--green-light);
    border:2px solid var(--green-light);
	border-radius:0 !important;
    outline: 0;
	padding:12px 38px;
    cursor: pointer;
	transition: .2s all;
	overflow: hidden;
}

.learn-press-form-login button[type=submit]:hover, .learn-press-form-register button[type=submit]:hover {
	color: var(--white);
	text-decoration: none;
	background: var(--green-dark);
	border-color: var(--green-dark);
}



/* zamowienie */

.woocommerce-page article ul {
	margin: 0;
	padding: 0;
}

.woocommerce-page article ul li {
	margin: 0;
	padding: 0;
	list-style: none;
}

.woocommerce-page article ul li::before {
	display: none;
}

.wp-element-button {
	font-size: 16px;
	font-weight: 700;
	color: var(--white);
	text-decoration: none;
	text-align:center;
	letter-spacing: .05em;
	position: relative;
    display: inline-block;
    vertical-align: middle;
    width: auto;
    margin: 0;
	background: var(--green-light);
    border:2px solid var(--green-light);
	border-radius:0 !important;
    outline: 0;
	padding:12px 38px;
    cursor: pointer;
	transition: .2s all;
	overflow: hidden;
}

.wp-element-button:hover {
	color: var(--white);
	text-decoration: none;
	background: var(--green-dark);
	border-color: var(--green-dark);
}

.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce #respond input#submit, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce a.button, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce button.button, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce input.button {
	font-size: 16px;
	font-weight: 700;
	color: var(--white);
	text-decoration: none;
	text-align:center;
	letter-spacing: .05em;
	position: relative;
    display: inline-block;
    vertical-align: middle;
    width: auto;
    margin: 0;
	background: var(--green-light);
    border:2px solid var(--green-light);
	border-radius:0 !important;
    outline: 0;
	padding:12px 38px;
    cursor: pointer;
	transition: .2s all;
	overflow: hidden;
}

.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit:hover, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button:hover, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button:hover, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce #respond input#submit:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce a.button:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce button.button:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce input.button:hover {
	color: var(--white);
	text-decoration: none;
	background: var(--green-dark);
	border-color: var(--green-dark);
}

.woocommerce-notice.woocommerce-notice--success.woocommerce-thankyou-order-received {
	font-size: 18px;
	font-weight: 700;
	color: var(--green-light);
	text-align: center;
	padding: 0 0 40px 0;
}
@media (min-width:768px) {
	.woocommerce-notice.woocommerce-notice--success.woocommerce-thankyou-order-received {
		font-size: 22px;
	}
}

tbody, td, tfoot, th, thead, tr {
	border: none;
}



/* form */

form {
	margin: 0;
	padding:0;
}

form label {
	width: 100%;
	font-size: 15px;
	font-weight: 700;
	color: var(--black-dark);
	margin: 0 0 25px 0;
}

form p {
	font-size: 13px;
	margin: -10px 0 30px 0;
}




.wpcf7-form input[type=email], .wpcf7-form input[type=text], .wpcf7-form input[type=tel], .wpcf7-form input[type=date], .wpcf7-form select {
	width:100%;
	height:50px;
	font-size:15px;
	font-weight: 400;
	color:var(--black-light);
	line-height:40px;
	background:var(--white);
	border:1px solid #D1D1D1;
	border-radius:0;
	padding:0px 15px;
	margin:3px 0px 0px 0px;
	appearance: none;	
}

/* .wpcf7-form select {
	background: url('images/icon-select.svg') var(--white) no-repeat;
	background-position: top 17px right 16px;
	background-size: 12.86px 7.5px;
} */

.wpcf7-form textarea, .wpcf7-form textarea:active, .wpcf7-form textarea:focus  {
	width: 100%;
	height: 250px;
	font-size:15px;
	font-weight: 400;
	color:var(--black-light);
	line-height: 20px;
	background:var(--white);
	border:1px solid #D1D1D1;
	border-radius:0;
	outline: none;
	overflow: hidden;
	margin:3px 0px 0px 0px;
	padding: 15px;
}

.wpcf7-list-item {
	margin: 0 !important;
}






/* .wpcf7-not-valid-tip {
	font-size: 14px !important;
	margin-top: 4px;
} */
 
.wpcf7-not-valid .wpcf7-list-item-label:before {
	border: 2px solid #f00 !important;
}
 
.wpcf7-form input.wpcf7-not-valid, .wpcf7-form textarea.wpcf7-not-valid, .wpcf7-form select.wpcf7-not-valid {
	border:2px solid #f00;
}



.wpcf7-not-valid .wpcf7-list-item-label:before {
	border: 1px solid #f00 !important;
}
 
.wpcf7-form input.wpcf7-not-valid, .wpcf7-form textarea.wpcf7-not-valid, .wpcf7-form select.wpcf7-not-valid {
	border:1px solid #f00;
}

.wpcf7-not-valid-tip {
    font-size: 12px !important;
    font-weight: 400 !important;
	color: var(--black-dark);
    line-height: 14px;
    margin: 10px 0px 0px 0px !important;
    padding:0;
    position: relative;
    z-index: 974;
	display: block !important;
}

.wpcf7-spinner {
	display:none !important;
}

.wpcf7-response-output {
	color: var(--black-dark);
}



form.wpcf7-form input[type=submit] {
	width: 100%;
	height: 50px;
	font-size: 16px;
	font-weight: 700;
	color:var(--white);
	letter-spacing: .05em;
	text-transform: none;
	background: var(--green-light);
	border: none;
	border-radius: 0;
	margin:12px 0 0 0;
	padding:0 23px;
}
@media (min-width:1200px) {
	form.wpcf7-form input[type=submit] {
		width: auto;
		padding:0 70px;
	}
}

form.wpcf7-form input[type=submit]:hover {
	background:var(--green-dark);
}









/* agree */

form.wpcf7-form .agree {
	font-size: 14px;
	color:var(--black-light);
	font-weight:400;
	line-height: 16px;
	padding: 0 0 0 28px;
	margin: 0 0 15px 0;
}

form.wpcf7-form .agree label {
	font-size: 14px;
	color:var(--black-light);
	font-weight:400;
	line-height: 16px;
	margin: 0;
	position: relative;
}

form.wpcf7-form .agree label a {
	color:var(--black-light);
	font-weight:700;
	text-decoration: none;
}

form.wpcf7-form .agree label a:hover {
	color: var(--green-dark);
	text-decoration: none;
}

form.wpcf7-form .req {
	color: var(--green-dark);
}


/* checkbox */

.wpcf7-form input[type=checkbox] {
	width:20px;
	height:20px;
	line-height:20px;
	margin:0px 0px 0px -28px;
	z-index:9996;
	position:absolute;
	opacity:0;
	top:-2;
	cursor:pointer;
}

.wpcf7-form input[type=checkbox] + span:before {
	content: '';
	width:20px;
	height:20px;
	line-height:25px;
	background:var(--white);
	border-radius:0;
	border:1px solid #D1D1D1;
	cursor:pointer;
	top:-2px;
	left: -28px;
	position: absolute;
}

.wpcf7-form input[type=checkbox]:checked + span:before {
	content: '';
	width:20px;
	height:20px;
	background:url('images/icon-checked-green.svg') no-repeat center var(--white);
	border:1px solid #D1D1D1;
	background-size:13px 9px;
	background-position:50%;
}












::-webkit-input-placeholder {
	/* WebKit browsers */
	color: var(--black-light) !important;
}
:-moz-placeholder {
	/* Mozilla Firefox 4 to 18 */
	color: var(--black-light) !important;
}
::-moz-placeholder {
	/* Mozilla Firefox 19+ */
	color: var(--black-light) !important;
}
:-ms-input-placeholder {
	/* Internet Explorer 10+ */
	color: var(--black-light) !important;
}
input::placeholder {
	color: var(--black-light) !important;
}
textarea::-webkit-input-placeholder {
	/* WebKit browsers */
	color: var(--black-light) !important;
}
textarea:-moz-placeholder {
	/* Mozilla Firefox 4 to 18 */
	color: var(--black-light)!important;
}
textarea::-moz-placeholder {
	/* Mozilla Firefox 19+ */
	color: var(--black-light) !important;
}
textarea:-ms-input-placeholder {
	/* Internet Explorer 10+ */
	color: var(--black-light) !important;
}
textarea::placeholder {
	color: var(--black-light) !important;
}
select::placeholder {
	color: var(--black-light) !important;
}






/* search results */

section.search-results ul {
	padding:16px 0px 21px 0px;
	margin:0px;
}

section.search-results ul li {
	margin:0px 0px 15px 0px;
	padding:0px 0px 0px 33px;
	background:url('images/list.png') top left no-repeat;
	background-size: 20px 15px;
	background-position: 0 4px;
	list-style: none;
	position: relative; 
}

section.search-results ul li:last-child {
	margin-bottom: 0;
}




/* footer */

footer {
	font-size: 15px;
	font-weight: 400;
	color: var(--white);
	padding:24px 0 0 0;
	background:url('images/footer.webp') top center no-repeat #003943;
	background-size: cover;
	position:relative;
}

footer .row > * {
	margin-bottom: 37px;
}

footer h2 {
	font-weight: 400;
	color: var(--white);
	text-transform: uppercase;
	margin: 0 0 20px 0;
}

.footer-contact {
	margin: 0 0 0 3px;
	padding: 0;
}

.footer-contact li {
	margin: 0 0 8px 0;
	padding: 0;
	list-style: none;
	display: flex;
	align-items: center;
	gap:9px;
}

.footer-contact li:last-child {
	margin: 0;
}

.footer-contact li a {
	color:var(--white);
	text-decoration-thickness: 1px;
	text-underline-offset:5px; 
	text-decoration: none;
}

.footer-contact li a:hover {
	color:var(--white);
	text-decoration-thickness: 1px;
	text-underline-offset:5px; 
	text-decoration: underline;
}

footer h5 {
	color: var(--white);
	text-transform: uppercase;
	margin: 5px 0 13px 0;
}

.footer-menu {
	margin: 0;
	padding: 0;
}

.footer-menu li {
	margin:0 0 11px 0;
	padding: 0;
	list-style: none;
}

.footer-menu li:last-child {
	margin: 0;
}

.footer-menu li a {
	color: var(--white);
	text-decoration: none;
	text-decoration-thickness: 1px;
	text-underline-offset:5px; 
}

.footer-menu li a:hover {
	color: var(--white);
	text-decoration: underline;
	text-decoration-thickness: 1px;
	text-underline-offset:5px; 
	transition:.2s all;
}

.social-media {
	padding:6px 0 0 0;
	margin: 0;
	display: flex;
	gap:18px;
}

.social-media li {
	margin: 0;
	padding: 0;
	list-style: none;
}

.social-media li a:hover svg {
	opacity: .6;
	transition: .2s all;
}

.copyrights {
	font-size: 14px;
	font-weight: 300;
	padding-top: 18px;
	padding-bottom:24px;
	border-top: 1px solid #3596A2;
	gap:10px 20px;
}

.copyrights a, .copyrights a:hover {
	color: var(--white);
	font-weight: 300;
	text-decoration: none;
}

.goup {
	width:30px;
	height:30px;
	border: 1px solid var(--white);
	background: var(--green-dark);
	display: flex;
	align-items: center;
	justify-content: center;
	right:20px;
	bottom:17px;
	position: fixed;
	transition: .2s all;
	opacity: 0;
	visibility: hidden;
}
@media (min-width: 992px) {
	.goup {
		width: 40px;
		height: 40px;
	}
}

.page-scrolled .goup {
	margin-bottom: 100px;
}
@media (min-width: 576px) {
	.page-scrolled .goup {
		margin-bottom: 60px;
	}
}
@media (min-width: 1240px) {
	.page-scrolled .goup {
		margin-bottom: 0px;
	}
}

.site-scrolled .goup {
	opacity: 1;
	visibility: visible;
}




::-moz-selection {
	color:var(--gray);
	background:var(--green-dark) !important;
}

::selection {
	color:var(--gray);
	background:var(--green-dark) !important;
}

::-moz-selection {
	color:var(--gray);
	background:var(--green-dark) !important;
}


:root {
	scrollbar-color: var(--green-dark) var(--gray) !important;
	scrollbar-width: thin !important;
}

::-webkit-scrollbar {
   width:7px;
}

::-webkit-scrollbar-track {
   background:var(--gray) ;
}

::-webkit-scrollbar-thumb {
   background:var(--green-dark); 
}

::-webkit-scrollbar-thumb:hover {
	background:var(--green-light);
}

@media (max-width: 991.98px) {
	::-webkit-scrollbar {
		display: none;
	}
}







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




 


.load-delay {
	content-visibility: hidden;
	display: none;
	transition: .2s;  
}

.load-delay-active {
	content-visibility: visible;
	display: block;
	transition: .2s; 
}








@font-face {
    font-family: 'Montserrat';
    src: url('fonts/Montserrat-Regular.woff2') format('woff2'),
        url('fonts/Montserrat-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Montserrat';
    src: url('fonts/Montserrat-Italic.woff2') format('woff2'),
        url('fonts/Montserrat-Italic.woff') format('woff');
    font-weight: normal;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Montserrat';
    src: url('fonts/Montserrat-Bold.woff2') format('woff2'),
        url('fonts/Montserrat-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Montserrat';
    src: url('fonts/Montserrat-BoldItalic.woff2') format('woff2'),
        url('fonts/Montserrat-BoldItalic.woff') format('woff');
    font-weight: bold;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Montserrat';
    src: url('fonts/Montserrat-Light.woff2') format('woff2'),
        url('fonts/Montserrat-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Montserrat';
    src: url('fonts/Montserrat-LightItalic.woff2') format('woff2'),
        url('fonts/Montserrat-LightItalic.woff') format('woff');
    font-weight: 300;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Montserrat';
    src: url('fonts/Montserrat-SemiBold.woff2') format('woff2'),
        url('fonts/Montserrat-SemiBold.woff') format('woff');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Montserrat';
    src: url('fonts/Montserrat-SemiBoldItalic.woff2') format('woff2'),
        url('fonts/Montserrat-SemiBoldItalic.woff') format('woff');
    font-weight: 600;
    font-style: italic;
    font-display: swap;
}

/* FIX: image height = text height */
@media (min-width:768px) {
	.section-imagecontent > .container-fluid > .row {
		align-items: stretch !important;
	}

	.section-imagecontent-col-img {
		display: flex;
		flex-direction: column;
	}

	.section-imagecontent-image {
		flex: 1 1 0%;
		position: relative;
		min-height: 200px;
	}

	.section-imagecontent-image img {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100% !important;
		max-height: none !important;
		object-fit: cover;
	}
}

.wc-single-product {
	margin: 0 0 60px 0;
}
@media (min-width:768px) {
	.wc-single-product {
		margin: 0 0 90px 0;
	}
}


/* Gallery */

.wc-product-gallery {
	margin: 0 0 30px 0;
	position: relative;
}
@media (min-width:768px) {
	.wc-product-gallery {
		margin: 0;
	}
}

.wc-product-gallery > a {
	display: block;
}

.wc-product-gallery__main-image {
	width: 100%;
	height: auto;
	aspect-ratio: 1 / 1;
	object-fit: cover;
	display: block;
	background: var(--gray);
}

.wc-product-gallery__thumbs {
	display: flex;
	gap: 10px;
	margin: 10px 0 0 0;
	flex-wrap: wrap;
}

.wc-product-gallery__thumbs a {
	width: calc(25% - 8px);
	display: block;
}

.wc-product-gallery__thumb {
	width: 100%;
	height: auto;
	aspect-ratio: 1 / 1;
	object-fit: cover;
	background: var(--gray);
	opacity: .7;
	transition: .2s all;
}

.wc-product-gallery__thumb:hover {
	opacity: 1;
}


/* Summary */

.wc-product-summary {
	padding: 0;
}
@media (min-width:768px) {
	.wc-product-summary {
		padding: 0 0 0 20px;
	}
}
@media (min-width:1200px) {
	.wc-product-summary {
		padding: 0 0 0 40px;
	}
}

.wc-product-category {
	font-size: 13px;
	font-weight: 400;
	margin: 0 0 10px 0;
}

.wc-product-category a {
	font-size: 13px;
	font-weight: 600;
	color: var(--green-light);
	text-decoration: none;
	text-transform: uppercase;
	letter-spacing: .05em;
}

.wc-product-category a:hover {
	color: var(--green-dark);
}

.wc-product-title {
	font-size: 26px;
	text-transform: none;
	margin: 0 0 15px 0;
}
@media (min-width:768px) {
	.wc-product-title {
		font-size: 30px;
	}
}
@media (min-width:1200px) {
	.wc-product-title {
		font-size: 34px;
	}
}

.wc-product-short-desc {
	margin: 0 0 20px 0;
}

.wc-product-short-desc p {
	line-height: 1.6em;
}


/* Prices */

.wc-product-price {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	gap: 8px 12px;
	margin: 0 0 8px 0;
	padding: 20px 0;
	border-top: 1px solid #E5E3E2;
	border-bottom: 1px solid #E5E3E2;
}

.wc-price-current {
	font-size: 28px;
	font-weight: 700;
	color: var(--black-dark);
}
@media (min-width:1200px) {
	.wc-price-current {
		font-size: 32px;
	}
}

.wc-price-sale {
	font-size: 28px;
	font-weight: 700;
	color: var(--green-light);
}
@media (min-width:1200px) {
	.wc-price-sale {
		font-size: 32px;
	}
}

.wc-price-regular {
	font-size: 18px;
	font-weight: 400;
	color: #999;
	text-decoration: line-through;
}

.wc-price-badge {
	display: inline-block;
	font-size: 13px;
	font-weight: 700;
	color: var(--white);
	background: #e74c3c;
	padding: 3px 10px;
	line-height: 1.2em;
}


/* Add to cart */

.wc-product-add-to-cart {
	padding: 20px 0 0 0;
}

.wc-atc-form {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 12px;
}

.wc-quantity {
	display: flex;
	align-items: center;
	border: 1px solid #D1D1D1;
	height: 50px;
}

.wc-qty-btn {
	width: 44px;
	height: 100%;
	font-size: 20px;
	font-weight: 400;
	color: var(--black-dark);
	background: var(--gray);
	border: none;
	border-radius: 0;
	cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: center;
	transition: .2s all;
	padding: 0;
	margin: 0;
}

.wc-qty-btn:hover {
	background: #E5E3E2;
}

.wc-qty-input {
	width: 50px;
	height: 100%;
	font-size: 16px;
	font-weight: 600;
	color: var(--black-dark);
	text-align: center;
	border: none;
	border-left: 1px solid #D1D1D1;
	border-right: 1px solid #D1D1D1;
	border-radius: 0;
	padding: 0;
	margin: 0;
	-moz-appearance: textfield;
	appearance: textfield;
}

.wc-qty-input::-webkit-outer-spin-button,
.wc-qty-input::-webkit-inner-spin-button {
	-webkit-appearance: none;
	margin: 0;
}

.wc-add-to-cart-btn {
	flex: 1;
	min-width: 200px;
	height: 50px;
	padding: 0 38px;
}

.wc-out-of-stock {
	font-size: 16px;
	font-weight: 700;
	color: #e74c3c;
	padding: 12px 0;
}


/* Meta */

.wc-product-meta {
	margin: 25px 0 0 0;
	padding: 20px 0 0 0;
	border-top: 1px solid #E5E3E2;
}

.wc-meta-item {
	font-size: 14px;
	margin: 0 0 6px 0;
}

.wc-meta-label {
	font-weight: 700;
	color: var(--black-dark);
	margin-right: 4px;
}

.wc-meta-value {
	color: var(--black-light);
}

.wc-meta-value a {
	color: var(--green-light);
	text-decoration: none;
}

.wc-meta-value a:hover {
	color: var(--green-dark);
	text-decoration: underline;
}


/* ── Tabs ── */

.wc-product-tabs-section {
	margin: 0 0 60px 0;
	padding: 60px 0;
	background: var(--gray);
}
@media (min-width:768px) {
	.wc-product-tabs-section {
		margin: 0 0 90px 0;
		padding: 90px 0;
	}
}

.wc-product-tabs {
	max-width: 900px;
	margin: 0 auto;
}

.wc-tabs-nav {
	display: flex;
	flex-wrap: wrap;
	gap: 0;
	margin: 0 0 30px 0;
	border-bottom: 2px solid #E5E3E2;
}

.wc-tab-btn {
	font-size: 16px;
	font-weight: 700;
	color: var(--black-dark);
	text-transform: uppercase;
	background: none;
	border: none;
	border-bottom: 3px solid transparent;
	border-radius: 0;
	padding: 14px 20px;
	margin: 0 0 -2px 0;
	cursor: pointer;
	opacity: .5;
	transition: .2s all;
}
@media (min-width:768px) {
	.wc-tab-btn {
		font-size: 18px;
		padding: 14px 30px;
	}
}

.wc-tab-btn:hover {
	opacity: .8;
}

.wc-tab-btn.active {
	opacity: 1;
	border-bottom-color: var(--green-light);
}

.wc-tab-panel {
	display: none;
}

.wc-tab-panel.active {
	display: block;
	animation: fadeIn .4s;
}

.wc-tab-panel article {
	line-height: 1.6em;
}


/* Attributes table */

.wc-attributes-table {
	width: 100%;
	border-collapse: collapse;
}

.wc-attributes-table tr {
	border-bottom: 1px solid #E5E3E2;
}

.wc-attributes-table th {
	font-size: 15px;
	font-weight: 700;
	color: var(--black-dark);
	text-align: left;
	padding: 14px 20px 14px 0;
	width: 35%;
	vertical-align: top;
}

.wc-attributes-table td {
	font-size: 15px;
	color: var(--black-light);
	padding: 14px 0;
}


/* ── Related Products ── */

.wc-related-products {
	margin: 0 0 60px 0;
}
@media (min-width:768px) {
	.wc-related-products {
		margin: 0 0 90px 0;
	}
}

.wc-related-products .section-header {
	margin: 0 0 32px 0;
}

.wc-products-grid {
	display: grid;
	grid-template-columns: 1fr;
	gap: 20px;
}
@media (min-width:576px) {
	.wc-products-grid {
		grid-template-columns: repeat(2, 1fr);
		gap: 30px;
	}
}
@media (min-width:992px) {
	.wc-products-grid {
		grid-template-columns: repeat(3, 1fr);
	}
}
@media (min-width:1400px) {
	.wc-products-grid {
		grid-template-columns: repeat(4, 1fr);
	}
}


/* Product Card (shared for grid/related) */

.wc-product-card {
	background: var(--white);
	-webkit-box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.1);
	box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.1);
	display: flex;
	flex-direction: column;
	position: relative;
}

.wc-product-card__image {
	display: block;
	width: 100%;
	aspect-ratio: 1.6 / 1;
	background: url('images/cxonline.webp') center no-repeat var(--gray);
	background-size: 50%;
	overflow: hidden;
}

.wc-product-card__image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: .3s transform;
}

.wc-product-card:hover .wc-product-card__image img {
	transform: scale(1.03);
}

.wc-product-card__content {
	padding: 18px 26px 100px 26px;
	flex-grow: 1;
	position: relative;
}

.wc-product-card__name {
	text-transform: none;
	margin: 0 0 6px 0;
}

.wc-product-card__name a {
	color: var(--black-dark);
	text-decoration: none;
}

.wc-product-card__name a:hover {
	color: var(--green-light);
}

.wc-product-card__price {
	display: flex;
	flex-direction: row-reverse;
	flex-wrap: wrap;
	justify-content: flex-end;
	gap: 4px 10px;
	padding: 10px 0 0 0;
}

.wc-product-card__price .wc-price-current {
	font-size: 21px;
}

.wc-product-card__price .wc-price-sale {
	font-size: 21px;
}

.wc-product-card__price .wc-price-regular {
	font-size: 16px;
	display: flex;
	align-items: flex-end;
	line-height: 1.2em;
}

.wc-product-card__btn {
	padding: 12px 30px;
	left: 26px;
	bottom: 33px;
	position: absolute;
}


/* ── Shop Archive / page-sklep template ── */

.sklep-container {
	max-width: 1340px;
	margin: 0 auto;
	padding: 0 20px 60px 20px;
}
@media (min-width:768px) {
	.sklep-container {
		padding: 0 20px 90px 20px;
	}
}

.sklep-grid {
	display: grid;
	grid-template-columns: 1fr;
	gap: 20px;
}
@media (min-width:576px) {
	.sklep-grid {
		grid-template-columns: repeat(2, 1fr);
		gap: 30px;
	}
}
@media (min-width:992px) {
	.sklep-grid {
		grid-template-columns: repeat(3, 1fr);
		gap: 30px;
	}
}
@media (min-width:1400px) {
	.sklep-grid {
		gap: 60px 30px;
	}
}

.sklep-product {
	background: var(--white);
	-webkit-box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.1);
	box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.1);
	display: flex;
	flex-direction: column;
	position: relative;
}

.sklep-product__image {
	display: block;
	width: 100%;
	aspect-ratio: 1.6 / 1;
	background: url('images/cxonline.webp') center no-repeat var(--gray);
	background-size: 50%;
	overflow: hidden;
}

.sklep-product__image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: .3s transform;
}

.sklep-product:hover .sklep-product__image img {
	transform: scale(1.03);
}

.sklep-product__content {
	padding: 18px 26px 100px 26px;
	flex-grow: 1;
	position: relative;
}

.sklep-product__name {
	font-size: 16px;
	text-transform: none;
	margin: 0 0 6px 0;
}
@media (min-width:768px) {
	.sklep-product__name {
		font-size: 17px;
	}
}
@media (min-width:1200px) {
	.sklep-product__name {
		font-size: 18px;
	}
}

.sklep-product__name a {
	color: var(--black-dark);
	text-decoration: none;
}

.sklep-product__name a:hover {
	color: var(--green-light);
}

.sklep-product__price {
	display: flex;
	flex-direction: row-reverse;
	flex-wrap: wrap;
	justify-content: flex-end;
	gap: 4px 10px;
	padding: 10px 0 0 0;
}

.sklep-product__price .price-normal,
.sklep-product__price .price-sale {
	font-size: 18px;
	font-weight: 700;
	color: var(--black-dark);
	text-decoration: none;
}
@media (min-width:768px) {
	.sklep-product__price .price-normal,
	.sklep-product__price .price-sale {
		font-size: 19px;
	}
}
@media (min-width:1200px) {
	.sklep-product__price .price-normal,
	.sklep-product__price .price-sale {
		font-size: 21px;
	}
}

.sklep-product__price .price-sale {
	color: var(--green-light);
}

.sklep-product__price .price-regular {
	font-size: 14px;
	color: var(--black-dark);
	text-decoration: line-through;
	display: flex;
	align-items: flex-end;
	line-height: 1.2em;
}
@media (min-width:1200px) {
	.sklep-product__price .price-regular {
		font-size: 16px;
	}
}

.sklep-product__price .price-badge {
	font-size: 13px;
	font-weight: 700;
	color: var(--white);
	background: #e74c3c;
	padding: 3px 10px;
	line-height: 1.2em;
	display: flex;
	align-items: center;
}

.sklep-product__button {
	font-size: 16px;
	font-weight: 700;
	color: var(--white);
	text-decoration: none;
	text-align: center;
	letter-spacing: .05em;
	display: inline-block;
	background: var(--green-light);
	border: 2px solid var(--green-light);
	border-radius: 0;
	padding: 12px 38px;
	cursor: pointer;
	transition: .2s all;
	overflow: hidden;
	left: 26px;
	bottom: 33px;
	position: absolute;
}

.sklep-product__button:hover {
	color: var(--white);
	text-decoration: none;
	background: var(--green-dark);
	border-color: var(--green-dark);
}


/* ── Pagination (shop) ── */

.sklep-pagination {
	margin: 10px 0 0 0;
	padding: 0;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	gap: 5px;
}
@media (min-width:768px) {
	.sklep-pagination {
		gap: 10px;
	}
}

.sklep-pagination .page-numbers {
	min-width: 30px;
	height: 30px;
	font-size: 14px;
	font-weight: 700;
	letter-spacing: 1.125px;
	color: var(--black-light);
	text-decoration: none;
	background: transparent;
	border: none;
	margin: 0;
	padding: 0;
	display: flex;
	justify-content: center;
	align-items: center;
}
@media (min-width:768px) {
	.sklep-pagination .page-numbers {
		min-width: 40px;
		height: 40px;
		font-size: 16px;
	}
}

.sklep-pagination .page-numbers:hover {
	color: var(--green-dark);
	background: var(--gray);
}

.sklep-pagination .page-numbers.current {
	color: var(--white);
	background: var(--green-dark);
}

.sklep-pagination .page-numbers.prev {
	background: url('images/icon-pagination.svg') no-repeat center var(--gray);
	transform: rotate(180deg);
}
@media (min-width:768px) {
	.sklep-pagination .page-numbers.prev {
		margin-right: 10px;
	}
}

.sklep-pagination .page-numbers.next {
	background: url('images/icon-pagination.svg') no-repeat center var(--gray);
}
@media (min-width:768px) {
	.sklep-pagination .page-numbers.next {
		margin-left: 10px;
	}
}


/* ── WooCommerce general overrides ── */

.woocommerce-container {
	padding: 0 0 60px 0;
}
@media (min-width:768px) {
	.woocommerce-container {
		padding: 0 0 90px 0;
	}
}

.woocommerce-container .container {
	max-width: 1340px;
	margin: 0 auto;
	padding: 0 20px;
}


/* WooCommerce notices */

.woocommerce-message,
.woocommerce-info,
.woocommerce-error {
	font-size: 15px;
	padding: 14px 20px;
	margin: 0 0 20px 0;
	border-left: 4px solid var(--green-light);
	background: var(--gray);
	border-radius: 0;
}

.woocommerce-error {
	border-left-color: #e74c3c;
}


/* ── WooCommerce Cart & Checkout  ── */

.woocommerce table.shop_table {
	border: none;
	border-collapse: collapse;
}

.woocommerce table.shop_table th {
	font-size: 14px;
	font-weight: 700;
	color: var(--black-dark);
	text-transform: uppercase;
	letter-spacing: .05em;
	padding: 14px 12px;
	border-bottom: 2px solid #E5E3E2;
}

.woocommerce table.shop_table td {
	font-size: 15px;
	padding: 14px 12px;
	border-bottom: 1px solid #E5E3E2;
	vertical-align: middle;
}

.woocommerce table.shop_table .product-thumbnail img {
	width: 60px;
	height: 60px;
	object-fit: cover;
}

.woocommerce table.shop_table .product-name a {
	font-weight: 600;
	color: var(--black-dark);
	text-decoration: none;
}

.woocommerce table.shop_table .product-name a:hover {
	color: var(--green-light);
}

.woocommerce .quantity .qty {
	width: 60px;
	height: 40px;
	font-size: 15px;
	text-align: center;
	border: 1px solid #D1D1D1;
	border-radius: 0;
}

/* Checkout form */

.woocommerce form .form-row label {
	font-size: 14px;
	font-weight: 700;
	color: var(--black-dark);
}

.woocommerce form .form-row input.input-text,
.woocommerce form .form-row textarea,
.woocommerce form .form-row select {
	width: 100%;
	height: 50px;
	font-size: 15px;
	color: var(--black-light);
	background: var(--white);
	border: 1px solid #D1D1D1;
	border-radius: 0;
	padding: 0 15px;
}

.woocommerce form .form-row textarea {
	height: 120px;
	padding: 15px;
}

.woocommerce #payment #place_order {
	font-size: 16px;
	font-weight: 700;
	color: var(--white);
	background: var(--green-light);
	border: 2px solid var(--green-light);
	border-radius: 0;
	padding: 14px 50px;
	transition: .2s all;
}

.woocommerce #payment #place_order:hover {
	background: var(--green-dark);
	border-color: var(--green-dark);
}


