/*!*********************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[4].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[4].use[2]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[4].use[3]!./assets/scss/app.scss ***!
  \*********************************************************************************************************************************************************************************************************************************************/
.header__menu-bg {
  background-color: #464646;
}

@media screen and (max-width: 768px) {
  #main-menu {
    background: #fff;
    margin-bottom: 10px;
    margin-top: 10px;
    padding-top: 10px;
  }
  #main-menu li {
    border-top: 1px solid #ededed;
    border-bottom: 1px solid #ededed;
    padding: 10px 0;
  }
  #main-menu li a {
    padding: 0 18px;
  }
  #main-menu li ul {
    padding-left: 5px;
    padding-bottom: 0;
  }
  #main-menu li ul li {
    border-top: 1px solid #ededed;
    border-bottom: 0px solid #ededed;
  }
  #main-menu li ul li a::before {
    content: " - ";
  }
  #main-menu .dropdown-menu {
    border: 0;
  }
}

.navbar-light .navbar-nav .nav-link {
  text-transform: uppercase;
  font-weight: bold;
  position: relative;
}
@media screen and (min-width: 768px) {
  .navbar-light .navbar-nav .nav-link {
    color: rgb(255, 255, 255);
  }
  .navbar-light .navbar-nav .nav-link:hover {
    color: goldenrod;
  }
  .navbar-light .navbar-nav .nav-link:hover:before {
    content: "";
    height: 2px;
    width: 90%;
    position: absolute;
    left: 0;
    top: 0%;
    background-color: goldenrod;
  }
}

@media screen and (min-width: 768px) {
  .navbar-light .navbar-nav .nav-link.active {
    color: goldenrod;
  }
  .navbar-light .navbar-nav .nav-link.active:before {
    content: "";
    height: 2px;
    width: 90%;
    position: absolute;
    left: 0;
    top: 0%;
    background-color: goldenrod;
  }
}

@media screen and (max-width: 768px) {
  .dropdown-toggle::after {
    margin-left: 74%;
  }
}
@media screen and (max-width: 576px) {
  .dropdown-toggle::after {
    margin-left: 64%;
  }
}

.grid-item {
  width: 25%;
}

.grid-item--width2 {
  width: 50%;
}

.sticky-element {
  left: 0;
  top: 100px;
  z-index: 99;
  position: fixed;
}
.sticky-element .sticky-element-widget {
  margin: 0;
  padding: 0;
}
.sticky-element .sticky-element-widget li {
  list-style-type: none;
  margin: 0;
  padding: 13px 10px;
  width: 51px;
  border-radius: 0px 17px 17px 0;
  animation-name: show-item;
  animation-duration: 4s;
}
.sticky-element .sticky-element-widget li span.item-text {
  display: none;
}
.sticky-element .sticky-element-widget li:hover {
  width: 100px;
}
@keyframes show-item {}
.sticky-element .sticky-element-widget li.black {
  background-color: black;
  color: white;
}
.sticky-element .sticky-element-widget li.red {
  background-color: #dd3333;
  color: white;
}
.sticky-element .sticky-element-widget li.gray {
  background-color: #464646;
  color: white;
}
.sticky-element .sticky-element-widget li.yellow {
  background-color: #f7b500;
  color: white;
}
.sticky-element .sticky-element-widget li.blue {
  background-color: rgb(0, 102, 191);
  color: white;
}
.sticky-element .sticky-element-widget .vertical-text {
  writing-mode: sideways-lr;
  text-orientation: inherit;
}
.sticky-element .sticky-element-widget .vertical-text .vertical-icon svg {
  transform: rotate(90deg);
  margin-top: 5px;
}

.header_top {
  background-color: #FFBF00;
}
.header_top .nav-link {
  color: #0f0a0c;
}

.nav-link-border {
  position: relative;
}
.nav-link-border:after {
  content: "";
  height: 50%;
  width: 1px;
  position: absolute;
  right: 0;
  top: 30%;
  background-color: #fff;
}

a {
  text-decoration: none;
  color: #333;
  font-weight: bold;
}

a:hover {
  color: gold;
}

ul li a {
  text-decoration: none;
  color: #333;
}

.wp-block-embed {
  text-align: center;
}

.broken_link, a.broken_link {
  text-decoration: line-through;
}

.has-luminous-vivid-amber-background-color {
  padding: 10px;
}

.dropdown-item {
  color: #fff;
  padding: 1rem 1rem;
  background-color: #333333;
  border-bottom: 1px solid;
}

.dropdown-item:focus, .dropdown-item:hover {
  color: #fff !important;
  background-color: rgb(207, 46, 46) !important;
}

div#serach-menu {
  position: relative;
}

input#searchsubmit {
  transform: rotate(-45deg);
  background: transparent;
  border: none;
  position: absolute;
  right: 0;
  font-size: 22px;
}

@media only screen and (max-width: 720px) {
  div#serach-menu {
    margin-bottom: 10px;
    margin-left: 17px;
  }
  input#s {
    width: 99%;
  }
}
h1.entry-title {
  text-align: center;
  font-size: 2rem;
  margin-top: 20px;
  margin-bottom: 20px;
}

.footer__top-bg {
  padding-top: 2rem;
  background-color: #1E0342;
  color: #F4F4F4;
}

.footer__top__list .textwidget p a {
  color: #f4f4f4;
}
.footer__top__list .textwidget p a:hover {
  color: #f7b500;
}
.footer__top__list ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.footer__top__list h4 {
  font-size: 1.1rem;
}
.footer__top__list li {
  list-style-type: none;
  padding-left: 0;
  margin-left: 0;
  margin-bottom: 5px;
}
.footer__top__list li a {
  text-decoration: none;
  color: #f4f4f4;
  font-size: 0.8rem;
  font-family: sans-serif;
}
.footer__top__list li a:hover {
  color: goldenrod;
}

.footer__bottom-bg {
  background-color: #232020;
  color: #f4f4f4;
}
/*!***************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[2].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[2].use[2]!./assets/css/custom.css ***!
  \***************************************************************************************************************************************************************************/
.my-custom {
    background-color: powderblue;
}

/*# sourceMappingURL=app.css.map*/