/*------------------------Topbar-----------------*/
#topbar {
  background-color: #454545;
}
#header {
  background-color: var(--primary-global);
}
#topbar .content {
  padding: 5px 10px;
}
#topbar .email p i {
  font-size: 14px;
  color: var(--primary-global);
}
#topbar .email p {
  font-size: 14px;
  letter-spacing: 1px;
  color: #ffffff;
  font-weight: 400;
}
#header .phone p i {
  font-size: 20px;
}
#header .phone p {
  font-size: 24px;
  letter-spacing: 1px;
  color: #ffffff;
  font-weight: 700;
}
/*------------------------Header-----------------*/
.site-header {
  position: relative;
  width: 100%;
  z-index: 99;
}
#topbar h1 {
  line-height: 1;
  font-size: 40px;
  color: #fff;
}
#topbar h1 a {
  color: #fff;
  text-decoration: none;
}
#topbar .logo p {
  margin-bottom: 0;
  color: #fff;
}
#topbar .email_icon {
  font-size: 40px;
  color: var(--primary-global);
  padding-right: 12px;
}
#topbar .email_title {
  font-size: 16px;
  letter-spacing: 1px;
  line-height: 20px;
  color: #fff;
  font-weight: 700;
}
#topbar .email_text {
  font-size: 14px;
  letter-spacing: 1px;
  line-height: 15px;
  color: #fff;
  font-weight: 400;
}
#topbar .button a {
  font-size: 12px;
  letter-spacing: 1px;
  color: #fff;
  background: red;
  font-weight: 700;
  text-align: center;
  text-decoration: none;
  background-color: var(--primary-global);
  color: #fff;
  padding: 15px;
  border-radius: 2px;
}
#topbar .social-icons a {
  color: #fff;
  font-size: 14px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  height: 60px;
  width: 40px;
  border-right: 1px solid #e6b981;
}
/*------------------------ Menu -----------------*/
.main-navigation ul {
  margin-bottom: 0;
  padding: 0;
  list-style-type: none;
}
.main-navigation ul li {
  display: inline-block;
}
.main-navigation ul ul {
  display: none;
}
.main-navigation ul li a {
  font-size: 14px;
  padding: 20px 0px;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #ffffff;
  margin: 0 20px;
  font-weight: 600;
}
.top_meta_content .media, .top_meta_content .button {
  padding-right: 30px;
  display: flex;
}
/*------------------------ Responsive Menu -----------------*/
.toggle-nav.mobile-menu,a.closebtn.mobile-menu {
  display: none;
}
.toggleMenu {
  display: none;
}
.menubar {
  -webkit-transition: all 0.5s ease;
  -moz-transition: position 10s;
  -ms-transition: position 10s;
  -o-transition: position 10s;
  transition: all 0.5s ease;
}
@keyframes smoothScroll {
  0% {
    transform: translateY(-40px);
  }
  100% {
    transform: translateY(0px);
  }
}
ul.list_nav {
  margin: 0 auto;
  text-align: center;
  display: block;
}
.main-navigation ul {
  list-style: none;
  margin: 0;
  padding-left: 0;
}
.main-navigation li:last-child {
  border-right: none;
}
.main-navigation a {
  display: block;
  text-decoration: none;
  text-transform: none;
  padding: 0;
  position: relative;
  font-size: 15px;
  letter-spacing: 0px;
  font-size: 14px;
  line-height: 20px;
  color: #757575;
  font-weight: 700;
}
.socialbox i {
  color: #A2A2A2;
}
.socialbox i:hover {
  color: #E43315 !important;
}
.main-navigation a:hover {
  color: #fff;
}
.main-navigation ul ul {
  display: none;
  position: absolute;
  top: 100%;
  background-color: var(--primary-global);
  min-width: 200px;
  z-index: 9999;
}
.main-navigation ul ul ul {
  left: 100%;
  top: 0;
}
.main-navigation ul ul a {
  padding: 8px 0px;
}
.main-navigation ul ul a:hover, .main-navigation ul li a:hover {
  color: black;
}
.main-navigation ul ul li,
.menubar.scrolled .main-navigation ul ul li {
  float: none;
  display: block;
  text-align: left;
  border-bottom: 1px solid #cccccc;
}
.main-navigation ul ul li:last-child {
  border-bottom: 0;
}
.main-navigation ul li:hover > ul {
  display: block;
}
.main-navigation .current_page_item > a,
.main-navigation .current-menu-item > a,
.main-navigation .current_page_ancestor > a {
  color: #fff !important;
}
h1 a {
  font-size: 30px;
}
h1 {
  padding: 0;
}
.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;
}
.main-navigation ul ul li:hover > a {
  color: black;
}
.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
  margin: 0 0 15px;
  overflow: hidden;
}
.comment-navigation .nav-next, .posts-navigation .nav-next, .post-navigation .nav-next {
  float: right;
  text-align: right;
  width: auto;
}
.search-box {
  margin-top: 20px;
  text-align: left;
}
.search-icon {
  cursor: pointer;
}
.search-icon i {
  color: #151515;
}
ul.sub-menu li {
  padding: 5px 15px;
}
/*------------------------Search Popup-----------------*/
#header .close-btn {
  position: absolute;
  top: 30px;
  right: 30px;
}
.popup {
  display: none;
  position: fixed;
  padding: 10px;
  width: 100%;
  left: 0;
  height: 100%;
  top: 0;
  background: rgb(0,0,0,.3);
  border: 3px solid #F04A49;
  z-index: 20;
}
#popup:after {
  position: fixed;
  content: "";
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: rgba(0,0,0,0.5);
  z-index: -2;
}
#popup form.search-form.serach-page {
  position: relative;
  top: 50%;
  max-width: 563px;
  margin: 0 auto;
}
#popup form.search-form.serach-page label{
width: 80%;
}
#popup a.close-btn {
    position: absolute;
    right: 24%;
    top: 16%;
}
#popup input[type=search] {
  padding: 11px 20px;
  width: 100%;
  text-indent: 8px;
  border: 1px solid var(--primary-global);
}
#popup input[type="submit"] {
  position: relative;
  right: 5px;
  padding: 12px 20px;
  font-weight: bold;
  color: #ffffff;
  border: 1px solid var(--primary-global);
  background-color: var(--primary-global);
}
#popup:before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: rgba(0,0,0,0.5);
  z-index: -1;
}
.header-search {
  font-size: 15px;
  background-color: var(--primary-global);
  font-weight: 500;
  color: #fff;
  padding: 15px !important;
  border-radius: 2px;
}
#popup i.far.fa-window-close {
  color: white;
  font-size: 20px;
}
/*------------------------ Footer -----------------*/
.custom-social-icons a {
  margin-right: 23px;
  color: #fff;
}
#footer_box {
  padding: 60px 0 60px 0;
}
.custom-social-icons {
  margin-top: 15px;
}
.social_widget {
  margin-top: 20px;
}
#footer_box h3.widget-title,#footer_box h2,#footer_box h1,#footer_box h5,#footer_box h6 {
  font-size: 22px;
  letter-spacing: 1px;
  color: var(--primary-global);
  font-weight: 700;
  padding-bottom: 5px;
}
.widget_block h3 {
  color: var(--primary-global);
  font-size: 22px;
}
#footer_box ul li {
  margin: 18px 0;
}
#footer .contact-widget i {
  color: var(--primary-global);
}
#footer input[type="email"] {
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 2px;
  border-radius: 4px;
  border: 1px solid #b9b8b8;
  background: #fff;
}
#footer input[type="submit"] {
  font-size: 15px;
  line-height: 25px;
  color: #fff;
  font-weight: 400;
  background-color: var(--primary-global);
  width: 100%;
  border-radius: 4px;
}
#footer p {
  color: #ffffff;
}
#footer input[type="email"]::placeholder {
  font-size: 14px;
  line-height: 25px;
  color: #888888;
  font-weight: 400;
  text-align: left;
  padding-left: 15px;
}
#footer_box ul li a {
  color: #ffffff;
}
#footer .social-icons a {
  display: inline-block;
  line-height: 10px;
}
#footer .social-icons i {
  font-size: 12px;
  color: var(--primary-global);
}
#footer_box ul li:hover a {
  color: var(--primary-global);
}
#footer_box ul {
  list-style-type: none;
  padding-inline-start: 0px;
}
#footer_box ul li .recent-post-box a {
  color: white;
}
#footer_box .widget_recent_entries ul li::before {
  content: "";
  margin: 0;
}
#footer_box .recent-post-box img {
  width: 100%;
  height: 100%;
}
.widget_media_image {
  margin-bottom: 20px;
}
#footer input.wpcf7-form-control.wpcf7-text.wpcf7-email.wpcf7-validates-as-required.wpcf7-validates-as-email {
  width: 100%;
  border: none;
  height: 45px;
}
input.wpcf7-form-control.wpcf7-text.wpcf7-email.wpcf7-validates-as-required.wpcf7-validates-as-email:before {
  font-family: "Font Awesome 5 Free";
  content: "\f0e0";
  display: inline-block;
}
.wpcf7-form br {
  display: none;
}
/*------------------------ Copyright -----------------*/
#copyright {
  padding: 20px 0;
}
#copyright p {
  color: #a3a3a3;
  margin-bottom: 0;
}
#copyright span.theme-name {
  color: var(--primary-global);
}
span.credit_link a {
    color: var(--primary-global);
}
/*----------Sticky Header------*/
.fixed-header {
  position: fixed;
  top:0;
  left:0;
  width: 100%;
  background: black;
  z-index: 999999;
  text-align: center;
}