/* --------------------------Top Bar---------------------------- */
.contact_details ul li {
  list-style: none;
  display: inline;
  color: #ffffff;
}
.top_bar {
  background: #932b82;
  width: 100%;
  float: left;
  padding: 4px;
}
.contact_details {
  padding: 10px 0;
}
.contact_details ul li.search-box span {
  border: none;
  padding: 15px 18px;
  margin-right: 0;
}
.contact_details ul li span {
    padding: 0 10px;
}
.contact_details i{
  color: #ffffff;
  font-size: 14px;
  cursor: pointer;
}
.serach_outer i{
  font-size: 24px;
  padding: 4px 0 0 0;
  color: #bbb;
}
.contact_details p {
  color: #033333;
  font-size: 15px;
  margin: 0 0 0 !important;
}
p.hi_bold {
  color: #932b82;
}
p.hi_normal {
  color: #757575;
}
.contact_details ul li span i {
  padding-right: 6px;
}
.contact_details ul li a {
  color: #ffffff;
}
li.cart_box {
  border: none;
  padding: 15px 11px;
  margin-right: 0;
}
ul.left-side-content {
  padding: 0;
  margin: 0;
}
ul.right-side-content {
  margin: 0;
  text-align: right;
  position: relative;
}
li.cart_box span {
  padding: 0 !important;
  margin: 0;
  text-align: center;
}
#top-add-to-cart p.woocommerce-mini-cart__total.total {
  color: #ffffff;
}
.search-box span, li.cart_box, .logo_outer  {
  background: #96bc69;
}
/* --------------------------Header---------------------------- */
.logo_outer {
  width: 205px;
  height: 145px;
  position: relative;
  background-color: #502f3e;
}
.logo_outer:after {
  content: "";
  position: absolute;
  bottom: -46px;
  left: 0;
  width: 0;
  height: 0;
  border-left: 102px solid transparent;
  border-right: 102px solid transparent;
  border-top: 47px solid #96bc69;
  overflow: visible;
  z-index: 9999;
}
.logo_outer:after{
  border-top-color: #502f2e;
}
.logo_outer_box {
  position: absolute;
  top: 0;
  background-color: #96bc69;
}
.container.custom_container {
  position: static;
}
.logo_static {
  position: static !important;
}
.logo_outer_box {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%);
  overflow: visible;
  z-index: 9999;
  background-color: #96bc69;
	
}
#header .logo img{
  max-height: 123px;
  width: auto;
}
#header {
  background-color: #ffffff;
  width: 100%;
  float: left;
}
#topbar {
  border-top: 10px solid #435061;
}
.menubar {
  -webkit-transition: all 0.5s ease;
  -moz-transition: position 10s;
  -ms-transition: position 10s;
  -o-transition: position 10s;
  transition: all 0.5s ease;
}
.neseted-inner {
  top: 0;
  position: absolute;
}
.socialbox a:hover{
  background: #f33e17;
}
.continnerbox {
  background-size: 100% 100%;
  color: #fff;
  border-top: 40px solid #435061;
  border-left: 60px solid transparent;
}
#header .logo, #footer .logo{
  margin:0; 
  padding: 10px 0; 
  margin: 0 auto;
  text-align: center;
}
#header .logo h1, #footer .logo h1{ 
  font-weight:700; 
  padding:0; 
  margin-bottom:8px; 
  font-size:30px; 
  font-weight:bold; 
  margin-top: 0; 
}
.logo a.custom-logo-link{ 
  color:#000000;
}
.logo h1 a, .logo h1 a{
  color: #ffffff;
}
.logo p{ 
  color: #ffffff;
  margin-bottom: 0;
  font-size: 14px;
}
#header .top-contact{
  padding:12px 0; 
  font-size:15px;
}
.menubar .social-media{
  padding:12px 0; 
  text-align:center;
}
.mobile-menu{
  display: none;
}
li.cart_box {
    display: inline !important;
}
.mobile_cart_search li.cart_box {
    display: inline-block !important;
}
ul.mobile_cart_search {
  display: block;
  margin: 0 auto;
  text-align: center;
  margin-top: 10px;
}
.mobile_cart_search li.cart_box {
  display: inline-block !important;
}
/*-----------------Header Cart----------------*/
#cart {
  background: #000;
  max-width: 400px;
  right: 0;
  top: 35px;
  margin: 0 auto;
  text-align: left;
  padding: 20px;
  position: absolute;
  z-index: 9999;
  width: 100%;
  display: none;
}
li.cart_box:hover #cart{
  display: block;
  -webkit-transition-duration: 1s;
  -moz-transition-duration: 1s;
  -o-transition-duration: 1s;
  transition-duration: 1s;
}
/*----------------Menu bar-----------*/
@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{
  position: relative;
  line-height: 65px;
  padding: 0 2px;
  display: inline-block;
}
.main-navigation a{
  display: block;
  text-decoration: none;
  text-transform: none;
  color: #000000;
  padding: 0;
  margin: 0 8px;
  font-size: 14px;
  font-weight: 400;
  position: relative;
  text-transform: uppercase;
}
.main-navigation a:hover{
  color: #f33e17;
}
.main-navigation ul ul{
  display: none;
  position: absolute;
  left: 0;
  top: 100% ;
  background: #F6F6F6;
  min-width: 215px;
  box-shadow: 0 2px 6px rgba(0,0,0,0.2);
  z-index: 9999;
}
.main-navigation ul ul ul{
  left: 100%;
  top: 0;
}
.main-navigation ul ul a{
  text-transform: none;
  font-weight: 400;
  color: #888;
  padding: 8px 0px;
  font-size: 14px;
  line-height: 1.5;
}
.main-navigation ul ul li,.menubar.scrolled .main-navigation ul ul li{
  float: none;
  display: block;
  text-align: left
}
.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: #f33e17;
}
.main-navigation .menu > ul > li.highlight{
  background: #f33e17;
}
.main-navigation .menu > ul > li.highlight:hover{
  background: transparent;
}
.menu > ul > li > a:hover:before,.menu > ul > li.current_page_item > a:before,.menu > ul > li.current-menu-item > a:before{
  position: absolute;
  top: 0;
  content: '';
  width: 100%;
  height: 2px;
  z-index: 99999;
  display: block;
  background: #f33e17;
  -webkit-animation-name: slideInLeft;
  animation-name: slideInLeft;
  -webkit-animation-duration: 0.3s;
  animation-duration: 0.3s;
    -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.menubar.scrolled .menu > ul > li:hover > a:before,.menubar.scrolled .menu > ul > li.current_page_item > a:before,.menubar.scrolled .menu > ul > li.current-menu-item > a:before{
  height: 2px;
}
.menu > ul > li.exoplanet-search:before{
  background: transparent !important;
}
.main-navigation ul ul li:hover > a{
  color: #000;
}
#footer_box:before {
  content: "";
  background-repeat: repeat-x;
  background-position: center top;
  display: block;
  height: 49px;
  position: absolute;
  top: -26px;
  width: 100%;
  overflow: hidden;
  z-index: 99;
}
#footer{
 position: relative; 
}
.outer-footer {
  margin-top: 20px;
}
.footer-menu{
  padding-bottom: 1.5rem!important;
}
/*------------------ Newsletter -----------------*/
#newsletter {
  background-color: #0a003f;
}
#newsletter p {
  margin: 0;
}
.newsletter-heading h2 small{
  display: block;
  padding: 0;
  margin: 0;
  color: #ffffff;
  font-size: 18px;
}
.newsletter-heading h2{
  margin-bottom: 0;
  font-size: 34px;
  font-weight: bold;
  color: #ffffff;
}
.news_content {
  width: 100%;
  text-align: right;
}
#newsletter input, #newsletter textarea {
  color: #333333;
  border: solid 1px #ffffff;
  background: #ffffff;
  width: auto;
}
#newsletter input[type="submit"] {
  background-color: #f33e17;
  color: #fff;
  padding: 11px 10px;
  margin-left: 15px;
  text-transform: uppercase;
  margin-top: 7px;
  letter-spacing: 3px;
  padding: 13px;
}
#newsletter input[type="submit"]:hover {
  background-color: #ffffff;
  color: #f33e17;
}
#newsletter input::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #333333;
}
#newsletter input::-moz-placeholder { /* Firefox 19+ */
  color: #333333;
}
#newsletter input:-ms-input-placeholder { /* IE 10+ */
  color: #333333;
}
#newsletter input:-moz-placeholder { /* Firefox 18- */
  color: #333333;
}
/*------------------Blog -----------------*/
.date_box {
  position: absolute;
  background: #932b82;
  padding: 14px;
  color: #ffffff;
  font-size: 14px;
  text-align: center;
  display: none;
}
h3.blog_name a {
  color: #f33e17;
}
.date-day {
  font-size: 25px;
  font-weight: bold;
}
.post_inner{
  display: inline-block;
  margin-right: 20px;
  padding: 12px;
}
.post_inner i {
  color: #932b82;
  font-size: 20px;
}
#blog a.nav-link.active .date_box {
  display: block;
}
#blog .nav-item p {
  position: absolute;
  bottom: 0;
  background: #932b82;
  color: #ffffff;
  margin-bottom: 0;
  padding: 10px;
  width: 100%;
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: 1px;
}
#blog .nav-item img {
  width: 100%;
}
#blog .nav-item a.nav-link {
  position: relative;
}
#blog .nav-link {
  padding: 0 !important;
}
/*---------------- Footer Section ----------------------*/
#footer h3{
  color: #ffffff;
}
#footer {
  background: #000000;
}
.copyright {
  background: #932b82;
}
#footer .logo_outer_box{
  position: static;
}
#footer .logo img {
  max-height: 123px;
  width: auto;
}
.footer-menu.mb-3.pt-4.pb-4.mt-5 {
  text-align: center;
}
.socialbox{
  text-align: center;
}
.socialbox a {
  color: #ffffff;
  padding: 10px 10px;
  margin-right: 7px;
  border-radius: 50%;
}
.socialbox a i {
  font-size: 13px;
  letter-spacing: 3px;
  width: 20px;
  text-align: center;
}
a.facebook {
  background: #3c5a99;
}
a.twitter {
  background: #55acee;
}
a.insta {
  background: #d6249f;
  background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%,#d6249f 60%,#285AEB 90%);
  box-shadow: 0px 3px 10px rgba(0,0,0,.25);
}
a.youtube {  background: #d12122;}
.footer-menu li {
  display: inline;
  padding: 10px;
}
a.gplus {  background: #da4835;}
a.linkedin {  background: #007bb5;}
a.pintrest {  background: #d73431;}
a.vk {  background: #507299;}
a.tumbler {  background: #36465d;}
a.flicker {  background: #b517ad;}
#footer form.search-form{
  border: none;
  background: transparent;
  padding: 0;
}
#footer form.search-form input{
  float: none;
  margin: 0 2px;
}
#footer input, #footer textarea{
  background-color: transparent;
  border: none;
  color: #ffffff;
}
#footer p.post-date {
    color: #ffffff;
    font-size: 11px !important;
}
.copyright {  padding-bottom: 12px;}
.copyright p {
  font-size: 14px;
  color: #ffffff;
  margin-bottom: 0;
}
.main_sociobox {  padding: 20px 0;}
#footer{ 
  text-align:center;
  color:#fff;
  padding:0 0 0 0px;
  text-align:left;
}
.footer_hide{  display:none;}
#footer .copyright p{
  font-size:14px;
  text-align:center;
  color:#ffffff;
}
#footer .copyright a {
  color: #fff;
  cursor: pointer;
}
#footer input{
  padding:8px 0; 
  float:left;
  margin:5px 0;
  border-radius:0px;
}
#footer input[type="submit"] {
  padding: 8px 10px;
  color: #ffffff;
  text-transform: uppercase;
}
#footer .copyright{
  text-align:center; 
  margin:30px 0 0 0;
  padding-top:40px;
}
#footer ul {
  margin: 0;
}
#footer ul li{
  list-style:none;
  margin:0 0 5px 0;
  text-align:left;
}
.col-footer ul li a{  color:#ffffff;}
.footer-menu ul li a {    color: #ffffff;}
#footer p{
font-size:14px;
margin: 0;
line-height: 20px;
}
.widget_recent_entries img {
  width: 100px;
  height: 70px;
}
#footer .widget_recent_entries img {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  margin-bottom: 13px;
}
/* --------------------------Header---------------------------- */
.stickynavbar {
  z-index:6;
  padding-top: 0 !important;
  box-shadow: 0 0 8px grey;
  width: 100%;
  left:0;
}
.sticky {
  position: fixed;
  top: 0px;
  width: 100%;
  padding-bottom: 0 !important;
  -webkit-box-shadow: 0px 0px 57px 0px rgba(0, 0, 0, 0.11);
  box-shadow: 0px 0px 57px 0px rgba(0, 0, 0, 0.11);
  z-index: 99999;
}
#sticky-onoff{
  display: none;
}
/* --------- Social Icon Widget ------- */
.social_widget a {
  color: #fff;
  padding: 7px 7px;
  margin-right: 7px;
  display: inline-block;
  margin-bottom: 5px;
  border-radius: 50%;
}
.social_widget a i {
  font-size: 13px;
  letter-spacing: 3px;
  width: 20px;
  text-align: center;
}
