/*
Theme Name: Italianissima
Theme URI: http://emwu.eu
Author: Marcin Wójcik
Author URI: http://emwu.eu
Description: Theme do strony www
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
	font-family: 'Plus Jakarta Sans', sans-serif;
	/*font-family: 'Rubik', sans-serif;*/
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
background-color: #F6F5F4;
background-image: url("../img/background2.svg");
background-attachment: fixed;
background-size: cover;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

input,
textarea{
	max-width:400px;
	width:100%;
	margin:2px auto 10px auto;
	border:none;
}

input{
	height: 25px;
	}
	
textarea{
	height:120px;
}

body a{
	color: #055667;
    text-decoration: underline;
    font-weight: 600;
}

body a:hover{
	color: #333a3c;
	font-weight: 600!important;
}

#about-me{
	padding: 5rem 0 4rem 0;
    border-top: 1px solid rgba(5,86,103,.35);
    background-color:rgba(5,86,103,1);
}

#about-me.turquoise {
	color:white;
}

#about-me.turquoise h3{
	color: #EAE9E4;
}

#about-me.turquoise h4{
	color: #E1E1D8;
	font-size: 1.2rem;
    font-weight: 300;
}

#about-me h1{
	text-align: left;
	color: #EAE9E4;
	padding:0;
}

#about-me h2{
	color: #e1e0d0;
	font-size:1.5rem;
	margin-top:15px;
}

#about-me p{
	font-size: 1rem;
    font-weight: 300;
    text-align: justify;
}

#about-me img{
	max-width: 400px;
	height:auto;
	width: 100%;
}

#about-me div.text-content{
	text-align: left;
}

img.aligncenter{
	display:block;
	margin:auto;
}

.single-news{
	padding:2rem 0;
}

.publication_date{
	margin:0;
	padding:0;
	font-size: .8rem;
	font-weight:600;
	padding-left:8px;
}

.single-news p{
	text-align: justify;
	line-height: 1.65;
}

.news-header{
	color:rgba(5,86,103,.8);
	margin-bottom: 1rem;
}

.single-news:before {
    content: '';
    margin-bottom:2rem;
    top:-5rem;
    width: 50%;
    margin-left: 25%;
    height: 1px;
    background-color: rgba(5,86,103,.5);
    display: block;
}

#about-me .row{
	align-items: center;
}

#about-me .row > div:first-of-type{
	text-align: right;
}

.line-beige-fine{
	height:1px;
	width:300px;
	background-color: #EAE9E4;
	display: inline-block;
	opacity:.35;
}

#certificates-slider{
	margin:0rem auto;
	padding-top:0;
	padding-bottom: 9vh;
}

#the-cert-slider img{
	max-width:500px;
	height:auto;
	width:23%;
	margin:1rem auto;
	cursor:pointer;
}

#the-cert-slider{
	display:flex;
	flex-wrap:wrap;
	justify-content:space-between;
}

.contact-box .wpcf7-spinner{
	width:calc(100% - 48px);
}

.bg-beige{
	background-color: #EAE9E4;
}
.tx-beige{
	color: #EAE9E4;
}
.bg-green{
	background-color: #055667;
}
.tx-green{
	color: #055667;
}

.contact-box{
	background-color: #E1E1D8;
	background-image: url("../img/background6.svg");
	background-attachment: fixed;
	background-size: cover;
	padding:5rem 0 4rem 0;
	/*font-size: 1.25rem;
    line-height: 1.75;*/
    border-top:1px solid rgba(5,86,103,.35);
}

.contact-box h3{
	color: #055667;
	padding:0rem 0 .5rem 0;
}

p.important{
	padding: 1rem;
    box-sizing: border-box;
    border: 2px solid #055667;
}

main nav{
	min-height:100vh;
    text-align: center;
}

.wpcf7, .form-textz{
	width:100%;
	max-width: 500px;
    margin-left: auto;
}

.main-header{margin:1vh auto; width:100%; text-align: center;}
.main-header img{ height:auto; width:100%; max-width: 240px; margin:auto;}

.line-green-fine{
	height:1px;
	width:100%;
	max-width:1000px;
	margin:auto;
	background-color:rgba(5,86,103,.25);
	display: block;
}

