/**
Theme Name: astra-child
Author: Brainstorm Force
Author URI: http://wpastra.com/about/
Description: Astra is the fastest, fully customizable & beautiful theme suitable for blogs, personal portfolios and business websites. It is very lightweight (less than 50KB on frontend) and offers unparalleled speed. Built with SEO in mind, Astra comes with schema.org code integrated so search engines will love your site. Astra offers plenty of sidebar options and widget areas giving you a full control for customizations. Furthermore, we have included special features and templates so feel free to choose any of your favorite page builder plugin to create pages flexibly. Some of the other features: # WooCommerce Ready # Responsive # Compatible with major plugins # Translation Ready # Extendible with premium addons # Regularly updated # Designed, Developed, Maintained & Supported by Brainstorm Force. Looking for a perfect base theme? Look no further. Astra is fast, fully customizable and beautiful theme!
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: astra-child
Template: astra
*/
/* line 46, style.scss */
a {
  text-decoration: none;
}

/* line 51, style.scss */
.single-announcement {
  position: relative;
}
/* line 53, style.scss */
.single-announcement::after {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-image: url(/wp-content/themes/astra-child/assets/img/hero-bg.png);
  background-position: top center;
  background-repeat: no-repeat;
  background-size: 100%;
  opacity: 0.1;
  z-index: -1;
}
/* line 68, style.scss */
.single-announcement header#masthead {
  display: none;
}
/* line 71, style.scss */
.single-announcement .ast-container {
  max-width: 1000px;
}
/* line 73, style.scss */
.single-announcement .ast-container .announcement-content {
  margin-top: 30px;
  width: 100%;
  background-color: #fff;
  padding: 5%;
  border-radius: 15px;
  box-shadow: 0px 30px 30px -15px rgba(28, 73, 175, 0.26);
}
/* line 81, style.scss */
.single-announcement .ast-container main {
  width: 100%;
}
/* line 83, style.scss */
.single-announcement .ast-container main nav {
  position: relative;
}
/* line 85, style.scss */
.single-announcement .ast-container main nav .select-dropdown {
  width: 100%;
  margin: 0 auto;
  color: #000;
  margin-top: 30px;
  position: relative;
  z-index: 2;
}
/* line 92, style.scss */
.single-announcement .ast-container main nav .select-dropdown .txt {
  border: 1px solid #bec6cf;
  padding: 5px 40px 5px 10px;
  position: relative;
}
/* line 96, style.scss */
.single-announcement .ast-container main nav .select-dropdown .txt .icon {
  position: absolute;
  height: 100%;
  width: 40px;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 0.6;
  cursor: pointer;
}
/* line 108, style.scss */
.single-announcement .ast-container main nav .select-dropdown .txt .icon::before {
  content: '';
  display: block;
  position: absolute;
  width: 10px;
  height: 10px;
  border-right: 2px solid #000;
  border-bottom: 2px solid #000;
  transform-origin: center;
  transform: rotate(45deg);
  margin-bottom: 8px;
}
/* line 120, style.scss */
.single-announcement .ast-container main nav .select-dropdown .txt .icon:hover {
  opacity: 1;
}
/* line 125, style.scss */
.single-announcement .ast-container main nav .select-dropdown .list {
  height: 0;
  width: 100%;
  visibility: hidden;
  overflow-y: auto;
  background-color: #bec6cf;
  border: 1px solid #bec6cf;
  position: absolute;
  left: 0;
}
/* line 135, style.scss */
.single-announcement .ast-container main nav .select-dropdown .list .item a {
  padding: 10px;
  color: #000;
  display: block;
}
/* line 139, style.scss */
.single-announcement .ast-container main nav .select-dropdown .list .item a:hover {
  color: #4555C7;
  background-color: aliceblue;
}
/* line 147, style.scss */
.single-announcement .ast-container main nav .select-dropdown.active .txt {
  background-color: #fff;
}
/* line 150, style.scss */
.single-announcement .ast-container main nav .select-dropdown.active .txt .icon::before {
  transform: rotate(-135deg);
  margin-bottom: 0;
}
/* line 156, style.scss */
.single-announcement .ast-container main nav .select-dropdown.active .list {
  background-color: #fff;
  height: auto;
  max-height: 400px;
  visibility: visible;
}

/* line 170, style.scss */
footer * {
  font-size: 14px;
}
/* line 173, style.scss */
footer a {
  color: #010101;
}
/* line 175, style.scss */
footer a:hover {
  color: #4555C7;
}
/* line 180, style.scss */
footer .elementor-widget-container > p {
  margin-bottom: 0;
}
