/*
Theme Name: Konferencja
*/

body {
  font-family: "Maven Pro", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-size:18px;
  line-height:27px
}

.wow {
	visibility:hidden
}

.navbar.bg-light.scrolled  {

}

.nav-logo {
	width:100%;
	max-width:220px;
	transition:.3s
}

.scrolled .nav-logo {
	max-width:140px;
}

.nav-link {
	color:#000;
	font-weight:400;
	padding:0px;
	line-height:16px;
	padding-left:25px !important;
	padding-right:25px !important;
	border-right:1px solid #b2d0f5
}

.nav-link-wyrozniony {
	border:0px;
	background-color:#d2e1f4;
	padding:14px 23px;
	margin-left:25px;
	font-weight:500
}

.nav-link-wyrozniony:hover {
	background-color:#f8e2ed
}

.no-b {
	border:0px
}

/* Responsywność */


.baner {
	margin-top:136px
}

section {
	padding-top:110px;
	padding-bottom:130px;
	position:relative
}

#program {
	background-color:#e6eff9;
	font-size:20px;
	line-height:32px;
	font-weight:600
}

#prelegenci {
	background-color:#f6e2ee;
	padding-top:150px
}

#kontakt {
	background-color:#000000
}

	.baner-mobile {
		display:none
	}

.lead {
	margin-bottom:35px;
	font-weight:500;
	line-height:30px;
	font-size:23px
}

.section-title {
	position:absolute;
	top:-34px;
	left:50%;
	margin-left:-140px;
	width:280px;
	display:inline-block;
	background-color:#fff;
	padding:15px 15px;
	font-size:30px;
	line-height:36px;
	text-align:center;
	font-weight:700
}

.prelegent-img-box {
	position:relative
}

.prelegent-img-box:before {
	content:"";
	width:430px;
	height:430px;
	background-color:#fff;
	display:inline-block;
	border-radius:600px;
	z-index:0;
	position:absolute;
	top:-50px;
	left:-30px
}

.dot {
		display:inline-block;
	background-color:#f8e2ed;
	width:12px;
	height:12px;
	border-radius:15px;
	margin-right:8px
}

.prelegent-img {
	position:relative;
	z-index:2
}

.prelegent-right {
	padding-left:100px
}

.sep-container {
	text-align:center;
	margin-top:22px;
	margin-bottom:22px
}

.sep {
	display:inline-block;
	background-color:#000;
	width:12px;
	height:12px;
	border-radius:15px
}

#kontakt {
	color:#fff
}

.kontakt-row-second {
	margin-top:40px;
	color:silver;
	font-size:16px;
	line-height:24px
}

.navbar-toggler:focus,
.navbar-toggler:active,
.navbar-toggler-icon:focus {
    outline: none;
    box-shadow: none;
}

.form-box {
	margin-top:30px
}

form label {
	font-weight:500
}

input {
	border:2px solid #d2e1f4
}

.wpcf7-submit {
	  background-color: #d2e1f4;
  padding: 10px 25px;
  font-weight: 500;
  transition:.3s;
  border:0px !important
}

.wpcf7-submit:hover {
	  background-color: #f8e3ef;
}

.wpcf7-spinner {
  display: none;
}

.wpcf7-list-item-label {
  font-size: 14px;
  line-height: 21px;
  display: inline-block;
  font-weight: 500;
}



@media only screen and (max-width: 998px) {

.nav-link {
	padding-top:10px;
	padding-bottom:10px
}

.nav-logo {
  max-width: 140px;
}

.baner {
  margin-top: 95px;
}

.baner-mobile {
  margin-top: 95px;
}

section {
	padding-top:35px;
	padding-bottom:35px
}

.lead {
	font-size:17px;
	line-height:27px;
	margin-bottom:23px
}

body {
	font-size:16px;
	line-height:25px
}

#informacje {
	padding-bottom:60px;
}

#program {
		padding-bottom:66px
}

.section-title {
  position: absolute;
  top: -27px;
  left: 50%;
  margin-left: -110px;
  width: 220px;
  display: inline-block;
  background-color: #fff;
  padding: 10px 15px;
  font-size: 24px;
  line-height: 32px;
  text-align: center;
  font-weight: 700;
}

#program {
	padding-top:60px;
	font-size:16px;
	line-height:26px
}

.sep-container {
  text-align: center;
  margin-top: 12px;
  margin-bottom: 12px;
}

.scrolled .nav-logo {
	max-width:110px;
}

#prelegenci {
	padding-top:80px
}

.prelegent-img-box:before {
display:none
}

.prelegent-right {
  padding-left: 15px;
  padding-top: 30px;
}

#kontakt {
	text-align:center !important
}

.side-img {
	max-width:180px;
	margin-top:35px
}

.kontakt-row-second {
  margin-top: 25px;
  font-size: 14px;
  line-height: 24px;
}


}

@media only screen and (max-width: 700px) {
	.baner {
		display:none
	}
	
	.baner-mobile {
		display:block
	}
}