nav #menu-menu-glowne li a {
    color: #055667;
    text-decoration: none;
    font-size: 18px;
    padding:15px;
    text-transform: uppercase;
    display: block;
    letter-spacing: 2px;
    font-weight:400;
    opacity:.9;
}

nav #menu-menu-glowne li a:hover, #menu-menu-glowne .current-menu-item a{
	color:#055667;
	font-weight:500;
	opacity: 1;
}

.menu-menu-glowne-container{
	color: #055667;
    padding: 1vh 0;
    width:100%;
}

#menu-menu-glowne{
	padding:5vh 0px;
	margin:0 0 15px 0;
	color: #055667;
	margin: 0vh auto;
	width: 90%;
	padding:0;
	text-align: center;
	display:flex;
	align-items: center;
    justify-content: center;
}

#menu-menu-glowne li{
	display:block;
	margin: 0 2rem;
}

nav h4{	
    text-transform: uppercase;
	padding:4vh 0 0vh 0;
	text-align: center;
	font-weight: 300;
	font-size:1.2rem;
}


.whats-going-on.bg-beige{text-align:left;margin: 4vh 0;}
.whats-going-on.bg-beige a{
	color: #055667;
	text-decoration: none;
	padding: 4px 0;
	display:block;
	line-height: 1.35;
	width:90%;
}

.whats-going-on ul{
	width:80%;
	margin:auto;
	padding:0;
}

.whats-going-on ul li{
	background-color: rgba(255,255,255,.55);
	margin:4px 0;
	padding: 4px 4px 4px 8px;
	border-left:8px solid rgba(4,77,64,.45);
}

.whats-going-on ul li strong{
	font-weight:500;
}

.main-icon{
	text-align: center;
	padding:4vh 0 1.5vh 0;
	display:none;
}

.main-icon i{
	font-size: 3rem;
}

.wp-block-image img{
	height:auto;
}

.hp-slide.slick-slide{
	height:45vw;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	position:relative;
}

.hp-slide a{
	display:block; 
	width:50%; 
	position:absolute; 
	right: 0; 
	text-align: right; 
	top:calc(50% - 15px);
	text-decoration: none;
	text-transform: uppercase;
	padding:2vh 1vw;
	font-size: 30px;
	font-weight: 300;
	/*border: #f4f4ef solid 2px;
	background-color: rgba(4,77,64,.6);*/
	color:rgba(4,77,64,1);
	background-color: #f4f4ef;
	letter-spacing: 0.25vw;
	border-bottom: 4px rgba(4,77,64,1) solid;
}

.hp-slide a:hover{
	color:#f4f4ef;
	background-color: rgba(4,77,64,.75);
}

.slick-dots li button { 
   font-size: 0; 
   display:block;
   width: 16px;
   height:16px;
   margin:8px 6px;
   border:none;
   background-color: #f4f4ef;
} 

.slick-dots li{
	display:inline-block;
}

.slick-dots .slick-active button{	
   background-color: #055667;
}

.slick-dots{
	position:absolute;
	right: 0;
	top:calc(50% - 50px);
}

footer{
	min-height:60px;
}

footer img{max-height:150px; margin:2vh 0;}

.main-sections{
	min-height: 100vh;
}

.main-sections h1{
	text-align:center;
	text-transform: uppercase;
	padding: 1vh 0;
	font-weight: 300;
	letter-spacing: 0.2vw;margin:0;
	font-size:2.75rem;
}

.main-sections > section{
	/*background-color:white;*/
}

.main-sections > section.content{
	padding-top:0vh;
	padding-bottom:7vh;
	font-size: 1.2rem;
    line-height: 1.75;
    color: #333a3c;
	/*border:1px solid rgba(4,77,64,.16);*/
}

.content h3{
	font-weight:400;
	color:#055667;
}

.content strong{
	font-weight:500;
}

.content ol{
	margin:3vh 0;
}

.content ol ol{
	margin:1.5vh 0 3vh 0;
}

.wrap_header.with-img{
	height:512px;
	background-size:100% auto;
	display:flex;
	justify-content:center;
	align-items:center;
	flex-wrap:wrap;
	align-content: center;
	background-repeat: no-repeat;
    background-size: cover;
    background-position-x: 50%;
}

.wrap_header.with-img.naglowek_jasny{

}

