/* --------------------------Header---------------------------- */
.logo_outer{
  width: 100%;
  height: 190px;
  border-right: 90px solid #ff7c93;
  border-left: 90px solid #ff7c93;
  border-bottom: 30px solid transparent;
}
.container.custom_container,.logo_static{
  position: static;
}
.logo_outer_box {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%);
  overflow: visible;
  z-index: 9999;
}
#header .logo img{
  max-height: 123px;
  width: auto;
  display: block;
  margin: 0 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;
}
#header .logo {
  margin:0; 
  padding: 10px; 
  margin: 0 auto;
  text-align: center;
  position: absolute;
  left: 0;
  right: 0;
}
.home.blog .post-section {
  padding: 80px 0;
}
.home #masthead {
  margin-bottom: 0;
}
#masthead {
  margin-bottom: 60px;
}
#header .logo h1, #footer .logo h1{ 
  font-weight:700; 
  padding:0; 
  margin-bottom:8px; 
  font-size:26px; 
  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;
}
.cart_box {
  display: inline-block;
}
.mobile_cart_search .cart_box {
  display: inline-block !important;
}
.mobile_cart_search {
  display: block;
  margin: 0 auto;
  text-align: center;
  margin-top: 10px;
}
#cart {
  background: #000;
  width: 400px;
  right: 0;
  top: 50px;
  margin: 0 auto;
  text-align: left;
  padding: 20px;
  position: absolute;
  z-index: 999999;
  display: none;
}
.cart_box:hover #cart{
  display: block;
  -webkit-transition-duration: 1s;
  -moz-transition-duration: 1s;
  -o-transition-duration: 1s;
  transition-duration: 1s;
}
/*-----------------Search pop up----------------*/
.serach_outer {
  position: fixed;
  width: 100%;
  height: 100%;
  background: #000;
  overflow: hidden;
  transition: 0.5s;
  z-index: 99999;
  top: 0;
  left: 0;
  background-color: rgb(0,0,0);
  background-color: rgba(0,0,0, 0.8);
  display: none;
}
.serach_inner {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
}
.serach_inner label{
  display: block;
}
.closepop {
  position: absolute;
  top: 20%;
  transform: translateY(-50%);
  width: 100%;
  right: 0;
  text-align: right;
  margin-right: 28px;
}
.serach_outer i {
  font-size: 24px;
  padding: 4px 0 0 0;
  color: #bbb;
  cursor: pointer;
}
.serach_inner form.search-form {
  display: table;
  padding: 0;
  border-radius: 0;
  background: #ffffff;
  margin: 0 auto;
  max-width: 700px;
  width: 100%;
}
.serach_inner form.search-form {
  display: table;
  border: 1px solid #bababf;
  padding: 14px 20px;
  border-radius: 0;
  background: #ffffff;
  margin: 0 auto;
  max-width: 700px;
  width: 100%;
  border-radius: 30px;
}
.serach-page input.search-field {
   padding: 10px;
}
button.search-submit {
  border: 0;
  background: transparent;
}
input.search-field {
  border: none;
  padding: 4px 0;
  background: transparent;
  width: 95%;
  float: left;
}
.social-media .dashicons{
  margin: 0 6px;
  padding: 0;
}
.menubar .social-media a:hover{
  color:#3890cb;
}
/* ----------- Spinner ------------- */
.bakery-loading-box{
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #52d1cd;
  z-index: 2;
  cursor: pointer;
  z-index: 99999;
}
.loader-container {
position: absolute;
top: 50%; left: 50%;
transform: translate(-50%, -50%);
}
.ball {
  position: absolute;
}
.loader ::before,
.loader ::after {
  position: absolute;
  content: "";
  box-sizing: border-box;
}
.balls-02 .loader-container {
  width: 80px;
  height: 80px;
  animation: balls2-1 9s infinite linear;
}
.balls-02 .ball {
  position: absolute;
  width: 35%;
  height: 35%;
  border-radius: 50%;
  transform: translateY(0px) translateX(-50%) translateZ(0);
  transform-origin: center;
  background-color: #f87b93;
}
.balls-02 .ball:nth-of-type(1) {
  top: 0%;
  left: 0%;
  transform: translate(0, 0);
  animation: balls2-2 3s infinite linear;
}
.balls-02 .ball:nth-of-type(2) {
  top: 0%;
  right: 0%;
  transform: translate(0, 0);
  animation: balls2-3 3s infinite linear;
}
.balls-02 .ball:nth-of-type(3) {
  bottom: 0%;
  left: 0%;
  transform: translate(0, 0);
  animation: balls2-4 3s infinite linear;
}
.balls-02 .ball:nth-of-type(4) {
  bottom: 0%;
  right: 0%;
  transform: translate(0, 0);
  animation: balls2-5 3s infinite linear;
}
.balls-02 .ball:nth-of-typ.balls-02 .ball:nth-of-type(3) {
  background-color: #f87b93;
}
@keyframes balls2-2 {
  0% {top: 0%;left: 0%;transform: translate(0%, 0%);}
  16.66% {top: 50%;left: 50%;transform: translate(-50%, -50%);}
  33.33% {top: 0%;left: 0%;transform: translate(0%, 0%);}
  50% {top: 100%;left: 100%;transform: translate(-100%, -100%);}
  66.66% {top: 50%;left: 50%;transform: translate(-50%, -50%);}
  83.31% {top: 100%;left: 100%;transform: translate(-100%, -100%);}
  100% {top: 0%;left: 0%;transform: translate(0%, 0%);}
}
@keyframes balls2-3 {
  0% {top: 0%;right: 0%;transform: translate(0%, 0%);}
  16.66% {top: 50%;right: 50%;transform: translate(50%, -50%);}
  33.33% {top: 0%;right: 0%;transform: translate(0%, 0%);}
  50% {top: 100%;right: 100%;transform: translate(100%, -100%);}
  66.66% {top: 50%;right: 50%;transform: translate(50%, -50%);}
  83.31% {top: 100%;right: 100%;transform: translate(100%, -100%);}
  100% {top: 0%;right: 0%;transform: translate(0%, 0%);}
}
@keyframes balls2-4 {
  0% {bottom: 0%;left: 0%;transform: translate(0%, 0%);}
  16.66% {bottom: 50%;left: 50%;transform: translate(-50%, 50%);}
  33.33% {bottom: 0%;left: 0%;transform: translate(0%, 0%);}
  50% {bottom: 100%;left: 100%;transform: translate(-100%, 100%);}
  66.66% {bottom: 50%;left: 50%;transform: translate(-50%, 50%);}
  83.31% {bottom: 100%;left: 100%;transform: translate(-100%, 100%);}
  100% {bottom: 0%;left: 0%;transform: translate(0%, 0%);}
}
@keyframes balls2-5 {
  0% {bottom: 0%;right: 0%;transform: translate(0%, 0%);}
  16.66% {bottom: 50%;right: 50%;transform: translate(50%, 50%);}
  33.33% {bottom: 0%;right: 0%;transform: translate(0%, 0%);}
  50% {bottom: 100%;right: 100%;transform: translate(100%, 100%);}
  66.66% {bottom: 50%;right: 50%;transform: translate(50%, 50%);}
  83.31% {bottom: 100%;right: 100%;transform: translate(100%, 100%);}
  100% {bottom: 0%;right: 0%;transform: translate(0%, 0%);}
}
@keyframes balls2-1 {
  45% {transform: translate(-50%, -50%) rotate(0deg);}
  50% {transform: translate(-50%, -50%) rotate(360deg);}
  95% {transform: translate(-50%, -50%) rotate(360deg);}
  100% {transform: translate(-50%, -50%) rotate(0deg);}
}
/*--- Scroll Top Style ------ */
#return-to-top {
  background-color:#52d1cd;
  width: 40px;
  height: 40px;
  display: none;
  text-decoration: none;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  -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: 9;
  border-radius: 50%;
  padding: 10px 0px;
  position: fixed;
  right: 10px;
  margin: auto;
  bottom: 40px;
}
#return-to-top i {
  color: #fff;
  font-size: 15px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  padding: 3px 15px;
}
#return-to-top.left{
  right: auto;
}
#return-to-top.center{
  left: 50%;
  right: 50%;
}
.sticky {
  position: fixed;
  top: 0px;
  width: 100%;
  left: 0;
  z-index: 999999;
  margin:0; 
  padding:0; 
  background-color: #ffff;
  box-shadow: 0 0 6px #585858;
}
#vw-sticky-menu.sticky {
  margin-top: 0;
  z-index: 9999999;
  background-color: #fff;
  color: #000;
}
#vw-sticky-menu.sticky .side-navigation{
  padding: 0;
  margin: 0;
  text-align: center;
  box-sizing: border-box;
 }
