/* Start custom CSS */.mn-content {

.fa-person-chalkboard:before{content:"\e53d"}

.fa-solid,.fab,.far,.fas{-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;display:var(--fa-display,inline-block);font-style:normal;font-variant:normal;line-height:1;text-rendering:auto}.fa-classic,.fa-regular,.fa-solid,.far,.fas{font-family:"Font Awesome 6 Free"}

div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	border: 0;
	font-family: inherit;
	font-size: 100%;
	font-style: inherit;
	font-weight: inherit;
	margin: 0;
	outline: 0;
	padding: 0;
	vertical-align: baseline;
}

*,
*:before,
*:after { /* box layout to all elements */
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
nav,
section {
	display: block;
}

/* Other fixes*/
*,*:before,
*:after {
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}

/* Webkit */
::selection {
	background: #dc143c;
	color: #fff;
}

/* Gecko/Mozilla */
::-moz-selection {
	background: #dc143c;
	color: #fff;
}

/* 2.0 Typography
================================================== */
body,
button,
input,
select,
textarea {
	color: #333;
	font: 400 15px/1.8 "Roboto Condensed", sans-serif;
	word-wrap: break-word;
	overflow-x: hidden;
}

/* ----- #Headings  ----- */
h1, 
h2, 
h3, 
h4, 
h5, 
h6 {
	color: #333;
	font-family: "Roboto Condensed", sans-serif;
	font-weight: 400;
	margin-top:0;
	margin-bottom: 15px;
}

h1 a, 
h2 a, 
h3 a, 
h4 a, 
h5 a, 
h6 a { 
	font-weight: inherit;
}

h1 {
	font-size: 30px;
	line-height: 1.233;
}

h2 {
	font-size: 26px;
	line-height: 1.269;
}

h3 {
	font-size: 24px;
	line-height: 1.292;
}

h4 {
	font-size: 22px;
	line-height: 1.318;
}

h5 {
	font-size: 20px;
	line-height: 1.350;
}

h6 {
	font-size: 18px;
	line-height: 1.389;
}

.highlight { 
	font-weight: 500;
}

/* ----- #Text Elements  ----- */
p {
	padding: 0;
	margin: 0 0 20px 0;
}

b, 
strong { 
	font-weight: 700; 
}

.hidden {  display: none !important }

/* 3.0 Links
================================================== */
a {
	color: #dc143c;
	text-decoration: none;
	cursor:pointer;
}

a:focus,
a:active,
a:hover {
	text-decoration: none;
}

a:focus {
	outline: thin dotted;
	outline-offset: -3px;
}


.container {
	margin: 0 auto;
	max-width: 1170px;
	padding: 0;
	position: relative;
}

.container_container {
	max-width: 978px;
	margin: 0 auto;
}

#primary .container {
	max-width: 100%;
}

.elementor-template-full-width #content > .container,
.elementor-page #content > .container {
	width: 100%;
	max-width: 100%;
}

/* --------------------------------------------
	Column
-------------------------------------------- */

.column {
	margin: 0 -20px;
}

.one-column,
.two-column,
.three-column,
.four-column {
	float: left;
	padding: 0 20px 40px;
}

.one-column,
#primary .two-column {
	width:100%;
}

.two-column,
.two-column-full-width,
#primary .three-column,
#primary .four-column-full-width,
#primary .four-column {
	width: 50%;
}

.three-column,
.boxed-layout-small .four-column-full-width,
.three-column-full-width {
	width: 33.33%;
}

.four-column,
.four-column-full-width {
	width: 25%;
}

#primary .three-column:nth-child(3n+4),
#primary .four-column:nth-child(4n+5) {
 	clear: none;
}

.two-column:nth-child(2n+3),
.three-column:nth-child(3n+4),
.four-column:nth-child(4n+5),
#primary .three-column:nth-child(2n+3),
#primary .four-column:nth-child(2n+3) {
 	clear: both;
}