.wrap_header.with-img.naglowek_zielony h1{
	background:rgba(4,77,64,.45);
	padding:1.5vh 1.5vw;
	border: 2px solid rgba(244,244,239,.73);
}

.wrap_header.with-img.naglowek_jasny h1{
	background:rgba(244,244,239,.03);
	padding:1.5vh 1.5vw;
	border: none;
	width:100%;
	/*border-bottom:4px solid rgba(5,86,103,.5);*/
	text-shadow:none;
	color:rgba(5,86,103,1);
	font-weight: 500;
	opacity: .8;
}


.line-green-fine.header-line{
	width:33%;
	background-color: rgba(5,86,103,.5);
	height:2px;
}

.mini-contact{
	text-align: center;
	font-weight: 300;
	align-items: center;
}

footer ul.menu{
	margin-bottom: 0;
	padding-left:0;
}

body footer a{
	color: #EAE9E4;
	text-decoration: none;
	font-weight: 400;
	padding-bottom: 0.5rem;
	display: block;
}

.one-screen {
    min-height: 100vh;
    display: flex;
    align-content: space-around;
    flex-wrap: wrap;
    justify-content: center;
    position: fixed;
    left: 0;
    width: 25%;
}

.main-sections > section.content.one-page{
	padding:0;
}

.main-sections > section.content.one-page h2{
	margin-top:0;
	font-size:3rem;
	color:#f4f4ef;
	text-shadow: 1px 1px 4px rgb(0 0 0 / 50%);
}

.one-page > div{
	min-height:100vh;
	width:100%;
	background-repeat: no-repeat;
    background-size: cover;
}

.one-page > div > div{
	padding-left:10vh;
	padding-top:6vh;
	background-color: rgba(0,0,0,.45);
	min-height:100vh;
}

.one-page > div > div p{
	width:100%;
	max-width: 750px;
    font-size: 1.4rem;
    color:#f4f4ef;
    text-shadow: 1px 1px 4px rgb(0 0 0 / 50%);
    margin-bottom: 0;
}

.szkolenie{
	/*font-weight: 300;*/
	letter-spacing: 0.25px;
	color:rgba(0,0,0,.8);
}

.szkolenie strong{
	/*font-weight: 400;*/
}

.szkolenie ol , .content ol{
	list-style: decimal;
	margin-left: 10px;
}

.szkolenie ul , .content ul{
	list-style: none;
	margin:5px 0 15px 0px;
}

.szkolenie ul li , .content ul li{
	padding: 4px;
}

.szkolenie .content > ol > li{
	/*font-weight:500;*/
}

.szkolenie .content> ol > li span{
	font-weight:400;
}

.szkolenie .content > ol > li ol{
	font-weight:400;
}

.warunki_szkolenia{
    padding: 7vh 4vw;
    max-width: 1200px;
    border-bottom: 1px solid rgba(4,77,64,.16);
    margin:auto;
    background-color:rgba(244,244,239,.25);
}


.szkolenie ul li:before , .content ul li:before {    
    font-family: 'FontAwesome';
    content: '\f105';
    margin:0 5px 0 -15px;
    color: rgba(4,77,64,.5);
}

.szkolenie h5 , .content h5{
	color: rgba(4,77,64,.7);
	margin:10px 0;
}

.szkolenie h1 , .content h1{
	font-size:2rem;
	padding:1.5vh;
}

.prowadzący{
	padding:2vw;
	max-width: 1200px;
    margin: 0 auto;
    border-bottom: 1px solid rgba(5,86,103,.16);
}

.prowadzacy_nazwisko{
	font-weight:bold;
	font-size: 1.5rem;
}

.prowadzacy_bio{
}

.prowadzacy_bio p{
	text-align: justify;
}

.prowadzacy_info img{
	padding:0 2rem 2rem 0;
	float:left;
	max-width: 240px;
    margin-top: 5px;
}

.main-sections.szkolenie .content{
	padding-bottom:0px;
}

.formularz_szkolenia{
	max-width:900px;
	margin:auto;
}

.contact-box label, .contact-box span,
.contactForm label, .contactForm span{
	width:100%;
	color:#055667;
}

.formularz_szkolenia span{
	display:inline-block;
}

#mobile-menu{
	display:none;
}

