/*==== ====*/

body {
  background: #fff4fa;
}

#pagina-wrapper .container {
  background: #fff;
}

/*====  top bar  ====*/

#top-bar {
  background-color: #ff7d8d;
  min-height: 4px;
  height: 4px;
  overflow: hidden;
}

/*==== ====*/

#pagina-footer {
  background: #4d4d4d;
  padding: 35px 0 35px 0;
  font-size: 80%;
  color: #ccc;
}

#pagina-footer .license {
  margin: 10px 0 20px 0;
}

#pagina-footer .icon {
  color: #0ff;
}

#pagina-footer a {
  color: #fff;
}

#pagina-footer .footer2 {
  border-left: none;
  border-top: 1px solid #ccc;
  margin-top: 1rem;
  padding-top: 1rem;
}

@media screen and (min-width: 768px) {
  #pagina-footer .footer2 {
    border: none;
    border-left: 3px solid #ccc;
  }
}


/*==== ====*/

#pagina-banner {
  position: relative;
  background-color: #fff;
  padding: 0.8rem 0;
}

#pagina-banner #logo {
  float: none;
  text-align: center;
}

#pagina-banner #logo img {
  max-width: 100%;
  max-height: 70px;
  height: 70px;
}

#block-wg-user-status {
  text-align: center;
  border-top: 1px dashed #ccc;
  border-bottom: 1px dashed #ccc;
  padding: 5px 0;
  margin: 5px 0;
}

#pagina-banner .user-status {}

#pagina-banner .user-status * {
  display: inline-block;
  text-align: right;
}

#pagina-banner .user-status a {
  padding: 0 6px;
}

#pagina-banner .user-status a.last {
}

#pagina-banner .user-status a.logineduser {
  border: none;
  padding-bottom: 5px;
}

#pagina-banner .user-status a.logineduser img {
  width: 25px;
  height: 20px;
  padding: 0 5px 0 0;
}

#pagina-banner .user-status .linktext {
  display: inline;
}

#pagina-banner .user-status a.logineduser {
  text-align: center;
}

#block-wg-site-notice {
  text-align: center;
  font-size: 0.9rem;
  margin-top: 5px;
}

#block-wg-site-notice .new_topics_desc {
  display: none;
}

#pagina-banner .user-status a.user-login-button {
  border: none;
}

@media screen and (min-width: 768px) {
  #block-wg-site-notics {
    text-align: right;
    margin-top: 10px;
  }
  #pagina-banner .user-status a.logineduser {
    display: inline;
    text-align: center;
  }
}

@media screen and (min-width: 991px) {
  #pagina-banner {
    max-height: 100px;
  }
  #block-wg-user-status {
    text-align: right;
    border: none;
    padding: 0;
    margin: 0;
  }
  #pagina-banner .user-status a.logineduser {
    text-align: right;
  }
  #block-wg-site-notice {
    text-align: right;
  }
}


#top-banner {
  text-align: center;
  padding: 10px 0 0 0;
}

#top-banner #highlight {
  max-height: 100px;
  height: 100px;
  width: 100%;
  overflow: hidden;
  margin-bottom: 10px;
  background-color: #fff;
  padding: 0;
}

#top-banner #carousel-highlight .carousel-control {
  display: none;
  background-image: none;
  filter: none;;
}

#top-banner #carousel-highlight {
  width: 100%;
}

#top-banner #highlight img {
  max-width: 100%;
  max-height: 100px;
  margin: 0 auto;
}

#top-banner #highlight .node {
  text-align: center;
  max-height: 100px;
  position: relative;
}

@media screen and (min-width: 991px) {
  #top-banner {
    padding: 0;
    margin: 0;
  }
  #top-banner #highlight {
    max-height: 70px;
    height: 70px;
  }
  #top-banner #highlight img {
    max-height: 70px;
  }
  #top-banner #highlight .node {
    max-height: 70px;
  }
}

/*==== nav ====*/

#pagina-nav {
  border: none;
  border-radius: 0;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  background-color: transparent;
  font-size: 1rem;
}

#pagina-nav .navbar-header .navbar-icon {
  font-size: 1.5rem;
  padding: 5px 10px;
  text-align: center;
}

#pagina-nav .navbar-header .navbar-icon *{
  color: #000;
  cursor: pointer;
}

#pagina-nav .navbar-header .navbar-icon .disabled {
  color:#ccc;
  cursor: auto;
}

#pagina-nav .navbar-nav ul {
  margin: 0;
}

#pagina-nav .navbar-nav > li > a {
  color: #000;
  padding: 15px 12px 15px 25px;
}

#pagina-nav .navbar-nav a:hover {
  background: #f788bf;
}

