/* START - COOKIE NOTICE  */
#cookie-notice {
  margin-bottom: 8vh;
  min-width: 20%;
  width: 20%;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  border-top-style: solid;
  border-top-width: 1px;
  border-right-style: solid;
  border-right-width: 1px;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.3);
  border-color: #aaa;
}
#cookie-notice a {
  color: black !important;
}
.cookie-notice-container span {
  display: block;
}
#cn-accept-cookie {
  font-size: 14px;
  border-width: 1px;
  padding-left: 15px;
  padding-right: 15px;
  padding-bottom: 8px;
  padding-top: 8px;
  margin-top: 16px;
  margin-bottom: 5px;
  box-shadow: none;
  text-shadow: none;
  font-weight: bold;
  border-color: #aaa;
  background-image: none;
  background-color: #e8e8e8;
}
#cn-more-info {
  font-size: 14px;
  border-width: 1px;
  padding-left: 15px;
  padding-right: 15px;
  padding-bottom: 8px;
  padding-top: 8px;
  margin-top: 16px;
  margin-bottom: 5px;
  box-shadow: none;
  text-shadow: none;
  font-weight: normal !important;
  border-color: #aaa;
  background-image: none;
  background-color: #e8e8e8;
}
.cookie-notice-hidden {
  display: none !important;
}
/* END- COOKIE NOTICE */
/* START FLUENT FORMS */
.fluentform {
  padding-left: 1.5em;
  padding-right: 1.5em;
}
/* Change button style*/
.ff-btn-submit {
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 8px;
  padding-bottom: 8px;
  background-color: #ff206e !important;
  color: #ffffff !important;
  transition: all 0.2s;
  letter-spacing: 2px;
  border-radius: 0px 0px 0px 0px !important;
}
/*Change button hover style*/
.ff-btn-submit:hover {
  background-color: #ff206e !important;
  color: #ffffff !important;
  transform: scale(1.05);
}
/*input style*/
.ff-el-form-control {
  padding: 6px 12px !important;
  border: 1px solid #d9dcd6 !important;
}
.ff-message-success {
  border: none !important;
  box-shadow: none !important;
}
/* END - FLUENT FORMS */
/* START - USUNIĘCIE LINII SIDEBARA */
#main-content .container:before {
  width: 0;
}
.et_pb_widget_area_right {
  border-left: 0 !important;
}
.et_pb_widget_area_left {
  border-right: 0 !important;
}
/* END - USUNIĘCIE LINII SIDEBARA */
/* START - PRZYCISKI ET */
a.small-button.smallblue {
  color: #f36e8e !important;
  background: #fff !important;
  border: 2px solid #f36e8e !important;
  font-weight: 600 !important;
  font-size: 14px !important;
  transition: all 0.2s;
  transition-timing-function: ease-in-out;
  text-shadow: none !important;
  box-shadow: none !important;
  border-radius: 50px !important;
  line-height: 26px !important;
}
a.small-button.smallblue:hover {
  color: #ffffff !important;
  background: #f36e8e !important;
}
/* END - PRZYCISKI ET */
/* MOBILE & TABLET I INNE STYLE*/
.fluentform div {
  color: #d9dcd6;
}
.post-2 .et_pb_section:nth-child(1) .et_pb_text img:not(.wp-smiley) {
  margin-top: 0px;
  margin-bottom: -12px;
}
@media screen and (min-width: 981px) {
  #cookie-notice {
    min-width: 25%;
    width: 25% !important;
  }
}
@media screen and (min-width: 768px) and (max-width: 980px) {
  #cookie-notice {
    min-width: 50%;
    width: 50% !important;
  }
}
@media screen and (max-width: 767px) {
  #cookie-notice {
    min-width: 80%;
    width: 80% !important;
  }
}