#mobile-menu div{
	padding:15px;
	color:#055667;
	text-align:center;
	cursor: pointer;
	font-weight: 500;
    letter-spacing: 2px;
}

.contact-box input[type="text"],
.contact-box input[type="tel"],
.contact-box input[type="email"],
.contact-box textarea,
.contactForm input[type="text"],
.contactForm input[type="tel"],
.contactForm input[type="email"],
.contactForm textarea{
	background-color: transparent;
    min-height: 40px;
    width: 100%;
    min-width: 100%;
    padding: 0 15px;
    border-bottom: 1px solid rgba(5,86,103,.5);
}
.contact-box input[type="submit"],
.contactForm input[type="submit"]{
	height: 40px;
    width: 200px;
    color: white;
    margin: 1.25rem calc(50% - 100px);
    background-color: #055667;
}

.contact-box input[type="text"]:focus,
.contact-box input[type="tel"]:focus,
.contact-box input[type="email"]:focus,
.contactForm input[type="text"]:focus,
.contactForm input[type="tel"]:focus,
.contactForm input[type="email"]:focus,
.contactForm textarea:focus,
.contact-box input[type="text"]:focus-visible,
.contact-box input[type="tel"]:focus-visible,
.contact-box input[type="email"]:focus-visible,
.contactForm input[type="text"]:focus-visible,
.contactForm input[type="tel"]:focus-visible,
.contactForm input[type="email"]:focus-visible,
.contactForm textarea:focus-visible {
  border: 3px solid rgba(5,86,103,.5);
}

#contact-box input[type="checkbox"]{
	width:20px;
	height:20px;
	float:left;
    margin:3px 10px 3px 0;
    display:inline-block;
}

.wpcf7-list-item label span{
	width:calc(100% - 35px);
}

.wpcf7-list-item{
	margin-left:0;
}

#contact-box label{
	font-weight:400;
	font-style:normal;
}

#szkolenie .wpcf7-list-item.first,
#szkolenie .wpcf7-list-item.last{
	margin:4px 15px 4px 0;
	width:auto;
}

#szkolenie input[type="radio"]{
	position: relative;
    top: 2px;
    width:20px;
    vertical-align: middle;
    margin-right:8px;
}

#szkolenie .wpcf7-list-item.first .wpcf7-list-item-label, #szkolenie .wpcf7-list-item.last .wpcf7-list-item-label{
	width:auto;
    vertical-align: middle;
    margin-top: 4px;
}

#szkolenie table th{
	font-weight:500;
}

#szkolenie{
	margin:10vh auto;
}

.contactForm form{
	width: 100%;
	max-width:600px;
	margin:auto;
}

.contactForm{
	width:100%;
}

.contactForm h4{
	text-align: center;
	color:#055667;
	font-size: 1.25rem;
}

.price span{
	font-weight:500;
	display:inline;
}

.content h2{
	font-weight:300;
	color: #055667;
	letter-spacing: 3px;
	text-transform: uppercase;
	padding:0.65rem 0 0 0;
	text-align: center;
	margin: 4rem 0 1.5rem 0;
	position:relative;
	font-weight:500;
	font-size: 1.75rem;
	line-height: 1.5;
}
/*.content h2:before{
	content: '';
    width: 1rem;
    height: 2rem;
    background-color: rgba(5,86,103,.75);
    display: block;
    position: absolute;
    top: calc(1px + 1rem);
    left: 0;
}*/

.content h2:after{
	content: '';
	margin-top:1rem;
	width:50%;
	margin-left:25%;
	height:1px;
	background-color: rgba(5,86,103,.5);
	display:block;
}

.content #uslugi_tlumaczeniowe ul li{
	font-size: 1.1rem;
    color: #f4f4ef;
    text-shadow: 1px 1px 4px rgb(0 0 0 / 70%);
}

.content #uslugi_tlumaczeniowe ul li:before {    
    font-family: 'FontAwesome';
    content: '\f00c';
    margin:0 8px 0 -15px;
    color: rgba(69,183,153,.75);   
    text-shadow: 1px 1px 4px rgb(0 0 0 / 50%);
}

.content .lista_szkolen{
	border: 1px solid rgba(5,86,103,.75);
    border-radius: .25rem;
    padding: 2rem;
    max-width: 700px;
    background-color: rgba(0,0,0,.3);
    letter-spacing: 1.2px;
    margin-top: 2rem;
}