/* 5.0 Buttons
================================================== */
/* ----- Default Button ----- */
.btn-default {
	border: 1px solid #666;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	color: #484848;
	display: inline-block;
	font-family: "Roboto Condensed", sans-serif;
	font-weight: 400;
	line-height: 1.533;
	margin: 10px 10px 0;
	padding: 7px 22px;
	text-align: center;
	text-transform: uppercase;
	-webkit-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	-ms-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}

.btn-default:hover,
.btn-default:focus {
	background-color: #dc143c;
	border: 1px solid #dc143c; 
	color: #fff;
}

.light {
	border-color: #fff;
    color: #fff;
}

.light-color {
	border-color: #fff;
    color: #fff;
}

.vivid {
	background-color: #dc143c;
	border: 1px solid #dc143c;
	color: #fff;
}

.light-color:hover,
.light-color:focus,
.vivid:hover,
.vivid:focus {
	background-color: #f4f4f4;
	border: 1px solid #f4f4f4;
	color: #484848;
}

/* 8.0 Breadcrumb
================================================== */

.breadcrumb {
	float: right;
	font-size: 13px;
	margin-top: 6px;
	max-width: calc(30% - 40px);
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.breadcrumb,
.breadcrumb a:hover {
	color: #999;
}

.breadcrumb a {
	color: #333;
}

.breadcrumb .home:before {
	content: '\f015';
	display: inline-block;
	font-family: 'Font Awesome 6 Free';
	font-weight: 900;
	font-size: 16px;
	font-style: normal;
	line-height: 1.313;
	margin-right: 4px;
	vertical-align: top;
}

/* 9.0 Universal Clearfix
================================================== */
/* slightly enhanced, universal clearfix hack */
.clearfix:after {
     visibility: hidden;
     display: block;
     font-size: 0;
     content: " ";
     clear: both;
     height: 0;
}

.clearfix { 
	display: inline-block; 
}

/* start commented backslash hack \*/

* html .clearfix { 
	height: 1%; 
}
.clearfix { 
	display: block; 
}
/* close commented backslash hack */



/* #Horizontal Line
================================================== */
hr {
	background-color: rgba(0, 0, 0, 0.1);
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

/* 12.0 Images
================================================== */
img {
	height: auto;/* Make sure images are scaled correctly. */
	max-width: 100%;/* Adhere to container width. */
	vertical-align: top;
}

img.alignleft,
img.alignright,
img.aligncenter {
	margin-top: 20px;
	margin-bottom: 20px;
}

figure {
	margin: 0;
}

img#wpstats {
	display: none;
}

.entry-content img,
.comment-content img,
.widget img {
	max-width: 100%;
}

.img-border {
	background-color: #fff;
	padding: 5px;
	border: 1px solid #ccc;
}

/* ----- Media ----- */
.page-content img.wp-smiley,
.entry-content img.wp-smiley,
.comment-content img.wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

.wp-caption {
	margin-bottom: 20px;
	max-width: 100%;
}

.wp-caption a {
	display: block;
	position: relative;
}

.wp-caption .wp-caption-text {
	margin-bottom: 0;
	padding: 10px 0;
	border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.wp-caption .wp-caption-text,
.gallery-caption {
	font-style: italic;
}

/* 13.0 Margin-Padding-Border Override Classes
================================================== */
.margin-top-none {
	/* Clear Margin Top */
	margin-top: 0 !important;
}

.margin-bottom-none {
	/* Clear Margin Bottom */
	margin-bottom: 0 !important;
}

.margin-right-none {
	/* Clear Margin Right */
	margin-right: 0 !important;
}

.margin-left-none {
	/* Clear Margin Left */
	margin-left: 0 !important;
}

.padding-top-none {
	/* Clear Padding Top */
	padding-top: 0 !important;
}

.padding-bottom-none {
	/* Clear Padding Bottom */
	padding-bottom: 0 !important;
}

.padding-right-none {
	/* Clear Padding Right */
	padding-right: 0 !important;
}

.padding-left-none {
	/* Clear Padding Left */
	padding-left: 0 !important;
}

.border-top-none {
	/* Clear Border Top */
	border-top: 0 none !important;
}

.border-bottom-none {
	/* Clear Border Bottom */
	border-bottom: 0 none !important;
}

.border-right-none {
	/* Clear Border Right */
	border-right: 0 none !important;
}

.border-left-none {
	/* Clear Border Left */
	border-left: 0 none !important;
}

.shadow-none {
	/* Remove Shadow */
    -webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
    box-shadow: none !important;
}

.margin-bottom-none p {
    /* Clear Inner p Tags Margin Bottom */
    margin-bottom: 0 !important;
}

/* 14.0 Layouts
================================================== */
.event-corporate #content {
	padding: 0;
}

/*------ Boxed Layout ------*/
.boxed-layout #page {
	max-width: 1230px;
	margin: 0 auto;
	-webkit-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.15);
	-moz-box-shadow:    0 1px 6px rgba(0, 0, 0, 0.15);
	box-shadow:         	0 1px 6px rgba(0, 0, 0, 0.15);
}