#vw-sticky-menu.sticky .logo_outer_box,#vw-sticky-menu.sticky.stickynavbar .menubar li:before,#sticky-onoff{
 display: none !important;
 }
 @keyframes smoothScroll {
  0% {
    transform: translateY(-40px);
  }
  100% {
    transform: translateY(0px);
  }
}
/*------Section Menu Bar------*/
.hamburger {
 padding-left: 10px
 } 
.side-navigation {
  padding: 0;
  margin: 0;
  text-align: center ;
  box-sizing: border-box;
} 
.side-navigation>li { 
  list-style: none;
  margin-bottom: 10px 
} 
.close-sidebar {
  font-size: 35px;
  padding-right: 5px; 
  color: #000; 
  text-align: right 
 } 
.headerbar { 
  display: none;
  font-size: 30px;
  text-align: right; 
  font-weight:900; 
  color:#000; 
}
.main-header .side-navigation ul ul{
  padding-left: 14px;
}
.main-header .side-navigation ul ul ul  {
  padding-left: 25px;
}
#sidebar1 {
  display: none;
}
.i-amphtml-sidebar-mask{
  position: static!important; 
}
.side-navigation ul{
  list-style: none;
  margin: 0; 
  display: inline-block;
} 
.side-navigation li { 
  position: relative;
  line-height: 36px;
  padding: 6px 5px;
  display: inline-block;
} 
.side-navigation ul ul li{
  display: block;
}
.menubar-box ul li a,.side-navigation .sub-menu a {
  display: block;
  text-decoration: none;
  position: relative;
  padding: 13px 0;
  font-size: 15px;
  letter-spacing: 1px;
  line-height: 23px;
  color: #404a3d;
  font-family:'ABeeZee', sans-serif;
  font-weight: 600;
} 
.side-navigation ul li ul, .side-navigation ul li ul {
    list-style: none;
    background: 0 0;
    position: absolute;
    padding: 0;
    z-index: -1;
    margin: 0;
    border: 0;
    box-shadow: 0 5px 40px rgba(0,0,0,.15);
    opacity: 0;
    overflow: hidden;
    transform: translate(0px,-15px);
    transition: all .2s ease-out;
    background-color: #ffffff;  
}
.side-navigation ul li:hover>ul, .side-navigation ul>li>ul>li:hover>ul{
    z-index: 9999;
    opacity: 1;
    height: auto;
    -ms-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transform: translate(0px,0px);
    -moz-transform: translate(0px,0px);
    transform: translate(0px,0px);
    overflow: visible;
}
.side-navigation ul ul li:hover a:before{
  content: "";
}
.menubar-wrapper .current_page_item a {
  font-size: 16px;
  color: #404a3d;
  font-family: 'ABeeZee', sans-serif;
  font-weight: 600;
}
.side-navigation ul li a:active {
  color: #082b45 
} 
.side-navigation ul ul li:hover > a{
  color: #ff7c93;
}
.side-navigation .sub-menu a {
  margin: 0px -7px;
  position: relative;
}
.side-navigation ul ul {
  display: none;
   position: absolute;
  left: 0;
  text-align: left;
  top: 100%;
  background: #ffffff;
  min-width: 215px;
  box-shadow: 0 2px 6px rgba(0,0,0,0.2);
  z-index: 9999;
  transition: 1.5s;
}
.side-navigation ul ul a {
  text-transform: none;
  font-weight: 400;
  color: #888;
  font-size: 14px;
  line-height: 1.5;
}
.side-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;
}
.side-navigation ul.sub-menu li a:after {
content: none; 
}
.side-navigation ul li a:hover,.side-navigation ul li.current_page_item a{
  color:#ff7c93 
}
.nav-menu ul ul li:last-child { 
   border-bottom: 0;
  border-right: none;
} 
.side-navigation ul li:hover>ul { 
  display: block;
} 
.side-navigation > ul > li.current_page_item:hover{
  background: transparent;
}
.menu > ul > li.exoplanet-search:before{
  background: transparent !important;
}
.nav-menu .menu>ul>li.highlight {
  background-color: #ffffff;
}
.toggle-menu, a.closebtn {
  display: none!important
}
.inner_banner img, .title-box img {
  width: 100%;
}
/*---------------- Footer Section ----------------------*/
.footer-top {
  padding-bottom: 50px;
}
.footer-top-col h3 {
  font-size: 20px;
  font-weight: bold;
}
.outer-footer {
  background-size: 100% 100%;
}
#footer form.search-form{
  border: none;
  background: transparent;
  padding: 0;
}
#footer form.search-form input{
  float: none;
  border: 1px solid;
  margin: 0 2px;
}
#footer input, #footer textarea{
  background-color: transparent;
  border: 1px solid #ffffff;
  color: #ffffff;
  padding: 5px;
}
#footer input::placeholder{
  color: #ffffff;
}
#footer textarea{
  height: 100px;
}
#footer p.post-date {
  color: #ffffff;
  font-size: 11px !important;
}
.copyright {
  background-color: #ff7c93;
}
.copyright p {
  font-size: 14px;
  color: #ffffff;
  margin-bottom: 0;
}
.main_sociobox {
  padding: 20px 0;
}
#footer{ 
  text-align:center;
  color:#fff;
  padding:3em 0 0 0px;
  text-align:left;
  background-color: #ff7c93;
}
.footer_hide{
  display:none;
}
.footer-top-col {
  border-left: solid 5px #ff7c93;
  padding-left: 15px;
}
.container #blog-right-sidebar h3, #footer h3{
  color:#ff7c93;
  text-align:left;
  font-size:24px;
  padding:0 0 17px 0;
}
#footer .copyright p{
  font-size:14px;
  text-align:center;
  color:#ffffff;
}
#footer .copyright a {
  color: #fff;
  cursor: pointer;
}
#footer input[type="submit"] {
  padding: 8px 10px;
  background-color: #ff7c93;
  color: #ffffff;
}
#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;
  padding: 5px;
}
#footer ul li a{
  color:#ffffff;
}
#footer p{
  font-size:14px;
  margin: 0;
  line-height: 20px;
}
.widget_recent_entries img {
  width: 100px;
}
#footer h3 {
  color: #ffffff;
  font-size: 18px;
  font-weight: bold;
  position: relative;
  margin-bottom: 20px;
}
#footer h3:after {
  position: absolute;
  height: 2px;
  width: 50px;
  background-color: #ff7c93;
  bottom: 0px;
  content: "";
  right: 0;
  left: 0;
}
.about_me table, .about_me td, .about_me th{
  border: none;
}
.about_me p.message {
  margin-bottom: 20px !important;
}
.vw-credit, .vw-credit a{
  color: #ffffff;
}
/*-------------Subscribe Box--------------*/
#footer .subscribe_box {
  text-align: center;
}
#footer .subscribe_box h4 {
  text-align: center;
  font-size: 36px;
  color: #ffffff;
}
#footer .subscribe_box p {
  font-size: 16px;
  color: #ffffff;
  padding-bottom: 25px;
}
#footer .subscribe_box .wpcf7-form {
  max-width: 700px;
  margin:0 auto;
}
#footer .subscribe_box input[type="email"] {
  width: 70%;
  color: #ffffff;
  background-color: transparent;
  padding: 10px 20px;
  border-radius: 20px;
}
#footer .subscribe_box input[type="submit"] {
  background-color: #ffffff;
  color: #ff7c93;
  padding: 10px 20px;
  border: solid 1px #ffffff;
  border-radius: 20px;
  position: relative;
  left: -50px;
  font-family: 'Merienda One', cursive;
  font-weight: normal;
}
#footer .subscribe_box input[type="submit"]:hover {
  background-color: #52d1cd;
  color: #ffffff;
  border: solid 1px #52d1cd;
}
#footer .subscribe_box ::-webkit-input-placeholder {
  color: #ffffff;
}
#footer .subscribe_box ::-moz-placeholder {
  color: #ffffff;
}
#footer .subscribe_box :-ms-input-placeholder {
  color: #ffffff;
}
#footer .subscribe_box ::placeholder {
  color: #ffffff;
}
/*-------------Footer Menu ------------*/
.footer_menu ul {
  text-align: center;
  padding: 30px 0 20px;
}
.footer_menu ul li {
  display: inline-block;
}
.footer_menu ul li a {
  font-family: 'Merienda One', cursive;
  color: #ffffff;
  padding: 5px 15px;
}
#footer h3{
  color: #ffffff; 
}
#footer button{
  border: none;
  margin-top: 20px;
  letter-spacing: 1px;
  padding: 12px 20px;
  font-size: 14px;
  font-weight: bold;
  border-radius: 5px;
  background-color: #ffffff
}
.side-navigation ul li a {
  position: relative;
}
.side-navigation ul li a:before,
.side-navigation ul li a:after {
  position: absolute;
  -webkit-transition: all 0.35s ease;
  transition: all 0.35s ease;
  left: 0;
}
.side-navigation ul li a:before {
  top: 8px;
  display: block;
  height: 2px;
  width: 0%;
  content: "";
  background-color: #ff7c93;
}
.side-navigation ul ul li a:before {
  width: 0 !important;
  height: 0 !important;
}
.side-navigation ul li a:after {
  left: 0;
  top: 0;
  position: absolute;
  content: attr(data-hover);
  color: #ffffff;
  white-space: nowrap;
  max-width: 0%;
  overflow: hidden;
}
.side-navigation ul li a:hover:before,.side-navigation ul li.current_page_item a:before {
  opacity: 1;
  width: 100%;
}
.side-navigation ul li a:hover:after,.side-navigation ul li.current_page_item a:after {
  max-width: 100%;
}
#footer .gallery-item{
  float: left;
  text-align: center;
  width: 29% !important;
  margin: 2px !important;
}
.menu-right-menu-container{
  position: relative;
  right: -150px;
}
.right-menu{
  position: relative;
  right: -150px;
}