.one-page > div > div .lista_szkolen > div *{
	font-size: .85rem;
	font-weight:300;
}

.one-page > div > div .lista_szkolen > div a{
	display:block;
	padding:3px 0px;
	letter-spacing: 1.25px;
	font-size:.9rem;
	color:rgba(5,86,103,.75);
    text-decoration: none;
}

.one-page > div > div .lista_szkolen > div strong{
	font-weight:500;
}

.one-page > div > div .lista_szkolen > div p{
	margin-bottom:.25rem;
}

.one-page > div > div .lista_szkolen > div p.data_szkolenia{
	opacity:.75;
}

.one-page > div > div .lista_szkolen > div{
	margin-top:1rem;
	padding: 3px 5px;
}

iframe{
	max-width: 100%;
}

#cert-modal{
	width:98%;
	margin:auto;
	max-width:500px;
}

#the-modal{
	/*position:absolute;*/
	width:100%;
	margin:auto;
	padding:3.5rem 0;
	text-align: center;
	background-color: rgba(0,0,0,.3);
}

#gallery-modal img{
	max-height:70vh;
	margin:1px;
}

#the-gallery-modal{margin: 4rem auto;}

#cert-modal .slick-dots, #the-gallery-modal .slick-dots {
    position: absolute;
    right: 0;
    left: 0;
    top: auto;
    margin-top: 0.5rem;
    text-align: center;
}

.slick-dots ul.dots{padding:0;}

.licence-note{text-align: center;display: block;}

@media only screen and (min-width: 992px) {
	.content{
		text-align: justify;
	}

	.nowrap{white-space: nowrap;}
}

@media only screen and (max-width: 992px) {

	/*.content h2:before{
		content: '';
	    width: 1rem;
	    height: 3rem;
	    background-color: #055667;
	    display: block;
	    position: absolute;
	    top: calc(1px + .65rem);
	    left: 0;
	}*/

  .one-screen{
  	position: static;
    width: 100%;
  }

  .main-header{
  	margin-top:0vh;
  }

  nav #menu-menu-glowne li a{
  	font-size: 1rem;
  }

  .szkolenie h1, .content h1{
  	font-size: 1.1rem;
    line-height: 1.5;
  }

  body{
  	font-size:15px;
  }
  
}

@media only screen and (max-width: 768px) {
	.wrap_header.with-img.naglowek_jasny h1{
	    text-shadow: 2px 1px 4px rgba(255,255,255,.5);
	}
	.wrap_header.with-img {background-repeat: no-repeat; background-size: 100%;}
	#mobile-menu{display:block;}
	#menu-menu-glowne{flex-wrap: wrap;}
	#menu-menu-glowne li{width:100%;}
	.main-sections > section.content{font-size:1rem;}
	header .menu-menu-glowne-container{display:none;}
	.wpcf7, .form-textz {
	    margin-top: 3rem;
	    margin-bottom: 0;
	}
	.wpcf7{
		margin-top:0;
	}
	.contact-box iframe{max-width:100%;}
	.contact-box{padding: 4rem 0 0 0;}

	.contact-box .col-md-6:last-of-type{
		border-top: 1px solid rgba(5,86,103,.35);
    	margin-top: 3rem;
	}

	.content h2{font-size:1.45rem;}

	#about-me .row {
    	flex-direction: column-reverse;
	}

	#about-me .row > div:first-of-type{
		text-align: center;
	}

	#about-me p {
    	font-size: 1.1rem;
    }

    #the-cert-slider img{
    	width:46%;
    }

    #about-me div.text-content{
    	text-align: center;
    }

    #about-me h1{
    	text-align: center;
    }
}

@media only screen and (max-width: 540px) {
	.prowadzacy_info img{
		float:none;
		clear:both;
		margin-left: auto;
	    margin-right: auto;
	    display: block;
	    width: 300px;
	    padding:1.2rem 0;
	}
	.prowadzacy_nazwisko, .szkolenie h5{
		text-align: center;
	}

	.prowadzący{
		padding:3rem 1vw;
	}

	.main-sections > section.content {
		/*padding:7vw 1vw;*/
	}

	#the-cert-slider img{
		width:92%;
		max-width:350px;
	}

	#the-modal{
		display:none;
	}
}