.boxed-layout #colophon,
.boxed-layout-small #colophon {
	margin-bottom: 30px;
}

.boxed-layout-small #page {
	max-width: 1038px;
	margin: 0 auto;
	-webkit-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.15);
	-moz-box-shadow:    0 1px 6px rgba(0, 0, 0, 0.15);
	box-shadow:         	0 1px 6px rgba(0, 0, 0, 0.15);
}

.boxed-layout-small .container {
	margin: 0 auto;
	max-width: 978px;
	padding: 0;
	position: relative;
}

.boxed-layout #page,
.boxed-layout-small #page {
	overflow: hidden;
}

/* ----- two_column_blog ----- */
.two_column_blog #primary .post {
	width: calc(50% - 15px);
	float: left;
	margin-right: 15px;
}

.two_column_blog #primary .post:nth-child(2n) {
	margin-right: 0;
	margin-left: 15px;
}

.two_column_blog #primary .post:nth-child(2n+1) {
	clear: both;
}

/* 18.0 Content
================================================== */
#content {
	padding: 50px 0 30px;
}

.elementor-template-full-width #content,
.elementor-page #content,
.siteorigin-panels.full-width-layout #content {
	padding: 0;
}

.blog #content {
	padding: 60px 0 30px;
}

#main ul {
	list-style-type: disc;
}

#main ol {
	list-style-type: decimal;
}

#main ol ol {
	list-style: upper-alpha;
}

#main ol ol ol {
	list-style: lower-roman;
}

#main ol ol ol ol {
	list-style: lower-alpha;
}

#primary {
	float: left;
	width: 70%;
}

body, button, input, select, textarea {
	    font: 400 15px / 1.8 "Roboto", sans-serif;
}

.wp-block-separator {
  border: none;
    border-top-width: medium;
    border-top-style: none;
    border-top-color: currentcolor;
  border-top: 2px solid;
}

hr {
  background-color: rgba(0, 0, 0, 0.1);
  border: 0;
  height: 1px;
  margin-bottom: 1.5em;
}

.section-divider {
  display: flex;
  align-items: center;
  text-align: center;
  margin: 40px 0;
	font-size: 18px
}

.section-divider::before,
.section-divider::after {
  content: "";
  flex: 1;
  border-bottom: 1px solid #ccc;
}

.section-divider:not(:empty)::before {
  margin-right: 10px;
}

.section-divider:not(:empty)::after {
  margin-left: 10px;
}

.section-divider span {
  white-space: nowrap;
  font-weight: bold;
  color: #333;
}

#site-branding {
	display: flex;
  align-items: center;
}

.page-header {
	display: none
}

.mb15 {
    margin-bottom: 15px;
    line-height: 1.269;
}