#pagina-nav.navbar-default .navbar-collapse {
  padding: 0;
}

#pagina-nav.navbar-default .navbar-collapse * {
  max-width: 100%;
  padding-left:5px;
}

.not-front #sidebar .main-menu-child {
  display: none;
}

#menu-child-select {
  display: block;
  width: 100%;
}

.main-menu-child {
  font-size: 1rem;
}

.main-menu-child ul {
  margin: 0;
  padding: 0;
}

.main-menu-child ul li {
  margin: 0 0 12px 0;
  padding: 0;
  list-style: none;
  text-align: center;
}

.main-menu-child ul li a {
  color: #333;
  display: inline-block;
  width: 100%;
  text-decoration: none;
  height: 30px;
  padding: 3px 0;
  overflow: hidden;
  text-transform: uppercase;
  background-color: #fbc4df;
  border: 2px solid #fbc4df;
}

.main-menu-child > ul > li > a:hover {
  text-decoration: none;
  background-color: #fff;
  color: #000;
}

@media screen and (min-width: 768px) {
  #pagina-nav {
    border: none;
    background-color: #fbc4df;
  }

  #pagina-nav .navbar-nav .menuitem_home a {
    display: none;
  }
  #pagina-nav .navbar-nav > li > a {
    padding: 15px 3px;
    font-size: 0.85rem;
  }
  #-site-search-form {
    display: none
  }
}

@media screen and (min-width: 991px) {
  .not-front #sidebar .main-menu-child {
    display: block;
  }
  #menu-child-select {
    display: none;
  }
}

@media screen and (min-width: 1201px) {
  #pagina-nav .navbar-nav .menuitem_home a {
    display: inline-block;
  }
  #pagina-nav .navbar-nav > li > a {
    padding: 15px 12px;
    font-size: 1rem;
  }
  #pagina-nav .navbar-nav a:before {
    display: inline-block;
    opacity: 0.8;
    padding: 0 3px 0 0;
    font-family: "Font Awesome 5 Free", serif;
    font-size: 80%;
    font-weight: 900;
    content: '\f276';
  }
}


/*==== ====*/

#pagina-main-content {
  padding: 0;
  position: relative;
  min-height: 700px;
}

.not-front #pagina-main-content {
  padding: 10px 0;
}

#maincontent {
  min-height: 500px;
}

#maincontent .maincontent-content {
  letter-spacing: 1px;
}


/*==== ====*/

#pagina-breadcrumb {}

#pagina-breadcrumb .breadcrumb {
  padding: 0;
  background: none;
  color: #999;
  border: none;
  font-size: 0.9rem;
}

#pagina-breadcrumb .breadcrumb .breadcrumb-item {
  display: inline-block;
  padding: 0 5px;
}

#pagina-breadcrumb .breadcrumb .breadcrumb-item.last {
  font-size: 160%;
}

#pagina-breadcrumb .breadcrumb .breadcrumb-sep {
  display: inline-block;
  padding: 0 10px;
}

#pagina-breadcrumb .breadcrumb > .active {
  color: #999;
}


/***************************/

#user-login-form > div > ul {
  font-size: 0.9rem;
  text-align: right;
  list-style: none;
  padding: 0;
}

#user-login-form > div > ul li {
  display: inline-block;
  list-style: none;
  padding: 0;
}

#bf-user-login-form {
  font-size: 0.9rem;
}

#bf-user-login-form h1 {
  font-size: 1.2rem;
  text-align: center;
}

#bf-user-login-form .hybridauth-widget-wrapper h3 {
  font-size: 0.9rem;
  border-top: 1px dashed #aaa;
  padding: 10px 0 0 0;
}

#bf-user-login-form .hybridauth-widget-wrapper .wgtou {
  font-size: 0.8rem;
}

#bf-user-login-form form#user-login-form .form-group {}

#bf-user-login-form form#user-login-form .form-type-textfield label,
#bf-user-login-form form#user-login-form .form-type-password label {
  display: inline-block;
  width: 5rem;
}

#bf-user-login-form form#user-login-form .form-type-textfield input,
#bf-user-login-form form#user-login-form .form-type-password #edit-pass {
  display: inline-block;
  max-width: 10rem;
  font-size: 0.7rem;
}

#bf-user-login-form form#user-login-form a.hybridauth-widget-provider {
  display: block;
  border: 1px solid #eee;
  background: #eee;
  height: 40px;
  margin: 5px 0;
  padding: 5px;
  font-size: 1rem;
  font-weight: bold;
}

#bf-user-login-form .hybridauth-icon-hybridauth-32 {
  width: 40px;
}

#bf-user-login-form #edit-submit {
  width: 100%;
}
