/*
 Theme Name:     Divi Child
 Template:       Divi
*/

#footer-info {
	width: 100%;
	margin: 0 auto;
	text-align:center;
}

.content-center {
	display: flex;
	flex-direction: column;
	justify-content: center;
}

@media (max-width: 1024px) {
	.reverse-columns {
		display: flex;
		flex-direction: column-reverse;
	}
}

@media (max-width: 768px) {

}

.link-section-social{
   position: absolute;
    top: 50%;
    transform: translateY(-50%);
    margin-left: 10px;
}

.et-pb-icon-color{
	color:#98C6DD;
}

.et-pb-icon-color:hover{
	color:#B68490;
}

/*Sticky nav mobile */
.et_fixed_nav #main-header {
    position: fixed;
}

/* Zmiana koloru kropek w liście */
.lwp-bullet-color ::marker {
    color: #CDADB5;
}

/*hover for link in nav*/
#top-menu li a:hover {
	color:#CDADB5 !important;
}

/* hamburger menu */
.mobile_menu_bar:before {
color: #180202 !important;
}


/*headers and paragraphs size*/
.et_pb_text_inner h1{
	font-size:60px !important;
	line-height: 115% !important;
	}
@media all and (max-width: 767px) {
.et_pb_text_inner h1{
		font-size:54px !important;
		line-height: 115% !important;
	}
}
.et_pb_text_inner h2{
	font-size:46px !important;
	line-height: 115% !important;
}
@media all and (max-width: 767px) {
.et_pb_text_inner h2{
		font-size:44px !important;
		line-height: 115% !important;
	}
}
.et_pb_text_inner h3{
	font-size:36px !important;
	line-height: 115% !important;
}
@media all and (max-width: 767px) {
.et_pb_text_inner h3{
		font-size:32px !important;
		line-height: 115% !important;
	}
}
.et_pb_text_inner h4{
	font-size:28px !important;
	line-height: 115% !important;
}
@media all and (max-width: 767px) {
.et_pb_text_inner h4{
		font-size:24px !important;
		line-height: 115% !important;
	}
}
.et_pb_text_inner h5{
	font-size:24px !important;
	line-height: 115% !important;
}
@media all and (max-width: 767px) {
.et_pb_text_inner h5{
		font-size:20px !important;
		line-height: 115% !important;
	}
}
.et_pb_text_inner h6{
	font-size:20px;
	line-height: 115%;
}
@media all and (max-width: 767px) {
.et_pb_text_inner h6{
		font-size:18px;
		line-height: 115%;
	}
}

.et_pb_text_inner p{
	line-height:145%;
}

.font-size-14 p{
	font-size:14px !important;
	line-height: 145%;
}

.font-size-12 p{
	font-size:12px !important;
	line-height: 145%;
}



/*buttons in one line*/
.pa-inline-buttons .et_pb_button_module_wrapper {
    display: inline-block;
}

@media (max-width: 576px){
	.pa-inline-buttons {
    text-align: center !important;
	}
}


/* form styling */
.form__wrapper {
	font-family: "Karla"
}

.form__wrapper label {
  font-weight: 400;
  font-size: 18px;
  line-height: 27px;
  color: #000000;
}

.form__wrapper input,
.form__wrapper textarea,
.form__wrapper select {
  border: 2px solid #ffffff;
	border-radius: 8px;
  font-weight: 400;
  font-size: 16px;
  line-height: 27px;
  margin-top: 5px;
  padding: 5px 10px;
  width: 100%;
}

.form__wrapper textarea {
  max-height: 200px;
}

.form__wrapper .wpcf7-list-item {
  display: block;
}

.form__wrapper .wpcf7-list-item input {
  width: auto;
}

.form__wrapper .wpcf7-acceptance .wpcf7-list-item {
  margin-left: 0;
}

.form__wrapper .wpcf7-acceptance .wpcf7-list-item label {
  padding-left: 0;
  font-weight: 400;
  font-size: 15px;
  line-height: 27px;
}


.form__wrapper .wpcf7-submit{
		width: 100%;
		color: #000000;
    border-width: 0px;
    border-color: #ffffff;
    border-radius: 50px;
    letter-spacing: 0.15em;
    font-size: 16px;
    font-family: 'Karla';
	font-weight: 700 !important;
    text-transform: 	uppercase;
    background-color: #ffffff;
		padding-top: 10px;
    padding-right: 35px;
    padding-bottom: 10px;
    padding-left: 20px;
}


.form__wrapper .col-md-12 {
  padding-bottom: 20px;
}


.wpcf7-list-item-label a {
	text-decoration: underline;
	color:#B68490;
}

.form__wrapper input[type=text]:focus{
	border-color: white;
}

input.wpcf7-form-control.wpcf7-submit {
   display: block;
   margin: 0 auto;
}

/*Add word before data*/
.published::before {
	content:"📅 Data: "
}