.wydarzenia-kafelki {
  color: white;
	text-align: center;
}

.wydarzenia-kafelki h2 {
	margin-top: 10px;
}

.wydarzenia-kafelki i {
	font-size: xxx-large;
	opacity: 0.9;
}

.h2-absolwenci {
	border-bottom: solid #003c7d;
	margin-bottom: 0;
}

.pt15 {
	padding-top: 15px;
}

.h2-seminarium {
	border-bottom: solid #fbba00;
}

.cta-button a {
  display: inline-block;
  background: #c62828;
  color: #fff !important;
  padding: 14px 28px;
  border-radius: 8px;
  font-weight: 600;
  text-decoration: none;
  transition: all 0.25s ease;
  box-shadow: 0 6px 18px rgba(0,0,0,.15);
}

.ml25 {
	margin-left: 25px;
}

.cta-button a:hover {
  background: #a91f1f;
  transform: translateY(-2px);
}
.pierwszy-separator {
	margin-top: 2rem;
}

#primary {
	width: 100% !important;
}

.padding-inline {
	padding-left: 10px;
	padding-right: 10px;
}

#sticky-header {
	top: 0 !important;
	position: relative !important;
}

#page {
	background-color: #f2f5f9;
}

.wyjustuj {
	text-align: justify;
}

.naglowek-strony {
	background-image: linear-gradient(rgba(255,255,255,0.85), rgba(255,255,255,0.85)), url("https://metet.polsl.pl/rejestracja/wp-content/uploads/2026/02/historia_obraz_02.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

/* test */

.events-mobile, .mobile-only {
	display: none;
}

@media (max-width: 790px) {
	.events-mobile {
			font-family: Arial, sans-serif;
		display: block;
	}
	
	.wp-block-image {
	    align-items: center;
        display: flex;
        flex-direction: column;
        margin-bottom: 50px !important;
	}
	
	.container {
		max-width: 90vw;
		width: 90vw;
	}
	
	.events-desktop {
		display: none !important;
	}

	/* === SEKCJE === */
	.event {
			padding-top: 30px;
			text-align: center;
	}
	
	.event > * {
		padding-left: 20px;
		padding-right: 20px;
	}
	
	.orange {
		background-color: #D97706;
		padding-bottom: 30px;
	}

	.conference {
			background: #003c7d;
			color: #fff;
		  padding-bottom: 30px;
	}

	.conference h2 {
			color: #fbba00;
	}

	.graduates {
			background: #fbba00;
			color: #003c7d;
	}

	/* === TEKST === */
	.event h2 {
			font-size: 24px;
			margin-bottom: 20px;
	}

	.event h4 {
			font-size: 20px;
			margin-bottom: 15px;
	}

	.event-desc {
			font-size: 17px;
			margin-bottom: 20px;
	}

	.event-time {
			font-size: 18px;
			margin-top: 12px;
	}

	/* === IKONY === */
	.event-icon {
			font-size: 44px;
			margin: 20px 0;
	}

	/* === PRZYCISK === */
	.event-btn {
			display: inline-block;
			background: #c62828;
			color: #fff;
			padding: 14px 32px;
			border-radius: 6px;
			text-decoration: none !important;
			font-weight: bold;
	}

	/* === ABSOLWENCI === */
	.graduate-box {
			/*margin-top: 40px;*/
	}
	
	.event.graduates {
		color: white;
	}
	
	.event.graduates h2,
	.event.graduates h4 {
		color: #003c7d;
	}
	
	.event.graduates h4 {
		border-top: solid 2px #003c7d;
		padding-top: 10px;
	}
	
	.mobile-only {
		display: block;
	}
}

@media only screen and (max-width: 480px) {
  #site-branding {
    max-width: 100%;
		flex-direction: column;
		text-align: center;
  }
}

.fr {
	font-family: "Roboto", sans-serif
}

p {
    line-height: 32.4px;
}
}/* End custom CSS */