/*topbar*/
.topbar_section {
    background: #fee878;
}
.topbar-spacing span{
  color: #1d1c1c;
  font-weight: 500; 
}
.topbar-spacing p {
    color: #1d1c1c;
    font-size: 12px;
    font-weight: 700;
}
div#mySidenav {
    display: block;
}
.contact-detail i,.email-detail i,.social-i-detail i{
    color: #1d1c1c;
  }
.contact-detail i {
  transform: rotate(-45deg);
}
  .social-i-detail i{
    font-size: 14px;
  }
.head_btn i {
    color: #ff94b3;
    font-size: 16px;
}

/* HEADER */
.socialbox i {
  margin-right: 15px;
}
.header-nav-box {
  background: #3f3f3f;
}
.logo h1{
  font-size: 20px;
}
.head_btn a {
    font-size: 13px;
    font-weight: 600;
}
/* STICKY HEADER */

.stickynavbar {
  z-index: 9999999999999;
  padding-top: 0 !important;
  box-shadow: 0 0 8px grey;
}
.sticky {
  position: fixed!important;
  top: 0;
  width: 100%;
  padding-bottom: 0 !important;
}

/* MENU BAR */

@keyframes smoothScroll {
  0% {
    transform: translateY(-40px);
  }
  100% {
    transform: translateY(0px);
  }
}
ul.list_nav {
  margin: 0 auto;
  display: block;
}
.main-navigation li{
  position: relative;
  display: inline-block;
}
.main-navigation ul.sub-menu li:after{
  display: none;
}
.main-navigation a{
  display: block;
  font-size: 15px;
  color: #ffffff;
  font-weight: 600;
  padding: 5px 15px;
}
.main-navigation ul ul{
  display: none;
  position: absolute;
  left: 0;
  top: 100% ;
  background: #fff;
  min-width: 215px;
  z-index: 9999;
  border: 1px solid #e9eaea;
  border-radius: 10px;
}
.main-navigation ul ul ul{
  left: 100%;
  top: 0;
}
.main-navigation ul ul li,
.menubar.scrolled .main-navigation ul ul li{
  float: none;
  display: block;
  text-align: left;
  border-bottom: 1px solid #e9eaea;
}
.main-navigation ul ul li:last-child{
  border-bottom: 0;
}
.main-navigation ul li:hover > ul{
  display: block;
}
.main-navigation .menu > ul > li.highlight{
  background-color: #ffffff;
}
.main-navigation .menu > ul > li.highlight:hover{
  background: transparent;
}
.menubar.scrolled .menu > ul > li:hover > a:after,
.menubar.scrolled .menu > ul > li.current_page_item > a:after,
.menubar.scrolled .menu > ul > li.current-menu-item > a:after{
  height: 2px;
}
.menu > ul > li.exoplanet-search:after{
  background: transparent !important;
}
.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation{
  margin: 0 0 15px;
  overflow: hidden;
}
/*.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous{
  float: left;
  width: 50%;
}*/
.comment-navigation .nav-next, .posts-navigation .nav-next{
  float: right;
  text-align: right;
  width: auto;
}
.main-navigation a:hover {
   background: #fee878;
    border-radius: 10px;
	color: #fff;
}
ul.children li a {
    padding: 10px;
}
ul.sub-menu li a {
    color: #1d1c1c;
}
/*---------------- Footer Section ----------------------*/
div#footer_box {
    background: #343246;
    padding-top: 10%;
}
.footer1 p,.footer-social-icons .socialbox a,.footer2 a,.footer3 a,.menu-information-link-3-container a,.copyright p {
    color: #bab8c4;
    font-size: 15px;
    font-weight: 700;
}
ul#menu-ngo_support_menu a {
    color: #bab8c4;
}
#footer_box h3.widget-title {
    color: #ffffff;
    font-size: 22px;
}
div#footer_box ul {
    list-style: none;
    line-height: 40px;
    padding: 15px 0px;
    margin: 0;
}
.copyright {
    border-top: 1px solid #bab8c4;
    width: 75%;
}
div#footer_box a:hover,.footer-social-icons .socialbox a:hover,div#footer_box a:hover,div#footer_box a:hover,div#footer_box a:hover,span.credit_link a {
    color: #fee878;
}

/*-------------------------- Calendar widget --------------------------*/
.widget.widget_calendar table {
  margin: 0;
}
.widget.widget_calendar td, .widget.widget_calendar tr, .widget.widget_calendar th {
  border: 1px solid #fff;
}
#footer .widget.widget_calendar td, #footer .widget.widget_calendar tr, #footer .widget.widget_calendar th {
  padding: 2px;
}
.widget_calendar td,
.widget_calendar th {
  line-height: 1.5625;
  padding: 0;
  text-align: center;
}
.widget th,
.widget td {
  padding: 0.5384615385em;
}

/* ---------- Return to Top ------------ */

#return-to-top {
  position: fixed;
  bottom: 10px;
  right: 20px;
  width: 50px;
  height: 50px;
  display: block;
  text-decoration: none;
  -webkit-border-radius: 35px;
  -moz-border-radius: 35px;
  border-radius: 35px;
  display: none;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  z-index: 99;
}
#return-to-top i {
  color: #fff;
  position: relative;
  top: 13px;
  font-size: 19px;
  padding: 3px 18px;
  box-shadow:none;
  transition: all 0.40s ease;
  -webkit-transition: all 0.40s ease;
  -moz-transition: all 0.40s ease;
  -ms-transition: all 0.40s ease;
  -o-transition: all 0.40s ease;
}
#return-to-top:hover {
  background: transparent;
  box-shadow: 0 0 10px 0 #ff4c86 inset, 0 0 10px 4px #ff4c86;
}
#return-to-top:hover i {
  top: 5px;
  color: #ff4c86 !important;
}
/*notification bell icon*/

.bell {
    position: relative;
}
.bell i {
    font-size: 18px;
  }
.notification {
  background: rgba(255, 82, 82, 1);
  position: absolute;
  left: 58px;
  top: 6px;
  z-index: 2;
  border-radius: 50%;
  height: 10px;
  width: 10px;
  transform: scale(1);
  box-shadow: 0 0 0 0 rgb(255 82 82);
  animation: pulse-red 2s infinite;
}
@keyframes pulse-red {
  0% {
    transform: scale(0.85);
    box-shadow: 0 0 0 0 rgba(255, 82, 82, 0.7);
  }
  
  70% {
    transform: scale(1);
    box-shadow: 0 0 0 25px rgba(255, 82, 82, 0);
  }
  
  100% {
    transform: scale(0.85);
    box-shadow: 0 0 0 0 rgba(255, 82, 82, 0);
  }
}
