.curantis-sidebar .textwidget {
  line-height: 1.73;
}
.curantis-sidebar .textwidget img {
  display: inline-block;
  margin: 5px 0;
}
.curantis-sidebar .textwidget p {
  color: var(--grey-color);
}
.curantis-sidebar .textwidget p b,
.curantis-sidebar .textwidget p strong {
  color: var(--dark-color);
}
.curantis-sidebar .sidebar-item {
  margin-bottom: 30px;
  box-shadow: 0 0 30px 0 #ededed;
  padding: 35px 25px;
}
.curantis-sidebar .sidebar-item:last-child {
  margin-bottom: 0;
}
.curantis-sidebar h5,
.curantis-sidebar h3 {
  line-height: 1.375;
  color: var(--dark-color);
  margin-bottom: 1.3em;
}
.curantis-sidebar h5 a,
.curantis-sidebar h3 a {
  text-decoration: none;
}
.curantis-sidebar h5 a + a,
.curantis-sidebar h3 a + a {
  padding-left: 5px;
}
.curantis-sidebar .screen-reader-text {
  display: none;
}
.curantis-sidebar .widget_search form {
  position: relative;
}
.curantis-sidebar .widget_search form:after {
  position: absolute;
  right: 0;
  top: 0;
  width: 50px;
  height: 55px;
  text-align: center;
  font-family: "Ionicons";
  content: "\f4a5";
  display: block;
  font-size: 22px;
  line-height: 55px;
  color: var(--dark-color);
  pointer-events: none;
}
.curantis-sidebar .widget_search input[type="text"] {
  background-color: var(--light-color);
  border: 1px solid #eee;
  height: 55px;
  padding-left: 20px;
  padding-right: 50px;
  font-size: 14px;
  color: var(--dark-color);
  width: 100%;
}
.curantis-sidebar .widget_search input[type="submit"] {
  height: 55px;
  width: 55px;
  position: absolute;
  right: 0;
  top: 0;
  opacity: 0;
}
.curantis-sidebar ul {
  list-style: none;
  margin-bottom: 0;
}
.curantis-sidebar ul ul {
  padding-left: 15px;
  margin-top: 12px;
}
.curantis-sidebar ul li {
  font-size: 15px;
  line-height: 1.6;
  font-weight: 500;
  padding-bottom: 12px;
}
.curantis-sidebar ul li a {
  color: var(--grey-color);
  text-decoration: none;
}
.curantis-sidebar ul li a:hover {
  color: var(--green-color);
}
.curantis-sidebar ul li.current-cat a {
  color: var(--dark-color);
  text-decoration: underline;
  -webkit-text-decoration-color: var(--grey-color);
  -moz-text-decoration-color: var(--grey-color);
  text-decoration-color: var(--grey-color);
}
.curantis-sidebar ul li:last-child {
  padding-bottom: 0;
}
.curantis-sidebar select {
  width: 100%;
  height: 41px;
  background-color: var(--light-color);
  text-indent: 10px;
  -webkit-border-radius: 0;
  border-radius: 0;
  border: 1px solid #eee;
  font-size: 15px;
}
.curantis-sidebar .widget_rss li {
  padding-bottom: 25px;
}
.curantis-sidebar .widget_rss li .rsswidget {
  color: var(--dark-color);
  font-weight: 600;
  font-size: 18px;
}
.curantis-sidebar .widget_rss li .rss-date {
  display: block;
  margin-top: 5px;
  color: var(--green-color);
  font-weight: bold;
  font-size: 12px;
  letter-spacing: 1px;
  text-transform: uppercase;
}
.curantis-sidebar .widget_rss li .rssSummary {
  color: var(--dark-color);
  font-weight: normal;
  margin-top: 5px;
}
.curantis-sidebar .widget_rss li cite {
  margin-top: 5px;
  display: block;
  color: var(--dark-color);
  font-weight: 400;
}
.curantis-sidebar .widget_rss li cite:before {
  content: '- ';
}
.curantis-sidebar .widget_calendar table {
  width: 100%;
  text-align: center;
  color: var(--dark-color);
}
.curantis-sidebar .widget_calendar caption {
  text-align: center;
  padding-bottom: 0;
  font-size: 15px;
  color: var(--dark-color);
  font-weight: 500;
}
.curantis-sidebar .widget_calendar td,
.curantis-sidebar .widget_calendar th {
  border: 1px solid var(--dark-color);
  padding: 5px 3px;
}
.curantis-sidebar .widget_calendar td {
  color: var(--dark-color);
}
.curantis-sidebar .widget_calendar td#today {
  color: var(--dark-color);
  font-weight: 600;
}
.curantis-sidebar .widget_calendar td a {
  text-decoration: none;
  font-weight: 600;
  color: var(--green-color);
}
.curantis-sidebar .widget_calendar td a:hover {
  color: var(--grey-color);
}
.curantis-sidebar .tagcloud {
  line-height: 1.6;
  font-weight: 500;
  margin: -5px;
}
.curantis-sidebar .tagcloud a {
  margin: 5px;
  display: inline-block;
  color: var(--grey-color);
  text-decoration: none;
}
.curantis-sidebar .tagcloud a:hover {
  color: var(--green-color);
  text-decoration: none;
}
.curantis-sidebar .images-wrap {
  margin: -5px;
  display: flex;
  flex-wrap: wrap;
}
.curantis-sidebar .images-wrap a {
  width: 97px;
  padding-bottom: 97px;
  margin: 5px;
  display: block;
}
.curantis-sidebar .instagram-text {
  margin-top: 15px;
}
.curantis-sidebar .instagram-text a {
  color: var(--green-color);
  text-decoration: none;
  font-size: 15px;
  font-weight: 600;
}
.curantis-sidebar .curantis-widget-about {
  background-color: #ccc;
  padding: 50px 15px;
  text-align: center;
  position: relative;
  color: var(--light-color);
}
.curantis-sidebar .curantis-widget-about:before {
  content: '';
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0px;
  left: 0px;
  background: var(--green-color);
  opacity: 0.7;
}
.curantis-sidebar .curantis-widget-about.s-back-switch {
  padding-bottom: 150px;
  padding-top: 200px;
}
.curantis-sidebar .curantis-widget-about .title {
  font-size: 20px;
  margin-bottom: 12px;
  z-index: 2;
  position: relative;
  color: var(--light-color);
}
.curantis-sidebar .curantis-widget-about .text {
  font-size: 16px;
  z-index: 2;
  position: relative;
  color: var(--light-color);
}
.curantis-sidebar .twitter-item {
  font-size: 15px;
  line-height: 1.6;
  color: var(--grey-color);
  font-style: italic;
  margin-bottom: 25px;
  position: relative;
  padding-left: 35px;
  word-break: break-word;
}
.curantis-sidebar .twitter-item:last-child {
  margin-bottom: 0;
}
.curantis-sidebar .twitter-item:before {
  content: "\f2b0";
  font-family: "Ionicons";
  position: absolute;
  left: 0;
  top: 0;
  color: var(--green-color);
  font-size: 20px;
  font-style: normal;
}
.curantis-sidebar .twitter-item a {
  color: var(--green-color);
  text-decoration: none;
  display: inline-block;
  margin-top: 10px;
}
.curantis-sidebar .twitter-item a:hover {
  color: var(--dark-color);
}
.curantis-sidebar .curantis-widget-subscribe p {
  margin-bottom: 0;
  margin-top: 20px;
}
.curantis-sidebar .curantis-widget-subscribe span {
  display: block;
  position: relative;
}
.curantis-sidebar .curantis-widget-subscribe span:before {
  position: absolute;
  right: 15px;
  font-family: "Font Awesome 5 Free", sans-serif;
  font-size: 20px;
  font-weight: 900;
  color: #ddd;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  line-height: 1;
}
.curantis-sidebar .curantis-widget-subscribe span.email:before {
  content: "\f0e0";
}
.curantis-sidebar .curantis-widget-subscribe span.email-44::after {
  content: "\f0e0";
  position: absolute;
  right: 15px;
  font-family: "Font Awesome 5 Free", sans-serif;
  font-size: 20px;
  font-weight: 900;
  color: #ddd;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  line-height: 1;
}
.curantis-sidebar .curantis-widget-subscribe span.name:before {
  content: "\f007";
}
.curantis-sidebar .curantis-widget-subscribe span.phone:before {
  content: "\f095";
}
.curantis-sidebar .curantis-widget-subscribe input[type="text"], .curantis-sidebar .curantis-widget-subscribe input[type="phone"], .curantis-sidebar .curantis-widget-subscribe input[type="email"] {
  width: 100%;
  height: 55px;
  padding-left: 22px;
  border: 1px solid #c1c1c1;
  font-size: 14px;
  padding-right: 45px;
}
.curantis-sidebar .curantis-widget-subscribe input[type="submit"] {
  width: 100%;
  border: 2px solidvar(--green-color);
  color: var(--light-color);
  padding: 13px 33px;
  -webkit-box-shadow: none;
  box-shadow: none;
  background-color: var(--green-color);
  background-image: -webkit-gradient(linear, left top, right top, color-stop(50%, transparent), color-stop(50%, var(--green-color)));
  background-image: linear-gradient(to right, transparent 50%, var(--green-color) 50%);
}
.curantis-sidebar .curantis-widget-subscribe .wpcf7-not-valid-tip {
  margin-top: 0.75em;
  color: var(--dark-color);
  font-size: 0.9em;
  font-weight: 600;
}
.curantis-sidebar .curantis-widget-subscribe div.wpcf7-response-output {
  margin: 20px 0 0;
  font-size: 0.9em;
  padding: 0.5em;
}
.curantis-sidebar .curantis-widget-subscribe .ajax-loader {
  display: none;
}
.curantis-sidebar .recent-block {
  margin-bottom: 30px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.curantis-sidebar .recent-block .recent-img {
  width: 75px;
  height: 60px;
  margin-right: 18px;
  margin-top: 5px;
}
.curantis-sidebar .recent-block .flex-wrap {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.curantis-sidebar .recent-block .recent-text {
  font-size: 15px;
  font-weight: 600;
  line-height: 1.6;
  margin-bottom: 3px;
}
.curantis-sidebar .recent-block .recent-text a {
  color: var(--dark-color);
  text-decoration: none;
}
.curantis-sidebar .recent-block .recent-text a:hover {
  color: var(--green-color);
}
.curantis-sidebar .recent-block .recent-date {
  font-size: 13px;
  color: var(--dark-color);
}
.curantis-sidebar .recent-block:last-child {
  margin-bottom: 0;
}

@media (max-width: 991px) {
  .curantis-sidebar {
    margin-top: 0px;
  }
  .curantis-sidebar h3,
  .curantis-sidebar h5 {
    font-size: 18px;
    margin-bottom: 1em;
  }
}
@media (max-width: 767px) {
  .curantis-sidebar {
    margin-top: 0px;
    margin-bottom: 40px;
  }
  .curantis-sidebar h3,
  .curantis-sidebar h5 {
    font-size: 18px;
    margin-bottom: 1em;
  }
}
@media (max-width: 575px) {
  .curantis-sidebar {
    margin-left: -15px;
    margin-right: -15px;
    padding-left: 15px;
    padding-right: 15px;
    padding-bottom: 50px;
    margin-bottom: 0;
  }
}

/*# sourceMappingURL=sidebar.min.css.map */
