/*
Theme Name: OceanWP Child Theme
Theme URI: https://oceanwp.org/
Description: OceanWP WordPress theme. Sample child theme.
Author: OceanWP
Author URI: https://oceanwp.org/
Template: oceanwp
Version: 1.0
*/

/* Parent stylesheet should be loaded from functions.php not using @import */

#top-bar-social-alt ul li,
#top-bar-social-alt ul {
  display: block;
  margin: 0;
  padding: 0;
}

#top-bar-social-alt ul li a {
  color: #fff;
}

.top-contact-communication {
  width: 24px;
}

.wpcf7-form input,
.wpcf7-form textarea {
  text-align: center;
}

.elementor-element.elementor-element-jtqnlxa .elementor-icon i {
  text-align: center;
}

.top-banner {
  width: 100%;
  background-color: #A864A8;
  /* red background */
  color: white;
  font-weight: bold;
  text-align: center;
  padding: 15px;
  position: relative;
  font-family: sans-serif;
}

.top-banner .close-btn {
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 18px;
  cursor: pointer;
  color: white;
  background: none;
  border: none;
}

body h3.widget-title {
  border-color: #fff
}

img.pist-ethaae-logo {
  max-width: 100px;
}